/* Generic Demo2 */
.breadcrumbNavi {
    display: none;
}

.durandal-wrapper {
    margin-right: 0px !important;
}

html {
    background-color: #efefef;
    overflow-y: scroll !important;
}

body, button, input, textarea, select {
    font-family: Helvetica, sans-serif;
    font-size: 100%;
    color: #373737;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

b {
    font-weight: 700;
}

.search-daterange {
    margin-top: 10px;
}

.booking-container {
    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-dates {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 600;
}

.date-info, .occupants-info {
    display: flex;
    gap: 5px;
    text-wrap: nowrap;
}

    .date-info span, .occupants-info span {
        display: block;
    }

.booking-button {
    display: flex;
    align-items: center;
}

.book-now-btn {
    padding: 5px;
    font-size: 11px;
    margin: 0;
}



.well {
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -ms-border-radius: 0;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

.well-np-body {
    margin: 20px 0;
}

.icon-col {
    width: 52px;
}

.icon-circle-wh {
    border-color: #fff;
    color: #fff;
}

tr.pkg-row {
    border-bottom: 1px solid #ddd;
    height: 39px;
}

tr .icon-col {
    padding: 5px 10px;
}

.fa-child {
    font-size: 25px;
    padding-top: 5px;
}

.fa-bed {
    padding-left: 7px;
}

.fa-plane {
    font-size: 22px;
}

.fa-check-circle {
    color: green;
}

.fa-exclamation-circle {
    color: #e8c824;
}

.table-row-icons {
    font-size: 24px;
    padding-top: 5px;
}

.icon-row {
    width: 0;
}

.has-error .req-astrx {
    color: #ae211f;
}

.debug {
    color: #801212;
    margin-top: 20px;
}

#error-page .error-msg {
    white-space: pre;
}

.nav-login {
    float: right !important;
    padding: 15px 30px 15px 10px;
}

    .nav-login a {
        color: #002d56;
    }

        .nav-login a:hover, .nav-login a:focus {
            color: #002d56;
        }

.modalBlockout {
    opacity: 0.7 !important;
}

#header-notification {
    float: right;
}

.header-notification {
    color: white;
    display: inline-block;
    float: left;
    margin: 36px 5px 0;
}

    .header-notification > span {
        background-color: #002d56;
        border-radius: 10px;
        font-size: 14px;
        padding: 5px 10px 5px 14px;
    }

    .header-notification .countdown {
        display: inline-block;
        width: 60px;
    }

    .header-notification .cancel {
        cursor: pointer;
        font-size: 20px;
        position: relative;
        top: 2px;
    }

.navbar-right {
    width: 172px;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    margin-top: 3px;
}

.promo-code {
    display: none;
}

#select-page #booking-search-title.row {
    border-radius: 0;
    margin: 0;
    -ms-border-radius: 0;
}

#select-page .bottom-chev {
    border: 76px solid transparent;
    border-top: 8px solid transparent;
    height: 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -6px;
    width: 0;
    z-index: 4;
}

#select-page .bottom-chev-line {
    border-top: 11px solid transparent;
    top: -88px;
    z-index: 3;
}

#select-page .inv-items-total {
    float: right;
    font-size: 18px;
    padding: 10px;
}

#select-page .search-input-form .search-input.promo {
    padding-top: 0;
    vertical-align: bottom;
    width: 115px;
}

#select-page .search-input-form .search-input select {
    position: relative;
}

    #select-page .search-input-form .search-input select:focus {
        border: 1px solid #002d56;
        color: #002d56;
    }

#select-page .btn-info {
    background: #002d56;
    border-color: #002d56;
}

    #select-page .btn-info:disabled {
        background-color: #b7b7b7;
        border-color: #767676;
    }

#select-page .pkg-row:last-of-type {
    border-bottom: none;
}

#select-page .pkg-info-left-col tr.pkg-row {
    border-right: 1px solid #ddd;
}

#select-search .inv-items-total {
    font-weight: bold;
}

#select-search .inv-items-total-value {
    color: #002d56;
    font-weight: bold;
}

#select-search .inv-items-top {
    border-bottom: 2px solid #ddd;
    height: 41px;
    margin: 0 10px;
}

#select-search .inv-items-list {
    padding: 10px 0 10px 28px;
}

    #select-search .inv-items-list li {
        margin: 8px 0;
    }

    #select-search .inv-items-list .inv-items-list-value {
        float: right;
        margin-right: 20px;
    }

#select-search .icon-circle.glyphicon-home {
    padding-left: 7px;
}

.validation-title {
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}

#select-page .validation-title {
    display: block;
}

.validation-msg b {
    font-weight: bold;
}

.alert {
    margin-bottom: 10px;
}

#register-page .login-btn-grp {
    text-align: right;
}

#register-page .pkg-row td:first-of-type {
    padding-left: 25px;
}

#register-page .pkg-row td:last-of-type {
    padding-right: 25px;
}

#register-page .pkg-row:last-of-type {
    border-bottom: none;
}

#recap-div > div > div {
    margin: 10px auto;
}

.reg-name-section {
    margin-left: 15px;
}

.reg-junkmail {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

    .reg-junkmail tr.inpt-row > td.modal-label {
        width: 260px;
    }

.reg-name-section table > tr > td.modal-label {
    width: 185px;
}

.reg-name-section .icon-row {
    padding-left: 4px;
    width: 38px;
}

.reg-address-section {
    border-top: 1px solid #ddd;
    margin: 25px 0 25px 15px;
}

    .reg-address-section table > tr > td.modal-label {
        width: 185px;
    }

    .reg-address-section .icon-row {
        padding-left: 4px;
        width: 38px;
    }

.reg-phone-section {
    border-top: 1px solid #ddd;
    margin: 25px 0 25px 15px;
}

.reg-address-section > label {
    font-weight: bold;
    padding-top: 7px;
}

.reg-address-section > div {
    margin: 15px 0 15px 0;
}

.reg-address-section table > tr > td.modal-label {
    min-width: 150px;
}

.reg-phone-section > div > div {
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
}

.reg-phone-section > div:last-of-type > div {
    border-bottom: none;
}

.reg-phone-section > div > div > label {
    font-weight: bold;
    padding-top: 7px;
}

.reg-phone-section > div > div > div {
    margin: 15px 0 15px 10px;
}

.reg-phone-section table > tr > td.modal-label {
    min-width: 150px;
}

.reg-errors {
    color: #ae211f;
}

.server-errors {
    padding: 15px 0 0;
}

.server-reg-errors {
    color: #ae211f;
}

    .server-reg-errors > span {
        white-space: normal;
    }

#login-failed {
    margin: 0 60px 20px 60px;
}

.alert-warning {
    background-color: #fcf8e3;
}

.login-mdl .modal-header {
    background-color: #002d56;
    color: #fff;
    height: 65px;
    text-align: center;
}

    .login-mdl .modal-header h3.label.lbl-title {
        font-size: 24px;
        margin: 4px 0;
    }

    .login-mdl .modal-header .modal-exit {
        float: right;
    }

        .login-mdl .modal-header .modal-exit .fa {
            font-size: 18px;
        }

.login-mdl .modal-body {
    background-color: #fff;
}

    .login-mdl .modal-body .input-group-addon {
        background-color: #fff;
        border-right: none;
    }

    .login-mdl .modal-body .login-btn-grp > div {
        height: 50px;
        width: 100%;
    }

    .login-mdl .modal-body .login-btn-grp .btn {
        background-color: #002d56;
        color: #fff;
        font-weight: bold;
        height: 50px;
        margin: 0;
        padding-top: 14px;
        width: 100%;
    }

    .login-mdl .modal-body .form-group {
        margin: 20px 20px;
    }

    .login-mdl .modal-body .form-control {
        height: 50px;
    }

    .login-mdl .modal-body .fa {
        font-size: 18px;
        position: relative;
        top: 1px;
    }

    .login-mdl .modal-body .icon-span > i {
        margin-right: 5px;
    }

    .login-mdl .modal-body .alert {
        margin: 0 20px 6px 20px;
    }

.modal-message {
    width: 480px;
}

    .modal-message > .modal-content > .modal-header {
        background-color: #fff;
        border: 1px solid black;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: #002d56;
        -moz-border-radius-topleft: 4px;
        -moz-border-radius-topright: 4px;
        -ms-border-top-left-radius: 4px;
        -ms-border-top-right-radius: 4px;
        text-align: center;
        -webkit-border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
    }

    .modal-message > .modal-content > .modal-body {
        background-color: #fff;
    }

    .modal-message > .modal-content > .modal-footer {
        background-color: #fff;
        border-radius: 0 0 5px 5px;
        border-top: none;
        color: #002d56;
        margin-top: 0;
        padding: 10px 20px 20px;
        text-align: center;
    }

    .modal-message .icon-circle {
        color: #002d56;
        font-size: 15px !important;
        height: 30px;
        padding: 7px;
        width: 30px;
    }

#select-page .bookingTable th {
    background-color: #002d56;
    color: white;
}

#select-page .bookingTable .col2 {
    width: 210px;
}

.tbl-footer {
    background-color: #002d56;
    border-top: 1px solid white;
    color: white;
    font-size: 0.8em;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.nav-tabs a.completed {
    background-color: #002d56;
    color: white;
}

.navbar.navbar-default {
    background-color: #002d56;
    border: none;
    font-weight: bold;
}

.logo-link {
    background: url(images/merlin-logo.png) 0% 0% no-repeat;
    background-size: 145px 56px;
    cursor: pointer;
    display: inline-block;
    height: 65px;
    margin-left: 8px;
    margin-right: 60px;
    margin-top: 8px;
    position: relative;
    width: 145px;
    z-index: 995;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-color: #002d56;
    border-color: #002d56;
}

.btn-success {
    background-color: #002d56;
    border-color: #002d56;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-color: #002d56;
    background-image: none;
    border-color: #002d56;
    color: white;
}

.btn-info {
    background-color: #002d56;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #002d56;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

#payment-page .label {
    color: #002d56;
    font-size: 14px;
    text-align: left;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #002d56;
    border-color: #002d56;
    color: #fff;
}

.btn-primary {
    background-color: #002d56;
    border-color: #002d56;
    color: #fff;
}

#applicationHost .page-splash-message.psm-main:after, .page-splash-message.psm-secondary {
    color: #002d56;
    content: 'Merlin Demo Online Rentals';
}

.page-splash-message.psm-secondary {
    display: none;
}

#select-page .booking-grid-btns-clear > button {
    background: #002d56;
    border-color: #002d56
}

.bg-logo {
    content: url(../../images/merlin-blue-bg.png);
    height: auto;
    max-width: 100%;
}

@media only screen and (max-width: 375px) {
    #applicationHost .page-splash {
        width: 375px;
    }

    #applicationHost .page-splash-message {
        width: 375px;
    }
}

/* Main */
.booking-left-column {
    border-radius: 10px;
    min-width: 18em;
}

    .booking-left-column > div > div > div {
        padding-bottom: 10px;
    }

.lbl-info {
    background-color: #434a50;
}

.booking-check-btn {
    white-space: normal;
}

.label.lbl-title {
    font-size: 100%;
    padding: 3px;
    margin: 3px;
    background-color: transparent;
    color: #002d56;
}

#ui-datepicker-div {
    z-index: 999 !important;
}

.baby {
    background-image: url("icons/24/baby-002d56.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#main-section {
    margin-top: 83px;
    padding: 0;
}

#page-well {
    background: transparent;
    min-height: 435px;
    padding: 0;
}

.clickable:hover {
    background-color: #66D3E2;
    color: white;
    cursor: pointer;
}

    .clickable:hover .label.lbl-title {
        color: white;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#applicationHost .page-splash-message.psm-main:after {
    content: 'Online Rental';
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #66D3E2;
}

.agent-btn {
    height: 34px;
    margin-bottom: 4px;
    margin-top: 4px;
    min-width: 164px;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    outline-color: #F5F5F5;
}

.btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #002d56;
    border-color: #002d56;
}

.dropdown {
    width: 100%;
}

    .dropdown button {
        width: 100%;
        -ms-border-radius: 4px !important;
        border-radius: 4px !important;
    }

    .dropdown .button-txt {
        float: left;
        text-transform: none;
        padding-left: 2px;
    }

    .dropdown .dropdown-menu {
        width: 100%;
    }

    .dropdown button .caret {
        float: right;
        margin-top: 9px;
    }

    .dropdown .checkbox {
        margin: 0;
        padding: 0 15px;
    }

    .dropdown label {
        display: block;
        padding: 5px 0;
    }

    .dropdown li > div:hover {
        background-color: #66D3E2;
    }

    .dropdown input[type="checkbox"] {
        width: 15px;
        height: 16px;
        margin-top: 0;
        margin-left: 0;
    }

    .dropdown .cb-text {
        margin-left: 24px;
    }

.loading-title {
    font-size: 1em;
    padding: 5px 20px 0 20px;
}

.tooltip {
    font-size: 14px;
}

.info-row-title {
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

#confirm-booking .total-note, #register-page .total-note {
    padding-top: 0;
}

#confirm-booking .note-row, #register-page .note-row {
    height: 29px;
}

input[type=checkbox].chbx-onefifty {
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    padding: 10px;
    /*    margin-top: 13px;
*/ cursor: pointer;
}

.conceal {
    display: none;
}

.bold {
    font-weight: bold;
}

.enlarge {
    width: 100%;
}

.icon-circle {
    color: #002d56;
    -ms-border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
}

/* Templates */
tr.inpt-row .form-group {
    margin-bottom: 3px;
}

tr.inpt-row .checkbox-div {
    height: 34px;
}

    tr.inpt-row .checkbox-div input[type="checkbox"] {
        width: 17px;
        height: 17px;
        margin-top: 10px;
    }

tr.inpt-row .dropdown button {
    padding-right: 6px;
}

    tr.inpt-row .dropdown button .caret {
        border-top: 6px solid #000;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
    }

tr.inpt-row select.form-control {
    padding-left: 8px;
}

.pkg-row .pkg-row-title-text {
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

/* Navigation */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}

.navbar-default .navbar-nav > li > a {
    color: white;
    font-size: 14px;
    padding: 0 10px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    text-transform: none;
}

.navbar-default .navbar-nav > li.li-menu-item {
    margin-top: 39px;
}

