﻿/* Modals */
#overlay {
    background-color: rgba(0,0,0,0.2);
    filter: alpha(opacity=50);
    height: 100%;
    -khtml-opacity: 0.5;
    left: 0;
    -moz-opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.i-overlay {
    bottom: 0;
    left: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: fixed;
    right: 0;
    top: 0;
}

.content-display {
    display: contents;
}

.tbl-cell-bookingId {
    display: none;
}

.tbl-cell-ptsCredit {
    display: none;
}

.tbl-cell-ptsUsed {
    display: none;
}

.tbl-cell-ptsBalance {
    display: none;
}

.align-center {
    text-align: center !important;
}

.align-left {
    text-align: left;
}

.f-left {
    float: left;
}

.bold {
    font-weight: bold;
}

.conceal {
    display: none;
}

.w1 {
    width: 100%;
}

.w-280 {
    width: 280px;
}

.w-400 {
    width: 400px;
}

.w-480 {
    width: 480px;
}

.w-570 {
    width: 570px;
}

.h-260 {
    min-height: 260px;
}

.h-40 {
    height: 40px;
}

.h-567 {
    height: 567px
}

.m0 {
    margin: 0;
}

.m-hz-20 {
    margin-top: 2px;
    padding-right: 0;
}

.m-left-0 {
    margin-left: 0;
}

.m-left-6 {
    margin-left: -6px;
}

.m-left-25 {
    margin-left: -6px;
}

.m-btm-10 {
    margin-bottom: 10px;
}

.m-btm-20 {
    margin-bottom: 20px;
}

.m-top-0 {
    margin-top: 0;
}

.m-top-15 {
    margin-top: -15px;
}

.m-10-auto {
    margin: 10px auto;
}

.m-20 {
    margin: 20px;
}

.m-30 {
    margin-top: 30px;
}

.p-btm-0 {
    padding-bottom: 0;
}

.p-btm-10 {
    padding-bottom: 10px;
}

.p-btm-20 {
    padding-bottom: 20px;
}

.p0 {
    padding: 0;
}

.p-20 {
    padding: 0 20px;
}

.p-left-2 {
    padding-left: 2px;
}

.p-right-2 {
    padding-right: 2px;
}

.lightgreen {
    color: lightgreen;
}

.l-curr {
    display: inline;
    margin-left: 7px;
}

.std-i {
    padding-right: 7px;
}

.top-2 {
    margin-top: 2px;
    padding-right: 0;
}

.light-grey {
    background-color: #f5f5f5
}

.no-stmt {
    padding: 30px 20px;
    background-color: #f5f5f5;
    border: 1px solid #C3C3C3;
    text-align: center;
}

.login-page .pass {
    display: none;
}

/* Reservation Modal */
.checkbox-div {
    padding-left: 12px;
}

.dv-dsp {
    height: 34px;
    padding: 8px 12px 4px;
}

.modal-reservation .modal-body {
    height: 450px;
    overflow-y: scroll;
}

.width-560 {
    width: 560px;
}

.txt-brd {
    border: solid 0.5px #cecece;
    border-radius: 5px;
    height: 80px;
    padding: 6px 12px;
    width: 440px;
}

div.txt-brd {
    margin-bottom: 7px;
}

.d-note {
    margin-top: 8px;
}

.td-spc {
    height: 7px;
}

.td-btn {
    padding-top: 10px;
}

.d-bull {
    display: inline-block;
    margin-right: 7px;
    margin-top: 5px;
}

.d-guest {
    display: inline-block;
    margin-top: 5px;
}

.btn-mrg {
    margin-top: 11px;
}

.inpt-row td:first-child {
    width: 170px;
}

/*.inp-dtp {
    width: 120px!important;
}*/

.inline-65 {
    display: inline-block;
    width: 65px !important;
}

.mrg-b3 {
    margin-bottom: 3px;
}

.th-100-col {
    width: 100px;
}

.width-460 {
    min-width: 460px;
}

.width-490 {
    min-width: 490px;
}

.modal-ddm .th-100-col {
    width: 170px;
}

.modal-ddm .inp-control {
    display: inline-block;
}

.modal-ddm .rsv-icon > i {
    margin-bottom: 2px !important;
}

.modal-ddm table > tbody > tr:nth-child(2) .rsv-icon > span {
    margin-bottom: 5px;
}

.modal-ddm table > tbody > tr:nth-child(3) .rsv-icon > span {
    margin-bottom: 5px;
    margin-left: -93px;
}

.modal-ddm table > tbody > tr:nth-child(4) .rsv-icon > span {
    margin-bottom: 5px;
    margin-left: -93px;
}

.d-tasks {
    margin-top: 15px;
}

.send-email {
    margin-top: 15px;
}

.i-email {
    margin-top: 5px;
}

.d-email-btns {
    margin-top: 5px;
}

