.select2-container .select2-selection--single{
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 32px !important;
}

.add-sub-panel-record{position: absolute; right: 40px; top: 10px; z-index: 1;}

.static-top.fixed-top{
  left: 14rem!important;

}
.static-top{
  box-shadow: 1rem .15rem 1.75rem 0 rgba(58,59,69,.15)!important;
}

#content-wrapper{
  padding-top: 70px;
}
#content-wrapper #content{
  padding-top: 10px;
}
.sidebar {position: fixed; z-index: 1; overflow: auto;    max-height: 100vh;}
.sidebar .topbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  left:0
}
#wrapper #content-wrapper{
  margin-left: 14rem;
  position: relative;
  z-index: inherit;
}
.sidebar-toggled .static-top.fixed-top{
  left: 6.5rem!important;
}

.sidebar-toggled #content-wrapper{
  margin-left: 6.5rem!important;
}

.back-bg{
  background-color: rgba(0, 0, 0, .8);
}

.button-reset {
    padding: unset !important;
    /*right: unset !important;
    left: 90% !important;*/
    height: 25px !important;
    width: 25px !important;
	right: 6.75px !important;
}


/*----------------- Edit Record Form CSS START-------------- */

#edit-record-result #editDataForm .is-invalid.invalid-feedback { font-size:14px;}
#edit-record-result #editDataForm .box{
    padding: 50px;
    margin: 20px 0;
    display: inline-block;
    font: bold 22px sans-serif;
    background: #f4f4f4;
}
#edit-record-result #editDataForm .hidden{
    display: none;
}

.is-invalid.invalid-feedback {
    font-size: 13px;
}

/*----------------- Edit Record Form CSS END-------------- */

.clsdiv .modal-dialog{
  max-width: inherit;
  width: 100%;
  min-width: 650px;
}

.modal-header {
  cursor: move;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left top, right bottom, from(#c0c0c0), to(#c0c0c0));
    background-image: -webkit-linear-gradient(left top, #c0c0c0 0%, #c0c0c0 100%);
    background-image: linear-gradient(to right, #c0c0c0 0%, #c0c0c0 100%);
  }
/*--------------DATA RECORD PAGE CSS START-------------*/

#dataTable_Records_wrapper .table tr.selected {
  /*background: #dae7ff !important;*/
  background: #FCFCC5 !important;
  color:#000;
}
.dt-buttons {
  float: right;
}
div#dataTable_Records_length {
  clear:both;
}
table.dataTable td, table.dataTable th{
font-size:12px;
}
.dataTables_info span.select-info {
  padding-left: 12px;
}
.table td, .table th {
    padding: .3rem .5rem;
}
/*--------------DATA RECORD PAGE CSS END-------------*/

#content-wrapper{
	min-height:100vh;
}

table.table-bordered.dataTable th{ white-space: nowrap;}
.footer-button{position:fixed; left:14rem!important; bottom:0; right:0; z-index:10; padding:10px 20px 50px 20px; background:#FFF; }
.sidebar-toggled .footer-button{left:6.5rem!important}
.f-sp{height:100px; display:block}
footer.sticky-footer{    position: relative;
    z-index: 100; padding: 10px !important;}
.table td .btn-sm{display:block; position:relative; float:left; margin:0 3px; height:20px}

.sum {
  text-align:right;
}
.numericfieldval {
  text-align: right;
}

.btn{border-radius: 5px !important;}
/* .sidebar-toggled .sidebar-brand-icon img{height:20px !important;} */
.dt-buttons{padding:3px}
.footer-button{text-align:center;}

.sidebar .nav-item .nav-link{
    padding: .45rem 1rem !important;
}
.sidebar .nav-item .collapse .collapse-inner .collapse-item, .sidebar .nav-item .collapsing .collapse-inner .collapse-item{
    display: flex !important;
    align-items: center !important;
	padding:.5rem .5rem !important;
	white-space:normal !important;
}
.sidebar.toggled .nav-item .nav-link{
    padding: .30rem 1rem;
}
/* .sidebar .nav-item a.nav-link.collapsed{
	background-color:rgba(0,0,0, 0)
}
.sidebar .nav-item.active a.nav-link.
.sidebar .nav-item a.nav-link{
	background-color:rgba(0,0,0, .4)
} */
.sidebar .nav-item .collapse .collapse-inner .collapse-item img{margin-right:8px}
.sidebar{padding-top:70px;}


#wrapper #content-wrapper{z-index:inherit;}
#sidebarToggle {
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
  position:fixed;
  z-index:1031;
  left: 132px;
    top: 15px;
}