.logo-link {
    pointer-events: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: white;
    background-color: #87CEFA;
    -ms-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    padding: 5px 10px;
    margin: -5px 0 0 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.nav-tabs > li > a:hover {
    background-color: #002d56;
    -ms-opacity: 1;
    opacity: 1;
    color: white;
}

.nav-tabs > li.active > a > div,
.nav-tabs > li.active > a:hover > div,
.nav-tabs > li.active > a:focus > div {
    border-bottom: 5px solid #002d56;
    background-color: #002d56;
    color: white;
    padding: 10px 15px 6px 15px;
}

.nav-tabs a.completed {
    color: white;
    background-color: #002d56;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    text-shadow: none;
}

    .nav-tabs > li > a:hover {
        background-color: #002d56;
        -ms-opacity: 1;
        opacity: 1;
        color: white;
    }

.nav-tabs a.completed {
    color: white;
    background-color: #002d56;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
    padding: 0;
}

    .nav-tabs > li.active > a > div,
    .nav-tabs > li.active > a:hover > div,
    .nav-tabs > li.active > a:focus > div {
        border-bottom: 4px solid #002d56;
        background-color: #002d56;
        color: white;
        padding: 10px 15px 6px 15px;
    }

.nav-tabs > li:first-child > a > div:first-child,
.nav-tabs > li:first-child > a:hover > div:first-child,
.nav-tabs > li:first-child > a:focus > div:first-child {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.nav-tabs > li:last-child > a > div:first-child,
.nav-tabs > li:last-child > a:hover > div:first-child,
.nav-tabs > li:last-child > a:focus > div:first-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.nav-number {
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 2px 6px;
    border: 1px solid #555;
    text-align: center;
    background-color: #d5d5d5;
    background-color: rgba(213, 213, 213, 0.5);
    font-size: 12px;
    top: -2px;
    position: relative;
}

/* Home */
#home-page .booking-member-info {
    background-color: #434a50;
    border-radius: .25em;
    margin-bottom: 10px;
    margin-left: 40px;
    padding: 1em 1em 1em 2em !Important;
    width: 29em;
}

    #home-page .booking-member-info .lbl-info {
        font-size: 0.9em;
    }

#home-page .booking-more-info-div > div {
    display: inline-block;
}

    #home-page .booking-more-info-div > div:first-of-type {
        width: 125px;
    }

#home-page .levy-alert {
    margin: 0.5em 1em 0.5em 0.5em;
    display: inline-block;
}

    #home-page .levy-alert > div {
        padding: 5px;
        margin-bottom: 0;
    }

/* Namedetail */
#namedetail-page .nd-icon {
    height: 48px;
    width: 48px;
    float: left;
}

#namedetail-page .nd-icon-20 {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 3px;
}

#namedetail-page .nd-pref-icon {
    height: 20px;
    width: 10px;
    float: left;
    margin-right: 2px;
    font-size: 10px;
    color: #00aec5;
}

    #namedetail-page .nd-pref-icon .tooltip {
        font-size: 11px;
    }

#namedetail-page .nd-icon-height-48 {
    display: inline-block;
}

#namedetail-page .nd-row {
    display: block;
    padding: 1px 0;
}

#namedetail-page .nd-title {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}


#namedetail-page .nd-title-contacts {
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

#namedetail-page .nd-value {
    display: inline-block;
    margin-left: 10px;
}

#namedetail-page .btn-edit {
    vertical-align: top;
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 1px 0;
    font-size: 12px;
}

#namedetail-page .showEditButton {
    display: inline-block;
}

#namedetail-page .hideEditButton {
    display: none;
}

.btn-default:focus {
    background-color: white;
    border-color: #66D3E2;
    color: #000000;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #66D3E2;
    color: #FFFFFF;
}

    .btn-default:hover .caret {
        border-top-color: #FFF;
    }

.nd-add.nd-editable {
    -ms-border-radius: 6px 6px 0 0 !important;
    border-radius: 6px 6px 0 0 !important;
}

.nd-add > div.btn-group {
    display: inline-block;
    -ms-opacity: 0;
    opacity: 0;
    background-image: none;
    font-weight: bold;
    float: right;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    margin-top: -4px;
    background-color: #FFFFFF;
    color: black;
    border: none;
    -webkit-transition: opacity ease 0.4s;
    -moz-transition: opacity ease 0.4s;
    -ms-transition: opacity ease 0.4s;
    -o-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
}

    .nd-add > div.btn-group > button {
        padding: 10px 24px;
        -ms-border-radius: 0 5px 0 0;
        border-radius: 0 5px 0 0;
        margin-top: -1px;
        margin-right: -1px;
    }

        .nd-add > div.btn-group > button.btn-second {
            -ms-border-radius: 0;
            border-radius: 0;
        }


.nd-add:hover > div.btn-group {
    -ms-opacity: 1;
    opacity: 1;
    color: black;
}

.nd-add > div.btn-group:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.05);
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,.05);
    box-shadow: inset 0 0 10px rgba(0,0,0,.05);
}

.nd-editable {
    border: 1px solid #F5F5F5;
    -webkit-transition: background ease 0.4s;
    -moz-transition: background ease 0.4s;
    -ms-transition: background ease 0.4s;
    -o-transition: background ease 0.4s;
    transition: background ease 0.4s;
    padding: 4px 0 4px 4px;
}

    .nd-editable:hover {
        border: 1px solid #B2C5FF;
        -ms-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
        background: #DAF5FF;
    }

.is-owner .nd-editable:hover {
    border: 1px solid #F5F5F5;
    -ms-border-radius: 0;
    border-radius: 0;
    cursor: default;
    background: none;
}

.nd-editable.note-editable {
    width: 40.8%;
    z-index: 99;
    position: relative;
    -ms-border-radius: 0 0 6px 0 !important;
    border-radius: 0 0 6px 0 !important;
}

    .nd-editable.note-editable button {
        -ms-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }

.nd-editable > h3 {
    display: inline-block;
}

.nd-add:hover {
    cursor: default;
}

.block-align {
    margin: 0;
}

.nd-edit-menu {
    width: 150px;
    float: left;
}

.nd-edit-box {
    width: 100%;
}

#namedetail-page .h-align {
    margin-top: 5px;
}

#namedetail-page #name-view .first-view {
    margin-left: 17px;
    margin-right: 17px;
}

#namedetail-page .info-table {
    width: 100%;
}

    #namedetail-page .info-table tr > td:first-child {
        width: 110px;
        font-weight: bold;
    }

    #namedetail-page .info-table .notecontent {
        vertical-align: top;
    }

    #namedetail-page .info-table pre {
        -moz-word-break: normal;
        -o-word-break: normal;
        -ms-word-break: normal;
        word-break: normal;
        white-space: pre-wrap;
    }

#note-datagrid > tbody > tr {
    height: 30px;
    cursor: pointer;
}

    #note-datagrid > tbody > tr > td {
        padding: 5px 15px;
    }

#note-datagrid > thead > tr > th {
    padding: 5px 12px;
}

#note-datagrid > tbody > tr:hover {
    background-color: #DAF5FF;
    border: 1px solid #B2C5FF;
}

#note-datagrid_wrapper .dataTables_info {
    width: 50%;
}

#note-datagrid .rw-open {
    background-color: #00aec5;
    background-color: rgba(0, 174, 197, 0.25);
}

.nd-editable.has-error {
    background-color: #ff0000;
    background-color: rgba(255, 0, 0, 0.29);
}

.nd-select-option {
    margin: 10px;
}

    .nd-select-option > button {
        width: 100%;
        white-space: normal;
        margin-bottom: 10px
    }

/* Note */
#note-view {
    margin-bottom: 25px;
}

.dataTables_length {
    margin-bottom: 10px
}

.dataTables_filter {
    margin-bottom: 10px
}

.dataTables_info {
    margin-top: 10px
}

.dataTables_paginate {
    margin-top: 10px
}

.note_content {
    max-width: 400px;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#note-datagrid_length {
    width: 165px;
    float: right;
    margin-left: 44px;
}

#note-datagrid_wrapper .sorting:hover {
    cursor: pointer;
    background-color: #66D3E2;
    color: white;
}

#note-datagrid_filter {
    width: 350px;
}

/* Request */
#res-req-page .rr-header {
    margin-bottom: 15px;
    margin-left: 10px;
}

#res-req-page .btn {
    margin-top: 0;
    height: 3em;
    padding-left: 2em;
    padding-right: 2em;
}

#res-req-page .form-gif {
    padding-right: 0.7em;
    margin-top: 5px;
}


#res-req-page .rr-thanks {
    margin-left: 10px;
}

/* Select */
#select-page {
    margin-top: 5px;
}

#select-search {
    font-size: 14px;
    width: 100%;
    display: inline-block;
}

.search-pnl {
    margin: 0 auto;
    overflow: hidden;
    width: 1118px;
}

.search-input-form {
    display: inline-block;
    margin-top: 3px;
    vertical-align: bottom;
    width: 934px;
}

    .search-input-form > div {
        display: inline-block;
        vertical-align: bottom;
    }

    .search-input-form .lbl-search {
        color: black;
        display: block;
        font-size: 14px;
        margin-left: 2px;
        text-align: left;
    }

    .search-input-form .search-input {
        width: 195px;
        display: inline-block;
    }

        .search-input-form .search-input.form-control {
            width: 100px;
            display: inline-block;
        }

.search-input-btns {
    display: inline-block;
    margin-left: 10px;
    width: 164px;
}

#select-search .icon-col {
    padding: 0 7px 0 0;
    font-size: 12px;
}

.icon-col .tooltip {
    font-family: Helvetica, sans-serif;
    font-size: 14px;
}

.booking-grid {
    margin-top: 10px;
}

#accordion-booking {
    margin-bottom: 0;
    margin-top: 15px;
}

.booking-selection {
    border-top: 1px solid #e3e3e3;
}

.booking-selection-search {
    display: inline-block;
    padding-left: 0;
    width: 100%;
}

.booking-selection-header {
    display: block;
    vertical-align: top;
    padding: 10px 0 0 0;
    margin-top: 30px;
}

.booking-selection-results {
    display: inline-block;
    vertical-align: top;
    padding: 10px 0 0 25px;
}

    .booking-selection-results > div {
        padding-left: 10px;
        padding-right: 0;
    }

.padding-20 {
    padding: 20px;
}

#select-page #booking-details .accordion-inner {
    margin: 0;
    padding: 20px 0;
}

.d-searching {
    margin-top: 20px;
    min-height: 81px;
    text-align: center;
}

#select-page .busy-icon-gif {
    top: 7px;
}

#select-page .bookingTableSection {
    padding-top: 3px;
}

#select-page .unit-grid-message {
    display: inline-block;
    position: absolute;
    left: 553px;
    top: 6px;
    margin-right: 150px;
    font-weight: bold;
}

#select-page .room-grid-message {
    display: inline-block;
    font-weight: bold;
    height: 28px;
    vertical-align: bottom;
}

#select-page .booking-grid-btns {
    margin: 0 15px 0 0;
}

#select-page .booking-grid-btns-clear {
    left: 0;
    display: inline-block;
}

#select-page .clear-room {
    position: absolute;
    left: 0;
    margin-left: 16px;
}

#select-page .clear-unit {
    margin: 7px 0 3px 0;
}

#select-page .booking-grid-btns-left {
    display: inline-block;
    position: absolute;
    left: 393px;
}

#select-page .booking-grid-btns-right {
    float: right;
}

#select-page .select-table-separator {
    margin: 26px auto 4px auto;
    height: 2px;
    border-bottom: 2px solid #ABABAB;
    width: 50%;
}

#select-page .col1 .btn,
#select-page .col2 .btn {
    line-height: 1.1;
    padding: 0;
}

    #select-page .col1 .btn span,
    #select-page .col2 .btn span {
        text-transform: none;
        letter-spacing: 0;
        font-size: 14px;
        white-space: normal;
        text-align: left;
        display: inline-block;
    }

#select-page .booking-grid-btns button {
    background-color: #434a50;
    border-radius: 15px;
    display: inline-block;
    -ms-border-radius: 15px;
    text-transform: capitalize;
    background-image: linear-gradient(to bottom,#7D8891,#434a50);
    background-image: -moz-linear-gradient(top,#7D8891,#434a50);
    background-image: -o-linear-gradient(top,#7D8891,#434a50);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#7D8891),to(#434a50));
    background-image: -webkit-linear-gradient(top,#7D8891,#434a50);
    background-repeat: repeat-x;
    border-color: #7D8891 #9daeb2 #434a50;
}

#select-page .booking-grid-btns-clear > button {
    padding: 5px 18px;
    background: #D0BD83;
    border-color: #63583D;
}

#bookingTable .unit-tr.unit-row:hover .col2 {
    background: #d0dafd !important;
}

#bookingTable .unit-tr.unit-row:hover .cells {
    background: #d0dafd !important;
}

#select-page .search-optns-cbx {
    width: 16px;
    height: 16px;
    margin: 0;
    position: relative;
    top: 3px;
}

#select-page .booking-grid-btns button:active {
    background-color: #434a50;
    background-image: linear-gradient(to bottom,#434a50,#434a50);
}

#select-page .booking-grid-btns button > span {
    top: 0;
}

#select-page #ret-days-msg {
    position: relative;
    top: 28px;
    height: 0;
}

#select-page .retrieving-msg {
    font-size: 1.2em;
    position: relative;
    margin-left: 350px;
}

#select-page #ret-days-msg.busy {
    z-index: 100;
}

#select-page .bookingTable {
    width: 100%;
    table-layout: fixed;
}

    #select-page .bookingTable thead {
        font-weight: bold;
    }

    #select-page .bookingTable td {
        padding: 1px 0px 0px 1px;
    }

    #select-page .bookingTable th {
        color: white;
        background-color: #434a50;
    }

        #select-page .bookingTable th.date {
            opacity: 0.7;
            text-align: center;
            border-right: 1px solid white;
            border-left: 1px solid white;
        }

            #select-page .bookingTable th.date.cico {
                background-color: #ffe680;
                color: black;
            }

            #select-page .bookingTable th.date.inRange {
                opacity: 1;
            }

        #select-page .bookingTable th.col1 {
            font-variant: small-caps;
            font-size: 1.3em;
            border-right: 1px solid white;
        }

        #select-page .bookingTable th.col2 {
            font-variant: small-caps;
            font-size: 1.3em;
            border-right: 1px solid white;
        }

        #select-page .bookingTable th .dayofweek {
            display: block;
            font-size: 0.8em;
        }

        #select-page .bookingTable th .dateofmonth {
            display: block;
            font-size: 1.5em;
        }

        #select-page .bookingTable th .month {
            display: block;
            font-size: 0.8em;
            font-weight: normal;
        }

    #select-page .bookingTable .col1 {
        min-width: 100px;
        width: 170px;
        padding-left: 0.5em;
    }

    #select-page .bookingTable tbody .col1 {
        vertical-align: top;
        border-right: 1px solid white;
        padding-left: 0.4em;
        background-color: #fff;
    }

    #select-page .bookingTable .col2 {
        width: 210px;
        border-right: 1px solid white;
    }

    #select-page .bookingTable tbody .col2 {
        background-color: #fff;
    }

