﻿.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.panel-info .panel-heading {
    color: #fff;
    background-color: #033c73;
}

.panel-info .panel-title {
    color: #fff;
}

.yesNoSelector {
    color: #808080;
    background-color: white;
    border-color: #808080;
}

.yesNoSelected {
    color: #ffffff !important;
    background-color: #1990d5 !important;
    border-color: #1684c2 !important;
}

.survey-content {
    top: 5% !important;
    right: 5% !important;
    bottom: 5% !important;
    left: 5% !important;
    z-index: 20000;
    max-width: 100% !important;
}

    .survey-content .modal-body {
        overflow: auto;
        max-height: 90%;
    }

.btn-info {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#04519b),color-stop(60%,#033c73),to(#02325f));
    background-image: -webkit-linear-gradient(#04519b,#033c73 60%,#02325f);
    background-image: -moz-linear-gradient(top,#04519b,#033c73 60%,#02325f);
    background-image: linear-gradient(#04519b,#033c73 60%,#02325f);
    background-repeat: no-repeat;
    border-bottom: 1px solid #022241;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b',endColorstr='#ff02325f',GradientType=0);
}

.label-primary {
    background-color: #2fa4e7;
}

.navbar-inverse {
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#04519b),color-stop(60%,#044687),to(#033769)) !important;
    background-image: -webkit-linear-gradient(#04519b,#044687 60%,#033769) !important;
    background-image: -moz-linear-gradient(top,#04519b,#044687 60%,#033769) !important;
    background-image: linear-gradient(#04519b,#044687 60%,#033769) !important;
    background-repeat: no-repeat !important;
    border-bottom: 1px solid #022241 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b',endColorstr='#ff033769',GradientType=0) !important;
    filter: none !important;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff !important;
        background-color: #022f5a !important;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff !important;
        background-color: #022f5a !important;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-brand {
        color: #fff !important;
    }

.navbar-inverse {
    background-color: #033c73 !important;
    border-color: #022f5a !important;
}

a {
    color: #2fa4e7;
    text-decoration: none;
}

output {
    display: inline;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #fff;
    outline: none;
    border: 1px solid transparent;
}

.row {
    margin-left:-5px;
    margin-right:-5px;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    padding: 0px !important;
}

.ui-widget-header {
    border: none;
    background: transparent;
    color: #fff;
    font-weight: bold;
}


        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #0069d6;
            text-decoration: none;
            font-weight: normal !important;
        }

.ui-widget-content {
    border: none !important;
    background: white !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border-bottom: 1px solid lightgray !important;
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    background: #fff !important;
    font-weight: normal !important;
}


.ui-tabs .ui-tabs-nav li{
    margin: 0 0 0 0 !important;
}
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #0069d6;
    text-decoration: none;
}

.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: 1px solid lightgray !important;
    background: #eee !important;
    background-color: #eee !important;
    font-weight: normal !important;
    color: #0069d6 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #ccc !important;
    border-bottom: 1px solid transparent !important;
    background: #fff !important;
    font-weight: bold !important;
    color: #0069d6 !important;
}

.nav-tabs > li > a:hover {
    border-color: transparent !important;
}


.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none !important;
    background-color: #eee !important;
    border-color: transparent !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a:focus, .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
    background-color: #fff !important;
}

.modalInformation {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    width: 300px;
    overflow: hidden;
    outline: 0;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    outline: medium none;
    position: fixed;
    z-index: 1050;
}

    .modalInformation .ui-dialog-buttonpane {
        text-align: left !important;
        border-width: 1px 0 0 0 !important;
        background-image: none !important;
        margin: .5em 0 0 0 !important;
        background-color: #f5f5f5 !important;
        padding: 5px 15px 5px !important;
        border-top: 1px solid #ddd !important;
        -webkit-border-radius: 0 0 6px 6px !important;
        -moz-border-radius: 0 0 6px 6px !important;
        border-radius: 0 0 6px 6px !important;
        -webkit-box-shadow: inset 0 1px 0 #ffffff !important;
        -moz-box-shadow: inset 0 1px 0 #ffffff !important;
        box-shadow: inset 0 1px 0 #ffffff !important;
        zoom: 1 !important;
        margin-bottom: 0 !important;
    }

    .modalInformation .ui-dialog-titlebar {
        /* padding: .4em 1em; */
        position: relative !important;
        padding: 5px 15px !important;
        border: 0px 0px 0px 1px solid !important;
        border-color: white !important;
        padding: 5px 15px !important;
        font-size: 18px !important;
        text-decoration: none !important;
        background: none !important;
        -moz-border-radius-bottomright: 0px !important;
        -webkit-border-bottom-right-radius: 0px !important;
        -khtml-border-bottom-right-radius: 0px !important;
        -moz-border-radius-bottomleft: 0px !important;
        -webkit-border-bottom-left-radius: 0px !important;
        -khtml-border-bottom-left-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom: 1px solid #ccc !important;
    }

    .modalInformation .ui-widget-header {
        margin: 1em 0;
    }

    .modalInformation .ui-dialog-titlebar-close {
        top: inherit;
        height: inherit;
    }

    .modalInformation .ui-dialog-titlebar-close {
        color: black;
    }

.modalInformation .ui-dialog-title {
    color: black;
}

.ui-dialog-content {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px !important;
}

#bannerContainer {
    height: 0px;
    min-height: 0px;
}

#contentContainer #contentsection .card-group {
    display: flex;
    flex-direction: column-reverse;
}


    #contentContainer #contentsection .card-group .card {
        border: none;
    }

        #contentContainer #contentsection .card-group .card .card-header {
            background-color: transparent;
            border-top: none !important;
            font-weight: 400;
            font-size: large;
        }

