/*-----------------------------------------------------
  *Filename:		style.css
  *Description:		Global CSS
  *Version:			1.0.0(2011-12-16)YYYY-MM-DD
  ==STRUCTURE==========================================
  *Page width:	100%;
  *Number of columns:	2
-----------------------------------------------------*/

/*==GLOBAL RESET=====================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/*HTML 5 older browser hack*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
/*==MEDIA 800=====================================*/
@media all and (max-width: 800px){
.container_center {
    width:auto!important;
}
.listcontainer_center{
	width:auto!important;
}
.chemical_content{
	width:auto!important;
	float:none!important;
	overflow:hidden!important; 
}
.listbutton{width:auto!important;}
}
/*==DEFAULT=====================================*/
html {
	direction: ltr;
	overflow-x: hidden;
}
body {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #eeeeee;
}
body.font-arial{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px !important;
}
body.font-verdana{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px !important;
}
body.font-georgia{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px !important;
}
body.font-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px !important;
}
p {
	margin: 0 0 5px 4px;
	line-height: 20px;
}
ul, ol {
	list-style: none;
}
h1 {
	font-size: 20px;
	font-weight: 400;
/*	padding: 0 0 5px 0;*/
	margin: 0 0 5px 0;
	text-shadow: 0 -1px 0 #CCCCCC !important;
}
h2 {
	font-size: 17px;
	font-weight: 400;
}
h3 {
	font-size: 18px;
	font-weight: 400;
}
h4 {
	font-size: 12px;
	font-weight: 700;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 14px;
	font-weight: 700;
}
h6 {
	font-size: 13px;
	font-weight: 700;
}
a,
a:active,
a:visited,
a:link
a:focus {
	text-decoration: none;
	outline: none;
	color: #0088CC;
}
	a:hover {
		text-decoration: underline;
	}
a img {
	border: 0 none;
}
fieldset{
	background: none;
	outline: none;
	background: none;
}
::-webkit-input-placeholder { color:#5C5C5C; }
::-moz-placeholder { color:#2C2C2C; } /* firefox 19+ */
:-ms-input-placeholder { color:#5C5C5C; } /* ie */
input:-moz-placeholder { color:#2C2C2C; }
/*==COMMON CLASS=====================================*/
.alignleft {
	float: left!important;
}
.alignright {
	float: right!important;
}
.clearboth {
	clear: both;
}
.centerd {
	text-align: center;
}
.fixhgt{
	height: 0px;
	clear: both;
}
.auto-width{ width:auto !important;}
/*==BASIC STRUCTURE=====================================*/
#global-wrapper {
	margin: 0 auto;
	overflow: visible;
	width:98%;
	margin-top:15px;
	margin-bottom:25px;
	background-color:#fff;
	box-shadow:0 0 4px 0 #999999;
	-moz-box-shadow:0 0 4px 0 #999999;
	-webkit-box-shadow:0 0 4px 0 #999999;
	border-radius:5px;
}
#header {
	width: 100%;
	float: left;
	padding: 0px 0 0 0;
	border-radius:5px 5px 0 0;
	-mox-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	min-height:127px;
	height:auto;
	position:relative;
	background: #4497d1; /* FF3.6+ */
	background: -moz-linear-gradient(top, #489ad4 0%, #2077b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#489ad4), color-stop(100%,#2077b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* IE10+ */
	background: linear-gradient(top, #489ad4 0%,#2077b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489ad4', endColorstr='#2077b5',GradientType=0 ); /* IE6-9 */
}
#main-container {
	padding:0;
	clear: both;
	margin: 0 auto 0 auto;
}
#footer {
   background: #4497d1; /* FF3.6+ */
	background: -moz-linear-gradient(top, #489ad4 0%, #2077b5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#489ad4), color-stop(100%,#2077b5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #489ad4 0%,#2077b5 100%); /* IE10+ */
	background: linear-gradient(top, #489ad4 0%,#2077b5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#489ad4', endColorstr='#2077b5',GradientType=0 ); /* IE6-9 */
    border-radius:0 0 5px 5px;
    float: left;
    height: auto;
    padding: 8px 0 0 0;
    width: 100%;
	clear: both;
	height: 55px;
	line-height: 19px;
	font-size: 11px;
	z-index: 2000;
	bottom: 0px;
	margin-top:10px;
}
.footer_left{
	float:left;
	margin:10px 0 0 15px;
	width:15%;
	min-width:140px;}
.footer_center{
	float:left;
	margin:10px 0 0 15px;
	width:70%;}
.login_details{
    float: right;
    margin:0 0 0 10px;
	color:#B8E2FF;
	font-size:13px;
	font-weight:normal;
	text-shadow: 1px 1px 0 #2C6A96;
	}

.footer_copyright{
    font-size: 11px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	clear:both;
	float:left;
	text-shadow: 1px 1px 0 #165480;
}
.footer_copyright2{
    font-size: 11px;
	color: #fff;
	text-decoration:none;
	font-weight: bold;
	clear:both;
	float:none;
	text-shadow: 1px 1px 0 #165480;
	width:100%;
	text-align:center;
}
.footer_comname{
    font-size: 11px;
	color: #fff;
	text-decoration:none;
	clear:both;
	float:left;
	line-height:1px;}
/*==HEADER==============================================*/
.header-top{
	float: left;
	width: 100%;
	overflow: visible;
	padding:0 0 0 0;
/*	height:79px;*/
}
.logo {
	float: left;
	padding: 0 0 0 15px;
	display: block;
	height: 50px;
	overflow: visible;
}
	a.logo:hover {
	text-decoration: none;
	color: #fff;
	}
.logo img {
	padding: 0 10px 0 0;
	position: relative;
	z-index: 1000;
	width:250px;
}
.address {
	float: left;
	line-height: 15px;
	color: #fff;
	padding: 0 0 0 0;
	font-size:14px;
	text-shadow: 1px 1px 0 #165480;
}
.header-right {
	float: right;
	padding: 15px 15px 0 0;
}
.sitename {
	font-size: 17px;
	font-weight: 700;
	margin:0;
	text-align: left;
	color: #fff;
	float:left;
	text-shadow: 1px 1px 0 #165480;
}
.reporting_year{
    color:#fff!important;
	font-size:12px;
	font-weight:normal;
	margin: 0 0 0 10px;
	line-height: 19px;
	text-shadow: 1px 1px 0 #2C6A96;
}
.developlogo{
	float: right;
	font-size: 11px;
	text-align: right;
	line-height: 18px;
}
.idsilogo{
	text-indent: -9999px;
	padding: 5px 15px;
	line-height: 14px;
	clear: none;
	opacity: 0.3;
}
.mi_deqbanner {
	margin: 0 15px 0 0; 
	float:right;
	padding:0;
	position:absolute;
	clear:both;
	right:0;
	bottom:0;
	z-index:0;
}
.mi_deqbanner img {
	position:absolute;
	bottom:0;
	right:0;
}
/*Right Top Menu*/
menu li,
#nav li {
	float: left;
}
.menutop {
	clear: both;
	float: right;
	padding: 0px 0 0 0;
	position: relative;
}
.menutop li {
	padding: 0 2px 0 0;
	color: #4c4c4c;	
}
.menutop li span {
	color: #999;
}
.menutop strong {
	color: #ccc;
}
.menutop a {
	position:relative;
	color: #177ee5;
}
/*Submit Module Navigation*/
#nav {
	clear: both;
	height: 48px;
	padding: 0 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background: #8f8f8f;
	border-top-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
}
#nav a{
	line-height: 48px;
	padding: 0 20px 0 0;
	font-size: 13px;
	color: #fff;
}
#nav li.iconhelp {
	background:url(black/images/icon_hand.png) 0 15px no-repeat;
}
.menutop li.iconhelp {
	background:url(black/images/icon_hand.png) 0 0 no-repeat;
}
body.font-arial #nav a{
	font-size: 14px;
}
body.font-times #nav a{
	font-size: 15px;
}
#nav li.iconhelp {
	padding: 0 0 0 23px;
}
.menutop li.iconhelp {
	padding: 1px 0 1px 23px;
}
/*Admin Navigation*/
#navside{
	width: 248px;
	float: left;
	clear: left;
	padding: 0 1px;
	margin: 0 15px 15px 15px;
	background: #E0E0E0 url(black/images/side_bg.png) 0 0 repeat-y;
}
#navtop h3{
	display: none;
}
#navside.blockleft h3{
	display: block;
	position: relative;
	width: 238px;
	left: -1px;
	height: 37px;
	line-height: 37px;
	padding: 0 0 0 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #121212;
	background: #2c2c2c;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#navside li {
	position: relative;
	border-bottom: 1px solid #a8a8a8;
}
#navside li a{
	line-height: 23px;
	display: block;
	padding: 1px 0 1px 10px;
	border-top: 1px solid #fff;
	color: #000;
}
#navside li a:hover {
	text-decoration: none;
	color: #0066cc;
	border-top: 1px solid #fff;
	background: #bfbfbe; /* Old browsers */
	background: -moz-linear-gradient(top, #bfbfbe 0%, #a5a5a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbe), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* IE10+ */
	background: linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* W3C */
}
#navside li ul{
	display: none;
	min-width: 220px;
	position:absolute;
	z-index: 1200;
	left: 100%;
	top: 0px;
	border-right: 1px solid #cdcdcc;
	border-left: 1px solid #cdcdcc;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.35);
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top, #d0d0d0 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbe), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* IE10+ */
	background: linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* W3C */
}
li.activenow{
	background: #bfbfbe; /* Old browsers */
	background: -moz-linear-gradient(top, #bfbfbe 0%, #a5a5a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbe), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* IE10+ */
	background: linear-gradient(top, #bfbfbe 0%,#a5a5a5 100%); /* W3C */
}
.morelinks{
	float: right;
	padding: 0 5px 0 5px;
	background: url(black/images/submenu_nav.png) right 6px no-repeat;
}
/*Admin Nav top*/
nav{
	clear: both;
}
#navtop{
	background: #787878;
	clear: both;
	min-height: 40px;
	background: -moz-linear-gradient(top, #58b6f8 0%, #32a2f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58b6f8), color-stop(100%,#32a2f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* IE10+ */
	background: linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58b6f8', endColorstr='#32a2f1',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 0px #aaa inset;
	padding: 0 0 0 70px;
	margin: 0 0 15px 0;
}
#navtop li{
	float: left;
	position: relative;
	border-right: 1px solid #72b4e1;
	z-index: 2000;
	background: -moz-linear-gradient(top, #58b6f8 0%, #32a2f1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#58b6f8), color-stop(100%,#32a2f1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* IE10+ */
	background: linear-gradient(top, #58b6f8 0%,#32a2f1 100%); /* W3C */
}
	#navtop li:hover{
	background: #8a8a8a;
	background: -moz-linear-gradient(top, #9bd6ff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bd6ff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9bd6ff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9bd6ff 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9bd6ff 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #9bd6ff 0%,#ffffff 100%); /* W3C */
	}
#navtop a{
	line-height: 40px;
	color: #fff;
	padding: 0 15px;
	font-size: 13px;
	border-right: 1px solid #0c629f;
	display: block;
	float: left;
}
	#navtop a:hover{
	text-decoration: none;
	color: #121212;
	}
#navtop li ul{
	display: none;
	position: absolute;
	z-index: 2500;
	top: 40px;
	left: -2px;
	width: 251px;
	border: 1px solid #666;
	border-bottom: none;
	background: #ccc;
	background: -moz-linear-gradient(top, #aaaaaa 0%, #908f8f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aaaaaa), color-stop(100%,#908f8f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #aaaaaa 0%,#908f8f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #aaaaaa 0%,#908f8f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #aaaaaa 0%,#908f8f 100%); /* IE10+ */
	background: linear-gradient(top, #aaaaaa 0%,#908f8f 100%); /* W3C */
}
#navtop li ul li{
	width: 100%;
	border-right: 1px solid #666;
	border-bottom: 1px solid #888888;
	border-top: 1px solid #cac9c9;
	background: #b4b4b4;
	background: -moz-linear-gradient(top, #98cff6 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#98cff6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #98cff6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #98cff6 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #98cff6 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #98cff6 0%,#ffffff 100%); /* W3C */
}
	#navtop li ul li:hover{
	border-bottom: 1px solid #777;
	border-top: 1px solid #fff;
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #e4e4e4 0%, #c8c8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#c8c8c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#c8c8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4e4e4 0%,#c8c8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4e4e4 0%,#c8c8c8 100%); /* IE10+ */
	background: linear-gradient(top, #e4e4e4 0%,#c8c8c8 100%); /* W3C */
	}
#navtop li ul li a{
	border: none;
	float: none;
	line-height: 25px;
	color: #fff;
	font-size: 12px;
}
	#navtop li ul li a:hover{
		color: #000;
	}
#navtop li:hover ul{
	display: block;
	z-index: 2800;
}
#navtop li:hover ul li ul{
	display: none;
	left: 251px;
	top: -2px;
}
#navtop li:hover ul li:hover ul{
	display: block;
}
#navtop li:hover ul li:hover ul li ul{
	display: none;
}
#navtop li:hover ul li:hover ul li:hover ul{
	display: block;
}
#navtop .submenu a{
	padding-right: 18px;
	background: url(black/images/down_arrow.png) right 18px no-repeat;
}
#navtop .submenu ul a{
	background: none;
}
#navtop .submenu ul .submenu a{
	background: url(black/images/submenu_nav.png) right 7px no-repeat;
}
#navtop .submenu ul .submenu ul a{
	background: none;
}
#navtop .submenu ul .submenu ul .submenu a{
	background: url(black/images/submenu_nav.png) right 7px no-repeat;
}
#navtop .submenu ul .submenu ul .submenu ul a{
	background: none;
}

/*==CONTAINER==============================================*/
#mainblock {
	overflow: visible;
	padding: 13px;
	margin:0;
	/*border: 1px solid #fff;*/
	background: #fff;
	min-height:400px;
	
}
.blockleft{
	clear: left;
	float: left;
	margin: 0 15px 15px 15px;
}
.blockright{
	clear: right;
	float: right;
	margin: 10px 25px 15px 0;
}
.ui-effects-wrapper{
	clear: left;
}
/*Notes*/
.notesbox{
	padding: 0 2px 2px 2px;
	background: #FAD178;
}
.noteshead{
	height: 22px;
	margin: 0;
}
.noteshead .alignright{
	font-size: 11px;
	font-style: italic;
}
.editnotes{
	width: 220px;
	height: 150px;
	background: #FDFCD8;
	padding: 2px;
	margin: 0;
	border: none;
	font-size: 11px;
	color: #555;
	line-height: 13px;
	resize: none;
}
.editnotes:focus{
	outline: none;
}
.noteactive{
	background: #fff;
	color: #121212;
}
.notebtns{
	float: right;
	padding: 2px 0 0 0;
}
/**********/
#mainblock h2{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background:url(black/images/heading_underline.png) 0 bottom repeat-x;
}
.iconohandleft{
	padding: 3px 0 3px 23px;
	background: url(black/images/icon_hand_left.png) 0 0 no-repeat;
}
.loginblock{
	width: 360px;
	padding: 10px 0px;
	margin: 0 auto 0 auto;
	overflow: hidden;
	position: relative;
	background: #17496F;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
	border-radius: 12px;
	border: 2px solid #3da4f3;
}
.textinfo{
	font-size: 11px;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.textinfo ol{
	padding: 15px 0 0 20px;
	list-style: disc;
}
.textinfo li{
	padding: 5px 0 5px 0px;
}
.loginblock label{
	display: block;
	color: #fff;
	line-height: 16px;
}
.loginblock .txtlogin{
	width: 254px;
	height: 20px;
	line-height: 20px;
}
.loginblock .txtlogin:focus{
	outline: 1px solid #5daae3;
}
.loginblock fieldset{
	min-height: 55px;
	overflow: hidden;
	padding: 0 20px;
}
.loginblock fieldset p{
	padding: 0 24px 0 29px;
}
.loginblock .errormsg{
	float: left;
	left: 0px;
}


/*Widgets*/
.popupinline{
	position:absolute;
	z-index: 1500;
	padding: 0px 10px 10px 10px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.9 );
	border: 1px solid #000;
	border-radius: 8px;
	background: #000;
	opacity: 0.9;
}
.popupinline li.widgethead{
	padding: 3px 0 3px 0;
	line-height: 20px;
	margin: 0 0 5px 0;
	cursor: move;
	border-bottom: 1px dotted #505050;
}
.popupinline li{
	padding: 3px 0;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	color: #ccc;
}
#themebox{
	width: 250px;
	right: 0px;
	top: 25px;
}
.selecttheme{
	padding: 3px;
	width: 150px;
	float: right;
}
.closepop{
	font-size: 14px !important;
	font-weight: 700;
	position: absolute !important;
	top: 2px;
	right: 10px;
	color: #fff;
}
/*Message box*/
.message{
	padding: 10px;
	position:relative;
	margin: 0 0 15px 0;
	border-top: 6px solid #fad178;
	border-right: 1px solid #fad178;
	border-bottom: 1px solid #fad178;
	border-left: 1px solid #fad178;
	background: #fff;
}
.closmsg{
	float: right;
	height: 2px;
	top: -8px;
	right: -5px;
	position: relative;
	font-weight: 700;
}
.message ul{
	padding: 2px 0 2px 30px;
	line-height: 24px;
	list-style:disc;
}

/*Icons*/
.f-icon{
	background-image: url("black/images/push_leftfacility.png");
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 0;
    left: 346px;
    position: absolute;
    text-indent: -9999px;
	height:42px;
	width:19px;
}
.w-icon{
	padding: 9px 10px;
	float: right;
	position:absolute;
	line-height: 1px;
	font-size: 0px;
	text-indent: -9999px;
	cursor:pointer;
}
.blockleft .w-icon, .sideblock .w-icon{
	top:3px;
	right: 0;
}
.blockright .tglblok{
	background: url(black/images/push_right.png) 0 bottom no-repeat;
}
	.blockright .tglblok:hover{
		background: url(black/images/push_right.png) 0 bottom no-repeat;
	}
.blockleft  .tglblok, .navblock .tglblok{
	background: url(black/images/push_left.png) 0 bottom no-repeat;
}
	.blockleft  .tglblok:hover, .navblock .tglblok:hover{
		background: url(black/images/push_left.png) 0 bottom no-repeat;
	}
.expandright
{
    width: 6px;
    position:absolute;
    z-index: 2000;
    padding: 5px 15px 23px 11px;
    top: 123px;    
    right: 0;
    box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.8 );
    border: 1px solid #e5e5e5;	
	border-radius: 16px 0 0 16px;
	background: #d2d2d2 url(black/images/expand_icon.png) 1px 2px no-repeat;
}
	.expandright:hover{
		background: #c7e3ff  url(black/images/expand_icon.png) 1px -56px no-repeat;
	}
.expandleft{
	padding: 20px 40px 25px 30px;
	position:absolute;
	top: 133px;
	width: 80px;
	left: -160px;
	box-shadow: 0px 0px 5px rgba( 0, 0, 0, 0.8 );
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #ccccca url(black/images/expandleft_icon.png) 114px 5px no-repeat;
}
	.expandleft:hover{
		background: #ccccca  url(black/images/expandleft_icon.png) 114px -48px no-repeat;
	}
	
	.expandleft_facility{
	left: -269px !important;
    padding: 20px 0 25px 30px;
    position: absolute;
    top: 187px;
    width: 13px;
	background: url("black/images/show_leftfacility.png") no-repeat scroll 0 0 transparent;
}
.expandleft_facility:hover{
		background: url("black/images/show_leftfacility.png") no-repeat scroll 0 0 transparent;
	}
