s@charset "utf-8";
/* CSS Document */



ul, ol {
	display: block;
	list-style:none;
	margin:0;
}
strong ,b {
	font-weight:bold;
}
p {
	margin: 0px;
	padding:0px 0px 10px 0px;
}
p.italic {
	padding-top: 10px;
	padding-bottom: 15px;
	display: block;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
}
a {
	text-decoration: none;
	color: #3f70a2;
}
a:hover {
	text-decoration: none;
	color: #5087c0;
}

.left {
	float:left !important;
}
.right {
	float:right !important;
}

.divider {
	width: 100%;
	display: block;
	height: 1px;
	float: left;
	clear:both;
}
.border-divider {
	float: left;
	width: 100%;
	display: block;
	height: 20px;
}
.wrapper {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	
}
#header {
	float: left;
	clear: both;
	display: block;
	width: 100%;
	height: 103px;

	z-index: 99;
	position: relative;
	background-color: #ffa611;
	background-position: top left;
	background-size:100% 100px;
	background-repeat: repeat-x;
	background-image:url(../images/header-bg.png)

}
#header:before,.navbar-default:after{width:100%; height:5px; left:0; position:absolute;  content:'';}
#header:before{top:0; background: #37aed8; /* Old browsers */
background: -moz-linear-gradient(left,  #37aed8 0%, #2989d8 50%, #4a407c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#37aed8), color-stop(50%,#2989d8), color-stop(100%,#4a407c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #37aed8 0%,#2989d8 50%,#4a407c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #37aed8 0%,#2989d8 50%,#4a407c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #37aed8 0%,#2989d8 50%,#4a407c 100%); /* IE10+ */
background: linear-gradient(to right,  #37aed8 0%,#2989d8 50%,#4a407c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37aed8', endColorstr='#4a407c',GradientType=1 ); /* IE6-9 */
}
#logo {
	float: left;
	position:absolute;
	z-index:1000;
	left:10px;
	top:8px;


}
#logo img { height:100px;}
a.gethelp{ position:absolute; z-index:999; top:-7px; left:300px; width:; height:auto; display:inline-table;  background-color:#6ea33f;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a5d63c),to(#6ea33f));
  background-image: -webkit-linear-gradient(top,#a5d63c,#6ea33f);
  background-image: -moz-linear-gradient(top,#a5d63c,#6ea33f);
  background-image: -ms-linear-gradient(top,#a5d63c,#6ea33f);
  background-image: -o-linear-gradient(top,#a5d63c,#6ea33f);
  background-image: linear-gradient(top,#a5d63c,#6ea33f);
	text-shadow:rgba(0, 0, 0, .39) 0 1px 1px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	-o-background-clip:padding-box;
	-ms-background-clip:padding-box;
	-khtml-background-clip:padding-box;
	background-clip:padding-box;
	border:solid 1px #68ad25;
	-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px; color:#FFF;  padding:10PX 5PX 5PX 5px; font-weight:bold; font-size:16px;
	text-align:center;
	  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
	}
	
a.gethelp:hover{ top:0px; color:#FF0;}


a.providhelp{ position:absolute; z-index:999;  top:-7px; left:430px; width:; height:auto; display:inline-table;  background-color:#ff9000;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffaa3b),to(#ff9000));
  background-image: -webkit-linear-gradient(top,#ffaa3b,#ff9000);
  background-image: -moz-linear-gradient(top,#ffaa3b,#ff9000);
  background-image: -ms-linear-gradient(top,#ffaa3b,#ff9000);
  background-image: -o-linear-gradient(top,#ffaa3b,#ff9000);
  background-image: linear-gradient(top,#ffaa3b,#ff9000);
	text-shadow:rgba(0, 0, 0, .39) 0 1px 1px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	-o-background-clip:padding-box;
	-ms-background-clip:padding-box;
	-khtml-background-clip:padding-box;
	background-clip:padding-box;
	border:solid 1px #ef7600;
-webkit-border-radius:0px 0px 5px 5px;
	-ms-border-radius:0px 0px 5px 5px;
	-moz-border-radius:0px 0px 5px 5px;
	-o-border-radius:0px 0px 5px 5px;
	border-radius:0px 0px 5px 5px; color:#000; padding:10PX 5PX 5PX 5px; font-weight:bold; font-size:16px; text-align:center;
	
	  -webkit-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -ms-transition: all 0.218s;
  -o-transition: all 0.218s;
  transition: all 0.218s;
	}
	
a.providhelp:hover{  top:0px; color:#fff;}

.topheader {
	float:right;
	display:block;
	height:26px;
	padding:2px 0;

}
.topheader ul{ float:right; list-style:none; }
.topheader ul li{ float:left; padding:2px 6px;}
.topheader ul li a{ padding:0 5px;}
.rightside {
	float:right;
	display:inline;
	width:70%;

}
.top-panel{ clear:both; float:right;  }
.ip{ display:block; clear:both; text-align:right; padding:8px; color:#fff;}
.admin-wel { display:block; clear:both; padding-top:6px; }
.admin-wel li{ display:inline-block; padding:4px 8px 0px 8px; font-size:15px;color:#fff;}
.admin-wel li a{ display:block; color:#fff;}
#search {
	float: right;
	height:auto;
	border-radius:3px;
	border:2px solid #fff;
	padding:2px;
	background-clip:content-box;
	width:370px;
	height:30px;
	overflow:hidden;
	-webkit-box-shadow:rgba(255, 255, 255, .12) 0 0 1px 1px;
	-moz-box-shadow: rgba(255, 255, 255, .12) 0 0 1px 1px;
	box-shadow:inset rgba(255, 255, 255, .5) 0 0 1px 1px;
}
#search input[type=text] {
	float: left;
	width:300px;
	height:29px;
	border-radius:3px;
	border:none;
	padding-left:20px;
	background: #fff url(../images/icons/search.png) no-repeat 3px 6px;
}
html #search input[type="submit"] {
border-radius:3px;
color:#fff; width:60px;
height:30px;
}
.menu {
	width: auto;
	clear: both;
	display: block;
	margin-top: 5px;
	margin-right: 8px;
	float: right;
	background-color: #999999;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 25.91% , rgba(85,84,84,1.00)),color-stop( 46.63% , rgba(33,34,32,1.00)),color-stop( 98.96% , rgba(0,0,0,0.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(85,84,84,1.00) 25.91%,rgba(33,34,32,1.00) 46.63%,rgba(0,0,0,0.00) 98.96%);
	background-image: -moz-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: -ms-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: -o-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: linear-gradient(0deg,rgba(85,84,84,1.00) 25.91%,rgba(33,34,32,1.00) 46.63%,rgba(0,0,0,0.00) 98.96%);
	text-shadow: rgba(0, 0, 0, .39) 0 1px 1px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	-o-background-clip: padding-box;
	-ms-background-clip: padding-box;
	-khtml-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #000000;
	-webkit-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
.menu ul {
	list-style:none;
	display:block;
		padding:0px !important;
	margin:0px !important;
}
.menu ul li:last-child{ border-right:0px;}
.menu > ul > li {
	position:relative;
	display:inline-block;
	border-right:1px solid rgba(0,0,0,0.4);
	padding:0px !important;
	margin:0px !important;
}
.menu ul li:hover{background-color: #FF6600;
	background-image: -webkit-gradient(linear, 50.00% 100.00%, 50.00% 0.00%, color-stop( 2.59% , rgba(255,153,1,1.00)),color-stop( 89.64% , rgba(143,102,50,0.00)),color-stop( 100% , rgba(217,135,17,0.00)));
	background-image: -webkit-linear-gradient(90deg,rgba(255,153,1,1.00) 2.59%,rgba(143,102,50,0.00) 89.64%,rgba(217,135,17,0.00) 100%);
	background-image: -moz-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: -ms-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: -o-linear-gradient(top,#a5d63c,#6ea33f);
	background-image: linear-gradient(0deg,rgba(255,153,1,1.00) 2.59%,rgba(143,102,50,0.00) 89.64%,rgba(217,135,17,0.00) 100%);
	text-shadow: 0 1px 1px rgba(255,153,0,0.39);}
.menu ul li a {
	color: #fff;
	display:block;
	font-size: 14px;
	padding:10px 15px;
}
.menu ul li a.current {
	text-decoration: none;
	color: #FF0;
}
.menu ul li a:hover {	
	-webkit-border-radius: 3px 3px 0px 0px;
	-ms-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}


.menu li a span {
	display:block;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.menu ul li > ul {
	position: absolute;
	top:100%;
	left:0;
	border:1px solid rgba(0,0,0,0.6);
	border-top:0px;
	display: none;
	padding: 0px;
	min-width: 200px;
	background-color: #FF9900;
}
.menu ul li ul li {
	border-bottom:1px solid rgba(0,0,0,0.1);
	display:block;
}
.menu ul li ul li:last-child{ border-bottom:none;}
.menu ul li ul li a { padding:6px 15px; display:block;}
.menu ul li ul li ul {
	left: 100%;
}
.menu ul li ul li a:hover {
	background:none;
}
/*.jqueryslidemenu ul li:hover {
	background-image: url(../images/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}*/
.menu ul li ul li:hover {
	background-image: none;
}
#admin {
	float:right;
	min-width:220px;
	display:block;
	margin-right:8px;
	display:none;
	height:35px;
}
#admin a.open-close {
	background:url(../images/icons/select.png) center right no-repeat;
	padding:5px 60px 5px 0px;
	color:#646464;
	font-size:14px;
	text-align:right;
	line-height:24px;
	text-decoration:none;
}
#admin a.current {
	background-attachment: scroll;
	background:url(../images/icons/select.png) center right no-repeat;
}
.profilebox {
	position: relative;
	z-index:9999;
	background: #ffffff;
	border: 1px solid #bababa;
	margin-top:15px;
	padding:10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
.profilebox:after, .profilebox:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.profilebox:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.profilebox:before {
	border-color: rgba(186, 186, 186, 0);
	border-bottom-color: #bababa;
	border-width: 8px;
	left: 50%;
	margin-left: -8px;
}
.profilebox img {
	border:1px solid #CCC;
	padding:2px;
}

#left {
	width: 120px;
	position:absolute;
	float:left;
	left:0;
	min-height:100%;
	top: 110px;

	
}

ul#nav {
width:115px;
margin-left:0px;
min-height:600px;
border-radius:0px 0px 5px 5px ;
background:#424242;
border-bottom:1px solid #434343;
padding:0px 5px 5px 0px;
	
}

ul#nav>li {
	height:80px;
	 border-bottom:1px solid #434343;
	display:block;
	padding:0 2px;
	overflow:hidden;
 background-color:#434343;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#434343),to(#262626));
  background-image: -webkit-linear-gradient(top,#434343,#262626);
  background-image: -moz-linear-gradient(top,#434343,#262626);
  background-image: -ms-linear-gradient(top,#434343,#262626);
  background-image: -o-linear-gradient(top,#434343,#262626);
  background-image: linear-gradient(top,#434343,#262626);
  -webkit-box-shadow: inset  0 0px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0px 2px rgba(0,0,0,0.3);
  box-shadow:inset  0 0px 2px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4;
  -moz-transition: all 0.4;
  -ms-transition: all 0.4;
  -o-transition: all 0.4;
  transition: all 0.4;
  
}
ul#nav>li:hover {
    background:rgba(0,0,0,0.2);
  
  
  }
  
ul#nav>li>a {
  color: #d7d7d7;
  line-height:21px;
  font-size:13px;
  float:left;
  width:100%;
  text-align:center;
  padding:16px 0px 12px 0;
}
ul#nav>li>a>span{ display:block; line-height:16px; padding-top:10px;  }

ul#nav>li>a:hover, ul#nav>li.current {
	color:#fff;
}

ul#nav li>ul{
  background: #b1b1b1;
}
ul#nav li>ul>li{
  border-left:4px solid #d82425;
  background:#fff;
  margin:1px 0;
}
ul#nav li>ul>li:hover{
  border-left:4px solid #fff}
ul#nav li>ul>li>a{ line-height:21px; padding:6px 3px 6px 6px; color:#d82425; display:block;}
ul#nav li>ul>li>a:hover{ background:#dc263a; color:#FFF;}
/* Right Side Styles */

	#right {
	margin: 0 0 0 60px;

}
/* Breadcrumb Styles */
	
#breadcrumb {
	padding:6px 0 0 12px;
	margin:0 0 4px px;
	background:#fff;
	width:99%;
	height:20px;
	clear:both;
	float:left;
}
#breadcrumb ul li {
	float: left;
	list-style:none;
	padding-right: 10px;
	color:#666;
}
#breadcrumb img {
	position: relative;
	top: 2px;
	left: 3px
}
#breadcrumb li.current {
	font-weight: 700;
}

/* Pagination Styles */
	
	.extrabottom { margin-top: 10px;  border-bottom:1px solid #ccc; height:30px;}
			.extrabottom ul {float: left; list-style:none;}
				.extrabottom li {float: left; padding-right: 25px}
					.extrabottom li img {float: left; padding: 0 5px 0 0}
	
		ul.pagination {float: left; font-size: 11px; clear: both}
			ul.pagination li {float: left; padding-right: 5px}
				ul.pagination li a {padding: 3px 7px; color:#fff; text-decoration: none; border-radius: 3px; -moz-border-radius: 5px; display: block; background-color:#343434;
	 border:1px solid #431664;
   }
				ul.pagination li.page>a {color: #fff; font-weight:700; background:#666666 !important; border:1px solid #666666;}
					ul.pagination li.page a:hover {color: #fff}
				ul.pagination li.text a {border: none; text-decoration: underline; padding: 0 5px 0 0; background: none;color:#411562;}
				ul.pagination li.text {line-height: 2em; color:#411562;}

/* Main Content Styles */
#form1{	position:absolute;
	width:100%;
	height:100%;display:block;}

#content {
	position: relative;
	background-color:#F60;
	width:100%;
	height:100%;
	height: calc(100% - 146px);
	height: -moz-calc(100% - 146px);
	height: -webkit-calc(100% - 146px);
	display:block;
	float:left;
	clear:both;

}
 @media screen and (max-width: 1600px) {
    
    .container {	min-height:644px;}
                                   
                                   
}
 @media screen and (max-width: 1280px) {
    
    .container {	min-height:450px;}
                                   
                                   
}
 @media screen and (max-width: 1024px) {
    
    .container {	min-height:380px;}
                                   
                                   
}
 .container {
	 position:relative;
	 display:block;
	 border:8px solid #F60;
	  background-color:#fff;
	 
}
.conthead {
	padding: 5px 10px;
	margin: 0;
	background: #FFFFE8 url(../images/spacer.gif) repeat   ;
 
	border-bottom: 1px solid #b4b4b4;
	text-shadow: 1px 1px 1px #f7f7f7;
	-webkit-border-radius:3px 3px 0px 0px;
	-ms-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
	-o-border-radius:3px 3px 0px 0px;
	border-radius:3px 3px 0px 0px;
}
.conthead h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color:#f56c04;
	
}
.contentbox {
	padding: 15px;
	overflow-x:auto;
}
.form_content input[type=text]{ min-width:300px;}




/* Alternative Box Widths */
	
.med {
	width: 60%
}
.sml {
	width: 38%
}
.half {
	width:49%
}
.clearfix {
	float:left;
	clear:both;
}
#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 5px 0;
	width: 100%;
	color: #fff;
	text-align:center;
	border-top: 1px solid #000;
	background-color: #2989d8;
}
*html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}


#footer em {
	float:right;
}



[class^="icol-"], [class*=" icol-"]{
display:inline-block;
width:20px;
height:20px;
margin-right:6px;
line-height:20px;
vertical-align:text-top;
background-repeat:no-repeat;
background-position:20px 20px;
background-image:url(../images/icon_sl.png);
}


.icol-joinging {
	background-position:-120px 0
}
.icol-userhelp {
	background-position:-140px 0
}
.icol-pin {
	background-position:-400px 0
}
.icol-tool {
	background-position:-280px 0
}
.icol-logout {
	background-position:-280px -20px
}
.icol-lock {
	background-position:-340px -20px
}
.icol-statement {
	background-position:-440px -20px
}
.icol-report {
	background-position:-120px -20px
}
.icol-home {
	background-position:0px -40px
}
.icol-user {
	background-position:-20px -40px
}







table.tablegrid {
	table-layout:auto;
	width:100%;
	background:#e9dcf3;
	border:1px solid #dadada;
	text-align:center;
	border-collapse:separate;
	border-spacing:0;
	vertical-align:bottom;
}
table.tablegrid tr:first-child {
 background-color:#434343;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#434343),to(#262626));
  background-image: -webkit-linear-gradient(top,#434343,#262626);
  background-image: -moz-linear-gradient(top,#434343,#262626);
  background-image: -ms-linear-gradient(top,#434343,#262626);
  background-image: -o-linear-gradient(top,#434343,#262626);
  background-image: linear-gradient(top,#434343,#262626);

	height:35px;
	color:#fff;
}
table.tablegrid tr:first-child td{ font-weight:700;}
table.tablegrid tr {
	border-bottom:1px solid #b7b7b7;
	height:32px;
	background:#d9d9d9;
}
table.tablegrid td {
	line-height:22px;
	padding:3px 5px;
	border-top:1px solid #fff;
}
table.tablegrid tr:nth-of-type(2n+0) {
background:#f0f0f0;
}


.login_text{
	float:left;
	width:70px;
	height:70px;
	text-align:center;
	margin-top:-45px;
	margin-left:-40px;
	left:40%;
	position:absolute;
	  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: padding-box;
  background-clip:content-box;
background-color:#252525;
padding: 3px;
  	-webkit-border-radius:100px;
	-ms-border-radius:100px;
	-moz-border-radius:100px;
	-o-border-radius:100px;
	border-radius:100px;
	border:8px solid #252525;
	  -webkit-box-shadow:0 0px 2px 1px rgba(0,0,0,0.3), 0 0px 2px 1px rgba(255,255,255,0.5);
  -moz-box-shadow: 0 0px 2px 1px rgba(0,0,0,0.3), 0 0px 2px 1px rgba(255,255,255,0.5);
   -ms-box-shadow:0 0px 2px 1px rgba(0,0,0,0.3), 0 0px 2px 1px rgba(255,255,255,0.5);
   -o-box-shadow:0 0px 2px 1px rgba(0,0,0,0.3),  0 0px 2px 1px rgba(255,255,255,0.5);
  box-shadow:inset 0 0px 2px 1px rgba(0,0,0,0.3),  0 0px 2px 1px rgba(255,255,255,0.5);
  
  }
.login_text>.text{ font-size: 22px; line-height:63px;  color:#d8d8d8;
 vertical-align:middle; text-align:center;}
.login_box{ margin-left:auto; margin-right:auto; width:400px; 	position:relative;}


.login{padding:40px 40px; }
.login_panel{  float:left; margin-top:100px;
	border:solid 1px #999;
	width:340px;
	 background-color: #f5f5f5;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
   -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
  box-shadow: 0 1px 8px rgba(0,0,0,0.7);
	}

span.inputrow{ display:block; margin:2px 0 10px 0; padding:2px 0;}
span.error_mass{ display:block; line-height:20px; color:#e42a2a;}
span.inputrow a{ line-height:28px; padding-left:10px; border-left:1px solid #CCC; margin-left:20px; font-weight:600;}
span.lable_text{ line-height:22px; font:13px; display:block; text-shadow:rgba(0, 0, 0, .12) 0 1px 1px; color:#222222;}

span.inputrow input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url],select { width:250px;}

.table-div{ display:table; width:100%; height:100%; }
.cell-div{ display:table-cell; vertical-align:middle;}

.logwindow{ width:100%; height:100%; position:relative; background:url(../images/bg.png) no-repeat top center fixed #fdf0d0; background-size:100% 100%;}
.logpanel{ margin:auto; background-color:#fff; width:440px; border:1px solid #F60;  padding:10px 20px; border-radius:8px;color:rgba(0,0,0,0.6);
 	-webkit-box-shadow: 3px 5px 12px 0px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 3px 5px 12px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 3px 5px 12px 0px rgba(0, 0, 0, 0.1);}
.login-head{ border-bottom:1px solid rgba(0,0,0,0.1); padding-bottom:20px; text-align:center}
.login-head .logo{ text-align:center;}
.login-head .logo img{ width:244px;
}
.login-head .logo .text{ display:none; color:rgba(0,0,0,0.4);}
.login-body{ padding:10px; }
.login-body h3{ color:#F60; display:block; padding-bottom:10px; margin-bottom:20px; font-size:30px;  text-align:center}
.fotm-group{ margin-bottom:20px;}
.fotm-group label{ text-align:left; display:inline-block; font-size:14px; font-weight:600; color:rgba(0,0,0,0.6); padding:8px 15px 8px 0px;}
.fotm-group .form-control{ width:280px; float:right;}
.fotm-group .btn-lg{ min-width:140px;}
.login-foot{border-top:1px solid rgba(0,0,0,0.1); padding:10px; }
.text-center{ text-align:center;}
#one{top:350px; background-color:#F60}
#two{top:450px;background-color:#09F;}
#three{top:550px; background-color:#636;}

#one .close{ background-color:#F60}
#two .close{ background-color:#09F;}
#three .close{ background-color:#636;}

 .status{ position:fixed; width:200px; height:200px; display:inline-block;  margin-top:-100px;   left:-200px; z-index:9999;   -webkit-transition: all .15s linear; color:#fff;
       -o-transition: all .15s linear;
          transition: all .15s linear;}
.status.in{left:0; z-index:99999;}
.status .cont{  padding:15px;display:block;}
.status .close{ width:40px; height:100px; border-radius:0px 5px 5px 0px; display:table; position:absolute; top:0px; font-size:30px; color:#fff; cursor:pointer; text-align: center; padding:0 4px; left:100%; }
.status .close .icon { vertical-align:middle; display:table-cell;}
 
.status1 {padding: 8px 10px 5px 10px; border-radius: 10px; -moz-border-radius: 10px; text-shadow: 1px 1px 1px #fff; overflow: auto; margin-bottom: 20px; clear: both}
			.status1 img {float: left; padding-right: 5px}
			.status1 p {padding: 0; margin: 0}
			.status1 p span {font-weight: 700}
			.status1 .closestatus {float: right; color: #fff; text-align: center; margin-left: 10px}
				.status1 .closestatus a {position: relative; color: #fff; text-decoration: none; padding: 5px; width: 10px; height: 10px; display: block; border-radius: 5px; -moz-border-radius: 5px; line-height: .6em; top: -2px; text-shadow: none}
		
		.warning {border: 3px solid #BF9900; background: #FEEB9C url(bg_fade_yellow_med.png) repeat-x top}
			.warning span {color: #BF9900}
			.warning .closestatus a {background: #BF9900}
				.warning .closestatus a:hover {background: #9B7C00}
				
		.success {border: 3px solid #8EA534; background: #CBDA8F url(bg_fade_green_med.png) repeat-x top}
			.success span {color: #8EA534}
			.success .closestatus a {background: #8EA534}
				.success .closestatus a:hover {background: #829829}
				
		.error {border: 3px solid #990000; background: #F5D0CD url(bg_fade_red_med.png) repeat-x top}
			.error span {color: #990000}
			.error .closestatus a {background: #990000}
				.error .closestatus a:hover {background: #730D0D}
		
		.info {border: 3px solid #2FADD7; background: #92D6ED url(bg_fade_blue_med.png) repeat-x top}
			.info span {color: #0E7A9F}
			.info .closestatus a {background: #2FADD7}
				.info .closestatus a:hover {background: #228DB0}
				
.tb7
{
	float: left;
	width:200px;
	border-radius:3px;
	border:none;
	padding-left:20px;
   border:solid  1px #8ea534;
   font-size:12px;


}


/* SLIDE THREE */
.slideThree {
	width: 55px;
	height: 20px;
	background: #333;
	margin: 15px auto;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

.slideThree:after {
	content: 'N';
	font: 12px/26px Arial, sans-serif;
	color: #fff;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.slideThree:before {
	content: 'Y';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.slideThree label {
	display: block;
	width: 22px;
	height: 13px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
}

.slideThree input[type=checkbox]:checked + label {
	left: 33px;
}



.dropdownlist1 {
    border: 1px solid #DBDBDB !important;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #DBDBDB;
        border-right-color: #DBDBDB;
        border-bottom-color: #DBDBDB;
        border-left-color: #DBDBDB;
        -moz-border-top-colors: none;
        -moz-border-right-colors: none;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        border-image-source: none;
        border-image-slice: 100% 100% 100% 100%;
        border-image-width: 1 1 1 1;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
    -moz-appearance: none;
    background: transparent url("../images/select_arrow.jpg") no-repeat scroll right center;
        background-color: transparent;
        background-image: url("../images/select_arrow.jpg");
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-position: right center;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
    width: 160px;
    padding: 3px 0px;
    text-indent: 0.01px;
    text-overflow: "";
    color: #333;
}

 .btn {
    background: rgba(0, 0, 0, 0) url("../images/bg_btn.jpg") repeat-x scroll left bottom;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    cursor: pointer;
    height: auto;
    margin-bottom: 15px;
    padding: 2px 10px;
    width: auto;
    color: #333;
}
        