﻿@charset "utf-8";
/* CSS Document */
/* Created By S.Lourdoss */
/* Image Infotainment Ltd */

@import url('https://fonts.googleapis.com/css2?family=Lato&family=Nunito:wght@300;400;600;700&family=Open+Sans:wght@300;400;600&family=Roboto+Slab:wght@300;400;700&display=swap');


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	outline:0px;
}
select, option, optgroup, input, textarea, .input-txt {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline:0px;
}
html, body, form {
	height: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	text-decoration: none;
}
a img {
	border: 0;
}
img.block {
	width: 100%;
}
ul, p, h1, h2, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.lg-on {
	overflow: hidden;
}
p {
	text-indent: 50px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	text-align: justify;
	line-height: 24px;
	padding-bottom: 7px;
}
.para {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #454545;
	line-height: 24px;
}
.tab-cont{padding:10px 10px 20px 10px;}
.tab-cont .tab {
	width: 50%;
	float: left;
	text-align: center;
	padding: 0;
}
.tab-cont .tab-group .tab a.active {
	background: #fff;
	color: #444;
	border-bottom: 3px solid #f9ab25;
}
.tab-cont .tab-group .tab a {
	display: block;
	text-decoration: none;
	color: #888;
	font-size: 16px;
	/*background: #e5e6e7;
	border-bottom: 3px solid #e5e6e7;*/
	padding: 0px 0px 15px 0px;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.dot-list { margin: 0px 0px 0px 20px; }
.dot-list li {
	list-style:disc;
	margin:0px 0px 0px 20px;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#454545;
	text-align:justify;
	line-height:28px;
	padding:0px 0px;
}



/*defaults
------------------------------------------------------------------------------------------------*/
.f_left {
	float: left !important;
}
.f_right {
	float: right !important;
}
.no-float {
	float: none !important;
}
.f_none { float:none !important; }
.f_none::after{ display:block; clear:both; content:"" }
.clear { clear: both; height: 0px; margin: 0px; padding: 0px; overflow: hidden; float:none !important; }
.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.clear-d {
	clear: both !important;
}
.mrg-auto { margin-left:auto !important; margin-right:auto !important; }
.mrg-tp {
	margin-top: 10px !important;
}
.mrg-btm {
	margin-bottom: 10px !important;
	margin: 10px;
}
.mrg-rt {
	margin-right: 10px !important;
}
.mrg-lt {
	margin-left: 10px !important;
}
.mrg-lt2 {
	margin-left: 5px !important;
}
.no-mrg {
	margin: 0px !important;
}
.no-mrg-tp {
	margin-top: 0px !important;
}
.no-mrg-rt {
	margin-right: 0px !important;
}
.no-mrg-btm {
	margin-bottom: 0px !important;
}
.no-mrg-lt {
	margin-left: 0px !important;
}
.padd-tp {
	padding-top: 10px !important;
}
.padd-btm {
	padding-bottom: 10px !important;
}
.padd-rt {
	padding-right: 10px !important;
}
.padd-cont {
	padding: 10px;
}
.padd-tp2 {
	padding-top: 5px !important;
}
.no-padd {
	padding: 0px !important;
}
.no-padd-tp {
	padding-top: 0px !important;
}
.no-padd-rt {
	padding-right: 0px !important;
}
.no-padd-btm {
	padding-bottom: 0px !important;
}
.no-padd-lt {
	padding-left: 0px !important;
}
.no-bdr {
	border: 0px !important;
}
.dis-blk {
	display: block;
}
.dis-in-blk { display:inline-block !important; }
.dis-non {
	display: none;
}
.w-100 {
	width: 100px !important;
}
.w-180 {
	width: 180px !important;
}
.w-200 {
	width: 200px !important;
}
.style1, .style2, .style1 span, .style2 span {
	font-size: 14px;
	text-transform: uppercase;
	color: #416394;
	font-weight: 600;
}
.style2, .style2 span {
	color: #1d8918;
}
.txt-ctr { text-align:center !important; }
body {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: #d6dde7;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#container {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
}
.inner-cont {
	width: 100%;
	max-width: 1600px;
	min-width: 960px;
 _width:expression(document.body.clientWidth < 960? "960px" : document.body.clientWidth > 1600? "1600px" : "auto");
	margin: 0px auto;
}
/*Login
------------------------------------------------------------------------------------------------*/
#container.login-container {
	background: url(../images/login-bg.jpg) no-repeat top center;
	height: 100vh;
}
.login-container2 {
	background: rgba(2,113,203,0.9);
	background: -moz-linear-gradient(45deg, rgba(2,113,203,0.9) 0%, rgba(26,149,221,0.9) 58%, rgba(34,190,255,0.9) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(2,113,203,0.9)), color-stop(58%, rgba(26,149,221,0.9)), color-stop(100%, rgba(34,190,255,0.9)));
	background: -webkit-linear-gradient(45deg, rgba(2,113,203,0.9) 0%, rgba(26,149,221,0.9) 58%, rgba(34,190,255,0.9) 100%);
	background: -o-linear-gradient(45deg, rgba(2,113,203,0.9) 0%, rgba(26,149,221,0.9) 58%, rgba(34,190,255,0.9) 100%);
	background: -ms-linear-gradient(45deg, rgba(2,113,203,0.9) 0%, rgba(26,149,221,0.9) 58%, rgba(34,190,255,0.9) 100%);
	background: linear-gradient(45deg, rgba(2,113,203,0.9) 0%, rgba(26,149,221,0.9) 58%, rgba(34,190,255,0.9) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0271cb', endColorstr='#22beff', GradientType=1 );
	height: 100vh;
}
.login-container2 .inner-cont, .login-container2 table, .login-container2 table tr, .login-container2 table tr td {
	height: 100vh;
	min-height: 700px;
 _height:expression(this.scrollHeight < 700 ? "700px" : "auto");
}
.login-box, .forgot-box {
	width: 100%;
	max-width: 340px;
 _width:expression(this.scrollWidth > 340 ? "340px" : "auto"); /* sets max-width for IE6 */
	margin: 0px auto;
	font-size: 12px;
	line-height: 20px;
	color: #454545;
	text-align: center;
}
.login-cont {
	background: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px; 
	padding: 40px;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.16);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.16);
	box-shadow: 0 0 25px rgba(0,0,0,.16);
	width: 100%;
	max-width: 310px;
 _width:expression(this.scrollWidth > 310 ? "310px" : "auto"); /* sets max-width for IE6 */
	margin: 0px auto;
}
.login-padd-cont {
	
}
.logo-login {
	width: 121px;
	height: 66px;
	margin: 0px auto; 
	padding: 50px 0px 70px 0px;
}
/*.logo-login {
    width: 121px;
    height: 66px;
    margin: 0px auto;
    position: relative;
    top: 31px;
    padding: 27.5px 0px 27.5px 0px;
        padding-top: 27.5px;
        padding-right: 0px;
        padding-bottom: 27.5px;
        padding-left: 0px;
    border-radius: 50%;
    background: #fff;
box-shadow: 0px 0px 20px #000;
}*/
.logo-login a, .logo-login a img {
	width: 121px;
	height: 66px;
	display: block;
/*	width: 90px;
height: auto;
display: block;
margin: 0 auto;
padding: 2px 0px 0px 0px;*/
}
.login-input-txt, .login-sele-txt {
	width: 100%;
	max-width: 310px;
 _width:expression(this.scrollWidth > 310 ? "310px" : "auto"); /* sets max-width for IE6 */
	margin: 0px;
	padding: 5px 8px;
	border: 1px solid #bac2cf;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32425b;
	background: #f5f5f5;
	height: 45px;
	line-height: 35px;
}
.login-cont ul li {
	position: relative;
	padding: 10px 0px 10px;
}
.login-cont ul li label {
	position: absolute;
	font-size: 12px;
	top: 0px;
	left: 10px;
	/*background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 56%, rgba(249,249,249,1) 58%, rgba(245,245,245,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(56%, rgba(249,249,249,1)), color-stop(58%, rgba(249,249,249,1)), color-stop(100%, rgba(245,245,245,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 56%, rgba(249,249,249,1) 58%, rgba(245,245,245,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 56%, rgba(249,249,249,1) 58%, rgba(245,245,245,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 56%, rgba(249,249,249,1) 58%, rgba(245,245,245,1) 100%);*/
	
	
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(58%, rgba(255,255,255,1)), color-stop(61%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 58%, rgba(255,255,255,0) 61%, rgba(255,255,255,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	font-family: 'Roboto Slab', serif;
	color: #454545;
	line-height: 18px;
	z-index: 1;
}
.login-cont ul li label .require {
	line-height: 18px;
}
.login-input-txt:focus, .login-sele-txt:focus {
	border: 1px solid #0379bc;
	background: #ffffff;
}
.submit-btn2 {
	height: 52px;
	width: 100%;
	background: #ffa040;
	background: -moz-linear-gradient(top, #ffa040 0%, #fd8001 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffa040), color-stop(100%, #fd8001));
	background: -webkit-linear-gradient(top, #ffa040 0%, #fd8001 100%);
	background: -o-linear-gradient(top, #ffa040 0%, #fd8001 100%);
	background: -ms-linear-gradient(top, #ffa040 0%, #fd8001 100%);
	background: linear-gradient(to bottom, #ffa040 0%, #fd8001 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa040', endColorstr='#fd8001', GradientType=0 );
	border: 0px;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	cursor: pointer;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
#forgotbox {
	display: none;
}
a.forgot-pwd, a.back-login {
	color: #32a5e4;
	font-size: 11px;
	line-height: 12px;
	display: inline-block;
}
.errmsg {
	color: #f05960;
	font-size: 13px;
	line-height: 28px;
}
/* Header
------------------------------------------------------------------------------------------------*/
.header {
	background: #ffffff;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	height: 70px;
	position: relative;
	z-index: 10;
	width: 100%;
	min-width: 960px;
 _width: expression( document.body.clientWidth < 960 ? "960px" : "auto" );
}
.header .inner-cont {
	position: relative;
}
.logo {
	padding: 0px 0px;
	width: 95px;
	height: 52px;
	margin: 0px auto;
	position: absolute;
	top: 9px;
	left: 0;
	right: 0;
}
.logo a, .logo a img {
	width: 95px;
	height: 52px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.logoprint {
	padding: 10px 0px 10px 17px;
	width: 93px;
	margin-top: -60px;
	float: right;
}
.logoprint a, .logoprint a img {
	width: 93px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.top-nav {
	float: right;
}
.top-nav ul li {
	float: left;
	display: inline-block;
	margin: 14px 14px 14px 0px;
	position: relative;
}
.top-nav ul li a {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #666666;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.top-nav ul li a:hover, .top-nav ul li:hover a {
	color: #000000;
	background: #f2f6f9;
}
.top-nav ul li.notify a {
	background: url(../images/notify-icon.png) no-repeat center;
	width: 40px;
	height: 40px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
.top-nav ul li.notify a:hover {
	background: url(../images/notify-icon.png) no-repeat center #f2f6f9;
}
.top-nav ul li.notify a span.count {
	position: absolute;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	min-width: 10px;
	padding: 0px 5px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
	top: -1px;
	left: 20px;
	background: #FFA144;
}
.top-nav ul li.notify a span.count span {
	line-height: 17px;
}
.top-nav ul li.dp-down a {
	padding: 0px 30px 0px 0px;
	background: url(../images/dp-icon.png) no-repeat right center;
}
.top-nav ul li.dp-down a:hover, .top-nav ul li.dp-down:hover a {
	background: url(../images/dp-icon.png) no-repeat right center #f2f6f9;
}
.top-nav ul li a.profile-name {
	line-height: 20px;
	display: block;
	float: left;
	padding: 10px 0;
}
.profile-avatar {
	width: 40px;
	height: 40px;
	margin: 0px 10px 0 0;
	padding: 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.top-nav ul li .top-sub-nav {
	position: absolute;
	right: 15px;
	top: 56px;
	z-index: 9999;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
}
.top-nav ul li .top-sub-nav:after, .top-nav ul li .top-sub-nav:before {
	bottom: 100%;
	right: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.top-nav ul li .top-sub-nav:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}
.top-nav ul li .top-sub-nav ul {
	position: relative;
}
.top-nav ul li .top-sub-nav ul li {
	width: 250px;
	display: block;
	margin: 0px;
	padding: 0px;
}
.top-nav ul li .top-sub-nav ul li.logout {
	border-top: 1px solid #d1d1d1;
	padding-top: 5px;
	margin-top: 5px;
}
.top-nav ul li .top-sub-nav ul li a, .top-nav ul li:hover .top-sub-nav ul li a {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 30px;
	height: 30px;
	color: #666666;
	background: transparent;
	padding: 6px 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
.top-nav ul li .top-sub-nav ul li.pwd a, .top-nav ul li:hover .top-sub-nav ul li.pwd a {
	color: #51982e;
}
.top-nav ul li .top-sub-nav ul li a:hover, .top-nav ul li .top-sub-nav ul li.pwd a:hover {
	color: #0379bc;
	background: #f2f6f9;
}
.top-nav ul li.location {
	line-height: 20px;
	display: block;
	float: left;
	padding: 10px 0;
	font-size: 13px;
}
/* Content
------------------------------------------------------------------------------------------------*/
.main-cont {
	display: block;
	height: 100%;
	width: 100%;
	min-width: 960px;
 _width: expression( document.body.clientWidth < 960 ? "960px" : "auto" );
}
.main-cont .inner-cont {
	display: block;
	height: 100%;
	position: relative;
}
.sidebar {
	display: block;
	width: 285px;
	height: 100%;
	position: fixed;
	padding: 0px 0px 0px 0px;
	background: url(../images/sidebar-bg.jpg) no-repeat top center #0368bc;
	z-index: 1;
	top: 70px;
	bottom: 0px;
	overflow: auto;
}
.sidebar-title {
	font-size: 13px;
	line-height: 35px;
	color: #264962;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	font-weight: 400;
	padding: 10px 0px;
}
.sidebar ul li {
	position: relative;
}
.sidebar ul li a {
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	display: block;
	padding: 10px 10px 10px 35px;
	height: 25px;
}
.sidebar ul li:hover a, .sidebar ul li a:hover {
	background: #ffffff;
	color: #0381bc;
}
.sidebar ul li a.active {
	background: #ffffff;
	color: #0381bc;
}
.sidebar ul li a .sidebar-down-arrow {
	margin: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	background: url(../images/sidebar-arrow-right.png) no-repeat 0px 0px;
}
.sidebar ul li:hover a .sidebar-down-arrow, .sidebar ul li a:hover .sidebar-down-arrow {
	background: url(../images/sidebar-arrow-right.png) no-repeat 0px -45px;
}
.sidebar ul li a.active .sidebar-down-arrow {
	background: url(../images/sidebar-arrow-right.png) no-repeat 0px -90px;
}
/*.sidebar ul li.dp-down a {
	padding:0px 40px 0px 14px;
	background:url(../images/arrow-02.png) no-repeat right -57px;
	cursor:pointer;
}
.sidebar ul li > a.active {
	color:#ffffff;
	background:#039be5;
}*/
.sidebar ul li > ul {
	display: none;
	padding: 0px 0px 0px 0px;
}
.sidebar ul li > ul li {
	border: 0px;
	margin: 0px;
	border-top: 0px;
}
.sidebar ul li > ul li a, .sidebar ul li:hover > ul li a {
	padding: 10px 10px 10px 45px;
	color: #333333;
	background: #e9f6fc;
	border: 0px;
	font-size: 13px;
}
.sidebar ul li > ul li a:hover, .sidebar ul li > ul li a.active {
	color: #0381bc;
	background: #ffffff;
	border: 0px;
}
.sidebar ul li > ul li a.tgr2, .sidebar ul li:hover > ul li a.tgr2 {
	background: url(../images/submenu-arrow.png) no-repeat right top #e9f6fc;
}
.sidebar ul li > ul li a.tgr2:hover, .sidebar ul li > ul li a.tgr2.active {
	background: url(../images/submenu-arrow.png) no-repeat right top #ffffff;
}
.sidebar ul li > ul li a.tgr2.active {
	background: url(../images/submenu-arrow.png) no-repeat right bottom #ffffff;
}
.sidebar ul li > ul li.dp-down2 ul li a, .sidebar ul li:hover > ul li.dp-down2 ul li a {
	padding: 10px 10px 10px 65px;
}
.nav-divider {
	display: none;
}
.outer-content {
	margin: 0px 0px 0 285px;
}
.title-cont {
	background: #ffffff;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}
.cont-title {
	font-family: "Roboto Slab", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 30px;
	margin: 5px 0px;
	padding: 0;
	color: #0379bc;
	float: left;
}
.breadcrumps {
	float: right;
	margin: 9px 0px 5px 0px;
	max-width: 300px;
 _width: expression( document.body.clientWidth > 300 ? "300px" : "auto" );
	display: inline-block;
}
.breadcrumps ul li {
	float: left;
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	color: #666666;
	margin: 0px 0px 0px 7px;
}
.breadcrumps ul li a {
	color: #666666;
	font-size: 13px;
	font-weight: 300;
	line-height: 20px;
	padding: 0px 0px 0px 7px;
}
.content {
	min-height: 700px;
 _height:expression(this.scrollHeight < 700 ? "700px" : "auto" );
	background: #ffffff;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px 10px 30px 10px;
	font-size: 12px;
	margin: 0px 15px;
}
.content2 {
	background: #ffffff;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px;
	font-size: 12px;
}
.content3 {
	background: #ffffff;
	-webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
	padding: 10px 10px 30px 10px;
	font-size: 12px;
	margin: 0px 15px;
}
.announcement {
	background: #28b4f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	line-height: 30px;
	padding: 15px;
	color: #ffffff;
	margin: 0px 0px 15px 0px;
	height: 30px;
	overflow: hidden;
}
.report-card {
	width: 30%;
	margin: 0px 2% 30px 0;
	padding: 0px 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	float: left;
	text-align: center;
}
.report-card-title {
	padding: 20px 0px 0px 0px;
	font-family: "Roboto Slab", serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
}
.report-card-title2 {
	padding: 0px 0px 20px 0px;
	font-family: "Roboto Slab", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	color: #ffffff;
}
.rp-c-1 {
	background: rgba(63,156,202,1);
	background: -moz-linear-gradient(top, rgba(63,156,202,1) 0%, rgba(14,78,253,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,156,202,1)), color-stop(100%, rgba(14,78,253,1)));
	background: -webkit-linear-gradient(top, rgba(63,156,202,1) 0%, rgba(14,78,253,1) 100%);
	background: -o-linear-gradient(top, rgba(63,156,202,1) 0%, rgba(14,78,253,1) 100%);
	background: -ms-linear-gradient(top, rgba(63,156,202,1) 0%, rgba(14,78,253,1) 100%);
	background: linear-gradient(to bottom, rgba(63,156,202,1) 0%, rgba(14,78,253,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9cca', endColorstr='#0e4efd', GradientType=0 );
}
.rp-c-2 {
	background: rgba(255,196,128,1);
	background: -moz-linear-gradient(top, rgba(255,196,128,1) 0%, rgba(255,118,59,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,196,128,1)), color-stop(100%, rgba(255,118,59,1)));
	background: -webkit-linear-gradient(top, rgba(255,196,128,1) 0%, rgba(255,118,59,1) 100%);
	background: -o-linear-gradient(top, rgba(255,196,128,1) 0%, rgba(255,118,59,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,196,128,1) 0%, rgba(255,118,59,1) 100%);
	background: linear-gradient(to bottom, rgba(255,196,128,1) 0%, rgba(255,118,59,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc480', endColorstr='#ff763b', GradientType=0 );
}
.rp-c-3 {
	background: rgba(251,170,162,1);
	background: -moz-linear-gradient(top, rgba(251,170,162,1) 0%, rgba(252,82,133,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,170,162,1)), color-stop(100%, rgba(252,82,133,1)));
	background: -webkit-linear-gradient(top, rgba(251,170,162,1) 0%, rgba(252,82,133,1) 100%);
	background: -o-linear-gradient(top, rgba(251,170,162,1) 0%, rgba(252,82,133,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,170,162,1) 0%, rgba(252,82,133,1) 100%);
	background: linear-gradient(to bottom, rgba(251,170,162,1) 0%, rgba(252,82,133,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbaaa2', endColorstr='#fc5285', GradientType=0 );
}
.report-card2 {
	width: 30%;
	margin: 0px 2% 30px 0;
	padding: 0px 1%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ffffff;
	float: left;
	text-align: center;
}
.report-card2 .report-card-title {
	padding: 15px 0px 0px 0px;
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #ffffff;
}
.report-card2 .report-card-title2 {
	padding: 0px 0px 15px 0px;
	font-family: "Roboto Slab", serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 35px;
	color: #ffffff;
}
.rp-c-4 {
	background: rgba(175,126,253,1);
	background: -moz-linear-gradient(top, rgba(175,126,253,1) 0%, rgba(131,60,246,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(175,126,253,1)), color-stop(100%, rgba(131,60,246,1)));
	background: -webkit-linear-gradient(top, rgba(175,126,253,1) 0%, rgba(131,60,246,1) 100%);
	background: -o-linear-gradient(top, rgba(175,126,253,1) 0%, rgba(131,60,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(175,126,253,1) 0%, rgba(131,60,246,1) 100%);
	background: linear-gradient(to bottom, rgba(175,126,253,1) 0%, rgba(131,60,246,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af7efd', endColorstr='#833cf6', GradientType=0 );
}
.rp-c-5 {
	background: rgba(37,176,164,1);
	background: -moz-linear-gradient(top, rgba(37,176,164,1) 0%, rgba(1,113,104,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(37,176,164,1)), color-stop(100%, rgba(1,113,104,1)));
	background: -webkit-linear-gradient(top, rgba(37,176,164,1) 0%, rgba(1,113,104,1) 100%);
	background: -o-linear-gradient(top, rgba(37,176,164,1) 0%, rgba(1,113,104,1) 100%);
	background: -ms-linear-gradient(top, rgba(37,176,164,1) 0%, rgba(1,113,104,1) 100%);
	background: linear-gradient(to bottom, rgba(37,176,164,1) 0%, rgba(1,113,104,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25b0a4', endColorstr='#017168', GradientType=0 );
}
.rp-c-6 {
	background: rgba(255,204,64,1);
	background: -moz-linear-gradient(top, rgba(255,204,64,1) 0%, rgba(255,135,14,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,204,64,1)), color-stop(100%, rgba(255,135,14,1)));
	background: -webkit-linear-gradient(top, rgba(255,204,64,1) 0%, rgba(255,135,14,1) 100%);
	background: -o-linear-gradient(top, rgba(255,204,64,1) 0%, rgba(255,135,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,204,64,1) 0%, rgba(255,135,14,1) 100%);
	background: linear-gradient(to bottom, rgba(255,204,64,1) 0%, rgba(255,135,14,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc40', endColorstr='#ff870e', GradientType=0 );
}
.ui-datepicker {
	background: #ffffff;
	font-size: 13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #32425b;
	display: none;
	width: 282px;
}
.ui-datepicker.ui-datepicker-multi-2 {
	width: 564px !important;
}
.ui-monthpicker.ui-datepicker {
	width: 200px !important;
}
.ui-monthpicker.ui-datepicker .ui-datepicker-title {
	padding: 0px;
}
.ui-monthpicker.ui-datepicker .ui-datepicker-calendar {
	width: 100%;
}
.ui-monthpicker.ui-datepicker .ui-datepicker-calendar tr td a, .ui-monthpicker.ui-datepicker .ui-datepicker-calendar tr td span {
	width: 100%;
}
.ui-widget-header {
	background: #2c3e50;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	position: relative;
	line-height: 28px;
	padding: 5px 0px;
}
.ui-datepicker-prev, .ui-datepicker-next {
	width: 32px;
	height: 32px;
	position: absolute;
	font-size: 0px;
	top: 2px;
	cursor: pointer;
	background: url(../images/arrow-03.png) no-repeat left -51px;
}
.ui-datepicker-prev {
	left: 0px;
}
.ui-datepicker-next {
	right: 0px;
	background: url(../images/arrow-03.png) no-repeat right -51px;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
	width: 32px;
	height: 32px;
	display: block;
}
.ui-datepicker-title {
	padding: 0px 32px;
	text-align: center;
}
.ui-datepicker-title select {
	border: 1px solid #7f858d;
	height: 28px;
	line-height: 28px;
	width: 45%;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #2c3e50;
	color: #FFFFFF;
}
.ui-datepicker-title select:focus {
	background: #ffffff;
	color: #2c3e50;
}
.ui-datepicker-title select.ui-datepicker-month {
	margin: 0px 5% 0px 0px;
}
.ui-datepicker table {
	border-collapse: collapse;
}
.ui-datepicker table thead {
	border: 1px solid #7f858d;
	border-bottom: 0px;
}
.ui-datepicker-calendar tr th {
	background: #7f858d;
	font-size: 14px;
	text-align: center;
	width: 40px;
	font-weight: normal;
	border-collapse: collapse;
	height: 30px;
	color: #FFFFFF;
}
.ui-datepicker table tbody {
	border: 1px solid #7f858d;
	border-top: 0px;
}
.ui-datepicker-calendar tr td {
	color: #2c3e50;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 40px;
}
.ui-datepicker-calendar tr td a, .ui-datepicker-calendar tr td span {
	display: block;
	height: 22px;
	width: 40px;
	padding: 4px 0px;
	color: #32425b;
	line-height: 22px;
	text-decoration: none;
}
.ui-datepicker-calendar tr td span {
	color: #b5b5b5;
}
.ui-datepicker-calendar tr td a:hover {
	background: #00a6e2;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker-calendar tr td.ui-datepicker-today a, .ui-datepicker-calendar tr td.ui-datepicker-today a:hover {
	background: #e55151;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker-calendar a.ui-state-active {
	background: #00a6e2;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker-calendar .ui-datepicker-days-cell-over a {
	background-color: #00a6e2;
	font-weight: bold;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.ui-datepicker-buttonpane {
	background: #f1f1f1;
	height: 40px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #7f858d;
	border-top: 0px;
	text-align: right;
}
.ui-datepicker-buttonpane button {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
 background:;
	height: 40px;
	line-height: 40px;
	padding: 0px 10px;
	margin: 0px 0px 0px 10px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #2c3e50;
	cursor: pointer;
}
.cont-title2 {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 5px 0px;
	color: #0379bc;
	display: block;
	border-bottom: 1px dashed #d1d1d1;
}
.title-search-cont {
	float: right;
	margin: 0px 0px 0px 10px;
}
.title-search-cont ul {
	float: left;
}
.form-cont, .form-cont2 {
	margin: 0px auto;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #32425b;
}
.form-cont ul {
	display: block;
}
.form-cont ul li, .form-cont2 ul li, .form-cont3 ul li, .form-cont4 ul li {
	padding-bottom: 15px;
	line-height: 20px;
	font-size: 12px;
	color: #32425b;
	float: left;
	width: 100%;
	min-height: 52px;
}
.form-cont2 ul li {
	width: 50%;
}
.form-cont3 ul li {
	width: 33.33%;
}
.form-cont ul li .label-txt, .form-cont2 ul li .label-txt, .form-cont3 ul li .label-txt, .form-cont ul li .wth-1, .form-cont4 ul li .label-txt {
	width: 42.5%;
	max-width: 360px;
    _width:expression(this.scrollWidth > 360 ? "360px" : "auto"); /* sets max-width for IE6 */
	margin: 0px 0.8% 0px 0px;
	padding: 3px 0 0 0px;
	height: auto;
	line-height: 24px;
	text-align: right;
	font-size: 13px;
	color: #32425b;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	float: left;
	cursor: text;
}
.label-txt2 {
	padding: 3px 0 0 0px;
	height: auto;
	line-height: 24px;
	font-size: 13px;
	color: #32425b;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.form-cont4 ul li .label-txt {
	width: 35%;
}
.form-cont4 ul li .label-txt2 {
	width: 45%;
}
.padd-lt-435 {
	padding-left: 43.5%;
}
.form-cont ul li .padd-lt-435 {
	padding-left: 30%;
}
.form-cont ul li .info {
	line-height: 20px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
.form-cont ul li .input-txt, .form-cont ul li .area-txt, .form-cont ul li .sele-txt, .form-cont2 ul li .input-txt, .form-cont2 ul li .area-txt, .form-cont2 ul li .sele-txt, .form-cont3 ul li .input-txt, .form-cont3 ul li .area-txt, .form-cont3 ul li .sele-txt, .form-cont4 ul li .input-txt, .form-cont4 ul li .area-txt, .form-cont4 ul li .sele-txt, .input-txt, .area-txt, .sele-txt, .styledselect-day, .styledselect-month, .styledselect-year {
	width: 50%;
	max-width: 280px;
 _width:expression(this.scrollWidth > 280 ? "280px" : "auto"); /* sets max-width for IE6 */
	margin: 0px;
	padding: 0px 8px;
	border: 1px solid #bac2cf;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32425b;
	background: #ffffff;
	height: 34px;
	line-height: 34px;
}
.form-cont ul li span.input-txt {
	display: inline-block;
}
.form-cont ul li .wth-2 {
	width: 50%;
	max-width: 280px;
 _width:expression(this.scrollWidth > 280 ? "280px" : "auto"); /* sets max-width for IE6 */
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32425b;
	float: left;
}
.input-txt, .area-txt, .sele-txt {
	width: 100%;
}
.date-rng-cont .wth-3, .date-rng-cont .wth-4 {
	width: 45%;
	float: left;
}
.date-rng-cont .wth-4 {
	width: 10%;
	text-align: center;
}
.styledselect-day, .styledselect-month, .styledselect-year {
	width: 14.5%;
}
.styledselect-year {
	margin-right: 0px;
}
.form-cont ul li .wth-2 span.multiselect-native-select {
	width: 100%;
	display: block;
}
span.multiselect-native-select {
	position: relative;
}
span.multiselect-native-select select {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px -1px -1px -3px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	left: 50%;
	top: 30px;
}
.btn-group {
	position: relative;
	display: block;
	vertical-align: middle;
	width: 100%;
}
.btn-group > .btn:first-child {
	margin-left: 0;
}
.btn-group > .btn, .btn-group-vertical > .btn {
	position: relative;
}
.btn {
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d1d1d1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background: #ffffff;
	height: 34px;
	line-height: 34px;
	width: 100%;
}
.form-cont ul li .wth-2 span.multiselect-selected-text {
	background: url(../images/dp-icon.png) no-repeat right center;
	padding: 0px 24px 0px 12px;
	font-size: 13px;
	color: #32425b;
	font-style: normal;
	text-align: left;
	height: 34px;
	line-height: 34px;
	display: block;
}
.caret {
	display: none !important;
}
.form-cont ul li .wth-2 .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0px;
	z-index: 1000;
	display: none;
	min-width: 160px;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	list-style: none;
	list-style-type: none;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	max-height: 192px;
 _height: expression( this.scrollHeight > 192 ? "192px" : "auto" );
	overflow-y: auto;
}
.form-cont ul li .wth-2 .open .dropdown-menu, .open .dropdown-menu {
	display: block;
}
.dropdown-menu li {
	float: none !important;
	text-align: left;
	margin: 0px !important;
	font-size: 13px;
	color: #32425b;
}
.dropdown-menu li a {
	font-size: 13px;
	color: #32425b;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	padding: 0px;
	display: block;
}
.dropdown-menu li a label {
	font-size: 13px;
	color: #32425b;
	height: 30px;
	line-height: 30px;
	font-style: normal;
	padding: 0px 12px;
}
.dropdown-menu li.active a, .dropdown-menu li.active a label, .dropdown-menu li.active:hover a, .dropdown-menu li.active:hover a label {
	background: #3399ff;
	color: #ffffff;
}
.dropdown-menu li:hover a, .dropdown-menu li:hover a label {
	background: #f5f5f5;
}
.datepick, .form-cont ul li .input-txt.datepick, .form-cont2 ul li .input-txt.datepick, .form-cont4 ul li .input-txt.datepick, .search-cont ul li .input-txt.datepick {
	padding: 0px 30px 0px 10px;
	background: url(../images/cal-icon.png) no-repeat right center;
	background-position: center right 10px;
	width: 180px;
}
.date-rng-cont .datepick, .form-cont ul li .date-rng-cont .input-txt.datepick {
	width: 100%;
}
.area-txt, .form-cont ul li .area-txt, .form-cont2 ul li .area-txt, .form-cont4 ul li .area-txt {
	height: 72px;
}
.bubble-info {
	background: #e4edf5;
	height: 27px;
	line-height: 27px;
	border: 1px solid #d8e1e9;
	position: absolute;
	right: -74px;
	top: 0px;
	font-size: 11px;
	padding: 0px 5px;
	color: #2e74b2;
}
.bubble-info:after, .bubble-info:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.bubble-info:after {
	border-color: rgba(228, 237, 245, 0);
	border-right-color: #e4edf5;
	border-width: 6px;
	margin-top: -6px;
}
.bubble-info:before {
	border-color: rgba(216, 225, 233, 0);
	border-right-color: #d8e1e9;
	border-width: 7px;
	margin-top: -7px;
}
.form-cont ul li.button-cont, .form-cont2 ul li.button-cont, .form-cont4 ul li.button-cont, .form-cont ul li.btn-cont, .form-cont2 ul li.btn-cont, .form-cont4 ul li.btn-cont, .form-cont ul li.btn-cont {
	width: 100%;
	float: left;
	margin: 0px 0px 50px 0px;
	padding: 0px;
	text-align: center;
}
.form-cont ul li.button-cont, .form-cont ul li.btn-cont {
	margin: 0px 0px 0px -100px;
}
.form-cont ul li.btn-cont2 {
	width: 100%;
	float: left;
	padding: 0px;
	text-align: center;
}
.submit-btn, a.submit-btn, .search-btn, .reset-btn, .back-btn, .blue-btn, .red-btn {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width: auto;
	padding: 5px 15px;
	height: 34px;
	line-height: 24px;
	border: 0px;
	cursor: pointer;
	font-size: 13px;
	color: #FFFFFF;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	border: 0px;
	background: #52a30c;
	text-transform: uppercase;
}
.submit-btn:hover {
	background: #4c8918;
}
a.submit-btn {
	height: 24px;
	display: inline-block;
}
.search-btn, .blue-btn {
	line-height: 19px;
	background: #1c98e0;
}
.search-btn:hover, .blue-btn:hover {
	background: #0873b2;
}
.reset-btn {
	line-height: 19px;
	color: #2e4054;
	background: #f1f1f1;
}
.reset-btn:hover, .reset:hover {
	background: #ffffff;
}
.back-btn {
	line-height: 19px;
	background: #596d83;
}
.back-btn:hover {
	background: #f1f1f1;
	color: #2e4054;
}
.red-btn {
	background: #eb5053;
}
.red-btn:hover {
	background: #e03b3e;
}
.trash-icon, .red-btn.trash-icon {
	background: url(../images/trash.png) no-repeat left center #eb5053;
	padding-left: 30px;
}
.trash-icon:hover, .red-btn.trash-icon:hover {
	background: url(../images/trash.png) no-repeat left center #e03b3e;
}
.search-cont {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.search-cont ul, .title-search-cont ul {
	display: inline-block;
}
.search-cont ul li, .title-search-cont ul li {
	font-size: 12px;
	line-height: 28px;
	margin: 0px 10px 10px 0px;
	float: left;
	text-align: left;
}
.title-search-cont ul li {
	margin: 0px 0px 5px 10px;
}
.search-cont ul li .wth1, .title-search-cont ul li .wth1 {
	line-height: 24px;
	display: block;
	text-align: right;
	min-width: 116px;
 _width: expression( document.body.clientWidth < 116 ? "116px" : "auto" );
	padding: 3px 10px 0px 0px;
	float: left;
	color: #32425b;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.search-cont ul li .wth2 {
	line-height: 32px;
	display: block;
	width: 265px;
	float: left;
}
.title-search-cont ul li .wth2 {
	float: left;
	width: 110px;
}
.search-cont ul li.button-cont, .search-cont ul li.btn-cont {
	width: 100%;
	text-align: center;
}
.search-cont ul li .wth2 .info, .search-cont ul li .wth2 span {
	line-height: 20px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
}
.search-cont ul li .input-txt, .search-cont ul li .sele-txt {
	width: 100%;
}
.search-cont ul li.date-pick-cont .wth2 {
	width: 180px;
}
.search-cont ul li.date-pick-cont .wth3 {
	float: left;
	padding: 0px 10px;
}
.cont-title3 {
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0px 10px 0px 0px;
	color: #32425b;
	display: inline-block;
	border-bottom: 1px dashed #d1d1d1;
}
.tbl-cont {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}
.tbl-cont table.product-table {
	border-collapse: collapse;
	margin: 0px auto;
}
.tbl-cont table.product-table th {
	border-collapse: collapse;
	background: #416394;
	border: 1px solid #2d4b77;
	font-size: 13px;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	line-height: 24px;
}
.tbl-cont table.product-table th a {
	color: #FFFFFF;
	cursor: pointer;
}
.tbl-cont table.product-table th.tbl-head {
	background: #425365;
	border: 1px solid #263545;
	border-top: 0px;
}
.tbl-cont table.product-table td {
	border: 1px solid #d1d1d1;
	border-top: 0px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 24px;
	padding: 5px;
	border-collapse: collapse;
}
.tbl-cont table.product-table tr td a {
	color: #52a30c;
	font-size: 13px;
	cursor: pointer;
}
.tbl-cont table.product-table tr.Chennai td {
	/*border:1px solid #ff6384;*/
	color: #c73a58;
	background: #fde3e9;
}
.tbl-cont table.product-table tr.Hyderabad td {
	/*border:1px solid #ff9f40;*/
	color: #af5d0c;
	background: #feeddd;
}
.tbl-cont table.product-table tr.Bangalore td {
	/*border:1px solid #4bc0c0;*/
	color: #0c8888;
	background: #e0ffff;
}
.tbl-cont table.product-table tr.grandtotal td {
	/*border:1px solid #36a2eb;*/
	color: #166da8;
	background: #ddf1ff;
}
.pagination { display: block; text-align: center; }
.GridPager, .GridPager table tr {
	background: #ffffff !important;
}
.GridPager > td, .tbl-cont table.product-table .GridPager > td {
	border: 0px !important;
	padding: 0px 0px !important;
	text-align: center;
}
.GridPager table, .pagination > div {
	display: inline-block;
	margin: 0px auto;
	width: auto;
	max-width: 570px;
 _width: expression( document.body.clientWidth > 570 ? "570px" : "auto" );
	padding: 10px 0px;
}
.GridPager table tr td {
	border: 0px !important;
	padding: 0px 6px !important;
}
.GridPager table tr td a, .tbl-cont table.product-table tr.GridPager > td table tr td a, .pagination a {
	width: auto;
	min-width: 15px;
	height: 25px;
	border: 1px solid #d1d1d1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	line-height: 25px;
	color: #666666;
	padding: 5px 10px;
	text-align: center;
}
.GridPager table tr td a:hover, .pagination a:hover {
	color: #1c98e0;
}
.GridPager table tr td span, .pagination a.page_disabled {
	background: #1c98e0;
	border: 0px;
	border-bottom: 3px solid #0873b2;
	color: #ffffff;
	width: auto;
	min-width: 15px;
	height: 27px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
	line-height: 25px;
	padding: 5px 10px 2px 10px;
	text-align: center;
}
.pagination a, .pagination a.page_disabled { display: inline-block; margin: 0px 3px;}
.tbl-cont .info {
	font-size: 12px;
	color: #666666;
}
.cont-title4 {
	background: #3985dc;
	font-family: 'Roboto Slab', Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding: 8px 10px;
	border: 0px;
	line-height: 25px;
}
.cont-title4-fifty, .cont-title4-fifty2 {
	width: 49%;
	display: inline-block;
	text-align: left;
}
.cont-title4-fifty2 {
	text-align: right;
}
.action-dd {
	display: block;
	text-align: center;
}
.action-dd ul {
	display: inline-block;
}
.action-dd ul li {
	float: left;
	width: 28px;
	height: 28px;
	position: relative;
	text-align: left;
	margin: 0px 3px;
}
.action-dd ul li a {
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 1px;
	display: block;
	border: 1px solid #e1e1e1;
	background: #ffffff;
}
.action-dd ul li a.edit-icon {
	background: url(../images/edit.png) no-repeat center;
}
.action-dd ul li a.view-icon {
	background: url(../images/search.png) no-repeat center;
}
.action-dd ul li a.download-icon {
	background: url(../images/download.png) no-repeat center;
}
.action-dd ul li a.print-icon {
	background: url(../images/print2.png) no-repeat center;
}
.action-dd ul li a.tick-icon {
	background: url(../images/tick.png) no-repeat center;
}
.action-dd ul li a.move-icon {
	background: url(../images/move.png) no-repeat center;
}
.action-dd ul li a.delete-icon {
	background: url(../images/close.png) no-repeat center;
}
.lt-cont, .rt-cont {
	float: left;
	margin: 0px;
	padding: 0px;
}
.lt-cont, .lt-cont.form-info-cont2 {
	width: 74.5%;
}
.rt-cont {
	width: 25%;
}
.profile-img {
	width: 80px;
	height: 80px;
	padding: 5px;
	border: 1px solid #d1d1d1;
	margin: 0px auto;
}
.form-info-cont, .form-info-cont2 {
	margin: 0px auto;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	color: #32425b;
}
.form-info-cont ul, .form-info-cont2 ul {
	float: left;
	width: 100%;
	border-top: 1px solid #bac2cf;
	border-left: 1px solid #bac2cf;
	display: block;
	margin-bottom: 10px;
}
.form-info-cont ul li, .form-info-cont2 ul li {
	line-height: 20px;
	font-size: 12px;
	color: #32425b;
	float: left;
	width: 100%;
	min-height: 32px;
	border-bottom: 1px solid #bac2cf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.form-info-cont ul li {
	border-right: 1px solid #bac2cf;
}
.form-info-cont2 ul li {
	width: 50%;
}
.form-info-cont ul li .label-txt, .form-info-cont2 ul li .label-txt {
	width: 40%;
	margin: 0px;
	padding: 6px 0.8%;
	height: auto;
	line-height: 28px;
	text-align: right;
	border-right: 1px solid #bac2cf;
	font-size: 13px;
	color: #32425b;
	display: inline-block;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	min-height: 40px;
 _height:expression(this.scrollHeight < 40 ? "40px" : "auto");
	background: #f3f7fc;
}
.form-info-cont ul li .label-txt2, .form-info-cont2 ul li .label-txt2 {
	width: 60%;
	margin: 0px;
	padding: 6px 0.8%;
	line-height: 28px;
	border-right: 1px solid #bac2cf;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32425b;
	min-height: 40px;
 _height:expression(this.scrollHeight < 40 ? "40px" : "auto");
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	word-break: break-all;
	text-transform: uppercase;
	font-weight: 600;
}
.form-info-cont ul li .label-txt2 {
	border-right: 0px solid #bac2cf;
}
.form-info-cont ul li .label-cont {
	width: 59.8%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.form-info-cont ul li .label-cont .label-txt2 {
	border-right: 0px solid #bac2cf;
}
.title-link {
	font-size: 13px;
	line-height: 30px;
	margin: 0px 15px;
	padding: 4px 15px;
	color: #0379bc;
	background: #f1f1f1;
}
div.light_rounded .pp_close {
	width: 24px;
	height: 24px;
	background: url(../images/close2.png) no-repeat;
}
.ui-autocomplete.ui-menu {
	max-height: 200px;
 _height: expression( this.scrollHeight > 200 ? "200px" : "auto" );
	min-width: 230px;
 _width: expression( document.body.clientWidth < 230 ? "230px" : "auto" );
	overflow-y: auto;
	padding: 0px;
	background: #ffffff;
	border: 1px solid #d1d1d1;
}
.ui-menu .ui-menu-item a {
	font-size: 13px;
	line-height: 24px;
	padding: 5px;
	font-weight: normal;
	display: block;
	cursor: pointer;
}
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: 0px;
	background: #f1f1f1;
}
.tableBackground {
	background-color: silver;
	opacity: 0.7;
}
.panelstyle {
	width: 1000px;
	height: 700px;
	overflow: scroll;
}
.img {
	width: 20px;
	height: 30px;
	position: fixed;
	padding-left: 980px;
}
.btnclose1 {
	border: 0 none;
	border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding: 0 15px;
	width: auto;
	background-color: #16456c;
	position: fixed;
}
.cont-title-dashboard {
	font-family: "Roboto Slab", serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
	padding: 5px 0;
	color: #135da3;
}
.cont-titleyear {
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	margin: 0px;
	padding: 5px 0;
	color: #01165c;
}
.tab-slider {
	text-align: center;
	height: 48px;
}
.tab-item {
	display: inline-block;
}
.tab-item a {
	height: 25px;
	line-height: 25px;
	padding: 10px 25px;
	display: block;
	font-size: 14px;
	color: #666666;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
}
.tab-item a.active {
	border-top: 3px solid #ffa500;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #c4c3c3;
	border-right: 1px solid #c4c3c3;
	background: #ffffff;
	color: #454545;
	font-size: 15px;
}
.tab-item a > span {
	font-family: "Roboto Slab", serif;
}
.search-tbl, .search-tbl2 {
	margin-bottom: 20px;
}
.search-tbl tr td, .search-tbl2 tr td {
	font-size: 13px;
	line-height: 28px;
	padding: 0px 10px 0px 0px;
}
.search-tbl2 tr td {
	padding: 0px 10px 10px 0px;
}
.inp-form, .styledselect_form_1, .input-txt-error {
	border: 1px solid #d1d1d1 !important;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666666;
	font-size: 13px;
	height: 22px;
	line-height: 36px;
	padding: 0 10px;
	width: 90%;
	max-width: 196px;
 _width:expression(this.scrollWidth > 196 ? "196px" : "auto"); /* sets max-width for IE6 */
}
.change-pass-cont .login-inp {
	background: #ffffff;
	border: 1px solid #d1d1d1;
	color: #fff;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #666666;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 89%;
	max-width: 196px;
 _width:expression(this.scrollWidth > 196 ? "196px" : "auto"); /* sets max-width for IE6 */
}
.styledselect_form_1 {
	width: 100%;
	height: 25px;
	max-width: 217px;
 _width:expression(this.scrollWidth > 217 ? "217px" : "auto"); /* sets max-width for IE6 */
}
.login-box .styledselect_form_1 {
	width: 240px !important;
	max-width: 240px !important;
	border: 1px solid #ffffff !important;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
}
.form-textarea {
	border: 1px solid #d1d1d1 !important;
	background: #ffffff !important;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
.input-txt-error {
	border: 1px solid d63921;
}
.require {
	color: #CE2700;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	display: inline-block;
}
.enq-tbl tr td, .enq-tbl tr th {
	font-size: 13px;
	line-height: 25px;
	color: #666666;
	padding: 10px 0px;
	width: 26%;
}
.enq-tbl tr td {
	padding: 5px 0px 10px 5px;
	width: 24%;
}
.enq-tbl tr th {
	text-align: right;
}
.enq-tbl1 tr td {
	/*padding:5px 0px 10px 5px;
	width:20%;
    font-size:13px;*/
	color: #666666;
	line-height: 30px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.enq-tbl1 tr th {
	line-height: 30px;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}
/*.ui-datepicker {
	background:#ffffff;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	color:#666666;
	padding:0px !important;
	border:0px !important;
}
.ui-widget-header {
    background: #2c3e50 !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
	position:relative;
	line-height:28px;
	padding:2px 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important; 
	border-radius: 0px !important;
	border:0px !important;
	height:28px !important;
}
.ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	width:32px !important;
	height:32px !important;
	position:absolute;
	font-size:0px;
	top:0px !important;
	cursor:pointer;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-khtml-border-radius: 0px !important; 
	border-radius: 0px !important;
	border:0px !important;
}
.ui-datepicker-prev, .ui-datepicker-prev:hover {
	left:0px !important;
	background:url(../images/arrow-03.png) no-repeat left -51px !important;
}
.ui-datepicker-next, .ui-datepicker-next:hover {
	right:0px !important;
	background:url(../images/arrow-03.png) no-repeat right -51px !important;
}
.ui-datepicker-prev span, .ui-datepicker-next span{
	background:transparent !important;
}
.ui-datepicker-title {
	padding:0px 32px;
	text-align:center;
	margin:0px !important;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year{
	width:45%;
	border:1px solid #3a5066;
	background:#2c3e50;
	font-size:13px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
	color:#FFFFFF;
	line-height:24px;
	height:24px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month option, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year option{
	background:#ffffff;
	font-size:12px;
	color:#222222;
}
.ui-datepicker table {
    border-collapse: collapse;
}
.ui-datepicker table thead {
	border:1px solid #7f858d;
	border-bottom:0px;
}
.ui-datepicker-calendar tr th{
	background:#7f858d;
	font-size:14px;
	text-align:center;
	width:40px;
	font-weight:bold;
	border-collapse: collapse;
	height:30px;
	color:#FFFFFF;
	padding:0px !important;
}
.ui-datepicker table tbody {
	border:1px solid #7f858d;
	border-top:0px;
}
.ui-datepicker-calendar tr td{
	color: #2c3e50;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 40px;
}
.ui-datepicker-calendar tr td a, .ui-datepicker-calendar tr td span {
    border-style: none !important;
	border-color: inherit !important;
	border-width: 0px !important;
	display: block;
    	height: 22px !important;
    	padding: 4px 8px !important;
		color:#666666;
		line-height:22px;
		text-align:center !important;
	background: !important;
}
.ui-datepicker-calendar tr td span {
	color:#b5b5b5;
}
.ui-datepicker-calendar tr td a:hover {
	background:#00a6e2 !important;
	color:#FFFFFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ui-datepicker-calendar tr td.ui-datepicker-today a, .ui-datepicker-calendar tr td.ui-datepicker-today a:hover {
	background:#e55151 !important;
	color:#FFFFFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ui-datepicker-calendar a.ui-state-active {
	background-color:#00a6e2 !important;
	font-weight:bold;
	color:#FFFFFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.ui-datepicker-calendar .ui-datepicker-days-cell-over a {
	background-color:#00a6e2; 
	font-weight:bold;
	color:#FFFFFF;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}*/

.change-pass-cont #login-inner th {
	font-size: 14px;
	color: #666666;
}
.change-pass-cont #login-inner .submit-login {
	background: rgba(140,192,81,1);
	background: -moz-linear-gradient(-45deg, rgba(140,192,81,1) 0%, rgba(140,192,81,1) 37%, rgba(160,212,104,1) 37%, rgba(160,212,104,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(140,192,81,1)), color-stop(37%, rgba(140,192,81,1)), color-stop(37%, rgba(160,212,104,1)), color-stop(100%, rgba(160,212,104,1)));
	background: -webkit-linear-gradient(-45deg, rgba(140,192,81,1) 0%, rgba(140,192,81,1) 37%, rgba(160,212,104,1) 37%, rgba(160,212,104,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(140,192,81,1) 0%, rgba(140,192,81,1) 37%, rgba(160,212,104,1) 37%, rgba(160,212,104,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(140,192,81,1) 0%, rgba(140,192,81,1) 37%, rgba(160,212,104,1) 37%, rgba(160,212,104,1) 100%);
	background: linear-gradient(135deg, rgba(140,192,81,1) 0%, rgba(140,192,81,1) 37%, rgba(160,212,104,1) 37%, rgba(160,212,104,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fca105', endColorstr='#fcaf21', GradientType=1 );
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 28px;
	padding: 10px 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	font-weight: 400;
	color: #FFFFFF;
	border: 1px solid #8cc051;
	cursor: pointer;
	letter-spacing: 2px;
	-webkit-box-shadow: inset 0 1px rgba(255,255,255,.28);
	-moz-box-shadow: inset 0 1px rgba(255,255,255,.28);
	box-shadow: inset 0 1px rgba(255,255,255,.28);
	text-shadow: 0 -1px rgba(0,0,0,.3);
	height: 48px;
	text-indent: inherit;
}
.change-pass-cont #login-inner .submit-login:hover {
	background: #8cc051;
}
.change-pass-cont #login-inner td {
	padding: 0px 0px 15px 0px;
}
.ato-sgt-wdt ul.ui-menu {
	padding: 0px;
	overflow: inherit;
}
.ato-sgt-wdt ul.ui-menu .ui-menu-item a {
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 30px;
	padding: 0px 5px;
	text-align: left;
}
.ato-sgt-wdt ul.ui-menu .ui-menu-item a.ui-state-hover, .ato-sgt-wdt ul.ui-menu .ui-menu-item a.ui-state-active {
	background: #0379bc;
	color: #FFFFFF;
}
#message-blue.blue-txt {
	background: #e4edf5;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #2e74b2;
	border: 1px solid #c3d1dd;
	line-height: 35px;
	height: 35px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-weight: bold;
}
.blue-txt span {
	font-weight: normal;
}
input.btnStyle1 {
	width: auto;
	min-width: 105px;
 _width:expression(this.scrollWidth < 105 ? "105px" : "auto" );
	height: 35px;
	padding: 0px 10px;
	background: #0379bc;
	border: 0px;
	border-bottom: 3px solid #16456c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
input.btnStyle1:hover {
	background: #16456c;
}
.lt-cont2, .rt-cont2 {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #ffffff;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.lt-cont2 {
	width: 24%;
}
.rt-cont2 {
	width: 74.5%;
	float: right;
}
.pro-pic, .pro-pic a, .pro-pic a img {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	display: block;
}
.pro-pic {
	margin: 30px auto 0px auto;
}
.edit-pro {
	width: 120px;
	margin: 0px auto 30px auto;
	text-align: right;
}
.edit-pro-edt {
	font-size: 12px;
	color: #2c88ff;
	display: inline-block;
}
.pro-info {
	font-size: 13px;
	line-height: 21px;
	display: block;
	color: #999999;
	text-align: center;
}
.pro-name {
	font-size: 21px;
	color: #32425b;
	font-weight: 600;
	line-height: 28px;
	display: block;
}
.pro-info2, .pro-info3 {
	border-top: 1px dashed #d1d1d1;
	padding: 10px 0px;
	margin: 10px 0px 0px;
	font-size: 13px;
	line-height: 21px;
	display: block;
	color: #999999;
}
.pro-info2 ul li, .pro-info3 ul li {
	float: left;
	width: 50%;
}
.pro-info3 ul li { width:33.3%; }
.pro-info2 span, .pro-info3 span {
	display: block;
}
.pro-info2 label, .pro-info2 .lbl-txt, .pro-info3 .lbl-txt {
	font-family: Roboto Slab, Times New Roman, Times, serif;
	font-size: 16px;
	padding: 5px 0px 0px;
	display: block;
	color: #3e5569;
}
.pro-info2 label.paid, .pro-info2 .lbl-txt.paid {
	color: #407b01;
}
.pro-info2 label.fail, .red-txt, .pro-info2 .lbl-txt.fail {
	color: #7b0101;
}
.pro-section ul li {
	margin-bottom: 12px;
}
.pro-sec-cont { position:relative; }
.pro-form-paid {
	position:absolute;
	width:100px;
	height:100%;
	margin:0px;
	padding:0px;
	top:0px;
	right:0px;
	border:1px solid #d1d1d1;
	border-left:0px;
	font-family: Roboto Slab, Times New Roman, Times, serif;
	font-size: 16px;
	display: block;
	color: #3e5569;
	box-sizing: border-box;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 	
}
.pro-form-paid table, .pro-form-paid table tr, .pro-form-paid table tr td, .pro-form-paid table tr td span { width:100%; height:100%; text-align:center; }
.pro-sec-cont .pro-form-cont {
	line-height: 30px;
	font-size: 21px;
	color: #ffffff;
	padding: 5px 10px;
	font-family: Roboto Slab, Times New Roman, Times, serif;
	text-align: center;
}
.pro-sec-cont.blue .pro-form-cont {
	background: #2b83f1;
}
.pro-sec-cont.green .pro-form-cont {
	background: #00c292;
}
.pro-sec-cont.yellow .pro-form-cont {
	background: #eda431;
}
.pro-tbl-cont {
	border-collapse: collapse;
	border-bottom: 1px solid #d1d1d1;
}
.pro-tbl-cont th {
	border-collapse: collapse;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	line-height: 24px;
	font-family: Roboto Slab, Times New Roman, Times, serif;
}
.blue .pro-tbl-cont th {
	color: #2d4b65;
	background: #c6ddfb;
	border-left: 1px solid #a4bcda;
	border-right: 1px solid #a4bcda;
}
.green .pro-tbl-cont th {
	color: #206151;
	background: #baeee2;
	border-left: 1px solid #8cc2b5;
	border-right: 1px solid #8cc2b5;
}
.yellow .pro-tbl-cont th {
	color: #4b3501;
	background: #faebc7;
	border-left: 1px solid #cdbe97;
	border-right: 1px solid #cdbe97;
}
.red .pro-tbl-cont th {
	color: #6d2433;
	background: #ffd5de;
	border-left: 1px solid #d1a3ad;
	border-right: 1px solid #d1a3ad;
}
.pro-tbl-cont td {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	font-size: 13px;
	color: #666666;
	text-align: left;
	line-height: 24px;
	padding: 5px;
	border-collapse: collapse;
}
/* FOOTER -------------------------------------------------------------- */

 
.footer {
	height: 24px;
	line-height: 24px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	font-size: 13px;
	color: #555555;
}
.footer a {
	font-size: 13px;
	color: #555555;
	height: 24px;
	line-height: 24px;
}
.footer-left {
	color: #818181;
	font-size: 11px;
	line-height: 11px;
	padding: 15px 0 15px 25px;
	margin: 0 20px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.footer-left a {
	color: #818181;
	text-decoration: none;
}
.footer-left a.selected, .footer-left a:hover {
	color: #000;
	text-decoration: none;
}
.content ul.tabs li {
	float: left;
	width: 156px;
	position: relative;
	margin-top: 20px;
}
.content ul.tabs li.li-1 {
	z-index: 4;
}
.content ul.tabs li.li-2 {
	z-index: 3;
}
.content ul.tabs li.li-3 {
	z-index: 2;
}
.content ul.tabs li.li-4 {
	z-index: 1;
}
.content ul.tabs li a {
	position: relative;
	background: #edeff0;
	height: 35px;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border: 2px solid #ffffff;
	border-left: 0px;
	display: block;
	line-height: 35px;
	cursor: pointer;
	font-size: 14px;
	color: #2c3f4c;
}
.content ul.tabs li.li-1 a {
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	background: #F2C900;
}
.content ul.tabs li.li-2 a {
	-webkit-border-radius: 7px 0px 0px 7px;
	-moz-border-radius: 7px 0px 0px 7px;
	border-radius: 7px 0px 0px 7px;
	background: #FFDD00;
}
.content ul.tabs li.li-4 a {
	-webkit-border-radius: 0px 7px 7px 0px;
	-moz-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
	background: #FFEC5F;
}
.content ul.tabs li.li-2 a, .content ul.tabs li.li-3 a, .content ul.tabs li.li-4 a {
	padding: 5px 5px 5px 30px;
}
.content ul.tabs li.li-1 a:after, .content ul.tabs li.li-1 a:before, .content ul.tabs li.li-2 a:after, .content ul.tabs li.li-2 a:before, .content ul.tabs li.li-3 a:after, .content ul.tabs li.li-3 a:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.content ul.tabs li.li-1 a:after, .content ul.tabs li.li-2 a:after, .content ul.tabs li.li-3 a:after {
	border-color: rgba(237, 239, 240, 0);
	border-left-color: #edeff0;
	border-width: 22px;
	margin-top: -22px;
}
.content ul.tabs li.li-1 a:after {
	border-color: rgba(237, 239, 240, 0) rgba(237, 239, 240, 0) rgba(237, 239, 240, 0) #F2C900;
}
.content ul.tabs li.li-2 a:after {
	border-color: rgba(237, 239, 240, 0) rgba(237, 239, 240, 0) rgba(237, 239, 240, 0) #FFDD00;
}
.content ul.tabs li.li-1 a:before, .content ul.tabs li.li-2 a:before, .content ul.tabs li.li-3 a:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 25px;
	margin-top: -25px;
}
.content ul.tabs li a:hover {
	background: #2e4054;
	color: #FFFFFF;
}
.content ul.tabs li a:hover:after, .content ul.tabs li.li-2 a:hover:after, .content ul.tabs li.li-3 a:hover:after {
	border-left-color: #2e4054;
}
.content ul.tabs li a.active {
	background: #96c03d;
	color: #FFFFFF;
	font-weight: 600;
}
.content ul.tabs li a.active:after, .content ul.tabs li.li-2 a.active:after, .content ul.tabs li.li-3 a.active:after {
	border-left-color: #96c03d;
}
.theader {
	width: 50px;
}
.year1 {
	background: #e43725;
	height: 1px;
}
.year2 {
	background: #c47a0f;
	height: 1px;
}
.year3 {
	background: #5f932c;
	height: 1px;
}/*C33C48 7E725B*/
.batchclass {
	float: left;
	margin-left: 1000px;
	margin-top: 50px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	text-align: center;
	color: #bfbfbf;
	font-weight: 300;
}
.dashdiv {
	border: 1px solid #d0d0d0;
	width: 160px;
	height: 100px;
}
.dashdiv-inner {
	vertical-align: middle;
	margin-top: 20px
}
.UG {
	background-color: #1f7bb6;
	border: 1px solid #0f6196;
}
.PG {
	background-color: #29aba5;
	border: 1px solid #178681;
}
.MM {
	background-color: #77b129;
	border: 1px solid #568816;
}
.grandtotal {
	background-color: #8ADEFF;
	border: 1px solid #8ADEFF;
	color: #ffffff;
}
.campus {
	background-color: #c47a0f;
	border: 1px solid #c56a14;
}
.dashtbl {
	width: 100%;
	height: 100px
}
.dashtbltotal {
	background-color: #416394;
	width: 100%;
	height: 100px;
}
.dashtbltotal td {
	border: 1px solid #2d4b77;
}
.event-list {
	max-width: 800px;
 _width: expression(this.scrollWidth > 800 ? "800px" : "auto");
	margin: 0px auto;
	margin-top: 20px;
}
.event-list ul li {
	padding: 0px 0px 10px 0;
	border-bottom: 1px dashed #d1d1d1;
	margin: 0px 0px 15px 0;
}
.event-list ul li .event-pro {
	width: 25%;
	max-width: 200px;
 _width: expression(this.scrollWidth > 200 ? "200px" : "auto");
	float: left;
}
.event-list ul li .event-pro a {
	border: 1px solid #d1d1d1;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	display: block;
}
.event-list ul li .event-pro a img {
	width: 100%;
}
.event-list ul li .event-desc {
	width: 74%;
	max-width: 590px;
 _width: expression(this.scrollWidth > 590 ? "590px" : "auto");
	float: right;
	line-height: 28px;
	font-family: 'Roboto slab', Times New Roman, Times, serif;
	font-size: 14px;
	color: #666666;
}
.event-list ul li .event-desc a {
	font-size: 18px;
	color: #3498db;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.event-cont {
	max-width: 960px;
 _width: expression(this.scrollWidth > 960 ? "960px" : "auto");
	margin: 0px auto;
}
.events-gallery ul li {
	width: 185px;
	height: 123px;
	margin: 0px 10px 10px 0px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	cursor: pointer;
	display: block;
	float: left;
}
.events-gallery ul li img {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
	display: block;
	width: 39px;
	height: 39px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	opacity: 0.4;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
	pointer-events: none;
	opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.lg-actions .lg-next {
	right: 20px;
	background: url(../images/arrows.png) no-repeat -49px -6px #000000;
}
.lg-actions .lg-prev {
	left: 20px;
	background: url(../images/arrows.png) no-repeat -3px -6px #000000;
}
.lg-toolbar {
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
	color: #999;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
}
.lg-toolbar .lg-icon:hover {
	color: #FFF;
}
.lg-toolbar .lg-close {
	background: url(../images/arrows.png) no-repeat 4px -51px #000000;
	opacity: 0.4;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}
.lg-toolbar .lg-close:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0;
	color: #EEE;
	font-size: 16px;
	left: 0;
	padding: 0px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 40px;
}
.lg-sub-html h4 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
	font-weight: 400;
}
#lg-counter {
	color: #999;
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 12px;
	vertical-align: middle;
}
.lg-toolbar, .lg-prev, .lg-next {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-hide-items .lg-prev {
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
}
.lg-outer .lg-video-cont {
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
}
.lg-outer .lg-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
.lg-outer .lg-video .lg-object {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
	width: 84px;
	height: 59px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -42px;
	margin-top: -30px;
	z-index: 1080;
	cursor: pointer;
}
.lg-outer .lg-has-youtube .lg-video-play {
	background: url(../images/youtube-icon.png) no-repeat;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
	background: url(../images/youtube-icon.png) no-repeat;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
}
.lg-outer .lg-video-object {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
	visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
	display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
	visibility: visible;
}
.lg-outer.lg-grab img.lg-object {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
	display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
	display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.lg-outer .lg-img-wrap {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
	background-image: none;
}
.lg-outer .lg-item.lg-current {
	z-index: 1060;
}
.lg-outer .lg-image {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
	opacity: 1;
}
.lg-outer .lg-empty-html {
	display: none;
}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
	opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
	opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
	opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
	opacity: 0;
	position: absolute;
	left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
	left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
	left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	left: 0;
	opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
	opacity: 1;
}
.lg-outer {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
}
.lg-outer * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lg-outer.lg-visible {
	opacity: 1;
}
.lg-outer .lg {
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
}
.lg-outer .lg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}
.lg-outer .lg-item {
	background: url(../images/loading.gif) no-repeat center;
	display: none !important;
}
.black-cont {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	height: 100%;
	display: none;
	background: #000;
	left: 0;
	position: fixed;
	top: 0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 9500;
}
.pop-cont {
	height: 100%;
	display: none;
	left: 0;
	position: fixed;
	top: 0;
	bottom: 0px;
	right: 0px;
	width: 100%;
	z-index: 9500;
}
.pop-cont table, .pop-cont table tr, .pop-cont table tr td {
	width: 100%;
	height: 100%;
}
.white-cont {
	width: 610px;
	padding: 10px;
	background: #ffffff;
	margin: 0px auto;
	position: relative;
}
.white-cont2 {
	width: 500px;
	padding: 10px;
	background: #ffffff;
	margin: 0px auto;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.close-icon {
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: -12px;
	right: -12px;
	cursor: pointer;
}
.ui-tooltip {
	background: rgba(0,0,0,.75);
	border: 0px solid rgba(0,0,0,.75);
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 4px 4px 4px;
	position: absolute;
	text-align: left;
	z-index: 3000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 0px #666666 !important;
	box-shadow: 0px 0px 0px #666666 !important;
}
.ui-tooltip h6, .ui-tooltip div {
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}
.ui-tooltip .ui-tooltip-content, .ui-tooltip table {
	max-width: 350px;
 _width: expression( document.body.clientWidth > 350 ? "350px" : "auto" );
}
.ui-tooltip table tr td {
	vertical-align: top;
}
.alert-success, .alert-error, .alert-info {
	display: block;
	width: auto;
	padding: 12px 15px;
	background: #dff7e0;
	color: #439d47;
	border: 1px solid #a1d6a3;
	font-size: 13px;
	line-height: 24px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}
.alert-error {
	color: #77373d;
	border: 1px solid #d4aaae;
	background: #fdedef;
}
.alert-info {
	color: #2C88FF;
	border: 1px solid #84b9fe;
	background: #e5f0fe;
}
tr.alert-info, .tbl-cont table tr.alert-info:nth-child(2n+1), .tbl-cont table tr.alert-info:hover {
	color: #2C88FF;
	border: 1px solid #84b9fe;
	background: #e5f0fe;
}
tr.alert-info td, .tbl-cont table tr.alert-info:nth-child(2n+1) td, .tbl-cont table tr.alert-info:hover td, .tbl-cont table tr.alert-info td {
	color: #2C88FF;
	padding: 0px;
	border: 0px;
	line-height: 24px;
}
.action-link {
	text-align: center;
}
.action-link ul li {
	width: 25px;
	margin: 0px auto;
}
.action-link ul li a.action-icon {
	width: 25px;
	height: 25px;
	margin: 0px;
	background: url(../images/settings.png) no-repeat center;
	display: block;
}
.action-link ul li .action-submenu {
	position: absolute;
	height: auto;
	top: 35px;
	z-index: 999;
	height: auto;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	right: -6px;
	width: 200px;
	display: none;
}
.action-link ul li .action-submenu.bottom {
	bottom: 35px;
	top: auto;
}
.action-link ul li .action-submenu.active, .action-link ul li .action-submenu.bottom.active {
	display: block !important;
}
.action-link ul li .action-submenu:after {
	bottom: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}
.action-link ul li .action-submenu.bottom:after {
	bottom: auto;
	top: 100%;
	right: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 9px;
	margin-left: -9px;
}
.action-link ul li .action-submenu ul {
	position: relative;
}
.action-link ul li .action-submenu ul li {
	width: 200px;
	float: none;
	height: auto;
	border: 0px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.action-link ul li .action-submenu ul li a, .action-link ul li:hover .action-submenu ul li a {
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 31px;
	height: 31px;
	color: #666666;
	background: transparent;
	padding: 3px 15px;
	cursor: pointer;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.action-link ul li .action-submenu ul li a:hover, .action-link ul li .action-submenu ul li:hover a {
	color: #32AAFD;
	background: rgba(0, 0, 0, 0.05);
}
.multiselect-container > li > a > label {
	display: block;
	padding: 5px 10px !important;
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	word-break: break-all !important;
	overflow: hidden !important;
}
.sortable {
	display: block;
	padding-right: 20px;
	background: url(../images/sortable.png) no-repeat right center;
}
.sortable.asc {
	display: block;
	padding-right: 20px;
	background: url(../images/sortable-asc.png) no-repeat right center;
}
.sortable.des {
	display: block;
	padding-right: 20px;
	background: url(../images/sortable-des.png) no-repeat right center;
}

.steps-sec {
	padding: 40px 0px;
	position: relative;
}
.steps-sec ul li {
	width: 25%;
	display: inline-block;
	float: left;
	position: relative;
	text-align: center;
	font-family: Roboto Slab, Times New Roman, Times, serif;
	font-size: 18px;
}
.steps-sec ul li a {
	background: #cfcfcf;
	border-radius: 50%;
	width: 60px;
	text-align: center;
	line-height: 24px;
	padding: 18px 0px;
	position: relative;
	text-align: center;
	margin: 0 auto 10px auto;
	color: #fff;
	font-family: Roboto Slab, Times New Roman, Times, serif;
	font-size: 18px;
	cursor: default;
	position:relative;
	z-index:1;
	display:block;
}
/*.steps-sec ul li a.first{background:#33af33;}*/
.steps-sec ul li.active a {
	background: #0394d8;
}
.steps-sec ul li.finish a span {
	visibility: hidden;
}
.steps-sec ul li.finish a {
	background: url(../images/white-tick.png) no-repeat center #33af33;
}
.steps-sec ul li::after {
	content: '';
	width: 100%;
	height: 4px;
	background: #cfcfcf;
	position: absolute;
	top: 25px;
	right: 50%;
}
.steps-sec ul li.active::after {
	background: rgba(51,175,51,1);
	background: -moz-linear-gradient(left, rgba(51,175,51,1) 0%, rgba(3,149,216,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(51,175,51,1)), color-stop(100%, rgba(3,149,216,1)));
	background: -webkit-linear-gradient(left, rgba(51,175,51,1) 0%, rgba(3,149,216,1) 100%);
	background: -o-linear-gradient(left, rgba(51,175,51,1) 0%, rgba(3,149,216,1) 100%);
	background: -ms-linear-gradient(left, rgba(51,175,51,1) 0%, rgba(3,149,216,1) 100%);
	background: linear-gradient(to right, rgba(51,175,51,1) 0%, rgba(3,149,216,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33af33', endColorstr='#0395d8', GradientType=1 );
}
.steps-sec ul li.finish::after {
	background: #33af33;
}
.steps-sec ul li.first::after {
	display: none;
}
.padd-cont2 { padding:40px 30px; }

.info-cont .student-id {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:50px;
	line-height:50px;
	color:#333333;
	padding:0px 0px 20px 0px;
	display:inline-block;
}
.info-cont .degree-course {
	font-family:'Oswald', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:30px;
	line-height:30px;
	color:#0394d8;
	padding:0px 0px 10px 0px;
	display:inline-block;
	text-transform:uppercase;
}
.info-cont .university {
	font-family:'Roboto Slab', Times New Roman, Times, serif;
	font-size:21px;
	color:#666666;
	line-height:28px;
	padding:0px 0px 10px 0px;
}
.section-form-container .cont-title3 {
	font-family: Poppins;
	font-size: 28px;
	color: #333;
	line-height: 34px;
	padding-bottom: 20px;
	font-weight: 600;
	margin:0px;
	display:block;
}
.section-form-container .form-cont2 ul li {
}
.section-form-container .form-cont2 ul li .input-lbl, .section-form-container .form-cont3 ul li .input-lbl {
	width: 36%;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #666666;
	line-height:20px;
	padding:10px 0px;
}
.form-cont2 ul li .wth2.input-lbl2, .form-cont3 ul li .wth2.input-lbl2 {
	padding:10px 0px 0px;
}
.input-lbl span {
	color: #f53f3f;
	font-size:14px;
	font-family:Open Sans, Arial, Helvetica, sans-serif;
}
.section-form-container .form-cont2 ul li .wth2, .section-form-container .form-cont3 ul li .wth2  {
	width:62.5%;
	float:right;
	font-size: 14px;
	color: #666666;
	position:relative;
}
.error-txt {
	position: absolute;
    top: 42px;
    left: 0px;
    line-height: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fbcfcf;
    color: #7e0b02;
    font-size: 11px;
    padding: 3px 5px;
}
.error-txt:after {
	bottom: 100%;
	left: 10px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(251, 207, 207, 0);
	border-bottom-color: #fbcfcf;
	border-width: 6px;
	margin-left: -6px;
}
.section-form-container .input-txt, .section-form-container .form-cont2 ul li .input-txt, .section-form-container .sele-txt, .section-form-container .form-cont2 ul li .sele-txt, .input-error {
	width: 100%;
	max-width: 285px;
	_width: expression( document.body.clientWidth > 285 ? "285px" : "auto" );
	padding: 6px 10px;
	border: 1px solid #d1d1d1;
	line-height: 28px;
	height: 40px;
	font-size:14px;
	margin:0px !important;
}
.input-error { border: 1px solid #e17dc7; }
.span-txt {
	line-height: 20px;
	font-size: 11px;
	font-style: italic;
	color: #666666;
	display: block;
	text-align: left;
}
.back-btn, .next-btn, .payment-btn {
	width: 120px;
	line-height: 24px;
	background: #f4f7fa;
	padding: 8px 20px;
	height: 40px;
	margin: 0px 5px;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	cursor: pointer;
	text-transform:uppercase;
}
.payment-btn {
	width: 200px;
	background: #33af33;
	color: #fff;
}
.next-btn {
	background: #33af33;
	color: #fff;
}
.back-btn { color: #fe4a4a; }
.global-loader {
	background:rgba(0,0,0,0.7);
	position:fixed;
	width:100vw;
	height:100vh;
	top:0px;
	left:0px;
	z-index:5;
}
.global-loader table, .global-loader table tr, .global-loader table tr td { text-align: center; font-size:18px; font-family:'Roboto Slab', Arial, Helvetica, sans-serif; color:#ffffff; }


.maintanin {	
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #f1f1f1 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0 );
	padding:200px 0px;
	text-align:center;
}
.maintanin h1{
    font-family: "Roboto Slab", serif;
    font-size: 27px;
    font-weight: 700;
    line-height: 30px;
    margin: 5px 0px;
    padding: 0;
    color: #124fa2;
	text-align:center;
}
.maintanin p{ text-align:center; }

.steps { margin:0px -10px; }
.steps ul { width:100%; float:left; }
.steps ul li { width:25%; float:left; }
.steps ul li a { width:100%; font-family:'Nunito', Arial, Helvetica, sans-serif; font-size:16px; color:#666666; background:#f4f4f4; padding:8px 0px; display:block;text-align:center; }
.steps ul li.active a {	
	background: #33af33;
	background: -moz-linear-gradient(left, #33af33 0%, #1583f8 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, #33af33), color-stop(100%, #1583f8));
	background: -webkit-linear-gradient(left, #33af33 0%, #1583f8 100%);
	background: -o-linear-gradient(left, #33af33 0%, #1583f8 100%);
	background: -ms-linear-gradient(left, #33af33 0%, #1583f8 100%);
	background: linear-gradient(to right, #33af33 0%, #1583f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33af33', endColorstr='#1583f8', GradientType=1 );
	color:#ffffff;
}
.steps ul li.first.active a { background:#1584f8; color:#ffffff; }
.steps ul li.finish.active a, .steps ul li.first.finish.active a { background:#33af33; }

.steps ul li a span{ font-family:'Nunito', Arial, Helvetica, sans-serif; font-size:16px; font-weight:600; line-height:30px; padding:5px 0px; display:inline-block; }
.steps ul li a span.pnt {
	background:#ffffff;
	line-height:30px;
	padding:5px 0px;
	width:40px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin-right:12px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.steps ul li.active a span.pnt { color:#1584f8; }
.steps ul li.finish.active a span.pnt { color:#33af33; }

.form-cont5 { padding:50px 0px 0px; }
.form-cont5 h2 { font-size:24px; line-height:45px; border-bottom: 1px solid #f1f4f8; font-family:'Nunito', Arial, Helvetica, sans-serif; margin-bottom:20px; padding-bottom:10px; }

.form-cont5 ul {
	width:100%; float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:0px 10% 20px;
}
.form-cont5 ul li {
	float: left;
	width: 50%;
	padding:0px 20px 20px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position:relative;
}
.form-cont5 ul li.btn-cont { width: 100%; padding:0px; text-align:center; }

.form-cont5 ul li .label-txt {
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
	display:block;
	margin:0px 0px 5px 0px;
	font-family:'Nunito', Arial, Helvetica, sans-serif;
}
.form-cont5 ul li .label-txt .required { color:#FF788E; }
.form-cont5 ul li .input-txt {
	border-radius: 4px;
	height: 50px;
	padding: 10px 18px;
	font-size: 16px;
	font-weight: 500;
	background-color: #F2F6FE;
	color: #506690;
	line-height:30px;
	width: 100%;
	font-family:'Nunito', Arial, Helvetica, sans-serif;
	border: 1px solid #f1f4f8;
	max-width: none;
	_width: expression(this.scrollWidth > none ? "none" : "auto");
	-webkit-transition: border-color 0.15s ease-in-out;
	-moz-transition: border-color 0.15s ease-in-out;
	-ms-transition: border-color 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}
.form-cont5 ul li .input-txt.datepick { background: url(../images/cal-icon.png) no-repeat right center #F2F6FE; background-position: center right 10px; }
.form-cont5 ul li .input-txt:focus {
	background:#ffffff;
	border: 1px solid #1652F0;
	color:#000000;
}
.form-cont5 ul li .input-txt.input-txt2 { padding:10px 18px 10px 58px; }
.form-cont5 ul li .input-txt.datepick:focus { background: url(../images/cal-icon.png) no-repeat right center #ffffff; background-position: center right 10px; }
.form-cont5 ul li .error-txt {
	position:static;
	background:Transparent;
	text-align:right;
	font-style:italic;
	color:#FF788E;
	display:block;
	padding:0px;
	line-height:20px;
}
.form-cont5 ul li .error-txt:after { display:none; }
.mobile-code {
	position:absolute;
	top:39px;
	left:20px;
	font-size: 16px;
	font-weight: 500;
	color: #506690;
	line-height:30px;
	font-family:'Nunito', Arial, Helvetica, sans-serif;
	width:30px;
}

.form-cont5 ul li .next-btn {
	width:auto;
	font-size: 16px;
	font-weight: 700;
	font-family:'Nunito', Arial, Helvetica, sans-serif;
	padding: 10px 45px;
	line-height:30px;
	height:50px;
}
.form-cont5 ul li .back-btn {
	width:auto;
	font-size: 16px;
	font-weight: 700;
	font-family:'Nunito', Arial, Helvetica, sans-serif;
	padding: 10px 45px;
	line-height:30px;
	height:50px;
}
.form-cont5 h6 { font-size:18px; line-height:30px; font-family:'Nunito', Arial, Helvetica, sans-serif; }

/* datepicker
------------------------------------------------------------------------------------------------*/
.ui-helper-clearfix {
	display: none;
}
.ui-datepicker {
	background: #ffffff;
	font-size: 13px;
	color: #222222;
	display: none;
	width: 282px;
	padding: 8px;
	border: 0px;
	border-bottom: 1px solid #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	z-index: 3 !important;
	-webkit-box-shadow: 0px 2px 5px rgba(0, 29, 59, 0.15);
	-moz-box-shadow: 0px 2px 5px rgba(0, 29, 59, 0.15);
	box-shadow: 0px 2px 5px rgba(0, 29, 59, 0.15);
}
.ui-datepicker.ui-datepicker-multi-2 {
	width: 564px !important;
}
.ui-monthpicker {
	width: 200px;
	background: #ffffff;
}
.ui-monthpicker .ui-widget-header {
	background: #ffffff;
	color: #222222;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 32px;
	padding: 5px 0px;
	padding: 0px;
	border: 0px solid #7f858d;
	border-radius: 0px;
	display: block;
}
.ui-widget-header.ui-helper-clearfix {
	display: block;
}
.ui-monthpicker.ui-datepicker .ui-datepicker-prev, .ui-monthpicker.ui-datepicker .ui-datepicker-next, .month-picker-previous a, .month-picker-next a {
	width: 32px;
	height: 32px;
	position: absolute;
	font-size: 0px;
	top: 0px;
	cursor: pointer;
	text-align: center;
}
.ui-monthpicker .ui-datepicker-prev, .ui-monthpicker .ui-datepicker-next {
	width: 32px;
	height: 32px;
	position: absolute;
	font-size: 0px;
	top:0px;
	cursor: pointer;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}
.ui-monthpicker .ui-datepicker-prev {
	left: 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.ui-monthpicker .ui-datepicker-next {
	right: 0px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: center;
}

.ui-monthpicker .ui-widget-header .ui-state-hover { border: 0px !important; }

.ui-monthpicker .ui-datepicker-title select {
	background: #ffffff;
	border: 0px;
	font-size: 14px;
	color: #32425b;
}
.ui-monthpicker.ui-datepicker table tbody { border: 0px; }

.ui-monthpicker .ui-datepicker-calendar tr td { background: #ffffff; border: 0px; }

.ui-monthpicker.ui-datepicker .ui-datepicker-calendar tr td a { background: #ffffff; border: 0px; font-size: 11px; color: #32425b; text-transform: uppercase; }

.ui-monthpicker.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-hover { background: #f1f1f1; }

.ui-monthpicker.ui-datepicker .ui-datepicker-calendar tr td a.ui-state-highlight { background:#1c98e0; color: #ffffff; }


.tabs-head-cont { text-align: center; display: block; }
.tabs-head-cont li { display: inline-block;vertical-align: top; }
.tabs-head-cont li a {
	background: rgba(255,255,255,0.7);
	font-size: 13px;
	line-height: 28px;
	padding: 10px 25px;
	display: block;
	color: #32425b;
	border-top: 3px solid #d6dde7;
	cursor: pointer;
}
.tabs-head-cont li a.active {
	background: rgba(255,255,255,1);
	color: #0379bc;
	font-size: 15px;
	border-top: 3px solid #0379bc;
	text-transform: uppercase;
}

.profile-info { display: block; text-align: center; position: relative; z-index: 2; }
.pro-img-sec { width: 80px; display: inline-block; text-align: center; vertical-align: top; margin-right: 10px; }

.profile-img2 {
	width: 80px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
}
.profile-img2 img { width: 100%; height: 100%;  object-fit: cover;  }

.profile-img2 .custom-file-upload {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	background: rgba(0,0,0,0.5);
	line-height: 28px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
}
.profile-edit input { 
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:40px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	pointer-events:none;
}
.profile-dts { display: inline-block; width: 300px; vertical-align: top; text-align: left; padding-top: 20px; }

.edit-cont {
  width: 100%;
  margin: 0px auto;
    margin-top: 0px;
  text-align: right;
  position: relative;
  z-index: 1;
}

.edit-cont a.edit {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0195ff;
  background: url(../images/edit2.png) no-repeat left center;
  background-size: 16px 16px;
  padding: 0px 0px 0px 25px;
  cursor: pointer;
}
.form-cont2 ul li .wdth1 {
	width: 55%;
	float: right;
	position: relative;
}
.form-cont2 ul li .wdth1 .input-txt {
	width: 100%;
	max-width: 280px;
    _width:expression(this.scrollWidth > 280 ? "280px" : "auto"); /* sets max-width for IE6 */
	margin: 0px;
	padding: 0px 8px;
	border: 1px solid #bac2cf;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #32425b;
	background: #ffffff;
	height: 34px;
	line-height: 34px;
	float: none;
}
.form-cont2 ul li .wdth1 .error-txt { display: none; }



.tbl-cont2 {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 20px;
}
.tbl-cont2 table.product-table {
	border-collapse: collapse;
	margin: 0px auto;
}
.tbl-cont2 table.product-table th {
	border-collapse: collapse;
	background: #416394;
	border: 1px solid #2d4b77;
	font-size: 13px;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	line-height: 24px;
}
.tbl-cont2 table.product-table td {
	border: 1px solid #d1d1d1;
	border-top: 0px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	line-height: 24px;
	padding: 5px;
	border-collapse: collapse;
	background: #ffffff;
}
.tbl-cont2 table.product-table tr.Chennai td { color: #c73a58; background: #fde3e9; }

.tbl-cont2.bg-tbl-clr-1 table.product-table thead th { background: #00ba8b; color: #ffffff; border: 1px solid #00ba8b; }
.tbl-cont2.bg-tbl-clr-1 table.product-table tbody th { border:1px solid #4bc0c0; color: #0c8888; background: #e0ffff; }

.tbl-cont2.bg-tbl-clr-2 table.product-table thead th { background: #f7a600; color: #ffffff; border: 1px solid #f7a600; }
.tbl-cont2.bg-tbl-clr-2 table.product-table tbody th { border:1px solid #ff9f40; color: #af5d0c; background: #feeddd; }

.tbl-cont2.bg-tbl-clr-3 table.product-table thead th { background: #2b83f1; color: #ffffff; border: 1px solid #2b83f1; }
.tbl-cont2.bg-tbl-clr-3 table.product-table tbody th { border:1px solid #36a2eb; color: #166da8; background: #ddf1ff; }

.tbl-cont2.bg-tbl-clr-4 table.product-table thead th { background: #c73a58; color: #ffffff; border: 1px solid #c73a58; }
.tbl-cont2.bg-tbl-clr-4 table.product-table tbody th { border:1px solid #ff6384; color: #c73a58; background: #fde3e9; }

.pt-th, .tbl-cont2.bg-tbl-clr-1 table.product-table thead th.pt-th, .tbl-cont2.bg-tbl-clr-2 table.product-table thead th.pt-th, .tbl-cont2.bg-tbl-clr-3 table.product-table thead th.pt-th, .tbl-cont2.bg-tbl-clr-4 table.product-table thead th.pt-th { visibility: hidden; border: 0px; }


.tbl-cont2 table td.pay-dtl {
	padding:0px;
	-webkit-border-radius: 0px 30px 30px 0px;
	-moz-border-radius: 0px 30px 30px 0px;
	border-radius: 0px 30px 30px 0px;
	width:35px;
	line-height:35px;
	font-size:16px; 
	font-weight:700;
	color:#ffffff;
	border: 0px;
	font-size: 0px;
}
.tbl-cont2 table td.pay-dtl.success { background:url(../images/paid.png) no-repeat center #45b15a; }
.tbl-cont2 table td.pay-dtl.error { background:url(../images/npaid.png) no-repeat center #ed5564; }

.td-sticky { position: -webkit-sticky; position: sticky;  width: 100px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.td-sticky-first { left: 0px; }
.td-sticky-second { left: 100px; }


.tbl-cont2 table.product-table th.td-sticky:after, .tbl-cont2 table.product-table th.td-sticky:before, .tbl-cont2 table.product-table td.td-sticky:after, .tbl-cont2 table.product-table td.td-sticky:before { content: ''; position: absolute; top: 0px; left: 0; width: 100%; height: 100%; pointer-events: none; }

.tbl-cont2 table.product-table th.td-sticky:before { border-bottom: 1px solid #2d4b77; }
.tbl-cont2 table.product-table th.td-sticky:after { border-right: 1px solid #2d4b77; }

.tbl-cont2 table.product-table td.td-sticky:before { border-bottom: 1px solid #d1d1d1; }
.tbl-cont2 table.product-table td.td-sticky:after { border-right: 1px solid #d1d1d1; }

.checkmark {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50%;
	display: block;
	padding:0px 0px;
	margin:30px auto;
}
.checkmark svg{
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 0px auto;
	box-shadow: inset 0px 0px 0px #33AF33;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}
.checkmark__check {
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
.checkmark__circle {
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
	stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #33AF33;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
@keyframes stroke {
100% {
	stroke-dashoffset: 0;
}
}
@keyframes scale {
0%, 100% {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-ms-transform: none;
	transform: none;
}
50% {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	-o-transform: scale3d(1.1, 1.1, 1);
	-ms-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
}
@keyframes fill {
100% {
	-webkit-box-shadow: inset 0px 0px 0px 50px #33AF33;
	-moz-box-shadow: inset 0px 0px 0px 50px #33AF33;
	box-shadow: inset 0px 0px 0px 50px #33AF33;
}
}
