@font-face {
    font-family: Johnston-ltc;
    src: url(../fonts/johnston-ltc.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* Generic */
html {
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    font-family: 'Gill Sans', 'Gill Sans MT';
    background-color: #d6d6d6;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.72;
}

.trans_btn {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 10px !important;
    color: #000 !important;
}

.trans_btn_red {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 10px !important;
    color: red !important;
}

input, button, textarea, select {
    font-family: 'Gill Sans';
    color: black;
    font-weight: 200;
    background-color: white;
}

.input-group-addon {
    color: #ebbaaf !important;
    background-color: #3c3c3b !important;
}

.fa {
    color: #3a3d3f;
}

.btn:active:focus, .btn:focus, :focus, button:focus, input:focus, select:focus, textarea:focus {
    outline-color: #5acede;
}

.page-login-message {
    background: url(../../images/tresco/trescohellbay.svg) no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: contain;
    margin-bottom: -40px;
    margin-top: -40px;
    height: 200px;
    width: 319px;
}

.bg-logo-container {
    /*background-image: url(../../images/tresco/trescohellbay.svg);
    background-size: cover;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;*/
}

/* Splash */
#applicationHost {
    background-color: white;
}

    #applicationHost .page-splash {
        height: 0px;
        width: 620px;
    }

    #applicationHost .loader-apps {
        background: url(../../images/tresco/loader.svg) no-repeat top;
        margin-top: 0px;
        /*background-position: 44px 0px;
    width: 240px;*/
    }

        #applicationHost .loader-apps:before {
            color: #000;
            font-size: 40px;
            font-weight: bold;
            text-align: center;
        }

    #applicationHost .page-splash-message.psm-main {
        background: url(../../images/tresco/trescohellbay.svg) no-repeat;
        height: 200px;
        margin-top: 100px;
        width: 320px;
        background-size: 350px;
    }

        #applicationHost .page-splash-message.psm-main:after {
            content: '';
        }

.login-modal {
    background-color: #3a3d3f;
}

.form-control, .input-group-addon, input-group > .form-control, input-group > .input-group-addon {
    border-radius: 0;
    background-color: white;
    color: #000;
}

.btn-success {
    border-radius: 0;
    background-color: white;
    border: 1px solid #9D9278;
    color: #9D9278;
}

    .btn-success:hover {
        background-color: #BEB9B5;
        border: 1px solid #9D9278;
        color: white;
        transition: background-color 0.5s ease-out;
    }

.login-btn-grp > div:nth-child(2) {
    float: right;
}

/*.loader-apps, .loader-login {
    background: url(images/demo2/loader.png) no-repeat;
    width: 150px;
}*/

/*.page-splash-message {
    display: none;
}

.page-splash {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}*/

/* Navbar Style*/
.collapse.navbar-collapse {
    background-color: #3c3c3b;
    border-radius: 4px;
    bottom: -1px;
    height: auto !important;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 4px;
    width: 100%;
}

.navbar.navbar-default {
    background-color: #9D9278;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #ffffff;
    background-color: #3c3c3b;
}

.well {
    background-color: white;
    color: #3a3d3f;
}

.modalHost {
    color: #3a3d3f;
}

.label.lbl-title {
    color: #3a3d3f;
}

#header-logo {
    background: url(images/latour/headerlogo.png);
    width: 163px;
    height: 82px;
    display: inline-block;
    background-repeat: no-repeat;
}

#header-menu {
    background: url(images/latour/headerMenu.png);
    background-repeat: no-repeat;
    width: 1005px;
    height: 100px;
    float: right;
}

.rsv-row {
    border: 1px solid #9D9278;
    min-height: 145px;
}

.rsv-photo-img {
    border-radius: 5px;
}

.btn-info {
    border: none;
    font-weight: bold;
}

    .btn-info:disabled.btn-info.disabled.focus, .btn-info.disabled:focus, #select-page .btn-info[disabled]:hover,
    .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, .btn-info[disabled] {
        background-color: #b7b7b7;
        border-color: #767676;
        color: #9D9278;
    }

