@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/Roboto-thin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/Roboto-300.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-400.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/Roboto-Medium-500.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/Roboto-Bold-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */

@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    src: local('Mukta Regular'), local('Mukta-Regular'), url(../fonts/mukta-regular.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

html * {
    font-family: "Roboto", sans-serif;
}


/*Large Desktop*/
@media (min-width: 1367px) {
 	li.navigation{
	width:20%;
}
.not-logged{
	margin-top:10px;
}

}
@media (max-width: 1010px) {
 .table-responsive {
 width: 100%;
 margin-bottom: 15px;
 overflow-x: scroll;
 overflow-y: hidden;
 border: 1px solid #dddddd;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 -webkit-overflow-scrolling: touch;
}}
/*Desktop*/
@media (max-width: 992px){
.hidden-smx{
	display:none!important;
}
 .navbar-collapse2 li{
    display: inline-block;
/*     display: inline-block !important; */
}	
}
@media (min-width: 992px) and (max-width: 1199px) {
/*  li.navigation{
	width:24%;
} */
.not-logged{
	margin-top:10px;
}
 .social-icons {
 margin: auto;
 text-align: center;
 width: 100%;
}
 .social-icons li {
 display: inline-block !important;
 float: none !important;
}
 footer .footer-links {
/*  width:100%;
 text-align:center;
 margin:auto; */
}
.center-logo-text h1 {
font-size:1em;
}
}

/* Max length data */
 .text-hidden{ overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
@media (max-width: 679px){
.navbar-collapse2{
	transform: translate(0px, 21px);
	height: 77px!important;
}
.header-top{
	top: 0px!important;
}	
.tabs-left .leftmenu{
	top:77px;
	z-index: 1;
}
.topbar {
    height: 77px!important;
}
}
@media (max-width: 680px){

}
@media (min-width:411px) and (max-width:539px){
.login-page {
    margin-top: 60px;
}}
@media (max-width: 470px){
	.search-content{
	width: 36px!important;
	right: 36px!important;
    top: 23px!important;
	}
}
@media (min-width: 471px) and (max-width: 768px) {
	.search-content{	
	right: 39px!important;
    top: 23px!important;
	}
}
/*Small desktop or tablet*/
@media (min-width: 768px) and (max-width: 991px) {
li.navigation{
	width:48%;
}	
.navbar-nav > li > a {
    padding-top: 21px;
    padding-bottom: 30px;
    padding-right: 5px;
}
.navbar-nav>li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.desktop .tab-content,
.mobile .tab-content{
	width: 100%!important;
	left:0px!important;
}
.navbar-nav{
	margin-left: -60px;
}	
.not-logged{
	margin-top: 18px!important;
    width: 27px!important;
    margin-left: -1px!important;
}    
 body {
overflow-x: hidden;
background: #ffffff;
}
 .table-responsive {
 width: 100%;
 margin-bottom: 15px;
 overflow-x: scroll;
 overflow-y: hidden;
 border: 1px solid #dddddd;
 -ms-overflow-style: -ms-autohiding-scrollbar;
 -webkit-overflow-scrolling: touch;
}
 .table-responsive > .table {
 margin-bottom: 0;
}
 .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
 white-space: nowrap;
}
 .table-responsive > .table-bordered {
 border: 0;
}
 .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
 border-left: 0;
}
 .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
 border-right: 0;
}
 .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
 border-bottom: 0;
}
 .button-menu-mobile {
display: block;
}
 .navbar {
margin: 0 0 0 40px;
height: 62px;
}
 .mobile-sidebar {
left: 0px;
}
 .mobile-content {
left: 225px;
right: -225px;
}
 .box-info .icon-box {
 width: 45px;
 font-size: 20px;
 margin-top: 5px
}
 .box-info .text-box p {
font-size: 11px;
}
 .toolbar-btn-action {
text-align: center;
}
 .gallery-wrap .column .inner .img-wrap {
 height: 60px;
 overflow: hidden;
 background: #ddd;
}
 .gallery-wrap .column-3 .inner .img-wrap {
 height: 140px;
 overflow: hidden;
 background: #ddd;
}
 .gallery-wrap .column-4 .inner .img-wrap {
 height: 100px;
 overflow: hidden;
 background: #ddd;
}
 .user-profile-sidebar {
text-align: center;
}
 .social-icons {
 margin: auto;
 text-align: center;
 width: 100%;
}
 .social-icons li {
 display: inline-block !important;
 float: none !important;
}
 footer .footer-links {
/*  width:100%;
 text-align:center;
 margin:auto; */
}
 .center-logo-text h1 {
font-size:0.8em!important;
}
}

