body .container:first-child .row:first-child {
  border-bottom: 1px solid #c9c9c9;
}

.input-group-addon {
  border: 0px;
}

.btn {
  border: 0px;
  outline: 0;
  box-shadow: none;
  transition: none;
}

.logo-head {
  height: 100%;
  min-height: 64px;
}

.logo-head .logo-link {
  font-size: 28px;
  color: #000;
  line-height: 64px;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 700;
}

.logo-head .logo-link:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #000;
}

.profile {
  height: 100%;
  min-height: 64px;
}

.profile .avatar-profile {
  margin-top: 12px;
  float: right;
  margin-right: 7px;
}

.profile .avatar-profile img:hover {
  opacity: 0.85;
}

.profile .content-profile {
  margin-top: 11px;
  float: right;
}

.profile .email-profile {
  display: block;
  margin-bottom: 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #0f64a6;
  text-decoration: none;
}

.profile .email-profile:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.profile .exit-profile {
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  color: #777;
  text-decoration: none;
}

.profile .exit-profile:hover {
  opacity: 0.9;
  text-decoration: underline;
}

.menu-left {
  float: left;
  width: 21%;
  margin-left: -15px;
}

.menu-left .row:first-child p:first-child {
  display: none;
}

.menu-left .row,
.content-right .row,
.menu-left .col-xs-12,
.content-right .col-xs-12 {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.menu-left .menu-content {
  display: block;
  float: none;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.menu-left .menu-content li {
  display: block;
  float: none;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
}

.menu-left .menu-content li a {
  padding: 10px 0 10px 30px;
  margin: 0px auto;
  border-radius: 0px;
  border: 0;
  font-size: 17px;
  color: #000;
  line-height: 1.2;
}

.menu-left .menu-content li a:hover,
.menu-left .menu-content li a:focus,
.menu-left .menu-content li:hover,
.menu-left .menu-content li:focus {
  background: none !important;
  background-color: transparent !important;
  color: #6a6969;
}

.menu-left .menu-content li.open ul {
  margin-top: 0px;
  padding-top: 5px;
}

.menu-left .menu-content li.open a {
  color: #6a6969;
  padding-bottom: 0px;
  color: #000;
}

.menu-left .menu-content li.open a:hover,
.menu-left .menu-content li.open a:focus {
  background-color: transparent !important;
  color: #bcb8b8;
}

.menu-left .menu-content li.open ul li a {
  padding: 3px 0 3px 40px;
  font-size: 15px;
}

.menu-left .menu-content li ul.dropdown-menu {
  position: relative;
  top: 0;
  float: none;
  width: 100%;
  font-size: 15px;
  color: #000;
  line-height: 1.2;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
}

.menu-left .menu-content .yellow-menu:first-child a {
  background: #f6dc48 !important;
}
.menu-left .menu-content .yellow-menu:first-child a:hover,
.menu-left .menu-content .yellow-menu:first-child a:focus {
  background: #f6dc48 !important;
}

.menu-left .menu-content .yellow-menu a {
  background: #f8efbc !important;
}

.menu-left .menu-content .yellow-menu a:hover,
.menu-left .menu-content .yellow-menu a:focus {
  background: #f8efbc !important;
}

.content-right {
  float: right;
  width: 80%;
  margin-right: -15px;
  margin-top: 10px;
}

.content-right:after {
  content: '';
  clear: both;
  display: block;
}

.content-right .progress-bar-danger {
  background-color: #eb817d;
}

.content-right ul.nav-tabs li a:first-child {
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  font-weight: 600;
}

.content-right ul.nav-tabs li a:last-child {
  font-size: 12px;
  color: #0f64a6;
  line-height: 1.2;
  font-weight: 300;
}

.content-right ul.nav-tabs li a:last-child:hover {
  color: #2aabd2;
}

.content-right .content-title {
  font-size: 21px;
  margin-top: 0px;
  padding-top: 0px;
  font-weight: 500;
  color: #000;
}

.content-right .badge {
  border-radius: 50%;
}

.content-right .badge a {
  display: inline-block;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.content-right .badge-datet {
  border-radius: 6px;
  background: #fff;
  color: #000;
  font-weight: 600;
  border: 2px solid #fbeb90;
}

.content-right .badge-warning {
  border-radius: 6px;
  background: #fbeb90;
  color: #000;
  padding: 5px 7px;
}

.content-right .badge-info {
  margin-left: 5px;
  border-radius: 6px;
  background: #fbeb90;
  color: #000;
}

.content-right .tab-pane .btn-group button {
  outline: 0;
  margin-right: 8px;
}

.content-right .tab-pane .btn-group button.btn-default {
  border: 1px solid #888888;
  border-radius: 6px !important;
}

.content-right .tab-pane .btn-group button.btn-default:hover,
.content-right .tab-pane .btn-group button.btn-default:focus,
.content-right .tab-pane .btn-group button.btn-default:active {
  background: #acacac;
}

.content-right .tab-pane .btn-group a.btn-default {
  border: 1px solid #888888;
  border-radius: 6px !important;
  outline: 0;
  margin-right: 8px;
  text-decoration: none;
  background: #fff;
}

.content-right .tab-pane .btn-group button.btn-default:focus {
  background: #fff;
}

.content-right .tab-pane .btn-group button[aria-expanded="true"] {
  background: #acacac !important;
}

.content-right .well .progress {
  background: #edece8fe;
  margin-bottom: 0;
}

.content-right .well .progress .progress-bar-success {
  background: #5cb85c;
}
.content-right .well .progress .progress-bar-info{
  background: #337ab7;
}
.content-right .well .progress .progress-bar-active{
  background: #b57fcc;
}

.content-right .tab-pane .btn-group button.btn-upload {
  background: #ebf447;
  border: 0px;
  border-radius: 6px !important;
}

.content-right .tab-pane .btn-group button.btn-upload:hover,
.content-right .tab-pane .btn-group button.btn-upload:focus,
.content-right .tab-pane .btn-group button.btn-upload:active {
  opacity: 0.85;
}

.content-right .tab-pane .btn-group button.btn-close {
  background: #f9c453;
  border: 0;
  border-radius: 6px !important;
}

.content-right .tab-pane .btn-group button.btn-close:hover,
.content-right .tab-pane .btn-group button.btn-close:focus,
.content-right .tab-pane .btn-group button.btn-close:active {
  opacity: 0.85;
}

.content-right .tab-pane .btn-group button.btn-open {
  border-radius: 6px !important;
}

.content-right .tab-pane .btn-group button.btn-open:hover,
.content-right .tab-pane .btn-group button.btn-open:focus,
.content-right .tab-pane .btn-group button.btn-open:active {
  opacity: 0.85;
}

.content-right .tab-pane .btn-group button.btn-delete {
  background: #fa8f64;
  border: 0;
  border-radius: 6px !important;
  color: #000;
}

.content-right .tab-pane .btn-group button.btn-delete:hover,
.content-right .tab-pane .btn-group button.btn-delete:focus,
.content-right .tab-pane .btn-group button.btn-delete:active {
  opacity: 0.85;
}

.content-right .tab-pane .collapse .well,
.content-right .tab-pane .collapsing .well,
.content-right .tab-pane .collapse.in .well {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.content-right .tab-pane .well ul.nav-tabs li a {
  cursor: pointer;
  border: 1px solid #888888;
  border-radius: 0;
  outline: 0;
  margin-right: 0;
  text-decoration: none;
  color: #000;
}

.content-right .tab-pane .well ul.nav-tabs li a .content-right .tab-pane .well ul.nav-tabs li a:hover,
.content-right .tab-pane .well ul.nav-tabs li a:focus,
.content-right .tab-pane .well ul.nav-tabs li a:active {
  background: #acacac;
  color: #000;
}

.content-right td.rating button.rating-up {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 0;
}

.content-right td.rating button.rating-down {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 0;
}

.content-right td.rating button.rating-up:hover {
  background: #f9c453;
}

.content-right td.rating button.rating-down:hover {
  background: #f9c453;
}

.content-right td.rating input.rating-val {
  background: #fbec99;
  color: #000;
  outline: 0;
  border: 0;
  font-size: 16px;
}

.content-right .checkbox {
  position: relative;
  padding-left: 0;
}

.content-right .checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  background-color: #fff;
  background: #fff;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
}

.content-right .checkbox input[type=checkbox]:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: none;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #f6dc48;
  position: absolute;
  top: -1px;
  left: 3px;
}

.content-right .checkbox input[type=checkbox]:checked:after {
  content: '\2714';
  display: block;
  background: #f6dc48;
  color: #000;
}

.content-right a {
  color: #0f64a6;
  text-decoration: none;
  cursor: pointer;
}

.content-right a:hover,
.content-right a:focus,
.content-right a:active {
  color: #2aabd2;
  text-decoration: none;
}

.content-right table {
  font-size: 14px;
}

.content-right .tab-pane table h4 {
  font-weight: 600;
  font-size: 14px;
  color: #333;
}

.content-right ul.pagination {
  padding-bottom: 30px;
}

.content-right ul.pagination li a {
  background-color: #f6dc48;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #f9c453;
}

.content-right ul.pagination li a:hover {
  background: #f9c453;
}

.content-right ul.pagination li.active a {
  background: #f9c453;
}

.content-right .remind-date-drum .btn-group input[type="submit"] {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #f6dc48;
  color: #000;
  font-size: 14px;
  border-radius: 6px !important;
  outline: 0;
  padding: 3px 15px;
}

.content-right .remind-date-drum .btn-group input[type="submit"]:hover {
  background: #f6dc48;
}

.content-right .remind-date-drum .btn-group button.send-message-to-approved {
  float: right;
  margin-left: 15px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  border-radius: 6px !important;
  outline: 0;
  padding: 3px 15px;
}

.content-right .remind-date-drum .btn-group button.send-message-to-approved:hover {
  background: #acacac;
}

.content-right .remind-date-drum .btn-group input.btn-appov {
  float: right;
  margin-left: 0px;
  margin-bottom: 5px;
  background: #f6dc48;
  border: 1px solid #f9c453;
  color: #000;
  font-size: 14px;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
}

.content-right .remind-date-drum .btn-group input.btn-appov:hover {
  background: #f9c453;
}

.create-order {
  padding-bottom: 35px;
}

.create-order .input-group span.input-group-addon {
  background: #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-order input[type="text"] {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-order select {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
  cursor: pointer;
}

.create-order textarea {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-order .form-group select.sel-bot {
  max-width: 95%;
}

.create-order p.help-block .arrow-right-green:before {
  color: #ebf447;
  display: block;
  float: left;
  margin-right: 4px;
  margin-top: 4px;
  content: '';
  background: #ebf447;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.create-order .row .col-xs-12.col-sm-6:first-child input {
  max-width: 95%;
}

.create-order .green-required span.input-group-addon {
  background: #ebf447;
}

.create-order .form-group button.btn-sub1 {
  background: #f6dc48;
  border: 1px solid #f6dc48;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-order .form-group button.btn-sub1:hover {
  opacity: 0.85;
}

.create-order .form-group a.btn-sub2 {
  background: #f9c453;
  border: 1px solid #f9c453;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-order .form-group a.btn-sub2:hover {
  opacity: 0.85;
}

.create-order .form-group button.btn-sub3 {
  background: #ebf447;
  border: 1px solid #ebf447;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-order .form-group button.btn-sub3:hover {
  opacity: 0.85;
}

.create-order .form-group button.fsave1 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  float: left;
}

.create-order .form-group button.fsave1:hover {
  opacity: 0.85;
}

.create-order .form-group button.fsave2 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
  float: left;
}

.create-order .form-group button.fsave2:hover {
  opacity: 0.85;
}

.create-order .green-required p.help-block a.badge {
  border-radius: 4px;
  background: #f3f975;
  color: #000;
  padding: 4px 10px;
  margin-bottom: 5px;
  margin-top: 2px;
  margin-right: 3px;
}

.create-order .green-required p.help-block a.badge:hover {
  opacity: 0.85;
}

#contacts #search-query {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

#contacts select {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
  cursor: pointer;
}

