/* CSS Document */
/* =============================================================================
   Font Face
   ========================================================================== */
   
/*@font-face {
    font-family: 'quattrocento_sansregular';
    src: url('../fonts/quattrocentosans-regular-webfont.eot');
    src: url('../fonts/quattrocentosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quattrocentosans-regular-webfont.woff') format('woff'),
         url('../fonts/quattrocentosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/quattrocentosans-regular-webfont.svg#quattrocento_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular.woff2') format('woff2'),
         url('fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
#approveDiv_w_CM a:focus, a:hover {

    color: #fff;
    text-decoration: none;

}





body{
    /*font-family: 'quattrocento_sansregular' !important;*/
	font-family: 'open_sansregular';
}



/*Added by Ajith*/
.cke_inner span *,
.cke_inner span *:before,
.cke_inner span *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/*Added by Ajith*/

.clear{clear:both;}
.header {
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgb(237, 237, 237) 100%);
    padding: 0px 8px;
    width: 100% !important;
    float: left;
   /* -webkit-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.75);*/
	box-shadow: 0px 7px 5px -10px rgba(0, 0, 0, 0.51); 
	border-bottom: 1px solid #e6e6e6;
	}
.top-header{
   /*border-top: 5px solid #08D4AC;*/
   -webkit-box-shadow: -1px 3px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 3px 5px -2px rgba(0,0,0,0.75);
box-shadow: -1px 2px 5px -2px rgba(0,0,0,0.75);
position:relative;
}
.logo-text{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}
.logo-text small{
	color:red;
	font-size: 18px;
}
.right-box{
	width:252px;
	float:right;
}
.right-box a {
    display: block;
    color: #444;
    line-height: 24px;
    width: 42px;
    float: left;
    margin: 10px 2px;
}
.no-pad {padding:0px !important;}
.user{
	float:right;
	text-align:center;
	padding: 6px 15px 0;
}
.user a{
	display:block;
	padding:15px 0 0 0;
}
.user img{
    width: 45px;
    height: 45px;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 3px 0px #9A9A9A;
    border-radius: 100%;
    padding: 0;
	margin-top:10px;
}
.user label{
    font-weight: normal;
    color: #333;
    font-size: 12px;
    line-height: 16px;
}
label{
	font-weight:normal !important;
	margin-top:12px;}

.right-box{
	width:192px;
	float:right;
	padding-top: 0px;
}
.right-box a {
    display: block;
    color: #114f89;
    width: 24px;
    border-right: 1px solid #ededed;
    border-left: none;
    text-align: center;
    height: 24px;
    font-size: 10px;
}
.right-box a:hover{
	display: block;
    color: #3876d4;
    /*line-height: 42px;*/
    width: 24px;
	border-left:none;
	text-align:center;
	background: #3876d4;
	color: #fff;
	height:24px;
}
.right-box a:first-child{
	/*border-left:1px solid #DDD;*/
}