#header-room {
    padding-left: 0.5em;
}

#unit-header-unit {
    padding-left: 0.5em;
}

#unit-header-cico {
    padding-left: 0.5em;
}

#select-page .bookingTable tbody .col2 {
    vertical-align: top;
}

#select-page .bookingTable .cells {
    font-size: 14px;
    text-align: center;
    height: 3em;
    vertical-align: central;
    cursor: pointer;
}

    #select-page .bookingTable .cells.free {
        background: #afe7a4;
    }

        #select-page .bookingTable .cells.free.cico {
            border: 3px solid #afe7a4;
        }

#select-page .bookingTable .hide-tr .cells.free.cico {
    border: none !important;
}

#select-page .bookingTable:hover .cells.free.cico {
    border: 3px solid #ffe680;
}

#select-page .bookingTable:hover .hide-tr .cells.free.cico {
    border: none;
}

#select-page .bookingTable:hover .cells.free.cico-clr {
    background: #ffe680;
    background: rgba(255, 230, 128, 0.50);
}

#select-page .bookingTable:hover .cells.free.cico-transition {
    -moz-transition: background 0.5s ease-in;
    -o-transition: background 0.5s ease-in;
    -webkit-transition: background 0.5s ease-in;
    transition: background 0.5s ease-in;
}

#select-page .bookingTable .cells.booked {
    background: #b9b9b9;
}

#select-page .bookingTable .cells.free.ui-selected {
    background: #ffa827;
    font-weight: bold;
}

#select-page .bookingTable .cells:hover {
    background: #d0dafd !important;
}

#select-page .bookingTable .cells.free.ui-selecting {
    background: #38bff9 !important;
}

#select-page .bookingTable .cells.inRange {
    opacity: 1;
}

#select-page .cells.busy {
    opacity: 0.2 !important;
}

#select-page .prop-div {
    padding: 0 !important;
}

#select-page .room-div {
    padding: 0 !important;
}

#select-page .unit-tr td div {
    padding: 5px 0;
    overflow: hidden;
    max-height: 3em;
    -webkit-transition: max-height 0.4s ease-in, padding 0.4s ease-in;
    -moz-transition: max-height 0.4s ease-in, padding 0.4s ease-in;
    -o-transition: max-height 0.4s ease-in, padding 0.4s ease-in;
    transition: max-height 0.4s ease-in, padding 0.4s ease-in;
}

#select-page .unit-tr.hide-tr td > div {
    max-height: 0;
    padding: 0;
}

#select-page .bookingTable .hide-tr .cells {
    border-top: none;
}

.table-round-corners thead tr:first-child th:first-child {
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
}

.table-round-corners thead tr:first-child th:last-child {
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.table-round-corners tfoot tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-round-corners tfoot tr:last-child td:last-child {
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.tbl-footer {
    color: white;
    background-color: #434a50;
    text-align: center;
    font-style: italic;
    font-size: 0.8em;
    font-weight: bold;
    border-top: 1px solid white;
}

#select-page .bookingTable .tbl-footer > td {
    font-size: 16px;
    padding: 6px;
    font-weight: normal;
}

#select-page .boooking-table-cell {
    display: table-cell;
    vertical-align: top;
}

#select-page .dark-grey-back {
    background-color: #434a50;
}

#select-page .booking-details .label {
    font-size: 90%;
    padding: 6px 8px;
    display: table-cell;
    text-align: left;
}

#select-page .lbl-error {
    background-color: #b94a48;
}

#select-page .warning-main {
    overflow: hidden;
    margin-top: 12px;
}

#select-page .warning-labels {
    float: left;
    display: block;
}

#select-page .warning-details {
    margin-left: 1em;
    float: left;
    display: block;
    overflow: hidden;
}

    #select-page .warning-details .label {
        font-size: 90%;
        padding: 4px;
        margin: 3px;
    }

#select-page .success-details {
    margin-left: 1em;
}

    #select-page .success-details .label {
        font-size: 90%;
        padding: 4px;
        margin: 3px;
    }

#select-page .booking-details {
    margin: 0 20px 15px 20px;
}

    #select-page .booking-details > div {
        display: block;
        width: 320px;
        vertical-align: top;
        margin-right: 2em;
        margin-left: 1em;
    }

        #select-page .booking-details > div > div {
            display: block;
        }

            #select-page .booking-details > div > div > span.lbl-name {
                width: 110px;
            }

#select-page .selected-day-key {
    width: 16px;
    height: 16px;
    border-radius: 8px;
}

#select-page .arrival-day {
    background-color: #ffe680 !important;
    opacity: 1 !important;
}

#select-page .arrival-day-block {
    background-color: #ffa827 !important;
}

#select-page .departure-day {
    background-color: #ffe680 !important;
    opacity: 1 !important;
}

#select-page .departure-day-block {
    background-color: #ffa827 !important;
}

#select-page .booking-btn-div {
    width: 230px !important;
}

.text-shadow {
    -webkit-text-shadow: 10px 0px 10px #8CE5F7,-10px 0px 10px #8CE5F7;
    text-shadow: 10px 0px 10px #8CE5F7,-10px 0px 10px #8CE5F7;
}

.text-shadow-transition {
    -moz-transition: text-shadow 0.5s ease-in;
    -o-transition: text-shadow 0.5s ease-in;
    -webkit-transition: text-shadow 0.5s ease-in;
    transition: text-shadow 0.5s ease-in;
}

#collapse-booking-grid-details {
    font-size: 17px;
}

    #collapse-booking-grid-details .detail-circle-container {
        position: relative;
        height: 20px;
    }

    #collapse-booking-grid-details .detail-circle {
        position: absolute;
        vertical-align: middle;
        width: 16px;
        top: 3px;
        left: 3px;
    }

        #collapse-booking-grid-details .detail-circle > span {
            width: 16px;
            display: block;
        }

    #collapse-booking-grid-details .detail-text {
        position: absolute;
        left: 26px;
    }

        #collapse-booking-grid-details .detail-text > span {
            padding-left: 0;
        }

    #collapse-booking-grid-details .rrpName {
        overflow: hidden;
        max-width: 207px;
        -moz-text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        position: absolute;
    }

#select-grid {
    margin-top: 15px;
}

#collapse-booking-grid > .accordion-inner {
    padding: 0 15px 15px 15px;
}

#select-page .search-titlebox {
    height: 44px;
}

#select-page .search-titlebox {
    border-bottom: 1px solid #e3e3e3;
    color: #002d56;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

#select-page .marked {
    text-decoration: line-through;
}

#select-page .d-discount > div {
    background-color: #da2b14;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px auto 0;
    padding: 3px;
    width: 200px;
}

#select-page .disc-rate {
    font-size: 32px;
}

#select-page .disc-perc {
}

#select-page .disc-text {
    display: block;
    font-size: 11px;
    margin-top: -3px;
}

.validation-msg {
    white-space: normal;
}

.d-clear-btn {
    display: inline-block;
    width: 380px;
}

.d-clear-room {
    height: 30px;
    position: relative;
}

#booking-search-title.row {
    margin: 0;
    -ms-border-radius: 4px;
}

#select-search.well-np {
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#select-search .pkg-info {
    padding: 13px;
}

#select-search tr.pkg-row {
    height: 39px;
}

.pkg-info-left-col, .pkg-info-right-col {
    padding: 0;
}

.header-block {
    /*border-bottom: 1px solid #e3e3e3;*/
    color: #002d56;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    padding: 10px;
}

a.collapsed > .header-block {
    border-bottom: none;
}

.pkg-info-well {
    background-color: transparent !important;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

#select-search .ttl {
    font-weight: bold;
}

#select-search .excl-weeks-hdr {
    font-weight: bold;
    display: inline-block;
    width: 130px;
    margin-bottom: 10px;
}

#select-search .excl-weeks {
    display: inline-block;
}

    #select-search .excl-weeks > span {
        display: inline-block;
        border: 1px solid;
        padding: 4px;
        background-color: #afe7a4;
        margin: 0 -2px;
    }

        #select-search .excl-weeks > span.excluded {
            background-color: #b9b9b9
        }

        #select-search .excl-weeks > span:first-child {
            -ms-border-radius: 10px 0 0 10px;
            border-radius: 10px 0 0 10px;
            padding-left: 7px;
        }

        #select-search .excl-weeks > span:last-child {
            -ms-border-radius: 0 10px 10px 0;
            border-radius: 0 10px 10px 0;
            padding-right: 7px;
        }

#select-search .d-btns {
    margin-top: 6px;
    text-align: center;
    width: 100%;
}

.search-info-pnl {
    font-size: 16px;
    min-height: 187px !important;
}

    .search-info-pnl > div {
        margin: 10px;
    }

#select-search .date-to {
    margin-top: -4px;
}

#select-search .field {
    padding: 5px 0;
}

#select-search .d-btns > .btn-info {
    padding: 4px 9px;
}

.rentalpromos {
    padding: 20px 0 0 20px;
}

#select-validation .accordion-inner {
    padding: 13px 15px;
}

@media only screen and (max-width: 1199px) {
    .search-input-form .search-input {
        width: 191px;
    }
}

#booking-search-body > div > form > div:nth-child(2) {
    margin-left: 10px;
}

/* Language Select */
.td-lang {
    width: 149px;
    font-family: arial;
    padding-bottom: 10px;
    padding-right: 5px;
}

#tab-login, #tab-reg {
    /* display: none; */
}

.d-lang {
    color: red;
    float: right;
    height: 39px;
    margin-left: 8px;
    padding-top: 7px;
    text-align: left;
    width: 120px;
}

.d-btn {
    color: red;
    float: right;
    height: 23px;
    margin-left: 8px;
    padding-top: 6px;
    text-align: center;
    width: 100%;
}

#language-select {
    display: inline-block;
    width: 220px;
}

.languagepicker {
    background-color: #FFF;
    border: 1px solid #faa69a;
    display: inline-block;
    float: right;
    height: 34px;
    margin: 13px -1px 10px 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all .3s ease;
    vertical-align: top;
    width: 140px;
    z-index: 100;
}

    .languagepicker:hover {
        height: 81px;
    }

    .languagepicker a {
        color: #000;
        text-decoration: none;
    }

    .languagepicker li {
        border-top: 1px solid #EEE;
        display: block;
        line-height: 34px;
        padding: 0px 15px;
    }

        .languagepicker li:hover {
            background-color: #EEE;
        }

    .languagepicker a:first-child li {
        background: #FFF !important;
        border: none;
    }

    .languagepicker li img {
        margin-bottom: 3px;
        margin-right: 5px;
    }

.roundborders {
    border-radius: 5px;
}

.large:hover {
    height: 70px;
}

/* Context Menu */
.flymenu {
    background-color: #fff;
    box-shadow: 0 4px 5px 3px rgba(0, 0, 0, 0.2);
    display: none;
    left: 1124px;
    position: absolute;
    top: 39px;
    width: 200px;
    z-index: 2000;
}

.flymenu-options {
    list-style: none;
    padding: 10px 0;
}

.flymenu-option {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 40px 10px 20px;
}

    .flymenu-option:hover {
        background: rgba(0, 0, 0, 0.2);
    }

/* New Select */
.select-logo {
    margin: 0 auto;
    width: 1170px;
}

#booking-search-body {
    border-bottom: 0 !important;
    margin: -60px auto 20px;
    width: 1170px;
}

.select-info {
    float: right;
    width: 400px;
}

.d-badge {
    display: none;
}

.d-account {
    float: right;
    height: 26px;
    width: 300px;
}

.d-account-det {
    float: right;
    margin-top: 10px;
}

#d-account-act {
    cursor: pointer;
}

.d-account-name {
    display: inline-block;
}

.navbar-lang {
    display: inline-block;
    float: right;
    font-size: 14px;
    margin: 10px 15px;
    vertical-align: top;
}

    .navbar-lang > select {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        display: inline-block;
        font-weight: normal;
    }

.header-logo-1 {
    color: #fff;
    font-size: 128px;
    font-weight: bold;
    text-align: center;
}

.header-logo-2, .header-logo-3 {
    color: #cdcdcd;
    font-size: 48px;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.header-logo-2 {
    margin-top: -10px;
}

.header-logo-3 {
    margin-top: -5px;
}

.search-input-form .number-input {
    width: 70px;
    padding-left: 10px;
}

.search-input-form .property-select {
    width: 220px;
    display: inline-block;
}

.login-btn {
    height: 34px;
    margin-bottom: 4px;
    margin-top: 10px;
    width: 164px;
}

.search-btn {
    height: 34px;
    margin-bottom: 3px;
    margin-top: 10px;
    width: 164px;
}

.booknow-btn {
    height: 34px;
    margin-bottom: 3px;
    margin-top: 10px;
    width: 164px;
}

.d-lang {
    margin-right: 38px;
}

.languagepicker {
    border-color: #3b5c8a;
}

.d-account {
    margin-right: 38px;
}

.children {
    padding-left: 8px;
}

/* Login Modal */
#select-login-modal {
    width: 400px;
}

.d-send-msg {
    margin-bottom: 20px;
}

.w1 {
    width: 100%;
}

#tbl-button {
    float: right;
}

.td-send {
    padding-right: 10px;
}

#tbl-button .busy-icon-gif {
    margin-top: -9px;
    margin-right: 9px;
}

/* Select Tour */
#select-tour > div {
    border: 1px solid #d3d3d3;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.tour-body {
    font-size: 14px;
}

    .tour-body th {
        color: #000;
        background-color: #b9b9b9;
    }

        .tour-body th .date {
            display: inline-block;
        }

#select-tour .tour-body {
    margin-top: 2px;
}

#select-tour .tour-venuebox {
    display: inline-block;
    position: absolute;
    right: 23px;
    top: 22px;
}

.tour-body .header th {
    font-weight: bold;
    text-align: center;
    border-right: 1px solid white;
    border-left: 1px solid white;
}

    .tour-body .header th:first-child {
        border-left: none;
    }

    .tour-body .header th:last-child {
        -moz-border-radius-topright: 10px;
        -webkit-border-top-right-radius: 10px;
        border-top-right-radius: 10px;
    }

