a:hover {
  color: initial;
}
a:focus {
  outline: none;
  color: initial;
  text-decoration: none;
}
.overlay {
  min-width: 1290px;
}
.content-block--wrapper {
  width: 78%;
  margin-left: 22%;
}
.content-block--info {
  width: 270px;
  margin-left:0;
}
.content-block--actions {
  width: calc(100% - 290px);
}
.sale-card__panel {
  width: calc(100% - 20px);
  left: 0;
  height: 56px;
  z-index: 2;
}
.content--sale-card .actions__content, .content--request .actions__content {
  padding-top: 20px;
}
.content--sale-card .profile-additional__main {
  padding-bottom: 10px;
}
.profile .user-create__main {
  margin: -1px -20px 0 -20px;
  padding: 11px 20px 0px 20px;
  background: #fff;
  border: none;
  border-top: 1px solid #eef2f7;
  height: auto;
}
.profile .user-create__main-title {
  font-weight: 300;
  font-size: 13px;
}
.profile .user-create__left {
  float: none;
  width: 100%;
  padding: 0;
}
.profile .user-create__center {
  float: none;
  width: 100%;
  padding: 0;
}
.profile .user-create__bottom {
  background: #fff;
  border: 1px solid #eef2f7;
  border-top: none;
  margin: -1px -20px 0 -20px;
  padding: 0 20px 15px 20px;
}
.profile .user-create__right {
  float: none;
  width: 398px;
  position: absolute;
  top: 50%;
  left: 90%;
  z-index: 9999;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: #fff;
  -webkit-box-shadow: 0 3px 9px rgba(139, 146, 171, 0.5);
  box-shadow: 0 3px 9px rgba(139, 146, 171, 0.5);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 15px 20px;
}
.profile .user-create__right:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -4px;
  position: absolute;
  margin: -3px 0 0 0;
  -webkit-box-shadow: -3px 3px 9px rgba(139, 146, 171, 0.3);
  box-shadow: -3px 3px 9px rgba(139, 146, 171, 0.3);
}
.profile .user-create__center .btn--reset {
  display: inline-block;
  margin: 10px auto;
}

/*лоадер внутри роутера*/
.loader-container {position: fixed; bottom: 10px; left: 55px; width: 364px; z-index: 99999999;}
.loader-container .progress .progress-bar { background-color: rgb(230, 75, 113);}

.hidden {display: none;}

.search-info__found {
  padding: 0 0 10px 0;
  text-align: left;
}
.search-info-wrapper {
  position: relative;
  z-index:3;
  background: #ebf0f5;
  width: calc(100% + 19px);
}
.search-info-wrapper .search-info, .search-info-wrapper .search-hint {
  margin-right:19px;
}

