/* defaults */
/*
html {
	background: #FFFFFF url(../images/body_bg.jpg) top left repeat-x;
}
BODY {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/body_bg.jpg) top left repeat-x;
	color: #818181;
}
a, body.mceContentBody a {
	color: #2F6DC2;
	text-decoration: underline;
	
}
a:hover, a:active, body.mceContentBody a:hover, body.mceContentBody a:active  {
  	color: #518EE2;
  	text-decoration: underline;
}
*/



a.bullet {
	color: #3E546A;
	text-decoration: none;
	padding: 0px 0px 0px 13px;
	background: url(../images/bullet.jpg) left center no-repeat;
}
a.bullet:hover, a.bullet:active {
	text-decoration: underline;
}
a.arrowBlue {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	padding: 2px 18px 2px 0px;
	background: transparent url(../images/arrow_on_blue.gif?v=1) right center no-repeat;
}
a.arrowBlue:hover, a.arrowBlue:active {
	color: #306684;
}

label .radio
{
	display: inline;
	float: none;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 14px;
	vertical-align: middle;
}

div.actionSuccessBox {
	margin: 0px auto 12px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/success.gif?v=1) left center no-repeat;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}
div.actionFailBox {
	margin: 0px auto 12px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/error.gif?v=1) left center no-repeat;
	color: red;
	font-size: 11px;
	border: 1px solid #000000;
	width: 400px;
}
div.errorBox {
  	margin: 10px auto 10px auto;
	padding: 6px 10px 6px 35px;
	background: #EEEEEE url(../images/error.gif?v=1) left center no-repeat;
	color: red;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	width: 400px;
}
div.errorBanner
{
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
div.questionBox {
	margin: 10px auto 13px auto;
	padding: 10px;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 450px;
	text-align: center;
	line-height: 18px;
}
div.waitBox {
	margin: 0px auto 13px auto;
	padding: 10px;
	background-color: #EEEEEE;
	color: #000000;
	font-size: 11px;
	border: 1px solid #000000;
	width: 450px;
	text-align: center;
	padding: 0px 0px 13px 0px;
	margin: 0px;
	line-height: 16px;
	display: none;
}
div.legendBox {
	margin: 10px auto 13px auto;
	padding: 10px 0px 10px 0px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	color: #000000;
	font-size: 11px;
	width: 95%;
	text-align: center;
	line-height: 16px;
}


img.icon16 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}


.topBox {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 4px 0px 4px 0px;
	width: 95%;
	margin: 2px auto 7px auto;
}



/**/
/* quickLinks */
/**/
/*
.quickLinks {
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
	padding: 4px 0px 4px 0px;
	width: 95%;
	margin: 2px auto 7px auto;
	text-align: center;
	line-height: 21px;
}
.quickLinks a {
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	line-height: 21px;
	white-space: nowrap;
	margin-bottom: 4px;
}
.quickLinks a img.icon16 {
	padding-top:0px;
	margin:0px;
	vertical-align: middle;
}
.quickLinks span {
	padding: 0px 6px 0px 6px;
	margin-bottom: 4px;
	white-space: nowrap;
	line-height: 21px;
}
.quickLinks select {
	margin-top:1px;
}
*/




.blueText {
	color: #2E71C7;
}


a.button {
    text-decoration:none !important ;
}
a.button img {
    margin-left:5px;
    margin-right:2px;
    border:none;
    vertical-align:bottom;
}


div.radioButton {
	margin:0px;padding:4px 0px 0px 0px;line-height:18px;
}
div.selectBox {
	margin:0px;padding:0px;line-height:18px;
}
div.textAboveInput {
	margin:0px;padding:4px 0px 0px 0px;
}

