﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #DDD3D3;
    font-family: Arial, Arial Unicode MS, Helvetica, Sans-Serif;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */


select {
    padding: 5px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 15px;
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .body-content {
        padding: 0;
        background-color: white;
    }
}

.footer {
    background-color: #5989BD;
    border-color: #5989BD;
    padding: 2px 2px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    width: 1000px;
}

.input-form {
    list-style-type: none;
}

    .input-form:after {
        clear: both;
        display: block;
        content: ' ';
    }

    .input-form li {
        float: left;
        width: 250px;
        margin-bottom: 10px;
        margin: 10px;
    }

        .input-form li label {
            margin-bottom: 5px;
            padding: 0px;
            font-size: 14px;
        }

        .input-form li span {
            padding: 0px;
            font-size: 14px;
            font-weight: bold;
        }

        .input-form li label:after {
            display: block;
            content: ' ';
        }

    .input-form .sub-section {
        width: 90%;
        font-size: 1.4em;
        color: #cbcacc;
        font-weight: bold;
        border-top: solid 1px #cbcacc;
        margin-top: 15px;
        margin-bottom: 15px;
        font-style: italic;
        padding-top: 5px;
    }



.SiteHeading {
    color: #5989BD;
    font-weight: bold;
    font-family: Gill Sans MT;
    /*font-size: 16px;*/
}

#product-branding {
    cursor: pointer;
    color: black;
    position: fixed;
    padding: 10px;
    bottom: 1px;
    right: 0;
    background-color: white;
    font-size: 0.7em;
    opacity: 0.8;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
}

A.linkHref:link {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHref:visited {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHref:hover {
    text-decoration: underline;
    color: yellow;
    font-size: 12px;
    font-weight: bold;
}


A.linkHrefG:link {
    color: green;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefG:visited {
    color: green;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefG:hover {
    text-decoration: underline;
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.mandatory, .required {
    color: #c00;
    font-size: 12px;
}



#side_container {
    position: fixed;
    top: 24%;
    right: -1px;
}

    #side_container div {
        cursor: pointer;
        color: white;
        margin: 5px 0;
        padding: 5px 10px;
        opacity: 0.7;
        border: 1px solid gray;
        position: relative;
        background-color: #735122;
        width: 150px;
        height: 40px;
        cursor: pointer;
        font-size: 13px;
        transition: all 0.3s ease;
        /* text-align: right; */
        float: right;
        clear: right;
    }

.grid {
    background: #dbdcde;
    border: 1px solid #ccc;
    width: 100%;
}

    .grid td {
        padding: 5px;
    }

    .grid img {
        margin-right: 3px;
    }

    .grid tr:nth-child(even) {
        background: #f7f7f7;
    }

    .grid tr:nth-child(odd) {
        background: #f0f0f0;
    }

        .grid tr:nth-child(even) td, .grid tr:nth-child(odd) td {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #dadada;
        }

    .grid tr:first-child {
        font-weight: bold;
    }

.SearchTable {
    font-size: Smaller;
    width: 100%;
    border-collapse: collapse;
    border: 1px;
}

    .SearchTable tr:nth-child(even) td, .SearchTable tr:nth-child(odd) td {
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        font-weight: bold;
        height: 34px;
    }




    .SearchTable tr:first-child td {
        background-color: #E6E6E6;
        border-width: 1px;
        border-style: solid;
        font-size: 12px;
        font-weight: bold;
        height: 34px;
        text-align: center;
    }

.invalidElement {
    border: 1px solid red;
}

.celltbl {
    padding: 5px;
    text-align: left;
    /*background-color: white;*/
    font-size: 10pt;
    font-weight: bold;
}

.linkHrefE {
    color: blue;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefE:link {
    color: blue;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefE:visited {
    color: GrayText;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

A.linkHrefE:hover {
    text-decoration: underline;
    color: black;
    font-size: 12px;
    font-weight: bold;
}


A.linkHrefEPub:link {
    color: green;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

A.linkHrefEPub:visited {
    color: green;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}

A.linkHrefEPub:hover {
    text-decoration: underline;
    color: Red;
    font-size: 10px;
    font-weight: bold;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.GrayBox {
    border: 1px solid gray;
    padding: 5px 10px;
    margin: 10px;
    position: relative;
    width: 300px;
    min-height: 210px;
    background-color: #E7E7E7;
    float: left;
}

.GreenBox {
    border: 1px solid gray;
    padding: 5px 10px;
    margin: 10px;
    position: relative;
    width: 300px;
    min-height: 210px;
    background-color: #DCF1BD;
    float: left;
}

.chart-caption {
    font-size: 9px;
    padding-left: 40px;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
}

.divInd {
    min-height: 290px;
    background: whitesmoke;
    color: darkslategrey;
}

.Caption {
    background-color: #f7f7f7;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
}

.Info {
    background-color: #f0f0f0;
    padding: 5px 5px 5px 5px;
}

.oval {
    background: #DDD3D3;
    border-radius: 40px;
}

.form-title {
    background: #e7f2c8;
    clear: both;
    color: black;
    font-size: 14px;
    margin: -15px 5px 10px -15px;
    padding: 0px;
    font-weight: bold;
    line-height: 22px;
}

    .form-title .tab-number {
        background: white;
        color: black;
        border-radius: 100%;
        padding: 0 7px;
        margin: 5px;
        display: inline-block;
    }

.form-title-no {
    background: #e7f2c8;
    clear: both;
    color: black;
    font-size: 14px;
    margin: -15px 5px 10px -15px;
    padding: 5px;
    font-weight: bold;
    line-height: 22px;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.page {
    width: 1500px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.tabs-left {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    /*border-right: 1px solid #ddd;*/
}

    .tabs-left > li {
        float: none;
        
    }

    .tabs-left > li {
        margin-right: -2px;
        border-top:1px solid #e2e8ec;
        border-right: 0;
        border-left: 1px solid #dde7e6;
        z-index:2;

    }

        .tabs-left > li.active > a,
        .tabs-left > li.active > a:hover,
        .tabs-left > li.active > a:focus {
            border-bottom-color: #ddd;
            border-right-color: transparent;
        }

        .tabs-left > li > a {
            border-radius: 4px 0 0 4px;
            margin-right: 0;
            display: block;
            


        }

.nav-tabs > li > a {
    margin-right: 0px;
}

.OLQuestion {
    padding-left: 15px;
    margin-top:20px;
}

.ILQuestionHeading {
    margin-top: 10px;
}

#dvSection > ul > .active > a{
    background-color:cornflowerblue !important;
    color:white !important;
}
.Question{
    margin-top:10px;
    margin-bottom:2px;
    background-color:#F6FAFB;
    padding-left:5px;
    width:95%;
    font-weight:bold;
    font-size:13px;
}
#formHeading {
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

.SubmitHeading {
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.SectionComplete{
   background-color:#b6f25e;
   padding:1px;
}
 
.SumoSelect{
    width:100% !important;
}
.SumoSelect > .optWrapper{
    width:95% !important ;
}
