/* #Basic Structure
**************************************************/

html, body
{
	margin: 0;
	padding: 0;
	font: 12px verdana,helvetica,sans-serif;
}

a
{
	color: #2A4F98;
	background-color: transparent;
}

a:hover, a:focus { color: #000; }

#app
{
	width: 100%;
}

#dashboard 
{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 11em;
    overflow: visible;
    color: inherit;
    background-color: #fff;
    border-bottom: 1px solid #ebebec;
    z-index: 1;
}

#main 
{
    position: relative;
	margin: 11.5em 10px 20px;
    /*z-index: 100;*/
}

#footer 
{
    margin: 13px;
    font-size: 11px;    
}

#footer p 
{
    margin: 10px;   
}

/* #Header Branding
**************************************************/

#brand
{
	position: relative;
	height: 49px;
	color: #000;
	width: 100%;
	background: transparent url(img/hdr-mid.jpg?version=7.1.40.0) repeat-x left bottom;
}

#brand h1
{
    margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	background: transparent url(img/hdr-left.jpg?version=7.1.40.0) no-repeat left bottom;
	width: 50%;
	height: 49px;
}

#brand h1 a
{
	display: block;
	text-indent: -999em;
	width: 172px;
	height: 33px;
}

#account
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 47%;
	height: 49px;
	color: #000;
	background: transparent url(img/hdr-right.jpg?version=7.1.40.0) no-repeat right bottom;
	text-align: right;
	line-height: 49px;
	padding: 0 3% 4px 0;
}

#popup-header 
{
    color: #000;
    background: transparent url(img/popupheader_right.jpg?version=7.1.40.0) no-repeat right top;
    height: 60px;    
}

#popup-header h1 
{
    display: block;
    text-align: -999em;
    margin: 0;
    height: 60px;
    width: 550px;
    color: inherit;
    background: white url(img/popupheader_left.jpg?version=7.1.40.0) no-repeat left top;   
}

#popup-header h1 span { position: absolute; top: 0; left: -9999em; }

#popup-header #help-btn 
{
    position: absolute;
    top: 13px;
    right: 30px;
}

/* .navigation
**************************************************/

#menu-out hr { display: none; }

#menu-out
{
	position: relative;
	color: #fff;
	background: transparent url(img/nav-mid.jpg?version=7.1.40.0) repeat-x left bottom;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	z-index: 2;
}

#menu-in 
{
    color: #fff;
    background: transparent url(img/nav-left.jpg?version=7.1.40.0) no-repeat left bottom;
}

.nav
{
	list-style: none;
	margin: -1px 0 0;
	padding: 1px 0 7px 2%;
	width: 98%;
	overflow: visible;
	color: #fff;
	background: transparent url(img/nav-right.jpg?version=7.1.40.0) no-repeat right bottom;
}

.dm
{
    background: transparent url(img/menubg.gif?version=7.1.40.0) no-repeat left bottom;
	border-top: 1px solid #2A4F98;
    margin: 0 0 0 -1px;
    padding: 0 3px;
    width: 163px;
}

.dh
{
    background-color: #ececec;
    width: 162px;
}


.nav li
{
    position: relative;
    float: left;
	width: auto;
	margin-right: 10px;
}

.nav li a
{
    display: block;
    color: #fff;
	background-color: transparent;
	padding: 2px 4px;
	margin: 0 1px;
	width: auto;
	text-decoration: none;
}

.nav li:hover, .nav li.sfhover, .nav li.on > a
{
	color: #000;
	background-color: #fff;
}

.nav li ul li > a 
{
    color: #2A4F98;
    background-color: Transparent;   
}

.nav li ul li.on > a
{
    color: #000 !important;
    background-color: #ececec !important;
}

.nav li:hover a, .nav li.sfhover a
{
    color: #000;
    background-color: #fff;
    border-style: solid;
    border-color: #EFD3C7;
    border-width: 0 1px;
    margin: 0;
}

.nav li:hover ul li a, .nav li:focus ul li a, .nav li.sfhover ul li a 
{
    border: none;
    background-color: Transparent;
}

.nav li.dropout a em 
{
    display: block;
    font-style: normal; 
    color: inherit;
    background: transparent url(img/dropout-arrow.gif?version=7.1.40.0) no-repeat right;
}
.nav li.dropouts a em 
{
    display: block;    
    font-style: normal; 
    color: inherit;
    background: transparent url(img/dropout-arrow.gif?version=7.1.40.0) no-repeat right;
}

/* #Dropdown Menus
**************************************************/

.nav li ul 
{
    position: absolute;
    top: 1.4em;
    left: -999em;
    width: 159px;
    height: auto;
    margin: 0 0 0 -1px;
    padding: .5em;
    color: #2A4F98;
    background: transparent url(img/menubg.gif?version=7.1.40.0) no-repeat left bottom;
}

/* SAENHANCE-357: replace with onclick event
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}*/

.nav li ul.dropin { left: auto; }

.nav li ul ul {
	margin: 0 0 0 30px;
	border-top: 1px solid #2A4F98;
}

.nav li ul li.newgroup 
{
    border-top: 2px groove silver;
    margin-top: 5px;
    padding-top: 5px;
}

.nav li ul li, .nav li ul li a, .nav li ul li span
{
    display: block;
    float: none;
    color: #2A4F98 !important;
    background-color: transparent;
    border: none;
    margin: 0;
}

.nav li ul li a, .nav li ul li span
{
    width: 155px;
    padding: 2px 2px;
    margin: 0;
}

.nav li ul li:hover { background-color: Transparent; }
.nav li ul li a:hover, .nav li ul li span:hover
{
    color: #000 !important;
    background-color: #ebebec !important;
}
.nav li ul li span { cursor: pointer; }

#menu-in #schedule-select
{
	position: absolute;
	top: 0px;
	right: 30px;
	margin: 0;
	text-align: right;
}

#menu-in #schedule-select label, #menu-in #schedule-select select { font-size: 10px; }

/* #Functional Items and Filters
**************************************************/

#updatePanel 
{
    width: 100%;
    overflow: hidden;
}

/*
.updatePanelCol1 
{
    float: left;
    width: 40%;
    color: inherit;
    background-color: #fff;
    border: 1px solid silver;
}

.updatePanelCol2
{
    margin-left: 40%;
    width: 60%;
    color: inherit;
    background-color: #fff;
    border: 1px solid gold;
}
*/

.functions
{
    margin: 6px 0 0 12px;
	font: normal 10px verdana,arial,sans-serif;
    /* width: 520px; */
    width: 100%;
    overflow: hidden;
}

.functions span 
{
    width: auto;
    margin-right: 30px;
    float: left;
}

.functions label
{
	float: left;
	width: auto;
	margin: 3px 3px 0 0;
}

.functions select, .functions input
{
	float: left;
	width: auto;
	font-size: 10px;
}

#funcDate a
{
	float: left;
	width: auto;
	margin: 0 4px;
	padding: 3px 0;
}

