
/* Sidebar-Login 

.btn.btn-primary {
	background: black;
	border-color: black;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: rgb(0, 189, 214) !important;
	border-color: rgb(0, 189, 214) !important;
}

.btn.btn-info {
	background: rgb(0, 189, 214);
	border-color: rgb(0, 189, 214);
	color: #ffffff;
}

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


.btn {
	background-color: rgb(0, 189, 214);
	border-color: rgb(0, 189, 214);
}

.btn:hover {
	background-color: #555555;
	border-color: #555555;
}
*/
.alert {
	border-color: black;
	color: black;
}



.login-page a.forgot-pass,
.login-page a.signup,
.register-page a.forgot-pass,
.register-page a.signup {
	font-size: 0.65em;
	color: rgb(0, 189, 214);
}

.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: rgb(0, 189, 214);
	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: rgb(0, 189, 214);
	-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: rgb(0, 189, 214);
	-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;
}


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

#sidebar .nombre-usuario {
	color: rgb(0, 189, 214);
}

#sidebar ul li a span {
	color: rgb(0, 189, 214);
}

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

/* 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;
}


