﻿body {
    background-color: #f7efe7;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.container-fluid.body-content {
    max-width: 1600px;
}

#bb-booking-name {
    border: 1px solid transparent;
    border-radius: 7px;
    padding: 2px 5px;
}

#bb-booking-name:hover {
    border-color: #c7c7c7;
}

.nav {
    font-weight: 300;
}

.navbar-inverse {
    background-color: #563d7c;
    border: none;
    border-bottom: 1px solid #e2e2e3;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #664893;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #1ca8dd;
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #1ca8dd;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) {
    .navbar {
        border-radius: 0px;
    }
}

.navbar-btn {
    margin-left: 8px;
}

.bb-nav-hotel-title {
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '\203A';
    color: #b39a85;
}

.breadcrumb>.active {
    color: #b39a85;
}

@media only screen and (max-width: 640px) {
    body {
        font-size: 16px;
    }

    div.dashhead {
        margin-bottom: 21px;
    }
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

h4 {
    font-size: 1.1em;
}

label {
    font-weight: normal;
}

.label {
    display: inline-block;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 82%;
    font-weight: 600;
}

.label-danger {
    color: #e63757;
    background-color: #fad7dd;
}

.label-warning {
    color: #f5b413;
    background-color: #fdf3d9;
}

.label-info {
    background-color: #e0d9ff;
    color: #9f86ff;
}

.label-success {
    background-color: #ccf7e5;
    color: #00d97e;
}

.label-primary {
    color: #2c7be5;
    background-color: #d5e5fa;
}

.bb-legend-label {
    color: #fff;
}

.dropdown-menu>li>a {
    clear: both;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 1.02em;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #3fe5ac;
}

dt,
dd {
    margin-bottom: 3px;
}

.dl-spaced dt,
.dl-spaced dd {
    margin-bottom: 20px;
}

address {
    margin-bottom: 5px;
}

img {
    max-width: 100%;
}

.bb-brand-img {
    max-width: 180px;
}

.navbar-brand-img {
    height: 34px;
    margin-top: -12px;
    max-width: 180px;
}

.nav-profile-photo {
    margin-top: -11px;
    margin-bottom: -11px;
    width: 35px !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #2595ff;
}

.nav-bordered {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.nav-bordered>li>a {
    padding-bottom: 17px;
}

.nav-bordered>li.active>a,
.nav-bordered>li.active>a:focus,
.nav-bordered>li.active>a:hover {
    color: #1ca8dd;
}

.nav-hr {
    margin-top: 0px;
    margin-bottom: 35px;
}

.nav.nav-pills {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.nav-pills>li>a {
    padding: 10px 16px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #15b0e4;
    border-radius: 25px;
}

.hr-divider-nav>li>a:hover {
    border-radius: 25px;
}

.navbar-brand {
    outline: none;
}

.list-group-header:first-child {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.list-group-header:last-child {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.text-small {
    font-size: 0.85em;
}

.text-bigger {
    font-size: 1.1em;
}

@media only screen and (min-width: 640px) {
    .small-column {
        width: 20%;
    }
}

.btn {
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.btn:not(.btn-pill):not(.btn-circle):not(.btn-sm):not(.btn-xs),
.form-control,
.custom-select,
.open>.dropdown-menu {
    border-radius: 7px;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
}

.btn-lg {
    font-size: 1.3em;
}

.btn-sm {
    font-size: 0.9em;
}

.btn-xs {
    font-size: 0.8em;
}

.btn-success-outline {
    color: #3ecf8e;
    border-color: #3ecf8e;
}

.btn-success-outline:hover {
    background-color: #3ecf8e;
}

.btn-primary {
    background-color: #4f69e9;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background-color: #3e51b5;
}

.btn-default,
.btn-default,
.btn-default:active,
.btn-default:hover {
    color: #4f69e9;
}

.img-rounded {
    border-radius: 2px;
}

.breadcrumb {
    background-color: inherit;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
}

.bb-breadcrumb {
    font-weight: 400;
    margin-top: -20px;
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f0faff;
}

.table>thead>tr>th {
    background-color: #4f69e9;
    color: white;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.bb-source {
    background-color: transparent;
    border: 1px solid #555;
    font-size: 0.75em;
    text-transform: capitalize;
}

.bb-source-local {
    border-color: #ce569c;
    color: #ce569c;
}

.bb-source-channel {
    border-color: #33b5a3;
    color: #33b5a3;
}

/* --- Input --- */

.form-control {
    box-shadow: none;
    font-weight: 400;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 1em;
    height: inherit;
    padding: 8px 12px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
}

.form-control:focus {
    border-color: #7952b3;
    box-shadow: 0 0 0 3px rgba(121, 82, 179, 0.25);
}

.input-group-addon {
    background-color: #c5e4ff;
    border: none;
    border-radius: 2px;
}

.ss-icon,
.ss-icon.ss-glyphish-outlined,
[class^='ss-']:before,
[class*=' ss-']:before,
[class^='ss-'].ss-glyphish-outlined:before,
[class*=' ss-'].ss-glyphish-outlined:before,
[class^='ss-'].right:after,
[class*=' ss-'].right:after,
[class^='ss-'].ss-glyphish-outined.right:after,
[class*=' ss-'].ss-glyphish-outlined.right:after {
    font-size: 1.2em;
    margin-right: 4px;
    vertical-align: middle;
}

.panel {
    border-radius: 13px;
}

.panel-default {
    border-color: transparent;
    box-shadow: 0 1px 1px 0 rgba(9, 30, 66, 0.25),
        0 0 1px 0 rgba(9, 30, 66, 0.31);
}

.panel-default .panel-heading {
    border-bottom: none;
    background-color: inherit;
    border-radius: 13px;
}

.panel-title {
    font-size: 1.4em;
}

.panel-title a {
    color: #1ca8dd;
}

.panel-footer {
    background-color: white;
    border-top: none;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

footer {
    margin-top: 70px;
}

.input-group-addon {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.dashhead-title,
.panel-title,
.btn {
    text-transform: capitalize;
}

.dashhead-subtitle {
    color: #b39a85;
}

.btn.btn-pill:focus {
    outline-width: 0px;
}

.navbar-brand .glyphicon {
    margin-top: -4px;
}

.text-error {
    color: red;
}

.field-validation-error {
    color: red;
}

.form-control-inline {
    display: inline-block;
}

.big-vertical-space {
    margin-top: 70px;
}

.title-link {
    float: right;
    margin-top: 35px;
}

.title-link button {
    padding: 0px;
}

.strong-hilite {
    color: #fc6ba3;
}

/* --- Navbar items --- */

div.navbar.navbar-default {
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1),
        0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
    border-bottom-width: 0px;
    background-color: white;
    font-family: 'Nunito', 'Helvetical Neue', sans-serif;
    font-size: 0.9em;
}

/* --- Datepicker --- */

.ui-widget {
    font-family: 'Nunito', 'Helvetica Neue', sans-serif;
}

.ui-widget-header,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    background-image: none;
    background-color: #ebebeb;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background-color: aliceblue;
    background-image: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background-color: cornsilk;
    border: 1px solid #fcefa1;
}

.datepicker {
    cursor: pointer;
    border-radius: 2px;
}

#ui-datepicker-div {
    padding: 1px 1px 5px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

#ui-datepicker-div .ui-datepicker-header {
    font-size: 1em;
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    color: #333;
}

#ui-datepicker-div .ui-datepicker-header span.ui-icon {
    /*background: none;*/
    position: relative;
    top: 14px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 1.3em;
    width: 1em;
    overflow: hidden;
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-title {
    text-align: center;
    font-size: 1.1em;
}

#ui-datepicker-div .ui-datepicker-prev {
    float: left;
}

#ui-datepicker-div .ui-datepicker-next {
    float: right;
}

#ui-datepicker-div .ui-datepicker-prev span.ui-icon:before {
    content: '\e132';
}

#ui-datepicker-div .ui-datepicker-prev-hover span.ui-icon:before {
    color: #000;
}

#ui-datepicker-div .ui-datepicker-next span.ui-icon:before {
    content: '\e131';
}

#ui-datepicker-div .ui-datepicker-next-hover span.ui-icon:before {
    color: #000;
}