#loginSection .card-body {
    width: 400px;
}

label {
    font-weight: bold;
}

.col-md-1 {
    display: inline;
}

.navbar {
    background-color: #491111 !important;
    border-bottom: 5px solid #DACFCF !important;
    padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
    color: white !important;
    font-weight: bold !important;
    height: 50px;
    padding-top: 15px;
}

footer a {
    font-weight: bold !important;
    color: white !important;
}

a {
    color: #491111;
}

.btn-primary {
    background-color: #491111 !important;
    border: 1px solid #491111;
    color: white;
}

.btn-secondary {
    color: white;
}

#topnav .container {
    margin-left: auto;
    padding:0px;
}
    #topnav .container .navbar {
        height: 50px;
    }


    #contentContainer #contentsection .card-group {
        display: flex;
        flex-direction: column-reverse;
    }

    #contentContainer #contentsection .card-group .card {
        border: none;
    }

        #contentContainer #contentsection .card-group .card .card-header {
            background-color: transparent;
            border-top: none !important;
            font-weight: 400;
            font-size: large;
            color: #606060;
        }

#loginSection .card-body {
    width: 400px;
}

label {
    font-weight: bold;
    color: #606060;
}

.col-md-1 {
    display: inline;
}

.breadcrumb a:active {
    color: #491111;
}



.breadcrumb a:visited {
    color: #491111;
}

.breadcrumb a:link {
    color: #491111;
}

.download-indicator {
    display: none;
    color: #28a745;
    position: absolute;
    margin-top: -1px;
}
.breadcrumb-item a:hover {
    color: #491111 !important;
    text-decoration: underline !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #491111 !important;
    text-decoration: underline !important;
    background-color: white;
}

footer a:hover {
    color: white !important;
    text-decoration: underline !important;
}

.btn-primary:hover, .btn-secondary:hover {
    color: #491111 !important;
    background-color: white !important;
    border-color: white !important;
    text-decoration: underline !important;
}

.container {
    max-width: 100% !important;
}

#banner {
    background: url(images/header.jpg) no-repeat !important;
    height: 380px !important;
    width: 100% !important;
    background-size: 100% !important;
    min-width: 1500px;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

.navbar{
    float: left;
    width: 100%;
}

.navbar img {
    display: none;
}

.site-title {
    float: left;
    position: absolute;
    top: -350px;
    left: 100px;
    font-weight: bold;
}

.site-subtitle {
    position: absolute;
    top: -280px;
    left: 100px;
}

.site-name {
    position: absolute;
    top: -303px;
    left: 100px;
    font-weight: 100;
    font-style: italic;

}