#funcDate input.imgbtn
{
	float: left;
	margin-left: 4px;
	padding: 0;
}

.functions a
{
	color: #2A4F98;
	text-decoration: none;
}
.functions a:hover { text-decoration: underline; }

#funcDate input.txt { width: 60px; }
#funcNote input.txt { width: 380px; }

.functions #funcShift select, .functions #funcExplanations select { width: 152px; }

#funcNote input.btn { margin-left: 4px; }

input.btn, input.imgbtn { background-color: #2A4F98; vertical-align:middle; margin-bottom:5px; }
input.btn:hover, input.imgbtn:hover { background-color: #000; }

#funcEdit input 
{
    float: left;
    margin: 0 3px;
}

#funcSchedule, #funcFilter 
{
    float: right;
}

#funcSchedule div, #funcFilter div { display: inline; }

/* #Schedule View
**************************************************/


#schedule
{
	border: 1px solid #cccccc;
	table-layout:fixed;
}

.wizard td
{
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

#schedule td
{
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;	
	overflow-x: hidden;    
}

#schedule .hand { cursor: pointer; }

#schedule .icons
{
	vertical-align: top;
	font-size: 10px;
	width: 34px;
}

#schedule .slim { width: 20px; }

#schedule .name
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	width: 100px;
}

#schedule .hours
{
	vertical-align: top;
	font-size: 10px;
	width: 40px;
	text-align: right;
}

#schedule th.name
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	width: 100px;
}

#schedule th.hours
{
	vertical-align: top;
	font-size: 9px;
	width: 40px;
	text-align: right;
}

#schedule .name1
{		
	width: 100px;
	height:0px;
}

#schedule .hours1
{	
	width: 40px;	
	height:0px;
}
#schedule .slim1 
{ 
	width: 20px; 
	height:0px;	
}

#schedule .odd { background-color: #eeeeee; }
#schedule .even { background-color: #ffffff; }
#schedule .cwWarning { color: Red; }

#schedule th
{
	/*padding: 3px;*/
	text-align: center;
	font-size: 9px;
	vertical-align: bottom;
}

#schedule th a { text-decoration: none; }

#schedule .dr
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	/*text-decoration:underline;*/
}

#schedule .coverageWatch
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	/*text-decoration:underline;*/
}

#schedule .icons a
{
	color: #990000;
	text-decoration: none;
}

#schedule .empty_cell
{
	width: auto;
	height: 50px;
}

#schedule .employee
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	width: 100px;
	/*text-decoration:underline;*/
}

#schedule .rrDay
{
	/*text-decoration:underline;*/
}

/* #scheduleHeader View
**************************************************/


#scheduleHeader
{
	border: 1px solid #cccccc;
	table-layout:fixed;
}

.wizard td
{
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

#scheduleHeader td
{
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

#scheduleHeader .hand { cursor: pointer; }

#scheduleHeader .icons
{
	vertical-align: top;
	font-size: 10px;
	width: 34px;
}

#scheduleHeader .slim { width: 20px; }

#scheduleHeader .name
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 9px;
	width: 100px;
}

#scheduleHeader .hours
{
	vertical-align: top;
	font-size: 9px;
	width: 40px;
	text-align: right;
}

#scheduleHeader .odd { background-color: #eeeeee; }
#scheduleHeader .even { background-color: #ffffff; }
#scheduleHeader .cwWarning { color: Red; }

#scheduleHeader th
{
	padding: 3px;
	text-align: center;
	font-size: 9px;
	vertical-align: bottom;
}

#scheduleHeader th a { text-decoration: none; }

#scheduleHeader .dr
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	text-decoration: underline;
}

#scheduleHeader .coverageWatch
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	text-decoration: underline;
}

#scheduleHeader .icons a
{
	color: #990000;
	text-decoration: none;
}

#scheduleHeader .empty_cell
{
	width: auto;
	height: 50px;
}

#scheduleHeader .employee
{
	padding: 3px;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	width: 100px;
	text-decoration: underline;
}

#scheduleHeader .rrDay
{
	text-decoration: underline;
}

/*
#schedule table
{
    margin: 0 auto 0 0;
	border: 1px solid #ccc;
}

#schedule table th
{
    font-size: 10px;
	vertical-align: bottom;
	border-style: solid;
	border-color: #998b9e;
	border-width: 0 1px;
	background-color: #d5d5d5;
}

#schedule table th a { text-decoration: none; }

.wizard td
{
	padding: 3px;
	vertical-align: top;
	text-align: center;
	font-size: 10px;
}

#schedule table td
{
    vertical-align: top;
	text-align: center;
	font-size: 10px;
	border-bottom: 1px solid #998b9e;
	border-right: 1px solid #998b9e;
	border-top: 1px solid #ebebec;
	border-left: 1px solid #ebebec;
}

#schedule table .note
{
	color: #000;
	background-color: #ffffcc;
	border-right-color: black;
	border-bottom-color: black;
}

#schedule table .hand { cursor: pointer; }

#schedule table .icons
{
	vertical-align: top;
	font-size: 10px;
}

#schedule table .name
{
	text-align: left;
	font-size: 10px;
}

#schedule table .hours
{
	vertical-align: top;
	font-size: 10px;
}

.odd { background-color: #f3f2f2; }
#schedule table .even { background-color: #fff; }
#schedule table .cwWarning { color: #8f070c; }

#schedule table .dr
{
	vertical-align: top;
	text-align: left;
	font-size: 10px;
}

#schedule table .dr a { color: #fff; }

#schedule table .cw
{
	vertical-align: top;
	text-align: left;
	font-size: 10px;
}

#schedule .icons a
{
	color: #900;
	text-decoration: none;
}
*/

/* html.css transition */

.error
{
	color: #990000;
	font-weight: bold;
}

.error legend
{
	color: #990000;
	font-weight: bold;
}

img.inline 
{
    display: inline;
    border: none;
}

.form 
{
    text-align: center;
}

/* #ScheduleAnywhere Panels
**************************************************/

.help
{
    position: relative;
    width: 100%;
    text-align: right;
    margin: 5px 0;
}

.setupListOptions 
{
    float: left;
    margin: 0 0 10px;
    width: auto;
}

.ajax__tab_xp .setupListOptions
{
    float: none;
    width: 150px;
    margin: 10px 0 0;
}

.ajax__tab_container label
{
	font-size: 11px;
}