#summary-page .d-tasks {
    margin-left: 3px;
}

    #summary-page .d-tasks > div {
        padding: 7px 0;
    }

        #summary-page .d-tasks > div > i {
            display: inline-block;
            margin-right: 1em;
            vertical-align: top;
        }

        #summary-page .d-tasks > div > .task-msg {
            display: inline-block;
            vertical-align: top;
            width: 400px;
        }

        #summary-page .d-tasks > div > i.success {
            color: #3cef3c;
        }

        #summary-page .d-tasks > div > i.fail {
            color: #ff3838;
        }

        #summary-page .d-tasks > div > i.busy {
            margin-bottom: -2px;
            display: inline-block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            background: url(loaders/fading-balls-f5f5f5-16.gif) no-repeat;
            width: 16px;
            height: 16px;
            padding-left: 16px;
        }

        #summary-page .d-tasks > div > b {
            font-weight: bold;
        }

.modal-reservation .btn {
    min-width: 80px;
}

/* Options */
.overflow {
    overflow: hidden;
}

.overflow-visible {
    overflow: visible;
}

.modal-options {
    height: 470px;
    width: 550px;
}

    .modal-options .modal-body {
        max-height: 320px;
        overflow-y: auto;
        padding: 7px;
    }

        .modal-options .modal-body > div:first-child {
            margin-left: 10px;
        }

    .modal-options .th-value {
        text-align: left;
    }

    .modal-options .td-radio {
        width: 55px !important;
        padding: 7px 6px;
    }

    .modal-options .td-value {
        padding: 7px 6px;
        text-align: left;
    }

    .modal-options input {
        cursor: pointer;
    }

.modal-loader {
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    width: 30px;
}

.loader-options {
    background: url(../../loaders/fading-balls-f8f8f8-30.gif) no-repeat;
    display: inline-block;
    height: 30px;
    padding: 0 10px 0 30px;
    position: relative;
    top: 11px;
    width: 30px;
}

.loader-transfer {
    background: url(../../loaders/fading-balls-f8f8f8-30.gif) no-repeat;
    display: block;
    height: 32px;
    padding: 0 10px 0 30px;
    position: relative;
    width: 30px;
    margin: 10px auto;
}

.modal-options .load-label {
    margin: 10px;
}

.modal-options .align-super {
    display: inline-block;
    margin-top: 2px;
    vertical-align: top;
}

.modal-options .chbx {
    margin-top: 6px;
    vertical-align: top;
    width: 30px;
}

.modal-options .ts-cs {
    display: inline-block;
    margin-bottom: 10px;
    width: 480px;
}

/* Occ Change */
.modal-occhange .retrieving-div {
    margin: 30px 0 60px 0;
    text-align: center;
}

.modal-occhange {
    width: 480px;
}

    .modal-occhange .occ-selectable {
        border-radius: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .modal-occhange a {
        color: black;
    }

        .modal-occhange a:hover {
            text-decoration: none;
        }

    .modal-occhange i {
        color: green;
        width: 0;
    }

.occ-curr {
    margin-bottom: 20px;
}

.occ-curr-text {
    font-weight: bold;
    margin-bottom: 10px;
}

.occ-curr-val {
    padding-left: 15px;
}

    .occ-curr-val > span {
        margin-left: 21px;
    }

.occ-new-text {
    font-weight: bold;
}

.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 {
    background-color: #5bc0de;
    border-color: #46b8da;
    color: #fff;
    float: left;
}

/*.modal-occhange .form-group {
   height: 33px;
}*/

.modal-occhange .form-group .code {
    padding-right: 0;
}

.modal-occhange .form-group .tel {
    padding-left: 5px;
}

.modal-occhange .control-label {
    margin-top: 8px;
    padding-right: 0;
}

.modal-occhange .modal-body {
    padding: 20px 10px 0 20px;
    position: relative;
    overflow-y: auto;
    max-height: 400px;
}

.modal-occhange .alert-info {
    margin-top: 17px;
}

.modal-occhange .alert-warning {
    margin-bottom: 10px;
    margin-top: 15px;
}

.modal-occhange .add-name-txt {
    margin: 5px 0 30px 0;
}

.toast-message {
    font-weight: normal;
}

/* Cancel Booking */
#cancelbooking-modal {
    overflow: visible;
    width: 650px;
}

    #cancelbooking-modal td {
        padding-right: 10px;
    }

        #cancelbooking-modal td > div {
            font-size: 16px;
        }

    #cancelbooking-modal .top-5 {
        padding-left: 5px;
        padding-top: 5px;
    }

    #cancelbooking-modal .col-md-1 {
        padding: 0 10px 0 0;
    }

    #cancelbooking-modal .modal-header i {
        vertical-align: middle;
        padding: 0 2px 2px 0;
    }

    #cancelbooking-modal .modal-header span {
        vertical-align: middle;
    }