a.rightLinkIcon {
  	display: block;
  	float: right;
  	margin: 0;
  	padding: 0;
  	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.rightLinkIcon img {
	margin: 0;
	padding: 0;
	border: 0 none;
	vertical-align: top;
}


#ShiftNoteBox .ShiftNoteTitle
{
	width:100%;
	background-color:#CCC;
	padding-top:2px;
	padding-right:3px;
	padding-bottom:2px;
}
#ShiftNoteBox .ShiftNoteTitle .Buttons
{
	
	width:42px;
	height:16px;
	float:right;
}


#ShiftNoteBox  #EditNote
{
	clear:both;
	margin-bottom:10px;
	width:100%;
}

.DivDayNote
{
	position:absolute;
	display:inline;
	left:-1000px;
	top:0px;
	width:250px;
	height:auto;
	margin:0;
	padding:0;
	padding-bottom:5px;
	line-height:12px;
}
.DivDayNote span, DivShiftNote span
{
	color:#333333;
}
.DivShiftNote
{
	position:absolute;
	display:inline;
	left:-5000px;
	top:0px;
	width:250px;
	height:auto;
	margin:0;
	padding:0;
	padding-bottom:5px;
	line-height:12px;
}
img.icon16_left {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	margin-left:5px;
}

img.icon16_right {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
	margin-right:5px;
}

#ListNotifications
{
	width:520px;
	overflow:hidden;
	margin:0px;
}

/*div.notification
{
	margin-left:3px;
	margin-bottom:3px;
	margin-top: 1px;
	margin-right: 1px;
	padding:1px;
	padding-top:3px;
	padding-bottom:3px;
	width:510px;
	cursor:pointer;
	min-height:16px;
}

div.notification_active
{
	margin-left:3px;
	margin-bottom:3px;
	margin-top: 1px;
	margin-right: 1px;
	padding:0px;
	padding-top:2px;
	padding-bottom:2px;
	width:510px;
	border: 1px solid  #060;
	background: #E0FEEA;
	cursor:pointer;
	min-height:16px;
}
div.notification img , div.notification_active img 
{
	float:left;
	margin-right:3px;
	
}
div.notification span , div.notification_active span
{
	float:left;
	width:480px;
}*/
.fillH
{
	width: 100%;
}
.noWrap
{
	white-space: nowrap;
}
/*
.blueButton
{
	color:#fff;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border:0px;
	background:#74a2dc;
	background:linear-gradient(#74a2dc,#1e4e87);
	background:-webkit-linear-gradient(#74a2dc,#1e4e87);
	background:-o-linear-gradient(#74a2dc,#1e4e87);
	background:-moz-linear-gradient(#74a2dc,#1e4e87);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74a2dc',endColorstr='#1e4e87');
	border-radius:4px;
	cursor:pointer;
}
.blueButtonMedium
{
	font-size:11px;
	color:#fff;
	margin:0px;
	padding:3px 5px;
	text-align:center;
	vertical-align:middle;
	border:0px;
	background:#74a2dc;
	background:linear-gradient(#74a2dc,#1e4e87);
	background:-webkit-linear-gradient(#74a2dc,#1e4e87);
	background:-o-linear-gradient(#74a2dc,#1e4e87);
	background:-moz-linear-gradient(#74a2dc,#1e4e87);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#74a2dc',endColorstr='#1e4e87');
	border-radius:4px;
	cursor:pointer;
}
.disableButtonMedium
{
	font-size:11px;
	color:#707070;
	margin:0px;
	padding:3px 5px;
	text-align:center;
	vertical-align:middle;
	border:0px;
	background:#9e9e9e;
	background:linear-gradient(#e0e0e0,#b0b0b0);
	background:-webkit-linear-gradient(#e0e0e0,#b0b0b0);
	background:-o-linear-gradient(#e0e0e0,#b0b0b0);
	background:-moz-linear-gradient(#e0e0e0,#b0b0b0);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#e0e0e0',endColorstr='#b0b0b0');
	border-radius:4px;
	cursor:pointer;
}
*/
.redButton
{
	background:#bd5656 !important;
	border: 1px solid #bd5656 !important;
}
.redButton:hover,
.redButton:focus {
    border-color: #b74343 !important;
    background-color: #b74343 !important;
}

.tdHeadHover:hover {
	background: #B6B6B6 url(../images/table_header_bg.jpg) right bottom no-repeat;
	color: #000000;
	text-decoration: none;
}
.errorBorder
{
	border: 2px solid red !important;
}
.referralButton
{
	text-decoration:none;
	text-align: center;
	font-weight:400;
	line-height:1.43;
	white-space:nowrap;
	vertical-align:middle;
	cursor:pointer;
	user-select:none;
	border:2px solid #31acef;
	background:#31acef;
	color:#fff;
	letter-spacing:1px;
	font-size: 15px;
	padding:4px 10px;
	margin-left:30px;
	display: block;
	width: 185px;
	transition:all .8s;
}
.referralButton:hover
{
	text-decoration: none;
	background:#00193A;
	transition:all .8s;
	color:#fff;
	border:2px solid #31acef;
}
input[type=submit]:not([disabled]), button[type=submit]:not([disabled])
{
	cursor:pointer;
}
.cannotWorkDateText {
	border-bottom:2px solid red;
}
.cannotWorkDateText2 {
	border-bottom:2px solid darkorange;
}
.cannotWorkDateText3 {
	border-bottom:2px solid violet;
}
.cannotWorkDateText4 {
	border-bottom:2px solid gold;
}
.cannotWorkDateText5 {
	border-bottom:2px solid yellow;
}
.cannotWorkDateText6 {
	border-bottom:2px solid greenyellow;
}
.cannotWorkDateText7 {
	border-bottom:2px solid turquoise;
}
textarea.resizeVertical {
	resize: vertical;
}

.roundedQuickLinks
{
	text-align: center;
	width: 500px;
	padding: 4px;
	margin: 8px auto;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
}

form td.requiredField:after
{
	color: red;
	content: " *";
}

form tr:not(.insetRow)+tr.insetRow td
{
	border-top:inset;
}
form tr.insetRow td:first-child
{
	border-left: inset;
}
form tr.insetRow td:last-child
{
	border-right: inset;
}
form tr.lastInsetRow td
{
	border-bottom: inset;
}

.filterLine
{
	text-align:center;
	line-height:18px;
}

.filterLinePadBottom
{
	padding-bottom:8px;
}

.waitLineWrap
{
	margin-top:20px;
	text-align:center;
	font-weight:bold;
	color:#000;
}

span.waitLine
{
	background: transparent url(../images/loader.gif?v=1) left top no-repeat;
	margin: 0 5px;
	padding: 9px 0 20px 37px;
}

.blueButtonMediumSpaceLeft
{
	margin-left:5px;
}

.flat-button-grouping .button {
	padding: 10px 24px;
	border-radius: 0px;
}

/* Clear floats (clearfix hack) */
.flat-button-grouping:after {
	content: "";
	clear: both;
	display: table;
}

/* edit schedule updates */
.shiftSelRow select
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-size: 23px;
	background-position: right -4px center;
}

.shiftSelRow td
{
	padding: 1px 2px;
}

.shiftSelRow .shiftSelCell
{
	white-space: nowrap;
}

.userSelectScheduleDiv
{
	height: 100px;
	overflow:hidden;
	overflow-y: scroll;
	border: 1px solid #A8A8A8;
	background-color: #FFF;
	text-align: left;
	padding:3.2px 5.4px;
}