.btn-primary {
    color: #9D9278;
    background-color: white;
    border-color: #9D9278;
}

#applicationHost > div > div > .login-modal {
    margin-top: 60px;
    background-color: #fff;
    /*border: 1px solid;*/
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.btn-primary, .btn-primary.autofocus, .btn {
    border: 1px solid #666478;
    color: #e6e9e6;
    font-weight: bold;
    border-radius: 5px;
    background-color: #3c3c3b
}

    .btn:hover, .btn-primary:hover {
        background-color: #3c3c3b;
        border: 1px solid #666478;
        color: white;
        transition: background-color 0.5s ease-out;
    }

.nav .busy-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}

.saving-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}


.dv-dsp {
    height: 34px;
    padding: 8px 100px 4px;
    overflow-y: scroll;
}

    /* Hide scrollbar for Chrome, Safari and Opera */
    .dv-dsp::-webkit-scrollbar {
        display: none;
    }

/* Hide scrollbar for IE, Edge and Firefox */
.dv-dsp {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

#select-page .busy-icon-gif {
    background: url(images/demo2/loader.png) no-repeat;
    height: 32px;
    width: 32px;
}

.busy-icon-gif-small {
    background: url(images/demo2/loader.png) no-repeat;
}

.busy-icon-wh-gif .i-overlay {
    background: url(images/demo2/loader.png) no-repeat;
    width: 30px;
    top: 3px;
    position: relative;
}

#header {
    display: none
}

a {
    /*color: #ffffff;*/
}

.glyphicon {
    /*color: #3c3c3b*/
}

/*.modalHost .glyphicon {
    color: #ffffff
}*/

.navbar-container .navbar-nav > li > a, #footer > div > div > div > div > div > div {
    color: #ffffff;
}

.navbar-container .navbar-nav > li > a {
    border-radius: 0;
    font-size: 14px;
    font-weight: normal;
    padding: 17px 10px 13px;
    text-transform: uppercase;
}

section.main {
    margin-top: 10px;
}

.busy-icon-gif {
    display: none;
}

.navbar-nav > li {
    margin-bottom: 0px;
    padding: 0px;
}

#page-well .page-nav {
    border-bottom: 0px;
    max-height: 48px;
}

.navbar-container {
    background: url(../../images/tresco/trescohellbay.svg) center no-repeat;
    background-size: 400px;
    border: none;
    height: 330px;
    letter-spacing: 0.05em;
    margin: 0px auto;
    width: 1170px;
    background-position-y: center;
    background-position-x: center;
    /*background-color: #063c6c;*/
    border-radius: 3px;
    box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}

.nav-tabs > li > a > div {
    padding: 12px 5px 8px 5px;
}

.nav-tabs > li > a {
    border: none;
    border-radius: 0;
    border: 1px solid #ddd;
    margin-right: 0;
}

.rsv-detail-btn {
    /*padding-bottom: 10px;*/
}

@media only screen and (max-width: 1199px) {
    .rsv-detail-btn {
        padding-bottom: 10px;
    }
}

#name-view > div.nd-add > div, #mbr-page > div > div.d-title {
    display: none;
}

.navbar-container {
    /*    background-position-y: center !important;
    background-position-x: 30px, 0px !important;
    background: url(../../images/tresco/rentallogo_white.svg) no-repeat, url(../../images/tresco/banner.png) no-repeat;
    background-size: 250px, 100%;*/
    background: url(../../images/tresco/tresco_new_dim.jpg) center no-repeat;
    background-size: cover;
}

.header-carousel-img-nav {
    height: 260px !important;
    width: 100%;
    object-fit: cover;
}

.collapse.navbar-collapse {
    background-color: #afafaf;
    border-radius: 4px;
    bottom: -1px;
    height: auto !important;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 4px;
    width: 100%;
}

