﻿/*
  Styles for everything
*/
div {
	font-family: Arial;
	color: #444444;
	/*color: #000080;*/
}
a
{
	text-decoration: none;	/* I'd rather have to explicitly put underlines on links */
}

.schoolName
{
    font-weight: bold;
}

.removebutton {
	background: #F46767;
	color: white;
	padding: 0.5em;
	width: 50px;
	display: block;
	position: relative;
	height: 10.5px;
	text-align: center;
	font-size: 9pt;
}

.newsearchlight {
	background:#CCCFD3;
	color: white;
	padding: 0.5em;
	width: 50px;
	display: block;
	position: relative;
	height: 10.5px;
	text-align: center;
	font-size: 9pt;
}

.pogsbutton {
	background: #4A6AE4;
	color: white;
	padding: 0.5em;
	width: 50px;
	display: block;
	position: relative;
	height: 10.5px;
	text-align: center;
	font-size: 9pt;
}

.newsearchdark {
	background:#5C677D;
	color: white;
	padding: 0.5em;
	width: 50px;
	display: block;
	position: relative;
	height: 10.5px;
	text-align: center;
	font-size: 9pt;
}


.unusedArea
{
	background-color: #A6A6A6;
}
.usedArea
{
	position: relative;
	width: 950px; 
	margin-left: auto; 
	margin-right: auto;
	padding-left: 9px;
	padding-right: 9px;
	background-color: White;
	background-image: url('../../Images/BackgroundShadowHack.png');
	background-repeat: repeat-y;
}
.headerArea
{
	height: 205px;
	position: relative; 
	z-index: 5;
	/*text-align: center;*/
}
.contentArea {
	position: relative;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: auto;
	margin-bottom: 100px !important;
}
.contentAreaNoPadding
{
	position: relative; 
	z-index: 5;
}
.footerArea
{
	position: relative;
	width: 100%;
	z-index: 3;
}


.standardText {
	font-size: 10pt;
	color: #444444;
	/*color: #000080;*/
}
.standardTextHighlight {
	font-size: 10pt;
	font-weight: bold;
	color: #444444;
	/*color: #000080;*/
}
.standardTextLowlight
{
	font-size: 10pt;
	color: #6C6C6E;
}
.standardHyperlink
{
	font-size: 10pt;
	color: #444444;
}

.disabled
{
	background-color: #ADADAD;
	border: solid 1px #7F9DB9;
}
.disabledLabel
{
	color: #ADADAD;
}

.watermark
{
	font-size: 10pt;
	color: #6C6C6E;
	font-style: italic;
}

.good
{
	color: #0B9C00;
}
.ok
{
	color: #BEB700;
}
.bad
{
	color: #E20000;
}
.dormant
{
	color: #000000;
}
.orange
{
    color: #FF5800;
}
.blue
{
    color: #000080;
}
.lightblue
{
    color: #1e90ff;
}
.uploaded
{
    color: #56B7A3;
}
.issued
{
    color: #E49135;
}
ul.yellowBullet
{
    padding-left: 20px; background-image: ("~/Images/YellowBullet.jpg") no-repeat x y;
}

ul.yellowBullet li
{
}

.normalInputBorders
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #ABADB3;
    border-bottom-color: #E3E9EF;
    border-left-color: #E2E3EA;
    border-right-color: #DBDFE6;
}


.animate
{
	/* We just use this with some jQuery in Normal.master.vb to define controls that we want to animate */
}

.newMenButton {
	display: inline-grid;
	width: 7.5em;
	/*height: 1.5em;*/
	margin-bottom: 0.2em;
	padding: 1.2em;
	background: #f0f0f0;
	cursor: pointer;
	position: relative;
	bottom: 0px;
	right: -15px;
	text-align: center;
	color: #444444;
	font-size: 9pt;
	justify-content: space-evenly;
	align-items: normal;
}



.menuTab
{
	font-size: 10pt;
	position: absolute; 
	bottom: 14px; 
	left: 10px; 
	width: 94px; 
	text-align: center;
	color: #000080;
	font-weight: bold;
}
.selectedMenuTab
{
	font-size: 10pt;
	position: absolute; 
	bottom: 14px; 
	left: 10px; 
	width: 94px; 
	text-align: center;
	font-weight: bold;	
	color: #000080;
}

