html,
body {
    min-height: 100vh; /* IVT */
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    background-color: #fff;
    /* IVT *//*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;*/
    /*flex-direction: column;*/
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #3a5747;
}

select {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.button {
    display: inline-block;
    padding: 10px 10px;
    font: inherit;
    font-weight: normal;
    text-align: center;
    color: #555555;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.button:hover,
.button:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.button:active {
    color: #fff;
    background-color: #555555;
}

.button--active {
    color: #fff;
    background-color: #555;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.link {
    position: relative;
    color: #3a5747;
    text-decoration: none;
}

.link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: #3a5747;
}

.new-application__input-wrapper .form-control {
    resize: none;
}

.new-application__input-wrapper textarea.form-control {
    min-height: 34px;
}

.ex-application__button-wrapper .btn-default:active:hover,
.ex-application__button-wrapper .btn-primary:active:hover,
.ex-application__button-wrapper .btn-success:active:hover {
    background-color: #9cbbae;
    border-color: #9cbbae;
}

.ex-application__button-wrapper .btn {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #9cbbae;
    margin: 0 5px;
    border-radius: 0;
    font-size: 28px;
}

.ex-application__button-wrapper .btn:hover,
.ex-application__button-wrapper .btn:focus,
.ex-application__button-wrapper .btn:active {
    background-color: #9cbbae;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ex-application__button-wrapper .btn:hover i,
.ex-application__button-wrapper .btn:focus i,
.ex-application__button-wrapper .btn:active i {
    color: #4b7865;
}

.ex-application__button-wrapper .btn.active {
    background-color: #9cbbae;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ex-application__button-wrapper .btn.active i {
    color: #4b7865;
}

.ex-application__button-wrapper .btn i {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5px;
    text-align: center;
    color: #9cbbae;
}

.field-requestaddserviceform-service_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin: 5px 0;
}

.ex-application__service-wrapper > button {
    display: inline-block;
    padding: 4px 10px;
    font: inherit;
    font-weight: normal;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    background-color: #3a5747;
    border-radius: 10px;
    cursor: pointer;
}

.ex-application__service-wrapper > button:hover,
.ex-application__service-wrapper > button:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.ex-application__service-wrapper > button:active {
    color: #fff;
    background-color: #555555;
}

.ex-application__service-wrapper > button--active {
    color: #fff;
    background-color: #555;
}

.btn {
    display: inline-block;
    padding: 4px 10px;
    font: inherit;
    font-weight: normal;
    text-align: center;
    color: #555555;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    background-color: #fff;
    border: 1px solid #3a5747;
    border-radius: 10px;
    cursor: pointer;
}

.btn:hover,
.btn:focus {
    color: #fff;
    border-color: #c9c9c9;
    background-color: #c9c9c9;
}

.btn:active {
    color: #fff;
    background-color: #555555;
}

.btn:active:hover {
    color: #fff;
}

.btn--active {
    color: #fff;
    background-color: #555;
}

.btn-success {
    display: inline-block;
    padding: 4px 10px;
    font: inherit;
    font-weight: normal;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    background-color: #3a5747;
    border-radius: 10px;
    cursor: pointer;
}

.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.btn-success:active {
    color: #fff;
    background-color: #555555;
}

.btn-success--active {
    color: #fff;
    background-color: #555;
}

@media (min-width: 700px) {
    .container {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.company-index th:nth-child(1),
.company-index td:nth-child(1) {
    width: 21%;
}

.company-index th:nth-child(3),
.company-index td:nth-child(3) {
    width: 22%;
}

.company-index th:nth-child(4),
.company-index td:nth-child(4) {
    width: 11%;
}

.company-index th:nth-child(5),
.company-index td:nth-child(5) {
    width: 14%;
}

.company-index th:nth-child(6),
.company-index td:nth-child(6) {
    width: 70px;
}

.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

.breadcrumbs li {
    margin-right: 3px;
}

.breadcrumbs li:not(:first-child)::before {
    content: " → ";
}

.breadcrumbs li a {
    position: relative;
    color: #3a5747;
    text-decoration: none;
}

.breadcrumbs li a[href]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: #3a5747;
}

.breadcrumbs li a[href]:hover::before {
    display: none;
}

.jq-selectbox {
    position: relative;
    display: inline-block;
}

.jq-selectbox select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.jq-selectbox li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-selectbox {
    z-index: 10;
}

.jq-selectbox__select {
    position: relative;
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
    position: absolute;
}

.jq-selectbox__search input {
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select {
    height: 34px;
    padding: 0 30px 0 10px;
    width: 100%;
    background: #fff;
    font-size: 12.5px;
    font-weight: 700;
    color: #3a5747;
}

.jq-selectbox.disabled .jq-selectbox__select {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    height: 24px;
    width: 100%;
    padding-top: 10px;
}

.jq-selectbox .placeholder {
    color: #afafaf;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 0 12px 12px 0;
    background-color: #3a5747;
}

.jq-selectbox__trigger--none {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 0 12px 12px 0;
    background-color: transparent;
}

.jq-selectbox__trigger--square {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    background-color: #3a5747;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox__trigger-arrow--green {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #3a5747;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox__dropdown {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 34px);
    padding: 0;
    background: #FFF;
    font-size: 12.5px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    width: auto;
    min-height: 18px;
    padding: 9px 10px 9px;
    color: #3a5747;
    font-weight: 700;
}

.jq-selectbox li.disabled {
    display: none;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #A3ABB1;
    color: #fff;
}

.jq-selectbox li.disabled {
    background: #A3ABB1;
    color: #555555;
}

.jq-selectbox li.disabled:hover {
    background: #A3ABB1;
    color: #555555;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-selectbox.focused .jq-selectbox__select {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.input__label {
    position: relative;
    width: 23px;
    height: 23px;
    background-color: #e1e1e1;
    float: left;
    margin: 0;
    margin-right: 7px;
}

.input {
    display: none;
}

.input__indicator {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 6px;
    left: 6px;
}

.input:checked ~ .input__indicator {
    background-color: #3a5747;
}

.input__out-text {
    display: block;
    padding-top: 3px;
}

header.header {
    position: relative;
    width: 100%;
    min-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 15px;
    background: white;
    z-index: 10;
}

header.header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    bottom: 0;
    left: 0;
    background-color: #3a5747;
}

.heder__logo-wrapper {
    width: 240px;
    height: 61px;
    float: left;
}

.header__logo {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    margin: auto;
    margin-top: 3px;
    margin-left: 5px;
    /* margin-bottom: 42.5px; */
}

.header__logo_mobile {
    display: none;
    width: 76px;
    height: 73px;
    text-align: center;
    margin-top: 14px;
    margin-left: 12px;
}

.main-nav {
    height: 100%;
    float: left;
}

.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main-nav__item {
    width: 80px;
    min-height: 64px;
    color: #555555;
}

.main-nav__link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #555555;
    padding-top: 7px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 47px 30px;
    line-height: 20px;
}

.main-nav__link i {
    font-size: 24px;
}

.main-nav__link--main {
    background-image: url('../images/icons/main.png');
}

.main-nav__link--main:hover,
.main-nav__link--main:focus {
    background-image: url('../images/icons/main-white.png');
}

.main-nav__link--bid {
    background-image: url('../images/icons/bid.png');
}

.main-nav__link--bid:hover,
.main-nav__link--bid:focus {
    background-image: url('../images/icons/bid-white.png');
}

.main-nav__link--reports {
    background-image: url('../images/icons/reports.png');
    background-position: 47px 26px;
}

.main-nav__link--reports:hover,
.main-nav__link--reports:focus {
    background-image: url('../images/icons/reports-white.png');
}

.main-nav__link--database {
    background-image: url('../images/icons/database.png');
    background-position: 47px 26px;
}

.main-nav__link--more {
    background-image: url('../images/icons/more.png');
    background-position: 45px 18px;
}

.main-nav__link--exit {
    background-image: url('../images/icons/close.png');
    background-position: 45px 18px;
}

.close_more_menu_button {
    position: absolute;
    right: 0px;
}

.main-nav__link--database:hover,
.main-nav__link--database:focus {
    background-image: url('../images/icons/database-white.png');
}

.main-nav__link:hover,
.main-nav__link:focus {
    color: #fff;
    background-color: #3a5747;
    text-decoration: none;
}

.menu_more_button_list {
    display: none;
}

.user-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    min-width: 100px;
    height: 58px;
    text-align: right;
    padding-top: 6px;
    padding-right: 15px;
}