.fluid{padding:0px !important;}
.navbar{border-bottom:none !important; margin-bottom:0px !important;}
.navbar-nav>li>a{text-transform:uppercase;}
.head {
    padding: 0px 5px;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.logo{
	display:block;
	padding: 5px 0;
	margin-left:0px;
	float:left;
	height: 52px;
}
/*.logo img{
	width: 170px;
    height: 55px;
}*/

.readmore-shell{
	background-color:#FFF;
	padding: 12px;
	border-top: 1px solid #EAEAEA;
	border-radius: 0 0 5px 5px;
}
.readmore-shell a{
	display:inline-block;
	padding: 0 15px;
	float:right;
	font-size:16px;
	color:#333;
}
.readmore-shell a i{
	color:#10BAE4;
}
.readmore-shell a:hover{
	color:#10BAE4;
}

.tab-one{
	margin: 0 0 15px;
}
.inner-tab{
	padding:15px;
	border-radius:4px;
	background-color:#FFF;
}
.table-responsive{
	border:none !important;
}
.tab-table td{
	border-bottom: 1px solid #EAEAEA;
}	
.tab-table td b{
	padding: 10px 8px;
	display:block;
	text-transform: uppercase;
	font-size: 12px;
}	
.tab-table td label {
    padding: 7px;
    font-weight: normal;
    float: left;
    margin: 0px auto;
}
.tab-table td img{
	float:left;
	margin: 0 0 0 5px;
}		
.tab-table td span{
	display:block;
	height:2px;
}	
.tab-table td i{
	margin-left:5px;
}	
.tab-two{
	margin-bottom:25px;
	border-radius: 5px;
	/*background: #f4f4f4;*/
}
.table-second td{
	border-bottom: 1px solid #EFEFEF;
}
.table-second td b{
	padding: 20px 0 20px 15px;
	display:block;
}	
.table-second td label{
	padding: 10px 0 5px 15px;
	font-weight:normal;
	display:block;
	margin:0px;
}
.table-second  td span{
	display:block;
	height:2px;
	background:#DDD;
	margin-right:20px;
}
.pie-chart-box{
	background:#F4F4F4;
	padding:15px;
	border-radius:5px;
	margin-bottom:15px;	
	height:426px !important;
	text-align:center;
}
.pie-chart-box h2{
	font-size:15px;
	padding:5px 0 10px;
	margin:0px;
}
.top-padding{
	padding-top:43px;
}
.pie-chart-holder{
	padding-top:43px;
}
.ribbon-box{
	padding-left:0px !important;
	border:none !important;
	min-height:46px;
	padding-bottom:20px;
}
.tihidRibbon8{
    /*width:219px;
    height:34px;*/
    position: relative;
    float:none;
    color:#333;
    /*background:#00997b;*/
    line-height:40px;
    text-align:center;
	padding: 10px 0 8px;
}
.tihidRibbon8 h4 {
    font-size: 14px !important;
    line-height: 21px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.tihidRibbon8:before{
    position: absolute;
    content: "";
    /*margin-left: -22px;*/
    margin-top: 0px;
    border-top: 17px solid transparent;
    /*border-right: 12px solid #00997b;*/
    border-bottom: 17px solid transparent;
    display: block;
}
.tihidRibbon8:after{
	display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: 0px;
    content: "";
    border-bottom: 10px solid transparent;
    /*border-left: 9px solid rgb(41, 51, 1);*/
}
.date-box{
	/*background-color: #3876D4 !important;*/
	border:none !important;
	padding: 0 0 0px 0px !important;
}
.date{
	padding:0px !important;
}
.date h1{
	/*font-size:48px;*/
	color:#00B18E;
	float:left;
	margin:0;
	padding:0;
}
.date label{
	display: block;
    padding: 0 0 4px 4px;
    float: left;
    line-height: 9px;
    margin: 0px;
	font-weight:normal;
	font-size:11px;
}
.day{ color:#FFF; padding-top:8px !important;}
.month{ color:#939DC1;}
.year{ font-size:14px !important; color:#939DC1;}
.time-shell {
    margin: 0px auto;  
}
.foot-tme {
    color: #fff;
    padding: 6px 45px;
    float: right;
}
.date span{
	display: block;
    float: left;
    line-height: 21px;
    margin: 0px;
	font-size:14px;
	padding:0 1px;
	font-weight:normal !important;
}
.copy{
	margin: 7px auto 4px !important;
	color: #fff;
	font-size: 12px;
	border: none !important;
	line-height: 16px;
	padding: 0 0 0 25px;
	float: left;
	margin-bottom:0px;
}

.main-footer {
    background: #1c60a2 !important;
  	/*padding: 15px 0;
    border-bottom: 3px solid #da3136;*/
}
.main-footer a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:26px;
	display:block;
	float:right;
	padding: 19px 25px 0 0;
	color:#FFF;
}
.main-footer a span{
	color:red;
}
.main-footer a small{
	font-size:20px;
}
.main-footer a:hover{
	color:#FFF;
	text-decoration:none;
}
/*=================
login style========*/
.loin-head{
	border-radius: 8px 8px 0 0;
	background-color:#2c365d;
	height:48px;
	margin-top:40px;
}
.login-container{
	width:60%;
	margin:0px auto;
}
.bg-login{
	background:#EEE;
}
.login-bg{
    background: #FFF url("../images/login.jpg") no-repeat scroll 100% 100%;
	min-height:390px;
	border:1px solid #DDD;
	text-align:center;
}
.login-bg img{
    margin-top:60px;
}
.login-right{
	padding: 29px 25px 34px 10px;
	display:block;
}
.padding-left{
	padding-left:0px !important;
}
.login-in-head{
	padding: 0 0 30px;
}
.log-input-shell{
	padding-bottom:5px;
}
.log-input-shell span{
	display:block;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.log-input-shell input {
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #E1E1E1;
    border-radius: 0;
    margin: 5px auto;
}
.login{
	/*float:left;
	width:127px !important;*/
	border:none !important;
	background-image: linear-gradient(to right top, #aa0505, #bf1e19, #d42f2b, #ea3f3d, #ff4f4f);
	font-size:14px;
	color:#FFF !important;
	margin-top:0px;
}
.login:hover{
	background-image: linear-gradient(to right top, #fb2424, #e72923, #f8322d, #e42422, #f52f2f);
}
.password{
    /*float: right;
    width: 150px !important;*/
    background: #E8E8E8;
	font-size:14px;
	margin-top:0px;
}
.password:hover{
    background: #FFF;
}
.loin-bottom{
	/*border-radius: 0 0 8px 8px;
	background-color:#2c365d;
	height:48px;
	margin-bottom:0px;*/
	position: absolute;
	bottom: -48px;
	right: 107px;
}
.loin-bottom a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	display:block;
	float:right;
	padding-right:25px;
	color:#FFF;
	line-height:48px;
}
.loin-bottom a span{
	color:red;
}
.loin-bottom a small{
	font-size:14px;
}
.loin-bottom a:hover{
	color:#FFF;
	text-decoration:none;
}
.paddig-size{
	padding: 0 0 0 10px !important;
}
/*=============
business details page styles===============*/
.current-page{
	padding:10px 15px 0px 4px;
	background:#FFF;
	/*border-bottom:1px solid #E2E1E1;*/
}
.current-page ul{

	margin:0;
	padding:0;
	list-style:none;
}
.current-page li{
	float:left;
}
.current-page li a{
	text-decoration:none;
	display:block;
	padding: 0 5px 0 0;
	color: #777;
}
.current{
	color:#10BAE4 !important;
}
.business-shell{
	padding:0px;
	border-radius:5px;
	/*border: 1px solid #f4f4f4;*/
}
.main-head{
	padding-bottom:10px;
}
.main-head h1{
	float:left;
	font-size:18px !important;
	padding:0;
	margin:0;
	line-height: 35px;
	color:#323A98;
}
.main-head h2 {
    float: left;
    font-size: 15px !important;
    padding: 7px 0 0;
    margin: 0;
    color: #3474AD;
    font-weight: 600;
}
.main-head span{
	float:right;
	line-height:32px;
}
.main-head p{
	float:right;
	margin:0px;
	padding:0;
}
.shell-inputs{
	padding-bottom:6px;
	min-height: 40px;
	font-size: 12px;
}
.shell-inputs label{
	/*width:160px;*/
	color: #222;
}
.no-padding{padding:0 !important;}
.shell-inputs span{
	display: block;
    /*padding: 7px 0 4px 0;*/
    font-weight: bold;
    color: #555;
	z-index:1;
}
.shell-inputs span small{
	color:red;
	font-size:16px;
}
/*.shell-inputs select{
	padding:5px;
	width:100%;
	border:1px solid #DDD;
	border-radius:3px;
	height: 38px;
}*/
.textfield{
	padding:7px;
	width:100%;
	height:26px;
	border:1px solid #DDD;
	border-radius:1px;
	
}
.textfield_search{
	padding:5px;
	width:100%;
	height:26px;
	border:1px solid #DDD;
	border-radius:3px;
}

.shell-inputs textarea{
	padding:5px;
	width:100%;
	height:47px;
	border:1px solid #DDD;
	border-radius:3px;
}
.submit{
	background:#15a4f8 !important;
	font-size:14px;
	color:#FFF !important;	
	border-radius:3px;
	padding: 7px 26px;
	border:none !important;
	float:right;
	margin-left:8px;
	line-height:normal;
}
.submit:hover{
	background:#10BAE4 !important;
	color:#FFF;
}
.blue-menu{
	background:#3474AD !important;
	font-size:14px;
	color:#FFF;	
	border-radius:3px;
	padding: 7px 12px;
	border:none !important;
	float:right;
	margin-left:8px;
	line-height:normal;
}
.blue-menu:hover{
	background:#10BAE4 !important;
	color:#FFF;
}
.shell-inputs-top{
	padding-bottom:10px;
}
.radius{
	border-radius: 0px 3px 3px 0px !important;
}
.search-label{
    border: 1px solid #DDD;
    border-right: none;
    border-radius: 3px 0px 0px 3px;
    padding: 7px 10px 8px 10px;
    margin: 0px;
	background-color:#F1F1F1;
	width:160px;
}
.only-bootom{
	padding:0px !important;
	margin-bottom:10px;
}
.padding-bottom{
	padding-right:0px !important;
	padding-bottom:15px !important;
}
.search{
    background: #15a4f8 !important;
    border: none !important;
    display: block !important;
    width: 100%;
    padding: 8px 0 !important;
	/*margin-top:52px;*/
}
.search span{
	color: #FFF;
    padding: 0 8px;
}
.search i{
	color: #FFF;
}
.search:hover{
	background:#10BAE4 !important;
}
.countris{
	padding:0;
}
.countris table th{
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	padding: 6px 0;
}
.countris table th b{
	color:#222;
	display:block;
	padding:0 0 0 10px;
}
.countris table td{
	border-bottom:1px solid #DDD;
	padding: 6px 0;
}
.inactive{border-bottom:#FF8A8A 1px solid;!important;}
.active{}

.countris table td span{
	display:block;
	padding:0 0 0 10px;
}
.countris table td a {
    display: inline-block;
    text-align: center;
    line-height: 16px;
}
.countris table td a img{
    width:13px;
}

/*=============
case view page styles===============*/
.case-view{
	border-radius:5px;
	border:1px solid #DDD;
	margin-bottom:15px;
	background-color:#FFF;
}
.case-view-inner{
	border-bottom:1px solid #DDD;
}
.case-view-colum{
	padding: 8px 0;
	border-right:1px solid #DDD;
}
/*.case-view-inner span, strong{
	color:#222;
}*/
.case-view-inner label{
	display:block;
}
.border{
	border:none !important;
}
.border-radius{
	border:none !important;
	border-radius:0 0 5px 5px;
}
.case-inner-one{
	border-bottom:1px solid #DDD;
	background-color:#F8F8F8;
}
/*.case-inner-one span, strong{
	color:#222;
}*/
.arrow_box{
    position: absolute;
    background: #13195C;
    left: 0px;
    top: 0px;
    line-height: 38px;
    padding: 0 10px 0 20px;
    color: #FFF;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 0%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow_box:after {
    background: url(../images/right.png) no-repeat top left;
    width: 26px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    border: none;
	
}
.acco-head{
	width: 100%;
	background: #E1F3F7;
}
.acco-head:hover{
  background: #C2DDE3;
}
.acco-head label{
	display: block;
    float: left;
    line-height: 38px;
    margin: 0px;
}
.acco-head label strong{
	color:#333;
	font-weight:bold;
}
.acco-label-1{
	padding: 0 0 0 113px;
    margin: 0px;
}
.date-label{
	padding-left:30px;
}
.task{
	border-radius:3px;
	color:#333;
	padding: 5px 10px 5px 10px;
	display:inline-block;
	background:#EFEFEF;
	width: 180px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.task i{
	color:#10BAE4;
	font-size:20px;
}
.acc-row{
	padding: 8px 0;
}
.acc-row-a{
	float:right;
	padding: 5px 10px;
	border-radius:4px;
	color:#FFF;
	background:#15a4f8;
}
.add-icon-a{
	padding: 5px 30px ;
}

.attach{
	color:#15a4f8;
	text-decoration:underline;
}
.attach:hover{
	color:#10BAE4;
}
.acc-row-a:hover{
	background:#10BAE4 !important;
	color:#FFF;
}
.acc-row-two{
	background:#EFEFEF;
}
.sub-menu{
	font-size: 11px !important;
    padding-left: 42px !important;
	position:relative;
}
.sub-menu:before{
    content: '\2192';
    position: absolute;
    left: 25px;
    top: 9px;
}
.return{
	width:auto !important;
	border:none !important;
}
/*==========================
new style 10-07-2015
===============================================
*/
.align-left{float:left;}
.tag-left{ float:left; padding: 4px 4px 0 0; font-weight:normal;}


/*==========================
new style 16-10-2015
===============================================
*/
.branch-shell input{
	width:100%;
	padding:5px;
	border:1px solid #DDD;
	border-radius:3px;
}
.branch-shell-in{
	padding-bottom:12px;
}
.branch-shell-in label{
	display:block !important;
}
.branch-shell-in img{
	float:left;
	margin: 6px 0 0 6px;
}
.bottom{
	margin-top:52px;
}
.members-details{
	padding:15px 0;
}
.top-bottom{
	padding: 20px 0 0 0 !important;
	border-top: 1px solid #00B18E;
}
.top-bottom b{
	display:inline-block;
	color:#666;
	padding: 0 20px;
}

.top-bottom-special{
	border-top: 1px solid #00B18E;
}
/*new style *************************************************************************************************/
.padding-right{
	padding-right:0px !important;
}
.padding-left{
	padding-left:0px !important;
}
.right-menu-hdder {color: #fff;
padding: 7px 13px 5px;
font-weight: bold;}
.inr-scrll-rigt {padding: 0px 16px 0 0;overflow:hidden;}

.navbx-tbls2 {height: 271px !important;}
.profle-2 { padding: 0px 260px 0 0 !important;}
.tsccc2 {height: 237px !important;}
.fin-yer-txt {
    padding: 10px;
    font-size: 15px;
    text-align: center;
    position: absolute;
    right: 13px;
top: 20px;
}
.nav-tabs {
    background: #f9f9f9;
}

@media only screen and (min-width:1325px) and (max-width: 1590px) {
.profle-2 {

    padding: 0px 17px 0 0 !important;

}

}

@media only screen and (min-width:1025px) and (max-width: 1324px) {
.profle-2 {
    padding: 0px 15px 0 0 !important;
}
#screenFiller1 {
    border-bottom: 33px solid #1c60a2 !important; }
	
}
@media only screen and (min-width:768px) and (max-width: 1024px) {

.help-dsk-txt, .help-dsk-txt2, .help-dsk-txt3, .help-dsk-txt4 {
    text-align: right;
    padding: 25px 20px !important;
}
#hoeapp-wrapper[hoe-device-type="phone"] #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
    margin-left: 0px !important;
}
.hoe-minimized-lpanel #hoe-left-panel {
    width: 256px !important;
}
#hoe-header.hoe-minimized-lpanel > .hoe-left-header {
    width: 257px !important;
}
.profle-2 {
    padding: 0 !important;
}
.tsccc2 {
    height: 188px !important;
}
.navbx-tbls2 {
    height: 221px !important;
}
#screenFiller1 {
    border-bottom: 48px solid #1c60a2 !important; }
.fin-yer-txt {
    position: static;
    float: left;
    width: 100%;
    text-align: right;
    padding: 23px 10px 10px;
}
}

@media only screen and (min-width:480px) and (max-width: 768px) {
	.pie-chart-holder{ padding-top:0px;}
		#cssmenu > ul > li > a{
		border-bottom:none !important;
	}
	.ribbon-box{ display:none !important;}
	.login-right {
		display: block;
		
	}
	#hoeapp-wrapper[hoe-device-type="phone"] #hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
    margin-left: 0px !important;
}
	.login-right2 {
		display: block;
	}	
	.login {
		width: 145px !important;
	}	
	.password {
		width: 145px !important;
	}	
	.login-in-head {
		padding: 0 0 5px;
	}
	.login-bg {
		background: #FFF url("../images/login.jpg") no-repeat scroll 100% 100%;
		border: 1px solid #ddd;
		min-height: 375px;
	}
	.padding-bottom {
		padding-right: 15px !important;
	}
	.search {
		width: 160px;
		margin:0px;
	}
	.login-container{width:95%;}
	.case-view-colum {
		border-right:none;
	}
	.smk_accordion .accordion_in .acc_head {
		height: auto !important;
	}
	.acco-head label {
		display: block;
		float: none;
		line-height: 32px;
		margin: 0;
		padding: 0 !important;
	}
	.arrow_box {
		position: inherit;
	}
	.smk_accordion .accordion_in .acc_head .acc_icon_expand {
		margin-top: 0px !important;
		right: 0;
		top: inherit !important;
		bottom:0px;
		z-index: 2;
	}
	.task {
		margin-bottom: 8px;
	}
#hoeapp-container[hoe-lpanel-effect="shrink"] #main-content {
    margin-right: 0 !important; }	
.profle-2 {
    padding: 0 !important;
}
.tsccc2 {
    height: 188px !important;
}
.navbx-tbls2 {
    height: 221px !important;
}
	#screenFiller1 {
    border-bottom: 71px solid #1c60a2 !important; }
	.foot-tme {
    padding: 6px 0;
    float: left;
}	
.fin-yer-txt {
    right: 8px;
    top: 72px;
}
.fin-yer-txt {
    position: static;
    float: left;
    width: 100%;
    text-align: left;
    padding: 25px 10px 8px;
}
}

@media only screen and (min-width:320px) and (max-width: 480px) {
	#screenFiller1 {
    border-bottom: 79px solid #1c60a2 !important; }
	.foot-tme {
    padding: 6px 0;
    float: none;
}
	.mclear{clear:both;}
	#cssmenu > ul > li > a{
		border-bottom:none !important;
	}
	.fluid{padding:0px 15px !important;}
	.logo {
		display: block;
		float: none;
		margin-left: 0;
		padding: 12px 0;
		text-align: center;
	}	
	.pull-right {
		float: none !important;
		width: 100%;
	}	
	.user {
		float: none;
	}
	.user a {
		padding: 0;
	}	
	.right-box {
		float: none;
		margin: 0 auto;
		padding-top:4px;
	}	
	.content-title {
		padding: 10px 20px 10px;
	}	
	.padding-left{
		padding:0px !important;
	}
	.login-container{width:95%;}
	.login-bg {
		min-height: 162px;
	}
	.login-right {
		padding: 15px;
	}
	.login {
		width:100% !important;
	}	
	.password {
		width:100% !important;
	}	
	.login-in-head {
		padding: 10px 0 20px;
	}
	label::before {
		height: 15px;
		margin-right:6px;
		width: 15px;
	}
	input[type=radio]:checked + label:before {
		font-size: 42px;
		line-height: 11px;
	}
	.loin-bottom a {
		float: none;
		font-size:16px;
		line-height: 17px;
		padding-right:0px;
		text-align: center;
	}
	.loin-bottom a small {
		font-size: 15px;
	}
	.main-head {
		text-align:center;
		padding: 15px 0 !important;
	}
	.main-head h1{
		float: none;
	}
	.main-head span{
		float: none;
	}
	.search-label{
		border:none;
		background:none;
		padding: 0 0 5px 0;
	}
	.padding-bottom {
		padding-right: 15px !important;
	}
	.search {
		margin-top:0px;
	}
	.countris table td a {
		border:none;
		height:0px;
		width:10px;
	}
	.countris table td a:hover {
		border:none;
	}
	.countris table th b{
		font-size:10px;
	}
	.countris table td span{
		font-size:12px;
	}
	#hoeapp-container {
		padding: 50px 0 0 !important;
	}
	.mob-padding{
		padding:0px !important;
	}
	.panel-body {
		padding: 0 0 10px 0 !important;
	}
	.mCSB_scrollTools {
		right: -4px !important;
	}
	.top-padding{
		padding-top:0px !important;
	}
	.td{display:none;}
	.blue-menu{
		margin-left:4px;
	}
	.case-view-colum {
		border-right:none;
		padding:5px 0;
	}
	.smk_accordion .accordion_in .acc_head {
		height: auto !important;
	}
	.acco-head label {
		display: block;
		float: none;
		line-height: 32px;
		margin: 0;
		padding: 0 !important;
	}
	.arrow_box {
		position: inherit;
	}
	.smk_accordion .accordion_in .acc_head .acc_icon_expand {
		margin-top: 0px !important;
		right: 0;
		top: inherit !important;
		bottom:0px;
		z-index: 2;
	}
	.smk_accordion .accordion_in {
		z-index:0 !important;
	}
	.task {
		margin-bottom: 8px;
	}
	#cssmenu > ul > li > a {
		border-bottom:none !important;
	}
