body {
	max-width: 100%;
	margin: 0px auto;
	font-family: 'ebrima';
	color: #000;
	font-size: 14px !important;
	 background: #fafafa;
	overflow-x: hidden; 
} 
@font-face {
 font-family: 'ebrima';
 src:url('../fonts/ebrima.eot') !important;
 src:url('../fonts/ebrima.ttf') !important;
 src:url('../fonts/ebrima.eot?#iefix') format('ebrima'), url('../fonts/ebrima.svg#ebrima') format('svg'), url('../fonts/ebrima.woff') format('woff'), url('../fonts/ebrima.ttf') format('truetype')!important;
 font-weight: normal;
 font-style: normal;
}
@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/opensans-condbold-webfont.eot');
	src: url('../fonts/opensans-condbold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-condbold-webfont.woff') format('woff'), url('../fonts/opensans-condbold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
input[type="text"] {
	margin: 0;
	font-family: 'ebrima';
	padding: 5px;
	font-size: 13px;
	border-radius: none;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}
input[type="password"] {
	margin: 0;
	font-family: 'ebrima';
	padding: 5px;
	font-size: 13px;
	border-radius: none;
	border: 1px solid #b9b9b9;
	border-radius: 5px;
}

.header_right {
	background: url(../images/header_rightimg2.png) no-repeat scroll right top transparent;
	float: right;
	height: 95px;
	position: absolute;
	right: 0;
	width:372px;
}

.bodybg {
	font-family: 'ebrima';
	color: #000;
	margin: 0px auto;
	font-size: 14px  !important;
	overflow-x: hidden; 
}


/*-------------------header---------------------*/
.header_bg {
	background: #fff;
	height: 83px;
}
.header_logo {
	background: url(../images/header_logo1.png) no-repeat scroll left top transparent;
	height: 67px;
	width: 518px;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}
.header_right {
	background: url(../images/header_rightimg.png) no-repeat right;
	height: 82px;
	width: 256px;
	float: right;
	margin-right: 10px;
}
input{border: 1px solid #898989;
	padding: 2px;}
TD {
	font-size: 14px !important;
	font-family: 'ebrima';
}
img {
	border: 0px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}

.txtborder{
	border: 1px solid #898989;
	padding: 2px;
}
.textfield{
	border: 1px solid #666;
	padding: 3px;
	width:185px;
}
.textfield1{
	border: 1px solid #666;
	padding: 3px;
}
.txtbordertype{
	border: 1px solid #666;
	padding: 2px;
	background-color:#f4f0dc;
}
span.anchor a {
	color: #339966;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
span.anchor a:hover {
	color: #339966;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.fieldlist input[type="radio"] {
	-webkit-appearance: none;
	border: none;
	width: 13px;
	height: 13px;
	background: url(../images/radio.png) center no-repeat;
	border: 0px;
}
.fieldlist input[type="radio"]:checked {
	background: url(../images/radio_checked.png) center no-repeat;
	border: 0px;
}
.space5 {
	height: 5px;
}
.space10 {
	height: 10px;
}
.space15 {
	height: 15px;
}
.space20 {
	height: 20px;
}
.space25 {
	height: 25px;
}
/* Header */
.out_leftheader {
 background: url(../images/New Mexico.png) no-repeat right;
	height: 57px;
	width: 100%;
}
.inner_leftheader {
	background: url(../images/header2.jpg) no-repeat right;
	height: 57px;
	width: 100%;
	margin-right: 0px;
}
.index_innheaderbg {
	background: url(../images/inner_headerbg.jpg) repeat-x 14px 0px;
	height: 57px;
}
/* Nav Styles */
.navbg {
	background: url(../images/menu_bg.jpg) repeat-x;
	padding: 0px 0px 0px 0px;
	margin-top:0px;
}
#nav {
	padding: 0;
	margin: 0px 0 0 0px;
	list-style: none;
	height: 38px;
	background: #fff;
	position: relative;
	z-index: 99;
	font-family: arial, verdana, sans-serif;
}
#nav {
	background: url(../images/menu_bg.jpg) repeat-x;
} /* this demo only */
#nav li.top {
	display: block;
	float: left;
	background: url(../images/wall.jpg) repeat-y;
	position: relative;
}
#nav li a.top_link {
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	background: url(blank.gif);
}
#nav li a.top_link img {
	margin: 18px 10px 0px 0px;
}
#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 10px 0 10px;
	height: 38px;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 14px 0 14px;
	height: 38px;
}
#nav li a.top_link:hover {
	color: #fff;
	background: #353f58;
}
#nav li a.top_link:hover span {
	background: #353f58;
}
#nav li a.top_link:hover span.down {
	background: #353f58;
}
#nav li:hover > a.top_link {
	color: #fff;
	background: #353f58;
}
#nav li:hover > a.top_link span {
	background: #353f58;
}
#nav li:hover > a.top_link span.down {
	background: #353f58;
	background: url(../images/wall.jpg) repeat-y;
}
/* Default list styling */

