﻿/*SITE WIDE REUSABLE STUFF*/
body
{
    /*Base 10px*/
    font: 0.625em/1.4 Arial;
    margin: 0px;
}

.main /*Keeps body from 'running off page'*/
{
    width: 99%;
}

.title
{
    font-weight: bold;
    font-size: 1.6em;
    font-family: Arial;
    text-align: center;
}

.center
{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.alignmiddle
{
    vertical-align: middle;
    height: 20px;
}

a:link
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}

a:active
{
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}


a:hover
{
    font-weight: bold;
    color: blue;
    text-decoration: underline;
}


a:visited
{
    font-weight: bold;
    color: purple;
    text-decoration: underline;
}

.eMichHeader a:link
{
    /*keeps the eMich banner links black instead of standard blue*/
    color: black;
    text-decoration: underline;
}

table.radiobuttonlists input
{
    width: 20px;
    display: block;
    float: left;
}
table.radiobuttonlists label
{
    width: 20px;
    display: block;
    float: left;
}

span.managerfactors input
{
    width: 20px;
    display: block;
    float: left;
}
span.managerfactors label
{
    width: 50px;
    display: block;
    float: left;
}

#PopUpBackGround
{
    background-position: #669999;
    z-index: 1400;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-filter: alpha(opacity=50);
    -ms-opacity: 0.5;
    background: #333333;
}

.PopUpInside
{
    z-index: 1500;
    position: fixed;
    background-color: #FFFFFF;
    border: 3px solid blue;
    width: 300px;
    height: 75px;
    margin-right: 300px;
    margin-left: 300px;
    margin-top: 200px;
    padding-top: 50px;
    -ms-filter: alpha(opacity=100);
    -ms-opacity: 1.0;
}

/*FONT SIZE CLASSES*/
.regbold
{
    /*keep the current font size for element, just make it bold*/
    font-weight: bold;
}

.font8px
{
    font-size: .8em;
}

.font9px
{
    font-size: .9em;
    height: 20px;
}

.font10px
{
    font-size: 1em;
}

.font11px
{
    font-size: 1.1em;
}

.font11pxbold
{
    font-size: 1.1em;
    font-weight: bold;
}

.font12px
{
    font-size: 1.2em;
}

.font12pxbold
{
    font-size: 1.2em;
    font-weight: bold;
}

.font13px
{
    font-size: 1.3em;
}

.font13pxbold
{
    font-size: 1.3em;
    font-weight: bold;
}

.font13pxBoldWhite
{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}

.font14px
{
    font-size: 1.4em;
}

.font14pxbold
{
    font-size: 1.4em;
    font-weight: bold;
}

.font15px
{
    font-size: 1.5em;
}

.font15pxbold
{
    font-size: 1.5em;
    font-weight: bold;
}

.smallbuttons
{
    font-size: x-small;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    height: 20px;
}

.PDTabs
{
    background-image: url('images/pdtabstructure.png');
    background-repeat: no-repeat;
    height: 63px;
    width: 1024px;
    padding-top: 10px;
    font-weight: 700;
}

.PDTabs-PD
{
    background-image: url('images/pdtabsnofade.png');
    background-repeat: no-repeat;
    height: 63px;
    width: 1024px;
    padding-top: 10px;
    font-weight: 700;
}

/*PD TAB SECTION - REQUEST*/
.leftTab
{
    left: 45px;
    position: absolute;
    font-size: 1.2em;
    font-weight: bold;
    width: 100px;
    height: 25px;
    padding-left: 50px;
    padding-top: 10px;
}
.leftTab a
{
    color: #000000;
    text-decoration: none;
}

.leftTab a:hover
{
    color: #660066;
}

.rightTab
{
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    width: 130px;
    height: 25px;
    left: 200px;
    padding-left: 20px;
    padding-top: 10px;
}
.rightTab a
{
    text-decoration: none;
    color: #000000;
}

.rightTab a:hover
{
    color: #660066;
}

/*PD TAB SECTION - PD Side*/



/*COLORED BUTTONS*/
.btnToggle
{
    background-color: Transparent;
    border: 0px;
    font-size: small;
    color: Black;
    font-weight: bold;
}
.btnblue
{
    background-color: #CED9F0;
    font-size: small;
    color: #000080;
    font-weight: bold;
    border: thin solid #A7BBE4;
}

.btngreen
{
    background-color: #BCCDA3;
    font-size: small;
    color: #3F4E29;
    font-weight: bold;
    border: thin solid #7A9652;
}

.btnred
{
    background-color: #CDAF8F;
    font-size: small;
    color: #990033;
    font-weight: bold;
    border: thin solid #B75648;
}

.btndarkblue
{
    background-color: #95A9BF;
    font-size: small;
    color: #FFFFFF;
    font-weight: bold;
    border: thin solid #57566f;
}