.loin-bottom {
    right: 32px;
}	
.logn-box {
    padding: 27px 6px 17px !important;
}
.profle-2 {
    padding: 0 !important;
}
.tsccc2 {
    height: 188px !important;
}
.navbx-tbls2 {
    height: 221px !important;
}
.fin-yer-txt {
    position: static;
    float: left;
    width: 100%;
    text-align: left;
    padding: 23px 10px 6px;
}
}


@media only screen and (min-width:320px) and (max-width: 768px) {
	
	.ck-editer-class{
	border: 1px solid hsl(0, 0%, 87%);
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;}
.hoe-sidebar-toggle a::after {
    left: 0;
	right:inherit;
}
.hoe-sidebar-toggle {
	position: absolute;
	z-index: 9999;
	top: 1px;
	left: 1px;
	
	}	
}


/*Added by ajith*/
.ToolText{position:relative; }
.ToolTextHover{position:relative;}
.ToolText span{display: none;}

.ToolTextHover span{display:block;
 position:absolute;
  border:1px solid black;
  top:1.3em;
  left:5px;
  background-color:gray; color:white;
  text-align: center;
}
.disabletab a:hover{
	background-color:#8b94bb !important;
	border:1px solid transparent !important;
	
}
.disabletab a:focus{
	background-color:#8b94bb !important;
	border:1px solid transparent !important;
	
}
/*.enabletab a:focus{
	background-color:#444A64 !important;
	border:1px solid transparent !important;
	
}*/
.status1{
	background:#F5A936; 
	border:1px solid #F5A936; 
	height:15px; 
	width:15%; 
	float:left;
}
.processing-text{
	width:85%; 
	float:left; 
	padding-left:5px;
	text-align:left;
}