.defaultMenuTab
{
	font-size: 10pt;
	position: absolute; 
	bottom: 20px; 
	left: 10px; 
	width: 94px; 
	text-align: center;
	color: #000080;
	font-weight: bold;
}
.selectedMenuTab2
{
	font-size: 10pt;
	position: absolute; 
	bottom: 20px; 
	left: 10px; 
	width: 94px; 
	text-align: center;
	font-weight: bold;	
	color: #000080;
}

.dateText {

	color: #444444;
	font-size: 13pt;
	font-weight: bold;
	width: 200px;
}


.menu
{
	font-weight: bold;
	font-size: 10pt;
	width: 100px;
}
.menuItem
{
	color: Black;
}
.menuHover
{
}
.menuSelected
{
}

.subMenu
{
	width: 180px;
	border: solid 1px black;
	z-index: 1000 !important;
}
.subMenuItem
{
	line-height: normal;
	font-size: 8pt;
	background-color: #DBE8F1;
	border-bottom: solid 1px lightGray;
	color: Black;
	height: 22px;
	width: 180px;
	vertical-align: middle;
}
.subMenuHover
{
	font-weight: bold;
}
.subMenuSelected
{
}



/*
.ajax__calendar_container : The outer rectangular container that supplies the border around the calendar element. Child Css classes: .ajax__calendar_header,.ajax__calendar_body,.ajax__calendar_footer.
	.ajax__calendar_header : A container element that holds the next and previous arrows and the title of the current view. Child Css classes: .ajax__calendar_prev, .ajax__calendar_title, .ajax__calendar_next.
		.ajax__calendar_prev : An element that displays the arrow to view the previous set of data in the view(previous month/year/decade). Child Css classes: none.
		.ajax__calendar_title : An element that displays the title of the current view (month name, year, decade). Child Css classes: none.
		.ajax__calendar_next : An element that displays the arrow to view the previous set of data in the view (previous month/year/decade). Child Css classes: none.
	
	.ajax__calendar_body : A container element that holds the days, months, and years panes. Also provides a fixed rectangle with hidden overflow that is used for transitioning between views (next/previous month, or days/months/years).Child Css class: .ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years.
		.ajax__calendar_days : A container element that holds the layout for the days in a month. Child Css classes: .ajax__calendar_dayname, .ajax__calendar_day
			.ajax__calendar_dayname : An element that displays the short name of the day of the week. Child Css classes: none.
			.ajax__calendar_day : An element that displays the day of the month. Child Css classes: none
		.ajax__calendar_months : A container element that holds the layout for the months in a year. Child Css classes: .ajax__calendar_month.
			.ajax__calendar_month : An element that displays the month of the year. Child Css classes: none
		.ajax__calendar_years : A container element that holds the layout for the years in a decade. Child Css classes: .ajax__calendar_year.
			.ajax__calendar_year : An element that displays the year in a decade. Child Css classes: none
	
	.ajax__calendar_footer : A container element that holds the current date. Child Css classes: .ajax__calendar_today.
		.ajax__calendar_today : An element that displays the current date. Child Css classes: none.

.ajax__calendar_hover : This is applied to an element in the DOM above a day, month or year and is used to apply CSS attributes that show a hover state. Child Css classes: .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year
.ajax__calendar_active : This is applied to an element in the DOM above a day, month or year and is used to apply CSS attributes that show the currently selected value. Child Css classes: .ajax__calendar_day, .ajax__calendar_month, .ajax__calendar_year.
.ajax__calendar_other : This is applied to an element in the DOM above a day or year that is outside of the current view (day not in the visible month, year not in the visible decade). Child Css classes: .ajax__calendar_day, .ajax__calendar_year.
*/
.calendar 
{
	z-index: 1000;
}
.calendar .ajax__calendar_container 
{
    border:1px solid #646464;
    background-color: White;
    z-index: 1000;
    
}
.calendar .ajax__calendar_header{}
.calendar .ajax__calendar_header .ajax__calender_title{}
.calendar .ajax__calendar_header .ajax__calender_prev{}
.calendar .ajax__calendar_header .ajax__calender_next{}
.calendar .ajax__calendar_body{}
.calendar .ajax__calendar_body .ajax__calendar_days{}
.calendar .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname{}
.calendar .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day
{
	text-align: center;
}
.calendar .ajax__calendar_body .ajax__calendar_months{}
.calendar .ajax__calendar_body .ajax__calendar_months .ajax__calendar_month{}
.calendar .ajax__calendar_body .ajax__calendar_years{}
.calendar .ajax__calendar_body .ajax__calendar_years .ajax__calendar_year{}
.calendar .ajax__calendar_footer{}
.calendar .ajax__calender_footer .ajax__calendar_today{}
.calendar .ajax__calendar_hover .ajax__calendar_day
{
	background-color: #EEEEEE;
}
.calendar .ajax__calendar_hover .ajax__calendar_month{}
.calendar .ajax__calendar_hover .ajax__calendar_year{}
.calendar .ajax__calendar_active .ajax__calendar_day
{
	border: solid 1px #007AB7;
}
.calendar .ajax__calendar_active .ajax__calendar_month{}
.calendar .ajax__calendar_active .ajax__calendar_year{}
.calendar .ajax__calendar_other .ajax__calendar_day
{
	color: #6C6C6E;
}
.calendar .ajax__calendar_other .ajax__calendar_year
{
	color: #6C6C6E;
}


