﻿button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../../fonts/PTSans-Regular.eot');
  src: url('../../fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/PTSans-Regular.woff') format('woff'), url('../../fonts/PTSans-Regular.ttf') format('truetype');
}
.wrapper {
  float: left;
  width: 100%;
  position: relative;
  background: #e3e5e7;
  background-size: 100% 100%;
  overflow-y: hidden;
}
.page_overlay {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
  overflow: hidden;
  display: none;
}
.page_overlay_hidden {
  display: none !important;
}
.main__content_container {
  float: left;
  width: 100%;
  position: relative;
}
header {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 4px 0px #a1a1a1;
  box-shadow: 0px 0px 4px 0px #a1a1a1;
}
.header__logo {
  width: auto;
  height: auto;
}
.header__logo a {
  width: auto;
  height: auto;
}
.header__logo a img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-left: 30px;
  margin-top: 3px;
}
.header__user_container {
  width: auto;
  padding-right: 35px;
  min-width: 160px;
}
.header__user_container span {
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
.header__user_container__count {
  position: relative;
}
.header__user_container__count i {
  position: absolute;
  top: 0;
  right: -10px;
}
.header__user_container__count a {
  color: #666666;
}
.header__user_container__profile_span {
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.header__user_container__profile_span i {
  margin-right: 8px;
}
.header__user_container__profile_span:hover,
.header__user_container__profile_span:focus,
.header__user_container__profile_span:active {
  color: #666666;
}
.header__user_container__notif_span {
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  margin-right: 8px;
}
.header__user_container__notif_span div {
  color: #666666;
  display: inline;
  margin-right: 8px;
}
.header__user_container__notif_span div.active {
  color: red;
}
.header__user_container__notif_span i {
  font-size: 18px;
}
.header__user_container__notif_span:hover,
.header__user_container__notif_span:focus,
.header__user_container__notif_span:active {
  color: #666666;
  text-decoration: none
}
.header__user_container__notif_span:hover div,
.header__user_container__notif_span:focus div,
.header__user_container__notif_span:active div {
  color: black;
}
main {
  position: relative;
  float: left;
  width: 100%;
  height: 100vh;
}
aside {
  float: left;
  width: 140px;
  background-color: #278ab0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 110;
  -webkit-box-shadow: 1px 0px 3px 0px #a1a1a1;
  box-shadow: 1px 0px 3px 0px #a1a1a1;
}
.aside__ul {
  float: left;
  width: 100%;
  padding: 65px 0 0;
  height: 100vh;
  border-left: 1px solid #278ab0;
}
.aside__ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.aside__ul li a {
  float: left;
  width: 100%;
  border-left: 2px solid #278ab0;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 0!important;
}
.aside__ul li a img {
  float: left;
  margin-right: 12px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.aside__ul li a:hover,
.aside__ul li a:focus,
.aside__ul li a:active {
  background-color: #306a80;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-left: 2px solid #fff;
  text-decoration: none;
}
.aside__ul .active a {
  background-color: #306a80;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  border-left: 2px solid #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}
.main__content {
  float: right;
  width: calc(100% - 140px);
  padding: 15px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 33px;
  margin-top: 70px;
}
.adaptive_container {
  width: 1020px;
}
.main__content__top_wrapper {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 35px;
  margin-bottom: 20px;
}
.main__content__top_wrapper ul {
  float: left;
  margin-bottom: 0px;
}
.main__content__top_wrapper ul li {
  float: left;
}
.main__content__filter_cont {
  float: left;
}
.main__content__filter_cont__offer {
  float: left;
  line-height: 35px;
  border-radius: 0px;
  background-color: #278ab0;
  text-align: center;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  padding: 0 20px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 3px 0px #c1c1c1;
  box-shadow: 0px 0px 3px 0px #c1c1c1;
}
.main__content__filter_cont__offer:hover,
.main__content__filter_cont__offer:focus,
.main__content__filter_cont__offer:active {
  text-decoration: none;
  color: #fff;
  background-color: #446c7c;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.main__content__filter_cont__offer i {
  font-size: 10px;
}
.main__content__filter_cont__sale {
  float: left;
  line-height: 35px;
  border-radius: 0px;
  background-color: #278ab0;
  text-align: center;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  margin-right: 10px;
  padding: 0 20px;
  -webkit-box-shadow: 0px 0px 3px 0px #c1c1c1;
  box-shadow: 0px 0px 3px 0px #c1c1c1;
}
.main__content__filter_cont__sale:hover,
.main__content__filter_cont__sale:focus,
.main__content__filter_cont__sale:active {
  text-decoration: none;
  color: #fff;
  background-color: #446c7c;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.main__content__filter_cont__sale i {
  font-size: 10px;
}
.main__content__filter_cont__sale_input {
  float: left;
  line-height: 35px;
  border-radius: 0px;
  border: 0;
  background-color: #278ab0;
  text-align: center;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0 20px;
  height: 35px;
}
select.main__content__filter_cont__sale_input {
  float: left;
  line-height: 35px;
  border-radius: 0px;
  border: 0;
  background-color: #278ab0;
  text-align: center;
  color: #ffffff;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0 20px;
  height: 35px;
  width: 150px;
}
input[type=date].main__content__filter_cont__sale_input::-webkit-clear-button {
  -webkit-appearance: none;
  display: none;
}
input[type=date].main__content__filter_cont__sale_input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}
.main__content__filter_cont__filter {
  float: left;
  border-radius: 0px;
  border: 1px solid #278ab0;
  width: 62px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
.main__content__filter_cont__filter:hover,
.main__content__filter_cont__filter:focus,
.main__content__filter_cont__filter:active {
  text-decoration: none;
  background-color: #ddd;
}
.main__content__filter_cont__filter i {
  color: #278ab0;
}
.main__content__form_search {
  float: right;
}
.main__content__form_search form {
  float: right;
  position: relative;
}
.main__content__form_search form input {
  width: 222px;
  height: 35px;
  border-radius: 4px 5px 5px 4px;
  border: 1px solid #a0acb9;
  opacity: 0.2;
  padding: 0 10px;
  color: #333;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  padding-right: 40px;
}
.main__content__form_search form input :placeholder {
  color: #a9a9a9;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}
.main__content__form_search form button {
  position: absolute;
  top: 14px;
  right: 10px;
  border: none;
  background: transparent;
}
.main__content__form_search form button i {
  color: #a9a9a9;
}
.main__content__table_wrapper {
  float: left;
  width: 100% !important;
  background: #fff;
  border-radius: 3px;
  overflow-x: hidden;
}
.main__content__table_wrapper_container {
  float: left;
  width: 100%;
  padding: 20px 0px;
}
.main__content__table_wrapper_container table {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main__content__table_wrapper_container table thead {
  float: left;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  width: 100%;
}
.main__content__table_wrapper_container table thead tr {
  float: left;
  width: 100%;
}
.main__content__table_wrapper_container table thead tr th {
  text-align: left;
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
}
.main__content__table_wrapper_container table thead tr th i {
  margin-left: 3px;
}
.main__content__table_wrapper_container table thead tr th a {
  text-align: left;
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}
.main__content__table_wrapper_container table td {
  float: left;
}
.main__content__table_wrapper_container table th {
  float: left;
}
.main__content__table_wrapper_container table .zakaz_title {
  width: 10%;
  margin-left: 20px;
  padding-left: 20px;
}
.main__content__table_wrapper_container table .zakaz {
  width: 10%;
}
.main__content__table_wrapper_container table .zakaz {
  position: relative;
}
.main__content__table_wrapper_container table .zakaz img {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main__content__table_wrapper_container table .status_title {
  width: 9%;
}
.main__content__table_wrapper_container table .status {
  width: 9%;
  margin-left: -20px;
  margin-right: 10px;
}
.main__content__table_wrapper_container table .cash_title {
  width: 9%;
}
.main__content__table_wrapper_container table .cash {
  width: 9%;
  margin-left: 10px;
}
.main__content__table_wrapper_container table .telephone_title {
  width: 15%;
  margin-left: -20px;
}
.main__content__table_wrapper_container table .telephone {
  width: 15%;
}
.main__content__table_wrapper_container table .telephone p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_problem_title {
  width: 20%;
  margin-left: -20px;
}
.main__content__table_wrapper_container table .order_problem {
  width: 20%;
}
.main__content__table_wrapper_container table .order_problem p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_problem p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.main__content__table_wrapper_container table .order_master_title {
  width: 13%;
  margin-left: -20px;
}
.main__content__table_wrapper_container table .order_master {
  width: 13%;
}
.main__content__table_wrapper_container table .order_master p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_master p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.main__content__table_wrapper_container table .order_prior_title {
  width: 6%;
  margin-left: -20px;
}
.main__content__table_wrapper_container table .order_prior {
  width: 6%;
}
.main__content__table_wrapper_container table .order_datetime_title {
  width: 10%;
  margin-right: -20px;
}
.main__content__table_wrapper_container table .order_datetime {
  width: 10%;
}
.main__content__table_wrapper_container table .order_datetime p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_client_title {
  width: 15%;
  margin-right: -40px;
}
.main__content__table_wrapper_container table .order_client_title p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_client_title p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.main__content__table_wrapper_container table .order_client {
  width: 15%;
}
.main__content__table_wrapper_container table .order_client p {
  line-height: 12pt;
}
.main__content__table_wrapper_container table .order_client p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.main__content__table_wrapper_container table .email {
  width: 10%;
}
.main__content__table_wrapper_container table a {
  text-decoration: underline;
  float: left;
  text-align: left;
}
.main__content__table_wrapper_container table a .good_signal {
  width: 10px;
  height: 10px;
  background-color: #7ece65;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}
.main__content__table_wrapper_container table a .bad_signal {
  width: 10px;
  height: 10px;
  background-color: #ffc34c;
  border-radius: 100%;
  float: left;
  margin-right: 5px;
}
.main__content__table_wrapper_container table .zakaz {
  padding-left: 20px;
}
.main__content__table_wrapper_container table tr {
  padding: 0 0px;
}
.main__content__table_wrapper_container table .active_tr {
  background-color: #f8f9fb;
}
.main__content__table_wrapper_container table tbody {
  padding: 0 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*height: 340px;*/
  max-height: 340px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-perspective: 0;
}
.main__content__table_wrapper_container table tbody::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}
.main__content__table_wrapper_container table tbody::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.main__content__table_wrapper_container table tbody::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 5px;
  background-color: #d4d4d4;
}
.main__content__table_wrapper_container table tbody::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4;
}
.main__content__table_wrapper_container table tbody::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
.main__content__table_wrapper_container table tbody::-webkit-scrollbar {
  width: 6px;
}
.main__content__table_wrapper_container table tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 70px;
}
.main__content__table_wrapper_container table tbody tr td {
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.main__content__table_wrapper_container table tbody tr td a {
  color: #666666;
  font-family: "PT Sans";
  font-size: 13px;
  font-weight: 400;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__content__table_wrapper_container table tbody tr td .span_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__content__table_wrapper_container table tbody tr:hover {
  background: #f8f9fb;
}

.main__content__table_wrapper_container table tbody tr:hover > .zakaz > .img_link {
  display: block;
}

.gamburger_menu {
  display: none;
  position: absolute;
  top: 20px;
  left: 20px;
}
.aside_visible {
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.close_aside {
  display: none;
}
.jspContainer {
  height: 440px !important;
}
.kassy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 40px 0px 33px;
  padding-right: 15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0;
}
.kassy_wrapper .main__content_container {
  width: calc(100% - 265px);
  float: right;
}
.kassy_wrapper .main__content__filter_cont__offer {
  background: #a1a1a1;
}
.kassy_wrapper .main__content__filter_cont__offer:hover,
.kassy_wrapper .main__content__filter_cont__offer:focus,
.kassy_wrapper .main__content__filter_cont__offer:active {
  background-color: #278ab0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.kassy_wrapper .main__content__table_wrapper_container table .zakaz {
  width: 9%;
}
.kassy_wrapper .main__content__table_wrapper_container table tbody {
  padding: 0;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_type {
  width: 11%;
  line-height: 12pt;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_cost {
  width: 10%;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_emp {
  width: 15%;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_comment {
  width: 30%;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_comment p {
  line-height: 12pt;
}
.kassy_wrapper .main__content__table_wrapper_container table .move_comment p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.kassy_wrapper .main__content__table_wrapper_container table .salary_control {
  width: 15%;
}
.kassy_wrapper .main__content__table_wrapper_container table .salary_control p {
  line-height: 12pt;
}
.kassy_wrapper .main__content__table_wrapper_container table .salary_control p a {
  line-height: 12pt;
  display: inline; /* чтобы строки не переносились */
  float: none; /* чтобы ссылки не приклеивались к левому краю */
}
.kassy_wrapper .main__content__table_wrapper_container table .move_time {
  width: 15%;
}

.kassy_wrapper .main__content__table_wrapper_container table .detail_name {
  width: 50%;
}
.kassy_wrapper .main__content__table_wrapper_container table .detail_cost {
  width: 13%;
}
.kassy_wrapper .main__content__table_wrapper_container table .detail_guaranty {
  width: 15%;
}

.main__content_container_left {
  float: left;
  width: 265px;
  padding: 18px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px;
  height: 90vh;
  margin-right: 10px;
  overflow-y: auto;
}
.main__content_container_left::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.main__content_container_left::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #d4d4d4;
}
.main__content_container_left::-webkit-scrollbar-thumb:hover {
  background-color: #d4d4d4;
}
.main__content_container_left::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
.main__content_container_left::-webkit-scrollbar {
  width: 6px;
}
.active__kassa_block {
  background: #f8f9fb;
  border: 1px solid #278ab0;
}
.default__kassa_block {
  background: transparent;
  border: 1px solid #eceef1;
}
.default__kassa_block>a {
  color: lightgray;
}
.main__content_container_left__kassa_block {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 0px;
  padding: 15px 15px 18px;
  margin-bottom: 20px;
  min-height: 120px;
  -webkit-box-shadow: 0px 0px 4px 0px #d9d9d9;
  box-shadow: 0px 0px 4px 0px #d9d9d9;
}
.main__content_container_left__kassa_block img {
  position: absolute;
  top: 5px;
  right: 5px;
}
.main__content_container_left__kassa_block i.edit {
  color: lightgray;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 22px;
}
.main__content_container_left__kassa_block i.edit:hover {
  color: #278ab0;
}
.main__content_container_left__kassa_block i.remove {
  color: lightgray;
  font-size: 12px;
  position: absolute;
  top: 5px;
  right: 7px;
}
.main__content_container_left__kassa_block i.remove:hover {
  color: #ff0000;
}
.main__content_container_left__kassa_block ul {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0px;
}
.main__content_container_left__kassa_block ul li a {
  background: #278ab0;
  color: #fff;
  font-size: 13px;
  font-family: "PT Sans";
  height: 30px;
  padding: 0 10px;
  float: left;
  border-radius: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-box-shadow: 0px 0px 3px 0px #c1c1c1;
  box-shadow: 0px 0px 3px 0px #c1c1c1;*/
}
.main__content_container_left__kassa_block ul li a:hover,
.main__content_container_left__kassa_block ul li a:focus,
.main__content_container_left__kassa_block ul li a:active {
  text-decoration: none;
}
.main__content_container_left__kassa_block ul li a i {
  font-size: 8px;
  line-height: 30px;
  margin-right: 5px;
}
.bad_span {
  color: #ff0000;
}
.good_span {
  color: #01a518;
}
.main__content__table_wrapper_container table tbody tr td.time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main__content_container_left__kassa_block_span_name {
  float: left;
  font-size: 13px;
  color: #666666;
  font-family: "PT Sans";
  width: 100%;
}
.main__content_container_left__kassa_block_span_name:hover,
.main__content_container_left__kassa_block_span_name:focus,
.main__content_container_left__kassa_block_span_name:active {
  text-decoration: none;
  color: #666666;
}
.main__content_container_left__kassa_block__price {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #666666;
  text-transform: uppercase;
  position: relative;
  font-family: "PT Sans";
  margin-top: 15px;
}
.main__content_container_left__kassa_block__price:hover,
.main__content_container_left__kassa_block__price:focus,
.main__content_container_left__kassa_block__price:active {
  text-decoration: none;
  color: #666666;
}
.main__content_container_left__kassa_block__price i {
  position: relative;
}
.main__content_container_left__kassa_block__price i:after {
  content: "\20BD";
  position: absolute;
  right: -18px;
  bottom: 4px;
  font-size: 13px;
  color: #666666;
  font-family: "PT Sans";
}
.main__content_container_left__add_kassa_container {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main__content_container_left__add_kassa_container .main__content_container_left__add_kassa {
  float: left;
  color: #ffffff;
  font-size: 13px;
  font-family: "PT Sans";
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #a1a1a1;
  padding: 0px 10px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 3px 0px #c1c1c1;
  box-shadow: 0px 0px 3px 0px #c1c1c1;
  /*min-width: 100px;
  text-align: center;*/
}
.main__content_container_left__add_kassa_container .main__content_container_left__add_kassa:hover,
.main__content_container_left__add_kassa_container .main__content_container_left__add_kassa:focus,
.main__content_container_left__add_kassa_container .main__content_container_left__add_kassa:active {
  text-decoration: none;
  background: #878686;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.main__content_container_left__add_kassa_container .main__content_container_left__add_kassa i {
  font-size: 13px;
  margin-right: 8px;
}
.kassy_wrapper .main__content__table_wrapper_container table .zakaz {
  position: relative;
}
.kassy_wrapper .main__content__table_wrapper_container table .zakaz img {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kassy_wrapper .main__content__table_wrapper_container table tbody tr:hover {
  background: #f8f9fb;
}
.kassy_wrapper .main__content__table_wrapper_container table tbody tr:hover > .zakaz > .img_link {
  display: block;
}
.main__content__table_wrapper_container table tbody tr td a.img_link {
  display: none;
}
.kassy_wrapper .main__content__table_wrapper_container table tbody {
  /*height: 340px;*/
  max-height: 340px;
}
.main__content_container_left__kassa_block ul li a:hover,
.main__content_container_left__kassa_block ul li a:focus,
.main__content_container_left__kassa_block ul li a:active {
  background: #306a80;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.main_aside_visible .page_overlay {
  display: block;
}
.adaptive_aside_wrapper {
  overflow-y: hidden !important;
}
.adaptive_aside_main {
  height: 100vh !important;
  margin-top: 0 !important;
}
.sc24-top-message-warning {
  font-family: 'PT Sans';
  font-size: 12px;
  margin: 5px;
  padding: 7px 25px 3px 7px;
}
@media (max-width: 1199px) {
  .adaptive_container {
    width: 770px;
  }
}
@media (max-width: 991px) {
  /*.main__content {
    padding: 20px 10px 30px;
  }*/
  .adaptive_container {
    width: 606px;
  }
  .main__content__table_wrapper {
    overflow-x: auto !important;
    overflow-y: auto;
  }
  .main__content__table_wrapper_container {
    width: 991px;
    min-width: 991px;
  }
  aside {
    position: absolute;
    top: 0;
  }
  .kassy_wrapper .main__content__form_search {
    width: 100%;
    margin-top: 15px;
  }
  .kassy_wrapper .main__content__form_search input {
    width: 100%;
  }
  .kassy_wrapper .main__content__form_search form {
    width: 100%;
  }
  .kassy_wrapper .main__content__top_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kassy_wrapper {
    padding-top: 0;
  }
  .kassy_wrapper .main__content__table_wrapper_container table tbody {
    height: 200px;
  }
}
@media (max-width: 767px) {
  header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
    -webkit-box-shadow: 0px 0px 4px 0px #a1a1a1;
    box-shadow: 0px 0px 4px 0px #a1a1a1;
  }
  aside {
    left: -100%;
    width: 200px;
    z-index: 1000;
  }
  .header__user_container {
    padding-right: 0;
  }
  .aside__ul {
    padding-top: 15px;
  }
  .main__content__top_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .main__content__top_wrapper ul li {
    margin-bottom: 5px;
  }
  /*.main__content__filter_cont {
    margin-bottom: 15px;
  }*/
  .pull-right {
    margin-top: 0px !important;
  }
  .main__content {
    width: 100%;
    margin-top: 0px !important;
  }
  .adaptive_container {
    float: left;
    width: 100%;
  }
  .gamburger_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
  }
  .gamburger_menu i {
    color: #333;
  }
  main {
    position: static;
    margin-top: 70px;
    height: auto;
  }
  .aside__ul li a img {
    float: none;
  }
  .aside__ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    padding: 0;
    padding-left: 20px;
  }
  .wrapper {
    position: relative;
  }
  .close_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 15px;
    background: transparent;
    border: none;
  }
  .close_aside i {
    font-size: 17px;
    color: #fff;
  }
  .kassy_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .kassy_wrapper .main__content_container_left {
    height: auto;
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px;
  }
  .kassy_wrapper .main__content_container {
    margin-top: 0;
  }
  .kassy_wrapper .main__content_container_left__add_kassa_container {
    margin-top: 0;
    justify-content: left;
  }
  .kassy_wrapper .main__content_container_left__kassa_block {
    width: 180px;
    margin-right: 10px;
  }
  .kassy_wrapper .main__content__filter_cont {
    width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .kassy_wrapper .main__content_container {
    width: 100%;
  }
  .main__content_container_left__responsive {
    float: left;
    width: 100%;
    max-width: 100%;
    overflow-y: auto;
  }
  .main__content_container_left__responsive::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 2px;
    height: 0px;
  }
  .main__content_container_left__responsive::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  .main__content_container_left__responsive::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #d4d4d4;
  }
  .main__content_container_left__responsive::-webkit-scrollbar-thumb:hover {
    background-color: #d4d4d4;
  }
  .main__content_container_left__responsive::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 2px;
    height: 0px;
  }
  .main__content_container_left__responsive::-webkit-scrollbar {
    width: 2px;
  }
  .kassy_wrapper .main__content_container_left {
    display: block;
    width: 1320px;
    min-width: 1050px;
  }
  .main__content_container_left__kassa_block ul {
    display: block;
  }
  .main__content_container_left__kassa_block ul > li:first-child {
    float: left;
  }
  .main__content_container_left__kassa_block ul > li:nth-child(2) {
    float: right;
  }
  .kassy_wrapper .main__content_container {
    margin-top: 20px;
  }
  aside {
    position: absolute;
  }
  .wrapper {
    overflow-y: auto;
  }
}