.status2{
	background:#f35758; 
	border:1px solid #f35758; 
	height:15px; 
	width:15%; 
	float:left;
}
.status3{
	background:#259E7A; 
	border:1px solid #259E7A; 
	height:15px; 
	width:15%; 
	float:left;
}
.status4{
	background:#7d7eda; 
	border:1px solid #7d7eda; 
	height:15px; 
	width:15%; 
	float:left;
}

.priority1{
	background:#b12c09; 
	border:1px solid #b12c09; 
	height:15px; 
	width:15%; 
	float:left;
}
.priority2{
	background:#9ed305; 
	border:1px solid #9ed305; 
	height:15px; 
	width:15%; 
	float:left;
}
.priority3{
	background:#eed405; 
	border:1px solid #eed405; 
	height:15px; 
	width:15%; 
	float:left;
}
.priority4{
	background:#39a7be; 
	border:1px solid #39a7be; 
	height:15px; 
	width:15%; 
	float:left;
}







	.report_value2 {
	font:  12px arial;
	background-color:#FFFFFF;
	padding-left:5px;	
	padding-right:5px;
	border:1px solid #CCC;
}

.detailed_rpt_table{
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
}

.detailed_rpt_title{
	font:  12px arial;
	font-weight:bold;
	height:35px;
	padding-left:5px;
	/*background-color:#E7EBF2;*/
	border-right: 1px solid #CCCCCC;
	padding-right:5px;
}

.detailed_rpt_detail{
	font:  12px arial;
	height:30px;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	padding-left:5px;
	padding-right:5px;
}
.highcharts-credits{
	display:none;
}
.highcharts-button-symbol{
	display:none;
}





/*21-12-18*/

.nav-tabs > li > a {
    font-size: 13px;
	
}
.resp-tabs-list li {
    font-size: 12px !important;
}
#hoe-header[hoe-lpanel-effect="shrink"] .hoe-right-header[hoe-position-type="relative"] .hoe-sidebar-toggle a::after {
    margin-left: 0px;
    margin-top: 0px !important;
}
#cssmenu {
    background: #fff0 !important;
}
.nav-tabs > li > a {
	color: #fff ;
	padding: 3px 23px;
	border-radius: 0;
	margin: 0px 1px;

}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #FFF !important;
    border-bottom-color: transparent;
    border-radius: 0 !important;
}

.right-box a:nth-child(1) {
    background: #9c716f;
	color: #fff;
	border-radius: 50%;
}
.right-box a:nth-child(2) {
    background: #719c6f;
	color: #fff;
	border-radius: 50%;
}
.right-box a:nth-child(3) {
    background: #46b6b1;
	color: #fff;
	border-radius: 50%;
}
.right-box a:nth-child(4) {
    background: #726f9c;
	color: #fff;
	border-radius: 50%;
}
.right-box a:nth-child(5) {
    background: #abbc56;
	color: #fff;
	border-radius: 50%;
}
.right-box a:nth-child(6) {
    background: #c04f4f;
	color: #fff;
	border-radius: 50%;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-radius: 0px;
    padding: 7px 30px;
    background: #3474ad ;
}




#myTab a:nth-child(1) {
	color: #fff;
	border-radius: 50%;
}
#myTab a:nth-child(2) {
    background: #719c6f;
	color: #fff;
	border-radius: 50%;
}
#myTab a:nth-child(3) {
    background: #46b6b1;
	color: #fff;
	border-radius: 50%;
}
#myTab a:nth-child(4) {
    background: #726f9c;
	color: #fff;
	border-radius: 50%;
}
#myTab a:nth-child(5) {
    background: #abbc56;
	color: #fff;
	border-radius: 50%;
}
#myTab a:nth-child(6) {
    background: #c04f4f;
	color: #fff;
	border-radius: 50%;
}