.user-nav__mail {
    line-height: 20px;
    padding: 3px;
}

.user-nav__mail_mobile {
    line-height: 20px;
    margin-top: 11px;
    text-align: center;
    overflow: hidden;
}

.more_menu {
    display: none;
    width: 100%;
    position: absolute;
    background: white;
    left: 0px;
    top: 0px;
    height: 64px;
    border-bottom: 6px solid #315846;
}

.mobile_menu {
    display: none;
}

.mobile_menu_open_button {
    background: #315846;
    height: 55px;
    width: 100%;
    text-align: center;
    font-size: 21px;
    padding-top: 12px;
    color: white;
    z-index: 1;
    cursor: pointer;
}

.more_menu ul li {
    width: 85px;
}

.more_menu ul li a {
    background-position: 29px 30px;
}

.more_menu ul li .main-nav__link--reports {
    background-position: 28px 25px;
}

.more_menu ul li .main-nav__link--database {
    background-position: 28px 27px;
}

.open_more_menu_button {
    cursor: pointer;
}

.close_more_menu_button {
    cursor: pointer;
}

.user-nav__photo {
    width: 56px;
    height: 56px;
    margin-top: 16px;
    margin-bottom: 32px;
}

.user-nav__text-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* width: 100%; */
    margin-top: 20px;
    margin-bottom: 32px;
    /* margin-left: 25px; */
    text-align: right;
    /* margin-right: 30px; */
}

/*.user-nav__text-wrapper::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  right: 40px;
  top: 19px;
  background-image: url('../images/icons/pinion.png');
  background-repeat: no-repeat;
}*/
.user-nav__logout {
    color: #6d907f;
    text-align: center;
}

.user-nav__login {
    color: #6d907f;
}

.user-nav__login_mobile {
    color: #6d907f;
    float: right;
    text-align: center;
}

.login_but_fix {
    font-size: 14px;
    line-height: 21px;
}

.login_but_fix i {
    font-size: 24px;
}

.for_toggle_mobile {
    display: none;
}

.main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 60px;
}

.main-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.menu {
    display: block;
    z-index: 1000;
    width: 270px;
    min-width: 270px;
    max-width: 270px;
    height: 100%;
    margin-right: 40px;
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
}

.menu__title {
    margin: 0;
    position: relative;
    padding: 35px 0;
    padding-left: 30px;
    color: #3a5747;
    font-size: 22.5px;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e6e6e6;
}

.menu__title::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 42px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 8px solid #878787;
}

.menu__list {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
}

.menu__list-title {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 20px 0;
    padding-left: 30px;
}

.menu__item:hover,
.menu__item:focus {
    background-color: #e1edf8;
}

.menu__link {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #555555;
    padding-left: 65px;
}

.menu__link::before {
    content: "-";
    color: #555555;
    float: left;
    margin-right: 2px;
}

.menu__link:hover,
.menu__link:focus {
    text-decoration: none;
    color: inherit;
}

.hotels {
    margin-right: 40px;
}

.hotels__title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hotels__table-wrapper {
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
    margin-bottom: 60px;
}

.hotels__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hotels__tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hotels__tbody--ex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 500px;
    padding-left: 27px;
}

.hotels__table-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hotels__table-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    width: 100%;
    text-align: left;
    background-color: #4b7865;
    padding: 15px 0;
    padding-left: 27px;
    padding-right: 25px;
    margin-bottom: 10px;
}

.hotels__table-title-main {
    margin: 0;
    display: block;
    font-size: 21px;
    font-weight: 400;
    float: left;
    margin-right: 25px;
}

.hotels__table-title-main-info {
    font-size: 15px;
    opacity: 0.5;
}

.hotels__table-title-info {
    opacity: 0.5;
    padding-top: 2px;
    font-size: 10px;
}

.hotels__table-button-wrapper {
    text-align: right;
}

