:root {
	--font: "Roboto", sans-serif;
}

#app {
	font-family: var(--font);
}

small, .small {
	font-size: 0.75em;
}


/* COLUMS CARDS */
.card {
	border-radius: 1rem;
}
.card-body {
	padding: 2.5rem;
}
.card-header:first-child {
	border-radius: 1rem 1rem 0 0;
}
.card-footer:last-child {
	border-radius: 0 0 1rem 1rem;
}



.badge {
	font-size: 11px;
}

/* FORMS */
.form-control:not(textarea, .form-control-sm) {
	height: 40px;
}
.form-control::placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}

.form-control::-ms-input-placeholder {
  color: #cccccc;
}
.form-control-plaintext {
	padding: 0.875rem 1.125rem;
}
.input-group .btn {
	height: 38px;
}
#app .choices__inner {
	display: block;
	width: 100%;
	padding: 0.875rem 1.125rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	color: #69707a;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c5ccd6;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.35rem;
	transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}
#top .choices__input {
	width: 100%!important;
	display: block;
	background: transparent;
	margin: 0;
	padding: 0;
}
#app .choices__list--multiple .choices__item {
	background-color: var(--bs-secondary);
	border-color: var(--bs-secondary);
	border-radius: 4px;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
	color: var(--bs-secondary);
}
.input-group-text {
	height: 40px;
}





/* BUTTONS */
.btn {
	font-weight: 500;
	font-size: 13px;
	padding: 0.75rem 1.125rem;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;
	border-radius: 0.25rem;
}
.btn-link {
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
}
.btn-icon {
	padding: 0;
}


/* ALERTS */
.alert {
	padding: 0.75rem 1rem;
}
.alert-sm {
	padding: 0.5rem 0.85rem;
	font-size: 14px;
}
.alert-dismissible {
	padding-right: 3rem;
}
.alert-dismissible .btn-close {
	padding: 1rem 1rem;
}
.alert-sm.alert-dismissible .btn-close {
	padding: 0.5rem 0.85rem;
	font-size: 10px;
	top: 5px;
}



/* TOP NAV */
.nav-fixed .topnav {
	left: 15rem;
}
.sidenav-toggled .topnav {
	left: 0;
}
.nav-fixed #layoutSidenav #layoutSidenav_content {
	
}
.nav-fixed #layoutSidenav #layoutSidenav_nav .sidenav {
	padding-top: 0;
}
.nav-fixed #layoutSidenav #layoutSidenav_nav, .sidenav-toggled {
	z-index: 99999;
}
.sidenav-toggled #layoutSidenav #layoutSidenav_content:before {
	z-index: 9999;
	height: 100vh;
}



/* SIDEBAR */
.sidenav-dark {
	background-color: var(--bs-secondary);
}
#accordionSidenav {
	padding: 0 20px;
	row-gap: 15px;
}
.sidenav .sidenav-menu .nav .nav-link {
	font-size: 13px;
}
.sidenav .sidenav-menu .nav .nav-link.active {
	font-weight: 400;
}
.sidenav-dark .sidenav-menu > .nav > .nav-link {
	font-size: 13px;
	border-radius: 0.35rem;
}
.sidenav-dark .sidenav-menu > .nav > .nav-link:hover {
	background: var(--bs-gray-600);
}
.sidenav-dark .sidenav-menu > .nav > .nav-link.active {
	background: var(--bs-primary);
}
.sidenav-dark .sidenav-menu > .nav .nav.accordion > .nav-link.active {
	color: var(--bs-primary);
}


.dropdown-menu .dropdown-item {
	border-radius: 0.35rem;
}


/* DataTables */
#dataTable_filter {
	display: flex;
	justify-content: end;
}
.table > :not(:first-child), .dataTable-table > :not(:first-child) {
	border-top: 0px solid currentColor;
}
.dataTables_length label {
	font-size: 0;
}
.table > :not(caption) > * > *, .dataTable-table > :not(caption) > * > * {
	vertical-align: middle;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
	--bs-table-accent-bg: white;
}
#dataTable_wrapper .row:last-child {
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	font-size: 12px;
}
#dataTable_wrapper .row:last-child > div {
	width: auto;
}
#dataTable_wrapper .row:first-child {
	margin-bottom: 20px;
}
th.sorting_disabled {
	border: none;
}
.table-striped > tbody > tr *, .table-striped > tbody > tr:nth-of-type(odd) > * {
	color: var(--bs-black);
}
.page-link {
	font-size: 13px;
}





/* DropZone */
.dropzone {
	border: 2px dashed #c5ccd6;
}
.dropzone .dz-preview .dz-details .dz-size {
	display: none!important;
}
.dz-image img {
	width: 100%;
}









@media (max-width: 991px) {
	.nav-fixed .topnav {
		left: 0;
	}
}

@media (max-width: 767px) {
	#dataTable_filter, .dataTables_length {
		justify-content: center;
	}
	#dataTable_filter *, .dataTables_length * {
		width: 100%;
	}
	#dataTable_wrapper .row:last-child {
		justify-content: center;
		row-gap: 10px;
	}
	.table-movil, .table-movil thead {
		display: none;
	}
	.table-movil, .table-movil tbody, .table-movil, .table-movil tbody > tr {
		display: flex;
		flex-direction: column;
	}
	.table-movil, .table-movil tbody {
		row-gap: 10px;
	}
	.table-movil tbody > tr {
		border: 1px solid #c5ccd6;
		padding: 1rem;
		border-radius: 0.35rem;
	}
	.table-movil tbody > tr > td:before {
		content: attr(data-label);
		display: block;
		font-weight: 500;
		color: var(--bs-secondary);
		font-size: 90%;
	}
	.table-movil tbody > tr > td:first-child {
		padding-top: 0;
	}
	.table-movil tbody > tr > td:last-child {
		border: 0;
		padding-bottom: 0;
	}
	.dropzone .dz-message .dz-button {
		font-size: 12px;
	}
}
