.bg-gradient-login{
	background-image: linear-gradient(180deg,#003466 10%,#186aba 100%);
	background-color: #003466;
	background-size: cover;
}

.bg-lg-image{
	background: url('/img/logo.png') no-repeat center center;
	background-size: 200px;
}

.sidebar-brand-icon{
	background: rgba(255, 255, 255, 0.6);
	padding: 10px;
	margin-top: 10px;
	border-radius: 8px;
}

#accordionSidebar{
	background-color: #4e73df;
	background-image: linear-gradient(180deg,#002e5e40 10%,#224abe 100%);
}

.container-fluid .d-sm-flex{
	border-bottom: 1px solid #CCC;
}

.rowAssistencia{
	border: 1px solid #DDD;
	border-radius: .35rem;
	padding: 5px;
}

.row.rowUpdate.mt-1{
	border: 1px solid #ddd;
	margin: 0;
	padding: 10px;
	border-radius: 6px;
}