/*.tab-firt01 {
	background:#c7a5c8 !important;
	border-bottom:3px solid #7e3181 !important;
	}
.tab-firt02 {
	background:#a6a5c5 !important;
	border-bottom:3px solid #43419f !important;
	}
.tab-firt03 {
	background:#a6c0b0 !important;
	border-bottom:3px solid #338352 !important;
	}
.tab-firt04 {
	background:#d2cfb1 !important;
	border-bottom:3px solid #8f8722 !important;
	}
.tab-firt05 {
	background:#d5b9b9 !important;
	border-bottom:3px solid #962c2c !important;
	}*/



/*5-2-2019*/




/*#main_wrpr {
	 background-image: linear-gradient(to right top, #aa0505, #bf1e19, #d42f2b, #ea3f3d, #ff4f4f);
	 height:100vh;
	}*/
.login-page-1st-box {
    /*background: url(../images/login-bg.png);*/
    float: left;
    width: 100%;
	border-radius: 34px;
	    background: #fff;
	margin: 8% auto;
	box-shadow: 6px 6px 5px -7px rgba(0,0,0,0.75);
	position: relative;
	min-height: 405px;
}
.login-frms {
    padding: 38px 44px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px 36px 36px 0px;
    height: 405px;
}
.login-frms2 {
    padding: 38px 44px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px 36px 36px 0px;
    height: 405px;
}
.login-frms3 {
    padding: 66px 44px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px 36px 36px 0px;
    height: 405px;
}
#main_wrpr {
	background:url(../images/bg10.jpg) bottom;
	background-size:cover;
	height: 100vh;
	}
.retle-logo img{
	margin:0px auto;
	}
.retle-logo {
	padding:0px 0px;
	}
.ibusin {
	position:absolute;
	top: -49px;
	left:25px;
	}
#screenFiller {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 45px solid #eaeaea;
    background: url("../images/logn-bg.jpg") no-repeat;
}
.logi {
    border-radius: 0px !important;
    padding: 7px 28px !important;
    margin: 5px auto;
	width: 100%;
}
.fin-year {
	width:100%;
	padding:5px 15px;
	border:1px solid #ccc;
	}
.yer-fin-yer {
	font-size:16px;
	margin:0px auto 5px;
	}
.hdd-info {
	margin: 15px 0px;
	color: #333;
	float: right;
}
.top-nfos li {
	display:inline-block;
	list-style:none;
	padding:0px 2px;
	}

.top-nfos {
	margin:0px auto;
	}	
.rgt-aln {
	float:left;
	}	
.usr-3 {
	padding:13px 0px;
	}
.usr-nme {
    padding: 3px 7px;
    color: #fff;
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
.ribbon-box img {
    margin: 0px auto;
    top: 60px;
    bottom: -7px;
    right: 0px;
}
.unr-name {
    /*background: #bc0007;*/
    width: 237px;
	padding: 3px 3px;
	background: #d83135;
	position: relative;
	min-height: 60px;
}
.strp-immg {
	position: absolute;
	right: 1px;
	bottom: -15px;
	}
.clock-time {
    font-size: 17px !important;
    color: #333;
	float: left;
    padding: 2px 5px;
}
.logi2 {
    border-radius: 0px !important;
    padding: 7px 28px !important;
    margin: 5px auto;
	float:right;
}
.hoe-left-header img {
	margin:0px auto;
	}
.log-out-btn-top {
    border: none !important;
    border-radius: 0px !important;
    float: left;
	margin: 11px auto;
	background: #e7d99f !important;
}

.tabbable-panel {

  padding: 5px;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 4px auto 0;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 0px;
}
.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #535353;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 13px;
	background-color: #f2f2f3;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: none;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
    border: 0;
    color: #333;
    background-color: #E0E0E0;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: 0px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 8px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.fst-tbs:nth-child(1) {
	border-top:3px solid #d2131c;
	}
.fst-tbs:nth-child(2) {
	border-top:3px solid #1368d2;
	}
.fst-tbs:nth-child(3) {
	border-top:3px solid #3dba1b;
	}
.fst-tbs:nth-child(4) {
	border-top:3px solid #ee9811;
	}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #333 !important;
    background-color: #E0E0E0 !important;
}

#default-tab-id-1 {
	
	}
.box-contnt-2 {
	padding: 2px 9px;
	}	
.default-box1 {
	color:#333;
	}
.default-box-itm1 p {
	margin:3px auto;
	}
.default-box-itm1 span {
	font-weight:bold; 
	}
.default-box-itm1 {
    background: #f4f4f4;
    float: left;
    width: 100%;
    border-left: 2px solid #1368d2;
    border-radius: 0px 15px 15px 0;
	margin: 5px auto;
}
.default-box-itm1 img {
    background: #1368d2;
    padding: 23px 13px;
    float: right;
    border-radius: 0px 15px 15px 0;
}




.default-box2 {
	color:#333;
	}
.default-box-itm2 p {
	margin:3px auto;
	}
.default-box-itm2 span {
	font-weight:bold; 
	}
.default-box-itm2 {
    background: #f4f4f4;
    float: left;
    width: 100%;
    border-left: 2px solid #25c321;
    border-radius: 0px 15px 15px 0;
	margin: 5px auto;
}
.default-box-itm2 img {
    background: #943fcf;
    padding: 23px 13px;
    float: right;
    border-radius: 0px 15px 15px 0;
}



.default-box3 {
	color:#333;
	}
.default-box-itm3 p {
	margin:3px auto;
	font-size: 12px;
	}
.default-box-itm3 span {
	font-weight:bold; 
	}
.default-box-itm3 {
    background: #f4f4f4;
    float: left;
    width: 100%;
    border-left: 2px solid #d29a13;
    border-radius: 0px 15px 15px 0;
	margin: 5px auto;
}
.default-box-itm3 img {
    background: #d29a13;
    padding: 23px 13px;
    float: right;
    border-radius: 0px 15px 15px 0;
}


.default-box4 {
	color:#333;
	}
.default-box-itm4 p {
	margin:3px auto;
	}
.default-box-itm4 span {
	font-weight:bold; 
	}
.default-box-itm4 {
    background: #f4f4f4;
    float: left;
    width: 100%;
    border-left: 2px solid #a4a4a4;
    border-radius: 0px 15px 15px 0;
	margin: 5px auto;
}
.default-box-itm4 img {
    background: #a4a4a4;
    padding: 23px 13px;
    float: right;
    border-radius: 0px 15px 15px 0;
}

.slidingDiv {
    display:none;
}


.commn-graph-hdd1 {
    font-size: 14px;
    color: #d83135;
    font-weight: bold;
	margin: 2px 4px 6px;
}
.commn-graph-hdd2 {
    font-size: 14px;
    color: #bcbf47;
    font-weight: bold;
	margin: 2px 4px 6px;
}
.commn-graph-hdd3 {
    font-size: 14px;
    color: #1C60A2;
    font-weight: bold;
	margin: 2px 4px 6px;
}
.commn-graph-hdd4 {
    font-size: 14px;
    color: #F90;
    font-weight: bold;
	margin: 2px 4px 6px;
}
.commn-graph-hdd5 {
    font-size: 14px;
    color: #93F;
    font-weight: bold;
	margin: 2px 4px 6px;
}
.commn-graph-hdd6 {
    font-size: 14px;
    color: #C66;
    font-weight: bold;
	margin: 2px 4px 6px;
}


.fst-tble-hd td {
	
	padding:2px 5px;
	border-color:#ccc;
	color:#fff;
	}
.fst-tble-hd {
	border-color:#ccc;
	}
