body{
	min-height:100vh;
}
.bg-gradient-primary {
    background-color: #a1bc31;
    /*background-image: linear-gradient(180deg,#a1bc31 10%,#942538 100%)!important;*/
    /*background-image: linear-gradient(180deg,#dbef9e  10%,#a1bc31 100%) !important;*/
    /*background-image: linear-gradient(180deg,#f4f9e3  10%,#a1bc31 100%) !important;*/
	background-image: linear-gradient(180deg,#e4f1bb 10%,#e2eabe 100%) !important;
}
.sidebar-dark .sidebar-brand {
	background: #fff !important;
}
.topbar{
	position:fixed;
	width:100%;
	z-index:100;
}
.container-all{
	margin-top: 100px;
}



.specialInputFile .figureInputFile{
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: #4e72df;
	border-radius: 50%;
}
.specialInputFile .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.specialInputFile .inputfile + label {
	max-width: 80%;
	font-size: 1.25rem;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	padding: 0.625rem 1.25rem;
}

.specialInputFile .inputfile + label svg {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

.specialInputFile .specialInputFileName {
	font-size:16px;
	width:145px;
	display: inline-block;
	text-align:center;
}
.specialInputFile .inputfile-5 + label:hover {
	color: currentColor;
}
.specialInputFile .inputfile-5 + label {
	color: currentColor;
}


.specialInputFile .inputfile-5 + label svg {
	width: 100%;
	height: 100%;
	min-width: 50px;
	min-height: 50px;						
	fill: #ffffff;
}

.specialInputFile svg:not(:root) {
	overflow: hidden;
}

.bloque-error, .bloque-error ul, .bloque-error li{
	text-align:justify;
}
.bloque-error ul, .bloque-error li{
	text-align:justify;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.table-sys{
	color: #000;
}
.table-sys .div-border-bottom{
	border-bottom: 1px solid #e3e6f0;
	float: left;
	width: 100%;
}
.table-sys .div-border-bottom:last-child{
	border-bottom: 0px solid #e3e6f0;
}
.table-sys thead, .table-sys tfoot{
	text-align:center; 
	background-color: #a1bc31;
	color: white; 
	text-align:center;
	color:#FFF;
}
.table-sys .odd{
	background-color: #f4f9e3;
}
.table-sys .even{
	background-color: #FFF;
}
.table-sys th, .table-sys td{
	padding: 0.25rem !important;
	vertical-align: middle !important;
}

.td-id{
	text-align: center;

}


.td-text{
	text-align: left;

}

.td-num{
	text-align: right;
}

.td-other{
	
}

.td-action{
	text-align:center;
}

.nav-link i{
	min-width: 18px;
    text-align: center;
}

.sidebar .sidebar-brand{
	height: auto !important;
}


.sidebar-dark .nav-item .nav-link, .nav-item.active .nav-link i, .sidebar-dark .nav-item .nav-link i, .sidebar-dark .sidebar-heading {
    color: #000 !important;
	font-weight:600;
}
.nav-item.active .nav-link{
	color: #000 !important;
    font-weight:900 !important;
}
.sidebar-dark hr.sidebar-divider {
	border-top-color: #d81d1d26;
	border-top-color: #27242459 !important;

}

.sidebar-dark #sidebarToggle {
    background-color: #a1bc31;
	color:#FFF !important;
}
.sidebar-dark #sidebarToggle:hover {
    background-color: #c1de49;
	color:#000 !important;
}

.miniLoading{
bottom: 40px;
right: 0;
border: 2px solid #b0c751;
border-right: 0px;
background: #d2e291;
color: #000;
font-size: 28px;
width: 100px;
height: 47px;
display: none;
position: fixed;
text-align: left;
border-radius: 50px 0 0 50px;
padding: 2px 0 0 5px;
}

#search-box{
	display:none;
}