.navbar-container .navbar-nav > li > a, #footer > div > div > div > div > div > div {
    text-transform: uppercase;
    color: #3c3c3b !important;
}

    .navbar-container .navbar-nav > li > a:hover {
        background: transparent;
        color: #ffffff !important;
    }

.nav-tabs > li > a:hover {
    background-color: #959595;
    border-color: #959595;
    color: #ffffff !important;
}

.nav-tabs > li.active > a {
    padding: 3px;
}

.nd-row.row.nation {
    display: none;
}

.nd-row.row.lang {
    display: none;
}

.nd-row.row.country {
    display: none;
}

.modal-reservation .inpt-row td {
    vertical-align: top;
}

.modal-reservation .dv-dsp {
    overflow-y: initial;
    height: auto;
    padding: 0px 100px 5px 100px;
}

#nd-marketing-well {
    text-align: center;
}

    #nd-marketing-well .nd-add {
        margin: 10px auto;
        display: block;
    }

    #nd-marketing-well h3 {
        font-size: 18px;
        width: 100%;
    }

    #nd-marketing-well button {
        font-size: 13px;
    }

.rsv-sum-prop {
    margin-top: 0px;
    padding: 0;
}

.rsv-sum-dates {
    padding: 5px;
}

.rsv-sum-nr {
    padding: 5px;
}

.rsv-photo-img {
    margin: 0px;
}

.col-rr-in-arrival-transport-req,
.col-rr-pick-up-location,
.col-rr-estarrivdate,
.col-rr-drop-off-location,
.col-rr-arr-children,
.col-rr-arr-babies,
.col-rr-arr-pets,
.col-rr-out-departure-transport-req,
.col-rr-drop-off-location,
.col-rr-estdepdate,
.col-rr-drop-off-location,
.col-rr-dep-children,
.col-rr-dep-babies,
.col-rr-dep-pets,
.col-rr-arr-add-notes,
.col-rr-arr-adults,
.col-rr-dep-adults,
.col-rr-dep-add-notes {
    display: none;
}

.col-rr-in-flight-no, .col-rr-in-dep-datetime, .col-rr-in-arriv-datetime, .col-rr-dep-flight-no, .col-rr-out-dep-datetime, .col-rr-out-arriv-datetime {
    padding-left: 30px;
}


.btn-primary, .btn-primary.autofocus, .btn {
    border: 1px solid #666478;
    color: #e6e9e6;
    font-weight: bold;
    border-radius: 5px;
    background-color: #3c3c3b
}


/*Hell Bay styles*/
body.rm-2069_4826 {
    font-family: 'Johnston-ltc';
}

    body.rm-2069_4826 .input-group-addon {
        background-color: #67A9C0 !important;
    }

    body.rm-2069_4826 .collapse.navbar-collapse {
        background-color: #67A9C0;
    }

    body.rm-2069_4826 .nav-tabs > li.active > a, body.rm-2069_4826 .nav-tabs > li.active > a:focus, body.rm-2069_4826 .nav-tabs > li.active > a:hover {
        background-color: #67A9C0;
    }

    body.rm-2069_4826 .btn:hover, body.rm-2069_4826 .btn-primary:hover {
        background-color: #67A9C0;
    }

    body.rm-2069_4826 .navbar-container .navbar-nav > li > a, body.rm-2069_4826 #footer > div > div > div > div > div > div {
        color: #67A9C0 !important;
    }

    body.rm-2069_4826 .nav-tabs > li > a:hover {
        background-color: #47515B;
        border-color: #47515B;
        color: #8BA18D !important;
    }

    body.rm-2069_4826 .collapse.navbar-collapse {
        background-color: #F7F4EC;
    }

    body.rm-2069_4826 .navbar-container .navbar-nav > li > a:hover {
        color: #8BA18D !important;
    }

    body.rm-2069_4826 .navbar-container {
        background: url(../../images/tresco/hell_bay.jpg) center no-repeat;
    }

