@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-bold";
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-display: swap;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

/**
 * Firefox specific rule
 */
@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}

#LogoImg 
{ 
max-Width: 800px; 
max-Height: 100px;
}


a
{
    text-decoration:underline;
    color: #0066ff !important;
}
.disabled > a
{
    color: #b0b6ba !important;
}


* {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing:  content-box !important;
    box-sizing:  content-box !important;
}

div.modal-content.window * {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing:  border-box !important;
    box-sizing: border-box !important;
}

input[type="button" i], input[type="submit" i], input[type="reset" i], input[type="file" i]::-webkit-file-upload-button, button
{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 6px 3px !important;
}

.button, input[type="checkbox"], input[type="radio"] 
{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.dropDownButton, .DropDownButton, .spin_button_down, .spin_button_up, .spin_button_down_disabled, .spin_button_up_disabled
{
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 6px 3px !important;
}

/* BASE */
/* * {font-family:Verdana;font-size:8pt;text-decoration:none;} */
.cn {text-align:center;}
.mcn {margin-left:auto; margin-right:auto;}
.clearfix {zoom: 1;padding-right: 15px;}
.clearfix:after {content:' ';clear:both;display:block;font-size:0;height:0;overflow:hidden;width:0;}

.nofl {
clear: both;
}
.flr {
	float:right;
 	box-sizing: content-box;
}
.fll_left {
    float:left;
    text-align: center;
 	box-sizing: content-box;
  /* background-color:rgba(255, 218, 108, 0.6) !important;*/
}
.nowrap {white-space:nowrap;}

.DarkBlueColor { color: #000066; }

.rcbList li { height: 15px !important;}

/* Common styles */

html, form{ /* for Safari */
margin:0;
padding:0;
width:100%;
height:100%;
}

body {
color: #000000; 
background-color: #f1f1f1 !important;
text-decoration: none;
margin:0;
padding:0;
height:100%;
width:100%;
font-family:"Roboto", sans-serif !important;
line-height: inherit;
font-size: 12px;
}

a {color: #333333}
table { font-size: 8pt; border-collapse: separate !important; }
ul {list-style-type: none; list-style-image: none; padding: 0 0 0 0; margin-top: 0; margin-bottom: 0;}
h4{font-size: 9pt;font-weight: bold;}
.head4{font-size: 9pt;font-weight: bold;}

.bodyModal {margin-top:10px;margin-left:20px;width:90%;height:92%;}
/*.bodyModal {margin-top:10px;margin-left:38px;width:90%;height:92%;} */
/*****.bodyModal {margin-top:10px;margin-left:10px;width:90%;height:92%;}*/


a.btn, a.btnCollapse, a.btnExpand {
    background: #277ED5 url(Images/Button.gif) top repeat-x;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 8pt;
    font-weight: bold;
    max-height: 27px;
    min-height: 27px;
    min-width: 75px;
    margin: 0px 3px 0px 3px;
    padding: 2px 3px 0px 3px;
    text-align: center;
    white-space: nowrap;
    line-height: 17px;
    text-decoration: none !important;
}

.carDNR {
    background-color: #dbc9ff;
}

.carDNRAll {
    background-color: lightgray;
}


span.btnAppl
{
    filter:alpha(opacity=80); -moz-opacity:.8; opacity:.8; 
    vertical-align:top !important;
    text-align:center;
}

.btnRightMargin {
    margin-right: 38px !important;
}

.btnMinMargin {
    margin-right: -3px !important;
}

input[type="submit"] {
    border: none;
    padding: 2px 6px 2px 6px;

}

span.btn, .divImgBtn, .divImgBtnMC, span.btnCollapse, span.btnExpand {
    border-radius: 4px !important;  
    white-space:nowrap;
    max-height: 20px;
    min-height: 20px;
    min-width: 50px;
    cursor:pointer;
    background: #0066ff;
    font-family:"Roboto", sans-serif;
    color: #ffffff !important;
    padding: 2px 6px;
    text-decoration:none;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    outline-width:2px;
    line-height: 20px;

}

.divImgBtn, .divImgBtnMC {
    position: relative;
}

span.btn:hover, .divImgBtn:hover, .divImgBtnMC:hover, span.btnCollapse:hover, span.btnExpand:hover 
{
    background: #00426d;    
}

span.btn[disabled=true], span.btn[disabled=disabled],
.divImgBtn[disabled=true], .divImgBtn[disabled=disabled], 
.divImgBtnMC:hover[disabled=true], .divImgBtn[disabled=disabled], 
span.btnCollapse[disabled=true], span.btnCollapse[disabled=disabled], 
span.btnExpand[disabled=true], span.btnExpand[disabled=disabled] {
    white-space:nowrap;
    max-height: 18px;
    min-height: 18px;
    min-width: 50px;
    cursor:pointer;
    background: #dddddd;
    font-family:"Roboto", sans-serif;
    color: #ffffff !important;
    padding: 2px 6px 0px 6px;
    text-decoration:none;
    text-align: center;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    outline-width:2px;
}

span.gridBtn {
border-left: 2px solid #badeee;
border-right: 2px solid #badeee;
background: #badeee url(Images/Button.gif) top repeat-x;
color: #ffffff;
cursor:pointer;
display: inline-block;
font-size: 8pt;
font-weight: bold;
max-height: 18px;
min-height: 18px;
min-width: 50px;
margin: 0px 3px 0px 3px;
padding: 2px 3px 0px 3px;
text-align: center;
white-space:nowrap;
line-height: 17px;
}

.text, .textElements, .textElementsAlert {
color: #333333;
font-size: 8pt;
font-family: "Roboto", sans-serif;
text-decoration: none;
}

.textWarning {
    color: #ff0000;
    font-size: 8pt !important;
    font-family: "Roboto", sans-serif;
}

.smallTextElements {
font-weight: normal;
font-size: 8pt;
font-family: "Roboto", sans-serif;
text-decoration: none;
}

/* LOGIN PAGE */
body.login {background-color: #ffffff;background-image:none;height:100%;width:100%;margin:0;padding:0;}

div.login_psw {
/*background-color:#D8D8D8;*/
background-image: url(Images/login_psw2.gif);
background-repeat: no-repeat;
background-position: 50% 20%;
background-attachment: top left;
}
div.psw {
color:#2B324A; 
background:#ECEDF1;
width:500px; 
height:230px;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-left: solid 1px #999;
border-bottom: solid 1px #999;
padding:5px;
filter:alpha(opacity=70); -moz-opacity:.7; opacity:.7; 
margin:1px; 
text-align:center;
}


body.login #main {
width:100%;
height:100%
}

/* MAIN HEADER */
div.logout
{
    background: #00426d;
    font-family:"Roboto", sans-serif;
    float:right;
    padding:0px 7px 0px 5px;
    top:0px;
    color: #ffffff;
    text-decoration: none;
    right: 4px;
    margin-top: -1px;
}

div.logout img { width:18px; height:18px; float: left; }
div.logout a {font-size: 8pt;color:#ffffff !important;text-decoration: none !important;}
    div.logout a:hover {
        text-decoration: underline !important;
    }
div.logout td {font-size: 8pt;color:#ffffff;background-color: #00426d;}

.hdr {
width: 100%;
/*height: 78px;*/
background-color: #00426d;
top: 0px;
/*position: fixed;*/
}

    .hdr td {
        vertical-align: top;
        padding: 5px 2px 0px 4px;
        margin: 4px;
    }
.hdr_logo_width {
    width: 180px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
    margin-top: -50px;
    margin-left: 10px;
    padding-bottom: 10px;
}
.hdr_logo_width img {/*margin: 4px 0px 0px 0px;*/ width:150px; height:70px;min-height:70px;max-height:70px;}
.hdr_logo_app_width { text-align:center; }
.hdr_logo_app_width img {width:170px; height:70px; margin-left:150px;}

.mn {margin:24px -2px -28px -4px; clear:both; zoom:1;background-color: #00426d;color: #FFFFFF;padding: 3px 7px 35px 164px}
.smn, a.smn {
margin: 2px -2px 0px -4px;
clear: both;
zoom: 1;
background-color: #0066ff;
padding: 10px 7px 21px 164px;
color: #469acd !important;
text-decoration:none !important;
display: none;
}
.mpl {color:#2E4DA6; font-weight:normal; text-decoration:none;}


/* SYS DECL */
.leftcol {
padding: 10px;
color: #333333; 
background: #DAE2E8;
position: absolute; 
left: 37px;
top: 20px; 
width: 400px; 
filter:alpha(opacity=20); -moz-opacity:.2; opacity:.2;
padding: 10px 30px 10px 30px;
text-align: justify;
font-family : "Roboto", sans-serif;
}


/* tool buttons */
.fltr,.tdFilterArea, .tblSINfWrapper {
padding: 10px 5px 10px 10px;
margin: 0px 0px 0px -10px;
border-bottom-color: #D6F2F9;
border-bottom-style: solid;
border-bottom-width: 1px;
margin-bottom: 10px;
-webkit-box-shadow: inset 0px -1px 0 0px #dddddd !important;
}

.tdFilterArea {
    width:100%;
}

.tdFilterArea,.tblSINfWrapper, .leftMenuContainer, .fltr, .fll {
    background-color: #fcfcfc !important;
}

.tdFilterArea,.fltr {
margin-left: -6px;
/* -webkit-box-shadow: inset 2px 1px 6px 0px #aAcEdE !important; */
/* box-shadow: 2px 1px 6px 0px #aAcEdE inset; */
}

.fll td{
background-color: #fff;  
border-bottom-color: #D6F2F9;
border-bottom-style: solid;
border-bottom-width: 1px;

margin-bottom: 10px;

    
}
.tblSINfWrapper
{
    /*width: 100%;*/
    /* width: 100%; */
    /* padding-bottom: 5px; */
    padding-right: 5px;
    /* padding-top: 5px; */
    margin-bottom: 0px !important;
    /*margin-bottom: 10px;*/
    color: #333333;
    display: block;
}

td.fltr, td.fll{padding: 5px 0px 2px 5px;border:none;outline-style: none;}

/*.fltr .dlm {
width: 2px;
height: 24px;
background-image: url(Images/delimeter.gif);
background-position: center;
background-repeat: no-repeat;
display:inline;
float:left;
}*/

.fltr a, .fll a {
    padding-top: 4px;
    min-width: 30px;
    max-width: 30px;
    height: 26px;
	display:block;
	margin: 0px 10px 0px 0px;
	cursor:pointer;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
 background-color: rgba(255, 218, 108, 0.6)!important; 
	text-align: center;
	box-sizing: padding-box
}


.fltr a:hover, .fll a:hover {
    /*background: rgba(255, 218, 108, 0.6)!important;*/
    background-image: url(Images/btn_bkg.gif);
    background-color:transparent;
}

.fltr a img, .fll a img {border: 0;
        max-height: 26px;
    padding-right: 3px;
    padding-left: 3px;}


/* Applicant HRInfo */
.fltrHRInfo {
    font-size: 10pt;
}

.fltrHRInfo span {
height:27px;
padding-left:7px;
}

.fltrHRInfo a {
width:100%;
height:27px;
display:inline;
border: solid 1px #ffffff;
margin: 0px 0px 0px 0px;
cursor:pointer;
padding-left:3px;
}
.fltrHRInfo a:hover {border: solid 1px #ffffff;background: #ffffff ;}

/* OTHER */
.text, .textElements, .textElementsAlert {
color: #333333;
font-size: 8pt;
font-family: "Roboto", sans-serif;
text-decoration: none;

}

.textElements:focus {
    box-shadow: 0px 0px 1px 1px #3498db;
    outline-color: #3498db;
} 

.textElementsAlert:focus {
    box-shadow: 0px 0px 1px 1px #ff0000 !important;
    outline-color: #ff0000;
} 



a.menuTopLvlItmHrf:hover, a.menuTopLvlItmHrf:active
{
    background-color: #00426d !important;
    border-radius: 4px;
    text-decoration: none !important;
}
span.menuSecLvlItmCur
{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 4px 3px;
    text-rendering: geometricPrecision;
    text-decoration: none !important;
    color: #fafcfc !important;
    font-weight: normal;
    line-height: 20px;
    position: relative;
}
span.menuSecLvlItmCur
{
    font-size: 15px;
    font-weight: bold;
    background-color: #00426d;
    margin-left: 4px;
    border-radius: 4px;
}
a.menuSelectedHrf:hover, a.menuSelectedHrf:active,
a.menuTreeItmHrf:hover, a.menuTreeItmHrf:active, a.menuTreeContLvlItmHrf:hover, a.menuTreeContLvlItmHrf:active,
a.lnkLogout:hover, a.lnkLogout:active
{
    /*color: #badeee;
    background-color: #ffffff;*/
    text-decoration: none !important;
    text-shadow: none !important;
    /*text-shadow: 0px 0px 3px #ffffff !important;*/
}

a.menuTreeItmHrf_report {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 3px 20px;
    text-decoration: none;
    color: #343a40 !important;
    background: #ffffff;
    border: none;
    border-radius: unset;
    line-height: 17px;
    display: block;
}
a.menuTreeItmHrf_report:hover, a.menuTreeItmHrf_report:active, a.menuTreeContLvlItmHrf_report:hover, 
a.menuTreeContLvlItmHrf_report:active {
    background-color: #e2e6ea !important;
    color: #0f0f0f !important;
    text-decoration: none !important;
}


a.menuTopLvlItmHrf {
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 7px;
    padding-top: 7px;
    color: #ffffff !important;
    text-rendering: geometricPrecision;
    text-decoration: none !important;
    letter-spacing: 0.25px;
}
a.menuSecLvlItmHrf {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    line-height: 24px;
    color: #0066ff !important;
    background: #e9e9e9;
    text-rendering: geometricPrecision;
    text-decoration: none !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
}
a.menuSecLvlItmHrf:hover {
       color: #00426d !important;
}
a.menuSecLvlItmHrf.expanded {
    color: #ff7605 !important;
    column-span: all;
    display: block;
}
a.menuSecLvlItmHrf.expanded:hover {
    color: #cc5c00 !important;
}
.menuReturn, a.menuReturn {
    color: #666666 !important;
    font-size: 10pt !important;
    padding-bottom: 0px;
    padding-top: 3px;
        padding-bottom: 3px !important;
    display: block;
}

.menuReturn:hover {


    background-color:#3498DB !important;

    color: #666666 !important;

        
    border-radius: 12px 12px 12px 12px;

}


/*#SDATree1_1i:hover
{
	background-color: #99D6F0;
	-webkit-transition: background-color 0.2s linear 0s;
     -moz-transition: background-color 0.2s linear 0s;
     -o-transition: background-color 0.2s linear 0s;
     transition: background-color 0.2s linear 0s;
    border-radius: 8px 8px 8px 8px;
    padding-bottom: 4px;
    color: #ffffff !important;
}*/

a.menuTreeItmHrf /*Tree Item not selected*/
{
    font-family: "Roboto", sans-serif;
    font-size: 10pt;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 1px;
    text-decoration: none !important;
    color: #666666 !important;
	/*font-weight: bold !important;*/
}

    /*a.menuTreeItmHrf_Lvl_2, a.menuTreeContLvlItmHrf_Lvl_2, a.menuTreeItmHrf_Lvl_3 {
        color: #333333 !important;
    }*/


a.menuTreeContLvlItmHrf /*Tree Item what has child Items and not selected*/
{
    font-size: 10pt;
    /*font-weight: bold;*/
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    text-decoration: none !important;  
    color: #666666 !important;  
}

a.menuTreeContLvlItmHrf_report /*Tree Item what has child Items and not selected*/
{
    font-size: 10pt;
    font-weight: bold;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 3px;
    text-decoration: none !important;  
    color: #1685bc !important;  
    height: 22px;
    left: 20px;
}
a.menuTopLvlItmHrf.menuSelectedHrf
{
    font-weight: bold;
    color:#ffffff !important;  
	/*text-shadow: 1px 1px #888888;*/
}


a.menuDisabledHrf, a.menuDisabledHrf:hover, a.menuDisabledHrf:active
{
    color: #ACA899 !important;
}

a.menuApplSelectedHrf
{
    color: #CC6602 !important;
}

a.menuApplSelectedHrf:hover
{
    color: #badeee !important;
}

a.menuApplNotFilledHrf
{
    color: #666666 !important;
    font-weight:normal;
}

a.menuApplNotFilledHrf:hover
{
    color: #badeee !important;
    font-weight:normal;
}

.menuSelectedHrf_Lvl_1 {
    width: 115px;
} 
.menuSelectedHrf_Lvl_2{
    width: 115px;
} 
.menuSelectedHrf_Lvl_3{
    width: 100px;
} 

.menuTreeItmHrf_Lvl_4{
    width: 85px;
} 

.menuSelectedHrf_Lvl_1,.menuSelectedHrf_Lvl_2, .menuSelectedHrf_Lvl_3,.menuSelectedHrf_Lvl_4 {
    padding-bottom: 4px !important;

border-top-left-radius: 12px 12px;
border-bottom-left-radius: 12px 12px;

background-color: transparent !important;
}

.menuBoxSelected
{
padding-left: 4px;
padding-bottom: 0px !important;
background-color: #f1c40f !important;
border-top-right-radius: 12px 12px;
border-bottom-right-radius: 12px 12px;
border-top-left-radius: 12px 12px;
border-bottom-left-radius: 12px 12px;
    padding-right: 10px !important;
border-color: #cccccc;
border-width: 1px;
border-style: dashed;
padding-bottom: 3px !important;
}

a.lnkLogout
{
    font-size: 11pt;
    color: #ffffff !important;
    text-rendering: geometricPrecision;
    text-shadow: 0px 0px 3px #ffffff;
    text-decoration: none !important;
}


/* Classes for D:\prj\bss_trunc\StaffingSystem.cssTree Menu data statuses*/
/*Base class with base parameters*/
.dvDSRCB {

display: inline-block;
text-align:left;
margin: 0;
padding-left: 22px;
vertical-align: middle; 
margin-top: 2px;
}
.dvDSRCB img {margin-left:-18px;}
/*.dvDSRCB a {display:inline-block}*/

.dvApplDSRCB {
display: inline-block;
text-align:left;
margin: 0;
padding-left: 10px;
vertical-align: middle;
border-bottom:dotted 2px #1685bc;
width:95%;
}
.dvApplDSRCB img {margin-top:7px;margin-bottom:1px;vertical-align: middle;position:absolute;}
.dvApplDSRCB a {display:inline-block;margin-top:4px;margin-bottom:4px;}

.tdTopLevelMenuCell
{
    height: 23px;
    vertical-align: top;
    padding-top: 23px;
}
.tdSecLevelMenuCell
{
    height: 22px;
    vertical-align: middle;
    padding-top: 10px;
    
}

.tdMainMenuLogo
{
    width: 200px;
    vertical-align: top;
    padding-left: 4px;
}

.tdMainMenuArea
{
height: 55px;
vertical-align:top;
border: 2px solid red;
}

.tdFilterArea td a {margin-top:2px;}

.BottomBtns{width:100%;text-align:right;padding-bottom:25px;}

.tdBottomBtns{width:100%;text-align:right;padding-bottom:20px;padding-top: 5px;}


.lblCurrMenuName {
color:#666666;
font-size:11pt;
font-weight:bold;
vertical-align:top;
    width: 97%;
}

/* report side-menu header */
.tdLeftMenuArea_report {
    vertical-align:top;
}

.leftMenuContainer_report .row div.reportsListContainer {
    padding: 0px;
    background-color: #f1f1f1;
    max-height: 240px;
    min-height: 240px;
    overflow: hidden;
}

.leftMenuContainer_report .row div.reportsListContainer.expanded {
    max-height: 840px;
    width: 100%;
}

.leftMenuContainer_report .row div.reportsListContainer.exports.expanded {
    max-height: 2040px;
    width: 100%;
}

.leftMenuContainer_report .row {
    margin-left: 0px;
    margin-right: 0px;
}
.leftMenuContainer_report {
    background: #f1f1f1;
}
div.innerContainer {
    min-height: 220px;
    max-height: 220px;
    margin: 10px 5px 0px 5px;
    padding-bottom: 10px;
    border-radius: 4px;
    background: #ffffff;
}

@media screen and (min-width: 768px) {
    .leftMenuContainer_report .row div.reportsListContainer.expanded {
        width: 50%;
    }
}

@media screen and (min-width: 901px) {
    div.reportsListContainer.expanded div.innerContainer {
        max-height: 830px;
        min-height: 200px;
        column-count: 4;
        column-gap: 10px;
    }
}
@media screen and (min-width: 641px) and (max-width: 900px) {
    div.reportsListContainer.expanded div.innerContainer {
        max-height: 830px;
        min-height: 200px;
        column-count: 3;
        column-gap: 8px;
    }
}
@media screen and (min-width: 350px) and (max-width: 640px) {
    div.reportsListContainer.expanded div.innerContainer {
        max-height: 830px;
        min-height: 200px;
        column-count: 2;
        column-gap: 5px;
    }
}
.leftMenuContainer_report .row div.reportsListContainer.exports.expanded {
    width: 100%;
}
@media screen and (min-width: 1190px) {
    div.reportsListContainer.exports.expanded div.innerContainer {
        max-height: 830px;
        min-height: 200px;
        column-count: 3;
        column-gap: 5px;
    }
}
@media screen and (min-width: 790px) and (max-width: 1189px) {
    div.reportsListContainer.exports.expanded div.innerContainer {
        max-height: 2000px;
        min-height: 200px;
        column-count: 2;
        column-gap: 3px;
    }
}
@media screen and (max-width: 789px) {
    div.reportsListContainer.exports.expanded div.innerContainer {
        max-height: 2000px;
        min-height: 200px;
        column-count: 1;
        column-gap: 2px;
    }
}

.lblCurrMenuName_report {
color: #ffffff;
font-size: 11pt;
font-weight: bold;
vertical-align: top;
height:23px;
}

/* end */

td.tdPageDataArea_report {
    width: 0%;
}

.tdFltDelimeter {
width: 5px;
    background-image: url(Images/delimeter.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.tdHorizLineDelim
{
    background-image: url(Images/line_filler.gif);
    background-repeat:repeat-x;
    background-position: center center;
    height: 27px;
    width: 100%;
}

.tdEmptyDelim {height: 20px;width: 100%; }

.tdEmptyDelimMin {font-size: 2pt;    height: 2px;width: 100%; }

/* Grids */
.grid {
    background-color: #dddddd; 
    border-collapse: separate !important;
         margin-top: 5px;
         border-spacing: 1px;
}
.grid a {color: #333333}

/*.grid tr {height: 23px}*/
.grid_header
{
    font-size: 8pt;
    color: #444444;
    font-weight: bold;
    border-color: #DDDDDD;
    border-width: thin;
    background-color: #a1d4eb;
    text-align: center;
    background-position: top;
    height: 21px;
    text-decoration: none !important;
}

.grid_header a {text-decoration: none !important; color: #444444 !important}
.gridHeader a:hover {color: #444444 !important}
.grid_header img {vertical-align: middle; border: none}
.grid_header td a {text-decoration: none !important; color: #444444 !important}



.grid_row0 {font-size: 8pt; background-color: #fcfcfc !important; border-right-color: #fcfcfc !important; border-left-color:#fcfcfc !important;     border-right-width: 1px !important; 
    border-left-width: 1px !important;}

.grid_row0 a {color: #333333;}


/*.grid_row1 {font-size: 8pt; background-color: #e9f1f3  !important; border-right-color: #e9f1f3 !important; border-left-color:#e9f1f3 !important;border-right-width: 1px !important; 
    border-left-width: 1px !important;} */

.grid_row1 {
	font-size: 8pt; 
	background-color: #d7e9f1  !important; 
	border-right-color: #d7e9f1 !important; 
	border-left-color:#d7e9f1 !important;
	border-right-width: 1px !important; 
    border-left-width: 1px !important;
    background-image:none;
}


.grid_row1 a {color: #333333;}

    .grid_row0:hover, .grid_row1:hover {
        outline-width: 2px !important;
        outline-color:rgb(255, 218, 108) !important;
        outline-style:solid !important;

    } 

    .grid_row0 td, .grid_row1 td {
        padding-top: 4px !important;
        padding-bottom: 4px !important;
    }

.grid_selectrow {font-size: 8pt; background-color: #ffffff; height:12pt;}
.grid_row_footer {font-size: 8pt; background-color: #FFFBF5; border-color: #DDDDDD;}

/* table cell for a button*/
.darkGrayText {color: #333333;}

a.aTool
{
    width:24px;
    height:24px;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;    
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    margin-left: 3px;
    margin-right: 3px; 
}
a.aTool:hover
{
    width:24px;
    height:24px;
    border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;
    background-image: url(Images/h3bg_logout.gif);
    background-repeat: repeat-x;
    background-position:center;
    background-color: #DBE8FB;    
    margin-left: 3px;
    margin-right: 3px; 
}
a.aToolMC
{
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;    
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
    margin-left: 0px;
    margin-right: 30px; 
    display: inline-block;
}
a.aToolMC:hover
{
    border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;
    background-image: url(Images/h3bg_logout.gif);
    background-repeat: repeat-x;
    background-position:center;
    background-color: #DBE8FB;    
    margin-left: 0px;
    margin-right: 30px; 
}

td.toolButton 
{
    width: 24px;
    height: 24px;
    text-align: center;
}
td.toolbuttonSel 
{
    width: 24px;
    height: 24px;
    background-image: url(Images/h3bg_logout.gif);
    background-repeat: repeat-x;
    background-position:top;
    background-color: #DBE8FB;
    border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;
    cursor:pointer;
    text-align: center;    
}

/* list bottom table's cells */
td.firstCell {
width: 25%;
max-width:220px;
min-width:220px;
}

td.bookmarksCell {text-align:center}
span.bookmarksCell {width: 47%; text-align: center; vertical-align: top; padding-top: 8px}
span.bookmarksCell a { padding-left: 3px; padding-right:3px; }
span.bookmarksCell span { padding-left: 3px; padding-right:3px; }

td.pageTurnerCell {
width:28%;
max-width:220px;
min-width:220px;
text-align: right;
line-height: 23px
}

td.pageTurnerCell a {color: #333333}

/* Evaluation Property Mark's class */
.eval_mark {color: #1685bc}

/* Page Turner */
.page_turner {background-color:#fdfdfd}
.page_turner input {font-size: 8pt; font-family: "Roboto", sans-serif}
.page_turner a {color: Blue; margin-left: 2px; margin-right: 2px}
.page_turner span {margin-left: 2px; margin-right: 2px}

/* Bookmark Set */
.bookmark_set {color: #333333}
.bookmark_set a {color: #333333}
.bookmark_set_current {font-weight: bold}

/* Profile Checklist */
.prv {color: #1685bc; font-size: 8pt}
.prv input {font-size: 8pt}
.prv_legend {color: #1685bc; font-size: 8pt}
.nochecklist {color: #999999}
.group_header {font-weight: bold; font-size: 12pt}
.legend_line {color: #badeee}
.legend_box {padding: 0; padding-left: 15px; text-align: left; background: #badeee; color: #ffffff; font-weight: bold}

/* TabSet */
table.tabset td {padding: 0; margin: 0; white-space:nowrap}
table.tabset td.left_inactive_tab {width: 5px; background-image: url(Images/tab_il.gif); border-bottom: solid 1px #badeee}
table.tabset td.inactive_tab {font-size: 8pt; color:#FFFFFF; background-color: #badeee; border-bottom: solid 1px #badeee }
table.tabset td.right_inactive_tab {width: 5px; background-image: url(Images/tab_ir.gif); border-bottom: solid 1px #badeee }
table.tabset td.inactive_tab a:link {color: #FFFFFF; text-decoration: none }
table.tabset td.inactive_tab a:visited {color: #FFFFFF; text-decoration: none }
table.tabset td.inactive_tab a:active {color: #FFFFFF; text-decoration: none }
table.tabset td.inactive_tab a:hover {color: #FFFFCC; text-decoration: none }

table.tabset td.left_inactive_tab_wodata {width: 5px; background-image: url(Images/tab_il_white.gif); border-bottom: solid 1px #badeee}
table.tabset td.inactive_tab_wodata {font-size: 8pt; color:#badeee; background-color: #FFFFFF; border-top: solid 1px #badeee; border-bottom: solid 1px #badeee }
table.tabset td.right_inactive_tab_wodata {width: 5px; background-image: url(Images/tab_ir_white.gif); border-bottom: solid 1px #badeee }
table.tabset td.inactive_tab_wodata a:link {color: #badeee; text-decoration: none }
table.tabset td.inactive_tab_wodata a:visited {color: #badeee; text-decoration: none }
table.tabset td.inactive_tab_wodata a:active {color: #badeee; text-decoration: none }
table.tabset td.inactive_tab_wodata a:hover {color: #badeee; text-decoration: none }

table.tabset td.left_active_tab {width: 5px; background-image: url(Images/tab_al.gif) }
table.tabset td.active_tab {font-size: 8pt; color: #00669A; background-color: #FFFFCC; border-top: solid 1px #badeee }
table.tabset td.right_active_tab {width: 5px; background-image: url(Images/tab_ar.gif) }
table.tabset td.left_disabled_tab {width: 5px; background-image: url(Images/tab_il.gif); border-bottom: solid 1px #badeee }
table.tabset td.disabled_tab {font-size: 8pt; color: #C0C0C0; background-color: #badeee; border-bottom: solid 1px #badeee }
table.tabset td.right_disabled_tab {width: 5px; background-image: url(Images/tab_ir.gif); border-bottom: solid 1px #badeee }

/*Permission edit - tabset menu point*/
.tabsetMenuItem {font-size: 8pt; color:#333333; background-color: #badeee; border-bottom: solid 3px #badeee; white-space:nowrap}
.tabsetMenuItemDisabled {font-size: 8pt; color: #aaaaaa; border-bottom: #badeee 3px solid; background-color: #badeee; white-space:nowrap}

/*Permission edit - main menu point*/
.mainMenuItem {font-size: 10pt; font-weight: bold; color: #333333; background-color: #badeee; white-space:nowrap}
.mainMenuItemDisabled {font-size: 10pt; font-weight: bold; color: #aaaaaa; background-color: #badeee; white-space:nowrap}

/* Menu */
.subMenu {position: absolute; visibility: hidden; z-index: 999; background: #badeee; border: solid 1px #FFFFCC;/* padding-left: 15px; padding-right: 15px*/}

/*.mainMenu {border-bottom: solid 1 #333333}*/
.mainMenu table {height:20px; margin-top: 0px;}
td.menuTd {color: #b0b0b0; font-size: 10pt; padding: 4px; padding-top: 0px; cursor: default; white-space:nowrap; font-weight: bold}
td.menuTd span {color: #FFFFFF}
td.menuTd span.hover {color: #FFFFCC}
td.menuTd a {color: #FFFFFF; text-decoration: none;  font-weight: bold}
td.menuTd a:hover {color: #ffffff; text-decoration: none;  font-weight: bold}
td.menuTdHover {color: #ffffff; font-size: 10pt; padding: 4px; padding-top: 0px; cursor: default; background: #FFFFCC; white-space:nowrap;  font-weight: bold}
td.menuTdHover span {color: #badeee}
td.menuTdHover a {color: #badeee; text-decoration: none;  font-weight: bold}
td.menuDivider {color: #FFFFFF; padding: 0px; padding-bottom: 4px; font-weight:100}
td.menuTd hr {color: #b0b0b0; width: 92%;} 

table.mainMenuNoLine {background-image: url(Images/Menu_background_no_line.jpg); background-repeat:no-repeat; height: 55px; padding: 0px}
table.mainMenuOneLine {background-image: url(Images/Menu_background_one_line.jpg); background-repeat:no-repeat; height: 55px; padding: 0px}
table.mainMenuTwoLine {background-image: url(Images/Menu_background.jpg); background-repeat:no-repeat; height: 55px; padding: 0px}
tr.MenuRow {height: 24px; vertical-align: top; text-align: left}
tr.LabelRow {height: 25px; vertical-align: top; text-align: right}
td.MenuCell {width: 620; padding-right: 30px}
td.LogoCell {}
td.LabelCell{color:red}
#imgLogo {/*filter: alpha(opacity=40)*/}
img.LogoImage {/*filter: alpha(opacity=40)*/}

/* Tree */
table.tree, table.treeMenu {/*width: 185px;*/ width:100%; border: none; padding: 0; margin: 0}
table.tree tr, table.treeMenu tr {padding: 0; margin: 0}
table.tree tr td, table.treeMenu tr td {padding: 0; text-align: left; margin: 0; background-repeat:no-repeat}
table.treeLeft {border: none; margin: 0; height: 100%; width: 97%;}
table.treeLeft tr td {padding: 0; text-align: left; vertical-align:top; background-repeat:no-repeat; color: #333333}
trItTxt {vertical-align: middle; color: #333333;}
table.treeLeft img {border: none; vertical-align:top}

.tree_b
{
    background-image: url(Images/tr_b.gif);
    background-repeat: no-repeat;
    width:16px;
    height:22px;
    min-width:16px;
}

.tree_nm_menu
{
    background-image: url(Images/tr_lnm_lmt_2.gif);
    background-repeat: no-repeat;
    width:16px;
    height:22px;
}
.tree_np_menu
{
    background-image: url(Images/tr_lnp_lmt_2.gif);
    background-repeat: no-repeat;
    width:16px;
    height:22px;
}

.tree_ln
{
    background-image: url(Images/tr_ln.gif);
    background-repeat: no-repeat;

    width:16px;
    height:22px;
}
.tree_lnm
{
    background-image: url(Images/tr_lnm.gif);
    background-repeat: no-repeat;

    width:16px;
    height:22px;
}
.tree_lnp
{
    background-image: url(Images/tr_lnp.gif);
    background-repeat: no-repeat;


    width:16px;
    height:22px;
}
.tree_nm
{
    background-image: url(Images/tr_nm.gif);
    background-repeat: no-repeat;


    width:16px;
    height:22px;
}
.tree_np
{
    background-image: url(Images/tr_np.gif);
    background-repeat: no-repeat;

    width:16px;
    height:22px;
}

.tree_l
{
    background-image: url(Images/tr_l.gif);
    background-repeat: no-repeat;

    width:16px;
    height:22px;
}

.tree_n
{
    background-image: url(Images/tr_n.gif);
    background-repeat: no-repeat;

    width:16px;
    height:22px;
}

/* CompanyStructureTree */
td.treeSelectedItem a {background-color:#ffcc8a;background-image: url(SelectedMenu.gif);background-repeat: repeat-x; font-weight: bold; color:#333333;}
td.treeSelectedItem a:link {}
td.treeSelectedItem a:visited {}
td.treeSelectedItem a:active {}
td.treeSelectedItem a:hover {}

td.treeUnSelectedItem a {font-weight: bold; color:#333333;}
td.treeUnSelectedItem a:link {}
td.treeUnSelectedItem a:visited {}
td.treeUnSelectedItem a:active {}
td.treeUnSelectedItem a:hover {background-color:#ffffff;font-weight: bold; color:Gray;}

table.treeBox {/*width: 80%;*/ margin: 0}
table.treeBox thead th {padding: 0; padding-left: 15px; text-align: left; color: #badeee}

/* Calendar top-left corner cell - select all region*/
.calfc { width: 10px !important; }

td.calendarTLCorner
{
    background-position: center center;
    font-size: 8pt;
    background-image: url(Images/select_all.jpg);
    cursor:pointer;
    background-repeat: no-repeat;
}

table.wrkCal .calendarHeader {
}

table.wrkCal .calendarHeader_1,
table.wrkCal .calendarHeaderSelected_1,
table.wrkCal .calendarHeader_2,
table.wrkCal .calendarHeaderSelected_2,
table.wrkCal .calendarHeader_3,
table.wrkCal .calendarHeaderSelected_3 { height: 10px !important; }

/* Default calendar header cell - unselected*/
td.calendarHeader
{
    border-right: #909090 2px solid;
    border-top: #909090 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #909090 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #E2E8EB;
    text-align: center;
    text-decoration: none;
}

/* Regular calendar header cell - unselected*/
td.calendarHeader_1
{
    border-right: #909090 2px solid;
    border-top: #909090 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #909090 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #E2E8EB;
    text-align: center;
    text-decoration: none;
}

/* Non-Working calendar header cell - unselected*/
.calendarHeader_2
{
    border-right: #909090 2px solid;
    border-top: #909090 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #909090 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #F9866F;
    text-align: center;
    text-decoration: none;
}

/* Non-Regular calendar header cell - unselected*/
.calendarHeader_3
{
    border-right: #909090 2px solid;
    border-top: #909090 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #909090 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #FCF3D2; /*gold;*/
    text-align: center;
    text-decoration: none;
}

/* Default calendar header cell - selected*/
.calendarHeaderSelected_1
{
    border-right: #000080 2px solid;
    border-top: #000080 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #000080 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #000080 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #E2E8EB; /*#333399;*/
    text-align: center;
    text-decoration: none;
}

/* Non-Working calendar header cell - selected*/
.calendarHeaderSelected_2
{
    border-right: #000080 2px solid;
    border-top: #000080 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #000080 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #000080 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #F9866F; /*#e23a03;*/
    text-align: center;
    text-decoration: none;
}

/* Non-Regular calendar header cell - selected*/
.calendarHeaderSelected_3
{
    border-right: #000080 2px solid;
    border-top: #000080 2px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #000080 2px solid;
    cursor:pointer;
    color: #333333;
    border-bottom: #000080 2px solid;
    font-family: "Roboto", sans-serif;
    background-color: #FCF3D2;/*gold;*/
    text-align: center;
    text-decoration: none;
}

/********************************/
/*Working cell for Shift Calendar*/
.cellWorkingShift
{
    border-right: #909090 1px solid;
    border-top: #909090 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 1px solid;
    border-bottom: #909090 1px solid;
    font-family: "Roboto", sans-serif;
    background-color: #FFFFFF;
    text-decoration: none;
    display: block;
    vertical-align: middle;
    margin-top: 1px;
    margin-bottom: 1px;
}

.cellWorkingShiftCalendar
{
    border-right: #909090 1px solid;
    border-top: #909090 1px solid;
    font-weight: bold;
    font-size: 8pt;
    border-left: #909090 1px solid;
    border-bottom: #909090 1px solid;
    font-family: "Roboto", sans-serif;
    background-color: #FFFFFF;
    text-decoration: none;
}

table.wrkCal {
    height: 500px; width: 100%;
    border-collapse: separate;
    border: none;
}

table.wrkCal[disabled=true], table.wrkCal[disabled=disabled] { color: #c0c0c0 !important; }

table.wrkCal td {
    margin:0px; padding:1px;
    /*border: solid 1px #909090;*/
}

table.wrkCal td.cellSelected_1,
table.wrkCal td.cellSelected_2,
table.wrkCal td.cellSelected_3 {
    padding: 0 !important;
}

/*Regular hours - selected cell*/
.cellSelected_1
{
    border: solid 2px #000080;
    font-weight: bold;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    color: #333333;
    background-color: #CfE3D0;
    text-decoration: none;
}

/*Non_Working days - selected cell*/
.cellSelected_2 {
    border: solid 2px #000080;
    font-weight: bold;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    color: #333333;
    background-color: #F9866F;
    text-decoration: none;
}

/*Non-Regular hours - selected cell*/
.cellSelected_3
{
    border: solid 2px #000080;
    font-weight: bold;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    color: #333333;
    background-color: #FCF3D2;
    text-decoration: none;
}

/*Empty cells*/
.cell_x {
    text-align: left; vertical-align: top;
    overflow: hidden;
    max-height: 80px; max-width: 80px;
    min-height: 80px; min-width: 80px;
    height: 80px; width: 80px;
}

.cell_0
{
    border: solid 1px #909090;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

/*Regular hours - unselected cell*/
.cell_1 {
    border: solid 1px #909090;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    background-color: #CFE3D0;
    text-decoration: none;
}

/*Non_Working days - unselected cell*/
.cell_2
{
    border: solid 1px #909090;
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    background-color: #F9866F;
    text-decoration: none;
}

/*UnRegular hours - unselected cell*/
.cell_3
{
    border: solid 1px #909090;
    font-size: 8pt;
    background-color: #FCF3D2;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    text-align: left;
}

.cell_ex {
    min-height:17px !important;
    min-width:17px !important;
    height:17px !important;
    width:17px !important;
    max-height:17px !important;
    max-width:17px !important;
    text-align:center !important;
    vertical-align:middle !important;
}

/* Contractor Required Docs*/
.calendar_button {
background-position: center center;
background-image: url(Images/CalendarPopUp.gif);
width: 23px;
height: 21px;
background-repeat: no-repeat;
padding:0;
margin:0;
border: 0px;
    vertical-align: bottom;
        margin-left: 4px !important;
            background-color: transparent;
}

/* Contractor Required Docs*/
.calendar_button_disabled
{
background-position: center center;
background-image: url(Images/CalendarPopUpDisabled.gif);
width: 23px;
height: 21px;
background-repeat: no-repeat;
padding:0;
margin:0;
border: 0px;
    vertical-align: bottom;
        margin-left: 4px !important;
            background-color: transparent;
}

/*Edit region button on FacilityGeneral*/
.edit_region_button
{
    background-position: center center;
    background-image: url(Images/EditRegionButton.gif);
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
}
/*Edit region button on FacilityGeneral (Disabled)*/
.edit_region_button_disabled
{
    background-position: center center;
    background-image: url(Images/EditRegionButtonDisabled.gif);
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
}

/* Contractor Required Docs*/
.enabled_link
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: underline;
    cursor:pointer;
}
/* Contractor Required Docs*/
.disabled_link
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}
/* Contractor Required Docs Aged JCHAOs and Credentials*/
.agedCredential
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #ff0000;
}
.nAgedCredential
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #007f00;
}
/* Contractor Work History bold Label*/
/* Contractor Evaluation bold Label*/
.boldLabel
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: bold;
}

.menuPositionLabel
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: normal;
    color: #2E4DA6;
}

.objectlabel
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    font-weight: normal;
    color: #2E4DA6;
}


/* Buttons */
.button
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    width: 70px;
}
/* new CSS for div-Buttons*/
.divImgBtnRight
{
    position: relative;
    float: right;
    height: 20px;
    width: 75px;
    color: #ffffff;    
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor:pointer;
    background-image: url(Images/Button.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #536291;
    border-left: 2px solid #536291; 
    border-right: 2px solid #536291;    
    margin-right: 2px;
    padding-top: 2px;
    display: inline;
}

/* Time Sheet, ShiftRequestProcessing */
.time_button
{
    background-position: center center;
    background-image: url(Images/ClockArrows.gif);
    width: 15px;
    height: 19px;
    background-repeat: no-repeat;
}
/* Time Sheet, ShiftRequestProcessing */
.time_button_disabled
{
    background-position: center center;
    background-image: url(Images/ClockArrowsDisabled.gif);
    width: 15px;
    height: 19px;
    background-repeat: no-repeat;
}
/* Time Sheet, ShiftRequestProcessing */
.shiftcalendar_button
{
    background-position: center center;
    background-image: url(Images/Calendar.gif);
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
    cursor: pointer;
    /*border: 1px outset #ffffff !important;*/
    /*background-color: rgba(255, 218, 108, 0.6)!important;*/
    border-width: 0px;
    background-color:transparent !important;
}
.shiftcalendar_button_disabled
{
    background-position: center center;
    background-image: url(Images/Calendar_disabled.gif);
    width: 23px;
    height: 19px;
    background-repeat: no-repeat;
    cursor: pointer;
    /*background-repeat: no-repeat;
	border: 2px outset buttonface !important;*/
    border-width: 0px;
    background-color:transparent !important;
}
.login11
{
    background-position: center top;
    background-image: url(Images/login11.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 56px;
}

.login12
{
    background-position: center center;
    background-image: url(Images/login12.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login12c
{
    background-position: center center;
    background-image: url(Images/login12c.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login12f
{
    background-position: center center;
    background-image: url(Images/login12f.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login12n
{
    background-position: center center;
    background-image: url(Images/login12n.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login12s
{
    background-position: center center;
    background-image: url(Images/login12s.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login12sc
{
    background-position: center center;
    background-image: url(Images/login12sc.jpg);
    background-repeat: no-repeat;
    width: 46%;
    height: 85px;
}
.login5
{
    background-repeat: no-repeat;
}
.loginCybA
{
    background-position: right top;
    background-image: url(Images/CyberAgency.jpg);
    background-repeat: no-repeat;
    height: 360px;
    width: 46%;
}

.lnkSubmitBig
{
    color: #0000ff;
    font-family: "Roboto", sans-serif;
}
.contactUs
{
    color: #333333;
    font-family: "Roboto", sans-serif;
}
.contactUsPhone
{
    font-weight: bold;
    color: #333333;
    font-family: "Roboto", sans-serif;
}

.divImgBtnLogin
{
    position: relative;
    /*float: none;*/
    height: 20px;
    width: 80px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor:pointer;
    background-image: url(Images/Button1.gif);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #536291;
/*    border-top: 1px solid #536291;*/
/*    border-bottom: 1px solid #5362918;*/
    border-left: 2px solid #536291;
    border-right: 2px solid #536291;
    margin-right: 2px;
    padding-top: 2px;

}
.divImgLogin
{
     position: relative;
    /*float:none;*/
    height: 700px;
    width: 800px;

    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
   /* background-color: #badeee;*/
background-color: #e9e9f5;
    border-top: 0px solid ;
    border-bottom: 0px solid ;
    border-left: 0px solid ;
    border-right: 0px solid ;

}

.textLogin
{
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: bold;

}

.textApply
{
    color: #3A3C74;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    vertical-align: bottom;
    text-align: center;
}

.tdApplyOnline
{
    height: 30px;
}

.tdLoginName
{
    padding-left: 264px; 
    height: 20px;   
}
.tdLoginPassword
{
    padding-left: 264px; 
    height: 20px;
}

.tdLogin_info 
{  
    padding-top: 20px;
    padding-left: 10px;
    vertical-align: top;
    padding-right: 40px;
    text-align: justify;
}

.tdSeller_info 
{  
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 20px;
    vertical-align: top;
    text-align: justify;
}
.spin_button_up
{
    background-position: center;
    background-image: url(Images/ClockArrowUp.gif);
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;   
}
.spin_button_down
{
    background-position: center;
    background-image: url(Images/ClockArrowDown.gif);
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;   
}
.spin_button_up_disabled
{
    background-position: center;
    background-image: url(Images/ClockArrowUpDisabled.gif);
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;   
}
.spin_button_down_disabled
{
    background-position: center;
    background-image: url(Images/ClockArrowDownDisabled.gif);
    width: 15px;
    height: 9px;
    background-repeat: no-repeat;   
}

/* All Lists */
.tdGridDel
{
    width: 1%;
    height: 19px;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;    
}
.tdGridDelSel
{
    width: 1%;
    height: 19px;
    background-image: url(Images/h3bg_logout.gif);
    background-repeat: repeat-x;
    border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;
    cursor:pointer;
}

div.GridDel 
{
    cursor:pointer;
    text-align:center;
    vertical-align:middle;
    width: 25px;
    height:21px;
}
div.GridDel :hover
{
    background-image: url(Images/h3bg_logout.gif);
    background-repeat: repeat-x;
    border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;
}
div.GridDel :hout 
{
    background-image: none;
    border-top: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #ffffff 1px solid;
    border-right: #ffffff 1px solid;
}

div.GridDel div.DelImg
{
    background-position: center center;
    background-image: url(Images/Delete.gif);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    text-align: center;
}

div.GridDel div.ApplicantDelImg
{
    background-position: center center;
    background-image: url(Images/Delete.gif);
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    text-align: center;
}

.delete_button
{
    background-position: center center !important;
    background-image: url(Images/Delete.gif) !important;
    background-repeat: no-repeat;
    background-color:transparent !important;
    width: 22px;
    height: 19px;
    text-align: center;

}


/* Shift Search*/
.phone_button
{
    background-position: center center;
    background-image: url(Images/Phone.gif);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}
.print_button
{
    background-position: center center;
    background-image: url(Images/Print.gif);
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
}

/* Shift Search Result List*/
.appropriateshift
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #007f00;
}
.notappropriateshift
{
    font-size: 8pt;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    color: #ff0000;
}

.CalButton 
{ 
    FONT-SIZE: 8pt; 
    cursor:pointer;
    COLOR: blue; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
} 
.CalButton_viewOnly
{ 
    FONT-SIZE: 8pt; 
    COLOR: blue; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
} 
.CalButtonHeader 
{ 
    FONT-WEIGHT: bold; 
    cursor:pointer;
    FONT-SIZE: 8pt; 
    COLOR: white; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: none 
} 
.CalButtonToday 
{ 
    cursor: pointer;
/* COLOR: red; */
TEXT-DECORATION: underline;
font-weight: bold;
} 

.CalButtonFocus 
{
    background-color:#f1c40f;
}

.CalButtonFocusText:hover 
{
    COLOR:white !important;
}

.CalButtonDisable 
{ 
    FONT-SIZE: 8pt; 
    COLOR: gray; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: none 
} 
.CalButtonNonWorked 
{ 
    FONT-SIZE: 8pt; 
    COLOR: gray; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: none 
} 
.CalButtonTimeSheet
{
    FONT-SIZE: 8pt; 
    COLOR: #FFA500; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: none 
}
.CalButtonNonWorkedNew 
{ 
    FONT-SIZE: 8pt; 
    cursor:pointer;
    COLOR: gray; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
} 
.CalButtonNonWorkedNew_viewOnly 
{ 
    FONT-SIZE: 8pt; 
    COLOR: gray; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
} 
.CalButtonWorked
{
    FONT-SIZE: 8pt; 
    cursor:pointer;
    COLOR: Fuchsia; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
}
.CalButtonWorked_viewOnly
{
    FONT-SIZE: 8pt; 
    COLOR: Fuchsia; 
    FONT-FAMILY: "Roboto", sans-serif; 
    TEXT-DECORATION: underline 
}

.trHeader 
{ 
    BACKGROUND-COLOR: #808080
} 
.trCalendar 
{ 
    BACKGROUND-COLOR: white 
} 

/*CssClass for QuickWriteCombo DropDown button (enabled)*/
.dropDownButton,
.DropDownButton {
background-position: center center;
font-size: 8pt;
background-image: url(Images/arrow_down.gif);
width: 21px !important;
background-repeat: no-repeat;
font-family: "Roboto", sans-serif;
height: 21px !important;
text-decoration: none;
margin-bottom: 1px;

}

/*CssClass for QuickWriteCombo DropDown button (disabled)*/
.dropDownButtonDisabled
{
    background-position: center center;
    font-size: 8pt;
    background-image: url(Images/arrow_down_disabled.gif);
    width: 21px !important;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif;
    height: 21px !important;
    text-decoration: none;
    margin-bottom: 1px; 

}

.AutoRate {color:orange;}
.AskRateLess {color:green;}
.AskRateGreat {color: red;}

/* Styles for "General" tabs*/
.blockHeader {
padding-bottom: 9px; 
min-height:20px;
font-size:14px;
color:#333333; 

font-weight:bold;
vertical-align:middle; 
}

.h1{
font-size:14px;
color:#333333; 
}


.ApplicanHeader {
font-size:13px;
color:White; 
background-color:#1685bc; 
font-weight:bold;
vertical-align:middle; 
padding-left: 5px;
padding-bottom:10px;
padding-top:10px;
}

.ApplicanTable {
    width:100%;
    margin-bottom:10px;
}


.labelSearch
{
    color: #1685bc; 
    text-align: left; 
    vertical-align: middle; 
    height:27px;
    padding-right: 7px;
    font-weight:bold;
}

.toolsize{

font-size:13px;
_height:15px; min-height: 15px;
vertical-align:bottom;
    margin-top: 6px;
        
}
/*.toolsize, .currFltContext {
    width: 800px;  
    width: 90%;
}*/

.currFltAlertImg {
    padding-top: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.currFltAlertTxt {
    padding-top: 20px;
    line-height: 15px;
}

.currFltContext
{
    line-height: 17px;
    vertical-align: bottom;
    padding-bottom: 1px;
    color: #666666; 
    font-weight:normal;
    font-size: 9pt;
}

.parameterName
{
    color: #333333; 
    text-align: right; 
    vertical-align: middle; 
    height:30px;
    padding-right: 7px;
    
}

/*****MAIN FONT*/
.parameterName,
span.parameterName,
div.parameterName,
a.parameterName,
.text, .textElements, .textElementsAlert,
.RadComboBox_Default2006, .RadComboBox_Default2006 .rcbInput, 
.RadComboBoxDropDown_Default2006, .rcbTemplate, .rcbHeader, .ajax__tab_tab,
.dvErrTxt, .parameter_cell_large, td.parameterValue, div.deviceList, .sinfSizer
.sinfSmall, .sinfSmallBold, .btnSINf,.btnSINfBold,.lgTxtLoginPass, .appl_ready_label, .arrUp, 
span.btn, .divImgBtn, .divImgBtnMC, span.btn[disabled=true], span.btn[disabled=disabled],
.divImgBtn[disabled=true], .divImgBtn[disabled=disabled], 
.divImgBtnMC:hover[disabled=true], .divImgBtn[disabled=disabled],
div.psw, div.logout , .leftcol, .darkGrayText, .lnkSubmitBig,
.contactUs, .contactUsPhone, .textApply, .alphacube_content,
.lstcmb_drop table, .enabled_link, .smallTextElements, .parameterNameSmall,
.ui-accordion-header-info 
{
    font-size: 9pt !important;
    font-family: "Roboto", sans-serif !important;
}

.textElementsSmall{
    color: #333333;
    font-size: 8pt !important;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
}

.weekChange {
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 3px;
    padding-bottom: 2px;
}

span.parameterName,
div.parameterName {
color: #333333;
text-align: right; 
vertical-align: middle; 
height:28px;
padding-right: 7px;
display: inline-block;
}

div.parameterValue {height:15px; display: inline; }
td.parameterValue { margin:0;}


.parameterNameSmall
{
    color: #333333;
    text-align: right;
    vertical-align: middle;
    height: 22px;
    padding-right: 7px;
    font-size: 8pt;
}


div.deviceList
{
    background: #ffffff;
    border: solid 1px #678FC2;
    overflow:auto;
}

table.shift_prop_tbl {border-bottom: #badeee 1px solid; color: #333333}
table.shift_prop_tbl_top {border-bottom: #badeee 1px solid; border-top: #badeee 1px solid; color: #333333}
table.shift_prop_tbl TR {height: 20px}
table.shift_prop_tbl_top TR {height: 20px}
TD.shift_prop_header {font-weight: bold; color: #badeee; padding-left: 5px; border-bottom: #badeee 1px solid}
TD.parameter_cell, TD.parameter_cell_large {padding-right: 5px; padding-left: 5px; color: #1685bc; text-align: right; border-left: solid 1px #badeee;}

TD.right_cell {border-right: solid 1px #badeee;}
TD.empty_cell {border-top: solid 1px #badeee; border-bottom: solid 1px #badeee}
.bottom_row {padding-right: 5px; padding-left: 5px; color: #DDDDDD; padding-top: 10px; font-weight: bold}
TD.label_cell {color: #1685bc;}
TD.to_right_cell {padding-right: 5px; padding-left: 5px;text-align: right; color: #1685bc;height: 27px;}

/* Use this css applied to SPAN element for representation "View One Document" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewOneDoc
{
    background-image:url(Images/view_one_doc.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}

/* Use this css applied to SPAN element for representation "View One Document" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewOneDocDisabled
{
    background-image:url(Images/view_one_doc_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
/* Use this css applied to SPAN element for representation "View Documents" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewDocs
{
   /* background-image:url(Images/view_docs.gif);*/
   background-image:url(Images/view_one_doc.gif);
    background-size: 19px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "View Documents" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewDocsDisabled
{
    /*background-image:url(Images/view_docs_disabled.gif);*/
    background-image:url(Images/view_one_doc_disabled.gif);
    background-size: 19px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
/* Use this css applied to SPAN element for representation "Upload One Document" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkUplOneDoc
{
    background-image:url(Images/upload_one_doc.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Upload One Document" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkUplOneDocDisabled
{
    background-image:url(Images/upload_one_doc_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Upload Documents" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkUplDocs
{
    background-image:url(Images/bulk_upload.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Upload Documents" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkUplDocsDisabled
{
    background-image:url(Images/bulk_upload_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Archive One Document" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkArchOneDoc
{
    background-image:url(Images/archive_doc.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Archive One Document" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkArchOneDocDisabled
{
    background-image:url(Images/archive_doc_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Archive Documents" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkArchDocs
{
    background-image:url(Images/archive_doc.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "Archive Documents" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkArchDocsDisabled
{
    background-image:url(Images/archive_doc_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "View Archived Documents" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewArchDocs
{
    background-image:url(Images/view_archive.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Use this css applied to SPAN element for representation "View Archived Documents" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkViewArchDocsDisabled
{
    background-image:url(Images/view_archive_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}

.lnkAddInfo
{
    background-image:url(Images/add_info.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}

.lnkAddInfoDisabled
{
    background-image:url(Images/add_info_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}

/* Use this css applied to SPAN element for representation "View/Edit Note" enabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkNote
{
    background-image:url(Images/note.gif);
    background-size: 22px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
/* Use this css applied to SPAN element for representation "View/Edit Note" disabled link 
instead using Anchor element with "#" HREF Attribute */
.lnkNoteDisabled
{
    background-image:url(Images/note_disabled.gif);
    background-size: 22px;
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;    
}
/* Short Info Panel Classes*/
.tdSINfPhoto
{
    text-align: center;
    width: 100px;
    padding-right: 15px;
    vertical-align: top;
}
/*.tblSINfWrapper
{
    font-family: Arial;
    width: 100%;
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background-color: #ffffff;
    padding-bottom: 5px;
    padding-right: 3px;
    padding-top: 5px;
    margin-bottom: 5px;
    color: #333333;
}*/
.tdSINfTopRowName
{
    color: #333333;
font-size: 15pt;
/*font-weight: bold;*/
}
.SINfTopRowName
{
    color: #333333;
    font-size: 11pt;
    font-weight: bold;
    font-family: Arial;
}
.sinfTDValData
{
    padding-top: 10px;
    padding-bottom: 5px;
    line-height: 18px;
}
.sinfSizer
{
    vertical-align: middle;
    color: #1685bc;
    text-decoration: underline;
    cursor:pointer;
    font-weight: bold;
}

.sinfImgSizer
{
    cursor:pointer;
    vertical-align: middle;
    margin-top: 3px
}
.sinfSmall
{
    color: #666666;
    margin-left: 5px;
    padding-right: 10px;
    text-align:left;
    height: 20px;
    font-family: "Roboto", sans-serif;
}
.sinfSmallBold
{
    color: #666666;
    font-weight: bold;
    height: 20px;
}
.btnSINf
{
    text-align: left;
    font-family: "Roboto", sans-serif;
    cursor:pointer;
    text-decoration: underline;
    padding-right: 10px;
    color: #1685bc;
}

.btnSINfBold
{
    text-align: left;
    font-family: "Roboto", sans-serif;
    cursor:pointer;
    text-decoration: underline;
    padding-right: 10px;
    color: #1685bc !important;
    font-weight: bold;
}
.btnSINfSel
{
    color: #728AB5;
}

/* Tool Buttons */
span.toolButton 
{
    width: 27px;
    height:28px;
    margin: 3px 4px 3px 1px;
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
}
.lnkCopy
{
    background-image:url(Images/copy.gif);
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
.lnkCopyDisabled
{
    background-image:url(Images/CopyDisabled.gif);
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
.lnkSearch
{
    background-image:url(Images/Search.gif);
    cursor:pointer;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
.lnkSearchDisabled
{
    background-image:url(Images/SearchDisabled.gif);
    cursor:default;
    background-repeat:no-repeat;
    background-position: center center;
    display:block;
    height:22px;
}
.btnUploadDocs{background-image:url(Images/bulk_upload.gif);}
.btnUploadDocsActive{background-image:url(Images/bulk_upload_large.gif);}
.btnViewBulkDocs{background-image:url(Images/view_docs.gif);}
.btnViewBulkDocsActive{background-image:url(Images/view_docs_large.gif);}
.btnViewArch{background-image:url(Images/view_archive.gif);}
.btnViewArchActive{background-image:url(Images/view_archive_large.gif);}
.btnNew{background-image:url(Images/new_doc.gif);}
.btnNewActive{background-image:url(Images/new_doc_large.gif);}
.btnPrint{background-image:url(Images/print_paycheck.gif);}
.btnPrintActive{background-image:url(Images/print_paycheck_large.gif);}
.btnEVerifile{background-image:url(Images/e-verifile.gif);}
.btnEVerifileActive{background-image:url(Images/e-verifile_large.gif);}
.btnEMailStaff{background-image:url(Images/email_to_staffer_large.gif);}
.btnCopy{background-image:url(Images/Copy.gif);}
.btnCopyActive{background-image:url(Images/copy_large_active.gif);}
.btnCopyDisabled{background-image:url(Images/CopyDisabled.gif);}
.textAsLink{text-decoration:underline;cursor:pointer;}

/***************< STATUSES class list >**********************
* Use the following notation for javascript class assignment: 
* cssClass="sttBaseClass <needed_status_class>"
*/
.sttBaseClass
{
    cursor:default;
height: 26px !important;
    background-repeat:no-repeat;
    background-position:center center;
    opacity: 0.75;
    margin-left: 5%;
}
.sttCompleted
{
    background-image:url(Images/completed.gif);
}
.sttAnnuled
{
    background-image:url(Images/annul.gif);
}
.sttCancAgen
{
    background-image:url(Images/cancel_by_agency.gif);
}
.sttCancCareg
{
    background-image:url(Images/cancel_by_caregiver.gif);
}
.sttCancPatient
{
    background-image:url(Images/cancel_by_patient.gif);
}
.sttCancFac
{
    background-image:url(Images/cancel_by_facility.gif);
}
.sttFillFac
{
    background-image:url(Images/filled_by_facility.gif);
}
.sttNoCallNoShow
{
    background-image:url(Images/no_call_no_show.gif);
}

.sttNoCallNoShowPatient
{
    background-image:url(Images/patient_no_call_no_show.gif);
}
.sttReopen
{
    background-image:url(Images/reopend.gif);
}
.sttCancNotNeed
{
    background-image:url(Images/cancellation-notification-needed.gif);
}
.sttConfirmed
{
    background-image:url(Images/confirmed.gif);
}

.sttApprovebyManager
{
    background-image:url(Images/ApproveByManager.gif);
}
.sttUnconfirm
{
    background-image: url(Images/unconfirmed.gif);
}
.sttUnapproved
{
    background-image: url(Images/Unapproved_by_manager.gif);
}
.sttNotified
{
    background-image:url(Images/notified.gif);
}
.sttNotNConf
{
    background-image:url(Images/notified-not-confirmed.gif);
}
.sttConfNot
{
    background-image:url(Images/confirmed-notified.gif);
}
.sttReturned
{
    background-image:url(Images/returned.gif);
}
.sttUnassign
{
    background-image:url(Images/unassigned.gif);
}
.sttPublic
{
    background-image:url(Images/yes.gif);
}
.sttAttendee
{
    background-image:url(Images/yes.gif);
}

.subNew
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_new.gif);
}
.subSentProfToAM
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_sent_profile_to_AM.gif);
}
.subSubmit
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_submitted.gif);
}
.subPrecall {
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_precall.gif);
}
.subPostcall {
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_postcall.gif);
}
.subInterview
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_interviewed.gif);
}
.subOfferPending
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_offer_pending.gif);
}
.subReject
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_rejected.gif);
}
.subAccept
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_accepted.gif);
}
.subCancelByFacility
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_cancel_by_facility.gif);
}
.subCancelByCaregiver
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_cancel_by_caregiver.gif);
}
.subRecall 
{
    /*width: 22px;*/ height: 20px;
    background-image:url(Images/subm_recall.gif);
}


/* some classes for ListPageWithAllMenus - LabelArea - SergeyS */
.tblForLabelArea {width:100%; border:0; padding:0; margin:0}
td.LabelAreaColumnRight {height: 25px; vertical-align: top; text-align: right}
td.LabelAreaColumnLeft {height: 25px; vertical-align: top; text-align: left}
.LabelAreaContent { height: 15px; color: #1685bc; font-weight:bold } 

a img { 
    border: none; 
}

.mark {
    font-weight: bold;
}
.TestGrid {width:100%;}
.TestColumn0 {width:5%;text-align:center;} /* Select */
.TestColumn1 {width:45%;} /* Name */
.TestColumn2 {width:45%} /*Prophecy Checklists*/
.TestColumn3 {width:5%;text-align:center;} /* Points */

.TestGrid2 {width:100%;}
.TestColumn2_0 {width:5%;text-align:center;} /* Select */
.TestColumn2_1 {width:90%;} /* Name */
.TestColumn2_2 {width:5%;text-align:center;} /* Points */

.tblEmpStatusRbs 
{
    border-right: 2px solid #DDDDDD;
    border-bottom: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    background-color: #f7f7f7;
    padding-bottom: 5px;
    padding-right: 3px;
    margin-bottom: 0px;
    color: #333333;
    width:100%;
    
}
/* styles for Admin->Integrated Systems->Prophecy Hierarchy*/
td.integratedHierarchyTree
{
    width:400px;
    font-size: 9pt;
}
.cmbOfficeNames
{
    width:250px;
}
.dvErrWrapper
{
    width: 90%;
    height: 30%;
    margin-left: 10%;
    margin-top: 10%;
    border-top: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #ffffff;
}

.dvErrhead
{
    font-size: 12pt;
    font-weight:bold;
    height: 30px;
    margin-top: 10px;
}

.dvCallTxt
{
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
}
.dvErrLogout
{
    text-align:center;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 200px;
    color: #039;
}



.preferredStatesParameterName 
{
    color: #333333; 
    text-align: right; 
    vertical-align: top; 
    padding-right: 7px;
    white-space:nowrap;
    padding-top:20px;
    width:180px;
}

.preferredStatesParameterValue
{
    color: #333333; 
    text-align: left; 
    vertical-align: top; 
    padding: 3px;
    padding-top:20px;
    width:180;
}

.preferredStatesEditorCell
{
    text-align:left;
    padding-left:20px;
    white-space:nowrap;
}

.preferredStatesEditorButton
{
    background-position: center center;
    background-image: url(Images/statesEditor.gif);
    width: 39px; 
    margin-left:5px;
    background-repeat: no-repeat;
    cursor:pointer;
    padding: 0;
}
.preferredStatesEditorButtonDisabled
{
    background-position: center center;
    background-image: url(Images/statesEditorDisabled.gif);
    width: 39px; 
    margin-left:5px;
    background-repeat: no-repeat;
    padding: 0;
}
.preferredStatesList
{
    color: #1685bc; 
    font-weight:bold;
}

.shiftExistsInVacancy
{
    color: #ff0000;
    font-weight:bold;
}

.ApplicantTreeMenuCell
{
    white-space: nowrap;
    background-color: transparent !important;
}

.ApplicantTreeMenuLabel
{
    color: #1685bc;
    font-size: 7;
    font-weight: normal;
}

#FacilityLedgerLst_tbl {width: 100%}

/* AgentList grid */
#AgentLst_tbl {width: 100%}
#AgentLst_col0 {width: 34%} /* Company User Name */
#AgentLst_col1 {width: 33%} /* Title */
#AgentLst_col2 {width: 33%} /* Location */

/* AdmDuplicateFileLst grid */
#AdmDuplicateFileLst_tbl {width: 80%}
#AdmDuplicateFileLst_col0 {width: 3%} /* Delete */
#AdmDuplicateFileLst_col1 {width: 50%} /* Document Name */
#AdmDuplicateFileLst_col2 {width: 25%} /* Document Type */
#AdmDuplicateFileLst_col3 {width: 6%} /* Size */
#AdmDuplicateFileLst_col4 {width: 16%} /* Caregiver */

/* AdmDuplicateFileLst grid */
#AdmTaxesLST_tbl {width: 100%}
#AdmTaxesLST_col0 {width: 10%} /* Delete */
#AdmTaxesLST_col1 {width: 15%} /* State */
#AdmTaxesLST_col2 {width: 15%} /* SUI */
#AdmTaxesLST_col3 {width: 15%} /* OASDI */
#AdmTaxesLST_col4 {width: 15%} /* HI */
#AdmTaxesLST_col5 {width: 15%} /* FUTA */
#AdmTaxesLST_col6 {width: 15%} /* Total */

/* ContractorList grid */
#ContrLst_tbl {width: 100%}
#ContrLst_col0 {width: 18%} /* Caregiver Name */
#ContrLst_col1 {width: 15%} /* Phone Number */
#ContrLst_col2 {width: 5%}  /* State */
#ContrLst_col3 {width: 12%} /* City */
#ContrLst_col4 {width: 11%} /* EMail */
#ContrLst_col5 {width: 7%}  /* Status */
#ContrLst_col6 {width: 7%}  /* Category ID */
#ContrLst_col7 {width: 7%}  /* Degree */
#ContrLst_col8 {width: 7%}  /* Specialty */
#ContrLst_col9 {width: 7%}  /* Badge ID */
#ContrLst_col10 {width: 4%}  /* Caregiver ID */


/* ContractorList grid w/o Phones*/
#ContrLst3_tbl {width: 100%}
#ContrLst3_col0 {width: 22%} /* Caregiver Name */
#ContrLst3_col1 {width: 5%}  /* State */
#ContrLst3_col2 {width: 11%} /* City */
#ContrLst3_col3 {width: 14%} /* EMail */
#ContrLst3_col4 {width: 8%}  /* Status */
#ContrLst3_col5 {width: 8%} /* Category ID */
#ContrLst3_col6 {width: 9%} /* Degree */
#ContrLst3_col7 {width: 8%}  /* Specialty */
#ContrLst3_col8 {width: 11%} /* Badge ID */
#ContrLst3_col9 {width: 5%}  /* Caregiver ID */


/* ContractorList grid w/o Address*/
#ContrLst4_tbl {width: 100%}
#ContrLst4_col0 {width: 28%} /* Caregiver Name */
#ContrLst4_col1 {width: 16%} /* Phone Number */
#ContrLst4_col2 {width: 10%} /* Status */
#ContrLst4_col3 {width: 11%} /* Category ID */
#ContrLst4_col4 {width: 10%} /* Degree */
#ContrLst4_col5 {width: 12%} /* Specialty */
#ContrLst4_col6 {width: 8%} /* Badge ID */
#ContrLst4_col7 {width: 5%}  /* Caregiver ID */


/* ContractorList grid w/o Address and Phones*/
#ContrLst5_tbl {width: 100%}
#ContrLst5_col0 {width: 32%} /* Caregiver Name */
#ContrLst5_col1 {width: 13%} /* Status */
#ContrLst5_col2 {width: 10%} /* Category ID */
#ContrLst5_col3 {width: 13%} /* Degree */
#ContrLst5_col4 {width: 15%} /* Specialty */
#ContrLst5_col5 {width: 9%} /* Badge ID */
#ContrLst5_col6 {width: 7%} /* Caregiver ID */

/*Admin Facility types grid*/
#AdmFacilityTypeLst_tbl {width: 100%}
#AdmFacilityTypeLst_col0 {width: 86%} /* Falicity type Name */
#AdmFacilityTypeLst_col1 {width: 14%} /* Status */

/*Admin Vendor types grid*/
#AdmVendorTypeLst_tbl {width: 100%}
#AdmVendorTypeLst_col0 {width: 86%} /* Vendor type Name */
#AdmVendorTypeLst_col1 {width: 14%} /* Status */

/*Admin Evaluation Attributes grid*/
#AdmEvalAttributeLst_tbl {width: 100%}
#AdmEvalAttributeLst_col0 {width: 86%} /* Attribute Name */
#AdmEvalAttributeLst_col1 {width: 14%} /* Status */

/*Admin Evaluations grid*/
#AdmEvaluationLst_tbl {width: 100%}
#AdmEvaluationLst_col0 {width: 86%} /* Evaluation Name */
#AdmEvaluationLst_col1 {width: 14%} /* Status */

/*Admin Counties grid*/
#AdmCountyLst_tbl {width: 100%}
#AdmCountyLst_col0 {width: 76%} /* County Name */
#AdmCountyLst_col1 {width: 14%} /* Status */
#AdmCountyLst_col2 {width: 10%} /* Sales Tax */
.AdmCountyLst_2 {text-align:center}
/*Admin System Log grid*/
#AdminLogFileLst_tbl {width: 100%}
#AdminLogFileLst_col0 {width: 19%} /* Date */
#AdminLogFileLst_col1 {width: 66%} /* Entry */
#AdminLogFileLst_col2 {width: 15%} /* Author */


/*Admin Holiday grid*/
#AdmHolidayLst_tbl {width: 100%}
#AdmHolidayLst_col0 {width: 40%} /* Holiday Name */
#AdmHolidayLst_col1 {width: 30%} /* Holiday Rule */
#AdmHolidayLst_col2 {width: 30%} /* Holiday Date */

/*Admin Holiday with Shift-times grid*/
#AdmHolidayLst2_tbl {width: 100%}
#AdmHolidayLst2_col0 {width: 13%} /* Holiday Name */
#AdmHolidayLst2_col1 {width: 18%} /* Holiday Rule */
#AdmHolidayLst2_col2 {width: 15%} /* Holiday Date */
#AdmHolidayLst2_col3 {width: 54%; vertical-align:middle;} /* Holiday Shift-times */

/* AdminHolidayTimesSpan */
.AdminHolidayTimesSpan {width:33%; height:25px; text-align:center; vertical-align:middle; display: inline-block; }
.AdminHolidayTimesCenterSpan {border-left:solid 1px #DDDDDD; border-right:solid 1px #DDDDDD; display: inline-block; }
.AdminHolidayTimesContainer {width:100%; display: inline-block; }

/*AdminUserGroupList grid */
#AdmUserGroupLst_tbl {width: 100%}
#AdmUserGroupLst_col0 {width: 60%} /* Group Name */
#AdmUserGroupLst_col1 {width: 32%} /* Portal Name */
#AdmUserGroupLst_col2 {width: 8%} /* Status */

/*AdminUserList grid */
#AdmUserLst_tbl {width: 100%}
#AdmUserLst_col0 {width: 30%} /* User Name */
#AdmUserLst_col1 {width: 52%} /* Group name */
#AdmUserLst_col2 {width: 8%} /* Status */
#AdmUserLst_col3 {width: 10%} /* Login/Password */
.AdmUserLst_3 {text-align:center;} /* Login Name */

/* File Import / Export Groups grid*/
#ImportFileGroupLst_tbl {width: 100%}
#ImportFileGroupLst_col0 {width: 20%} /* Group Name */
#ImportFileGroupLst_col1 {width: 20%} /* Import File Mode */
#ImportFileGroupLst_col2 {width: 60%} /* Import File Mode */

/* RegionList grid */
#RegionLst_tbl {width: 100%}
#RegionLst_col0 {width: 72%} /* Region Name */
#RegionLst_col1 {width: 18%} /* City */
#RegionLst_col2 {width: 10%} /* State */
.RegionLst_2 {text-align: center} /* State */

/* PayrollLedgerList grid */
#LedgerLst_tbl {width: 100%}
#LedgerLst_col0 {width: 5%} /* Hidden */
#LedgerLst_col1 {width: 7%} /* Date */
#LedgerLst_col2 {width: 16%} /* Facility Name */
#LedgerLst_col3 {width: 14%} /* Unit Name */
#LedgerLst_col4 {width: 14%} /* Type Name */
#LedgerLst_col5 {width: 5%} /* Hours */
#LedgerLst_col6 {width: 5%} /* 15 X Hours */
#LedgerLst_col7 {width: 5%} /* Pay Rate */
#LedgerLst_col8 {width: 6%} /* Gross */
#LedgerLst_col9 {width: 6%} /* Old Balance */
#LedgerLst_col10 {width: 6%} /* Paid */
#LedgerLst_col11 {width: 6%} /* New Balance */
#LedgerLst_col12 {width: 3%} /* Detail */
.LedgerLst_7 {text-align:right;} /* Pay Rate */
.LedgerLst_8 {text-align:right;} /* Gross */
.LedgerLst_9 {text-align:right;} /* Old Balance */
.LedgerLst_10 {text-align:right;} /* Paid */
.LedgerLst_11 {text-align:right;} /* New Balance */

/* Needs List grid for Company User and SysAdmin*/
#NeedsLst_tbl {width: 100%}
#NeedsLst_col0 {width: 3%} /* Del */
#NeedsLst_col1 {width: 4%} /* Notify */
.NeedsLst_1 {text-align: center} /* Notify */
#NeedsLst_col2 {width: 3%} /* Start Date */
.NeedsLst_2 {text-align: center} /* Start Date */
#NeedsLst_col3 {width: 10%} /* Facility Name */
#NeedsLst_col5 {width: 7%} /* Unit Name */
#NeedsLst_col6 {width: 3%} /* Num Of Weeks */
.NeedsLst_6 {text-align: center} 
#NeedsLst_col7 {width: 3%} /* Num Of Needs */
.NeedsLst_7 {text-align: center} 
#NeedsLst_col8 {width: 4%; text-align: center} /* Num Of Assigned */
.NeedsLst_8 {text-align: center} 
#NeedsLst_col9 {width: 14%} /* Desired Shift */
#NeedsLst_col10 {width: 9%} /* Specialty */
#NeedsLst_col11{width: 5%} /* State */
#NeedsLst_col12{width: 5%} /* City */
#NeedsLst_col13{width: 5%} /* State Type */
#NeedsLst_col14{width: 3%} /* Need ID */
.NeedsLst_14 {text-align: center} 
#NeedsLst_col15{width: 6%} /* Account Manager */
#NeedsLst_col16{width: 7%} /* Assigned Caregivers */
#NeedsLst_col17{width: 3%} /* Need # */
.NeedsLst_17 {text-align: center} 
#NeedsLst_col18{width: 3%} /* Find */
.NeedsLst_18 {text-align: center} 
#NeedsLst_col19{width: 3%} /* Copy */
.NeedsLst_19 {text-align: center}

/* Needs List grid for S-C & Facility/Unit*/
#NeedsLst2_tbl {width: 100%}
#NeedsLst2_col0 {width: 10%} /* Start Date */
.NeedsLst2_0 {text-align: center} 
#NeedsLst2_col1 {width: 13%} /* Facility Name */
#NeedsLst2_col2 {width: 13%} /* Unit Name */
#NeedsLst2_col3 {width: 4%} /* Num Of Weeks */
.NeedsLst2_3 {text-align: center} 
#NeedsLst2_col4 {width: 4%} /* Num Of Needs */
.NeedsLst2_4 {text-align: center} 
#NeedsLst2_col5 {width: 4%} /* Num Of Assigned */
.NeedsLst2_5 {text-align: center} 
#NeedsLst2_col6 {width: 10%} /* Desired Shift */
#NeedsLst2_col7 {width: 12%} /* Type */
#NeedsLst2_col8 {width: 6%} /* State */
#NeedsLst2_col9 {width: 7%} /* City */
#NeedsLst2_col10{width: 4%} /* State Type */
#NeedsLst2_col14{width: 5%} /*ID*/


/* PP List grid for S-C */
#SCPPLst_tbl {width: 100%}
#SCPPLst_col0 {width: 10%} /* Start Date */
.SCPPLst_0 {text-align: center} 
#SCPPLst_col1 {width: 13%} /* Facility Name */
#SCPPLst_col2 {width: 13%} /* Unit Name */
#SCPPLst_col3 {width: 4%} /* Num Of Needs */
.SCPPLst_3 {text-align: center} 
#SCPPLst_col4 {width: 4%} /* Num Of Assigned */
.SCPPLst_4 {text-align: center} 
#SCPPLst_col5 {width: 10%} /* Desired Shift */
#SCPPLst_col6 {width: 12%} /* Type */
#SCPPLst_col7 {width: 6%} /* State */
#SCPPLst_col8 {width: 7%} /* City */
#SCPPLst_col9{width: 4%} /* State Type */
#SCPPLst_col13{width: 5%} /*ID*/


/* Needs List grid for caregiver*/
#NeedsLst3_tbl {width: 100%}
#NeedsLst3_col1 {width: 6%} /* Start Date */
.NeedsLst3_1 {text-align: center} 
#NeedsLst3_col2 {width: 16%} /* Facility Name */
#NeedsLst3_col3 {width: 12%} /* Unit Name */
#NeedsLst3_col4 {width: 4%} /* Num Of Weeks */
.NeedsLst3_4 {text-align: center} 
#NeedsLst3_col5 {width: 4%} /* Num Of Needs */
.NeedsLst3_5 {text-align: center} 
#NeedsLst3_col7 {width: 22%} /* Desired Shift */
#NeedsLst3_col8 {width: 8%} /* Specialty */
#NeedsLst3_col9 {width: 6%} /* State */
#NeedsLst3_col10{width: 8%} /* City */
#NeedsLst3_col11{width: 6%} /* State Type */
#NeedsLst3_col12{width: 4%} /* Need ID */
.NeedsLst3_12 {text-align: center} 
#NeedsLst3_col13{width: 4%} /* Need # */
.NeedsLst3_13 {text-align: center} 

/* Needs List grid for Margin Calculator*/
#NeedsMCLST_tbl {width: 100%}
#NeedsMCLST_col0 {width: 2%} /* link */
#NeedsMCLST_col1 {width: 12%} /* Start Date */
.NeedsMCLST_1 {text-align: center} 
#NeedsMCLST_col2 {width: 16%} /* Facility Name */
#NeedsMCLST_col4 {width: 5%} /* Num Of Weeks */
.NeedsMCLST_4 {text-align: center} 
#NeedsMCLST_col5 {width: 5%} /* Num Of Needs */
.NeedsMCLST_5 {text-align: center} 
#NeedsMCLST_col7 {width: 22%} /* Desired Shift */
#NeedsMCLST_col8 {width: 12%} /* Type */
#NeedsMCLST_col13{width: 5%} /* ID */
.NeedsMCLST_13 {text-align: center} 
#NeedsMCLST_col14{width: 10%} /* Account Manager */
#NeedsMCLST_col15{width: 5%} /* Shift # */
.NeedsMCLST_15 {text-align: center} 


/* PermanentPlacement List grid for Company User and SysAdmin*/
#PermanentPlacementLst_tbl {width: 100%}
#PermanentPlacementLst_col0 {width: 4%} /* Notify S-C */
.PermanentPlacementLst_0 {text-align: center} /* Pay Rate */
#PermanentPlacementLst_col1 {width: 5%} /* Start Date */
#PermanentPlacementLst_col2 {width: 16%} /* Facility Name */
#PermanentPlacementLst_col3 {width: 16%} /* Unit Name */
#PermanentPlacementLst_col4 {width: 3%} /* Num Of Needs */
#PermanentPlacementLst_col5 {width: 3%} /* Num Of Assigned */
.PermanentPlacementLst_5 {text-align: center} 
#PermanentPlacementLst_col6 {width: 15%} /* Desired Shift */
#PermanentPlacementLst_col7 {width: 15%} /* Type */
#PermanentPlacementLst_col8{width: 4%} /* State */
#PermanentPlacementLst_col9{width: 4%} /* City */
#PermanentPlacementLst_col10{width: 4%} /* State Type */
#PermanentPlacementLst_col12{width: 3%} /* ID */
#PermanentPlacementLst_col14{width: 2%} /* Subs */
#PermanentPlacementLst_col25{width: 2%} /* Find */
#PermanentPlacementLst_col26{width: 2%} /* Copy */


/* Permanent Placement List grid for S-C & Facility/Unit*/
#PermanentPlacementLst2_tbl {width: 100%}
#PermanentPlacementLst2_col0 {width: 10%} /* Start Date */
.PermanentPlacementLst2_0 {text-align: center} 
#PermanentPlacementLst2_col1 {width: 13%} /* Facility Name */
#PermanentPlacementLst2_col2 {width: 13%} /* Unit Name */
.PermanentPlacementLst2_3 {text-align: center} 
#PermanentPlacementLst2_col4 {width: 4%} /* Num Of Needs */
.PermanentPlacementLst2_4 {text-align: center} 
#PermanentPlacementLst2_col5 {width: 29%} /* Desired Shift */
#PermanentPlacementLst2_col6 {width: 12%} /* Type */
#PermanentPlacementLst2_col7 {width: 6%} /* State */
#PermanentPlacementLst2_col8 {width: 7%} /* City */
#PermanentPlacementLst2_col9{width: 6%} /* State Type */

/* Permanent Placement List grid for caregiver*/
#PermanentPlacementLst3_tbl {width: 100%}
#PermanentPlacementLst3_col0 {width: 10%} /* Start Date */
.PermanentPlacementLst3_0 {text-align: center} 
#PermanentPlacementLst3_col1 {width: 14%} /* Facility Name */
#PermanentPlacementLst3_col2 {width: 14%} /* Unit Name */
.PermanentPlacementLst3_3 {text-align: center} 
#PermanentPlacementLst3_col4 {width: 5%} /* Num Of Needs */
.PermanentPlacementLst3_4 {text-align: center} 
#PermanentPlacementLst3_col5 {width: 28%} /* Desired Shift */
#PermanentPlacementLst3_col6 {width: 10%} /* Type */
#PermanentPlacementLst3_col7 {width: 6%} /* State */
#PermanentPlacementLst3_col8 {width: 7%} /* City */
#PermanentPlacementLst3_col9{width: 6%} /* State Type */

/* Travel Log grid */
#TravelLogLst_tbl {width: 100%}
#TravelLogLst_col0 {width: 10%}  /* Caregiver */
#TravelLogLst_col1 {width: 7%}  /* Date Profile Sent */
#TravelLogLst_col2 {width: 8%}  /* SubContractor */
#TravelLogLst_col3 {width: 10%}  /* Facility */
#TravelLogLst_col4 {width: 10%}  /* Unit */
#TravelLogLst_col5 {width: 4%}  /* Bill rate */
.TravelLogLst_5 {text-align:right;}  /* Bill rate */
#TravelLogLst_col6 {width: 4%}  /* Category */
#TravelLogLst_col7 {width: 7%}  /* Manager */
#TravelLogLst_col8 {width: 7%}  /* Director */
#TravelLogLst_col9 {width: 14%}  /* Comments */
#TravelLogLst_col10 {width: 7%} /* Status */
#TravelLogLst_col11 {width: 7%} /* Start Date */
#TravelLogLst_col12 {width: 5%} /* Licensure */

/*Facility CheckList grid*/
#FacilityTypeLst_tbl {width: 90%}
#FacilityTypeLst_col0 {width: 86%} /* Specialty */
#FacilityTypeLst_col1 {width: 14%} /* Upload */
#FacilityTypeLst_col1 {width: 14%} /* Download */

/* Invoicing Groups grid */
#FacilityGroupLst_tbl {width: 100%}
#FacilityGroupLst_col0 {width: 25%} /* Group Name */
#FacilityGroupLst_col1 {width: 25%} /* ContactName */
#FacilityGroupLst_col2 {width: 50%} /* Units */

/* Invoicing Groups grid */
#FacilityGroupLstGav_tbl {width: 100%}
#FacilityGroupLstGav_col0 {width: 20%} /* Group Name */
#FacilityGroupLstGav_col1 {width: 20%} /* ContactName */
#FacilityGroupLstGav_col2 {width: 40%} /* Units */
#FacilityGroupLstGav_col3 {width: 10%} /* Contract */
#FacilityGroupLstGav_col4 {width: 10%} /* Task Order */

/* Revised Invoice */
#RevisedInvoiceLst_tbl {width: 100%}
#RevisedInvoiceLst_col0 {width: 5%} /* check to print */
#RevisedInvoiceLst_col1 {width: 15%} /* invoice number */
#RevisedInvoiceLst_col2 {width: 40%} /* facilities */
#RevisedInvoiceLst_col2 {width: 40%} /* invoicing groups */
#RevisedInvoiceLst_col2 {width: 40%} /* invoicing groups */

/* Units to Group */
#GroupUnitLst_tbl {width: 100%}
#GroupUnitLst_col0 {width: 10%} /* Add */
#GroupUnitLst_col1 {width: 45%} /* Unit Name */
#GroupUnitLst_col2 {width: 45%} /* Group Name */
/* Group Units */
#GroupUnitsLst_tbl {width: 100%}
#GroupUnitsLst_col0 {width: 100%} /* Unit Name */

/* ContractorEducationList grid */
#EduLst_tbl {width: 100%}
#EduLst_col0 {width: 22%} /* Name of School */
#EduLst_col1 {width: 18%} /* Type of School */
#EduLst_col2 {width: 15%} /* City / State */
#EduLst_col3 {width: 19%} /* Diploma (Degree) */
#EduLst_col4 {width: 14%} /* Date Graduated */
#EduLst_col5 {width: 6%} /* Upload */
#EduLst_col6 {width: 6%} /* View */

/* ContractorWorkHistoryList grid */
#WorkHistoryLst_tbl {width: 100%}
#WorkHistoryLst_col0 {width: 22%} /* Facility Name */
#WorkHistoryLst_col1 {width: 14%} /* Phone */
#WorkHistoryLst_col2 {width: 12%} /* Position Held*/
#WorkHistoryLst_col3 {width: 12%} /* Start Date */
#WorkHistoryLst_col4 {width: 12%} /* End Date */
#WorkHistoryLst_col5 {width: 14%} /* Reason for leaving */
#WorkHistoryLst_col6 {width: 6.5%}  /* Upload */
#WorkHistoryLst_col7 {width: 6.5%}  /* View */

/* Contractor Reference List grid */
#ReferenceList_tbl {width: 100%}
#ReferenceList_col0 {width: 19%}
#ReferenceList_col1 {width: 17%}
#ReferenceList_col2 {width: 17%}
#ReferenceList_col3 {width: 17%}
#ReferenceList_col4 {width: 10%}
#ReferenceList_col5 {width: 10%}
#ReferenceList_col6 {width: 10%}


/* ContractorWorkHistoryList grid */
#tblContractorWHMain {width: 70%}

/* ContractorEvaluationLinkList grid */
#tblEvaluationLinks {width: 70%}
#tblEvaluationLinks_col0 {width: 22%} /* Facility */
#tblEvaluationLinks_col1 {width: 26%} /* Unit */
#tblEvaluationLinks_col2 {width: 18%} /* Latest evaluation */
#tblEvaluationLinks_col3 {width: 20%} /* Required evaluation */
#tblEvaluationLinks_col4 {width: 13%} /* Countdown */


/* ContractorEvaluationList grid */
#EvaluationLst_tbl {width: 100%}
#EvaluationLst_col0 {width: 20%} /* Facility */
#EvaluationLst_col1 {width: 20%} /* Unit */
#EvaluationLst_col2 {width: 15%} /* Region */
#EvaluationLst_col3 {width: 11%}  /* Hire Date */
#EvaluationLst_col4 {width: 10%}  /* Evaluation Date */
#EvaluationLst_col5 {width: 8%} /* Evaluation */
#EvaluationLst_col6 {width: 4%}  /* Upload */
#EvaluationLst_col7 {width: 4%}  /* View */
#EvaluationLst_col8 {width: 4%} /* Add Next Evaluation */
#EvaluationLst_col8 {width: 4%} /* Print Evaluation */


/*SubcontractorList grid */
#SubcontractorLst_tbl {width: 100%}
#SubcontractorLst_col0 {width: 35%} /* SubContractor Name */
#SubcontractorLst_col1 {width: 15%} /* City */
#SubcontractorLst_col2 {width: 35%} /* Address */
#SubcontractorLst_col3 {width: 15%} /* Location */

/*ContractorTypeList grid */
#typeList_tbl {width: 100%}
#typeList_col0 {width: 5%}  /* Apply */
#typeList_col1 {width: 5%}  /* Major */
#typeList_col2 {width: 30%; min-width: 120px;} /* Type */
#typeList_col3 {width: 8%}  /* View */
#typeList_col4{width: 8%}  /* Complete */
#typeList_col5{width: 8%}  /* Date Completed */
#typeList_col5{width: 8%}   /* Expiration Date */
#typeList_col5{width: 8%}   /* Days Valid / Days Expired */
#typeList_col8 {width: 5%}  /* Upload*/
#typeList_col9 {width: 5%}  /* View Uploaded */
#typeList_col10 {width: 5%} /* Archive */
#typeList_col11 {width: 5%} /* View Archived */

/*Contractor->Testing List grid */
#TestLst_tbl {width: 100%}
#TestLst_col0 {width: 5%} /* Request Date */
#TestLst_col1 {width: 20%} /* Test Name */
#TestLst_col2 {width: 22%} /* Test Type */
#TestLst_col3 {width: 9%} /* Score */
#TestLst_col4 {width: 9%} /* Result */
#TestLst_col5 {width: 9%} /* Complete Date */
#TestLst_col6 {width: 9%} /* Expiration Date */
#TestLst_col7 {width: 9%} /* Days Valid/Expired */
#TestLst_col8 {width: 9%} /* Status */
#TestLst_col9 {width: 5%} /* View */

/*ContractorTestListWCont grid */
#TestContrLst_tbl {width: 100%}
#TestContrLst_col0 {width: 10%} /* Request Date */
#TestContrLst_col1 {width: 15%} /* Contractor Name */
#TestContrLst_col2 {width: 12%} /* Test Name */
#TestContrLst_col3 {width: 11%} /* Exam/Checklist */
#TestContrLst_col4 {width: 9%} /* Score */
#TestContrLst_col5 {width: 11%} /* Result */
#TestContrLst_col6 {width: 8%} /* Complete Date */
#TestContrLst_col7 {width: 12%} /* User Name */
#TestContrLst_col8 {width: 9%} /* Status */
#TestContrLst_col9 {width: 5%} /* View */
#TestContrLst_col10 {width: 5%} /* GetResult */


/*ContractorTranHistoryList grid */
#ContractorTranHistoryLst_tbl {width: 100%}
#ContractorTranHistoryLst_col0 {width: 2%} /* Hidden */
#ContractorTranHistoryLst_col1 {width: 5%} /* Date */
#ContractorTranHistoryLst_col2 {width: 18%} /* Facility Name */
#ContractorTranHistoryLst_col3 {width: 18%} /* Unit Name */
#ContractorTranHistoryLst_col4 {width: 16%} /* Type Name */
#ContractorTranHistoryLst_col5 {width: 6%} /* Hours */
#ContractorTranHistoryLst_col6 {width: 6%} /* 15 X Hours */
#ContractorTranHistoryLst_col7 {width: 6%} /* Pay Rate */
#ContractorTranHistoryLst_col8 {width: 6%} /* Gross */
#ContractorTranHistoryLst_col9 {width: 6%} /* Paid */
#ContractorTranHistoryLst_col10 {width: 3%} /* Detail */
.ContractorTranHistoryLst_7 {text-align:right;} /* Pay Rate */
.ContractorTranHistoryLst_8 {text-align:right;} /* Gross */
.ContractorTranHistoryLst_9 {text-align:right;} /* Paid */

/*FacilityLedgerList grid for Company Users and System Administrators*/
#FacilityLedgerLst1_tbl {width: 100%} 
#FacilityLedgerLst1_col0 {width: 5%} /*Hidden*/
#FacilityLedgerLst1_col1 {width: 10%} /*Date*/
#FacilityLedgerLst1_col2 {width: 20%} /*Unit Name*/
#FacilityLedgerLst1_col3 {width: 20%}  /*Caregiver*/
#FacilityLedgerLst1_col4 {width: 15%}  /*Type*/
#FacilityLedgerLst1_col5 {width: 5%}  /*Hours*/
#FacilityLedgerLst1_col6 {width: 5%}  /*Bill 1.5xHours*/
#FacilityLedgerLst1_col7 {width: 5%}  /*Pay1.5xHours*/
#FacilityLedgerLst1_col8 {width: 5%}  /*Rate*/
#FacilityLedgerLst1_col9 {width: 5%}  /*Gross*/
#FacilityLedgerLst1_col10 {width: 5%} /*Detail*/

/*FacilityLedgerList grid for Facility/Unit and Nursing Administrators*/
#FacilityLedgerLst2_tbl {width: 100%} 
#FacilityLedgerLst2_col0 {width: 5%} /*Hidden*/
#FacilityLedgerLst2_col1 {width: 10%} /*Date*/
#FacilityLedgerLst2_col2 {width: 20%} /*Unit Name*/
#FacilityLedgerLst2_col3 {width: 20%}  /*Caregiver*/
#FacilityLedgerLst2_col4 {width: 20%}  /*Type*/
#FacilityLedgerLst2_col5 {width: 5%}  /*Hours*/
#FacilityLedgerLst2_col6 {width: 5%}  /*Bill 1.5xHours*/
#FacilityLedgerLst2_col7 {width: 5%}  /*Rate*/
#FacilityLedgerLst2_col8 {width: 5%}  /*Gross*/
#FacilityLedgerLst2_col9 {width: 5%} /*Detail*/

/*FacilityLedgerList grid for Caregivers and Subcontractors*/
#FacilityLedgerLst3_tbl {width: 100%} 
#FacilityLedgerLst3_col0 {width: 5%} /*Hidden*/
#FacilityLedgerLst3_col1 {width: 10%} /*Date*/
#FacilityLedgerLst3_col2 {width: 20%} /*Unit Name*/
#FacilityLedgerLst3_col3 {width: 20%}  /*Caregiver*/
#FacilityLedgerLst3_col4 {width: 20%}  /*Type*/
#FacilityLedgerLst3_col5 {width: 5%}  /*Hours*/
#FacilityLedgerLst3_col6 {width: 5%}  /*Pay 1.5xHours*/
#FacilityLedgerLst3_col7 {width: 5%}  /*Rate*/
#FacilityLedgerLst3_col8 {width: 5%}  /*Gross*/
#FacilityLedgerLst3_col9 {width: 5%} /*Detail*/

#UnitLedgerLst_tbl {width: 100%} 

/*UnitLedgerList grid for Company Users and System Administrators*/
#UnitLedgerLst1_tbl {width: 100%} 
#UnitLedgerLst1_col0 {width: 5%} /*Hidden*/
#UnitLedgerLst1_col1 {width: 10%} /*Date*/
#UnitLedgerLst1_col2 {width: 20%} /*Caregiver*/
#UnitLedgerLst1_col3 {width: 20%} /*Type*/
#UnitLedgerLst1_col4 {width: 8%} /*Hours*/
#UnitLedgerLst1_col5 {width: 8%} /*Bill 1.5xHrs*/
#UnitLedgerLst1_col6 {width: 8%} /*Pay 1.5xHrs*/
#UnitLedgerLst1_col7 {width: 8%} /*Rate*/
#UnitLedgerLst1_col8 {width: 8%} /*Gross*/
#UnitLedgerLst1_col9 {width: 5%} /*Detail*/

/*UnitLedgerList grid for Facility/Unit and Nursing Administrators*/
#UnitLedgerLst2_tbl {width: 100%} 
#UnitLedgerLst2_col0 {width: 5%} /*Hidden*/
#UnitLedgerLst2_col1 {width: 10%} /*Date*/
#UnitLedgerLst2_col2 {width: 20%} /*Caregiver*/
#UnitLedgerLst2_col3 {width: 20%} /*Type*/
#UnitLedgerLst2_col4 {width: 10%} /*Hours*/
#UnitLedgerLst2_col5 {width: 10%} /*Bill 1.5xHrs*/
#UnitLedgerLst2_col6 {width: 10%} /*Rate*/
#UnitLedgerLst2_col7 {width: 10%} /*Gross*/
#UnitLedgerLst2_col8 {width: 5%} /*Detail*/

/*UnitLedgerList grid for Caregivers and Subcontractors*/
#UnitLedgerLst3_tbl {width: 100%} 
#UnitLedgerLst3_col0 {width: 5%} /*Hidden*/
#UnitLedgerLst3_col1 {width: 10%} /*Date*/
#UnitLedgerLst3_col2 {width: 20%} /*Caregiver*/
#UnitLedgerLst3_col3 {width: 20%} /*Type*/
#UnitLedgerLst3_col4 {width: 10%} /*Hours*/
#UnitLedgerLst3_col5 {width: 10%} /*Pay 1.5xHrs*/
#UnitLedgerLst3_col6 {width: 10%} /*Rate*/
#UnitLedgerLst3_col7 {width: 10%} /*Gross*/
#UnitLedgerLst3_col8 {width: 5%} /*Detail*/

/*SubcontractorShiftLst grid*/
#SubcontractorShiftLst_tbl {width: 100%} 
#SubcontractorShiftLst_col0 {width: 9%} /*Start date*/
#SubcontractorShiftLst_col1 {width: 8%} /*Duration*/
#SubcontractorShiftLst_col2 {width: 15%} /*Facility*/
#SubcontractorShiftLst_col3 {width: 15%} /*Unit*/
#SubcontractorShiftLst_col4 {width: 15%} /*Region*/
#SubcontractorShiftLst_col5 {width: 6%} /*Shift*/
#SubcontractorShiftLst_col6 {width: 4%} /*Time*/
.SubcontractorShiftLst_6 {text-align: center}
#SubcontractorShiftLst_col7 {width: 13%} /*Type*/
#SubcontractorShiftLst_col8 {width: 15%} /*Candidates*/

/* ShiftSearchResult grid */
#ShiftSearchResultLst_tbl {width: 100%}  
#ShiftSearchResultLst_col0 {width: 3%}   /* Call */
#ShiftSearchResultLst_col1 {width: 3%}   /* EMail */
#ShiftSearchResultLst_col2 {width: 3%}   /* EMail2 */
#ShiftSearchResultLst_col3 {width: 1%}   /* Assigned */
#ShiftSearchResultLst_col4 {width: 22%}  /* Caregiver */
#ShiftSearchResultLst_col5 {width: 5%}   /* Group */
#ShiftSearchResultLst_col6 {width: 4%}   /* Oriented? */
.ShiftSearchResultLst_6 {text-align: center}   /* Oriented? */
#ShiftSearchResultLst_col7 {width: 5%}   /* Unit Approved? */
.ShiftSearchResultLst_7 {text-align: center}   /* Unit Approved? */
#ShiftSearchResultLst_col8 {width: 7%}   /* # hours worked in unit */
#ShiftSearchResultLst_col9 {width: 8%}        /* # OT hours */
#ShiftSearchResultLst_col10 {width: 6%}   /* Req Docs Complete?*/
.ShiftSearchResultLst_10 {text-align: center}  /* Req Docs Complete?*/
#ShiftSearchResultLst_col11 {width: 6%}   /* Age Req Satisfied?*/
#ShiftSearchResultLst_col12 {width: 7%}  /* Working Period */
#ShiftSearchResultLst_col13 {width: 5%} /* Last Email To Facility */
#ShiftSearchResultLst_col14 {width: 5%} /* Last Email To Caregiver*/
#ShiftSearchResultLst_col15 {width: 9%}  /* Last Called */
#ShiftSearchResultLst_col16 {width: 9%}  /* Call Result */

/* ShiftSearchResult grid for facility*/
#ShiftSearchResultLstForFacility_tbl {width: 100%}  
#ShiftSearchResultLstForFacility_col0 {width: 3%}   /* Call */
#ShiftSearchResultLstForFacility_col1 {width: 5%}   /* Assign */
#ShiftSearchResultLstForFacility_col2 {width: 11%}  /* Caregiver */
#ShiftSearchResultLstForFacility_col3 {width: 5%}   /* Group */
#ShiftSearchResultLstForFacility_col4 {width: 5%}   /* Oriented? */
.ShiftSearchResultLstForFacility_4 {text-align: center}   /* Oriented? */
#ShiftSearchResultLstForFacility_col5 {width: 5%}   /* Unit Approved? */
.ShiftSearchResultLstForFacility_5 {text-align: center}   /* Unit Approved? */
#ShiftSearchResultLstForFacility_col6 {width: 5%}   /* Auto Rate */
#ShiftSearchResultLstForFacility_col7 {width: 5%}   /* Ask Rate */
#ShiftSearchResultLstForFacility_col8 {width: 7%}   /* # hours worked in unit */
#ShiftSearchResultLstForFacility_col9 {width: 7%}        /* # OT hours */
#ShiftSearchResultLstForFacility_col10 {width: 6%}   /* Req Docs Complete?*/
.ShiftSearchResultLstForFacility_10 {text-align: center}  /* Req Docs Complete?*/
#ShiftSearchResultLstForFacility_col11 {width: 6%}   /* Age Req Satisfied?*/
#ShiftSearchResultLstForFacility_col12 {width: 7%}  /* Working Period */
#ShiftSearchResultLstForFacility_col13 {width: 8%} /* Last Email */
#ShiftSearchResultLstForFacility_col14 {width: 8%}  /* Last Called */
#ShiftSearchResultLstForFacility_col15 {width: 8%}  /* Call Result */

/*ShiftSubcontractorCandidateLst grid*/
#ShiftSubcontractorCandidateLst_tbl {width: 100%} 
#ShiftSubcontractorCandidateLst_col0 {width: 4%} /*EMail*/
#ShiftSubcontractorCandidateLst_col1 {width: 5%} /*Assign*/
#ShiftSubcontractorCandidateLst_col2 {width: 23%} /*caregiver*/
#ShiftSubcontractorCandidateLst_col3 {width: 20%} /*Subcontractor*/
#ShiftSubcontractorCandidateLst_col4 {width: 22%} /*Contact Name*/

#ShiftSubcontractorCandidateLst_col5 {text-align:center; width:5%;} /* Oriented */
#ShiftSubcontractorCandidateLst_col6 {text-align:center; width:5%;} /* Approved */
#ShiftSubcontractorCandidateLst_col7 {text-align:center; width:5%;} /* Req Docs */


#ShiftSubcontractorCandidateLst_col8 {width: 9%} /*# worked hours*/
#ShiftSubcontractorCandidateLst_col9 {width: 17%} /*LastEmail*/

/*ShiftSubcontractorCandidateLst grid for Facility/Unit portal*/
#ShiftSubcontractorCandidateLst_Facility_tbl {width: 100%} 
#ShiftSubcontractorCandidateLst_Facility_col0 {width: 80%} /*caregiver*/
#ShiftSubcontractorCandidateLst_Facility_col1 {width: 20%} /*# worked hours*/

/* Medical Records grid */
#MedicalRecordLst_tbl {width: 100%}
#MedicalRecordLst_col0 {width: 5%}  /* JCAHO Required */
#MedicalRecordLst_col1 {width: 5%}  /* Specialty Required */
#MedicalRecordLst_col2 {width: 5%}  /* Recieved */
#MedicalRecordLst_col3 {width: 18%} /* Requirement Name */
#MedicalRecordLst_col4 {width: 9%} /* Date Issued */
#MedicalRecordLst_col5 {width: 9%} /* Expiration Date */
#MedicalRecordLst_col6 {width: 8%} /* Days Valid / Days Expired */
#MedicalRecordLst_col7 {width: 7%}  /* Upload */
#MedicalRecordLst_col8 {width: 7%}  /* View */
#MedicalRecordLst_col9 {width: 7%}  /* Archive */
#MedicalRecordLst_col10 {width: 7%}  /* View Archive*/
#MedicalRecordLst_col11 {width: 7%}  /* Verified */
#MedicalRecordLst_col12 {width: 6%}  /* Note */
.MedicalRecordLst_0 {text-align:center;} /* JCAHO Required */
.MedicalRecordLst_1 {text-align:center;} /* Specialty Required */
.MedicalRecordLst_2 {text-align:center;} /* Recieved */
.MedicalRecordLst_7 {text-align:center;} /* Upload */
.MedicalRecordLst_8 {text-align:center;} /* View */
.MedicalRecordLst_9 {text-align:center;} /* Archive */
.MedicalRecordLst_10 {text-align:center;} /* View Archive*/
.MedicalRecordLst_11 {text-align:center;} /* Verified */
.MedicalRecordLst_12 {text-align:center;} /* Note */
.MedicalRecordLst_5 div {white-space:nowrap;} /* expiration date */

#MedicalRecordLst1_tbl {width: 100%}
#MedicalRecordLst1_col0 {width: 5%}  /* Send Request */
#MedicalRecordLst1_col1 {width: 4%}  /* JCAHO Required */
#MedicalRecordLst1_col2 {width: 4%}  /* Specialty Required */
#MedicalRecordLst1_col3 {width: 4%}  /* Recieved */
#MedicalRecordLst1_col4 {width: 18%} /* Requirement Name */
#MedicalRecordLst1_col5 {width: 9%} /* Date Issued */
#MedicalRecordLst1_col6 {width: 9%} /* Expiration Date */
#MedicalRecordLst1_col7 {width: 8%} /* Days Valid / Days Expired */
#MedicalRecordLst1_col8 {width: 7%}  /* Upload */
#MedicalRecordLst1_col9 {width: 7%}  /* View */
#MedicalRecordLst1_col10 {width: 7%}  /* Archive */
#MedicalRecordLst1_col11 {width: 7%}  /* View Archive*/
#MedicalRecordLst1_col12 {width: 6%}  /* Verified */
#MedicalRecordLst1_col13 {width: 5%}  /* Note */
.MedicalRecordLst1_0 {text-align:center;} /* Send Request */
.MedicalRecordLst1_1 {text-align:center;} /* JCAHO Required */
.MedicalRecordLst1_2 {text-align:center;} /* Specialty Required */
.MedicalRecordLst1_3 {text-align:center;} /* Recieved */
.MedicalRecordLst1_8 {text-align:center;} /* Upload */
.MedicalRecordLst1_9 {text-align:center;} /* View */
.MedicalRecordLst1_10 {text-align:center;} /* Archive */
.MedicalRecordLst1_11 {text-align:center;} /* View Archive*/
.MedicalRecordLst1_12 {text-align:center;} /* Verified */
.MedicalRecordLst1_13 {text-align:center;} /* Note */

/*ReqDocs grid (Applicant)*/
#ReqDocsLst_tbl {width: 50%}
#ReqDocsLst_col0 {width: 5%}  /*Available*/
#ReqDocsLst_col1 {width: 25%} /* Requirement Name */
#ReqDocsLst_col2 {width: 10%} /* Date Issued */
#ReqDocsLst_col3 {width: 10%} /* Expiration Date */
.ReqDocsLst_0 {text-align:center;} /*Available*/
.ReqDocsLst_3 div {white-space:nowrap;} /* expiration date */

/* Professional Credentials grid */
#ProfCredentialLst_tbl {width: 100%}
#ProfCredentialLst_col0 {width: 5%}  /* JCAHO Required */
#ProfCredentialLst_col1 {width: 5%}  /* Specialty Required */
#ProfCredentialLst_col2 {width: 5%}  /* Recieved */
#ProfCredentialLst_col3 {width: 18%} /* Requirement Name */
#ProfCredentialLst_col4 {width: 9%} /* Date Issued */
#ProfCredentialLst_col5 {width: 9%} /* Expiration Date */
#ProfCredentialLst_col6 {width: 8%} /* Days Valid / Days Expired */
#ProfCredentialLst_col7 {width: 7%}  /* Upload */
#ProfCredentialLst_col8 {width: 7%}  /* View */
#ProfCredentialLst_col9 {width: 7%}  /* Archive */
#ProfCredentialLst_col10 {width: 7%}  /* View Archive*/
#ProfCredentialLst_col11 {width: 7%}  /* Verified */
#ProfCredentialLst_col12 {width: 6%}  /* Note */

.ProfCredentialLst_0 {text-align:center;vertical-align:middle} /* JCAHO Required */
.ProfCredentialLst_1 {text-align:center;vertical-align:middle} /* Specialty Required */
.ProfCredentialLst_2 {text-align:center;vertical-align:middle} /* Recieved */

.ProfCredentialLst_5 div {white-space: nowrap;} /* Expiration Date */

.ProfCredentialLst_7 {text-align:center;} /* Upload */
.ProfCredentialLst_8 {text-align:center;} /* View */
.ProfCredentialLst_9 {text-align:center;} /* Archive */
.ProfCredentialLst_10 {text-align:center;} /* View Archive*/
.ProfCredentialLst_11 {text-align:center;} /* Verified */
.ProfCredentialLst_12 {text-align:center;} /* Note */

#ProfCredentialLst1_tbl {width: 100%}
#ProfCredentialLst1_col0 {width: 5%}  /* Send Request */
#ProfCredentialLst1_col1 {width: 5%}  /* JCAHO Required */
#ProfCredentialLst1_col2 {width: 5%}  /* Specialty Required */
#ProfCredentialLst1_col3 {width: 5%}  /* Recieved */
#ProfCredentialLst1_col4 {width: 17%} /* Requirement Name */
#ProfCredentialLst1_col5 {width: 8%} /* Date Issued */
#ProfCredentialLst1_col6 {width: 8%} /* Expiration Date */
#ProfCredentialLst1_col7 {width: 8%} /* Days Valid / Days Expired */
#ProfCredentialLst1_col8 {width: 7%}  /* Upload */
#ProfCredentialLst1_col9 {width: 6%}  /* View */
#ProfCredentialLst1_col10 {width: 7%}  /* Archive */
#ProfCredentialLst1_col11 {width: 7%}  /* View Archive*/
#ProfCredentialLst1_col12 {width: 7%}  /* Verified */
#ProfCredentialLst1_col13 {width: 5%}  /* Note */
.ProfCredentialLst1_0 {text-align:center;} /* Send Request */
.ProfCredentialLst1_1 {text-align:center;} /* JCAHO Required */
.ProfCredentialLst1_2 {text-align:center;} /* Specialty Required */
.ProfCredentialLst1_3 {text-align:center;} /* Recieved */
.ProfCredentialLst1_8 {text-align:center;} /* Upload */
.ProfCredentialLst1_9 {text-align:center;} /* View */
.ProfCredentialLst1_10 {text-align:center;} /* Archive */
.ProfCredentialLst1_11 {text-align:center;} /* View Archive*/
.ProfCredentialLst1_12 {text-align:center;} /* Verified */
.ProfCredentialLst1_13 {text-align:center;} /* Note */

/* Background Checks grid without e-Verifile components*/
#BackGrndCheckLst_tbl {width: 100%}
#BackGrndCheckLst_col0 {width: 5%}  /* JCAHO Required */
#BackGrndCheckLst_col1 {width: 5%}  /* Specialty Required */
#BackGrndCheckLst_col2 {width: 5%}  /* Recieved */
#BackGrndCheckLst_col3 {width: 18%} /* Requirement Name */
#BackGrndCheckLst_col4 {width: 9%} /* Date Issued */
#BackGrndCheckLst_col5 {width: 9%} /* Expiration Date */
#BackGrndCheckLst_col6 {width: 8%} /* Days Valid / Days Expired */
#BackGrndCheckLst_col7 {width: 7%}  /* Upload */
#BackGrndCheckLst_col8 {width: 7%}  /* View */
#BackGrndCheckLst_col9 {width: 7%}  /* Archive */
#BackGrndCheckLst_col10 {width: 7%}  /* View Archive*/
#BackGrndCheckLst_col11 {width: 7%}  /* Verified */
#BackGrndCheckLst_col12 {width: 6%}  /* Note */
.BackGrndCheckLst_0 {text-align:center;} /* JCAHO Required */
.BackGrndCheckLst_1 {text-align:center;} /* Specialty Required */
.BackGrndCheckLst_2 {text-align:center;} /* Recieved */
.BackGrndCheckLst_5 div {white-space:nowrap;}
.BackGrndCheckLst_7 {text-align:center;} /* Upload */
.BackGrndCheckLst_8 {text-align:center;} /* View */
.BackGrndCheckLst_9 {text-align:center;} /* Archive */
.BackGrndCheckLst_10 {text-align:center;} /* View Archive*/
.BackGrndCheckLst_11 {text-align:center;} /* Verified */
.BackGrndCheckLst_12 {text-align:center;} /* Note */

/* Background Checks grid with e-Verifile components*/
#BackGrndCheckLst1_tbl {width: 100%}
#BackGrndCheckLst1_col0 {width: 5%}  /* Send Request to e-Verifile */
#BackGrndCheckLst1_col1 {width: 5%}  /* JCAHO Required */
#BackGrndCheckLst1_col2 {width: 5%}  /* Specialty Required */
#BackGrndCheckLst1_col3 {width: 5%}  /* Recieved */
#BackGrndCheckLst1_col4 {width: 18%} /* Requirement Name */
#BackGrndCheckLst1_col5 {width: 9%} /* Date Issued */
#BackGrndCheckLst1_col6 {width: 9%} /* Expiration Date */
#BackGrndCheckLst1_col7 {width: 8%} /* Days Valid / Days Expired */
#BackGrndCheckLst1_col8 {width: 7%}  /* Upload */
#BackGrndCheckLst1_col9 {width: 7%}  /* View */
#BackGrndCheckLst1_col10 {width: 7%}  /* Archive */
#BackGrndCheckLst1_col11 {width: 7%}  /* View Archive*/
#BackGrndCheckLst1_col12 {width: 7%}  /* Verified */
#BackGrndCheckLst1_col13 {width: 6%}  /* Note */
.BackGrndCheckLst1_0 {text-align:center;} /* Send Request to e-Verifile */
.BackGrndCheckLst1_1 {text-align:center;} /* JCAHO Required */
.BackGrndCheckLst1_2 {text-align:center;} /* Specialty Required */
.BackGrndCheckLst1_3 {text-align:center;} /* Recieved */
.BackGrndCheckLst1_8 {text-align:center;} /* Upload */
.BackGrndCheckLst1_9 {text-align:center;} /* View */
.BackGrndCheckLst1_10 {text-align:center;} /* Archive */
.BackGrndCheckLst1_11 {text-align:center;} /* View Archive*/
.BackGrndCheckLst1_12 {text-align:center;} /* Verified */
.BackGrndCheckLst1_13 {text-align:center;} /* Note */

/* LicenseList grid */
#LicenseLst_tbl {width: 100%}
#LicenseLst_col0 {width: 7%} /* Country */
#LicenseLst_col1 {width: 7%} /* State */
#LicenseLst_col2 {width: 1%} /* License Type */
#LicenseLst_col3 {width: 12%} /* License Number */
#LicenseLst_col4 {width: 10%} /* Issued Date*/
#LicenseLst_col5 {width: 17%} /* Expiration Date */
#LicenseLst_col6 {width: 10%} /* Days Valid / Days Expired */
#LicenseLst_col7 {width: 6%}  /* Upload */
#LicenseLst_col8 {width: 6%}  /* View */
#LicenseLst_col9 {width: 6%}  /* Archive*/
#LicenseLst_col10 {width: 6%}  /* View Archive*/
#LicenseLst_col11 {width: 6%}  /* Verified*/ 
/*#LicenseLst_col11 {width: 6%} */ /* Note */
.LicenseLst_5 {text-align:center;} /* Upload */
.LicenseLst_5 div {white-space:nowrap}
.LicenseLst_6 {text-align:center; } /* View */
.LicenseLst_7 {text-align:center;} /* Archive */
.LicenseLst_8 {text-align:center;} /* View Archive*/
.LicenseLst_9 {text-align:center;} /* Verified */
.LicenseLst_10 {text-align:center;} /* Note */

/* Employment/Financial grid */
#EmplFinDocsLst_tbl {width: 100%}
#EmplFinDocsLst_col0 {width: 5%}  /* JCAHO Required */
#EmplFinDocsLst_col1 {width: 5%}  /* Required */
#EmplFinDocsLst_col2 {width: 5%}  /* Recieved */
#EmplFinDocsLst_col3 {width: 21%} /* Document Name */
#EmplFinDocsLst_col4 {width: 12%} /* Date Issued */
#EmplFinDocsLst_col5 {width: 8%} /* Expiration Date */
#EmplFinDocsLst_col6 {width: 8%} /* Days Valid / Days Expired */
#EmplFinDocsLst_col7 {width: 6%}  /* Upload */
#EmplFinDocsLst_col8 {width: 6%}  /* View */
#EmplFinDocsLst_col9 {width: 6%}  /* Archive */
#EmplFinDocsLst_col10 {width: 6%}  /* View Archive*/
#EmplFinDocsLst_col11 {width: 6%}  /* Verified*/
#EmplFinDocsLst_col12 {width: 6%}  /* Note*/
.EmplFinDocsLst_0 {text-align:center;} /* JCAHO Required */
.EmplFinDocsLst_1 {text-align:center;} /*  Required */
.EmplFinDocsLst_2 {text-align:center;} /* Recieved */
.EmplFinDocsLst_5 div {white-space:nowrap}
.EmplFinDocsLst_7 {text-align:center;} /* Upload */
.EmplFinDocsLst_8 {text-align:center;} /* View */
.EmplFinDocsLst_9 {text-align:center;} /* Archive */
.EmplFinDocsLst_10 {text-align:center;} /* View Archive*/
.EmplFinDocsLst_11 {text-align:center;} /* Verified */
.EmplFinDocsLst_12 {text-align:center;} /* Note */

#EmplFinDocsLst1_tbl {width: 100%}
#EmplFinDocsLst1_col0 {width: 5%}  /* Send Request */
#EmplFinDocsLst1_col1 {width: 5%}  /* Required */
#EmplFinDocsLst1_col2 {width: 5%}  /* Recieved */
#EmplFinDocsLst1_col3 {width: 23%} /* Document Name */
#EmplFinDocsLst1_col4 {width: 9%} /* Date Issued */
#EmplFinDocsLst1_col5 {width: 9%} /* Expiration Date */
#EmplFinDocsLst1_col6 {width: 8%} /* Days Valid / Days Expired */
#EmplFinDocsLst1_col7 {width: 6%}  /* Upload */
#EmplFinDocsLst1_col8 {width: 6%}  /* View */
#EmplFinDocsLst1_col9 {width: 6%}  /* Archive */
#EmplFinDocsLst1_col10 {width: 6%}  /* View Archive*/
#EmplFinDocsLst1_col11 {width: 6%}  /* Verified*/
#EmplFinDocsLst1_col12 {width: 6%}  /* Note*/
.EmplFinDocsLst1_0 {text-align:center;} /* Send Request */
.EmplFinDocsLst1_1 {text-align:center;} /* JCAHO Required */
.EmplFinDocsLst1_2 {text-align:center;} /* Recieved */
.EmplFinDocsLst1_7 {text-align:center;} /* Upload */
.EmplFinDocsLst1_8 {text-align:center;} /* View */
.EmplFinDocsLst1_9 {text-align:center;} /* Archive */
.EmplFinDocsLst1_10 {text-align:center;} /* View Archive*/
.EmplFinDocsLst1_11 {text-align:center;} /* Verified */
.EmplFinDocsLst1_12 {text-align:center;} /* Note */

/* Employment/Financial grid (staffer) */
#EmplFinDocsStafferLst_tbl {width: 100%}
#EmplFinDocsStafferLst_col0 {width: 6%}  /* Required */
#EmplFinDocsStafferLst_col1 {width: 6%}  /* Recieved */
#EmplFinDocsStafferLst_col2 {width: 30%} /* Document Name */
#EmplFinDocsStafferLst_col3 {width: 12%} /* Date Issued */
#EmplFinDocsStafferLst_col4 {width: 6%}  /* Upload */
#EmplFinDocsStafferLst_col5 {width: 6%}  /* View */
#EmplFinDocsStafferLst_col6 {width: 6%}  /* Archive */
#EmplFinDocsStafferLst_col7 {width: 6%}  /* View Archive*/
#EmplFinDocsStafferLst_col8 {width: 6%}  /* Verified*/
#EmplFinDocsStafferLst_col9 {width: 6%}  /* Note*/
.EmplFinDocsStafferLst_0 {text-align:center;} /*  Required */
.EmplFinDocsStafferLst_1 {text-align:center;} /* Recieved */
.EmplFinDocsStafferLst_2 div {white-space:nowrap}
.EmplFinDocsStafferLst_4 {text-align:center;} /* Upload */
.EmplFinDocsStafferLst_5 {text-align:center;} /* View */
.EmplFinDocsStafferLst_6 {text-align:center;} /* Archive */
.EmplFinDocsStafferLst_7 {text-align:center;} /* View Archive*/
.EmplFinDocsStafferLst_8 {text-align:center;} /* Verified */
.EmplFinDocsStafferLst_9 {text-align:center;} /* Note */

/* AdmDuplicateFileLst grid */
#HolidaysLst_tbl {width: 100%}
#HolidaysLst_remove{width: 3%} /* Delete */
#HolidaysLst_col0 {width: 30%} /* Name */
#HolidaysLst_col5 {width: 30%} /* Rule */
#HolidaysLst_col6 {width: 40%} /* Date */

/* BlueskyBillingList grid */
#BlueskyBillingLst_tbl {width: 100%}
#BlueskyBillingLst_col0 {width: 20%} /* Invoice ID*/
#BlueskyBillingLst_col1 {width: 25%} /* Start Date */
#BlueskyBillingLst_col2 {width: 25%} /* End Date*/
#BlueskyBillingLst_col3 {width: 10%} /* IsPaid */
#BlueskyBillingLst_col4 {width: 10%} /* IsActive */
#BlueskyBillingLst_col5 {width: 10%} /* Url */

/* Reminders grid */
#RemindersLst_tbl {width: 100%}
#RemindersLst_col0 {width: 9%}  /*Task From*/ 
#RemindersLst_col1 {width: 9%}  /*Task For*/ 
#RemindersLst_col2 {width: 8%}  /*Note Group*/ 
#RemindersLst_col3 {width: 16%} /*Name*/ 
#RemindersLst_col4 {width: 8%}  /*Phone*/ 
#RemindersLst_col5 {width: 7%} /*Date*/
#RemindersLst_col6 {width: 19%} /*Note*/
#RemindersLst_col7 {width: 9%}  /*Type*/
#RemindersLst_col8 {width: 7%}  /*Date Created*/ 
#RemindersLst_col9 {width: 7%}  /*Last Date Modified*/
.RemindersLst_16 {text-align:center}

/* VendorList grid */
#VendorLst_tbl {width: 100%}
#VendorLst_col0 {width: 28%} /* Facility Name */
#VendorLst_col1 {width: 18%} /* Type */
#VendorLst_col2 {width: 5%} /* State */
#VendorLst_col3 {width: 12%} /* City */
#VendorLst_col4 {width: 22%} /* Address */
#VendorLst_col5 {width: 15%} /* Location */

.VendorLst_2 {text-align: center}

/* FacilityList grid */
#FacilityLst_tbl {width: 100%}
#FacilityLst_col0 {width: 23%} /* Facility Name */
#FacilityLst_col1 {width: 9%} /*Phone*/
#FacilityLst_col2 {width: 10%} /* Type */
#FacilityLst_col3 {width: 5%} /* State */
#FacilityLst_col4 {width: 10%} /* City */
#FacilityLst_col5 {width: 15%} /* Address */
#FacilityLst_col6 {width: 10%} /* Invoice Period */
#FacilityLst_col7 {width: 15%} /* Location */
#FacilityLst_col8 {width: 5%} /* Status */
#FacilityLst_col9 {width: 3%} /* Notes*/
#FacilityLst_col10 {width: 5%} /* Mass Email*/

.FacilityLst_3 {text-align: center}

/* FacilityUnitList grid */
#UnitLst_tbl {width: 100%}
#UnitLst_col0 {width: 70%} /* Unit name */
#UnitLst_col1 {width: 25%} /* Cost Center */
#UnitLst_col2 {width: 5%} /* Status */

/* NoteList grid without Region*/
#NoteLst_tbl {width: 100%}
#NoteLst_col0 {width: 12%} /* Date */
#NoteLst_col1 {width: 58%} /* Note */
#NoteLst_col2 {width: 5%} /*  Upload*/
#NoteLst_col3 {width: 5%} /*  View*/
#NoteLst_col4 {width: 20%}/*User Modified By*/
.NoteLst_2 {text-align:center;}
.NoteLst_3 {text-align:center;}

/* NoteList grid with Region*/
#NoteLst2_tbl {width: 100%}
#NoteLst2_col0 {width: 8%} /* Date created*/
#NoteLst2_col1 {width: 35%} /* Note */
#NoteLst2_col2 {width: 11%} /* Type */
#NoteLst2_col3 {width: 11%} /*  Region*/
#NoteLst2_col4 {width: 11%}/*User Created By*/
#NoteLst2_col5 {width: 8%}/*Date Created*/
#NoteLst2_col6 {width: 8%}/*Last Date Modified*/
#NoteLst2_col7 {width: 4%} /*  Upload*/
#NoteLst2_col8 {width: 4%} /*  View*/
.NoteLst2_7 {text-align:center;}
.NoteLst2_8 {text-align:center;}

/* NoteList grid with Region*/
#NoteLst3_tbl {width: 100%}
#NoteLst3_col0 {width: 8%} /* Date created*/
#NoteLst3_col1 {width: 25%} /* Note */
#NoteLst3_col2 {width: 10%} /* Type */
#NoteLst3_col3 {width: 8%} /* Note For*/
#NoteLst3_col4 {width: 10%} /* Region*/
#NoteLst3_col5 {width: 11%}/*User Created By*/
#NoteLst3_col6 {width: 9%}/*Date Created*/
#NoteLst3_col7 {width: 9%}/*Last Date Modified*/
#NoteLst3_col8 {width: 5%} /*  Upload*/
#NoteLst3_col9 {width: 5%} /*  View*/
.NoteLst3_8 {text-align:center;}
.NoteLst3_9 {text-align:center;}



/* PlacementList grid */
#PlacementList_tbl {width: 100%} 
#PlacementList_col0 {width: 25%} /* Facility */
#PlacementList_col1 {width: 25%} /* Unit */
#PlacementList_col2 {width: 20%} /* Location */
#PlacementList_col3 {width: 5%} /* Accepted */
#PlacementList_col4 {width: 5%} /* DateEntered */
#PlacementList_col5 {width: 20%} /* Comments */

/* ContactList grid */
#ContactLst_tbl {width: 100%}
#ContactLst_col0 {width: 17%} /* Contact Name */
#ContactLst_col1 {width: 14%} /* Title */
#ContactLst_col2 {width: 39%} /* Phone */
#ContactLst_col3 {width: 21%} /* E-mail */
#ContactLst_col4 {width: 9%} /* Login / Password */
.ContactLst2_4 {text-align: center;}

/* ContactList grid with Region */
#ContactLst2_tbl {width: 100%}
#ContactLst2_col0 {width: 15%} /* Contact Name */
#ContactLst2_col1 {width: 12%} /* Title */
#ContactLst2_col2 {width: 25%} /* Phone */
#ContactLst2_col3 {width: 15%} /* E-mail */
#ContactLst2_col4 {width: 20%} /* Region */
.ContactLst2_4 {text-align: left;}
#ContactLst2_col5 {width: 8%} /* Login / Password */
.ContactLst2_5 {text-align: center;}

/* ContactList grid with Unit Contact */
#ContactLst3_tbl {width: 100%}
#ContactLst3_col0 {width: 15%} /* Contact Name */
#ContactLst3_col1 {width: 14%} /* Title */
#ContactLst3_col2 {width: 25%} /* Phone */
#ContactLst3_col3 {width: 21%} /* E-mail */
#ContactLst3_col4 {width: 10%} /* Unit Contact */
.ContactLst3_4 {text-align: center;}
#ContactLst3_col5 {width: 10%} /* Login / Password */
.ContactLst3_5 {text-align: center;}

/* OrientationList grid */
#OrientationList_tbl {width: 100%} 
#OrientationList_col0 {width: 30%} /* Facility */
#OrientationList_col1 {width: 30%} /* Unit */
#OrientationList_col2 {width: 20%} /* Region */
#OrientationList_col3 {width: 10%} /* Date Entered */
#OrientationList_col4 {width: 10%} /* Date Expired */
.OrientationList_3 {text-align: center} 
.OrientationList_4 {text-align: center} 

/* AdmCertifCredList grid */
#AdmCertifCredList_tbl {width: 100%}
#AdmCertifCredList_col0 {width: 5%} /* Name */
#AdmCertifCredList_col1 {width: 40%} /* Name */
#AdmCertifCredList_col2 {width: 22%} /* Group */
#AdmCertifCredList_col3 {width: 10%} /* Req. Date Issue */
#AdmCertifCredList_col4 {width: 11%} /* Req. Expiration Date*/
#AdmCertifCredList_col5 {width: 13%} /* Available at unit level*/
#AdmCertifCredList_col6 {width: 8%} /* Status */
.AdmCertifCredList_0 {text-align: center}
.AdmCertifCredList_3 {text-align: center}
.AdmCertifCredList_4 {text-align: center}
.AdmCertifCredList_5 {text-align: center}

/* Degree list grid */
#AdmDegreeLst_tbl {width: 100%} 
#AdmDegreeLst_col0 {width: 69%} /* Degree Name */
#AdmDegreeLst_col1 {width: 10%} /* SeqNo */
#AdmDegreeLst_col2 {width: 10%} /* APRN Participation */
#AdmDegreeLst_col3 {width: 11%} /* Status */

/* Note subject list grid */
#AdmNoteSubjectLst_tbl {width: 100%} 
#AdmNoteSubjectLst_col0 {width: 70%} /* Note subject */
#AdmNoteSubjectLst_col1 {width: 30%} /* Status */


/* State list grid */
#AdmStatesLST_tbl {width: 100%} 
#AdmStatesLST_col0 {width: 10%} /* ID */
#AdmStatesLST_col1 {width: 40%} /* Name */
#AdmStatesLST_col2 {width: 25%} /* Type */
#AdmStatesLST_col3 {width: 10%} /* Sales Tax */
#AdmStatesLST_col4 {width: 15%} /* Country */
.AdmStatesLST_3 {text-align:center}

/* General Type list grid */
#AdmTypeLst_tbl {width: 100%} 
#AdmTypeLst_col0 {width: 40%} /* Type Name */
#AdmTypeLst_col1 {width: 6%} /* SeqNo */
#AdmTypeLst_col2 {width: 37%} /* Profile CheckList */
#AdmTypeLst_col3 {width: 7%}/* Required Exp. Date */
#AdmTypeLst_col4 {width: 5%} /* View Template */
#AdmTypeLst_col5 {width: 5%} /* License Req. */


/* Payment Type list grid */
#AdminPaymentTypeList_tbl {width: 100%} 
#AdminPaymentTypeList_col0 {width: 40%} /*Payment Type Name */
#AdminPaymentTypeList_col1 {width: 7%} /* Charge/Payment */
#AdminPaymentTypeList_col2 {width: 7%} /* Taxable */
#AdminPaymentTypeList_col3 {width: 7%} /* Category */
#AdminPaymentTypeList_col4 {width: 7%} /* Status */
#AdminPaymentTypeList_col5 {width: 7%} /* Payment Code */
#AdminPaymentTypeList_col6 {width: 7%} /* Payment Edit */
#AdminPaymentTypeList_col7 {width: 10%}

/* Facility Rates */
#FacilityRateList_tbl  {width: 100%}
#FacilityRateList_col0 {width: 7%} /* Dates */
#FacilityRateList_col1 {width: 8%} /* Rate Group */
#FacilityRateList_col2 {width: 7%} /* Category */
#FacilityRateList_col3 {width: 13%} /* Degree */
#FacilityRateList_col4 {width: 13%} /* Type */
#FacilityRateList_col5 {width: 5%} /* Shift */
#FacilityRateList_col6 {width: 3%} /* On Call */
#FacilityRateList_col7 {width: 3%} /* Charge */
#FacilityRateList_col8 {width: 3%} /* CallBack */
#FacilityRateList_col9 {width: 3%} /* OT */
#FacilityRateList_col10 {width: 7%}  /* Pay Rate */
#FacilityRateList_col11 {width: 7%}  /* Bill Rate */
#FacilityRateList_col12 {width: 7%}  /* Weekend Pay Rate */
#FacilityRateList_col13 {width: 7%}  /* Weekend Bill Rate */
#FacilityRateList_col14 {width: 8%}  /* Rate Margin */
#FacilityRateList_col15 {width: 10%}  /* Weekend Rate Margin*/

/* Facility Rates w/out Pay Rate or for hospital portal without Bill Rate*/
#FacilityRateList2_tbl  {width: 100%}
#FacilityRateList2_col0 {width: 7%} /* Dates */
#FacilityRateList2_col1 {width: 20%} /* Rate Group */
#FacilityRateList2_col3 {width: 9%} /* Category */
#FacilityRateList2_col4 {width: 20%} /* Degree */
#FacilityRateList2_col5 {width: 20%} /* Type */
#FacilityRateList2_col6 {width: 10%} /* Shift */
#FacilityRateList2_col7 {width: 8%}  /* Bill Rate or Pay Rate*/
#FacilityRateList2_col8 {width: 9%}  /* Weekend Bill Rate or WE Pay Rate*/

/*Contractor rate list*/
#ContractorRateList_tbl {width: 100%}
#ContractorRateList_col0 {width: 7%} /* Dates */
#ContractorRateList_col1 {width: 12%} /* Facility */
#ContractorRateList_col2 {width: 12%} /* Unit */
#ContractorRateList_col3 {width: 7%} /* Category */
#ContractorRateList_col4 {width: 7%} /* Degree */
#ContractorRateList_col5 {width: 12%} /* Type */
#ContractorRateList_col6 {width: 6%} /* Shift */
#ContractorRateList_col7 {width: 3%} /* OnCall */
#ContractorRateList_col8 {width: 3%} /* Charge */
#ContractorRateList_col9 {width: 3%} /* CallBack */
#ContractorRateList_col10 {width: 2%} /* OT */
#ContractorRateList_col11 {width: 4%} /* PayRate */
#ContractorRateList_col12 {width: 4%} /* BillRate */
#ContractorRateList_col13 {width: 7%} /* WEShiftPay */
#ContractorRateList_col14 {width: 7%} /* WEShiftBill */
#ContractorRateList_col15 {width: 5%} /* AskRate_fl */
#ContractorRateList_col16 {width: 8%} /* Rate Margin */
#ContractorRateList_col17 {width: 8%} /* Weekend Rate Margin */

/*ContractorSC rate list*/
#ContractorRateListSC_tbl {width: 100%}
#ContractorRateListSC_col0 {width: 7%} /* Dates */
#ContractorRateListSC_col1 {width: 13%} /* Facility */
#ContractorRateListSC_col2 {width: 13%} /* Unit */
#ContractorRateListSC_col3 {width: 7%} /* Category */
#ContractorRateListSC_col4 {width: 7%} /* Degree */
#ContractorRateListSC_col5 {width: 12%} /* Type */
#ContractorRateListSC_col6 {width: 6%} /* Shift */
#ContractorRateListSC_col7 {width: 4%} /* OnCall */
#ContractorRateListSC_col8 {width: 4%} /* Charge */
#ContractorRateListSC_col9 {width: 4%} /* CallBack */
#ContractorRateListSC_col10 {width: 2%} /* OT */
#ContractorRateListSC_col11 {width: 4%} /* PayRate */
#ContractorRateListSC_col12 {width: 4%} /* BillRate */
#ContractorRateListSC_col13 {width: 7%} /* WEShiftPay */
#ContractorRateListSC_col14 {width: 7%} /* WEShiftBill */
#ContractorRateListSC_col15 {width: 8%} /* Rate Margin */
#ContractorRateListSC_col16 {width: 8%} /* Weekend Rate Margin */

/*Contractor rate list (Caregiver portal)*/
#ContractorPortalRateList_tbl   {width: 100%}
#ContractorPortalRateList_col0 {width: 7%} /* Dates */
#ContractorPortalRateList_col1 {width: 23%} /* Facility */
#ContractorPortalRateList_col2 {width: 14%} /* Unit */
#ContractorPortalRateList_col3 {width: 6%} /* Category */
#ContractorPortalRateList_col4 {width: 6%} /* Category */
#ContractorPortalRateList_col5 {width: 12%} /* Type */
#ContractorPortalRateList_col6 {width: 7%} /* Shift */
#ContractorPortalRateList_col7 {width: 4%} /* OnCall */
#ContractorPortalRateList_col8 {width: 4%} /* Charge */
#ContractorPortalRateList_col9 {width: 4%} /* CallBack */
#ContractorPortalRateList_col10 {width: 4%} /* OT */
#ContractorPortalRateList_col11 {width: 8%} /* PayRate */
#ContractorPortalRateList_col12 {width: 8%} /* WEShiftPay */
#ContractorPortalRateList_col13 {width: 5%} /* AskRate_fl */

/*Subcontractor rate list*/
#SubcontractorRateList_tbl {width: 100%}
#SubcontractorRateList_col0 {width: 7%} /* Dates */
#SubcontractorRateList_col1 {width: 12%} /* Facility */
#SubcontractorRateList_col2 {width: 12%} /* Unit */
#SubcontractorRateList_col3 {width: 5%} /* Category */
#SubcontractorRateList_col4{width: 8%} /* Degree */
#SubcontractorRateList_col5 {width: 11%} /* Type */
#SubcontractorRateList_col6 {width: 4%} /* Shift */
#SubcontractorRateList_col7 {width: 4%} /* OnCall */
#SubcontractorRateList_col8 {width: 4%} /* Charge */
#SubcontractorRateList_col9 {width: 4%} /* CallBack */
#SubcontractorRateList_col10 {width: 2%} /* OT */
#SubcontractorRateList_col11 {width: 4%} /* PayRate */
td.SubcontractorRateList_11 {text-align: right}
#SubcontractorRateList_col12 {width: 4%} /* BillRate */
td.SubcontractorRateList_12 {text-align: right}
#SubcontractorRateList_col13 {width: 7%} /* WEShiftPay */
td.SubcontractorRateList_13 {text-align: right}
#SubcontractorRateList_col14 {width: 7%} /* WEShiftBill */
td.SubcontractorRateList_14 {text-align: right}
#SubcontractorRateList_col15 {width: 8%} /* Rate Margin */
#SubcontractorRateList_col16 {width: 8%} /* Weekend Rate Margin */

/*Subcontractor rate list S-C portal*/
#SubcontractorRateListSC_tbl {width: 100%}
#SubcontractorRateListSC_col0 {width: 7%} /* Dates*/
#SubcontractorRateListSC_col1 {width: 15%} /* Facility */
#SubcontractorRateListSC_col2 {width: 15%} /* Unit */
#SubcontractorRateListSC_col3 {width: 10%} /* Category */
#SubcontractorRateListSC_col4 {width: 15%} /* Degree */
#SubcontractorRateListSC_col5 {width: 15%} /* Type */
#SubcontractorRateListSC_col6 {width: 8%} /* Shift */
#SubcontractorRateListSC_col7 {width: 4%} /* OnCall */
#SubcontractorRateListSC_col8 {width: 4%} /* Charge */
#SubcontractorRateListSC_col9 {width: 4%} /* CallBack */
#SubcontractorRateListSC_col10 {width: 4%} /* OT */
#SubcontractorRateListSC_col11 {width: 7%} /* PayRate */
td.SubcontractorRateListSC_11 {text-align: right}
#SubcontractorRateListSC_col12 {width: 7%} /* WEShiftPay */
td.SubcontractorRateListSC_12 {text-align: right }

/* Admin Rates list */
#tblAdminRateLst_tbl {width: 100%}
#tblAdminRateLst_col0 {width: 10%} /* Dates */
#tblAdminRateLst_col1 {width: 10%} /* Category */
#tblAdminRateLst_col2 {width: 10%} /* Degree */
#tblAdminRateLst_col3 {width: 10%} /* Speciality */
#tblAdminRateLst_col4 {width: 8%} /* Shift */
#tblAdminRateLst_col5 {width: 5%} /* On Call? */
#tblAdminRateLst_col6 {width: 5%} /* Charge? */
#tblAdminRateLst_col7 {width: 5%} /* Callback? */
#tblAdminRateLst_col8 {width: 5%} /* OT? */
#tblAdminRateLst_col9 {width: 8%} /* Pay */
#tblAdminRateLst_col10 {width: 8%} /* Pay */
#tblAdminRateLst_col11 {width: 8%} /* WE Pay */
#tblAdminRateLst_col12 {width: 8%} /* WE Bill */
#tblAdminRateLst_col13 {width: 8%} /* Margin */
#tblAdminRateLst_col14 {width: 8%} /* WE Margin */

/* Unit Profile Alias grid */
#UnitProfileAliasList_tbl  {width: 100%}
#UnitProfileAliasList_col0 {width: 23%} /* Alias Name */
#UnitProfileAliasList_col1 {width: 40%} /* Degree */
#UnitProfileAliasList_col2 {width: 37%} /* Type */

/* New Shifts grid */
.ShiftLST {width: 100%; background-color: #dddddd}
td.ShiftLST_Del {width: 2%; text-align: center}
td.ShiftLST_StartTime {width: 7.5%}
td.ShiftLST_DurationWithType {width: 5%}
td.ShiftLST_WorkingDays {width: 3%; text-align: center}
td.ShiftLST_Address {width: 7%}
td.ShiftLST_City {width: 5%}
td.ShiftLST_State {width: 5%}
td.ShiftLST_FacilityName {width: 10%}
td.ShiftLST_FullUnitName {width: 10%}
td.ShiftLST_ShiftTypeName {width: 5%}
td.ShiftLST_StartEndTime {width: 3%}
td.ShiftLST_TypeName {width: 10%}
/*td.ShiftLST_AutoRate {width: 2%}*/
/*td.ShiftLST_AskRate {width: 2%}*/
td.ShiftLST_ContractorName {width: 10%}
td.ShiftLST_PatientName {width: 10%}
td.ShiftLST_EnterDate {width: 5%}
td.ShiftLST_Public{width: 3%}
td.ShiftLST_Public div {width: 100%; text-align: center}
td.ShiftLST_AttendeeList{width: 3%}
td.ShiftLST_AttendeeList div {width: 100%; text-align: center}
td.ShiftLST_StatusIDForFacility {width: 3%}
td.ShiftLST_StatusIDForFacility div {width: 100%; text-align: center}
td.ShiftLST_StatusIDForCaregiver {width: 3%}
td.ShiftLST_StatusIDForCaregiver div {width: 100%; text-align: center}
td.ShiftLST_Find {width: 2.5%}
td.ShiftLST_Find div {width: 100%; text-align: center}
td.ShiftLST_SCNotify {width: 3%; text-align: left}
td.ShiftLST_Notify {width: 2%; text-align: left}
td.ShiftLST_Copy {width: 3%; text-align: center}
td.ShiftLST_Copy div {width: 100%; text-align: center}
td.ShiftLST_Select {width: 3%; text-align: center}
td.ShiftLST_ID {width: 4%; text-align: right}
td.ShiftLST_ShiftNumber {width: 4%; text-align: center}
td.ShiftLST_Mileage {width: 3%; text-align: right}

td.SubmissionLST_UnitName {width: 7%}
td.SubmissionLST_Status {width: 4%}
td.SubmissionLST_ViewSentProfile {width: 4%}
td.SubmissionLST_NeedStartDate {width: 7%}

/*Patient grid */
.PatientLST {width: 100%; background-color: #dddddd}
td.PatientLST_Del {width: 2%; text-align: center}
td.PatientLST_ID {width: 5%}
td.PatientLST_PatientFullName{width: 13%}
td.PatientLST_PhoneNumber{width: 8%}
td.PatientLST_Email{width: 10%}
td.PatientLST_State{width: 4%}
td.PatientLST_Zip{width: 4%}
td.PatientLST_City{width: 9%}
td.PatientLST_Address{width: 12%}
td.PatientLST_Age{width: 5%}
td.PatientLST_Physician{width: 10%}
td.PatientLST_Specialty{width: 14%}
td.PatientLST_Educator{width: 9%}
td.PatientLST_SchedulingStatus{width: 10%}

/* Shifts grid */
#ShiftLst_tbl {width: 100%}
#ShiftLst_col0 {width: 8%}  /* Start Date */
#ShiftLst_col1 {width: 5.5%}  /* Duration */
#ShiftLst_col2 {width: 3.5%}  /* Workdays */
td.ShiftLst_2 {text-align: center}
#ShiftLst_col3 {width: 11%} /* Facility */
#ShiftLst_col4 {width: 11%} /* Unit */
#ShiftLst_col5 {width: 5%}  /* Shift */
#ShiftLst_col6 {width: 4.5%}  /* Start-End Time */
#ShiftLst_col7 {width: 11%} /* Stecialty */
#ShiftLst_col8 {width: 11%} /* Caregiver */
#ShiftLst_col9 {width: 6.5%} /* Date Entered */
#ShiftLst_col10 {width: 4%}  /* Facility Status */
td.ShiftLst_10 {text-align: center}
#ShiftLst_col11 {width: 4%}  /* Cacegiver Status */
td.ShiftLst_11 {text-align: center}
#ShiftLst_col12 {width: 3%}  /* Find */
td.ShiftLst_12 {text-align: center}
#ShiftLst_col31 {width: 3%}  /* Copy */
td.ShiftLst_31 {text-align: center}
#ShiftLst_col32 {width: 5%}  /* ID */
td.ShiftLst_32 {text-align: center}
#ShiftLst_col33 {width: 5%}  /* Shift # */
td.ShiftLst_33 {text-align: center}

#CaregiverShiftLst_tbl {width: 100%}
#CaregiverShiftLst_col0 {width: 8%}       /* Start Date */
#CaregiverShiftLst_col1 {width: 5%}        /* Duration */
#CaregiverShiftLst_col2 {width: 4%}        /* Workdays */
.CaregiverShiftLst_2 {text-align: center}  /* Workdays */
#CaregiverShiftLst_col3 {width: 15%}       /* Facility */
#CaregiverShiftLst_col4 {width: 15%}       /* Unit */
#CaregiverShiftLst_col5 {width: 5%}        /* Shift */
#CaregiverShiftLst_col6 {width: 4%}        /* Start-End time */
#CaregiverShiftLst_col7 {width: 15%}       /* Specialty */
#CaregiverShiftLst_col8 {width: 5%}        /* Auto Rate */
#CaregiverShiftLst_col9 {width: 5%}        /* Ask Rate */
#CaregiverShiftLst_col10 {width: 8%}        /* Date Entered*/
#CaregiverShiftLst_col11 {width: 5%}       /* Caregiver Status */
.CaregiverShiftLst_11 {text-align: center} /* Caregiver Status */
#CaregiverShiftLst_col12 {width: 4%}       /* ID */
#CaregiverShiftLst_col13 {width: 4%}       /* Shift# */

/* SC-Caregiver Shifts grid */
#SCCaregiverShiftLst_tbl {width: 100%}
#SCCaregiverShiftLst_col0 {width: 8%}       /* Start Date */
#SCCaregiverShiftLst_col1 {width: 7%}        /* Duration */
#SCCaregiverShiftLst_col2 {width: 5%}        /* Workdays */
.SCCaregiverShiftLst_2 {text-align: center}  /* Workdays */
#SCCaregiverShiftLst_col3 {width: 18%}       /* Facility */
#SCCaregiverShiftLst_col4 {width: 20%}       /* Unit */
#SCCaregiverShiftLst_col5 {width: 6%}        /* Shift */
#SCCaregiverShiftLst_col6 {width: 14%}       /* Type */
#SCCaregiverShiftLst_col7 {width: 8%}        /* Date Entered*/
#SCCaregiverShiftLst_col8 {width: 5%}       /* Status */
.SCCaregiverShiftLst_8 {text-align: center} /* Status */
#SCCaregiverShiftLst_col9 {width: 4%}       /* Copy */
.SCCaregiverShiftLst_9 {text-align: center} /* Copy */

/* GSA Limits grid */
#AdminDomesticRatesList_tbl {width: 100%}
#AdminDomesticRatesList_col0 {width: 8%}        /* State */
#AdminDomesticRatesList_col1 {width: 22%}        /* GSA Destination */
#AdminDomesticRatesList_col2 {width: 17%}        /* GSA County */
#AdminDomesticRatesList_col3 {width: 12%}        /* Begin Date */
#AdminDomesticRatesList_col4 {width: 12%}        /* End Date */
#AdminDomesticRatesList_col5 {width: 10%}        /* Lodging */
#AdminDomesticRatesList_col6 {width: 10%}        /* M&IE */
#AdminDomesticRatesList_col7 {width: 10%}        /* Total */

/* Shift Time Sheet grid */
#TimeSheetLst_tbl   {width: 100%}  
#TimeSheetLst_col0  {width: 12%}  /* Date */
#TimeSheetLst_col1  {width: 11%}   /* Start */
#TimeSheetLst_col2  {width: 11%}   /* Finish */
#TimeSheetLst_col3  {width: 9%}   /* Lunch */
#TimeSheetLst_col4  {width: 8%}   /* Total */
#TimeSheetLst_col5  {width: 14%}  /* Holiday */
#TimeSheetLst_col6  {width: 10%}   /* Include in OT calc */
#TimeSheetLst_col7  {width: 8%}   /* OT */
#TimeSheetLst_col8  {width: 8%}   /* Enter Date */
#TimeSheetLst_col9 {width: 8%}   /* Next */
#TimeSheetLst_col10 {width: 8%}   /* Detail */

/*  Time Sheets grid */
#TimeSheetsLst_tbl   {width: 100%}  
#TimeSheetsLst_col0  {width: 13%}   /* Caregiver */
#TimeSheetsLst_col1  {width: 12%}   /* Facility */
#TimeSheetsLst_col2  {width: 12%}   /* Unit */
#TimeSheetsLst_col3  {width: 8%; white-space:nowrap;}   /* Date */
.TimeSheetsLst_3{white-space:nowrap;}
#TimeSheetsLst_col4  {width: 7%; min-width:60px;}    /* Start Time */
#TimeSheetsLst_col5  {width: 7%; min-width:60px;}    /* Finish Time */
#TimeSheetsLst_col6  {width: 3%}    /* Lunch */
#TimeSheetsLst_col7  {width: 7%; min-width:60px;}    /* Lunch Start */
#TimeSheetsLst_col8  {width: 4%}    /* Total */
#TimeSheetsLst_col9  {width: 2%}   /* Holiday */
#TimeSheetsLst_col10 {width: 2%}   /* WE */
#TimeSheetsLst_col11   {width: 2%}   /* Include in OT calc */
#TimeSheetsLst_col12   {width: 3%}   /* Include in Early Pay */
#TimeSheetsLst_col13   {width: 4%}   /* Properties */
#TimeSheetsLst_col14  {width: 4%}   /* WE OT */
#TimeSheetsLst_col15  {width: 4%}   /* Daily OT */
#TimeSheetsLst_col16  {width: 2%}   /* Next */
#TimeSheetsLst_col17  {width: 2%}   /* Detail */
#TimeSheetsLst_col18  {width: 2%}   /* Upload */
#TimeSheetsLst_col19  {width: 2%}   /* View */

/* Phone Table grid */
#PhonesLst_tbl  {width: 100%}
#PhonesLst_col0 {width: 35%} /* Phone */
#PhonesLst_col1 {width: 20%} /* Device Type */
#PhonesLst_col2 {width: 45%} /* Comment */

#UnitsLst_tbl  {width: 100%}
#UnitsLst_col0 {width: 35%} /* Phone */
#UnitsLst_col1 {width: 20%} /* Device Type */
#UnitsLst_col2 {width: 45%} /* Comment */

#VendorFacilityList_tbl  {width: 100%}
#VendorFacilityList_col0 {width: 50%} 
#VendorFacilityList_col1 {width: 50%} 



/*  Bonus grid for Company User portal*/
#BonusLstStaffer_tbl   {width: 100%}  
#BonusLstStaffer_col0  {width: 8%}   /* Date */
#BonusLstStaffer_col1  {width: 14%}   /* Caregiver */
#BonusLstStaffer_col2  {width: 14%}   /* Facility */
#BonusLstStaffer_col3  {width: 15%}   /* Unit */
#BonusLstStaffer_col4  {width: 6%} /*Taxable*/
#BonusLstStaffer_col5  {width: 10%} /*Type*/
#BonusLstStaffer_col6  {width: 12%}   /* Description */
#BonusLstStaffer_col7  {width: 7%}   /* Hours */
#BonusLstStaffer_col8  {width: 1%}   /* Apr by Fcl */
#BonusLstStaffer_col9  {width: 1%}   /* Apr by Agn */
#BonusLstStaffer_col10  {width: 3%}/*Invoice Number*/
#BonusLstStaffer_col11  {width: 4%}    /* Bill Amount */
#BonusLstStaffer_col12  {width: 9%}    /* Pay Amount */
.BonusLstStaffer_11 {text-align:right;} /* Bill Amount */
.BonusLstStaffer_12 {text-align:right;} /* Pay Amount */

/*  Bonus grid for Hospital portal*/
#BonusLstHospital_tbl   {width: 100%}  
#BonusLstHospital_col0  {width: 11%}   /* Date */
#BonusLstHospital_col1  {width: 20%}   /* Caregiver */
#BonusLstHospital_col2  {width: 20%}   /* Facility */
#BonusLstHospital_col3  {width: 20%}   /* Unit */
#BonusLstHospital_col4  {width: 19%}   /* Description */
#BonusLstHospital_col5  {width: 10%}   /* Hours */
#BonusLstHospital_col6  {width: 10%}    /* Pay Amount */

/*  Bonus grid for non-Company User portal*/
#BonusLst_tbl   {width: 100%}  
#BonusLst_col0  {width: 9%}   /* Date */
#BonusLst_col1  {width: 18%}   /* Caregiver */
#BonusLst_col2  {width: 18%}   /* Facility */
#BonusLst_col3  {width: 18%}   /* Unit */
#BonusLst_col4  {width: 17%}   /* Description */
#BonusLst_col5  {width: 8%}   /* Hours */
#BonusLst_col6  {width: 12%} /*Invoice Number*/
#BonusLst_col7  {width: 8%}    /* Bill Amount */
.BonusLst_7 {text-align:right;} /* Bill Amount */


/*  Non-approved Bonus grid */

#tblNonApprovedBonuses_tbl   {width: 100%}  
#tblNonApprovedBonuses_col0  {width: 8%}   /* Approved */
#tblNonApprovedBonuses_col1  {width: 8%}   /* Date */
#tblNonApprovedBonuses_col2  {width: 17%}  /* Caregiver */
#tblNonApprovedBonuses_col3  {width: 18%}  /* Facility */
#tblNonApprovedBonuses_col4  {width: 18%}  /* Unit */
#tblNonApprovedBonuses_col5  {width: 8%}   /* # hours for bonus */
#tblNonApprovedBonuses_col6  {width: 7%}   /* # worked hours */
#tblNonApprovedBonuses_col7  {width: 8%}   /* Bill Amount */
#tblNonApprovedBonuses_col8  {width: 8%}   /* Pay Amount */
.tblNonApprovedBonuses_5 {text-align:right;} /* # hours for bonus */
.tblNonApprovedBonuses_6 {text-align:right;} /* # worked hours */
.tblNonApprovedBonuses_7 {text-align:right;} /* Bill Amount */
.tblNonApprovedBonuses_8 {text-align:right;} /* Pay Amount */

/*Unit Shift Detail List grid*/
#UnitShiftLst_tbl {width: 100%}
#UnitShiftLst_col0 {width: 5%} /* Link */
#UnitShiftLst_col1 {width: 20%} /* Shift Time */
#UnitShiftLst_col2 {width: 75%} /* Contractor Name */

/*Facility Shift Detail List grid*/
#FacilityShiftLst_tbl {width: 100%}
#FacilityShiftLst_col0 {width: 5%} /* Link */
#FacilityShiftLst_col1 {width: 37%} /* Unit name */
#FacilityShiftLst_col2 {width: 20%} /* Shift Time */
#FacilityShiftLst_col3 {width: 38%} /* Contractor Name */

/*Invoice Adjustment list*/
#InvAdjLst_tbl {width: 100%}
InvAdjLst_col0 {width: 40%} /* Invoicing Group */
InvAdjLst_col1 {width: 15%} /* Employment */
InvAdjLst_col2 {width: 15%} /* Category */
InvAdjLst_col3 {width: 15%} /* Start Date */
InvAdjLst_col4 {width: 15%} /* Amount */

/*Government Invoices list*/
#GovernmentInvoiceLst_tbl {width: 100%}
GovernmentInvoiceLst_col0 {width: 14%} /* Facility */
GovernmentInvoiceLst_col1 {width: 10%} /* Contract #*/
GovernmentInvoiceLst_col2 {width: 10%} /* Contract Start Date*/
GovernmentInvoiceLst_col3 {width: 10%} /* Contract End Date*/
GovernmentInvoiceLst_col4 {width: 10%} /* Task Order #*/
GovernmentInvoiceLst_col5 {width: 10%} /* Task Order Start Date*/
GovernmentInvoiceLst_col5 {width: 10%} /* Task Order End Date*/
GovernmentInvoiceLst_col5 {width: 18%} /* Units*/
GovernmentInvoiceLst_col5 {width: 6%} /* Status*/
GovernmentInvoiceLst_col5 {width: 2%} /* Copy*/


/*Government Invoices list*/
#InvoiceFilterLst_tbl {width: 100%}
#InvoiceFilterLst_col0 {width: 95%} /* name */
#InvoiceFilterLst_col1 {width: 5%} /* Copy*/
#InvoiceFilterLst_col1 {text-align:center;} /* Copy */

/* Contractor Conversion list*/
#ConvLst_tbl {width: 100%}
#ConvLst_col0 {width: 8%} /* Date */
#ConvLst_col1 {width: 34%} /* Old Employer */
#ConvLst_col2 {width: 34%} /* New Employer */
#ConvLst_col3 {width: 24%} /* Comment */

/* Contractor Stipend List*/
#StipendLst_tbl  {width: 100%}
#StipendLst_col0 {width: 10%} /* Dates */
#StipendLst_col1 {width: 40%} /* Facility Name */
#StipendLst_col2 {width: 30%} /* Payment Name */
#StipendLst_col3 {width: 20%} /* Amount */

/* Facility Stipend List*/
#FacilityStipendList_tbl  {width: 100%}
#FacilityStipendList_col0 {width: 30%} /* Dates */
#FacilityStipendList_col1 {width: 50%} /* Payment Name */
#FacilityStipendList_col2 {width: 20%} /* Amount */

/*  Bulletin Board List */
#BulletinBoardLst_tbl   {width: 100%}
#BulletinBoardLst_col0  {width: 6%}   /* Date */
#BulletinBoardLst_col1  {width: 24%}   /* Document */
#BulletinBoardLst_col2  {width: 32%}   /* Description */
#BulletinBoardLst_col3  {width: 11%}   /* Location */
#BulletinBoardLst_col4  {width: 17%}   /* Show On Portals */
#BulletinBoardLst_col5  {width: 4%}   /* Upload */
#BulletinBoardLst_col6  {width: 4%}    /* View */
.BulletinBoardLst_6 {text-align:center;} /* Upload */
.BulletinBoardLst_7 {text-align:center;} /* View */

/*  Bulletin Board List 2 */
#BulletinBoardLst2_tbl   {width: 100%}
#BulletinBoardLst2_col0  {width: 15%}       /* Date */
#BulletinBoardLst2_col1  {width: 25%}       /* Document */
#BulletinBoardLst2_col2  {width: 33%}       /* Description */
#BulletinBoardLst2_col3  {width: 21%}       /* Location */
#BulletinBoardLst2_col4  {width: 6%}        /* View */
.BulletinBoardLst2_4 {text-align:center;}   /* View */

/* Activity in Regions grid*/
#RegActivityLst_tbl {width: 100%}
#RegActivityLst_col0 {width: 10%} /* Active */
#RegActivityLst_col1 {width: 90%} /* Region Name */
.RegActivityLst_0 {text-align:center} /* Region Name */

/* Shifts For Contractor grid*/
#ContractorShiftsLst_tbl {width: 100%}
#ContractorShiftsLst_col0 {width: 5%} /* Call */
#ContractorShiftsLst_col1 {width: 5%} /* CEmail */
#ContractorShiftsLst_col2 {width: 5%} /* FEmail */
#ContractorShiftsLst_col3 {width: 5%} /* Assigned */
.ContractorShiftsLst_0 {text-align:center} 
.ContractorShiftsLst_1 {text-align:center} 
.ContractorShiftsLst_2 {text-align:center} 
.ContractorShiftsLst_3 {text-align:center} 
#ContractorShiftsLst_col6 {width: 6%} /* ID */ 
#ContractorShiftsLst_col7 {width: 5%} /* Oriented */
.ContractorShiftsLst_7 {text-align:center} 
#ContractorShiftsLst_col8 {width: 5%} /* Unit Approved */
.ContractorShiftsLst_8 {text-align:center} 
#ContractorShiftsLst_col9 {width: 8%} /* # worked hours */
#ContractorShiftsLst_col10 {width: 5%} /* Req Docs Compl */
.ContractorShiftsLst_10 {text-align:center} 
#ContractorShiftsLst_col11 {width: 6%} /* Age Req Satisfy */
.ContractorShiftsLst_11 {text-align:center} 
#ContractorShiftsLst_col12 {width: 5%} /* Last EMail To Facility */
#ContractorShiftsLst_col13 {width: 5%} /* Last EMail To Caregiver */
#ContractorShiftsLst_col14 {width: 6%} /* Last Call to Caregiver */
#ContractorShiftsLst_col15 {width: 6%} /* Call Result */

/* Base Need Candidates grid*/
#NeedCandidatesLst_tbl {width: 100%}
#NeedCandidatesLst_col0 {width: 4%} /* Call */
#NeedCandidatesLst_col1 {width: 4%} /* Email */
.NeedCandidatesLst_0 {text-align:center} 
.NeedCandidatesLst_1 {text-align:center} 
#NeedCandidatesLst_col2 {width: 4%} /* Assigned */
.NeedCandidatesLst_2 {text-align:center} 
#NeedCandidatesLst_col3 {width: 24%} /* Caregiver name */
#NeedCandidatesLst_col4 {width: 20%} /* Recruiter name */
#NeedCandidatesLst_col5 {width: 6%} /* Cancelled */
.NeedCandidatesLst_5 {text-align:center} 
#NeedCandidatesLst_col6 {width: 8%} /* Cancel Date */
#NeedCandidatesLst_col7 {width: 8%} /* Last Call */
#NeedCandidatesLst_col8 {width: 6%} /* Call Result */
#NeedCandidatesLst_col9 {width: 9%} /* Contract */
#NeedCandidatesLst_col10 {width: 7%} /* Guaranteed Hours */

/* Need Candidates grid w/o Call column*/
#NeedCandidatesLstWOCall_tbl {width: 100%}
#NeedCandidatesLstWOCall_col0 {width: 6%} /* Email */
.NeedCandidatesLstWOCall_0 {text-align:center} 
#NeedCandidatesLstWOCall_col1 {width: 6%} /* Assigned */
.NeedCandidatesLstWOCall_1 {text-align:center} 
#NeedCandidatesLstWOCall_col2 {width: 38%} /* Caregiver name */
#NeedCandidatesLstWOCall_col3 {width: 6%} /* Cancelled */
.NeedCandidatesLstWOCall_3 {text-align:center} 
#NeedCandidatesLstWOCall_col4 {width: 12%} /* Cancel Date */
#NeedCandidatesLstWOCall_col5 {width: 12%} /* Last Call */
#NeedCandidatesLstWOCall_col6 {width: 14%} /* Call Result */
#NeedCandidatesLstWOCall_col7 {width: 6%} /* Contract */
#NeedCandidatesLstWOCall_col8 {width: 6%} /* Guaranteed Hours */

/* Need Candidates grid w/o Assign column*/
#NeedCandidatesLstWOAssign_tbl {width: 100%}
#NeedCandidatesLstWOAssign_col0 {width: 6%} /* Call */
.NeedCandidatesLstWOAssign_0 {text-align:center}
#NeedCandidatesLstWOAssign_col1 {width: 6%} /*Emaill */
.NeedCandidatesLstWOAssign_1 {text-align:center}
#NeedCandidatesLstWOAssign_col2 {width: 6%; text-align:right} /* Caregiver name */
.NeedCandidatesLstWOAssign_2 {text-align:right} 
#NeedCandidatesLstWOAssign_col3 {width: 44%} /* Cancelled */
.NeedCandidatesLstWOAssign_3 {text-align:left} 
#NeedCandidatesLstWOAssign_col4 {width: 12%} /* Cancel Date */
#NeedCandidatesLstWOAssign_col5 {width: 12%} /* Last Call */
#NeedCandidatesLstWOAssign_col6 {width: 14%} /* Call Result */
#NeedCandidatesLstWOAssign_col7 {width: 6%} /* Contract */
#NeedCandidatesLstWOAssign_col8 {width: 6%} /* Guaranteed Hours */

/* Need Candidates grid w/o Call and Assign columns*/
#NeedCandidatesLstWOAssignCall_tbl {width: 100%}
#NeedCandidatesLstWOAssignCall_col1 {width: 56%} /* Caregiver name */
#NeedCandidatesLstWOAssignCall_col2 {width: 6%} /* Cancelled */
.NeedCandidatesLstWOAssignCall_2 {text-align:center} 
#NeedCandidatesLstWOAssignCall_col3 {width: 12%} /* Cancel Date */
#NeedCandidatesLstWOAssignCall_col4 {width: 12%} /* Last Call */
#NeedCandidatesLstWOAssignCall_col5 {width: 14%} /* Call Result */
#NeedCandidatesLstWOCall_col6 {width: 6%} /* Contract */
#NeedCandidatesLstWOCall_col7 {width: 6%} /* Guaranteed Hours */

#NeedCandidatesLstDisable_tbl {width: 100%}
#NeedCandidatesLstDisable_col0 {width: 6%} /* Assigned */
.NeedCandidatesLstDisable_0 {text-align:center} 
#NeedCandidatesLstDisable_col1 {width: 24%} /* Caregiver name */
#NeedCandidatesLstDisable_col2 {width: 20%} /* Recruiter name */
#NeedCandidatesLstDisable_col3 {width: 6%} /* Cancelled */
.NeedCandidatesLstDisable_3 {text-align:center} 
#NeedCandidatesLstDisable_col4 {width: 12%} /* Cancel Date */
#NeedCandidatesLstDisable_col5 {width: 12%} /* Last Call */
#NeedCandidatesLstDisable_col6 {width: 4%} /* Call Result */
#NeedCandidatesLstDisable_col7 {width: 4%} /* Req Docs Compl */
#NeedCandidatesLstDisable_col8 {width: 4%} /* Contract */
#NeedCandidatesLstDisable_col7 {width: 4%} /* Guaranteed Hours */
#NeedCandidatesLstDisable_col7 {width: 4%} /* Default Shift */

/* Admin Bonus Setup Tier One */
#BonusSetupTORateLST_tbl {width: 100%}
#BonusSetupTORateLST_col0 {width: 34%} /* Hours */
#BonusSetupTORateLST_col1 {width: 33%} /* Percentages */
#BonusSetupTORateLST_col2 {width: 33%} /* Rates */

/* Admin Bonus Setup Tier Two */
#BonusSetupTTRateLST_tbl {width: 100%}
#BonusSetupTTRateLST_col0 {width: 34%} /* Hours */
#BonusSetupTTRateLST_col1 {width: 33%} /* Percentages */
#BonusSetupTTRateLST_col2 {width: 33%} /* Rates */

/* Referral Bonus */
#ReferralBonusLST_tbl {width: 100%}
#ReferralBonusLST_col0 {width: 32%} /* Caregiver Name */
#ReferralBonusLST_col1 {width: 17%} /* Caregiver's Own Hours */
#ReferralBonusLST_col2 {width: 17%} /* Tier One Hours */
#ReferralBonusLST_col3 {width: 17%} /* Tier Two Hours */
#ReferralBonusLST_col4 {width: 17%} /* Amount */

/* Weekly Stipend */
#tblWeeklyStipend_tbl {width: 100%}
#tblWeeklyStipend_col0 {width: 10%} /* Approved */
#tblWeeklyStipend_col1 {width: 12%} /* Date */
#tblWeeklyStipend_col2 {width: 10%} /* Caregiver */
#tblWeeklyStipend_col3 {width: 15%} /* Facility */
#tblWeeklyStipend_col4 {width: 15%} /* Unit */
#tblWeeklyStipend_col5 {width: 18%} /* Description */
#tblWeeklyStipend_col6 {width: 10%} /* Amount */
#tblWeeklyStipend_col7 {width: 10%} /* Taxable */


/* Guaranteed Hours */
#tblGuaranteedHours_tbl {width: 100%}
#tblGuaranteedHours_col0 {width: 10%} /* Approved */
#tblGuaranteedHours_col1 {width: 12%} /* Date */
#tblGuaranteedHours_col2 {width: 10%} /* Caregiver */
#tblGuaranteedHours_col3 {width: 15%} /* Facility */
#tblGuaranteedHours_col4 {width: 15%} /* Unit */
#tblGuaranteedHours_col5 {width: 18%} /* Description */
#tblGuaranteedHours_col6 {width: 5%}  /* Worked */
#tblGuaranteedHours_col7 {width: 5%}  /* Guaranteed */
#tblGuaranteedHours_col8 {width: 5%}  /* Difference */
#tblGuaranteedHours_col9 {width: 5%}  /* Bill rate */
#tblGuaranteedHours_col10 {width: 5%}  /* Pay rate */
#tblGuaranteedHours_col11 {width: 5%}  /* Bill Amount */
#tblGuaranteedHours_col12 {width: 5%}  /* Pay Amount */
#tblGuaranteedHours_col13 {width: 5%} /* Taxable */

/* All Auto Payments */
#tblAutoPayment_tbl {width: 100%}
#tblAutoPayment_col0 {width: 1%} /* Approved */
#tblAutoPayment_col1 {width: 8%} /* Date */
#tblAutoPayment_col2 {width: 8%} /* Caregiver */
#tblAutoPayment_col3 {width: 18%} /* Facility */
#tblAutoPayment_col4 {width: 10%} /* Unit */
#tblAutoPayment_col5 {width: 10%} /* Payment Type */
#tblAutoPayment_col6 {width: 4%} /* Hours */
.tblAutoPayment_6 {text-align :center } 

#tblAutoPayment_col7 {width: 4%} /* Shift */
.tblAutoPayment_7 {text-align :center } 

#tblAutoPayment_col8 {width: 6%; text-align :center } /* Bill Rate */
.tblAutoPayment_8 {text-align :center } 

#tblAutoPayment_col9 {width: 6%; text-align :center } /* Pay Rate */
.tblAutoPayment_9 {text-align :center } 

#tblAutoPayment_col10 {width: 6%; text-align :center } /* Bill Amount */
.tblAutoPayment_10 {text-align :center } 

#tblAutoPayment_col11 {width: 6%; text-align :center } /* Pay Amount */
.tblAutoPayment_11 {text-align :center } 

#tblAutoPayment_col12 {width: 3%; text-align :center } /* Taxable */
.tblAutoPayment_12 {text-align :center } 

#tblAutoPayment_col13 {width: 20%} /* Description */


/* Email Log */
#AdmEmailLst_tbl {width: 100%}
#AdmEmailLst_col0 {width: 14%} /* Date Send */
#AdmEmailLst_col1 {width: 18%} /* From Name */
#AdmEmailLst_col2 {width: 34%} /* To Name */
#AdmEmailLst_col3 {width: 34%} /* Email Type */


/* Select CheckList for Profile Log */
#SelTypeLst_tbl {width: 100%}
#SelTypeLst_col0 {width: 85%} /* Type Name */
#SelTypeLst_col1 {width: 5%} /* Complete/Incomplete */
#SelTypeLst_col2 {width: 5%} /* Select Doc */
#SelTypeLst_col3 {width: 5%} /* Select Upload File */
.SelTypeLst_1 {text-align:center} /* Complete/Incomplete */
.SelTypeLst_2 {text-align:center} /* Select Doc */
.SelTypeLst_3 {text-align:center} /* Select Upload File */

/* Select TestList for Profile Log */
#SelTestLst_tbl {width: 100%}
#SelTestLst_col0 {width: 70%} /* Test Name */
#SelTestLst_col1 {width: 15%} /* Complete/Incomplete */
#SelTestLst_col2 {width: 15%} /* Select Upload File */
.SelTestLst_1 {text-align:center} /* Complete/Incomplete */
.SelTestLst_2 {text-align:center} /* Select Doc */

/*e-Verifile User List*/
#eVerifileUsersLst_tbl {width: 100%}
#eVerifileUsersLst_col0 {width: 35%} /*Full Name*/
#eVerifileUsersLst_col1 {width: 25%} /*Status*/
#eVerifileUsersLst_col2 {width: 35%} /*Login*/
#eVerifileUsersLst_col3 {width: 5%} /*ID*/

#eVerifileForReqDocLst_tbl {width: 100%}
#eVerifileForReqDocLst_col0 {width: 35%} /*Document Name*/
#eVerifileForReqDocLst_col1 {width: 65%} /*Reports Code*/

#eVerifileReportLst_tbl {width: 100%}
#eVerifileReportLst_col1 {width: 85%} /*Report Description*/
#eVerifileReportLst_col2 {width: 15%} /*Report Code*/

#eSigTekDocumentLst_tbl {width: 100%}
#eSigTekDocumentLst_col1 {width: 95%}

/*Company Structure List*/
#CompanyStructureLST_tbl {width: 100%}
#CompanyStructureLST_col0 {width: 5%} /* Apply level */
.CompanyStructureLST_0 {text-align:center} /* Apply level */
#CompanyStructureLST_col1 {width: 10%} /* Level */
#CompanyStructureLST_col2 {width: 20%} /* Level Name */
#CompanyStructureLST_col3 {width: 20%} /* Linked Caregivers */
.CompanyStructureLST_3 {text-align:center} /* Linked Caregivers */
#CompanyStructureLST_col4 {width: 20%} /* Linked Facilities*/
.CompanyStructureLST_4 {text-align:center} /* Linked Facilities */
#CompanyStructureLST_col5 {width: 20%} /* Linked S-C Companies */
.CompanyStructureLST_5 {text-align:center} /* Linked S-C Companies */

/********************< End of Statuses class list >**************************/

#eVerifileLogLst_tbl {width: 100%}
#eVerifileLogLst_col0 {width: 13%} /*Request Date*/
#eVerifileLogLst_col1 {width: 20%} /*Caregiver Name*/
#eVerifileLogLst_col2 {width: 16%} /*Background Check*/
#eVerifileLogLst_col3 {width: 5%} /*Report Code*/
#eVerifileLogLst_col4 {width: 10%} /*Status*/
#eVerifileLogLst_col5 {width: 12%} /*Result Message*/
#eVerifileLogLst_col6 {width: 15%} /*User Name*/
#eVerifileLogLst_col7 {width: 5%} /*Get Report*/
#eVerifileLogLst_col8 {width: 5%} /*Get Report*/


/* Esigtek Log List */
#EsigtekLogLst_tbl {width: 100%}
#EsigtekLogLst_col0 {width: 12%} /*Request Date*/
#EsigtekLogLst_col1 {width: 20%} /*Caregiver Name*/
#EsigtekLogLst_col2 {width: 20%} /*Required Document*/
#EsigtekLogLst_col3 {width: 19%}  /*Document Name*/
#EsigtekLogLst_col4 {width: 8%} /*Status*/
#EsigtekLogLst_col5 {width: 17%} /*User Name*/
#EsigtekLogLst_col6 {width: 5%}  /*Get Report*/
#EsigtekLogLst_col7 {width: 5%}  /*Get Report*/


/* Contract list*/
#ContractLst_tbl {width:100%}
#ContractLst_col0 {width:10%} /* Caregiver */
#ContractLst_col1 {width:5%} /* Contract */
#ContractLst_col2 {width:11%} /* Specialty */
#ContractLst_col3 {width:8%} /* StartDate */
#ContractLst_col4 {width:8%} /* EndDate */
#ContractLst_col5 {width:5%} /* Days Remaining */
#ContractLst_col6 {width:5%} /* Guaranteed Hours */
#ContractLst_col7 {width:11%} /* FacilityName */
#ContractLst_col8 {width:4%} /* State_ID */
#ContractLst_col9 {width:9%} /* City */
#ContractLst_col10 {width:4%} /* Upload */
#ContractLst_col11 {width:4%} /* View Upload */
#ContractLst_col12 {width:4%} /* Copy */
#ContractLst_col14 {width:4%} /* ID */
#ContractLst_col15 {width:4%} /* Contract # */
#ContractLst_col16 {width:3%} /* Contract # */
.ContractLst_5 {text-align:center;} /* Days Remaining */
.ContractLst_6 {text-align:center;} /* Guaranteed Hours */
.ContractLst_8 {text-align:center;} /* State_ID */
.ContractLst_10 {text-align:center;} /* Upload */
.ContractLst_11 {text-align:center;} /* View Upload */
.ContractLst_12 {text-align:center;} /* Copy */
.ContractLst_14 {text-align:center;} /* ID */
.ContractLst_15 {text-align:center;} /* Contract  */


/* Contract list*/
#contractMCLST_tbl {width:100%}
#contractMCLST_col0 {width:15%} /* Caregiver */
#contractMCLST_col1 {width:5%}  /* Contract */
#contractMCLST_col2 {width:15%} /* Specialty */
#contractMCLST_col3 {width:8%}  /* StartDate */
#contractMCLST_col4 {width:8%}  /* EndDate */
#contractMCLST_col5 {width:5%}  /* Days Remaining */
#contractMCLST_col6 {width:5%}  /* Guaranteed Hours */
#contractMCLST_col7 {width:15%} /* FacilityName */
#contractMCLST_col8 {width:5%}  /* State_ID */
#contractMCLST_col9 {width:10%} /* City */
#contractMCLST_col10 {width:5%} /* Verified */
#contractMCLST_col11 {width:5%} /* Contract # */
.contractMCLST_5 {text-align:center;} /* Days Remaining */
.contractMCLST_6 {text-align:center;} /* Guaranteed Hours */
.contractMCLST_8 {text-align:center;} /* State_ID */
.contractMCLST_10 {text-align:center;} /* Verified */
.contractMCLST_11 {text-align:center;} /* Contract  */

/* Margin Calculator list*/
#MarginCalcLst_tbl {width:100%}
.MarginCalcLst_remove {text-align:center;}
#MarginCalcLst_col0 {width:7%} /* StartDate */
#MarginCalcLst_col1 {width:7%} /* EndDate */
#MarginCalcLst_col2 {width:15%} /* Caregiver */
#MarginCalcLst_col3 {width:4%} /* Weeks */
#MarginCalcLst_col4 {width:5%} /* Margin Summary */
#MarginCalcLst_col5 {width:8%} /* Description */
#MarginCalcLst_col6 {width:19%} /* Specialty */
#MarginCalcLst_col7 {width:15%} /* FacilityName */
#MarginCalcLst_col8 {width:3%} /* State_ID */
#MarginCalcLst_col9 {width:7%} /* City */
#MarginCalcLst_col10 {width:4%} /* ID */
#MarginCalcLst_col11 {width:3%} /* Status */
#MarginCalcLst_col12 {width:3%} /* Approved */
#MarginCalcLst_col13 {width:3%} /* Linked */

/* Margin Calculator Time Off list*/
#MCTimeOffLst_tbl {width:100%}
#MCTimeOffLst_col0 {width:30%} /* StartDate */
#MCTimeOffLst_col1 {width:30%} /* EndDate */
#MCTimeOffLst_col2 {width:40%} /* Hours */

#IntegratedUsersLst_tbl {width: 100%}
#IntegratedUsersLst_col0 {width:25%} /* User Name */
#IntegratedUsersLst_col1 {width:25%} /* User Group */
#IntegratedUsersLst_col2 {width:20%} /* Location */
#IntegratedUsersLst_col3 {width:20%} /* Integrated User */
#IntegratedUsersLst_col4 {width:10%} /* Status */
#IntegratedUsersLst_col5 {width:10%} /* User Login/Password */


/* Caregiver Contract list*/
#CaregiverContractLst_tbl {width:100%}
#CaregiverContractLst_col0 {width:7%} /* Contract */
#CaregiverContractLst_col1 {width:17%}  /* Specialty */
#CaregiverContractLst_col2 {width:8%} /* StartDate */
#CaregiverContractLst_col3 {width:8%} /* EndDate */
#CaregiverContractLst_col4 {width:6%} /* Days Remaining */
#CaregiverContractLst_col5 {width:6%} /* Guaranteed Hours */
#CaregiverContractLst_col6 {width:23%} /* FacilityName */
#CaregiverContractLst_col7 {width:5%} /* State_ID */
#CaregiverContractLst_col8 {width:10%} /* City */
#CaregiverContractLst_col9 {width:5%} /* Upload */
#CaregiverContractLst_col10 {width:5%} /* View Upload */
.CaregiverContractLst_4 {text-align:center;} /* Days Remaining */
.CaregiverContractLst_5 {text-align:center;} /* Guaranteed Hours */
.CaregiverContractLst_7 {text-align:center;} /* State_ID */
.CaregiverContractLst_9 {text-align:center;} /* Upload */
.CaregiverContractLst_10 {text-align:center;} /* View Upload */

/* Login History list*/
#AdmLogHistLst_tbl {width:100%}
#AdmLogHistLst_col0 {width:15%} /* Login */
#AdmLogHistLst_col1 {width:15%}  /* Logout */
#AdmLogHistLst_col2 {width:30%} /* UserName */
#AdmLogHistLst_col3 {width:15%} /* UserGroup */
#AdmLogHistLst_col4 {width:15%} /* PortalGroup */

/* Shift list created by Contract */
#ContractShiftsLST_tbl {width:100%}
#ContractShiftsLST_col0 {width:4%} /* dayOfWeek */
#ContractShiftsLST_col1 {width:6%} /* StartDate */
#ContractShiftsLST_col2 {width:15%} /* Caregiver */
#ContractShiftsLST_col3 {width:15%} /* Facility */
#ContractShiftsLST_col4 {width:20%} /* Unit */
#ContractShiftsLST_col5 {width:8%} /* Shift Type */
#ContractShiftsLST_col6 {width:7%} /* Start Time */
#ContractShiftsLST_col7 {width:7%} /* End Time */
#ContractShiftsLST_col8 {width:5%} /* Specialty */
#ContractShiftsLST_col9 {width:5%} /* Category */
#ContractShiftsLST_col10 {width:4%} /* Discount */

/* Shift Rates List */
#tblShiftRates_tbl {width: 100%}
#tblShiftRates_col0  {width: 5%}    /* Assign Column */
#tblShiftRates_col1  {width: 10%}   /* Dates column */
#tblShiftRates_col2  {width: 10%}   /* Rates columns */
#tblShiftRates_col3  {width: 10%}   /* even if some of them would not exists */
#tblShiftRates_col4  {width: 10%}   /* then other'll be equal to another */
#tblShiftRates_col5  {width: 10%}
#tblShiftRates_col6  {width: 10%}
#tblShiftRates_col7  {width: 10%}
#tblShiftRates_col8  {width: 10%}
#tblShiftRates_col9  {width: 10%}

/* Shift Rates List */
#tblMCDefaultRates_tbl {width: 100%}
#tblMCDefaultRates_col0  {width: 5%}    /* Assign Column */
#tblMCDefaultRates_col1  {width: 10%}   /* Dates column */
#tblMCDefaultRates_col2  {width: 10%}   /* Rates columns */
#tblMCDefaultRates_col3  {width: 10%}   /* even if some of them would not exists */
#tblMCDefaultRates_col4  {width: 10%}   /* then other'll be equal to another */
#tblMCDefaultRates_col5  {width: 10%}
#tblMCDefaultRates_col6  {width: 10%}
#tblMCDefaultRates_col7  {width: 10%}
#tblMCDefaultRates_col8  {width: 10%}
#tblMCDefaultRates_col9  {width: 10%}

/* Problem rate list */
#tblProblemRates_tbl {width: 100%}
#tblProblemRates_col0  {width: 17%} /* Dates */
#tblProblemRates_col0  {width: 17%} /* Times */
#tblProblemRates_col1  {width: 16%} /* Bill */
#tblProblemRates_col2  {width: 17%} /* WE Bill */
#tblProblemRates_col3  {width: 17%} /* Pay */
#tblProblemRates_col4  {width: 16%} /* WE Pay */

/* MC Rate List */
#tblMCRateList_tbl    {width: 100%}
#tblMCRateList_col1   {width: 20%;} /* Hours */
#tblMCRateList_col2   {width: 20%;} /* WE Hours */
#tblMCRateList_col3   {width: 10%}  /* Use Std */
#tblMCRateList_col4   {width: 20%}  /* OnCall */
#tblMCRateList_col5   {width: 20%}  /* Charge */
#tblMCRateList_col6   {width: 20%}  /* CallBack */
#tblMCRateList_col7   {width: 20%}  /* OT */
#tblMCRateList_col8   {width: 20%}  /* Bill */
#tblMCRateList_col9   {width: 20%}  /* Pay */
#tblMCRateList_col10  {width: 20%}   /* WE Bill */
#tblMCRateList_col11  {width: 20%}  /* WE Pay */
#tblMCRateList_col12  {width: 10%}  /* Lookup Default */
.tblMCRateList_3 {text-align:center;}   /* Use Std */
.tblMCRateList_4 {text-align:center;}   /* OnCall */
.tblMCRateList_5 {text-align:center;}   /* Charge */
.tblMCRateList_6 {text-align:center;}   /* CallBack */
.tblMCRateList_7 {text-align:center;}   /* OT */
.tblMCRateList_12 {text-align:center;}  /* Lookup Default */

/* Contract Rate List */
#tblContractRateList_tbl { width: 100%; }
#tblContractRateList_col0 { width: 11%; } /* Times */
#tblContractRateList_col1 { width: 11%; } /* On Call */
#tblContractRateList_col2 { width: 11%; } /* Charge */
#tblContractRateList_col3 { width: 11%; } /* Callback */
#tblContractRateList_col4 { width: 11%; } /* OverTime */
#tblContractRateList_col5 { width: 11%; } /* Bill */
#tblContractRateList_col6 { width: 11%; } /* Pay */
#tblContractRateList_col7 { width: 11%; } /* WE Bill */
#tblContractRateList_col8 { width: 12%; } /* WE Pay*/
.tblContractRateList_1 { text-align:center; } /* On Call */
.tblContractRateList_2 { text-align:center; } /* Charge */
.tblContractRateList_3 { text-align:center; } /* Callback */
.tblContractRateList_4 { text-align:center; } /* OverTime */

/* AdminRateGroupList */
#AdminRateGroupList_tbl {width: 100%}
#AdminRateGroupList_col0  {width: 30%;} /* Name */
#AdminRateGroupList_col1  {width: 30%}  /* Region */
#AdminRateGroupList_col2  {width: 40%}  /* Description */

/* AdmSysListSetupLst list grid */
#AdmSysListSetupLst_tbl {width: 100%} 
#AdmSysListSetupLst_col0 {width: 79%} /* Name */
#AdmSysListSetupLst_col1 {width: 10%} /* SeqNo */
#AdmSysListSetupLst_col2 {width: 11%} /* Status */

/* Facility Contract list*/
#FacilityContractLst_tbl {width:100%}
#FacilityContractLst_col0 {width:10%} /* Send Request */
#FacilityContractLst_col1 {width:12%} /* StartDate */
#FacilityContractLst_col2 {width:12%} /* EndDate */
#FacilityContractLst_col3 {width:40%} /* Facility Contact */
#FacilityContractLst_col4 {width:15%} /* Contract Number */
#FacilityContractLst_col5 {width:5%} /* Upload */
#FacilityContractLst_col6 {width:5%} /* View Upload */
#FacilityContractLst_col7 {width:5%} /* Copy */
.FacilityContractLst_4 {text-align:center;} /* Upload */
.FacilityContractLst_5 {text-align:center;} /* View Upload */
.FacilityContractLst_6 {text-align:center;} /* Copy */



/* Vendor Contract list*/
#VendorContractLst_tbl {width:100%}
#VendorContractLst_col0 {width:12%} /* StartDate */
#VendorContractLst_col1 {width:12%} /* EndDate */
#VendorContractLst_col2 {width:50%} /* Vendor Contact */
#VendorContractLst_col3 {width:15%} /* Contract Number */
#VendorContractLst_col4 {width:5%} /* Upload */
#VendorContractLst_col5 {width:5%} /* View Upload */
#VendorContractLst_col6 {width:5%} /* Copy */
.VendorContractLst_4 {text-align:center;} /* Upload */
.VendorContractLst_5 {text-align:center;} /* View Upload */
.VendorContractLst_6 {text-align:center;} /* Copy */


/* Integrated systems req doc list*/
#IntegratedDocForReqDocLst_tbl {width:100%}
#IntegratedDocForReqDocLst_col0 {width:30%}
#IntegratedDocForReqDocLst_col1 {width:70%}


.UpdateProgress
{
    font-size:xx-small; background-color: Red; color:White;
}

.newCalendarOnFocus { background-color: #ecf623; }

.dashboardItem
{
}

.dashboardItemFooter
{
    text-align: center;
    font-family : "Roboto", sans-serif, Arial, Tahoma, Garamond, "Arial Narrow";
    font-size : 14pt;   
    height:auto;
    width:auto;
}

.dashboardItemSetup
{
    width:22px;
    height:22px;
    background-image: url(Images/EditRegionButton.gif);
    background-repeat: no-repeat;
    background-position: center;
    cursor:hand;
    /*border-top: #678FC2 1px solid;
    border-bottom: #678FC2 1px solid;    
    border-left: #678FC2 1px solid;
    border-right: #678FC2 1px solid;*/
}

.dashboardItemChart
{
    vertical-align:top;
    text-align:center;
    border:0 none;
}

.dashboardItemChart img
{
    border:0 none;
}

.chartGrid {font-size: 8pt; background-color: #D4E7F5; width:100%;}

.chartGridHeader
{
    font-size: 8pt;
    color: #333;
    font-weight: bold;
    border-color: #DDDDDD;
    border-width: thin;
    background-color: #badeee;
    text-align: center;
    background-position: top;
    height: 21px;
}

.chartGridRow0 {font-size: 8pt; background-color: #FFFBF5; }
.chartGridRow1 {font-size: 8pt; background-color: #ffffff; }

.chartGridCaption 
{
    width: 100%;
    text-align:center;
}

.chartGridCell
{
}

span.emailTag
{
    background-color: yellow;
}

/*Login page*/
.lgMain
{
    width:565px; 
    height:240px; 
    padding-top:25px;
    padding-bottom:25px;
    margin-left:auto; 
    margin-right:auto;
}

.lgAppl, .lgApplApply
{
    margin-left:auto; 
    margin-right:auto;
    float:left;
}

.lgLogin, .lgLoginApply
{
    margin-left:auto; 
    margin-right:auto;
    float:right;
}

body.login * .lgAppl, body.login * .lgLogin,
body.login * .lgApplApply, body.login * .lgLoginApply {
color:#333333; 
background:#ffffff;
width:260px; 
height:200px;
border-top: solid 1px #ffffff;
border-right: solid 1px #ffffff;
border-left: solid 1px #999;
border-bottom: solid 1px #999;
padding:5px;
margin:1px; 
font-size: 10pt; 
text-align:center;
opacity: 0.7;
}

body.login * .lgAppl p, body.login * .lgLogin p, 
body.login * .lgAppl td, body.login * .lgLogin td,  
body.login * .lgApplApply p, body.login * .lgLoginApply p, 
body.login * .lgApplApply td, body.login * .lgLoginApply td  
{
font-size:10pt;
font-family:Arial;
color: #000;
margin: 0 0 5px 0;
padding: 0;
}

body.login * .lgAppl .title,
body.login * .lgLogin .title,
body.login * .lgApplApply .title,
body.login * .lgLoginApply .title {
font-size:18px;
font-weight:bold;
padding-top: 10px;
margin-bottom: 8px;
color: #333333;
vertical-align: top;
}

.lgApplTbl
{
    margin-left:auto; 
    margin-right:auto;
    width: 90%;
    text-align:left;
    
}

.lgApplTdR 
{
    text-align: right;
}

.lgApplTdC 
{
    text-align: center;
}

.lgBtnSubmit {
    height: 24px;
}

.lgApplWidth 
{
    width:70px;
}

.lgInfo
{
    width:565px;
    text-align:center;
    margin-left:auto; 
    margin-right:auto;
    /*background: #ffffff;
    height: 80px;*/
}

body.login * .lgInf2 {float:left;margin-left:52px;}
/*body.login * .lgInf2 {
    float:left;    
    margin-left: -140px;
    margin-top: 40px;
}*/
body.login * .lgInf2 p {vertical-align: top; text-align: justify;}
body.login * .lgInf2 img {border:0px;}

.lgInf1
{
    width:150px;
    float:left;
    /*margin-top: 15px;*/
}

.lgVer
{
    clear:both;
}

.lgInf20
{
    height:10px;
    width:0px;
}

.lgInfImg
{
    background-image: url(Images/1x1.gif);
    border-width: 0px;
    width:160px; 
    height:1px;
}

.lgInf3 
{
    zoom: 1;
    clear:both;
}

body.login * .lgCopyright {}
body.login * .lgCopyright * {
text-align: center;
font-size: 7pt;
/* color: #ffffff;*/
color: #777777;
}

.lgCopyright 
{
    text-align: center;
    font-size: 8pt; 
    color: #808090; 
    padding-top:10px;
}

.lgImg 
{
    width:80%; 
    min-height: 200px; 
    height: 200px;
    text-align:center;
    margin-left:auto; 
    margin-right:auto;
}

.lgLoginMain, .lgThisLogin, .lgForgotPassword, .lgAccessDenied
{
}


body.login {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #e9e9f5;
}

.lgRegion
{
    visibility: hidden;
    height:1px;   
}

 span.lgBtnSubmit
 {
     height:45px;
     margin: 11px 0px 0px 72px;
 }
 
 .lgForgotPassword
 {
     margin-top: 13px;
 }
 
body.login, div.lgLoginMain
{
    text-align:center;
}

.lgTxtLoginPass
{
    font-family:Arial;
    width:130px;
    background-color: #D0E8F8 !important;
}

    input:-webkit-autofill {
        background-color: #D0E8F8 !important;
        -webkit-box-shadow: inset 0 0 0 50px #D0E8F8 !important;
    }

.lgBold
{
    font-weight:bold;
}

.lgInf4 {
    padding-left:70px; 
    width:560px; 
    font-size: 10px; 
    font-weight: normal; 
    color:#8F1302; 
    float: none;
}


.lgInf5 {
    padding-left:70px; 
    width:560px; 
    font-size: 10px; 
    font-weight: normal; 
    color:black; 
    float: none;
}

#btnLoginApply
{
    margin-top:40px;
}

/*SCHEDULE STATUSES*/
       
.SC_NotAssign, tr td a.SC_NotAssign
{
    color: #1685BC !important;
}
.SC_Recall, tr td a.SC_Recall
{
    color: #bbbbbb !important;
}
.SC_Reject, tr td a.SC_Reject 
{
    color: #ff0000 !important;   
}

.unitCalendar_nonassigned, tr td a.unitCalendar_nonassigned, .shiftStatus_nonassigned, tr td a.shiftStatus_nonassigned, span.submProfileSentToAM
{
    color: #32C24D !important;
    /*text-shadow: 0px 0px 20px #32C24D*//*, 0px 0px 10px #32C24D;*/
}
.unitCalendar_unconfirmed, tr td a.unitCalendar_unconfirmed
{
    color: #cc8600 !important;
    /*text-shadow: 0px 0px 20px #cc8600*//*, 0px 0px 10px #cc8600;*/
}
.unitCalendar_confirmed, tr td a.unitCalendar_confirmed, .shiftStatus_confirmed, tr td a.shiftStatus_confirmed, span.submSubmitted
{
    color: #1685BC !important;
    /*text-shadow: 0px 0px 20px #1685BC*//*, 0px 0px 10px #1685BC;*/
}
.unitCalendar_cancelled, tr td a.unitCalendar_cancelled, .shiftStatus_cancelled, tr td a.shiftStatus_cancelled, span.submCancelled
{
    color: #ff0000 !important;
    /*text-shadow: 0px 0px 20px #ff0000*//*, 0px 0px 10px #ff0000;*/
}
.unitCalendar_reopened, tr td a.unitCalendar_reopened, .shiftStatus_reopened, tr td a.shiftStatus_reopened, span.submInterviewed
{
    color: #EA8B00 !important;
    /*text-shadow: 0px 0px 20px #EA8B00*//*, 0px 0px 10px #EA8B00;*/
}
.unitCalendar_completed, tr td a.unitCalendar_completed, .shiftStatus_completed, tr td a.shiftStatus_completed, span.submAccepted
{
    color: #333333 !important;
   /* text-shadow: 0px 0px 20px #333333*//*, 0px 0px 10px #666666;*/
}
.unitCalendar_partial, tr td a.unitCalendar_partial, .shiftStatus_partial, tr td a.shiftStatus_partial, span.submOfferPending
{
    color: #999900 !important;
    /*text-shadow: 0px 0px 20px #ffff00*//*, 0px 0px 10px #ffff00;*/
}
.unitCalendar_onhold, tr td a.unitCalendar_onhold, .shiftStatus_onhold, tr td a.shiftStatus_onhold, span.submRecalled
{
    color: #8800ff !important;
    /*text-shadow: 0px 0px 20px #8800ff*//*, 0px 0px 10px #8800ff;*/  
}
.unitCalendar_HotJob, tr td a.unitCalendar_HotJob 
{
    background-color: #ffff00;
}

/*.unitCalendar_nonassigned, .unitCalendar_unconfirmed, .unitCalendar_confirmed, .unitCalendar_cancelled, 
.unitCalendar_reopened, .unitCalendar_completed, .unitCalendar_partial, .unitCalendar_onhold, .unitCalendar_HotJob,*/
.shiftStatus_completed, .shiftStatus_cancelled, .shiftStatus_reopened, 
.shiftStatus_confirmed, .shiftStatus_nonassigned, .shiftStatus_partial, .shiftStatus_onhold,
tr td a.shiftStatus_completed, tr td a.shiftStatus_cancelled, tr td a.shiftStatus_reopened, 
tr td a.shiftStatus_confirmed, tr td a.shiftStatus_nonassigned, tr td a.shiftStatus_partial, tr td a.shiftStatus_onhold,
span.submProfileSentToAM, span.submSubmitted, span.submInterviewed, span.submOfferPending, span.submAccepted, span.submCancelled, span.submRecalled 
{
    font-weight:bold;
    /*color: #333333;*/
}

span.menuBlinkColor {color:Red;}

.new-ts-row 
{ 
    border: 1px solid #a6c9e2; 
    background-color: #ffe0ff !important; 
    color: #333333;
}
/*GetSatisfactiob tab opacity*/
a#fdbk_tab
{
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); 
  -o-transform: rotate(0deg); 

  filter:progid:DXImageTransform.Microsoft.BasicImage
  (grayscale=0, xray=0, mirror=0, invert=0,
  opacity=0.5,
  rotation=0
  );

  opacity:0.4;

  top: 3% !important; left: 97%; width: 35px; height: 102px;

  border-color: #DDDDDD;
  border-width: 1px; 
  border-style: groove;
}

body.login * .lgWelcome, 
body.login * .lgSupport,
body.login * .lgHorizLineDelim,
body.login * .lgSignIn,
body.login * .lgProdInfo
{
  width:0px; 
  height:0px;
  visibility:hidden;
}
/*AttendeeList*/
.ui-icon.NewButtonIcon
{
    position: relative;
    height: 20px;
    width: 75px;
    color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    cursor:pointer;
    background-image: url(Images/Button.gif) !important;
    background-position: top;
    background-repeat: repeat-x;
    background-color: #badeee;
    border-left: 2px solid #badeee;
    border-right: 2px solid #badeee;
    margin-right: 3px;
    margin-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space:nowrap;
    display: inline;    
}
div.divInfoMessage
{
    color: #333333;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
div.divInfoErrorMessage
{
    color: #ff0000;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}

.dvFavorites
{
     text-align: right;
     padding-right: 20px;
     vertical-align:top;
     padding-top: 20px;
}

.monthCalendar
{
    border: 1px solid black;
    /*text-align: center;*/
    vertical-align : top ;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 700px;
    font-size: 8pt; 
    color: black; 
    font-family: "Roboto", sans-serif; 
}

.monthCalendar_headerWeek
{
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.monthCalendar_week
{
}

.monthCalendar_monthCell
{
    cursor:pointer;
	min-width: 10px;
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.monthCalendar_weekCell
{
    cursor:pointer;
	min-width: 10px;
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.monthCalendar_dayDisabled
{
    position: relative;
    width: 84px;
    height: 80px;
    background-color : #ffffff;
    color: black;
    text-decoration: none;
    cursor:default;
}

.monthCalendar_day
{
    position: relative;
    width: 84px;
    height: 80px;
    color: black;
    background-color : #ffffff;
    cursor:default;
}

.monthCalendar_workDay
{
    width: 84px;
    height: 80px;
    cursor:pointer;
    vertical-align: top;
}

.monthCalendar_dayName
{
    cursor:pointer;
}

.monthCalendar_dayText 
{
    position: static;
    font-weight: bold; 
    text-decoration: underline;
}

.shiftCalendar_dateSettings
{
    font-size: 7pt;
}

.shiftCalendar_monthButton
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: black;
    cursor: pointer;
}

.shiftCalendar_monthButtonDisabled
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: #999999;
}

.appl_ready_label
{

    font-weight: bold;
    color:#1685bc;
    text-align:center;
}

.mceNonEditable {
    background: yellow;
}

.mceEditable {
    background: white;
}

#mce_noneditablecaret {border: 0 !important}

#hlAddToFavorites {
    color:#000;
    font-weight:normal;
    font-size: 9pt;
background-color: #FFCA59;
}

#divSwfContainer 
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:0;
}

.lgCompatibility
{
    padding-left:40px; 
    width:200px; 
    font-size: 10px; 
    font-weight: normal; 
    color:black; 
    float: left;
    text-align:left;
}

.specialReqDoc td 
{
    background-color : pink !important
}

.send_button
{
    background-position: center center !important;
    background-image: url(Images/email_to_staffer.gif) !important;
    background-repeat: no-repeat;
    width: 22px;
    height: 19px;
    text-align: center;
}

.templatebtn {
    z-index:0;
    border-left: 2px solid #badeee;
    border-right: 2px solid #badeee;
    background: #badeee url(Images/Button.gif) top repeat-x;
    color: #ffffff;
    cursor:pointer;
    display: inline-block;
    font-size: 8pt;
    font-weight: bold;
    max-height: 20px;
    min-height: 20px;
    min-width: 30px;
    margin: 0px 3px 0px 3px;
    padding: 2px 3px 0px 3px;
    text-align: center;
    white-space:nowrap;
    line-height: 17px;
    float:right;
    opacity:0.7;
}

.caregiverCancelReason{
    font-size: 7pt;
	color: red !important;	
}

/*.uv-icon {
    position:static !important;
    vertical-align:top;
    top: 105px !important;
}*/

/*.uv-icon.uv-bottom-right {
top: 105px !important;
right: 0% !important;
vertical-align:top;
}*/

/*.uv-icon.uv-bottom-right {
top: 106px !important;
right: 5px !important;
}*/

/*.uv-icon.uv-bottom-right {
	bottom: 359px !important;
	top: initial !important;
}*/
    /*.uv-icon.uv-bottom-right {
             padding-bottom: 70px; 
    
    float:right;
    vertical-align:top !important;
    }
*/
/*.uv-icon svg {
    width: 30px !important;
    height: 30px !important;
}*/

.autocomplete-w1{
background-color: white;
}

.selected{
background-color: aliceblue;
}

.rcbEmptyMessage
{
	font-style: normal  !important;
}

.help 
{
    /*color: #aa0000 !important;*/
}

.commonNoteLink {
    background-image: url(Images/commonNoteBg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display:block;
	height: 26px;
    /*hide text*/    
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 8px;
    
}

.commonNewWindow {
    background-image: url(Images/commonNewWin.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 40px;
}

.impersonate {
    background-image: url(Images/Impersonate.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 40px;    
}

.newinbss {
    background-image: url(Images/Newinbss.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 40px;    
}

/* Contractor Required Docs Aged JCHAOs and Credentials*/
.agedCredentialRow
{
    color: #ff0000 !important;
}
.nAgedCredentialRow
{
    color: black !important;
}

.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default 
{ 
	border: 1px solid #DDDDDD; 
	background: #badeee; 
	font-weight: bold; 
	color: #444444 !important;
    
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-helper-reset, h1, .ui-accordion-header-text {
    font-size:15px !important;
}

.ui-jqgrid tr.jqgrow td 
{
    white-space: normal !important;
    vertical-align: middle !important;
}

.ui-jqgrid .ui-jqgrid-htable th div 
{
    height:auto !important;
    overflow:hidden;
    padding-right:4px;
    padding-top:2px;
    position:relative;
    white-space:normal !important;
    font-size:8pt !important; 
}
.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-x:hidden; 
    overflow-y:auto;
    padding-right: 18px;
}  
.ui-pg-table {
    margin-left: 3px !important;
}      

.ui-jqgrid .ui-jqgrid-pager,
.ui-jqgrid .ui-jqgrid-view,
.ui-jqgrid .ui-jqgrid-bdiv
{
	z-index:auto;
}

.StatusCorrect {
    color: black !important;
    font-style: normal! important;
}

.StatusIncorrect {
    color: red !important;
    font-style: normal! important;
}

.StatusEmpty {
    color: #777777 !important;
    font-style: normal !important;
}


.bslogo {
    margin-top: -61px;
    text-align: right;
    margin-right: 10px;
    padding-bottom: 3px;
    right: 2px;
    background-color: #00426d;
}

.bmn {
    background-color: #DDDDDD;
    height: 0px;
        /*margin-left: -4px;*/
            margin-right: -2px;
}

#imgCurMenuLogo, #ctl00_imgCurMenuLogo {
    margin-bottom: 10px;
        margin-top: 10px;
}

#rightButton {
	position: fixed;
	top: 483px;
	right: 0;
	background: rgba(255, 218, 108, 0.8);
	width: 25px;
	height: 30px;
	font: 21px Georgia;
	color: #fff;
	text-align: center;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    z-index:1000;
	}
#rightPanel {
	position: fixed;
	top: 153px;
	right: -40px;
	background: rgba(255, 218, 108, 0.8);
	width: 40px;
	height: 320px;
	padding: 40px 0 0 0;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
    z-index:1000;
	}
#rightButton:hover {
	right: 40px;
    z-index:1000;
}
#rightButton:hover #rightPanel {
	right: 0;
    z-index:1000;
}

.uv-icon
{
position: static !important;
}

.imgUV {
    margin-right: -2px;
    cursor:pointer;
}

.lgVersion {
   color: #777777 !important;
    font-weight:bold;
    margin-top:5px;
}

input[type="radio"] {
    margin-top: 4px;
    margin-bottom: 4px;
    vertical-align: middle;
}

input[type="checkbox"] {
    height: 14px;
    width: 14px;
    vertical-align: middle;
    background: #ffffff;
}

input[type="checkbox"]:disabled {
opacity: .6;
box-shadow: none;
background: #f1f1f1;
box-shadow:none;
border: 1px solid rgba(250, 250, 250, 0.3);
}

.ui-jqgrid .ui-jqgrid-bdiv tr.ui-row-ltr > td {
    text-align: left;
    border-left: 0 none;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-color: #DDDDDD;
}

.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-color: #e8f1f4;
}
.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
    border-left-width: 1px;
    border-left-color: inherit;
    border-left-style: solid;
    border-color: #ffffff;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-color: #DDDDDD;
    border-width: 1px;
    font-size: 11px !important;
}

.ui-jqgrid .ui-separator {
    height: 18px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    margin: 1px;
    float: right;
    background-color: none !important;
}

.ui-jqgrid .ui-jqgrid-pager {
    cursor: pointer;
    background-color: #ABDEF3;
}

.ui-jqgrid .ui-jqgrid-toppager {
    cursor: pointer;
    background-color: #ABDEF3;
}


.ui-separator{
   display: none !important;
}

.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:0;padding:0;background-color: #f8fcfd;}

.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0;background-image:none;margin-top:0;padding:0;}



.ui-dialog .ui-dialog-content {
    width: 100% !important;
}

.ui-dialog .ui-dialog-title {
    color: #1685bc !important;
    font-size: 18px !important;
        margin-left: 35px !important;
        margin-top: 20px !important;
        font-weight: normal !important;
}

.alphacube_content {
    background-color: #f1f1f1 !important;
}

/*.alphacube_title {
    margin-left: 35px !important;
    padding-right: 35px !important;
        width: initial !important;
}*/

.alphacube_title {
    margin-left: 6px !important;
    padding-right: 60px !important;
    width: initial !important;
}

.modal-close,
.alphacube_close {
    width: 23px !important;
    height: 23px !important;
    top: 20px !important; 
    filter: saturate(0) brightness(85%) contrast(200%);
}

.alphacube_maximize {
        top: 20px !important; 
        right: 33px !important; 

}

.alphacube_minimize {
    width: 23px !important;
	height: 23px !important;
    top: 20px !important; 
        right: 55px !important; 

}

.alphacube_n {
    border-bottom: 1px solid #e5e5e5; 
}

.modal-body {
    padding-left: 9px;
}

.modal-header {
    padding-bottom: 17px !important;
    padding-top: 17px !important;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: "Roboto", sans-serif !important;
}

.ui-jqgrid .ui-paging-info {
   margin: 0 1em 0 .2em;
}

pre, xmp, plaintext, listing {
    font-family: "Roboto", sans-serif !important;
}

.accordion {
    /*margin-right:38px !important;*/
    margin-right:10px !important;
}

.arrUp {
   padding: 3px;
    background-image: linear-gradient(to top, rgba(255, 236, 183,0), rgb(255, 236, 183), rgba(255, 236, 183,0));
    text-align:left;
   text-decoration:underline;
   font-family: "Roboto", sans-serif;
   cursor: pointer;
   color: #666666;
}

.btnCollapse
{
    background-image: url(Images/collapsetree.gif) !important;  
}

.btnExpand {
    background-image: url(Images/expandtree.gif) !important;
}

.btnExpand, .btnCollapse {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
    max-height: 31px !important;
    min-height: 31px !important;
    max-width: 31px !important;
    min-width: 31px !important;
    margin-left: 0px !important;
    margin-top: -4px !important;
    padding: 0px 0px 0px 0px !important;
}   

.caregiverCalendar
{
    vertical-align : top ;
    font-size: 8pt; 
    color: black; 
    font-family: "Roboto", sans-serif; 
}

.caregiverCalendar_headerWeek
{
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.caregiverCalendar_week{}

.caregiverCalendar_monthCell
{
    background-position: center center;
    background-image: url(Images/select_all.jpg);
    background-repeat: no-repeat;
    cursor:pointer;
	min-width: 15px;
	min-height: 20px;
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.caregiverCalendar_weekCell
{
    cursor:pointer;
	min-width: 15px;
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.caregiverCalendar_dayCell
{
	height:1px;
    width: 121px;
    cursor:default;
}

.caregiverCalendar_weekCell:after
{
	content: "\003E";
}

.caregiverCalendar_dayDisabled
{
	border: none !important;
	overflow: auto;
	height:100%;
    min-height:121px;
	width:100%;
	white-space: nowrap;
    color: black;
	vertical-align: top;
}

.caregiverCalendar_day
{
	border: none !important;
	overflow: auto;
	height:100%;
    min-height:121px;
	width:100%;
	white-space: nowrap;
    color: black;
}

.caregiverCalendar_workDay
{
    cursor:pointer;
    vertical-align: top;
}

.caregiverCalendar_dayName
{
    cursor:pointer;
}

.caregiverCalendar_day .caregiverCalendar_dayText 
{
	display: inline-block;
    position: static;
    font-weight: bold; 
}

.caregiverCalendar_dayDisabled .caregiverCalendar_dayText 
{
	display: inline-block;
    position: static;
}

.caregiverCalendar_prevMonthButton
{
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: black;
    cursor: pointer;
    width:20px;
}

.caregiverCalendar_prevMonthButton:after
{
	content: "\003C";
}

.caregiverCalendar_nextMonthButton
{
	margin-left:5px;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: black;
    cursor: pointer;
    width:20px;
}

.caregiverCalendar_nextMonthButton:after
{
	content: "\003E";
}

.invalidData
{
	border: 2px red solid;
}



/*.grid_row0, .grid_row1, .grid_header,.ui-jqgrid .ui-jqgrid-htable th div, .textElementsSmall
{font-size: 9pt !important;}*/

.grid_row0, .grid_row1, .textElementsSmall, table, .page_turner input,
.ui-jqgrid > .ui-jqgrid-view input, .ui-jqgrid > .ui-jqgrid-view select, .ui-jqgrid > .ui-jqgrid-view textarea, .ui-jqgrid > .ui-jqgrid-view button,
.agedCredential, .nAgedCredential, body 
{font-size: 9pt !important;}
    

.ui-jqgrid tr.footrow td
{
	overflow: visible;
}

.ui-jqgrid > .ui-jqgrid-view > .ui-jqgrid-sdiv
{
	overflow: visible;
}

.ui-jqgrid tr.footrow-ltr td {
	/*border-left-width: 1px;*/
	border-left-color: inherit;
	border-left-style: solid;
}

.ui-widget{font-family: "Roboto", sans-serif;}


.ui-accordion .ui-accordion-content
{
	padding-bottom: 1em;
	padding-top: 0em;
	padding-left: 0em;	
	padding-right: 0em;
	overflow:none;
}

.dropdown-menu{
	font-size: 12px;
	overflow-x: none;
	overflow-y: auto;
}

.dropdown-menu > li{
	height: 20px;
}

.dropdown-menu>li>a {
	height: 20px;
	padding: opx 20px;
	background-color: transparent !important;
	border:	none;
}

.ui-accordion .ui-accordion-header-large {
	min-height:54px;
}

.ui-accordion-header-text{
	float: left;
	margin-top:-4px;
}

.ui-accordion-header-info{
	float: left;
	position:absolute;
	left: 220px;
}

.modal-content .ui-resizable {
  overflow: scroll;
}

.calendarDays
{
    vertical-align : top ;
    font-size: 8pt; 
    color: black; 
    font-family: "Roboto", sans-serif; 
}

.calendarDays_headerWeek
{
    text-align: center;
    vertical-align : middle;
    font-weight: bold; 
    color: black;
    text-decoration: none;
    background-color : #cccccc;
}

.calendarDays_week{}
.calendarDays_monthCell{
	width:0px;
}
.calendarDays_monthCell
{
	width: 0px;
}
.calendarDays_weekCell
{
	width: 0px;
}
.calendarDays_dayCell
{
	height:1px;
    width: 50px;
    cursor:default;
}

.calendarDays_dayDisabled
{
	border: none !important;
	overflow: auto;
	height:100%;
    min-height:20px;
	width:100%;
	white-space: nowrap;
    color: black;
	vertical-align: top;
}

.calendarDays_day
{
	border: none !important;
	overflow: auto;
	height:100%;
    min-height:20px;
	width:100%;
	white-space: nowrap;
    color: grey;
}

.calendarDays_workDay
{
    cursor:pointer;
    vertical-align: top;
    color: black !important;
}

.calendarDays_dayName
{
    cursor:pointer;
}

.calendarDays_prevMonthButton
{
	float:left;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: black;
    cursor: pointer;
    width:20px;
}

.calendarDays_prevMonthButton:after
{
	content: "\003C";
}

.calendarDays_nextMonthButton
{
	float:right;
    border-style: solid;
    border-width: 1px;
    border-color: inherit;
    background-color: #cccccc;
    color: black;
    cursor: pointer;
    width:20px;
}

.calendarDays_nextMonthButton:after
{
	content: "\003E";
}

.calendarDays_validDay {
	background-color: #CFE3D0;
}

.calendarDays_monthLabel{
	font-weight: bold;
	font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: top;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.modal-close{
	width: 23px;
	height: 23px;
	background: transparent url(css/themes/alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:19px;
	right:11px;
	cursor:pointer;
}

.modal-title{
    font-size: 18px;
	text-align:left;
	margin-top:0px;
	width:90%;
	color:#1685bc;
}

.txtAmountInStateGrid
{
	width: 70px;
}

.txtAmountInStateGridDif
{
	width: 70px;
	background-color: #FAE403;
}

.boldrow > td {
	font-weight: bold !important;
}

.mcsummary-billhrs :first-child {
	padding-left:10px !important;
}
.mcsummary-billexp :first-child {
	padding-left:10px !important;
}
.mcsummary-payhrs :first-child {
	padding-left:10px !important;
}
.mcsummary-payexp :first-child {
	padding-left:10px !important;
}

button.btn-primary {
    background: #3498db;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
}

button.btn-primary:hover
{
    background: #3498db;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
}

.ui-datepicker-current-day {
    background: #FF0000;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fad42e;
	background: #fbec88 !important;
	color: #363636;
}

.ui-accordion-header-icon {
	float: left;
}

.ptHint {
    background-image: url(Images/help_1.gif);
    border-width: 0px; 
    position: relative; 
    bottom: 10px;
}


a.toolbarlink {
	border:none;
	max-width:none !important;
	background-color:white !important;
	float:right;
}
a.toolbarlink:hover {
	max-width:none !important;
	border:none;
	background-color:white !important;
	background-image: none;
}


.mcGrid, .mcGrid .ui-widget-header .ui-state-default {
        background-color: #ebf2f6 !important;
            border-bottom-width: 1px !important;
    border-right-width: 1px !important;
    border-left-width: 0px !important;
}

.btn-primary {
    border-width: 0px;
}

.ui-accordion-header{
    outline-color:#badeee !important;
    outline-width:2px !important;
}


/*.btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #3498DB !important;
    border-color: rgb(39, 107, 153) !important;
}*/

label {
    font-weight: normal !important;
    max-width: initial !important;
}

/*a
{
    text-decoration:underline;
}*/

/*a
{
    text-decoration:underline !important;
    color: #333333 !important;
}*/

input[type="checkbox" i] {
    margin: 3px 3px 3px 4px !important;
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: auto !important;
}

th {
    text-align: center !important;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
}

.RadComboBox table {
    border-spacing: 0px; 
}

.fltr li > a:hover, .fll li > a:hover {
    background-image: none;
}

.caret {
        margin-left: 0px;
}

.RadComboBox_Default2006 .rcbArrowCell a {
    height:16px !important;
    background-color:transparent !important;
    max-width: inherit !important;
    min-width: inherit !important;
}

.RadComboBox_Default2006 .rcbArrowCell a:hover{
    background-image:none;
    background-color:transparent;
}

.crosssite-iframe
{
	position:absolute;
	border:none;
	width:100%;
	overflow:scroll;
	height: 100%
}

.TSfilled {
    color: black;
}

.TSnotFilled {
    color: #393;
    font-weight: bold;
}

.TSpartiallyFilled {
    color: #f60;
    font-style: italic;
}

/* Tree access (Access User Group for Note Types) */
ul.treeaccess,
ul.treeaccess_user_group {
    border: 1px solid grey;
    padding: 5px 10px 10px 10px;
    width: 350px;
    overflow: auto;
    height: 270px;
    margin-top: 3px;
}
ul.treeaccess_user_group {
    width: 780px;
}
ul.treeaccess li,
ul.treeaccess_user_group li {
    list-style-type: none;
    position: relative;
    margin-left: 10px;
    padding: 5px 0px 5px 5px;
}
ul.treeaccess li ul,
ul.treeaccess_user_group li ul {
    display: none;
    margin-top: 5px;
}

ul.treeaccess li.open > ul,
ul.treeaccess_user_group li.open > ul {
    display: block;
}

ul.treeaccess li a,
ul.treeaccess_user_group li a {
    color: black;
    text-decoration: none;
}
ul.treeaccess .tree-portal,
ul.treeaccess_user_group .tree-portal {
    font-weight: 700;     
    text-decoration: none !important;
}
ul.treeaccess li a:before,
ul.treeaccess_user_group li a:before {
    height: 1em;
    padding: 5px .1em;
    font-size: .8em;
    display: block;
    position: absolute;
    left: -1.3em;
    top: .2em;
}
ul.treeaccess select,
ul.treeaccess_user_group select {
    float: right; 
    width: 120px;
}
ul.treeaccess li > a:not(:last-child):before,
ul.treeaccess_user_group li > a:not(:last-child):before {
    content: '+';
}
ul.treeaccess li.open > a:not(:last-child):before,
ul.treeaccess_user_group li.open > a:not(:last-child):before {
    content: '-';
}
.imgLastNotes {
    margin-left: 5px;
    margin-bottom: 3px;
}
/*ul.treeaccess .lb-private{
    float: right; 
    margin-left: 10px;
}*/

.select2-results__option[aria-selected=true] {
    background-color: #5897fb !important;
    color: white !important;
}

.select2-results__option--highlighted[aria-selected] {
    background-color: #ddd !important
}

.globalPrev{
    background: url(Images/RightMenu/RightMenu_Prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 30px;    
}
.globalNext{
    background: url(Images/RightMenu/RightMenu_Next.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 30px;    
}
.globalFilter{
    background: url(Images/RightMenu/RightMenu_Filter.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
	height: 26px; 
    text-indent:-9999px;
    overflow:hidden;
    margin-top: 30px;    
}

.rmDelim{
    display: block;
    margin-top: -10px;    
    text-indent:-9999px;
    overflow:hidden;
}

div.modal-header > div[aria-label=Close].modal-close {
	-webkit-appearance: none;
}
select, input {
    border-radius: 4px;
    height: 20px;
    border: 1px solid #b0b6ba;
    padding-left: 4px;
}
select[size="3"] {
    height: 58px;
}
select:focus, input:focus, input[type=checkbox].textElements:focus {
    outline: none;
}
select:disabled, input:disabled, input[type=checkbox].textElements:disabled {
    background: #f1f1f1;
}
.reports-filter input[type="text"] {
    margin-right: 20px;
    font-size: 14px;
    height: 24px;
    min-width: 200px;
}
a.filter-not-match {
    display: none;
}
/* Modal frame border images*/
.alphacube_w, .alphacube_s, .alphacube_n, .alphacube_e, .alphacube_sizer.bottom_draggable,
.alphacube_nw, .alphacube_sw, .alphacube_ne, .alphacube_se {
    background: #f1f1f1 !important;
}
.alphacube_sw {
    border-bottom-left-radius: 4px !important;;
}
.alphacube_se, .alphacube_sizer, .alphacube_sizer.bottom_draggable {
    border-bottom-right-radius: 4px !important;;
}
.alphacube_nw {
    border-top-left-radius: 4px !important;;
}
.alphacube_ne {
    border-top-right-radius: 4px !important;;
}
iframe {
    border-color: #f1f1f1 !important;;
}
.g-combobox-select, .g-combobox-clear {
    top: unset !important;
    margin-top: 7px !important;
}
.g-combobox-clear {
    margin-top: 0px !important;
}

img[src*='Images/help_1.gif'] {
    filter: brightness(0) saturate(100%) invert(57%) sepia(76%) saturate(1879%) hue-rotate(177deg) brightness(89%) contrast(92%);
}