body, .card,.form-control{font-size: 0.875rem !important;}
.bold{font-weight: bold;}
form label{
	font-size:1rem;
}
.custom-file{
	height: calc(1.5em + 0.75rem + 5px);
}
.custom-file-label{
    border: 1px solid #A6A9AE;
    color: #75787d;
}
.custom-file-label::after{
	content: "Elegir";
}
.app-sidebar, .off-canvas-sidebar{
	width: 200px;
}
@media (min-width: 992px){
	.main-panel .main-content {
	    padding-left: 200px;
	}
}
.table{
	width: 100% !important;
}