﻿       #color_blocks .orange-strip {
            background: #c47b12;
            width: 14.28%;
            float: left;
            height: 5px;
        }  
        #color_blocks .red-strip {
            background: #8a180e;
            width: 14.28%;
            float: left;
            height: 5px;
        }
        #color_blocks .green-strip {
            background: #85884f;
            width: 14.28%;
            float: left;
            height: 5px;
        }
        #color_blocks .yellow-strip {
            background: #d1ac3a;
            width: 14.28%;
            float: left;
            height: 5px;
        }

        #newBanner {
            
            width:100%;
            padding-bottom: 10px;
            overflow: visible;
        }

        #bannerLeft {
            float:left;
            width: 40%;           
        }
        #bannerLeft img{
            width:100%
        } 

        #bannerCent{
            float:left;
            padding:20px;
        }
        #bannerCent div{
            font: italic bold 1.5em Verdana;
        }
        #bannerCent a{
            font: 1em Arial;
            text-decoration: underline;
            color: #17236D;
        }
        #bannerRight {
            padding:20px 0 0 0;
            text-align:right;
        }
        #bannerRight a{
            text-decoration: underline;
            font-family:Arial;
            color: black;
        }
        #bannerRight p {
            margin-top: 0;
        }
        .depth1, .depth2 {
            padding-left: 5px;
        }

#bannerUserInfo button {
    color: gray;
    font-size: 20px;
    background: #F1F2F2;
    padding: 0 6px;
    margin-left: 5px;
    border-color: #BCBEC0;
}
#bannerUserInfo button:hover{
    background: #D1D3D4;
}
#bannerUserInfo button:focus {
    outline: 1px dotted #212121;
    outline: 5px auto -webkit-focus-ring-color;
}
#bannerUserInfo .dropdown-menu a{
    text-decoration: none;
    font-weight: 400;
    border:none;
}

#bannerUserInfo .dropdown-menu {
    background-color: #D1D3D4;
    width: 160px;
}

#bannerUserInfo .dropdown-menu li:hover a{
    background-color: #F2F2F2;
    font-weight: 700;   
}


/* side navigation bar*/
/* general */
#sideNav a {
	text-decoration:none;
    font-size:12px;
    font-family: Verdana; 
    font-weight:normal;
    display:block;
    padding:10px 10px 10px 0;
    position: relative;
    transition: 200ms;
}
#sideNav .fa{
    position: absolute;
    top: 12px;
}

#sideNav a:hover{
    background-color: #ebddba;
}
#sideNav .depth1:hover {
    background-color: #510d0d; 
}

/* current */
#sideNav a.current:not(.depth1) {
    cursor: default;
    background-color: #ebddba;
    border: 1px solid #a5a38d;
}
#sideNav a.current.depth1 {
    cursor: default;
    background-color: #510d0d;
}
#sideNav a.current div {
    font-weight: bold;
}
#sideNav .cur_path div{
    font-weight: bold;
}

    /* depth == 1*/
.depth1 {
    background-color : #8a180e;
    border-top: 1px solid white;
}
.depth1 > div{
    color: white;
    font-weight: bold;
    margin-left: 20px;
}
.depth1 >.fa {
    color: white;
    left: 10px;
}

    /* depth == 2*/
.depth2{
    background-color: #f9f3dd;
}
.depth2 > div {
    color: black;
    font-weight: normal;
    margin-left: 20px;
}
.depth2 >.fa {
    color: black;
    left: 10px;
}
.depth2 .split {
    border-bottom: 1px solid #ebddba;
    position: absolute;
    top: 0;
    left: 10px;
    width: 140px;
    margin-left: 0;
}

    /* depth == 3*/
.depth3 {
    background-color: #f9f3dd;
}
.depth3 > div {
    color: black;
    font-weight: normal;
    margin-left: 30px;
}
.depth3 >.fa {
    color: black;
    left: 20px;
}

    /* depth == 4*/
.depth4 {
    background-color: #f9f3dd;
}
.depth4 > div {
    color: black;
    font-weight: normal;
    margin-left: 30px;
}
.depth4 >.fa {
    color: black;
    left: 20px;
}

    /* depth == 5*/
.depth5 {
    background-color: #f9f3dd;
}
.depth5 > div {
    color: black;
    font-weight: normal;
    margin-left: 40px;
}
.depth5 >.fa {
    color: black;
    left: 30px;
}

/*Logout confirmation*/
.modal-header {
    background-color: #a5a38d;
}
.modal-body {
    font-size: 16px;
}


/*Auto logout*/
#idleModal .modal-body p span {
    font-weight: bold;
    color: red;
}

/*SumoSelect*/
.SumoSelect[class*=fcAvailableGrants] {
    width: 670px;
}
.SumoSelect[class*=Year] {
    width: 250px;
}
.SumoSelect .select-all {
    height: 31px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i 
{
    background-color: #327ab7;
}
.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}

table.GridItem {
    width: 100%;
}

table.GridItem .narrower {
    width: 5%;
    text-align: center;
}

table.GridItem .narrow {
    width: 8%;
    text-align: center;
}

table.GridItem .mediumw {
    width: 15%;
    text-align: left;
}

table.GridItem .wide {
    width: 20%;
    text-align: left;
}

table.GridItem .wider {
    width: 25%;
    text-align: left;
}

table .GridItem tr td {
    padding: 10px;
}

table.GridItem tr.header-row td {
    padding: 8px 10px 2px;
}

button.errorReportButton {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}