/*Phone*/
@media (max-width: 767px) {
.search-content{
	right: 26px;
    top: 29px;
}
.desktop .tab-content {left: 0px!important;width: 100% !important;}
.header-top{	
	padding-right: 5px!important;
}
 body {
overflow-x: hidden;
}

.mand-label span{
	display:none;
}
li.navigation{
	width:48%;
}
 .mobile-sidebar {
left: 0px;
}
.not-logged{
	margin-top:0px!important;
	width: 27px!important;
	margin-left: 0px!important;
}
/*.topbar .container{
	margin-top:8px;
}*/
.nav>li{
	display:inline-block;
}
.center-logo-text {
	margin-left:5px;
}
 .mobile-content {
left: 250px;
right: -250px;
}
 .box-info table {
margin: 0 0 0 0;
}
 .box-info .table-responsive {
border: none;
}
 .nav.navbar-nav.top-navbar li span.absolute {
left: 25px;
}
 .box-info .additional .list-group {
margin-bottom: -10px;
}
 .toolbar-btn-action {
text-align: center;
}
 .gallery-wrap .column {
width: 25%;
}
 .gallery-wrap .column-4 {
width: 33.33333333333333%;
}
 .gallery-wrap .column-3 {
width: 50%;
}
 .gallery-wrap .column .inner .img-wrap {
 height: 70px;
 overflow: hidden;
 background: #ddd;
}
 .gallery-wrap .column-3 .inner .img-wrap {
 height: 140px;
 overflow: hidden;
 background: #ddd;
}
 .gallery-wrap .column-4 .inner .img-wrap {
 height: 105px;
 overflow: hidden;
 background: #ddd;
}
 .widget.box-messages {
 margin-top:0px;
}
 footer {
text-align: center;
}
 .navbar-nav {
/*  float:left; */
 margin:0px;
}
 .navbar {
 border:none;
}
 .navbar-nav .open .dropdown-menu {
 float:left;
 position: absolute;
 background:#fff;
 right:0px;
 left:auto;
 box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
 .navbar-nav.navbar-right:last-child {
 margin-right: -15px;
 height:50px;
}
 .open > .dropdown-menu {
 display: block;
}
 .nav-tabs.nav-justified > li {
 display: table-cell;
 width: 1%;
}
 .navbar-nav > li > a {
 padding-top: 15px;
 padding-bottom: 15px;
 padding-right: 10px;
}
 .navbar-right {
 float: right;
}
.navbar-nav .dropdown {
display:none;
}
.navbar-nav {
    position: relative;
    top: 0;
/*    left: 30px;*/
}
.navbar-collapse > .navbar-nav {
 position:absolute;
 top:0;
 left:0;
 text-align:center;
 width:100%;
}
 .center-logo-text h1 {
font-size: 0.8em!important;
}
.navbar-collapse2 {
/*    margin-top: 5px;
     text-align:center; */
    display: inline-block; 
}
 .navbar-right {
 display:none;
}
.navbar-nav .dropdown {
display:none;
}
 .lock-screen {
text-align: center;
}
 .profile-actions {
 bottom:auto;
 top:60px;
}
 .widget-tabbed {
 margin-top:40px;
}
 .widget-tabbed .nav-tabs a {
 font-size:0px !important;
}
 .widget-tabbed .nav-tabs a i {
 font-size:18px !important;
}
 .the-timeline ul li.the-year {
 font-size:30px;
}
 .ava-lock-screen {
text-align: center;
margin-bottom: 20px;
}
 .ava-lock-screen img {
 width: 100px;
 margin: 0;
}
 .open-right-sidebar .hide-phone {
 display: none;
}
 .la-pricing-table .la-col-4 {
width: 50%;
}
 .user-profile-sidebar {
text-align: center;
}
 .social-icons {
 margin: auto;
 text-align: center;
 width: 100%;
}
 .social-icons li {
 display: inline-block !important;
 float: none !important;
}
 footer .footer-links {
 width:100%;
 text-align:center;
 margin:auto;
}

 .navbar-right {
 display:none;
}
.navbar-nav .dropdown {
display:none;
}
}
@media (max-width: 567px){
li.navigation {
    width: 100%;
}
}
 @media (max-width: 480px) {
 .box-info .icon-box {
 width: 100%;
 display: block;
}
li.navigation{
	width:100%;
}
 .box-info .icon-box, .box-info .text-box {
text-align: center;
}
 .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
width: 33.33333333333333%;
}
 .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
height: 70px;
}
 .login-wrap {
margin: 20px 0 0 0;
}
 .navbar-default {
 border: none;
}
 .open-right-sidebar .topbar-profile, .open-right-sidebar .hide-phone {
 display: none;
}
 .the-timeline ul li.the-year {
 font-size:20px;
 margin-left: 37%;
}
 #wrapper:not(.enlarged) .topbar-profile, #wrapper:not(.enlarged) .hide-phone {
 display: none;
}
 #wrapper .content-page {
 margin-left:0px !important;
