@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family:'Open Sans',Arial;
	font-size:14px;
	line-height:18px;
	color:#615e5e;
	background:#fff;
	height:100%;
	min-height:100%;
}
p, h1, h2, h3, h4, h5, h6, form, input{
	margin:0px;
	padding:0px;
}
ul, li{
/*	margin:0px; 
	padding:0px;*/
}
img{
	border:0px;
}
a{
	text-decoration:none;
	outline:none;
	color:#663399;
}
a:hover{
	text-decoration:none;
}

#latest_dbs a{
	text-decoration:none;
	outline:none;
	color:#663399;
	font-size:14px;
}
#latest_dbs a:hover{
	text-decoration:none;
}

.left{
	float:left !important;
}
.right{
	float:right !important;
}
.clear{
	clear:both;
}
.overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,0.5) url("https://randstatestats.org/images/loader-n2.gif") center no-repeat;
}
body.loadingn{
	overflow: hidden;   
}
body.loadingn .overlay{
	display: block;
}

body.loadingnn{
	overflow: hidden;   
}
body.loadingnn .overlay{
	display: block;
}

.fontbld{
	font-weight: bold;
}
header, section, article, footer, nav{
	display:block;
}
address{
	display:block;
	font-style:normal;
}
.error{
	color:red;
	font-size:12px;
}
/*General*/
h1, h2, h3{
	color: #663399;
	line-height:normal;
	}
#wrapper{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:auto;
}
#mainshell{
	height:auto;
	overflow:hidden;
	margin:auto;
}
/*header{
	width:100%;
	border-top:10px solid #663399;
	height:auto;
	overflow:hidden;
	padding-top:5px;
	margin-bottom:20px;
}*/
.headerleft{
	width:342px;
	float:left;
	padding-top:0;
}
.headerright{
	width:500px;
	float:right;
}
.logo{
	
	padding-right:10px;
}
.logo h3 a{
	width:300px;
	height:75px;
	display:block;
	margin-top:1px;
	background:url(../images/logo.png) no-repeat left top;
	text-indent:-999em;
}
.table_heading_n{background:#EBEBEB; font-size:16px; color:#939191; font-weight: bold;}
.logo h3 {
	margin-top:1px;
	
	text-indent:-999em;}
.headerleft h2{
	font-size:30px;
	line-height:20px;
	padding-top:25px;
	float:left;
}
.headerleft h2 span{
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}
.headerright nav{
	float:right;
	height:auto;
	overflow:hidden;
	width:auto;
} 
.headerright nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.headerright nav ul li{
	margin:0px;
	padding:0px;
	display:inline-block;
	border-left:1px solid #37799c;
}
.headerright nav ul li a{
	margin-top:0;
	padding:0px;
	color:#37799c;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 8px;
	display:block;
}
.headerright nav ul li:first-child{border:none;}
.headerright nav ul li a:hover{color:#663399;}
.headerright nav ul li a .select{color:#663399;}
.headerright nav ul li a.login{
	background: rgb(255,255,255) url(../images/login.png) no-repeat 5% 50%; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 13%, rgba(188,180,184,1) 100%) url(../images/login.png) no-repeat 5% 50%; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(255,255,255,1)), color-stop(100%,rgba(188,180,184,1))) url(../images/login.png) no-repeat 5% 50%; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%) url(../images/login.png) no-repeat 5% 50%; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%) url(../images/login.png) no-repeat 5% 50%; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%) url(../images/login.png) no-repeat 5% 50%; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%) url(../images/login.png) no-repeat 5% 50%; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcb4b8',GradientType=0 ); /* IE6-9 */
	border:1px solid #c5c5c5;
	padding:5px 5px 5px 20px;
	font-size:16px;
	color:#615E5E;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/*box-shadow: 0px 2px 7px #000;*/
	margin-left: 10px;
	
}
.headerright nav ul li a.last{border-right:none;}
#container{
	width:100%;
	height:auto;
	overflow:hidden;
	min-height:470px;
}
.searchButtonBox{display: flex;}
.afterbrow{      font-size: 24px;
    text-align: center;
    color: #371358;
    font-weight: 500;
    width: 990px;
    margin: auto;
    display: block;
    line-height: 40px;}
	.stateData_link {
    background: #639;
    padding: 20px;
	    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.ortxt{    font-size: 35px;
    font-weight: bold;
    /* padding: 26px; */
    margin: 30px;
    display: block;}
#bannermain, #bannerSubscribe{
	height:auto;
	overflow:hidden;
}
.banner-left{
	width:550px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}