#ui-datepicker-div .ui-datepicker-current-day a {
    background: #0088cc;
    color: white;
}

#ui-datepicker-div .ui-datepicker-calendar td a {
    background-image: none;
    display: block;
    text-align: right;
    padding: 6px 6px;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-hover {
    background-color: #0088cc;
    color: white;
    text-decoration: none;
}

td.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled {
    opacity: 0;
}

/* --- Errors & Warnings --- */

.validation-summary-errors,
p.warning {
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #db5565;
    margin-bottom: 10px;
    margin-top: 10px;
}

.success-panel {
    background-color: #fff;
    border-left: 3px solid #1bc98e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 17px 25px;
}

.panel-body .success-panel {
    border-left-color: #00de22;
    box-shadow: none;
}

.success-panel h4 {
    color: #1bc98e;
}

.panel-body .success-panel h4 {
    color: #00de22;
}

.danger-panel {
    background-color: #fff;
    border-left: 3px solid red;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 17px 25px;
}

.panel-body .danger-panel {
    background-color: #e2ffe7;
    border-left-color: red;
    box-shadow: none;
}

.danger-panel h4 {
    color: red;
}

.panel-body .danger-panel h4 {
    color: red;
}

.info-panel {
    background-color: #fff;
    border-left: 3px solid #4f69e9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 17px 25px;
}

