@import url(font-navigo/stylesheet.css);


html,
body {
    height: 100%;
}
body {
    margin:0;
    padding:0;
    font-family: 'Navigo', 'Navigo-Thin';
    font-size: 16px;
    line-height: 1.0;

}
.wrapper {
  display: flex;
  min-height: 100%;
  flex-direction: column;
}
.main {
    flex: 1 0 auto;
}

p {
    line-height: 1.8;
}

a {
    color:#091378;
    text-decoration:none;
}


h1, h2, h3, h4, h5 , h6 {
    font-family: 'Navigo', 'Navigo-Thin';
    font-weight:normal;
    text-transform: uppercase;
}

h1 {
    border-bottom:1px solid #bbb;
    padding:0 0 10px 0;
    margin:10px 0 20px 0;
}

h2 {
    margin:30px 0 20px;
}

ol {
    line-height:1.5;
}

#header {
    padding:10px 10px 10px 10px;
    font-size:18px;
    background:#F1F1F1;
    color:#fff;
    border-bottom:2px solid #909090;
    vertical-align: middle;
    overflow:auto;

}

#header .logo {

}

#header ul.menu {
    list-style:none;
    float:left;
    margin:0;
    padding:0;
}
#header ul.menu li {
    float:left;
    padding:20px 15px;
}

#header ul.menu li.selected a, #header ul.menu li.selected a:hover {
    color:#2a5d9d;;
    font-weight:bold;
}

ul.menu li {
  text-transform: uppercase;
}

#header a {
    color:#505050;
}
#header a:hover {
    color:#B5B5B5;
}

#header .user {
    float:right;
    color:#d9392c;
    font-size:14px;
    padding-top:2px;
}
table tr th {
  text-transform: uppercase;
}

#content {
    /*width: 90%;*/
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;

}

/* forms */
form {
    overflow:auto;
}

form p {
    width:100%;
    overflow:auto;
}

label {
    float:left;
    clear:both;
    color:#333;
    /*margin-bottom:4px;*/
}
input{
    font-size:14px;
    border-radius: 0px;
    height: 26px;
      -webkit-box-shadow: 1px 1px 1px -1px #333 inset;
  -moz-box-shadow: 1px 1px 1px -1px #333 inset;
  box-shadow: 1px 1px 1px -1px #333 inset;
}
textarea{
    font-size:14px;
    border-radius: 0px;
    height: 26px;
    width: 100%;
      -webkit-box-shadow: 1px 1px 1px -1px #333 inset;
  -moz-box-shadow: 1px 1px 1px -1px #333 inset;
  box-shadow: 1px 1px 1px -1px #333 inset;
}
select{
    font-size:14px;
    border-radius: 0px !important;
    height: 26px;
    background: #fff;
      -webkit-box-shadow: 1px 1px 1px -1px #333 inset;
  -moz-box-shadow: 1px 1px 1px -1px #333 inset;
  box-shadow: 1px 1px 1px -1px #333 inset;
}

span.selection span {
  font-size: 14px;
  border-radius: 0px !important;
  height: 31px !important;
  margin: 0 0 3px 0;
  -webkit-box-shadow: 1px 1px 1px -1px #333 inset;
  -moz-box-shadow: 1px 1px 1px -1px #333 inset;
  box-shadow: 1px 1px 1px -1px #333 inset;
  line-height: 31px;
}

input:focus {border-radius: 0px !important;}

/*input[type=submit], a.button {
    background-color: green;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}*/
.errorlist {
    color:#cc0033;
    float:left;
    clear:both;
    padding-left:10px;
}
.helptext {
    margin:0 0 20px 0;
    color:#aaa;
    clear:both;
    float:left;
    font-size:13px;
}
/* messages */
ul.messages {
    margin:10px 100px;
    padding:0;
    list-style-type:
    none;
}
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {
    margin:0;
    padding:14px 20px;
    list-style:none;
    color:#fff;
}