#sidebarToggle::after {
  font-weight: 900;
  content: '\f0c9';
  font-family: 'Font Awesome 5 Free';
  margin-right: 0.1rem;
}

#sidebarToggle:hover {
  text-decoration: none;
}

#sidebarToggle:focus {
  outline: none;
}

/*.table td.actioncenter .btn-sm {
  margin: 0px 3% 0px 6%;
}*/

/*.table td.actioncenter {
  padding: 0.5rem 1.5rem;
}*/


.sidebar-toggled #sidebarToggle::after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  margin-left: 0.25rem;
}
.btn-primary, .btn-primary:hover{
	background-color:transparent;
	border-color:transparent;
	background-image:url(../img/btn-bg.png) ;
}
div.dataTables_wrapper div.dataTables_filter{text-align:left !important}
@media (max-width: 767px) {
	/* body{width:768px} */
	.sidebar .topbar{width:115px;}
	
	.sidebar{padding-top:70px; max-height:inherit;}
	.sidebar .nav-item .collapse{position:relative !important; left:0 !important}
	/*.sidebar.toggled .nav-item .collapse{position:absolute !important; left:calc(6.5rem + 1.5rem / 2) !important}*/
	
	.sidebar .sidebar-heading{text-align:left !important;}
	.sidebar.toggled{width:6.5rem !important; width:0rem !important; max-height:100vh;z-index:15}
	.sidebar{width:14rem !important;}
	.static-top.fixed-top{left:0 !important}
	.sidebar-toggled .static-top.fixed-top{
	  left: 0 !important;
	}
	.sidebar .nav-item .nav-link{width:100% !important; display:flex;    align-items: center;}
	.sidebar .nav-item a.nav-link img{width:20px; height:20px;}
	.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after{display:block !important}
	.sidebar-dark .nav-item.active .nav-link i{margin-right:8px;}
	.sidebar.toggled{overflow:auto !important;}
	/*.sidebar.toggled .nav-item .nav-link{
		display:block !important;
	}*/
	/* .sidebar.toggled .nav-item .nav-link{
		text-align:center;
		display:block !important;
	} */
	.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    content: '\f105';
	}
	.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
		color: rgba(255,255,255,.5);
	}
	.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
		width: 1rem;
		text-align: center;
		float: right;
		vertical-align: 0;
		border: 0;
		font-weight: 900;
		content: '\f107';
		font-family: 'Font Awesome 5 Free';
		position:absolute;
		right:10px
	}
	/*.sidebar-toggled .sidebar .nav-item .nav-link[data-toggle=collapse]::after {display:none !important}*/
	/* .topbar .dropdown .dropdown-menu {
    width: calc(100% - 20.5rem);
    right: .75rem;
	} */
	.sidebar-toggled #content-wrapper{
	  margin-left:0rem!important;
	}
	
	.sidebar{
		width: 0rem !important;
	}
	.sidebar-toggled .sidebar{
		width: 14rem !important;
	}
	#wrapper #content-wrapper{
	margin-left: 0;
	}
	.footer-button{left:0 !important; width:100% !important; position:relative !important; padding:10px !important;}
	.footer-button .btn{margin-bottom:3px}
	.f-sp{height:30px}
}
.scroll-to-top{z-index:500;}
button.dt-button.buttons-columnVisibility {
	//background: red;
	color: #515151;
	font-weight: bold;
}
button.dt-button.buttons-columnVisibility.active{
	//background: limegreen !important;
	color: #515151;
	font-weight: bold;
}
.customMenu{position:relative;}
.customMenu .dt-button-collection{
	position:absolute;
	left:inherit !important;
	right:5px;
	z-index:5;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.45);
	border-radius:8px;
	padding:5px;
	max-width:300px;
	max-height:270px;
	overflow:auto;
	background:#FFF;
	min-width:200px;
}
.customMenu .dt-button-collection .dt-button{
	display:block;
	width:100%;
	text-align:left;
	padding-right:30px;
	background:#FFF;
	line-height:35px;
	border:0;
	border-bottom:1px solid #f2f2f2;
}
.customMenu .dt-button-collection .dt-button:hover{
	background-color:#f2f2f2;
}
.customMenu .dt-button-collection .dt-button.buttons-columnVisibility.active:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	position: absolute;
    right: 10px;
	color:green
}
.customMenu .dt-button-collection .dt-button.buttons-columnVisibility:before{
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	position: absolute;
    right: 12px;
	color:red
}

