﻿.modal {
    overflow: auto !important;
}

.bg-menu {
    background-color: rgb(247, 247, 245);
}

.navbar.bg-menu {
    border-bottom: solid 1px #eee;
}

#navBar {
    padding: 0;
}

.top-menu .sidebar-header {
    display: none;
    padding: 1rem;
    border-bottom: solid 1px rgba(0,0,0,.2);
}

body {
    font-family: Roboto, sans-serif;
}



.side-nav-mode .top-menu {
    position: fixed;
    top: 0px;
    left: -268px;
    bottom: 0;
    width: 268px;
    overflow-y: auto;
    display: block;
    transition: all .25s;
    z-index: 1000;
    align-items: flex-start;
}

.side-nav-mode .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.expand-nav .top-menu {
    left: 0;
}

.expand-nav #sidenav-overlay {
    display: block;
}

/*.expand-nav .nav-header {
    display: block;
}

.expand-nav .navbar-nav .nav-link {
    padding: 12px 40px 12px 24px;
}

.expand-nav .nav-link.logout {
    border-top: solid 1px #808080;
    border-bottom: solid 1px #808080;
}

.navbar-nav .nav-link .fas {
    margin-right: .5rem;
}*/
@media screen and (max-width: 991px) {
    .top-menu {
        position: fixed;
        top: 0px;
        left: -268px;
        bottom: 0;
        width: 268px;
        overflow-y: auto;
        display: block;
        transition: all .25s;
        z-index: 1000;
    }

    .main-menu {
        padding-left: 1rem;
    }

    .top-menu .sidebar-header {
        display: block;
    }
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0,0,0,.5);
    z-index: 997;
    will-change: opacity;
    transition: .25s;
    display: none;
}


/*.nav-header {
    display: none;
    padding: 15px;
    border-bottom: solid 1px #808080;
    color: white;
}

    .nav-header .logo {
        width: 150px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }

    .nav-header .account {
        font-size: 1rem;
        margin-left: 10px;
    }

        .nav-header .account .fas {
            margin-right: 0.5rem;
        }*/
.carousel-caption > h5, .carousel-caption > p {
    color: black;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: black;
    font-size: 2rem;
}

.carousel-caption {
    left: 50px;
    top: 10%;
    right: 50%;
    bottom: auto;
    text-align: left;
    text-shadow: none;
    color: #353535;
    z-index: 0;
}

.carousel-inner h1 {
    color: rgb(0, 106, 166);
    font-size: 36px;
}

.carousel-caption h1 {
    padding-bottom: 25px;
    margin-top: 0px;
    padding-top: 0px;
}

.carousel-caption p {
    padding-bottom: 15px;
    font-size: 21px;
    line-height: 21px;
}

.carousel {
    font-family: Tahoma;
}

.carousel-control-prev, .carousel-control-next {
    max-width: 40px;
}


.marketing h2 {
    font-size: 30px;
    font-weight: normal;
}

.marketing p {
    font-size: 13px;
}

.container-marketing {
    margin-top: 6rem;
}

    .container-marketing > hr {
        margin: 80px 0; /* Space out the Bootstrap <hr> more */
    }

.promo {
    margin-top: -40px;
}

    .promo .linkRef, .promo a.linkRef {
        color: graytext;
        cursor: default;
        font-family: Tahoma;
        font-size: 5px;
        text-decoration: none;
    }

    .promo .system_info {
        color: Gray;
        display: inline-block;
        font-family: Calibri;
        font-size: x-small;
        width: 100px;
        float: left;
        margin: 0 20px 0 0;
    }

.footer {
    padding: 2rem 0;
}

    .footer .copy {
        font-size: 0.75rem;
    }

.footer, footer a, footer a:hover {
    color: #ededed;
}

    .footer ul {
        list-style-type: none;
        padding: 0;
    }







.card-w-600 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto
}


html, body, form {
    min-height: 100vh;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-top: 60px; /*Navbar height*/
    padding-bottom: 247px; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 247px; /* Footer height */
}

@media screen and (max-width: 991px) {
    #content-wrap {
        padding-bottom: 285px; /* Footer height */
    }

    #footer {
        height: 285px; /* Footer height */
    }
}

@media screen and (max-width: 767px) {
    #content-wrap {
        padding-bottom: 606px; /* Footer height */
    }

    #footer {
        height: 606px; /* Footer height */
    }
}

.dateEdit-fix .dxbs-calendar .calendar-view > .card-header {
    color: black;
}

.light-box {
    position: relative;
    height: 600px;
    margin-bottom: 40px
}

    .light-box .background {
        background-image: url('/images/logos/background/background.png');
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .light-box .container {
        position: relative;
        text-align: center;
        color: white;
        padding-top: 200px;
    }

        .light-box .container h1 {
            font-weight: bold;
        }

        .light-box .container p {
            font-size: 18px;
        }
