﻿/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
body {
    /*font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;*/
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    /*font-family: Helvetica, Arial !important;*/
    font-family: "Arial","Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", sans-serif !important;
}

h1, h2, h3, h4, h5, h6, legend, label, #site-title {
    /*font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;*/
    font-family: Helvetica, Arial !important;
}

.navbar-inner {
    height: 95px;
    min-height: 30px;
    background-color: #112e51;
}

.navbar-brand {
    padding: 6px 15px !important;
}

.navbar-toggle {
    margin-top: 0px !important;
}

#site-title {
    font-size: 3em;
}

    #site-title span {
        float: left;
        clear: both;
    }

.v-align-text .v-align-text-line {
    float: left;
    clear: both;
}

#site-title .agency-name, #site-title .agency-head-title {
    font-size: 0.3em;
}

#site-title .agency-head-name {
    font-size: 0.5em;
}

#site-title span {
    float: left;
    clear: both;
}

.v-align-text .v-align-text-line {
    float: left;
    clear: both;
}

.v-align-text {
    color: #000000;
}

.v-align-block .v-align-image, .v-align-block .v-align-text {
    display: inline-block;
    vertical-align: middle;
}

.v-align-text .v-align-text-line {
    float: left;
    clear: both;
}

.site-title-block .v-align-text {
    color: #ffffff;
}

.site-title-block img.v-align-image {
    height: 2em;
}

#site-logo {
    height: 6em;
}

.panel-info > .panel-heading {
    color: #FFF;
    background-color: #28648C;
    border-color: #82d6b0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: Helvetica, Arial !important;
}

#site-header nav img {
    height: 40px;
}

#site-header {
    /*TJ commented out color added to web.config*/
    /*background-color: #932020;*/
   
}

    #site-quick-links, #site-quick-links a, #site-header, #site-header a, #site-header a h1 {
        /*color: #ffffff;*/
    }

#site-disclaimer-banner p {
    margin: 0;
    padding: 0;
}

#site-disclaimer-banner img {
    height: 20px;
    float: left;
    vertical-align: middle;
}

#site-disclaimer-banner p {
    vertical-align: middle;
}

.v-align-text {
    color: #000000;
}

.v-align-block .v-align-image, .v-align-block .v-align-text {
    display: inline-block;
    vertical-align: middle;
}

.v-align-text .v-align-text-line {
    float: left;
    clear: both;
}

#site-navigation {
    font-size: 1.1em;
    font-weight: 700;
}

#site-breadcrumbs {
    font-size: 1.1em;
    font-weight: 700;
}

#site-quick-links {
    background-color: #f1f1f1;
}




#topNav a:hover {
    text-decoration: underline;
    background-color: #FFF !important;
    color: #15528F !important;
}

#topNav a {
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    /*padding: 5px 8px;*/
    font-family: Helvetica, Arial;
}

#topNav {
    padding: 0 0 5px 0;
    font-size: 13px;
    color: #eee;
    margin-bottom: 5px;
    min-height: 20px;
}

.navbar {
    min-height: 5px;
}


#topNav .selected {
    background-color: grey;
    color: #fff;
}

    #topNav .selected a {
        color: #fff;
    }

        #topNav .selected a:hover {
            color: #fff;
        }

/*Sub Menu*/


#subtopNav a:hover {
    text-decoration: underline;
    background-color: #FFF !important;
    color: #15528F !important;
}

#subtopNav a {
    text-decoration: none;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    /*padding: 5px 8px;*/
    font-family: Helvetica, Arial;
}

#subtopNav {
    padding: 0 0 5px 0;
    font-size: 13px;
    color: #eee;
    margin-bottom: 5px;
    min-height: 20px;
}

.navbar {
    min-height: 5px;
}


#subtopNav .selected {
    background-color: grey;
    color: #fff;
}

    #subtopNav .selected a {
        color: #fff;
    }

        #subtopNav .selected a:hover {
            color: #fff;
        }

/* Start Web Grid CSS */
.Summary {
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-family: 'Helvetica';
}

    .Summary th {
        color: #fff;
        /*background-image: linear-gradient(to bottom, #rgb(32, 167, 139), #rgb(32, 167, 139));*/
        background-color: #26578F;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        font-family: Helvetica;
        font-size: 14px;
        font-weight: bold;
        text-decoration: underline;
        text-decoration: none;
    }

        .Summary th a {
            color: #FFF;
            text-decoration: none;
        }

    .Summary tr {
        color: #121112;
        font-family: 'Helvetica';
        font-size: 14px;
        border-style: solid;
        border-width: 1px;
        border-color: grey;
    }

        .Summary tr:hover td {
            color: grey;
        }



    .Summary td {
        padding: 3px 5px;
        vertical-align: middle;
        border-style: solid;
        border-width: 1px;
        border-color: #dddddd;
    }

    .Summary th:first-child {
        border-top-left-radius: 5px;
    }

    .Summary th:last-child {
        border-top-right-radius: 5px;
    }

    .Summary tr:last-child td:first-child {
        border-bottom-left-radius: 5px;
    }

    .Summary tr:last-child td:last-child {
        border-bottom-right-radius: 5px;
    }

    .Summary tr:nth-child(odd) {
        background-color: #F4F4F4;
    }

    .Summary tr:nth-child(even) {
        background-color: #FFF;
    }

/* End */

.btncustomcss {
    background-color: #205493 !important;
    border: #205493 !important;
}

    .btncustomcss:hover {
        background-color: #357ebd !important;
    }

.center {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.title {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 15px;
    font-size: 20px !important;
    font-weight: bold !important;
    font-family: Helvetica, Arial !important;
    color: #112e51;
    text-align: center;
}


.subTitle {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 15px;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: Helvetica, Arial !important;
    color: #112e51;
    text-align: left;
}

.mandatory:after {
    content: "*";
    font-weight: bold;
    color: red;
}


.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 400px !important;
}

.publicheading {
    font-size: 3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
    color: rgb(12, 61, 111);
    font-weight: normal;
}

.Summary table dataTable td {
    word-break: break-word !important;
}
 .subTitleCenter {
        margin-top: 0;
        margin-bottom: 0;
        margin-bottom: 15px;
        font-size: 18px !important;
        font-weight: bold !important;
        font-family: Helvetica, Arial !important;
        color: #112e51;
        text-align: center;
    }