/* Sidebar-Login */

.btn.btn-primary {
	background: #006738;
	border-color: #006738;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #00522d !important;
	border-color: #00522d !important;
}

.btn.btn-info {
	background: #c7c1c1;
	border-color: #c7c1c1;
	color: #555555;
}

.btn.btn-info:hover,
.btn.btn-info:focus {
	background: #01351d !important;
	border-color: #01351d !important;
}

.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
	font-size: 0.65em;
	color: #00522d;
}

.login-page a.forgot-pass:hover,
.login-page a.forgot-pass:focus,
.login-page a.signup:hover,
.login-page a.signup:focus,
.register-page a.forgot-pass:hover,
.register-page a.forgot-pass:focus,
.register-page a.signup:hover,
.register-page a.signup:focus {
	color: #006738;
	text-decoration: none;
}

.login-page .form-inner,
.register-page .form-inner {
	padding: 40px 30px;
	background: #fff;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	border-radius: 15px;
	box-shadow: 5px 10px 18px #00522d23;
}

.form-control:focus,
.form-control:active {
	border-color: #00522d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00673949;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00673949;
}

.custom-select:focus,
.custom-select:active {
	border-color: #00522d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00673949;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #00673949;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
	transition: background-color 600000s 0s, color 600000s 0s;
}

.btn {
	background-color: #00522d;
	border-color: #00522d;
}

.btn:hover {
	background-color: #006738;
	border-color: #006738;
}

.alert {
	border-color: #006738;
	color: #006738;
}

#sidebar {
	background: #006738;
	color: #fff;
}

#sidebar h1 .logo span {
	color: #c7c1c1;
}

#sidebar ul li a span {
	color: #c7c1c1;
}

#sidebar .custom-menu .btn.btn-primary:after {
	background: #006738;
}

/* Sidebar-Login */

/* .btn.btn-primary:hover, .btn.btn-primary:focus {
    background: #44bef1 !important;
    border-color: #44bef1 !important; }       */

/* LOGO RESPONSIVE  */

@media (max-width: 770px) {
	.mainlogo {
		width: 120px;
		/* height: auto;
      margin: auto; */
		display: none;
	}
}

@media (min-width: 770px) {
	.mainlogo {
		width: 220px;
		height: auto;
		float: right;
	}
}

/* Color test */
.fixed-plugin .badge-black {
	background-color: #c7c1c1;
}

.fixed-plugin .badge-azure {
	background-color: #2ca8ff;
}

.fixed-plugin .badge-green {
	background-color: #18ce0f;
}

.fixed-plugin .badge-orange {
	background-color: #f96332;
}

.fixed-plugin .badge-yellow {
	background-color: #ffb236;
}

.fixed-plugin .badge-red {
	background-color: #ff3636;
}

.fixed-plugin .badge-purple {
	background-color: #9368e9;
}

#notifications {
	background-color: #ffffff;
	display: block;
	width: 100%;
	position: relative;
}