.open > .profile-additional__drop {
  visibility: visible;
  opacity: 1;
}
.profile-additional__plan .status-bar {
  margin-left: 10px;
}
a.profile-main__additional-link:hover {
  color: #5e93ff;
}
.profile-main__additional--disabled .profile-main__additional-link:hover {
  color: #a3b3c4;
}
.extras__actions-link:hover {
  color: #DD4C69;
}
.search-card:not(.search-card--inverse) a:hover {
  color: #474C5E;
}
.profile__image-edit-link:hover,
.contact-table__table-remove:hover,
.visit-note__input-actions:hover,
.visit-note__input-actions:focus{
  color: #fff;
}
.link--grey:hover, .link--grey:focus {
  color: #868c9f;
}
.credited__link:hover, .credited__link:focus {
  color: #5D93FF;
}
.contact-table__remove:hover {
  color: #A7AAB4;
}
.btn, button.btn {
  line-height: inherit;
}
.btn:not([disabled]):hover, button.btn:not([disabled]):hover,
.btn:not([disabled]):focus, button.btn:not([disabled]):focus{
  color: #fff;
}
.btn--reset:not([disabled]):hover, button.btn--reset:not([disabled]):hover,
.btn--reset:not([disabled]):focus, button.btn--reset:not([disabled]):focus{
  color: #3E4250;
}
.btn--ghost:not([disabled]):hover, button.btn--ghost:not([disabled]):hover,
.btn--ghost:not([disabled]):focus, button.btn--ghost:not([disabled]):focus{
  color: #5eadff;
}
.btn--ghost:not([disabled]):active, button.btn--ghost:not([disabled]):active {
  color: #417bf0;
}
.btn--red {
  background: #fff;
  color: #DD4C69;
}
.btn--red:not([disabled]):hover, button.btn--red:not([disabled]):hover,
.btn--red:not([disabled]):focus, button.btn--red:not([disabled]):focus{
  background: #fff;
  color: #FD6C89;
}
.btn--red:not([disabled]):active, button.btn--red:not([disabled]):active {
  background: #fff;
  color: #FD6C89;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.header__login .btn--ghost:not([disabled]):hover, .header__login button.btn--ghost:not([disabled]):hover,
.header__login .btn--ghost:not([disabled]):focus, .header__login button.btn--ghost:not([disabled]):focus{
  border-color: #D9DCE9;
  color: #D9DCE9;
}
.credited__btn:not([disabled]):hover, .credited__btn:not([disabled]):focus {
  border-color: #fff;
  color: #fff;
}

.profile__image img {
  width: 100%;
  height: 100%;
}
.profile-additional__color--green {
  border-color: rgb(148, 205, 86);
}
.profile-additional__color--blue {
  border-color: rgb(74, 144, 226);
}
.profile-additional__color--violet {
  border-color: rgb(153, 98, 234);
}
.profile-additional__color--orange {
  border-color: rgb(226, 226, 71);
}
.profile-additional__more:hover {
  color: #5e93ff;
}

.profile-edit__dropmenu.profile-edit__dropmenu-right {
  border-top: 1px solid #D9DCE9;
  top:0;
  left: 100%;
  -webkit-box-shadow: 0 3px 9px rgba(139, 146, 171, 0.5);
  box-shadow: 0 3px 9px rgba(139, 146, 171, 0.5);
}
.profile-edit__dropmenu-check input[type="checkbox"]:disabled + span {
  opacity: 0.5;
  cursor: not-allowed;
}
.profile-edit__dropmenu-check.selected input[type="checkbox"] + span {
  color: #000000;
}
.profile-edit__dropmenu-check.highlighted  input[type="checkbox"] + span {
  color: #5eadff;
}
.profile-edit__dropmenu-check.highlighted.selected input[type="checkbox"] + span {
  color: #417bf0;
}

.profile-additional__scroll-item--decor:last-child:after {
  display: none;
}
.phone-code {
  width: 100px;
  overflow: visible;
}
.user-create__inputbox .phone-code .profile-edit__input-drop, .setting__form-inputbox .phone-code .profile-edit__input-drop {
  border: 1px solid #D9DCE9 !important;
  padding: 12px 10px 13px;
  border-right-color: transparent !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.setting__form-inputbox .phone-code .profile-edit__input-drop {
  padding: 7px 10px 8px;
  height: 32px;
}

.user-create__inputbox .input-group input[type="text"], .setting__form-inputbox .input-group input[type="text"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.phone-code .active .profile-edit__dropmenu-clean {
  background-color: #fff;
  margin-top: -5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.phone-code .profile-edit__dropmenu-main {
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
.phone-code .profile-edit__dropmenu .jspVerticalBar {
  right:0;
}
.phone-code .profile-edit__dropmenu-item {
  display: block;
  color: #474C5E;
  padding: 6px 0 7px 14px;
  font-size: 13px;
  line-height: 1.2;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-code .profile-edit__dropmenu-item.selected {
  background: #868c9f;
  color: #fff;
}

.dropdown__block .user-create__scroll {
  height: 350px;
}
.calendar-block {
  width: 17em;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background: #fff;
  color: #333;
  padding: .2em .2em 0;
  font-size: 1em;
  line-height: normal;
}
.calendar-table {
  margin: 0 0 .4em;
}
.calendar-table td {
  border: 0;
  padding: 1px;
  font-size: .9em;
}
.calendar-table th {
  padding: 0 .3em .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  color: #868c9f;
}
.calendar-table td:first-child {
  padding-left: 5px;
}
.calendar-table button.btn {
  min-width: 0;
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  border-radius: 0;
  padding: .2em;
  text-align: right;
  margin: 0;
}
.calendar-table button.btn:hover, .calendar-table button.btn:active {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.calendar-table button.btn.btn-header {
  font-weight: bold;
  border-radius: 3px;
  line-height: 1.8em;
  text-align: center;
}
.calendar-table .text-secondary {
  color: #868c9f;
}
.calendar-table .text-today {
  color: #5e93ff;
  font-weight: bold;
}
.calendar-table button.btn.today, .calendar-table button.btn.today:hover, .calendar-table button.btn.today:active {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.calendar-table button.btn.selected, .calendar-table button.btn.selected.today, .calendar-table button.btn.selected:hover, .calendar-table button.btn.selected:active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.calendar-table button.btn.selected .text-today {
  color: #fffa90;
}
.calendar-table tfoot td {
  text-align: center;
}
.calendar-table tfoot td span {
  cursor: pointer;
}
.call-edit__block-inline {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
  position: relative;
}
.call-edit__block-inline:first-child {
  margin-left: 0px;
}
.modal-dialog.modal-sm .dropdown__top {
  background: #fff;
}
.dropdown__inner .progress-bar {
  float: none;
  width: auto;
  background-color: transparent;
  font-size: inherit;
  line-height: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  color: inherit;
}
.dropdown__cols .input__error-text {
  clear: left;
}
.dropdown__inner .dropdown__cols-item {
  position: relative;
}
.dropdown__cols-item.dropdown__cols-single {
  width: 100%;
  float: none;
}
.progress-bar__left {
  color: inherit;
}
.progress-bar__white {
  color: #fff;
}
.dropdown__inner input.block__inputbox {
  display: block;
  width: 100%;
  margin: 0;
}
.modal-dialog .popup__close {
  top: 20px;
  right: 20px;
}
.modal-dialog .permit {
  position: relative;
}
.permit__input-item--sm {
  position: relative;
}
.permit__input-row .input__error-text {
  letter-spacing: normal;
  margin-left:10px;
}
.services__title .profile-additional__drop-link {
  font-weight:normal;
}
.history__task-top .history__task-name + .history__task-title {
  margin-right: 100px;
}
.history__task-measurements {
  padding-top: 0;
}
.history__task-top .history__task-content {
  min-height: 0;
}
.history__task-result + .history__task-result {
  display: block;
}
.history__task-text .dropdown {
  display: inline-block;
}
.history__task-text.history__task-text--remove {
  color: rgba(62, 66, 80, 0.5);
}
.history__task-date.history__task-date-bottom {
  top: 70%;
}
.history__task-name {
  position: absolute;
  right: 0;
  top: -30%;
}
.history__file {
  position: relative;
}
.history__file .history__task-date {
  bottom: 0px;
}
.note-add {
  display: block;
}
.search-card__status {
  position: absolute;
  right: 5px;
  top: 5px;
}
.search-card__status:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
}
.sales__status--NONE {
  color: #FF8600;
}
.sales__status--NONE:before {
  border-color: #FF8600;
}
.sales__status--PROCESSED {
  color: #5D93FF;
}
.sales__status--PROCESSED:before {
  border-color: #5D93FF;
}
.sales__status--CONSULT {
  color: #5D93FF;
}
.sales__status--CONSULT:before {
  border-color: #5D93FF;
}
.sales__status--DONE, .sales__status--RETURN_PART, .sales__status--RETURN_NONE {
  color: #7ED321;
}
.sales__status--DONE:before, .sales__status--RETURN_PART:before, .sales__status--RETURN_NONE:before {
  border-color: #7ED321;
}
.sales__status--FAILURE, .sales__status--RETURN_FULL {
  color: #DD4C69;
}
.sales__status--FAILURE:before, .sales__status--RETURN_FULL:before {
  border-color: #DD4C69;
}
.sale-card__status-val--blue {
  border-color: #5D93FF;
  color: #5D93FF;
}
.transactions__selectbox {
  position: relative;
}
.transactions__selectbox .calendar-block {
  right: 0;
}
.modal.custom-popup-zone .modal-dialog {
  max-height: calc(100% - 40px);
  overflow: visible !important;
  width: 400px;
}
.modal.custom-popup-zone.custom-popup-zone-extended .modal-dialog {
  width: 600px;
}
.modal.custom-popup-center .modal-dialog {
  width: 766px;
}
.modal.custom-popup-product .modal-dialog {
  width: 720px;
}
.modal.custom-popup-photo .modal-dialog {
  width: 523px;
}
.modal.custom-popup-service .modal-dialog {
  width: 1070px;
  max-width: 100%;
}
.modal.custom-popup-calendar .modal-dialog {
  width: 360px;
}
.modal.custom-popup-calendar-wide .modal-dialog {
  width: 700px;
}
.modal.custom-popup-product .modal-dialog .action-block,
.modal.custom-popup-service .modal-dialog .action-block,
.modal.custom-popup-photo .modal-dialog .action-block,
.modal.custom-popup-confirm .modal-dialog .action-block {
  margin-bottom: 0;
}
.modal.custom-popup-confirm {
  z-index: 10000;
}
.modal.custom-popup-salefailure .modal-dialog {
  width: 410px;
}
.modal.custom-popup-confirm .modal-dialog {
  width: 410px;
}
.modal.custom-popup-sale .modal-dialog {
  min-width: 984px;
  width: 1070px;
  max-width: 100%;
  height: calc(100% - 40px);
}
.modal.custom-popup-sale.custom-popup-sale-payment .modal-dialog {
  min-width: 492px;
  width: 535px;
  max-width: 100%;
  height: calc(100% - 40px);
}
.custom-popup-sale-payment .card-big {
  width: 535px;
  min-width: 492px;
}
.custom-popup-sale-payment .card-big__pay-block {
  width: 99%;
}
.modal.custom-popup-sale .modal-content {
  height: 100%;
}
.modal.custom-popup-sale.custom-popup-sale-done .modal-dialog {
  width: 686px;
  min-width: 686px;
  height: auto;
}
.modal.custom-popup-sale-done .popup__close-hint {
  top: 20px;
  right: 48px;
}
.action-block.card-sales__popup {
  padding-bottom: 0;
  margin-bottom: 0;
}
.card-sales__popup .debt-action__bottom {
  margin: 0 -15px;
}
.popup.popup-right {
  width: 100%;
  top: 65px;
  right: 0;
}
.popup-overlay {
  position: fixed;
  overflow: hidden;
}
.popup-overlay.popup-overlay-full {
  top: 0;
}
.modal {
  text-align: center;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-open .modal {
  overflow-y: hidden;
}
.modal-backdrop.in {
  background: rgba(235, 240, 245, 0.8);
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.popup-fix-top {
  padding-top: 41px;
}
.popup-fix-top .popup__top {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 20px 0;
}
.modal-dialog {
  width: auto;
}
.modal-content {
  border-radius: 2px;
  -webkit-box-shadow: 0 8px 9px rgba(0, 60, 128, 0.1);
  box-shadow: 0 8px 9px rgba(0, 60, 128, 0.1);
  border: none;
}
.custom-scroll-modal {
  height: 100%;
}
.custom-scroll-modal > .jspContainer > .jspVerticalBar {
  background-color: #fff;
}
.zone-create-popup {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.modal.custom-popup-right .modal-dialog {
  width: 700px;
}
.modal.custom-popup-right .action-block.debt {
  padding-bottom: 0;
  margin-bottom:0;
  border: none;
}
.action-block.debt.debt--positive {
  border-color: #D9DCE9;
}
.action-block.debt.debt--positive .debt__title {
  color: #7ED321;
}
.debt.debt--positive .action-block__top {
  padding-bottom: 0;
}
.modal.custom-popup-right .debt-action__bottom {
  margin-bottom:0;
}
.modal.custom-popup-right .popup__close-hint {
  top: 20px;
  right: 68px;
}
.debt-action__inputbox--terms {
  position: relative;
}
.terms__cols-item-link {
  min-width: 245px;
}
.terms__cols-item-link .debt-action__inputbox--terms {
  width: 225px;
}
.terms__cols-item-link input {
  padding-right: 100px;
}
.terms__cols-item-link .link {
  position: absolute;
  top: 50%;
  right: 10px;
  font-weight: 700;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
}
.tableMeasuring__dropIcon.measurements__up {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tableMeasuring__dropIcon.measurements__down {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.tableMeasuring__dropIcon.measurements__negative {
  fill: #DD4C69;
  min-width: 0;
}
.measurements .action-block__top--wide .debt__top-btn {
  display: inline-block;
  width:auto;
}
.measurements__center {
  letter-spacing: normal;
  font-size: 0;
}
.measurements__center * {
  font-size: 14px;
}
.measurements__center::before, .measurements__center::after {
  display: table;
  content: '';
}
.measurements__table--center {
  width: 50%;
}
/*.measurements__table--center:last-child {
  width: 33.4%;
}*/
.measurements__table--empty.col1 {
  width: 50%;
}
.measurements__table--empty.col2 {
  width: 100%;
}
.measurements__table-float {
  display: block;
  float: left;
}
.measurements__table--empty .measurements__table-head,
.measurements__table--empty .measurements__table-cell {
  height: 40px;
}
.measurements__center .measurements__input, .measurements__right .measurements__input {
  font-size: 13px;
  margin: 0 auto;
}
.action-bar__link.disabled, .services__title a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.action-bar__link.disabled * {
  opacity: 0.5;
}
.action-bar__auto .action-bar__link {
  padding-bottom: 9px;
  height: auto;
}
.calendar-static .calendar-block {
  width: 100%;
  border: none;
  padding: 0;
  background: none;
}
.calendar-static .calendar-table thead tr:first-child {
  display: none;
}

.calendar-static .calendar-table th {
  width: 14.3%;
  text-align: center;
  color: rgba(62, 66, 80, 0.5);
  padding: 10px 0;
  font-size: 13px;
  text-transform: capitalize;
  font-weight:normal;
}
.calendar-static .calendar-table th b {
  font-weight:normal;
}

.calendar-static .calendar-table td {
  width: 14.3%;
  border: 1px solid #D9DCE9;

  padding: 0;
}

.calendar-static .calendar-table .btn {
  font-size: 17px;
  padding: 10px 0;
  height: 100%;
  line-height: normal;
  text-align: center;
  background-color: #fff;
  border: none;
  color: #3E4250;
  outline: none;
}
.calendar-static .calendar-table .btn:disabled {
  background-color: #fff;
  color: #3E4250;
  opacity: 1;
  cursor: pointer;
}
.calendar-static .calendar-table .btn:hover, .calendar-static .calendar-table .btn:active, .calendar-static .calendar-table .btn:focus {
  border: none;
  color: #3E4250;
  outline: none;
}
.calendar-static .calendar-table td:nth-child(6) .btn, .calendar-static .calendar-table td:nth-child(7) .btn {
  color: #DD4C69;
}
.calendar-static .calendar-table .btn.selected, .calendar-static .calendar-table .btn.selected:hover,
.calendar-static .calendar-table .btn.selected:active, .calendar-static .calendar-table .btn.selected:focus,
.calendar-static .calendar-table .btn.selected.today, .calendar-static .calendar-table .btn.selected.today:hover,
.calendar-static .calendar-table .btn.selected.today:active, .calendar-static .calendar-table .btn.selected.today:focus{
  border: none;
  outline: none;
  color: #fff;
  background: #FF8600;
}
.calendar-static .calendar-table .btn.today, .calendar-static .calendar-table .btn.today:hover,
.calendar-static .calendar-table .btn.today:active, .calendar-static .calendar-table .btn.today:focus {
  border: none;
  outline: none;
  background: #fff;
}
.calendar-static .calendar-table .btn.active.secondary {
  opacity: 0.7;
}
.calendar-static .calendar-table .text-secondary {
  opacity: 0.5;
  color: inherit;
}

.pagination-sm {
  padding-top: 10px;
}
.pagination-sm .btn {
  min-width: 0;
  padding: 4px 9px 5px;
  border: 1px solid #5D93FF;
}

.print_page {
  background: #fff;
  font-family: Tahoma;
}
.print_page .overlay {
  width: 100%;
  padding: 0;
  overflow: auto;
}
.print_page .wrapper {
  max-width: 100%;
  overflow: auto;
}
.print_page .content {
  height: auto;
  overflow: visible;
  margin: 0;
}
.print_page .content-block--wrapper {
  width: 100%;
  margin: 0;
  position: static;
  padding-top: 0;
}
.print_page .row {
  font: inherit;
    margin-right: -15px;
    margin-left: -15px;
}
.print_page .permit__title {
  text-align: center;
  padding-bottom: 0px;
}
.print_page .actions__content {
  padding-top: 10px;
}
.print_page .table, .print_page .manageTable {
  border: 1px solid #D9DCE9;
}
.print_page .table th, .print_page .table td,
.print_page .manageTable th, .print_page .manageTable td {
  padding: 3px;
  border-bottom: 1px solid #D9DCE9;
  vertical-align: middle;
}
.print_page .table tr,
.print_page .manageTable tbody tr:nth-child(odd),
.print_page .manageTable thead tr {
  background: none;
}
.print_page .format-a5 .action-block__top {
  padding-bottom: 7px;
}
.print_page .format-a5 .action-block__subtitle {
  padding-top: 3px;
}
.print_page .format-a5 .measurements__status {
  display: inline;
}
.print_page .format-a5 .action-block__content--wide {
  padding-top: 5px;
}
.print_page .format-a5 .table th, .print_page .format-a5 .table td {
  padding: 2px;
  font-size: 13px;
  letter-spacing: -0.05em;
}
.print_page ul {
  padding-bottom: 10px;
}
.print_page ul li {
  padding: 0 0 0 30px;
  position: relative;
}
.print_page ul li:before {
  width: 3px;
  height: 3px;
  content: '';
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 12px;
  background: #1d364b;
}

@media print {
  body {
    background: #fff;
    width: 100%;
  }
  body * {
    visibility:hidden;
  }
  .print_none {
    display: none;
  }
  .print_visible {
    visibility: visible;
  }
  .print-section {
    width: auto;
  }
  .print-section, .print-section * {
    visibility:visible;
  }
  .print-section .close, .print-section .btn {
    visibility:hidden;
  }
  .print-section canvas {
    display: none;
  }
  .print-section .chart img {
    display: block;
    height: 100%;
  }
  .print-section .chart {
    margin: 5px 15px 20px 15px;
    width: auto;
  }
  /*.print-section canvas {
    width: 100% !important;
    height: 400px !important;
  }*/
  .print-section .action-block, .content-block--setting .content-block__overlay {
    border: none;
  }
  .print-section ul {
    list-style: disc inside;
  }
  .print_page ul li {
    list-style: disc inside;
    padding: 0;
  }
}

.print-section .cell-item {
  height: 20px;
  margin-bottom: 5px;
}
.chart {display: block; /*width: 90%;*/ height: 400px; width: 500px; margin: 5px auto 30px auto;}
.chart img {display: none;}
/*.chart canvas { width: 100% !important; height: 100% !important;}*/

.format-a5 {  width: 210mm;  height: 148.5mm;  margin: 0; }
.format-a5 .chart { height: 200px; width: 250px; margin: 3px 8px 10px 0px; }
.format-a5 .cell-item { height: 15px;  margin-bottom: 3px; font-weight: 400; }

.profile-main__add-btn {
  background: #fff;
  margin: 0 -20px 0 -20px;
  padding: 16px 20px 16px 20px;
}

.note-add .user-create__inputbox {
  padding: 5px 5px 0px 5px;
}
.docs-form .user-create__photo .icon-photo {
  -webkit-transform: translate(-50%, 0) rotate(-270deg);
  -ms-transform: translate(-50%, 0) rotate(-270deg);
  transform: translate(-50%, 0) rotate(-270deg);
}
.note-add .icon-photo {
  width: 40px;
  height: 32px;
  top: 5px;
}
.note-add .user-create__photo {
  height: 70px;
}
.note-add .user-create__photo--empty {
  border: none;
}
.note-add .user-create__photo-text {
  bottom: 5px;
}

/*user create form in sale modal*/
.card-big__contact-form {
  margin-top: 0;
  height: 100%;
}
.card-big__contact-form form {
  height: 100%;
}
.card-big__contact-form .user-create__main {
  padding: 0;
  height: 100%;
}
.card-big__contact-form .user-create__main-top {
  padding: 12px 7px 0;
  color: #474C5E;
  height: 44px;
}
.card-big__contact-form .user-create__main-title {
  font-weight: 700;
  text-transform: none;
}
.card-big__contact-form .user-create__left {
  display: none;
}
.card-big__contact-form .user-create__center {
  width: 50%;
  height: calc(100% - 44px);
  position: relative;
  padding: 0 7px 12px;
}
.card-big__contact-form .user-create__inputbox {
  margin-bottom: 15px;
  padding: 0;
}
.card-big__contact-form .user-create__inputbox input, .profile .user-create__inputbox input {
  padding: 7px 10px 8px;
}
.card-big__contact-form .user-create__inputbox .phone-code .profile-edit__input-drop,
.card-big__contact-form .user-create__inputbox .custom-select-wrapper .profile-edit__input-drop,
.profile .user-create__inputbox .phone-code .profile-edit__input-drop,
.profile .user-create__inputbox .custom-select-wrapper .profile-edit__input-drop {
  padding: 7px 10px 8px;
}
.card-big__contact-form .user-create__inputbox .phone-code,
.profile .user-create__inputbox .phone-code{
  width: 70px;
}
.card-big__contact-form .btn.btn--md {
  float: right;
  margin-left: 0;
}
.card-big__contact-form .btn.btn--reset {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #5D93FF;
  width: 50%;
  min-width: 0;
  padding: 8px 0;
  margin-left: 0;
}
.card-big__contact-form .btn.btn--reset:hover,
.card-big__contact-form .btn.btn--reset:active,
.card-big__contact-form .btn.btn--reset:focus {
  color: #5eadff;
  outline:none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.card-big__contact-form .user-create__right {
  width: 50%;
  margin-top: -32px;
  height: calc(100% - 44px);
}
.card-big__contact-form .user-create__search-title {
  font-size: 12px;
  height: 32px;
  padding: 0;
}
.card-big__contact-form .user-create__search-title .icon-dublicate {
  display: none;
}
.card-big__contact-form .user-create__scroll .jspVerticalBar {
  width: 4px;
}
.card-big__contact.card-big__contact-add {
  height: calc(100% - 32px);
}
.card-big__table-box.card-big__contact-add {
  height: 32px;
  padding-bottom: 0;
}

.card-sales .search__list {
  letter-spacing: -5px;
  margin: 0 -5px -10px;
}
.card-sales .search__item {
  display: inline-block;
  width: 33.33%;
  letter-spacing: normal;
  padding: 0 5px 10px;
}
.card-sales .user-create__scroll {
  height: 270px;
  overflow: hidden;
  position: relative;
}
.card-sales .user-create__scroll:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(243, 246, 250, 0)), color-stop(80%, #f3f6fa));
  background-image: -webkit-linear-gradient(top, rgba(243, 246, 250, 0) 0%, #f3f6fa 80%);
  background-image: linear-gradient(180deg, rgba(243, 246, 250, 0) 0%, #f3f6fa 80%);
}

.overlay--visible {
  width: 100%;
  padding: 0;
  overflow: auto;
}
.full-size {
  width: 100%;
  height: 100%;
}

.setting__form-inputbox .profile-edit__input-drop {
  border-color: #D9DCE9 !important;
}
.setting__form-inputbox [class*="icon-"] {
  top: 60%;
}
.setting__form-inputbox textarea {
  height: 50px;
}
.setting__form-inputbox.call-edit__datepick {
  padding: 0;
  width: auto;
}
.setting__form-weekday {
  width: 120px;
}
.setting__form-weekday-full {
  width: 200px;
}

.press-panel__dropdown select {
  background: #fff;
}
.action-block__error-message {
  position: relative;
}
.card-big__payment-input-cols-right {
  position: relative;
}
.input__error-text {
  display: block;
  font-size: 14px;
  color: #DD4C69;
  padding: 6px 0 6px 20px;
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDQ5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNkZDRjNjkiPjx0aXRsZT5PdmFsPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggQXZvY29kZS48L2Rlc2M+PGRlZnMgaWQ9IlN2Z2pzRGVmczEwNTAiPjwvZGVmcz48cGF0aCBpZD0iU3ZnanNQYXRoMTA1MSIgZD0iTTAgMTJDMCA1LjM3MjU4IDUuMzcyNTggMCAxMiAwQzE4LjYyNzQyIDAgMjQgNS4zNzI1OCAyNCAxMkMyNCAxOC42Mjc0MiAxOC42Mjc0MiAyNCAxMiAyNEM1LjM3MjU4IDI0IDAgMTguNjI3NDIgMCAxMlogIiAgZmlsbC1vcGFjaXR5PSIxIiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsMCkiPjwvcGF0aD48cGF0aCBpZD0iU3ZnanNQYXRoMTA1MiIgZD0iTTExIDE4Ljk4TDExIDEwLjk5QzEwLjk5IDEwLjYzIDExLjE4IDEwLjI5MDAwMDAwMDAwMDAwMSAxMS40OSAxMC4xMUMxMS44IDkuOTIgMTIuMTkgOS45MiAxMi41IDEwLjExQzEyLjgxIDEwLjI5IDEzIDEwLjYyOTk5OTk5OTk5OTk5OSAxMi45OSAxMC45OUwxMi45OSAxOC45OEMxMi45OSAxOS4yNSAxMi44OCAxOS41IDEyLjcwMDAwMDAwMDAwMDAwMSAxOS42OUMxMi41MTAwMDAwMDAwMDAwMDIgMTkuODgwMDAwMDAwMDAwMDAzIDEyLjI2MDAwMDAwMDAwMDAwMiAxOS45OCAxMS45OTAwMDAwMDAwMDAwMDIgMTkuOThDMTEuNDQwMDAwMDAwMDAwMDAxIDE5Ljk4IDExLjAwMDAwMDAwMDAwMDAwMiAxOS41MyAxMS4wMDAwMDAwMDAwMDAwMDIgMTguOThaTTExLjk5IDcuOThDMTIuNTQwMDAwMDAwMDAwMDAxIDcuOTggMTIuOTggNy41NCAxMi45OCA2Ljk5QzEyLjk4IDYuNTkgMTIuNzQgNi4yMyAxMi4zNzAwMDAwMDAwMDAwMDEgNi4wOEMxMi4wMDAwMDAwMDAwMDAwMDIgNS45MiAxMS41NyA2LjAxIDExLjI5MDAwMDAwMDAwMDAwMSA2LjI5QzExLjAxMDAwMDAwMDAwMDAwMiA2LjU3IDEwLjkyMDAwMDAwMDAwMDAwMiA3IDExLjA4IDcuMzdDMTEuMjMgNy43NCAxMS41OSA3Ljk4IDExLjk5IDcuOThaICIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1vcGFjaXR5PSIxIiB0cmFuc2Zvcm09Im1hdHJpeCgxLDAsMCwxLDAsMCkiPjwvcGF0aD48L3N2Zz4=") left center no-repeat;
}
.input__warning-text {
  color: #FF8600;
}
.terms__cols .input__error-text, .zone-create-popup__settings-row .input__error-text {
  letter-spacing: normal;
}
.dropdown__inner .action-block__error-message {
  margin: 15px -20px 0;
  padding-right: 35px;
}
.profile-edit__inputbox--lg .input__error-text {
  text-align: left;
}
.custom-scroll.custom-scroll-hidden-y {
  overflow-y: hidden !important;
}
.custom-scroll .search > .custom-scroll-visible {
  overflow: visible !important;
}
.search {
  padding-top: 44px;
}
.search-holder--static .search-holder__cancel, .setting__top .search-holder__cancel {
  margin-right: 0px;
}
.search-holder {
  padding-bottom: 6px;
}
.search-holder__icon.btn {cursor: default;}
label.debt-action__radio.debt-action__radio-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.card-big__payment-block {
  padding-top: 0;
}
.card-big__payment-inner {
  height: 100%;
  padding-bottom: 20px;
}
.card-big_scroll-inner.custom-scroll {
  overflow: hidden !important;
  height: calc(100% - 100px);
}
.card-big__payment-actions-input-info {
  top: 15px;
  right: 30px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.card-big__input-combine-checkbox .input--lg {
  display: inline-block;
}
.card-big__input-combine-checkbox .action-block__checkbox--simple {
  display: inline-block;
  margin-left: 25px;
}
.profile-edit__inputbox--date .error+[class*="icon-"] {
  margin-top: -30px;
}
.sales__item:hover {
  cursor: pointer;
}
.measurements__table-head a {
  position: static;
  opacity: 1;
}
.visits-info {
  padding-top: 0;
  margin-bottom: 0;
}
.visits-info .calendar-block {
  right: 0px;
}
.action-block__top.action-block__top-empty {
  padding-bottom: 0;
}
.action-block__top.action-block__top-empty .action-block__title--decor::after {
  border-top: none;
  border-left: none;
  border-right: 2px solid #868c9f;
  border-bottom: 2px solid #868c9f;
}
.link--nohover {
  cursor: text;
}
.link--nohover .icon-edit {
  cursor: pointer;
}
.add-product--photo .add-product__photo-block {
  padding-top: 0px;
}
.add-product--photo .add-product__photo-bottom {
  padding-top: 15px;
}
.history__task-date--drop:hover .history__task-date-dropdown {
  top:0;
  right: 100%;
  margin-right: 10px;
}

.visits-info .profile-additional__drop {
  padding-top: 6px;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
.visits-info .profile-additional__drop-link:first-child {
  position: relative;
}
.visits-info .profile-additional__drop-link:first-child:before {
  content: '';
  display: block;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
.visits-info .profile-additional__drop-link:first-child:hover:before {
  border-bottom-color: #868c9f;
}
.header__create:hover .header__create-list {
  display: none;
}
.header__create.active .header__create-list,
.header__create.active:hover .header__create-list{
  display: block;
}
.header__actions-item:hover .header__actions-dropdown {
  visibility: hidden;
  opacity: 0;
}
.header__actions-item.active .header__actions-dropdown,
.header__actions-item.active:hover .header__actions-dropdown {
  visibility: visible;
  opacity: 1;
}
.search-card.search-card--request {
  background: #fffaf0;
}
.link--disabled, .link--disabled:hover {
  color: inherit !important;
  cursor: text;
  border-bottom: none;
  text-decoration: none;
}
.btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.btn.btn--disabled {
  background: #eef2f7;
  color: #a7aab4;
}
.setting__form .visits__table td:first-child {
  width: 1%;
  white-space: nowrap;
}
.profile-additional__drop-scroll .jspVerticalBar {
  width: 6px;
  right: 0px;
}
.profile-additional__drop-scroll .jspDrag {
  background: #D9DCE9;
  border-radius: 3px;
}
.profile-additional__drop-scroll .jspTrack {
  background: #F3F6FA;
}
.input-cols__col .card-big__input-combine {
  max-width: 100%;
}
.input-cols__col .link-radio__list-item {
  padding: 0 5px;
}
.input-cols-40-60 .input-cols__col:first-child {
  width: 40%;
}
.input-cols-40-60 .input-cols__col:last-child {
  width: 60%;
}
.action-bar__icon [class*="icon-"],
.action-bar__link:hover [class*="icon-"] {
  stroke: none;
}
.icon-addnote {
  width: 20px;
  height: 18px;
}
.icon-ckeckin {
  width: 18px;
  height: 17px;
}
.icon-newtask {
  width: 20px;
  height: 15px;
}
.icon-neworder {
  width: 21px;
  height: 21px;
}
.user-page__bottom-btn:hover, .user-page__bottom-btn:active {
  color: #fff;
}
.user-page__top {
  padding-bottom:20px;
}
.user-page__inform:last-child {
  padding-bottom: 0;
}
.notific-block--dark a:hover {
  color: #fff;
}
.notifics {
  z-index: 12;
}
.content-block--user-card {
  z-index: 11;
}
.add-error .link--cancel {
  display: inline-block;
  padding: 4px 9px 5px;
}
.services__title-extra:first-child {
  margin-left: 0;
  margin-right: 5px;
}
.profile-additional__dropdown .triangle-left {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -4px;
  margin: -3px 0 0 0;
  -webkit-box-shadow: -3px 3px 9px rgba(139, 146, 171, 0.3);
  box-shadow: -3px 3px 9px rgba(139, 146, 171, 0.3);
}
.profile-additional__dropdown.custom-triangle:before {
  display: none;
}
.profile-additional__dropdown.custom-triangle {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.profile-main__heading-name:first-child {
  float: none;
}
.profile-main__heading-name--limited {
  max-width: 100%;
}
.services__title-extra:hover {
  color: #4d7bff;
}

/*Custom select*/
.call-edit__datepick .custom-select-wrapper, .call-edit__datepick .custom-autocomplete-wrapper {
  display: inline-block;
}
.call-edit__datepick .custom-autocomplete-wrapper span.text-danger {
  margin: 0;
  display: inline;
  vertical-align: baseline;
}
.custom-select-wrapper .profile-edit__input-drop {
  border-radius: 2px;
  color: #454545;
  font-weight:400;
  border-color: #c5c5c5 !important;
  /*padding: 7px 11px;*/
  margin: 0;
  background: #fff;
  cursor: pointer;
  width: 100%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4cHgiIGhlaWdodD0iNXB4IiB2aWV3Qm94PSIwIDAgMTAuNDkgNi4yNCI+PHRpdGxlPmFycm93LXdoaXRlLWJvdDwvdGl0bGU+PHBhdGggaWQ9IlN2Z2pzUGF0aDEwMDciIGQ9Ik0xMC4xOSwwLjI5YTEsMSwwLDAsMSwwLDEuNDFMNS45NSw1Ljk1YTEsMSwwLDAsMS0xLjQxLDBMMC4yOSwxLjcxQTEsMSwwLDAsMSwxLjcxLjI5TDUuMjQsMy44Myw4Ljc4LDAuMjlBMSwxLDAsMCwxLDEwLjE5LjI5WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiIHN0eWxlPSJmaWxsOiNjMGNjZGEiLz48L3N2Zz4=) !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select-wrapper .profile-edit__dropdown.call-edit__input {
  padding: 0 !important;
}
.custom-select-wrapper .profile-edit__dropdown.active .profile-edit__input-drop {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iU3ZnanNTdmcxMDAwIiB3aWR0aD0iOHB4IiBoZWlnaHQ9IjVweCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTAuNDkgNi4yNCI+PHRpdGxlPnNlbGVjdC1hcnJvdy11cDwvdGl0bGU+PHBhdGggaWQ9IlN2Z2pzUGF0aDEwMDciIGQ9Ik04Ljc4LDUuOTVMNS4yNCwyLjQxLDEuNzEsNS45NUExLDEsMCwxLDEsLjI5LDQuNTRMNC41NCwwLjI5YTEsMSwwLDAsMSwxLjQxLDBsNC4yNCw0LjI0QTEsMSwwLDEsMSw4Ljc4LDUuOTVaIiBzdHlsZT0iZmlsbDojNWQ5M2ZmIi8+PC9zdmc+") !important;
}
.custom-select-wrapper .profile-edit__dropdown:active .profile-edit__input-drop {
  border-color: #003eff !important;
}
.error .custom-select-wrapper .profile-edit__input-drop,
.error .custom-autocomplete-wrapper .profile-edit__input-drop,
.error .profile-edit__dropdown .input--lg {
  border-color: #DD4C69 !important;
}
.custom-select-wrapper .profile-edit__dropdown-disabled .profile-edit__input-drop {
  background-color: #f3f6fa !important;
  cursor: default;
  color: rgba(62, 66, 80, 0.5);
}
.custom-select-wrapper .profile-edit__dropdown-disabled .profile-edit__dropmenu-icon {
  cursor: default;
}
.custom-select-wrapper .profile-edit__dropmenu-wrapper, .custom-autocomplete-wrapper .profile-edit__dropmenu-wrapper {
  padding: 10px 0 0 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  z-index: 1;
}
.custom-select-wrapper .profile-edit__dropmenu, .custom-autocomplete-wrapper .profile-edit__dropmenu {
  padding: 10px 0;
  display: block;
  position: static;
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  font-weight: 400;
}
.custom-autocomplete-wrapper .profile-edit__dropmenu-wrapper, .custom-autocomplete-wrapper .profile-edit__dropmenu {
  padding: 0;
}
.custom-select-wrapper .profile-edit__dropmenu-main, .custom-autocomplete-wrapper .profile-edit__dropmenu-main {
  padding: 0;
}
.custom-select-wrapper .profile-edit__dropmenu .jspVerticalBar,
.custom-autocomplete-wrapper .profile-edit__dropmenu .jspVerticalBar {
  right: 2px;
}
.custom-select-wrapper .profile-edit__dropmenu-item, .custom-autocomplete-wrapper .profile-edit__dropmenu-item {
  display: block;
  padding: 9px 20px;
  margin: 0;
  cursor: pointer;
  color: #454545;
  font-size: 13px;
  line-height: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-select-wrapper .profile-edit__dropmenu-item.selected, .custom-autocomplete-wrapper .profile-edit__dropmenu-item.selected {
  background: #f2f6fa;
  color: #3E4250;
}
/*Custom select end*/

.profile-edit__inputbox textarea.error, .profile-edit__inputbox input[type="text"].error,
.profile-edit__inputbox input[type="password"].error, .profile-edit__inputbox input[type="email"].error,
.profile-edit__inputbox input[type="tel"].error {
  border-color: #DD4C69;
}
.profile-edit__inputbox--lg {
  padding-left: 10px;
  padding-right: 15px;
}
.profile-edit .profile-edit__inputbox--lg {
  padding-left: 0;
  padding-right: 0;
}
.profile-edit__inputbox--lg:last-child {
  border-bottom: 1px solid #D9DCE9;
}
.permit__input-item .custom-select-wrapper .profile-edit__input-drop,
.user-create__inputbox .custom-select-wrapper .profile-edit__input-drop,
.card-big__left-cols .custom-select-wrapper .profile-edit__input-drop,
.card-big__payment-input-cols-left .custom-select-wrapper .profile-edit__input-drop,
.permit__input-item .custom-select-wrapper .profile-edit__input-drop {
  padding: 12px 10px 13px;
}
.set-service-popup__inputbox--55 .custom-select-wrapper .profile-edit__dropmenu-item {
  padding: 9px 10px;
}

.input-group-btn .custom-select-wrapper {
  width: 70px;
}
.visit-note__input input {
  text-align: center;
}
.action-block__error-message .notification__close {
  width: 16px;
  right: 5px;
}

.custom-popup-adddate .calendar-static .calendar-table thead tr,
.custom-popup-adddate .calendar-static .calendar-table tbody tr {
  background: none;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child {
  display: table-row;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child th {
  padding: 0 0 15px 0;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child .btn-header {
  font-size: 16px;
  color: #474C5E;
  text-transform: none;
  line-height: 1em;
  padding: 0;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child .btn.btn-header:not(:disabled):hover,
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child .btn.btn-header:not(:disabled):active,
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child .btn.btn-header:not(:disabled):focus {
  color: #474C5E;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:first-child .btn-header strong:first-letter {
  text-transform: uppercase;
}
.custom-popup-adddate .calendar-static .calendar-table thead tr:not(:first-child) th {
  font-size: 14px;
  text-transform: uppercase;
  color: #a3b3c5;
  text-align: center;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #dee6ef;
}
.custom-popup-adddate .calendar-static .calendar-table strong, .custom-popup-adddate .calendar-static .calendar-table b,
.custom-popup-adddate .calendar-table .text-today {
  font-weight: normal;
}
.custom-popup-adddate .calendar-static .calendar-table tbody tr:first-child td {
  padding-top: 10px;
}
.custom-popup-adddate .calendar-static .calendar-table tbody td,
.custom-popup-adddate .calendar-static .calendar-table tfoot td {
  border: none;
  background: none;
  font-size: inherit;
}

.custom-popup-adddate .calendar-static .calendar-table tbody .btn {
  font-size: inherit;
  padding: 10px;
  position: relative;
  z-index: 1;
  display: block;
  color: #3E4250;
  outline: none;
  background: none;
  box-shadow: none;
}
.custom-popup-adddate .calendar-static .calendar-table tbody .btn:before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: transparent;
  z-index: -1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.custom-popup-adddate .calendar-static .calendar-table .btn:disabled {
  background: none;
  color: inherit;
  opacity: 0.5;
  cursor: default;
}
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):hover,
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):active,
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):focus {
  border: none;
  color: #fff;
  outline: none;
  background: none;
  box-shadow: none;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.selected:before,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:before,
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):hover:before,
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):active:before,
.custom-popup-adddate .calendar-static .calendar-table .btn:not(:disabled):focus:before {
  background: #5e93ff;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.special:before{
  background: #fffaf0;
}
.custom-popup-adddate .calendar-static .calendar-table .text-special {
  position: relative;
}
.custom-popup-adddate .calendar-static .calendar-table .text-special > span {
  position: absolute;
  font-size: 10px;
  top: -4px;
  right: -7px;
  color: #DD4C69;
}
.custom-popup-adddate .calendar-static .calendar-table td:nth-child(6) .btn, .calendar-static .calendar-table td:nth-child(7) .btn,
.custom-popup-adddate .calendar-static .calendar-table td:nth-child(6) .btn:disabled, .calendar-static .calendar-table td:nth-child(7) .btn:disabled {
  color: #a3b3c5;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.selected, .custom-popup-adddate .calendar-static .calendar-table .btn.selected:hover,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected:active, .custom-popup-adddate .calendar-static .calendar-table .btn.selected:focus,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.today, .custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:hover,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:active, .custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:focus,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.special{
  border: none;
  outline: none;
  color: #fff;
  background: none;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.today, .custom-popup-adddate .calendar-static .calendar-table .btn.today:hover,
.custom-popup-adddate .calendar-static .calendar-table .btn.today:active, .custom-popup-adddate .calendar-static .calendar-table .btn.today:focus {
  color: #5e93ff;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.today:before, .custom-popup-adddate .calendar-static .calendar-table .btn.today:hover:before,
.custom-popup-adddate .calendar-static .calendar-table .btn.today:active:before, .custom-popup-adddate .calendar-static .calendar-table .btn.today:focus:before {
  background: #ebf2fa;
}
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:before, .custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:hover:before,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:active:before, .custom-popup-adddate .calendar-static .calendar-table .btn.selected.today:focus:before,
.custom-popup-adddate .calendar-static .calendar-table .btn.selected.special:before {
  background: #5e93ff;
}
.custom-popup-adddate .calendar-static .calendar-table .text-secondary {
  opacity: 1;
}
.input__warning-text {
  color: #FF8600;
}
.history__task-icon--orange [class*="icon-"] {
  fill: #FF8600;
}
.custom-popup-product .call-edit__datepick .call-edit__input, .custom-popup-product .call-edit__datepick .input {
  width: 76px !important;
}
.setting__services-table-wrapper > .custom-scroll > .jspContainer > .jspVerticalBar {
  right: 0 !important;
}
.content-block--setting-usersSchedule .custom-scroll{
  overflow: hidden !important;
  max-width: 100%;
}
.content-block--setting-usersSchedule .calendar__wrapper {
  overflow: hidden !important;
  max-width: 100%;
}
.content-block--setting-usersSchedule .calendar__wrapper .jspContainer > .jspHorizontalBar {
  height: 16px;
  z-index:3;
}
.calendar__wrapper .jspVerticalBar >.jspTrack {
  width: 0;
}
.content-block--setting-usersSchedule .profile-additional__text {
  display: inline-block; padding-right: 21px;
}
.content-block--setting-usersSchedule .calendar__wrapper .calendar__day-col:first-child {
  width: 54px;
  position: absolute;
  z-index:2;
  background: #fff;
}
.content-block--setting-usersSchedule .calendar__wrapper .calendar__day-col:nth-child(2) {
  margin-left: 54px;
}
.content-block--setting-usersSchedule .calendar__wrapper .calendar__day-col .calendar__zones-scale {
  margin-top: 0;
}
.content-block--setting-usersSchedule .calendar__day-item-zone {
  border: #dee6ef solid 1px;
  position: relative;
}
.content-block--setting-usersSchedule .calendar__day-item-zone.history__task-date--drop {
  padding: 0;
  bottom: auto;
}
.content-block--setting-usersSchedule .calendar__day-item-cell, .content-block--setting-usersSchedule .calendar__day-item-wrap {
  padding: 0;
  margin: 0;
  height: 40px;
  position: relative;
}
.content-block--setting-usersSchedule .calendar__day-col.calendar__day-col-zone {
  padding-left: 0;
  padding-right: 0;
}
.content-block--setting-usersSchedule .calendar__day-title .calendar__day-item-zone-panel {
  width: calc(100% - 12px);
  left: 6px;
}
.content-block--setting-usersSchedule .calendar__day-col.calendar__day-col-zone .calendar__day-title .calendar__day-item-zone-panel {
  width: 100%;
  left: 0;
}
.content-block--setting-usersSchedule .calendar__day-item-cell .calendar__day-item-zone,
.content-block--setting-usersSchedule .calendar__day-item-cell .calendar__day-item-color {
  height: 40px;
}
.content-block--setting-usersSchedule .calendar__day-item-cell .calendar__day-item-color {
  display: block;
}
.content-block--setting-usersSchedule .calendar__day-item-holiday-title {
  padding: 0;
  min-height: 40px;
  line-height: 40px;
}
.content-block--setting-usersSchedule .calendar__day-item-color {
  opacity: 0.7;
}
.content-block--setting-usersSchedule .calendar__day-item-color:hover,
.content-block--setting-usersSchedule .calendar__day-item-color.calendar__day-item-hover{
  opacity: 1;
}
.content-block--setting-usersSchedule .calendar__day-item-empty {
  opacity: 0;
}
.content-block--setting-usersSchedule .calendar__day-item-empty:hover,
.content-block--setting-usersSchedule .calendar__day-item-empty.calendar__day-item-hover {
  opacity: 0.2;
}
.content-block--setting-usersSchedule .history__task-date-dropdown.history__task-date-dropdown-right {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.content-block--setting-usersSchedule .profile-additional__drop {
  z-index: 5;
}
.content-block--setting-usersSchedule .transactions__options .profile-edit__dropmenu {
  z-index:3;
}
.profile-edit__dropdown .profile-edit__dropmenu-clean.profile-edit__dropmenu-add {
  visibility: visible;
  opacity: 1;
  background-color: #fff;
}

.user-page__radiobox input[type="radio"]:disabled + span:before {
  opacity: 0.5;
}
.user-page__radiobox input[type="radio"]:disabled + span:after {
  border-color: #D9DCE9;
}
.checkbox, .radio {
  margin: 0;
}
.radio {
  display: inline;
}
.content-block--setting-gym .content-block__overlay, .content-block--setting-services .content-block__overlay, .content-block--setting-usersSchedule .content-block__overlay {
  padding-bottom: 0;
}
.zone-create-popup__settings-time .custom-select-wrapper .profile-edit__dropmenu-item,
.zone-create-popup__settings-time .custom-autocomplete-wrapper .profile-edit__dropmenu-item,
.custom-popup-product .call-edit__datepick .custom-select-wrapper .profile-edit__dropmenu-item {
  padding: 7px 10px;
}
.zone-create-popup__settings-time .custom-select-wrapper .profile-edit__dropdown .profile-edit__input-drop {
  background-position: right 3px center !important;
}
.zone-create-popup__settings-time .custom-select-wrapper .profile-edit__dropmenu-wrapper {
  padding-top: 0;
}
.zone-create-popup__settings-row {
  min-height: 43px;
  height: auto;
}
.zone-create-popup__settings-time, .zone-create-popup__settings-time-item, .zone-create-popup__settings-time-divider {
  vertical-align: middle;
}
.modal-content .input__error-text {
  letter-spacing: normal;
}
.position--relative {
  position: relative;
}
.set-service-popup__hint-block:hover {
  z-index:3;
}
.product__title span.selected-text {
  display: inline;
}
.card-big__scroll-container {
  overflow: hidden;
  border-top: none;
}
.card-big__tab-contents {
  border-top: 1px solid #dee6ef;
}
.card-big__content.in-payment .card-big__contact-add-btn,
.card-big__services-container, .service-block{
  display: block;
}
.set-service-popup__inputbox {
  vertical-align: top;
}
.set-service-popup__inputbox-vertical {
  vertical-align: middle;
}
.card-big__pay-block-costs-list, .card-big__pay-block-change, .card-big__pay-block-surcharge-btn, .card-big__pay-block-bottom-cols,
.card-big__pay-block-paybox + .card-big__pay-block-paybox, .card-big__pay-block-bottom-non-equal-cols {
  display: block;
}
.card-big__pay-block-radio {
  display: inline;
}
.card-big__pay-block-radio input[type="radio"]:disabled + span {
  opacity: 0.7;
  cursor: default;
}
.card-big__pay-block-costs-list-item {
  white-space: nowrap;
  width: auto;
  margin-left: 10px;
}
.card-big__pay-block-costs-list-item:first-child {
  margin-left: 0;
}
.card-big__pay-block-bottom-col .btn--disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}
.set-service-popup__inputbox--555 {
  width: 555px;
}
.set-service-popup__inputbox--555 textarea {
  height: 50px;
}
.visit-block__content .input-box {
  margin-bottom:0;
  padding-bottom: 10px;
}
.custom-autocomplete-wrapper .profile-edit__input-drop {
  background-image: none !important;
}
.wrapper--visible .content {
  overflow: visible;
}
.wrapper--visible .calendar__wrapper {
  overflow: hidden !important;
}
.calendar-popup {
  padding: 15px 30px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.custom-popup-calendar .popup-fix-top {
  padding-top: 67px;
}
.custom-popup-calendar .popup__top {
  padding: 15px 30px 0;
}
.calendar-popup__form-row.calendar-popup__repeat-end .calendar-popup__form-row-cols {
  display: table;
  width: 100%;
}
.calendar-popup__form-row-cols .calendar-popup__right-inputs-select {
  width: 100%;
}
.calendar-popup__form-row-cols .calendar-popup__right-inputs, .calendar-popup__form-row-cols .calendar-popup__right-inputs-select {
  display: table-cell;
  overflow: visible;
  float: none;
  vertical-align: top;
}
.calendar-popup__right-inputs-text, input[type="text"].error + span.calendar-popup__right-inputs-text {
  padding: 0;
  background: none;
}
.calendar-popup__setting-info {
  display: block;
}
.calendar__zones {
  white-space: nowrap;
  overflow: visible;
}
.calendar__zones-item {
  position: relative;
  left: 0;
  right: 0;
  display: block;
}
.calendar__zones-col {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.calendar__zones-scale-item.calendar__zones-scale-empty {
  margin-top: 8px;
}
.calendar__zones-scale-top {
  z-index: 4;
  position: absolute;
  display: block;
  height: 58px;
  width: 55px;
  background-color: #ebf0f5;
}
.calendar__zones-scale-item span {
  display: block;
  height: 100%;
  background-color: #ebf0f5;
  z-index: 3;
  position: absolute;
  width: 63px;
  padding-right: 20px;
}
.calendar__wrapper .jspHorizontalBar {
  z-index: 3;
}
.calendar-popup__buttons-item .btn {
  white-space: normal;
}
.calendar__day-item-time {
  height: 100%;
}
.calendar__day-item-type {
  max-height: calc(100% - 16px);
}
.calendar__zones-item--free.calendar__zones-item--past{
  cursor: default;
  pointer-events: none;
}
.calendar__zones-item--free.calendar__zones-item--past:hover {
  opacity: 0;
}
.calendar-selectmenu-zone-color {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: 3px;
}
.profile-edit__dropmenu-item .calendar-selectmenu-zone-color {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: inherit;
  top: auto;
  right: auto;
  float: right;
  display: inline-block;
}
.calendar-popup__month-checks-label-first span {
  display: block;
  margin-top: -1px;
  margin-left: -1px;
  padding: 5px 0 4px 1px;
  background-color: #fff;
}
.calendar__zones-item.calendar__zones-item-scale {
  position: absolute;
  z-index:3;
  opacity: 1;
  right: 8px;
  left: 8px;
}
.calendar-top__date-controls-item .header__actions-amount {
  left: auto;
  right: -5px;
  top: -5px;
}

.modal.custom-popup-adddate .modal-dialog {
  width: 320px;
  max-height: calc(100% - 40px);
}
.modal.custom-popup-special__secondary {
  width: 350px;
  left: auto;
  right: auto;
}
.modal.custom-popup-zone + .modal.custom-popup-special__secondary {
  right: calc(50% - 660px);
}
input[type="checkbox"].error + span::after {
  border-color: #DD4C69 !important;
}

.club-schedule-popup {
  padding: 15px 20px;
  margin: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.header__create .custom-select-wrapper {
  margin-top: 10px;
  width: 180px;
}
.header__create .custom-select-wrapper .profile-edit__input-drop {
  padding: 4px 10px 5px;
}
.header__create .custom-select-wrapper .profile-edit__dropmenu {
  padding: 0;
}
.header__create .custom-select-wrapper .profile-edit__dropmenu-wrapper {
  padding-top: 6px;
}
.header__create .custom-select-wrapper .profile-edit__dropmenu-item {
  padding: 5px 10px;
}
.header__create + .header__create {
  margin-left: 15px;
}
.access__drop {
  padding: 0;
}
.access__drop select {
  display: inline-block;
  width: auto;
}
.access__col .text-disabled {
  color: lightgrey;
}
.card-big__products-confirm.active {
  display: block;
}
.service-block__row-col-relative {
  position: relative;
}

.popup-center.popup-center-login {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal.custom-popup-not-paid .modal-dialog {
  max-height: calc(100% - 40px);
  overflow: visible !important;
  width: 550px;
}
.overlay--notific .wrapper {
  height: calc(100% - 25px);
}
.contact-table__table-row.contact-table__table-row-hovered:hover {
  background: #fffaf0;
}
.setting__table .card-big__payment-actions-input-info {
  top: 50%;
  right: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.setting__table .input-cols__col .card-big__payment-actions-input-info {
  right: 5px;
}
.setting__services-table-wrapper-thin .contact-table__table-head-cell,
.setting__services-table-wrapper-thin .contact-table__table-cell {
  padding: 10px 10px 10px 0;
}
.setting__services-table-wrapper-thin .contact-table__table-cell--multiple {
  padding: 5px 10px 5px 0;
}
.setting__services-table-wrapper-thin .contact-table__table-cell--term {
  text-align: center;
}
.setting__services-table-wrapper-thin .contact-table__table-head-cell:first-child,
.setting__services-table-wrapper-thin .contact-table__table-cell:first-child {
    padding-left: 15px;
}
.setting__services-table-wrapper-thin .input-cols__col {
  padding: 0;
}
.setting__services-table-wrapper-thin .input-cols__col:last-child {
  padding-left: 10px;
}
.setting__table-thin .contact-table__table-cell {
  padding: 5px 10px 5px 0;
}
.action-block__subtitle--inside .calendar-top__cur-date {
  width: 44%;
}
.action-block__subtitle--inside .calendar-top__date-controls-item.active {
  width: 40%;
}
.actions__nav-marker {
  top: 2px;
  white-space: nowrap;
}
.actions__nav-counter {
  padding: 1px 2px;
}
.actions__nav-marker--green {
  background: #7ED321;
}
.notification .notification__inner.notification__inner--form {
  width: 100%;
  padding-right: 16px;
}
.notification .notification__inner.notification__inner--form .note-add__bottom {
  position: static;
}
.notification .notification__inner.notification__inner--form .link--cancel {
  line-height: 27px;
  padding-right: 10px;
}
.notification__inner .note-add__textarea {
  background: transparent;
  padding: 0;
  height: 50px;
}
.auth-popup .action-block__error-message {
  margin: 0 -30px 15px;
}

.action-block__title .action-block__subtitle {
  font-size: 14px;
  font-weight: normal;
  padding-top: 5px;
}
.measurements__left .measurements__table-head {
  text-align: left;
}
.measurements__left .measurements__table-head .dropdown__block {
  line-height: 1.2;
  color: #3e4250;
}
.measurements__table-cell-col-left, .measurements__table-cell-col-right {
  float: left;
  width: 50%;
}
.measurements__table-head.measurements__table-head-multiline {
  line-height: 1.2;
  padding: 2px 10px;
  height: 40px;
}
.measurements__table-cell.measurements__table-cell-multiline {
  line-height: 1.2;
  padding: 3px 10px;
  height: 40px;
}
.measurements__table-col-hover .measurements__table-cell {
  background-color: #fafcfd;
  -webkit-box-shadow: inset 5px 0px 12px -4px rgba(176, 0, 0, 0.2);
  box-shadow: inset 5px 0px 12px -4px rgba(176, 0, 0, 0.2);
}
.measurements__table-col-hover .measurements__table-cell-col-left .measurements__table-cell {
  -webkit-box-shadow: inset 5px 0 12px -4px rgba(176, 0, 0, 0.2);
  box-shadow: inset 5px 0 12px -4px rgba(176, 0, 0, 0.2);
}
.measurements__table-col-hover .measurements__table-cell-col-right .measurements__table-cell {
  -webkit-box-shadow: inset -5px 0 12px -4px rgba(176, 0, 0, 0.2);
  box-shadow: inset -5px 0 12px -4px rgba(176, 0, 0, 0.2);
}
.measurements__table-cell.measurements__table-row-hover {
  background-color: #fafcfd;
  -webkit-box-shadow: inset 0px 5px 12px -4px rgba(176, 0, 0, 0.2);
  box-shadow: inset 0px 5px 12px -4px rgba(176, 0, 0, 0.2);
}
.measurements__table-cell-col-left .measurements__table-cell,
.measurements__table-cell-col-left .measurements__table-head {
  padding-left: 5px;
  padding-right: 0px;
}
.measurements__table-cell-col-right .measurements__table-cell,
.measurements__table-cell-col-right .measurements__table-head {
  padding-left: 0px;
  padding-right: 25px;
}
.measurements__status, .tableMeasuring__txt span.measurements__status {
  display: block;
  color: #DD4C69;
  font-size: 12px;
}
.tableMeasuring__txt span.measurements__positive {
  color: #00b06c;
}
.tableMeasuring__txt span.measurements__negative, span.measurements__negative.tableMeasuring__dropText {
  color: #DD4C69;
}
.tableMeasuring__txt span.measurements__zero, span.measurements__zero.tableMeasuring__dropText {
  color: #d8dce8;
}
.measurements__tooltip {
  position: relative;
  /*z-index: 2;*/
  width: 0;
  min-width: 0;
  font-size: 0;
}
.measurements__tooltip:before {
  content: attr(data-tooltip);
  display: block;
  position: absolute;
  bottom: 100%;
  white-space: nowrap;
  left: -5px;
  font-size: 12px;
}
.measurements__input+.measurements__tooltip {
  float: right;
}
.measurements__input+.measurements__tooltip:before {
  left: -10px;
}
.set-service-popup__inputbox--45p {
  width: 45%;
}
.action-block__right-btn-disabled .header__create-link {
  background: #eef2f7;
  color: #a7aab4;
  cursor: not-allowed;
  opacity: 0.65;
}
.action-block__right-btn-disabled .header__create-text {
  color: #a7aab4;
}
.action-block__right-btn-menu .header__create-link {
  margin-top: 0;
  font-size: 12px;
}
.action-block__right-btn-menu {
  position: relative;
}
.action-block__right-btn-menu.active .header__create-list {
  display: block;
  z-index: 3;
}
.action-block__right-btn-menu.active .header__create-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px;
}
.profile-edit__inputbox--date .icon-calendar {
    top: 10px;
    margin-top: 0;
}
.profile-edit__inputbox--date.profile-edit__inputbox--date-sm .icon-calendar {
  top: 5px;
}
.profile-edit__inputbox--date .error+.icon-calendar {
    margin-top: 0;
}

.addInfoRow__selectBox input[type="text"].input--lg {
  padding: 7px 11px 8px;
}
.addInfoRow__boxInput .boxTablePlan__contentBoxCheck {
  padding-right: 55px;
}
.addInfoRow__boxInput {
  justify-content: space-between;
}
.action-block.no-gutters, .calendar-popup.no-gutters {
  padding: 0;
}
.boxContentMain {
  margin: 0 -20px;
}
table.manageTable tbody tr:nth-child(odd) {
  background: #F3F6FA;
}
table.manageTable tbody tr.manageTable__row--section {
  background: #fafbfc;
  text-transform: uppercase;
  font-weight: bold;
}
table.manageTable .manageTable__col.manageTable__col--60 {
  width: 60%;
}

.mainInfoResult__btnIconBox a:last-child {
  margin-left: 8px;
}
.pb-2 {
  padding-bottom: 8px;
}
.mx-n20 {
  margin: 0 -20px;
}

.contentMainHeaderBox__btn.active {
  background: #7a899a;
}
.contentMainHeaderBox__btn.active .contentMainHeaderBox__txtBtn {
  color: #fff;
}
.contentMainHeaderBox__btn.active .contentMainHeaderBox__calendarIcon {
  fill: #fff;
}
.contentMainHeaderBox__btn:not(.active):hover,
.contentMainHeaderBox__button:not(.contentMainHeaderBox__button--darkGray):hover {
  background: rgba(122, 137, 154, 0.1);
}
.calendar-top__date-controls-item--calendar {
  position: relative;
}
.calendar-top__date-controls-item--calendar .contentMainHeaderBox__btn {
  border-left: none;
}
.contentMainHeaderBox__button:first-child {
  border-left: 1px solid #c0ccda;
}
.calendar-top.contentlinksBox {
  margin-top: 0;
}
.modal.custom-popup-calendar.custom-popup-statistic .modal-dialog {
  max-width: 795px;
  width: 100%;
}
.modal.custom-popup-adddate.custom-popup-special__extended .modal-dialog {
  width: 600px;
}
.hintBox__buttonTxt.disabled, .hintBox__buttonTxt.disabled:hover, .hintBox__buttonTxt.disabled:active,
.largeBtnColor.disabled, .largeBtnColor.disabled:hover, .largeBtnColor.disabled:active {
  background-color: #a3b3c4;
  cursor: not-allowed;
  pointer-events: none;
}
.hintBox__button.disabled, .hintBox__button.disabled:hover, .hintBox__button.disabled:active {
  cursor: not-allowed;
  pointer-events: none;
  border-color: #a3b3c4;
}
.hintBox__button.disabled .hintBox__buttonSvg {
  fill: #a3b3c4;
}
.boxNameHintBox {
  cursor: default;
}
.tableMeasuring__col--3 {
  min-width:117px;
}
.tableMeasuring__col--4.missed-1 {
  min-width: 117px;
}
.tableMeasuring__col--4.missed-2 {
  min-width: 234px;
}
.tableMeasuring__col--4.missed-3 {
  min-width: 468px;
}
.tableMeasuring__col--3 .tableMeasuring__row {
  padding-right: 8px;
}
.tableMeasuring__col--3 .tableMeasuring__header {
  padding-right: 16px;
}
.tableMeasuring__col--6 .tableMeasuring__header {
  padding-left: 16px;
}
.tableMeasuring__input[type="text"]:first-child {
  margin-right: 0;
}
.tableMeasuring__col.edit {
  min-width: 117px;
}
.settingsBox__calendarTable .tasks__detepicker-outer {
  width: 106px;
}
.settingsBox__calendarTable .tasks__detepicker-outer input[type="text"] {
  padding-left: 5px;
  padding-right: 5px;
}
.settingsBox__calendarTable .tasks__detepicker-outer [class*="icon-"] {
  right: 5px;
}
.tableMeasuring__input[type="text"] {
  width: 106px;
}
  /*заменить строку .custom-scroll .jspPane на следующую в main.css!*/
.custom-scroll .jspPane:not(.jspPane-left) {
  left: auto !important;
}