.setupListOptions .btn
{
    text-align: center;
    color: White;
    background-color: #2A4F98;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.ajax__tab_xp .setupListOptions .btn div { overflow: hidden; }

.setupListOptions .btn a
{
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    color: #fff;
    background-color: #2A4F98;
    white-space: nowrap;
    display: block;
}

.saPanel
{
    margin: 20px auto;
    width: 640px;
}
.saPanel .saPanel { margin: 0; }

.saPanel.pnlMax { width: auto; }

.saPanelContent 
{
    position: relative;
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 15px 15px 10px;
    text-align: left;
    color: #333;
    background: #ececec url(img/reflect.jpg?version=7.1.40.0) no-repeat right top;
    border: 1px solid #2A4F98;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
}
.pnlMax .saPanelContent { background-image: none; }

.saPanel table { margin: 0; clear: both; }

.saPanelContent h3, .saPanelContent p, .saPanelContent ul, .saPanelContent ol { margin: 0 0 10px; }

.saPanelContent h3 
{
    position: relative;
    font-size: 15px;
    font-weight: bold;
}
.pnlMax .saPanelContent h3, .status, .data th
{
    border-style: solid;
    border-color: #999;
    border-width: 1px 0;
    color: inherit;
    background-color: #d8d8d8;
    padding: 5px 10px;
    font-weight: bold;
}

.status { text-align: center; }

.saPanelContent h3 a { text-decoration: none; }

.saPanelContent p, .saPanelContent ul, .saPanelContent ol
{
    font-size: 12px;
    line-height: 18px;
}

.saPanelContent ul, .saPanelContent ol 
{
    padding: 0 0 0 40px;    
}

.divider
{
    display: block;
    width: auto;
    height: 20px;
}

/* list view table */

table.list_view
{
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
}

table.list_view td
{
	width: 25%;
	padding: 4px;
	border: 1px solid #d8d8d8;
	background-color: #ececec;
	font-size: 12px;
	
}

table.list_view td:hover { background-color: #f8f8f8; border-color: #d8d8d8; }

.addlnk:before { content: '+ '; color: #2A4F98; }

/* checkbox list table, for tabbed content */

table.checklist-single td, table.checklist-double td { padding-left: 16px; line-height:18px; }
table.checklist-double td { width: 50%; }
table.checklist-single td input, table.checklist-double td input,
table.checklist-single td label, table.checklist-double td label { float: left; }
table.checklist-single td label { width: 460px; }
table.checklist-double td label { width: 212px; }

/* forms in panels */

.form fieldset
{
	text-align: left;
	padding: 20px;
	margin: 0 auto;
	border: none;
}

fieldset.inline
{
	width: auto;
	margin: 0px;
	height: 28px;
	color: #ccc;
}

legend 
{
    display: block;
    margin: 10px 0 20px;
    font-size: 18px;
    color: #2A4F98;
    background-color: Transparent;
    font-weight: bold;
}

.formrow
{
	clear: both;
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

.prompt
{
	display: inline;
	float: left;
	padding-right: 5px;
	text-align: right;
	width: 190px;
}

.ajax__tab_xp .prompt { width: 170px; }
.prompt label { font-weight: bold; }

.quickSearch 
{
    float: left;
    width: auto;
}

.quickSearchResult
{
    position: absolute;
    top: 25px;
    right: 35px;
    width: auto;
    display: block;
}

.quickSearchField {
    position: absolute;
    top: 50px;
    right: 35px;
    width: auto;
    display: block;
}

.element
{
	display: inline;
	float: right;
	width: 365px;
	text-align: left;
}

.cbelement
{
	display: inline;
	float: right;
	text-align: left;
	width: 365px;
}

.errorelement
{
	display: inline;
	float: right;
	width: 365px;
	text-align: left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}

.copyelement
{
	display: inline;
	float: right;
	width: 365px;
	text-align: left;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}

.elementleft
{
	width: 180px;
	float: left;
}

.elementright
{
	width: 180px;
	float: left;
}

.sub-prompt
{
	float: left;
	padding: 3px 10px 0px 0px;
	font-size: 11px;
	color: #333333;
	background-color: transparent;
}

.sub-element
{
	float: left;
	padding-right: 4px;
}

.formActions 
{
    text-align: center; margin-left: 3px;
}

#view_schedule
{
	display: inline;
	margin: 0px 10px;
}

input.large { width: 350px; }
input.medium { width: 60px; }
input.date { width: 82px; }
input.small { width: 20px; }

textarea.large
{
	width: 350px;
	height: 100px;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}
textarea.largeonsem
{
	width: 330px;
	height: 100px;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}

select.large { width: 350px; }
select.medium { width: 320px; }
select.mediumSEM { width: 335px; }

.pnlNav { margin: 20px 0; text-align: center; }
.interval { margin: 20px 0; text-align: center; }

/* table and schedule view  */

table.data { margin: 1em 0; border: 1px solid #fff; }

table.data th 
{
    text-align: left;
    font-size: 12px;
}

table.data td
{
	border-style: solid;
	border-width: 1px;
	border-color: #fff #ccc #ccc #fff;
	padding: 4px;
	vertical-align: top;
	font-size: 11px;
}

table.data td table td 
{
    border: none;
    padding: 0;  
}

#schedule_view
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	list-style-type: none;
}

#schedule_view li
{
	float: left;
	width: 100px;
	height: 20px;
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	text-align: center;
	margin: 0 1px 0 0;
	padding: 0px;
}

#schedule_view a
{
	display: block;
	background-color: #cccccc;
	width: 100px;
	height: 20px;
}

#schedule_controls
{
	display: inline;
	margin: 0px 10px;
}

#pop_view
{
	width: 100%;
	padding: 10px;
}

#pop_view td
{
	border: 1px solid #666666;
	background-color: #cccccc;
}

#pop_view th { border: 1px solid #cccccc; }

.summary
{
	clear: both;
	margin: 0px 5px 0px 5px;
	border: 1px solid #cccccc;
	text-align: left;
	width: 500px;
}

.summary table { width: 100%; }

.summary th
{
	padding: 3px;
	text-align: center;
	font-size: 10px;
	vertical-align: bottom;
}

.summary td
{
	padding: 3px;
	vertical-align: top;
	font-size: 10px;
}

.summary .odd { background-color: #eeeeee; }
.summary .even { background-color: #ffffff; }
.nowrap { white-space: nowrap; }

.screenshot
{
	text-align: center;
	margin: 0 0 10px;
}

.screenshot img
{
	display: block;
	margin: 5px auto;
	border: none;
}

/* callouts */
.popupLink
{
	color: #903;
	outline: none;
}

.popup
{
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	width: 250px;
	border: 2px solid #ccc;
	padding: 5px 10px;
	/*z-index: 10;*/
}

.popup h4
{
	margin: 0;
	font-size: 100%;
	font-weight: bold;
}

.popup p { margin: 0 0 5px; }

/* #Help
**************************************************/

#whatisthis { padding: 5px; }

#whatisthis h1, #whatisthis h2, #whatisthis h3
{
	float: none;
	color: #000;
	background-color: transparent;
	font-weight: bold;
}

#whatisthis h1
{
	margin: 10px 0;
	font-size: 120%;
}

#whatisthis h2
{
	margin: 5px 0;
	font-size: 110%;
	padding: 0 0 3px;
	color: #666;
	border-bottom: 1px solid #666;
}

#whatisthis h3
{
	margin: 10px 0 0;
	font-size: 100%;
}

#whatisthis p { margin: 0 0 15px; }

#whatisthis ol, #whatisthis ul
{
	margin: 0 0 15px 23px;
	padding-left: 0;
	list-style-position: outside;
}

#whatisthis dl { margin: 1em 0 0 30px; }
#whatisthis dt { font-weight: bold; }

#whatisthis dd
{
	padding: 0;
	margin: 0 0 15px 0;
}

#whatisthis .howitworks { margin: 0 30px; }
#whatisthis li p { margin: 3px 0; }
#whatisthis li ul, #whatisthis li ol { margin-bottom: 0; }

.tooltip
{
	background-color: #ffffe0;
	border-width: 1px;
	border-color: Black;
	border-style: solid;
	font-family: Arial;
	font-size: 11px;
	left: 0;
	padding: 2px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 150px;
}

.modalBackground 
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
        
.modalPopup
{
    background-color: transparent;
	font-family: Verdana,Arial,Sans-serif;
}

.modalPopup .saPanelContent { position: relative; }

.modalhelp
{
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: right;
    font-size: 12px;
}

/* #Support
**************************************************/

.clear:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clear { display: inline-block; }

/* Hides from IE-mac \*/
* html .clear { height: 1%; }
.clear { display: block; }
/* End hide from IE-mac */

/* Infragistics */

.cell
{
    vertical-align: top;
}

/* End Infragistics */
/* rs */
.trbackgroundrostr
{
	background-color:Gray;
	
}

.addlink
{
	
	color:#2A4F98;
	font-weight: normal;
	/*text-decoration:underline;*/
	cursor:pointer;
}
.addlink:hover
{
	
	color:#2A4F98;
	font-weight: normal;
	text-decoration:underline;
	cursor:pointer;
}

/*Blue Login*/
.bbody *
{
	margin:0;
	padding:0;
}

.buser_pass, .buser_login, .buser_email {
	font-size: 20px;
	width: 98%;
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #BCD4F6;
	margin-bottom: 16px;
	margin-right: 6px;
	margin-top: 2px;
	padding: 3px;
}
.divbLoginContainer
{
	position:absolute;
	left:50%;
	top:25%;
	/*vertical-align:middle;*/
	display: table-cell; 
}
#blogin 
{
	position:relative;
	left:-50%;
	top:-25%;
	width: 450px;
	border:solid 3px #BDBDBD;	
	padding:10px;
	background-color:#FFFFFF;
    overflow: hidden;
}
#bloginLogo
{
	background: transparent url("img/online-employee-scheduling-scheduleAnywhere-software.png") no-repeat scroll center top;
	height:60px;
	width:450px;
	cursor:pointer;
}
#bloginLogo2 {
    background: transparent url("img/online-employee-scheduling-scheduleAnywhere-software.png") no-repeat scroll center top;
    height: 60px;
    width: 450px;
    cursor: pointer;
}

.bloginform {
	background-color: transparent;
	border: none;
	padding: 14px 24px 40px 24px;
}

#blogin form input {
	color: #555;
}

.blabel {
	color: #000000;
	font-size: 13px;
}

#bnav {	
	height: 25px;
	margin: 0;
	padding: 0;
	text-indent: 28px;
	width: 100%;
}

#blogin form .submit input
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	width:70px;
	height:25px;	
	float: right;
	
}

#blogin form .fsubmit input
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	width:150px;
	height:25px;
	float: right;
	
}

.bloginLink
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#3B68B1;
	text-decoration:none;
    cursor:pointer;
}
.bloginLink:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#3B68B1;
	text-decoration:underline;
    cursor:pointer;
}