.hotels__table-title-button {
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.hotels__table-title-button--edit {
    background-image: url('../images/icons/pencil-white.png');
}

.hotels__table-title-button--seerequests i{
    left: 4px;
    top: 4px;
    font-size: 18px;
    color: #fefefe;
    position: absolute;
}

.hotels__table-title-button--clarify i{
    left: 4px;
    top: 4px;
    font-size: 18px;
    color: #e2ac14;
    position: absolute;
}

.spinner{ text-align: center;}
.modal-body-requests-hotel{ background-color: #66ceff;}

.ajax_reqest_for_hotel {display: none; width: 95% !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;}

.ajax_reqest_for_hotel td:last-child {
    width: 50px;
    text-align: left !important;
    border-left: 1px solid #e1e1e1 !important;
}

.ajax_reqest_for_hotel > tbody > tr > th:last-child {
    width: 50px;
    text-align: left !important;
    border-left: 1px solid #aeb5b2 !important;
}

.no_choise_table_null{color: #941f1f;
    font-size: 10px;}

.label-info-for-modal{margin-left: 2px;
    padding-top: 3px;}

.footer_modal_info{margin: 15px;}

.vscroll{overflow: auto;
    height: 260px;}

.hotels__table-title-button--add {
    background-image: url('../images/icons/add-white.png');
}

.hotels__table-title-button--delete {
    background-image: url('../images/icons/delete-white.png');
}

.hotels__table-title-button:hover,
.hotels__table-title-button:focus,
.hotels__table-title-button:active {
    background-color: transparent;
}

.hotels__button-more {
    position: relative;
    width: 100%;
    text-align: right;
    background-color: #f8f1d8;
    color: #555;
    text-align: center;
}


.hotels__button-more:hover{
    color: #fff !important;
    background-color: #d4b021 !important;
}

.hotels__button-more:active{
    color: #555;
    background-color: #f8f1d8;
}
.hotels__button-more:focus{
    color: #555;
    background-color: #f8f1d8;
}

.hotels__table-row--more:nth-child(2n) {
    background-color: #f7f1da;
}

.hotels__table-row--ex {
    min-width: auto;
}

.hotels__table-row--title {
    margin-top: 20px;
    margin-bottom: 10px;
}

.hotels__table-row--separation {
    margin-bottom: 100px;
}

.hotels__table-definition:nth-child(2) {
    margin-right: auto;
}

.hotels__table-definition,
.hotels__table-head {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 320px;
    text-align: left;
    padding: 0 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.hotels__table-definition:first-child,
.hotels__table-head:first-child {
    width: 147px;
    padding-left: 27px;
}

.hotels__table-definition--description,
.hotels__table-head--description {
    padding-right: 20px;
}

.hotels__table-definition--description:first-child,
.hotels__table-head--description:first-child {
    width: 410px;
    padding: 2px 0;
    font-weight: bold;
}

.hotels__table-definition--more,
.hotels__table-head--more {
    width: auto;
}

.hotels__table-definition--more:nth-child(2),
.hotels__table-head--more:nth-child(2) {
    margin: 0;
}

.hotels__table-definition--more:last-child,
.hotels__table-head--more:last-child {
    width: 160px;
}

.hotels__table-definition--ex:first-child {
    padding-left: 0;
    width: auto;
}

.hotels__table-definition--ex:last-child {
    padding-left: 5px;
}

.hotels__table-definition--ex-description:first-child {
    width: auto;
    padding-left: 0;
}

.hotels__table-head {
    padding-top: 20px;
}

.hotels__table-request {
    margin-right: 20px;
    color: #4b7865;
}

.hotels__table-button {
    width: 27px;
    height: 27px;
    background-color: transparent;
}

.hotels__table-button--edit {
    background-image: url('../images/icons/pencil-black.png');
    background-repeat: no-repeat;
    background-position: center;
}

.hotels__table-button--delete {
    background-image: url('../images/icons/delete-cross-black.png');
    background-repeat: no-repeat;
    background-position: center;
}

.hotels__table-button:hover,
.hotels__table-button:focus,
.hotels__table-button:active {
    background-color: transparent;
}

.hotels__more-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hotels__data-wrapper {
    padding: 5px 0;
    padding-left: 27px;
}

.hotels__data-text {
    color: #878787;
    margin-right: 2px;
}

.hotels__more-link {
    position: relative;
    text-decoration: none;
    color: #3a5747;
    margin-right: 25px;
}

.hotels__more-link::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: #3a5747;
}

.hotels__breadcrumbs {
    margin-top: 10px;
    margin-bottom: 30px;
}

.hotels__table-row,
.hotels__table-row--more {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hotels__tbody {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 50%;
    min-width: 350px;
}

.last-active-hotels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    padding-bottom: 10px;
    margin-right: 40px;
    margin-bottom: 45px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.last-active-hotels__first-line-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2px;
}

.last-active-hotels__title {
    margin: 0;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
}

.last-active-hotels__input-wrapper {
    width: 290px;
    margin-top: 20px;
}

.last-active-hotels__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 12.5px;
    border: none;
    padding: 10px 0;
    padding-left: 40px;
    background-image: url('../images/icons/search.png');
    background-repeat: no-repeat;
    background-position: 5px 4px;
}

.last-active-hotels__input::-webkit-input-placeholder {
    color: #b6b6b6;
}

.last-active-hotels__input:-moz-placeholder {
    color: #b6b6b6;
}

.last-active-hotels__input::-moz-placeholder {
    color: #b6b6b6;
}

.last-active-hotels__input:-ms-input-placeholder {
    color: #b6b6b6;
}

.last-active-hotels__add--wrapper {
    margin-bottom: 50px;
}

.last-active-hotels__add,
.last-active-hotels__extended-search {
    position: relative;
    color: #3a5747;
    margin-right: 20px;
    text-decoration: none;
}

.last-active-hotels__add::before,
.last-active-hotels__extended-search::before {
    content: "+";
}

.last-active-hotels__add::after,
.last-active-hotels__extended-search::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: #3a5747;
}

.last-active-hotels__add:hover,
.last-active-hotels__extended-search:hover,
.last-active-hotels__add:focus,
.last-active-hotels__extended-search:focus,
.last-active-hotels__add:active,
.last-active-hotels__extended-search:active {
    color: #3a5747;
    background-color: transparent;
    text-decoration: none;
}

.last-active-hotels__input-wrapper {
    margin-left: auto;
}

.last-active-hotels__parametrs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.last-active-hotels__parametrs-text {
    margin: 0;
    margin-right: 40px;
    float: right;
}

.last-active-hotels__option {
    outline: none;
}

.last-active-hotels__extended-search-wrapper {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
}

.last-active-hotels__extended-search {
    margin: 0;
    margin-right: auto;
}

.last-active-hotels__extended-search::before {
    display: none;
}

.last-active-hotels__extended-search::after {
    left: 0;
}

.last-active-hotels__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.last-active-hotels__row-input {
    width: 220px;
    margin-left: 30px;
}

.last-active-hotels__select-wrapper {
    width: 150px;
    margin-right: 40px;
}

.last-active-hotels__row-button {
    margin-top: auto;
    margin-bottom: 15px;
    margin-left: 20px;
}

.last-active-hotels__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.last-active-hotels__search-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.last-active-hotels__search-form div {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-horizontal .form-group {
    margin: 0;
}

.last-active-hotels__button {
    margin-left: 20px;
    width: 80px;
}

.tt-menu .tt-suggestion {
    border-radius: 3px;
}

.tt-menu .tt-suggestion {
    width: 398px;
}

.countries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 150px;
    padding-right: 10px;
    margin-right: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.countries__add-wrapper {
    margin-left: auto;
}

.countries__title {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.countries__breadcrumbs {
    margin-bottom: 50px;
}

.countries__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
    font-size: 25px;
}

.countries__item {
    color: #555555;
    margin-bottom: 25px;
}

.countries__add-wrapper {
    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;
}

.countries__button {
    padding: 0;
    width: 15px;
    height: 22px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}

.countries__button--edit {
    background-image: url('../images/icons/pencil-green.png');
}

.countries__button--delete {
    background-image: url('../images/icons/delete-cross-red.png');
}

.countries__button--edit-all {
    background-image: url('../images/icons/pencil-black.png');
    margin-left: auto;
    margin-bottom: 90px;
}

.countries__button:hover,
.countries__button:focus,
.countries__button:active {
    background-color: transparent;
    text-decoration: none;
}

.country__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

.country {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.country > a {
    font-size: 25px;
    line-height: 28px;
    color: #555555;
    margin-bottom: 10px;
}

.country__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.country__buttons a {
    display: block;
    width: 25px;
    height: 25px;
}

.country__buttons a:first-child {
    color: #3a5747;
}

.country__buttons a:last-child {
    color: #ff7272;
}

.country-index {
    margin-top: 20px;
}

.cities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    padding-right: 10px;
    margin-right: 40px;
}

.cities__title,
.cities__list-title {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cities__breadcrumbs {
    margin-bottom: 60px;
}

.cities__list-title {
    margin-left: 45px;
}

.cities__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 45px;
}

.cities__list-letter {
    font-size: 20px;
    font-weight: bold;
    color: #3a5747;
    padding-top: 3px;
    margin-right: 20px;
}

.cities__list-main {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 70px;
}

.cities__list-main--disabled .cities__list-letter {
    color: #606060;
}

.cities__item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.cities__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cities__add-wrapper {
    margin-top: 100px;
    margin-left: auto;
}

.bid__wrapper {
    width: 100%;
    margin-right: 37px;
}

.bid {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
}

.bid__first-line-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 40px;
}