#nav li:hover {
	position: relative;
	z-index: 990;
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position: relative;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li:hover div {
	left: 0px;
	top: 38px;
	background: #353f58;
	padding: 0px;
	left: 1px;
	border-left: 1px solid #171f34;
	border-bottom: 1px solid #171f34;
	border-right: 1px solid #171f34;
	white-space: nowrap;
	z-index: 300;
	min-width: 120px;
	position: absolute;
	width: auto;
}
#nav li:hover ul.sub {
	left: 0;
	top: 0px;
	background: #353f58;
	padding: 5px;
	border: 0px solid #353f58;
	white-space: nowrap;
	width: auto;
	float: left;
	height: auto;
	z-index: 300;
}
#nav li:hover ul.sub li {
	display: block;
	min-width: 150px;
	padding:3px;
	width: 100%;
	font-weight: normal;
}
#nav li:hover ul.sub li a {
	display: block;
	font-size: 14px;
	width: auto;
	line-height: 28px;
	text-indent: 5px;
	color: #fff;
	text-decoration: none;
}
#nav li ul.sub li a.fly {
	background: #fff url(../images/down2.gif) 80px 7px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	background: #1d273d;
	color: #fff;
}
#nav li:hover ul.sub li a.fly:hover {
	background: #1d273d;
	color: #fff;
}
#nav li:hover ul li:hover > a.fly {
	background: #1d273d;
	color: #fff;
}
#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left: 90px;
	top: 0px;
	background: #fff;
	padding: 3px;
	border: 1px solid #353f58;
	white-space: nowrap;
	width: 90px;
	z-index: 400;
	height: auto;
}
#nav li:hover ul.sub li ul {
	border: 1px solid red;
	margin-left: 140px;
	background: #353f58;
	padding: 3px;
	border: 0px solid #353f58;
	white-space: nowrap;
	width: 230px;
	height: auto;
	z-index: 300;
}
#nav li:hover ul.sub li ul li {
	display: block;
	position: relative;
	float: left;
	width: 230px;
	font-weight: normal;
	border-bottom: 1px solid #353f58;
}
#nav li:hover ul.sub li.right_icon > a {
	background: url(../images/right_arrow.png) no-repeat 220px 11px;
	color: #fff;
}
#nav li:hover ul.sub li.right_icon > a:hover {
	background: #353f58 url(../images/right_arrow.png) no-repeat 220px 11px;
	color: #fff;
}
/* Nav Ends */


/* Search input Start */
.search_padd {
	padding: 0px 10px;
	height: 38px;
	float: right;
}
.search_bg {
	background: url(../images/search.png) no-repeat;
	color: #888683;
	width: 157px;
	height: 24px;
	border: 0px;
	padding: 0px 0px 0px 5px;
}
.bg_highlight {
	background-color: #d4b82f;
}
.search_bt {
	padding-top: 7px;
}
.search_bt img {
	padding-top: 0px;
}
/* Search input End */

/* Content Start */
.page_content {
	margin: 0px 8px 0px 0px;
	padding: 8px 0px 0px 8px;
	width: auto;
}
.page_title {
    color: #fff;
    font-size: 14pt !important;
    margin: 5px 5px 5px 5px; 
    position: absolute;
}