/*
  Header Styles
*/
.loginTextButton
{
	font-weight: bold;
	text-decoration: none;
}
.dateText {
	font-size: 11pt;
	color: #444444;
	/*color: #7687D9;*/
}

.pageDescription
{
	color: White;
	font-size: 11pt;
	font-weight: bold;
}
.companyName
{
	font-size: 14pt;
	font-weight: bold;
}
.addressHeader
{
	font-size: 14pt;
	color: #686868;
	font-weight: bold;
}
.username
{
	font-size: 10pt;
}



/*
  Content Styles
*/
.h1
{
	font-size: 20pt;
}
.h2
{/* Standard */
	font-size: 14pt;
}
.h2b
{/* Dark blue */
	font-size: 13pt;
	/*color: #000080;*/
}
.h2c { /* Dark blue */
	font-size: 14pt;
	/*color: #007AB7;*/
	color: #444444;
}
.h2d
{/* Grey */
	font-size: 14pt;
	color: #A7A7A7;
}
.h3
{
	font-size: 12pt;
	font-style: italic;
}

.defaultH1
{
	font-size: 18pt;
	font-weight: bold;
    font-variant: small-caps;
}


.largeTextButton
{/* Dark blue */
	font-size: 13pt;
	color: #007AB7;
	font-weight: bold;
}
.smallTextButton
{/* Dark blue */
	font-size: 10pt;
	color: #007AB7;
	
}

.list
{
	list-style-type: disc;
}
.listItem
{
	padding-top: 5px;
}

.hr1
{
	height: 3px;
	width: 100%;
	color: #007AB7;
	background-color: #D7D7D7;
	border: none;
}
.hr2
{
	height: 2px;
	width: 100%;
	color: #9B9B9B;
	background-color: #9B9B9B;
	border: none;
}
.hr3
{
	height: 1px;
	width: 100%;
	color: #9C9C9C;
	background-color: #9C9C9C;
	border: none;
}
.hrGreen
{
	height: 2px;
	color: #2AA916;
	background-color: #2AA916;
}

/*color*/
.dark {
	color: #444444;
}


.beige {
	background: #f6e4ce;
}

.pink {
	color: whitesmoke;
	background: #f665c6;
}


/* Dashboard stuff */
.dashboardPanelWithFloats
{
	width: 100%;
	position: relative;
	padding-top: 6px;
	line-height: normal;
}
.dashboardNamePanel
{
	float: left;
	width: 220px;
	height: 100%;
}
.dashboardValuePanel
{
	float: right; 
	width: 330px;
	overflow: hidden;
	height: 100%;
}



/* These are used for the data entry screens, registration, etc... */
.longInput
{
	width: 224px;
}
.mediumLongInput
{
	width: 150px;
}
.mediumInput
{
	width: 105px;
}
.shortInput
{
	width: 64px;
}