.bid__second-line-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 40px;
    margin-bottom: 10px;
}

.bid__parametrs-text {
    margin: 0;
    color: #000;
    font-size: 12.5px;
    font-weight: 700;
}

.bid__button-hide {
    padding: 0;
    background-color: transparent;
    font-size: 12.5px;
    width: auto;
    height: 22px;
    margin-right: 25px;
}

.bid__button-hide:hover,
.bid__button-hide:focus,
.bid__button-hide:active {
    color: #3a5747;
    background-color: transparent;
    text-decoration: none;
}

.bid__button-hide:hover::before,
.bid__button-hide:focus::before,
.bid__button-hide:active::before {
    display: none;
}

.bid__parametrs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 55px;
}

.bid__parametrs {
    width: 190px;
    margin-right: 10px;
}

.bid__input {
    border: none;
    font-size: 12.5px;
    font-weight: 600;
    color: #3a5747;
    padding: 10px;
    margin-bottom: 16px;
}

.bid__input--date {
    width: 145px;
    padding-left: 35px;
    background-image: url('../images/icons/calendar.png');
    background-repeat: no-repeat;
    background-position: 4px 6px;
}

.bid__input::-webkit-input-placeholder {
    color: #afafaf;
}

.bid__input:-moz-placeholder {
    color: #afafaf;
}

.bid__input::-moz-placeholder {
    color: #afafaf;
}

.bid__input:-ms-input-placeholder {
    color: #afafaf;
}

.bid__button {
    padding: 6px 30px;
    padding-top: 7px;
    position: absolute;
    font-size: 12.5px;
    color: #fff;
    background-color: #3a5747;
    border-radius: 10px;
    right: 0;
    bottom: -75px;
}

.bid-table__table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12.5px;
    -webkit-box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -1px rgba(0, 0, 0, 0.3);
}

.bid-table__th {
    text-align: left;
    font-weight: 400;
    color: #fff;
    background-color: #4b7865;
    border-right: 1px solid #aeb5b2;
    padding: 10px 0;
    padding-left: 25px;
}

.bid-table__th:first-child {
    border-radius: 7px 0 0 0;
}

.bid-table__th:last-child {
    border: none;
    border-radius: 0 7px 0 0;
}

.bid-table__td {
    text-align: left;
    padding: 10px 0;
    padding-left: 25px;
    border: 1px solid #e1e1e1;
    border-top: none;
}

.bid-table__th:first-child,
.bid-table__td:first-child {
    position: relative;
    width: 80px;
    min-width: 80px;
}

.bid-table__th:nth-child(2),
.bid-table__td:nth-child(2),
.bid-table__th:nth-child(3),
.bid-table__td:nth-child(3) {
    width: 55px;
}

.bid-table__th:nth-child(4),
.bid-table__td:nth-child(4) {
    width: 100px;
}

.bid-table__th:nth-child(5),
.bid-table__td:nth-child(5) {
    width: 255px;
}

.bid-table__th:nth-child(6),
.bid-table__td:nth-child(6) {
    width: 165px;
}

.bid-table__th:nth-child(7),
.bid-table__td:nth-child(7) {
    width: 150px;
}

.bid-table__td:first-child::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 70px;
    width: 0;
    height: 0;
    border-top: 5px solid #3a5747;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.bid-table__td-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 25px;
}

.bid-table__button-delete {
    padding: 0;
    width: 34px;
    height: 34px;
    background-color: transparent;
    background-image: url('../images/icons/delete-gray.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bid-table__button-delete:hover,
.bid-table__button-delete:focus,
.bid-table__button-delete:active {
    background-color: transparent;
    text-decoration: none;
}

.new-application {
    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-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    padding: 0 30px;
}

.new-application__title {
    margin: 0;
    font-weight: 400;
    font-size: 21px;
    margin-top: 25px;
    margin-bottom: 50px;
}

.new-application__common-title {
    margin: 0;
    font-size: 12.5px;
}

.new-application__common-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.new-application__input-wrapper {
    width: 320px;
    margin-right: 30px;
    margin-bottom: 4px;
}

.new-application__input {
    width: 100%;
}

.ex-application {
    padding-bottom: 40px;
}

.ex-application__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 810px;
    background-color: #4b7865;
    padding-left: 20px;
}

.ex-application__button {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.ex-application__button--home,
.ex-application__button--car,
.ex-application__button--bubles {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #9cbbae;
    margin: 10px 0;
}

.ex-application__button--home {
    background-image: url('../images/icons/home-yellow-main.png');
}

.ex-application__button--home:hover,
.ex-application__button--home:focus,
.ex-application__button--home:active {
    background-color: #9cbbae;
    background-image: url('../images/icons/home-yellow.png');
}

.ex-application__button--car {
    background-image: url('../images/icons/car-yellow-main.png');
}

.ex-application__button--car:hover,
.ex-application__button--car:focus,
.ex-application__button--car:active {
    background-color: #9cbbae;
    background-image: url('../images/icons/car-yellow.png');
}

.ex-application__button--bubles {
    background-image: url('../images/icons/bubles-yellow-main.png');
}

.ex-application__button--bubles:hover,
.ex-application__button--bubles:focus,
.ex-application__button--bubles:active {
    background-color: #9cbbae;
    background-image: url('../images/icons/bubles-yellow.png');
}

.ex-application__button--add {
    width: 150px;
    height: 35px;
    font-size: 12.5px;
    color: #fff;
    background-color: #3a5747;
    border-radius: 10px;
    margin-left: auto;
}

.ex-application__button--show {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #4b7865;
    border-left: 1px solid #9cbbae;
    margin-left: 16px;
}
header.collapsed > .ex-application__button--show {
    transform: rotate(-90deg);
}

.ex-application__button--show::before,
.ex-application__button--show::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 30px;
    background-color: #9cbbae;
}

.ex-application__button--show::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 13px;
}

.ex-application__button--show::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 13px;
}

.ex-application__button--show:hover,
.ex-application__button--show:focus,
.ex-application__button--show:active {
    background-color: inherit;
}

.ex-application__button--time {
    width: 125px;
    height: 32px;
    font-size: 12.5px;
    color: #fff;
    background-color: #3a5747;
    border-radius: 10px;
    margin-left: 15px;
}

.ex-application__button--price {
    width: 75px;
    height: 43px;
    color: #fff;
    background-color: #c9c9c9;
}

