@import url(http://fonts.googleapis.com/css?family=Philosopher:400,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@import url('bootstrap.min.css');
body {
	background: #fff;
	/*font-family: 'Philosopher', sans-serif;*/
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
}
.main {
	height: 514px;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
	background: url(images/mainbg.png) repeat-x;
	border-radius: 5px;
}
.login {
	background: #fff;
	border-radius: 5px;
	float: left;
	margin: 0 auto;
	height: 200px;
	width: 590px;
	margin-top: 150px;
	margin-left: 200px;
	box-shadow: 8px 8px 10px #000;
}
.logo {
	float: left;
	margin-top: 30px;
	margin-left: 30px;
	border-right: 3px solid #36F;
		}
.logo1 {
	height: auto;
 
}
.form-area {
	height: 200px;
	width: auto;
	float: left;
	margin-top: 60px;
	margin-left: 20px;
}
.developed {
	font-size: 11px;
	color: #999;
	float: right;
	margin-top: 0px;
	margin-right: 30px;
	background: #fff;
	width: 1000px;
	height: 15px;
	clear: both;
	float: left;
	padding-left: 900px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #000;
}
.querytext {
	color: #8E8E8E;
	font-family: verdana, ms sans serif, arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}
.querytext2 {
	border-color: #CCCB32;
	border-style: dotted;
	color: #000000;
	font-family: verdana, ms sans serif, arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
}
.querytext3 {
	color: #000000;
	font-family: verdana, ms sans serif, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	line-height: 30px;
}
.main1 {
	display: table;
	height: auto;
	max-width: 1250px;
	margin: 0 auto;
	overflow: hidden;
	background: #F9F9F9;
	padding: 0 10px;
}
.main2 {
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: table;
	width: 100%;
	max-width: 100%;
}
header {
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
header img{ height:100%; width:100%; display:block; min-height:50px;}
/*---------------menu---------------------------------*/
#menu {
	margin: 0 auto;
	height: 41px;
	float: left;
	margin-right: 100px;
	width: 100%;
	background: #21C0FC;
	font-family: Tahoma, Geneva, sans-serif;
	border-bottom: 1px solid #e4e4e4;
	position: relative;
	z-index: 999;
	margin-bottom: 15px;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	position: relative;
	border-right: 1px solid #fff;
}
#menu ul li:last-child {
	border: none;
}
#menu ul li a {
	color: #fff;
	padding: 10px 18px 5px 25px;
	line-height: 25px;
	font-size: 12px;
	font-family: arial;
	display: block;
	text-decoration: none;
	border-radius: 3px;
}
#menu ul li a:hover {
	background: #131313;
	color: #fff;
}
#menu ul li ul li {
	float: none;
	position: relative;
	background: #039AF9;
}
#menu ul li ul {
	position: absolute;
	top: 40px;
	left: 0;
	display: none;
	background: #131313;
	line-height: 25px;
	z-index: 200
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li ul li a {
	white-space: nowrap;
	line-height: 15px;
}
#menu ul li ul li ul {
	position: absolute;
	top: 0;
	left: 25px;
	margin-top: 30px;
	display: none;
	background: #131313;
	float: right;
}
/*------------------------------------end menu------------------*/
.main1 table {
	background: #f6f6f6;
	border: 1px solid #ccc;
	line-height: 24px;
	width: 100%;
	max-width: 100%;
}
.main1 table td {
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.main1 table tr:hover {
	background: #fff;
}
.main2 table {
	background: #f6f6f6;
	border: 1px solid #ccc;
	line-height: 24px;
	width: 100%;
	max-width: 100%;
}
.main2 table td {
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.main2 table tr:hover {
	background: #fff;
}
.panel table {
	background: #f6f6f6;
	border: 1px solid #ccc;
	line-height: 24px;
}
.panel table td {
	border: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.panel table tr:hover {
	background: #fff;
}
h1{ font-size:24px;}
strong {
	/* width: 100%; 
	  background: #21C0FC;*/
	  /* float: left; */
	padding: 5px;
	/* text-align: left; */
	color: #000;
	display: block;
}
input[type=submit] {
	background: #003991 !important;
	border: solid 1px #FFFFFF !important;
	border-radius: 3px;
	width: 60px;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 10px;
	line-height:30px;
}
input[type=button] {
	background: #003991 !important;
	border: solid 1px #FFFFFF !important;
	border-radius: 3px;
	width: auto;
	color: #FFFFFF;
	cursor: pointer;
	padding: 5px 10px;
	
}
select{background: #fff !important;
	border: solid 1px #f2f2f2 !important;
	border-radius: 2px;
	width: auto;
	padding: 5px 10px;}
	textarea{background: #fff !important;
	border: solid 1px #f2f2f2 !important;
	border-radius: 2px;
	width: auto;
	padding: 5px 10px;}
input[type=text] {
	background: #fff !important;
	border: solid 1px #f2f2f2 !important;
	border-radius: 2px;
	width: auto;
	padding: 5px 10px;
}
input[type=text]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.padd {
	padding-left: 15px;
}
.padd1 {
	padding-right: 15px;
}
.button {
	height: 30px;
	width: 90px;
	background: #306;
	border-radius: 3px;
	border: none;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.02em;
	margin: 15px 0;
}
.button:hover {
	background: #06c;
}
/*.container {
	width: 1250px;
}*/
th {
	color: #275066 !important;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background: rgba(222,223,224,1);
	background: -moz-linear-gradient(top, rgba(222,223,224,1) 0%, rgba(230,231,232,1) 35%, rgba(157,158,160,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(222,223,224,1)), color-stop(35%, rgba(230,231,232,1)), color-stop(100%, rgba(157,158,160,1)));
	background: -webkit-linear-gradient(top, rgba(222,223,224,1) 0%, rgba(230,231,232,1) 35%, rgba(157,158,160,1) 100%);
	background: -o-linear-gradient(top, rgba(222,223,224,1) 0%, rgba(230,231,232,1) 35%, rgba(157,158,160,1) 100%);
	background: -ms-linear-gradient(top, rgba(222,223,224,1) 0%, rgba(230,231,232,1) 35%, rgba(157,158,160,1) 100%);
	background: linear-gradient(to bottom, rgba(222,223,224,1) 0%, rgba(230,231,232,1) 35%, rgba(157,158,160,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedfe0', endColorstr='#9d9ea0', GradientType=0 );
	border: 2px solid #ccc;/* text-shadow: 0px 1px 0px #fafafa; */
}
.th-main {
	background: rgba(246,246,246,1);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );
	color: #275066 !important;
	text-align: center;
	font-size: 18px !important;
	font-weight: 700;
}
.head {
	background: rgba(246,246,246,1);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );
	color: #275066 !important;
	text-align: center;
	font-size: 18px !important;
	padding: 10px;
	margin: 0;
	font-weight: 700;
}
.th-main1 {
	background: rgba(246,246,246,1);
	background: -moz-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(246,246,246,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ededed', GradientType=0 );
	color: #275066 !important;
	text-align: center;
	font-size: 14px !important;
	font-weight: 700;
}
.table td {
	font-size: 12px;
}
.form-control {
	min-width: 55px;
	height: 29px;
	font-size: 12px;
	padding: 4px;
	max-width: 300px;
}
#query-form {
	background: #FCFCFC;
	border: 1px solid #F5F5F5;
	padding: 2%;
}
#query-form1 {
	background: #f3f3f3;
	border: 1px solid #F5F5F5;
	padding: 5% 15%;
}
#query-form .control-label {
	font-weight: 300;
	font-size: 13px;
}
#query-form .form-control {
	border-radius: 0;
	background: #D3D3D3;
	border: 0;
}
#query-form1 .form-control {
	border-radius: 0;
	background: #f9f9f9;
	border: 0;
}
.print {
	max-width: 800px;
	display: table;
	overflow: hidden;
}
.print .table td {
	padding: 4px;
}