ul.messages li.success { background:#81ce81; }
ul.messages li.success a { color:#0ac33e; }

ul.messages li.error { background:#a30029; color:#e9828e; }
ul.messages li.error a { color:#e9828e; }

ul.messages li.info { background:#faffae; color:#696b4e; }
ul.messages li.info a { color:#1586de; }

ul.messages li.warning { background:#de9404; }
ul.messages li.warning a { color:#f49000; }

ul.messages li a.close {
    margin:0;
    float:right;
    opacity:1;
    border:0;
    box-shadow:none;
    text-shadow:none;
}

.login-form {
    float:left;
}


/* images */

.image-preview, .image-detail {
    max-width:300px;
    float:left;
    margin:0 20px 20px 0;
}
.image-detail { margin-top:20px; }
.image-info div {
    padding:20px 0;
    overflow:auto;
}
.count {
    color:#aaa;
    border:3px solid #bbb;
    border-radius:26px;
    padding:10px 20px;
    margin:20px 10px 0;
}
a.like, a.follow { float:right; margin-top:-8px; }

#image-list { overflow:hidden; }
#image-list .image {
    float:left;
    width:220px;
    height:300px;
    margin:0 10px 10px 10px;
    border-top:8px solid #12c064;
    background:#eee;
}
#image-list img { width:220px; height:220px; }
#image-list .info { padding:10px; }
#image-list .info a { color:#333; }
.image-likes div {
    float:left;
    width:auto;
    padding:10px;
    text-align:center;
}
.image-likes img {
    width:120px;
    height:120px;
    border-radius:50%;
}

/* users */
#people-list img {
    width:180px;
    height:180px;
    border-radius:50%;
    margin-bottom:20px;
}
#people-list .user {
    width:180px;
    float:left;
    overflow:auto;
    padding:10px;
}
#people-list .info { text-align:center; }
img.user-detail {
    border-radius:50%;
    float:left;
}
.profile-info {
    float:left;
    overflow:auto;
    margin-right:20px;
}
.image-container { margin-top:40px; }

/* actions */
.action {
    clear:both;
    overflow:auto;
}
.action .images {
    float:left;
    margin:0 10px 10px 0;
}
.action .date {
    font-style:italic;
    color:#ccc;
}


.table-data {
    margin: 0 auto; /* Центрируем таблицу */
    width: 100%; /* Указываем ширину таблицы в процентах */
}

.table-data td {
    border: 1px solid #555;
    padding: 5px; /* Увеличиваем отступ над и под текстом */
}

.table-data td:first-child {
    width: 20%;
    white-space: nowrap;
    font-size: 16px; /* Увеличиваем размер текста */
}

.detail-head-table {
    width: 100%;
    border-collapse: collapse;
}

.detail-head-table td:first-child {
    text-align: left;
    padding: 10px;
}

.detail-head-table td:nth-child(2) {
    text-align: right;
    padding: 10px;
}


/*DATATABLE*/

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  overflow-y: scroll !important;
}

.dataTables_wrapper .dataTable{
  border-collapse: separate;
  margin: 0 auto;
  width: 100%;
  border-spacing: 1px 5px;

 }

.dataTables_wrapper .dataTable tbody tr:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.dataTables_wrapper .dataTable thead th{
  background-color: #eee;
  border: 0.5px solid #555;
  white-space: nowrap;

}

.dataTables_wrapper .dataTable tbody tr{
     border: 0.5px solid #555;
      border-spacing: 0px 0px;

}

.dataTables_wrapper .dataTable tbody td{
     border: 0.5px solid #555;
}

.dataTables_wrapper .dataTables_filter {
  display: none;
}

.center-label {
    display: flex;
    align-items: center;
    height: 24px; /* Задайте высоту метки по желанию */
}

.dataTables_wrapper .dataTable tbody {
  border-collapse: separate !important;
 }

thead input {
    width: 90%;

}
 /*
.dataTable tbody td {
  white-space: nowrap;
  border: 1px solid #555;
}



.dataTables_wrapper .dataTable thead th{
  background-color: #eee;
  border: 1px solid #555;
  border-width: 1px;

}

.dataTables_wrapper .dataTable thead td{
  background-color: #eee;
  white-space: nowrap;

}
*/


/*.button-style {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 7px;
  cursor: pointer;

}

.button-style:hover {
  background-color: #3e8e41;
}

.button-style:hover a {
  color: white;
}*/

.button-style {
  color: #000;
  padding: 10px 24px 6px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #000;
  box-shadow: 1px 2px 2px #666;
  background: #fff;
  font-family: 'Navigo';
  text-transform: uppercase;
}

.button-style:hover{
  background-color: #a0a0a0;
}

.plus-button-style {
  background-color: #a0a0a0;
  border: none;
  color: white;
  padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px 4px 0;
  cursor: pointer;
  height: 10px;
  vertical-align: middle;
  line-height: 16px;
  box-shadow: 1px 2px 2px #666;
}

.plus-button-style:hover {
  background-color: #5f5f5f;
}

.plus-button-style:hover a {
  color: white;
}


/*SELECT 2 WIDGET*/

.select2-result__option {
    color: #000;

}

.select2-selection__choice {
    color: #000;

}

.select2-selection__rendered {
    color: #000 !important;
}

/*************************footer************/
#footer {
  text-align: center;
  flex: 0 0 auto;
}
#footer ul {
  list-style: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}
#footer li {
  display: inline-block;
  padding: 0px 10px;
}