.page_titlewhite {
	font: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14pt;
	margin: 0px 5px 5px 5px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.paddingtotal {
	padding-left: 290px;
}
.paddingtotalwo {
	padding-left: 670px;
}
.tabletranstitle {
	background-color: #f0f0f0;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.tabletrans {
	background-color: #e8e7e7;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bggrey1{
	background-color: #ccc;
}
#breadcrumbs-one {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #f5f5f5 #e5e5e5 #ccc;
	border-radius: 8px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	overflow: hidden;
	width: auto;
	font-size: 14px;
	line-height: 18px;
}
#breadcrumbs-one li {
	float: left;
 *display: inline;
 *zoom: 1;
}
#breadcrumbs-one a {
	padding: 8px 6px 5px 45px;
	float: left;
	text-decoration: none;
	color: #fff;
	position: relative;
	background-color: #37415d;
	background-image: linear-gradient(to right, #37415d, #37415d);
	height: 24px;
}
#breadcrumbs-one a img {
	padding: 0px 4px;
	left: 15px;
	top: 8px;
	position: absolute;
}
#breadcrumbs-one li:first-child a {
	padding-left: 45px;
	border-radius: 5px 0 0 5px;
}
#breadcrumbs-one a::after, #breadcrumbs-one a::before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}
#breadcrumbs-one a::after {
	z-index: 2;
	border-left-color: #37415d;
}
#breadcrumbs-one a::before {
	border-left-color: #ccc;
	right: -1.1em;
	z-index: 1;
}
#breadcrumbs-one .current, #breadcrumbs-one .current:hover {
	font-weight: bold;
	background: none;
	color: #37415d;
}
#breadcrumbs-one .current::after, #breadcrumbs-one .current::before {
	content: normal;
}
/* Steps End */
.font_mar {
	color: #7a2427;
}
.font_grey {
	color: #333;
	font-size: 14px;

}
.textfield {
	padding: 5px;
	font-size: 14px;
    color: #333;
    padding: 3px;
    border: 1px solid #bfbfbf;
    border-radius:3px;
}
.font_green {
	color: #000;
	font-size: 14px;
	font-weight: normal;
}
.font_green_big {
	color:#339933;
	font-size:16px;
	font-weight:bold;
}

.font_orange_big {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.font_red {
	color: #ff0009;
	font-size: 14px;
}
.font_orange {
	color: #000;
	font-size: 14px;
}
.page_wrap {
	min-height: 445px;
}

.data_confirmation {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	background: #fff;
	padding: 10px;
	width: 99%;
	font-size: 16px;
	color: #000000;
	margin: 10px auto;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, .1);
}
.inner_databg {
	color: #064977;
	font-size: 14px;
	border-bottom: 1px dotted #064977;
	padding: 5px 0px 5px 10px;
	text-transform:uppercase;
}
.grid_layout {
	margin: 0px;
	color: #333;
	font-size: 15px;
}
.grid {
	border: 1px dotted #7baed4;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: px 5px;
}
.grid_layout tr td {
	border-bottom: 1px dotted #7baed4;
	padding: 5px 8px;
}
.grid_layout tr td table tr td {
	border-bottom: 0px solid #064977;
}
.grid_layout tr td table.grid_layout tr td {
	border-bottom: 1px dotted #7baed4;
}
.grid_headerbg {
	background: #53789d;
	color: #fff !important;
	font-size: 14px;
	padding:6px 0px;
}

.data_pannel {
	background: #fff url(../images/table_bg.png) repeat-x;
	padding: 0px;
	/*  width: 99%;   */
	margin: 5px;
	font-size:14px;
	border:1px solid #ccc;
}
input[type=button].disabled {
	background: #afafaf;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	height: 30px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	cursor: default;
}
.button {
	  background-color:#2B5784; border:0px; repeat-x; color:#fff;  font-size:14px; padding:7px 10px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
}

.button_dis{background-color:#b5b5b5; border:0px; repeat-x; color:#6d6d6d; font-weight:normal !important; font-size:14px; padding:7px 10px; 
	-webkit-border-radius: 6px;
	line-height:10px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;}