.ex-application__button--male,
.ex-application__button--ru,
.ex-application__button--delete {
    min-width: 34px;
    height: 34px;
    font-size: 12.5px;
    color: #fff;
    background-color: #3a5747;
    margin-right: 5px;
}

.ex-application__button--delete {
    background-color: transparent;
    background-image: url("../images/icons/delete-gray.png");
}

.ex-application__button--delete:hover,
.ex-application__button--delete:focus,
.ex-application__button--delete:active {
    background-color: transparent;
}

.ex-application__service-wrapper {
    width: 790px;
    margin-left: 40px;
    padding: 30px 0;
}

.ex-application__service {
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    padding-bottom: 40px;
}

.ex-application__text {
    margin: 0;
    font-size: 12.5px;
}

.new-application__common-wrapper {
    margin-top: 10px;
}

.ex-application__service .new-application__input-wrapper {
    width: 350px;
}

.ex-application__service .new-application__input-wrapper--price {
    width: 100px;
    margin: 0;
}

.ex-application__service .new-application__input-wrapper--price .new-application__input {
    margin: 0;
    padding: 14px 10px;
}

.ex-application__service .new-application__input-wrapper--name {
    width: 150px;
    margin-left: 10px;
}

.ex-application__service .new-application__input-wrapper--name .new-application__input {
    width: 100%;
    margin-bottom: 0;
}

.ex-application__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn-sm,
.btn-group-sm > .btn {
    display: inline-block;
    padding: 0 10px;
    font: inherit;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.btn-sm:hover,
.btn-group-sm > .btn:hover,
.btn-sm:focus,
.btn-group-sm > .btn:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.btn-sm:active,
.btn-group-sm > .btn:active {
    color: #fff;
    background-color: #555555;
}

.btn-sm--active,
.btn-group-sm > .btn--active {
    color: #fff;
    background-color: #555;
}

.ex-application__arrival-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ex-application__arrival-buttons label {
    display: inline-block;
    padding: 0 10px;
    font: inherit;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #acbbad;
    vertical-align: middle;
    text-decoration: none;
    border: none;
    background-color: #9c796e;
    border-radius: 10px;
    cursor: pointer;
}

.ex-application__time .btn-group-toggle label.active {
    background: #9ab989;
    color: #eee;
}

.ex-application__arrival-buttons label:hover,
.ex-application__arrival-buttons label:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.ex-application__arrival-buttons label:active {
    color: #fff;
    background-color: #555555;
}

.ex-application__arrival-buttons label--active {
    color: #fff;
    background-color: #555;
}

.ex-application__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 15px;
}

.ex-application__input-wrapper .new-application__input-wrapper {
    width: 100px;
    margin: 0;
}

.ex-application__arrival {
    width: 310px;
}

.ex-application__arrival:first-child {
    margin-right: 80px;
}

.ex-application__reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ex-application__guest .new-application__input {
    width: 180px;
}

.ex-application__price {
    width: 270px;
}

.ex-application__price-wrapper,
.ex-application__guest-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ex-application__price-wrapper:not(:first-of-type),
.ex-application__guest-wrapper:not(:first-of-type) {
    margin-top: 10px;
}

.ex-application__guest-input {
    margin-left: 10px;
}

.ex-application__add-guest {
    padding: 0;
    height: 21px;
    font-size: 12.5px;
    background-color: transparent;
    margin-bottom: 10px;
}

.ex-application__add-guest.link::before {
    left: 11px;
}

.ex-application__add-guest:hover,
.ex-application__add-guest:focus,
.ex-application__add-guest:active {
    color: #3a5747;
    background-color: transparent;
}

.ex-application__input-wrapper .new-application__input-wrapper {
    width: 100%;
}

.ex-application__add-guest.link::before {
    left: 0px;
}

.ex-application__guest .new-application__input-wrapper {
    margin-right: 0;
}

.ex-application__guest .form-group {
    margin-right: 5px;
}

.ex-application__guest select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #3a5747;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.application {
    padding-bottom: 30px;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.application__title {
    font-size: 18.75px;
    font-weight: 400;
}


.application__title-wrapper .application__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: auto;
}

.application__title-wrapper .application__select .form-group {
    margin-right: 10px;
    min-width: 120px;
}

.application__title-wrapper .application__select .form-group .control-label {
    margin: 0;
}

.application__title {
    margin: 0;
    max-width: 820px;
    margin-top: 15px;
}

.application__select {
    width: 110px;
    margin-top: 15px;
    margin-left: auto;
}

.application__first-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
}

.application__first-line .btn {
    border-color: #4b7865;
}

.application__first-line .btn:hover,
.application__first-line .btn:focus,
.application__first-line .btn:active {
    background-color: transparent;
    border-color: #c6a533;
}

.application__first-line .btn:hover i,
.application__first-line .btn:focus i,
.application__first-line .btn:active i {
    color: #c6a533;
}

.application__first-line .btn i {
    color: #4b7865;
}

.application__text {
    margin: 0;
    margin: 20px 0;
    margin-right: 35px;
    font-size: 12.5px;
}

.application__text:last-child {
    color: #3b3b3b;
    margin-left: auto;
    margin-right: 0;
}

.application__customer,
.application__client,
.application__manager {
    margin-left: 5px;
    color: #3a5747;
    font-weight: 600;
}

.application__last-hange-link {
    margin-left: 2px;
}

.application__last-hange-link:hover,
.application__last-hange-link:focus,
.application__last-hange-link:active {
    color: #3a5747;
    text-decoration: none;
}

.application__second-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 25px;
    margin-bottom: 40px;
}

.application__button {
    padding: 0;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #4b7865;
    margin-right: 7px;
    background-repeat: no-repeat;
    background-position: center;
}

.application__button:hover,
.application__button:focus,
.application__button:active {
    color: inherit;
    background-color: transparent;
    text-decoration: none;
}

.application__button--document {
    width: 195px;
    height: 35px;
    border: none;
    margin-right: auto;
    background-image: url('../images/icons/docs-green.png');
    background-position: left;
    padding-top: 5px;
    padding-left: 10px;
}

.application__button--edit {
    background-image: url('../images/icons/pencil-yellow.png');
}

.application__button--clock {
    background-image: url('../images/icons/clock-yellow.png');
}

.application__button--copy {
    background-image: url('../images/icons/copy-yellow.png');
}

.application__button--copy-white {
    border-color: #fff;
    background-image: url('../images/icons/copy-white.png');
}

.application__button--list {
    background-image: url('../images/icons/list-yellow.png');
    margin-right: 0;
}

.application__button--edit-white {
    border-color: #fff;
    background-image: url('../images/icons/pencil-white.png');
}

.application__button--delete {
    border-color: #fff;
    background-image: url('../images/icons/delete-white.png');
}

.application__button--show {
    width: 60px;
    height: 60px;
    border: none;
    margin-left: 5px;
    margin-right: 0;
}

.application__button--gu {
    font-size: 12.5px;
    font-weight: 700;
    color: #4b7865;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-right: 1px;
    cursor: default;
}

.application__button--write {
    width: 120px;
    height: 30px;
    color: #fff;
    font-size: 12.5px;
    background-color: #4b7865;
    border: none;
    border-radius: 10px;
    justify-self: start;
}