#search span.input-group-addon {
  background: #fbeb90;
  border: 2px solid #fbeb90;
}

#contacts table.table tbody tr td label {
  position: relative;
  padding-left: 15px;
}

#contacts table.table tbody tr td input[type=checkbox] {
  width: 0px;
  height: 0px;
  background-color: #fff;
  background: #fff;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
}

#contacts table.table tbody tr td input[type=checkbox]:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: none;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #f6dc48;
  position: absolute;
  top: 3px;
  left: 3px;
}

#contacts table.table tbody tr td input[type=checkbox]:checked:after {
  content: '\2714';
  display: block;
  background: #f6dc48;
  color: #000;
}

#contacts button.btn-delete {
  background: #ff5f1f;
  color: #000;
  margin-bottom: 0px;
  margin-top: 5px;
}

#contacts button.btn-delete:hover {
  opacity: 0.85;
}

#contacts input[type="submit"] {
  background: #f6dc48;
  color: #000;
  border: 1px solid #f6dc48;
}

#contacts input[type="submit"]:hover {
  opacity: 0.85;
}

.create-news {
  padding-bottom: 35px;
}

.create-news .input-group span.input-group-addon {
  background: #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-news input[type="text"] {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-news select {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
  cursor: pointer;
}

.create-news textarea {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.create-news .form-group button.btn-sub1 {
  background: #f6dc48;
  border: 1px solid #f6dc48;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-news .form-group button.btn-sub1:hover {
  opacity: 0.85;
}

.create-news .form-group a.btn-sub2 {
  background: #ebf447;
  border: 1px solid #ebf447;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-news .form-group a.btn-sub2:hover {
  opacity: 0.85;
}

.create-news .form-group button.btn-sub3 {
  background: #ff5f1f;
  border: 1px solid #ff5f1f;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
}

.create-news .form-group button.btn-sub3:hover {
  opacity: 0.85;
}

.create-news .form-group button.fsave1 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
  display: block;
  margin-right: 20px;
  float: left;
}

.create-news .form-group button.fsave1:hover {
  opacity: 0.85;
}

.create-news .form-group button.fsave2 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 6px;
  outline: 0;
  padding: 3px 15px;
  cursor: pointer;
  float: left;
}

.create-news .form-group button.fsave2:hover {
  opacity: 0.85;
}

form .alert-warning {
  background-color: #fbeb90;
  color: #000;
}

form button.btn-delete {
  background: #ff5f1f !important;
  color: #000 !important;
  padding: 5px 15px;
  outline: 0 !important;
}

form button.btn-delete:hover {
  opacity: 0.85;
}