/*Buttons*/
.btnmedium{
	padding: 0.3em 0.8em ;
	cursor: pointer;
	position: relative;
	border-radius : 4px;
	background: #e5e5e5;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
	background: -moz-linear-gradient(top,  #ffffff,  #e5e5e5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5');
	border: 1px solid #bbb;
	box-shadow: 0 0 3px #fff inset;
	color: #0088CC;
	font-weight: 700;
}
.btnmedium:hover {
	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#ffffff));
	background: -moz-linear-gradient(top,  #e5e5e5,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff');
	color: #0088CC;
	top: 0px;
	border: 1px solid #0088CC;
}
.btnmedium:active {
	top: 1px;
}
.btnmedium::-moz-focus-inner{
	border: none;
}
.minbtn{
	margin: 0 2px 0 0;
	height: 18px;
	font-size: 11px;
	padding: 0px 5px 3px;
	line-height: 17px;
	float: left;
	color: #333;
	text-align: left;
	border-radius: 8px;
	border: 1px solid #aaa;
	background: #e4e4e4;
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(top, #f2f2f2 0%,#e8e8e8 100%); /* W3C */
}
	.minbtn:hover{
	color: #0088CC;
	border: 1px solid #0088CC;
	}

/*==FOOTER==============================================*/

/*new*/
.txtlogin{
	border: 1px solid #1B4463;
}
.errormsg{
	padding: 4px 0 4px 23px;
	line-height: 16px;
	font-size: 12px;
	clear: both;
	display: block;
	position: relative;
	left: 0;
	top: 1px;
	color:#ff0000!important;
}
.loginblock .errormsg{
	color:#FFCC00!important;
}
.toppoint{
	background: url(black/images/hand_top.png) 2px 0 no-repeat;
}
.sidepoint{
	background: url(black/images/redhand_left.png) 0 3px no-repeat;
}
input[type="text"].errorfield, input[type="password"].errorfield, input[type="email"].errorfield, input[type="url"].errorfield, input[type="number"].errorfield, input[type="search"].errorfield, input[type="date"].errorfield{
	border: 1px solid #f50a0a;
}
.loginblock h2{
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
	color: #fff;
	border-bottom: 1px dotted #ddd;
	text-shadow: 1px 1px 1px #000;
}
.forgotlinks{
	clear: both;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 12px;
	display: block;
	line-height: 20px;
	color: #8A8A8A;
}
.forgotlinks a{
	color: #177EE5;
}
.forgotform p{
	color: #bbbbbb;
}
.loginwrapper{
	width: 360px;
	margin: 45px auto 0;
	position: relative;
}
.reglink{
	font-size: 18px;
	position:absolute;
	top: -33px;
	right: 18px;
	padding: 5px 10px;
	background: #295D84;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	border: 1px solid #1B4463;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
	a.reglink:hover{
	text-decoration: none;
	color: #FFCC00;
	}
.reghelp{
	position: absolute;
	z-index: 500;
	top: 0px;
	right: -2px;
	width: 340px;
	padding: 10px;
	display: none;
	background: #ddd;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	background: #f0f0f0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#dddddd));
	background: -moz-linear-gradient(top,  #f6f6f6,  #dddddd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dddddd');
	border: 1px solid #fff;
}
.regblock{
	width: 600px;
	padding: 15px;
	margin: 0 auto 15px auto;
	border: 1px solid #bbbbbb;
	background: #f8f8f8;
}
.loginblock .txtlogin{
	border: 1px solid #1B4463;
}
.loginblock fieldset{
	background: none;
	border: none;
}
/*Form Elements*/
fieldset {
	padding: 0 0;
	position: relative;
	z-index: 300;
	left: 0px;
	background: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], input[type="search"], input[type="date"]{
	padding: 3px;
	height: 18px;
	line-height: 20px;
	margin: 0px 0;
	border: 1px solid #B3DAED;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.17) inset!important;
	width:175px;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
	font-size: 12px;
	color:#3f3e3e;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="date"]:focus{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.17) !important;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
}
select{
	padding: 3.5px;
	line-height: 20px;
	margin: 0;
	border: 1px solid #B3DAED;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.17) inset!important;
	font-size: 12px;
	color:#3f3e3e;	
}
select:focus{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.17) !important;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
}
textarea{
	padding: 3px;
	line-height: 20px;
	margin: 0;
	font-size:12px;
	border: 1px solid #B3DAED;
	width:175px;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.17) inset!important;
}
textarea:focus{
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.17) !important;
	border-radius:3px;
	moz-border-radius:3px;
	webkit-border-radius:3px;
}
input[type="radio"]{
	margin: 0 5px 0 0;
	float:left;
	padding:0;
}
input[type="checkbox"]{
	margin: 2px 5px 0 0;
	padding:0;
}
.required{
	color: #f00;
}
label {
	display: block;
	padding: 0 5px 3px 0;
	line-height: 14px;
	color:#000;
	font-size:12px;
}
.txtbox1 {
	width: 63px!important;
}
.txtbox2 {
	width: 100px!important;
}
.txtbox3 {
	width: 150px!important;
}
.txtbox4 {
	width: 200px!important;
}
.txtbox5 {
	width: 260px;
}
.txtbox6 {
	width: 300px;
}
.txtbox7 {
	width: 350px!important;
}
.txtbox8 {
	width: 400px;
}
.txtbox9 {
	width: 450px!important;
}
.txtbox10 {
	width: 500px!important;
}
.txtboxtab {
	width: 176px!important;
	margin: 8px 0 0 8px !important;
}
.txtbox04 {
	width: 226px!important;
}
.txtbox03 {
	width: 162px!important;
}
.txtbox02 {
	width: 230px!important;
}
.txtboxdate {
	width: 152px!important;
}
.select0 {
	width: 60px;
	padding: 3px;
}
.select1 {
	width: 58px;
}
.select2 {
	width: 108px;
}
.select3 {
	width: 158px;
}
.select4 {
	width: 208px;
}
.select04 {
	width:253px;
}
.select5 {
	width: 183px;
}
.select6 {
	width: 308px;
}
.select7 {
	width: 358px;
}
.select8 {
	width: 408px;
}
.select9 {
	width: 458px;
}
.select10 {
	width: 508px;
}
.selecttable {
	padding:3.5px!important;
	height: 28px!important;
}
.txtarea1 {
	width: 50px;
}
.txtarea2 {
	width: 100px;
}
.txtarea3 {
	width: 150px;
}
.txtarea4 {
	width: 200px;
}
.txtarea5 {
	width: 250px;
}
.txtarea6 {
	width: 300px;
}
.txtarea7 {
	width: 350px;
}
.txtarea8 {
	width: 400px;
}
.txtarea9 {
	width: 450px;
}
.txtarea10 {
	width: 500px;
}
.txtarea11 {
	width: 92%;
	height:150px;
}
.txtarea12 {
	width: 260px;
}
.txtarea13 {
	width: 204px;
}
.select05 
{
    width:100%;
}
.txtboxReport {
	width: 71%!important;
}

/*Tabs*/
.tabs{
	position: relative;
	top: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

	overflow:hidden;
	z-index: 600;
	border-bottom: 2px solid #17496F;
}
.tabs li{
	float: left;
	padding: 8px 18px;
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
	border-radius: 8px 5px 0 0;
	border: 1px solid #9eb7cb;
	background: #dce4ea;
}
.tabs li.activetab{
	top: 2px;
	background: #17496F;
	border: none;
	color: #fff;
}
.tabs li.activetab a{
	color: #fff;
}
.tabs li a{
	font-weight: 700;
	color: #577f9e;
}
	.tabs li a:hover{
		text-decoration: none;
	}
.tabs li.completedtab a:hover{
	text-decoration: underline;
}
.regform h3{
	margin: 5px 0 5px 0;
	padding: 0 0 3px 0;
}
.iconinfo{
	padding: 1px 3px 0 18px;
	position: relative;
	cursor: pointer;
}
.iconinfo.theme-color{
	background: url(black/images/inputhelp_blue.png) 2px center no-repeat;
}

.contexthelpmsg
{
	display: none;
	font-size: 11px;
	line-height: 13px;
	text-align: left;
}

input:hover .contexthelpmsg{
	display: block;
	background: #f6f6f6;
	border: 1px solid #348ACB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
}
.helpmsg{
	position: absolute;
	display: none;
	width: 140px;
	font-size: 11px;
	line-height: 13px;
	bottom: 16px;
	right:-140px;
	color: #17496F;
	text-align: left;
}
.iconinfo:hover .helpmsg{
	display: block;
	background: #f6f6f6;
	border: 1px solid #348ACB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	
}
.helpinstruct{
	padding: 0 15px 15px 15px;
	display: block;
	color: #777;
	line-height: 20px;
}
.loginbox{
	width: 400px;
	margin: 0 15px 0 0;
}
.loginbox label{
	width: 100px;
}
.txtlogin{
	width: 270px;
	background: url(black/images/textbox_repeat.png) 0 0 repeat-x;
}
.loginbox p{
	padding: 0 60px;
}
.loginbox .errormsg{
	left: 0px;
}
.registr{
	overflow: hidden;
	padding: 5px 0 0 0;
}
.regtext{
	margin: 0;
	line-height: 20px;
	font-weight: 700;
	text-align: center;
}
.regtext span{
	float: left;
}
.form-container,.list-container,.view-container{
	padding:  0;
	float:left;
	width:100%;
}
.form-container fieldset {
	background: none;
	border: none;
	clear:both;
}
.form-container fieldset p{
	float: left;
	clear: none;
	width: 190px;
	margin: 0 0 7px 0;
}
.form-container .errormsg{
	left: -3px;
}
.form-container .nextstep{
	
	clear: both;
	padding: 5px 0 0 0;
	overflow: hidden;
	margin: 0;
}
.steps{
	clear: both;
	width: 628px;
}

.progress{
	background: url(black/images/progress.png) 0 0 no-repeat;
	height: 30px;
	width: 0px;
}
.progress .proactive{
	background: url(black/images/progress.png) 0 -57px no-repeat;
	height: 30px;
	width: 0px;
}
.progress2{
	background: url(black/images/progress2.png) 0 0 no-repeat;
	height: 30px;
	width: 0px;
}
.progress2 .proactive2{
	background: url(black/images/progress2.png) 0 -57px no-repeat;
	height: 30px;
	width: 0px;
}
.nextstep .button{
	margin: 0 0 0 5px;
}
.minbox{
	width: 400px;
	margin: 20px auto;
}

.minbox p{
	margin: 0 0 10px 0;
	padding: 0 60px;
}
.minbox .txtlogin{
	width: 270px;
}
#mainblock .minbox h2{
	margin: 0 0 20px 0;
	padding: 10px 15px;
    background: #e0effe;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0effe), to(#b8dafc));
	background: -moz-linear-gradient(top,  #e0effe,  #b8dafc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0effe', endColorstr='#b8dafc');
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	border-bottom: 1px solid #a9d3fe;
}
.minbox fieldset{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #a9d3fe;
	padding: 0 0 10px 0;
	margin-bottom:10px;
}
.minbox .button{
	margin: 0 0 0 5px;
}
.widesection{
	padding: 0 0 10px 20px;
}
.widesection select.select4{
	height: 100px;
}
.minbtnbox{
	display: inline-block;
	float: left;
	text-align: center;
	padding: 0 10px;
	width: 60px;
}
.minbtnbox input{
	padding: 0.4em 0.5em 0.35em;
	font-size: 12px;
	width: 60px;
}
.stepbox {
	float: left;
}
.form-container fieldset .widesection p{
	width: 109px;
	padding: 0 0 0 15px;
}
.requisites {
	font-size: 11px;
	color: #333;
	background: #fff;
	padding: 5px;
}
.requisites li{
	padding: 3px 0;
	list-style:decimal inside;
	font-size: 14px;
	color: #0088CC;
	font-weight: 700;
}
.requisites li span{
	font-size: 11px;
	font-weight: 400;
	color: #121212;
}
.form-container.single-coloumn  fieldset p{
	width: auto;
	float: none;
	clear: both;
}
.form-container.single-coloumn  fieldset p label{
	float: left;
	width: 150px;
	line-height: 25px;
}
.addslink{
	position: relative;
}
.prevaddress{
	position:absolute;
	padding: 8px 8px;
	background:#F5F6F7;
	border-radius: 8px;
	border: 1px solid #fff;
	z-index: 950;
	bottom: 0px;
	left: 0;
	width: 200px;
	color: #000;
	line-height: 15px;
	font-size: 11px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
p.skipstep{
	margin: 0;
	padding: 5px 0 10px;
}
.captchabox{
	float: left;
	display: inline-block;
	font-size: 11px;
	padding: 5px 0 0 0;
	width: 248px;
}
input.captchatxt{
	width: 100px;
	height: 28px;
}
.passstrength{
	background: url(../uploads/strength.png) 0 0 no-repeat;
	display: block;
	padding: 0 0 0 0;
	clear:both;
	margin: 5px 0 0 0;
	width: 0;
}
.quickhelp{
	font-size: 11px;
	line-height: 15px;
}
.quickhelp li{
	line-height: 15px;
	padding: 3px 0;
	list-style: decimal inside;
}
.minicon{
	padding: 5px 0 4px 24px;
	margin: 0 0 5px 0;
}
.minhelp{
	background: url(black/images/help_icon.png) -2px 0 no-repeat;
}
.tabular{
	padding: 5px 0 0px 0;
	clear: both;
	margin: 5px 0 0 0;
}
.ui-autocomplete{
	width: 146px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
	z-index: 2500!important;
}
.ui-autocomplete li:hover{
	background: #f0f0f0;
	cursor: pointer;
}
.ui-autocomplete li a{
	display: block;
	padding: 3px 0;
}
.ui-autocomplete li:nth-child(2n), .ui-autocomplete li.evnrw{
	background: #f8f8f8;
}
table tr.ui-selected td{
	background: #feeeba;
}
.extrafields{
	padding: 5px 0 0 0;
	float: right;
	margin: 0;
}
.menulist{
	float: right;
	margin: 0 0 6px;
}
.getmore{
	font-size: 20px;
	font-weight: 700;
	line-height: 70px;
	color: #0088CC;
	cursor: pointer;
}
.linkgrp{
	cursor: pointer;
	color: #0088CC;
}
.actnbox{
	background: #fff;
	
	border-radius: 3px;
	border: 1px solid #fff;
	box-shadow : 0 0 5px rgba(0, 0 ,0, 0.5);
	padding: 10px;
	position:absolute;
	width: 200px;
	right: 5px;
	display: none;
}
.icons-small{
	padding: 5px 0 5px 25px;
}
.editico{
	background: url(../styles/black/images/edit.png) 0 2px no-repeat; width:24px; height:24px;
}
.deleteico{
	background: url(black/images/delete.png) 0 0px no-repeat;
}
.aprroveico{
	background: url(black/images/icon_tick.png) 0 3px no-repeat;
}
.rejectico{
	background: url(black/images/reject_icon.png) 0 3px no-repeat;
}
.viewico
{
    background: url(black/images/viewico.png) 0 3px no-repeat;
}
.fileico{
	background: url(../styles/black/images/fileicon.png) 0 2px no-repeat; width:20px; height:20px;
}
.detailico{
	background: url(../styles/black/images/details.png) 0 2px no-repeat; width:24px; height:24px; margin:auto;
}
.printico{
	background: url(../styles/black/images/printer.png) 0 2px no-repeat; width:24px; height:24px;
}
.attachmentico{
	background: url(../styles/black/images/attachment.png) 0 2px no-repeat; width:20px; height:20px;
}
.choose_recipientico{
	background: url(../styles/black/images/choose_recipient.png) center center no-repeat; float:left; background-color:#c0ddfd; border-radius:3px; border:1px solid #8fbffc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; padding:4px ;margin-bottom:5px;}
.add_recipientico{
	background: url(../styles/black/images/add_recipient.png) center center no-repeat; float:left; background-color:#c0ddfd; border-radius:3px; border:1px solid #8fbffc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; padding:4px ;margin-bottom:5px; clear:both;}
.choose_groupico{
	background: url(../styles/black/images/choose_group.png) center center no-repeat; float:left; background-color:#c0ddfd; border-radius:3px; border:1px solid #8fbffc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; padding:4px ;margin-bottom:5px; clear:both;}
.choose_templateico{
	background: url(../styles/black/images/choose_template.png) center center no-repeat; float:left; background-color:#c0ddfd; border-radius:3px; border:1px solid #8fbffc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; padding:4px ;margin-bottom:5px;
}
.remove_recipientico{
	background: url(../styles/black/images/remove_icon.png) center center no-repeat; float:left; background-color:#c0ddfd; border-radius:3px; border:1px solid #8fbffc; -moz-box-shadow: inset 0 0 3px #ccc; -webkit-box-shadow: inset 0 0 3px #ccc; box-shadow: inset 0 0 3px #ccc; padding:4px ;margin-bottom:5px; clear:both;
}
.helpicon{
	background: url(../styles/black/images/help.png) 0 0px no-repeat; float:left; width:24px; height:24px;margin: 2px 0 0;
}
.successicon{
	background: url(../styles/black/images/success_icon.png) no-repeat; float:left; width:25px; height:25px;margin: -4px 5px 0 0;
}
.addnotes{background: url(../styles/black/images/add-notesico.png) no-repeat; float:left; width:16px; height:16px;margin: 0 5px 0 0; cursor:pointer;}
.editnotes_ico{background: url(../styles/black/images/edit-notesico.png) no-repeat; float:left; width:16px; height:16px;margin: 0 0 0; cursor:pointer;}
.deletenotes{background: url(../styles/black/images/delete_icon.png)center no-repeat; width:16px; height:16px; float:left; cursor:pointer; margin: 0 5px 0 0;}
.attachmenticon{
	cursor: pointer;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
	background-color:#c0ddfd; 
	border-radius:3px; 
	border:1px solid #8fbffc; 
	-moz-box-shadow: inset 0 0 3px #ccc; 
	-webkit-box-shadow: inset 0 0 3px #ccc; 
	box-shadow: inset 0 0 3px #ccc;
}
/*list style starts*/
/*Table*/
.tablecontainer{
	position: relative;
}
.listtable{
	border-top:1px solid #b3d5fd;
	border-bottom:1px solid #b3d5fd;
	border-right:1px solid #b3d5fd;
}
.mailtable{
     width: 60%;
     margin-left:3%; 
     /*margin-right:15%;*/
     
}
.mailtable td{
    padding: 5px;
     
}
.mailtableHead{
   font-weight:bold; 
   padding-left: 103px!important; 
}
table
{
    width: 100%;
	table-layout: auto;
	vertical-align: middle;
	border-radius: 8px;
	border-collapse:collapse;
}
table div.innrcolm{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	word-break:break-all;
	max-width: 60px;
}
table th, .listtable td{
	padding: 5px 3px;
	font-size: 11px;
	vertical-align: middle;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table th {
	font-weight: 700;
	text-align: left;
	background: #d5e8fc;	
	border-bottom: 1px solid #b3d5fd;
	border-left: 1px solid #b3d5fd;
}
.listbottom table th, .listbottom td{
	padding: 5px 3px;
	font-size: 11px;
	vertical-align: middle;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	border-bottom:1px solid #b3d5fd;
	border-top:1px solid #b3d5fd;
}

table tr th:last-child {
	border-right: 1px solid #A3CCFC;
}
table th h5{
	font-size: 11px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
table th h5.sortasc{
	/*background: url(black/images/sort_up.png) 0 center no-repeat;*/
	cursor: pointer;
	padding: 0 0 0 11px;
	text-decoration:underline;
	color:#0088CC;

}
table th h5.sortdesc{
	background: url(black/images/sort_down.png) 0 center no-repeat;
	cursor: pointer;
	padding: 0 0 0 11px;
}
table td{
	border-left: 1px solid #B3D5FD;
	word-wrap: break-word; 
}
/*table tr td:last-child{
	border-right: 1px solid #A3CCFC;
}*/
.listnoborder td{
	border: none!important;
	max-width: 100px;
}
.listnoborder tr td:last-child{
	border: none!important;
}

.iconsort {
	float: right;
	padding: 0 5px;
	background: #6666FF;
}
table input[type="text"]{
	padding: 1px;
	height: 17px;
	width: 99% !important;
}
table select{
	padding: 1px;
	height: 21px;
	width: 99%;
}
table tr.evnrw{
	background: #f2f9ff;
}
table tr td.center{
	text-align: center;
}
td.actions{
	width: 50px;
	text-align: center;
}
.extraactions{
	padding: 5px 10px 0px 10px;
	border: 1px solid #b3d5fd;
	border-radius: 8px 8px 0 0;
	background: #e8f3ff;
	box-shadow: 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 2px #fff inset;
	-webkit-box-shadow: 0 0 2px #fff inset;
	border-bottom: none;
}
.extraactions p{
	padding: 1px 0;
}
.extraoptions{
	float: right;
	height: 29px;
	position: relative;
	right: 0px;
	top: 3px;
	color: #BBBBBB;
	line-height: 20px;
	clear: right;
}
.pop-medium{
	position: absolute;
	right: 5px;
	top: 30px;
	width: 600px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	padding: 10px;
	z-index: 2000;
	text-align: left;
	display: none;
}
.pop-innerbox {
	text-align: left;
	padding: 10px 10px 10px 10px;
	background: #eaf4fd;
	background: -webkit-gradient(linear, left top, left bottom, from(#eaf4fd), to(#c0dffd));
	background: -moz-linear-gradient(top,  #eaf4fd,  #c0dffd);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaf4fd', endColorstr='#c0dffd');
	position: relative;
	overflow: hidden;
}
.cls-popmd{
	position: absolute;
	top: -10px;
	right: -13px;
	z-index: 50;
	font-size: 14px;
	font-weight: 700;
	background: url(black/images/closebtn.png) 0 0 no-repeat;
	padding: 5px 10px;
	cursor: pointer;
}
.pop-innerbox .width1{
	width: 130px;
}
.pop-innerbox .width2{
	width: 148px;
}
.pop-innerbox .button{
	margin: 0;
}
.pop-innerbox select{margin-right:5px!important;}
.export_icon{
	cursor: pointer;
	background: url(black/images/export_icon.png) center no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.export_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.reports{
	cursor: pointer;
	background: url(black/images/report_list.png) center no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.reports:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.searchin{
	cursor: pointer;
	background: url(black/images/search_small.png) center no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.searchin:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.sortorder{
	cursor: pointer;
	background: url(black/images/column_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
}
.sortorder:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow: inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow: inset 0 0 3px #ccc;
}
#sortinbox{
	color: #121212;
}
#sortinbox label{
	float: left;
	padding: 0 15px 0 0;
	color: #121212;
	width: 170px;
}
.tablefoot{
	position: relative;
	top: -1px;
	overflow: hidden;
	padding: 5px 10px 0 10px;
	border: 1px solid #b3d5fd;
	border-radius: 0 0 8px 8px;
	background: #EDF5FC;
	box-shadow: 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 2px #fff inset;
	-webkit-box-shadow: 0 0 2px #fff inset;
}
.tablefoot p{
	margin: 0;
}
.globalsearch{
	background: none;
	border: none;
	outline: none;
	float: right;
}

/********/
.loadblock{
	position: relative;
}
.userdatabox{
	position: relative;
}
.tablepopup{
	position: absolute;
	z-index: 5000;	
	padding: 10px;
	background: #fff;
	width: 300px;
	border-radius: 8px;
	box-shadow: 0 0 5px 0 #666666;
	color: #000;
	font-size: 11px;
	border:4px solid #E3E3E3;
}
.tablepopup1{
	position: absolute;
	z-index: 5000;
	width:120px;
	padding: 10px;
	background: #fff;
	width: 300px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #666666;
	color: #000;
	font-size: 11px;
	border:4px solid #E3E3E3;
}
.tablepopup1 li{display:block; border-bottom:#f0f0f0 solid 1px; border-radius:3px;}
.tablepopup1 li:hover{background:#d8e6ed; border-radius:3px;}
.tablepopup1 li:last-child{border:none;}
.tablepopup1 li a{display:block; width:auto; background-position:3px;}
.select-action{background:#d8e6ed; border-radius:3px;}
#userdatalist{
	top: -35px;
	left: 65px;
}
.tablepopup li{
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 5px 0;
}
.tablepopup li:nth-child(odd){
	background: #f6f6f6;
}
.tablepopup li:first-child{
	border-top: none;
}
.tablepopup strong{
	display: block;
	float: left;
	width: 92px;
}
.tablepopup span{
	float: right;
	text-align: left;
	width: 200px;
}

table tr:last-child td #userdatalist{
	top: -120px;
    z-index :999;
}
table tr:nth-last-child(3) td #userdatalist{
	top: -90px;
}
table tr:nth-last-child(2) td #userdatalist{
	top: -90px;
}
.actionsbox {
	position: relative;
}
.actionsbox #actionlinks{
	right: 0px;
	top: -15px;
	min-width: 125px;
	display: none;
}
.actionsbox #actionlinks li{
	background: none;
}
.actionsbox #actionlinks a{
	padding: 5px 10px 5px 20px;
}
.actions{
	cursor: pointer;
	color: #0088CC;
}
table tr:hover{
	background: #fef8e5;

}
.tablehead{
	padding: 0 18px 0 0;
	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#DCDCDC));
	background: -moz-linear-gradient(top,  #f2f2f2,  #DCDCDC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#DCDCDC');
	border-radius: 8px 8px 0 0;
	position: relative;
}
.extraopts{
	float: right;
	position: absolute;
	width: 17px;
	height: 65px;
	right: 0px;
	top: 0px;
	border-left: 1px solid #CBCBCB;
	text-align: center;
	z-index: 1800;
}
.extraopts a:hover{
	text-decoration: none;
}

.tablebody  {
	width: 100%;
}
.tablebody table tr:last-child {border-bottom:1px solid #B3D5FD;}
.tablebody table tr{ /*border:#A3CCFC solid 1px;*/}
.tabletop{
	overflow: hidden;
	padding: 0px 0 0;
}
.tabletop .btnmedium{
	margin: 1px 5px 0 0;
}
.addactionbox{
	float: left;
}
.pagination {
	float: left;
	overflow: hidden;
	padding: 5px 0;
	clear: left;
	font-size: 11px;
	margin: 0;
}
.pagination a{
	padding: 3px 6px;
	margin: 0px 5px 0 0;
	float: left;
	line-height: 10px;
	font-weight:normal!important;
	font-size:11px;
}
.extraactions p.pagination{
	padding: 3px 6px 0 0;
}
.pagination a.activepage{
	color: #121212;
	font-weight: 700;
}
.tablecontainer input.txtmin{
	width: 10px;
	height: 15px;
	padding: 2px;
	text-align: center;
	line-height: 15px;
	font-size:11px;
}
.resultscount{
	margin: 0px 0 6px 0;
	float: right;
	color: #444;
	font-size:11px;
}
.totalcount{
	margin: 0px 0 6px 0;
	float: left;
	color: #444;
	font-size:11px;
	margin: 4px 10px 0 0!important;
}
.listfoot_right{
    float: right;
	padding:0 0 5px;
}
.sortin label{
	float: left;
	padding: 0 15px 0 0;
}
.sortin p{
	margin: 5px 0 5px 0;
}
.alphabetsort{
	float: left;
	line-height: 30px;
	margin:0;
}
.alphabetsort a{
	padding: 0 2px;
	font-size: 10px;
	color: #444;
	font-weight: normal;
	margin: 0 1px 0;
}
.alphabetsort a:hover, .alphabetsort a.currentsort{
		background: #58a6f4;
		color: #fff;
		text-decoration: none;
		font-size: 10px;
		
	}
#searchglobal{
	color: #aaa;
	font-style: italic;
	font-size: 13px;
}
#searchglobal.activefield{
	color: #121212;
	font-style: normal;
	font-size: 13px;
}

.listnoitems{
	color: #52aae9;
	font-weight:bold;
	font-size: 12px;
	padding:10px;
	border-right:1px solid #B3D5FD;
	/*border-top:none;*/
}
.table_container{
	padding:0 8px 8px;
	border:none!important;
	overflow:hidden;
}
.subtable{
/*	float:left;*/
	padding:10px;
	overflow:hidden;
/*	width:98%;*/
	background:#fff;
	border-top:1px solid #B3D5FD!important;
	border-bottom:1px solid #B3D5FD!important;
/*	border-bottom:1px solid #B3D5FD!important;*/
	border-left:none!important;
	border-right:none!important;
}
.subtable table th {
	font-weight: 700!important;
	text-align: left!important;
	background: #e7eaee!important;
	background: -webkit-gradient(linear, left top, left bottom, from(#F4F7FB), to(#DBDFE2))!important;
	background: -moz-linear-gradient(top,  #F4F7FB,  #DBDFE2)!important;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F7FB', endColorstr='#DBDFE2')!important;
	border-bottom: 1px solid #D7D7D7!important;
	border-left: 1px solid #D7D7D7!important;
}
.subtable table tr{ border:#D7D7D7 solid 1px!important;}
.subtable table td{
	border-left: 1px solid #D7D7D7;
	max-width: 100px;
}
.subtable table tr td:last-child{
	border-right: 1px solid #D7D7D7;
}
.subtable table tr th:last-child {
	border-right: 1px solid #D7D7D7;
}

.subtable table tr.evnrw{
	background: #f5f6f6;
}
.detail_td{
    padding:0!important;
	background:#fff!important;
	}
.tr_evnrw{
	background: #f5f6f6;
	border-top:1px solid #A3CCFC;
	border-bottom:1px solid #A3CCFC;
}

/* list styles ends*/

/*Icons*/
.iconsmall{
	padding: 3px 0 3px 25px;
	font-weight: 700;
	color: #444;
}
	a.iconsmall:hover{
		text-decoration: none;
		color: #0088CC;
	}

.icprint{
	background: url(black/images/printer.png) 7px 0 no-repeat;
}
.icexport{
	background: url(black/images/export.png) 7px 1px no-repeat;
}
.noscript{
	width: 60%;
	position: absolute;
	left: 20%;
	top: 0px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	padding: 10px;
	font-size: 12px;
	color: #e21b1c;
	border-radius : 0 0 8px 8px;
}



/*new styles for forgot password, change password, forgot username,*/

.container_inner{
	padding: 20px 15px;
	border: 1px solid #dfdfdf;
	background-color:#f5f5f5;
	position: relative;
    width: 97%;
	float: left;
	box-shadow: 0 1px 5px #DEDBDB;
}
.container_inner fieldset {
	background: none;
	border: none;
	float:left;
}
.container_inner fieldset p{
	clear: none;
	padding: 0 0px 0 20px;
	width: 294px;
	margin: 0 0 10px 0;
}


.inner_editown{
	border: 1px solid #dfdfdf;
	background-color:#f5f5f5;
	position: relative;
    width: 100%;
	float: left;
	box-shadow: 0 1px 5px #DEDBDB;
	margin-bottom:10px;
}
.inner_editown fieldset {
	background: none;
	border: none;
	float:left;
}
.inner_editown fieldset p{
	clear: none;
	padding: 0 0px 0 20px;
	width: 294px;
	margin: 0 0 10px 0;
	float:left;
}

.phisical_editown{
	padding: 20px 15px;
	border: 1px solid #dfdfdf;
	background-color:#f5f5f5;
	position: relative;
    width: 97%;
	float: left;
	box-shadow: 0 1px 5px #DEDBDB;
	margin-bottom:10px;
}
.phisical_editown fieldset {
	background: none;
	border: none;
}
.phisical_editown p{
	clear: none;
	padding: 0 0px 0 20px;
	width: 294px;
	margin: 0 0 10px 0;
	
}

.chek_registers{
	margin: 0;
	padding: 5px 0 10px;
	float:left;
}

.steps h3{
    color: #3F3E3E;
    font-size: 18px;
    margin-bottom: 10px;
   }
   
.steps p{
    
    margin-left: 17px;
   }

   
.inner_cpasword{
	margin: 0;
	width: 628px;
	float:left;
}

.inner_cpasword h3{

	margin: 0 0 0 19px;
	padding:0;
	
}

.inner_forgot-pasword{
	clear: both;
	margin: 0;
	float:left;
	width:632px;
}

.button_wrap{
	float: left;
	clear:both;
	}
.button_wrap_center{
	clear:both;
	overflow:hidden;
	margin:0 auto;
	text-align: center;
	}
.button_wrap_center .button{
	padding: 7px;
	font-size:13px;
	}
.phisicalbutton_wrap{
	float: left;
	margin-right: 25px;
	}

.minbox_fu{
	width: 47%;
	margin: 20px auto;
}
.minbox_fu p{
	margin: 10px 0 10px 0;
	padding: 0 60px;
}
.minbox_fu .txtlogin{
	width: 270px;
}
.minbox_fu h2{
	margin: 0 0 20px 0;
	padding: 10px 15px;
}
.minbox_fu fieldset{
	border: 1px solid #cccccc;
	padding: 20px 0 20px 0;
	margin-bottom:10px;
}
.minbox_fu .button{
	margin: 0 0 0 5px;
}
.minbox_fu label {
	display: block;
	padding: 0 5px 0 0;
	line-height: 20px;
	float:left;
	width:43%;
}


.editown_left  
{
    
    float:left;
    width:auto;
	
}

.editown_right  
{
    
    float:left;
    width:321px;
}

.editown{
	width: 97%;
	margin: 20px auto;
}
.editown p{
	margin: 0 0 10px 0;
	padding: 0 22px;
}

.editown fieldset{
	
	padding: 20px 15px;
	border: 1px solid #dfdfdf;
	background-color:#f5f5f5;
	position: relative;
    width: 97%;
	float: left;
	box-shadow: 0 1px 5px #DEDBDB;
	margin-bottom: 10px;
}
.editown .button{
	margin: 0 0 0 5px;
}


/* view user details styles*/


.viewuser_container
{ 
     
	padding: 20px 15px;
	border: 1px solid #dfdfdf;
	background-color:#f5f5f5;
	position: relative;
    width: 97%;
	float: left;
	box-shadow: 0 1px 5px #DEDBDB;
     }
     
.viewuser_wrap{
     width:100%; 
     float:left; 
     margin:0 0 15px 0;
     }
     
.viewuser_box {
    width:49%; 
    float:left; 
    height:auto; 
    margin:0;
	background-color: #fff;
    border: 1px  solid #BFDDFD;
	min-height:227px;
    box-shadow: 0 1px 5px #d1d0d0;
    border-radius:5px;
}    
.viewuser_head {
    width:100%; 
    float:left; 
    border-radius:5px;

    }
.viewuser_head h3 {
    font-size:14px;
    color:#000; 
    margin:0;
	height:19px; 
    padding:0!important;
	padding: 5px 0 4px 10px !important;
	border-right:none!important;
	background-color: #D7E9FD;
    background-image: none;
	text-shadow: 1px 1px #FFFFFF !important;
	border-radius: 5px 5px 0 0;
	
    }
    
.viewuser_content {
    width:95%;
    float:left; 
    height:auto; 
    margin:0; 
    padding:10px;
	line-height: 20px;
    }
    
.viewuser_content p  {
    margin:0; 
    padding:0; 
    clear:both; 
    float:left; 
    width:40%;
    }
    
  .viewuser_content label
  {
      font-weight:bold;
      font-size:11px;
    }  
    
.viewuser_view {
    float:left; 
    margin:0;
    padding:0; 
    font-size:11px; 
    color:#5f5f5f; 
    width:60%;
	word-wrap: break-word !important;
    }
    
.viewuser_view label 
{
    float:left; 
    margin:0; 
    padding:0; 
    font-size:12px; 
    color:#5f5f5f; /*width:230px;*/ 
    width: 100%;
    }
    
.viewuser_line  {
    width:8px; 
    float:left; 
    height:180px; 
    margin:40px 0px 0 45px; 
    padding: 0; 
   }
.Edit_common  {
    background-color: #EEEEEE;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
    float: left;
    margin: 0 0 10px;
    padding: 0 7px;
    position: relative;

}

.Edit_common a{ 
    border-right: 1px solid #D8D8D8;
    display: block;
    float: left;
    font-weight: normal;
    padding: 7px;
  }
.Edit_common a:hover{ 
	color:#666666;
	text-decoration:none;
  }
.Edit_common a:last-child{ 
    border-right: none;}
.inner_viewdetail{
	
	margin: 0 auto;
	width: 806px;
}
   
.inner_approvepage{
	
	margin: 0;
	width: 628px;
	float:left;
}
.aprove_box{
	clear: both;
	margin: 0;
	width: 628px;
	float:left;
	background-color:#000;
}
.inner_approvepage fieldset h3{
	margin:0 0 10px 19px;
	font-size:17px!important;
	
}
.stepbox input[type="checkbox"]{
float:left;
background:#ccc;
width:10px;
}
.inactivefield
{
    color: #AAAAAA;
    font-size: 13px;
    font-style: italic;
}
.activefield
{  
    color: #121212;
    font-size: 13px;
    font-style: normal;
}
#tblDetails
{
}
table th h5.sortedasc{
	background: url(black/images/sorted_upsingle.png) 0 center no-repeat;
	cursor: pointer;
	padding: 0 0 0 11px;
	color:#0088CC;
	text-decoration:underline;
}
table th h5.sorteddesc{
	background: url(black/images/sorted_downsingle.png) 0 center no-repeat;
	cursor: pointer;
	padding: 0 0 0 11px;
	color:#0088CC;
	text-decoration:underline;
}

.ajaxload{
    position:fixed;
    margin:0px auto;   
    right:50%;
    background:#fff;
    padding:5px;
    -webkit-box-shadow: 2px 3px 2px #888888;
    -moz-box-shadow: 2px 3px 2px #888888;
    box-shadow: 2px 3px 2px #888888;
    border: 1px solid #FE9536;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    z-index: 999999;
}
.rptajaxload{
    position:fixed;
    margin:0px auto;   
    right:50%;
    background:#fff;
    padding:5px;
    -webkit-box-shadow: 2px 3px 2px #888888;
    -moz-box-shadow: 2px 3px 2px #888888;
    box-shadow: 2px 3px 2px #888888;
    border: 1px solid #FE9536;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    z-index: 999999;
}
.listtable select {
    padding: 1px;
	height: 20px;
	width: 99% !important;
	font-size:11px;
}
.resetinfo
{
    padding: 1px;
    height: 20px;
    width: 500px;
    font-size: 11px;
    background-color: #e9f4ff;
}
.reset-info
{   
    float: left;
    margin: 0 0 15px 0;
	padding:0 0 4px 8px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
	width:98.5%;
	border-radius:5px;
	font-size:11px;
	line-height:26px;
}
#lblError
{
}
.grid_row{
	color:#000;
	font-size:11px;
	height:25px;	
}

.tablefacilitypopup{
	position: absolute;
	z-index: 1000;
	padding: 10px;
	background: #fff;
	width: 600px;
	border-radius: 8px;
	color: #000;
	font-size: 11px;
	list-style:none;
}


.tablefacilitypopup tr:nth-child(odd){
	background: #f6f6f6;
}

.tablefacilitypopup strong{
	display: block;
	float: left;
	width: 92px;
}
.tablefacilitypopup span{
	float: right;
	text-align: left;
	width: 200px;
}

 .aspNetDisabled 
{
    padding: 4px 5px;
	line-height: 20px;
	margin: 5px 4px 0 0;
	border-radius: 3px;
}
 .disabled_control 
{
     padding: 4px 5px;
	line-height: 20px;
	margin: 5px 4px 0 0;
	border: 1px solid #BCBEBF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	border-radius: 5px;
}
.asNetDisabled input
{
    padding: 5px;
	float:left;
	line-height: 20px;
	margin: 1px 0 0 0;
	border: 1px solid #BCBEBF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
}
.aspNetDisabled label
{
	display: inline!important;

}
.mainClass_min {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px 5px 15px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.heading_popup {
	overflow: hidden;
	margin: 0 15px 5px 15px;
}
.mainClass {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px 5px 15px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	min-height: 300px;
}
.main_class {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px 5px 15px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	min-height: 300px;
}
.helpOnFocusOn{
    position: absolute;
	display: block;
	width: 180px;
	font-size: 11px;
	line-height: 13px;
	right:-140px;
	color: #17496F;
	text-align: left;
	background: #f6f6f6;
	border: 1px solid #348ACB;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	height:auto;
	float:right;
	z-index:9000;
	word-wrap:break-word;	
	z-index:10001!important;
}

/*  Added on 06/25/2012 -- Facility Styles from fecility_styles.css */

/*Style for fecilities page*/
.LinkSmall{
    font-size: 11px;
	font-family: tahoma;
	color: #389012;
	text-decoration:none;
	font-weight:normal;
	margin-right:10px;
	}
.Linktop {
    color: #FFFFFF !important;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: -8px;
}
.Linktop-new{
    border: 0px solid #CCCCCC;
	margin-left: 21%;
	}
.listbutton{
    border: 0px solid #CCCCCC;
	margin: 0 auto;
	width:82%;
	overflow:hidden;
	padding: 5px 0 0;
	}
/***********FACILITY NEW STYLES***********/	
	
#fecility_cont{ width:96%; float:left; margin:0 25px 0 25px;}
.fecility_wrap{ width:100%; float:left; margin:0 0 20px 0;}
.fecility_wrap:last-child{ margin:0;}
.fecility_box{ width:99.9%; float:left; height:auto; margin:0; background-color: #fff;border-bottom: 1px solid #CDCDCD; border-left: 1px solid #CDCDCD;border-radius: 3px;
border-right: 1px solid #CDCDCD; box-shadow: 0 2px 2px -2px #CCCCCC;/*  overflow-x: scroll;*/}
/*.fecility_head{ width:100%; float:left; height:34px; font-size:14px; color:#000;  border-radius:3px 3px 0 0; background:url(../styles/black/images/bg-stephead.png) repeat-x left bottom #4873A8;}*/
.fecility_head{ overflow:hidden;height:32px; font-size:14px; color:#000;  border-radius:3px 3px 0 0; background:#4873a8; border:1px solid #255085; box-shadow: 0 1px 0 0 #6096D7 inset; -moz-box-shadow: 0 1px 0 0 #6096D7 inset; -webkit-box-shadow: 0 1px 0 0 #6096D7 inset;}
.fecility_head img{ border:none; vertical-align:top;}
.fecility_head h2{ font-size:12px; color:#fff; margin:0 0 0 10px!important; line-height:29px; width:20%; padding:0!important; background-image:none!important; font-weight:bold; float:left;}
.fecility_content{width:46%; float:left; height:auto; margin:0 10px 0 10px; padding:10px 0 10px 0;}
.fecility_content{width:46%; float:left; height:auto; margin:0 10px 0 10px; padding:10px 0 10px 0;}

.facilitynotes_content{height:auto; margin:0 10px 10px 10px; padding:0; overflow:hidden; clear:both;}
.facilitynotes_content label{ /*float:left;*/ margin:0 0 3px 0!important; padding:0; font-family:tahoma; font-size:11px; color:#000; font-weight:bold; /*width:160px;*/width: 18.5%; line-height:18px;}

.fecility_content label{ float:left; margin:0 0 3px 0!important; padding:0; font-family:tahoma; font-size:11px; color:#000; font-weight:bold; /*width:160px;*/width: 40%; line-height:18px;}

.fecility_view{  margin:0; padding:4px 0 4px 0; font-size:11px; color:#000; overflow:hidden; word-wrap:break-word;}
.fecility_view label{ float:left; margin:0; padding:0; font-family:tahoma; font-size:11px; color:#000; width: 100%; font-weight: normal;}
.fecility_contentwrap{  margin:0; padding:0; clear:both; float:left; width: 100%; border-bottom:1px #E5E5E5 solid; }
.fecility_contentwrap:last-child{border-bottom:none; }

.fecility_sublinks{ width:100%; float:left; height:28px; font-family:tahoma;}
.fecility_sublinks ul{ list-style:none;}
.fecility_sublinks ul li{ display:inline; margin:0 20px 0 0;}
.fecility_sublinks ul li a{ font-size:12px; }
.facility_headicon {
    border: medium none;
    float: left;
    height: 14px;
    padding: 8px;
	border-radius: 5px 0 0 0;
	margin-right: 5px;
	width:15px;
}
.details-row{
	float:right;
	margin: 5px 0 0 10px;
	}
.details-icons{
	float:left;
	margin: 2px 0 0 10px;
	}
.status_details{ 
	float:left; 
	height:auto; 
	margin:0 0 0 20px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#5f5f5f;
	padding:5px 0 5px 0;
}
.certifiedreport_icon{ 
	width:24px; 
	height:24px;
	float:left;
	cursor:pointer;
}
.reportprogress_icon{ 
	width:24px; 
	float:left;
	cursor:pointer;
}
.report_editico{
	width:24px; 
	float:left;
	cursor:pointer;
}
.wrap_address{
	padding:10px;
	background-color: #fff;
	border: 1px solid #CDCDCD;
	border-top:none!important;
	border-radius: 2px 2px 2px 2px;
	overflow:hidden;
	 box-shadow: 0 2px 2px -2px #CCCCCC;
}
.address_content{
	width:23%; 
	float:left; 
	height:auto; 
	margin:0 20px 0 0; 
}
.address_content:last-child{ 
	margin:0;
}
.address_view{ 
/*	float:left;*/ 
	margin:0; 
	padding:0 0 0 5px; 
	font-size:11px; 
	color:#000;
	clear:both;
	word-wrap:break-word;
}
.information_content{
	width:30%; 
	float:left; 
	height:auto; 
	margin:0 10px 0 10px; 
	padding:10px 0 10px 0;
}

.information_content label{ 
	float:left; 
	margin:0 0 5px 0!important; 
	padding:0;
	font-family:tahoma;
	font-size:11px; 
	color:#8b8a8a; 
	font-weight:bold; 
	width: 59%;
}
.fecility_extra{  
	margin:10px 10px 0 10px; 
	padding:0; 
	clear:both; 
	float:left; 
	width: 98%;
}
.fecility_extra label{ float:left; 
	margin:0 0 5px 0!important; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; 
	color:#8b8a8a; 
	font-weight:bold; 
	width: 69%;
}
.fecilityextra_view{ 
	margin:0; 
	overflow:hidden; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#5f5f5f;
}
.fecilityextra_view label{ 
	float:left; 
	margin:0; 
	padding:0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#000; 
	width: 100%; 
	font-weight: normal;
}
.expandbar{  
	margin:0; 
	padding:0; 
	clear:both; 
	float:left; 
	width: 100%;
    border-top:1px solid #CDCDCD;
}
.expandbar:first-child{  
	margin:0;}
.expand_content{  
	padding:0; 
	margin:0;  
	float:left; 
	width: 100%;
	background-color: #fff;
}
.expand_content h1{
    background:none!important; 
	padding:0!important; 
	margin:0 0 5px 0!important;
	color:#545454;
	font-size:12px;
	font-weight:bold;  
}
.expand_inner{  
	padding:10px; 
	margin:0;
	overflow:hidden; 
	border-top: 1px solid #CDCDCD;
}
.toggle_facility{
	float:left;
	margin: 6px 10px 0 10px;
	cursor:pointer;
	background:url(../styles/black/images/toggle_expand.png) no-repeat;
	width:16px;
	height:20px;	
}
.toggle_facilityless{
	float:left;
	margin: 10px 10px 0 10px;
	cursor:pointer;
	background:url(../styles/black/images/toggle_less.png) no-repeat;
	width:16px;
	height:15px;	
}
.expand_heading{
	float:left;
	margin: 6px 20px 0 0;
	height:20px;
	color:#000;
	font-size:12px;
	
}
.expand_heading span{
	color:#000;
	font-size:11px;
	
}
.attach_content{
	color: #5F5F5F;
    float: left;
    font-family: tahoma;
    font-size: 12px;
    height: auto;
    margin: 0 36px 0 0;
}
.summary_links{  
	margin:0 0 5px 10px; 
	padding:0; 
	clear:both; 
	float:left; 
	width: 98%;
}
.wrap_status{
	margin:0;
	padding:10px;
	overflow:hidden;
}
.status_content{
	width:46%; 
	float:left; 
	height:auto; 
	margin:0 10px 8px 0; 

}
.status_content label{ 
	float:left; 
	margin:0 0 5px 0!important; 
	padding:0;
	font-size:11px; color:#000; 
	font-weight:bold;
	width: 40%;
	font-family:tahoma;
	line-height:18px;
}
.statuslabel_wrap{  
    margin:0; 
	padding:0; 
	clear:both; 
	float:left; 
	width: 100%; 
}
/***********FACILITY NEW STYLES ENDS***********/	
.viewedit_btn {
    float:right;
	clear:both;
	margin: 5px 4px 0 0;
	cursor: pointer;
	border: none;
	width: 57px;
	height:23px;
	background:url(../styles/black/images/edit_facility.png) no-repeat;
}
.complete_facility_btn {
    float:right;
	clear:both;
	margin: 5px 4px 0 0;
	cursor: pointer;
	border: none;
	width: 94px;
	height:24px;
	background:url(../styles/black/images/complete_facility.png) no-repeat;
}
.incomplete_facility_btn {
    float:right;
	clear:both;
	margin: 5px 4px 0 0;
	cursor: pointer;
	border: none;
	width: 94px;
	height:23px;
	background:url(../styles/black/images/incomplete_facility.png) no-repeat;
}
.facility_boxcenter, .boxcenter {
	width: 980px;
	margin: 0;
	float: left;
}
.fecilityview_hd{ width:445px; float:left; height:32px; font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#529fce; margin: 0 0 10px 0;}
.fecilityview_hd img{ margin:3px 10px 0 0; border:none; float:left;}
.fecilityview_hd h2{ font-family:Arial, Helvetica, sans-serif; font-size:20px; color:#529fce; margin:0 0 0 10px; padding:0!important; background-image:none!important;}

/*  End Added on 06/25/2012 -- Facility Styles from fecility_styles.css */
/*  Added on 06/25/2012 -- Facility Contact Chemical Styles from EditContacts.css */
.facility-view-left, .view-left{
	width:247px;
	float:left; 
	padding:0; 
	height:auto;
	margin: 16px 35px 0 0;
	
}
.facility-view-right, .view-right{
	width:100%;
	float:left; 
	margin:0; 
	padding:10px 0 0 0; 
	height:auto;
	}
.data_div{
	float:left; 
	margin:0; 
	padding: 0;
    width: 97%;
	height:auto;
	}
.data_inner{
	margin:0; 
	overflow:hidden;
	}
.inventory_div{
	width:100%;
	float:left; 
	margin:0 0 15px 0; 
	padding:10px 0 0 0; 
	height:auto;
	}
.inventory_left{
	float:left; 
	margin:0; 
	padding:0;
	}
.inventory_right{
	float:left; 
	margin:0; 
	padding:0; 
	}

.facility-viewleft-top{ 
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius:5px;
	box-shadow: 0 0 4px 0 #a5a5a6;
    -moz-box-shadow: 0 0 4px 0 #a5a5a6;
	-webkit-box-shadow: 0 0 4px 0 #a5a5a6;
    float: left;
    height: auto;
    margin: 0 0 25px;
    padding: 10px;
    width: 278px;
	
}
.facility-showhide{ 
	width:278px;
	float:left;
	height:auto; 
	
}
.facility-viewicons{ 
	width:197px;
	float:left; 
	height:auto; 
	margin-left:5px;
	padding:10px 0 0 0;
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius:5px;
    box-shadow: 0 0 4px 0 #a5a5a6;
    -moz-box-shadow: 0 0 4px 0 #a5a5a6;
	-webkit-box-shadow: 0 0 4px 0 #a5a5a6;
	
}
.viewicon-box {
    background-color: #C1DEF2;
    border: 1px solid #9CCDEF;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    cursor: pointer;
    float: left;
    font-size: 10px;
    font-weight: bold;
    height: auto;
    margin: 0 10px 7px;
    padding: 5px;
    width: 165px;
}

.viewicon-box:hover,.viewicon-box.active{
	background-color: #a9d3f0;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px 0 #848484;	
}
.viewicon-box img{
	float:left;
	border:none;
	padding-right: 10px;
    vertical-align: bottom;
 }
.form-container .facility-view-right h3{
	border-bottom:1px solid #9ed1ea;
	padding-bottom:5px;
	margin:0 0 10px 0;
}
.form-container .facility-view-left .facility-viewleft-top h3{ 
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	margin:0 31px 15px 0;
}
.icon-edit{
	margin-top:20px;
	border:none;
}
.form-container .facility-view-left .facility-viewleft-top label{
	float:left;
	width:83px;
}
.form-container .facility-view-left .facility-viewleft-top span label{
	float:left;
	color:#000;
	width:183px;
}
.viewicon_inner{ 
	float:left!important;
}

.form-container-faclis fieldset {
	background: none;
	border: none;
}
.form-container-faclis fieldset p{
	float: left;
	clear: none;
	padding: 0 0px 0 20px;
	width: 294px;
	margin: 0 0 10px 0;
}
/*chemical facility*/
.chemical-facility-view-right {
    float: left;
    height: auto;
    margin: 0;
    padding: 10px 0 0 20px;
    width: 700px;
}
.chemical-facility-list {
    float: left;
    height: auto;
    margin: 0;
    padding: 10px 0 0 20px;
	width: 972px;
}
.chemical-facility_boxcenter {
	width: 1034px;
	margin: 0;
	float: left;
}
.button_addwrap{
	float: right;
	margin: 0 0 10px ;
	background-color:#fff;
	}	
/*chemical facility edit page style*/
.editmain {
	height: auto;
	padding: 0;
	width: 495px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.edit_newlocation {
    float: left;
    height: auto;
    margin: 0;
    padding: 0;

}
 .editmain h5 {
	margin:0;
	padding:0;
	font-size: 11px;
    font-weight: bold;
	color: #000;
}
.row_wrap input{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	width:205px;
	border: 1px solid #86C4E3;
    height: 20px;
    margin: 0 0;
    padding: 3px;
/* height: 24px!important;*/
}
.row_wrap select{
	width:213px;
	padding: 3px;
	line-height: 20px;
	margin:0;
	border: 1px solid #86C4E3;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	
}

.row_wrap select:focus{
	outline: 1px solid #a0d6ff;
}
.row_wrap textarea{
	padding: 4px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid #A8A8A8;
}
.row_wrap textarea:focus{
	outline: 1px solid #a0d6ff;
}
.row_wrap input[type="radio"]{
	margin: 5px 5px 0 0;
}
.row_wrap input[type="checkbox"]{
	margin: 0 5px 0 0;
	width:15px;
    float: left;
	border:none!important;
}

.button {
	margin: 5px 4px 0 0 ;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	padding: 5px;
	font-family:tahoma;
	font-size:12px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 #FFFFFF inset;
	-moz-box-shadow: 0 1px 0 0 #FFFFFF inset;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
	background: #d4d4d4;
	background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#d4d4d4));
	background: -moz-linear-gradient(top,  #f9f9f9,  #d4d4d4);
	background: -ms-linear-gradient(top, #f9f9f9,#d4d4d4); /* IE10+ */
	background: -o-linear-gradient(top, #f9f9f9,#d4d4d4); /* Opera 11.10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d4d4d4');
	border: 1px solid #B9B9B9;
	color: #070707;
	width: auto;
	overflow:visible;

}
.button:hover {
	text-decoration: none;
	background: #bababa;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#bababa));
	background: -moz-linear-gradient(top,  #f2f2f2,  #bababa);
	background: -ms-linear-gradient(top, #f2f2f2,#bababa); /* IE10+ */
	background: -o-linear-gradient(top, #f2f2f2,#bababa); /* Opera 11.10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#bababa');
	color: #070707;
	text-shadow:none;
}
/*.button:active {
	position: relative;
	top: 1px;
	
}
*/
.button.theme-color {
	color: #fef4e9;
	font-weight:bold;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid 1px #3C87D3;
	box-shadow: 0 1px 0px 0 #B3D9FF inset;
	-moz-box-shadow: 0 1px 0px 0 #B3D9FF inset;
	-webkit-box-shadow: 0 1px 0px 0 #B3D9FF inset;
	background: #7ebdfc;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ebdfc), to(#2687e9));
	background: -moz-linear-gradient(top,  #7ebdfc,  #2687e9);
	background: -ms-linear-gradient(top, #7ebdfc,#2687e9); /* IE10+ */
	background: -o-linear-gradient(top, #7ebdfc,#2687e9); /* Opera 11.10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ebdfc', endColorstr='#2687e9');
}
.button.theme-color:hover {
    background: #41a3ec;
	background: -webkit-gradient(linear, left top, left bottom, from(#41a3ec), to(#2a75ae));
	background: -moz-linear-gradient(top,  #41a3ec,  #2a75ae);
	background: -ms-linear-gradient(top, #41a3ec,#2a75ae); /* IE10+ */
	background: -o-linear-gradient(top, #41a3ec,#2a75ae); /* Opera 11.10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a3ec', endColorstr='#2a75ae');
}
.button.theme-color:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#41a3ec), to(#2a75ae));
	background: -moz-linear-gradient(top,  #41a3ec,  #2a75ae);
	background: -ms-linear-gradient(top, #41a3ec,#2a75ae); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#41a3ec', endColorstr='#2a75ae');
}
/*a.button{
	padding: .7em 1.5em .65em;
}*/

.chemical-tablecontainer{
	float: left;
    width: 100%;
}
.chemical-tablecontainer input.txtmin{
	width: 20px;
	height: 15px;
	padding: 2px;
	text-align: center;
	line-height: 15px;
}
.instruction{
    font-size: 12px;
	color: #000;
	text-decoration:none;
	border:none!important;
}	
.sublink{
    font-size: 11px;
	color: #3488d5!important;
	text-decoration:none;
	border:none!important;
	font-weight:bold;
	}
.warning{
    font-size: 11px;
	color: #b02929;
	text-decoration:none;
	border:none!important;
	font-weight:bold;
	margin:0 0 10px 0;
	}
	
.cb_div{
    float:left;
	padding:0 0 5px 20px;}
	
.facility-view-right input[type="checkbox"] {
    float: left;
 }
.input_tb_smal{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	width:173px!important;
	border: 1px solid #BCBEBF;
    height: 24px;
    line-height: 20px;
    margin: 0 0;
    padding: 3px;
}

.select_box_smal{
	width:159px;
	padding: 3px;
	line-height: 20px;
	margin:0;
	border: 1px solid #BCBEBF;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	
}
.form-container .facility-view-right h4 {
    margin: 10px 31px 3px 0;
    padding-bottom: 5px;
	font-size: 11px;
	color: #0088ce;
	font-weight:normal;
}
.linkmsds{
    float:left;
	margin-top:24px;
    font-size: 11px;
	color: #0088ce;
	text-decoration:none;
}
.linkmsds:hover{
	float:left;
	margin-top:24px;
    font-size: 11px;
	color: #0088ce;
	text-decoration:underline;

}
.editmain h3 {
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	font-size: 16px;
    font-weight: 400;
	color: #848484;
	border-bottom:1px solid #CCCCCC;
}
.row_wrap label{
	display: block;
	padding: 0 5px 0 0;
	line-height: 20px;
	color:#3f3e3e;
	 font-size:12px;
}
.row_wrap{
	float:left;
	width:495px;
	margin:0 0 5px 0;

}
.row_editleft{
	float:left;
	width:236px;
	padding:0 0 5px 0;
}
.row_editright{
	float:right;
	padding:0 0 5px 0;
	width:214px;
}
.editbutton_wrap{
	float: right;
	}
.box{
    background-color: #F2F9FF;
    border: 1px solid #BBDAFE;
    float: left;
    padding: 5px;
    width: 99%;
	line-height:21px;
	}

.linkchange-facility{
    font-size: 13px;
	color: #0088ce;
	text-decoration:none;
	margin-left:5px;
}

.facility-view-right input[type="radio"] {
    margin: 0px 5px 0 0;
/*	width: 10px;*/
}
.FormLabel {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
	float:left;
}
.FormLabel_To {
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
	float:left;
	padding:20px 0 10px;
}
.payment_label {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
	float:left;
}
.payment_labelwrap {
    font-size: 11px;
    font-weight: bold;
	float:left;
	clear:both;
	padding:3px 0 3px 0;
}
.delete_label {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
	float:left;
	width:11%;
}
.delete_wrap{
    float: left;
    padding:0;
	height:auto;
	margin:0px auto 0 auto;
	width:100%;

	}
.reportlabel {
	 float:left;
	 width:450px;
}
.newlabel {
	 float:left;
	 width:345px;
	 clear:both;
}
.label_view {
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
}
.newlabel_notification {
	 float:left;
	 clear:both;
}
.label_viewnotification {
    float: left;
    font-size: 11px;
    font-weight: normal;
    line-height: 18px;
}
.FormLabel_notification {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
	float:left;
	width:82px;
}
.changelink {
	 float:right;
	 width:100px;
	 margin-top:9px;
	
	 }
.changelink:hover{
	 float:right;
	 width:100px;
	 margin-top:9px;
	
}
.newlabel_wrap {
	 float:left;
	 width:400px;
	 height:20px;
	 clear:both;
	 
}
.submission{
    float: left;
    padding: 10px 0 0 0;
	clear:both;
	height:auto;
	width: 99%;

	}
.step1 {
    clear: both;
    float: left;
    margin: 0 auto;
    padding: 0 10px 5px 0;
    width: 400px;

	}
.submission-left{
    float: left;
    margin: 0;
    padding: 5px;
	width: 41%;
	padding-left:0;
	}
.leftdiv{
    float: left;
    margin: 0;
    padding: 5px;
	width: 44%;
	padding-left:0;
	}
.submission-right{
    float: right;
    padding: 0px;
	width:50%;
	padding: 5px;

	}
.chemical-facility-list h2 {
    padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	background:url(black/images/heading_underline.png) 0 bottom repeat-x;
	font-size: 18px;
    font-weight: 400;
	float:left;
	clear:both;

}
.step2{
    border: 1px solid #cce3fd;
    height: auto;
    margin: 0 0 10px 0;
    padding: 7px;
	background-color:#EDF5FC;
	clear:both;
	overflow:hidden;
	}
.step3{
    float: left;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    width: 861px;
	}
.step4{
    float: left;
    height: auto;
    margin: 15px 0 5px 0;
    padding: 0;
    float:left;
	}
.submission h3{
    margin:0;
	padding:0;
	font-size: 13px;
    font-weight: bold;
	color: #57a4de;
	border-bottom:1px solid #9ED1EA;
	float:left;

	}
.sub_editimg{
    margin:0 0 0 20px;
	padding:0;

	}
.tablediv_left{
    margin:0;
	padding:0;
	float:left;
	width:100%;
	}
.tablediv_left h1{ padding:2px 0; margin:0;}
.up_downarrow{
   float: right;
    margin: 0;
    padding: 0;
    width: 66px;
	}
.up_downarrow table tr td{
  
	border:none;
	}
.table_header{
    margin:0;
	padding:0 0 0 5px;
	font-size:11px;
	font-weight:bold;
	background-color:#b9e3fe;
	vertical-align:middle;
	}
.table_row{
    margin:0;
	padding:0 0 0 5px;
	font-size:11px;
	background-color:#fff;
	vertical-align:middle;
	}
.table_row2{
    margin:0;
	padding:0 0 0 5px;
	font-size:11px;
	background-color:#ebebeb;
	vertical-align:middle;
	}

.editmain2 {
	height: auto;
	padding: 0;
	width: 703px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.row_wrap2{
	float:left;
	width:703px;
	margin:0 0 5px 0;
}
.right_table{
	float:right;
	width:539px;
	margin: 0;
}

/*  End Added on 06/25/2012 -- Facility Contact Chemical Styles from EditContacts.css */

/*Submission steps toggle*/
.step_wrap{
    float: left;
    height: auto;
	width:100%;
    margin:0;
	}
.step_div{
    float: left;
	width:100%;
    height: auto;
    margin:0 0 20px 0!important;
    padding:0;
	border-radius:4px;
	}
.step_div:last-child{
	margin:0;
}
.step_div h2{
	background:none!important;
	font-size:12px;
	font-weight:bold;
	float:left;
	margin:0 20px 0 0!important;
	padding:0!important;
	line-height: 21px;
	color:#fff;
	text-shadow: 1px 1px 0 #074786;
	}
/*.step_divheading{
	padding:5px;
	margin:0;
	font-weight:bold;
	overflow:hidden;
	border-radius: 3px 3px 0 0;
	background:url(../styles/black/images/bg-stephead.png) repeat-x #4873a8;
	background-position:bottom;
	}*/
.step_divheading{
	overflow:hidden;
	margin:0;
	padding:5px;   
	border-radius:3px 3px 0 0; 
	background:#4873a8; 
	border:1px solid #255085; 
	box-shadow: 0 1px 0 0 #6096D7 inset; 
	-moz-box-shadow: 0 1px 0 0 #6096D7 inset; 
	-webkit-box-shadow: 0 1px 0 0 #6096D7 inset;
	}
.toggle_img{
	float:left;
	margin: 3px 10px 0 10px;
	cursor:pointer;
	background:url(../styles/black/images/more_colomn.png) no-repeat;
	width:16px;
	height:24px;	
}
.toggle_img2{
	float:left;
	margin: 3px 10px 0 10px;
	cursor:pointer;
	background:url(../styles/black/images/minus_icon.png) no-repeat;
	width:16px;
	height:24px;	
}
.reporttoggle_expand{
	float:left;
	margin:  0 10px 0 0;
	cursor:pointer;
	background:url(../styles/black/images/reporttoggle_expand.png) center center no-repeat;
	width:2%;
	height:24px;	
}
.reporttoggle_collapse{
	float:left;
	margin: 0 10px 0 0;
	cursor:pointer;
	background:url(../styles/black/images/reporttoggle_collapse.png) center center no-repeat;
	width:2%;
	height:24px;	
}
.summary{
	float:left;
	margin: 0;
	padding: 0;
	width:100%;
	line-height: 21px;
	font-family: tahoma;
}
.summary .summary{padding:0 0 0 5px!important; width:auto;}
.details{
	/*display:none;*/
	padding:5px 8px 8px 8px;
	background-color: #fff;
	border-bottom:1px solid #CDCDCD;
	border-left:1px solid #CDCDCD;
	border-right:1px solid #CDCDCD;
	border-radius:2px;
	border-radius: 0 0 3px 3px;
	overflow:hidden;
	box-shadow:0 2px 2px -2px #CCCCCC;
}
.report_icons{
	float:right;
	padding:0;
}
.report_icons .widget_btnorange{
	margin:0 0 0 5px!important;
	cursor:default!important;
}

.validation_tick{
	float:right;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/facilityvalid_icon.png) no-repeat;
}

.validation_remove{
	float:right;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/facilityinvalid_icon.png) 0 0  no-repeat;
}
.invalid_popup {
    border: medium none;
    left: 0;
    position: relative;
    top: 5px;
}
.validationview_remove{
	float:right;
	margin:4px 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/facilityinvalid_icon.png) no-repeat;
}
/*Submission steps toggle ends*/


/*Submission fixed menu starts*/
#navi {
	height: auto;
	float:left;
	width:100%;

}
#fixed_menu {
    background-color:#5999c5;
	text-align: center;
	margin: 0;
	padding: 0;
	z-index:30000;
}
#fixed_menu ul {
	padding: 0;
	
}
#fixed_menu ul li {
	list-style-type: none;
	display: inline;
	padding:0 20px 5px 20px;
}
#fixed_menu ul li a {
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;	
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	font-size:12px;
	text-shadow:1px 1px 0 #005590;
}

#fixed_menu ul li a:hover {
    border-bottom:1px solid #FFFFFF;
	color: #fff;
	-webkit-transition-property: color, background;
	-webkit-transition-duration: 0.5s, 0.5s;
	border-radius: 5px;
}
.default {
	border: 1px solid #4D8DB9;
	height: auto;
	-moz-box-shadow: 0 1px 0 #76B6E2 inset;
	-webkit-box-shadow: 0 1px 0 #76B6E2 inset;
	box-shadow: 0 1px 0 #76B6E2 inset;
	overflow:hidden;
	padding:5px 0 5px 0  !important;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}
.default ul li {
    float: left !important;
    line-height: 20px !important;
    margin: 3px 0 0 0!important;

}
.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	border: 1px solid #6eb9ef;
	box-shadow: 0 0 10px #222;
	-webkit-box-shadow: 0 0 40px #222;
	-moz-box-shadow: 0 0 40px #222;
	text-align:center!important;
	padding:8px 0 4px 0!important;
}
.fixed ul li {
    line-height: 20px !important;
    margin: 3px 0 0 0!important;
	white-space:nowrap!important;
}
.fixed ul {
    float: left !important;
	width:90%;

}
/*Submission fixed menu ends*/

/*Exemption*/
.left_div{
	float:left;
	width:24px;
}
.left_divsendmail{
	float:left;
	width:83px;
}
.right_div{
	float:right;

}
.row_div{
	float:left;
	margin: 0 0 10px 15px;
	clear:both;
	width:98%;
}

/*menu right side style starts*/
.welcome_not{
	float:left;
	margin:  0;
	clear: both;
	text-shadow: 1px 1px 0 #2C6A96;
}
.headerright_link{
	float:right;
	margin: 4px 0 0 0;
	clear: both;
}
.site_heading{
	float:right;
	margin: 0;
}
.right_link{
	float:left;
	margin-left: 10px;
}
.right_link img{
	margin: 0 5px 0 0;
}
.welcome{
    color:#B8E2FF;
	font-size:13px;
	font-weight:normal;
}
.user{
    color:#B8E2FF;
	font-size:13px;
	font-weight:normal;
}
.link_small{
    color:#fff!important;
	font-size:12px;
	font-weight:normal;
	text-shadow: 1px 1px 0 #015fa2;
}
.header_address{
	font-size:12px;
	color:#FFFFFF;
}
.header_name{
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}

.popup_link{
	float:left;
	margin: 0 20px 4px 0;
}
.popup_link:last-child{
	margin: 0 0 4px 0;
}

.report_link{
	float:left;
	clear:both;
	margin: 5px 10px 0 0;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:3px;
	padding: 4px;
	box-shadow:inset 0 0 2px 0 #ccc;
	font-size: 11px;
	color: #3488d5!important;
	text-decoration:none;
	font-weight:bold;
	width:143px;
	text-align:center;

}
.report_link a:hover{
	text-decoration:none!important;
}
.cb_horizontal{
	float:left;
	margin: 0 0 5px 0;
}
.cb_horizontalsmall{
	float:left;
	margin: 0 0 10px 0;
	width:10%;
}
.content_mixture{
    float:left;
	margin:5px 0 5px 0;
	width:100%;
}
.checkbox_div{
	float:left;
	margin: 0 0 10px 10px;
	}
.checkbox_div label{
	display:inline!important;
	}
/*menu right side styles ends*/

/*---- Navigation ----*/

.main_nav {margin: 10px 0 0 87px; padding-left:14px; float:left; position:relative; z-index:1000;}
.main_nav .home { }
.main_nav .home a { margin-top:4px; text-indent:-1000px; display:block;width:30px; height:30px; float:left; margin-right:5px;}
 
.main_nav .home a:hover, .nav .home a.act {}
.main_nav .mre { float:right; width:31px; height:34px;}



.dropline { float:left; white-space:nowrap;}
	.dropline ul {
		margin: 0;
		list-style: none;
		padding-left: 15px;
		float: left;
	}
	.dropline > ul > li {
		float: left !important;
		text-align: center;
		padding-top: 3px;
		position: relative;
	}
.dropline > ul > li a{
	background-image:url(../styles/black/images/menubg.png);
	background-repeat:repeat-x;
	color: #FFFFFF;  
	display: block; 
	font: bold 12px/26px Arial,Helvetica,sans-serif; 
	padding: 0 10px; 
	height: 25px;  
	text-decoration: none;    
	background-color: #86cdff; 
	border-radius: 3px 3px 0px 0px!important; 
	-moz-border-radius: 3px 3px 0px 0px!important; 
	-webkit-border-radius: 3px 3px 0px 0px!important; 
	margin: 0 2px 0 0; 
}
.dropline > ul > li a:hover{
	background-image:url(../styles/black/images/menubg_hover.png);
	background-repeat:repeat-x;
	color: #101144; 
	border-radius: 3px 3px 0px 0px!important;
	-moz-border-radius: 3px 3px 0px 0px!important; 
	-webkit-border-radius: 3px 3px 0px 0px!important; 
	background-color: #9bd6ff;
}

/*Submenu 1*/
.dropline ul li ul{
    float:left; 
	white-space:nowrap;
	text-align:left;
	background:#e1f3ff; 
	position: absolute; 
	width:auto; 
	display:none; 
	z-index:999;
	border-radius:0 0 5px 5px; 
	border:1px solid #91c6fd; 
	border-top:none;
	box-shadow:0 0 3px -1px #aaa;
}

.dropline ul li ul li{
    text-align:left;  
	padding:3px 0px;
	z-index:999;
}
.dropline ul li ul li a{
	background:#E1F3FF; 
	color:#000!important; 
	font-size:11px; 
	padding:0px 15px; 
	line-height:17px; 
	height:20px; 
	margin-left:2px; 
	z-index:999;
}
.dropline ul li ul li a:hover{
	color:#000; 
	font-size:11px; 
	padding:0px 15px; 
	line-height:17px; 
	height:20px; 
	border-radius: 3px!important; 
	background:#96cff6!important;
	margin-left:2px; 
	z-index:999; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cff6', endColorstr='#96cff6',GradientType=0 );
}

/*Submenu 2*/
.dropline ul li ul li ul{
    float:left; 
	white-space:nowrap;
	text-align:left;
	background:#e1f3ff; 
	position: absolute; 
	width:auto; 
	display:none; 
	z-index:999;
	border-radius:5px; 
	border:1px solid #91c6fd; 
	box-shadow:0 0 3px -1px #aaa;
}

/*Submenu 3*/

.menuevel3{
	background:#e1f3ff; 
	position: absolute; 
	width:auto; 
	display:none; 
	z-index:999; 
	border-radius:5px!important; 
	border:1px solid #91c6fd!important; 
	box-shadow:0 0 3px -1px #aaa;
}
.menu_arrow{
    background-image:url(../styles/black/images/menu_arrow.png)!important;
	background-repeat:no-repeat!important;
	background-position:right center;}


/*---- Right block starts ----*/
.sideblock{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #e3e3e3;
    padding: 8px 8px 0;
    position: absolute;
    right: 0;
    width: 253px;
	box-shadow: 0 0 3px 0 #666666;
	border-radius:5px;
	z-index: 99999;
}
.loginregister-container {
	padding: 10px 0 0 0;
	width: 251px;
	float: left;
	border:1px #c6c6c5 solid;
	background-position:top;
	background-color:#F0F0F0;
	box-shadow:0 0 5px #ccc;
}
.sidewidget {
	padding: 10px 0 0 0;
	width: 251px;
	margin: 0 0 10px;
	float: left;
	border-left:1px #88ADD3 solid;
	border-right:1px #88ADD3 solid;
	border-bottom:1px #88ADD3 solid;
	background: url(../styles/black/images/topbg_rightpannel.png) no-repeat;
	background-position:top;
	background-color:#e9f4ff;
}
.sidewidgetgray {
	padding: 10px 0 0 0;
	width: 246px;
	float: left;
	border-left:1px #aeaeae solid;
	border-right:1px #aeaeae solid;
	border-bottom:1px #aeaeae solid;
	background: url(../styles/black/images/topbg_rightpannelgray.png) no-repeat;
	background-position:top;
	background-color:#f4f4f4;
}
.sidewidget ul{
	padding: 0px 0 10px 5px;
}
.sidewidget ul li{
	line-height: 22px;
	display:block;
	margin-bottom:2px;
}
.sidewidget ul li a{
	font-size:11px;
	color::#26aff0;
}
.sideblock h3{
	position: relative;
	width: 245px;
	height: 23px;
	line-height: 37px;
	padding: 0 0 0px 10px;
	color: #000;
	font-size:13px;
	float:left;
	margin: 0 0 4px;
}
.sideblock h2{
	position: relative;
	width: 238px;
	float:left;
	height: 32px;
	line-height: 40px;
	padding: 0 0 0 10px;
	color: #000;
	font-size:13px;	
}
.article_list1{
	border-bottom:1px solid #afd3f8;
    padding: 3px 0 3px 7px;
	height:25px;
	background-color:#cce5ff;
	background: -moz-linear-gradient(top, #e9f4ff 0%, #bdddfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4ff), color-stop(100%,#bdddfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* IE10+ */
	background: linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f4ff', endColorstr='#bdddfd',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
.article_list1:last-child{
	border-bottom:none;
}
.article_list1:hover{
	border-bottom:1px solid #80baf6;
    padding: 3px 0 3px 7px;
	text-shadow: 1px 1px #fff;
	background-color:#e9f4ff;
	background: -moz-linear-gradient(top, #e9f4ff 0%, #a2cffd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4ff), color-stop(100%,#a2cffd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f4ff 0%,#a2cffd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f4ff 0%,#a2cffd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f4ff 0%,#a2cffd 100%); /* IE10+ */
	background: linear-gradient(top, #e9f4ff 0%,#a2cffd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f4ff', endColorstr='#a2cffd',GradientType=0 ); /* IE6-9 */
	cursor:pointer;
}
.article_list1:hover:last-child{
	border-bottom:none;
}
.article_list2{
    padding: 3px 10px 3px 10px;
	height:25px;
	background-color:#e4f0fc;
	border-bottom:1px solid #afd3f8;
}
.sidewidget_link{
	font-size:12px;
	color::#26aff0;
	padding:0 0 0 12px;
	line-height:24px;
	background: url(../styles/black/images/dot_rightlink.png) no-repeat;
	background-position:left;
	text-decoration:none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.sidewidget_link:hover{
	font-size:12px;
	color::#000;
	text-decoration:none;
}

.sidewidget_details {
	background-color: #dedddd;
    border: 1px solid #ccc;
    color: #000;
    float: right;
    font-size: 11px;
    padding: 7px;
    width: 236px;
	background: -moz-linear-gradient(top, #ffffff 0%, #dbdada 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dbdada)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#dbdada 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#dbdada 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#dbdada 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#dedddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdada',GradientType=0 ); /* IE6-9 */
}
.sidewidget_details h4{
	color:#000;
	clear:both;
	border-bottom: 1px solid #ccc;
	padding:0 0 4px 0;
	margin-bottom:3px;
}
.sidewidget_details ul{
	padding: 0px 0 10px 0;
}
.sidewidget_details ul li{
	line-height: 22px;
}
.sidewidget_details ul li label{
	float: left;
}
.sidewidget_details ul li span{
	float: left!important;
	word-wrap:break-word!important;
	line-height:17px;
	font-size: 12px;
}
.sidewidget_inner {
    color: #000000;
    float: left;
    font-size: 11px;
    line-height: 17px;
    padding: 4px 0 0;
    width: 100%;
}
/*---- Right block ends ----*/

.valid_report{
	background:url(../styles/black/images/facilityvalid_icon.png) right 0 no-repeat;
}
.invalid_report {
	background:url(../styles/black/images/facilityinvalid_icon.png) right 0 no-repeat;
}
.viewReportTop{
    float: left;
    height: auto;
    margin: 0;
    padding: 0;
    width: 99.8%;
	clear:both;
	border-radius:0 0 4px 4px;
	border:1px solid #CDCDCD;
	border-top:none;
	box-shadow: 0 2px 2px -2px #CCCCCC;
	background:#fff; /* FF3.6+ */
	}
.wrapView{
    float: left;
    height: auto;
    margin: 0;
	width:100%;
	}
.rows{
    float: left;
    margin: 0 0 10px 0;
	padding:10px 5px 10px 5px;
	background-color:#e9f5fe;
	border:1px solid #bbdafe;
	width:98.6%;
	}
.div_noti{
    float: left;
    margin: 0 0 10px 0;
	padding:0 5px 10px 5px;
	width:98.6%;
	}
.div_notiinner{
	float:left;
	margin: 0 0 10px 20px;
	clear:both;
	width:98%;
}
.detail2{
	float:left;
	margin: 0;
	padding: 5px 0 5px 0;
	width: 99.1%;
	line-height: 23px;
}
.instruction2{
    float:left;
	width:100%;
    font-size: 11px;
	color: #5d5d5d;
	text-decoration:none;
	border:none!important;
	margin:5px 0 5px 0;
	}
	
	
/*******Facility Landing Page Styles Starts***********/	
	
#notification{
/*    float: left;*/
    overflow:hidden;
    margin: 0 0 10px 0;
	padding:5px 0 5px 5px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
/*	width:99.5%;*/
	border-radius:5px;
	font-size:12px;
	box-shadow: 0 0 3px 0 #ccc;
	}
#notification span{overflow:hidden; padding: 0;line-height: 18px;}
.notification{
    float: left;
    margin: 0 0 10px 0;
	padding:0 0 4px 8px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
	width:98.5%;
	border-radius:5px;
	font-size:11px;
	line-height:26px;
	box-shadow: 0 0 3px 0 #ccc;
	}
#regulations{
    float: left;
    margin:0;
	padding:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	width:100%;
	border-radius:5px;
	box-shadow: 0 0 2px 0 #ccc;
	}
#admin_panel{
    /*float: left;*/
	overflow:hidden;
    margin:0 0 10px 0;
	padding:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	/*width:100%;*/
	border-radius:5px;
	box-shadow: 0 0 3px 0 #ccc;
	}

.widget_wrap{
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
    width: 32.8%;
	}
.wrap_summary{
    float: left;
    margin: 0 0 0 1%;
    padding: 0;
    width: 18.6%;
}
.wrap_submission{
    float: left;
    margin: 0;
    padding: 0;
    width: 30%;
}
.wrap_resourcelink{
    float: right;
    margin: 0;
    padding: 0;
    width: 30%;
}
/*For MI state widgets */
.container_widget{
    float: left;
    margin: 0 0 0 1%;
    padding: 0;
    width: 32.7%;
}
.container_widget:last-child{
    float: right;
    margin: 0;
    padding: 0;
    width: 32.7%;
}
.container_widget:first-child{
    margin: 0;
    padding: 0;
}
/*For MI ends */
.WHeading{
	background-color:#CFE1F5;
	border-radius:5px 5px 0 0;
	background-image:none;
	height:31px;
	border-bottom: 1px solid #B5D3F3;
}
.WHeading h2{
	background-image:none!important;
	padding:0!important;
	line-height:27px!important;
	float: left !important;
	margin-bottom: 0 !important;
	text-shadow: 1px 1px #FFFFFF!important;
	font-size:13px!important;
	font-weight:bold;
	color:#33363A;
}
.regulationContent{
	padding:10px;
	font-size:12px;
	color:#000;
	line-height: 17px;
	overflow:hidden;
	text-align:justify;
	}
.regulationContent p{
	line-height: 17px;
    margin: 0 0 10px;
	}
.regulationContent h4{
	font-size: 12px;
    font-weight: bold;
    padding: 0 0 5px;
	text-decoration:underline;
	}
.regulationContent_admin{
	padding:10px;
	font-size:12px;
	color:#000;
	line-height: 17px;
	overflow:hidden;
	}
.wrap_box{
    float: left;
	width:100%;
	margin: 0 0 10px 0;
	}
.widget_small{
	padding:0;
	background-color:#fff;
	border:1px solid #bfddfd;
	width:49.4%;
	border-radius:5px;
	min-height:80px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	}
.widget_video{
	padding:0;
	margin:0 0 10px 0;
	background-color:#fff;
	border:1px solid #bfddfd;
	width:49.4%;
	border-radius:5px;
	min-height:320px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	}
.widget_status{
	padding:0;
	margin:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	border-radius:5px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	overflow:hidden;
	min-height: 175px;
	}
.widget_billing{
	padding:0;
	margin:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	border-radius:5px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	overflow:hidden;
	min-height: 175px;
	}
.widget_billing .WBody .FormLabel{
    line-height:13px;
	}
.widget_submission{
	padding:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	width:100%;
	border-radius:5px;
	min-height:175px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	}
.widget_resourcelink{
	padding:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	width:100%;
	border-radius:5px;
	min-height:175px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	}
.widget{
	padding:0;
	background-color:#fff;
	border:1px solid #B5D3F3;
	width:49.4%;
	border-radius:5px;
	min-height:213px;
	height:auto;
	box-shadow: 0 0 3px 0 #ccc;
	}

.WBody{
	padding:10px;
	}
.ResourceLinkBody{
	padding:10px;
	height:123px;
	overflow-y:scroll;
	}
	
.WBody ol{
	padding:0;
	list-style:decimal;
	list-style-position:inside;
	}
.WBody ol li{
	padding:10px 0 5px 0;
	color:#26aff0;
	font-size:11px;
	border-bottom:1px solid #bfddfd;
	}
.regulation_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/regulation_icon.png) no-repeat;
	background-position:left center;
	width:26px;
	height:26px;
}
.warning_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/warning_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.recentsubmit_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/recentsub_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.status_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/status_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.reportstatistics_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/reportstatistics_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.billingsummary_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/billingsummary_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.complainceSummary_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/complainceSummary_icon.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.resourcelink_icon{
	float:left;
	margin:0 0 0 10px;
	background: url(../styles/black/images/resource-links.png) no-repeat;
	background-position:left center;
	width:23px;
	height:26px;
}
.close_div{
	float:right;
	margin:0 3px 0 0;
	background: url(../styles/black/images/divclose_icon.png) no-repeat;
	background-position:left center;
	/*width:2%;*/
	height:22px;
}
table tr.recent{
	background: #ffffff;
	border-bottom:1px solid #e9e9e9;
	height:23px;
}
table tr.recent2{
	background: #ccc;
}
table tr td.recent_td{
	vertical-align:middle;
	font-size:11px;
	border:none;
	padding:3px;
	background: none repeat scroll 0 0 #F5F6F6;
}
table th.recent {
	font-weight: 700;
	text-align: left;
	background: none!important;
	border-left: none!important;
	max-width: 50px;
	border-bottom:1px thin #CCCCCC!important;
}
table tr.widgets{
	background: #ffffff;
	height:20px;
}
table tr.widgets2{
	background: #f5f6f6;
}
table tr.facility2{
	background: #d7e9fc;
	height:20px;
}
table tr td.widgets_td{
	vertical-align:middle;
	font-size:11px;
	border:none;
	height:20px;
	border-bottom:1px solid #e9e9e9;
	padding:2px 5px;
}
table th.widgets {
	font-weight: 700;
	text-align: left;
	background: none!important;
	border-left: none!important;
	max-width: 50px;
	border-bottom:1px solid #e9e9e9!important;
}
table tr th.widgets:last-child{border-right:none;}
table tr th.recent:last-child {
	border-right:none;
}
.table_home {
	border:1px solid #e9e9e9;
	border-radius:5px;
	border-bottom:none;
}
/*******Facility Landing Page Styles Ends***********/

/*******Facility highlight menu Styles starts***********/
.facility_menu {
	line-height: 32px;
	text-align: center;
	float:left;
	padding: 0;
	top:55px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border:1px #dbdbdb solid;
	border-top:none;
	background: #e9f2fb; /* FF3.6+ */
	background: -moz-linear-gradient(top, #f5f7fb  0%, #E9EFF4  100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f7fb ), color-stop(100%,#E9EFF4 )); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f7fb  0%,#E9EFF4  100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f7fb  0%,#E9EFF4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f7fb  0%,#E9EFF4  100%); /* IE10+ */
	background: linear-gradient(top, #f5f7fb  0%,#E9EFF4  100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fb ', endColorstr='#E9EFF4 ',GradientType=0 ); /* IE6-9 */
	clear: both;
}
.facility_menu ul {
	padding: 0;
}
.facility_menu ul li {
	list-style-type: none;
	display: block;
	float:left;
	padding:0 13px 0 0;
	background:url(../styles/black/images/facilityline_seperation.png) right 0 no-repeat;
	
}
.facility_menu ul li a {
	color: #000;
	text-decoration: none;
	padding: 3px 7px;
	font-size:13px;
	font-weight:normal;
	text-shadow: 0 -1px 0 #FFFFFF;

}

.facility_menu ul li a:hover {
	color: #000;
	border-radius:5px;
	
}
.facility_menu ul li a.active {
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #000;
	background-color:#a7cff7;
	border-radius:5px;
}
.create_facility{
	background:url(../styles/black/images/facilityvalid_icon_space.png) right 0 no-repeat;
	padding-right: 21px !important;
}
.valid_facility{
	background:url(../styles/black/images/facilityvalid_icon.png) right 0 no-repeat;
	padding-right: 21px !important;
}
.invalid_facility {
	background:url(../styles/black/images/facilityinvalid_icon.png) right 0 no-repeat;
	padding-right: 21px !important;
}
.facility_menu img {
    margin: 0;
	padding: 9px 0 0 5px;
	border: none;
	float:left;
	
}
.menuitem {
	background-color: #E9EFF4;
    border: 1px solid #dbdbdb;
    float: left;
    padding: 5px 0 5px 0;
	font-size:11px;
	min-height:45px;
	width: 100%;
	color:#000;
	border-radius: 3px 3px 0 0;
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
	-moz-box-shadow: 0 1px 0 0 #FFFFFF inset;
	-webkit-box-shadow: 0 1px 0 0 #FFFFFF inset;
	background: #e9f2fb; /* FF3.6+ */
	background: -moz-linear-gradient(top, #E9EFF4 0%, #f5f7fb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E9EFF4), color-stop(100%,#f5f7fb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E9EFF4 0%,#f5f7fb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E9EFF4 0%,#f5f7fb100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E9EFF4 0%,#f5f7fb 100%); /* IE10+ */
	background: linear-gradient(top, #E9EFF4 0%,#f5f7fb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9EFF4', endColorstr='#f5f7fb',GradientType=0 ); /* IE6-9 */
	}
.details_wrap {
	
    float: left;
    padding: 0 0 8px 0;
    width:100%;
  
}
.details-left{
	float:left; 
	margin:0 30px 0 8px;
	}
.details-center{
	float:left;
	margin: 0 0 0 45px;
	width:40%;
	}
.details-center h4{
	color:#797a7c;
	font-size:11px;
	font-weight:normal;
	padding-bottom:2px;
}
.details-center h5{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	line-height:18px;
}
.details-right{
	float:right; 
	width: 23%;
	text-align:right;
	margin:0 8px 0 20px;
}
.detailsleft-row{
	clear:both;
	}
.detailslabelrow{
    float:left;
	margin-left:10px; 
	}
.details-label{
	float:left; 
	color:#000;
	font-size:11px;
	font-weight:normal;
	font-style: italic;
	margin: 0 5px 0 0;
	}	
.details-left h4{
	color:#262626;
	font-size:18px;
    font-weight:normal;
}
	
.details-left h5{
	color:#000;
	font-size:11px;
	font-weight:normal;
}
	
.details-right h5{
	color:#797a7c;
	font-size:11px;
	font-weight:normal;
	padding-bottom:2px;
}
.chemicaldetails-center{
	float:left;
	margin: 0 0 0 45px;
	width:40%;
	}
.chemicaldetails-center h4{
	color:#797a7c;
	font-size:11px;
	font-weight:normal;
	padding-bottom:2px;
}
.chemicaldetails-center h5{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	line-height:18px;
}
.viewchemical-center{
	float:right;
	margin: 0 4px 0 0;
	width:60%;
	}
.viewchemical-center h4{
	color:#797a7c;
	font-size:11px;
	font-weight:normal;
	padding-bottom:2px;
	clear: both;
}
.viewchemical-center h5{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	line-height:18px;
	float:left;
}
	
#fixed_menu2 {
	margin: 0;
	padding: 0;
    z-index:3000;
	float:left;
	
}

.default2 {
	height: auto;
	width:100%;
}
.fixed2 {
	position: fixed;
	top: -1px;
	left: 0px;
	width:100%;
	box-shadow: 0 0 2px #292929;
	border:1px solid #fff;

}
.facilitydetails-center{
	margin:0 0 0 40px;
	float:left;
	}
.facilitydetails-center h4{
	color:#de1c1c;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	text-align:center;
}
.facilitydetails-center h5{
	color:#4e6ba5;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	line-height:18px;
	text-align:center;
}
.facilitydetails-header{
   float: left;
    padding:0;
    width:100%;
}
.facilitydetails-header h4{
	color:#262626;
	font-size:18px;
    font-weight:normal;
	margin-left:8px;
}
.facilitydetails-left h4{
	color:#262626;
	font-size:18px;
    font-weight:normal;

}
.facilitydetails-left{
	float:left; 
	margin:0 30px 0 8px;
	/*width:41%;*/
	}	
.facilitydetails-right{
	margin:0 4px 0 0;
	width:60%;
	float:right;
}
.facilitydetails-rightGIS{
	margin:0 4px 0 0;
	float:right;
}

.facilitydetails-link{

	overflow:hidden;
    padding: 5px;
	height:auto;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ebebeb;
	border: 1px solid #D6D6D6;
	margin:0 8px;
	font-size: 11px;
	box-shadow: 0 1px 1px 0 #FFFFFF inset;
}
.facilitydetails-link-btn{
    padding:0 5px 5px!important;
}
.facilitydetails-link-btn a
{
    margin:5px 5px 0 0!important;
}

.facilitydetails-link a{
	background:#fff;
    border: 1px solid #F79537 !important;
    font-size: 11px;
    font-weight: bold;
    padding: 5px;
	margin:0 5px 0 0;
    text-decoration: none;
	color:#000;
    text-shadow: 1px -1px 0 #FFFFFF;
	display:block;
	float:left;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.facilitydetails-link a:hover{
	background:#E9E9E9;
    color: #0088CC;
    text-decoration: none;
}
.facilitydetails-link a.active{
	background:#E9E9E9;
    color: #0088CC;
    text-decoration: none;
}
.facilitydetails-link a:last-child{
	margin:0!important;
	margin-top:5px!important;

}
.facilitydetails-hide-btn a:last-child
{
    margin: 5px 0 0!important
}
.facilitywrap_button{

	overflow:hidden;
    padding: 5px;
	height:auto;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ebebeb;
	border: 1px solid #D6D6D6;
	margin:0 8px;
	font-size: 11px;
	box-shadow: 0 1px 1px 0 #FFFFFF inset;
}
.facilitydetails_wrap {
    padding: 0 8px 0 8px;
	clear:both;
  
}
.facilitydetails_wrap iframe {
display:none; 
}
.facilitydetails_wrap .tabular {
 margin:0!important;
 padding:0!important; 
}	
.facilitydetails-right h4{
	color:#de1c1c;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	text-align:left;
}
.facilitydetails-right h5{
	color:#4e6ba5;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
	line-height:18px;
	text-align:left;
}
.facilitydetails-row{
	float:right;
	margin: 5px 0 0 0;
	}
.facilitydetails-button {
    float: right;
    margin: 0;
}
.facilityheader_links {
    color: #FFFFFF;
    float: left;
    font-size: 11px !important;
    margin: 0;
    padding:0;
}
/*******Facility highlight menu Styles ends***********/
.menunboxcontainer{
	width:100%; 
	position:relative;
	float:left;  
}
.list_description{
	clear: both;
    float: left;
	padding:0 0 5px 0;
	text-align:justify;
	font-size:12px;
	color:#4D4D4D;
	}

.radio_left {
    float: left;
    margin-top: 20px;
    width: 24px;
}
.transfer-left{
    float: left;
    margin: 0;
    padding: 5px;
	padding-left:0;
	width:29%;
	}
.transfer-right{
    float: right;
    padding: 0px;
	padding: 5px;

	}
.transferbtn-center{
    float: left;
    margin: 0;
    padding: 7px 10px 10px 61px;
    width: 73px;
	text-align:center;
	}
.transfer_btn {
	display: inline-block;
	margin: 5px 4px 0 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px 7px 5px 7px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #d5e7fd;
	border: solid 1px #c1daf6;
	color: #349ae2;
	width: auto;
	clear:both;
}
.container_common{
    float: left;
    padding: 15px 0 15px 0;
	clear:both;
	height:auto;
	width:100%;
	}
.common_wrap{
    float: left;
    padding:5px 0 5px 0;
	height:auto;
	margin:0px auto 0 auto;
	width:100%;

	}
.common_wrap h3{
    margin:0;
	padding:0;
	font-size: 13px;
    font-weight: bold;
	color: #57a4de;
	border-bottom:1px solid #9ED1EA;
	float:left;
	}
.container_billinglink{
    float: left;
   /* padding: 8px 0 8px 8px;*/
	clear:both;
	height:auto;
	width:99%;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #EEEEEE;
	border: 1px solid #E0E0E0;
	margin: 10px 0 0 0;
	font-size: 11px;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
}
.container_billinglink a{
    border-right: 1px solid #D2D2D2!important;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
	display:block;
	float:left;
}
.container_billinglink a:hover{
    color: #666666;
    text-decoration: none;
}
.container_billinglink a:last-child{
	border-right: none!important;

}
.cb_content{
	padding:0;
	overflow: hidden;
}
.cb{
    float:left;
	padding:0;
}
.cb_wrap {
    line-height: 16px;
    margin: 0 0 7px;
	float:left;
	width:100%;
	}
.label_right{
    float:right;
	padding:0;
	margin-right: 20px;
}
.radio_btn{
	padding:0;
	margin-left:10px;
	float:left;
	}
.radio_btn ul li{
	 display:inline;
	 float:left;
	 }
.radio_btn label{
	float:left!important;
	}
.radiobtn_mixture{
	padding:0;
	margin:0;
	}
.radiobtn_mixture label{
	float:left;
	margin-right:10px;
	}
/*Login page styles starts*/
.login_outerdiv{
	padding: 0;
	width: 100%;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	position:relative;
	}
.login_wrapper{
	padding:0;
	width: 99%;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	}
.login_box{
    float:right;
	padding:0;
	width:100%;
	}
.login_boxouter{
    float:right;
	padding:0;
	border-radius:5px;
	-mox-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	box-shadow: 0 2px 2px -1px #CBCBCB;
	background-color:#F8F7F7;
	border: 1px solid #CCCCCC;
	margin-left: 1%;
	height: 99.2%;
    width:34%;
	position:absolute;
	right:0;
	}
.login_heading{
	margin:1px;
	border-bottom:1px solid #dddcdc;
	border-radius:5px 5px 0 0;
	-mox-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	background:#d7e9fd;
	height:40px;
	font-size:15px;
	color:#2f4762;
	line-height:40px;
	text-shadow:0 -1px #D5D5D5;
	}
.right_outer{
	background-color:#fff;
	overflow: hidden;
	border-radius:5px;
	moz-border-radius: 0 5px 5px 0;
	webkit-border-radius: 0 5px 5px 0;
	padding: 2%;
	box-shadow: 0 2px 2px -1px #CBCBCB;
	border: 1px solid #CCCCCC;
	width:60%;
	}
.login_rightbox{
    float:right;
	border-radius:0 0 5px 5px;
	-mox-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	background-color:#fff;
	}
#login_notification{
    float: left;
    margin:0;
	padding:5px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
	width:97%;
	border-radius:5px;
	font-size:11px;
	line-height:26px;
	}
#login_notification span{
    float: left;
    margin:0;
	padding:0;
	width:88%;
	font-size:11px;
	line-height:15px;
	}
.login_inner{
    float:left;
	padding:0px 0 0 0;
	width:100%;
	}
.login_innerwrap{
	padding:20px 20px 0 20px;
	overflow:hidden;
	}
.login_fields{
    float:left;
	padding:0;
	width:100%;
	margin: 0;
	}
.logintxtbox{
	width: 98%!important;
	margin:0 0 5px 0!important;
	height:22px!important;
}
.login_btn {
    height:26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% tahoma;
	padding: 5px;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	width: 70px;
	border:none;
	background:url(../styles/black/images/login_btn.png) right 0 no-repeat;
}
.login_registerbox{
	padding:15px;
	border:1px solid #D6D6D6;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #F6F6F6;
	text-align:center;
	}
.loginregister_btn {
    height:26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% tahoma;
	padding: 5px;
	font-weight:bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	width: 127px;
	border:none;
	background:url(../styles/black/images/loginregister_btn.png) right 0 no-repeat;
}
.login_registerbox p{
	padding:0;
	color:#5B5C62;
	font-family:tahoma;
	font-size:12px;
	margin:0;
	text-align:left;
	text-align:center;
	}
.login_tips{
    float:left;
	padding:0;
	margin-top:15px;
	width:100%;
	clear:both;
	}
.login_tips ul{
  list-style:circle;
  margin-left:14px;
	}
.login_tips ul li{
    padding:0;
	margin:0 0 10px 0;
	color:#5B5C62;
	font-family:tahoma;
	font-size:12px;
	line-height: 15px;
	}
.login_tips h3{
	padding:0;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	font-family:tahoma;
	}
.loginHeadImg{
	float:left;
	margin:10px 0 0 6px;
	width:15px;
	height:18px;
}
.login_bottom{
    float:left;
	margin:0 10px 0 10px;
	width:94.6%;
	height:44px;
	line-height:40px;
	background: url(../styles/black/images/line_login.png) repeat-x;
	background-position:top center;
	}
.loginbottom_left{
    float:left;
	width:134px;
	margin:0 10px 0 40px;
	line-height:40px;
	background: url(../styles/black/images/havntregister_img.png) no-repeat;
	background-position:right center;
	font-family:tahoma;
	font-size:13px;
	color:#554c4c!important;
	}
.loginbottom_right{
    float:left;
	margin:0 0 0 20px;
	line-height:40px;
	background: url(../styles/black/images/specificfacility_icon.png) no-repeat;
	background-position:left center;
	font-family:tahoma;
	font-size:13px;
	color:#554c4c;
	padding-left:20px;
	}
.close_divlogin{
	float:right;
	margin:0 2px 0 0;
	background: url(../styles/black/images/divclose_icon.png) no-repeat;
	background-position:left center;
	width:22px;
	height:22px;
}
.facilityhome_btn {
    float:left;
	display: inline-block;
	 margin: 2px 2px 0 5px;
    padding: 4px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% tahoma;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #86cdff;
	background: -moz-linear-gradient(top, #86cdff 0%, #3facf9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86cdff), color-stop(100%,#3facf9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #86cdff 0%,#3facf9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #86cdff 0%,#3facf9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #86cdff 0%,#3facf9 100%); /* IE10+ */
	background: linear-gradient(top, #86cdff 0%,#3facf9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86cdff', endColorstr='#3facf9',GradientType=0 ); /* IE6-9 */
	border: 1px solid #63b4ef;
	width: auto;
	box-shadow:1px 0 3px 0 #ccc;
}
.facilityhome_btn a {
    color:#ffffff!important;
	text-decoration:none;}
.facilityhome_btn-new {
    float:left;
	display: inline-block;
	margin: 0 0 0px 5px;
	cursor: pointer;
	color:#fff!important;
	text-align: center;
	text-decoration: none;
	font: 11px/100% tahoma;
	padding: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	font-weight:bold;
	background: #81cbfe; /* FF3.6+ */
	background: -moz-linear-gradient(top, #81cbfe 0%, #46aff9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#81cbfe), color-stop(100%,#46aff9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #81cbfe 0%,#46aff9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #81cbfe 0%,#46aff9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #81cbfe 0%,#46aff9 100%); /* IE10+ */
	background: linear-gradient(top, #81cbfe 0%,#46aff9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cbfe', endColorstr='#46aff9',GradientType=0 ); /* IE6-9 */
}
.facilityhome_btn-new a{
	color:#FFFFFF;
	text-decoration:none;
}	
.facilityhome_btn-new:hover {
	color: #fff!important;
	text-decoration:none!important;
	border: 1px solid #FFFFFF;
	background: #81cbfe; /* FF3.6+ */
	background: -moz-linear-gradient(top, #a7dafd 0%, #65befc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7dafd), color-stop(100%,#65befc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7dafd 0%,#65befc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7dafd 0%,#65befc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a7dafd 0%,#65befc 100%); /* IE10+ */
	background: linear-gradient(top, #a7dafd 0%,#65befc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7dafd', endColorstr='#65befc',GradientType=0 ); /* IE6-9 */
	}
/*Login page styles ends*/
.notification-close-large1{background: none repeat scroll 0 0 #FAF5A2;
    border: 1px solid #F9CC73;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #CCCCCC;
    color: #666666;
    display: none;
    font-size: 11px;
    margin: 216px auto;
    padding: 16px;
    position: absolute;
    text-align: justify;
    width: 870px;
    z-index: 40000;}
.imgs-large1{position:relative; left: 12px; top: -6px; z-index:100; width:22px; height:22px; float:right;}
.notification-close-meduim1{background: none repeat scroll 0 0 #FAF5A2;
    border: 1px solid #F9CC73;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #CCCCCC;
    color: #666666;
    display: none;
    font-size: 11px;
    margin: 216px auto;
    padding: 16px;
    position: absolute;
    text-align: justify;
    width: 425px;
    z-index: 40000;}
.imgs-meduim1{position:relative; left: 10px; top: -6px; z-index:100; width:22px; height:22px; float:right;}
.notification-close-small1{background: none repeat scroll 0 0 #FAF5A2;
    border: 1px solid #F9CC73;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 2px #CCCCCC;
    color: #666666;
    display: none;
    font-size: 11px;
    margin: 216px auto;
    padding: 16px;
    position: absolute;
    text-align: justify;
    width: 246px;
    z-index: 40000;
	}	
.imgs-small1{position:relative; left: 10px; top: -6px; z-index:100; width:22px; height:22px; float:right;}
.boxBodyPatch-tab{ margin::0 auto; border-top:1px solid #A3CCFC; border-bottom:1px solid #A3CCFC;}
.boxBodyPatch-tab table tr td{ padding:3px 5px !important; border:none;}
.boxBodyPatch-tab table tr{ border:none !important;}
.boxBodyPatch-tab table tr td{ border:none !important;}
.boxBodyPatch-tab table tr:hover{ background:#fef8e5 !important;}
.border-none{ border:none !important;}
.border-none table td{ border:none !important;}
.reveal-modal table tr:hover{ background:fef8e5 !important;}
.boxBodyPatch:hover{ background:none !important;}
.edit_facility{
	float:right;
	margin:5px 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/specificfacility_icon.png) no-repeat;
	cursor:pointer;
}
.complete_facility{
	float:right;
	margin:4px 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/facilitycompleted_icon.png) no-repeat;
	cursor:pointer;
}
.incomplete_facility{
	float:right;
	margin:4px 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/incomplete_facility.png) no-repeat;
	cursor:pointer;
}
.nfpa_diamond{
	float:left;
	margin:0;
	width:311px;
	height:250px;
	background:url(../styles/black/images/NFPA-signs.png) no-repeat;
}
.nfpa_row{
	float:left;
	margin:51px 0 0 0;
	width:311px;
}
.nfpa_rowbottom{
	float:left;
	margin:34px 0 0 0;
	width:311px;
}
.nfpa_rowmiddle{
	float:left;
	margin:27px 0 0 0;
	width:311px;
}
.nfpa_col{
	float:left;
	margin:0 0 0 97px;
	width:;
}
.nfpa_col1{
	float:left;
	margin:0 0 0 39px;
	width:;
}
.nfpa_col4{
	float:left;
	margin:0 0 0 68px;
	width:;
}
.step-title { 
	background-color: #e2e0d8;
	border:1px solid #B3DAED;
	border-radius:5px;
	padding:5px;
	box-shadow:0 0 4px 0 #ccc;
	-moz-box-shadow:0 0 4px 0 #ccc;
	-webkit-box-shadow:0 0 4px 0 #ccc;
	cursor:pointer;
	float:left;
}
.step-info{
    float: left;
    margin: 0 0 10px 0;
	padding:0 8px 4px 8px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
	border-radius:5px;
	font-size:11px;
	line-height:26px;
	box-shadow: 0 0 3px 0 #ccc;
	}
.headingsmall{
    font-size: 11px;
    font-weight: bold;
	color: #57a4de;
	border-bottom:1px solid #9ED1EA;
	padding-bottom:2px;
	margin-bottom:3px;
	float:left;
}
.headingblack{
    font-size: 11px;
    font-weight: bold;
	color: #000;
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	margin-bottom:3px;
	float:left;
}
.popup_approve{
	padding:10px;
	float:left;
	margin:0 auto;
	width:97%;
}
.report-left{
    float: left;
    margin: 0;
    padding: 5px;
	padding-left:0;
	}
.report-right{
    float: right;
    padding: 0px;
	width:38%;
	padding: 5px;

	}
.addressdetails{
    float: left;
	padding:0 0 0 5px;
}
.help{
	float:right;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/help.png) no-repeat;
	display:none; /* the help tip in the report step is disabled.*/
}
.cb p{
    float:left;
	padding:0;
	width:18px!important;
}
 .helpBubble{
	position: absolute;
	display: none;	
	font-weight:normal;	
	color: #000;
	text-align: left;	
	z-index:5006;
	width:230px;
	word-wrap:break-word;
	float:left;
	height:auto;
}
.help:hover .helpBubble{
	display: none;	
	background: #DBDADA ;
	border: 2px solid #fff;
	font-size: 11px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 0 1px 6px rgba(32, 46, 57, 0.2);
	-moz-box-shadow: 0 1px 6px rgba(32, 46, 57, 0.2);
	-webkit-box-shadow: 0 1px 6px rgba(32, 46, 57, 0.2);	
}
.margindiv{
	float:left;
	margin: 0 0 0 30px;
}
.radiobtn{
    float:left;
	padding:0;
	margin:0 10px 0 0;}
.reciepttop{
    clear: none;
    float: left;
    margin: 0 0 10px;
    width: 294px;
}
.txtarea_div{
    float: left;
	margin:0 0 0 5px;
	width:65%;
}
.txtarea_right{
    float: left;
	margin:0 0 0 5px;
}
.divbottommargin{
    padding: 0;
	clear:both;
	height:auto;
	margin:10px 0 10px 0;
	width: 99%;
	overflow:hidden;
	}
.nomargin{margin:0!important;}
.nopadd{padding:0!important;}
.checked_icon{
	float:left;
	margin:0 0 0 0;
	width:23px;
	height:13px;
	background:url(../styles/black/images/checkbox_icon.png) no-repeat;
}
.unchecked_icon{
	float:left;
	margin:0 0 0 0;
	width:23px;
	height:13px;
	background:url(../styles/black/images/uncheck_icon.png) no-repeat;
}
.radiochecked_icon{
	float:left;
	margin:0 0 0 0;
	width:20px;
	height:13px;
	background:url(../styles/black/images/radio_checked.png) no-repeat;
}
.radiounchecked_icon{
	float:left;
	margin:0 0 0 0;
	width:20px;
	height:13px;
	background:url(../styles/black/images/radio_btn.png) no-repeat;
}
.deleteicon{
	background: url(../styles/black/images/delete_icon.png) 0 0px no-repeat;
	width:24px;
	height:24px;
	float:left;
	cursor:pointer;
}
/*Tree menu styles*/
.dtree {
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}
/*Tree menu ends*/

/*Search index page styles starts*/
.wrap_index{
    float: left;
	margin:0 0 0 0;
	width:100%;
	}
.wrap_indexinner{
	margin: 0;
	min-height:500px;
	border-left:none;
	background-color:#f8fbff;
	border:1px solid #e8f2fe;
	border-left:none;
	
	}
.index_left{
    float: left;
    margin: 0;
    width: 255px;
	}
.index_right{
	min-height:500px;
	margin-top: 23px;
	overflow: hidden;	
	}
.right_content{
	margin:28px 28px 0 28px;
	}

.right_content h2{
    padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	}
.right_content p{
    padding: 0;
	margin:15px 0 0 0;
	font-size:12px;
	line-height:25px!important;
	color:#636466;
	}
.wrap_next{
    float: right;
	width:44px;
	}
.index_prevbtn{
    float: left;
	width:20px;
    height:20px;
	background: url(../styles/black/images/indexbtn_prev.png) 0 0px no-repeat;
	cursor:pointer;
	}
.index_nextbtn{
    float: right;
	width:20px;
	height:20px;
	background: url(../styles/black/images/indexbtn_next.png) 0 0px no-repeat;
	cursor:pointer;
	}
/*searchindex text area*/

.editname{
	width: 150px;
	height: 15px;
	background: #fff;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	line-height: 13px;
	border:1px solid #d9eafe;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
}
.editname:focus{
	outline: none;
}
.editnameactive{
	background: #fff;
	color: #121212;
}
/*Search index page styles ends*/

/*Search index tab menu styles starts*/
ul.tabsindex {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 23px;
	border-bottom: 1px solid #ccc;
	width: 223px;
	padding: 0 0 0 33px;
	}
ul.tabsindex li {
	float: left;
	margin: 0;
	margin-right: 1px;
	cursor: pointer;
	padding: 0px 10px ;
	height: 22px;
	line-height: 22px;
	border: 1px solid #cccccc;
	font-weight: normal;
	font-size:11px;
	overflow: hidden;
	position: relative;
	background: #fff;
	color:#9ca4a6;
	border-radius:5px 5px 0 0;
	background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7));
	background: -webkit-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
	background: linear-gradient(top, #ffffff 0%,#e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); 		
	}
ul.tabsindex li:hover {
	border: 1px solid #abceec;
	border-bottom:none;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8e9fb 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8e9fb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8e9fb',GradientType=0 ); 
	}	
ul.tabsindex li.active{
    color:#6f91b4;
	font-weight:bold;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #d8e9fb 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d8e9fb));
	background: -webkit-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	background: linear-gradient(top, #ffffff 0%,#d8e9fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8e9fb',GradientType=0 );
	border-bottom: 1px solid #E4F0FE;
	border-left: 1px solid #abceec;
	border-right: 1px solid #abceec;
	border-top: 1px solid #abceec;
	line-height: 16px;
    margin-top: -5px !important;
    padding-top: 5px !important;
	}
.tab_container {
	border: 1px solid #cccccc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #e4f0fe;
	}
.tab_content {
	padding: 5px;
	font-size: 11px;
	display: none;
	height:490px;
	overflow-y:auto;
	}
#container {
	width: 100%;
	margin: 0 auto;	
	}
.dTreNode{
	font-size:11px;
	font-weight:bold;
	color:#000;
}

/*Search index tab menu styles ends*/
.attachdiv {
	 float:left;
	 clear:both;
	 width:345px;
	 border-bottom:1px solid #e6e6e6;
	 padding: 4px 0;
	 font-size:11px!important;
}
.add_div {
	 float:left;
	 clear:both;
	 width:345px;
	 padding: 4px 0;
	 font-size:11px!important;
}
.Labelalign {
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
	float:left;
	width:89px;
}
.common_container{
    float: left;
    padding: 10px 0 0 0;
	clear:both;
	height:auto;
	width: 99%;
}
.center_div{
	text-align:center;
	width:17px;
	margin:0 auto;
}

/*Search index additional styles*/
.searchpagelink {
    border: medium none !important;
    color: #3488D5 !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
}
.searchindex-wrap{
    float: left;
    margin: 0 0 5px;
    width: 495px;
}
.searchindex-wrap input{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	width:452px;
	border: 1px solid #86C4E3;
    height: 20px;
    margin: 0 0;
    padding: 3px;
}
.searchindex-main {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 80%;
}
.searchindex-popuptop {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.searchindex-wrap select{
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
	width:446px;
	border: 1px solid #86C4E3;
    height: 30px;
    margin: 0 0;
    padding: 3px;
}
/*Search index additional styles ends*/


/*Search index popup styles ends*/
.searchindex-close-medium1{width:44%; 
 margin:0 auto; background:#e9e8db; border:#cfcec5 solid 1px; border-radius:5px; box-shadow:0 0 2px #CCC; display:none; position:absolute;  padding-bottom: 20px; z-index:90000; top:50%; left:0; right:0;}

.searchindex-imgs-large1 {
	position: relative;
	left: -2px;
	top: 3px;
	z-index: 100;
	width: 22px;
	height: 22px;
	float: right;
	background: url(../styles/black/images/close.png);
}
/*Search index popup styles ends*/

/*Search index popup styles ends*/
.web_dialog_overlay
{
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000000;
   opacity: .15;
   filter: alpha(opacity=15);
   -moz-opacity: .15;
   z-index: 101;
   display: none;
}
.web_dialog
{
   display: none;
   position: fixed;
   width: 480px;
   height:400px;
   top: 50%;
   left: 50%;
   margin-left: -190px;
   margin-top: -140px;
   background-color: #E9E8DB;
   padding: 7px;
   z-index: 102;
   font-size: 10pt;
   overflow:auto;
   border: 1px solid #CFCEC5;
   border-radius: 5px 5px 5px 5px;
   box-shadow: 0 0 2px #CCCCCC;
}
.web_dialog_title
{
   border-bottom: solid 2px #336699;
   background-color: #336699;
   padding: 4px;
   color: White;
   font-weight:bold;
}
.web_dialog_title a
{
   color: White;
   text-decoration: none;
}
.web_dialog_content
{
   float:left;
   font-weight:normal;
   width:100%;
}
.web_dialog_content table td{
border:none!important;
background:nne!important;  
}
.web_dialog_content table tr:hover{
	background: none!important;
}
/*Search index popup styles ends*/

/*Advance Report page styles starts*/
.wrap_advReport{
    float: left;
	margin:0;
	width:100%;
	}
.advReport_bottom{
    float: right;
	margin:0;
	width:100%;
	}
.reportbox{
    float: left;
    margin-right: 3.5%;
    width: 30%;
	height:550px;
	background-color:#fff;
	border:5px solid #E9E9E9;
	border-radius:5px;
	box-shadow: 0 1px 4px 0 #979797;
	}
.reportbox:last-child{
 margin-right: 0!important;
 float:right;
}
.reportbox_inner{
	height: 368px;
	padding:5px 17px 15px 17px;
	overflow:hidden;
	border-bottom: 1px solid #DDDDDD;
	}
.report_top{
    float: left;
	height:38px;
	padding:0;
	margin-bottom:10px;	
	}
.advreport_step{
    float: left;
    width: 38px;
	height:38px;
	padding:0;
	margin-right: 10px;
	}
.advreport_heading{
    float: right;
	height:24px;
	padding:0;
	margin:7px 0 0 0;
	color:#000;
	font-size:18px;
	}
.advreport_fields{
    float: left;
    width: 100%;
	height:auto;
	padding:0;
	margin-bottom: 7px;
	}
.selected_box{
	height:161px;
	background-color:#E9E9E9;
/*	margin: 1px;*/
	overflow: hidden;
/*	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;*/
	}
.selected_inner{
	margin:10px 17px 10px 17px;
	}
.empty_box{
    float: left;
    width: 269px;
	}
.sub_fields{
    float: left;
    width: 90%;
	height:auto;
	padding:0;
	margin-left: 20px;
	}
.label_small {
    color: #3F3E3E;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 0 5px 0 0;
}
.icon_right{
   float: right;
    margin: 0;
    padding: 0;
    width: 10%;
	}
.upico{
	background: url(../styles/black/images/up_arrow.png) 0 2px no-repeat; 
	width:24px; 
	height:24px;
	cursor:pointer;
}
.downico{
	background: url(../styles/black/images/down_arrow.png) 0 2px no-repeat; 
	width:24px; 
	height:24px;
	cursor:pointer;
}
.overflowbox{
    float: left;
	height: 295px;
	overflow-y:auto;
	}
.innerdiv_right{
	float:left;
	margin: 0 0 5px 20px;
	clear:both;
	width:98%;
	color: #3F3E3E;
	line-height:20px;
}
.report_label {
	 float:left;
	 width:100%;
	 clear:both;
}
.report_label_mail span{word-break:break-all; float:left;}
.cont_report {
	 margin:7px;
	 background:#FFFFFF;
	 overflow: hidden;
	 padding:5px;
}
.newlabelwrap {
	 float:left;
	 clear:both;
	 margin-left:20px;
}
.cbsmall_content table tr td {
	 border:none!important;
}
.fecilityextra_view{ 
	margin:0; 
	overflow:hidden; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#5f5f5f;
}
.fecilityextra_view label{ 
	float:left; 
	margin:0; 
	padding:0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#000; 
	width: 100%; 
	font-weight: normal;
}
.marginleft{ 
	margin-left:20px!important; 
}
/*Regulation more less content styles */
a.adjust {
    background:url(../styles/black/images/more_less.png) no-repeat;
    color: #fff;
    display: block;
    float: right;
    font-size: 18px;
    height: 23px;
    padding: 18px 0 0 10px;
    text-align: center;
    text-decoration: none;
    width: 21px;	
}
a.adjust:hover {
    color: #72c5ff;
    transition: all 400ms ease 0s;
}
p.continued {
    margin-top: 0;
}
.more-block{
	margin-right:15px;
}
.radio_block{
	float:left;
	width:100%;
}
.ui-datepicker-trigger{margin-left:5px;}
.sub_fields table tr td {
	 border:none!important;
}
.treeview table tr td {
	 border:none!important;
}
.treeview table{
	 width:auto!important;
}

.ReportStepHelp
{
    float:right;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
}

#ui-datepicker-div
{
    z-index:99999!important;
}
.search_btn {
    height:26px;
	cursor: pointer;
	margin-right:2px;
	padding:0!important;
	width: 30px;
	border:none;
	background:url(../styles/black/images/search_btn.png) right 0 no-repeat;
}
.reset_btn {
    height:26px;
	cursor: pointer;
	width: 30px;
	border:none;
	padding:0!important;
	background:url(../styles/black/images/reset_btn.png) right 0 no-repeat;
}
.reset_icon {
    height:30px;
	cursor: pointer;
	width: 30px;
	border:none;
	padding:0!important;
	background:url(../styles/black/images/reset_icon.png) right 0 no-repeat;
}
.summarynew{
	float:left;
	margin: 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-size: 11px !important;
    font-weight: normal;
	color:#fff;
}
/*.........Chemical View page Style starts.........*/

.chemicaldetails-header{
   float: left;
    padding:0;
    width:100%;
}
.chemicaldetails-header h4{
	color:#262626;
	font-size:18px;
    font-weight:normal;
	margin-left:8px;
}
.chemicalheader_links {
    color: #FFFFFF;
    float: left;
    font-size: 11px !important;
    margin: 0;
    padding:0;
}
.chemical_wrap{ 
	width:100%; 
	float:left; 
	margin:0 0 20px 0;
}
.chemical_box{ 
	 width:99.9%; 
	 float:left; 
	 height:auto; 
	 margin:0; 
	 background-color: #fff;
	 border-bottom: 1px solid #CDCDCD; 
	 border-left: 1px solid #CDCDCD;
	 border-radius: 3px;
	border-right: 1px solid #CDCDCD; 
	box-shadow: 0 2px 2px -2px #CCCCCC;
}
/*.chemical_head{ 
	width:100%; 
	float:left; 
	height:32px; 
	font-size:14px; 
	color:#000;  
	border-radius:3px 3px 0 0; 
	line-height:25px; 
	background:url(../styles/black/images/bg-stephead.png) repeat-x;
}*/
.chemical_head{
	overflow:hidden;
	height:32px; 
	font-size:14px; 
	color:#000;  
	border-radius:3px 3px 0 0; 
	background:#4873a8; 
	border:1px solid #255085; 
	box-shadow: 0 1px 0 0 #6096D7 inset; 
	-moz-box-shadow: 0 1px 0 0 #6096D7 inset; 
	-webkit-box-shadow: 0 1px 0 0 #6096D7 inset;
}
.chemical_head img{ 
	margin:5px 10px 0 10px; 
	border:none; 
	float:left;
}
.chemical_head h2{ 
	font-size:12px; 
	color:#fff; 
	margin:0; 
	line-height:29px; 
	width:20%; 
	padding:0!important; 
	background-image:none!important; 
	font-weight:bold; 
	float:left;
}
.chemical_content{
	width:30%; 
	float:left; 
	height:auto; 
	margin:0 10px; 
	padding:10px 0 10px 0;
}
.description_bottom{ 
	float:left; 
	height:auto; 
	margin:0 0 0 20px; 
}
.chemical_content label{ 
	float:left; 
	margin:0 5px 3px 0!important; 
	padding:0;
	font-size:11px; 
	color:#000; 
	font-weight:bold;
	width: 49%;
	line-height: 18px;
	font-family:tahoma;
}
.chemical_view{ 
/*	float:right;*/ 
	margin:0; 
	padding:4px 0 0 0; 
	font-size:11px; 
	color:#000; 
/*	width:51%;*/
	word-wrap:break-word;
}
.chemical_name{ 
	font-weight:bold!important;
	font-size: 12px !important;
}
.chemical_view label{ 
	float:left; 
	margin:0; 
	padding:0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#000;
	width: 100%; 
	font-weight: normal;
}

.chemical_contentwrap{  
	margin:0; 
	padding:0; 
	clear:both; 
	float:left; 
	width: 100%; 
	border-bottom:1px solid #E5E5E5;
 }
.chemical_viewbtn{ 
	width:189px; 
	float:right; 
	height:auto; 
	margin:0 0 0 20px;
}
.cb_description{ 
	float:left; 
	height:auto; 
	margin:0 10px 0 0; 
	font-size:11px; 
	color:#000;
	padding:5px 0 5px 0;
}
.secretproof{ 
	float:left;
	clear:both;
	margin:0 0 5px 23px!important;
	font-size:11px; 
	color:#000;
}
.descriptionlink{ 
	float:left; 
	height:auto; 
	margin:0 20px 0 0; 
	font-size:11px; 
	color:#000;
	padding:5px 0 5px 0;
}
.radio_ehs{ 
	float:left; 
	height:auto; 
	margin:3px 20px 0 0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#5f5f5f;
	padding:0 0 5px 0;
	clear:both;
}
.cb_description img{ 
	margin:0 10px 0 0; 
}
.radio_ehs img{ 
	margin:0 5px 0 0; 
}
.additional_content{ 
	height:auto; 
	padding:10px 0 10px 0;
	float:left;
	margin-left:10px;
}
.additional_content h3{ 
    color: #535454;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px !important;
    padding: 0;
}
.additional_content label{
    color: #000;
    font-size: 12px;
  }
.mixture_view{ 
	float:left; 
	margin:0; 
	padding:0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#5f5f5f; 
	width:50%;
	line-height:23px;
}
.additional_wrap{ 
	height:auto; 
	margin:0 10px 0 0; 
	font-family:tahoma; 
	font-size:11px; 
	color:#5f5f5f;
	padding:5px 0 5px 0;
	overflow:hidden;
}
.cb_additional{
    float:left;
	padding:0;
}

.meterialbox{ 
	height:auto; 
	margin:0 10px 0 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#5f5f5f;
	padding:0;
	width:31%;
	float:left;
}
.view_subhead{
    background:#F3F3F3; 
	margin:0 0 6px 0; 
	padding:4px 7px 4px 7px; 
	font-size:12px; 
	color:#000; 
	font-weight:bold;
	border: 1px solid #DDDDDD;
	border-radius:2px;
}
.label_smal{width:20%!important;}
.chemical_diamond{
	margin:0 auto;
	width:78px;
	height:78px;
	background:url(../styles/black/images/nfpa_chemical.png) no-repeat;
}
.chemical_diamond table tr td{
	border:none!important;
}
.chemical_diamond table tr:hover{
	background: none!important;
	}
/*.....Chemical View page Style ends......*/
.ErrorMsg {
	z-index:1;
	color: #FF0000;
	clear:both;
	font-size: 11px;
	border: none;
	padding:  4px 4px 4px 4px;		
	text-align:left;	
}
.p_small{
    float:left;
	padding:0;
	width:196px!important;
}
.contact-container{
	padding: 0 0 10px;
	overflow:hidden;
    margin: 7px 0 0 0;
	border-bottom: 1px solid #DBDBDB;
}
.container_borderline{
	padding: 0 0 10px;
	overflow:hidden;
    margin: 7px 0 0 0;
	border-bottom: 1px solid #DBDBDB;
}
.button_right{
	float: left;
    margin-top: 16px;
	}
.contact-container h2 {
    margin: 0!important;
    padding: 0!important;
	background:none!important;
/*	border-bottom:1px solid #ccc;*/
	float:left;
}
.rightdiv_chemical{
    float: left;
    margin: 0;
    padding: 0;
	width: 63%;
	}
.leftdiv_chemical{
    float: left;
    margin: 0;
    padding: 0;
	width: 37%;
	}
.right_msds{
    float: right;
    margin: 0;
    padding: 0;
	width: 46%;
	}
.left_msds{
    float: left;
    margin: 0;
    padding: 0;
	width: 54%;
	}
.common_chemical{
    float: left;
    padding:5px 0 5px 0;
	height:auto;
	margin:0px auto 0 auto;
	width:100%;
}
.p_smallchemical{
    float:left;
	padding:0;
	width:196px!important;
	margin:26px 0 0 10px!important;
}
.popup_div {
	overflow: hidden;
	padding: 10px;
	margin:0;
}
.edit_report{ 
	width:17px; 
	height:21px; 
	float:right;
}
.listall {
	float: right;
	padding:5px;
	font-size:12px;
}
.xml_icon{
	cursor: pointer;
	background: url(black/images/xml_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.xml_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.xls_icon{
	cursor: pointer;
	background: url(black/images/xls_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.xls_icon:hover{
    background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.pdf_icon{
	cursor: pointer;
	background: url(black/images/pdf_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.pdf_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.csv_icon{
	cursor: pointer;
	background: url(black/images/csv_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.csv_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.icon_seperater {
    border-right: 1px solid #919291;
    float: left;
    height: 15px;
    margin: 4px 7px 0 0;
    width: 1px;
}
.addreport_icon{
	cursor: pointer;
	background: url(black/images/add_report.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.addreport_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.deleteuser_icon{
	cursor: pointer;
	background: url(black/images/remove_icon.png) center  no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.deleteuser_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.addfacility_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.addfacility_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}

.addincident_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.addincident_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.adderp_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.adderp_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.titlepage table{
    border-top:1px solid #b3d5fd; 
	 border-bottom:1px solid #b3d5fd; 
}
.invalid_popup {
    border: medium none;
    left: 0;
    position: relative;
    top: 5px;
}
.expand_all{
	float:left;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/expand_all.png) no-repeat;
	cursor:pointer;
}
.collapse_all{
	float:left;
	margin:0 10px 0 0;
	width:24px;
	height:24px;
	background:url(../styles/black/images/collapse_all.png) no-repeat;
	cursor:pointer;
}
#message_home{
    float: left;
    margin: 0;
	padding:5px 0 5px 5px;
	background-color:#faf5a2;
	border:1px solid #f9cc73;
	width:99.5%;
	border-radius:5px;
	font-size:12px;
	box-shadow: 0 0 3px 0 #ccc;
	display:none;
	margin:0 0 10px 0;
	}
#message_home span{overflow:hidden; padding: 0;line-height: 18px;}
.show_hide { 
    margin: 0;
	font-size:11px;
}

.RedirectMsg
{
    background-color: #e4fa84;
    border: 1px solid #b1ca47;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px 0 #ccc;
    color: #000000;
    font-size: 12px !important;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    right: 0;
	left:0;
    text-align: left;
    text-shadow: 1px 1px 1px #E6FF7F;
    /*top: 158px;*/
    z-index: 9999;
	width: 35%;
}
.help_data{
    margin: 0;
	padding:10px;
	background-color:#E9E8DB;
	border:1px solid #CFCEC5;
	border-radius:5px;
	font-size:11px;
	box-shadow: 0 0 3px 0 #ccc;
	display:none;
	margin:0;
	position:absolute;
	right: 291px;
    top: 582px;
	}
.show_help { 
    margin: 0;
	font-size:11px;
}
.info_home {
    float: left;
    margin: 0;
    position: relative;
    top: -5px;
	
}
.table_advancereport {
    float: left;
    margin: 0;
}
.table_advancereport label {
    color: #3F3E3E;
    display:inline!important;
    line-height: 20px;
    padding: 0 5px 0 0;
}
.video_icon{
	float:left;
	margin:0 0 0 10px;
	width:23px;
	height:26px;
}
.help_heading{
	float:left;
	width: 100%;
	background-color:#D7E9FD;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
     padding: 5px 0 0 5px;
	 border:1px solid #aed4ff;
	 margin-bottom:5px;
}
.help_heading h1{
  float:left;
  margin:0!important;
  font-size: 17px;
}
.blue_heading{
	float:left;
	width: 98%;
	background-color:#D7E9FD;
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
     padding:5px;
	 margin:0 0 10px 0;
	 border: 1px solid #C2D4E8;
}
.timeoutalert_msg{
    background-color: #4c535d;
    border: 1px solid #535962;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 #000;
    color: #fff;
    font-size: 11px !important;
    margin: 0 auto;
    position: absolute;
    top: 310px;
    z-index: 9999;
	width:30%;
	left:0;
	right:0;
}
.alert_btnwrap{
    background-color: #2e3238;
    border-radius: 0 0 5px 5px;
	padding:4px 8px 8px;
	overflow:hidden;
	margin:0 auto;
	clear:both;
	text-align:center;
	border-top: 1px solid #535962;
}
.alert_content{
	float:left;
	padding:10px;
}
.alert_content span{
	width:100%;
	line-height:18px;
}
.arrow_success{
    background:url(../styles/black/images/arrow-successmsg.png) no-repeat;
    height: 10px;
    position: absolute;
    right: 17px;
    top: -10px;
    width: 12px;

}
.icon_div{
	margin:0 0 0 10px;
	float: left;
}
/*****Error page styles***/
.error_wrapper{
	padding:0;
	width: 75%;
	background-color:#f8f8f8;
	border:1px solid #e6e6e6;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	overflow: hidden;
	}
.leftbox{
    float:left;
	padding:0;
	border-radius:5px;
	-mox-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	margin: 30px 40px 30px 30px;
	}
.rightbox{
	padding:0;
	border-radius:5px 0 0 5px;
	-mox-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	overflow:hidden;
	margin:45px 30px 30px 0;
	}
.oops_heading{
	padding:0;
	width:100%;
	overflow:hidden;
	}
.error_content{
	padding:0;
	width:100%;
	overflow:hidden;
	margin: 10px 0 0;
	font-size:12px;
	color:#4E4E4E;
	line-height:20px;
	font-weight: normal;
	}
.compatibility_heading{
	margin: 5px 0 5px 0;
	float:left;
	font-size:14px;
	color:#e71d1d;
	font-weight:bold;
	width: 100%;
}
.compatibility_subheading{
	margin: 5px 0 5px 0;
	float:left;
	font-size:12px;
	color:#383838;
	font-weight:bold;
	width: 100%;
	border-bottom:1px solid #b3b3b3;
}

.error_note{
	float:left;
	font-size:12px;
	color:#000;
	font-weight:bold;
	width: 100%;
}
.error_btn{
	float:left;
	margin:5px 0 0 0;
}
.403_heading{
	padding:0;
	width:100%;
	overflow:hidden;
	}

.browsererror_wrapper{
	padding:20px;
	width: 90%;
	background-color:#f8f8f8;
	border:1px solid #e6e6e6;
	border-radius:5px;
	-mox-border-radius:5px;
	-webkit-border-radius:5px;
	margin:0 auto;
	overflow: hidden;
	}
.rightbox_browser{
	padding:0;
	overflow:hidden;
	margin:0;
	}
.leftbox_browser{
	 padding:0 0 0 10px;
	 float:right;
	}
.ie_info{
    font-size: 12px;
	color: #000!important;
	text-decoration:none;
	float:left;
	padding-left:19px;
}
.ie_info li{
    list-style-type:lower-alpha!important;
	color: #000!important;
	text-decoration:none;
	line-height:19px;
	margin-bottom:5px;
}
.lisense_heading{
	margin: 0 0 5px 0;
	float:left;
	font-size:26px;
	color:#666666;
	font-weight:bold;
	width: 100%;
}
.heading_red{
	margin: 5px 0 5px 0;
	float:left;
	font-size:13px;
	color:#e71d1d;
	font-weight:bold;
	width: 100%;
}
.licence_content{
	padding:0;
	width:100%;
	float:left;
	margin: 10px 0 0;
	font-size:12px;
	line-height:20px;
	font-weight: normal;
	}
.licence_content ul{
    font-size: 12px;
	color: #000!important;
	text-decoration:none;
	float:left;
	padding-left:19px;
}
.licence_content ul li{
    list-style:decimal inside none !important;
	color: #000!important;
	text-decoration:none;
	line-height:16px;
	margin-bottom:5px;
}
/*****Error page style Ends***/
.bg_none{background:none!important;}
.leftdiv  table td{border:none!important;}
.settingsdiv{float:left; margin:0 0 0 10px;}
.settingsdiv  table td{border:none!important; padding-right:10px!important;}
.settingsdiv label{float:left!important;}

/*List Notes Styles*/


.row-fluidnote {
}
.outer_note{
	background:#fff; 
	border:#e7e7e7 1px solid; 
	border-radius:5px;
	border-bottom:none;
}
.note_wrap{
	background:#E9E9E9; 
	border:#DADADA 1px solid; 
	border-radius:5px;
	padding:5px;
	float:left;
	 width: 99%;
}

h1 small {
    font-size: 14px;
}
.notes-item {
    padding: 7px;
	overflow:hidden;
}
.borBox {
    -moz-box-sizing: border-box;
	 border-bottom: 1px solid #D9D9D9;
}
.notes-item:hover {
	background-color:#f8f8f8;
}

.notes-item .notes-people .pic {
    display: block;
    float: left;
    height: 18px;
    width: 15px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px 0 #DDDDDD inset;
    padding: 4px;
	margin-bottom: 5px;
	text-align: center;
}
.notes-item .notes-people .info {
    display: block;
    float: left;
}
.notes-item .notes-people .info .name {
    color: #333333;
	font-size:13px;
	font-weight: bold;
}
.notes-item .notes-people .info .status {
	font-size:11px;
	float:left;
}
.notes-item .notes-people .info h6 {
	color: #505050;
    font-size: 11px!important;
	font-weight:normal !important;
	font-style: italic;
	text-shadow: 1px 1px white, -1px -1px #fff;
	float:left;clear:both;
}
.note_content{
    min-height: 28px;
	font-size: 11px;
    line-height: 17px;
	overflow:hidden;
/*	margin-right:10px;*/
	color: #000;
}
.notes-options {
    background-color: #fff;
    border-radius:3px;
    float: right;
    margin: 5px 0 0 15px;
    padding: 4px 5px;
	border: 2px solid #F79537;
	box-shadow: 0 0 3px 0 #DDDDDD inset;
	font-size: 11px;
    font-weight: bold;

}
.notes-optionsicon {
    background-color: #fff;
    border-radius:3px;
    float: right;
    margin: 5px 0 0 15px;
    padding: 4px 5px;
	border: 2px solid #ccc;
	box-shadow: 0 0 3px 0 #DDDDDD inset;
	font-size: 11px;
    font-weight: bold;

}
.notes-button {
    background-color: #fff;
    border-radius:3px;
    float: right;
    margin: 4px 0 0 5px;
    padding: 4px 7px 4px 7px;
	border: 2px solid #CCCCCC;
	box-shadow: 0 0 3px 0 #DDDDDD inset;
	font-size:11px;
	font-weight:600;
	height: 14px;
   /* line-height: 15px;*/
	color:#000;
}
.notes-people{
	float:left;
	line-height: 17px;
	width:37%;
}
.row-fluidnote .spannote {
    width: 19%;
}
.row-fluidnote table td{
	border:none!important;
}
 .checkbox_info{
    color: #000;
    font-size: 11px!important;
	font-weight:normal !important;
	text-shadow: 1px 1px white, -1px -1px #fff;
	clear:both;
}
.checkbox_info input{
	float:left;
}
.checkbox_info label{
	float:left;
	margin-right:5px;
}
.pic_wrap{
	float:left;
	margin:3px 12px 0 0;
}
.displayinreport{
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 0 #DDDDDD inset;
    float: left;
	height:18px;
	width:15px;
    padding: 4px;
	clear: both;
}


.facility_notes {
    background-color: #fff;
    border-radius:3px;
    float: right;
    margin: 4px 0 0 10px;
    padding: 2px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 0 3px 0 #DDDDDD inset;
}
.facilitynote_wrap{
	background:#E6E6E6; 
	border:#CECECE 1px solid; 
	border-radius:5px;
	padding:5px;
	/*float:left;*/
	margin: 0 0 5px;
	overflow:hidden;
}
.facilitynote-people{
	line-height: 17px;
	overflow:hidden;
	font-size:11px;
}
.facilitynote_outer{
	background:#fff; 
	border:#D8D8D8 1px solid; 
	border-radius:5px;
	border-bottom:none;
}
.facilitynote_borBox {
    -moz-box-sizing: border-box;
	 border-bottom: 1px solid #D8D8D8;
}
/*List Notes Styles End*/

/*Add notes Styles Starts*/
.notes-container{
	padding:  0;
	float:left;
	width:100%;
	margin-top:10px;
}
.notesheading{
	clear:both;
	margin-top:10px;
	float:left;
}
.notesheading h2{
    background: none!important;
	padding:0!important;
	margin-bottom:2px!important;
}
.notesform{
    margin: 5px 0 0;
	clear:both;
	float:left;
	width:100%;
}
.notesform1{
    margin: 5px 0 0;
	clear:both;
	float:left;
	width:100%;
}
.notesform1 input{
	float:left!important;
}
.notes_textarea{
	width:50%!important;
	border-radius:5px;
	border: 1px solid #aeccec!important;
	color:#000;
	height: 100px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.17) inset!important;
}
.show-notes{
	 background: none repeat scroll 0 0 #fff;
    border: 2px solid #F79537;
    border-radius: 5px;
    float: right;
    margin: 0 10px 0 0;
    padding: 4px 5px 4px 5px;
	font-size:11px;
	color:#000;
	font-weight:bold;
	box-shadow: 0 1px 1px 0 #4E4E4E;
}
.show-notes a{color:#000!important;}
.show-notes img{
    float:left;
	border:0;
	margin-right:3px;
}
.notes-item:nth-child(2n) {
    background-color: #f0f7fe;
}
.notes-item:nth-child(2n):hover {
    background-color: #dfeffe;
}
.notes-container table td input{
	float:left!important;
}
.notes-container table td{
	border:none!important;
}
.notes-container table{
	width:30%!important;
}
.notes-container table tr:hover{
	background-color: #fff!important;

}
.addnote_wrap{
	background:#f5f5f5; 
	border:#e7e7e7 1px solid; 
	border-radius:5px;
	padding:5px;
	float:left;
	 width: 99%;
}
/*Add notes Styles Ends*/
.txtbox_p{margin:13px 0 0 0 !important;}
.txtbox_p2{margin:18px 0 0 0 !important;}
.txtbox_p3{margin:14px 0 0 0 !important;}
.txtboxp_margin{margin:36px 0 0 0 !important;}
.showdiv_common{
	background:#f5f5f5; 
	border:#e7e7e7 1px solid; 
	padding:10px;
	float:left;
	width: 98%;
}
.display_inline{display:inline!important;}
.info-browser
{
    background-color: #4c535d;
    border: 1px solid #E5EBF4;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px 0 #000;
    color: #fff;
    font-size: 12px !important;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    right: 0;
	left:0;
    text-align: left;
    text-shadow: 1px 1px 1px #000;
    top: 158px;
    z-index: 9999;
	width: 35%;
}
.sublink_step{
    font-size: 11px;
	color: #000!important;
	text-decoration:none;
	border:none!important;
	font-weight:bold;
	}
.sublink_step2{
    font-size: 11px;
	color: #FFFFFF!important;
	text-decoration:none;
	border:none!important;
	font-weight:bold;
	}
.mixture_component{
    background-color: #F3F3F4;
    border: 1px solid #E0E0E0;
	float:left;
	padding: 10px;
    width: 98.5%;
	margin-top: 5px;
}
.storage_data{
    background-color: #F7F7F7;
    border: 1px solid #E0E0E0;
	float:left;
	padding: 10px 10px 6px 10px;
    width: 98.5%;
	margin-top: 10px;
}
.storage_new{
    background-color: #FFFFFF;
    border:1px solid #CDCDCD;
	border-radius:5px;
/*	margin-top: 5px;*/
    padding: 10px;
}
.storage_newbtn{
	border-radius:5px;
	margin: 70px 0 0 10px;
    padding: 5px;
}
.dataheading{
    font-size: 15px;
    font-weight: 700;
    padding: 0 0 5px;
}
.dataheadingsmall{
    font-size: 14px;
    padding: 0 0 5px;
}
.step_no{
    font-size: 12px;
    font-weight: 700;
    float:left;
	text-align:center;
	background:#fff;
	padding: 5px;
    width: 13px;
	border:2px solid #AEC5DF;
	margin-right:9px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 -1px 1px 0 #CCCCCC;
}
.picklocation{
	margin:18px 0 0 0 !important;
	width:30px!important;
	}
.checkbox_p{
	margin:18px 0 0 35px !important;
	width:155px!important;
}
.gis_diamond{
	margin:0 auto;
	width:41px;
	height:42px;
	font-size:10px!important;
	background:url(../styles/black/images/GIS_diamond.png) no-repeat;
}
.gis_row1{
	width:100%;
	float:left;
	text-align:center;
	margin: 4px 0 0;
}
.gis_row2{
	width:100%;
	float:left;
	margin: 0;
	height:8px;
}
.gis_row3{
	width:100%;
	float:left;
	margin: 0;
	text-align:center;
}
.gis_rowleft{
	float:left;
	margin-left: 8px;
}
.gis_rowright{
	float:right;
	margin-right: 7px;
}
.link_red{
    font-size: 11px;
	color: #ec0000!important;
	text-decoration:none;
	font-weight:bold;
	}
.headingnested{
    font-size: 14px!important;
	color: #000!important;
	text-decoration:none;
	}
.gisfacility_icon{
	cursor: pointer;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.gisfacility_icon{
    background-color:#c0ddfd;
	border-radius:3px;
    cursor: pointer;
	float: left;
	height:17px;
	margin: 0 5px 0 0;
	padding:3px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
}
.innerlinks{
	margin:0 0 5px 0;
}
.innerlinks ul {
	padding: 0;
}
.innerlinks ul li {
	display:inline;
	margin-right:15px;
}
.content_left{
	float: left;
	margin:0;
	width:50%;
}
.content_right{
	overflow: hidden;

}
.rightinner_block{
	border-left: 1px solid #CCCCCC;
	padding:0 0 0 20px;
	overflow:hidden;
}
.rightEHS_block{
	padding:0 0 0 20px;
	overflow:hidden;
}
.block_height{
	min-height:564px!important;
}
.reportheader_links{
	float:left;
	margin: 0 4px 0 0;
	padding: 1px 0 0 5px;
	font-size: 11px !important;
	color:#fff;
}
.sublink_report{
    font-size: 11px;
	color: #fff!important;
	text-decoration:none;
	border:none!important;
	font-weight:bold;
	line-height:24px;
	}
.system_reports{
	float:left;
	width:100%;
	}
.system_reports table th{
	padding: 5px 7px;
	font-size: 12px;
	vertical-align: middle;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.system_reports .listtable td{
	padding: 5px 20px;
	font-size: 12px;
	vertical-align: middle;
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.report_facilitystatus{
	float: left;
    line-height: 22px;
    margin-left: 20px;
}
.report_labelright {
	 float:left;
	 margin-left:10px;
}
.report_labelleft {
	 float:left;
	 width: 58%;
}
.repotLabel {
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
	float:left;
}
.checkboxlist_container{
	padding:  0;
	float:left;
	width:100%;
	padding:0 0 7px 0;
}
.checkboxlist_container table td input{
	float:left!important;
}
.checkboxlist_container table td{
	border:none!important;
	width:25%!important;
}
.checkboxlist_container table{
	width:37%!important;
}
.checkboxlist_container table tr:hover{
	background-color: #fff!important;

}
.widget_btnorange {
    background: none repeat scroll 0 0 #fff;
    border: 2px solid #F79537;
    border-radius: 5px;
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 5px 4px 5px;
	cursor:pointer;
	margin:3px 5px 0 0px;
	/*box-shadow: 0 1px 1px 0 #747474;	*/
}
.widget_btnorange a{
	color:#000!important;
	text-decoration:none;
}
.widget_btnorange:hover {
	background: none repeat scroll 0 0 ;
	transition: all 300ms ease 0s;
	cursor:pointer;
/*	box-shadow: inset 0 0 1px #fff;*/
}
.regulatoryleft{
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
	}
.regulatoryright{
    float: left;
    margin: margin: 0 0 0 10px;
    padding: 0;
	}
.regulatoryright .radio_btn .aspNetDisabled{
    float: left!important;
	margin:0!important;
	padding:0!important;
	}
.regulatoryright input{ width:auto!important;}
.expand_left{
	float:left;
	margin: 0;	
}
.expand_left:last-child{
	margin: 0 0 0 37px!important;	
}
.outline_div{
	border: 1px solid #ccc;
    margin: 20px auto 0;
    overflow: hidden;
    padding: 15px;
    width: 65%;
	border-radius: 5px;
}
.help_content{
    overflow-y: scroll;
	height:500px;
	float:left;
	padding:0 0 0 5px;
}
.help_content h4{
	border-bottom: 1px solid #BEBEBE;
    color: #000;
    font-size: 14px;
    margin: 10px 0 5px;
    padding: 0 0 2px;
}
.help_content ul{
  list-style:circle;
  margin-left:14px;
	}
.help_content ul li{
    padding:0;
	margin:0 0 10px 0;
	color:#000;
	font-size:12px;
	line-height: 15px;
	}
.help_content p{
	line-height:18px!important;
}
.toggle_moredetails{
	float:left;
	margin: 0;
	height: 16px;
	color:#3488D5;
	width: 174px;
	cursor:pointer;
	background:url(../styles/black/images/moredetails.png) right 4px center no-repeat  #F1F1F1;
	border:1px solid #C4C4C4;
	border-radius:4px;
	padding:5px;
	box-shadow: 0 0 2px 0 #CCCCCC inset;
	font-weight:bold;
}
.toggle_lessdetails{
	float:left;
	margin: 0;
	cursor:pointer;
	height: 16px;
	width: 174px;
	background:url(../styles/black/images/lessdetails.png) right 4px center no-repeat #F1F1F1;
	border:1px solid #C4C4C4;
	border-radius:4px;
	padding:5px;
	color:#4b4b4b;
	box-shadow: 0 0 2px 0 #CCCCCC inset;
	font-weight:bold;
}
.widget_btnreport {
    background: none repeat scroll 0 0 #5B88C1;
    border: 1px solid #A6D4FF;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px 0 #9ED7F9 inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 5px 0 0;
    padding: 4px 5px;
    text-shadow: 1px 1px 0 #0056B6;
}
.widget_btnreport a{
	color:#fff!important;
	text-decoration:none;
}
.widget_btnreport:hover {
	background: none repeat scroll 0 0 ;
	transition: all 300ms ease 0s;
	cursor:pointer;
}
.orangealert {
    color: #000;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
	margin:0;	
}
.container_center{
	padding:  10px;
	margin:0 auto;
	width:80%;
	border: 1px solid #D6D6D6;
	overflow:hidden;
	background: none repeat scroll 0 0 #F5F6F6;
	border-radius:4px;
}
.listcontainer_center{
	padding:  12px;
	margin:0 auto;
	width:80%;
	border: 1px solid #D6D6D6;
	border-radius:4px;
	clear:both;
}

.rightpanel-heading{
	border-bottom:1px solid #afd3f8;
    padding: 0;
	height:25px;
	background-color:#cce5ff;
	background: -moz-linear-gradient(top, #e9f4ff 0%, #bdddfd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9f4ff), color-stop(100%,#bdddfd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* IE10+ */
	background: linear-gradient(top, #e9f4ff 0%,#bdddfd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f4ff', endColorstr='#bdddfd',GradientType=0 ); /* IE6-9 */

}
.rightpanel-heading h2{
    position: relative;
	float:left;
	line-height: 16px;
	color: #000;
	font-size:12px;
	font-weight:bold;
}
.rightpanel-row:last-child{
	border-bottom:none;
}

.rightpanel-row:hover:last-child{
	border-bottom:none;
}
.rightpanel-row{
    border-bottom:1px solid #afd3f8;
    padding:7px;
	overflow:hidden;
    background-color:#e9f4ff;
	background: -moz-linear-gradient(top, #EEF9FF 0%, #D1E8FE 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEF9FF), color-stop(100%,#D1E8FE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #EEF9FF 0%,#D1E8FE 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #EEF9FF 0%,#D1E8FE 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #EEF9FF 0%,#D1E8FE 100%); /* IE10+ */
	background: linear-gradient(top, #EEF9FF 0%,#D1E8FE 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEF9FF', endColorstr='#D1E8FE',GradientType=0 ); /* IE6-9 */
	}
.rightpanel-list{
	font-size:12px;
	color::#26aff0;
	padding:0 0 0 12px;
	line-height:17px;
	background: url(../styles/black/images/dot_rightlink.png) left 5px no-repeat;
	text-decoration:none;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin:0 0 5px 0;
}
.rightpanel-list a{
	color:#0071B5;
}
.sidewidget-row{
	font-size:12px;
	color::#26aff0;
	padding:0 0 0 12px;
	text-decoration:none;
	text-shadow: 1px 1px 0 #FFFFFF;
	margin:0 0 4px 0;
}
.rightpanel-more {
    float: right;
    font-size: 12px;
    padding: 4px 10px;
	background:#E4FEFE;
	border:1px solid #A5C9EE;
	border-radius:3px;
	box-shadow: 0 1px 0 0 #fff inset;
	cursor:pointer;
}
.rightpanel-more:hover {
	background:#fff;
}
.row_borderbottom{
    float: left;
    padding:10px 0 10px 0;
	height:auto;
	width:100%;
	border-bottom:1px solid #DCDCDC;
}
.row_borderbottom:last-child{
	border:none!important;
}
.file-remove{
	color: #FF0000;
    font-size: 13px;
    outline: medium none;
    text-decoration: none;
}
.radio_list{
	float:left!important;
}
.radio_list table{
	float:left!important;
	width:190px;
	clear:both;
}
.radio_list table td{
	border-left:none!important;
}
.radio_list table tr td:last-child{
	border:none!important;
}
/*/////////////////Timeout popup style///////////*/
.timeout_wrap{
	margin:10px;
	border: 2px solid #B5D3F3;
	overflow:hidden;
	background:#CFE1F5;
}
.timeout_inner{
	margin:0 auto;
	width:80%;
}
.timeout_content{
	margin:12px;
	overflow:hidden;
	text-align:center;
}
.timeout_button{
	margin:15px;
	overflow:hidden;
	text-align:center;
}
.Disabled_button {
    border-radius: 5px 5px 5px 5px;
    color: #A5A5A5;
    line-height: 16px;
    margin: 4px 4px 0 0;
    padding: 3px 5px;
}
.reveal-modal-bg-report-content{
    top: 300px; 
	position: absolute; 
	left: 0px; 
	right: 0px; 
	text-align: center;
	width:288px;
	background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #E9E9E9;
    border-radius:5px;
    box-shadow: 0 0 2px 1px #B1B1B1;
    font-size: 14px;
    padding: 10px;
    text-align: center;
	color:#EE7200;
	margin:0 auto;
}
.reveal-modal-bg-report-content span{
	line-height:20px;
}
.long_labeldiv fieldset p{
	float: left;
	clear: none;
	width: auto!important;
	margin: 0 10px 7px 0;
}
/*DMS convertor tool styles*/
.dms_heading{
	overflow:hidden;
	clear:both;
	background-color:#D7E9FD;
    padding:8px;
	border:1px solid #aed4ff;
	margin-bottom:5px;
	font-weight: bold;
	border-radius:5px;
	text-align:center;
}
.dms_cont {
    overflow:hidden;
    padding: 0;
    margin:0;
}

.dms_cont ul {
    list-style: none outside none;
    padding: 0;
}
.dms_cont ul li {
    float: left;
    margin: 0 15px 0 0;
}
.dms_cont ul li:last-child {
    margin: 0;
}
.dms_button{
    margin: 12px 0 0 0!important;
}
.dms_textli {
	height: 15px;
    line-height: 35px !important;
    margin-top: 10px !important;
}
.dms_content {
    padding: 10px;
    margin:0 auto;
	overflow:hidden;
}
/*Back to top button style*/
#back-top {
	position: fixed;
	bottom: 10px;
	margin-right:38px;
	right:0;
}
#back-top a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-weight:bold;
}
#back-top a:hover {
	color: #0088CC;	
}
#back-top span {
	
	height: 40px;
	display: block;
	background: #fff url(../styles/black/images/up-arrow.png) no-repeat center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	width:38px;
	margin:0 auto 5px auto;
	border:3px solid #c7c7c7;
}
/*Back to top button style ends*/

.classtable table td{
	border:none!important;
}
.classtable .aspNetDisabled{
	/*padding:0!important;*/
	margin:0!important;
}
.report_class
{
    margin:0 !important;
    width:180px!important;
	float:left;
}
.report_class input, .report_class label
{
    float:left !important;
}
.report_description
{
    margin:7px 0 0 0 !important;
    width:auto!important;
	float:left;
}
.report_description label
{
    float:left !important;
}
.choose_report
{
    margin:6px 0 0 0 !important;
	float:left;
}
.link_list{
    background-color: #F6F6F6;
    border: 1px solid #F79537;
    border-radius: 3px 3px 3px 3px;
    clear: both;
    float: left;
    margin: 0 0 3px 0;
	width:97%;
	padding: 2px 0;
	box-shadow: 0 1px 0 0 #FFFFFF inset;
	-moz-box-shadow: 0 1px 0 0 #FFFFFF inset;
	-webkit-box-shadow: 0 1px 0 0 #FFFFFF inset;
}
.transfer-left{
    float: left;
    margin: 0;
    padding: 5px;
	width: 31%;
	padding-left:0;
}
.tip_close{
	background:#E0E0E0; 
	float:right; 
	padding:4px;
	border:1px solid #ccc;
	cursor:pointer; 
	border-radius:50%;
	-moz-border-radius:50%; 
	-webkit-border-radius:50%; 
    border-radius:50%;
	margin:4px 2px 0 0;
	top:0; 
	position:absolute; 
	right:2px;
	height:10px; 
	width: 10px;
	line-height:6px!important;
	text-align:center!important;
}
.tip_close a{
	padding:0!important;
	margin:0!important;
	color:#0066FF!important;
	text-shadow: none!important;
	font-size:13px!important;
}
.popupbtn_div {
	overflow: hidden;
	margin: 0 15px 5px 15px;
}
.sublink_tab{
	background: #F1F1F1; /* FF3.6+ */
	background: -moz-linear-gradient(top, #F1F1F1 0%, #D0D0D0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F1F1F1), color-stop(100%,#D0D0D0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #F1F1F1 0%,#D0D0D0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #F1F1F1 0%,#D0D0D0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #F1F1F1 0%,#D0D0D0 100%); /* IE10+ */
	background: linear-gradient(top, #F1F1F1 0%,#D0D0D0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='#D0D0D0',GradientType=0 ); /* IE6-9 */
    border: 1px solid #D1D1D1;
    border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
    box-shadow: 0 1px 0 0 #FFFFFF inset;
	-moz-box-shadow: 0 1px 0 0 #FFFFFF inset;
	-webkit-box-shadow: 0 1px 0 0 #FFFFFF inset;
    margin: 0 6px 0 0;
    padding: 7px;
	font-weight: bold;
	color:#000!important;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.sublink_tab:hover, .sublink_tab.active{
    background: #fff; /* FF3.6+ */
	background: -moz-linear-gradient(top, #E2E2E2 0%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E2E2E2), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #E2E2E2 0%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #E2E2E2 0%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #E2E2E2 0%,#fff 100%); /* IE10+ */
	background: linear-gradient(top, #E2E2E2 0%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2E2E2', endColorstr='#fff',GradientType=0 ); /* IE6-9 */
	color:#0088CC!important;
	text-decoration:none;
	text-shadow: 1px 1px 0 #FFFFFF;
}
.report_row table td:first-child{
	border-left:none!important;
}
.report_row iframe{
	display:none!important;
}
.report_row .tabular{
	margin:0!important;
	padding:0!important;
}
.report_row h2{
	margin:0!important;
	background:none!important;
	border-right:1px solid #B3D5FD;
}
.report_row section h1{
	display:none!important;
}
.submission_link{
    font-size: 11px;
	color: #3488d5!important;
	text-decoration:underline;
	border:none!important;
	font-weight:bold;
}
.report_contact{
    margin:0;
	padding:0;
	float:left;
	width:100%;
}
.report_contact iframe{
  display:none;
}
.transfer_content{
	float:left;
	margin-left: 34px;
}
.heading_bold {
    font-size: 12px;
    font-weight: bold;
    line-height: 17px;
	float:left;
}

#StickyLayer {
	position: fixed;
	bottom: 63px;
	margin-right: 24px;
	right:0;
}
#StickyLayer a {
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color:#000;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	font-weight:bold;
}
#StickyLayer a:hover {
	color: #0088CC;	
}
#StickyLayer span {
	display: block;
	background: #fff url(../styles/black/images/show-notes.png) no-repeat left center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	padding:10px 8px 10px 20px;
	margin:0 auto 9px auto;
	border:2px solid #F79537;
	box-shadow: 0 3px 2px 0 #7F7F7F;
}
.view_head{ 
	overflow:hidden;
	font-size:14px; 
	color:#000;
	padding:6px 10px 6px 10px;  
	border-radius:3px 3px 0 0; 
	background:#4873a8; 
	border:1px solid #255085; 
	box-shadow: 0 1px 0 0 #6096D7 inset; 
	-moz-box-shadow: 0 1px 0 0 #6096D7 inset; 
	-webkit-box-shadow: 0 1px 0 0 #6096D7 inset;
}
.view_head h2{ 
	font-size:12px; 
	color:#fff; 
	margin:0!important;  
	padding:0!important; 
	background-image:none!important; 
	font-weight:bold; 
	float:left;
}
.noborder table{
	float:left!important;
}
.noborder table td{
	border-left:none!important;
}
.noborder table tr td:last-child{
	border:none!important;
}
.bold_description{
	line-height:17px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
.div_center{
    padding:5px 0 5px 0;
	height:auto;
	margin:0px auto 0 auto;
	width:60%;
	overflow:hidden;
}
.popup_button{
    margin: 0 15px 0 15px;
    overflow:hidden;
}	
#dvPossibleActions a						{color:#FFF!important; line-height:18px;}
.button-back								{background:#FFF!important; border:#3d92e7 solid 3px; padding:3px 5px; color:#3d92e7; font-weight:bold; text-shadow:none;}
.button-back:hover							{color:#3d92e7;}
.right-margin50								{margin-right:50px;}
.paddingTB5									{padding:5px 0;}
.paddingLR5									{padding:0 5px;}
.txt-bold									{font-weight:bold!important;}
.txt-left									{text-align:left!important; line-height:20px;}
.next-prev-wrap								{float:none; display:block; position:relative; margin:0 auto;}
.strong										{font-weight:bold;}
.remember-to-certify						{margin:0 auto 0 255px; float:left; clear:both; padding:10px 5px;}
.width-250                                  {width:250px;}
.add-panel-tbl                              {display:block; width:87%; min-height: 20px; max-height:70px; overflow-y: auto;}
.add-panel-tbl table                        {border:0!important; margin:0 auto; padding:0; border-collapse:collapse;}
.add-panel-tbl table tr td                  {border:0!important; padding:3px; width:50%!important;}
.add-panel-tbl table tr td> input[type="checkbox"]{float:left;}

.backpage{margin-top:7px}

.advreport-select-fields                    {border: 1px solid #B3DAED; border-radius:3px; moz-border-radius:3px; webkit-border-radius:3px; font-size: 12px; color:#3f3e3e; overflow:auto;}
.advreport-select-fields select             {border:none;}
.back-history                               {float:left!important; margin-top:5px;}
.back-history .dropdown-menu                {left:-30px!important; right:inherit;}

.grid-pagination                            {border-top:1px solid #B3D5FD;}
.grid-pagination td table                   {float:left; width:auto;}
.grid-pagination td table tr td             {border:none;}

.question-mark                              {width:32px; height:25px; background:url(black/images/expand_icon.png) no-repeat; float:left; margin-top:-3px;}
.MultiFile-label                            {white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}

.back-history_icon{
	cursor: pointer;
	background: url(black/images/back-list.png) center no-repeat;
	float: left;
	height:22px;
	width:22px;
	margin: 0 5px 0 0;
}
.back-history_icon:hover{
	background-color:#c0ddfd;
	border-radius:3px;
	height:20px;
	width:20px;
	border:1px solid #8fbffc;
	-moz-box-shadow:    inset 0 0 3px #ccc;
    -webkit-box-shadow: inset 0 0 3px #ccc;
    box-shadow:         inset 0 0 3px #ccc;
	margin: 0 5px 0 0;
}
.btn-history:after {
    content: "\25BC";
    font-size: 8px;
    padding-left: 5px;
}
.tbl-bdr-none{margin:0 auto; padding:0;}
.tbl-bdr-none table{width:auto;}
.tbl-bdr-none table tr td{border:none!important;}
.tbl-bdr-none table tr:hover{background:none!important;}
.td-btm-padding table tr td{padding-bottom:10px;}

.tbl-instuction{width:100%; margin:0 auto;}
.tbl-instuction table{border:1px solid #a3ccfc; border-right:0; border-bottom:0;}
.tbl-instuction table tr td{border:1px solid #a3ccfc!important; border-top:0; border-left:0;}
.smallDate
{
    Width:100px !important;
}
.btnTop
{
    margin-top:0px;
}
.NoMargin
{
    margin:0px;
}

.underline{
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	background:url(black/images/heading_underline.png) 0 bottom repeat-x;
}
.double-width{width:380px;}
.double-width input[type="text"]{width:365px;}
.box-left{width:auto!important; float:left; padding-right:25px;}
.radio-list{display:table;}
.radio-list label{float:left;}
.checkbox-col{display:block; margin:5px 10px 5px auto; padding:0; float:left;}
.checkbox-col input[type="checkbox"]{float:left;}
.checkbox-col label{float:left;}

/*======= Time Control =========*/
.ui-timepicker-div{display:table; width:100%;}
.time-display{display:block; padding:5px 0; text-align:center;}
.time-display .ui_tpicker_time_label{font-weight:bold;}
.time-display-select{float:left; display:table-cell; padding:5px 0; width:33%; text-align:center;}
.time-display-select dt{font-weight:normal;}

.tbl-bdr table {border:1px solid #b3d5fd!important;}
.tbl-bdr tr td{border:0!important; border-bottom:1px solid #b3d5fd!important;}
.marginTop{margin-top:10px!important;}

.lbl-W60{width:60px;}
.mail-to-span{padding:22px 0 10px; margin-left:5px!important;}
.mail-content{display:block; margin:0 auto; padding:0;}
.mail-content table tr td{border:0;}
.mail-content table tr:nth-child(1) td::first-letter{padding-left:60px;}



.mail-content-nopad{display:block; margin:0 auto; padding:0;}
.mail-content-nopad table tr td{border:0;}
.mail-content-nopad table tr:nth-child(1) td::first-letter{padding-left:0px;}


#dlReportSteps br{display:none;}
.chk-box-list{display:block;}
.chk-box-list> div{display:block; width:50%; float:left; box-sizing:border-box; padding:0 15px 0 0;}

.pad10{padding:10px;}
.box-wrapper{border:#CCC solid 1px; display:block; padding:10px 0;}
.width50p{width:50%; float:left; box-sizing:border-box; padding:0 10px;}
.box-wrapper .width50p:first-child{border-right:#CCC solid 1px;}

.width-270{width:270px;}

.dv-tbl-wrap{display:table; margin:0 auto; padding:0;}
.dv-tbl-row{display:table-row; margin:0 auto; padding:0;}
.dv-tbl-cell{display:table-cell; width:1%; padding:1px 0;}
.dv-tbl-cell:nth-child(even){padding-left:20px;}
.dv-tbl-span{display:block; float:none!important; font-size:11px;}
.border-left{border-left:1px solid #ccc!important;}
.border-right{border-right:1px solid #ccc!important;}

fieldset#T2ANNUAL > div.border-5x{width:98%!important; border:5px solid #0088CC!important; padding:10px 5px; margin:7px auto; float:left; display:block;}
fieldset#T2ANNUAL > div.border-5x h1 span{ font-size:17px !important;}
#lblReportingPeriodDescription2{display:block;padding:5px;margin:5px auto;}
#lblReportingPeriodDescription3{display:block;width:100%;text-align:center;}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
/*
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
    background: #3895d8; color: #FFF; border:1px solid #1878bd;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    text-decoration: none;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
*/
.ui-button-icon-only {
    text-indent: -9999px !important;
}
.ui-dialog { z-index:1050;}
.ui-dialog .ui-dialog-content{ padding:0 25px;}
.ui-dialog-titlebar-close{ background: none; border:none;}



.ui-button{ border:none;}
.ui-dialog-buttonpane {  background: #f6f6f6; }
.ui-dialog-buttonpane .ui-button.ui-widget{
    background: #f6f6f6;
    border: 1px solid #BDDDF5;
    padding: 5px 5px 5px 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-dialog-buttonpane .ui-button.ui-widget a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background: transparent;
    border: 1px solid #BDDDF5;
    padding: 4px 10px;
    float: right;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-dialog-buttonpane .ui-button.ui-widget:hover   { background: #3895d8; color: #FFF; border:1px solid #1878bd; }
.ui-dialog-buttonpane .ui-button.ui-widget:focus   { border:1px solid #1878bd !important; outline:none!important; }

.form-container p label{ line-height:20px !important; padding-bottom:0;}

.ui-widget-header .ui-icon {
    background-image: url(black/images/close_pop.png) !important;
}
.ui-widget-header {
    background: #2986c9 !important;
}

@-ms-viewport{
    width:auto!important;
    -ms-overflow-style: scrollbar!important;
}
/*Session time-out window css*/
.lbl-inline label{ display:inline;}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
/*
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
    background: #3895d8; color: #FFF; border:1px solid #1878bd;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    text-decoration: none;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}
*/
.ui-button-icon-only {
    text-indent: -9999px !important;
}
.ui-dialog { z-index:1050;}
.ui-dialog .ui-dialog-content{ padding:0 25px;}
.ui-dialog-titlebar-close{ background: none; border:none;}



.ui-button{ border:none;}
.ui-dialog-buttonpane{
    background: #f6f6f6; 
}
.ui-dialog-buttonpane .ui-button.ui-widget{
    background: #f6f6f6;
    border: 1px solid #BDDDF5;
    padding: 5px 5px 5px 10px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-dialog-buttonpane .ui-button.ui-widget a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
    background: transparent;
    border: 1px solid #BDDDF5;
    padding: 4px 10px;
    float: right;
    margin-right: 5px;
    min-width: 60px;
    _width: 60px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;    
    border: 1px solid #d0ebff;
}

.ui-dialog-buttonpane .ui-button.ui-widget:hover   { background: #3895d8; color: #FFF; border:1px solid #1878bd; }
.ui-dialog-buttonpane .ui-button.ui-widget:focus   { border:1px solid #1878bd !important; outline:none!important; }

 .ui-widget-header {
    background: #2986c9 !important;
}
 .addnewsrelease_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.addnewsrelease_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}

 .adddeqassignment_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.adddeqassignment_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.addobservation_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.addobservation_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.addattachment_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.addattachment_icon:hover{
	background-color:#c0ddfd;
	border-radius:5px;
	height:20px;
	padding:0px 3px 0px 3px;
	border:2px solid #da5000;
	-moz-box-shadow:    inset 0 0 1px #ffb991;
    -webkit-box-shadow: inset 0 0 1px #ffb991;
    box-shadow:         inset 0 0 1px #ffb991;
	margin: 0 5px 0 0;
	color:#000;
	text-shadow: 1px 1px #fff;
}
.select5Public {
	width: 220px;
}

.select5User {
	width: 250px;
}
.address_contentView{
	width:31%; 
	float:left; 
	height:auto; 
	margin:0 20px 0 0; 
}
.addcombinedinvoice_icon{
	cursor: pointer;
	float: left;
	height:20px;
	margin: 0 5px 0 0;
	padding:0px 3px 0px 3px;
	font-size:11px;
	font-weight: bold;
	color:#000;
	border-radius:5px;
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #FF8131;
}
.ZebraDialogBackdrop {
    background: #666;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.grecaptcha-badge {
	visibility: hidden;
}
.mainClassOTP {
	overflow: hidden;
	padding: 15px;
	margin: 0 15px 5px 15px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 8px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	/*min-height: 300px;*/
}

.ADlogin_btn {
	width: 105px !important;
}

.PopupLoginWrapper {
	padding-top: 1%;
	padding-bottom: 5%;
}

.MFACodeWrapper {
	padding-top: 5%;
	padding-bottom: 5%;
}

.MFAFooter {
	text-align: center;
}

.MFACodeArea {
	text-align: center;
}

.MFAVerifyBtn {
	height: 26px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% tahoma;
	padding: 5px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	color: #fff;
	width: 127px;
	border: none;
	background: url(../styles/black/images/loginregister_btn.png) right 0 no-repeat;
}

.mfa-close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

.popuplogin-close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

.OTPBox {
	width: 30px !important;
	text-align: center;
	/* padding-left: 15px; */
	margin: 4px !important;
	height: 25px !important;
}

.fieldset_align_center {
	width: 380px;
	margin: auto;
	margin-top: 20px;
}

.heading_align_center {
	width: auto;
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

.notification_align_center {
	width: auto;
	margin: auto;
	float: none;
	margin-top: 20px;
	text-align: center
}

.button_wrap_center {
	margin-top: 20px;
}


.tooltip_custom {
	position: relative;
	display: inline-block;
}

	.tooltip_custom .tooltiptext {
		visibility: hidden;
		width: 200px;
		background-color: #f6f6f6;
		color: #fff;
		text-align: center;
		border-radius: 6px;
		padding: 5px 0;
		position: absolute;
		z-index: 1;
		bottom: 150%;
		left: 50%;
		margin-left: -60px;
		border: 1px solid #348ACB;
		color: #17496F;
	}

		.tooltip_custom .tooltiptext::after {
			content: "";
			position: absolute;
			top: 100%;
			left: 30%;
			margin-left: -5px;
			border-width: 5px;
			border-style: solid;
			border-color: black transparent transparent transparent;
		}

	.tooltip_custom:hover .tooltiptext {
		visibility: visible;
	}

.center-align-buttons {
	/*margin-right: auto;
    
    display: block;*/
	padding: 5px;
	margin-left: 40%;
}
.ZebraDialog {
	z-index: 20000 !important;
}