.panel-body>.info-panel,
.modal-body>.info-panel {
    background-color: #e9eeff;
    box-shadow: none;
}

.modal-content {
    border-radius: 16px;
}

.info-panel h4 {
    color: #4f69e9;
}

.search-panel {
    background-color: #fff;
    border-left: 3px solid #8b6cff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 17px 25px;
}

.search-panel h4,
.search-panel .search-title {
    color: #8b6cff;
}

.bb-guest-panel {
    border-left: none;
    border-radius: 5px;
}

.bb-hidden-panel {
    display: none;
}

.statcard-primary {
    background-color: #4f69e9;
}

.validation-summary-errors ul li {
    padding: 25px 10px;
}

p.warning {
    padding: 25px;
}

.bb-warning-panel {
    background-color: #fff;
    border-left: 3px solid #ff9002;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 17px 25px;
}

.panel-body .bb-warning-panel,
.modal-body .bb-warning-panel {
    background-color: #fff5e7;
    box-shadow: none;
}

.bb-warning-panel>h4,
.info-panel>h4,
.success-panel>h4 {
    text-transform: capitalize;
}

.bb-warning-panel .strong-hilite {
    color: inherit;
    font-weight: bold;
}

.bb-warning-panel h4 {
    color: #ff9002;
}

.bb-topless-table.table>tbody>tr:first-child>td {
    border: none;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: none;
}

.app-footer {
    background-color: #2595ff;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-top: 160px;
    padding: 100px 15px;
}

.app-footer a {
    color: #fff;
}