/*  padding-left:50px; */
 width:100%;
/* display: inline-block;*/
}
 .open-right-sidebar .content-page > .content {
 opacity: 0;
}
 .side-menu {
 z-index: 10 !important;
}
 #weather h2 {
 top:90px;
}
 #weather .w-region {
 top:250px;
}
 #stock-widget #stock-title {
 display: none;
}
 #stock-widget .stock-options {
 margin-left: 15px;
}
 .button-menu-mobile {
display: block;
}
 .navbar-nav .dropdown {
display:none;
}
.navbar-nav {
/*  position:absolute;
 top:0;
 left:20%;
 text-align:center;
 width:80%; */
}
.center-logo-text h1 {
 font-size:14px;
}
html,
body {
	font-size: 13px !important;
}
.header-top li a {
	padding: 0.5rem;
}
.navbar-collapse2 ul li a {
	padding: 0.5rem 0.8rem;
}
ol.breadcrumb {
	padding: 0;
	margin: 1.5rem 0 0 0;
}
ol.breadcrumb li:not(:first-child) {
	margin: 0 0 0 0.5rem;
}
.breadcrumb > li + li:before {
	padding: 0 0.5rem;
}
.widget .widget-header h2 {
	padding: 0 1.5rem 0 0.5rem;
}
.widget-content.padding {
	padding: 0.5rem;
}
footer .container-fluid > div {
	padding: 0;
}
footer img.holder_img {
	height: 1.8rem;
	margin: 0 0.5rem 0 0;
}
footer .footer-links {
	text-align: left !important;
}
div.footer-link1 {
	text-align: left;
	position: unset;
}
div.footer-link1 .footer-link1 {
	margin: 0 -0.15rem;
}
.form-horizontal .form-group {
	margin: 0 -0.75rem !important;
}
.form-group label.control-label {
	width: 100%;
}
.form-horizontal .form-group label.control-label + div {
	margin: 0 0 0.7rem;
}
.form-horizontal .form-group:last-child label.control-label + div {
	margin: 0;
}
div.input-group > input.form-control.hasDatepicker {
	width: calc(100% - 2.8rem);
}
div.input-group > input.form-control.hasDatepicker ~ .input-group-addon {
	width: 2.8rem;
}
div.table-responsive {
	border-color: transparent;
}
div.table-responsive table.table {
	margin: 0.65rem 0 0 !important;
}

}
@media (max-width: 535px) {
	.footer-link1 ul li {    
    font-size: 0.9em!important;
    margin-right: 0!important;
}
#sidebar-menu {
    margin-bottom: 20px;
}
}
 @media (max-width: 500px) {
 .jt{top:60px!important;}
 }
 @media (max-width: 500px) {
 .hide-phone {
 display: none !important;
}
}
@media (max-width: 394px) {
 .login-wrap {
	margin: 75px 0 0 0;
}}
 @media (max-width: 360px) {
 .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
width: 50%;
}
 .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
height: 80px;
}
 .la-pricing-table .la-col-4 {
width: 100%;
}
}
 @media (max-width: 320px) {
 .gallery-wrap .column, .gallery-wrap .column-3, .gallery-wrap .column-4 {
width: 50%;
}
 .gallery-wrap .column .inner .img-wrap, .gallery-wrap .column-3 .inner .img-wrap, .gallery-wrap .column-4 .inner .img-wrap {
height: 70px;
}
.center-logo-text h1 {
 font-size:14px;
}
}
.avoid-sort {border-top: 0px !important;}
.table>tbody+tbody{border-top:none !important;}

 @media print{	
	 .overflow-visible{ height:auto !important; overflow:visible !important;}
	
	}
	
.input-group-field {
    display: table-cell;
       width: 130px;    
}
.input-group-field .col-sm-4{width:100%;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;}
    
.popup-date
{
	z-index: 111111 !important;
}
.lower-case{    text-transform: lowercase;}
.padding-0{padding: 0rem !important}
.padding-1{padding:1px !important;}
ol li{margin-left:15px;}

.btn-submit {
	background-color: #68C39F;
	border-color: #68C39F;
	color: #FFFFFF;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active, .btn-submit.active, .open .dropdown-toggle.btn-submit {
	background-color: #5CAD8D;
	border-color: #5CAD8D;
	color: #FFFFFF;
}
input[type='radio']:focus {
      outline: 2px auto rgb(229, 151, 0) !important;
    outline-offset: -2px !important;}
    