form .input-group:first-child input.input-search {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .input-group:first-child span.input-group-btn input[type="submit"] {
  background: #fbeb90;
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

.table-employee-list th {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  padding: 8px 5px;
  text-align: center;
}

.table-employee-list input[type="submit"] {
  background: #ff5f1f;
  color: #000;
  padding: 1px 15px;
}

.table-employee-list input[type="submit"]:hover {
  opacity: 0.85;
}

.table-employee-list tbody tr td {
  position: relative;
  text-align: center;
}

.table-employee-list tbody tr td input[type=checkbox] {
  width: 0px;
  height: 0px;
  background-color: #fff;
  background: #fff;
  outline: 0;
  border: 0;
  text-align: center;
  line-height: 12px;
  font-size: 9px;
  cursor: pointer;
}

.table-employee-list tbody tr td input[type=checkbox]:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: none;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #f6dc48;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -5px;
}

.table-employee-list tbody tr td input[type=checkbox]:checked:after {
  content: '\2714';
  display: block;
  background: #f6dc48;
  color: #000;
}

form .datetimepicker_from {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_from span.input-group-addon {
  border: 0;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_from input {
  border: 0;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_from span.input-group-addon:first-child {
  background: #fbeb90;
}

form .datetimepicker_from span.input-group-addon:last-child {
  background: #fbeb90;
}

form .datetimepicker_to {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_to span.input-group-addon {
  border: 0;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_to input {
  border: 0;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .datetimepicker_to span.input-group-addon:first-child {
  background: #fbeb90;
}

form .datetimepicker_to span.input-group-addon:last-child {
  background: #fbeb90;
}

form.form button.buh-sub {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 1px solid #f6dc48 !important;
}

form.form button.buh-sub:hover,
form.form button.buh-sub:focus {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 0px solid #f6dc48;
  opacity: 0.85;
}

form .btn-edit-contact {
  background: #f6dc48 !important;
  color: #000 !important;
  border: 1px solid #f6dc48 !important;
  outline: 0 !important;
}

form .btn-edit-contact:hover,
form .btn-edit-contact:focus {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 0px solid #f6dc48;
  opacity: 0.85;
}

form .btn-save {
  background: #f6dc48 !important;
  color: #000 !important;
  border: 1px solid #f6dc48 !important;
  outline: 0 !important;
}

form .btn-save:hover,
form .btn-save:focus {
  background: #f6dc48;
  color: #000;
  outline: 0;
  border: 0px solid #f6dc48;
  opacity: 0.85;
}

form .btn-save2 {
  background: #f6dc48 !important;
  color: #000 !important;
  border: 1px solid #f6dc48 !important;
  outline: 0 !important;
}

form .btn-save2:hover {
  opacity: 0.85;
}

.form-textarea {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

textarea.feedback-text {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form .form-control {
  border: 2px solid #fbeb90;
  box-shadow: none;
  transition: none;
  color: #000;
  outline: 0;
}

form select {
  cursor: pointer;
}

form .form-group span.input-group-addon {
  background: #fbeb90;
  color: #000;
}

form button.btn-delete {
  background: #ff5f1f;
  color: #000;
  padding: 5px 10px;
}

form button.btn-delete:hover {
  opacity: 0.85;
  background: #ff5f1f;
  color: #000;
}

.admin-user-list a.btn-default {
  background: #f6dc48;
  border: 0px solid #f6dc48;
  color: #000;
}

.admin-user-list a.btn-default:hover {
  opacity: 0.85;
  background: #f6dc48;
  color: #000;
}

.content-right table a.btn-primary {
  background: #f6dc48;
  border: 0 solid #f6dc48;
  color: #000;
  padding: 5px 10px;
}

table a.btn-primary:hover {
  opacity: 0.85;
  background: #f6dc48;
  color: #000;
}

.modal-footer button.btn-primary {
  background: #f6dc48;
  border: 1px solid #f6dc48;
  color: #000;
}

.modal-footer button.btn-primary:hover {
  opacity: 0.85;
  background: #f6dc48;
  color: #000;
}

.bookkeeping {
  padding-left: 20px;
}

.bookkeeping h1 {
  font-size: 21px;
  margin: 10px 0 15px 0;
}

.bookkeeping h3 {
  font-size: 16px;
  margin: 0 0 7px 0;
  font-weight: 600;
}

.bookkeeping h3 span.badge {
  border-radius: 4px;
  background: #f3f975;
  color: #000;
  padding: 3px 7px;
}

form.admin-user-list table.table tbody td:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

form.admin-user-list table.table a,
form.admin-user-list table.table button {
  padding: 3px 8px !important;
  margin-bottom: 5px;
}

form.admin-user-list table.table a.prolong {
  color: #fff;
}

form.admin-user-list table.table a.block {
  color: #fff;
}

form table.table tbody td:last-child {
  padding-left: 0px;
  padding-right: 0px;
}

form table.table a,
form table.table button {
  padding: 3px 8px !important;
  margin-bottom: 5px;
}

form table.table a.prolong {
  color: #fff;
}

form table.table a.block {
  color: #fff;
}

form.form-horizontal .inp_l {
  padding-left: 0px;
}

form.form-horizontal button[type="submit"] {
  background: #f6dc48;
  color: #000;
  height: 34px;
  border: 0;
}

form.form-horizontal button[type="submit"]:hover {
  opacity: 0.85;
}

nav.clearfix {
  display: none;
}

select.form-control {
  line-height: 1;
}

form input.income1 {
  max-width: 90%;
}

.create-order .order-form-row-2 select {
  max-width: 96%;
}

.create-order .form-textarea {
  max-width: 97%;
}

.create-order .order-form-row-1 .col-sm-3 {
  width: 23%;
  margin-right: 2%;
}

.create-order .order-form-row-1 .col-sm-3:last-child {
  width: 25%;
  margin-right: 0;
}

button.btn-show-mobile {
  display: none !important;
}

span.order-titlem {
  display: none;
}

.admin-user-list table tbody tr td .prolong.btn-userlist {
  background: #5cb85c;
}

.admin-user-list table tbody tr td button.login-as {
  border: 1px solid #888888;
}
.form-newslist table.table td .btn-show2 {
	border:1px solid #888888 !important;
	outline:0 !important;
}

@media screen and (max-device-width:1024px) {
  body,
  html {
    width: 480px;
    min-width: 480px;
    overflow-x: hidden;
  }
  .form-orderlist .well {
    margin-bottom: 8px;
  }
  span.order-title {
    display: none;
  }
  span.order-titlem {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .form-orderlist .btn-group button.btn-show {
    display: none !important;
  }
  button.btn-show-mobile {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px 0px !important;
    width: 99%;
    max-width: 300px;
    border: 1px solid #000;
    outline: 0;
  }
  button.btn-show-mobile[aria-expanded="true"] {
    background: #acacac !important;
  }
  .head-mob {
    position: fixed;
    width: 100%;
    height: 90px; /*19.02.2022 60px*/
    margin: 0px auto;
    z-index: 998;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .head-mob nav li a {
    color: #000;
    font-size: 21px;
    padding: 15px 15px;
  }
  .head-mob nav li a:hover,
  .head-mob nav li a:focus {
    opacity: 0.9;
    background-color: #fff;
  }
  .head-mob nav li.yellow-menu:first-child a {
    background: #f6dc48 !important;
    border-radius: 0px;
  }
.head-mob nav li.yellow-menu:first-child a:hover,
.head-mob nav li.yellow-menu:first-child a:focus {
  background: #f6dc48 !important;
}
  .head-mob nav li.yellow-menu a {
    background: #f8efbc !important;
    border-radius: 0px;
  }
  .head-mob nav li.yellow-menu a:hover,
  .head-mob nav li.yellow-menu a:focus {
    background: #f8efbc !important;
    opacity: 0.9;
  }

  nav.clearfix {
    display: block;
  }
  nav {
    position: fixed;
    top: 60px;
    z-index: 997;
    display: block;
    height: auto;
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
  }
  nav .menu-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 81vh;
  }
  nav .row {
    display: block !important;
  }
  nav ul {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    height: auto;
    display: none;
    margin-top: -11px;
    margin-left: 0px;
    background: #fff;
    box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.5);
    border: 0px solid #ddd;
  }
  nav ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0 0 0 10px;
  }
  nav ul li ul.dropdown-menu {
    display: none !important;
  }
  nav ul li.open ul.dropdown-menu {
    display: block !important;
  }
  nav ul li.open ul {
    margin-top: 0px;
    padding-top: 5px;
  }
  nav ul li.open a {
    color: #bcb8b8;
    padding-bottom: 0px;
    color: #000;
  }
  nav ul li.open a:hover,
  .menu-left .menu-content li.open a:focus {
    background-color: transparent !important;
    color: #bcb8b8;
  }
  nav ul li.open ul li a {
    padding: 3px 0 3px 20px;
    font-size: 18px;
  }
  nav ul li ul.dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
  }
  nav ul li a {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
  }
  nav a:hover,
  nav a:active {
    background-color: #8c99a4;
  }
  nav a#pull:after {
    content: "";
    background: url(../../img/navmenu.png) no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -45px;
  }
  nav a#pull.open_m:after {
    content: "";
    background: url(../../img/navmenu2.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  .menu-left {
    display: none;
  }
  .logo-head {
    width: 150px;
    height: auto;
    min-height: 20px;
    margin-top: 13px;
    margin-left: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-head .logo-link {
    font-size: 19px;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
  }
  .profile {
    height: auto;
    min-height: 20px;
    float: right;
    width: 210px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .profile .avatar-profile {
    margin-top: 12px;
    float: left;
    margin-right: 5%;
    width: 20%;
    text-align: right;
  }
  .profile .avatar-profile img {
    max-width: 99.9%;
  }
  .profile .content-profile {
    margin-top: 11px;
    float: right;
    display: inline-block;
    width: 75%;
  }
  .profile .email-profile {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #0f64a6;
    text-decoration: none;
  }
  .profile .exit-profile {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #777;
    text-decoration: none;
  }
  .content-right {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 98px; /*19.02.2022 95px*/
  }
  .admin-user-list table.table thead tr th a,
  table.table thead tr th a {
    padding: 0 !important;
  }
  .admin-user-list table.table thead tr th {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td,
  table.table thead tr td {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td a,
  table.table tbody tr td a,
  .admin-user-list table.table tbody tr td button,
  table.table tbody tr td button {
    display: block;
    width: auto;
  }
  .create-order .form-group select.sel-bot,
  .create-order .row .col-xs-12.col-sm-6:first-child input {
    max-width: 100%;
  }
  .create-order .order-form-row-1 .col-sm-3 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-1 .col-sm-3:last-child {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-2 select {
    padding-right: 0px !important;
    max-width: 100%;
  }
  .create-order .order-form-row-2 input {
    max-width: 100%;
  }
  .create-order .form-textarea,
  form input.income1 {
    max-width: 100%;
  }
  form .order-form-row-3 a,
  form .order-form-row-3 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  ul.nav-tabs li a {
    margin-right: 0px;
  }
  table tbody tr td h4 {
    text-align: center;
  }
  .form-orderlist .btn-group {
    width: 100%;
    text-align: center;
  }
  .form-orderlist .btn-group a,
  .form-orderlist .btn-group button {
    display: inline-block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: auto;
  }
  form.form-contacts thead tr th {
    width: auto;
  }
  form.form-contacts table,
  form.form-contacts thead,
  form.form-contacts tbody {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }

  form.form-contacts tbody tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 колонки на мобильных */
    gap: 10px;
  }

  form.form-contacts tr td.contacts-table-td2 {
    display: inline-block !important;
    float: left !important;
  }
  form.form-contacts tr td.contacts-table-td1 label,
  form.form-contacts tr td.contacts-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  form.form-contacts tr td.contacts-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  form.form-contacts tr td.contacts-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  form.form-contacts tr td.contacts-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  .form-orderlist .remind-date-drum .drum_date {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 100px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_month {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 60px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_year {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 40px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_hour {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 30px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_minute {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 20px;
    width: auto;
  }
  table.table-orderlist,
  table.table-orderlist thead,
  form.form-contacts tbody,
  table.table-orderlist tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  table.table-orderlist tr td.orderlist-table-td1,
  table.table-orderlist tr td.orderlist-table-td2,
  table.table-orderlist tr td.orderlist-table-td2:last-child {
    display: inline-block;
  }
  table.table-orderlist tr td.orderlist-table-td1 label,
  table.table-orderlist tr td.orderlist-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  table.table-orderlist thead tr th.orderlist-table-th1 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th2 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th3 {
    width: 30%;
    text-align: center;
  }
  table.table-orderlist tbody tr td.orderlist-table-th1 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th2 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th3 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tr td.orderlist-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist tr td.orderlist-table-td3 {
    display: inline-block !important;
    float: left !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  table.table-orderlist tr td.orderlist-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist {
    margin-bottom: 0px;
  }
  .form-newslist table,
  .form-newslist table thead,
  .form-newslist table tbody,
  .form-newslist table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-newslist table thead tr th:last-child {
    display: none !important;
  }
  .form-newslist table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table tbody tr td:first-child,
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 50%;
  }
  .form-newslist table tbody tr td,
  .form-newslist table thead tr th {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  .form-newslist table tbody tr td:last-child {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist table tbody tr td:last-child button,
  .form-newslist table tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 50%;
    text-align: center !important;
  }
  .form-newslist .modal-body table thead tr th:last-child,
  .form-newslist .modal-body table tbody tr td:last-child {
    display: inline-block !important;
    float: right !important;
    width: 49%;
    text-align: center !important;
  }
  .form-clients table,
  .form-clients table thead,
  .form-clients table tfoot,
  .form-clients table tbody,
  .form-clients table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
    clear: both;
  }
  .form-clients table thead tr th:last-child {
    display: none !important;
  }
  .form-clients table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td.clients-table-td3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child {
    width: 20%;
  }
  .form-clients table tfoot tr td {
    clear: both;
    width: 100%;
    display: block;
  }
  .form-clients table thead tr th {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table thead tr th.clients-table-th3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child button {
    float: right !important;
  }
  .form-clients table tbody tr td a:first-child {
    display: block !important;
  }
  .form-clients table tbody tr td a {
    display: inline-block !important;
  }
  .table-employee-list,
  .table-employee-list thead,
  .table-employee-list tbody,
  .table-employee-list tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .table-employee-list thead {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
  }
  .table-employee-list thead tr th {
    min-height: 40px;
    border: 0;
    text-align: center;
    margin-top: 0px !important;
  }
  .table-employee-list tbody tr td,
  .table-employee-list thead tr th {
    display: inline-block !important;
    width: 19%;
  }
  .table-employee-list tbody tr td:last-child button,
  .table-employee-list tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .table-employee-list input[type="submit"] {
    padding: 3px 10px;
  }
  .admin-user-list table,
  .admin-user-list table thead,
  .admin-user-list table tbody,
  .admin-user-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .admin-user-list table tbody tr td span {
    word-wrap: break-word;
  }
  .form-bot-list table,
  .form-bot-list table thead,
  .form-bot-list table tbody,
  .form-bot-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-bot-list table thead tr th:last-child {
    display: none !important;
  }
  .form-bot-list table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-bot-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .form-bot-list table.table tbody tr td {
    border: 0 !important;
  }
  .form-bot-list table tbody tr td:first-child,
  .form-bot-list table thead tr th:first-child {
    display: inline-block !important;
    width: 10%;
    text-align: center !important;
  }
  .form-bot-list table tbody tr td,
  .form-bot-list table thead tr th {
    display: inline-block !important;
    width: 33%;
    text-align: center !important;
  }
  .form-bot-list table.table tbody tr td a {
    padding: 3px 0px !important;
    font-size: 12px;
  }
  .form-bot-list table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-bot-list table tbody tr td {
    margin-top: 0px;
  }
  .form-bot-list table tbody tr td:last-child {
    width: 21%;
  }
  .form-bot-list table tbody tr td:last-child a {
    width: 100%;
    padding: 3px 8px !important;
  }
  .form-bot-list table tbody tr td:last-child button {
    width: 100%;
    padding: 3px 8px !important;
    margin-top: 5px;
  }
  .form-activity table,
  .form-activity table thead,
  .form-activity table tbody,
  .form-activity table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-activity table tbody tr {
    margin-top: 15px;
  }
  .form-activity table thead tr th {
    min-height: 20px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-activity table tbody tr td,
  .form-activity table thead tr th {
    display: inline-block !important;
    float: none !important;
    width: 32%;
    min-height: 50px;
    text-align: center !important;
    word-wrap: break-word;
  }
  .form-activity table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-activity table tbody tr td {
    margin-top: 0px;
  }
  .form-activity table tbody tr td span {
    word-wrap: break-word;
  }
  table.table tbody tr:first-child td {
    border-top: 0px;
  }
  table.table tfoot tr:first-child td {
    border-top: 0px;
  }
  table.table tbody tr td {
    padding: 2px 5px;
  }
  table.table tbody tr td a {
    margin-bottom: 0px;
  }
  table.table thead tr th {
    line-height: 1.2;
    font-size: 14px;
  }
  table.table tbody tr td select.form-control {
    height: 24px;
    padding: 0;
  }
  .content-right td.rating {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .content-right td.rating button.rating-up,
  .content-right td.rating button.rating-down,
  .rating .input-group-sm input.form-control {
    height: 24px;
    margin-bottom: 0px;
  }
  .btn {
    padding: 3px 8px;
  }
  .create-news .form-group button.btn-sub3 {
    margin-top: 7px;
  }
  .admin-user-list table.table thead tr th {
    width: auto !important;
    display: inline-block;
    float: none;
    padding: 0 3px 5px 3px !important;
    text-align: center;
  }
  .admin-user-list table.table tbody tr td {
    display: inline-block;
    float: none;
    min-height: 20px;
    padding-top: 5px !important;
    border: 0 !important;
    text-align: center;
  }
  .admin-user-list table.table thead tr th:first-child {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td:last-child {
    width: 100% !important;
    display: block;
  }
  .admin-user-list table tbody tr td button.login-as {
    padding: 3px 2px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td1 {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td2 {
    width: 140px !important;
	text-align:left;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td3 {
    width: 75px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td4 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td5 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td6 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td7 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .admin-user-list table tbody tr td .btn-userlist {
    width: 32% !important;
    margin-top: 5px;
    display: inline-block !important;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  form.form-contacts tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-contacts tbody tr td {
    border: 0 !important;
  }
  form.form-orderlist tbody tr td.order-item {
    display: block;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-orderlist tbody tr td.order-item .progress{
    margin-bottom: 0px;
  }
  form.form-orderlist table.table-orderlist {
    background-color: #f5f5f5;
  }
  form.form-orderlist table.table-orderlist tbody tr {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding-top: 12px;
  }
  form.form-orderlist tbody tr td,
  form.form-orderlist .row {
    border: 0 !important;
  }
  .content-right .remind-date-drum .btn-group input[type="submit"] {
    margin-right: 5px;
  }
  span.hidem {
    display: none;
  }
  form.form-employee-list tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-employee-list tbody tr td {
    border: 0 !important;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
    }
  }
  .form-newslist .modal table tbody tr{display:block;width:100%;margin:0px auto;clear:both;}
.bot-contact-name{text-align:center;}
.bot-contact-name span{display:block;}
}


/*Стили только для Ipad (горизонтальное положение)*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
.bot-contact-name{text-align:center;}
.bot-contact-name span{display:block;}
  body,
  html {
    width: 480px;
    min-width: 480px;
    overflow-x: hidden;
  }
  .form-orderlist .well {
    margin-bottom: 8px;
  }
  span.order-title {
    display: none;
  }
  span.order-titlem {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .form-orderlist .btn-group button.btn-show {
    display: none !important;
  }
  button.btn-show-mobile {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px 0px !important;
    width: 99%;
    max-width: 300px;
    border: 1px solid #000;
    outline: 0;
  }
  button.btn-show-mobile[aria-expanded="true"] {
    background: #acacac !important;
  }
  .head-mob {
    position: fixed;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    z-index: 998;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .head-mob nav li a {
    color: #000;
    font-size: 21px;
    padding: 15px 15px;
  }
  .head-mob nav li a:hover,
  .head-mob nav li a:focus {
    opacity: 0.9;
    background-color: #fff;
  }
  .head-mob nav li.yellow-menu:first-child a {
    background: #f6dc48 !important;
    border-radius: 0px;
  }
.head-mob nav li.yellow-menu:first-child a:hover,
.head-mob nav li.yellow-menu:first-child a:focus {
  background: #f6dc48 !important;
}
  .head-mob nav li.yellow-menu a {
    background: #f8efbc !important;
    border-radius: 0px;
  }
  .head-mob nav li.yellow-menu a:hover,
  .head-mob nav li.yellow-menu a:focus {
    background: #f8efbc !important;
    opacity: 0.9;
  }
  nav.clearfix {
    display: block;
  }
  nav {
    position: fixed;
    top: 60px;
    z-index: 997;
    display: block;
    height: auto;
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
  }
  nav .menu-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 81vh;
  }
  nav .row {
    display: block !important;
  }
  nav ul {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    height: auto;
    display: none;
    margin-top: -11px;
    margin-left: 0px;
    background: #fff;
    box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.5);
    border: 0px solid #ddd;
  }
  nav ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0 0 0 10px;
  }
  nav ul li ul.dropdown-menu {
    display: none !important;
  }
  nav ul li.open ul.dropdown-menu {
    display: block !important;
  }
  nav ul li.open ul {
    margin-top: 0px;
    padding-top: 5px;
  }
  nav ul li.open a {
    color: #bcb8b8;
    padding-bottom: 0px;
    color: #000;
  }
  nav ul li.open a:hover,
  .menu-left .menu-content li.open a:focus {
    background-color: transparent !important;
    color: #bcb8b8;
  }
  nav ul li.open ul li a {
    padding: 3px 0 3px 20px;
    font-size: 18px;
  }
  nav ul li ul.dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
  }
  nav ul li a {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
  }
  nav a:hover,
  nav a:active {
    background-color: #8c99a4;
  }
  nav a#pull:after {
    content: "";
    background: url(../../img/navmenu.png) no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -45px;
  }
  nav a#pull.open_m:after {
    content: "";
    background: url(../../img/navmenu2.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  .menu-left {
    display: none;
  }
  .logo-head {
    width: 150px;
    height: auto;
    min-height: 20px;
    margin-top: 13px;
    margin-left: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-head .logo-link {
    font-size: 19px;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
  }
  .profile {
    height: auto;
    min-height: 20px;
    float: right;
    width: 210px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .profile .avatar-profile {
    margin-top: 12px;
    float: left;
    margin-right: 5%;
    width: 20%;
    text-align: right;
  }
  .profile .avatar-profile img {
    max-width: 99.9%;
  }
  .profile .content-profile {
    margin-top: 11px;
    float: right;
    display: inline-block;
    width: 75%;
  }
  .profile .email-profile {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #0f64a6;
    text-decoration: none;
  }
  .profile .exit-profile {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #777;
    text-decoration: none;
  }
  .content-right {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 95px;
  }
  .admin-user-list table.table thead tr th a,
  table.table thead tr th a {
    padding: 0 !important;
  }
  .admin-user-list table.table thead tr th {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td,
  table.table thead tr td {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td a,
  table.table tbody tr td a,
  .admin-user-list table.table tbody tr td button,
  table.table tbody tr td button {
    display: block;
    width: auto;
  }
  .create-order .form-group select.sel-bot,
  .create-order .row .col-xs-12.col-sm-6:first-child input {
    max-width: 100%;
  }
  .create-order .order-form-row-1 .col-sm-3 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-1 .col-sm-3:last-child {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-2 select {
    padding-right: 0px !important;
    max-width: 100%;
  }
  .create-order .order-form-row-2 input {
    max-width: 100%;
  }
  .create-order .form-textarea,
  form input.income1 {
    max-width: 100%;
  }
  form .order-form-row-3 a,
  form .order-form-row-3 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  ul.nav-tabs li a {
    margin-right: 0px;
  }
  table tbody tr td h4 {
    text-align: center;
  }
  .form-orderlist .btn-group {
    width: 100%;
    text-align: center;
  }
  .form-orderlist .btn-group a,
  .form-orderlist .btn-group button {
    display: inline-block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: auto;
  }
  form.form-contacts thead tr th {
    width: auto;
  }
  form.form-contacts table,
  form.form-contacts thead,
  form.form-contacts tbody,
  form.form-contacts tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  form.form-contacts tr td.contacts-table-td2 {
    display: inline-block !important;
    float: left !important;
  }
  form.form-contacts tr td.contacts-table-td1 label,
  form.form-contacts tr td.contacts-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  form.form-contacts tr td.contacts-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  form.form-contacts tr td.contacts-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  form.form-contacts tr td.contacts-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  .form-orderlist .remind-date-drum .drum_date {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 100px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_month {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 60px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_year {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 40px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_hour {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 20px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_minute {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 20px;
    width: auto;
  }
  table.table-orderlist,
  table.table-orderlist thead,
  form.form-contacts tbody,
  table.table-orderlist tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  table.table-orderlist tr td.orderlist-table-td1,
  table.table-orderlist tr td.orderlist-table-td2,
  table.table-orderlist tr td.orderlist-table-td2:last-child {
    display: inline-block;
  }
  table.table-orderlist tr td.orderlist-table-td1 label,
  table.table-orderlist tr td.orderlist-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  table.table-orderlist thead tr th.orderlist-table-th1 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th2 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th3 {
    width: 30%;
    text-align: center;
  }
  table.table-orderlist tbody tr td.orderlist-table-th1 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th2 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th3 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tr td.orderlist-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist tr td.orderlist-table-td3 {
    display: inline-block !important;
    float: left !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  table.table-orderlist tr td.orderlist-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist {
    margin-bottom: 0px;
  }
  .form-newslist table,
  .form-newslist table thead,
  .form-newslist table tbody,
  .form-newslist table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-newslist table thead tr th:last-child {
    display: none !important;
  }
  .form-newslist table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table tbody tr td:first-child,
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 50%;
  }
  .form-newslist table tbody tr td,
  .form-newslist table thead tr th {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  .form-newslist table tbody tr td:last-child {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist table tbody tr td:last-child button,
  .form-newslist table tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 50%;
    text-align: center !important;
  }
  .form-newslist .modal-body table thead tr th:last-child,
  .form-newslist .modal-body table tbody tr td:last-child {
    display: inline-block !important;
    float: right !important;
    width: 49%;
    text-align: center !important;
  }
  .form-clients table,
  .form-clients table thead,
  .form-clients table tfoot,
  .form-clients table tbody,
  .form-clients table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
    clear: both;
  }
  .form-clients table thead tr th:last-child {
    display: none !important;
  }
  .form-clients table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td.clients-table-td3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child {
    width: 20%;
  }
  .form-clients table tfoot tr td {
    clear: both;
    width: 100%;
    display: block;
  }
  .form-clients table thead tr th {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table thead tr th.clients-table-th3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child button {
    float: right !important;
  }
  .form-clients table tbody tr td a:first-child {
    display: block !important;
  }
  .form-clients table tbody tr td a {
    display: inline-block !important;
  }
  .table-employee-list,
  .table-employee-list thead,
  .table-employee-list tbody,
  .table-employee-list tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .table-employee-list thead {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
  }
  .table-employee-list thead tr th {
    min-height: 40px;
    border: 0;
    text-align: center;
    margin-top: 0px !important;
  }
  .table-employee-list tbody tr td,
  .table-employee-list thead tr th {
    display: inline-block !important;
    width: 19%;
  }
  .table-employee-list tbody tr td:last-child button,
  .table-employee-list tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .table-employee-list input[type="submit"] {
    padding: 3px 10px;
  }
  .admin-user-list table,
  .admin-user-list table thead,
  .admin-user-list table tbody,
  .admin-user-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .admin-user-list table tbody tr td span {
    word-wrap: break-word;
  }
  .form-bot-list table,
  .form-bot-list table thead,
  .form-bot-list table tbody,
  .form-bot-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-bot-list table thead tr th:last-child {
    display: none !important;
  }
  .form-bot-list table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-bot-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .form-bot-list table.table tbody tr td {
    border: 0 !important;
  }
  .form-bot-list table tbody tr td:first-child,
  .form-bot-list table thead tr th:first-child {
    display: inline-block !important;
    width: 10%;
    text-align: center !important;
  }
  .form-bot-list table tbody tr td,
  .form-bot-list table thead tr th {
    display: inline-block !important;
    width: 33%;
    text-align: center !important;
  }
  .form-bot-list table.table tbody tr td a {
    padding: 3px 0px !important;
    font-size: 12px;
  }
  .form-bot-list table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-bot-list table tbody tr td {
    margin-top: 0px;
  }
  .form-bot-list table tbody tr td:last-child {
    width: 21%;
  }
  .form-bot-list table tbody tr td:last-child a {
    width: 100%;
    padding: 3px 8px !important;
  }
  .form-bot-list table tbody tr td:last-child button {
    width: 100%;
    padding: 3px 8px !important;
    margin-top: 5px;
  }
  .form-activity table,
  .form-activity table thead,
  .form-activity table tbody,
  .form-activity table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-activity table tbody tr {
    margin-top: 15px;
  }
  .form-activity table thead tr th {
    min-height: 20px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-activity table tbody tr td,
  .form-activity table thead tr th {
    display: inline-block !important;
    float: none !important;
    width: 32%;
    min-height: 50px;
    text-align: center !important;
    word-wrap: break-word;
  }
  .form-activity table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-activity table tbody tr td {
    margin-top: 0px;
  }
  .form-activity table tbody tr td span {
    word-wrap: break-word;
  }
  table.table tbody tr:first-child td {
    border-top: 0px;
  }
  table.table tfoot tr:first-child td {
    border-top: 0px;
  }
  table.table tbody tr td {
    padding: 2px 5px;
  }
  table.table tbody tr td a {
    margin-bottom: 0px;
  }
  table.table thead tr th {
    line-height: 1.2;
    font-size: 14px;
  }
  table.table tbody tr td select.form-control {
    height: 24px;
    padding: 0;
  }
  .content-right td.rating {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .content-right td.rating button.rating-up,
  .content-right td.rating button.rating-down,
  .rating .input-group-sm input.form-control {
    height: 24px;
    margin-bottom: 0px;
  }
  .btn {
    padding: 3px 8px;
  }
  .create-news .form-group button.btn-sub3 {
    margin-top: 7px;
  }
  .admin-user-list table.table thead tr th {
    width: auto !important;
    display: inline-block;
    float: none;
    padding: 0 3px 5px 3px !important;
    text-align: center;
  }
  .admin-user-list table.table tbody tr td {
    display: inline-block;
    float: none;
    min-height: 20px;
    padding-top: 5px !important;
    border: 0 !important;
    text-align: center;
  }
  .admin-user-list table.table thead tr th:first-child {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td:last-child {
    width: 100% !important;
    display: block;
  }
  .admin-user-list table tbody tr td button.login-as {
    padding: 3px 2px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td1 {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td2 {
    width: 140px !important;
	text-align:left;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td3 {
    width: 75px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td4 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td5 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td6 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td7 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .admin-user-list table tbody tr td .btn-userlist {
    width: 32% !important;
    margin-top: 5px;
    display: inline-block !important;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  form.form-contacts tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-contacts tbody tr td {
    border: 0 !important;
  }
  form.form-orderlist tbody tr td.order-item {
    display: block;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-orderlist tbody tr td.order-item .progress{
    margin-bottom: 0px;
  }
  form.form-orderlist table.table-orderlist {
    background-color: #f5f5f5;
  }
  form.form-orderlist table.table-orderlist tbody tr {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding-top: 12px;
  }
  form.form-orderlist tbody tr td,
  form.form-orderlist .row {
    border: 0 !important;
  }
  .content-right .remind-date-drum .btn-group input[type="submit"] {
    margin-right: 5px;
  }
  span.hidem {
    display: none;
  }
  form.form-employee-list tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-employee-list tbody tr td {
    border: 0 !important;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
    }
  }
.form-newslist .modal table tbody tr{display:block;width:100%;margin:0px auto;clear:both;}
}


/*Стили только для Ipad (вертикальное положение)*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  body,
  html {
    width: 480px;
    min-width: 480px;
    overflow-x: hidden;
  }
  .form-orderlist .well {
    margin-bottom: 8px;
  }
  span.order-title {
    display: none;
  }
  span.order-titlem {
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .form-orderlist .btn-group button.btn-show {
    display: none !important;
  }
  button.btn-show-mobile {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px 0px !important;
    width: 99%;
    max-width: 300px;
    border: 1px solid #000;
    outline: 0;
  }
  button.btn-show-mobile[aria-expanded="true"] {
    background: #acacac !important;
  }
  .head-mob {
    position: fixed;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    z-index: 998;
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .head-mob nav li a {
    color: #000;
    font-size: 21px;
    padding: 15px 15px;
  }
  .head-mob nav li a:hover,
  .head-mob nav li a:focus {
    opacity: 0.9;
    background-color: #fff;
  }
  .head-mob nav li.yellow-menu:first-child a {
    background: #f6dc48 !important;
    border-radius: 0px;
  }
.head-mob nav li.yellow-menu:first-child a:hover,
.head-mob nav li.yellow-menu:first-child a:focus {
  background: #f6dc48 !important;
}
  .head-mob nav li.yellow-menu a {
    background: #f8efbc !important;
    border-radius: 0px;
  }
  .head-mob nav li.yellow-menu a:hover,
  .head-mob nav li.yellow-menu a:focus {
    background: #f8efbc !important;
    opacity: 0.9;
  }
  nav.clearfix {
    display: block;
  }
  nav {
    position: fixed;
    top: 60px;
    z-index: 997;
    display: block;
    height: auto;
    width: 100%;
    font-size: 11pt;
    font-weight: bold;
  }
  nav .menu-content {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto;
    max-height: 81vh;
  }
  nav .row {
    display: block !important;
  }
  nav ul {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    height: auto;
    display: none;
    margin-top: -11px;
    margin-left: 0px;
    background: #fff;
    box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.5);
    border: 0px solid #ddd;
  }
  nav ul li {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0 0 0 10px;
  }
  nav ul li ul.dropdown-menu {
    display: none !important;
  }
  nav ul li.open ul.dropdown-menu {
    display: block !important;
  }
  nav ul li.open ul {
    margin-top: 0px;
    padding-top: 5px;
  }
  nav ul li.open a {
    color: #bcb8b8;
    padding-bottom: 0px;
    color: #000;
  }
  nav ul li.open a:hover,
  .menu-left .menu-content li.open a:focus {
    background-color: transparent !important;
    color: #bcb8b8;
  }
  nav ul li.open ul li a {
    padding: 3px 0 3px 20px;
    font-size: 18px;
  }
  nav ul li ul.dropdown-menu {
    position: relative;
    top: 0;
    float: none;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    background-color: transparent;
    border: 0;
    border-radius: 0px;
    box-shadow: none;
  }
  nav ul li a {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
  }
  nav a:hover,
  nav a:active {
    background-color: #8c99a4;
  }
  nav a#pull:after {
    content: "";
    background: url(../../img/navmenu.png) no-repeat;
    width: 30px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: -45px;
  }
  nav a#pull.open_m:after {
    content: "";
    background: url(../../img/navmenu2.png) no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
  }
  .clearfix:before,
  .clearfix:after {
    content: " ";
    display: table;
  }
  .clearfix:after {
    clear: both;
  }
  .clearfix {
    *zoom: 1;
  }
  .menu-left {
    display: none;
  }
  .logo-head {
    width: 150px;
    height: auto;
    min-height: 20px;
    margin-top: 13px;
    margin-left: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo-head .logo-link {
    font-size: 19px;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 700;
  }
  .profile {
    height: auto;
    min-height: 20px;
    float: right;
    width: 210px;
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
    margin-right: 0px;
  }
  .profile .avatar-profile {
    margin-top: 12px;
    float: left;
    margin-right: 5%;
    width: 20%;
    text-align: right;
  }
  .profile .avatar-profile img {
    max-width: 99.9%;
  }
  .profile .content-profile {
    margin-top: 11px;
    float: right;
    display: inline-block;
    width: 75%;
  }
  .profile .email-profile {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #0f64a6;
    text-decoration: none;
  }
  .profile .exit-profile {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    color: #777;
    text-decoration: none;
  }
  .content-right {
    float: none;
    display: block;
    width: 100%;
    margin: 0px auto;
    padding-top: 95px;
  }
  .admin-user-list table.table thead tr th a,
  table.table thead tr th a {
    padding: 0 !important;
  }
  .admin-user-list table.table thead tr th {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td,
  table.table thead tr td {
    padding: 2px !important;
    line-height: 1.2;
    font-size: 14px;
  }
  .admin-user-list table.table tbody tr td a,
  table.table tbody tr td a,
  .admin-user-list table.table tbody tr td button,
  table.table tbody tr td button {
    display: block;
    width: auto;
  }
  .create-order .form-group select.sel-bot,
  .create-order .row .col-xs-12.col-sm-6:first-child input {
    max-width: 100%;
  }
  .create-order .order-form-row-1 .col-sm-3 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-1 .col-sm-3:last-child {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .create-order .order-form-row-2 select {
    padding-right: 0px !important;
    max-width: 100%;
  }
  .create-order .order-form-row-2 input {
    max-width: 100%;
  }
  .create-order .form-textarea,
  form input.income1 {
    max-width: 100%;
  }
  form .order-form-row-3 a,
  form .order-form-row-3 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  ul.nav-tabs li a {
    margin-right: 0px;
  }
  table tbody tr td h4 {
    text-align: center;
  }
  .form-orderlist .btn-group {
    width: 100%;
    text-align: center;
  }
  .form-orderlist .btn-group a,
  .form-orderlist .btn-group button {
    display: inline-block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: auto;
  }
  form.form-contacts thead tr th {
    width: auto;
  }
  form.form-contacts table,
  form.form-contacts thead,
  form.form-contacts tbody,
  form.form-contacts tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  form.form-contacts tr td.contacts-table-td2 {
    display: inline-block !important;
    float: left !important;
  }
  form.form-contacts tr td.contacts-table-td1 label,
  form.form-contacts tr td.contacts-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  form.form-contacts tr td.contacts-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  form.form-contacts tr td.contacts-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  form.form-contacts tr td.contacts-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  .form-orderlist .remind-date-drum .drum_date {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 100px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_month {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 60px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_year {
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center;
    min-width: 40px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_hour {
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    text-align: center;
    min-width: 20px;
    width: auto;
  }
  .form-orderlist .remind-date-drum .drum_minute {
    margin-left: 0;
    margin-right: 0;
    float: left;
    text-align: center;
    min-width: 20px;
    width: auto;
  }
  table.table-orderlist,
  table.table-orderlist thead,
  form.form-contacts tbody,
  table.table-orderlist tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  table.table-orderlist tr td.orderlist-table-td1,
  table.table-orderlist tr td.orderlist-table-td2,
  table.table-orderlist tr td.orderlist-table-td2:last-child {
    display: inline-block;
  }
  table.table-orderlist tr td.orderlist-table-td1 label,
  table.table-orderlist tr td.orderlist-table-td2 label {
    font-weight: 600;
    font-size: 13px;
  }
  table.table-orderlist thead tr th.orderlist-table-th1 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th2 {
    width: 35%;
    text-align: left;
  }
  table.table-orderlist thead tr th.orderlist-table-th3 {
    width: 30%;
    text-align: center;
  }
  table.table-orderlist tbody tr td.orderlist-table-th1 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th2 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tbody tr td.orderlist-table-th3 {
    width: 33%;
    text-align: left;
  }
  table.table-orderlist tr td.orderlist-table-td2:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist tr td.orderlist-table-td3 {
    display: inline-block !important;
    float: left !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  table.table-orderlist tr td.orderlist-table-td4 button {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  table.table-orderlist tr td.orderlist-table-td4:after {
    content: '';
    clear: both;
    display: block;
  }
  table.table-orderlist {
    margin-bottom: 0px;
  }
  .form-newslist table,
  .form-newslist table thead,
  .form-newslist table tbody,
  .form-newslist table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-newslist table thead tr th:last-child {
    display: none !important;
  }
  .form-newslist table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table tbody tr td:first-child,
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 50%;
  }
  .form-newslist table tbody tr td,
  .form-newslist table thead tr th {
    display: inline-block !important;
    float: right !important;
    width: 49%;
  }
  .form-newslist table tbody tr td:last-child {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist table tbody tr td:last-child button,
  .form-newslist table tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: block !important;
    float: none !important;
    width: 100%;
  }
  .form-newslist .modal-body table thead tr th,
  .form-newslist .modal-body table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 50%;
    text-align: center !important;
  }
  .form-newslist .modal-body table thead tr th:last-child,
  .form-newslist .modal-body table tbody tr td:last-child {
    display: inline-block !important;
    float: right !important;
    width: 49%;
    text-align: center !important;
  }
  .form-clients table,
  .form-clients table thead,
  .form-clients table tfoot,
  .form-clients table tbody,
  .form-clients table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
    clear: both;
  }
  .form-clients table thead tr th:last-child {
    display: none !important;
  }
  .form-clients table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-newslist table thead tr th:first-child {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table tbody tr td.clients-table-td3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child {
    width: 20%;
  }
  .form-clients table tfoot tr td {
    clear: both;
    width: 100%;
    display: block;
  }
  .form-clients table thead tr th {
    display: inline-block !important;
    float: left !important;
    width: 30%;
    text-align: center !important;
  }
  .form-clients table thead tr th.clients-table-th3 {
    width: 20%;
  }
  .form-clients table tbody tr td:last-child button {
    float: right !important;
  }
  .form-clients table tbody tr td a:first-child {
    display: block !important;
  }
  .form-clients table tbody tr td a {
    display: inline-block !important;
  }
  .table-employee-list,
  .table-employee-list thead,
  .table-employee-list tbody,
  .table-employee-list tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .table-employee-list thead {
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
  }
  .table-employee-list thead tr th {
    min-height: 40px;
    border: 0;
    text-align: center;
    margin-top: 0px !important;
  }
  .table-employee-list tbody tr td,
  .table-employee-list thead tr th {
    display: inline-block !important;
    width: 19%;
  }
  .table-employee-list tbody tr td:last-child button,
  .table-employee-list tbody tr td:last-child a {
    display: block !important;
    float: none !important;
    margin: 0px auto 10px auto !important;
    width: 99%;
    max-width: 300px;
  }
  .table-employee-list input[type="submit"] {
    padding: 3px 10px;
  }
  .admin-user-list table,
  .admin-user-list table thead,
  .admin-user-list table tbody,
  .admin-user-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .admin-user-list table tbody tr td span {
    word-wrap: break-word;
  }
  .form-bot-list table,
  .form-bot-list table thead,
  .form-bot-list table tbody,
  .form-bot-list table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-bot-list table thead tr th:last-child {
    display: none !important;
  }
  .form-bot-list table thead tr th {
    min-height: 40px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-bot-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .form-bot-list table.table tbody tr td {
    border: 0 !important;
  }
  .form-bot-list table tbody tr td:first-child,
  .form-bot-list table thead tr th:first-child {
    display: inline-block !important;
    width: 10%;
    text-align: center !important;
  }
  .form-bot-list table tbody tr td,
  .form-bot-list table thead tr th {
    display: inline-block !important;
    width: 33%;
    text-align: center !important;
  }
  .form-bot-list table.table tbody tr td a {
    padding: 3px 0px !important;
    font-size: 12px;
  }
  .form-bot-list table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-bot-list table tbody tr td {
    margin-top: 0px;
  }
  .form-bot-list table tbody tr td:last-child {
    width: 21%;
  }
  .form-bot-list table tbody tr td:last-child a {
    width: 100%;
    padding: 3px 8px !important;
  }
  .form-bot-list table tbody tr td:last-child button {
    width: 100%;
    padding: 3px 8px !important;
    margin-top: 5px;
  }
  .form-activity table,
  .form-activity table thead,
  .form-activity table tbody,
  .form-activity table tr {
    width: 99.9%;
    display: block;
    max-width: 99.9%;
  }
  .form-activity table tbody tr {
    margin-top: 15px;
  }
  .form-activity table thead tr th {
    min-height: 20px;
    text-align: center;
    margin-top: 7px !important;
  }
  .form-activity table tbody tr td,
  .form-activity table thead tr th {
    display: inline-block !important;
    float: none !important;
    width: 32%;
    min-height: 50px;
    text-align: center !important;
    word-wrap: break-word;
  }
  .form-activity table input[type="submit"] {
    padding: 3px 10px;
  }
  .form-activity table tbody tr td {
    margin-top: 0px;
  }
  .form-activity table tbody tr td span {
    word-wrap: break-word;
  }
  table.table tbody tr:first-child td {
    border-top: 0px;
  }
  table.table tfoot tr:first-child td {
    border-top: 0px;
  }
  table.table tbody tr td {
    padding: 2px 5px;
  }
  table.table tbody tr td a {
    margin-bottom: 0px;
  }
  table.table thead tr th {
    line-height: 1.2;
    font-size: 14px;
  }
  table.table tbody tr td select.form-control {
    height: 24px;
    padding: 0;
  }
  .content-right td.rating {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }
  .content-right td.rating button.rating-up,
  .content-right td.rating button.rating-down,
  .rating .input-group-sm input.form-control {
    height: 24px;
    margin-bottom: 0px;
  }
  .btn {
    padding: 3px 8px;
  }
  .create-news .form-group button.btn-sub3 {
    margin-top: 7px;
  }
  .admin-user-list table.table thead tr th {
    width: auto !important;
    display: inline-block;
    float: none;
    padding: 0 3px 5px 3px !important;
    text-align: center;
  }
  .admin-user-list table.table tbody tr td {
    display: inline-block;
    float: none;
    min-height: 20px;
    padding-top: 5px !important;
    border: 0 !important;
    text-align: center;
  }
  .admin-user-list table.table thead tr th:first-child {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td:last-child {
    width: 100% !important;
    display: block;
  }
  .admin-user-list table tbody tr td button.login-as {
    padding: 3px 2px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td1 {
    width: 35px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td2 {
    width: 140px !important;
	text-align:left;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td3 {
    width: 75px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td4 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td5 {
    width: 55px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td6 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr td.userlist-table-td7 {
    width: 25px !important;
  }
  .admin-user-list table.table tbody tr {
    display: block;
    background: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .admin-user-list table tbody tr td .btn-userlist {
    width: 32% !important;
    margin-top: 5px;
    display: inline-block !important;
  }
  input,
  textarea,
  select {
    font-size: 16px;
  }
  form.form-contacts tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-contacts tbody tr td {
    border: 0 !important;
  }
  form.form-orderlist tbody tr td.order-item {
    display: block;
    background: #f5f5f5;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-orderlist tbody tr td.order-item .progress{
    margin-bottom: 0px;
  }
  form.form-orderlist table.table-orderlist {
    background-color: #f5f5f5;
  }
  form.form-orderlist table.table-orderlist tbody tr {
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding-top: 12px;
  }
  form.form-orderlist tbody tr td,
  form.form-orderlist .row {
    border: 0 !important;
  }
  .content-right .remind-date-drum .btn-group input[type="submit"] {
    margin-right: 5px;
  }
  span.hidem {
    display: none;
  }
  form.form-employee-list tbody tr {
    background: #f5f5f5;
    padding-top: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  form.form-employee-list tbody tr td {
    border: 0 !important;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus,
    textarea:focus,
    input:focus {
      font-size: 16px;
    }
  }
.bot-contact-name{text-align:center;}
.bot-contact-name span{display:block;}
.form-newslist .modal table tbody tr{display:block;width:100%;margin:0px auto;clear:both;}
}