.tour-body td {
    text-align: center;
    height: 2.8em;
    border: 1px solid white;
}

.tour-body tbody > tr > td.cells {
    background: #d5d5d5;
    cursor: not-allowed;
}

    .tour-body tbody > tr > td.cells.clickable {
        background: #acdfa2;
        cursor: pointer;
    }

    .tour-body tbody > tr > td.cells:hover {
        opacity: 0.7;
    }

.tour-body tr .team-col {
    width: 200px;
    text-align: left;
    padding: 10px 0 10px 10px;
}

.tour-body th.team-col {
    font-variant: small-caps;
    font-size: 1.1em;
    font-weight: bold;
}

.tour-body tbody > tr > td.cells.selected {
    background: #ffa827;
    font-weight: bold;
}

.alert-warning.booked-tour {
    width: 100%;
    margin-bottom: 4px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color: #000000;
    background-color: #F4D6A0;
    border-color: #bd9d62;
}

a.prop-links {
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
    white-space: normal;
    text-align: left;
    display: inline-block;
    color: #428bca;
}

    a.prop-links:hover, a.prop-links:focus {
        -webkit-text-shadow: 0 0 10px #51E3FF;
        -ms-text-shadow: 0 0 10px #51E3FF;
        text-shadow: 0 0 10px #51E3FF;
        text-decoration: none;
    }

.busy-icon-gif-small {
    margin: 0;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(loaders/fading-balls-white-24.gif) no-repeat;
    width: 30px;
    height: 30px;
    padding-right: 0.5em;
}

.sel-retrieving-price .busy-icon-gif-small {
    position: relative;
    top: 7px;
    left: -8px;
}

.sel-retrieving-price > span {
    position: relative;
    top: -5px;
    left: -8px;
}

.proceed-retrieving-price .busy-icon-gif-small {
    top: 12px;
    left: 5px;
    position: relative;
}

.alert-select-grid-room-type {
    margin: 18px 20px;
}

.alert-booking-unit-selection {
    margin: 24px 0 0 0;
}

/* Available */
#avail-search-body .search-pnl {
    /*margin-left: 12px;*/
}

.info-heading {
    font-size: 23px;
    margin: 10px 0 10px 7px;
}

.img-room {
    height: 200px;
    position: absolute;
    width: 300px;
}

.img-over {
    height: 200px;
    position: absolute;
    width: 300px;
}

    .img-over > button {
        bottom: 10px;
        font-size: 11px;
        height: 27px;
        min-width: 110px;
        position: absolute;
        right: 10px;
    }

.info-body {
    margin-left: 7px;
    min-height: 180px;
    vertical-align: top;
}

    .info-body > div.info-main {
        display: inline-block;
        vertical-align: top;
        width: 949px;
    }

    .info-body > div > div.info-inline:first-child {
        display: inline-block;
        vertical-align: top;
        width: 350px;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        display: inline-block;
        width: 428px;
    }

    .info-body > div.info-inline {
        display: inline-block;
        margin-left: 10px;
        width: 250px;
    }

.info-descr {
    margin-top: 7px;
}

.info-stat {
    margin-top: 21px;
}

.info-book-btn {
    text-align: center;
    /*width: 164px;*/
}

.info-rate {
    font-size: 21px;
    margin: 0 auto 10px;
    text-align: center;
    width: 120px;
}

.info-img-icon {
    border-top: 2px solid grey;
    margin-top: 60px;
    padding-top: 7px;
}

    .info-img-icon > img.img-icon {
        height: 22px;
        width: 22px;
        margin-right: 4px;
    }

.info-occs {
    font-size: 14px;
    margin: 0 auto 10px;
    text-align: center;
}

.info-excl {
    font-size: 14px;
    margin: 0 auto 10px;
    text-align: center;
}

#avail-search-body {
    border-bottom: 0 !important;
    height: 66px;
    margin-bottom: 7px;
}

.avail-results {
    border-top: 2px solid grey;
}

.row-avail-room {
    border-bottom: 2px solid grey;
    padding-bottom: 30px;
}

/* Room Info Page */
.back-btn {
    display: inline-block;
    float: right;
    height: 34px;
    margin: -2px 20px 0 0;
    min-width: 180px;
}

.rm-heading {
    font-size: 23px;
    height: 75px;
    padding: 31px 0 10px 7px;
    border-bottom: 2px solid grey;
}

    .rm-heading > span {
        display: inline-block;
    }

.rm-carousel {
    margin-top: 20px;
}

.rm-img-1 {
    width: 500px;
    height: 333px;
}

.rm-img-2 {
    width: 160px;
    height: 106px;
    margin-right: 6px;
}

.rm-img-3 {
    width: 160px;
    height: 106px;
    margin-right: 6px;
}

.rm-img-4 {
    width: 160px;
    height: 106px;
}

.rm-body > div.rm-inline:first-child {
    display: inline-block;
    vertical-align: top;
    width: 530px;
}

.rm-body > div.rm-inline:nth-child(2) {
    display: inline-block;
    width: 350px;
}

.rm-footer {
    padding: 20px 0;
    border-bottom: 2px solid grey;
}

.ft-heading {
    font-size: 21px;
    margin: 10px 0;
    display: block;
}

.rm-footer > div.ft-inline:first-child {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}

.rm-footer > div.ft-inline:nth-child(2) {
    display: inline-block;
    width: 300px;
}

.rm-footer > div.ft-inline:nth-child(3) {
    display: inline-block;
    width: 300px;
}

.ft-list {
    width: 160px;
    display: inline-block;
    margin-bottom: 5px;
}

.ft-list-val {
    width: 140px;
    display: inline-block;
}

.rm-list-descr {
    width: 326px;
    display: inline-block;
    margin: 5px 0;
}

.rm-list-item {
    width: 160px;
    display: inline-block;
    margin-bottom: 5px;
}

.rm-list-val {
    width: 130px;
    display: inline-block;
}

.proceed-detail {
    border: 2px solid grey;
    margin: 20px 0 0;
    padding: 10px;
}

.rm-book-btn {
    width: 164px;
    margin: 0 auto;
}

.rm-proc-price {
    font-size: 32px;
}

.rm-sel-details {
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    padding: 20px 0 10px;
}

.li-total {
    font-weight: bold;
}

.rm-footer-2 {
    padding: 20px 0;
    border-bottom: 2px solid grey;
    min-height: 85px;
}

    .rm-footer-2 > div.ft-inline:first-child {
        display: inline-block;
        vertical-align: top;
        width: 250px;
    }

    .rm-footer-2 > div.ft-inline:nth-child(2) {
        display: inline-block;
        width: 500px;
    }

.rm-footer-3 {
    padding: 20px 0;
    border-bottom: 2px solid grey;
    min-height: 85px;
}

    .rm-footer-3 > div.ft-inline:first-child {
        display: inline-block;
        vertical-align: top;
        width: 250px;
    }

    .rm-footer-3 > div.ft-inline:nth-child(2) {
        display: inline-block;
        width: 500px;
    }

.rm-img-icon {
    margin-top: 30px;
    padding-top: 7px;
}

    .rm-img-icon > img.img-icon {
        height: 22px;
        width: 22px;
    }

/* Slideshow */
* {
    box-sizing: border-box
}

.slideshow-container {
    max-width: 500px;
    position: relative;
    margin: auto;
}

.mySlides {
    display: none;
}

.mySlidesTresco {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #717171;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }


.dotTresco {
    cursor: pointer;
    height: 5px;
    width: 45px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 15%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dotTresco:hover {
        background-color: #717171;
    }

.fader {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.slideshow-container a:focus, .slideshow-container a:hover {
    color: white;
    text-decoration: none;
}

/* Extra */
.ext-heading {
    border-bottom: 2px solid grey;
    font-size: 23px;
    height: 75px;
    padding: 31px 0 10px 7px;
}

.itm-heading {
    margin: 30px 0 10px;
}

.ext-detail {
    border-bottom: 2px solid grey;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.item-rad {
    display: inline-block;
    margin: 3px 10px 0;
    padding: 5px;
    vertical-align: top;
}

.row-ext-item {
    margin: 10px 0 0;
}

.item-det {
    display: inline-block;
    vertical-align: top;
}

.item-heading {
    margin-bottom: 3px;
}

.item-det > div.det-inline {
    display: inline-block;
    padding: 2px;
    vertical-align: top;
}

    .item-det > div.det-inline:first-child {
        width: 155px;
        margin-top: 5px;
    }

    .item-det > div.det-inline:nth-child(2) {
        font-size: 14px;
        margin: 7px 0 0 5px;
        width: 195px;
    }

    .item-det > div.det-inline:nth-child(3) {
        text-align: right;
        width: 100px;
    }

    .item-det > div.det-inline:nth-child(3) {
        margin-top: 5px;
        text-align: center;
        width: 100px;
    }

.item-det > div.det-book-btn {
    display: inline-block;
    padding: 6px 2px 0 2px;
    text-align: center;
    width: 120px;
}

.add-item-btn, .remove-item-btn {
    pointer-events: none;
    cursor: no-drop;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
}

.ext-item-list {
    display: inline-block;
    vertical-align: top;
    width: 780px;
}

.ext-item-msg {
    padding: 15px;
    background-color: #fff;
    border: 1px solid grey;
    margin: 15px 0 0 15px;
}

.ext-book-detail {
    border: 2px solid grey;
    display: inline-block;
    margin: 10px;
    padding: 10px;
    width: 310px;
}

.bd-heading {
    display: block;
    font-size: 21px;
    margin: 10px 0 30px;
    text-align: center;
}

.bd-list-item {
    display: inline-block;
    margin-bottom: 5px;
    width: 160px;
}

.bd-list-val {
    display: inline-block;
    text-align: right;
    width: 120px;
}

#extras-page .qty-item {
    width: 60px;
}

.det-proceed-btn {
    margin: 20px auto;
    text-align: center;
    width: 280px;
}

.proceed-btn {
    min-width: 200px;
    height: 34px;
}

.bd-detail {
    height: 100px;
}

/* Register */
#d-detailmsg > div {
    margin-right: 25px;
}

.login-mdl {
    width: 350px;
}

    .login-mdl > div > div {
        border-bottom: 3px solid #ddd;
    }

    .login-mdl .login-btn-grp > div {
        width: 100%;
    }

#reg-login table {
    width: 100%;
}

#reg-login .login-btn-grp > div:first-child {
    display: inline-block;
}

    #reg-login .login-btn-grp > div:first-child > i {
        left: 4px;
        top: 11px;
    }

#reg-login .login-btn-grp > div:nth-child(2) {
    margin: 0;
}

.success-msg {
    margin-top: 15px;
}

#login-failed {
    margin-top: 20px;
}

.login-btn-grp {
    margin-bottom: 0;
}

.logged-in {
    padding: 0 50px;
}

    .logged-in > div:first-child {
        display: inline-block;
        padding: 10px 0;
    }

    .logged-in > div:nth-child(2) {
        display: inline-block;
        float: right;
        padding-top: 5px;
    }

#register-page {
    margin-top: 15px;
}

    #register-page .register-right {
        padding-right: 0;
    }

    #register-page .panel-group .panel-first {
        background-color: transparent;
    }

    #register-page .panel-group .panel + .panel {
        margin-top: 5px;
        background-color: transparent;
    }

    #register-page .panel-title > a:hover,
    #register-page .panel-title > a:focus {
        text-decoration: none;
    }

    #register-page .login-btn-grp > div > button {
        margin-bottom: 0;
    }

    #register-page .register-section-label {
        width: 100%;
        text-align: center;
        text-decoration: underline;
        margin: 10px 0 17px 0;
        font-size: 1.1em;
    }

    #register-page .register-btn-div {
        margin: 20px 0 10px 0;
        border-top: 1px solid #ddd;
        padding-top: 17px;
    }

    #register-page .icon-row {
        width: 38px;
        padding-left: 4px;
    }

    #register-page .forgot-pass-section-label {
        text-align: center;
        text-decoration: underline;
        margin: 20px 0 20px 20px;
        font-size: 1.1em;
    }

    #register-page #userName {
        pointer-events: none;
    }

.reg-errors {
    padding: 2px 0 8px 3px;
}

.reg-msg {
    margin: 10px 0 20px;
}

.td-last {
    width: 38px;
}

.d-btns {
    display: inline-block;
    height: 10px;
    width: 39px;
}

.inline {
    display: inline-block;
}

.mrg {
    margin-left: 15px;
}

.reg-login {
    margin-bottom: 10px;
}

#register-input-page .busy-icon-gif {
    left: 12px;
    top: 10px;
}

#register-page .reg-forgot-pass .table-row-icons {
    padding-top: 0;
}

#register-page .reg-forgot-pass .modal-label {
    width: 100px;
}

#register-page .reg-forgot-pass > div {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

#register-page .forgot-pass-div > label {
    margin-bottom: 10px;
}

#register-page .forgot-pass-div > table {
    width: 100%;
}

#register-page .reg-forgot-pass .login-btn-grp {
    margin-bottom: 0;
}

#register-page .reg-forgot-pass .d-busy {
    display: inline-block;
    margin-bottom: 6px;
    padding-right: 10px;
    width: 100%;
}

#register-page .reg-forgot-pass .busy-icon-gif {
    left: 4px;
    top: 4px;
}

#register-page .reg-forgot-pass .err-msgs {
    padding: 0 50px;
}

    #register-page .reg-forgot-pass .err-msgs > div {
        margin: 20px 0;
    }

#register-page .reg-forgot-pass .td-btn {
    height: 45px;
}

#register-page .reg-login-info {
    margin: 15px 50px;
}

#register-page .reg-login-inputs {
    padding: 0 25px 0 50px;
}

#register-page .login-btn-div {
    margin: 10px 71px 0 0;
}

#register-page .dial-code-div {
    padding: 0 5px 0 0;
}

#register-page .forgot-pass-div {
    padding: 0 25px 0 50px;
}

#register-page .login-btn-grp-div {
    margin: 10px 71px 0 0;
}

#register-page .control-label {
    font-size: 14px;
}

#register-page .reg-phone-section .modal-label > div {
    width: 185px;
}

#register-page .reg-phone-section td > div.row > .col-md-4 {
    display: inline-block;
    width: 100px;
}

#register-page .reg-phone-section td > div.row > .col-md-8 {
    display: inline-block;
    width: 326px;
}

#register-page .reg-phone-section td > div.row {
    margin-left: 0;
}