.blogin p { 
	text-align: left; 
}
.pbforgot
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
}
.bloginprLink
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#3B68B1;
	text-decoration:underline;
}
.bloginprLink:hover
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color:#3B68B1;
	text-decoration:underline;
}
#blogin form .bnavlost 
{		
	height: 10px;
	margin: 0;
	width: 50%;
	padding:10px 0px;
	text-align: left;
	float: none;
	
}
#blogin form .bnavterm 
{		
	clear:both;
	margin: 0;
	padding:0;
	padding-top:12px;
	width: 100%;
	text-align: left;
	font-size:10px;
	float:left;
	color:#000;
	font-family: arial,verdana,sans-serif;	
}

/*Begin of New Login*/
#blogin .bloginform #bloginLogo {
    margin-left: -24px;
    margin-top: -14px;
    padding-bottom: 14px;
}

.buser_pass, .buser_login {
    margin-top: 6px !important;
    margin-bottom: 12px !important;
}

#blogin .divUsername, #blogin .divLoginOption, #blogin .divPassword, #blogin .divSpinner {
    min-width: 402px !important;
    max-width: 402px !important;
}

#blogin form .divUsername .submit {
    padding-bottom: 92px;
}

#blogin form .divLoginOption .submit {
    padding-top: 80px;
    padding-bottom: 64px;
}

#blogin form .divPassword .submit {
    padding-bottom: 35px;
}

#blogin form .divSpinner{
    height:310px;
}

#blogin form .divSpinner table{
    margin-top:80px;
    text-align:center;
}

.lblLoginError {
    font-weight: bold;
}

.PUsernameTextAndChangeLink {
    padding-top: 6px;
    padding-bottom: 10px;
}

.PUsernameTextAndChangeLink span {
    font-size: 13px;
}

.lblLoginControl {
    font-weight: bold;
}

#blogin form .bnavterm a {
    text-decoration: none;
}

.bloginformPaddingBottom{
    padding-bottom:14px !important;
}

.rbLoginOptions .element{
    width:402px !important;
    margin:10px 0px 5px 0px;
}

.rbLoginOptions .element .sub-element{
    padding-top:2px !important;
    padding-right:2px !important;
}

.rbLoginOptions .element .sub-prompt{
    font-size:13px !important;
}

.divProcessSSO, .divSSOError {
    width: 450px;
    height: 181px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 40px;
}

.divSSOError table {
    text-align: left;
    margin-left: 20px;
    margin-right: 20px;
}

.divSSOError table a{
    cursor:pointer;
} 

.divSSOError p{
    padding:10px 0px 5px 0px;
    font-weight:bold;
}

.divSSOError .divException{
    overflow: auto;
    width: 315px;
    height: 50px;
    background-color: #ECECEC;
    padding:8px;
    word-wrap:break-word;
}
/*End of New Login*/

.txtBoxQuickSearchAE
{
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow-y: auto;
	max-height: 430px;
	border:solid 1px #808080;
}

.txtBoxQuickSearch
{
	margin-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	overflow-y: auto;
	max-height: 500px;
	border:solid 1px #808080;
}
.quickSearch ul
{
	margin-left: 0px;
	padding-left: 0px;
}