.banner-right{
	width:385px;
	float:right;
}
.banner-right h2{
	font-size:25px;
	color:#fff;
	line-height:normal;
}
.banner-right ul {
    list-style: none outside none;
    margin-top: 21px;
    padding: 0;
}
.banner-right ul li {
    list-style: disc inside none;
    margin: 10px;
    padding-left: 10px;
	color:#fff;
}
.banner-right p{
	color:#fff;
	font-size: 13px;
	line-height:normal;
	padding-top:10px;
}
.banner-right .trial-btn{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 13%, rgba(188,180,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(13%,rgba(255,255,255,1)), color-stop(100%,rgba(188,180,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 13%,rgba(188,180,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcb4b8',GradientType=0 ); /* IE6-9 */
	border:1px solid #c5c5c5;
	padding:10px 20px;
	font-size:18px;
	color:#615E5E;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	box-shadow: 0px 2px 7px #000;
	margin: 10px;
	line-height:normal;
	display:inline-block;
}
.banner-right .trial-btn:hover{
	background: rgb(188,180,184); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(188,180,184,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,180,184,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,180,184,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,180,184,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,180,184,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(188,180,184,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcb4b8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#content{
	width:550px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}
#sidebar{
	width:375px;
	float:right;
	/*border-left:1px solid #ccc;*/
	padding-left:10px;
}
#sidebar h2{
	border-left: 10px solid #663399;
    border-top: 1px solid #E3E3F3;
	font-size:25px;
	/*color:#615E5E;*/
	color:#663399;
	line-height:normal;
	text-align:left;
	padding-bottom:10px;
	padding-left: 10px;
	padding-top:10px;
}
.about{
	/*height:250px;*/
	height: auto;
	width:100%;
	overflow:hidden;
	/*border-bottom:1px solid #ccc;*/
	padding-bottom:10px;
	margin-bottom:10px;
}
#content h2{
	font-size:25px;
	color:#663399;
	line-height:normal;
}
#content p{
	color:#7a7575;
	font-size: 14px;
	line-height:20px;
}
.video-div{
	height:250px;
	padding-bottom:10px;
	/*border-bottom:1px solid #ccc;*/
	margin-bottom:10px;
	width:auto;
	text-align:center;
}
.browse{
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}
.browse ul {
	margin-top:10px;
	padding:0px;
	list-style:none;
}
.browse ul li{
	margin:5px;
	padding:0px;
}
.browse ul li a{
	margin-top:5px;
	padding:0px;
	color:#939191;
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
}
.category{
	margin: 2px 0;
    padding: 6px;
	font-size: 13px;
	
}
.news{
	height:auto;
	overflow:hidden;
	padding-bottom:10px;
}
.news h2{
	font-size:25px;
	color:#663399;
	line-height:normal;
}
.news ul {
	margin-top:20px;
	padding:0px;
	list-style:none;
}
.news ul li{
	margin:10px;
	/*padding:0px;
	list-style:disc inside none;*/
	padding: 0px 0px 0px 15px;
	background:url("../images/icon-ne.png") no-repeat left top;
}
.news ul li a{
	margin-top:5px;
	padding:0px;
	color:#939191;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
}
.user {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    width: 100%;
	/*border-top:1px solid #ccc;*/
	margin-top:20px;
}
.user h3 {
    font-size: 25px;
    line-height: normal;
    text-align: center;
}
.user ul {
    list-style: none outside none;
    padding-top: 20px;
	padding-left: 20px;
}
.user ul li {
    background: #fff;
    display: block;
    float: left;
    margin: 5px 30px 15px 5px;
    padding: 5px;
    text-align: center;
	border:1px solid #ccc;
	box-shadow:0px 0px 7px #505050;
}
.user ul li.last {
    margin-right: 0;
}
.user ul li img {
    text-align: center;
}
footer {
    width:100%;
	padding:0 0px 25px 0px;
	height:auto;
	overflow:hidden;	
	margin-top:0;
	border-top: 9px solid #663399;
}
.footernav {
    float: left;
    height: auto;
    overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

.footernav ul li {
    margin: 0;
    padding-bottom: 7px;
	display: block;
	/* width: 25%; */
	/* float: left; */
}
.footernav ul li a {
    color: #318bff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}
.footernav ul li a:hover {
    text-decoration: underline;
}



/* ----------------- width  ----------------- */
.wdthpercent20{width:20% !important;}
.wdthpercent25{width:25% !important;}
.wdthpercent30{width:30% !important;}
.wdthpercent35{width:35% !important;}
.wdthpercent40{width:40% !important;}
.wdthpercent45{width:45% !important;}
.wdthpercent50{width:50% !important;}
.wdthpercent55{width:55% !important;}
.wdthpercent60{width:60% !important;}
.wdthpercent65{width:65% !important;}
.wdthpercent70{width:70% !important;}
.wdthpercent75{width:75% !important;}
.wdthpercent80{width:80% !important;}
.wdthpercent85{width:85% !important;}
.wdthpercent90{width:90% !important;}
.wdthpercent92{width:92% !important;}
.wdthpercent95{width:95% !important;}
.wdthpercent98{width:98% !important;}
.wdthpercent100{width:100% !important;}


/* ----------------- Padding  ----------------- */
.pT1{padding-top:1px;}
.pT2{padding-top:2px;}
.pT3{padding-top:3px;}
.pT5{padding-top:5px;}
.pT10{padding-top:10px;}
.pT15{padding-top:15px;}
.pT20{padding-top:20px;}
.pT25{padding-top:25px;}
.pT30{padding-top:15px;}

.pB5{padding-bottom:5px;}
.pB10{padding-bottom:10px;}
.pB15{padding-bottom:15px;}
.pB20{padding-bottom:20px;}
.pB25{padding-bottom:25px;}
.pB30{padding-bottom:30px;}

.pL5{padding-left:5px;}
.pL10{padding-left:10px;}
.pL15{padding-left:15px;}
.pL20{padding-left:20px;}
.pL25{padding-left:25px;}
.pL30{padding-left:30px;}
.pL35{padding-left:35px;}
.pL40{padding-left:40px;}

.pR5{padding-right:5px;}
.pR10{padding-right:10px;}
.pR15{padding-right:15px;}
.pR20{padding-right:20px;}
.pR25{padding-right:25px;}
.pR30{padding-right:30px;}
.pR40{padding-right:40px;}
.pR50{padding-right:50px;}

/* ----------------- Margin  ----------------- */
.mT5{margin-top:5px;}
.mT8{margin-top:8px;}
.mT10{margin-top:10px;}
.mT15{margin-top:15px;}
.mT20{margin-top:20px;}
.mT25{margin-top:25px;}
.mT30{margin-top:30px;}
.mT35{margin-top:35px;}

.mB5{margin-bottom:5px;}
.mB8{margin-bottom:8px;}
.mB10{margin-bottom:10px;}
.mB15{margin-bottom:15px;}
.mB20{margin-bottom:20px;}
.mB25{margin-bottom:25px;}
.mB30{margin-bottom:30px;}
.mB35{margin-bottom:35px;}

.mL5{margin-left:5px;}
.mL8{margin-left:8px;}
.mL10{margin-left:10px;}
.mL15{margin-left:15px;}
.mL20{margin-left:20px;}
.mL25{margin-left:25px;}
.mL30{margin-left:30px;}
.mL35{margin-left:35px;}

.mR5{margin-right:5px;}
.mR8{margin-right:8px;}
.mR10{margin-right:10px;}
.mR15{margin-right:15px;}
.mR20{margin-right:20px;}
.mR25{margin-right:25px;}
.mR30{margin-right:30px;}
.mR35{margin-right:35px;}
.txtcenter{text-align:center;}

/* home V2 style */
header{
	height: auto;
    margin: 95px auto 7px;
    width: 100%;
}
.headertop{
	width:99%;
	height:auto;
	/*overflow:hidden;*/
	padding:7px 10px 8px 10px;
	background:#663399;
	position:fixed;
	z-index:99;
}
.quicklinks{
	height:auto;
	/*overflow:hidden;*/
	margin: 0 auto;
	width: 100%;
} 
.quicklinks ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
.quicklinks ul li{
	margin-right:3px;
	padding:0px;
	display:block;
	float:right;
	border-right:1px solid #939191;
	position: relative;
}
.quicklinks ul li:first-child{border:none;}
.quicklinks li a{
	color:#fff;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 10px;
	display:block;
}
.quicklinks li a img {margin-right:7px;float:left;}
.quicklinks li a.searchLink img {width:20px;}
/*.quicklinks li a.login{
	 background: url(../images/login.png) no-repeat scroll 5% 50%;
    margin-left: 10px;
    padding-left:25px;
}*/
.quicklinks ul.login-nav{
	float:left;
	margin-top:10px;
	line-height:12px;
}
.quicklinks ul.search-top{
	float:right;
	margin-top:0px;
	line-height:12px;
}
.quicklinks ul.search-top li:last-child{margin-top: 0px;border-left: none;}
.quicklinks ul.search-top li{
	border-left:1px solid #FFFFFF;
	border-right:none;
	margin:0;
	padding:0;
	float:left;
}

.dropdown .dropdown-content{padding-top: 4px;background: transparent;}
.dropdown .dropdown-content a{background: #f9f9f9;}
.browse ul .stateCategory:first-child li{margin-left:0px;    padding-left: 23px;}
.browse ul .stateCategory:nth-child(3) li{margin-right:0px;padding-right: 30px;}
.quicklinks ul.search-top li:first-child {border:none;padding-left:0;}
.quicklinks ul.search-top li:first-child a {padding-left:0;}
.universal-loader{
	border:2px;
	color:#663399;
	background:10px center #EFFEB9;
	margin-top:7px;
	padding:4px 6px;
	font-size:16px;
	width:73px;
    position: fixed;
	z-index:999;
	left:45%;
}
.seacrh-input {
    -moz-box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0);
    background-image: url(../images/icons.png);
    background-position: 3px 2px;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    box-shadow: none;
    cursor: pointer;
    height: auto;
    margin-top: 1px;
    margin-left: 10px;
    outline: 0 none;
    padding: 5px 5px 5px 23px !important;
    text-shadow: 0 -1px 0 #444444;
    transition-duration: 400ms;
    transition-property: width, background;
    transition-timing-function: ease;
    width: 75px;
    color: #BBB !important;
}
.seacrh-input:focus {
    background-color: rgba(255, 255, 255, 0.9);
    color: #555555;
    cursor: text;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 600px;
}
/* inner pages style */
#inner-mainshell{
	height: auto;
    margin: auto;
    overflow: hidden;
	width:auto;
	padding:0px 10px;
}
.categorie-nav{
    background:#663399;
    height: auto;
    width: auto;
	padding:0px;
	margin-top:20px;
}
.categorie-nav ul li{
	margin:5px 2px;
	padding:0px;
	display:inline-block;
	border-right:1px solid #939191;
}
.categorie-nav li a{
	color:#fff;
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	display:block;
	line-height:normal;
}
.categorie-nav li.last{border-right:none;}
/*container left*/
#inner-content{
	width:74%;
	height:auto;
	overflow:hidden;
	float:left;
	padding-left:20px;
}
#inner-sidebar{
	float:right;
	width:20%;
	height:auto;
	overflow:hidden;
	padding-right:20px;
}
#inner-sidebar h2{
	border-left: 10px solid #663399;
    border-top: 1px solid #E3E3F3;
    color: #663399;
    font-size: 25px;
    line-height: normal;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    text-align: left;
}
#inner-sidebar ul {
    list-style: none outside none;
    margin-top: 10px;
    padding: 0;
}
#inner-sidebar ul li {
    /*list-style: disc inside none;*/
	background:url("../images/icon-ne.png") no-repeat scroll left top transparent;
    margin: 10px;
    padding: 0px 0px 0px 15px;
}
#inner-sidebar ul li a {
    color: #939191;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px;
}
#inner-content h1{
	color: #663399;
    font-size: 25px;
    line-height: normal;
}
#inner-content h2{
	color: #663399;
    font-size: 24px;
    line-height: normal;
}
.categorie-data{
	width:100%;
	/*padding-top:10px;*/
	padding-top:0px;
	height:auto;
	overflow:hidden;
	position:relative;
}
.categorie-data h4{
	color: #663399;
    font-size: 16px;
    line-height: normal;
}
.additional{
	padding:15px 0px 10px 10px;
	height:auto;
	overflow:hidden;
	width: 60%;
}
.additional a.hitarea {
    cursor: pointer;
    display: block;
    height: 22px;
    left: 0px;
    padding: 0;
    position: absolute;
    width: 16px;
}
.additional a.plus {
    cursor: pointer;
    display: block;
    height: 22px;
    left: 0px;
    padding: 0;
    position: absolute;
    width: 16px;
}
.additional a.minus {
    cursor: pointer;
    display: block;
    height: 22px;
    left: 0px;
    padding: 0;
    position: absolute;
    width: 16px;
}
.additional a.hitarea {
    background: url(../images/plus.gif) no-repeat scroll center center transparent;
}
.additional a {
    color: #663399;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 0 1px 1px;
}
.additional a:hover{
	color:#663399;
}
.additional-deatil{
	background:#F9F9F9;
    margin: 10px 0px 0px 10px;
    padding: 10px;
}
.time-div{color:#5372C1;font-size:17px;padding-top:15px; }
.form-div{
	padding:20px 0px 10px 0px;
	font-size:15px;
	color:#615E5E;
	height: auto;
    overflow: hidden;
}
.form-div p{
	padding:5px 0px;
}
.form-div p .choose{
	color:#663399;
	font-size:16px;
	font-weight:bold;
}
.table-div{
	margin-top:10px;
	height:auto;
	overflow:auto;
	width:auto;
	max-height:190px
}
.form-div input[type="checkbox"]{margin-right:6px;}
.table-div tr td{padding:8px 5px;}
.bottom-submit{
	width:100%;
	margin:auto;
	height:auto;
	overflow:hidden;
	padding-top:20px;
}
.bottom-submit .time-select{
	width:15%;
	float:left;
	/*padding-left:30px;*/
}
.bottom-submit .time-select select{
	width:80px;
}
.submitbtn-div{
    height: auto;
    margin: auto;
    width: 200px;
	overflow:hidden;
	padding-top:30px;
}
/*botton; text; select*/
input[type="submit"]{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #f88e11 0%, #F06015 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88e11), color-stop(100%,#F06015)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f88e11 0%,#F06015 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88e11', endColorstr='#F06015',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F06015;
    border-radius:5px;
	 -moz-border-radius:5px;
     -webkit-border-radius:5px;
    color: #FFFFFF;
    padding:5px 10px;
	cursor: pointer;
	font-weight:bold;
}
input[type="submit"]:hover{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #F06015 0%, #f88e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F06015), color-stop(100%,#f88e11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F06015 0%,#f88e11100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F06015 0%,#f88e11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06015', endColorstr='#f88e11',GradientType=0 ); /* IE6-9 */
}
input[type="button"]{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #f88e11 0%, #F06015 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88e11), color-stop(100%,#F06015)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f88e11 0%,#F06015 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88e11', endColorstr='#F06015',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F06015;
    border-radius:5px;
	 -moz-border-radius:5px;
     -webkit-border-radius:5px;
    color: #FFFFFF;
    padding:5px 10px;
	cursor: pointer;
	font-weight:bold;
}
input[type="button"]:hover{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #F06015 0%, #f88e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F06015), color-stop(100%,#f88e11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F06015 0%,#f88e11100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F06015 0%,#f88e11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06015', endColorstr='#f88e11',GradientType=0 ); /* IE6-9 */
}

input[type="reset"]{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #f88e11 0%, #F06015 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f88e11), color-stop(100%,#F06015)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f88e11 0%,#F06015 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f88e11 0%,#F06015 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f88e11', endColorstr='#F06015',GradientType=0 ); /* IE6-9 */
	border: 1px solid #F06015;
    border-radius:5px;
	 -moz-border-radius:5px;
     -webkit-border-radius:5px;
    color: #FFFFFF;
    padding:5px 10px;
	cursor: pointer;
	font-weight:bold;
}
input[type="reset"]:hover{
	background: #F06015; /* Old browsers */
	background: -moz-linear-gradient(top,  #F06015 0%, #f88e11 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F06015), color-stop(100%,#f88e11)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #F06015 0%,#f88e11100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #F06015 0%,#f88e11 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #F06015 0%,#f88e11 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F06015', endColorstr='#f88e11',GradientType=0 ); /* IE6-9 */
}
input[type="text"]{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#615E5E;
	padding:4px;
	font-size:15px;
}
input[type="email"]{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#615E5E;
	padding:4px;
	width:230px;
	font-size:15px;
}
input[type="password"]{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#615E5E;
	padding:5px;
	font-size:15px;
}
textarea{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#615E5E;
	padding:5px;
	font-size:15px;
}
select{
	padding:3px;
	font-size:15px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.inputshell select{
	width:244px;
}

/*icon style*/
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont_v-3.0.1.eot');
  src: url('fontawesome-webfont.eot') format('embedded-opentype'),
    url('fontawesome-webfont_v-3.0.1.woff') format('woff'),
    url('fontawesome-webfont_v-3.0.1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
.icon-lock:before { content: "\f023"; font-size:16px; margin-right:10px;}
.icon-unlock:before{ content: "\f09c"; font-size:16px; margin-right:10px;}
[class*="span"] {
    float: left;
    margin-left: 20px;
    min-height: 1px;
}
ul.unstyled, ol.unstyled {
    list-style: none outside none;
    margin-left: 0;
}
/*li {
    line-height: 20px;
}*/
/*login header*/
.login-main{
	margin-top: 1px;
	width:210px;
	height:auto;
	padding:10px;
	background:#EBEBEB;
	position:absolute;
	left:-40px;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.login-main a{
	color:#939191 !important;
	font-size:16px;
}
.login-main a:hover{color:#663399 !important;}
.login-main .img-div{
	width:65px;
	float:left;
	padding-right:10px;
}
.login-main .right-side{
	width:135px;
	float:right;
}
.login-main ul li{border:none !important; margin-bottom:10px;}
.right-side ul li a:hover{color:#663399;}
.quicklinks ul li .right-side ul li {float:none;margin:0;padding:5px 0;}
/*Profile*/
.profile{
	width:700px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
.profile h2 {
    color: #663399;
    font-size: 25px;
    line-height: normal;
}
.prfl-left{
	width:180px;
	float:left;
	height:auto;
	overflow:hidden;
	background:#F9F9F9;
	padding:10px;
}
.prfl-left a{color:#939191;font-size:14px;}
.prfl-left a:hover{color:#663399;}
.profile-pic {
    border: 1px solid #FFFFFF;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: #666666;
    font-size: 15px;
    height: auto;
    margin: 20px 0 0;
    overflow: hidden;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.verfication_box {
    border: 1px solid #FFFFFF;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    height: auto;
    margin: 20px 0px 0px 0px;
}
.verfication_box ul {
    list-style: none outside none;
	margin:0px;
	padding:0px;
}
.verfication_box ul li {
    border-bottom: 1px solid #FFFFFF;
    padding: 3px 10px;
    width: auto;
}
.verfication_box ul li a {
    color: #939191;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
	text-align:left;
}
.profile-right {
    background:#F9F9F9;
    border: 1px solid #FFFFFF;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: #666666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0px 0px 0px 20px;
    padding: 10px;
	width:400px;
}
.profile-right input[type="text"] {
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    display: block;
    float: left;
    height: 20px;
    padding: 3px;
    width: 220px;
}
.profile p {
    float: left;
    margin-right: 20px;
    padding-top: 5px;
    text-align: right;
    width: 70px;
}
.profile p em {
    color: red;
    padding-left: 2px;
}
.profile .inputshell {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
.registr{
    background:#F9F9F9;
    border: 1px solid #FFFFFF;
    border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: #666666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 10px;
	width:650px;
}
.registr p{
	width:20%;
	margin-right:50px;
	float: left;
    padding-top: 5px;
    text-align: right;
}
.registr p em {
    color: red;
    padding-left: 2px;
}
.registr .inputshell {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
.registr input[type="text"]{
    width: 230px;
}
.registr input[type="password"] {
    width: 230px;
}
.brws{padding-top: 7px !important; padding-right:5px !important;}
/*  */
.main-cell{width:auto;margin:auto;padding:0px 10px 0px 10px;}
.from ul {
    list-style: none outside none;
    margin-top: 0px;
    padding: 0px 0px 0px 10px;
}
.from ul li {
    margin: 5px 0px 5px 7px;
    padding: 0px 0px 0px 10px;
	background:url("../images/icon-ne.png") no-repeat left center;
}
.from ul li a {
    color: #939191;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin-top: 5px;
    padding: 5px;
}
.from ul li a:hover{font-weight:normal;color:#663399}
.from-show{width:auto; /*float:left;*/ padding-left:20px; padding-bottom:20px;}
.from-show h3{color:#615E5E;}
.submenu {
    float: right;
    list-style: none outside none;
    margin: 5px;
    overflow: hidden;
    padding:0px 0px 0px 0px;
}
.submenu li {
    display: inline-block;
    float: left;
}
.submenu li a {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB #BBBBBB #BBBBBB -moz-use-text-color;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: block;
    padding: 5px 10px;
	color:#939191;
}
.submenu li a:hover {
    box-shadow: 1px 1px 2px #CCCCCC inset;
	text-decoration: none;
	color:#663399;
}
.submenu li.current a {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #663399;
    text-shadow: none;
}
.submenu li.current a:hover {
    box-shadow: none;
}
.submenu li:last-child a {
    border-radius: 0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.submenu li:first-child a {
    border-left: 1px solid #BBBBBB;
   border-radius: 3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}
.submenu1 {
    float: right;
    list-style: none outside none;
    margin: 5px;
    overflow: hidden;
    padding:0px 0px 0px 0px;
}
.submenu1 li {
    display: inline-block;
    float: left;
}
.submenu1 li a {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #BBBBBB #BBBBBB #BBBBBB -moz-use-text-color;
    border-image: none;
    display: block;
    padding: 5px 10px;
	color:#939191;
}
.submenu1 li a:hover {
    box-shadow: 1px 1px 2px #CCCCCC inset;
	text-decoration: none;
	color:#663399;
}
.submenu1 li.current a {
    background: none repeat scroll 0 0 #F7F7F7;
    color: #663399;
    text-shadow: none;
}
.submenu1 li.current a:hover {
    box-shadow: none;
}
.submenu1 li:last-child a {
    border-radius: 0px 3px 3px 0px;
	-moz-border-radius:0px 3px 3px 0px;
	-webkit-border-radius:0px 3px 3px 0px;
}
.submenu1 li:first-child a {
   border-radius: 3px 0px 0px 3px;
	-moz-border-radius:3px 0px 0px 3px;
	-webkit-border-radius:3px 0px 0px 3px;
}
.data-table{
    border-collapse: collapse;
    font-family: Arial,Helvetica,sans-serif;
    width: 100%;
	border-color: #CCCCCC;
}
.data-table th {
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px;
    background-color: #EBEBEB;
    color: #939191;
    text-align: left;
}
.data-table td {
    border:1px solid #CCCCCC;
    color: #939191;
	padding:10px;
}
.graph-deatail{
	margin-top:15px;
}
.search-table-data{width:100%;overflow-x:auto;}
.grahp-checkbox{
	border: 1px solid #000000;
	float:left; 
	margin-right: 5px;
	height:10px;
	width:10px
}
.grahp-checkbox-detail{
	float:left;
	width:92%
}
.profile-outer {
    background:#EBEBEB;
    border: 1px solid #FFFFFF;
    border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
    color: #666666;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
    margin: 0px;
    padding: 20px;
	width:auto;
}
.additional-deatil p a{color:#663399; font-size:14px;}
/*.digits{width:100px !important;}*/

.loader {
    background: url("../images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    margin-top: 10px;
    position: relative;
    width: 100px;
    z-index: 1;
}

.loading {
    background-image: url("../images/loading.gif") !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    min-height: 8px !important;
	padding:5px 0px 5px 20px;
}

.active{
	background: #cccccc;
	font-size: 14px;
	padding: 4px;
	font-weight:bold;
}

.tab{
	background: #cccccc;
	font-size: 14px;
	padding: 4px;
}

/*.trail-btn-main{padding-right:55px;text-align:center;height:auto;overflow:hidden;width:80%; margin:auto}*/
.trail-btn-main{text-align:center;height:auto;overflow:hidden;width:auto; margin:auto}

.conatiner-full {
    height: auto !important;
    margin: auto;
    overflow: hidden !important;
    padding: 0 20px !important;
    width: 97% !important;
}

.st_sharethis_custom{
	background-image: url("../images/sharethis_counter2.png");
	background-repeat:no-repeat;
	margin-left: 10px;
	padding:0px 16px 0 0;
	height:22px;
	width: 63px;
	display:block;
}
/*.digits{width:100px !important;}*/
#add a{color:#615E5E;}
.plantab {
    height: auto;
    margin: 0 4px 0 0;
    overflow: hidden;
	padding-bottom:8px;
}
/*.plantab ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.plantab ul li {
    background: none repeat scroll 0 0 #EBEBEB;
    border-right: 1px solid #FFFFFF;
    display: block;
    float: left;
    padding: 0;
    width: auto;
	 border-radius:10px 10px 0px 0px;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}
.plantab ul li a {
    color: #615E5E;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.plantab ul li a:hover; .plantab ul li a.active{
    background: none repeat scroll 0 0 #FBFCEC;
}
.plantab ul li.last {
    border: medium none;
}*/
.planouter{
	width:960px;
	margin:auto;
	height:auto;
	overflow:hidden;
}
.planinner{
	/*background:#F9F9F9;
	padding:10px;
	border:1px solid #fff;*/
	height:auto;
	overflow:hidden;
}
.planinner input[type="radio"]{margin-right:7px;}
.planinner .selectplan{
	width:auto;
	float:left;
	margin-right:15px;
}
.red{color:red;}
.category-plus {
    left: -15px !important;
    top:-6px !important;
}
.category-minus {
    left: -15px !important;
    top:-6px !important;
}
.add-icon{position: relative;}

.selected{
	background:#615E5E repeat scroll 0 0;
	padding:2px;
}
.wdth700{
	width:700px !important;
}
.data-table-cancer{
	width:717px !important;
	margin-top:0px !important;
	border-bottom: 1px solid #ccc;
}

.serieslabelcontainer {
	padding: 10px;
	float:left;
    width: 25%;
}

.serieslabelcontainer .seriescheckbox{
	float: left;
	width: 20px;
}
.serieslabelcontainer .seriescolor{
	float: left;
	width: 18px;
	margin-right: 2px;
}

.notification {
    border-radius: 2px 2px 2px 2px;
    margin: 41px 0 20px;
    padding: 10px 10px 10px 45px;
    position: fixed;
	width:100%;
	z-index:1;
	top:45px;
}

.msginfo {
    background: url("../images/icons/info.png") no-repeat scroll 10px center #D1E4F3;
    border: 1px solid #99C4EA;
}

.msgsuccess {
    background: url("../images/icons/success.png") no-repeat scroll 10px center #EFFEB9;
    border: 1px solid #C1D779;
}

.msgalert {
    background: url("../images/icons/warning.png") no-repeat scroll 10px center #FFE9AD;
    border: 1px solid #EAC572;
}

.msgerror {
    background: url("../images/icons/error.png") no-repeat scroll 10px center #FAD5CF;
    border: 1px solid #E18B7C;
}

.warning_msgerror{ 
	width: 990px;
    height: auto;
    margin: 0 auto;
}
.warning_msgerror p{padding: 5px;}
.warning_msgerror {
       background: scroll 10px center #fad5cf5c;
    border: 2px solid #f7a04a;
	font-size:17px;
	margin-bottom:15px;
}


.x-axislabel{
	font-weight: bold;
    padding-top: 10px;
    text-align: center;
}


.y-axislabel{
	font-weight: bold;
    text-align: center;

	  /* rotate -90 deg, not sure if a negative number is supported so I used 270 */
	  -moz-transform: rotate(270deg);
	  -moz-transform-origin: 50% 50%;
	  -webkit-transform: rotate(270deg);
	  -webkit-transform-origin: 50% 50%;
	  /* IE support should  be added with BasicImage and scripting I think*/
}
.activedb{
	background:#663399;
	color:#ffffff !important;
	font-size:16px !important;
}

.pagination, .pagination li a {
    font: 13px Tahoma,Arial,sans-serif;
}
.pagination li {
    display: inline;
    list-style-type: none;
    padding: 3px;
}
.pagination li.arrowL a, .pagination li.arrowR a {
    background: url("../images/arrowL.gif") no-repeat scroll 0 center transparent;
    border: medium none;
    height: 8px;
    padding-left: 10px;
    text-decoration: none;
    width: 4px;
}
.pagination li.arrowR a {
    background: url("../images/arrowR.gif") no-repeat scroll 100% center transparent;
    padding: 0 10px 0 0;
}
.pagination li.arrowL a:hover, .pagination li.arrowR a:hover {
    border: medium none;
    color: #000000;
}
.pagination li a {
    border: 1px solid #FFFFFF;
    padding: 1px 6px;
}
.pagination li a.selected {
    border: 1px solid #C9D6E8;
    /*color: #636363;*/
	color: #FFFFFF;
}

.pagination li a:hover {
    border: 1px solid #C9D6E8;
    color: #636363;
}

.paginationArray, .paginationArray span a {
    font: 12px Tahoma,Arial,sans-serif;
}
.paginationArray span {
    display: inline;
    list-style-type: none;
    padding: 3px;
}
.paginationArray span.arrowL a, .paginationArray span.arrowR a {
    background: url("../images/arrowL.gif") no-repeat scroll 0 center transparent;
    border: medium none;
    height: 8px;
    padding-left: 10px;
    text-decoration: none;
    width: 4px;
}
.paginationArray span.arrowR a {
    background: url("../images/arrowR.gif") no-repeat scroll 100% center transparent;
    padding: 0 10px 0 0;
}
.paginationArray span.arrowL a:hover, .paginationArray span.arrowR a:hover {
    border: medium none;
    color: #000000;
}
.paginationArray span a {
    border: 1px solid #FFFFFF;
    padding: 1px 0px;
}
.paginationArray span a.selected, .paginationArray span a:hover {
    border: 1px solid #C9D6E8;
    color: #636363;
}
.form-div .table-div p{font-size:12px;}
ul.none{margin:0px;}
ul.none li{margin:0px;}
/*06-04-2013*/
.contact{
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: auto;
	overflow:hidden;
}
.contact p{
	width:75px;
	margin-right:50px;
	float: left;
    padding-top: 5px;
    text-align: right;
}
.contact p em {
    color: red;
    padding-left: 2px;
}
.contact .inputshell {
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
}
.contact input[type="text"]{
    width: 60%;
}
.contact textarea{
    width: 60%;
}
#sidebar address{line-height:25px; font-size:17px;margin-left:15px;}
h2.contact-title{font-size:18px !important;}

.listform{
	display: inline-block;
	padding:5px;
}
.tabnav{
	background: none repeat scroll 0 0 #EEEEEE;
	padding:7px 0px 7px 0px;
	display: inline-block;
	width:100%;
}

.displaynone{
	display: none;
}

.labelred{
	color: red !important;;
	font-weight: bold;
	font-size: 13px;
}

.labelgreen{
	color: green !important;;
	font-weight: bold;
	font-size: 13px;
}
.moreSection{
	position: relative;

}
.allmenu{left:-85px;position: absolute;top:28px;display:none;background:#663399;padding:5px 10px;width:160px;z-index:9999;}
.moreSection:hover .allmenu{display:block;}
.allmenu ul{padding:0px;margin:0px;}
.allmenu ul li{border-right:0px none #663399;}
.allmenu ul li a{font-size:15px;padding:0px;}

.assign{
	margin: 12px 0px;
	padding:5px 0px 10px 0px;
	max-height:200px;
	overflow: auto;
	width:50%;
	border: 1px solid #cccccc;
}

.quicklinks ul li.last {
    border-right: 0px none;
}
.tabnav a{margin-bottom:7px; display: inline-block;}
.adminSubmitBtn{
    height: auto;
    margin: auto;
    overflow: hidden;
    padding-top: 30px;
    width: 200px;
}

.statistics{	
	background:#F9F9F9;
	width:100%; 
	padding: 0px;
}
.blockuiPopUP{
	max-height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
	padding:0px 10px;
}
.blockuiPopUP p{
	padding-bottom:10px;
}
.blockuiPopUP p a{color:#000;font-size:13px;}
.blockPop_close {
    float: right;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: -19px;
    margin-top: -42px;
}
.width_left{
	width:420px;
	float:left;

}
.form_legends{font-size: 11px;}

.LeftAlign {text-align: left;}
.RightAlign {text-align: right;}

.form_class{width: 60%;}
.orTxt1{line-height:24px; color:#639;}

.searchBox{width: 990px;color:#639;font-size: 39px;line-height:48px;text-align:center; padding: 30px 0; margin: 0 auto;height:243px;}
.login-popup .searchBox {width:100%;padding:30px 0 30px 0;height:auto;}
.popupHeading {border-bottom:1px solid #CCCCCC;padding-bottom:10px;}
.selectDB{height:50px;width:200px;margin-left:-11px;background:#FFFFFF;padding-top:10px;padding-bottom:10px;}
.selectCats{height:50px;width:340px;background:#FFFFFF;padding-top:10px;padding-bottom:10px;}

.search {
	padding:8px 15px;
	border:0px solid #dbdbdb;
	height:40px;width:595px;
	background:#FFFFFF;
	line-height:42px;
	float:left;
}
.searchButton {
	font-size: 14px;
	height:47px;
	float:left;
	background:#FFFFFF;
	margin-left:-5px;
	padding:0;
	border:0;
	cursor: pointer;
}
.searchButton img {border-radius:5px;}
.searchButton img {width:49px;}
.homeSubscribe {border-top:20px solid #dbfffc;float:left;width:100%;padding:0px 0 15px;}
.subscribeBox {width:70%;margin:0 auto;}
.homeSubscribe ul {list-style:none;float:none;width:100%;}
.homeSubscribe ul li
{
margin: 0;
padding: 0 5%;
position: relative;
float : left;
width:23%;
color:#FFFFFF;
font-size:18px;text-align:center;
}
.homeSubscribe ul li:before {content:"";position:absolute;left:50%;top:-52px;margin:0 0 0 -12px;width:24px;height:24px;border-radius:50%;background:#dbfffc;}
.homeSubscribe ul li:after {content:"";position:absolute;left:50%;top:-47px;margin:0 0 0 -8px;width:12px;height:12px;border-radius:50%;background:#663399;border:2px solid #FFFFFF;}
.searchSection { margin-top: 50px !important;background:url("../images/blank.png") repeat 0 0;}
.searchButtonBox {width:560px;margin:0 auto;}
.or {
    background: #d7f1ff none repeat scroll 0 0;
    border-radius: 50%;
    color: #37799c;
    float: left;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 46px;
    margin-top: 2px;
    text-transform: uppercase;
    width: 50px;
}
.subscribeButton {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    clear: both;
    font-size: 20px;
    height: 54px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    text-align: center;
    top: 38px;
    width: 409px;
	font-weight: 600;
}
.subscribe {
    float: left;
    padding: 18px 16px;
}

.browse ul li {
    border: 1px solid #999;
    float: left;
    margin: 5px;
    padding: 10px 20px;
    width: 274px;
	border-radius: 4px;
}
.browse ul li a {
    color: #639;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    padding: 5px;
}
.homeSection2 {
    margin: 0 auto;
    width: 990px;
	clear: both;
}
.stateData {
    color: #639;
    display: inline-table;
    font-size: 32px;
    font-weight: 600;
    margin: 70px 0 37px;
    text-align: center;
    width: 990px;
}
.stateCategory {
    float: left;
    width: 33.3%;
}
.testimonialsection {
    margin: 0 auto;
    text-align: center;
    width: 990px;
}
.homeTestimonial {
    background: #edf8fe;
	padding: 41px 0;
}
.testimonialsection h3 {
    display: inline-block;
    font-size: 32px;
    margin: 0 0 26px;
}
.testimonialData {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.testimonialName {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 10px;
}
.designation {
    font-size: 14px;
}
.footerSection {width: 990px;}
.footLogo {
    float: left;
    width: 100%;
	margin-top: -20px;
}
.copyright {
    text-align: center;
    margin-top: 10px;
}
.activeSection {
    background: #fafdff none repeat scroll 0 0;
    border: 1px solid #cae5f4 !important;
    box-shadow: 1px 0 6px #ddd ;
}
.additional a.minus:after { content: "-";font-size: 38px;
    font-weight: normal;}
.additional a.plus:after { content: "+";font-size: 27px;
    font-weight: normal;}
.grid-3 > ul {
width:33.33%;
padding:0 30px;
float:left;
box-sizing:border-box;
}
.grid-3 > ul li a {
color:#777;
font-size:12px;
display:block;
}
.grid-3 > ul li a:hover {
text-decoration:none;
color:#000;
}
.grid-3 > ul li.title a {
border-bottom:1px solid #777;
}

.contactTitle{
border-bottom:1px solid #777;
color:#777;
font-size:12px;
display:block;
}

ol, ul {
	list-style: none;
}
#additionalBackgroundDiv ol, ul {
	list-style:circle;
}
.innerpage_ul ol {
	list-style:disc;
}

.innerpage_ul ul {
	list-style:disc;
}

@media only screen and (min-width: 768px) {
  .cd-breadcrumb, .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li, .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after, .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > *, .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}
.cd-breadcrumb, .cd-multi-steps {
  width: 90%;
  line-height:1px;
  padding: 0.5em 1em;
  margin: 3px 20px;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb::after, .cd-multi-steps::after {
  clear: both;
  content: "";
  display: table;
}
.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
display: inline-block;
    content: '\00bb' !IMPORTANT;
    margin: 0 .1em;
    color: #959fa5;
    font-size: 23px;
    position: relative;
    top: 2px;
}
.cd-breadcrumb li:last-of-type::after, .cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 14px;
  color: #2c3f4c;
}
.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d;
}
.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d;
}
@media only screen and (min-width: 768px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 0px 4px 0px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 1em .8em 1em 0em;
    color: #000;
    background-color: #fff;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #fff;
  }

  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #000;
    background-color: #fff;
    border-color: #fff;
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left:0em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: #e1c7fb;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
	.cd-breadcrumb.triangle li.current > * {
	height:5px;
	}
  }
}

.accordion {width: 100%; float:left}
.accordion h3 { font-size:14px}
.accordion h2 {background: url(../images/plusSymbol.png) no-repeat left 8px;padding: 7px 0 7px 25px;float:left; width:99%;margin: 0;cursor: pointer; font-size:20px !important; color:#000;}
.accordion h2 span{border-bottom: solid 1px #c4c4c4; padding-bottom:5px; display:block}
.accordion h2:hover {}
.accordion h2.active {background: url(../images/minusSymbol.png) no-repeat left 8px;}
.accordion .accordionContainer .accordionContainerMatrix {margin: 0;	padding: 0 3% 20px; float:left; width:94%}
.accordiondb {margin: 0;	padding: 0 3% 5px; float:left; width:94%}
.accordion h3 {background: url(../images/plusSymbol.png) no-repeat left 8px;padding: 7px 0 7px 25px;float:left; width:99%;margin: 0;cursor: pointer;  color:#000;}
.accordion h3.active {background: url(../images/minusSymbol.png) no-repeat left 8px;}


.dbtopic input[type="text"] {
    display: inline;
	width: 0%;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #663399 url(../images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}


@supports (-webkit-appearance:none) {
.form-div select{position:relative;}
}
.form-div select{position:relative;}
.icon-dropdown-content a img, .form-div table{width:auto !important;}
.form-div .uitip{display:block; position:relative; padding:5px 5px 5px 12px;}
.form-div .uitip input[type="checkbox"]{position:absolute; left:0; top:7px;}


.stateData_link {
    color: #fff;
    display: inline-table;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    width: 100%;
	cursor:pointer;
	margin-top:10px;
}

#home_section_list{display:none;}

.icon-dropdown-content {
	display: none;
	position: absolute;
	margin-top:33px;
	padding-top:5px;
	margin-left:0px;
	background-color: #f9f9f9;
	min-width: 195px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.icon-dropdown-content a {
	float: none;
	color: black;
	padding: 5px;
	text-decoration: none;
	display: block;
	min-width: 180px;
	text-align: left;
	line-height: 16px;
	font-size: 13px;
	font-family:'Open Sans',Arial ;
}
.icon-dropdown-content a:hover {
	background-color: #ddd;
}

.icon-dropdown:hover .icon-dropdown-content {
	display: block;
}
.icon-dropdown-child{
	width:170px;
}

/********** Blog *************/
.blod-grid-2{display:flex;}
.blogrow2:hover{    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0px 1px -2px rgba(0,0,0,0.2), 0 1px 7px 0 rgb(102 51 153);}
.blogrow2{display:flex;margin-bottom: 20px;     box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 0px 1px -2px rgba(0,0,0,0.2), 0 1px 7px 0 rgba(0,0,0,0.12); width: 100%;}
.blod-grid-2{width: 49%;position: relative;display: inline-flex;padding: 0 10px;}
.blozfrom .blod-grid-2:nth-child(even) {padding-right:0px;}
.blozfrom .blod-grid-2:nth-child(odd) {padding-left:0px;}
.blog-md-5{position: relative;width: 100%;min-height: 1px;padding-right: 15px;}
.blog-md-7{position: relative; min-height: 1px;padding: 15px;}
.blogby{bottom: 15px; position: absolute;}
.blog1 p{padding:5px 0px;text-align: justify;}
.blog-md-6{padding:15px;}
.divrightblog{padding-right:0px;}
.divleftblog{padding-left:0px;}
@media screen and (max-width: 768px) and (min-width: 320px){
.blod-grid-2{width: 94%;}
.blozfrom .blod-grid-2:nth-child(even) {padding-right:10px !important;}
.blozfrom .blod-grid-2:nth-child(odd) {padding-left:10px !important;}
.blogrow2 {display: block;}
.bolog2 img{width: 100%;}
.blog-md-7 {width: auto;}
.blod-grid-2 {display: block;}
.blog1 h2 {padding: 0 0px;}
.blogby {position: inherit;}
}

.detailblog{display:flex;padding-top: 15px;}
.detailpagediv{display:flex; width:100%}
.pagediv__image {max-width: 500px;margin: 0px 30px 15px 0;float: left;width: 100%;}
.pagediv__text p{text-align:justify}
.detaildiv.div9{width:80%}
.blog-md-3.blogdiv{width: 20%;padding: 0 15px 0 30px;}
.card_con {background: #e9ecef66;box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
 height: fit-content;}
.card-body.cet1{padding:15px;}
ul.rightbar-list{padding: 15px 0;}
ul.rightbar-list li {margin: 0px 0px 0px 0px;padding:10px 0px;border-bottom: 1px solid #ddd;background:none;}
	
@media screen and (max-width: 768px) and (min-width: 320px){
.detailpagediv {display: block;}
.detailblog {display: block;padding:10px 10px;}
.detaildiv.div9 {width: 100% !important;}
.blog-md-3.blogdiv {width: 100%;padding: 0 0px 0 0px;margin-top: 15px;}
}

/********** dropdown *************/
/* Style the dropdown content (hidden by default) */
.dropdown-content a {
    color: #000 !important; padding: 5px 10px !important;}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 136px;;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1; 
}
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}



ul.rightbar-list{padding: 15px 0;}
ul.rightbar-list li {margin: 0px 0px 0px 0px;padding:10px 0px;border-bottom: 1px solid #ddd;}
ul.breadcrumb {padding: 10px 10px;
    list-style: none;
    background-color: #eee3;
    margin: 0px;}
ul.breadcrumb li {display: inline;font-size: 14px;}
ul.breadcrumb li+li:before {padding: 4px;color: black;content: "/\00a0";}
ul.breadcrumb li a {color: #663399;text-decoration: none;font-size:14px;}
ul.breadcrumb li a:hover {color: #663399;text-decoration: underline;}





/* txtCentered text */
.txtcentered {
       width: 100%;
    color: #fff;
    margin: auto;
    padding: 50px 0 75px 0!important;
    text-align: center;

}
.topsection {
  background-image: url("../images/tob-bg.jpg"); /* The image used */  
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.txtcentered h1{

    font-size: 61px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
	font-family: "Open Sans", sans-serif;
}
.bannerwidth{
    width: 990px;    margin: 0 auto;
}
.newsletterbox{
    width: 990px;    margin: 30px auto;    display: flex;
}
.grid-3 > ul li a {
    color: #777;
    font-size: 12px;
    display: block;
}
   .newsletter-txt{float: left;
    width: 75%;
    background-image: url(../images/newsletter-tractbg_1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 30px 40px;
	color: #fff;
	    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.newsletter-btn{
    float: right;
    width: 25%;
    text-align: center;
    padding: 30px 40px;
    background-color: #4f3177;	
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
	
}
.newsletter-btn .btn.btn-warning.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
	    color: #fff !important;
    background-color: #f57e25;
	vertical-align: middle;
    display: block;
    width: 170px;
    margin: auto;
}
.stateData_link {
display: block;
    width: auto;
    margin: auto;
}
.afterbrow {
   
    border: 1px solid #66339987;
	    padding: 15px 0;
		    margin-top: 30px;
			border-radius: 5px;
}
.subscribeBox {
    width: 990px;
    margin: 0 auto;
}
.logosbox {
    width: 990px;
    margin: 30px auto;
}
.homeSubscribe{margin-top: 30px !important; }
.logolist {
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
	    background: #6390;
    border: 1px solid #66339987;
	    border-radius: 5px;
}
.logoul{display:flex;padding-left: 0;}
.logoul li img{max-width:162px;    margin: auto auto;filter: grayscale(100%);}
.logoul li{padding: 0 15px;display: flex;}
.browse {
    padding-bottom: 0px;
}
.newsletter-txt h2{color:#fff}
.newsletter-txt h4{font-size: 13px;    font-weight: normal;
    padding: 5px 0 0 0;}
.searchButton img {
    border-radius: 0px;
}
ul.footericon{    padding: 0;
    display: flex;}
ul.footericon li{margin-right: 10px;}
.nearly100{text-align:center; padding-bottom:10px;}

.quicklinks li a.dropbtn{cursor: pointer;}
.dropdown-content a {
    color: #000 !important;
    padding: 8px 10px !important;
}

.dropdown-content a:hover {
    background-color: #ddd !important;}
.dropdown-content {
    min-width: 125px !important;}
	.dropdown-content a {
    color: #000 !important;
    padding: 8px 10px !important;
    border-bottom: 1px solid #dddddd73;
}

li address{font-size:12px;}

.box_map_menu .topnav {
  overflow: hidden;
  background-color: #fff;
}

.box_map_menu .topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.box_map_menu .active {
  background-color: #663399;
  color: #fff;
}
.box_map_menu .active:hover {
  background-color: #663399;
  color: #fff;
}

.box_map_menu .topnav .icon {
  display: none;
}

.box_map_menu .dropdown {
  float: left;
  overflow: hidden;
}

.box_map_menu .dropdown .dropbtn {
    font-size: 13px;
    border: none;
    outline: none;
    color: black;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 600;
}

.box_map_menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.box_map_menu .dropdown-content a {
  float: none;
  color: black !important;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;line-height: 25px;
}
.box_map_menu .topnav a.active {
    color: #fff;

}

.box_map_menu .topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #edeff0;
  color: #000;
}

.box_map_menu .dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.box_map_menu .dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .box_map_menu .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .box_map_menu .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .box_map_menu .topnav.responsive {position: relative;}
  .box_map_menu .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .box_map_menu .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .box_map_menu .topnav.responsive .dropdown {float: none;}
  .box_map_menu .topnav.responsive .dropdown-content {position: relative;}
  .box_map_menu .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.box_map_menu {
    padding-top: 15px;
}

.Home_News ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;

}
.Home_News li {
	float: left;
	margin-left:5px;
    list-style: none;
}
.Home_News li a, .dropbtn {
	display: inline-block;
	color: rebeccapurple;
	text-align: center;
	padding: 8px 20px;
	text-decoration: none;
	background: #edeff0;
	margin: 0px 15px 0px 0px;
	font-size: 15px;
	font-weight: 600;
}
.Home_News li a:hover, .dropdown:hover .dropbtn {
	background-color:#639;
	color: #fff;
}
.Home_News li.dropdown {
	display: inline-block;
}
.Home_News .dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99;
}
.dropbtn:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	color: #8c93fe;
}
.Home_News .dropdown-content a {
	color: #663399 !important;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-weight: 500;
	margin: 0px!important;
	text-align: left;
}
.Home_News .dropdown-content a:hover {
	background-color: #f1f1f1;
}
.Home_News .dropdown:hover .dropdown-content {
	display: block;
}
.Home_News .active {
	background-color:  #639;
	color:#fff;
}
.booder_box {
	border: 2px solid #639;
}
.dt-buttons {
	display: none;
}
.Home_News {
	margin: 0px;
	padding: 5px;
	margin-top:8px !important;
}
.dashicons-heart:before {
	content: "\f487";
}
.headertop {
	width: 99%;
	height: auto;
	/* overflow: hidden; */
    padding: 7px 10px 8px 10px;
	background: #663399;
	position: fixed;
	z-index: 999;
	top:40px;
}
.box_save_se {
	display: inline-block;
	margin-left: 60px;
	position: absolute;
	top: -6px;
}
.box_save_se ul {
	margin: 0px;
	padding: 0px;
}
.box_save_se li a {
	padding: 8px 16px;
	background: #fff;
	color: #639;
	border: 1.5px solid #639;
	font-size: 14px;
	font-weight: 600;
}
.box_save_se li a:hover {
	background: #edeff0;
	border: 1.5px solid #639;
}
.box_save_se img {
	width: 18px;
	vertical-align: middle;
	margin: auto;
}
.box_save_se_up {
	position: relative;
}
.box_save_se li {
	display: contents;
}
.dataTables_wrapper .dataTables_filter input{ padding:5px !important;}

/*-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- */
.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {
    margin: 6em auto;
  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index:99999;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #663399;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}
.cd-buttons{ padding:0;}

.header_content_wrapper{
    height: 40px;
    margin: 20px 20px 20px 20px;
    background-color: #edeff0;
    position: relative;
    z-index: 999;
    display: block;
}
.notification_1 .sec a:hover {
    background-color: #edeff0!important;
}

.header_menu {
	/*border-right: 1px solid #ececec;*/
	float: left;
	height: 40px;
	margin: 0;
	padding: 0;
	width: auto;
}
.header_menu ul.header_menu_dropdown,
.header_menu ul.header_menu_dropdown li,
.header_menu ul.header_menu_dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.header_menu ul.header_menu_dropdown li.hover,
.header_menu ul.header_menu_dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

.header_menu ul.header_menu_dropdown ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
	
	/*padding-top: 3px;*/
}

.header_menu ul.header_menu_dropdown ul li {
	float: none;
}

.header_menu ul.header_menu_dropdown ul ul {
	top: 1px;
	left: 98%;
}

.header_menu ul.header_menu_dropdown li:hover>ul {
    display: block;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
}

.header_menu ul.header_menu_dropdown {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	padding: 0;
	height: 100%;
	position: relative;
	z-index: 99999;	
}
.header_menu ul.header_menu_dropdown li {
  float: left;   
  display: flex;
  align-items: center;
  padding: 0 .2rem 0;
 
  height: 100%;
  transition: all 0.2s ease;  
}
.header_menu ul.header_menu_dropdown>li>a{  
   padding:0 .5rem;
}
.header_menu ul.header_menu_dropdown li:last-child {
	border-right: 0px;
}

.header_menu ul.header_menu_dropdown li:hover {
	background: #edeff0 !important;
}

.header_menu ul.header_menu_dropdown>li:hover>a {
  padding:10px .5rem;
background: hsl(270deg 50% 40%);
	color: #fff;
  border-radius:0rem;
}

.header_menu ul.header_menu_dropdown li a {
	white-space: nowrap;
	color: #639;
	font-size: 14px;-webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease,-webkit-transform .25s ease;
}


/* -- level mark -- */

.header_menu ul.header_menu_dropdown ul.sub {
	width: auto;
    background: #fff;
}

.header_menu ul.header_menu_dropdown ul.sub li {
	border: 0;
	border-bottom: 1px solid #dddddd73;
	display: block;
	font-weight: normal;
	padding: 5px 10px;
	background: var(--menu-bg);
	height: auto;	
	padding-right: 0;
}
.header_menu ul.header_menu_dropdown ul.sub li:first-child {
  border-radius:.5rem .5rem 0 0;
}
.header_menu ul.header_menu_dropdown ul.sub li:last-child {
  border-radius:0 0 .5rem .5rem;
}

.header_menu ul.header_menu_dropdown ul.sub li a {	
	color: #333;
	display: block;
		padding: 3px 10px;
	padding-right: 25px;
}

.header_menu ul.header_menu_dropdown ul.sub li:hover {

}

.header_menu ul.header_menu_dropdown ul.sub li:active {
	background-color: #ddd;
	transition: background-color 0.2s ease;
}

.header_menu ul.header_menu_dropdown ul.sub li:hover a {
	color: #333;
	transform: translateX(5px);
}

.header_menu ul.header_menu_dropdown ul.sub li:last-child {
	border-bottom: 0px;
}


/*-------------- Responsive menu ------------
--*/

.menu_option_button {
	float: right;
	padding: .16rem;
	/* display: none; */
	
	padding-right: 0;
}
.dropdown_wrap {

	position: relative;
	width: 38px; 
	float: left;
	z-index: 99999;
}

ul.dropdown_ul li {
	/* float: left; */
	min-height: 1px;
	line-height: 1.3em;
	vertical-align: middle;
}

ul.dropdown_ul li {
	color: #e3f0ff;
}

ul.dropdown_ul li.hover,
ul.dropdown_ul li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown_ul ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 76%;
    z-index: 598;
    width: 100%;
    /* background: #FFF; */
    /* padding-top: 3px; */
}

ul.dropdown_ul ul li {
	float: none;
}

ul.dropdown_ul ul ul {
	top: 1px;
	left: 86%;
}

ul.dropdown_ul li:hover>ul {
	display: block;
}
ul.show_drop{
  height:auto !important;
  overflow:visible !important;
  opacity:1 !important;
}
ul.dropdown_ul {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 0;
    /* display: inline-block; */
    position: absolute;
    top: 69%;
 right: 80px;
    z-index: 99;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 9%);
    height: 0;
    overflow: hidden;
    opacity: 0;
}
ul.dropdown_ul li {
	padding: 0 20px 0 2px;
	border-bottom: 1px dotted #ececec;
	height: 100%;
	/* display:inline-block; */
	/*border:#37577e 1px solid;
	background-color: #37577e;*/
	background: #fff;
}

ul.dropdown_ul li:last-child {
	border-right: 0px;
}

ul.dropdown_ul>li:hover {
	background: #f5f5f5;
	box-shadow: 0 -2px #01aaad;
	color: #1c4a5f;
}

ul.dropdown_ul li:hover a {
	color: #1c4a5f;
}

ul.dropdown_ul li a {
	white-space: nowrap;
	color: #333;
	text-transform: none;
	padding: 0.5rem 8px;
	font-size: .8rem;
	text-align: left;
	margin-left: 5px;
	cursor: pointer;
	display: block;
}

ul.dropdown_ul ul.sub {
	/* width: 100%; */
	width: auto;
	/*margin-top: 1px;*/
}

ul.dropdown_ul ul.sub li {
	border: 0;
	border-bottom: 1px solid #ddd;
	display: block;
	font-weight: normal;
	background: #f9f9f9;
	height: auto;
	padding: 0;
}

ul.dropdown_ul ul.sub li a {
	color: #639;
	display: block;
	padding: 0.5rem;
	padding-right: 25px;
}

ul.dropdown_ul ul.sub li:hover {
	background: #ddd;
}

ul.dropdown_ul ul.sub li:hover a {
	color: #639;
}

ul.dropdown_ul ul.sub li:last-child {
	border-bottom: 0px;
}



/* Sub level 2 */

ul.dropdown_ul .sub li.contains_child,
ul.dropdown_ul .sub li.contains_child:hover {
	/*background-image: url('https://randstatestats.org/images/arrow-right.png');
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
ul.dropdown_ul .sub li.contains_child::after{

  position:absolute;
}



/*--------------END Responsive menu --------------*/


/* Options icon for Header menu */

span.options_icon {
	width: 23px;
	height: 20px;
	display: inline-block;
	padding: 0px;
	margin: 6px;
	cursor: pointer;
	position: relative;
}

span.options_icon span,
span.options_icon span::before,
span.options_icon span::after {
	right: 0;
	left: 0;
	height: 3px;
	background: #639;
	display: inline-block;
	padding: 0px;
	position: absolute;
	top: 8px;
	transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

span.options_icon span::before {
	content: "";
	top: 6px;
}

span.options_icon span::after {
	content: "";
	top: -6px;
}

.dropdown_wrap.open span.options_icon span,
.dropdown_wrap.open span.options_icon span::after,
.dropdown_wrap.open span.options_icon span::before,
span.options_icon:hover span,
span.options_icon:hover span::after,
span.options_icon:hover span::before {
	background-color:#000;
}
span.options_icon:focus span,
span.options_icon:focus span::after,
span.options_icon:focus span::before {
	background-color: red;
}

.dropdown_wrap.open span.options_icon span::after,
span.options_icon:hover span::after {
	top: -7px;
}

.dropdown_wrap.open span.options_icon span::before,
span.options_icon:hover span::before {
	top: 7px;
}

.dropdown_wrap.open span.options_icon span::after {
	top: -5px;
}

.dropdown_wrap.open span.options_icon span::before {
	top: 5px;
}
/* END - Options icon for Header menu */

.user_box {
	width:200px;
	float:right;
	height:38px;
}
.headertop .dropdown .dropdown-content {
	padding-top: 12px;
	background: transparent;
}
.headertop .box_search_top_menu li a {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	display: block;
	    line-height: 25px;
    background: #639;
}
.headertop .dropdown .dropdown-content a:hover {
	color: #000 !important;
}
.dropdown-content a {
	color: #fff!important;
}
.box_search_top_menu li a {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 10px;
	display: block;
	/* border: transparent; */
    background: #639;
}
.notification_1 {
	padding-top: 30px;
	position: relative;
	display: inline-block;
}
.notification_1 .number {
	height: 6px;
	width: 6px;
	background-color: #d63031;
	border-radius: 20px;
	color: white;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 22px;
	padding: 2px;
	border-style: solid;
	border-width: 2px;
	font-size: 9px;
	line-height: 6px;
}
.headertop .dropdown-content {
	min-width: 300px !important;
}
.notification_1 .box_img_not {
	width: 42%;
}
.inot {
	display: flex;
}
.inot a {
	color: #fff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 8px 10px;
	margin: auto;
	display: block;
	/* border: transparent; */
    background: #639;
}
.box_note_baill .sec2 {
	border-bottom: 1.5px solid #e4e4e4;
	padding: 10px 0px;
	margin: 10px 0px;
}
.box_note_baill .sec2 .txt2 {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	padding: 0px 15px;
}
.box_note_baill h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 25px;
	padding: 0px 15px;
}
.box_note_baill {
	box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
	position: absolute;
	top: 50px;
	margin-top: 50px;
	width: 30%;
	margin: auto;
	padding: 20px 0px;
	z-index: 999999;
	background: #fff;
	right: 165px;
}
 .box_note_baill::before {
 content: "";
 display: inline-block;
 background: url("../images/up.png") no-repeat top right;
 width: 14px;
 height: 12px;
position: absolute;
 z-index: 999999;
 top: 1px;
}

.auto_searchul{
	z-index: 9999999999 !important;
	width: 750px !important;
	/* left: 1120px !important; */
    right: 0px !important;
    left: inherit !important;
	overflow-x: auto;
	top: 86px !important;
	max-height: 629px;
	padding: 10px !important;
	box-shadow: 0 0 16px #ccc;
}
.auto_searchulbatch{
	width: 750px !important;
	overflow-x: auto;
	max-height: 629px;
	padding: 10px !important;
	box-shadow: 0 0 16px #ccc;
}
.ui-state-active{
	border: 1px solid #ccc !important;
	background: inherit !important;
	font-weight: normal !important;
	color: inherit !important;
}
.otherlinks a:hover{
	color:inherit !important;
}

.autobred{ margin: 0 !important;
    width: 96% !important;
    background: transparent;
    padding: 0px 0px;    align-items: center;
    display: flex;
}
.autobred li::after {
    display: inline-block;
    content: '\00bb';
    margin: 0 .3em;
    color: #663399;
}
.autobred li{
	color: #727272;
    line-height: 25px;
    margin: 0px;
}
.otherlinks a{
	margin-right:10px;
}
.autodiv a{
	color:inherit !important;
	display:inline !important;
	font-size: 16px;
    font-weight: 500;
    color: #639 !important;
    line-height: 30px;
}
.autodiv{position: relative;
    box-shadow: 0 0 10px #ccc;
    margin: 15px;
    padding: 10px 10px 10px 40px !important;
}
.sourceclass{
    line-height: 22px;
    color: #727272;
	font-size: 13px;
    font-weight: 600;
}
.otherlinks a {
	color: inherit !important;
	display: inline !important;
	font-size: 15px;
	font-weight: 600;
	color: #8f44da !important;
	line-height: 40px;
}
.ui-state-active {
    margin: 15px !important;
}
.icon_box{position: relative;}
.icon_box:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -30px;
    top: 5px;
    display: block;
    background: url(../images/reand.png) no-repeat;
}
.autobred li.current em{    font-style: inherit;
    color: #727272 !important;
}
.header_menu ul.header_menu_dropdown li.box_memu_link ul {
    right: 0;
    left: inherit !important;
}
.header_menu ul.header_menu_dropdown li.box_memu_link ul ul {
    right: 98% !important;
    left: inherit !important;
}
.box_memu_link .box_memu_sub {
    top: 1px;
    right: 98%;
}
li.bordernone{
	border:none !important;
}
.box_maps_image{
	padding:50px 0px 30px 0px;
	display:flex
}

.mpas_img{
    width: 50%;
}
@media screen and (max-width: 1200px) and (min-width: 768px){
	.auto_searchul {
		left: initial !important;
		right: 0px !important;
		max-height: 629px;
	}
	.auto_searchulbatch {
		max-height: 629px;
	}
}
.search-table-data .pT20{
	padding-top:0px;
}
.mpas_img img{
    width: 100%;
}
.box_m{
	margin-right: 40px;
}
/*
@media screen and (min-width:1120px) and (max-width:1700px) {
	.auto_searchul{
		z-index: 999;
		width: 690px !important;
		left: 703px  !important;
	}
}*/
.box_facts-w h2{
    text-align: left;
    margin-bottom: 20px;
    font-size: 25px;
}
	.box_bg_quick{
    background: #fff;
    padding: 10px 5px;
    display: flex;
}
	.box_bg_quick .input-group {
   position: relative;
    display: flex;
    border-collapse: separate;
    width: 24%;
}
.box_bg_quick .input-group-addon {
    position: absolute;
    z-index: 999;
}
.box_bg_quick .glyphicon {
        position: relative;
    top: 10px;
    width: 38%;
    left: 8px;
}

.box_bg_quick .form-control {
    display: block;
    width: 100%;
    height: 15px;
    padding: 12px 10px 12px 35px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
}
.box_bg_quick .form-select {
    padding: 0px 10px;
    /* height: 27px; */
    font-size: 14px;
    color: #555;
    display: block;
    width: 250%;
    height: 41px;
        border: 1px solid #ccc;
}
.box_select_r{
    margin-left: 25px;
}
}

.table-bordered {
  border: 1px solid #ddd !important;
}

.dataTable1 {
  display: block;
  width: 100%;
  margin: 1em 0;
}

.dataTable1 thead, .dataTable1 tbody, .dataTable1 thead tr, .dataTable1 th {
  display: block;
}

.dataTable1 thead {
  float: left;
}

.dataTable1 tbody {
  width: auto;
  position: relative;
  overflow-x: auto;
}

.dataTable1 td, .dataTable1 th {
  padding: .625em 1.750em;
    line-height: 1.5em;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.dataTable1 td{
  padding: .625em 1.750em;
    line-height: 1.5em;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.dataTable1 th {
  text-align: left;
  background: rgba(0, 0, 0, 0.14);
}

.dataTable1 tbody tr {
  display: table-cell;
}
.dataTable1 .box_w_t_{padding:.625em;}
.dataTable1 .box_th_w{padding:.625em;}
.dataTable1 .box_bg_top_me{padding:.625em;}
.dataTable1 .box_bg_top_me td img{width: 10px !important%;
    vertical-align: middle;
    line-height: 55px;
    padding-right: 6px;
    position: relative;
    top: -1px;
    left: -21px;}
.dataTable1 tbody td {
  display: block;
}

.dataTable1 tr:nth-child(odd) {
	
    background: rgb(237 239 240);

}

@media screen and (min-width: 50em) {

  .dataTable1 {
    display: table;
  }
  
  .dataTable1 thead {
    display: table-header-group;
    float: none;
  }
  
  .dataTable1 tbody {
    display: table-row-group;
  }
  
  .dataTable1 thead tr, .dataTable1 tbody tr {
    display: table-row;
  }
  
  .dataTable1 th, .dataTable1 tbody td {
    display: table-cell;
  }
  
  .dataTable1 td, .dataTable1 th {
    width: auto;
  }
  
}
.tebal_box_resh .form-control {
    display: block;
    width: 80%;
    height: 15px;
    padding: 12px 10px 12px 35px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #639;
    font-weight: 600;
    border-radius: 4px;
    background: transparent;
}
.tebal_box_resh .form-select {
     padding: 0px 10px;
    /* height: 27px; */
    font-size: 14px;
    color: #555;
    display: block;
    width: 50%;
    height: 50px;
    border: 2px solid #639;
}
 .quickfacts{
    padding: 20px;
    background: #dfe6f0;
	font-size:15px;
}
.tebal_box_resh .box_select_r {
    margin-left: 0px;
}
.tebal_box_resh .glyphicon {
    position: relative;
    top: 0px;
    width: 32%;
    left: 8px;
}
.tebal_box_resh .input-group-addon {
    position: absolute;
    z-index: 999;
}

.box_bg_quick{    background: #fff;
    padding: 20px 15px 20px 15px;;
    display: flex;
    border-radius: 8px;
    box-shadow: 0px 8px 25px 0px rgb(0 0 0 / 20%);}
.input-group h2{
    font-size: 16px;
    color: #639;
}
.input-group h2:before {
 
}
.input-group{
    position: relative;
}

.box_select_r1{
    display: flex;
    margin-left: 149px;
}
.bo_bg_colo{background: #639!important;    color: #fff;}
.dataTable1 .box_w_t_ {
    text-align: left;
    background:#eff3f6;
}
.dataTable1 .box_th_w {
    text-align: left;
    background:#eff3f6;
}
.box_bg_top_me{     background: #efdeff !important;
    color: #212121;
    font-size: 16px;
    font-weight: 600;}

     .tebal_box_resh{
    background: #fff;
    margin-top: 20px;
    border-radius: 10px;
}
 .dataTable1 tr img{
     width: 14px;
    vertical-align: middle;
    line-height: 55px;
    padding-right: 0px;

}

.box_ii{
    position: absolute;
    display: inline-block;
}
.img_box_po img{
    width: 5%!important;
    vertical-align: middle!important;
    line-height: 55px!important;
    padding-right: 6px!important;
    position: absolute!important;
    top: 3px!important;
    right: 10px!important;
}
.img_box_po:hover .box_hover{display: block;}
.box_hover{display: none;}
.box_th_w h2{ font-size:16px;}
.quicklinks .dropdown-content{ z-index: 999999999999 !important;}

.tooltipquck {
     position: absolute;
    display: inline-block;
    left: 6px;
}

.tooltipquck .tooltiptext {
	width:500px !important;
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align:justify;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 2em;
    left: 1.7em;
    margin-left: -29px;
    font-size: 14px;
    font-weight: normal;
}

.tooltipquck .tooltiptext::after  {
    content: "";
    position: absolute;
    top: 100%;
    left: 12px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipquck:hover .tooltiptext {
  visibility: visible;
}
a.moreclas{font-size: 11px;
    color: #663399;}
.b1 .select2-container--default{ width:100% !important;}


.header_menu ul.header_menu_dropdown .box_memu_link .contains_child .sub{    width: auto !important;}

	
	.header_menu ul.header_menu_dropdown .contains_child .sub{width:580px;}
	

.dataTable1 td, .dataTable1 th {
    padding: 5px 25px 5px 33px;
    font-size: 13px;
    line-height: 1.5em;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 4px solid #fff;
}
.box_chek{position: relative;
    right: 5px; top:2px;}
.dataTable1 td, .dataTable1 th:last-child{ border-right: 0px solid #fff;}
#tbodyhtml tr td{ border-right: 4px solid #fff;}
#tbodyhtml tr td:last-child{ border-right: 0px solid #fff;}
.table-cont{
  /**make table can scroll**/
  max-height: 900px;
  overflow: auto;   
  /** add some style**/
  /*padding: 2px;*/
  box-shadow: 0 0 5px 3px #ddd;
  z-index: 999999999999;
}
.dataTable1 thead {
    display: table-header-group;
    float: none;
    position: relative;
    z-index: 99;box-shadow: 0px 8px 25px 0px rgb(0 0 0 / 20%);
}
.dataTable1 {
    display: table;border-collapse: collapse;
    margin: 0px;    position: relative;
}
.otherlinks a img{ width:26px;}
.lastlevl a.viewle{ margin-left:5px;}
li.lastlevl{padding: 10px 0 !important;}
.box-buttan_class{
    margin: 20px 0px 0;
}
.box_input{    padding: 7px 12px !important;
    font-size: 14px;
    color: #ffffff !important;
    letter-spacing: 0.05em !important;
    border: 2px solid #639  !important;
    background: #639  !important;
    transition: background 300ms ease-in-out;
    font-weight: 500;
    border-top-left-radius: 30px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 15px;}
    .box_input:hover{    padding: 7px 12px !important;
    font-size: 14px;
    color: #639 !important;
    letter-spacing: 0.05em !important;
    border: 2px solid #639  !important;
    background: transparent!important;}
.box_w_t_ .select2-container .select2-search--inline .select2-search__field{margin-top: 10px !important; margin-left: 5px !important;}

/******************************NAV BAR**************************************/
nav ul, nav li {
     list-style: none;
     padding: 0;
     margin: 0;
}
nav a {
     display: block;
     text-decoration: none;
}
nav a:hover, nav a:visited {
     text-decoration: none;
}
.menu_bar-slecte {
     background: #ffffff;
     display: flex;
}
.menu-link-men {
    padding: 10px 10px;
    background: #ffffff;
    color: #4a4a4a;
    transition: background .2s, color .2s;
    position: relative;
    z-index: 1;
    font-size: 13px;border-bottom: 3px solid transparent;
}
.menu-bar-link{font-weight: 600;}

 .menu-link-men[aria-haspopup="true"]:after {
     content: "";
     background-image: url('../images/right_arraow.png');
	 background-repeat: no-repeat;
     background-size: 14px;
     width: 14px;
     height: 14px;
     font-size: 12px;
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
}
 .mega-menu-header {
     font-size: 1.2em;
     text-transform: uppercase;
     font-weight: bold;
     color: #136a73;
}
 .mega-menu {
     background: #ffffff;
     z-index: 10;
}
 .mega-menu--multiLevel {
     flex-direction: column;
}
 @media all and (min-width: 951px) {
     .nav {
    	background: #ece7e7;
    }
    
     .menu_top_bar [aria-haspopup="true"] ~ ul {
         display: none;
    }
     .menu_bar-slecte {
         position: relative;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:after {
         background-image: url('../images/bottom_arraow.png');
		 background-repeat: no-repeat;
		 
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:hover:after {
         background-image: none;
		 background-repeat: no-repeat;right: -3px;  display: none;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:hover ~ ul {
         display: flex;
         transform-origin: top;
         animation: dropdown .2s ease-out;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul:hover {
         display: flex;
    }
     .menu_bar-slecte > li:focus-within > [aria-haspopup="true"] ~ ul {
         display: flex;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:focus:after, .menu_bar-slecte > li:focus-within > [aria-haspopup="true"]:after, .menu_bar-slecte > li:hover > a:after {
         background-image: url('../images/bottom_arraow.png');
		 background-repeat: no-repeat;
		 display:none;
    }
     .mega-menu {
         position: absolute;
         top: 98%;
         left: 0;
         width: 100%;
		 z-index:999;
		 min-height:300px;
    }
     .mega-menu:hover {
         display: flex;
    }
     .mega-menu a:hover {
         background: tint(#177E89,85%);
         color: #136a73;
    }
     .mega-menu--multiLevel > li {
         width: 25%;
    }
     .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
         left: 25%;
         width: 25%;
    }
     .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
         width: 100%;
         left: 100%;
    }
     .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
         display: block;
         transform-origin: left;
         animation: flyout .2s ease-out;
    }
     .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
         display: block;
    }
     .mega-menu--multiLevel [aria-haspopup="true"] ~ ul, .mega-menu--multiLevel [aria-haspopup="true"] {
         border-left: 1px solid #f0f0f0;
    }
     .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover, .mega-menu--multiLevel [aria-haspopup="true"]:hover {
         display: block;
    }
     .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
         position: absolute;
         top: 0;
         height: 100%;
    }
     .mega-menu--flat > * {
         flex: 1;
    }
     .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
         display: none;
    }
}
 @media all and (max-width: 950px) {
     .nav {
         padding: 20px;
    }
     .mobile-menu-trigger, .mobile-menu-header, .mobile-menu-back-item {
         display: block;
    }
     .mobile-menu-trigger {
         background: #663399;
         color: #ffffff;
         border: 0;
         padding: 10px;
         font-size: 1.2em;
         border-radius: 4px;
    }
     .mobile-menu-header {
         order: -1;
         background: grey;
    }
     .mobile-menu-header a {
         padding: 20px 25px;
         color: #ffffff;
         visibility: visible;
    }
     .menu_bar-slecte {
         flex-direction: column;
         position: fixed;
         top: 0;
         left: -100%;
         height: 100vh;
         width: 350px;
         max-width: 350px;
         max-width: 90%;
         overflow-x: hidden;
         transition: left .3s;
         box-shadow: 1px 0px 2px 0px rgba(0,0,0,0.25);
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul {
         display: flex;
         flex-direction: column;
         background: #ffffff;
         position: absolute;
         left: 100%;
         top: 0;
         max-height: 100vh;
         width: 100%;
         transition: left .3s;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
         font-size: 1.2em;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
         padding-left: 40px;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
         padding-left: 80px;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
         color: #2a2a2a;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
         content: "+";
         background: none;
         font-size: 1em;
         font-weight: normal;
         height: 20px;
         line-height: 1;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
         max-height: 0px;
         transform-origin: top;
         transform: scaleY(0);
         transition: max-height .1s;
    }
     .mega-menu-content {
         padding: 20px 25px;
    }
     .mobile-menu-back-item {
         order: -1;
    }
     .mobile-menu-back-item a {
         background: tint(grey,70%);
         color: #2a2a2a;
         max-height: calc(1.4em + 40px);
         margin-top: calc(0px - (1.4em + 40px));
         pointer-events: none;
    }
     .mobile-menu-back-item a:before {
         content: "";
         width: 14px;
         height: 12px;
         background-image: url('../images/right_arraow.png');
		 background-repeat: no-repeat;
         background-size: 14px;
         margin-right: 10px;
         display: inline-block;
    }
     .mobile-menu-trigger:focus ~ ul {
         left: 0;
    }
     .menu_bar-slecte:hover, .menu_bar-slecte:focus-within {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:focus ~ ul {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul {
         margin-top: calc(1.4em + 40px);
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul:hover, .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul:focus-within {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
         max-height: 500px;
         animation: dropdown .3s forwards;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
         max-height: 500px;
         transform: scaleY(1);
    }
     .menu_bar-slecte > li:focus-within ~ .mobile-menu-header a {
         visibility: hidden;
    }
}
 @media all and (max-width: 950px) and (hover: none) {
     .mobile-menu-trigger:hover ~ ul {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"]:hover ~ ul {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul:hover {
         left: 0;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
         max-height: 500px;
         animation: dropdown .3s forwards;
    }
     .menu_bar-slecte > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
         max-height: 500px;
         transform: scaleY(1);
    }
     .menu_bar-slecte > li:hover ~ .mobile-menu-header a {
         visibility: hidden;
    }
}
 @keyframes dropdown {
     0% {
         opacity: 0;
         transform: scaleY(0);
    }
     50% {
         opacity: 1;
    }
     100% {
         transform: scaleY(1);
    }
}
 @keyframes flyout {
     0% {
         opacity: 0;
         transform: scaleX(0);
    }
     100% {
         opacity: 1;
         transform: scaleX(1);
    }
}
 .box_view_map img {
    width: 20px;
    padding: 0px 5px 4px 0px !important;
    margin-right: 0px;
    vertical-align: middle;
}
 .box_view_map.tooltipn{margin-left:5px}
.box_view_map{display: inline-block; color:#663399 !important;}
li.lastul{    padding: 9px 10px;
    background: #ffffff;
    color: #4a4a4a;
    transition: background .2s, color .2s;
    font-size: 13px;
	width:96%;
    }

li.lastul:hover {background: #efefef; color: #639;}
li.lastul a:hover {background: inherit; color: inherit;}
ul.lastulli{
	min-height: 288px;
    overflow: auto;
}
nav a:focus{ outline:none;}

.additionalBackgroundDiv{ width:700px !important;}
/*.paging_simple_numbers{ display:none;}*/
.dataTables_wrapper .dataTables_processing{ z-index:99999999999; background:inherit !important; color:#fff !important;}
.additionalBackgroundDiv .addi a{ color:#663399 !important;}
.tooltipqicon{ top:5px;}.tooltipqicon img{width: 18px;}


.top_li1{padding: 10px 10px !important;}

.top_a[aria-haspopup="true"]:after {
    content: "";
    background-image: url(../images/right_arraow.png);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    right: -17px;
    top: 74%;
    transform: translateY(-50%);
}

.searchButtonBox {
    width: 700px;
}

input[type="text"]{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	color:#615E5E;
	padding:4px;
	font-size:15px;
}

.search {
    padding: 8px 15px;
    height: 45px;
    width: 595px;
}
:focus-visible {
  outline:none;
}
.searchButton img {
    width: 100%;
}

.txtcentered {
    padding: 25px 0 80px 0!important;
}

.tooltipn img{ width: 18px !important;}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip]::after {
  content: attr(tooltip); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltips 
    but this will also keep them from being obnoxious
    */
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}
[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}


.tooltip_down {
  position: relative;
  display: inline-block;
      cursor: pointer;
}

.tooltip_down .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: #333 !important;
    color: #fff;
    text-align:justify;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
   
    left: 125px;
    top: -20px;

}
 .tooltip_down .tooltiptext a{
    display: initial;
    color: #fff;
    text-align: inherit;
    padding: 0px;
    text-decoration: none;
    background: #edeff0;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    background-color: #333 !important;
}
.tooltip_down .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.tooltip_down:hover .tooltiptext {
  visibility: visible;
}

.box_save_se li{display:inline};


.mapbtn {
    display: inline-block;
    color: rebeccapurple;
    text-align: center;
    padding: 8px 20px;
    text-decoration: none;
    background: #edeff0;
    margin: 0px 15px 0px 0px;
    font-size: 15px;
    font-weight: 600;
    cursor: default;
}

.maptooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #333 !important;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 400;
    left: 70px;
    top: -20px;
}

.tooltip_down .maptooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #333 transparent transparent;
}

.tooltip_down:hover .maptooltiptext {
  visibility: visible;
}
.mapbtn:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #8c93fe;
}

.top_a{

       line-height: 16px;
    border: 1px solid transparent;
}
.top_a .active{
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


.mega-menu {
    position: absolute;
    top: 103%;
    left: 0;
    width: 99.9%;
    z-index: 999;
    min-height: 300px;
    border-left: 1px solid #663399;
    border-right: 1px solid #663399;
    border-bottom: 1px solid #663399;
}

.top_li:first-child .top_a{
      padding: 10px 15px 10px 10px;
}

.top_li .top_a{
      padding: 10px 15px 10px 15px;
}

.top_a[aria-haspopup="true"]:after {
content: "";
    background-image: url(../images/right_arraow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    width: 14px;
    height: 14px;
    font-size: 12px;
    position: absolute;
    right: -1px;
    top: 64%;
    transform: translateY(-50%);
}
.nav {
background: #ffffff;
    margin: 5px 0px 10px 10px;

}
.mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 99.5%;
    left: 100%;
}
.menu_bar-slecte {
    position: relative;
    border-bottom: 1px solid  transparent;
	padding: 0px 0px 0px 20px;
}

.menu-link-men {
    padding: 10px 10px;
    background: transparent;
    color: #4a4a4a;
    transition: background .2s, color .2s;
    position: relative;
    z-index: 1;
    font-size: 13px;
    border-bottom: 3px solid transparent;
}


/******************Rajpal************************/
ul#TopMainMenu li a.activetop{
    background: #663399;
    color: #fff;
}
ul#TopMainMenu li a.activetop:after{
    display:none;
}

.mega-menu {
    position: absolute;
    width: 98.3%;
    top: inherit;
    z-index: 999;
    min-height: 300px;
    padding: 0px;
    margin: -1px 10px 10px 10px;
    border: 1px solid #639;
}

.box_scloor_top {
    height: 300px;
    overflow-y: auto;
    overflow-x:hidden;
    background: #fff;
}
 .box_top_inner{
    width: 20%;    float: left;
}
 .box_top_inner ul{
    padding: 0px;
    width: 98%;
}
.menu-link-men {
    padding: 10px 25px 10px 10px;
    background: transparent;
    color: #4a4a4a;
    transition: background .2s, color .2s;
    position: relative;
    z-index: 1;
    font-size: 13px;
    border-bottom: 0px solid transparent;
    display: block;
}
.mega-menu--multiLevel [aria-haspopup="true"] ~ ul, .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 0px solid #f0f0f0;
}
.top_li1 {
    padding: 10px!important;
        margin-left: 17px;
}
.mega-menu:hover {
    display: inherit;
}
.top_li1:after{

    right: 15px !important;

}
.top_li {
    display: inline-block;
	    padding: 0px 0px 0px 5px;
}
.menu_bar-slecte > li:focus-within > [aria-haspopup="true"], .menu_bar-slecte > li:hover > a {
    border-bottom: 0px solid #639;
    color: #ffffff;
    background: #639;
}

.menu_bar-slecte {
    position: relative;
    margin-left: -25px;
}
.mega-menu--multiLevel .box_scloor_inner li:hover > a{ background: #efefef;}

nav{
    background: #fff;
}

.box_top_inner a.activetop{background: #efefef; color: #639;}
.box_top_inner a:hover{background: #efefef; color: #639;}
.lastul.activetop{
	background: #efefef !important;
    color: #639 !important;
}

@media only screen and (max-width:1500px) and (min-width:769px)  {
	
	.autobred{display:block}
    .menu_bar-slecte {
    position: relative;
    margin-left: -25px;
    width: 100%;
}.top_li:first-child .top_a[aria-haspopup="true"]:after {    right: 0px;}
.top_a[aria-haspopup="true"]:after {
    top: 60% !important;
    right: -5px;
}
.top_li .top_a {
    padding: 10px 10px 10px 12px;
}
.box_top_inner ul {
    padding: 0px;
    width: 98%;
}
.mega-menu {
    width: 98.3%;
}
.top_li {
    display: inline-block;
    padding: 0px 0px 0px 5px;
}
}
.otherpages .thedn{
	margin: 0;
    padding: 2px 0 0 6px;
    font-size: 20px;
    position: absolute;
    top: 222px;
    z-index: 99;
	margin-left: 4px;
}
.mappage .thedn{
	margin: 0;
    padding: 5px 0 0 0px;
    font-size: 20px;
    position: absolute;
    top: 222px;
    z-index: 99;
	margin-left: 8px;
}
.mappage header{margin: 100px auto 0px;}
.otherpages header{margin: 100px auto 0px;}
.paddingtop{padding-top: 25px;}
.topmessnot{height: auto; padding: 20px 0 15px 20px; background: bisque; font-size: 15px; font-weight: bold; color: #c05a11; margin: -10px 0 0 -10px; position: fixed; z-index: 999; top: 0; width: 100%; display: inline-block; text-align: center;}
li.current em{ font-style:normal !important;}

.autobred li{
    display: flex;
    float: left;
    margin: 0.5em 0;
}
.cd-breadcrumb.autobred li::after, .cd-multi-steps.autobred li::after {
    top: -2px; 
}
.backTosearch{margin-left: 0px;}
.otherpages .paddingtop .cd-breadcrumb{ margin-left:10px !important;}
.mappage .paddingtop .cd-breadcrumb{ margin-left:8px !important;}
.otherpages .cd-breadcrumb{ margin-left:10px !important; margin-top: -7px !important;}
.auto_searchul .autobred{margin-left: 0px !important;}
.auto_searchulbatch .autobred{margin-left: 0px !important;}
.mappage .cd-breadcrumb{ margin-left:24px !important;}
.mappage .addbackcl{clear:both; margin-left:11px !important;}
.addbackcl{clear:both; margin-left:-6px;}
.otherpages .addbackclnew{clear:both; margin-left:-6px;}
.mappage .addbackclnew{clear:both; margin-left:0px;}
.addbackclnew1{ clear:both; margin-left:0px;}

div#data-table_info{    margin-left: 10px !important;}

.rsbox{margin-left: 10px;}
.rsboxs{ margin-left:10px}
.rsbozt{ margin-left:5px;}

.auto_searchul .autobred{
    margin: 0 !important;
    width: 96% !important;
    background: transparent;
    padding: 0px 0px;
    align-items: center;
    display: inline-block;
    line-height: 14px;
}
.auto_searchul .autobred li {
    display: flex;
    float: left;
    margin: 0px!important;
}

.auto_searchulbatch .autobred{
    margin: 0 !important;
    width: 96% !important;
    background: transparent;
    padding: 0px 0px;
    align-items: center;
    display: inline-block;
    line-height: 14px;
}
.auto_searchulbatch .autobred li {
    display: flex;
    float: left;
    margin: 0px!important;
}

.otherpages .nav{margin: 5px 0px 5px 10px !important;}
.otherpages .conatiner-full{padding: 0 20px 0px 10px !important;}

.mainpages.mappaget .addbackcl{ margin-left:0 !important;}
.mainpages.mappaget #container{ top: -5px !important;}
.mainpages.mappaget .nav{margin: 5px 0px 5px 10px !important;}
.mainpages.mappaget .cd-breadcrumb.triangle{margin-left: 10px !important; margin-top:-5px !important;}

.mainpages.mappaget.freeorpremiumusr .cd-breadcrumb.triangle{margin-left: 10px !important; margin-top:-5px !important;}
.mainpages.mappaget.freeorpremiumusr .addbackcl{ margin-top: 13px !important;}
.mainpages.mappaget.freeorpremiumusr header{ margin: 100px auto 0px;}

.mainpages.otherpagest.freeorpremiumusr .nav{margin: 5px 0px 5px 10px !important;}
.mainpages.otherpagest.freeorpremiumusr .cd-breadcrumb.triangle{margin-left: 10px !important; margin-top:-5px !important;}
.mainpages.otherpagest.freeorpremiumusr .addbackcl{margin-top: 13px !important; clear: both; margin-left: -6px;}
.mainpages.otherpagest.freeorpremiumusr .addbackclnew1{margin-top: 13px !important; clear: both; margin-left: 0px;}

.topmenupage.otherpagest.freeorpremiumusr .nav{margin: 5px 0px 5px 10px !important;}
.topmenupage.otherpagest.freeorpremiumusr .thedn{
	margin:0;
    font-size: 20px;
    position: absolute;
    top: 217px;
    z-index: 99;
	margin-left: 10px;
}
.topmenupage.otherpagest.freeorpremiumusr .cd-breadcrumb.triangle{margin-left: 10px !important;}
.topmenupage.otherpagest.freeorpremiumusr .addbackclnew{margin-top: -3px !important; clear: both; margin-left: 0;}
.topmenupage.otherpagest.freeorpremiumusr .addbackclnew a{ padding:0 !important; margin:0 !important;}

.topmenupage.mappaget.freeorpremiumusr .thedn{
	margin:0;
    font-size: 20px;
    position: absolute;
    top: 221px;
    z-index: 99;
	margin-left: 10px;
}

.topmenupage.mappaget.freeorpremiumusr header{ margin: 100px auto 0px;}
.topmenupage.mappaget.freeorpremiumusr .nav{margin: 5px 0px 5px 10px;}
.topmenupage.mappaget.freeorpremiumusr .cd-breadcrumb.triangle{margin-left: 10px !important;}

.topmenupage.otherpagest .nav{margin: 5px 0px 5px 10px;}
.topmenupage.otherpagest .thedn{
	margin:0;
    font-size: 20px;
    position: absolute;
    top: 217px;
    z-index: 99;
	margin-left: 10px;
}
.topmenupage.otherpagest .cd-breadcrumb.triangle{margin-left: 10px !important;}
.topmenupage.otherpagest .addbackclnew a{padding:0 !important; }

.topmenupage.mappaget header{ margin: 100px auto 0px;}
.topmenupage.mappaget .nav{margin: 5px 0px 5px 10px;}
.topmenupage.mappaget .cd-breadcrumb.triangle{margin-left: 10px !important;}
.topmenupage.mappaget .thedn{
	margin:0;
    font-size: 20px;
    position: absolute;
    top: 221px;
    z-index: 99;
	margin-left: 10px;
}
.mainpages.mappaget header{ margin: 100px auto 0px;}
.mainpages.otherpagest .nav{margin: 5px 0px 5px 10px;}
.mainpages.otherpagest #container{ top:-6px;}
.mainpages.mappaget.freeorpremiumusr #container{ top:5px !important;}
.mainpages.otherpagest.freeorpremiumusr #container{ top:5px;}
.mainpages.otherpagest .addbackcl{margin-top: 13px !important;}
.mainpages.otherpagest .addbackclnew1{margin-top: 13px !important;}
.mainpages.mappaget .addbackcl{margin-top: 13px !important;}
.topmessagebl .headertop{top: 0;}
.topmessagebl .auto_searchul{top: 45px !important;}
.otherpages.topmessagebl header {
    margin: 55px auto 0px;
}
.topmenupage.otherpagest.topmessagebl header{margin: 55px auto 0px;}
.topmenupage.otherpagest.topmessagebl .thedn{top: 177px;}
.topmenupage.mappaget.topmessagebl header{margin: 55px auto 0px;}
.topmenupage.mappaget.topmessagebl .thedn{ top:176px;}
.mainpages.mappaget.topmessagebl header{margin: 55px auto 0px;}
.mainpages.otherpagest.topmessagebl header{margin: 55px auto 0px;}


@media screen and (min-device-width: 320px) and (max-device-width: 1024px) { 
.menu_bar-slecte {
    display: inline-table;
    flex-direction: inherit;
    / position: fixed; /
    top: 0;
    left: inherit;
    height: inherit;
    width: inherit;
    max-width: inherit;
    width: 100%;
    overflow-x: inherit;
    transition: left .3s;
    box-shadow: inherit;
}
.menu_bar-slecte {
    position: relative;
    margin-left: -50px;
}
.mega-menu {
    width: 95.3%;
}
.menu-link-men {
    padding: 10px 5px;
}
.searchButton {
    height: 33px !important;
    background: #5b2594 !important;
    padding: 0 5px;
    border-radius: 0px 5px 5px 0px;
}
.topmessnot {
    height: 28px;
}
.headertop {
    top: 50px;
}
.notification_1 .box_img_not {
    width: 11%;
}
.searchButton img {
    width: 45px !important;
    position: relative;
    top: 0px !important;
}
.topmessnot {
    height: 44px;
    padding: 20px 0 15px 20px;
    font-size: 14px;
    text-align: left;
}
.topmenupage .headertop {
    top: 65px;
} 
.logo h3 {
    margin-top: 100px;
    text-indent: -999em;
}
.topmenupage.otherpagest .thedn {    top: 450px;
}
.paddingtop {
    padding-top: 10px;
}

.box_save_se li a {
    padding: 8px 8px;
    font-size: 12px;
}
.box_map_menu .topnav a:not(:first-child), .dropdown .dropbtn {
    display: block !important;
}

.Home_News li a, .dropbtn {
    display: inline-block;
    padding: 8px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 15px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {.box_save_se {
    display: block;
    top: -43px;
    margin-left: 10px;
} }
.topmenupage.otherpagest .rsbox{margin-left: 0px !important;}
.topmenupage.mappaget .rsbox{margin-left: 0px !important;}
.mainpages.otherpagest .rsbox{margin-left: 0px !important;}
.mainpages.mappaget .rsbox{margin-left: 0px !important;}

.reportProblem{ margin-left:10px;}
.StatisticsDatabasep{ margin-left:10px;}
.DataSourcep{ margin-left:10px;}
.alertfree{color: red;}
#user_login_form_popup fieldset.textbox{ border:none !important;}

.topmessagebl .notification{ top:5px !important;}
.topmenupage.otherpagest.freeorpremiumusr.topmessagebl .thedn{top: 177px;}
.mainpages.otherpagest.topmessagebl .cd-breadcrumb.triangle {margin-left: 10px !important; margin-top: -5px !important;}
.mainpages.otherpagest.topmessagebl #container{top: 4px !important;}
.mainpages.mappaget.topmessagebl #container{top: 4px !important;}
.topmenupage.otherpagest.topmessagebl .RequiresSubscriptionCl{position: absolute; top: 80px; left: 10px; z-index: 9;}
.topmenupage.otherpagest.topmessagebl .RequiresSubscriptionCl span{ color:orange;}
.topmenupage.otherpagest.topmessagebl .RequiresSubscriptionCl a{ color:#000;}
.mainpages.otherpagest.topmessagebl .RequiresSubscriptionCl{position: absolute; top: 80px; left: 10px; z-index: 9;}
.mainpages.otherpagest.topmessagebl .RequiresSubscriptionCl span{ color:orange;}
.mainpages.otherpagest.topmessagebl .RequiresSubscriptionCl a{ color:#000;}
span.orangecl{ color:orange; font-weight:bold; font-size:16px;}
#cd-popup66 span{ color:orange;}
#cd-popup66 a{ color:#000;}

.topmenupage.mappaget.topmessagebl .RequiresSubscriptionCl{ margin-left:10px; margin-bottom: 10px;}
.topmenupage.mappaget.topmessagebl .RequiresSubscriptionCl span{ color:orange;}
.topmenupage.mappaget.topmessagebl .RequiresSubscriptionCl a{ color:#000;}
.mainpages.mappaget.topmessagebl .RequiresSubscriptionCl{ margin-left:10px; margin-bottom: 10px;}
.mainpages.mappaget.topmessagebl .RequiresSubscriptionCl span{ color:orange;}
.mainpages.mappaget.topmessagebl .RequiresSubscriptionCl a{ color:#000;}

.topmenupage.otherpagest .RequiresSubscriptionCl{position: absolute; top: 80px; left: 10px; z-index: 9;}
.topmenupage.otherpagest .RequiresSubscriptionCl span{ color:orange;}
.topmenupage.otherpagest .RequiresSubscriptionCl a{ color:#000;}
.topmenupage.mappaget .RequiresSubscriptionCl{ margin-left:10px; margin-bottom: 10px;}
.topmenupage.mappaget .RequiresSubscriptionCl span{ color:orange;}
.topmenupage.mappaget .RequiresSubscriptionCl a{ color:#000;}

.mainpages.otherpagest .RequiresSubscriptionCl{position: absolute; top: 115px; left: 10px; z-index: 9;}
.mainpages.otherpagest .RequiresSubscriptionCl span{ color:orange;}
.mainpages.otherpagest .RequiresSubscriptionCl a{ color:#000;}
.mainpages.mappaget .RequiresSubscriptionCl{ margin-left:10px; margin-bottom: 10px;}
.mainpages.mappaget .RequiresSubscriptionCl span{ color:orange;}
.mainpages.mappaget .RequiresSubscriptionCl a{ color:#000;}

body.popupfancy .categorie-data{
	width:90% !important;
}

#cd-popupSearchEx .cd-popup-container .cd-buttons li{width: 100%;}
#cd-popupSearchEx .cd-popup-container .cd-buttons li:first-child a {
    background: #663399;
    border-radius: 0 0 0 0.25em;
}
#cd-popupSearchEx .cd-popup-container .cd-buttons a{ height:35px; line-height:35px;}

div.dts_label{ display:none !important;}

/**********************************************************/
@media only screen and (max-width:1400px) and (min-width: 1100px)  {
	.box_save_se li a {
    padding: 8px 8px;
    font-size: 13px;
}
.box_save_se {
    margin-left: 20px;
    top: 0px;
}
	}
@media only screen and (max-width:1238px) and (min-width: 768px)  {
.topmenupage .headertop {
    top: 0px;
}
 .logo h3 {
    margin-top: 40px;
    text-indent: -999em;
}
.box_save_se {
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 0px;
} 
.box_save_se img {
    width: 10px;
    vertical-align: middle;
    margin: auto;
}
.Home_News li a, .dropbtn {
    display: inline-block;
    padding: 8px 5px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
}  
.box_save_se li a {
    padding: 8px 2px;
    font-size: 11px;
}
.box_save_se li {
    display: inline-block;
}
}

@media screen and (max-width: 1238px) and (min-width: 900px){
    .paddingtop {
    padding-top: 35px !important;
}
.topmenupage.otherpagest.topmessagebl .thedn {
    top: 222px !important;
}

.topmenupage.mappaget.topmessagebl .thedn {
    top: 222px !important;
}

}

@media only screen and (min-width:1600px)  {
	.menu-link-men {padding: 14px 25px 14px 10px;}
    li.lastul {
        padding: 14px 25px 14px 10px;
    }
	}