#register-page .label.lbl-title {
    margin: 0;
}

/* Namesearch */
#namesearch-page {
    margin-top: 15px;
}

    #namesearch-page .pkg-info-well {
        min-height: 450px;
        overflow: hidden;
    }

    #namesearch-page .nd-add > div.btn-group {
        opacity: 1;
    }

    #namesearch-page .nd-editable {
        overflow: hidden;
    }

#name-search-body > div:nth-child(2) > div {
    background-color: #ededed !important;
}

#name-search-body > div:nth-child(2) {
    color: #373737;
}

#namesearch-page .label.lbl-title {
    margin: 0;
}

#name-search-title button {
    margin-right: 0px !important;
    border-radius: 5px !important;
}

.btn-default:hover, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #91d673;
    color: #FFFFFF;
}

#namesearch-page .nd-add {
    margin-bottom: 5px;
    overflow: hidden;
}

#namesearch-page .selected-name > div > span {
    margin-left: 18px;
}

#namesearch-page .selected-name > div {
    background-color: #c3e3ff;
    background-color: rgba(195, 227, 255, 0.5);
    font-weight: bold;
    margin-left: -36px;
    padding-top: 0;
}

    #namesearch-page .selected-name > div > i {
        margin-left: 12px;
    }

#name-list div {
    cursor: pointer;
}

#name-list {
    color: #373737;
}

.name-details > h3 {
    width: 100%;
    text-align: left;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #373737;
    border-radius: 0;
}

/* Invoice */
#invoice-page {
    margin-top: 15px;
}

.d-info {
    padding-left: 0;
}

.padding-0 {
    padding: 0;
}

#invoice-page .pkg-info-sct {
    margin-bottom: 10px;
}

    #invoice-page .pkg-info-sct .nr-lbl {
        margin-left: 10px;
    }

#invoice-page .itm-sel {
    font-weight: bold;
    padding: 0 25px 0 0;
}

#invoice-page .itm-selc {
    font-weight: bold;
    padding: 0 50px 0 0;
}

#invoice-page .remove-item {
    font-size: 18px;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}

    #invoice-page .remove-item:hover {
        color: #66D3E2;
        cursor: pointer;
    }

#invoice-page .add-items {
    padding: 10px 16px;
}

#invoice-page .pkg-info-sel {
    margin-bottom: 10px;
}

#invoice-page .qty-item {
    width: 100px;
}

.float-left {
    float: left;
}

#invoice-page .qty-rte {
    margin-left: 5px;
    text-align: left;
    width: 120px;
}

#invoice-page .total {
    font-weight: bold;
    margin-left: 5px;
    position: absolute;
    width: 400px;
}

.item-1 {
    padding: 0 8px;
}

.item {
    border-left: 1px solid white;
    padding: 0 8px;
}

.item-70 {
    border-left: 1px solid white;
    padding: 0 8px;
    width: 70px;
}

.d-total {
    margin-top: 9px;
}

.d-proceed {
    min-height: 62px;
}

    .d-proceed > button {
        margin-bottom: 13px;
    }

#invoice-page .btn-info {
    background-color: #002d56 !important;
    background-image: none;
}

#invoice-page thead {
    background-color: #b9b9b9;
}

    #invoice-page thead > tr {
        height: 40px;
    }

        #invoice-page thead > tr > th {
            padding-left: 5px;
        }

            #invoice-page thead > tr > th:first-child {
                border-top-left-radius: 10px;
                -ms-border-top-left-radius: 10px;
                padding-left: 10px;
            }

            #invoice-page thead > tr > th:last-child {
                border-top-right-radius: 10px;
                -ms-border-top-right-radius: 10px;
                padding-right: 10px;
            }

    #invoice-page thead th {
        border-left: 1px solid white;
        border-right: 1px solid white;
        font-weight: bold;
    }

        #invoice-page thead th:first-child {
            border-left: none;
        }

#invoice-page .add-btn-panel > button {
    margin: 3px;
}

table.items .tooltip {
    font-weight: normal;
}

#invoice-page .editable-row {
    height: 40px;
}

    #invoice-page .editable-row .action-item:hover {
        cursor: pointer;
    }

#invoice-page tr > td {
    padding: 5px;
}

#invoice-page .actions-cell {
    text-align: center;
    font-size: 20px;
}

.action-item {
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    -o-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
    cursor: pointer;
}

    .action-item:hover {
        -ms-text-shadow: 0 0 10px rgba(81, 203, 238, 1);
        -webkit-text-shadow: 0 0 10px rgba(81, 203, 238, 1);
        text-shadow: 0 0 10px rgba(81, 203, 238, 1);
    }

#invoice-page .checkout {
    margin: 0;
    padding: 20px 0;
}

.itm-tbl {
    margin: 20px;
}

    .itm-tbl > div {
        max-height: 120px;
        overflow-y: auto;
    }

    .itm-tbl table {
        border: 1px;
        width: 100%;
    }

    .itm-tbl thead {
        background-color: darkgray;
        border: 10px;
        font-weight: bold;
        width: 100%;
    }

#invoice-page .itm-tbl .val {
    padding-right: 10px;
    text-align: right;
    width: 160px;
}

#invoice-page .itm-tbl .val-80 {
    text-align: center;
    width: 80px;
}

.itm-dcr {
    padding-left: 10px;
}

.val-r {
    font-size: 14px;
    text-align: center;
}

.green {
    color: green;
}

.red {
    color: red;
}

#tbl-inv-itms table h3 {
    color: black;
    font-size: 16px;
}

#tbl-inv-itms table {
    margin-bottom: 15px;
    width: 100%;
}

#tbl-inv-itms thead {
    background-color: darkgray;
    border: 1px;
    font-weight: bold;
    width: 100%;
}

#tbl-inv-itms .tbl-footer > td {
    background-color: #b9b9b9;
    height: 1em;
}

.inv-tr {
    height: 40px;
}

    .inv-tr > th:first-child {
        padding-right: 30px;
    }

    .inv-tr > th:nth-child(3),
    .inv-tr > th:nth-child(9) {
        width: 76px;
    }

    .inv-tr > th:nth-child(4) {
        width: 83px;
    }

    .inv-tr > th:nth-child(5),
    .inv-tr > th:nth-child(6),
    .inv-tr > th:nth-child(7),
    .inv-tr > th:nth-child(8) {
        width: 120px;
    }

#tbl-inv-itms .edit {
    width: 120px;
}

#tbl-inv-itms .update {
    width: 76px;
}

#tbl-inv-itms .data {
    padding-right: 5px;
    text-align: right;
}

/* Confirm */
.cnf-heading {
    border-bottom: 2px solid grey;
    font-size: 23px;
    height: 57px;
    padding: 31px 0 10px 7px;
}

#confirm-booking .additional-req {
    margin: 15px 0 40px;
}

#confirm-booking .additional-hotel {
    margin-bottom: 40px;
}

.cnf-hotel {
    border-bottom: 2px solid grey;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 10px 0 10px 7px;
}

.confirm-details-pnl {
    border: 2px solid grey;
    padding: 7px;
    margin: 30px 20px 0;
}

.confirm-details-img {
    margin: 15px;
}

    .confirm-details-img > img {
        display: block;
        height: 160px;
        margin: 0 auto;
        width: 240px;
    }

.cnf-text {
    font-size: 16px;
    margin: 15px 0 3px;
}

    .cnf-text > button {
        margin-top: -9px;
    }

.margin-0 {
    margin: 0;
}

#confirm-booking table > tbody > tr:last-child {
    border-bottom: none;
}

#confirm-booking .margin-20 {
    margin-bottom: 20px;
}

#confirm-booking .td-item {
    padding: 10px 10px 10px 0;
}

#confirm-booking .bk-field {
    margin-left: 20px;
}

#confirm-booking .bk-tooltip {
    margin-left: -20px
}

#confirm-booking .confbook.row {
    margin: 0;
}

#confirm-booking .inv-row .icon-col {
    vertical-align: top;
}

#confirm-booking .d-inv-total {
    margin-top: 4px;
}

#confirm-booking .d-item {
    font-weight: normal;
    height: 22px;
    margin-top: 5px;
}

#confirm-booking .confbook textarea {
    display: block;
    margin: 5px 0;
    width: 100%;
    min-height: 60px;
}

#confirm-booking .confbook .booking-check-btn {
    padding: 10px 30px;
    margin-bottom: 20px;
}

#confirm-booking .confbook .label.lbl-title {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 110%;
}

#confirm-booking .confbook-details-column {
    display: inline-block;
    min-width: 300px;
    background-color: #434a50;
    border-radius: 10px;
}

    #confirm-booking .confbook-details-column > div {
        padding-bottom: 10px;
    }

#confirm-booking .confbook-inputs .form-group {
    margin-bottom: 0;
}

#confirm-booking .confbook-inputs {
    margin-left: 40px;
    margin-bottom: 20px;
    margin-right: 2em;
}

#confirm-booking .confbook .label {
    font-size: 90%;
    padding: 4px;
    margin: 3px;
    vertical-align: top;
    text-align: left;
}

    #confirm-booking .confbook .label.lbl-info {
        width: 100px;
    }

#confirm-booking .horizontal-centre {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

#confirm-booking .confbook-summary-column {
    display: inline-block;
    background-color: #434a50;
    border-radius: 10px;
}

    #confirm-booking .confbook-summary-column > div {
        padding-bottom: 10px;
    }

#confirm-booking .confbook input {
    width: 80px;
    line-height: 14px;
    height: 26px;
    padding: 4px 8px;
}

#confirm-booking .form-group {
    margin-bottom: 0;
}

#confirm-booking .confbook input.chbx {
    width: 18px;
    height: 18px;
    margin-top: 0.5em;
    padding: 0;
}

#confirm-booking .confbook .label.lbl-summary {
    width: 130px;
}

#confirm-booking .lbl-info-paragraph {
    white-space: normal;
}

#confirm-booking .conf-column {
    margin: 10px 0 0 0;
    border: 1px solid #D3D3D3;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 15px;
}

#confirm-booking thead {
    background-color: #b9b9b9;
}

    #confirm-booking thead > tr {
        height: 40px;
    }

        #confirm-booking thead > tr > th {
            padding-left: 5px;
        }

            #confirm-booking thead > tr > th:first-child {
                padding-left: 10px;
                -ms-border-top-left-radius: 7px;
                border-top-left-radius: 7px;
            }

            #confirm-booking thead > tr > th:last-child {
                padding-right: 10px;
                -ms-border-top-right-radius: 7px;
                border-top-right-radius: 7px;
            }

    #confirm-booking thead th {
        font-weight: bold;
        border-right: 1px solid white;
        border-left: 1px solid white;
    }

        #confirm-booking thead th:first-child {
            border-left: none;
        }

#confirm-booking .table-round-corners tfoot tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -ms-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

#confirm-booking .table-round-corners tfoot tr:last-child td:last-child {
    -moz-border-radius-bottomright: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -ms-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

#confirm-booking .conf-tsandcs-div {
    margin-left: 20px;
}

#confirm-booking .conf-tsandcs-text {
    /*white-space: pre-wrap;*/
}

#confirm-booking .conf-conf-btn-div {
    margin-top: 20px;
    text-align: center;
}

    #confirm-booking .conf-conf-btn-div > button {
        height: 34px;
        margin-bottom: 20px;
        vertical-align: top;
        width: 250px;
    }

    #confirm-booking .conf-conf-btn-div > .clearfix {
        display: inline-block;
        height: 34px;
        vertical-align: top;
        width: 100px;
    }

    #confirm-booking .conf-conf-btn-div .clearfix-loader {
        background: url(images/demo2/loader-med.png) no-repeat;
        height: 32px;
        margin: 1px 10px;
        width: 32px;
    }

.nr-lbl {
    font-weight: bold;
    padding: 10px 10px 10px 0;
}

#confirm-booking .nr-ctl {
    width: 100px;
}

#confirm-booking .cmts {
    padding: 7px 7px 7px 0;
    max-width: 320px;
}

    #confirm-booking .cmts > textarea {
        max-height: 200px;
        max-width: 316px;
        min-height: 100px;
        min-width: 500px;
    }

#confirm-booking .cmts-lbl {
    vertical-align: top;
    width: 220px;
}

#confirm-booking .d-ret {
    margin: 10px auto;
    width: 365px;
    text-align: center;
}

#confirm-booking .super {
    vertical-align: super;
}

.i-mgn {
    padding-right: 0.7em;
}

#confirm-booking .tc-chk {
    margin: 10px 10px 10px 42px;
}

/* Payment */
.pay-instalment {
    display: none;
}

#payment-page .msg2 {
    padding: 20px 0 25px 0;
}

#payment-page {
    margin-top: 15px;
}

.payment-page-div {
    padding-right: 0;
}

#payment-page .pay-page-btn {
    margin-top: 20px;
}

#payment-page dl > dt {
    width: 210px;
    overflow: visible;
    text-align: left;
    margin-bottom: 10px;
}

#payment-page dl > dd {
    width: 180px;
    overflow: visible;
}

#payment-page div.alert {
    margin-top: 20px;
}

.page-wspacing {
    margin: 25px;
}

.dl-horizontal {
    margin-top: 25px;
}

/* Paygateway */
.modal-paygateway {
    width: 570px;
}

    .modal-paygateway .retrieving-msg {
        margin: 10px auto;
    }

.d-iframe {
    height: 100%;
    overflow: scroll;
    position: absolute;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}

.modal-paygateway .paygateway-form {
    margin: 20px 0;
    padding: 15px;
}

.modal-paygateway .payment-iframe {
    width: 783px;
}

.modal-paygateway .med {
    height: 567px;
}

.modal-paygateway .lrg {
    height: 1000px;
    width: 1000px;
}

.modal-paygateway .modal-header h3 {
    display: inline-block;
}

.modal-paygateway .modal-header div {
    display: inline-block;
    float: right;
    margin-top: 3px;
}

.modal-paygateway .retrieving-div {
    padding-bottom: 42px;
    padding-top: 12px;
    text-align: center;
}

.modal-paygateway .modal-data {
    margin-top: 0px;
}

#payment-iframe-container iframe html {
    overflow-y: scroll;
}

.modal-paygateway .company {
    margin-bottom: 5px;
}

.modal-paygateway #pf-amount {
    display: inline-block;
    font-weight: bold;
    margin-left: -6px;
    width: 130px;
}

.modal-paygateway .currency-control {
    width: 230px;
}

.modal-paygateway .l-currency {
    display: inline;
    margin-left: 7px;
}