.quickSearchField ul
{
	margin-left: 0px;
	padding-left: 0px;
}
.btnShare
{
    text-align: center;
    color: White;
    background-color: #2A4F98;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 2px 4px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#backgroundMask
{
	position:fixed;
	top:0px;left:0px;right:0px;bottom:0px;
	background-color:green;
	opacity:0;
	filter: alpha(opacity=0);
	display:none;
	z-index:1000;
}

.modalBackgroundContainer
{
	width: 150px;
	padding: 20px 10px;
	background-color: #ECECEC;
	filter: alpha(opacity=75);
	opacity: 0.75;
	border:solid 1px #000000;
	border-radius: 5px;
}

.ScheduleModifiedShiftModalBackgroundContainer
{
	width: 350px;
	background-color: #EFF4FA;
	border: solid 2px #B7DBFF;
	text-align: left;
}

.spanModalPopup
{
	font-size:12px;
	font-weight:bold;
}

.spnLogout
{
	color: #2A4F98;
	background-color: transparent;
	text-decoration:underline;
	cursor:pointer;
}

.spnLogout:hover { color: #000; }

.ajax__tab_tab {
    outline:none;
}

fieldset.schedulemultiple{
    padding:10px;
}
legend.schedulemultiple{
    margin:0px;
}
.schedulemultipleformrow
{
	padding:0px!important;
}
textarea.schedulemultiplelarge
{
	width: 350px;
	height: 60px;
	font-size: 12px;
	font-family: verdana,arial,sans-serif;
}

.pnlEmail .prompt
{
    width:150px!important;
}
.pnlEmail .element
{
    width:405px!important;
}
.pnlEmail .sub-promptZip{
    padding-right:16px!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.pnlEmail .sub-promptZip{
    padding-right:8px!important;
}
}


.menuNewMessage {
    float: right!important;
    margin-right: 30px!important;
}

.menuNewMessage a {
    display: table!important;
}

.menuNewMessage img {
    padding-right: 8px;
    height: 12px;
    display: table-cell;
}

.menuNewMessage span {
    line-height: 12px;
    vertical-align: middle;
    display: table-cell;
}
.darkerLine
{
     border-left:1px solid #6A6A6A !important;
}
.pnlSettings .prompt
{
    width:240px!important;
}
.pnlSettings .element
{
    width:295px!important;
}
.pnlSettings input[type=radio]
{
vertical-align: middle;
margin: 5px;
margin-top:3px;
margin-left: 0px;
}
.divNotificationsGroup
{
    background-color: white;
    border: solid 1px RGB(239,239,239);
    padding:10px;
    text-align:left;
}

.lblDisplayText
{
    font-weight:bold;
}
.tdRightpadding
{
    padding-right:20px;
}
.modalConfirmDialog
{
    width: 295px; 
    background: #fff; 
    border: solid 2px #C3C3C3; 
    text-align: left;
    padding:20px;
    font-size: 12px!important;
}
.messageText
{
    font-size:12px;
}
.lbConfirmText, .lbConfirm, .lbDeleteButton
{
    text-decoration: none; 
    color: #66C2ED; 
    font-weight: bold;
    padding-right:20px;
}
.lbConfirmText:hover, .lbConfirm:hover, .lbDeleteButton:hover {
    color: #66C2ED; 
    outline:none;
}
.divCRLbl {
    font-weight: bold;
    margin-bottom: 2px;
}
.schedulemultipleTagDropdown
{
    width:106px!important;
}

.btnSearch{
    text-align: center;
    color: White;
    background-color: #2A4F98;
    font-size: 11px;
    font-weight: bold;
    margin: 0;
    padding: 4px 14px;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-family:Verdana;
}

[_FindEmployeeDataLink*="Login"]
{
    cursor:pointer;
    color: #2A4F98;
    text-decoration:underline;
}

.saPanelContent{
    min-height:70px!important;
}

#blogin form .bnavcopyright 
{		
	clear:both;
	margin: 0;
	padding:0;
	padding-top:12px;
	width: 100%;
	text-align: left;
	font-size:10px;
	float:right;
	color:#000;
	font-family: verdana,sans-serif;	
}

.reportdrpschedule{
    width:190px!important;
}


.NotificationTabOptions {
    text-decoration: none !important;
    border-bottom: solid 0px #2A4F98 !important;
    color: #606060 !important;
}

.SelectedNotificationTabOption {
    border-bottom: solid 2px #2A4F98 !important;
    color: #2A4F98 !important;
    padding-bottom:5px;
}

.schedulePagesList hr {
    margin-top: 7px;
    border-color:#ECECEC!important;
    border-style:solid;
}
.ulEmployeesList{
    padding:0px!important;
    line-height:12px!important;
}

.ulEmployeesList li{
    list-style-type:none;
    padding-top:8px;
    cursor:pointer;
    font-size: 11px!important;
}
.spanemployeeNotificationCount{
    color: #2A4F98 !important;
}

.divManagerNotificationsHeader{
    position: fixed;
    z-index:1;  
    background-color: #F5F5F5; 
    width:95.5%;    
    padding-left:45px;
    padding-top:10px;
}
.divManagerNotificationsContent{
    position: relative;
    top: 130px;
    width:95.5%;   
    padding-left:45px;     
}

.NotificationsByEmployeeListBack{
    text-decoration: none !important;
    border-bottom: solid 0px #2A4F98 !important;
    color: #2A4F98  !important;
    font-weight:bold;
}
.divManagerNotificationsByEmployeeContent{
    position: relative;
    top: 130px;
    width: 95.5%;
    padding-left: 45px;
}
.mnRequests{
    background-color: white!important;
}
.mnResponses{
    background-color: #E6E6E6!important;
}
.lbOpen{
    cursor:pointer;
}

#bloginProgressIndicator{
    position: relative;
    left: -50%;
    top: 150px;
    width: 150px;
    border: solid 3px #BDBDBD;
    padding: 10px 0px 10px 35px;
    background-color: #FFFFFF; 
    display:none;       
}


/*Common For Dashboard Dashlets*/
.dashlet-c .d-header{
    background: #FFFFFF!important;
    border-radius:0px!important;
    border-bottom:0px!important;
}
.d-commands a{
    border-left:0px!important;
}
.dashlet-c .d-header::after {
    content:" ";
    position:absolute;
    background-color:#e2e2e2;
    width: 95%;
    height: 1px;
    margin-top: 3px;
    margin-left: 6px;
}
.d-layout-grid-row > :nth-child(2) .dashlet-c .d-header::after{
    width: 98%!important;
}
.d-dashlet-content.d-content{
    padding-left:0px!important;
    padding-right:0px!important;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .d-dashlet-content.d-content{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}
@-moz-document url-prefix(){
    .d-dashlet-content.d-content{
        padding-left:0px!important;
        padding-right:0px!important;
    }
}
.d-dashlet-title{
    font-weight:600;
}

/*Dashlet Progress Bar*/
.SAMessagesDashletContainer .divMessagesDashletStatus, .SACoverageAlertsDashletContainer .divCoverageAlertsDashletStatus, .SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletStatus, .SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletStatus, .SAScheduledHoursDashletContainer .divScheduledHoursDashletStatus, .SAWhosScheduledDashletContainer .divWhosScheduledDashletStatus {
    position:relative;
    height:203px;
}
.SAMessagesDashletContainer .divMessagesDashletStatus .divProgressbar, .SACoverageAlertsDashletContainer .divCoverageAlertsDashletStatus .divProgressbar, .SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletStatus .divProgressbar, .SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletStatus .divProgressbar, .SAScheduledHoursDashletContainer .divScheduledHoursDashletStatus .divProgressbar, .SAWhosScheduledDashletContainer .divWhosScheduledDashletStatus .divProgressbar  {
    position: absolute;
    top: 45%;
    left: 47%;
}

/*Messages Dashlet*/
.SAMessagesDashletContainer .divMessagesDashletDisplayViewListContainer{
    display: none;
}

.SAMessagesDashletContainer .divMessagesDashletManagerNotificationsHeader{
    width:100%;    
    padding-top:10px;
}
.SAMessagesDashletContainer .divMessagesDashletManagerNotificationsHeader hr {
    margin-top: 7px;
    border: solid 0px #BCD4F6!important;
    border-bottom: solid 1px #BCD4F6!important;
}
.SAMessagesDashletContainer .divMessagesDashletManagerNotificationsContent{
    width:100%;    
    padding-top:0px;
}
.SAMessagesDashletContainer .divMessagesDashletManagerNotificationsContent h3{
    margin-bottom: 0px!important;
    position: initial!important;
}
.SAMessagesDashletContainer #divMessagesDashletMyInboxList, .SAMessagesDashletContainer #divMessagesDashletSharedInboxList{
    min-height:140px;
    width:100%;
}
.SAMessagesDashletContainer .ulMessagesDashletList{
    padding:0px!important;
    line-height:12px!important;
}
.SAMessagesDashletContainer .ulMessagesDashletList li{
    list-style-type:none;
    padding-top:8px;
    cursor:pointer;
    color:#365899;
    font-size: 12px!important;
}
.SAMessagesDashletContainer .spanMessagesDashletNotificationCount{
    color: #616770 !important;
    font-weight:normal!important;
}

/*Coverage Alerts Dashlet*/
.SACoverageAlertsDashletContainer .divEditButtonAbsolute{
    display:none;
    position:absolute;
    width:100%;
}

.SACoverageAlertsDashletContainer .divEditButtonRelative{
    position:relative;
    top:-32px;
    right: 68px;
    width:17px;
    float:right;
}

.SACoverageAlertsDashletContainer .divEditButtonRelative a{
    cursor:pointer;
}

.SACoverageAlertsDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative{
    top:-40px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .SACoverageAlertsDashletContainer .divEditButtonRelative {
        top:-31px;
    }
    .SACoverageAlertsDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-39px;
    }
}
@-moz-document url-prefix() {
    .SACoverageAlertsDashletContainer .divEditButtonRelative {
        top:-32px;
    }

    .SACoverageAlertsDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-40px;
    }
}