.site-subtitle span, .site-name span {
    font-size: 20px !important;
}
.container {
    max-width: 1500px !important;
    padding: 0px;
}

.navbar-toggler-icon {
    width: 1.2em;
}

#bannerContainer {
    width: 100%;
    min-width: 100% !important;
}

.card-group.login-group {
    flex-direction: column-reverse;
    border: 1px solid transparent;
}

.card {
    border: 1px solid transparent;
}

#navigation2{
    z-index: 2;
}

@media (min-width: 1200px) {
    .navbar-header {
        position: relative;
        width: 700px;
    }

    .noBannerImage .navbar-header {
        position: relative;
        width: 525px;
    }

    .site-title:after {
        content: "";
        height: 1px;
        /* I've removed the vendor prefixes, if you are looking to support older browsers
       then refer to older version of this answer.
    */
        background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(147,147,147,1) 50%,rgba(0,0,0,0) 100%);
        display: block;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .noBannerImage .site-title:after {
        content: "";
        height: 0px;
        /* I've removed the vendor prefixes, if you are looking to support older browsers
       then refer to older version of this answer.
    */
        background: none;
        display: block;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .site-title span, .site-name span, .site-subtitle span {
        color: #491111 !important;
    }

    .noBannerImage .site-title span, .noBannerImage .site-name span, .noBannerImage .site-subtitle span {
        color: #fff !important;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        position: relative;
        width: 525px;
    }

    .noBannerImage .site-title span, .noBannerImage .site-name span, .noBannerImage .site-subtitle span {
        color: #fff !important;
    }
}

    div#bannerContainer\ noBannerImage #banner {
        background: none !important;
        height: 0px !important;
    }

    div#bannerContainer\ noBannerImage {
        background: none !important;
        height: 0px !important;
        width: 0px !important;
        background-size: 0px !important;
    }



    .navbar.noBannerImage {
        float: initial;
        width: initial;
        height: 90px;
    }

.noBannerImage .site-title, .noBannerImage .site-subtitle, .noBannerImage .site-name {
    position: initial !important;
}

    /*.noBannerImage img {
    display:inline;
}*/

    #searchbar\ noBannerImage {
        float: initial;
    }

    .navbar.noBannerImage img {
        display: initial;
        margin-top: 6px;
        width: 40px;
        height: 40px;
    }

    .noBannerImage .site-title {
        float: left;
        position: relative;
        top: 0px;
        left: 0px;
    }

.noBannerImage .site-name {
    display:none;
}

    .noBannerImage .site-subtitle span {
        font-size: 14px !important;
    }

    .noBannerImage .site-title span {
        font-size: 17px !important;
    }


    /*Fixed menu, header, footer for smaller than md*/
    @media (max-width: 1199px) {
        div#bannerContainer #banner {
            background: none !important;
            height: 0px !important;
        }

        div#bannerContainer {
            background: none !important;
            height: 0px !important;
            width: 0px !important;
            background-size: 0px !important;
        }

        .navbar-toggler {
            float: left;
            margin-top: 8px;
            margin-left: 10px;
            margin-left: -1px;
        }

        .navbar {
            float: initial;
            width: initial;
            height: 100px;
        }

        .site-title, .site-subtitle {
            position: initial !important;
        }

        /*.noBannerImage img {
    display:inline;
}*/

        #searchbar {
            float: initial;
        }

        .navbar img {
            display: initial;
            margin-top: 6px;
            width: 40px;
            height: 40px;
        }

        .site-title {
            float: left;
            position: relative;
            top: 0px;
            left: 0px;
        }

        .site-subtitle span {
            font-size: 14px !important;
        }

        .site-title span {
            font-size: 17px !important;
        }
    }

    @media (max-width: 1199px) {
        .navbar-collapse.collapse {
            display: initial !important;
        }
    }

    @media (max-width: 992px) {
        .navbar-collapse.collapse {
            display: none !important;
        }
    }

.collapse.show {
    display: block !important;
    margin-bottom: 150px;
    background-color: #491111;
}

    .collapse.show li.nav-item {
        background-color: #491111;
        z-index: 2;
    }

.breadcrumb .upload {
    right: 25px;
    position: absolute;
}

#subscriptionAlert .alert {
    text-align: center;
    font-weight: bold;
}