.dataEntryPanel
{
	width: 100%; 
	min-height: 46px; 
	position: relative;
	border-bottom: solid 1px #9C9C9C;
}
.dataEntryName
{
	position: absolute; 
	top: 16px; 
	right: 260px;
}
.dataEntryInput
{
	position: absolute; 
	top: 12px; 
	left: 170px;
}
.dataReviewPanel
{
	width: 100%;
	height: 24px;
	position: relative;
}
.dataReviewPanelWithFloats
{
	width: 100%;
	position: relative;
	padding-top: 16px;
}
.dataReviewName
{
	position: absolute;
	top: 16px;
	left: 0px;
}
.dataReviewNamePanel
{
	float: left;
	width: 220px;
}
.dataReviewValue
{
	font-weight: bold;
	position: absolute;
	top: 16px;
	left: 220px;
}
.dataReviewValuePanel
{
	float: right; 
	width: 192px;
}
.dataReviewPanelClear
{
	clear: both;
}
.phoneInput0
{
	position: absolute;
	top: 12px;
	left: 170px;
	width: 20px;
}
.phoneInput1
{
	position: absolute;
	top: 12px;
	left: 204px;
	width: 35px;
}
.phoneInput2
{
	position: absolute;
	top: 12px;
	left: 253px;
	width: 35px;
}
.mobileInput0
{
	position: absolute;
	top: 12px;
	left: 170px;
	width: 35px;
}
.mobileInput1
{
	position: absolute;
	top: 12px;
	left: 219px;
	width: 28px;
}
.mobileInput2
{
	position: absolute;
	top: 12px;
	left: 261px;
	width: 28px;
}
.abnInput0
{
	position: absolute;
	top: 12px;
	left: 170px;
	width: 21px;
}
.abnInput1
{
	position: absolute;
	top: 12px;
	left: 205px;
	width: 28px;
}
.abnInput2
{
	position: absolute;
	top: 12px;
	left: 247px;
	width: 28px;
}
.abnInput3
{
	position: absolute;
	top: 12px;
	left: 289px;
	width: 28px;
}

/* These are used for the document entry screens */
.docShortInput
{
	width: 80px;
}
.docMediumInput
{
	width: 140px;
}
.docLongInput
{
	width: 200px;
}



