.df {
    display: flex;
}

.aic {
    align-items: center;
}

.aife {
    align-items: flex-end;
}

.jcsb {
    justify-content: space-between;
}

.fww {
    flex-wrap: wrap;
}

.cp {
    cursor: pointer;
}

.separator {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cb-label.left {
    margin-left: 15px;
}

.cb-label.right {
    margin-right: 15px;
}

.cb-desc {
    margin: 15px 0;
}

.lang-icon {
    font-size: 1.5em;
    vertical-align: middle;
}

.table-actions {
    width: 170px;
    text-align: center;
}

table.table.no-border > tbody > tr > td,
table.table.no-border > tbody > tr > th {
    border: 0;
}

.nav-tabs.nav-tabs-bottom > li.active > a:after {
    background-color: #2196F3;
}

.sidebar {
    height: calc(100vh - 48px);
}

.navbar-brand > .spa-logo {
    height: auto;
    width: 100%;
    margin-top: -35px;
}

.panel-heading-table {
    width: 100%;
}

.panel-heading-table td {
    width: 10%;
    text-align: center;
}

.panel-heading-table td.panel-heading-table-title {
    width: 70%;
    text-align: unset;
}

/* Hotel view */
.hotel__title {
    max-width: 70%;
}

.hotel__stars {
    margin-top: 10px;
    color: #d4d41e;
}

.hotel__address {
    padding: 0 20px 20px 20px;
    text-align: center;
}

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

.hotel__address ul li {
    display: inline-block;
}

.hotel__address ul li::after {
    content: '|';
    margin: 5px;
}

.hotel__address ul li:last-child::after {
    content: unset;
}

.hotel__image,
.hotel__services,
.hotel__description {
    padding: 20px;
}

.hotel__description {
    padding-top: 0;
}

.hotel__image {
    text-align: center;
}

.hotel__image img {
    max-width: 100%;
}

.order h4,
.order h5,
.order h6 {
    display: inline-block;
    margin-right: 5%;
}

.order h4:last-child,
.order h5:last-child,
.order h6:last-child {
    margin-right: 0;
}

.order__form > .panel {
    margin-right: 15px;
}

.order__form > .panel:last-child {
    margin-right: 0;
}

.tab-content > .order__form.active {
    display: flex;
}

.order__amount {
    padding: 75px 20px 12px;
}

.order__rules_link {
    padding: 12px 20px;
}

.order_total {
    line-height: 2;
    font-size: 2rem;
}

.order_total .order_total__amount,
.order_transfer__amount strong,
.order__amount strong {
    color: red;
}

.order__form .panel > .panel-heading {
    border-color: #dddddd;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order__form .panel > .panel-body {
    padding-top: 20px;
}

.order__form_services ul {
    margin: 0;
    padding: 0 0 15px;
}

.order__form_services ul li {
    list-style: none;
    font-size: 1.5rem;
}

.order__form_customer > div {
    line-height: 2.5;
    font-size: 1.5rem;
}

.order_transfer__amount,
.order__amount {
    font-size: 1.5rem;
}

.order_transfer__title {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.order_agent__info li {
    list-style: none;
}

.dropdown-user .dropdown-menu .fullscreen-toggle,
.dropdown-user .dropdown-menu .language-switch__mobile,
.dropdown-user .dropdown-menu .divider {
    display: none;
}

.dropdown-user .dropdown-menu .language-switch .lang-icon {
    margin-right: 2px;
}

.dropdown-user > .dropdown-toggle {
    display: flex;
    align-items: center;
}

.dropdown-user > .dropdown-toggle > .admin-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #26A69A;
    border-radius: 100%;
    text-align: center;
}

.dropdown-user > .dropdown-toggle > .admin-logo > span {
    font-size: 2rem;
    display: inline-block;
    padding-top: 5px;
}

.user-actions .logout__mobile {
    display: none;
}

@media screen and (max-width: 1163px) {
    .navbar-nav > .dropdown-user > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar-nav > .dropdown-user > a > span {
        display: none;
    }
}

@media screen and (max-width: 1130px) {
    .nav > .language-switch {
        display: none;
    }
    .dropdown-user .dropdown-menu .language-switch,
    .dropdown-user .dropdown-menu .divider {
        display: block;
    }
}

@media screen and (max-width: 769px) {
    .user-actions {
        display: flex;
        justify-content: space-between;
    }

    .dropdown-user > .dropdown-toggle {
        align-items: inherit;
    }

    .nav > .language-switch,
    .navbar-nav > .dropdown-user > a > span,
    .user-actions .logout__mobile {
        display: initial;
    }

    .dropdown-user .dropdown-menu .language-switch__mobile,
    .dropdown-user .dropdown-menu .divider,
    .user-actions > .dropdown-user {
        display: none;
    }

    .user-actions .open .dropdown-menu.languages {
        position: absolute;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-radius: 0 0 3px 3px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .user-actions .open .dropdown-menu.languages > li > a {
        color: #333333;
    }

    .user-actions .open .dropdown-menu.languages > li > a:hover {
        color: #333333;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .order__transfer {
        text-align: center;
        padding-top: 25px;
    }

    .order__transfer .order__amount {
        padding-top: 0;
    }
}