.dft-pin {
    padding: 5px;
}

    .dft-pin:hover {
        cursor: pointer;
        color: #3071A9;
        -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);
    }

/* Requests */
#reservation-datagrid > tbody > tr, #reservations-requests-datagrid > tbody > tr, #tours-datagrid > tbody > tr, #note-datagrid > tbody > tr, #publications-datagrid > tbody > tr {
    height: 30px;
    cursor: pointer;
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.display tbody tr > .sorting_1 {
    background-color: unset !important;
}

.width-600 {
    width: 600px;
}

/* Payment */
.lbl-title {
    color: #00aec5;
}

.toast-message {
    font-weight: normal;
}

#toast-container > div {
    opacity: 0.9;
}

.selectable-list li {
    cursor: pointer;
}

    .selectable-list li:hover {
        border: 1px solid #00aec5;
    }

    .selectable-list li.selected {
        background-color: #00aec5;
    }

.tran-note-msg {
    font-style: italic;
    font-size: 13px;
    margin-bottom: 10px;
}

.back-btn {
    background-color: #040033;
    color: white;
    font-weight: bold;
    border: none;
}

    .back-btn .glyphicon {
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-right: 4px;
    }

    .back-btn:hover,
    .back-btn:focus {
        background-color: #e0ba74;
        color: white;
    }
/* #endregion */

/* #region Templates */

tr.inpt-row .form-group {
    margin-bottom: 3px;
}

tr.inpt-row .modal-label {
    min-width: 110px;
}

tr.inpt-row .checkbox-div {
    height: 34px;
}

    tr.inpt-row .checkbox-div input[type="checkbox"] {
        width: 17px;
        height: 17px;
        margin-top: 7px;
    }

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;
}

.form-control:focus {
    border-color: #f5f5f5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 45, 86,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 45, 86,.6);
}

.td-middle {
    vertical-align: middle;
}

.td-txtarea {
    padding-top: 5px;
}

/* #endregion */

/* #region Payment Modal */
.modal-paygateway {
    /*height: 535px;*/
    width: 760px;
}

    .modal-paygateway .payment-iframe {
        width: 770px;
        height: 416px;
    }

    .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 .retrieving-div {
        text-align: center;
        padding-top: 12px;
        padding-bottom: 42px;
    }

    .modal-paygateway .control-label {
        font-weight: normal;
    }

    .modal-paygateway .data-label {
        font-weight: bold;
    }

    .modal-paygateway #pf-amount {
        width: 130px;
        display: inline-block;
        margin-left: -6px;
        font-weight: bold;
    }

#payment-iframe-container iframe html {
    overflow-y: scroll;
}

/* Transactions */
.trantable-right-align {
    text-align: right;
}

#applicationHost .page-splash-message.psm-main:after {
    content: 'Member Portal';
}

.nd-add {
    margin-left: 20px;
    padding: 4px 0 4px 4px;
}

.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 #002d56;
        -ms-border-radius: 0;
        border-radius: 0;
        cursor: pointer;
        background: #D6DBDF;
    }

.nd-editable-disabled {
    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;
}

/* Generic Overrides */
header {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body,
button,
input,
textarea,
select {
    font-size: 100%;
    font-family: Helvetica, sans-serif;
}

.navbar.navbar-default {
    border: none;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #323C66;
}

.logo-link {
    height: 65px;
    width: 250px;
    display: inline-block;
    margin-top: 20px;
    margin-left: 20px;
    z-index: 995;
    cursor: pointer;
    position: absolute;
    background: url(images/merlin-logo.png) 0% 0% no-repeat;
    background-size: 145px 56px;
}

.collapse.navbar-collapse {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.navbar-container {
    position: relative;
    height: 98px;
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

#page-well .collapse.navbar-collapse {
    background-color: #fff;
    position: static;
    padding: 0;
}

#page-well .navbar-header {
    display: none;
}

/* Member Div */
#member-div {
    margin: 10px auto;
    width: 600px;
}

    #member-div > div {
        width: 600px;
    }

        #member-div > div > div {
            margin: 0 auto;
            width: 150px;
        }

            #member-div > div > div > button {
                margin: 10px;
                width: 150px;
            }

.member {
    overflow: hidden;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    padding: 0 10px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #e0ba74;
}

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #e0ba74;
        -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;
        transition: all 0.2s ease-out;
    }

.nav-tabs > li > a {
    padding: 0;
}

    .nav-tabs > li > a > div {
        padding: 10px 15px 10px 15px;
    }

.navbar-nav > li {
    padding: 10px 3px;
    margin-bottom: -5px;
}

.nav-tabs > li > a:hover {
    background-color: #323C66;
    -ms-opacity: 1;
    opacity: 1;
    -ms-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    color: #FFF;
}