.has-error:before{top: 2px;right: 26px;content:none;}
.has-success .form-control{padding: 0px 22px 0px 12px !important;}
.has-success:before{right: 16px;content:none;}
table td.has-success:before,table td.has-error:before{content: none;}


.revenue .widget{margin: 20px 50px;border: 1px solid black; padding: 10px;}
.revenue ul li{font-size: 0.7em !important;}
.revenue p{font-size: 0.8em;}.revenue .box-reciept{border-top: 1px solid #123456;}
.revenue .box1{    margin: 20px 0px;
    border-top: 1px dotted #000;}
.revenue .box2{    margin: 20px 0px;
    border-top: 1px solid #000;}
.revenue .widget-content.padding {
    padding: 15px !important;
    width: auto !important;
}
.login-block{margin-top: 30px;}
.owl-carousel .item { position: relative; }
.owl-theme .owl-controls .owl-buttons div {
    display: none !important;
}

/* footer */
.footer-logos {
    background: #ffffff;
}
footer {
    padding: 10px 0;
    font-size: 0.75em;
    color: #7A868F;
    background: #ffffff;
    -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
}
.tothetop.showup {
    bottom: 8px;
    right: 8px;
    width: 60px;
    font-size: 0.7em;
    text-transform: uppercase;
    opacity: 1;
    color: #ffffff;
    font-weight: bold;
    border: 4px solid #fff;
    height: 60px;
    padding-top: 10px;
}

.tothetop {
    position: fixed;
    bottom: -150px;
    right: 20px;
    font-size: 20px;
    z-index: 9999;
    background: #ffb380!important;
    /* box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.5); */
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 5px;
    padding: 4px 14px 8px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    opacity: 0;
}
.auth-sign{vertical-align: bottom !important;text-align: center;}
.white {
    background: #FFF;
}
.pull-left > ul > li, .pull-right > ul > li {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    line-height: 30px;
    float: left;
}
.text-underline{text-decoration: underline;}
footer .holder_img {
    height: 26px;
    margin-left: 5px;
    margin-top: 4px;
}
 .footer-links{  font-size: 1.08em;margin-top:5px;}
  .footer-link1{    background:#e8e9ea;}
 .footer-links ul li{list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    margin-right: 20px;}
.footer-links ul li a{color: #0c0c0c;font-size:1em;border-right:none;}
.footer-links ul li .fa{font-size: 1.1em;}

  .footer-link1{    
  	background:#e8e9ea;
  	position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 3;}
 .footer-link1 ul li{list-style-type: none;
    font-size: 0.95em;
    margin: 0;
    padding: 0;
    line-height: 30px;
    display: inline-block;
    margin-right: 20px;}    
.footer-link1 ul li a{color: #0c0c0c;font-size: 0.7em;font-weight: 500;padding: 1px 5px;border-right: 1px solid rgba(0, 0, 0, 0.1);}
.navigation{display:inline-block;vertical-align:top; width: 32%;}
.breadcrumb li.active, .breadcrumb li a{
	display:inline-block;
}
/* #sidebar-menu> ul> li{height:250px;} */
.scroll-menu{display: flex !important;}
#sidebar-menu > ul > li > a{    
	padding: .75rem 1.25rem;
    margin: 0;
    font-size:1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;font-weight: 600;
    }

 .navigation>a{text-align: center;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
   /*  border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    color: #ffffff;
    }
 .slimScrollDiv{float: left;}   

#wrapper.enlarged #sidebar-menu ul ul{padding: 0px 10px;}
#sidebar-menu ul ul ul{background:none;}
#sidebar-menu ul ul>li>a:after { content: none;}
.search-content{
	position: absolute !important;
    right: 27px;
    top: 32px;
    border-radius: 10px;
    background: #93b9a5;
    width: 80px;
    text-align: right;
    padding-right: 9px;
    padding-bottom: 3px;}
#sidebar-menu ul ul a:before {
    font-family: 'FontAwesome';
    content: "\f096";
    margin: 0 5px 0 -15px;
    color: #338854;
}

.login-wrap a {
	color: #271b1b;
	font-size: 0.75em;
    text-transform: uppercase;
}
.not-logged{
	width: 42px !important;
    margin-top: 10px;
    margin-left: 5px;
}
div#carosel img{
	max-width:60%;
	width:60%;
}
.ui-jqgrid.ui-jqgrid{
	z-index:1!important;
}
.jt{
	float: right!important;
	position: absolute!important;
	right: 20px;
	top: 36px;
}
.jt input[type=button]{
	padding: 2px 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
}
@media (max-width: 380px){
 .navbar-nav {
	position: relative;
    top: 5px;
    left: 10px;
    }
/* .content-page .content, .navbar.navbar-default{
	min-width: 389px;
    width: 389px;
} */  
  
.header-top{
	padding-right:0px!important;
}    
}
#jumpTask{
    margin-top: 20px;
    padding: 5px;
}
.text-underline{text-decoration: underline;}

.navigation .nolink{
	color: #2e4c3b;
    font-weight: bold !important;
    margin: 5px !important;
    /*box-shadow: 0px 0px 11px #efefef;    
    text-transform: none !important;
    padding: 10px 20px!important;*/
    min-height: 58px;
}
/*.navigation .nolink:focus,.navigation .nolink:hover{background: #cef5dd;}*/

.sloading{
	width: 100px;
    height: 100px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    position: absolute;
    top: 47%;
    left: 47%;
    border: 5px solid #7b7b7b;
    display: none;
    z-index: 99999;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 3px 2px #7b7b7b;
    box-shadow: 0px 0px 3px 2px #7b7b7b;
}
#sdiv{
	 position: fixed;
	 display: none;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 background-color: rgba(0,0,0,0.2);
	 z-index: 2;
}
.chosen-single span{line-height:22px}
.fancybox-inner .content-page {
    margin-left: 0px;
    padding: 0px;
}
.overflow-hidden {
	overflow: hidden !important;
}

/* ----- Change in Assessment form starts ----- */
form#frmChangeAssessmentForm #unitSpecificInfo .form-group > label:nth-child(1),
form#frmChangeAssessmentForm #unitSpecificInfo label[for="proAssfactor[1]"] + div.radio {
	margin: 0 0 0.5rem;
}
form#frmChangeAssessmentForm #unitSpecificInfo label[for="proAssfactor[1]"],
form#frmChangeAssessmentForm #unitSpecificInfo label[for="proAssfactor[2]"] {
	display: none;
}
form#frmChangeAssessmentForm #unitSpecificInfo label[for="proAssfactor[1]"] + div.radio > label {
	margin: -0.2rem 0 0 !important;
}
form#frmChangeAssessmentForm #unitSpecificInfo label[for="proAssfactor[2]"] + div.radio > label {
	margin: 0.35rem 0 0 !important;
}
/* ----- Change in Assessment form ends ----- */