.app-footer .text-uppercase {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.app-footer .text-muted {
    color: rgba(255, 255, 255, 0.7);
}

.dashhead form {
    display: inline;
}

.panel-active {
    color: #78d631;
    float: right;
}

/* -- Clean up Dashhead on smaller screens -- */

.bb-dashhead-item:not(.btn-block) {
    margin-left: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 640px) {
    .bb-dashhead-item {
        width: 100%;
        margin-bottom: 5px;
        margin-top: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .bb-dashhead-item:not(.btn-block) {
        margin-left: 0px;
        margin-right: 0px;
    }
}

/* --- Circular Buttons --- */

h3 .statcard-desc {
    font-size: 55%;
}

.btn-circle {
    font-size: 0.9em;
    width: 30px;
    height: 30px;
    line-height: 1.4;
    padding: 6px 0;
    text-align: center;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 13px;
    line-height: 1.2;
    margin-right: 7px;
    margin-top: -10px;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 35px;
}

/* --- Staff Members --- */

.staff-preview-photo {
    width: 45px;
}

@media only screen and (max-width: 640px) {
    .staff-preview-photo {
        width: 30px;
    }
}

/* --- Raised buttons --- */

.floating {
    box-shadow: 0 1px 0 rgba(12, 13, 14, 0.1), 0 1px 3px rgba(12, 13, 14, 0.1),
        0 4px 20px rgba(12, 13, 14, 0.035), 0 1px 1px rgba(12, 13, 14, 0.025);
}

.btn {
    will-change: transform;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

@-moz-document url-prefix() {
    .btn {
        will-change: unset;
        transition: none;
    }

    .form-control {
        transition: none;
    }
}

.btn:not(.btn-pill):not(.btn-xs):not(.btn-sm):not(.btn-link) {
    padding: 1.02rem 1.3rem;
}

.btn:not(.btn-pill):not(.btn-link):not(.btn-primary-outline):not(.btn-info-outline):not(.btn-success-outline):not(.btn-warning-outline):not(.btn-danger-outline) {
    box-shadow: 0 0 0 0.5px rgba(50, 50, 93, 0.17),
        0 2px 5px 0 rgba(50, 50, 93, 0.1), 0 1px 1.5px 0 rgba(0, 0, 0, 0.07),
        0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 0 0 0 transparent;
}

.btn.btn-warning-outline {
    color: #ff9002;
    border: 1px solid #ff9002;
}

.btn.btn-warning-outline:hover,
.btn.btn-warning-outline:focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active,
.btn.btn-warning-outline:active:focus,
.btn.btn-warning-outline:active:hover,
.btn.btn-warning-outline.active:focus,
.btn.btn-warning-outline.active:hover,
.open>.btn.btn-warning-outline.dropdown-toggle,
.open>.btn.btn-warning-outline.dropdown-toggle:focus,
.open>.btn.btn-warning-outline.dropdown-toggle:hover {
    background-color: #ff9002;
    color: #fff;
}

/* --- Button ripple --- */

.btn {
    position: relative;
    overflow: hidden;
}

.btn:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    20% {
        transform: scale(25, 25);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

.btn:focus:not(:active)::after {
    animation: ripple 1s ease-out;
}

/* --- Custom button values --- */

.btn:not(.btn-pill):not(.btn-primary-outline):not(.btn-info-outline):not(.btn-success-outline):not(.btn-warning-outline):not(.btn-danger-outline) {
    border: 0 none;
    letter-spacing: 1px;
}

.btn:focus:not(.btn-pill):not(.btn-primary-outline):not(.btn-success-outline),
.btn:active:focus:not(.btn-pill):not(.btn-primary-outline):not(.btn-success-outline),
.btn.active:focus:not(.btn-pill):not(.btn-primary-outline):not(.btn-success-outline) {
    outline: 0 none;
}

/* --- Upload loader --- */

.bb-upload-loader {
    border: 13px solid #f3f3f3;
    border-top: 13px solid #3498db;
    border-bottom: 13px solid #3498db;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Select */

.select2-container--default .select2-selection--single {
    border-color: #d5d5d5;
    border-radius: 7px;
    height: inherit;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 6px;
    padding-bottom: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    padding-top: 40px;
}

/* --- Slideout menu --- */

body {
    width: 100%;
    height: 100%;
}

.slideout-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 256px;
    min-height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    display: none;
}

.slideout-menu-left {
    left: 0;
}

.slideout-menu-right {
    right: 0;
}

.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
    background-color: #f7efe7;
    /* A background-color is required */
    min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

.table {
    background-color: #fff;
}

.popover-title {
    background-color: #4f69e9;
    color: #fff;
}

hr {
    border-top-color: #e5d8cc;
}

.hr-divider:before {
    background-color: #e5d8cc;
}

.hr-divider-content {
    background-color: #f7efe7;
    color: #b39a85;
}

.hr-divider-content,
.hr-divider-nav>li>a {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 640px) {
    .hr-divider-content {
        font-size: 1.8em;
        font-weight: 500;
        text-transform: none;
    }

    .hr-divider-nav>li>a {
        font-size: 0.85em;
        font-weight: 500;
        text-transform: none;
    }
}

.panel-default>.panel-body>.hr-divider>.hr-divider-content,
.panel-default>.panel-footer>.hr-divider>.hr-divider-content,
.panel-default>form>.panel-body>.hr-divider>.hr-divider-content,
.panel-body>div div>.hr-divider-content {
    background-color: #fff;
}

.panel:before {
    content: '';
    display: block;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* --- Hamburger --- */

.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
    background-color: #fff;
}

.hamburger-box {
    margin-right: 10px;
}

.navbar-header {
    margin-top: 10px;
}

@media only screen and (max-width: 640px) {
    .navbar-header {
        margin-top: 3px;
    }

    #panel>.body-content {
        padding-top: 85px;
    }
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    border-radius: 2px;
    height: 2px;
    width: 34px;
}

.hasDatepicker {
    cursor: pointer;
}

.form-control.hasDatepicker[readonly] {
    padding-left: 35px;
}

.ui-datepicker {
    font-size: 0.9em;
    z-index: 2005 !important;
}

.ui-datepicker-calendar .highlight>a {
    background-color: #b0d7ed !important;
}

@media only screen and (min-width: 640px) {
    .booking-right-panel {
        font-size: 0.91em;
    }
}

/* --- Date Range Picker --- */

.bb-range-picker-box {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    padding: 5px 12px;
    padding-bottom: 7px;
}

.form-control.hasDatepicker[readonly].bb-range-picker {
    border: none;
    display: inline-block;
    font-size: 0.9em;
    padding: 2px 5px;
    width: 117px;
}

@media (min-width: 1281px) {

    /* hi-res laptops and desktops */
    .form-control.hasDatepicker[readonly].bb-range-picker {
        width: 142px;
    }
}

@media only screen and (max-width: 640px) {
    .form-control.hasDatepicker[readonly].bb-range-picker {
        width: 92px;
    }
}

.form-control.hasDatepicker[readonly].bb-range-picker:focus {
    background-color: #07aee4;
    border-radius: 2px;
    color: white;
    font-weight: bold;
}

.bb-range-picker-arrow {
    margin-top: -1px;
}

.bb-booking-bar-btn {
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn-default.bb-guest-selector {
    color: #555;
    padding: 8px 12px;
}

.billing-items-totals {
    font-size: 1.2em;
}

.form-control {
    padding: 1.15rem 1rem;
}

.info-footer {
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.pie-chart-legend {
    padding-left: 0px;
}

.pie-chart-legend>li {
    display: inline-block;
    margin-left: 7px;
}

/* --- Navigation Overlay --- */

.overlay {
    left: 0;
    top: 0;
    width: 0;
    position: fixed;
    /* Stay in place */
    z-index: 1064;
    /* Sit on top */
    overflow-x: hidden;
    /* Disable horizontal scroll */
    background-color: #3f46ad;
    /* Fallback color */
    background-color: rgba(63, 70, 173, 0.95);
}

.overlay-content {
    margin-top: 52px;
    position: relative;
    text-align: center;
    width: 100%;
}

.overlay h3 {
    color: #1ca8dd;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.overlay a {
    color: #fff;
    display: block;
    padding-top: 4px;
    padding-bottom: 1px;
    text-transform: capitalize;
}

.overlay a:hover,
.overlay a:focus {
    background-color: #3fe5ac;
    color: #555;
    text-decoration: none;
}

#overlay-close {
    margin-top: 12px;
}

#overlay-close-btn {
    background-color: #563d7c;
    border-radius: 4px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .overlay a {
        font-size: 20px;
    }

    #overlay-close {
        margin-top: 4px;
    }
}

.sidemenu-brand-img {
    border-radius: 7px;
    max-width: 75%;
}

.nav>li>a>img.bb-flag,
.bb-flag {
    max-width: 16px;
}

.scrollable-menu {
    height: auto;
    max-height: 520px;
    overflow-x: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.bb-select-rooms-title {
    color: inherit !important;
    background-color: inherit !important;
    font-weight: 700 !important;
}

/*--- Blink ---*/

.bb-blink-background {
    background-color: #d9f6ff;
}

.bb-blink {
    -webkit-transition: background 0.5s ease-in-out;
    -ms-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
}

.bb-room-user {
    margin-top: -8px;
    width: 21px;
}

.callout {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 22px;
    color: #000000;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

@media only screen and (min-width: 640px) {
    .callout {
        width: 75%;
        margin: auto;
        margin-bottom: 22px;
    }
}

.callout-content,
.callout-secondary {
    display: table-cell;
    padding: 15px 20px;
    vertical-align: middle;
}

.callout-content {
    color: #6a6b6c;
    font-size: 1.15em;
    font-weight: 400;
}

.callout-secondary {
    width: 1%;
    background-color: #f5f7f9;
    border-left: 1px solid #eeeeee;
}

.text-strong {
    font-weight: bold;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #563d7c;
    color: #fff;
    transition: all 0.3s;
    font-size: 0.9em;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #674d8e;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #4e3476;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

#sidebar ul li a:hover,
#sidebar ul li a:active,
#sidebar ul li a:focus {
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #563d7c;
    background: #3fe5ac;
}

#sidebar ul li.active>a,
a[aria-expanded='true'] {
    color: #fff;
}

a[data-toggle='collapse'] {
    position: relative;
}

#sidebar a[aria-expanded='false']::before,
#sidebar a[aria-expanded='true']::before {
    content: '\EA49';
    display: block;
    position: absolute;
    right: 20px;
    top: 14px;
    font-family: 'toolkit-entypo';
    font-size: 0.6em;
}

#sidebar a[aria-expanded='true']::before {
    content: '\EA4C';
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
}

#sidebar ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 55px !important;
}

#sidebar ul ul ul ul a {
    font-size: 0.9em !important;
    padding-left: 75px !important;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.sidemenu-btn,
#sidebar a.sidemenu-btn:hover {
    background: #674d8e;
    color: #fff;
}

