
/*# sourceMappingURL=custom.min.css.map */

/* Menu */
.navbar-menu .navbar-nav .nav-sm .nav-link.active2 {
  color: #fff;
  text-decoration: underline;
}


/* Datatable */
.dataTables_wrapper .dataTables_length {
	float:left;
	width:50%;
}
.dataTables_wrapper .dt-buttons {
	float:right;
	width:50%;
	text-align:right;
}
.dataTables_wrapper .dataTables_info {
	float:left;
	width:50%;
}
.dataTables_wrapper .dataTables_paginate {
	float:right;
	width:50%;
	text-align:right;
}

@media (max-width:767.98px){
	.dataTables_wrapper .dataTables_length {
		width:100%;
		text-align:center;
	}
	.dataTables_wrapper .dt-buttons {
		width:100%;
		text-align:center;
	}
	.dataTables_wrapper .dataTables_info {
		width:100%;
		text-align:center;
	}
	.dataTables_wrapper .dataTables_paginate {
		width:100%;
		text-align:center;
		padding:10px 0;
	}
}

/* Form */
.form-label {
  margin-bottom: .1rem;
}
.form-control-sm {
  min-height: calc(2em + .5rem + calc(var(--vz-border-width) * 2));
}

/* Choices */
.choices__inner {
	min-height:33px;
	padding: .25rem .5rem;
  	font-size: calc(var(--vz-font-base) * .875);
  	border-radius: var(--vz-border-radius-sm);
	padding: 0.1rem 3.6rem 0rem .3rem;
}



/* validation */
input.error, select.error, textarea.error {
	--vz-border-opacity: 1;
	border-color: rgba(var(--vz-danger-rgb),var(--vz-border-opacity)) !important;
}
label.error {
	width: 100%;
  	margin-top: 2px;
	font-size: .875em;
	--vz-text-opacity:1;
	color:rgba(var(--vz-danger-rgb),var(--vz-text-opacity))!important
}

