.pageHeader
{
	width: 100%;
	margin: 0px;
}
.pageHeaderImage
{
	width: 128px;
}
.pageHeaderContent
{
	border-right: 1px dotted #DCDCDC;
	padding-left: 4px;
}
.pageHeaderContent, .pageHeaderImage, .pageHeaderDescription, .pageHeaderLeftOptions, .pageHeaderRightOptions
{
	text-align: left;
	vertical-align: top;
	margin-bottom: 1em;
	display: inline-block;
}
.pageHeaderContent H2, .pageHeaderSearch H2
{
	border-bottom: 1px dotted #DCDCDC;
}
.pageHeaderDescription
{
	height: 100%;
	width: 200px;
	margin-right: 1em;
}
.pageHeaderLeftOptions
{
	height: 100%;
	margin-right: 1em;
	width: 170px;
}
.pageHeaderRightOptions
{
	height: 100%;
	font-size: smaller;
	padding-right: 1em;
	width: 170px;
}
.pageHeaderSearch
{
	padding-left: 1em;
	display: inline-block;
	text-align: left;
	margin-bottom: 1em;
}
.searchPanel
{
	padding: 2px;
	white-space: nowrap;
	overflow: hidden;
	clear: both;
}
.searchLabel
{
	font-weight: bold;
	float: left;
	width: 100px;
	color: #666666;
	padding-right: 1em;
}
.searchLabelNormal
{
	font-weight: normal;
	float: left;
	width: 100px;
	color: #666666;
	padding-right: 1em;
}

.searchTextBox
{
	width: 110px;
}

