/* 
Filename: custom.css;
File Type: cascading style sheets;
Application: msdynamicsnavbc;
Developed By: Joshua, SBC Dynamics ERP;
*/
.btn-login {
	font-size:30px !important;
	cursor: pointer !important;
	border-radius: 40px;
    background: #186110 !important;
    opacity: 1px !important;
    color: #ffffff !important;
}
.h-login {
	font-size: 40px !important;
}
.custom-chk-ctrl {
	background-color: #f1f2ec;
	border: 2px solid #678000;
	height: 21px;
	width: 21px;
	border-radius: 22px;
	box-sizing: border-box;
	top: 7px;
	position: relative;
	left: 5px;
}

/*.ajax-loader {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: rgba(255,255,255,0.7);
	z-index: 10000;
}

.ajax-loader img {
	position: relative;
	top:50%;
	left:50%;
}*/

.ajax-loader {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	background-color: rgba(255,255,255,0.7);
	z-index: 10000;
}

.ajax-loader img {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	top:25%;
}

.ajax-loader div {
    position: relative;
	top:20%;
    text-align:center;
    vertical-align:middle;
    font-weight: bold;
}

.panel-title {
  position: relative;
}
  
.panel-title::after {
  content: "\f107";
  color: #343a40;
  top: -2px;
  right: 0px;
  position: absolute;
  font-family: "FontAwesome";
  font-weight: bold;
}

.panel-title[aria-expanded="true"]::after {
  content: "\f106";
}

.is-invalid {
  border-color: #dc3545 !important;
  color: #dc3545 !important;
  background-image: none !important;
}
select.is-invalid {
  border-color: #dc3545 !important;
  background-image: none !important;
  border: 1px solid #dc3545 !important;
  color: #dc3545;
}

select {
  color: #495057 !important;
}

.sidebar-footer {
	/*display: flex;*/
	position: absolute; /*fixed*/
	padding: 25px; /*30px*/
	font-size:0.875rem; 
	height: 50px;
	bottom: 0;
	margin: 0;
	line-height: 10px;
	width: 100%;/*new*/
	color: #186110;
	/*background: #ecf0f4;*//*new*/
	/*border-top: 1px solid #5ba453;*//*new*/
}
.sidebar {
   min-height:100%;
   position:relative;
   background: #ffffff !important;
   color: #ffffff !important; 
   border-right: 1px solid #5ba453;
}


.sidebar .nav .nav-item.active:not(.navbar-brand-mini-wrapper) {
	background: #186110 !important;
	color: #ffffff !important; 
}

.sidebar .nav .nav-item:not(.nav-category):hover {
	background: #64ab5d !important; 
	color: #ffffff !important;
}

.sidebar .nav .nav-item .nav-link {
/*color: #ffffff !important;*/
}
.sidebar .nav .nav-item .nav-link i.menu-icon {
	color: #186110 !important;
}
.sidebar .nav .nav-item.active:not(.navbar-brand-mini-wrapper) > .nav-link .menu-title {
	color: #ffffff !important;
}
.sidebar .nav .nav-item.active:not(.navbar-brand-mini-wrapper) > .nav-link i {
	color: #186110 !important; }
.sidebar .nav.sub-menu .nav-item .nav-link:hover {
	color: #ffffff !important;
}
.sidebar .nav.sub-menu .nav-item .nav-link.active {
	color: #ffffff !important;
}
.sidebar .nav .nav-item .nav-link .menu-title {
	color: #186110 !important;
}
.sidebar .nav .nav-item.nav-category {
	color: #186110 !important;
}


.quick-action-toolbar .card .card-header {
    background-image: linear-gradient(to left, #5ba453, #186110) !important;
 }

.navbar .navbar-brand-wrapper {
	background: #186110 !important;
	height: 70px !important;
}

.content-wrapper {
	background: #ffffff !important;
}

.auth form .form-group .form-control {
	border-radius: 5px;
    height: 55px;
}


.password-toggle-icon {
	z-index: 10000;
  position: absolute;
  top: 65%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: color 0.3s ease-in-out;
  margin-bottom: 20px;
}

.password-toggle-icon i:hover {
  color: #000;
}

.brand-logo img {
    width: 200px; 
}

 .navbar .navbar-brand-wrapper .navbar-brand img {
        height: 50px !important;
 }

  .navbar {
        background: #186110 !important;
 }
 .footer {
 	padding: 0px !important;
 	border-top: 1px solid #5ba453;
 }

 .dt-btn-dark, .dt-btn-dark:hover {
 	background-color: #186110;
    color: #fff !important;
 }

 .dt-btn-light {
 	background-color: #64ab5d;
    color: #186110;
 }

 .dropdown-item.active, .dropdown-item:active {
 	background-color: #186110 !important;
 }

 .pagination .page-item.active .page-link {
 	background-color: #186110 !important;
 	border-color: #186110 !important; 
 }

   .pagination .page-item:hover .page-link {
 	background-color: #186110 !important;
 	border-color: #186110 !important; 
 }

.DTFC_Cloned tbody tr {
	top: -21px !important;
    overflow-x: hidden;
    position: relative;
}

.input-icon {
	position: relative;
	left: -10px;
	top: -25px; 
	float: right;
}

.DTFC_LeftBodyLiner {
	overflow-y: hidden !important;
}

@media (max-width: 912px) {
	#sidebar {
	    width: 250px;
	    position: fixed;
	}
}