.application__button--write:hover,
.application__button--write:focus {
    color: #fff;
    background-color: #c2c2c2;
}

.application__button--write:active {
    color: #fff;
    background-color: #555555;
}

.application__button-text {
    color: #3a5747;
    font-weight: 600;
    font-size: 12.5px;
}

.application__info {
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.application__info-header {
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr repeat(2, auto);
    grid-gap: 4px 16px;
    min-width: 575px;
    color: #fff;
    background-color: #4b7865;
}

.application__info-header > i {
    margin: 0 10px;
}

.application__info-title {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    margin-right: auto;
    /*width: calc(100% - 300px);*/
}

.application__info-title-more {
    font-size: 16px;
    color: #9cbbae;
}

.application__info-mark {
    width: 75px;
    height: 60px;
    background-position: 27px center;
    background-repeat: no-repeat;
}

.application__info-mark--home {
    background-image: url('../images/icons/home-white.png');
}

.application__info-mark--car {
    background-image: url('../images/icons/car-white.png');
}

.application__info-mark--bubles {
    background-image: url('../images/icons/bubles-white.png');
}

.application__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12.5px;
    margin-top: 10px;
    padding: 0 30px;
    margin-bottom: 60px;
}

.application__table tbody {
    margin-right: 115px;
}

.application__tr--time {
    display: block;
}

.application__td {
    padding: 5px 0;
}

.application__td:first-child {
    width: 55px;
}

.application__td--time {
    width: 50px;
}

.application__td--inf {
    width: 40px;
}

.application__td--price {
    font-size: 20px;
    font-weight: 700;
    color: #3a5747;
}

.application__time {
    color: #3a5747;
    font-weight: 700;
}

.application__price-more {
    font-size: 16px;
    font-weight: 600;
    color: #c9c9c9;
    padding-left: 5px;
}

.application__info-bottom {
    padding-left: 35px;
}

.application__guests {
    min-width: 380px;
}

.application__guests .application__text {
    font-size: 12.5px;
    font-weight: 700;
}

.application__guests-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.application__guest-name {
    margin: 0;
}

.application__comment-text {
    margin: 0;
    margin-bottom: 10px;
    min-height: 50px;
}

.application__chat {
    margin-right: 20px;
}

.application__comment {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 24px;
    max-width: 1000px;
    margin: 20px auto 0px;
}

.application__bottom .application__button--write {
    width: 340px;
}