.buttonsmall {
	background: url(../images/button_bg.png) repeat-x;
	background-color:#1F4978;
	color: #fff;
	font-weight: bold;
	border:0px solid #666;
	font-size: 12px;
	padding: 3px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
/* Content End */


.footer {
	margin: 0px auto;
	left: -10px;
	bottom: 20px;
	width: 100%;
	margin: 5px;
	position:fixed;
	color: #fff !important;
	text-align: center;
	font-size: 11px;
}
.footerbg {
	background: #064977;
	position: absolute;
	left: 0px;
	color: #fff !important;
	padding: 5px 0;
	width: 100%;
	text-align: center;
}
.footerbg a {
	color: #000;
}
/* Tooltip */
li.info {
	color: #000;
	text-decoration: none
}
li.info:hover {
}
li.info span {
	display: none;
	z-index: 9999;
}
li.info:hover span { /*the span will display just on :hover state*/
	display: block;
	position: fixed;
	z-index: 99999;
	top: 165px !important;
	right: 88px !important;
	background-color: #257c52;
	color: #fff;
	padding: 8px;
	border-top: 0px solid #fff;
	font-size: 11px;
	width: auto;
	text-align: center;
}
.bg_color {
	background: #f1f5fb;
	margin: 0px auto;
	font-size: 14px;
}









	
/****************Popup styles****************/

.bgCover { background:#000; position: fixed; left:0; top:0; display:none; overflow:hidden }
.overlayBox {
	border:5px solid #09F;
	border-radius:6px;
	position:absolute;
	display:none;
	background:#fff;
	z-index:99999;
}
.overlayContent {
	padding:2px;
}
.closeLink {
	float:right;
	color:black;
	font-weight:bold; font-size:18px;
	margin-top:-21px;
	margin-right:-21px;
	
}
.close {
	float:right;
	color:black;
	font-weight:bold; font-size:18px;
	margin-top:-25px;
	margin-right:-20px;
	
}

	
/***********Popup 1 more styles******************/
#popup-wrapper{
	width:auto;
	height:auto;
	background-color:#fff;
	padding:0px;
}

#popup-wrapper1{
	width:auto;
	height:auto;
	background-color:#fff;
	padding:0px;
	width:980px;
	height:500px;
	overflow:scroll;
}
#popup-wrapper4{
	width:auto;
	height:auto;
	background-color:#fff;
	padding:0px;
}
#popup-wrapper3{
	width:auto;
	height:auto;
	background-color:#fff;
	padding:0px;
}
#popup-wrapper2{
	width:auto;
	height:auto;
	background-color:#fff;
	padding:0px;
}
#clicker{	cursor:pointer;}
#clicker1{	cursor:pointer;}
#clicker2{	cursor:pointer;}


.modalPopLite-mask {
	position:fixed;
	z-index:9994;
	background-color:#000;
	display:none;
	top:0px;
	left:0px;
	width:100%;
}
.modalPopLite-wrapper {
	position:fixed;
	z-index:9999;
	/*display:none;*/
    /*left:-10000px;*/
    -webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, .9);
	-moz-box-shadow: 0 0px 25px rgba(0, 0, 0, .9);
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	border: 3px solid #2c344b;

}








