﻿/* Bootstrap Validation Summary Override */
/* Bootstrap Validation Summary Override */
.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    margin-bottom: 0;
    padding-left: 1rem;
}

.alert.validation-summary-errors {
    margin-bottom: 1rem;
}

.col-0 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.166665%;
    flex: 0 0 4.166665%;
    max-width: 4.166665%;
    width: 4.166665%;
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 8.33333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%;
    width: 16.66666%;
}

.dataTables_empty {
    font-size: 1.5rem !important;
}

/* Reference classes, no implementation */
.base,
.needs-validation,
.flex-start,
.text-faded,
.app-container-demo,
.lang-js,
.lang-csharp,
.has-tooltip,
.has-popover {
}

/* Keeps analyzers happy */
.js-waves-off,
.js-waves-on,
.js-get-date,
.js-collapse,
.js-modal-settings,
.js-filter-message,
.js-buttons,
.js-icon-class,
.js-icon-copy,
.js-bg-color,
.js-bg-gradient,
.js-bg-gradient-demo,
.js-bg-target {
}

/* Small word wrap correction */
section > ol > li {
    word-break: break-all;
}

code {
    border: 1px solid silver;
    padding: 0.03rem 0.2rem !important;
}

pre.prettyprint {
    border-radius: 0.2rem;
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
}

.documentation h2 {
    color: var(--primary);
}

.documentation th:first-child,
.documentation th:nth-child(3) {
    width: 16%;
}

.documentation blockquote {
    margin-left: 1rem;
    padding: 1rem 1rem 0.01rem 1rem;
    font-weight: 400;
    border-radius: 0 4px 4px 0;
    background: #edf2f9;
    border-left: 3px solid var(--primary);
}

    .documentation blockquote.info {
        background: #edf2f9;
        border-left: 3px solid var(--info);
    }

    .documentation blockquote.warning {
        background: #fff4db;
        border-left: 3px solid var(--warning);
    }

    .documentation blockquote.danger {
        background: #fadeeb;
        border-left: 3px solid var(--danger);
    }

/* Enter custom CSS rules for your application here */
.page-sidebar, .nav-footer, .bg-brand-gradient {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #007991;
}
.nav-function-fixed .nav-footer {
    background: #007991;
}
.page-logo{
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(51, 148, 225, 0.18)), to(transparent));
    background-image: linear-gradient(270deg, rgba(51, 148, 225, 0.18), transparent);
    background-color: #fff;
}
.nav-menu li a > [class*="fa-"], .nav-menu li a > .ni {
    color: #dedede;
}
.nav-menu li a {
    color: #dedede;
}
.nav-footer .nav-footer-buttons > li > a {
    color: #dedede;
}
.page-header {
    height: 6.125rem;
}
.page-logo {
    height: 6.125rem;
}
.page-logo img {
        width: 120px;
        height: 70px;
    }
.page-logo-text
{
    display: none;
}
.circleIcon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #fd3995;
    background: #159b47;
}
.circleIconSmall {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 15px;
}
.header-btn[data-class="mobile-nav-on"] {
    border-color: #fc077a;
    border-color: #118aa2;
    background-color: #fd2087;
    background-color: #007991;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#007991), to(#118aa2));
    background-image: linear-gradient(to top, #007991, #118aa2);
    color: #fff;
    width: 3.875rem;
}
.jumpto-nav {
    opacity: 0.8;
    box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
    margin-bottom: 5px;
    background-color: #edf2f9;
}
    .jumpto-nav.sticky-top {
        z-index: 20;
    }
    .jumpto-nav .navbar-toggler-icon {
    font-size: 13px;
}
.jumpto-nav .navbar-toggler
{
    padding: 6.5px 12px;
}
#banner-notification-holder {
    margin-bottom: calc(1.5rem + 0.625rem);
}
#banner-notification-holder:not(:empty) {
    margin-top: calc(-1.5rem);
 }
.banner-notification {
    background: #ff8040;
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    color: #fff;

}

.banner-notification a {
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px !important;
    line-height: 14px !important;
}
.banner-notification a:hover {
    color: #dddddd;
}
.alert-dissmiss-button {
    z-index: 999;
}
.notificationAlert:hover
{
    opacity:0.8;
}
.notificationAlertContent {
    padding-right: 20px;
}
.notificationsHolder {
    margin-top: -20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: #886ab5;
    color: #fff;
}

.nav-tabs .nav-item .nav-link.active:not(:hover) {
    color: #fff;
}
.externalMapList a[target]:not(.btn) {
    text-decoration: none !important;
}
@media only screen and (max-width: 576px) {
    .page-header {
        height: 4.125rem;
    }
    .booking-email-div
    {
        max-width: 150px;
    }
    #banner-notification-holder:not(:empty) {
        margin-top: calc(-1.5rem);
    }
}
@media only screen and (max-width: 376px) {
    #banner-notification-holder:not(:empty) {
        margin-top: calc(-1.5rem);
    }
    .booking-email-div {
        max-width: 100px;
    }

    
}
@media only screen and (max-width: 992px) {
    #banner-notification-holder:not(:empty) {
        margin-top: calc(-1.5rem);
    }
    .sticky-top {
        top: 66px;
    }
    .jumpto-nav {
        background-color: #edf2f9;
    }
    .page-header {
        height: 4.125rem;
    }
}
