/*# Custom CSS */

#debug-icon {
	display: none !important;
}

.system-heading {
	text-align: left;
	width: 100%;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
}


.page-logo,
.page-sidebar,
.nav-footer,
.bg-brand-gradient {
	background-color: #279E1A;
}

.email-verfiy .fal {
	font-size: 26px;
}

.email-verfiy p {
	font-size: 14px;
}


.home-slider .carousel-caption {
	position: absolute;
	min-height: 200px;
	width: 500px;
	max-width: 100%;
	padding: 55px 65px;
	text-align: center;
	background: url(../img/slider-caption-bg.png) 53px 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.home-slider .carousel-caption h5 {
	color: #82bc00;
	font-weight: bold;
	font-size: 22px;
}

.home-slider .carousel-caption p {
	font-size: 15px;
}


.btn-theme {
	color: #fff;
	background-color: #279E1A;
	border-color: #279E1A;
}

.btn-theme:hover {
	color: #fff;
	background-color: #023963;
	border-color: #023963;
}

.modal-header {
	background: linear-gradient(to right, #279E1A, #279E1A 100%);
	color: #fff;
	border-top-left-radius: 1px;
	border-top-right-radius: 1px;
}

.modal-header {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.invalid {
	color: #F00;
	font-size: 0.6875rem;
	margin-top: 0.325rem;
}



@media (min-width: 992px) {
	.page-header {
		padding: 0 15px !important;
	}
}

.page-content {
	padding: 0px 15px !important;
}

.table th,
.table td {
	padding: 8px !important;
}

#successMessageContainer {
	color: #4CAF50;
	border-radius: 5px;
}

.alert-small {
	padding: 5px 5px;
}

.panel .panel-container .panel-content {
	padding: 5px 1rem !important;
}

.form-control {
	border: 1px solid #ccc;

}

.page-content {
	color: #212529 !important;
}


.badge-danger {
  color: #fff;
  background-color: #dc3545 !important;
}

.error{
	color: red;
}


.errorw{
	color: white;
}