#sidebar a.sidemenu-white-btn,
#sidebar a.sidemenu-white-btn:hover {
    background: #fff;
    color: #563d7c;
}

a.article,
a.article:hover {
    background: #674d8e !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    min-height: 100vh;
    transition: all 0.3s;
}

@media (max-width: 768px) {
    #content {
        width: 100%;
    }
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

#sidebar #LocationSelector[aria-expanded='false']::before,
#sidebar #LocationSelector[aria-expanded='true']::before {
    top: 27px;
}

#LocationSelector h3 {
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    margin-top: 13px;
    margin-bottom: 13px;
}

/* --- Panels --- */

.panel-default>.table {
    background-color: transparent;
    margin-bottom: 10px;
}

.panel-default>.table>thead>tr>th {
    background-color: #f9fbfd;
    color: #95aac9;
    font-family: 'Work Sans', Arial, Helvetica, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #edf2f9;
    border-top: 1px solid #edf2f9;
    text-transform: uppercase;
    font-size: 0.8em;
}

@media only screen and (min-width: 640px) {
    .panel-default>.table>thead>tr>th {
        padding: 1.3em;
    }
}

.panel-default>.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #edf2f9;
}

.panel-default>.table>tbody>tr>td {
    vertical-align: middle;
    border-top: 1px solid #edf2f9;
    padding-bottom: 1.1em;
    padding: 1.1em;
}