.modal-paygateway .paybutton {
    min-width: 90px;
}

.gateway-btns {
    text-align: center;
}

.align-center {
    text-align: center;
}

/* Summary */
#summary-page .page-wspacing {
    background-color: #434a50;
    border-radius: .25em;
    color: #fff;
    margin: 1em !important;
    padding: 1em !important;
}

    #summary-page .page-wspacing > div {
        margin-bottom: 1em;
    }

    #summary-page .page-wspacing button > i {
        margin-right: 0.3em;
    }

#summary-page .title-label {
    display: inline-block;
    font-size: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 3px;
    padding: 9px 9px 9px 0;
    vertical-align: baseline;
    white-space: nowrap;
}

#summary-page .task-list {
    list-style-type: none;
}

    #summary-page .task-list .td-ico {
        padding: 7px 0;
        width: 30px;
    }

        #summary-page .task-list .td-ico > i.success {
            color: #3cef3c;
        }

        #summary-page .task-list .td-ico > i.fail {
            color: #ff3838;
        }

        #summary-page .task-list .td-ico > i.busy {
            background: url(loaders/fading-balls-f5f5f5-16.gif) no-repeat;
            display: inline-block;
            height: 16px;
            width: 16px;
        }

#summary-page .confsummary.row {
    margin: 0;
}

    #summary-page .confsummary.row > div:first-child {
        padding: 0 10px 0 0;
    }

    #summary-page .confsummary.row > div:nth-child(2) {
        padding: 0 0 0 10px;
    }

#summary-page .confsummary textarea {
    display: block;
    margin: 5px 0;
    width: 100%;
    min-height: 60px;
}

#summary-page .confsummary .booking-check-btn {
    padding: 10px 30px;
    margin-bottom: 20px;
}

#summary-page .horizontal-centre {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

#summary-page .send-email input {
    width: 16em;
    display: inline-block;
    margin-right: 1em;
}

#summary-page .email-alert {
    margin: 1.5em 1em 0.5em 1em;
    display: inline-block;
}

#summary-page .summary-btns {
    margin-left: 1em;
    margin-top: 2em;
}

    #summary-page .summary-btns > span {
        margin-right: 0.5em;
    }

#summary-page .conf-column {
    margin: 10px 0 0 0;
    border: 1px solid #D3D3D3;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 15px;
    min-height: 210px;
}

.extr {
    margin: 0 20px 30px 40px;
}

.conf-tbl {
    margin-left: 40px;
}

.conf-btn {
    padding: 10px 18px;
    width: 280px;
}

.dconf-btn {
    margin-top: 10px;
}
/* Namesearch */
#namesearch-page .name-selectable {
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#namesearch-page a {
    color: black;
    display: inherit;
}

    #namesearch-page a:hover {
        text-decoration: none;
    }

#namesearch-page .name-list {
    margin-top: 10px;
}

    #namesearch-page .name-list i {
        width: 0;
        color: green;
        margin-top: 10px;
    }

#namesearch-page li.selected-name {
    list-style: none;
}

#namesearch-page .selected-name a > div {
    background-color: #c3e3ff;
    background-color: rgba(195, 227, 255, 0.5);
    font-weight: bold;
    margin-left: -36px;
    padding-top: 0;
}

    #namesearch-page .selected-name a > div > i {
        margin-left: 12px;
    }

    #namesearch-page .selected-name a > div > span {
        margin-left: 18px;
    }

#namesearch-page .nd-title {
    font-weight: bold;
}

#namesearch-page .name-details {
    margin-top: 5px;
}

    #namesearch-page .name-details .row {
        margin: 8px 5px;
    }

#namesearch-page .clr-btn-div {
    top: -30px;
    float: right;
    position: relative;
    border: none;
}

#namesearch-page .clr-btn {
    border-left: none;
    color: #ccc;
    border: none;
    padding: 4px 10px;
    margin-right: 2px;
}

    #namesearch-page .clr-btn:hover, #namesearch-page .clr-btn:active {
        background-color: #fff;
        color: #555;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #namesearch-page .clr-btn:focus {
        border-color: #fff;
        background-color: #fff;
        color: #555;
        outline: 0;
    }

#namesearch-page .nd-editable {
    -ms-border-radius: 6px 6px 4px 4px !important;
    border-radius: 6px 6px 4px 4px !important;
}

#namesearch-page .nd-add > div.btn-group > button {
    -ms-border-radius: 0 5px 4px 0;
    border-radius: 0 5px 4px 0;
}

#namesearch-page .nd-add > div.btn-group {
    -ms-border-radius: 0 5px 4px 0;
    border-radius: 0 5px 4px 0;
}

/* Modals */
.modal-header {
    color: #002d56;
}

.modal-body {
    background-color: #f5f5f5;
}

.modal-footer {
    margin-top: 0;
    border-radius: 0 0 5px 5px;
}

.dft-pin {
    padding: 5px;
}

    .dft-pin:hover {
        cursor: pointer;
        color: #66D3E2;
        -ms-text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
        -webkit-text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
        text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
    }

#tbl-row-txt-info .modal-label > div {
    padding-right: 10px;
}

/* Propinfo */
.modal-prop-info {
    width: 766px;
}

    .modal-prop-info .modal-body {
        min-height: 200px;
        padding: 0;
    }

    .modal-prop-info .modal-header {
        font-weight: bold;
    }

        .modal-prop-info .modal-header h3 {
            display: inline-block;
            color: #002d56;
        }

        .modal-prop-info .modal-header div {
            display: inline-block;
            float: right;
            margin-top: 3px;
        }

    .modal-prop-info .retrieving-div {
        padding-top: 66px;
        text-align: center;
    }

    .modal-prop-info .nav-pills > li > a {
        border-radius: 0;
    }

    .modal-prop-info .modal-body td {
        line-height: 1.2;
        padding: 0 1em 5px 0;
        vertical-align: top;
    }

    .modal-prop-info .modal-label {
        font-weight: bold;
    }

    .modal-prop-info #general .modal-label {
        width: 11em;
    }

    .modal-prop-info .modal-img-carousel {
        list-style: none;
    }

        .modal-prop-info .modal-img-carousel > li {
            display: inline-block;
        }

    .modal-prop-info .modal-prop-menu {
        display: inline-block;
        vertical-align: top;
        width: 8em;
    }

    .modal-prop-info .modal-prop-box {
        background-color: #f5f5f5;
        display: inline-block;
        height: 467px;
        margin-bottom: 0;
        margin-left: -2px;
        overflow-y: hidden;
        padding: 9px;
        width: 627px;
    }

    .modal-prop-info .modal-footer {
        margin-top: 0;
        padding: 5px;
    }

    .modal-prop-info .td-directions {
        border: none;
        -ms-word-break: normal;
        padding: 0;
        word-break: normal;
    }

    .modal-prop-info .tbl-info {
        padding-left: 2em;
    }

    .modal-prop-info .pm-no-info {
        padding: 1em;
    }

    .modal-prop-info .hz1 {
        height: 1em;
    }

#amenities label {
    font-size: 17px;
    padding: 5px;
    text-transform: uppercase;
}

#amenities li {
    margin-top: 5px;
}

.ttp-nr {
    padding-left: 5px;
}

.ttp-name {
    font-weight: bold;
    padding: 0 10px;
}

.ttp-more {
    font-size: 0.9em;
    font-style: italic;
    padding-top: 5px;
    text-align: center;
}

/* Roominfo */
.w75 {
    width: 75%;
}

.d-utc {
    width: 100%;
    max-height: 200px;
    margin: 0px;
    padding: 0px;
    overflow-y: auto;
}

.modal-room-info {
    min-width: 400px;
    min-height: 210px;
    overflow: hidden;
}

    .modal-room-info .modal-header {
        font-weight: bold;
    }

        .modal-room-info .modal-header h3 {
            display: inline-block;
        }

        .modal-room-info .modal-header div {
            display: inline-block;
            float: right;
            margin-top: 3px;
        }

    .modal-room-info .modal-body {
        max-width: 600px;
    }

    .modal-room-info .img-carousel-wrapper {
        margin-bottom: 1em;
    }

    .modal-room-info .retrieving-div {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 42px;
    }

    .modal-room-info .modal-label {
        height: 27px;
    }

.modal-prop-info .modal-footer {
    margin-top: 0;
    padding: 5px;
}

/* Payment */
.modal-paygateway {
    width: 780px;
}

    .modal-paygateway .payment-iframe {
        width: 783px;
    }

    .modal-paygateway .modal-header {
        font-weight: bold;
    }

        .modal-paygateway .modal-header h3 {
            display: inline-block;
        }

        .modal-paygateway .modal-header div {
            display: inline-block;
            float: right;
            margin-top: 3px;
        }

    .modal-paygateway .modal-body {
        padding: 0;
        background-color: #fff
    }

    .modal-paygateway .retrieving-div {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 42px;
    }

#payment-page .label {
    font-size: 14px;
    text-align: left;
}

    #payment-page .label.lbl-title {
        font-size: 18px;
    }

/* Occchange */
.modal-occhange .retrieving-div {
    text-align: center;
    margin: 30px 0 60px 0;
}

.modal-occhange {
    width: 480px;
}

    .modal-occhange .occ-selectable {
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
    }

    .modal-occhange a {
        color: black;
    }

        .modal-occhange a:hover {
            text-decoration: none;
        }

    .modal-occhange i {
        width: 0;
        color: green;
    }

.occ-curr {
    margin-bottom: 20px;
}

.occ-curr-text {
    margin-bottom: 10px;
}

.occ-curr-val {
    padding-left: 15px;
}

    .occ-curr-val > span {
        margin-left: 21px;
    }


.occ-chng ul {
    list-style: none;
    padding: 10px 0;
}

.occ-chng li {
    padding: 5px 0;
}

    .occ-chng li a > div {
        padding-left: 15px;
    }

        .occ-chng li a > div > span {
            padding-left: 25px;
        }


.modal-occhange .selected-occ {
    background-color: rgba(195, 227, 255, 0.5);
    font-weight: bold;
}

.modal-occhange .occ-rate-txt {
    font-weight: bold;
}

.modal-occhange .occs-btn-addname {
    float: left;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.modal-occhange .form-group {
    height: 33px;
}

.modal-occhange .control-label {
    padding-right: 0;
}

.modal-occhange .modal-body {
    position: relative;
    padding: 20px 20px 0 20px;
}

.modal-occhange .alert-warning {
    margin-top: 15px;
    margin-bottom: 10px;
}

.modal-occhange .add-name-txt {
    margin: 5px 0 30px 0;
}

/* Modals */
#modal-add-item {
    overflow: visible;
    width: 750px;
}

.a-item {
    padding: 8px 5px 8px 0;
}

#modal-add-item .form-control {
    width: 250px;
}

#modal-add-item tbody.item-select > tr {
    height: 40px;
}

.itm-rte {
    float: left;
    width: 120px;
    margin-left: 5px;
}

.align-left {
    text-align: left;
}

#modal-add-item .form-tot {
    font-weight: bold;
    border: 1px;
}

.itm-add {
    padding-right: 10px;
    text-align: right;
}

.inv-ico {
    padding-right: 7px;
}

.inv-cur {
    margin-left: 5px;
}

.inv-enable {
    height: 120px;
}

.btn-add {
    padding: 10px 18px;
    position: absolute;
    top: 0;
}

/* Demographics */
.modal-nameedit table td.modal-label {
    -moz-min-width: 180px;
    -ms-min-width: 180px;
    -o-min-width: 180px;
    -webkit-min-width: 180px;
    min-width: 180px;
}

.modal-nameedit table td.header-cell {
    border-bottom: 1px solid #BBB;
    padding: 17px 0 5px 0;
    font-weight: bold;
}

.glyphicon-pushpin.active-pin {
    color: blue;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.modal-demographicsedit .modal-label {
    width: 185px;
}

/* Re-Auth Modal */
.reauth-modal {
    background-color: #696969;
    padding-top: 45px;
    padding-bottom: 50px;
    border-radius: 50px;
    width: 42em;
}

    .reauth-modal form {
        width: 33em;
        margin-left: auto;
        margin-right: auto;
    }

    .reauth-modal .input-group-addon {
        background-color: #eee;
        border: 1px solid #ccc;
        border-bottom-right-radius: 0;
        border-radius: 4px;
        border-right: 0;
        border-top-right-radius: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        height: 34px;
        line-height: 1;
        -ms-border-bottom-right-radius: 0;
        -ms-border-radius: 4px;
        -ms-border-top-right-radius: 0;
        padding: 6px 12px;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap;
        width: 40px;
    }

.reauth-msg {
    color: #fff;
    margin-left: 20px;
}

#reauth-password {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    margin-left: -5px;
    -ms-border-bottom-left-radius: 0;
    -ms-border-top-left-radius: 0;
    padding-top: 4px;
    width: 200px;
}

#attempt-reauth {
    display: inline-block;
    opacity: 0;
    position: relative;
    right: 10px;
    top: 10px;
}

#reauth-block {
    display: inline-block;
}

#reauth-failed {
    margin: 21px 27px 0 32px;
}

.reauth-btn-grp {
    text-align: center;
}

    .reauth-btn-grp > button {
        margin-left: 10px;
    }

/* Appointment 2Name */
#confirm-booking .name-search-inline {
    margin: 0 !important;
    padding: 0 !important;
}

.name-search-inline button {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    padding: 5px 9px 5px 9px;
    position: relative;
    top: -1px;
}

.name-search-inline input {
    display: inline-block;
    font-size: 14px;
    padding: 0px 12px;
}

.aptsecondname-name-list {
    background-color: white;
    border: 1px solid #a0a0a0;
    border-top-color: #d9d9d9;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    position: absolute;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.75);
    z-index: 999;
}

    .aptsecondname-name-list ul {
        list-style: none;
        padding-left: 0;
    }

    .aptsecondname-name-list .aptsecondname-name-selectable {
        color: black;
        padding: 2px 10px;
    }

        .aptsecondname-name-list .aptsecondname-name-selectable:hover {
            background-color: #66D3E2;
            cursor: pointer;
        }

.aptsecondname-glyphicon {
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    top: 4px;
    -webkit-font-smoothing: antialiased;
}

#apt-2nd-name {
    width: 175px !important;
    height: 28px;
    padding: 0px 12px;
}

.clickable-ico:hover {
    color: #66D3E2;
    cursor: pointer;
}