/*Gridview Customization*/
.Grid
{
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

.Grid td
{
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #000000;
}

.Grid th
{
    padding: 4px 2px;
    color: #fff;
    background: #011866 url(images/gridheadrow.jpg) repeat-x top;
    border-left: solid 1px #525252;
    font-size: 0.9em;
}

.Grid .alt
{
    background: #fcfcfc url(images/gridaltrow.jpg) repeat-x top;
}

/*Links Inside GV*/
.Grid td a:link
{
    color: Navy;
    text-decoration: underline;
}

.Grid td a:hover
{
    text-decoration: underline;
}

.Grid td a:visited
{
    color: #47525F;
    text-decoration: underline;
}

/*CollapsiblePanel*/
.collapsePanel
{
    width: 100%; /*height: 0px;     background-color: white;*/
    overflow: hidden;
}

.collapsePanelHeader
{
    width: 100%; /*height: 30px;     background-image: url(images/bg-menu-main.png);     background-repeat: repeat-x;     color: #FFF;     font-weight: bold; */
}

/*Google-Like Tables*/

.emp-table
{
    border: 1px solid #6996AB;
    padding: 2px; /*width: 90%;*/
}
.emp-table table
{
    border-collapse: collapse;
    width: 100%;
}

.empheader
{
    background-color: #466B80;
}

.empSub-table
{
    border: 1px solid #384451;
    padding: 2px;
    margin-bottom: 10px;
}
.empSub-table table
{
    background-color: #a0a1a0;
    width: 100%;
}

.aa-table
{
    margin: 1px;
    border: 1px solid #9B816C;
    padding: 2px;
}
.aa-table table
{
    background-color: #FFFCF2;
    border-collapse: collapse;
    width: 100%;
}
.aaheader
{
    background-color: #89684E;
}

.aa-lined-table
{
    background-color: #DFD1C6;
    border: 1px solid #9B816C;
    padding: 2px; /*width: 90%;*/
}
.aa-lined-table table
{
    background-color: #DFD1C6;
    width: 100%;
    border-collapse: collapse;
}
.aa-lined-table table td
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C4AB97;
}

.aaReview-table
{
    border: 1px solid #9B816C;
    padding: 2px; /*width: 90%;*/
}
.aaReview-table table
{
    background-color: #FFFCF2;
    border-collapse: collapse;
    width: 100%;
}
.aaReviewHeader
{
    background-color: #89684E;
}

.aaSub-table
{
    border: 1px solid #755F4A;
    padding: 2px;
    margin-left: 5px;
    width: 95%;
}

.aaSub-table table
{
    background-color: #FBF9F7;
    border-collapse: collapse;
    width: 100%;
}

.aaSubheader
{
    background-color: #C6B99D;
}

.ocsc-table
{
    border: 1px solid #6776BA;
    padding: 2px; /*width: 90%;*/
}

.ocsc-table table
{
    background-color: #FCFCFC;
    width: 100%;
}

.ocscReview-table
{
    border: 1px solid #6776BA;
    padding: 2px; /*width: 90%;*/
}
.ocscReview-table table
{
    background-color: #F4F4F4;
    border-collapse: collapse;
    width: 100%;
}
.ocscRevHeader
{
    background-color: #5B657B;
    color: #FFFFFF;
}

.ocscSub-table
{
    border: 1px solid #526494;
    padding: 2px;
    width: 100%;
    margin-left: 20px;
}
.ocscSub-table table
{
    background-color: #EEEEEE;
    width: 100%;
}

.ocscSubHeader
{
    background-color: #CBCCDA;
}

.comp-table
{
    border: 1px solid #69876C;
    padding: 2px; /*width: 90%;*/
}
.comp-table table
{
    background-color: #F2F7F2;
    width: 100%;
}
.compHeader
{
    background-color: #38633b;
}

.lta-table
{
    border: 1px solid #6996AB;
    padding: 2px; /*width: 90%;*/
}
.lta-table table
{
    background-color: #C6D7DF;
    border-collapse: collapse;
    width: 100%;
}
.lta-table table th
{
    background-color: #A9C2CF;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.2em;
}
.lta-table table td
{
    padding: 5px;
}
.perfpay-table
{
    margin: 1px;
    border: 1px solid #7A9652;
    padding: 2px;
}
.perfpay-table table
{
    background-color: #D5DFC4;
    border-collapse: collapse;
    width: 100%;
}
.perfpayheader
{
    background-color: #70A561;
}
.perfpaytdbacks
{
    background-color: #ADCBA5;
}

.projpay-table
{
    margin: 1px;
    border: 1px solid #6D6187;
    padding: 2px;
}
.projpay-table table
{
    background-color: #DBDAEB;
    border-collapse: collapse;
    width: 100%;
}
.projpayheader
{
    background-color: #8370A9;
}
.projpaytdbacks
{
    background-color: #A58FB1;
}

/*AutoComplete flyout */

.autocomplete_completionListElement
{
    margin: 0px !important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: scroll; /*height : 200px;*/
    text-align: left;
    list-style-type: none;
    font-size: small;
}


/*Modal Popup*/
.modalBackground
{
    background-color: #CCCCCC;
    -ms-filter: alpha(opacity=70);
    -ms-opacity: 0.7;
}
.modalPopup
{
    text-align: center;
    background-color: #FFFFFF;
    border: 3px solid #336699;
    font-size: 1.2em;
    font-weight: bold;
    color: #003399;
    padding: 10px;
    width: 500px;
}
.modalPopup p
{
    padding: 10px;
}
.welcomelabel
{
    font-size: 1.2em;
    color: #000080;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
    padding-right: 10px;
}
.font13pxBoldWhite
{
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sr-only:focus {
    display: block;
    height: auto;
    width: auto;
    position: relative;
    clip: auto;
    background: #ffff66;
    color: black;
    z-index: 9999
}
.sr-only {
    font-size: 20px;
    color: black;
    background-color: white
}

.sr-only:focus {
    font-size: 14px !important
}

.form-group.required .control-label:before,
.form-group .required-label {
    content: "* ";
    color: #a94442
}

.form-group:after {
    clear: both
}

.form-group.required .control-label:before,
.form-group .required-label {
    content: "* ";
    color: #a94442
}

@media (min-width: 768px) {
    .form-group .control-label {
        padding-left: 10px;
        padding-right: 3px
    }
}

 .ChangeBackColor  option:checked, option:hover {
    
 
  Color: #ffffff; background: #004c98 repeat 
                                             
  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYSURBVBhXY2TwmfGfAQ0wQWkUQJEgAwMAwjUB7drh3bUAAAAASUVORK5CYII=)
}
 .hidden {
    display: none !important
}