.nav-tabs a.completed {
    color: #ffffff !important;
    background-color: #323C66;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    -ms-opacity: 1;
    opacity: 1;
}

    .nav-tabs > li.active > a > div,
    .nav-tabs > li.active > a:hover > div,
    .nav-tabs > li.active > a:focus > div {
        border-bottom: 5px solid #323C66;
        padding: 10px 15px 6px 15px;
    }

.nav-tabs-extra {
    display: none !important;
}

section.main {
    margin-top: 0;
}

a {
    color: #323C66;
}

.link-light {
    color: #323C66;
}

i.info {
    color: #e0ba74;
    margin-right: 5px;
    vertical-align: bottom;
}

.nav .busy-icon-gif {
    background: url(loaders/fading-balls-0F2F7E-white-30.gif) no-repeat;
}

.saving-icon-gif {
    background: url(loaders/fading-balls-0F2F7E-white-30.gif) no-repeat;
}

.navbar-right.navbar-loaders {
    float: left !important;
    height: 40px;
    bottom: 16px;
    position: relative;
}

.navbar-loaders {
    margin-right: 10px !important;
}

.d-lang {
    color: #fff;
    display: inline-block;
    margin-right: 9px;
}

.navbar-lang {
    display: inline-block;
    font-size: 14px;
    margin: 10px 15px;
}

    .navbar-lang > select {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 4px;
        color: #555;
        display: inline-block;
        font-weight: normal;
    }

@media only screen and (max-width: 1199px) {
    .navbar-container {
        width: 1024px;
    }

    .container {
        max-width: 1024px;
    }

    .navbar.navbar-default {
        background-size: 1024px;
        width: 1024px;
    }

    .nav-tabs > li > a#navpagelink-namedetail > div {
        padding: 10px 1px;
    }
}

@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;
    }

    .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;
    }

    .h3-lrg {
        line-height: 1.2;
        white-space: normal;
    }

    .nd-row > div {
        display: inline-block;
    }

        .nd-row > div.col-md-5,
        .nd-row > div.col-lg-3 {
            width: 180px;
        }

    .modal-addressesedit, .modal-contactsedit, .modal-email {
        min-width: 450px !important;
    }

    .tel-label {
        padding-top: 8px;
        vertical-align: top;
    }

    .modal-contactsedit .p-left-2 {
        padding-left: 15px;
    }

    .modal-contactsedit .p-right-2 {
        padding-right: 15px;
    }

    table#ptstran-datagrid,
    table#reservation-datagrid,
    table.accounts,
    table.transactions {
        font-size: 12px;
    }

        table#reservation-datagrid button,
        table.accounts button {
            font-size: 12px;
        }

    .d-points, .d-trans {
        font-size: 12px;
    }

    #contactus-page .contact-2 {
        display: none;
    }

    .footer-box {
        max-width: 800px !important;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-container {
        width: 768px;
    }

    .container {
        max-width: 768px;
    }

    .navbar.navbar-default {
        background-size: 768px;
        width: 768px;
    }

    .nav-tabs > li > a > div {
        font-size: 13px;
        padding: 10px 5px;
    }

    .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;
    }

    .h3-lrg {
        line-height: 1.2;
        white-space: normal;
    }

    .nd-row > div {
        display: inline-block;
    }

        .nd-row > div.col-md-5,
        .nd-row > div.col-lg-3 {
            width: 180px;
        }

    .modal-addressesedit, .modal-contactsedit, .modal-email {
        min-width: 450px !important;
    }

    .tel-label {
        padding-top: 8px;
        vertical-align: top;
    }

    .modal-contactsedit .p-left-2 {
        padding-left: 15px;
    }

    .modal-contactsedit .p-right-2 {
        padding-right: 15px;
    }

    table#ptstran-datagrid,
    table#reservation-datagrid,
    table.accounts,
    table.transactions {
        font-size: 12px;
    }

        table#reservation-datagrid button,
        table.accounts button {
            font-size: 12px;
        }

    .dsp-mbr, .dsp-res, .dsp-acc, .dsp-trx, .d-points {
        overflow-x: scroll;
    }

    .d-points, .d-trans {
        font-size: 12px;
    }

    #contactus-page .contact-2 {
        display: none;
    }
}

@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;
    }

    .well {
        margin-bottom: 10px;
    }

    #main-div, #footer, #pre-footer {
        /*width: 667px !important;*/
    }

    html {
        position: absolute;
    }

    .dataTables_info, .dataTables_length {
        float: left !important;
    }

    .dataTables_paginate, .dataTables_filter {
        float: right !important;
    }

    #footer div.footer-inner {
        font-size: 12px;
    }
}