/*--------------------------------- base links ---------------------------------*/
a:link {	color: #005A8F; }
a:visited {	color: #005A8F;}
a:hover {	color: #d9d9d9; text-decoration:none;}
a:active {	color: #005A8F;}
a:focus {	color: #005A8F;}

.font16{ font-size:16px; font-weight:bold;}
.font20{ font-size:20px; font-weight:bold;}
.fontuline{  text-decoration:underline; }
.border{ border:1px solid #ccc;}



/* Login Screen */

.logincontent {
	position:relative;
	padding:250px 0px 0px 400px;
	color:#fff;
}
.login {
	background:url(../images/login.png) no-repeat center;
	width:1024px;
	height:600px;
}
.loginbg {
	background: #005ca5 url(../images/loginbg.jpg) no-repeat 50% 50%;
	width:100%;
	height:100%;
}
.txtbox {
	width:195px;
	border:1px;
	height:18px;
}
.select2 {
	padding:3px 2px;
	 *padding:8px 2px;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
	border:0px solid #cccccc;
}


.orange{ color:#cc6600;}
.dbfont{ color:#fff;}
.db_title1{ font-size:16px !important; font-weight:normal; text-transform:uppercase; color:#fff; height:25px; line-height:25px; font-family:"ebrima", Arial, Helvetica, sans-serif; }
.db_title2{ font-size:24px !important; font-weight:normal; color:#2b5784; font-family:"ebrima", Arial, Helvetica, sans-serif; }
.db_title3{ font-size:12px; font-weight:normal; color:#999; font-family:"ebrima", Arial, Helvetica, sans-serif; }
.db_count{ font-size:40px !important; font-weight:normal;color:#fff;  font-family:"ebrima", Arial, Helvetica, sans-serif;}
.dbsection1{ border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 3px solid #2cbcdf; }
.dbsection2{ border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 3px solid #2cbcdf; }
.dbsection3{ border-right: 1px solid #ccc; border-left: 1px solid #ccc; border-top: 1px solid #ccc; border-bottom: 3px solid #2cbcdf; }
.dbtxtborder{
	border: 1px solid #ccc;
	background-color:#eee;
	padding: 3px;
}

/*--------------------------- links styles  ---------------------------*/
A.linkdb:link, A.linkdb:active, A.linkdb:visited{
	font: normal 13px "ebrima", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
}
A.linkdb:hover{
	color:#fff;
	text-decoration: underline;
}

	  .header{ background:url(../images/header_bg.png) repeat-x ; width:372px; height:95px;}
	  
	  
	  
.login_bg {
	background: #fff;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	width: 75%;
	padding-right:15px;
	margin:10px auto;	
}

.forgot_bg {
	background: #fff;
	-webkit-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	box-shadow: 0px 2px 1px 0px rgba(50, 50, 50, 0.1);
	width: 45%;
	padding-right:0px;
	margin:10px auto;	
}
.log_bg{background:#fff; color:#2b5784; padding:30px;}
.registratio_bg{background:#458a1d; color:#fff; padding:30px 30px;}
.title_txt{font-size:19px !important; color:#fff;} 
.rtitle_txt{font-family: 'gothic'; font-size:22px; }
.login_error{color:#fffa00;font-size:14px;}
.logout_msg{font-size:16px !important;}
a.login_again{color:#fffa00;text-decoration:none;}
a.login_again:hover{color:#fffa00;text-decoration:underline;}

.regist_data{ width:70%; margin:0px auto;}

.button_bg{ background:#2b5784 !important; color:#fff !important; border-radius:8px !important; margin:5px 0px 0px 0px !important; border:0px !important;}
.boder_bottom{border-bottom:1px solid #fff; margin-top:10px;}

.page_data{position:absolute; top:40px; right:30px; -moz-right:20px !important; color:#fff; width:300px;}
.page_data2{position:absolute; top:40px; right:30px; -moz-right:20px !important; color:#fff;}


.fontwhite{ color:#fff; font-weight:normal;}
.but_green{ background:#3daf2c; border:0px; color:#fff;}


@-moz-document url-prefix() { 
  .page_data{
	  position:absolute; top:25px; right:25px; color:#fff;}
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	 .page_data{
	  position:absolute; top:25px; right:25px; color:#fff;}
}

.content_data{ min-height:450px;}

.headerbluecontent3 {
	border-bottom: 0px solid #e1dfc6;
	color: #064977;
	font-size: 16px !important;
	font-weight: normal;
	margin-bottom: 3px;
	padding: 8px 8px 7px 8px;
	text-transform: uppercase;
}

.headerbluecontent2 {
	border-bottom: 1px dashed #939393;
	/*	color: #67757e;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;*/
	background:#edf1f4;
	padding: 8px 8px 5px 8px;
	text-transform: uppercase;
	font-size: 14px;
	color: #064977;
	font-family: 'ebrima';
}

.button_small{
	  background-color:#2B5784; border:0px; repeat-x; color:#fff;  font-size:14px; padding:3px 8px; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	cursor:pointer;
	}
	
	.button_bg {
	background: #305d86 !important;
	color: #fff !important;
	font-weight: normal !important;
	border-radius: 8px !important;
	margin: 5px 0px 0px 0px !important;
	border: 0px !important;
	cursor: pointer;
}

.rej_bt {
	background: #c65657;
}
.delete_bt {
	background: #c65657;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.add_bt {
	background: #249321;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_new {
	background: #305d86;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.edit_bt {
	background: #e47206;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	cursor: pointer;
	padding: 3px 12px;
	border: 0px;
	font-size: 13px;
	margin-top:-1px;
}
.green_bt {
	background: #eaae1a !important;
	border: 0px !important;
	color: #062132 !important;
	margin: 5px 0px 0px 0px !important;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;

}
.tab_content {
	float: left;
	width: 99%;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

.tab_content2{
	float: left;
	width: 99%;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

.tablecolor{
	float: left;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

/****************End of Tab Menu styles**********************/
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#333;
  display:none;
  opacity: 0.4;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:340px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:350px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 15pt;
}
.maintext{
	text-align: center;
  font-family: "Segoe UI", sans-serif;
  text-decoration: none;
}
 
#lorem{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
  text-align: center;
}
#popupfoot{
	font-family: "Segoe UI", sans-serif;
	font-size: 16pt;
	color:#fff;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #fff;
}
.popupoption:hover{
	background-color:#fff;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}


/***************Tabs meny styles*****************/

.tabholder {
	width: 100%;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 0px solid #999;
	border-radius: 6px 6px 0px 0px;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 0px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
	margin-right: 2px;
	border-radius: 6px 6px 0px 0px;
	border-left: 0px solid #999;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 13px;
	padding: 0 7px;
	border: 0px solid #fff;
	outline: none;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #305d86;
	color:#fff;
}
html ul.tabs li.active {
	background: #305d86;
	color: #000;
	border-bottom: 1px solid #305d86;
	border-left: 0px solid #999;
	border-radius: 6px 6px 0px 0px;
}
html ul.tabs li.active a:hover {
	background: #063158;
	color: #fff;
	border-bottom: 1px solid #063158;
	border-radius: 6px 6px 0px 0px;
}
html ul.tabs li.active a {
	color: #fff;
}
.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;

}
.tab_content {
	float: left;
	width: 99%;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

.tab_content2{
	float: left;
	width: 99%;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

.tablecolor{
	float: left;
	padding: 5px;
	background:#fff;
	border:1px solid #ccc;
}

.delete_bt {
	background: #c65657;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	font-size: 13px;
}
.add_bt {
	background: #249321;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_new {
	background: #305d86;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_register {
	background: #399339;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 5px 16px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_search {
	background: #064977 ;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 5px 16px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_disable {
	background: #aeaeae;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 5px 16px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.bt_register_edit {
	background: #e47206;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 5px 16px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
}
.edit_bt {
	background: #e47206;
	color: #fff;
	font-weight: normal;
	border-radius: 5px;
	padding: 3px 12px;
	border: 0px;
	font-size: 13px;
	margin-top:-1px;
}
.green_bt {
	background: #eaae1a !important;
	border: 0px !important;
	color: #062132 !important;
	margin: 5px 0px 0px 0px !important;
}
.green_bt:hover {
	background: #eaae1a !important;
	border: 0px !important;
	color: #062132 !important;
	margin: 5px 0px 0px 0px !important;
}
.odd {
	background: #f9f9f9;
	border-bottom: 1px dashed #ccc;
	padding: 12px;
}
.even {
	background: #f0f0f0;
}

.bggreyhead {
	background: none repeat scroll 0 0 #53789d;
	color: #fff;
	padding: 5px 5px;
	font-size: 14px;
}

.contact{ border:4px solid #2b5784; position:fixed; right:10px; bottom:50px; border-radius:6px; padding:5px;}



.menulist{
	padding: 0px 0px;
	margin: 0px;
	z-index:999;	
}

.container {
	/*max-width:80%;*/
	margin:auto;
	background:#fff;
	padding:0px;
	/*box-shadow: 0px 5px 50px rgba(0,0,0,0.2);*/
}
.rightsection {	
	/*color:#fff;*/
	border:0px solid #fff;
	padding:0px;	
	width:100%;	 
	padding-bottom:20px;
	background:#f7f7f7;

}

.leftsection {
	background-color:#34373b;	
	color:#fff;
	border:0px solid #fff;	
	z-index:6;
	
	height:100% !important;	
}
.pagetitle{background:#2c3034; height:50px;}


/*--------------dashboard menu---------------------*/

#menu1 {
  display: block;
  position: relative;
  z-index: 99;
  margin:0px;
  padding:0px;
  -webkit-padding:0px;
  background:#34373b;
  min-height:602px;
}

#menu1 li {
  display: block;
  float: left;
 -webkit-padding:0px;
}
#menu1 li a {
  display: block;
  position: relative;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  line-height: 31px;
  text-decoration: none;
  color: #f5f5f5;
}
#menu1 li a:hover, #menu1 li a.active {
  color: #2c343b;
}

#menu1 li ul {
  display: none;
  position: absolute;
  top: 0px;
  width: 200px;
  background: #34373b !important;
  margin:0px;
  left:90px;
  padding:0px;
  text-align:left;
  z-index: -1;
  -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.45);
  box-shadow: 0 2px 7px rgba(0,0,0,0.45);
}
#menu1 li ul li {
  display: block;
  width: 200px;
   height:35px;
}
#menu1 li ul li:hover {
	height:35px !important;
}
.menubg2{ background:url(../images/img2.png) bottom no-repeat; width:200px; height:150px;}
.menubg1{ background:url(../images/img1.png) bottom no-repeat; width:200px; height:150px;}
#menu1 li ul li a {
  display: block;
  float: none;
  color: #fff;
  font-size: 13px	;
  line-height: 35px !important;
 background: #34373b !important;
  
}
#menu1 li ul li a:hover {
  background: #384958;
  color: #fff;
}

#menu1 li ul.expanded1 li { margin-right: 200px; }

.menuheight {
  line-height: 30px !important;
}

.bigwidth{ width:300px !important;}
.bigwidth li{ width:100% !important;}
.bigwidth li ul{ margin-left:100px !important; width:250px !important;}
.bigwidth li ul li ul{ margin-left:50px !important;  width:260px !important;}

#menu1 li ul li ul {
  display: none;
  position: absolute;
  left: 200px;
  top: 0;
  width:100%;
  height: 100%;
  background: #fff;
   line-height: 36px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#menu1 li ul li ul li a { color: #fff; }
#menu1 li ul li ul li a:hover { text-decoration: underline; }

#menu1 li ul li.purple a:hover, #menu1 li ul li.purple a.active1 { background: #242323; color: #fff; }
#menu1 li ul li.purple ul { background: #0c5180 url(../images/img2.png) bottom left no-repeat;   }

#menu1 li ul li.green a:hover, #menu1 li ul li.green a.active1 { background: #65834c; color: #fff; }
#menu1 li ul li.green ul { background: #65834c; }

#menu1 li ul li.aqua a:hover, #menu1 li ul li.aqua a.active1 { background: #4c7983; color: #fff; }
#menu1 li ul li.aqua ul { background: #4c7983; color: #fff; }

#menu1 li ul li.red a:hover, #menu1 li ul li.red a.active1 { background: #834c4c; color: #fff; }
#menu1 li ul li.red ul { background: #834c4c; }

#menu1 li ul li.blue a:hover, #menu1 li ul li.blue a.active1 { background: #4d6899; color: #fff; }
#menu1 li ul li.blue ul { background: #4d6899;}

#menu1 li ul li.gold a:hover, #menu1 li ul li.gold a.active1 { background: #97944c; color: #fff; }
#menu1 li ul li.gold ul { background: #97944c; }


#menu1 li ul li ul li ul li a { color: #fff; }
#menu1 li ul li ul li ul li a:hover { text-decoration: underline; }

#menu1 li ul li ul li.purple a:hover, #menu1 li ul li ul li.purple a.active1 { background: #4f4c83; color: #fff; }
#menu1 li ul li ul li.purple ul { background: #4f4c83; }

#menu1 li ul li ul li.green a:hover, #menu1 li ul li ul li.green a.active1 { background: #65834c; color: #fff; }
#menu1 li ul li.green ul { background: #65834c; }

#menu1 li ul li ul li.aqua a:hover, #menu1 li ul li ul li.aqua a.active1 { background: #4c7983; color: #fff; }
#menu1 li ul li ul li.aqua ul { background: #4c7983; color: #fff; }

#menu1 li ul li ul li.red a:hover, #menu1 li ul li ul li.red a.active1 { background: #834c4c; color: #fff; }
#menu1 li ul li ul li.red ul { background: #834c4c; }

#menu1 li ul li ul li.blue a:hover, #menu1 li ul li ul li.blue a.active1 { background: #242323; color: #fff; }
#menu1 li ul li ul li.blue ul { background: #1775a4 url(../images/img1.png) left bottom no-repeat;   width:100%; height:150px; }

#menu1 li ul li ul li.gold a:hover, #menu1 li ul li ul li.gold a.active1 { background: #242323; color: #fff; }


/*--------------------------dashboard menu end-------------------------*/


.index_footer{background:#282828;height:220px;margin-top:10px;color:#FFF;}
.index_footer2{background:#282828;color:#FFF;}
.index_footer3{background:#282828;color:#FFF;position: fixed;	bottom: 0px;width:100%;}

a.footerlink:link, a.footerlink:active, a.footerlink:visited{color:#fff;font-size:12px;font-weight:normal;font-family: 'lato' !important;text-decoration:none;margin:0px 5px;}
a.footerlink:hover{color:#fff;font-size:12px;font-weight:normal;font-family: 'lato' !important;text-decoration:none;margin:0px 5px;}

a.logout:link, a.logout:active, a.logout:visited{color:#fff;font-size:14px;font-weight:normal;text-decoration:none;margin:5px 0px 0px 0px;float:right;text-transform:uppercase;}
a.logout:hover{color:#fff;font-size:14px;font-weight:normal;text-decoration:none;margin:5px 0px 0px 0px;float:right;text-transform:uppercase;}


.footerlinklist{padding-top:5px; padding-left:100px; padding-bottom:5px; padding-right:20px;}
.footerlinklist2{padding-top:5px; padding-left:10px; padding-bottom:5px; padding-right:20px;}
.footerlast{height:30px;background:#282828; color:#fff;font-size:14px;}


div .title{ font-size: 1.6rem !important;margin-bottom: 10px;}


.menusection{position:relative;}

.menulist{
	padding: 0px 0px;
	margin: 0px;
	z-index:999;	
}

.menulist li {
	list-style:none;
	margin:0px;
	padding:2px 10px 5px 10px;	
	position:relative;
    font-size: 10px;
    line-height: 16px;
}

.menulist li:hover{
	background-color:#242323;
	
}
.submenu{
	margin-left:90px;
	background-color:#242323;	
	display:none;
	position:relative;
}

.menulist li a{ color:#fff;}

.menulist li:hover .submenu{
	float:left;
	display:block;
	position:absolute;
	left:0px;	
	top:0px;
	background-color:#242323;
	font-family: 'ebrima';
	font-size:14px;
	font-weight:normal;
	z-index:99;
	width:230px;
	
}

.menulist li:hover .submenu li{		
	text-align:left;	
	font-family: 'ebrima';
	font-size:14px;
	font-weight:normal;	
	color:#000;
	z-index:9;
	float:left;
	list-style:none;  
	width:230px;
	 margin:0px;
	padding:0px;
}

.menulist li:hover .submenu li:hover{ 	 
	text-align:left;
	border-bottom:0px solid #242323;
	font-family: 'ebrima';
	font-size:14px;
	font-weight:normal;
	float:left; 
	margin:0px;
	text-decoration:underline;
	padding:0px !important;
	margin:0px !important;
	z-index:9;
	color:#fff !important;
}

.menulist li:hover .submenu li  a:link{
	text-align:left;
	border-bottom:0px solid #242323;
	font-family: 'ebrima';
	font-size:14px;
	font-weight:normal;	
	text-decoration:none;	
	float:left;
	width:100%;
	padding:10px;	
	color:#fff !important;
}

.menulist li:hover .submenu  li a:hover{
	text-align:left;
	border-bottom:0px solid #242323;
	font-family: 'ebrima';
	font-size:14px;
	font-weight:normal;
	text-decoration:underline !important;
	color:#fff !important;
	text-decoration:none;	
	padding:10px;
	
}



.submenu  li .submenu1{
	display:none;
	background-color:#ccc;	
	
}

.submenu1 li a{
	color:#000;
	}
.submenu  li:hover .submenu1{
	display:block;
	 color:#000;
	margin-left:200px;
	position:absolute;
	background-color:#ccc;	
	
}

#chartdiv {
	width		: 100%;
	height		: 435px;
	font-size	: 11px;
}									

.chart_content{width:48%; float:left;}

#side{ min-height:800px;}

.timeframe{ padding:5px 15px 10px 5px; color:#959595; float:right;}

.legend1{color:000;}
.legend1 div{float:left;margin-right:10px;margin-top:7px;}

.modal-dialog{width:460px !important;margin-top:110px;marign-right:50px;}

.bg-primary2 {
    background: #27ae60 none repeat scroll 0% 0%;
    color: #FFF;
}

#chartdiv {
        background: #fff;
        width: 100%;
        height: 355px;
        font-size: 11px;
}

.links {
    font-size:18px;
}
.txtCenter{
text-align:center !important;
}

.txtCenter span {
   float:initial !important;
}