.bg-gradient-primary{
	background-color:transparent;
	border-color:transparent;
	background-image:url(../img/sidebar.png) ;
}

.actioncenter div{
	text-align:center;
}
.actioncenter div .btn-sm{
	float:none;
	display:inline-block;
}
.grid-text{text-transform: uppercase;}
.grid-text span{margin-right:20px; display:inline-block; line-height:1}
.grid-text span b{display:block; color:#243d90}

.searchrecordCls {
    cursor: pointer;
}

.modal-content label, .form-group label {
    color: #243d90;
	font-weight:bold;
}
.button-reset{
	background:#e9ebf4 !important;
}

.sidebar-toggled{border:0px solid red !important}

.ecuspinnerImage {
	display: none;
}
.buttonload .fa-spin{
	margin-right:10px;
}

/*====Start loading images=====*/
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(255,255,255,0.8) url(../img/Preloader_11.gif) center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
	overflow: hidden;   
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
	display: block;
}
/* ===End loading images=====*/


/*======Start export in progress====*/

span.downloadinfo {
    font-size: 14px;
	font-weight: lighter;
	margin: 0px 0px 0px 3px;
    padding: 0px 4px 0px 0px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	/*background-color: #333; *//* Black background color */
	/*color: #fff;*/ /* White text color */
	/*text-align: center;*/ /* Centered text */
	/*border-radius: 2px;*/ /* Rounded borders */
	/*padding: 16px;*/ /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 9999; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
	border: 4px round grey;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s;
	animation: fadein 0.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

/*======End export in progress====*/

.select2-selection__choice__remove {
	float: right !important;
}

a.dropdown-item.language-changemenu.activelang{
	    background: #faac35;
    color: #fff;
    font-weight: bold;
}
.pinput{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: .35rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.paginationAK {
  display: inline-block;
}

.paginationAK a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd;
}

.paginationAK a.active {
  background-color: #243d8f;
  color: white;
  border: 1px solid #1a1b1a;
}

.paginationAK a:hover:not(.active) {background-color: #ddd;}

.paginationAK a:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.paginationAK a:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.login-screen-mobile #sidebarToggle{ display: none!important; }
.mobile-appilcation-appname {display: none;}
.hide-mobile-appname{display: block}
@media screen and (max-width:767px) {
    .login .login-left, .cms-page-container { width:100%!important; }


	.headerToggler { background-color: #243490; width: 32px; height: 32px; font-size: 18px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; color: #ffffff; border: none; position:relative!important; left:auto; }
	.login-screen-mobile { min-height: auto!important; height:calc(100vh - 44px); display: block;}
	.login-screen-mobile  .punch-line { margin: 0px!important; height: calc(100vh - 76px); background-color:#243490; padding: 15px; color:#fff; position: absolute; z-index: 999; top:76px;
		left:-280px; visibility: hidden; width: 280px; transition: 0.2s ease-in-out; }
	.login-screen-mobile  .punch-line.show { transition: 0.2s ease-in-out; left:0px; visibility: visible }
	.login-screen-mobile  .punch-line.show ul li a { color:#fff;  }
	.login-screen-mobile  .login-center { padding-top: 50px;}
	.login-screen-mobile.login .login-left { max-width:100%; }
	.login-screen-mobile .logo-block .container { display: flex; align-items: center; justify-content: space-between; }
	.login-screen-mobile #sidebarToggle{  display: block!important; position:relative!important; left:auto!important; margin-left:auto; top:0px!important; }
	.login .login-left, .cms-page-container { width:100%!important; }
	.desktop-cms-footer-content {display: none !important;}
	.mobile-cms-footer-content {display: block !important;}
	.customPage { height: calc(100% - 44px); padding-bottom: 44px;}
	.customPage footer.sticky-footer { position: fixed; background-color: #f5f5f5; width: 100%; display: block; }
	.hide-mobile-appname{display: none}
	.mobile-appilcation-appname {display: block;}
}
.popover-body {
	background-color: #ffffff;
	color: #243d8f;
}
.popover-header {
    background-color: #243d8f;
	color: #ffffff;
	text-align: center;	
}
.bs-popover-bottom .popover-header::before {
    border-bottom: 1px solid #243d8f;
}