@media only screen and (min-width: 376px) {
    #page-well .collapse {
        display: block;
    }

    #descriptionTab {
        height: unset !important;
        padding: 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;
    }

    #main-div, #footer, #pre-footer {
        width: 375px !important;
    }

        #footer div.footer-inner {
            font-size: 12px;
        }

    /* Nav-tabs dropdown */
    #page-well .navbar-header {
        display: block;
    }

    #page-well .collapse {
        /*display: none;*/
    }

    #page-well .sel-option {
        display: inline-block;
        font-size: 17px;
        font-weight: bold;
        padding: 16px 14px 10px;
        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;
    }

    #page-well .nav-tabs > li:last-child > a {
        border-radius: 0 0 5px 5px;
    }
}
/* region Pills Overrides */
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #323C66;
}

.nav-pills li a {
    color: #323C66;
}
/* #endregion */

/* #region Name Details */

.h3-lrg {
    padding-left: 0;
    font-size: 20px;
}

.d-name {
    padding: 0 10px 0 5px;
}

.checkbox {
    margin-left: 5px;
}
/* #endregion */

/* #region Membership Page */

.mr-0 {
    margin-right: 0;
}

.mbr-rule1 > td {
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
}

.mbr-rule > td {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.mbr-space > td {
    padding-bottom: 11px;
}

.booking-member-info table td:first-child {
    width: 23px;
}

.booking-member-info table td:nth-child(2) {
    width: 210px;
}

.booking-member-info table td:nth-child(3) {
    width: 370px;
}

.booking-member-info .lbl-info {
    font-weight: bold;
    margin-top: 5px;
}

.booking-member-info .lbl-val {
    font-weight: normal;
}

.booking-member-info .clean {
    display: none;
}

.booking-member-info .expirepoints {
    display: none;
}

.booking-member-info .otherbuyers {
    vertical-align: top;
}

.d-info {
    margin-bottom: 20px;
}

#d-detailmsg {
    display: none;
}

#mbr-page {
    min-height: 180px;
}

    #mbr-page .close {
        display: none;
    }

    #mbr-page .booking-more-info-div > div {
        display: inline-block;
    }

        #mbr-page .booking-more-info-div > div:first-of-type {
            width: 125px;
        }

    #mbr-page .levy-alert {
        margin: 0 1em 0.5em 0.5em;
        display: inline-block;
    }

        #mbr-page .levy-alert > div {
            padding: 5px;
            margin-bottom: 0;
        }

    #mbr-page a:focus, #home-page div:focus {
        outline: 0;
    }

    #mbr-page .booking-more-info-div {
        width: 300px;
    }

    #mbr-page .d-head {
        margin: 0 0 0 30px !important;
    }

    #mbr-page .d-btns {
        margin: 15px 0 0 0px !important;
    }

.m-left-20 {
    margin-left: -20px;
}

#mbr-page .d-date {
    margin: 10px 0 15px 0;
}

#mbr-page .s-date {
    width: 20px;
    padding-left: 10px;
}

#mbr-page .i-dp {
    width: 0;
    height: 0;
}

#mbr-page .s-pp {
    width: initial;
    display: inline;
}

#mbr-page .t-cell {
    display: table-cell;
    width: 100%;
}

#mbr-page .t-row {
    display: table-row;
}

path.graph-style-0.fill {
    fill-opacity: 0.3 !important;
    stroke: none;
}

.graph-style-0 {
    fill: lightgreen;
    fill-opacity: 0;
    stroke-width: 2px;
    stroke: green;
}

#mbr-page .pts-pos-box {
    background-color: lightgreen;
    border-color: darkgreen;
}

    #mbr-page .pts-pos-box.selected {
        border-color: #FFC200;
        background-color: #FFF785;
    }

#mbr-page .pts-pos-point {
    color: green;
}

#mbr-page .pts-neg-box {
    background-color: lightcoral;
    border-color: darkred;
}

    #mbr-page .pts-neg-box.selected {
        border-color: #FFC200;
        background-color: #FFF785;
    }

#mbr-page .pts-neg-point {
    color: #dd4631;
}

#mbr-page th.tbl-cell-systemDate {
    padding-left: 0;
    padding-right: 23px;
}

.dv-loading {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}

.float-right {
    float: right;
}

.t2 {
    top: 2px;
}

/* Ownership Overview */
.pad-rt-15 {
    padding-right: 15px;
}

.prop-sch {
    background-color: #A2E1EA;
    border: 1px #005880 solid;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
}

.d-sch {
    color: #fff;
    display: inline-block;
    margin-right: 9px;
}

.prop-sch > select {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    display: inline-block;
    font-weight: normal;
}

.vis.timeline .item.range {
    -ms-border-radius: 5px !important;
    border-radius: 5px !important;
}

.vis.timeline .item {
    padding: 0 !important;
}

.itm-header {
    font-weight: bold;
}

.itm-txt-block {
    display: inline-block;
    margin-right: 6px;
}