.name-search-loader {
    display: inline;
    position: relative;
    padding: 0px 10px;
    top: 0;
    background: url(loaders/fading-balls-f5f5f5-16.gif) no-repeat;
}

/* Namesearch */
.relative {
    position: relative;
}

.mrg-input {
    margin: 7px;
}

.i-tt {
    top: 2px;
}

.td-input {
    padding-left: 4px;
}

.cal-index {
    position: relative;
    z-index: 100000;
}

.mrg-dtp {
    margin-bottom: 3px;
}

.btn-create {
    margin-left: 5px;
    position: relative;
    top: 7px;
}

#namesearch-modal {
    margin-left: 0;
    background-color: #F5F5F5;
    width: 800px;
}

    #namesearch-modal .modal-body {
        height: 360px;
        overflow: auto;
        padding-bottom: 5px;
    }

    #namesearch-modal .name-selectable {
        padding-top: 3px;
        padding-bottom: 3px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }

    #namesearch-modal a {
        color: black;
        display: inherit;
    }

        #namesearch-modal a:hover {
            text-decoration: none;
        }

    #namesearch-modal .name-list {
        margin-top: 10px;
    }

        #namesearch-modal .name-list i {
            width: 0;
            color: green;
            margin-top: 10px;
        }

    #namesearch-modal li.selected-name {
        list-style: none;
    }

        #namesearch-modal li.selected-name i {
            margin-top: 3px;
        }

    #namesearch-modal .selected-name a > div {
        background-color: #c3e3ff;
        background-color: rgba(195, 227, 255, 0.5);
        font-weight: bold;
        margin-left: -36px;
        padding-top: 0;
    }

        #namesearch-modal .selected-name a > div > i {
            margin-left: 12px;
        }

        #namesearch-modal .selected-name a > div > span {
            margin-left: 18px;
        }

    #namesearch-modal .nd-title {
        font-weight: bold;
        padding: 0 2px 0 0;
    }

    #namesearch-modal .name-details {
        margin-top: -5px;
    }

        #namesearch-modal .name-details .row {
            margin: 3px 0px;
        }

    #namesearch-modal .clr-btn-div {
        top: -30px;
        float: right;
        position: relative;
        border: none;
    }

    #namesearch-modal .clr-btn {
        border-left: none;
        color: #ccc;
        border: none;
        padding: 4px 10px;
        margin-right: 2px;
    }

        #namesearch-modal .clr-btn:hover, #namesearch-modal .clr-btn:active {
            background-color: #fff;
            color: #555;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        #namesearch-modal .clr-btn:focus {
            border-color: #fff;
            background-color: #fff;
            color: #555;
            outline: 0;
        }

    #namesearch-modal .nd-editable {
        -ms-border-radius: 6px 6px 4px 4px !important;
        -moz-border-radius: 6px 6px 4px 4px !important;
        -webkit-border-radius: 6px 6px 4px 4px !important;
        border-radius: 6px 6px 4px 4px !important;
    }

    #namesearch-modal .nd-add > div.btn-group > button {
        -ms-border-radius: 0 5px 4px 0;
        -moz-border-radius: 0 5px 4px 0;
        -webkit-border-radius: 0 5px 4px 0;
        border-radius: 0 5px 4px 0;
    }

    #namesearch-modal .nd-add > div.btn-group {
        -ms-border-radius: 0 5px 4px 0;
        -moz-border-radius: 0 5px 4px 0;
        -webkit-border-radius: 0 5px 4px 0;
        border-radius: 0 5px 4px 0;
    }

/* OnHold */
.modal-onhold {
    width: 480px;
}

.hold-mesg {
    margin-bottom: 10px;
    margin-top: 10px;
}

.cont-mesg {
    margin-top: 20px;
}

.modal-onhold table {
    width: 100%;
}

/* Cancel Booking */
#cancelbooking-modal {
    overflow: visible;
    width: 650px;
}

    #cancelbooking-modal td.lbl-info > div {
        padding: 8px 5px 8px 8px;
    }

    #cancelbooking-modal .col-md-12 {
        padding-top: 5px;
    }

    #cancelbooking-modal textarea {
        min-height: 200px;
    }

.kylePageClose {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

.payment-iframe {
    width: 100%;
}

/* Resortinfo */
.modal-prop-info-nowidth .modal-header div {
    float: right;
}

.modal-prop-info-nowidth .modal-header h3 {
    display: inline-block;
}

.holds-the-iframe {
    background: url(../../loaders/fading-balls-f8f8f8-30.gif) no-repeat center;
}

/* Payment */
.payment-input-tiny {
    margin-left: 10px;
    padding-top: 5px;
    font-size: 0.9em;
}

.payment-input {
    margin-left: 10px;
    padding-top: 5px;
    font-size: 0.9em;
}

.payment-input-form .payment-input {
    width: 250px;
    display: inline-block;
}

.payment-input-form .payment-input-tiny {
    width: 50px;
    display: inline-block;
}

.payment-input-form .lbl-payment {
    display: inline-block;
    font-size: 14px;
    width: 100px;
    text-align: left;
}

.payment-btn-grp {
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    .navbar-container {
        width: 1024px;
    }

    .container {
        max-width: 1024px;
    }

    .navbar.navbar-default {
        background-size: 1024px;
        width: 1024px;
    }

    /* select */
    .select-logo {
        width: 1024px;
    }

    #booking-search-body {
        margin-top: -50px;
        width: 1024px;
    }

    .search-pnl {
        width: 1024px;
    }

    #select-search {
        height: 212px;
    }

    .select-logo-img {
        margin-top: 3px;
    }

    .d-lang {
        margin-right: 60px;
    }

    .d-account {
        margin-right: 60px;
    }

    .search-input-form {
        float: right;
        margin-right: 60px;
        width: unset;
    }

    .search-input-btns > div {
        display: inline-block;
        vertical-align: top;
        width: 164px;
    }

        .search-input-btns > div:nth-child(2) {
            margin-left: 15px;
        }

    .search-input-btns {
        display: block;
        float: right;
        margin-right: 60px;
        width: 348px;
    }

    /* avail */
    .avail-page #select-search {
        height: 120px;
    }

    .avail-page .search-input-btns {
        width: 164px;
    }

    .info-body > div.info-main {
        width: 750px;
    }

    .info-body > div > div.info-inline:first-child {
        height: 200px;
        width: 310px;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        display: inline-block;
        width: 340px;
    }

    .info-body > div.info-inline {
        width: 240px;
    }

    /* extras */
    .ext-book-detail {
        display: block;
    }

    .itm-heading {
        margin-left: 10px;
    }

    /* confirm */
    .cnf-text > button {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1023px) {
    .navbar-container {
        width: 800px;
    }

    .container {
        max-width: 800px;
    }

    .navbar.navbar-default {
        background-size: 800px;
        width: 800px;
    }

    .nav-tabs > li > a > div {
        font-size: 13px;
        padding: 10px 5px !important;
    }

    .nav-tabs > li.active > a > div, .nav-tabs > li.active > a:hover > div, .nav-tabs > li.active > a:focus > div {
        padding: 10px 5px 6px 5px !important;
    }

    /* select */
    .select-logo {
        width: 800px;
    }

    #booking-search-body {
        width: 800px;
    }

    .search-pnl {
        width: 800px;
    }

    #select-page .warning-details {
        margin-right: 0 !important;
    }

    .h3-lrg {
        line-height: 1.2;
        white-space: normal;
    }

    .booking-selection-search.col-md-3 {
        width: 32%;
    }

    .booking-selection-results.col-md-9 {
        width: 66%;
    }

    #select-grid {
        overflow-y: scroll;
    }

    #collapse-booking-grid {
        width: 1024px;
    }

    .search-input-form {
        float: right;
        margin-right: 80px;
        width: 630px;
    }

        .search-input-form > div:nth-child(4) {
            margin-left: -10px;
        }

    .search-input-btns {
        margin-right: 80px;
        margin-top: -47px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-container {
        width: 768px;
    }

    .container {
        max-width: 768px;
    }

    .navbar.navbar-default {
        background-size: 768px;
        width: 768px;
    }

    #header-notification {
        left: 0;
        position: absolute;
        margin-top: 72px;
    }

    .nav-tabs > li > a > div {
        font-size: 13px;
        padding: 10px 5px !important;
    }

    .nav-tabs > li.active > a > div, .nav-tabs > li.active > a:hover > div, .nav-tabs > li.active > a:focus > div {
        padding: 10px 5px 6px 5px !important;
    }

    .search-info-pnl {
        min-height: 179px !important;
    }

    .h3-lrg {
        line-height: 1.2;
        white-space: normal;
    }

    .d-info {
        padding-right: 0;
    }

    #register-page .register-right {
        padding-left: 0;
        padding-top: 15px;
    }

    #confirm-booking .confirm-details-div {
        padding-left: 0;
    }

    #confirm-booking .confirm-additional-details-div {
        padding-left: 0;
        padding-top: 15px;
    }

    /* select */
    .select-logo {
        width: 768px;
    }

    #booking-search-body {
        width: 768px;
    }

    .search-pnl {
        width: 768px;
    }

    #select-search {
        height: 265px;
    }

    .date-to-inp {
        margin-left: 0;
    }

    .date-to {
        padding-left: 0;
    }

    .flymenu {
        left: 700px;
    }

    .search-input-form {
        float: right;
        margin-right: 80px;
        width: 620px;
    }

        .search-input-form > div:nth-child(4) {
            margin-left: -10px;
        }

    .search-input-btns {
        margin-right: 80px;
        margin-top: -47px;
    }

    /* avail */
    .avail-page #select-search {
        height: 135px;
    }

    .avail-page .search-input-btns {
        width: 164px;
    }

    .info-body > div.info-inline:first-child {
        width: 310px;
    }

    .info-body > div.info-inline:nth-child(3) {
        width: 240px;
    }

    .info-body > div.info-inline {
        margin-top: 10px;
    }

    /* roominfo */
    .rm-body > div.rm-inline:nth-child(2) {
        margin-left: 15px;
    }

    .rm-footer, .rm-footer-2, .rm-footer-3 {
        padding-left: 10px;
    }

    /* confirm */
    .cnf-text > button {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 667px) {
    .logo-link {
        background: url(images/star_white2.png) 0% 0% no-repeat;
        display: inline-block;
        height: 41px;
        margin-right: 14px;
        margin-top: 4px;
        width: 41px;
    }

    .navbar-container {
        height: unset;
        width: 667px;
    }

    .collapse.navbar-collapse {
        bottom: 0;
        position: relative;
    }

    .container {
        max-width: 667px;
    }

    .navbar.navbar-default {
        background-size: 667px;
        width: 667px;
    }

    .navbar-right {
        float: left;
        width: unset;
    }

    .well {
        margin-bottom: 10px;
    }

    .booking-selection-search.col-md-3 {
        width: 39%;
    }

    .booking-selection-results.col-md-9 {
        width: 60%;
    }

    #select-grid {
        overflow-y: scroll;
    }

    #footer div.footer-inner {
        font-size: 12px;
    }

    .row {
        margin: 0;
    }
    /* select */
    .select-logo {
        width: 667px;
    }

    #booking-search-body {
        width: 667px;
    }

    .search-pnl {
        width: 667px;
    }

    .search-input-form {
        margin-right: 0;
        width: 657px;
    }

        .search-input-form > div:nth-child(4) {
            margin-left: -10px;
        }

    .search-input-btns {
        margin-top: -47px;
        margin-right: 20px;
    }

    .select-info {
        margin-top: 13px;
    }

    .d-lang {
        margin-right: 20px;
    }

    #select-search {
        height: 223px;
    }

    .flymenu {
        left: 465px;
    }

    /* avail */
    .info-body {
        overflow: hidden;
    }

        .info-body > div.info-main {
            width: 660px;
        }

    .avail-page #select-search {
        height: 136px;
    }

    .avail-page .search-input-btns {
        width: 164px;
    }

    .info-body > div.info-inline {
        float: right;
        margin-right: 10px;
    }

    .info-body > div > div.info-inline:first-child {
        height: 200px;
        width: 310px;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        display: inline-block;
        width: 340px;
    }

    .info-body > div.info-inline:nth-child(3) {
        margin-top: 25px;
        width: 240px;
    }

    /* roominfo */
    .rm-body > div.rm-inline:nth-child(2) {
        margin-left: 15px;
    }

    .rm-footer > div.ft-inline:first-child {
        width: 450px;
    }

    .rm-footer > div.ft-inline:first-child {
        width: 250px;
    }

    .rm-footer > div.ft-inline:nth-child(2),
    .rm-footer > div.ft-inline:nth-child(3) {
        width: 365px;
    }

    /* extras */
    .item-det > div.det-inline:first-child {
        width: 250px;
    }

    .item-det > div:nth-child(2) {
        display: none;
    }

    .ext-item-list {
        width: 667px;
    }

    .ext-book-detail {
        margin-top: 20px;
    }

    /* confirm */
    .cnf-text > button {
        margin-top: 19px;
    }

    /* payment */
    .payment-page-div {
        padding-left: 0;
    }

    .modal-paygateway .paygateway-form {
        margin: 20px 10px;
    }

    /* summary */
    #summary-page .confsummary.row > div:first-child {
        padding-right: 0;
    }

    #summary-page .confsummary.row > div:nth-child(2) {
        padding-left: 0;
    }
}