/** New Design **/

.task-button{
	margin:1px;
	border-radius:3px;
	font-size:0.85rem;
}
.task-button:hover{
    box-shadow:0px 0px 6px #4a525f;	
}
#datatables_paginate .pagination>li>a, #datatables_paginate .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background: linear-gradient(180deg, #efefef, transparent, #efefef);
    border: 1px solid #ddd;
    font-size: 0.6em;
    font-weight: bold;
}

#datatables_paginate .pagination>.active>a, 
#datatables_paginate .pagination>.active>span, 
#datatables_paginate .pagination>.active>a:hover, 
#datatables_paginate .pagination>.active>span:hover, 
#datatables_paginate .pagination>.active>a:focus, 
#datatables_paginate .pagination>.active>span:focus {
	z-index: 2;
    color: #ffffff;
    cursor: pointer;
}

#datatables .tabs-left .table>thead>tr>th, 
#datatables .table>tbody>tr>th, 
#datatables .table>tfoot>tr>th, 
#datatables .table>thead>tr>td, 
#datatables .table>tbody>tr>td, 
#datatables .table>tfoot>tr>td {
    font-size: 0.7em !important;
    border: 1px solid #ffffff !important;
    padding: 8px;
}
#datatables table.table thead .sorting {    
    height: 35px;
    vertical-align: middle;
    padding: 7px;
}
.desktop .form-control{
	font-size: 0.9em;
}
.tabs-left div.dataTables_info {
    font-size: 0.7em;
    text-transform: uppercase;
}
.desktop .nav>li>a{
	/*padding: 5px 10px;*/
}
.tabs-left .nav-tabs li a {
    margin-right: 0;
    border: 0;
    border-radius: 0;
    font-size: 0.8em;
    width: 100%;
    font-weight: 600;
    padding-left: 25px;
    border: 0px!important;
}
.desktop i.fa.fa-folder {
    color: #e2a24d;
    font-size: 1.1em;
}
.all-tasks{
    padding: 5px 0px;
    font-weight: bold;
}
/*.all-tasks a{
    padding-left: 20px!important;
}*/    
#sidebar-menu > ul > li {
    background: #ffffff;
    padding: 10px 20px;    
    margin: 2.5px !important;
    border-radius: 5px;
}
#sidebar-menu ul ul>.submenu>a:before{
	font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 5px 0 -15px;
    font-size: 12px;
}
#sidebar-menu ul ul>.submenu>.subdrop:before {
    font-family: 'FontAwesome';
    content: "\f0d7";
    margin: 0 5px 0 -15px;
    font-size: 12px;    
}
#sidebar-menu ul ul a:before {
    font-family: 'FontAwesome';
    content: "\f111";
    margin: 0px 5px 0px -15px;
    font-size: 7px;
    color: #eaab4d;
    top: -2px;
    position: relative;
}
.tabs-left #sidebar-menu h1 {
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: 2px;
}
.tabs-left #sidebar-menu ul ul a:focus, #sidebar-menu ul ul a:hover{	
    font-size: 0.75em;
}
.tabs-left #sidebar-menu ul ul a{
	font-size: 0.75em;
    letter-spacing: 1px;    
    font-weight: 600;
    webkit-transition: color 1s, font-size 1s;
    -moz-transition: color 1s, font-size 1s;
    -o-transition: color 1s, font-size 1s;
    transition: color 1s, font-size 1s;
}
.tabs-left #sidebar-menu > ul > li > a{
    font-size: 0.75em;	
}
.tabs-left .nav-tabs li{
    float: none;
    margin: 0;	
}
#sidebar-menu > ul > li:hover{	
    transition: all 1s ease;
}
.nav-tabs li a:before {
    font-family: 'FontAwesome';
    content: "\f10c";
    margin: 0px 5px 0px -15px;
    font-size: 13px;
    color: #eaab4d;
}
.nav-tabs li a:hover::before,
.nav-tabs li.active a:before  {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0px 5px 0px -15px;
    font-size: 13px;
    color: #eaab4d;
}
/*.all-tasks a:before,
.all-tasks a:focus::before,
.all-tasks a:hover::before{
	content: ""!important;
}*/
.header-top {
    text-align: right;
    padding-right:20px;
    position: absolute;
    right:0px;
    top:10px;
}
.header-top li a:hover{
	transform: translate(0px, 3px);
}
.header-top li a {
    padding: 8px 10px;
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 4px;
    margin-top: 4px;
    display: block;
}
/* ----- Header More Settings Css starts ----- */
.header-top li.more-settings .dropdown-menu {
	right: 0rem;
	left: unset;	
}
.header-top li.more-settings .dropdown-menu li {
	display: block;
}
.header-top li.more-settings .dropdown-menu li a {
	border: 1px solid transparent;
}
.header-top li.more-settings .dropdown-menu li:first-child a {
	margin-top: 0rem;
}
.header-top li.more-settings .dropdown-menu li a span {
	margin-left: 0.5rem;
}
/* ----- Header More Settings Css ends ----- */
.topbar{
	height: 62px;
}
/* ----- Tab Buttons Css starts ----- */
.tab-buttons button.tab-selected {
	position: relative;
}
.tab-buttons button.tab-selected::before,
.tab-buttons button.tab-selected::after {
	content:'';
	border-bottom: 3px solid #000000;
    width: calc(100% - 0.4rem);
	position: absolute;
	left: 50%;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-animation: blink 1.5s infinite;
    -moz-animation: blink 1.5s infinite;
    -ms-animation: blink 1.5s infinite;
    -o-animation: blink 1.5s infinite;
    animation: blink 1.5s infinite;
}
.tab-buttons button.tab-selected::before {
	top: -0.38rem;
}
.tab-buttons button.tab-selected::after {
	bottom: -0.4rem;
}
@keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@-webkit-keyframes blink {
	0% { opacity: 1; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
/* ----- Tab Buttons Css ends ----- */

/* ----- Table Legend Css starts ----- */
.table-legend ul {
    border-radius: 0.2rem;
    width: max-content;
    overflow: hidden;
    padding: 0.4rem;
    margin-bottom: 0.5rem;
}
.table-legend ul li {
	font-size: 0.75em;
	text-align: center;
	float: left;
	min-width: 5rem;
	padding: 0.2rem;
	margin-right: 0.1rem;
}
.table-legend ul li:last-child {
	margin-bottom: 0rem;
}
/* ----- Table Legend Css ends ----- */
.content-page{
	margin-left: 280px;
    position: relative;
    padding-top: 62px;
    min-height: 500px;
}
.txt_li{
	letter-spacing:1px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before{
	content: "\f0c9";
    color: #fff;
}
.desktop .tabs-left 
.desktop .nav-tabs>li.active>a, 
.desktop .nav-tabs>li.active>a:hover 
{
    color: #ffffff;
    font-size: 0.8em;
    border: 0;
    transition: all 1.5s ease;
}
.center-logo-text h1 {
	font-size:1em;
    line-height: 23px;
    color: #ffffff;
    padding-top: 10px;
    font-weight: 600;
}
#showmenu{
	left: 254px;		
/* 	left: 254px!important;		 */
width:-webkit-fill-available !important;
}
@media (max-width: 992px) {
    .desktop-icon {
        display: none !important;
    }
}
.tabs-left .scroll-menu {
    flex-wrap: wrap;
}
.dropdown-content.theme a {
    background: #fff!important;
    border: 1px solid #ccc;
    margin-top:1px;
}

/* style from header.jsp */
/* .dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
} */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 35px;
  z-index: 1;
}
/*.theme{min-width: 37px !important;}*/
.dropdown-content>a {
  color: black;
  padding:5px 10px 5px 0px  !important;
  text-decoration: none;
  display: block;
  background:#343838;
}

.dropdown:hover .dropdown-content {display: block;}
div.is-calculator, span.is-calculator{    padding: 0px;
    margin: 0px;
    position: absolute;
  	left: -205px;
    top:-125px;
    width: auto;
    z-index: 1100;}
#drag{z-index: 55; position: absolute !important;left: 1310px;top: 175px;}
.calculator-popup{z-index: 55 !important;}
/* style from header.jsp end */

/* ----- To display the uploaded list horizontally css starts ----- */
.fileUpload {
	margin-bottom: 0.5rem;
}
.fileUpload ~ div ul {
	overflow: hidden;
}
.fileUpload ~ div ul li,
.fileUpload ~ div p {
	float: left;
	border-radius: 1rem;
	position: relative;
	padding: 0.2rem 0.5rem !important;
	margin: 0rem 0.5rem 0.5rem 0rem;
}
.fileUpload ~ div ul li:empty {
	padding: 0rem !important;
    margin: 0rem;
}
.fileUpload ~ div ul li:first-child {
	padding: 0.2rem 0rem !important;
	margin-right: 1rem;
}
.fileUpload ~ div ul li:first-child::after {
	content: '\003A';
	right: -0.5rem;
}
.fileUpload ~ div ul li::after {
	content: '\002C';
	position: absolute;
	right: -0.4rem;
}
.fileUpload ~ div ul li:empty::after,
.fileUpload ~ div ul li:last-child::after {
	content: '';
}
.fileUpload ~ div ul li > img[alt="Remove"],
.fileUpload ~ div ul li > img[alt="Remove File"],
.fileUpload ~ div ul li > img[alt="Delete File"] {
	margin-top: -0.2rem;
}
/* ----- To display the uploaded list horizontally css ends ----- */

select.form-control > option {
	font-size: 0.9rem;
}

/* ----- Details and Summary Reports css starts ----- */
.detail-summary-reports .org-logo-div > img {
	height: 135px;
	width: 160px;
}
/* .detail-summary-reports .org-name-div {
	margin-left: -3rem;
} */
.detail-summary-reports .label-text {
	padding-left: 2rem;
}
.detail-summary-reports .label-text > div,
.detail-summary-reports .label-text > span,
.detail-summary-reports .label-text .care-report-table-header tr th,
.detail-summary-reports .label-text .care-report-table-header tr td{
	font-size: 0.9rem;
	font-weight: 600;
}
.detail-summary-reports .date-time-div .control-label {
	min-width: 3rem;
	display: inline-block;
} 
/* ----- Details and Summary Reports css starts ----- */

/*--------------DataTables Search and Filter css starts-----------------*/
.dataTables_length label select,
.dataTables_filter label input[type=search]{
	font-size:1em !important;
}
/*--------------DataTables Search and Filter css ends-------------------*/

/* ----- Full Calender Css starts ----- */
.fc-content .fc-event {
	cursor: pointer;
}
/* ----- Full Calender Css ends ----- */

/* ----- Proposal Approval css starts ----- */
form#ProposalApproval .panel-heading {
	background-color: transparent;
	border: none;
	padding: 0;
}
/* ----- Proposal Approval css ends ----- */