.c-department1Address1, .c-department1Address2, .c-department1Address3, .c-department1Address4 {
    display: none;
}

body.rm-2069_4826 .c-department1Address1,
body.rm-2069_4826 .c-department1Address2,
body.rm-2069_4826 .c-department1Address3,
body.rm-2069_4826 .c-department1Address4 {
    display: block;
}

body.rm-2069_4826 .c-department1Name,
body.rm-2069_4826 .c-department1Phone1,
body.rm-2069_4826 .c-department1Phone2,
body.rm-2069_4826 .c-department1Email {
    display: none;
}

.width-800 {
    width: 900px !important;
}

.width-700 {
    width: 700px !important;
}

.width-500 {
    width: 500px !important;
}

.dt-picker input, .dt-picker select {
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.text-bold {
    font-weight: bold !important;
}

.ae-transport .form-group > label,
.ae-transport .form-group > div {
    padding: 0px;
}

.t-arrat-row, .t-arrdt-row, .t-tarr-row, .t-pickup-row, .t-pickupdt-row, .t-dropoffloc-row, .t-children-row,
.t-babies-row, .t-pets-row {
    display: none;
}

nav.ae_transport_nav ul.pagination {
    margin: 0px;
}

    nav.ae_transport_nav ul.pagination li > a {
        padding: 5px;
    }

.tabs-transport-type h3 {
    border-bottom: 2px solid #000;
}

.ae_transport_body {
    padding: 30px;
}

/*    .ae_transport_body .glyphicon {
        color: #3c3c3b;
    }*/

/*.ae-transport .width-500 {
    height: auto !important;
}*/

.reservation-option-modal button {
    min-width: 150px;
}

.login-page .reg {
    display: inline-block;
    margin: 0px;
}

.login-page .pass {
    display: inline-block;
    margin: 0px;
}

.form-group.login-btn-grp #attempt-login {
    display: block;
}

.form-group.login-btn-grp > div:nth-child(2) {
    float: none;
}

.form-group.login-btn-grp #attempt-login {
    display: none;
}

    .form-group.login-btn-grp #attempt-login[style="opacity: 1;"] {
        display: block;
    }

#contactus-page > .well-np > .row {
    display: flex;
}

#contactus-page .contact-1 {
    order: 1;
}

#contactus-page .control-label {
    font-weight: normal;
}

#nd-marketing-well {
    text-align: left;
}

    #nd-marketing-well h3 {
        text-align: left;
        font-weight: normal;
        white-space: normal;
    }

.response-status-container {
    display: flex;
}

    .response-status-container h3 {
        font-size: 18px;
        white-space: normal;
        width: 60% !important;
        text-align: left;
    }

.cm-btn-wrap {
    width: 100%;
    text-align: center;
}

#nd-marketing-well button {
    font-size: 13px;
    max-width: 300px;
    white-space: normal;
}

.response-status-container h3 {
    font-size: 18px;
    /*border-bottom: 1px solid #000;*/
    border-radius: 0px;
    padding: 5px;
}

.response-status-container > div {
    flex: 1;
    /*border-left: 1px solid #000;
    border-bottom: 1px solid #000;*/
    justify-content: left;
}

.cm-response-status-list {
    /*    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 1px solid #000;*/
    margin: 10px 0px;
}

#nd-marketing-well small {
    display: block !important;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
}