.d-layout-grid-row .gridContainerZone:nth-child(even) .SACoverageAlertsDashletContainer .divEditButtonRelative {
    right: 48px;
}

.SACoverageAlertsDashletContainer:hover .divEditButtonAbsolute{
    display:block;
}

.SACoverageAlertsDashletContainer .d-dashlet-editor-container {
    border-top: 1px solid #dbdbdb;
    -moz-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
    padding:15px 0px 0px 0px;
}

.SACoverageAlertsDashletContainer .d-dashlet-editor-container-footer {
    border-top:solid 1px #dbdbdb;
    margin:15px 0px 5px 0px;
    padding-top:3px;
}

.SACoverageAlertsDashletContainer .d-dashlet-body .d-dashlet-editor-container a.d-btn {
    padding:2px 12px!important;
    margin-right:5px;
}

#ctl00_body[style*="cursor: move"] .SACoverageAlertsDashletContainer .divEditButtonAbsolute {
    display:none;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer{
    height:153px;
    overflow-y:auto;
    position: relative;
    top: -10px;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .spanTitle{
    color: #606060!important;
    font-size: 12px!important;
    font-weight: normal!important;
    width: 100%;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageList{
    padding-top:1px;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .spanScheduleTitle{
    color:#000000;
    font-size: 12px!important;
    font-weight: bold!important;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .ulCheckboxList{
    padding: 0 0 0 15px!important;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .ulCheckboxList li{
    list-style:none;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .formrow{
    padding:0px!important;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .formrow .element{
    float:left;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletEditViewScheduleAndCoverageListContainer .formrow .sub-prompt{
    padding: 1px 0px 0px 0px!important;
    font-size:12px;
}

.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer
{
    height:203px;
    overflow-y:auto;
    display:none;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .divScheduleInfoByDate{
    margin-top:10px;
    cursor:pointer;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .subLegendHeading{
    margin-bottom:0px!important;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .divScheduleInfoByDate{
    float:left;
    width:100%;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .divScheduleInfoByDate .divWarningImg{
    float:left;
    padding-top:1px;
    padding-right:5px;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .divScheduleInfoByDate .divInfo{
    float:left;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .spanScheduleName{
    color:#365899;
    font-weight:bold;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .spanDate{
    color:#616770;
}
.SACoverageAlertsDashletContainer .divCoverageAlertsDashletDisplayViewScheduleAndCoverageListContainer .spanCoverageAlerts{
    font-size:12px;
}

/*Workweek Hours Alerts Dashlet*/
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer{
    height:203px;
    display: none;
}

.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .divWorkweekHoursAlertsDashletNotificationsContent{
    height:165px;
    overflow-y:auto;
}

.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .divEmployeeInfoByWeek{
    float:left;
    width:100%;
    padding-top:10px;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .divEmployeeInfoByWeek .divWarningImg{
    float:left;
    padding-top:1px;
    padding-right:5px;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .divEmployeeInfoByWeek .divInfo{
    float:left;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .spanEmployeeName{
    color:#000000;
    font-weight:bold;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .spanEmployeeNumber{
    color:#616770;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletDisplayViewListContainer .spanWorkweekHoursAlertsText{
    font-size:12px;
}

.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletNotificationsHeader{
    width:100%;    
    padding-top:10px;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletNotificationsHeader hr {
    margin-top: 7px;
    border: solid 0px #BCD4F6!important;
    border-bottom: solid 1px #BCD4F6!important;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletNotificationsContent{
    width:100%;    
    padding-top:0px;
}
.SAWorkweekHoursAlertsDashletContainer .divWorkweekHoursAlertsDashletNotificationsContent h3{
    margin-bottom: 0px!important;
    position: initial!important;
}
.SAWorkweekHoursAlertsDashletContainer #divWorkweekHoursAlertsDashletThisWeekList, .SAWorkweekHoursAlertsDashletContainer #divWorkweekHoursAlertsDashletNextWeekList{
    min-height:140px;
    width:100%;
}

/*Skill Scheduling Conflicts Dashlet*/
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer{
    height:203px;
    overflow-y:auto;
    display: none;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .divSkillSchedulingConflictsDashletNotificationsContent{
    
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .subLegend{
    margin-bottom:0px!important;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .divEmployeeInfoByWeek{
    float:left;
    width:100%;
    padding-top:10px;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .divEmployeeInfoByWeekCursor{
    cursor:pointer;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .divEmployeeInfoByWeek .divWarningImg{
    float:left;
    padding-top:1px;
    padding-right:5px;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .divEmployeeInfoByWeek .divInfo{
    float:left;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .spanEmployeeName{
    color:#365899;
    font-weight:bold;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .spanEmployeeNameBlack{
    color:#000000!important;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .spanEmployeeNumber{
    color:#616770;
}
.SASkillSchedulingConflictsDashletContainer .divSkillSchedulingConflictsDashletDisplayViewListContainer .spanSkillSchedulingConflictsText{
    font-size:12px;
}

/*Scheduled Hours Dashlet*/
.SAScheduledHoursDashletContainer .divEditButtonAbsolute{
    display:none;
    position:absolute;
    width:100%;
}

.SAScheduledHoursDashletContainer .divEditButtonRelative{
    position:relative;
    top:-32px;
    right: 68px;
    width:17px;
    float:right;
}

.SAScheduledHoursDashletContainer .divEditButtonRelative a{
    cursor:pointer;
}

.SAScheduledHoursDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative{
    top:-40px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .SAScheduledHoursDashletContainer .divEditButtonRelative {
        top:-31px;
    }
    .SAScheduledHoursDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-39px;
    }
}
@-moz-document url-prefix() {
    .SAScheduledHoursDashletContainer .divEditButtonRelative {
        top:-32px;
    }

    .SAScheduledHoursDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-40px;
    }
}

.d-layout-grid-row .gridContainerZone:nth-child(even) .SAScheduledHoursDashletContainer .divEditButtonRelative {
    right: 48px;
}

.SAScheduledHoursDashletContainer:hover .divEditButtonAbsolute{
    display:block;
}

.SAScheduledHoursDashletContainer .d-dashlet-editor-container {
    border-top: 1px solid #dbdbdb;
    -moz-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
    padding:15px 0px 0px 0px;
}

.SAScheduledHoursDashletContainer .d-dashlet-editor-container-footer {
    border-top:solid 1px #dbdbdb;
    margin:15px 0px 5px 0px;
    padding-top:3px;
}

.SAScheduledHoursDashletContainer .d-dashlet-body .d-dashlet-editor-container a.d-btn {
    padding:2px 12px!important;
    margin-right:5px;
}

#ctl00_body[style*="cursor: move"] .SAScheduledHoursDashletContainer .divEditButtonAbsolute {
    display:none;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer{
    height:153px;
    overflow-y:auto;
}
.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer .spanTitle{
    color: #606060!important;
    font-size: 12px!important;
    font-weight: normal!important;
    width: 100%;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer{
    position:relative;
    top:-18px;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer .formrow{
    padding:10px 0px 0px 0px!important;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer .formrow .spanScheduledHoursLabel{
    color:#000000;
    font-size: 12px!important;
    font-weight: bold!important;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer .formrow .spanScheduledHoursLabelGrey{
    color:#9b9b9b;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletEditViewListContainer .formrow .drpScheduledHoursControl{
    min-width:40%;
    margin-top:4px;
    padding: 5px 2px;
}

.SAScheduledHoursDashletContainer .divScheduledHoursDashletDisplayViewListContainer
{
    height:203px;
    overflow-y:auto;
    display:none;
}

/*Highchart*/
.highcharts-container>svg > :last-child tspan{
    fill:#FFFFFF;
    pointer-events:none;
}

.highcharts-container>svg>text>tspan{
    fill:#000000;
    pointer-events:none;
}

.highcharts-title>tspan{
    display:block!important;
    fill:#000000;
}

.highcharts-tooltip text tspan{
    fill:#000000!important;
}

.highcharts-grid path{
    stroke: #989898;
    stroke-width: 1;
    stroke-opacity: 0.5;
}


/*Whos Scheduled Dashlet*/
.SAWhosScheduledDashletContainer .divEditButtonAbsolute{
    display:none;
    position:absolute;
    width:100%;
}

.SAWhosScheduledDashletContainer .divEditButtonRelative{
    position:relative;
    top:-32px;
    right: 68px;
    width:17px;
    float:right;
}

.SAWhosScheduledDashletContainer .divEditButtonRelative a{
    cursor:pointer;
}

.SAWhosScheduledDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative{
    top:-40px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
    .SAWhosScheduledDashletContainer .divEditButtonRelative {
        top:-31px;
    }
    .SAWhosScheduledDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-39px;
    }
}
@-moz-document url-prefix() {
    .SAWhosScheduledDashletContainer .divEditButtonRelative {
        top:-32px;
    }

    .SAWhosScheduledDashletContainer .d-dashlet-editor-container .divEditButtonAbsolute .divEditButtonRelative {
        top:-40px;
    }
}

.d-layout-grid-row .gridContainerZone:nth-child(even) .SAWhosScheduledDashletContainer .divEditButtonRelative {
    right: 48px;
}

.SAWhosScheduledDashletContainer:hover .divEditButtonAbsolute{
    display:block;
}

.SAWhosScheduledDashletContainer .d-dashlet-editor-container {
    border-top: 1px solid #dbdbdb;
    -moz-transition: border-color 0.3s linear;
    -o-transition: border-color 0.3s linear;
    -webkit-transition: border-color 0.3s linear;
    transition: border-color 0.3s linear;
    padding:15px 0px 0px 0px;
}

.SAWhosScheduledDashletContainer .d-dashlet-editor-container-footer {
    border-top:solid 1px #dbdbdb;
    margin:0px 0px 5px 0px;
    padding-top:3px;
}

.SAWhosScheduledDashletContainer .d-dashlet-body .d-dashlet-editor-container a.d-btn {
    padding:2px 12px!important;
    margin-right:5px;
}

#ctl00_body[style*="cursor: move"] .SAWhosScheduledDashletContainer .divEditButtonAbsolute {
    display:none;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer{
    height:242px;
    overflow-y:auto;
}
.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .spanTitle{
    color: #606060!important;
    font-size: 12px!important;
    font-weight: normal!important;
    width: 100%;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer{
    position:relative;
    top:-18px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .divWhosScheduleDateTime .tblWhosSchedule{
    width:400px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .divWhosScheduleDateTime .tblWhosSchedule .date{
    width:122px!important;
    padding:3px 2px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .divWhosScheduleDateTime .tblWhosSchedule .imgbtn{
    margin-top:2px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .divWhosScheduleDateTime .tblWhosSchedule .drpWhosScheduledControl{
    width:132px!important;
    margin-top:4px;
    padding: 5px 2px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow{
    padding:10px 0px 0px 0px!important;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow .spanWhosScheduledLabel{
    color:#000000;
    font-size: 12px!important;
    font-weight: bold!important;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow .spanWhosScheduledLabelGrey{
    color:#9b9b9b;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow .drpWhosScheduledControl{
    min-width:40%;
    margin-top:4px;
    padding: 5px 2px;
}


.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow .element{
    float:left;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletEditViewListContainer .formrow .sub-prompt{
    padding: 2px 0px 0px 0px!important;
    font-size:12px;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletDisplayViewListContainer
{
    height:203px;
    overflow-y:auto;
    display:none;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletDisplayViewListContainer .divEmployeesScheduleInfo{
    padding-top:10px;
    cursor:pointer;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletDisplayViewListContainer .divEmployeesScheduleInfo .divEmployeesInfo .spanWhosScheduledEmployeeName{
    color:#365899;
    font-weight:bold;
}

.SAWhosScheduledDashletContainer .divWhosScheduledDashletDisplayViewListContainer .divEmployeesScheduleInfo .divEmployeesInfo .spanWhosScheduledPositionAndEmployeeNo{
    color:#616770;
}

.spanInvalidPasswordAttemptsLockMessage{
    color:red;
    font-size:13px;
}

#diviFrameContainer {
    min-height: 500px;
}

table.list_view td a {
    text-decoration: none !important;
}

/*Submit Success Dialog with ok button*/
.modalSubmitSuccessDialog {
    width: 390px !important;
}

.modalSubmitPreLoaderDialog {
    width: 200px !important;
}

.modalSubmitSuccessDialog .messageText, .modalSubmitPreLoaderDialog .messageText {
    line-height: 18px !important;
}

#MPEBIDSubmitPreLoaderDialog_backgroundElement {
    z-index: 10000 !important;
}

#ctl00_ContentPlaceHolderMain_PanelSubmitPreLoaderDialog {
    z-index: 10001 !important;
}

#MPEBIDSubmitSuccessDialog_backgroundElement {
    z-index: 11000 !important;
}

#ctl00_ContentPlaceHolderMain_PanelSubmitSuccessDialog {
    z-index: 11001 !important;
}

.modalBackgroundRepSubCov {
    z-index: 11000 !important;
}

.modalPopupRepSubCov {
    z-index: 11001 !important;
}

/*Post Group Message, Group Message, Group Participants and Group Comments*/
.subLegendMessage {
    margin-top: 15px !important;
    margin-left: 2px !important;
    margin-bottom: 30px !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.divGroupMessagesHeader, .divGroupMessageHeader {
    position: fixed;
    top: 80px;
    z-index: 1;
    background-color: #F5F5F5;
    width: 95.5%;
    padding-left: 45px;
    padding-top: 25px;
}

    .divGroupMessagesHeader .newLegend {
        margin-bottom: 20px !important;
    }

    .divGroupMessageHeader .newLegend {
        margin-bottom: 30px !important;
    }

.divGroupMessagesContent, .divGroupMessageContent {
    position: relative;
    top: 105px;
    width: 95.5%;
    padding-left: 45px;
}

.divGroupMessageRead {
    background-color: #ECECEC !important;
}

.divGroupMessageUnRead {
    background-color: white !important;
}

.divGroupMessagesHeaderCount {
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 15px;
    padding-left: 3px;
    border-bottom: solid 1px #ECECEC;
}

.divGroupMessagesNoRecord {
    padding-bottom: 10px;
    font-size: 12px;
    margin-top: 15px;
    padding-left: 3px;
}

.spnGreyText1 {
    color: #9f9a9a;
    font-size: 11px;
}

.spnGreyText2 {
    color: #9f9a9a;
}

.divGroupMessagesBack {
    padding-bottom: 10px;
    margin-top: -10px;
    padding-left: 3px;
    border-bottom: solid 1px #ECECEC;
}

.divGroupMessageContainer {
    background-color: white !important;
    padding: 10px !important;
}

.divGroupMessageManagerContainer {
    background-color: transparent !important;
    padding: 10px 10px 0px 0px !important;
}

    .divGroupMessageManagerContainer .divNotificationsGroup {
        background-color: transparent !important;
        padding: 0px !important;
    }

        .divGroupMessageManagerContainer .divNotificationsGroup table tr td {
            font-size: 12px;
            padding: 3px 0px;
            vertical-align: middle;
        }

            .divGroupMessageManagerContainer .divNotificationsGroup table tr td a {
                font-weight: normal !important;
                color: #0000FF !important;
            }

.divGroupMessageDetails {
    background-color: white !important;
    border: none;
    border-bottom: solid 1px #9f9a9a;
    padding: 10px 0px 10px 0px !important;
    margin-bottom: 5px;
}

.divGroupMessageCommentContainer {
    background-color: white !important;
    border: none !important;
    padding: 10px 0px 0px 0px !important;
    margin-bottom: 0px !important;
}

.divGroupMessageContainer .divCommentlbl {
    color: #9f9a9a;
    padding-bottom: 5px;
    border-top: solid 1px #9f9a9a;
    padding-top: 10px;
}

.divGroupMessageContainer .drpCommentType {
    margin-bottom: 8px;
    padding: 4px 0px;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}

.divGroupMessageContainer .txtGrpComment {
    margin-bottom: 8px;
    width: 98%;
    max-width: 400px;
    font-size: 12px;
    font-family: Verdana, Helvetica, sans-serif;
}

.divGroupMessageContainer .divBtnPost {
    text-align: right;
    width: 99%;
    max-width: 406px;
}

.divGroupMessageContainer .btnPost, .divGroupMessageContent .divBtnClose .btnPost {
    border-radius: 4px 4px 4px 4px;
    background-color: #FFFFFF;
    border: solid 1px #B9B9B9;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    width: 60px;
}

.divGroupMessageContainer .divCommentlblClose {
    color: #9f9a9a;
    border-top: solid 1px #9f9a9a;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-top: 7px;
}

.divGroupMessageContent .divBtnClose {
    padding: 15px 0px 30px 0px;
}

.divGroupMessageContainer .divCommentNoComments {
    color: #9f9a9a;
    padding-top: 5px;
}

.divGroupMessagesHeader .btn {
    text-align: center;
    color: White;
    font-size: 11px;
    font-weight: bold;
    width: 180px !important;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .divGroupMessagesHeader .btn a {
        margin: 0;
        padding: 4px 0px;
        text-decoration: none;
        color: #fff;
        background-color: #2A4F98;
        white-space: nowrap;
        display: block;
    }

.divGroupMessagesAutoRedirectHeaderCount {
    margin-top: -10px;
    padding-bottom: 15px;
    font: 12px verdana,helvetica,sans-serif;
    text-align: left;
    color: #2A4F98;
    cursor: pointer;
}

.spnGroupMessagesAutoRedirectHeaderCount {
    font: 12px verdana,helvetica,sans-serif;
    color: #2A4F98;
    cursor: pointer;
    padding-left: 0px;
}

.modalSEMsgSubmitSuccessDialog {
    width: 180px !important;
}

.menuUnreadGroupMessage {
    margin-right: 10px !important;
}