.application__bottom .application__chat {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.application__title-wrapper,
.application__first-line,
.application__second-line,
.application__bottom {
    padding: 0 20px;
}

.application__button--gu {
    padding-top: 0;
}

.application__button--gu:hover,
.application__button--gu:focus {
    color: #4b7865;
}

.chat {
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    font-size: 12.5px;
}

.chat__message {
    display: grid;
    justify-content: start;
    margin-bottom: 12px;
}

.chat__message.client_comment {
    justify-content: end;
}

.chat__text, .chat__name {
    background-color: rgba(75, 120, 101, 0.8);
    margin: 0px;
    padding: 0px 12px;
}

.chat__text {
    color: #fff;
    font-size: 20px;
    padding-top: 8px;
    border-radius: 24px 0px 0px 0px;
}
.client_comment > .chat__text, .client_comment > .chat__name {
    background-color: rgba(75, 120, 101, 0.6);
}

.chat__name {
    color: #ddd;    
    grid-row: 2 / 3;
    border-radius: 0px 0px 24px 0px;
}

.users {
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.users__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.users__title {
    margin: 0;
    font-size: 21px;
    font-weight: 400;
    margin-top: 25px;
}

.users__second-line {
    margin-bottom: 65px;
}

.users__button {
    font-size: 12.5px;
    padding: 2px 30px;
    margin-right: 10px;
}

.users__button--create {
    height: 30px;
    padding-top: 2px;
    padding-bottom: 0;
}

.users__button--delete {
    padding: 0;
    width: 32px;
    height: 35px;
    background-color: transparent;
    background-image: url('../images/icons/delete-gray.png');
    background-repeat: no-repeat;
    background-position: center;
}

.users__button--active {
    color: #fff;
    background-color: #3a5747;
}

.users__table-controls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 430px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.users__label {
    cursor: pointer;
    margin: 0;
}

.users__label--provider {
    width: 129px;
}

.users__label--client {
    width: 99px;
}

.users__label--manager {
    width: 168px;
}

.users__input-indicator {
    display: block;
    font-size: 12.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #c2c2c2;
    top: 0;
    left: 0;
    width: auto;
    padding: 10px 25px;
    padding-bottom: 7px;
    border-radius: 12px 12px 0 0;
}

.users__input-indicator:hover,
.users__input-indicator:focus {
    background-color: #555555;
}

.users__input {
    display: none;
}

.users__input:checked ~ .users__input-indicator {
    background-color: #555555;
}

.table {
    width: 99%;
    border-collapse: collapse;
    border: 1px solid #fff;
}

.table tbody {
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

.table th {
    color: #fff;
    background-color: #4b7865;
    padding: 12px 0;
    border-top: none;
}

.table th:first-child {
    border-radius: 12px 0 0 0;
}

.table th:last-child {
    border-radius: 0 12px 0 0;
    border-right: none;
}

.users__table {
    margin: 0;
}

.table.detail-view th {
    color: #000;
    padding: 8px 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 15px 20px;
}

.table.detail-view th:first-child,
.table.detail-view th:last-child {
    border-left: none;
}

.table.detail-view th:last-child {
    text-align: right;
}

.table td {
    padding: 8px 0;
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.table td:first-child,
.table td:last-child {
    border-left: none;
}

.table td:last-child {
    text-align: right;
}

.table td,
.table th {
    font-size: 12.5px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.table td a {
    color: #515050;
    text-decoration: none;
}

.table td a:hover,
.table td a:focus {
    text-decoration: underline;
}

.table th a {
    color: #fff;
    text-decoration: none;
}

.table th a:hover,
.table th a:focus {
    text-decoration: underline;
}

.users__td-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.users__select {
    width: 165px;
}

.nav-tabs {
    margin: 0 30px;
    margin-bottom: 1px;
    margin-top: 50px;
    border: none;
}

.nav-tabs li {
    margin-right: 5px;
}

.nav-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12.5px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    background-color: #c2c2c2;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 12px 12px 0 0;
    cursor: pointer;
}

.nav-tabs li:hover,
.nav-tabs li:focus {
    background-color: #555555;
    border-color: #555;
}

.nav-tabs li:active {
    background-color: #555;
}

.nav-tabs > li.active,
.nav-tabs > li.active:hover,
.nav-tabs > li.active:focus {
    background-color: #555;
    color: #fff;
    border-color: #555;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    color: #fff;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    padding: 10px 25px;
    padding-bottom: 7px;
    cursor: pointer;
}

.nav-tabs > li.active > a:nth-child(2n),
.nav-tabs > li.active > a:hover:nth-child(2n),
.nav-tabs > li.active > a:focus:nth-child(2n),
.nav-tabs > li > a:nth-child(2n),
.nav-tabs > li > a:hover:nth-child(2n),
.nav-tabs > li > a:focus:nth-child(2n) {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 25px;
    padding-bottom: 7px;
}

.nav-tabs > li.active > a:first-child,
.nav-tabs > li.active > a:hover:first-child,
.nav-tabs > li.active > a:focus:first-child,
.nav-tabs > li > a:first-child,
.nav-tabs > li > a:hover:first-child,
.nav-tabs > li > a:focus:first-child {
    margin-left: 0;
}

.btn-default:active:hover,
.btn-primary:active:hover,
.btn-success:active:hover {
    background-color: #555;
    border-color: #555;
}

.table > tbody > tr > th {
    border: none;
    border-left: 1px solid #aeb5b2;
}

.table > tbody > tr > th:first-child,
.table > tbody > tr > th:last-child {
    border: none;
}

.table.detail-view > tbody > tr > th {
    border: none;
    border-left: 1px solid #aeb5b2;
}

.table.detail-view > tbody > tr > th:first-child,
.table.detail-view > tbody > tr > th:last-child {
    border: 1px solid #ddd;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    /*padding: 15px 20px;*/
    vertical-align: middle;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 0;
}

.table > thead:first-child > tr:first-child > th {
    border-left: 0;
}

.month-filter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.month-filter a {
    color: #c9c9c9;
    margin-right: 5px;
    font-weight: 600;
}

.month-filter a:hover,
.month-filter a:focus,
.month-filter a:active {
    color: #3a5747;
}

.month-filter a:last-child {
    margin-right: 0;
}

.month-filter a.text-warning {
    position: relative;
    color: #3a5747;
}

.badge_SVG_filter_request{
    position: absolute;
    width: 20px;
    margin-top: -8px;
    margin-left: -10px;
}
.badge_SVG_filter_request .bg{ fill: #22b376;}

.month-filter a.text-warning::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: -2px;
    background-color: #3a5747;
}

.user-index th:nth-child(1),
.user-index td:nth-child(1) {
    width: 20%;
}

.user-index th:nth-child(2),
.user-index td:nth-child(2) {
    width: 20%;
}

.user-index th:nth-child(3),
.user-index td:nth-child(3) {
    width: 15%;
}

.user-index th:nth-child(4),
.user-index td:nth-child(4) {
    width: 25%;
}

.user-index th:nth-child(5),
.user-index td:nth-child(5) {
    width: 10%;
}

.user-index th:nth-child(6),
.user-index td:nth-child(6) {
    width: 10%;
}

footer.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    bottom: 0;
    min-height: 60px;
    height: auto;
    background-color: #e6e6e6;
    padding: 20px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer__logo-wrapper {
    margin-top: 30px;
    margin-left: 36px;
    margin-right: 53px;
}

.footer__logo_mobile {
    display: none;
    width: 250px;
    height: 61px;
}

.footer__logo {
    width: 250px;
    height: 61px;
}

.footer__text {
    display: block;
    margin: 0;
}

.footer__copyright {
    margin-top: 16px;
}

.footer__copyright a {
    color: #477761;
}

.js__menu-list-title::before,
.js__menu-list-title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 22px;
    right: 12px;
    border-radius: 50%;
}

.js__menu-list-title--opened:hover,
.js__menu-list-title--opened:focus,
.js__menu-list-title--opened::before {
    color: #fff;
    background-color: #4197d3;
}

.js__menu-list-title--closed:hover,
.js__menu-list-title--closed:focus,
.js__menu-list-title--closed::after {
    color: #fff;
    background-color: #3a5747;
}

.js__menu-list-title--closed::after {
    background-image: url('../images/icons/+.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.js__menu-list-title--opened::after {
    background-image: url('../images/icons/-.png');
    background-repeat: no-repeat;
    background-position: 6px 9px;
}

.js__menu-list-title--closed + .menu__list {
    display: none;
}

.js__menu-list-title--opened + .menu__list {
    display: block;
}

.js__hotels-table-more--closed {
    display: none;
}

.js__hotels-table-more--opened {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.js__select-indicator {
    background-color: transparent;
}

.js__select-indicator::before {
    border-top: 5px solid #3a5747;
}

.js__parametrs-hide {
    display: none;
}


.js__application-button--opened {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/*.js__application-button--closed {*/
    /*-webkit-transform: rotate(-90deg);*/
    /*transform: rotate(-90deg);*/
    /*border-left: none;*/
    /*border-top: 1px solid #9cbbae;*/
/*}*/

.menu .panel-default {
    width: 235px;
}

.menu .nav > li > a {
    padding: 8px 10px !important;
    font-size: 14px;
    color: #557767;
    line-height: 15px;
}

.menu .nav > li > a:hover {
    background-color: #728f85;
    color: white !important;
}

.menu .nav-pills > li.active > a {
    color: #fff !important;
    background-color: #315846;
}

.menu .kv-sidenav .active > ul {
    background-color: #eef1ef !important;
}

.menu .nav li.active a.kv-toggle {
    background: #788e85;
}

.menu .menu_user_type {
    font-family: Tahoma, serif;
    font-size: 12px;
    color: #1e714b;
}

.menu .panel-title {
    font-size: 14px !important;
    position: relative;
}

.menu .panel-default .table {
    width: 100%;
}

.menu .nav li {
    margin-top: 0px !important;
}

.menu_hide_button {
    position: absolute;
    display: block;
    right: -8px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    padding-top: 4px;
    color: #999;
}

.menu_hide_button:hover {
    color: #315846;
}

.menu_hide_button i {
    font-size: 22px;
}

.menu_show_button {
    position: fixed;
    left: -7px;
    width: 30px;
    height: 46px;
    text-align: center;
    cursor: pointer;
    padding-top: 11px;
    color: #999;
    border: 1px solid;
    border-radius: 10px;
    z-index: 10000;
    display: none;
    margin-left: 0px;
}

.menu_show_button:hover {
    color: #315846;
}

.menu_show_button i {
    font-size: 22px;
}

.more_button_hotels{
    width: 100% !important;
    padding: 0;
    padding-left: 27px;
    padding-top: 15px;
}

.num_hotel_bt_left{
    font-size: 27px;
    float: left;
}
.num_hotel_bt_right{
    font-size: 27px;
    float: right;
}

.hotels_inner{
    width: 100%;
    position: relative;
    border-radius: 5px;
    padding-bottom: 25px;
    margin-bottom: 33px;
    border: 1px solid #4b7865;
}

.hotels_inner_main_header{
    height: 44px;
    background: #4b7865;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-left: 20px;
}

.hotels_inner_main_header_title{
    font-size: 21px;
    color: white;
    position: relative;
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;
}

.hotels_inner_main_buttons{
    display: grid;
    grid-auto-flow: column;
    justify-content: end;
    position: absolute;
    right: 6px;
    bottom: 8px;
}

.hotels_inner_main_buttons > a {
    position: relative;
}

.hotels__table-title-button{
    border: none !important;
}
.hotels__table-title-button:hover{
     opacity: 0.5;
 }

.hotels_inner_left{
    float: left;
    width: 60%;
}
.hotels_inner_right{
    float: left;
    width: 40%;
}

.clear{
    clear: both;
}

.hotels_inner_under_head{
    position: relative;
    margin: 10px;
}

.hotels_inner_left_main_text{
    position: relative;
}

.wrapperHotel {
    position: relative;
}

.timeCity {
    display: flex;
    position: absolute;
    top: 5px;
    right: 12em;
    user-select: none;
    z-index: 99;
}

.timeCity > p {
    color: #bbd4c0;
    opacity: 0.8;
}

.timeCity > .timeCityP {
    text-shadow: 1px 1px 2px #5b5a5a;
}

.timeCity > .timeCityP {
    font-size: 2.6em;
    justify-self: center;
}

.hotels_inner_left_main_text_one_row{
    margin-right: 10px;
}

.hotels_inner_left_main_text_one_row span{
    font-weight: bolder;
    color: #4b7865;
}

.hotels_inner_right_main_text_one_row{
    margin-left: 10px;
}

.hotels_inner_right_main_text_one_row span{
    font-weight: bolder;
    color: #4b7865;
}

.hotels_inner_left_button_rooms{
    background-color: #6f8a81;
    text-align: center;
    color: white;
    padding: 5px 10px;
    margin-right: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.hotels_inner_right_stack{

}

.hotels_inner_right_stack_title{
    background-color: #97aba4;
    text-align: center;
    color: white;
    padding: 5px 10px;
    margin-left: 10px;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.hotels_inner_right_stack_title_first{
    margin-top: 0px;
}

.hotels_inner_actual_price{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 32px;
    padding-left: 10px;
    color: #878787;
}

.hotels_inner_actual_price time{
    color: #555;
}

.hotels_inner_more_about_hotel{
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 32px;
    padding-right: 10px;
}

.hotels_inner_more_about_hotel a{
    text-decoration: none;
    color: #3a5747;
}

.hotels_inner_more_about_hotel a:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 7px;
    margin-right: 10px;
    background-color: #3a5747;
}

.hotels_inner_table_rooms{
    width: 98%;
    margin: 1%;
}

.hotels_inner_table_rooms a{
    color: #3c7963;
}
.hotels_inner_table_rooms a:hover{
    color: #92aca4;
}

.hotels_inner_table_rooms .hotels__table-button:hover{
    opacity: 0.5;
}

.hotels_inner_table_rooms tr{
    border-bottom: 1px inset;
    cursor: default;
    line-height: 20px;
}
.hotels_inner_table_rooms tr:hover{
    background: #efefef;
}

.hotels_inner_table_rooms_header_tr{
    border-bottom: 1px dashed grey !important;
}
.hotels_inner_table_rooms_header_tr:hover {
    background: none !important;
}

.hotels_inner_table_rooms td{
    padding: 5px;
}

.hotels_inner_left_rooms_in{
    overflow-x: scroll;
    margin-right: 10px;
    border: 1px solid #688b80;
}

.bottom_radius_none{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.hotels_inner_table_rooms_fix_button_center{
    text-align: center;
}

.request_create_men_type{width: 60px !important;}
.request_create_nat_type{width: 42px !important;}

.this_is_other_room_class{height: 26px;}
.other_room_guest_class{ clear: both; width: 432px !important;}

.ex-application__price { min-width: 270px !important;}

.ex-application__guest select { padding: 1px 2px !important;}

.rule_table > thead:first-child > tr:first-child > th {
    padding: 2px;
}

.rule_table >tbody>tr>td {
    padding: 5px;
}
table.hotels_inner_table_rooms > tbody > tr > td:first-child {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

header {
    cursor: pointer;
}
.ex-application__guest-wrapper input[type="text"] {
    text-transform: capitalize;
}

.menu-add-buttons{
    font: 11px Tahoma;
    color: #14921a;
    margin-right: 5px;
    margin-left: 5px;
}
.menu-edit-buttons{
    font: 11px Tahoma;
    color: #889214;
    margin-right: 5px;
    margin-left: 5px;
}
.menu-del-buttons{
    font: 11px Tahoma;
    color: #921414;
    margin-right: 5px;
    margin-left: 5px;
}
#report-exclude_list{
    max-height: 400px;
    overflow-y: scroll;
}

.button_add_item {
    width:auto !important;
    padding: 0px 8px;
    margin-right: 0px;
}
.wrapper_add_item{
    display: inline-flex;
}
.wrapper_add_item > .field-city-id, .field-placement-id ,.field-hotel_room-id, .field-serviceresidence-food ,
    .field-consignee_id, .field-client_id, .field-company_id, .field-food_type-id{
    width: calc(100% - 40px);
}

.add-dealer_in_update_service{
    padding: 8px;
    bottom: 0px;
    left: 0px;
    margin-top: 33px;
    height: 34px;
    float: left !important;
    margin-left: 1%;
    width: 8%;
}
.field-serviceresidence-dealer{
    float: left;
    width: 91%;
}

.company-view .request-index { margin-top: 20px;}

.field-servicetransfer-report_agent, .field-service-report_agent, .field-serviceresidence-report_agent{padding-top: 25px; padding-left: 10px; margin-bottom: 0px;}

.tags > .label {
    font-size: 85%;
}
.user-nav__logout > i.fas.fa-door-closed {
    font-size: 22px;
}
nav.header__nav.user-nav.user-nav-desktop {
    display: flex;
    float: right;
    line-height: normal;
}
.user-nav__warning {
    font-size: 80%;
    color: #999;
    margin: auto;
    padding: 0px 20px;
}

.td-service{
    min-width: 150px;
}

.td-service a{
    display: grid;
}

.td-service span{
    max-width: 100% !important;
    white-space: nowrap;
    overflow-x: hidden;
}

.td-service .text{
    white-space: normal;
}
table.hotels_inner_table_rooms .kv-file-download {
    display: none;
}
.application__button--write.button_add_item.fa-plus {
    padding: 8px 8px;
}
.hotels_inner_main_buttons a {
    margin-right: 10px;
    color: white;
    font-size: 18px;
}
.report-index div {
    padding-bottom: 10px;
}
.btn-dangerous {
    color: #fff;
    background-color: #d4462f;
    border-color: #d02119;
}
.menu_stats{
    margin-left: 20px;
}
.menu_stats span.metrica_name {
    color: #4b7865;
    font-size: 0.9em;
}
.menu_stats span.metrica_val {
    font-size: 0.9em;
    color: #e2ac14;
}
.report-metrics .col-md-6.col-sm-12 {
    padding-bottom: 100px;
}
.penalty_service_list td {
    border-bottom: 3px solid #d03535!important;
}
.application__info-header--penalty {
    border: 5px solid #d03535;
}
.crop_two_line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}
.requestDocuments-item-signature {
    font-size: 0.7em;
    color: grey
}
.short_line {
    display: inline-flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 100px;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 250px;
    padding: 0;
    margin-bottom: 33px;
}
.map_p {
    font-size: 1.5em;
    font-weight: bold;
}
.map_for_hotels {
    padding-right: 40px !important;
}
