﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/*:root {
    --bahama-blue: #005595;
    --scooter-blue: #38C1CF;
    --tan-hide-red: #F68D62;
    --curious-blue: #2C8ECE;
    --river-bed-grey: #455560;
    --malibu-blue: #7DCEF3;
    --sail-blue: #BFE7FB;
    --broom-yellow: #fde724;
    --slate-gray: #77849A;
}*/


main {
    overflow: auto;
}

div {
    height: auto;
}

    div.table-container {
        overflow: auto;
    }

#container,
#container > div {
    min-height: 80vh;
}


#side-nav {
    background: #BFE7FB;
    padding: 0;
}

    #side-nav ul {
        width: 100%;
        text-align: left;
    }

#top-nav {
    background: white;
    padding: 0;
    height: 60px;
}


    #top-nav .navbar-collapse,
    #top-nav .navbar-collapse > ul,
    #top-nav .navbar-collapse > ul > li {
        height: 100%;
    }

    #top-nav .navbar-brand {
        text-align: left;
        padding: 0 8px;
        font-size: x-large;
        white-space: normal;
        text-align: center;
        word-break: break-all;
        background: white;
    }

        #top-nav .navbar-brand img {
            width: 10em;
        }

    #top-nav .nav-link {
        padding: 16px;
    }

li.nav-item > .nav-link.active,
li.nav-item > .nav-link:hover {
    background: rgba(0,0,0,0.1);
}

li.nav-item.collapsing {
    transition: none;
}

#top-nav a,
#side-nav a,
.navbar-brand {
    color: #455560;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    font-weight: 100;
}

#side-nav a {
    padding: 10px;
    color: #455560
}

.btn {
    color: #fff;
    border: none;
    border-radius: 0;
}

    .btn:disabled,
    .btn.disabled {
        opacity: 0.4;
    }

    .btn:hover,
    .btn:active,
    .btn:focus,
    .btn:not(:disabled):not(.disabled):active:focus,
    .btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn.dropdown-toggle:focus,
    .btn:not(:disabled):not(.disabled):active,
    .btn:not(:disabled):not(.disabled).active,
    .show > .btn.dropdown-toggle {
        box-shadow: none;
        opacity: 0.8;
    }

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #F68D62;
}

.btn-info {
    background-color: #2C8ECE;
}

.btn-danger {
    background-color: #F68D62;
    border-color: #455560;
}

.btn-warning {
    background-color: #FDE724;
}

.btn-secondary {
    background-color: #38C1CF;
}

.btn-light {
    background-color: #BFE7FB;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-danger {
    color: #F68D62 !important;
}

.text-primary {
    color:  #005595;
}

.text-secondary {
    color: #38C1CF;
}

.text-info {
    color: #2C8ECE;
}

.text-warning {
    color: #FDE724;
}


h1.heading {
    font-size: 48px;
}

h2.heading {
    font-size: 44px;
}

h3.heading {
    font-size: 40px;
}

h4.heading {
    font-size: 36px;
}

h5.heading {
    font-size: 32px;
}

h6.heading {
    font-size: 28px;
}

.sub-heading,
h1.sub-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    color:  #005595;
    font-weight: 900;
}


h2.sub-heading {
    font-size: 23px;
}

h3.sub-heading {
    font-size: 22px;
}

h4.sub-heading {
    font-size: 21px;
}

h5.sub-heading {
    font-size: 20px;
}

h6.sub-heading {
    font-size: 18px;
}

intro-text {
    font-family: 'Raleway', sans-serif;
    color:  #005595;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 60px;
}

h1.intro-text {
    font-size: 18px;
}

h2.intro-text {
    font-size: 17.4px;
}

h3.intro-text {
    font-size: 16px;
}

h4.intro-text {
    font-size: 15.4px;
}

h5.intro-text {
    font-size: 14.8px;
}

h6.intro-text {
    font-size: 14px;
}

body,
.text-regular {
    font-family: 'Roboto Slab', serif;
    color: #77849A;
    /*font-size: clamp(8px,0.1vw,12px);*/
}

.text-smaller {
    color: #77849A;
    font-family: 'Roboto Slab', serif;
    font-size: clamp(8px,0.09vw,10px);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: white;
    line-height: 60px; /* Vertically center the text there */
}

.nav-link[data-toggle] {
    position: absolute;
    right: 0;
    top: 0;
}

    .nav-link[data-toggle].collapsed:before {
        content: " ▾";
    }

    .nav-link[data-toggle]:not(.collapsed):before {
        content: " ▴";
    }

.table th {
    white-space: nowrap;
}

.bhps-form-inline {
    display: inline-block;
}

.table thead, table.dataTable th {
    background: #005595;
    color: white;
    font-family: 'Raleway', sans-serif;
}



.no-wrap {
    white-space: nowrap;
}
/*.sidebar .nav .nav-item {
    padding: 0;
}

    .sidebar .nav .nav-item .nav-link {
        padding: 1.125rem;
    }
*/
.page-item.active .page-link {
    background-color:  #005595;
    border-color:  #005595;
}

.delete-button,
.edit-button {
    padding: 8px !important;
}

.order-list {
    /*height: calc(100vh - 210px);*/
}

.loader-overlay {
    height: 100vh;
    width: 100vw;
    z-index: 1050;
    background: rgba(0,0,0,0.15);
}
select.form-control:not([size]):not([multiple]) {
    padding: 5px;
    padding-right: 15px;
    height: 30px;
    outline: 0.1px solid #D8D8D8;
}

.dt-buttons{
    margin :5px 0;
}
#search-clear-button{
    max-width:unset !important;
}