.itm-container {
    cursor: pointer;
    padding: 5px;
}

.itm-remarks {
    font-style: italic;
}

.zoom-panel {
    display: table-cell;
    vertical-align: top;
    padding: 10px
}

.btn-zoom {
    padding: 8px 10px;
    font-size: 18px;
    line-height: 1.1;
    -ms-border-radius: 25px;
    border-radius: 25px;
    outline: none !important;
    margin: 2px 0;
}

.btn-help {
    padding: 5px 8px;
    font-size: 15px;
    line-height: 1.1;
    -ms-border-radius: 25px;
    border-radius: 25px;
    outline: none !important;
    margin: 2px 0;
    background-color: rgb(0, 174, 197);
    font-weight: bold;
    color: white;
}

    .btn-help:hover, .btn-help:focus, .btn-help:active {
        color: white;
        background-color: rgba(0, 174, 197, 0.69);
    }

.pts-balance-info-panel {
    margin: 0;
    padding: 0 0 0 25px;
    height: 25px;
}

.pts-balance-info {
    margin-right: 70px;
}

.pts-balance-sel {
    width: initial;
    display: inline;
}

.datepicker-button {
}

.datepicker-input {
}

.LineGraph {
    cursor: pointer;
}

.timeline .itemset .group {
    cursor: e-resize;
}

    .timeline .itemset .group .item {
        cursor: auto;
    }

#ui-datepicker-div {
    z-index: 1100 !important;
}

.tooltip {
    font-size: 14px;
}

.popover {
    max-width: 500px;
}

.popover-title {
    font-weight: bold;
}

.popover-row {
    font-size: 14px;
}

.popover-firstcell {
    font-weight: bold;
    padding-right: 25px;
}

/* Reservations */
#res-page {
    min-height: 240px;
}

.carry {
    display: inline-block;
    font-size: 20px;
}

    .carry span {
        display: inline-block;
        margin-top: 10px;
        height: 30px;
        vertical-align: top;
    }

#res-page .pp_col {
    display: none;
}

td.dep_col {
    text-align: center;
}

th.action_col {
    padding: 10px 2px 3px 2px !important;
    text-align: center;
    width: 90px;
}

td.action_col {
    padding: 0px !important;
    text-align: center;
}

.ae-btn {
    font-size: 14px;
    height: 26px;
    margin: 0 1px;
    min-width: 90px;
    padding: 2px 7px;
    width: 90px;
}

.op-btn {
    font-size: 14px;
    height: 26px;
    margin: 0 1px;
    min-width: 90px;
    padding: 2px 7px;
}

.tick {
    color: #52b43d;
}

.rsv-icon {
    margin-left: 4px;
    margin-bottom: 1px;
}

.rsv-tooltip {
    display: inline-block;
    position: relative;
}

    .rsv-tooltip .tooltiptext {
        background-color: black;
        border-radius: 6px;
        bottom: 100%;
        color: #fff;
        left: 50%;
        margin-left: -92px;
        padding: 5px 3px;
        position: absolute;
        text-align: center;
        visibility: hidden;
        width: 180px;
        z-index: 99;
    }

        .rsv-tooltip .tooltiptext::after {
            border-color: black transparent transparent transparent;
            border-style: solid;
            border-width: 5px;
            content: " ";
            left: 50%;
            margin-left: -5px;
            position: absolute;
            top: 100%;
        }

    .rsv-tooltip:hover .tooltiptext {
        visibility: visible;
    }

@media only screen and (max-width: 768px) {
    .ae-btn, .op-btn {
        min-width: 80px;
        width: 80px;
    }
}

/* Accounts */
#acc-page {
    min-height: 180px;
}

.d-paybtn {
    margin-top: 20px;
}

#d-accounts {
    margin-top: 20px;
}

table.accounts {
    width: 100%;
    margin-bottom: 15px;
}

    table.accounts button {
        margin: 5px;
        padding: 3px 16px;
    }

    table.accounts thead {
        font-weight: bold;
        width: 100%;
        border: 1px;
        background-color: #040033;
        color: #ffffff;
    }

        table.accounts thead tr th {
            padding: 5px;
            text-align: center;
            border: 1px solid #ffffff;
        }

            table.accounts thead tr th.tbl-cell-dateDisplay {
                width: 80px;
            }

    table.accounts tbody tr td {
        padding: 0;
        text-align: center;
        border: 1px solid #C3C3C3;
    }

        table.accounts tbody tr td.tbl-cell-transactionCurrencySymbol {
            text-align: center;
        }

table.transactions {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 15px;
}

    table.transactions thead {
        font-weight: bold;
        width: 100%;
        border: 1px;
        background-color: #040033;
        color: white;
    }

        table.transactions thead tr th {
            text-align: center;
            border: 1px solid #ffffff;
        }

            table.transactions thead tr th.tbl-cell-dateDisplay {
                width: 80px;
            }

            table.transactions thead tr th.tbl-cell-documentType {
                min-width: 150px;
            }

    table.transactions tbody tr td.tbl-cell-transactionCurrencySymbol {
        text-align: center;
    }

    table.transactions tbody tr td.tbl-cell-balance {
        text-align: right;
    }