/* ----- User Action section css starts ----- */
#CheckAction .form-group .fileUpload + div + div {
	padding: 0;
}
/* ----- User Action section css ends ----- */



/* ------------------- Fancy Box ------------------------------------*/
.fancybox-inner p{
	text-transform: capitalize;

}
/* ------------------- End Fancy Box ------------------------------------*/


/*  ------  New Service Side Login Page CSS Designed for DSCL ----- */
.login-page-theme-2  .full-content-center{
    max-width:100%;
    padding:5px 0px;
    margin:0px;
}
.login-page-theme-2  .full-content-center h1{
    line-height:29px;
    font-size:0px;
}
.login-page-theme-2  .full-content-center .dscl-nn{
        font-size:2.5rem;
        line-height:10px;
    }
.login-page-theme-2  .full-content-center .dscl-dd{
        font-size:3rem;
        font-weight:800;
}
.login-page-theme-2 .login-wrap{
    margin:0px;
    border:none;
    box-shadow:none;
    padding: 6rem 0rem;
    border-radius:0px;
}
.login-page-theme-2 .login-wrap .login-block{
        width:60%;
        margin:auto;
        padding :0px;
    }
.login-page-theme-2 .login-wrap .login-input .text-input{
    padding-left: 15px !important;
    height: 32px !important;
    font-size: 0.8em !important;
}
.login-page-theme-2 .login-wrap .login-input span.overlay-right {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #FFF;
    padding: 9px 5px 9px 10px;
   
}

