/**
* OLS custom css
*
* @author : VHL166
* @version : 1.0
* @version : June 2014
* 
* @author : JAB873
* @version : 1.1
* @version : September 2014
*/ 

/* for app info messages */
.app-info-message {
	color: #000000;
	font-size: 1em;
	font-style: normal;
	line-height: 1.28em;
padding-bottom: 1em;
	padding-left: 0.5em;
}

.transparent {
	background-color: transparent;
}

/*For navigation buttons*/
.btn-disabled {
	color: #fff;
	background-color: #999;
	border-color: #999;
	cursor: default;
}

.btn-disabled:hover,.btn-disabled:focus,.btn-disabled:active {
	color: #fff;
	background-color: #999;
	border-color: #999;
	cursor: default;
}

.btn-next {
	float: right;
}

.back-button { padding: 8px 20px 8px 20px; margin-right: 10px; }
.next-button  { padding: 8px 20px 8px 20px; }

.cancel-button {
	background-color: #d7d7d7;
	border: none;
	font-size: 14px;
	text-decoration: none ;
	color: #000000 ; 
	padding: 8px 20px 8px 20px;
}

.cancel-button:hover {
	text-decoration: none ;
	background-color: #b7b7b7;
	border-color: none !important;
}

/*Toggles*/
@media screen {
	.offscreenElement {
	position: absolute;
	left: -10000px;
	}

	.toggle {
	display: inline-block;
	position: relative;
	min-height: 16pt;
	padding: none;
	vertical-align:center;
	}
	
	.toggle:hover{
	cursor:pointer;
	}
	
	.toggleControlYes {
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 18pt;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 18pt;
	-moz-border-radius-topleft: 18pt;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 18pt;
	border-top-left-radius: 18pt;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 18pt;
	min-height: 18pt;
	min-width: 18pt;
	width: 20pt;
	margin: 0px;
	left: 0pt;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url("images/ticks/yes-inactive.png");
	z-index:20;
	}
	
	.toggleControlNo {
	display: inline-block;
	position: absolute;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 18pt;
	-webkit-border-bottom-right-radius: 18pt;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 18pt;
	-moz-border-radius-bottomright: 18pt;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 18pt;
	border-bottom-right-radius: 18pt;
	border-bottom-left-radius: 0px;
	min-height: 18pt;
	min-width: 18pt;
	width: 18pt;
	margin: 0px;
	left: 20pt;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url("images/ticks/no-inactive.png");
	z-index:19;
	}
	
	.toggle .slider {
	display: inline-block;
	position: absolute;
	min-height: 18pt;
	min-width: 18pt;
	height: 18pt;
	width: 18pt;
	border-radius: 50%;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: left 0.25s, background-color 0.25s;
	transition: left 0.25s, background-color 0.25s;
	z-index:21;
	}
	
	.toggle[data-state="none"] .slider {
	display: none;
	left: 12.5pt;
	background-size: 14pt;
	border: medium solid #eee;
	}
	
	.toggle[data-state="true"] .slider {
	background-image: url("images/ticks/white-tick.png");
	background-color: #cedc4e;
	background-size: 14pt;
	display: inline-block;
	left: 0pt;
	}
	
	.toggle[data-state="false"] .slider {
	background-image: url("images/ticks/white-cross.png");
	background-color: #ccc;
	background-size: 14pt;
	display: inline-block;
	left: 19.5pt;
	}
	
	.focusHighlight{
	border: 1px solid #0bf;
	box-shadow: #0bf 0px 0px 2px;
	}
}
	
@media print {
	.offscreenElement {
	}

	.toggle {
	display: none;
	}
}
	
/* css for helpText */
.helpFileLink {
	cursor: pointer !important;
}

.helpContent > h3 {
    background: none repeat scroll 0 0 #EFEFEF !important;
    font-size: 1.6em !important;
    font-weight: bold !important;
    margin-left: 0px !important;
    margin-right: -15px !important;
    margin-top: 0 !important;
    padding: 8px 8px 14px !important;		    
}
.right-drawer h4 {
    font-size: 1em !important;
    font-weight: bold !important;
}

.lastUpdated {
    padding-top: 1em;
}

.right-drawer p {
    font-size: 0.86em !important;
}

.right-drawer li {
    font-size: 0.86em !important;
}

.logoutHidden{padding:0 !important;}