/* CSS for User Application */
body {
    background: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 2em;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Arial, Helvetica, Verdana, sans-serif
}

#top {
    margin-top: 5px;
    margin-left: 220px;
}

#NCIlogo {
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}

#topmenu {
    float: right;
    clear: clear;
    top: 0px;
}

.ui-menubar, .ui-menu-child, .ui-menu {
    background: #FFF !important;
    border: none;
}

.ui-menuitem-text, .ui-menuitem-link {
    color: #000 !important;
}


#left {
    position: absolute;
    top: 55px;
    left: 0px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 15px;
    padding-bottom: 15px;
    width: 230px;
    background-color: #EEE;
    border-right: 1px solid #4f4f4f;
}

#loginleft {
    position: absolute;
    top: 200px;
    left: 10px;
    float: left;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    width: 220px;
    height: 100%;
    background-color: #EEE;
    padding-bottom: 300px;
    border-right: 1px solid #4f4f4f;
}

#left h4 {
    color: #000;
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    padding: 1px 2px 1px 5px;
    border-top: 1px solid #507262;
    background-color: #DDD;
}

#left a {
    Font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 11px;
    color: #000;
}

.downloadLink {
    font-size: 12px;
    text-decoration: none;
    line-height: 11px;
    color: royalblue;
}


.ui-slideMenu {
    width: 180px;
    color: #000;
}

#wizard {
    background-color: #FFF;
    padding: 5px;
    margin-left: 220px;
}

#login {
    float: left;
    background-color: #EEE;
    padding: 5px;
    width: 250px;
}

#content {
    background-color: #FFF;
    padding: 5px;
    margin-left: 245px;
    top: 5px;
    font-size: 12px;
}

#wizcontent {
    background-color: #FFF;
    padding: 5px;
    margin-left: 5px;
}

a.smallLink {
    text-decoration: none;
    font-size: 10pt;
}

#newscontent {
    background-color: #FFF;
    padding: 5px;
    margin-left: 270px;
}

/* a:link,a:visited { */
/* 	color: #330066; */
/* 	font-weight: bold; */
/* 	text-decoration: none; */
/* } */

/* a:link:hover,a:visited:hover { */
/* 	color: #330066; */
/* 	font-weight: bold; */
/* 	text-decoration: underline; */
/* } */
.editLink {
    color: green;
    font-size: 8px;
    font-style: italic;
}

.TBD {
    color: blue;
}

.GOOD {
    color: green;
    font-weight: bold;
}

.BAD {
    color: red;
    font-weight: bold;
}

.error {
    color: red;
}

.label {
    font-weight: bold;
}

.requiredLabel {
    font-weight: bold;
    color: red;
}

.longBTN {
    width: 100%;
    text-align: left;
}

.warnBTN {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
}

h4 {
    color: #5A8CAD;
    margin-bottom: 0px;
    margin-top: 0px;
}

.whitebox {
    font-size: 10pt;
    line-height: 12pt;
    margin-bottom: 2px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 2px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    color: #330066;
    background: #FFF;
    text-indent: 10px;
    border: thin solid #CCCCCC;
}

.alignTop {
    vertical-align: top;
}

/* styles for the footer (bottom of all pages) */
#footer {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    text-align: center;
    font-size: 12px;
    float: none !important;
    clear: both !important;
}

#footer a {
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

#footer a:hover {
    color: #333;
    text-decoration: underline;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    display: inline;
    margin: 0 0 0 8px;
    padding: 0 10px 0 0;
    background: url(/images/redesign/footer-utility-divider.gif) bottom
        right no-repeat;
}

#footer ul li.last {
    background: none;
}

ul#agencyLinks {
    margin: 15px 0 0 0;
}

ul#agencyLinks li {
    margin: 0 0 0 5px;
}

#bottomTagline {
    margin: 15px 0 0 0;
    font-size: 13px;
}

#lastupdated {
    float: right;
    margin: 1em 0 0 0;
}

.commentTable td:nth-child(2), .commentTable th:nth-child(2) {
    width: 250px;
}

.datalist-noborder .ui-widget-content {
    border: none;
}

.redColoredPanel .ui-panel-titlebar {
    color: red;
}


/* styles added for prism */


.commentTable td:nth-child(2), .commentTable th:nth-child(2) {
    width: 250px;
}

.datalist-noborder .ui-widget-content {
    border: none;
}

.redColoredPanel .ui-panel-titlebar {
    color: red;
}

.buttonContainer {
    display: flex;
    justify-content: space-between;
}

.spinner-master input[type=checkbox] {
    display: none;
}