.login-page-theme-2 .login-wrap .login-input i.overlay {
    position: absolute;
    left: 10px;
    top: 10px;
}
.login-page-theme-2 .login-wrap .login-input .chosen-container-single .chosen-single{
        padding: 6px 12px !important;
        height:34px;
        color: #666;
}

.login-page-theme-2 .login-wrap .btn-success {
    width:20%;
}
.login-page-theme-2 .logbox-left{
        padding-left:0px;
        padding-right:0px;
        margin-top:6rem;
    }
 .login-page-theme-2  .logo-nagarnigam{
        margin:auto;
        padding:0px;
        text-align:center;
    }
.login-page-theme-2  .logo-nagarnigam img{
        width:20%;
    }
    
.login-page-theme-2 .foot-logo{
        padding: 2rem 0rem;
        text-align:center;
    }
.login-page-theme-2 .foot-logo ul li{
        display:inline;
        padding: 0rem 6rem;
    }
.login-page-theme-2 .foot-logo ul li img{
        width:15%;
    }
.login-page-theme-2 .logbox-right{
        margin-top: 6rem;
        height:75rem;
        padding-left:0px;
        padding-right:0px;
    }
.login-page-theme-2 .logbox-right img{
        width:100%;
        height:75rem;
    }

/*  ------  New Service Side Login Page CSS Designed for DSCL ENDS ----- */