.table-contnt-pad td{
	padding:3px 5px;
	border-color: #ccc;
	font-size: 12px;
	}
.tse-scrollable {
    overflow-y: scroll;
}
.tse-scrollable.horizontal {
    overflow-x: scroll;
    overflow-y: hidden;
}
table {
    border-collapse: collapse;
}
th {
    text-align: left; 
    padding: 8px; 
	color:#FFF;
	}
td {
    border: 1px solid #e3e3e3; 
    text-align: left; 
	padding: 8px; 
	background:none;
	}
tr:nth-child(odd) {
    background-color:#FFF;
}
tr:nth-child(even) {
    background-color:#fff;
}

.news-box h5 {
	margin:5px auto 0px;
	}
.news-box small {
	color:#999;
	}
.news-box p {
	margin:0px auto;
	}
.coin-sles-box-1 {
    background: #fff;
    float: left;
    width: 100%;
    padding: 6px 0 6px 10px;
    border: 6px solid #f4f4f4;
    border-radius: 11px;
    -webkit-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 3px 6px -4px rgba(0,0,0,0.75);
	margin: 5px auto;
}
.coin-box-icons {
    padding: 7px 19px;
    border-left: 1px solid #efefef;
    margin: 32% auto;
}
.coin-box-txts {
	
	}
.coin-sles-box-1 p {
	margin:3px auto;
	}
.list-commn {
	width:100%;
	padding:0px;
	border:1px solid #ccc;
	margin: 3px auto;
	}

.stock-icon1 {
    padding: 37px 0;
    border-top: 5px solid #d7d12a;
    border-bottom: 5px solid #d7d12a;
}
.stock-icon2 {
    padding: 37px 0;
    border-top: 5px solid #d7a82a;
    border-bottom: 5px solid #d7a82a;
}
.stock-icon2 img {
	margin:0px auto;
	}
.stock-icon3 {
    padding: 37px 0;
    border-top: 5px solid #d72ac9;
    border-bottom: 5px solid #d72ac9;
}
.stock-icon3 img {
	margin:0px auto;
	}
.stock-icon4 {
    padding: 37px 0;
    border-top: 5px solid #ff1900;
    border-bottom: 5px solid #ff1900;
}
.stock-icon4 img {
	margin:0px auto;
	}
.stock-icon1 img {
	margin:0px auto;
	}
.stock-box-txts {
	padding:13px 0px;
	}	
.stock-box1 p {
	margin:1px auto;
	}
.stock-box1 {
	background:#f4f4f4;
	float:left;
	width:100%;
	box-shadow: 0px 3px 5px -4px rgba(0,0,0,0.75);
	margin:5px auto;
	}	
.scheme-mng-box {
	background:#f4f4f4;
	float:left;
	width:100%;
	padding: 12px 0px 0px;
	border-radius: 11px;
	margin:5px auto;
	}
.schme-icons1 img {
    background: #fff;
    padding: 18px 15px;
    border-radius: 50%;
	box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.38);
}
.num1 {
	font-weight:bold;
	color:#468cd1;
	margin: 2px auto;
	}
.num2 {
	font-weight:bold;
	color:#d19e47;
	}
.num3 {
	font-weight:bold;
	color:#df3737;
	}	
.num4 {
	font-weight:bold;
	color:#5040e8;
	}
.comn-frm-box-main {
	border:1px solid #333;
	float:left;
	width:100%;
	}
.form-tble-bx {
	border-right:1px solid #333;
	}
	
.frm-feld {
    
    padding: 5px 4px;
    border: 1px solid #ccc;
    height: 28px;
}

.frm-feld_cbo {
    
	margin-right:10px;padding: 2px;
    border: 1px solid #ccc;
    height: 28px;
	min-width:140px;width:auto;
	font: normal 12px Verdana, Tahoma, sans-serif;
	
}

.frm-feld_txtarea {
    
	margin-right:10px;padding: 2px;
    border: 1px solid #ccc;
    height: 45px;
	width:auto;
	font: normal 12px Verdana, Tahoma, sans-serif;
	
}


.tble-tds td {
	padding:10px;
	
	}
/*.mn-wdth {
	padding:20px 0px;
	width:1116px;
	
	}*/
.gs-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent
}

.gs-table td,
.gs-table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.gs-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  padding: 11px 15px;
  border-width: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
}

.gs-table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.gs-table tbody td,
.gs-table tbody th {
  padding: 8px 15px;
  border-color: #e9ecef;
}
.gs-table-head-default span {
	color:#fff !important;
	display: none;
	}
.gs-table-head-default tr th:first-child {
  padding-left: 20px;
}

.gs-table-head-default tr th:last-child {
  padding-right: 20px;
}

.gs-table-body-default {
  background: #FFFFFF;
}

.gs-table-body-default td,
.gs-table-body-default th {
  
}

.gs-table-body-default tr:first-child th,
.gs-table-body-default tr:first-child td {
  border-top-width: 0;
}

.gs-table-body-default tr:first-child td:first-child {
  border-top-left-radius: 4px;
}

.gs-table-body-default tr:first-child td:last-child {
  border-top-right-radius: 4px;
}

.gs-table-body-default tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}

.gs-table-body-default tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.gs-table-body-default tr td:first-child {
  padding-left: 20px;
}

.gs-table-body-default tr td:last-child {
  padding-right: 20px;
}

.gs-table .gs-table {
  background-color: #fff
}

.gs-table-sm td,
.gs-table-sm th {
  padding: .3rem
}

.gs-table-bordered {
  border: 1px solid #dee2e6
}

.gs-table-bordered td,
.gs-table-bordered th {
  border: 1px solid #dee2e6
}

.gs-table-bordered thead td,
.gs-table-bordered thead th {
  border-bottom-width: 2px
}

.gs-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.gs-table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, .075)
}

.gs-table-primary,
.gs-table-primary>td,
.gs-table-primary>th {
  background-color: #b8daff
}

.gs-table-hover .gs-table-primary:hover {
  background-color: #9fcdff
}

.gs-table-hover .gs-table-primary:hover>td,
.gs-table-hover .gs-table-primary:hover>th {
  background-color: #9fcdff
}

.gs-table-secondary,
.gs-table-secondary>td,
.gs-table-secondary>th {
  background-color: #d6d8db
}

.gs-table-hover .gs-table-secondary:hover {
  background-color: #c8cbcf
}

.gs-table-hover .gs-table-secondary:hover>td,
.gs-table-hover .gs-table-secondary:hover>th {
  background-color: #c8cbcf
}

.gs-table-success,
.gs-table-success>td,
.gs-table-success>th {
  background-color: #c3e6cb
}

.gs-table-hover .gs-table-success:hover {
  background-color: #b1dfbb
}

.gs-table-hover .gs-table-success:hover>td,
.gs-table-hover .gs-table-success:hover>th {
  background-color: #b1dfbb
}

.gs-table-info,
.gs-table-info>td,
.gs-table-info>th {
  background-color: #bee5eb
}

.gs-table-hover .gs-table-info:hover {
  background-color: #abdde5
}

.gs-table-hover .gs-table-info:hover>td,
.gs-table-hover .gs-table-info:hover>th {
  background-color: #abdde5
}

.gs-table-warning,
.gs-table-warning>td,
.gs-table-warning>th {
  background-color: #ffeeba
}

.gs-table-hover .gs-table-warning:hover {
  background-color: #ffe8a1
}

.gs-table-hover .gs-table-warning:hover>td,
.gs-table-hover .gs-table-warning:hover>th {
  background-color: #ffe8a1
}

.gs-table-danger,
.gs-table-danger>td,
.gs-table-danger>th {
  background-color: #f5c6cb
}