.errorMessageLabel
{
	font-weight: lighter;
	float: left;
	color: #E00000;
	padding-right: 1em;
	font-size: smaller;
}
.saveErrorMessageLabel
{
	font-weight: lighter;
	color: #E00000;
	float: left;
	padding-top: 0.18em;
	padding-right: 1em;
	padding-bottom: 0.18em;
    font-size: small;
}
.errorStackTrace
{
	border: 1px solid #DCDCDC;
	width: 600px;
	overflow: scroll;
}
.swatchPanel
{
	border: 1px solid #999999;
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	width: 50px;
	height: 100%;
	display: inline;
	color: #000000;
	padding: 2px 8px;
}
.colourSwatch
{
	float: left;
	padding: 2px;
	margin: 0;
	width: 100px;
	height: 100%;
	overflow: hidden;
}
.gridColourSwatch
{
	float: left;
	padding: 2px;
	margin: 0;
	width: 100%;
	height: 100%;
}
/*Documents*/
.documentPanel
{
	padding: 0px;
	margin: 2px;
	cursor: default;
	overflow: hidden;
	text-align: center;
	display: inline-block;
}
.documentPanel A
{
	padding: 5px;
	margin: 0px;
	width: 100%;
	height: 100%;
	cursor: default;
	color: #666666;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: small;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.documentPanel A:hover
{
	padding: 5px;
	margin: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #509040;
	border: 1px solid #509040;
	background-color: #F5FFF5;
	overflow: hidden;
	font-size: small;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
.documentPanel IMG
{
	border: none;
	text-align: center;
	margin-bottom: 5px;
}
.documentInfoLabel
{
	display: block;
	color: #DCDCDC;
}
/*Posts*/
.postPanel
{
	width: 100%;
	padding: 0px;
	margin: 0.5em;
	display: block;
	border: 1px solid #999999;
}
.postHeaderPanel
{
	padding: 0.5em;
	width: 100%;
	background-color: #999999;
	color: #FFFFFF;
}
.postHeaderPanel H3
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: large;
	border-bottom: none;
	margin: 0px;
}
.postAuthorPanel
{
	padding: 0.5em;
	margin: 0px;
	width: 150px;
	text-align: center;
	background-color: #DCDCDC;
	height: 100%;
	float: left;
}
.postAuthorPanel IMG
{
	border: none;
	text-align: center;
	margin-bottom: 0.5em;
	width: 100px;
	height: 100px;
	display: block;
}
.postContentPanel
{
	padding: 0.5em;
	margin: 0px;
	width: 100%;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
	float: right;
}
/*Login page*/
.loginPageHeader
{
	width: 100%;
	margin: 0px;
}
.loginPageContentBorder {
    width: 300px;
    height: auto;
    border: 2px solid #fff;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    padding: 15px;
    border-radius: 10px;
}

.login-labels span {
    font-size: 15px;
}
.login-labels input {
    width: calc(100% - 100px);
    border: none;
    padding: 5px 3px;
    border-radius: 5px;
}
.login-btn input {
    margin-top: 5px;
    padding: 4px;
    text-align: center;
    width: 100%;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #57b646;
    border-radius: 25px;
}
.loginPageContent {
    width: 100%;
    padding: 0px;
    vertical-align: middle;
    text-align: left;
    margin: 0 auto;
    /*background-color: #a0a29e;*/
    color: #fff;
    font-weight: 700;
}
.loginContentPanel
{
	padding: 0em;
	margin: 0px;
	width: 100%;
	text-align: center;
	/*background-color: #000;*/
	height: 100px;
}
.loginheaderTitleLabel
{
	font-weight: normal;
	float: left;
	color: #80C070;
	padding-left: 0.5em;
	font-size: xx-large;
}
.loginPagePoweredBy
{
	width: 245px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	margin: 0 auto;
}
.gridStrongLabel
{
	padding:2px;
	font-weight:bold;
}
.gridStrongImageLabel
{
	padding-bottom:2px;
	padding-left:0px;
	padding-right:2px;
	padding-top:2px;
	font-weight:bold;
}

/*Labour Related Styles*/
div.divider
{
    margin-top:4px; 
    margin-bottom:4px;
}
div.halfDivider
{
    margin-top:2px; 
    margin-bottom:2px;
}
div.doubleDivider
{
    margin-top:8px; 
    margin-bottom:8px;
}
.pageHeaderImage2
{
	width: 128px;
}
.pageHeaderContent2
{
	padding-left: 4px;
	width: 60%;
}
.pageHeaderContentRight2
{
	padding-left: 4px;
	width: 20%;
	float: right;
}
.pageHeaderContent2, .pageHeaderImage2, .pageHeaderDescription, .pageHeaderLeftOptionsLabour, .pageHeaderRightOptionsLabour
{
	text-align: left;
	vertical-align: top;
	margin-bottom: 1em;
	display: inline-block;
}
.pageHeaderContent2 H2, .pageHeaderSearchLabour H2
{
	border-bottom: 1px dotted #DCDCDC;
}
.pageHeaderDescription2
{
	height: 100%;
	width: 60%;
	margin-right: 1em;
}
.editRosterTextBox
{
     Width:90px; 
     margin-bottom:3px; 
     margin-top:3px;
     cursor: pointer;
}

/*V2 CSS*/
DIV.v2_page DIV.v2_header
{
	height: 60px;
}
DIV.v2_page DIV.v2_header DIV.v2_title
{
	color: #509040;
	font-size: 2em;
	float: left;
}
DIV.v2_page DIV.v2_header DIV.v2_options
{
	float: right;
}
DIV.v2_page DIV.v2_header DIV.v2_icon
{
	float: left;
	width: 45px;
	padding-top: 2px;
}
DIV.v2_page TABLE.v2_reports
{
	width: 100%;
	border: 1px solid #CCC;
    border-spacing: 0;
    border-collapse: collapse;
}
DIV.v2_page DIV.v2_reportDivide
{
	height: 20px;
}
DIV.v2_page TABLE.v2_reports TD.v2_group DIV.v2_icon
{
	float: left;
	width: 35px;
}
DIV.v2_page TABLE.v2_reports TD.v2_group
{
	background-color: #AAA;
	padding: 4px;
	height: 24px;
}
DIV.v2_page TABLE.v2_reports TD.v2_group DIV.v2_title
{
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	padding-top: 2px;
}
DIV.v2_page TABLE.v2_reports TR.v2_report TD.v2_title
{
	/*[disabled]height:45px;*/
	width: 250px;
	padding: 10px 10px 10px 40px;
	vertical-align: top;
}
DIV.v2_page TABLE.v2_reports TR.v2_report TD.v3_title
{
	/*[disabled]height:45px;*/
	width: 250px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
DIV.v2_page TABLE.v2_reports TR.v2_report TD.v2_description
{
	border-left: 1px dotted #CCC;
	padding: 8px;
	vertical-align: top;
}
DIV.v2_page TABLE.v2_reports TR.v2_report TD:first-child
{
	width: 50%;
    border-right: 1px dotted #DCDCDC;
}
DIV.v2_page TABLE.v2_reports TD.v2_report.last
{
	border-bottom: 1px solid #CCC;
}
DIV.v2_page TABLE.v2_reports TR.v2_report.alt
{
	background-color: #EEE;
}

.V4_Div
{
	/*[disabled]height:45px;*/
	width: 250px;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
.spacingNormal
{
    margin-top:5px; 
}
.spacingDouble
{
    margin-top:10px; 
}
.spacingTriple
{
    margin-top:15px; 
}

.searchSection
{
   border: solid 1px #CCCCCC;
   background-color: #E2FCD7;
}

.searchSection tr
{
   height:30px;
}

.searchSectionTitle
{
    width: 100px;
    float: left;
    height: 100%;
}

.searchSectionInput
{
    float: left;
    height: 100%;
}

.searchSubSection
{
    margin: 6px 2px 6px 2px;
}

.searchInputGroup
{
    padding: 6px 4px 6px 4px;
    height: 30px;
    float: left;
}

/*JQuery Tooltip Styles*/
/* tooltip styling */
.tooltip 
{
	display:none;
	background:url(../../../App_Themes/Default/Images/black_arrow.png);
	height:90px;
	padding:16px 16px 10px 22px;
	width:166px;
	font-size:12px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label 
{
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
	color:#fff;
	font-size:12px;
}

.tooltip a 
{
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}

.newLabel
{
    font-size:smaller;
    color:Red;
    font-style:italic;
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
    position: absolute;
    margin-left: 0;
    margin-top: 0;
}

.snapshotTotalLabel
{
    font-size: medium;
    font-style: normal;
    font-weight: 500;
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
    font-size: 14px;
    color: #7D7D7D;
}

.inputGroup
{
    padding: 6px 4px 6px 4px;
    margin-bottom: 4px;
    /*float: left;*/
}
.sectionTitle
{
    width: 100px;
    float: left;
    height: 100%;
}
.sectionTitleLong
{
    width: 170px;
    float: left;
    height: 100%;
}
.sectionInput
{
    /*float: left;*/
    height: 100%;
}


.leftSection
{
    float:left; 
    width: 48%;
}
.rightSection
{
    float:right; 
    width: 48%;
}

.moreOptionLink
{
    padding: 2px 2px 2px 2px;
}

.areaCodeInput
{
    width: 40px;
    margin: 2px 2px 2px 2px;
}
.phoneNumberInput
{
    width: 108px;
    margin: 2px 2px 2px 2px;
}

.telerikLeftPadding
{
    margin-left: 2px;
}

.hideMessage
{
    display:none;
}
.informationMessage
{
    width: 99%;
    padding: 4px 4px 4px 4px;
    font-size: medium;
    text-align: center;
    background-color: #FEF7CB;
    border-color: #FFE475;
}
.errorMessage
{
    width: 99%;
    padding: 4px 4px 4px 4px;
    font-size: medium;
    text-align: center;
    background-color: #FECBCB;
    border-color: #FF7575;
    color: #E00000;
}
.successMessage
{
    width: 99%;
    padding: 4px 4px 4px 4px;
    font-size: medium;
    text-align: center;
    background-color: #CFFECB;
    border-color: #75FF7A;
}

.disabledInput
{
    border: none 0 white;
    background-color: White;
    color: Black;
}
.radioButtonInput
{
    height: 27px;
}
.errorMsg
{
    font-weight: lighter;
	color: #E00000;
	padding-right: 1em;
	font-size: medium;
}
.errorInput
{
    background-color: #FECBCB;
}
.errorDropDown
{
    border-color: #FECBCB;
}
.noMargin
{
    text-align: left;
    margin: 0px 0px 0px 0px;
}

.textbox
{
    margin-bottom: 2px;
    margin-top: 1px;
    margin-right: 4px;
}
.NewRosterEntryDiv
{
    background-color: #ECFFEB;
    padding-top: 2px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 10px;
    border: solid 1px #DEEDDD;
}
.shadow {
    -moz-box-shadow: 3px 3px 3px #C4C4C4;
    -webkit-box-shadow: 3px 3px 3px #C4C4C4;
    box-shadow: 3px 3px 3px #C4C4C4;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#C4C4C4')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#C4C4C4');
}
.shadow-small {
    -moz-box-shadow: 1px 1px 1px #9E9E9E;
    -webkit-box-shadow: 1px 1px 1px #9E9E9E;
    box-shadow: 1px 1px 1px #9E9E9E;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#9E9E9E')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#9E9E9E');
}
.picture-frame
{
    padding-top: 6px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    border: solid 1px #DEDEDE;
}
.LoadingLabel
{
    color: #509040;
    font-weight: normal;
    font-size: 20px;
    margin: 4px 0;
}
.sub-header
{
    color: #509040;
	font-weight: normal;
	font-size: 16px;
	margin: 4px 0;
}
.step-number
{
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
    color: #509040;
    font-weight: normal;
    font-size: 22px;
}
.step-title
{
    font-family: 'Segoe UI', Verdana, Arial, Sans-Serif;
    color: #509040;
    font-weight: normal;
    font-size: 20px;
    margin: 4px 0;
}
.messageDialogDiv-None
{
    display: none;
    visibility: hidden;
}
.messageDialogDiv-Info
{
    background-image: url("/App_Themes/Default/Images/Common/48x48/ok.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    min-height: 100px;
}
.messageDialogDiv-Error
{
    background-image: url("/App_Themes/Default/Images/Common/48x48/false.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    min-height: 100px;
}
.messageDialogDiv-Confirmation
{
    background-image: url("/App_Themes/Default/Images/Common/48x48/help.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    min-height: 100px;
}
.messageDialog-span
{
    margin: 5px 10px 0px 56px;
    text-align: left;
    display: block;
    
}
.rad-upload li 
{
    padding-bottom: 4px !important;
    padding-top: 4px !important;
}
.label-top-align span {
    vertical-align: top !important;
}