/* ----- Input group css starts ----- */
.input-group {
	width: 100%;
}
.input-group > input.form-control.hasDatepicker {
	width: calc(100% - 2.4rem);
}
.input-group > input.form-control.hasDatepicker ~ .input-group-addon {
	width: 2.4rem;
    height: 30px;
    z-index: 1;
	position: absolute;
    top: 0;
    right: 0;
}
/* ----- Input group css ends ----- */

/*  ------ 3 lvl Hierarchy TRF prefix issue for drop-down issue. ----- */

   .form-group > label[for="trmGroup3"] {
		clear: both;
	}
	.form-group > label[for="trmGroup3"],
	 .form-group > label[for="trmGroup3"] + div {
		margin-top: 0.7rem;
	}
	
	
/* For Property Ward Zone Mohhala*/	
.wardZone  > label[for="assWard3"] {
	clear: both;
}
.wardZone > label[for="assWard3"],
.wardZone  > label[for="assWard3"] + div {
	margin-top: 0.7rem;
}


/*For Property Ussage Type*/	
.usageType  > label[for="assdUsagetype3"] {
	clear: both;
}
.usageType > label[for="assdUsagetype3"],
.usageType  > label[for="assdUsagetype3"] + div {
	margin-top: 0.7rem;
}

#errorDivId ul li{
	padding:0.2rem 0rem;
}
.height-2rem {
	height: 2rem;
}
.table-responsive {
    overflow-y: hidden;
}
.table-responsive table.table {
	margin: 0.6rem 0 !important;
}
table tbody td .chosen-container.chosen-with-drop > .chosen-drop {
	position: relative;
}

/* Start CSS for Responsive JQ Grid */

@media screen and (max-width:768px)
{
	.ui-jqgrid .ui-jqgrid-hbox{
	padding-right:0px;
	}
	.ui-jqgrid .ui-pg-table td{
		padding:4px 1px;
	}
	.ui-pager-control table tbody tr td:first-child{
		width:10% !important;
	}
	.ui-pager-control table tbody tr td:nth-child(2){
		width:60% !important;
	}
	.ui-pager-control table tbody tr td:nth-child(2) .ui-pg-button{
		display:none;
	}
	.ui-jqgrid .ui-paging-info{
		font-size:10px;
	}
}


@media screen and (max-width:425px){
	#searchmodfbox_grid{
		width:90% !important;
		left:5% !important;
	}
}
@media screen and (min-width:425px) and (max-width:768px){
	#searchmodfbox_grid {
		width:90% !important;
	}
}

/* End CSS for Responsive JQ Grid */
/* BND CSS Start */
.background-water-mark {
	position: absolute;
	background: transparent;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.background-water-mark .water-mark-content img{
	width: 40rem;
}
/* BND CSS End */