.gs-table-hover .gs-table-danger:hover {
  background-color: #f1b0b7
}

.gs-table-hover .gs-table-danger:hover>td,
.gs-table-hover .gs-table-danger:hover>th {
  background-color: #f1b0b7
}

.gs-table-light,
.gs-table-light>td,
.gs-table-light>th {
  background-color: #fdfdfe
}

.gs-table-hover .gs-table-light:hover {
  background-color: #ececf6
}

.gs-table-hover .gs-table-light:hover>td,
.gs-table-hover .gs-table-light:hover>th {
  background-color: #ececf6
}

.gs-table-dark,
.gs-table-dark>td,
.gs-table-dark>th {
  background-color: #c6c8ca
}

.gs-table-hover .gs-table-dark:hover {
  background-color: #b9bbbe
}

.gs-table-hover .gs-table-dark:hover>td,
.gs-table-hover .gs-table-dark:hover>th {
  background-color: #b9bbbe
}

.gs-table-active,
.gs-table-active>td,
.gs-table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.gs-table-hover .gs-table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.gs-table-hover .gs-table-active:hover>td,
.gs-table-hover .gs-table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.gs-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e
}

.gs-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.gs-table-dark {
  color: #fff;
  background-color: #212529
}

.gs-table-dark td,
.gs-table-dark th,
.gs-table-dark thead th {
  border-color: #32383e
}

.gs-table-dark.gs-table-bordered {
  border: 0
}

.gs-table-dark.gs-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.gs-table-dark.gs-table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
  .gs-table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .gs-table-responsive-sm>.gs-table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .gs-table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .gs-table-responsive-md>.gs-table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .gs-table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .gs-table-responsive-lg>.gs-table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .gs-table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
  .gs-table-responsive-xl>.gs-table-bordered {
    border: 0
  }
}

.gs-table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.gs-table-responsive>.gs-table-bordered {
  border: 0
}
.gs-table-head-default tr {
	background:#468cd1 !important;
	}
.mn-wdth3 {
    padding: 20px 0px;
    width: 98%;
}
.feld-2 {
	width: 100%;
	padding: 5px 4px;
	border: 1px solid #ccc;
	height: 34px;
	}
.add-bttns {
	margin:8px auto;
	float:right;
	}
#root .btn-default {
    font-size: 12px;
}
#root .btn {
    font-size: 12px;
}
.page-label {
	
	}
.widget ul li::before {
	content: "\f101";
	left: 0;
	position: absolute;
	font-family: FontAwesome;
    padding-left: 15px;
}

.widget ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	width: 100%;
}
.widget ul li {
	margin-bottom: 3px;
	padding-left: 36px;
	position: relative;
}
/*.frm-tbles {
	background: linear-gradient(to bottom, rgba(225,141,139,1) 0%,rgba(225,141,139,1) 47%,rgba(202,50,49,1) 54%,rgba(202,50,49,1) 100%); 
    color: #3b3b3b;
    border: 1px solid #f0f0f0;
    padding: 0px 13px;
    margin-top: 12px;
}*/
.frm-tbles {
    background: #f3f2f2;
    background: #ddd;
    color: #000;
    border: 1px solid #bcbcbc;
    padding: 0px 13px;
    margin-top: 12px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f00;
    background: linear-gradient(to bottom, rgb(242, 242, 242) 0%,rgb(218, 218, 218) 100%);
}
.frm-back-2 {
	margin:4px auto !important;
	}
.frm-back-bttn1 {
    color: #fff;
    background-color: #d83135 !important;
    border-color: #c51e19 !important;
    padding: 2px 13px !important;
    border-radius: 5px !important;
    margin: 4px auto !important;
}
.frm-back-bttn1:hover {
    background: #d5d2d2 !important;
	padding: 2px 13px !important;
	border-radius: 5px !important;
	border: 1px solid #d5d2d2 !important;
	margin: 4px auto;
    
}
.ad-bck li {
	display:inline-block;
	padding:0px 8px;
	float:right;
	}
/*.ad-bck {
	margin:auto 4px;
	}*/
table {
    border-collapse: collapse;
	
}
 th {
    border: 1px solid #9BBB59; 
    text-align: left; 
    
	
	color:#FFF;
	}


td {
    border: 1px solid #d7d5d5; 
    text-align: left; 
	background:none;
	}

/*tr:nth-child(odd) {
    background-color:#FFF ;
	
}
tr:nth-child(even) {
    background-color:#F9F9F9 ;
	
}*/
.comn-hd-tble3 td {
	background:#ddd;
	padding: 9px !important;
	}
.comn-hd-tble4 td {
    padding: 9px !important;
}	
.tend-txt-bg p {
	margin:0px auto;
	}
.action-icons12 {
	padding:0px;
	margin:0px auto;
	}
.action-icons12 li {
	display:inline-block;
	padding:0px 4px;
	}
.action-icons12 li a {
	color:#333;
	display: inline-flex;
	margin: 11px auto;
	}
.sorting {
	color:#333;
	background:#387abc;
	}
.sorting_asc {
	color:#333;
	background:#387abc;
	}

table.dataTable thead .sorting::after {
	font-size:15px !important;
    opacity: 9 !important;
    content: "\f0dc" !important;
    font-family: FontAwesome !important;
}
table.dataTable thead .sorting_asc::after {
    font-size: 15px !important;
    opacity: 9 !important;
    content: "\f0dc" !important;
    font-family: FontAwesome !important;
}
.rdv th {
	color:#333 !important;
	}
.box {
    overflow: hidden;
}
#no-more-tables .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
	background: #e7e7e7;
	padding: 9px 11px;
}
#no-more-tables .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    color: #333;
	border-right: 1px solid #e7e7e7 !important;
	font-family: Arial, Helvetica, sans-serif;
}
table.table-bordered.dataTable {
    border-collapse: separate !important;
    border: 1px solid #dcdcdc !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: transparent;
}
.logn-immg {
	border-radius: 36px 0px 0px 36px;
	}
.grtxt {
    padding: 1px 5px !important;
    font-size: 12px;
}
.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px 0px !important;
	/*height: 587px;*/
}	
.frm-tbles h4 {
    text-transform: uppercase;
    font-size: 12px;
    color: #393939 !important;
}
#editor-frms td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 6px 10px !important;
}
#example1_wrapper .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    font-weight: normal;
}
.lst-lg-time {
	padding:15px 0px !important;
	}
.hder-infos-2hdr li {
	display:inline-block;
	}

.rowstyle_norec{padding:20px; font-family: Arial, Helvetica, sans-serif; font-size:14px; border:solid 1px #cecece; color:#333;text-align:center }

/* from old application*/

.heade {
	
	/*height: 509px;*/
	}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}
.spn-brnch {
	font-size: 10px;
	letter-spacing: 1px;
	}
.logi222 {
    color: #fff !important;
    background-color: #d93035 !important;
    border-color: #d93035 !important;
    padding: 7px 28px !important;
    width: 100%;
    margin: 5px auto;
    border-radius: 0 !important;
}
#main-content {
	min-height: 100% !important;
	}






/*
#scheme_new table {
	width: 100%;
}
#scheme_new thead, tbody, th { 
	display: block; 
	}
#scheme_new tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}
#scheme_new thead th {

    }
#scheme_new tbody {
    height: 120px;
    overflow-y: auto;
}
#scheme_new thead {
        
}
#scheme_new tbody td, thead th {
	float: left;
    }

*/


.fixed_header{
    width: 400px; 
    table-layout: fixed;
   border-collapse: collapse; 
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  height: 320px;
}


.fixed_header thead tr {
   display: block;
}