table.statement {
    width: 100%;
    margin-bottom: 15px;
}

    table.statement button {
        margin: 5px;
        padding: 3px 16px;
    }

    table.statement thead {
        font-weight: bold;
        width: 100%;
        border: 1px;
        background-color: #040033;
        color: #ffffff;
    }

        table.statement thead tr th {
            padding: 5px;
            text-align: center;
            border: 1px solid #ffffff;
        }

            table.statement thead tr th.tbl-cell-dateDisplay {
                width: 80px;
            }

    table.statement tbody tr td {
        padding: 0;
        text-align: center;
        border: 1px solid #C3C3C3;
    }

        table.statement tbody tr td.tbl-cell-transactionCurrencySymbol {
            text-align: center;
        }

.h3-med {
    padding-left: 0;
    font-size: 18px;
    margin: 5px 0;
}

.f-18 {
    font-size: 18px;
}

.h3-dept {
    font-size: 19px;
    margin: 0px 0 20px 5px;
}

#contactus-page .paragraph {
    display: none;
    margin-left: 15px;
}

#contactus-page .dept-1 {
    text-align: left;
    width: 100%;
}

#contactus-page .dept-11 {
    display: none;
    text-align: left;
}

/* Account Modal */
.modal-account .dv-total {
    display: none;
}

.th-150-col {
    width: 150px;
}

.width-300 {
    width: 300px;
}

/* #region Main */
html {
    background-color: #EFEFEF;
    overflow-y: scroll;
}

span.title:after {
    content: '';
}

span.title {
    display: none;
}

#app-applist {
    display: none;
}

#app-adminroutes {
    display: none;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.label.lbl-title {
    color: #323C66;
}

.lbl-search {
    background-color: #323C66;
}

.lbl-info {
    background-color: #f5f5f5;
}

#select-page .tbl-footer {
    color: black;
    background-color: #b9b9b9;
}

.form-control:focus {
    border-color: #323C66;
    outline: 0;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    color: #ffffff;
    background-color: #323C66;
}

.btn-info {
    background-color: #323C66;
    background-repeat: repeat-x;
    border: none;
    background-image: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #323C66;
    border-color: #323C66;
}

.label {
    color: black;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    outline-color: #323C66;
}

/* Splash */
#applicationHost .page-splash-message.psm-main:after {
    content: 'Merlin Demo Member Portal';
}

.page-splash-message {
    text-align: center;
    font-size: 400%;
    font-family: arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff;
    padding: 0;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    width: 420px;
    margin: auto;
}

    .page-splash-message.psm-secondary {
        display: none;
    }

.bg-logo {
    max-width: 100%;
    height: auto;
}

.progress-bar {
    background-color: #323C66;
}

@media only screen and (max-width: 375px) {
    #applicationHost .page-splash {
        width: 375px;
    }

    #applicationHost .page-splash-message {
        width: 375px;
    }
}

/* #region AVC Styling */
@media only screen and (max-width: 768px) {
    .inner-footer {
        width: 100%;
    }
}

.main-footer .ft-copyright {
    display: inline-block;
    float: right;
    margin-top: 20px;
}

    .main-footer .ft-copyright p {
        font-size: 11px;
        text-align: right;
        margin-top: 10px;
    }

.ft-logo {
    height: 50px;
    display: block;
    cursor: pointer;
    margin-left: 40px;
}

.ft-contact {
    display: inline-block;
}

    .ft-contact h3 {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        margin: 8px 0 0 0;
    }

.ft-email {
    font-size: 16px;
    font-weight: bold;
}

.ft-contact h4 {
    font-weight: normal;
    display: inline-block;
    font-size: 15px;
}

#pre-footer .row {
    margin-top: 20px;
    margin-bottom: 0;
}

#pre-footer .pre-footer-img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

#footer {
    width: 100%;
    background: #323C66;
    padding: 40px 0 20px;
    color: #fefefe;
    border-top: 4px solid #fff;
}

    #footer li {
        line-height: 24px;
    }

    #footer .row {
        margin-bottom: 0;
    }

    #footer .avc-footer-3 {
        border-bottom: 1px solid #323C66;
    }

    #footer h3,
    #footer .m_title {
        font-size: 16px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
        line-height: 35px;
    }

    #footer h4 {
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }

    #footer p {
        font-size: 11px;
    }

    #footer .social-icons {
        float: left;
    }

    #footer .copyright img {
        float: right;
        margin-top: -15px;
        margin-right: 0;
        margin-bottom: 8px;
        clear: right;
    }

    #footer .copyright p {
        float: right;
        color: #fff;
        clear: right;
        margin: 0 0 10px;
        margin-right: 0;
    }

    #footer .btn {
        margin-bottom: 0;
    }

    #footer #menu-footer-menu-2 {
        margin-top: 0;
    }

    #footer form {
        margin-top: 25px;
    }

    #footer .social-icons .title {
        font-size: 16px;
        font-weight: 700;
        color: #ffffff;
    }