/*
@media only screen and (min-width: 1400px) {
    #left {
        display: block;
        top: 90px;
    }
    #content {
        float: left;
        margin-left: 0px;
        padding: 5px;
    }
    .logo{
        width: 365px !important;
        height: 45px !important;
    }
}


@media only screen and (min-width: 355px) and (max-width: 1020px) {
    #left {
        display: block;
        top: 90px;
    }
    #content {
        float: left;
        margin-left: 0px;
        padding: 5px;
        column-count: 1;
    }
    .graphcontainer {
        float: left;
        margin-left: 0px;
        width: 355px;
    }
    .datacontainer {
        width: 355px;
    }
    .logo{
        width: 365px !important;
        height: 45px !important;
    }

}


Hamberger Button styling 

.bar1, .bar2, .bar3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}


.menu-toggle {
    display: inline-block;
    padding: .75em 15px;
    line-height: 1em;
    font-size: 1em;
    color: #1c5e86;

}

.menu-toggle:hover,
.menu-toggle:focus {
    color: #c00;
}

.main-nav-vert{
    display: block;
    float:left; 
    width:145px;
    border:solid 2px #00f;
}

.div-menu-toggle{
    display: none;
}
*/


.main-content{
    max-width:900px;
    width: auto;
    padding:0 9px 0 9px;
    margin-left: 145px;
}

.datacontainer {
    height: auto;
    background: #fff;
    margin-left: 0px !important;
    padding: 2px;
    float: left;
}

.imgcontainer {
    float: left;
}

.graphcontainer {
    float: left;
    padding-left: 2px;
    margin-left: 2px;
    border:solid 1px purple;
}

.target {
    border:solid 1px blue;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

.seed {
    border:solid 1px red;
    margin-bottom: 2px;
    padding: 5px;
}

.twoButtonGrid .ui-datagrid-column {
    border:none;
    width: 50%;
}

.twoButtonGrid {
    width:100%;
}

.threeButtonGrid .ui-datagrid-column {
    width: 33%;
}

.threeButtonGrid {
    width:100%;
}

.fourButtonGrid .ui-datagrid-column {
    width: 25%;
}

.fourButtonGrid {
    width:100%;
}

.centered {
    margin: 0 auto;
}

.topAligned {
    vertical-align: top;
}

.prismfieldset .ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    font-size: 12px;
    font-style: italic;
    color: #330066;
    background-color: transparent;
    border-color: transparent;
}

.main-content{
    max-width:900px;
    width: auto;
    padding:0 9px 0 9px;
    margin-left: 145px;
}

.datacontainer {
    height: auto;
    background: #fff;
    margin-left: 0px !important;
    padding: 2px;
    float: left;
}

.imgcontainer {
    float: left;
}

.graphcontainer {
    float: left;
    padding-left: 2px;
    margin-left: 2px;
    border:solid 1px purple;
}

.target {
    border:solid 1px blue;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 2px;
}

.seed {
    border:solid 1px red;
    margin-bottom: 2px;
    padding: 5px;
}

.twoButtonGrid .ui-datagrid-column {
    width: 50%;
}

.twoButtonGrid {
    width:100%;
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 12px;
}



.readerButtonBlue {
    background-color: #1c5e86;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 80%;
}

.readerButtonGreen {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    width: 80%;
}



.nameStyleA {
    background-color: #BFD2C8;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle0 {
    background-color: #C6BAE0;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle1 {
    background-color: #D7DDE8;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle2 {
    background-color: #F59A8A;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle3 {
    background-color: #A1E9EB;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle4 {
    background-color: #EABAE5;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle5 {
    background-color: #9EB9CA;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle6 {
    background-color: #D1AA9A;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle7 {
    background-color: #F6A2A9;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle8 {
    background-color: #EDAEC8;
    font-size: 11px;
    font-weight: bold;
}
.nameStyleX9 {
    background-color: #E8D9C6;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle10 {
    background-color: #C9BCC7;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle11 {
    background-color: #ABC9EC;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle12 {
    background-color: #EDD4E9;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle13 {
    background-color: #ABDCEE;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle14 {
    background-color: #E5AAAD;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle15 {
    background-color: #F5AF95;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle16 {
    background-color: #84C9CF;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle17 {
    background-color: #CFB8B4;
    font-size: 11px;
    font-weight: bold;
}
.nameStyle18 {
    background-color: #F2C0B0;
    font-size: 11px;
    font-weight: bold;
}

.nameStyle0 {
    background-color: #C6BAE0;
    font-size: 11px;
    font-weight: bold;
}

.sumcols {
    font-size: 8px;
    font-weight: bold;
}


.sumcolsred {
    color: red;
    font-size: 8px;
    font-weight: bold;
}

.panelGridCenter {
    margin: 0 auto;
}


.summaryLabel {
    color: #330066;
    font-weight: bold;
    margin-left: 5px;
}

.summaryValue {
    color: #000000;
    font-weight: bold;
}


.readerTable {
    border:none;
    width: 50px;
}


.readerTableOddRow {
    text-align:center;
    background:#FFFFFF;
}

.readerTableEvenRow {
    text-align:center;
    background: #ebf5fb;
}

.vertth {
    /*    -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);*/
    width: 50px;
    height: 20px;
    background: #DDD;
    padding:0px;
    font-size: 8px;
    font-weight: bold;
    line-height: 1.5em;
}

.smallText {
    padding-left:15px;
    margin-left: 10px;
    line-height: 2em;
}




