﻿/* Modals */
html {
    background-color: #002d56;
}

#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;
}

.align-center {
    text-align: center;
}

.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;
}

.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;
}

.login-page .reg {
    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: 150px;
}

.inp-dtp {
    width: 120px!important;
}

.inline-65 {
    display: inline-block;
    width: 65px!important;
}

.mrg-b3 {
    margin-bottom: 3px;
}

.th-100-col {
    width: 100px;
}

.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;
}

.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;
}

/* 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);
}

/* 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;
    border-radius: 0 0 4px 4px;
}

.logo-link {
    display: none;
}

.collapse.navbar-collapse {
    position: absolute;
    bottom: 12px;
    right: 0;
}

.navbar-container {
    position: relative;
    height: 50px;
    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;
}

#page-well .page-nav {
    border-bottom: 2px solid grey;
    max-height: 44px;
}

@media only screen and (max-width: 1199px) {
    .navbar-container {
        width: 1024px;
    }

    .container {
        max-width: 1024px;
    }

    .navbar.navbar-default {
        background-size: 1024px;
        width: 1024px;
    }
}

@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;
    }

    .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: 375px!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!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;
    }

    .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: 375px!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;
    }

    #footer div.footer-inner {
        font-size: 12px;
    }

    .medium {
        width: 667px!important;
    }
}

@media only screen and (max-width: 667px) and (min-width: 376px) {
    .medium {
        margin-top: -187.5px !important;
    }
}

@media only screen and (min-width: 376px) {
    #page-well .collapse {
        display: block;
    }
}

@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;
    }

    .medium {
        width: 375px !important;
    }

    /* 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: 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;
    }

    .nd-div-row > .nd-field {
        margin-top: 5px;
    }

    .nd-edit {
        display: block;
        margin: 5px 0;
    }
}
.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 {
    border: none;
    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: unset;
  -ms-opacity: 1;
  opacity: 1;
  -ms-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
}
.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;
    background-color: unset;
    border: none;
    font-weight: bold;
}

/*#descriptionTab {
    display: inline-block!important;
    width: 1085px;
}*/

.dv-home {
    display: inline-block;
    vertical-align: top;
}

.ic-home {
    cursor: pointer;
    height: 32px;
    margin-top: 3px;
    width: 32px;
}

section.main {
  margin-top: 0;
}
a {
  color: #555;
}
a:focus, a:hover {
    color: #555;
}
.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;
}

/* 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 */

.checkbox {
    margin-left: 5px;
}

.checkbox input[type=checkbox] {
    top: -3px;
}

#namedetail-page {
    border-bottom: 2px solid grey;
}

.block-align {
    overflow: hidden;
}

.nd-div-row {
    margin: 5px;
}

#nd-name-well > .nd-div-row:nth-child(2) {
    margin-bottom: 15px;
}

.nd-label {
    display: inline-block;
    width: 240px;
}

.nd-field {
    display: inline-block;
}

.nd-field > input {
    display: inline-block;
    width: 240px;
    height: 34px;
}

.nd-edit {
    display: inline-block;
}

.ic-pencil, .ic-add-phone, .ic-add-mail,
.ic-edit-phone, .ic-edit-mail {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    width: 26px;
}

.ic-pencil, .ic-edit-phone, .ic-edit-mail {
    margin-left: 10px;
}

.ic-add-phone, .ic-add-mail {
    margin-left: 5px;
}

.ic-saving {
    background: url(../../loaders/fading-balls-f8f8f8-30.gif) no-repeat;
    display: inline-block;
    height: 32px;
    margin: 1px 0 0 16px;
    vertical-align: top;
    width: 32px;
}

.h3-lrg {
    padding-left: 0;
    font-size: 20px;
}

.d-name {
    padding: 0 10px 30px 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;
}

/* 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 */
.rsv-row {
    border-bottom: 2px solid grey;
    border-radius: 5px;
    margin-bottom: 10px;
    min-height: 145px;
}

.rsv-photo {
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.rsv-photo-img {
    height: 125px;
    margin: 8px;
    width: 190px;
}

.rsv-sum {
    display: inline-block;
    vertical-align: top;
    width: 300px;
}

.rsv-sum-dates {
    padding: 5px;
}

.rsv-sum-nr {
    padding: 5px;
}

.rsv-sum-prop {
    font-weight: bold;
    /*margin-top: 20px;*/
    padding: 5px;
}

.rsv-detail {
    display: inline-block;
    text-align: center;
    min-height: 145px;
}

.rsv-pay {
    border-right: 1px solid grey;
    width: 300px;
    min-height: 157px;
    display: inline-block;
    vertical-align: top;
}

.rsv-detail-price {
    height: unset;
    margin-bottom: 10px;
    width: 265px;
}

.rsv-stat {
    font-weight: bold;
    padding: 10px;
}

.rsv-price {
    font-weight: bold;
    padding: 10px;
}

.rsv-detail-btn {
}

.btn-rsv {
    margin-bottom: 15px;
    width: 160px;
}

.arrival-mdy, .departure-mdy {
    display: none;
}

#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;
}

@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-layout: fixed;
}
table.accounts button {
    margin: 5px;
    width: 160px;
}
table.accounts .td-list-btn,
table.accounts .td-stat  {
    width: 180px;
    text-align: center;
}

table.accounts thead {
    font-weight: bold;
    width: 100%;
    border: 1px;
}
table.accounts thead tr th {
    padding: 5px;
    text-align: center;
}
table.accounts thead tr th.tbl-cell-dateDisplay {
    width: 80px;
}
table.accounts tbody tr td {
    padding: 0;
    text-align: center;
}
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;
}
table.transactions thead tr > th:nth-child(5) {
    text-align: center;
}
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;
}
/* #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 {
    display: none;
}

.alert-warning {
    display: none;
}

.nd-editable {
    margin-left: 20px
}

#btn-mkpref > span {
    padding-left: 10px;
}

#nd-marketing-well > .nd-add {
    display: inline-grid;
}

.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;
}

.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;
}

.rsv-grid-container {
    display: grid;
    grid-template-columns: 1.5fr 1.7fr 0fr;
    width: 300px;
}

.rsv-grid-item, .ledger-grid-item {
    padding-bottom: 3px;
}

.legder-grid-container {
    display: grid;
    grid-template-columns: 1.5fr 1.7fr 1fr;
    width: 300px;
}

.rsv-view-breakdown {
    margin: 12px 0 12px 0;
}

.rsv-grid-amount {
    padding-left: 10px;
}