@media only screen and (max-width: 375px) {
    .navbar-container {
        width: 375px;
    }

    .container {
        max-width: 375px;
    }

    .navbar.navbar-default {
        background-size: 375px;
        width: 375px;
    }

    .well {
        margin-bottom: 10px;
    }

    .booking-selection-search.col-md-3 {
        padding-right: 0;
        width: 100%;
    }

    .booking-selection-results.col-md-9 {
        padding-left: 0;
        width: 100%;
    }

    .booking-selection-results > div {
        padding-left: 0 !important;
    }

    #confirm-booking .cmts > textarea {
        max-width: 355px;
        min-width: 0 !important;
    }

    #main-div, #footer {
        width: 375px !important;
    }

        #footer div.footer-inner {
            font-size: 12px;
        }

    /* Nav-tabs dropdown */
    #page-well .navbar-header {
        display: block;
    }

    #page-well .sel-option {
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        padding: 14px;
        text-transform: uppercase;
    }

    #page-well .collapse.navbar-collapse {
        background-color: #fff;
        padding: 0 15px;
        z-index: 999;
    }

    #page-well .page-nav {
        max-height: 370px;
    }

    #page-well .nav-tabs > li {
        display: block;
        width: 303px !important;
    }

        #page-well .nav-tabs > li > a > div {
            text-align: left;
            text-transform: uppercase;
            font-size: 15px;
            margin-left: 5px;
        }

    #page-well .navbar-toggle {
        background-color: #efefef;
        border: 1px solid #efefef;
        border-radius: 4px;
    }

        #page-well .navbar-toggle .icon-bar {
            background-color: #888;
        }

    #page-well .navbar-header {
        border-radius: 4px;
        background-color: #dedede;
    }

    #page-well .nav-tabs > li.active > a > div, .nav-tabs > li.active > a:hover > div, .nav-tabs > li.active > a:focus > div {
        padding: 10px 5px !important;
    }

    #page-well .nav-tabs > li:first-child > a {
        border-bottom-left-radius: 0;
        border-top-right-radius: 5px;
    }

    #page-well .nav-tabs > li:last-child > a {
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
    }

    /* select */
    html, body, button, input, textarea, select, li {
        font-size: 12px !important;
    }

    .search-input-form .lbl-search {
        font-size: 12px !important;
    }

    .select-logo {
        width: 375px;
    }

    .select-info {
        margin-top: -68px;
    }

    .search-input-form {
        margin-right: 0;
        width: 370px;
    }

        .search-input-form .search-input {
            width: 168px;
        }

        .search-input-form > div:first-child {
            margin-left: 10px;
        }

        .search-input-form > div:nth-child(2) {
            margin-left: 10px;
        }

        .search-input-form > div:nth-child(4) {
            margin-left: 0;
        }

    #booking-search-body {
        width: 375px;
    }

    .search-pnl {
        width: 375px;
    }

    #select-search {
        height: 296px;
    }

    .date-from-inp {
        margin-left: 0;
    }

    .date-from {
        padding-left: 0;
    }

    .children-inp {
        margin-left: -10px;
    }

    .children {
        padding-left: 0;
    }

    .d-lang {
        margin-right: 13px;
    }

    .d-account {
        margin-right: 13px;
    }

    .search-input-btns {
        margin-right: 13px;
        margin-top: 0;
        width: 347px;
    }

        .search-input-btns > div:nth-child(2) {
            margin-left: 10px;
        }

    .flymenu {
        left: 170px;
    }

    .header-logo-1 {
        font-size: 64px;
    }

    .header-logo-2, .header-logo-3 {
        font-size: 36px;
        margin-top: 0;
    }

    /* avail */
    #avail-search-body {
        margin-left: 10px;
    }

    .info-body > div.info-main {
        width: 368px;
    }

    .info-body > div > div.info-inline:first-child {
        display: block;
        height: 200px;
    }

    .info-body > div > div.info-inline:nth-child(2) {
        display: block;
        width: 368px;
    }

    .avail-page #select-search {
        float: left;
        height: 238px;
        margin-left: -17px;
        overflow: hidden;
    }

    .avail-page .search-input-btns {
        margin-right: 22px;
        width: 164px;
    }

    .info-body > div.info-inline:first-child {
        height: 200px;
        width: 310px;
    }

    .info-body > div.info-inline:nth-child(2) {
        font-size: 11px;
        margin-top: 25px;
        width: 330px;
    }

    .info-body > div.info-inline:nth-child(3) {
        margin-top: 25px;
        width: 240px;
    }

    /* roominfo */
    #roominfo-page .rm-heading {
        height: 115px;
    }

        #roominfo-page .rm-heading > span {
            display: block;
        }

        #roominfo-page .rm-heading > button {
            margin-top: 11px;
        }

    .rm-body > div.rm-inline:first-child {
        width: 375px;
    }

    .rm-body > div.rm-inline:nth-child(2) {
        margin-left: 10px;
        width: 355px;
    }

    .slideshow-container {
        max-width: 375px;
    }

    .rm-footer-2 > div.ft-inline:nth-child(2) {
        width: 365px;
    }

    .rm-footer-3 > div.ft-inline:nth-child(2) {
        width: 365px;
    }

    /* extras */
    .item-det > div.det-inline:first-child {
        width: 75px;
    }

    .ext-item-list {
        width: 375px;
    }

    .ext-book-detail {
        width: 355px;
    }

    #extras-page .qty-item {
        width: 35px;
    }

    .item-rad {
        margin: 0;
    }

    .item-det > div.det-book-btn {
        padding-top: 2px;
    }

    /* confirm */
    #confirm-booking .confirm-additional-details-div {
        padding-right: 0;
    }

    #confirm-booking .confirm-details-div {
        padding-right: 0;
    }

    .cnf-text > button {
        margin-top: 19px;
    }

    .confirm-details-pnl {
        margin: 20px 10px 0;
    }
}

#region-selector {
    display: none;
}

.forgotten-password {
    display: none;
    margin-top: 1px;
}

#register-page > div > div.cnf-heading, #payment-page > div > div.cnf-heading {
    display: none;
}

.w-63 {
    width: 63%;
}

.bookingSummary-rentalCostDisplay {
    display: none;
}

.rm-descr-nights {
    display: none;
}

.to-nightSelector {
    display: none !important;
}

.srm-availables > div {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 30px;
}

.srm-availables-date {
    font-size: 12px;
}

.srm-availables-price {
    font-size: 12px;
}

.srm-availables-book {
    font-size: 12px;
}

    .srm-availables-book button {
        width: auto;
        font-size: 12px;
        padding: 5px;
        margin: 0px;
        height: auto;
    }

.srm-more {
    font-size: 12px !important;
    cursor: pointer;
}

.srm-slidedown-hide {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}

.srm-slidedown-show {
    max-height: 1000px;
    overflow: hidden;
    transition: max-height 0.75s ease-in-out;
}

.date-picker-wrapper table .caption .next, .date-picker-wrapper table .caption .prev {
    color: #000 !important;
    top: 20% !important;
}

.date-picker-wrapper table .caption .prev {
    left: 0px !important;
}

.date-picker-wrapper table .caption .next {
    right: 0px !important;
}

.dpc-not-available {
    text-decoration: line-through;
}

.date-picker-wrapper .selected-days {
    display: none !important;
}

.dpc-loading {
    position: relative;
    visibility: hidden;
}

    .dpc-loading::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 1px solid #f3f3f3;
        border-top: 1px solid #3c3c3b;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        animation: spin 1s linear infinite;
        visibility: visible;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.date-picker-wrapper .month-wrapper table .day.real-today {
    background: transparent !important;
}

    .date-picker-wrapper .month-wrapper table .day.real-today.first-date-selected {
        background: #49e !important
    }

.date-picker-wrapper .month-wrapper table.month1 {
    width: 260px;
}

.date-picker-wrapper .month-wrapper table.month2 {
    width: 260px;
}

@media (min-width: 1900px) {
    .date-picker-wrapper {
        margin-left: 100px;
    }
}

.dpc-not-available-selectable {
    cursor: pointer !important;
    color: #ccc !important;
}


.dp-id-test-calendar .day.toMonth {
    width: 50px !important;
}

    .dp-id-test-calendar .day.toMonth:hover {
        background: #eee;
    }

.ava-dets-clip {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    width: 480px;
    font-weight: 200 !important;
}

.ava-dets {
    display: flex;
    justify-content: center;
    margin-top: 5px;
}


.justP {
    justify-content: space-evenly;
}

.fontSW {
    font-size: 12px;
}

.cntr-1234 {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 0px auto;
}

.rw-5678 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.apt-card-91011 {
    /*border: 1px solid #ddd;*/
    /*padding: 20px;*/
    /*background-color: #fff;*/
    width: calc(33.333% - 20px);
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 5px;
}

    .apt-card-91011 .apt-card-content {
        background-color: #fff;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

.f-start {
    justify-content: flex-start !important;
}

.f-justify {
    /*justify-content: space-between !important;*/
    justify-content: flex-start !important;
}

.apt-card-91011 h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 10px;
}

.apt-card-91011 span p {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.dtls-lnk-1213 {
    font-size: 12px;
    color: #afafaf;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: flex-end;
    cursor: pointer;
}

    .dtls-lnk-1213 i {
        margin-left: 5px;
    }

    .dtls-lnk-1213:hover {
        text-decoration: underline;
    }

.btn-cntr-1415 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 10px;
}

.btn-grp-1617 {
    display: flex;
    flex-direction: column;
}

.btn-1819 {
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 25px;
}

.btn-prm-2021 {
    color: white;
    margin-bottom: 10px;
    min-width: 100px;
}

.btn-dflt-2223 {
    background-color: #afafaf;
}

    .btn-dflt-2223:hover {
        background-color: #3c3c3b;
        border: 1px solid #fff;
        color: white;
        transition: background-color 0.5s ease-out;
    }

.btn-grp-1617 div {
    text-align: center;
}

.prc-cntr-2425 {
    display: flex;
    align-items: center;
    position: relative;
}

.prc-2627 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3c3c3b;
}

.ppvr-trgr-2829 {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
    color: #3c3c3b;
}

.ppvr-cntnt-3031 {
    display: none;
    position: absolute;
    top: -10px;
    right: -10px;
    transform: translateY(-100%);
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    min-width: 260px;
    box-sizing: border-box;
    font-size: 12px;
}

.ppvr-trgr-2829:hover .ppvr-cntnt-3031 {
    display: block;
}

.ppvr-cntnt-3031 div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .ppvr-cntnt-3031 div span {
        text-wrap: auto;
    }

.glyphicon-info-sign {
    top: -10px;
    font-size: 12px;
}

.parent-div {
    position: relative;
}

.btn-ava-dates {
    width: 100%;
    padding: 10px;
    background-color: #ddd;
    color: #000;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-indicator {
    position: absolute;
    right: 10px;
    font-size: 12px;
    transition: transform 0.3s ease;
}

    .arrow-indicator.open {
        transform: rotate(180deg);
    }

.availability-options {
    /*position: absolute;*/
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #FCF9F9;
    border-color: #FCF9F9;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 100;
    opacity: 90%;
}

    .availability-options.open {
        display: block;
    }


.other-options {
    font-size: 14px;
    color: #3c3c3b;
}

.option-header {
    font-weight: bold;
    margin-bottom: 10px;
}

.options-group {
    border-top: 1px solid #ddd;
    padding-top: 10px;
}

.option-section {
    margin-bottom: 10px;
}

.section-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.option-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.date-range {
    font-size: 14px;
}

.price-and-book {
    display: flex;
    align-items: center;
}

.price {
    font-weight: bold;
    margin-right: 10px;
}

.book-btn {
    padding: 5px 15px;
    background-color: #3c3c3b;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
}

    .book-btn:hover {
        background-color: #2c2c2b;
    }


.black-separator {
    border: none;
    height: 1px;
    background-color: black;
    margin: 10px 0;
}

.black-separator-two {
    width: 98.5%;
    border: none;
    height: 1px;
    background-color: black;
    margin: 10px 0;
}

.m-h3 {
    margin: 10px 0;
    color: #3c3c3b;
}

.ava-change-dates {
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    font-size: 12px;
}

.btn-ava-calendar {
    background: transparent;
    color: #000;
    border: none;
}

.srm-more {
    text-align: center;
}

.center-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .center-button-container .btn {
        margin: auto;
    }

/* Start - Copied from Tresco Confirm page*/

body {
    background: #f2f4f6;
    font-family: Arial, sans-serif;
}

.container-custom {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 20px auto;
}

.header {
    margin-bottom: 20px;
    text-align: center;
}

    .header h2 {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        text-align: left;
    }

    .header hr {
        border-top: 1px solid #333;
        margin: 10px 0;
    }

.content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.left-column {
    width: 60%;
    padding-right: 15px;
}

.right-column {
    width: 35%;
    padding-left: 15px;
    /*background: #f8f8f8;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);*/
    padding: 20px;
}

    .right-column h4 {
        margin-top: 0;
        margin-bottom: 15px;
        font-weight: bold;
    }

.offer-item {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.offer-radio {
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.offer-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    text-align: right;
}

.offer-price {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.offer-name {
    font-size: 14px;
    color: #666;
}


.price-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #ddd;
}

.price-and-dates {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-box .price {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin: 0;
}

.price-box .date-range {
    font-size: 12px;
    color: #666;
    text-align: right;
}

.price-box .nightly-rate {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
    font-size: 12px;
}

.price-box .nightly-rates p {
    margin: 5px 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.price-box hr {
    margin: 20px 0;
    border-top: 1px solid #ccc;
}

.price-box .change-dates {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 5px;
}

    .price-box .change-dates span {
        font-size: 14px;
        font-weight: bold;
        color: #333;
    }

.price-box .btn-calendar {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

    .price-box .btn-calendar img {
        width: 24px;
        height: 24px;
    }

.price-box .change-dates span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.price-box .btn-calendar {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
    color: #333;
}

    .price-box .btn-calendar:hover {
        color: #007bff;
    }



.back-button {
    display: block;
    text-align: right;
    margin-bottom: 20px;
}

    .back-button span {
        background-color: #333;
        color: white;
        padding: 10px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: bold;
    }

.description-section {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

    .description-section p {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .description-section ul {
        padding-left: 20px;
    }

        .description-section ul li {
            font-size: 14px;
            margin-bottom: 5px;
        }

.confirmation-section {
    padding: 20px;
    background-color: #EAEAEA;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

    .confirmation-section h4 {
        margin-top: 0;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .confirmation-section label {
        font-size: 12px;
        color: #748096;
    }

.t-amount {
    font-weight: 700;
    color: #000 !important;
}

.confirmation-text {
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.custom-input {
    border-radius: 25px !important;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    background-color: #f9f9f9;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: border-color 0.3s;
}

    .custom-input:focus {
        border-color: #007bff;
        background-color: #fff;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    }

.amount-input {
    font-weight: 700;
}

.terms-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .terms-container span {
        width: 70%;
    }

.terms-checkbox {
    font-size: 14px;
    flex: 1;
    margin-right: 15px;
}

.btn-confirm {
    background-color: #333;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
}

    .btn-confirm:hover {
        background-color: #555;
    }

    .btn-confirm:disabled {
        background-color: #fff;
        color: #6c757d;
        border-color: #ced4da;
        cursor: not-allowed;
    }

.custom-input:disabled {
    background-color: #fff;
    color: #000;
    border-color: #ced4da;
    cursor: not-allowed;
}

.conf-tsandcs-text {
    color: #000;
}

/*.form-control {
    border-radius: 4px;
    margin-bottom: 15px;
}
*/
.confirmation-text > form > div > div > label {
    font-size: 12px;
}
/* End - Copied from Tresco Confirm page*/