footer#footer .bottom {
    border-top: 1px solid #323C66;
}

#footer .bottom {
    padding-top: 30px;
    border-top: 5px solid #484848;
    color: #8b8c8d;
}

#footer ul {
    list-style: none;
    padding: 0;
}

#footer a {
    color: #fff;
    font-size: 11px;
}

#footer h4 a {
    font-size: 16px;
}

#footer .menu-footer-menu-container {
    display: inline-block;
}

#footer .menu-footer-menu-2-container {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

#footer .avc-footer-row-1 > .span2 {
    display: inline-block;
}

#black-studio-tinymce-3 {
    float: right;
    display: inline-block;
}

#footer a:hover {
    color: #d5d5d5;
    text-decoration: none;
    -ms-text-shadow: none;
    text-shadow: none;
}

#footer .avc-footer-row-1 {
    margin-bottom: 30px;
}

.alert-warning {
    display: none;
}

.nd-editable, .nd-editable-disabled {
    margin-left: 20px
}
/* contact us*/
.lbl-notice {
    display: none;
}

.margin-20 {
    margin: 20px 0px;
}

.bdt-display-inline {
    display: inline;
}

.modal-loader-custom {
    padding: 0px;
    float: right;
}

#secondMandateLbl > label > span, #firstMandateLbl > label > span {
    /*-webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px;*/
    font: 800 17px Arial;
}

.modal-options label > strong {
    font-weight: 600
}

.modal-options .saverates .form-group > input,
.modal-options .saverates .form-group > select {
    max-width: 400px;
    margin: auto;
}

#btn-mkpref > span {
    padding-left: 10px;
}

#nd-marketing-well > .nd-add {
    display: inline-grid;
}

#nameEditPopup .tbl-row-lbl-unit {
    display: none;
}

.transport-btn.btn-default {
    font-size: 14px;
    height: 26px;
    margin: 0 1px;
    min-width: 90px;
    padding: 2px 7px;
    width: auto;
}

.btn-res-grid-transport:hover {
    background-color: green !important;
}

.tabs-transport-type h3 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    color: #999;
    cursor: pointer;
}

    .tabs-transport-type h3:hover {
        color: #000;
        border-bottom: 2px solid #000;
    }

    .tabs-transport-type h3.active {
        border: 2px solid #000;
        margin-bottom: 20px;
        border-bottom: none;
        color: #000;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.newsletter-selection {
    font-size: 14px;
    margin-top: 30px;
}

    .newsletter-selection .nwsl-header {
        font-weight: bold;
        font-size: 15px;
    }


    .newsletter-selection .nwsl-content div {
        margin: 10px;
    }

    .newsletter-selection .nwsl-content {
        width: 55%;
        margin: auto;
        display: flex;
        font-size: 14px;
        justify-content: center;
    }

.questionnaire-btn.btn-default {
    font-size: 14px;
    height: 26px;
    margin: 0 1px;
    min-width: 90px;
    padding: 2px 7px;
    width: auto;
}

.optmore-btn.btn-default {
    font-size: 14px;
    height: 26px;
    margin: 0 1px;
    min-width: 90px;
    padding: 2px 7px;
    width: auto;
}

.reservation-option-modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    height: 100%;
    width: 100%;
}

.reservation-option-modal {
    top: 50%;
    left: 50%;
    padding: 30px 20px 20px 20px;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    max-width: 500px;
    position: absolute;
    background: white;
}

    .reservation-option-modal button {
        margin-bottom: 20px;
    }

.reservation-option-modal-close {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.response-status-container > div {
    display: flex;
    justify-content: center;
}

    .response-status-container > div > div {
        margin: 0px 5px;
    }

.messageBox {
    text-align: center !important;
    max-width: 400px;
    max-height: 400px;
}

    .messageBox > .modal-footer {
        text-align: center !important;
    }

        .messageBox > .modal-footer > .btn {
            border-radius: 20px;
        }

    .messageBox > .modal-body > .message {
        white-space: pre-line;
    }

#verify-now-modal .modal-body {
    text-align: center;
}

.verify-now-grid-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    text-align: left;
    margin: auto;
    width: 90%;
}

.verify-now-msg-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.verify-now-btn-container {
    margin-bottom: 20px;
}

.weeksdata.mbr-space {
  width: 100%;
  border-top: 1px solid #ccc;
}