.fixed_header thead {
  background: black;
  color:#fff;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
/*  text-align: left;  */
  width: 200px;
}



/*11-3-19*/
#no-more-tables .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
   border: 1px solid #e7e7e7 !important;
    color: #333;
}
.submenus-mm {
	height:230px;
	}
.pagg {
	height: 20px !important;
	}


#cssmenu li:hover > ul {
  
 
}
#cssmenu ul ul ul {
    margin-left: -1%;
    top: 30px;
   
}

.suubbs {
	z-index: 999999999; 
	background:#d8d8d8 !important;
	}
.mens-bgg1 {

    background: #ccc;
        background-color: rgb(204, 204, 204);
    padding: 10px;
    height: auto;
    position: absolute !important;
    right: -433px;

}
.mens-bgg2 {
    background: #ccc;
    padding: 10px;
    height: auto;
    position: absolute !important;
    right: -402px;
}
.mens-bgg3 {
    background: #ccc;
    padding: 10px;
    height: auto;
    position: absolute !important;
    right: -410px;
}
.mens-bgg4 {
    background: #ccc;
    padding: 10px;
    height: auto;
    position: absolute !important;
    right: -359px;
}
.mens-bgg5 {
    background: #ccc;
    padding: 10px;
    height: auto;
    position: absolute !important;
    right: -359px;
}
.mens-bgg {
	background:#ccc;
	padding:10px;
	height:auto;
	}
/*#no-more-tables {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
	}*/


#screenFiller1 {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
	z-index:9999;
    border-bottom: 30px solid #1c60a2;
    /*background: url("../images/logn-bg.jpg") no-repeat;*/
}

.loin-bottom2 {
    border-radius: 0 0 8px 8px;
    height: 48px;
    margin-bottom: 0px;
    position: absolute;
    bottom: -48px;
    left: 0;
	right: 0;
}
.labl-names {
	margin:0px auto;
	color:#666;
	font-size:13px;
	}
.lst-updtd1 {
    background: #468cd1;
    float: left;
    width: 100%;
    margin: 12px auto 0;
    color: #fff;
    padding: 7px 1px;
    border-radius: 0px 0px 11px 11px;
}
.lst-updtd1 p {
	margin:0px auto;
	}
.up-dte-txt {
	float:right;	
}
.lst-updtd2 {
    background: #d19e47;
    float: left;
    width: 100%;
    margin: 12px auto 0;
    color: #fff;
    padding: 7px 1px;
    border-radius: 0px 0px 11px 11px;
}
.lst-updtd2 p {
	margin:0px auto;
	}
.lst-updtd3 {
    background: #df3737;
    float: left;
    width: 100%;
    margin: 12px auto 0;
    color: #fff;
    padding: 7px 1px;
    border-radius: 0px 0px 11px 11px;
}
.lst-updtd3 p {
	margin:0px auto;
	}
.lst-updtd4 {
    background: #df3737;
    float: left;
    width: 100%;
    margin: 12px auto 0;
    color: #fff;
    padding: 7px 1px;
    border-radius: 0px 0px 11px 11px;
}
.lst-updtd4 p {
	margin:0px auto;
	}

.lst-updtd5 {
    background: #5040e8;
    float: left;
    width: 100%;
    margin: 12px auto 0;
    color: #fff;
    padding: 7px 1px;
    border-radius: 0px 0px 11px 11px;
}
.lst-updtd5 p {
	margin:0px auto;
	}
.menu-septr {
	position: absolute;

top: 36px;

left: 0;

margin: 0;

padding: 0;

background-color: #FFF;

border-bottom: 0px solid #000;
	}
	

.FooterB {
	font:  12px arial;
}	
	
.errormsg{ width:100%; height:35px;  text-align:center; background-color:#FFCAC9;}	
	
.common-graph-boxs {
	padding:4px 7px;
	margin:0px auto 12px;
	/*box-shadow: -3px 2px 3px -2px rgba(0, 0, 0, 0.23);*/
	background: #f4f4f4;
	border: 1px solid #e7e7e7;
	float:left;
	width:100%;
	height: 262px;
	}	
.com-white-bg {
	background:#fff;
	padding:5px;
	float:left;
	width:100%;
	}	
#cnttablefloat{ border-top:solid 1px #ef8a9e;  /* border-left:solid  1px #ef8a9e;*/ padding:1px; margin:0 10px 10px 10px; float:left;}
#cnttablefloat_all{ /*border-top:solid 1px #ef8a9e;  border-left:solid 1px #ef8a9e;*/ border:solid 1px #ef8a9e;padding:1px; margin:10px;}
#cnttablefloat_top{ border-top:solid 1px #ef8a9e; margin:0px 10px 10px 10px; }
.valdt {padding:3px 10px !important;background:#dad7d7 !important;text-transform:capitalize !important;}
.valdt:hover {padding:3px 10px !important;background:#e5e5e5 !important; border:1px solid #e5e5e5 !important;}	
.login-frms33 {
    padding: 35px 16px;
    position: absolute;
    width: 100%;
    background: #fff;
    border-radius: 0px 36px 36px 0px;
    height: 405px;
}
.retle-logo2 {margin:0px auto;width: 57%;}	
.login-right2 {
	padding: 30px 25px 34px 10px;
	display:block;
}
.login-right2 span {font-size: 15px;}	
.grtxt b {
	font-weight:400 !important;
	}
.tble-min-higt {
	height:230px;
	overflow:scroll;
	overflow-x: hidden;
	}	
.bottm-butn ul li {
	display:inline-block;
	padding:10px 5px;
	}	
#tbl_edu_details th {
    width: 211px !important;
}
.srchoptn {  }
.anim-gff { position: absolute; top: 2px; }
.dh-itm-box { background:#f4f4f4; padding:12px; }
.dh-itm-box h4 { background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(244, 244, 244) 100%); font-size: 13px; font-weight: bold; text-transform: uppercase; padding: 8px 33px; margin:0px auto; color: #d83135; position:relative; }
.dh-wdh-wrpr34 {
  background: #fff;
  padding: 7px;
  margin: 7px auto;
  border-bottom: 1px solid #828282;
}
.evnt-icn {  }
.nws-items-xcntnt {  }
.nws-items-xcntnt {  }
.nws-items-xcntnt h5 { font-size: 14px; font-weight: bold; line-height: 18px; margin: 0px auto 3px; }
.nws-items-xcntnt p { color: #757575; margin: 0px auto; }
.pad-lfft { padding-left:0px !important; }
.dh-wdh-wrpr34 a { color:inherit; }
.dt-spn { position:relative; }
.dte-spmb { background: #ff0006de; width: 100%; color: #fff; text-transform: uppercase; font-size: 11px; text-align: center; letter-spacing: 0px; position: absolute; bottom: 0; left: 0; right: 0; }
.bck-bnt { position: absolute; right: 27px; top: 17px; }
.bck-bbnt { padding: 1px 13px !important; }
.evnt-icn { position: absolute; left: 13px; top: 9px; }
.nws-items-xcntnt h6 {
  margin: 6px auto;
  color: #d83135;
  font-size: 13px;
  background: linear-gradient(90deg, rgba(215, 215, 215, 0.23) 0%, rgb(255, 255, 255) 100%);
  padding: 2px 5px;
}
.tse-content4 {
    overflow: auto;
    height: 553px;
    width: 107%;
    padding-right: 12px;
}
@media screen and (min-width:240px) and (max-width:480px) {
.dropbtn_2 { position: relative !important; bottom: 0 !important; top: 24px !important; }

}
@media screen and (min-width:481px) and (max-width:767px) {
.dropbtn_2 { position: relative !important; bottom: 0 !important; top: -2px !important; }

}