.btn-white {
    background-color: #fff !important;
    border: 1px solid #cdd5e0 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    color: #283e59 !important;
    padding: 0.3em 0.9em !important;
}

.btn-white:hover,
.btn-white:focus {
    border-color: #d2ddec !important;
    background-color: #f9fbfd !important;
}

.btn-white:active {
    border-color: #dfdfdf !important;
    background-color: #e7e7e7 !important;
}

.btn-white-extras {
    display: inline;
}

.btn-white-extras>button {
    border: none !important;
    color: #cdd5e0 !important;
    margin-left: 7px !important;
}

@media only screen and (max-width: 640px) {
    .btn-white-extras {
        display: none;
    }
}

.panel-heading>.btn-white {
    float: right;
    margin-top: -7px;
}

.dropdown-submit {
    background-color: #fff;
    box-shadow: none;
    border: none;
    width: 100%;
    text-align: left;
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.dropdown-submit:hover {
    background-color: #3fe5ac;
    color: #fff;
}

#universal-searchbox {
    margin-left: 11px;
    max-width: 90%;
}

#universal-searchbox>input {
    background-color: #563d7c;
    border-color: #563d7c;
    border-radius: 25px;
    color: #fff;
}

#universal-searchbox>input:focus {
    background-color: #fff;
    color: #563d7c;
}

#universal-searchbox>input::placeholder {
    /*color: #997fbf;*/
    color: #fff;
}

.bb-refund-info {
    border: 1px solid #ff9002;
    border-radius: 13px;
    background-color: #ff900212;
}

.braintree-placeholder {
    height: 0px;
    margin-bottom: 0px;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 5px;

    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

@media only screen and (min-width: 640px) {
    #mobile-nav {
        display: none;
    }
}