/* Floater styles */
.modalPanel
{
	top: 0px; 
	left: 0px; 
	height: 100%; 
	width: 100%; 
	position: fixed; 
	z-index: 1000;
	background-image: url('../../Images/Shadow.png');
}
.block
{
    z-index: 10000 !important;
    display: none;
}
.standardFloater {
	position: relative; 
	top: 200px;
	padding: 10px;
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.standardFloaterContent
{
	position: relative; 
	background-color: White; 
	border: solid 1px black;
}
.floaterHeader
{
	background-color: #444444; 
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom: solid 2px Gray; 
}
.floaterHeaderText
{
	color: White;
	font-size: 12pt;
	font-weight: bold;
}
.floaterSubHeader
{
	min-height: 12px;
	background-color: #f0f0f0; 
	border-bottom: solid 1px #9EA9BC; 
	vertical-align: middle;
	padding: 4px 8px; /* top & bottom 4; left and right 8*/
}
.floaterMiddle
{
	position: relative;
	padding: 12px;
	min-height: 60px;
	vertical-align: middle;
}
.floaterBottom
{
	height: 40px; 
	background-color: #f0f0f0;	
	width: 100%; 
	border-top: solid 1px #9EA9BC; 
	position: relative;
}



/* GridViews */
.gridViewHeader {
	height: 20px;
	text-align: left;
	padding-top: 2px;
	/*color: #000080;*/
	color: #444444;
}
.gridViewHeaderFirst
{
	padding-left: 1px;
}
.gridViewRight
{
    /* Annoying, but easiest and most compatible way of having right aligned headers in gridviews */
    text-align: right;
}
.gridViewRow
{
	height: 25px;
	text-align: left;
}

.gridView0, .gridView1	/* These are just parent class names, not sure they even need to exist */
{

}
.gridViewItem
{
	vertical-align: middle;
}
.gridViewItemHover
{
	cursor: pointer;
}
.gridView0 .gridViewItem {
	border-bottom: solid 1px #d7d7d7; /* IE7 doesn't want to put a border on a tr (gridViewRow), so we have to put it on the item */
}
.gridView0 .gridViewItemHover {
	background-color: #f0f0f0;
}
.gridView0 .gridViewHeader
{
	background-color: #f0f0f0;
	border-bottom: solid 2px #d7d7d7;

}
.gridView1 .gridViewItem
{
	border-bottom: solid 1px #75BC80;	/*IE7 doesn't want to put a border on a tr (gridViewRow), so we have to put it on the item */
}
.gridView1 .gridViewItemHover
{
	background-color: #EAEFEB;
}
.gridView1 .gridViewHeader
{
	background-color: #DBF1DD;
	border-bottom: solid 2px #75BC80;
}

.gridViewPager
{
}
.gridViewPagerHeader
{
	font-size: 8pt;
}
.gridViewPagerButton
{
	color: #007AB7;
	padding-left: 3px;
	font-size: 9pt;
}
.gridViewPagerButtonSelected
{
	color: #007AB7;
	text-decoration: underline;
	cursor: default;	
	padding-left: 3px;	
	font-size: 9pt;
}




/* Repeater */
.documentPanel
{
	position: relative; 
	width: 100%; 
	height: 100px;
	border-bottom: solid 1px #ADADAD;
}
.documentPanel0
{
	background-color: #DBE8F1;
}
.documentPanel1
{
	/*background-color: #DBF1DD;*/
	background-color: #DBE8F1;		/* For now, documentPanel1 is the same as documentPanel0 */
}
.otherDocumentsPanel
{
	height: 70px;
}
.documentTemplatePanel
{
	position: relative; 
	width: 100%; 
	height: 200px;
	border-bottom: solid 1px #ADADAD;
}


/* AutoComplete Lists */
.autoCompleteList
{
	z-index: 10000;
	border: solid 1px #ACA899;
	position: relative;
	background-color: White;
}
.autoCompleteItem
{
    font-size: 9pt;
    height: 18px;
    overflow: hidden;
	padding: 4px 2px 2px 2px;
}
.autoCompleteHighlight
{
	background-color: #E8ECEF;
    font-size: 9pt;
    height: 18px;
    overflow: hidden;
	padding: 4px 2px 2px 2px;
}


/* Quick selection lists */
.quickListItemPanel
{
	width: 100%; 
	position: relative;
	padding-bottom: 10px;
}
.quickListItem
{
	font-size: 13pt;
	color: #007AB7;
}

/* Validator Callout */
.validatorCallout div, .validatorCallout td 
{
	border: solid 1px #007AB7;
	background-color: #DBE8F1;
}
.validatorCallout .ajax__validatorcallout_popup_table 
{
	border:none;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_popup_table_row 
{
	vertical-align:top;
	height:100%;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_callout_cell 
{
	width:20px;
	height:100%;
	text-align:right;
	vertical-align:top;
	border:none !important;
	background-color:transparent !important;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_callout_table 
{
	height:100%;
	border:none;
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_callout_table_row 
{
	background-color:transparent;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell 
{
	padding:8px 0px 0px 0px;
	margin:0px;
	text-align:right;
	vertical-align:top;
	font-size:1px;
	border:none !important;
	background-color:transparent !important;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv 
{
	font-size:1px;
	position:relative;
	left:1px;
	border-bottom:none !important;
	border-right:none !important;
	border-left:none !important;
	width:15px;
	background-color:transparent !important;
	padding:0px;
	margin:0px;
}
.validatorCallout .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div 
{
	height:1px;
	overflow:hidden;
	border-top:none !important;
	border-bottom:none !important;
	border-right:none !important;
	padding:0px;
	margin:0px 0px 0px auto;
}
.validatorCallout .ajax__validatorcallout_error_message_cell 
{
	font-family:Verdana;
	font-size:10px;
	padding:5px;
	border-right:none !important;
	border-left:none !important;
	vertical-align: middle;
	width:100%;
}
.validatorCallout .ajax__validatorcallout_icon_cell 
{
	width: 0px;
	padding: 5px;
	margin: 0px;
	border-right: none !important;
}
.validatorCallout .ajax__validatorcallout_close_button_cell 
{
	vertical-align:top;
	padding:0px;
	margin:0px;
	text-align:right;
	border-left:none !important;
}
.validatorCallout .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv 
{
	border:none !important;
	text-align:center;
	width:10px;
	padding:2px;
	cursor:pointer;
}

.validatorInvalidField
{
	background-color: #DBE8F1;
	border: solid 1px #7F9DB9;
}
.validatorInvalidField2
{
	background-color: #E29999;
	border: solid 1px #7F9DB9;
}


/*
  Footer Styles
*/
.footerBar
{
	background-color: #c2c2c2; 
	text-align: center; 
	padding-top: 6px;
	width: 100%; 
	height: 40px; 
}

.footerLink
{
	color: White;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	font-weight: bold;
}

/* School Activity */
#schoolActivityTable tr td {
    border: solid 1px #ccc;
    padding: 2px;
    vertical-align: middle;
}
#schoolActivityTable thead tr td {
    font-weight: bold;
    border-bottom: solid 2px #666;
}
#schoolActivityTable {
    border: solid 2px #666;
}
/*-------------------------- BODY COLOR STYLES -------------------------*/
.bodyYellow {
	background: #ffffa1;
	}
/*--------------------------  STYLES ADDED MY MJGD  -------------------------*/
/*--------------------------  MESSAGES / FEEDBACK  -------------------------*/
/* Default all status messages to blue for now */

#message div{ width: 367px; background-position: 1em 1em; padding:16px 10px 14px 40px; font-size:0.9em; font-weight:normal; }
/*#message .info { color: #327828; background-color: #D2FABE; background-repeat: no-repeat; background-image: url('../../Images/tick_16x16.png'); }*/
#message .success {  color: #000; background-color: #D2FABE; background-repeat: no-repeat; background-image: url('../../Images/tick_16x16.png'); }
#message .error , #message .info {  color: #990000; background-color: #FFe6e6; background-repeat: no-repeat; background-image: url('../../Images/exclamation.png'); }

#data{margin-top:10px; font-size:0.9em; color: #000; font-style: normal; font-weight: 400;}

#data .input.invalid{background-color: #FFe6e6; }

#data #div_cardnumber{ padding:20px;}
#data #div_cardnumber label{ width:190px;}

#data #div_lastname{ padding:20px; }
#data #div_lastname label{ width:190px; }

#data #error_cardnumber{ margin-bottom:10px;}
#data #buttons{ display:none; }

input[readonly=readonly]{ background-color:#e2e2e2; border:1px solid #999; }

.clearfix{clear:both;}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  /*border-bottom: 1px solid #ddd;*/
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content{
    border-top:1px solid #DDD;
}
.tab-content > .tab-pane {
  display: none; 
}
.tab-content > .active {
  display: block; 
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header .close {
  margin-top: -2px; float:right; font-size:1.4em;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.blockline{ display:block;}

#cphOutsideAll_autoCheck_lblbtnClose {
	margin-top: 10px !important;
}

#cphOutsideAll_companyServices_pnlServicesScroller span {
	color: #444444 !important;
}

.pnlExpandedContent_Wrapper .labelMandatory {
	left: 172px !important;
	right: unset !important;
}

.pnlExpandedContent_Wrapper .labelChildSafety {
	left: 163px !important;
	right: unset !important;
}

.pnlExpandedContent_Wrapper .labelApprovalRequirement {
	left: 100px !important;
	right: unset !important;
}

.pnlExpandedContent_Wrapper .labelApprovalRequirementsOther {
	left: 204px !important;
	right: unset !important;
}

.pnlExpandedContent_Wrapper #cphContent_pnlApprovalRequirementsOther input {
	left: 249px !important;
}


.pnlExpandedContent_Wrapper select {
	left: 249px !important;
	width: 232px;
	height: 23px;
}

.PolicyFloaterWrapper label {
	width: 150px;
	display: inline-block;
}

.PolicyFloaterWrapper select {
	height: 29px !important;
}

.PolicyFloaterWrapper input {
	height: 23px !important;
}

.PolicyFloaterWrapper #cphOutsideAll_PolicyFloater_dlDocumentStatus {
	margin-left: 0px !important
}

.PolicyFloaterWrapper #cphOutsideAll_PolicyFloater_pnlExpandedHeader {
	border: 0px !important
}

.PolicyFloaterWrapper #cphOutsideAll_PolicyFloater_lblExpandedHeader,
.PolicyFloaterWrapper #cphOutsideAll_PolicyFloater_lblExpandCollapse
{
	display: inline-block !important
}