.rounded-checkbox {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    /*vertical-align: middle;*/
    border: 1px solid black;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    .rounded-checkbox:checked {
        appearance: auto;
        clip-path: circle(50% at 50% 50%);
        background-color: blue;
    }

.rsv-sum {
    width: 300px;
}

.rsv-pay {
    display: inline-block;
    vertical-align: top;
}

.rsv-detail-price {
    width: 265px;
    height: unset;
}

.d-paybtn {
    display: none;
}

.rsv-price {
    display: none;
}

.rsv-detail {
    min-height: 145px;
}

.th-stat {
    display: none;
}

.res-flex-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.travel-details-container {
    font-size: 17.5px;
}

.t-det-checkbox {
    flex-basis: 5%;
}

.t-det-name {
    flex-basis: 45%;
    text-decoration: underline;
}

.t-det-date {
    flex-basis: 30%;
}

.t-det-icon {
    flex-basis: 5%;
}

.t-det-reservation {
    flex-basis: 15%;
}

@media screen and (max-width: 1200px) {
    #reservation-datagrid .rsv-row {
        height: auto;
        padding: 5px;
        text-align: center;
    }

    .navbar-container,
    #applicationHost .page-splash,
    .container,
    .width-560 {
        width: 100%;
    }

    #main-div, #footer, #pre-footer {
        width: 100% !important;
    }

    .dv-home {
        display: none;
    }

    .rsv-pay {
        display: block;
        margin: auto;
        border-right: unset;
    }

    .width-800 {
        width: 95vw !important;
    }

    .reservation-option-modal,
    .modal-reservation {
        width: 95vw;
    }
}

@media screen and (max-width: 1100px) {
    #reservation-datagrid .rsv-row {
        height: auto;
        padding: 5px;
        text-align: center;
    }

    .rsv-detail {
        border-left: none;
    }
}

.r-guest-note-panel {
    display: none;
}

#transport-page .form-control, .input-group-addon,
#transport-page input-group > .form-control,
#transport-page input-group > .input-group-addon {
    border-radius: 5px;
}

.rsv-pay > div {
    padding-top: 10px;
}

.cancelled-color {
    color: #f21137;
}

.confirmed-color {
    color: #52a400;
}

.unconfirmed-color {
    color: #28c7c7;
}

.ae-transport {
    width: 95vw;
    margin: auto;
}


@media only screen and (max-width: 667px) {
    .login-div {
        padding: 0 10px;
    }

    .navbar-container,
    #applicationHost .page-splash,
    .container,
    .width-560 {
        width: 100%;
    }

    #main-div, #footer, #pre-footer {
        width: 100% !important;
    }

    .well {
        padding: 5px;
    }

    #in-member {
        margin-top: 20px;
    }

    .rsv-pay {
        border-right: unset;
    }

    .nd-editable,
    .rsv-detail-price,
    .rsv-detail-btn {
        margin-left: unset;
    }

    .modalHost {
        left: 50%;
    }

    .d-name {
        padding: 0 5px 30px 5px;
    }

    .m-left-0 {
        margin-left: -15px;
    }

    .medium {
        width: 100% !important;
        padding: 10px;
    }

    .modal-addressesedit, .modal-contactsedit, .modal-email {
        min-width: 95vw !important;
    }

    .dv-home {
        display: none;
    }

    .width-800 {
        width: 95vw !important;
    }

    .reservation-option-modal,
    .modal-reservation {
        width: 95vw;
    }

    .width-800 {
        width: 100% !important;
    }

    .col-rr-in-flight-no,
    .col-rr-in-dep-datetime,
    .col-rr-in-arriv-datetime,
    .col-rr-dep-flight-no,
    .col-rr-out-dep-datetime,
    .col-rr-out-arriv-datetime {
        padding-left: 15px;
    }

    .travel-details-container {
        text-align: center;
        width: 80vw;
        margin: auto;
    }

    .res-flex-container {
        display: block;
    }
}

@media only screen and (max-width: 900px) {

    .navbar-container,
    #applicationHost .page-splash,
    .container,
    .width-560 {
        width: 100%;
    }

    #main-div, #footer, #pre-footer {
        width: 100% !important;
    }

    .dv-home {
        display: none;
    }

    .rsv-pay {
        display: block;
        margin: auto;
        border-right: unset;
    }

    .width-800 {
        width: 95vw !important;
    }

    .reservation-option-modal,
    .modal-reservation {
        width: 95vw;
    }
}

/*.btn-pay-rentalmember{
    display:none!important;
}*/