@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

* {
	font-family: 'Open Sans';
}

.navbar,
.offcanvas-header {
	z-index: 1000;
	box-shadow: rgb(183 180 180) 0px 1px 3px 0px;
}

/* TITULO DE LA PAGINA */
.titulo-opciones {
	background: #a8c459;
	padding-top: 80px;
}

/* MENU LATERAL */

.navbar-toggler:focus {
	box-shadow: none !important;
}

.link-menu-principal {
	margin-bottom: 30px;
	color: #026cb2 !important;
	cursor: pointer;
}

.label-menu {
	cursor: pointer;
	padding-left: 13px;
	padding-right: 13px;
}

.img-header {
	width: 100% !important;
	height: 35px !important;
}

/* MODAL */
.uk-modal-dialog,
.uk-modal-header,
.uk-modal-footer {
	border-radius: 0.4rem !important;
}

/* --------------------- INPUT ------------ */

.input-filtro-fecha {
	background: white !important;
}

.input-rango {
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid #a8c459;
}

/* INPUT EN INFORMES */
input[type='checkbox'] {
	display: none;
}

input[type='checkbox']+label {
	font-family: FontAwesome;
	display: inline-block;
	font-size: 18px;
	cursor: pointer;
	border-radius: 50px;
	border: 1px solid #a8c459;
	margin-bottom: 7px;
	padding: 0rem 1rem;
}

input[type='checkbox']:checked+label {
	background-color: #a8c459;
	color: white;
}

/* INPUT CHEK LIST DE LA LISTA PARA ELIMINAR VARIOS */
.checklist+label {
	padding: 0 !important;
	margin: 0 !important;
	vertical-align: middle;
	background-color: gainsboro;
	width: 30px;
	height: 30px;
}

/* TOOGLE DE ACTIVAR EL ESTADO */
.uk-switch {
	position: relative;
	display: inline-block;
	height: 35px;
	width: 60px;
}

.uk-switch input {
	display: none;
}

.uk-switch-slider {
	background-color: #f0506e;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 500px;
	bottom: 0;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: 0.2s;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.07);
}

.uk-switch-slider:before {
	background-color: #fff;
	position: absolute;
	width: 29px;
	height: 28px;
	padding: 2px;
	padding-right: 2px;
	padding-left: 3px;
	padding-top: 3px;
	left: 2px;
	bottom: 3px;
	content: '';
	border-radius: 50%;
	transition-property: transform, box-shadow;
	transition-duration: 0.2s;
}

input:checked+.uk-switch-slider:before {
	transform: translateX(26px);
}

.uk-switch-slider.uk-switch-on-off {
	background-color: #ee395b;
}

input:checked+.uk-switch-slider {
	background-color: #a8c459 !important;
}

.input-buscar {
	border: 1px solid #a8c459 !important;
}

.uk-fixed-navigation {
	position: fixed;
	background: white;
	border-bottom: 1px solid gainsboro;
	right: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}

.input-codigo {
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

/* --------------------- FIN INPUT ------------ */

/* SELEC DE BUSQUEDA SELEC 2 */
.myFont {
	font-weight: bold;
	border: 1px solid #a8c459 !important;
}

.select2-container--classic .select2-selection--single {
	border: 1px solid #a8c459 !important;
	height: 37px !important;
	padding: 5px 0 0 8px !important;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	height: 35px !important;
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #a8c459 !important;
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #a8c459 !important;
}

.select2-container--classic .select2-selection--multiple {
	border: 1px solid #a8c459 !important;
	padding-bottom: 7px !important;
	padding-top: 2px !important;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #a8c459 !important;
}

.select2-container {
	width: 100% !important;
}

/* BOTONES */

.btn-success {
	background: #a8c459 !important;
	border-color: #a8c459 !important;
}

.btn-primary {
	background: #096eb5 !important;
	border-color: #096eb5 !important;
}

.uk-icon-button {
	border-radius: 0.2cm !important;
}

.uk-button-success {
	color: white !important;
	background: #a8c459 !important;
	border: 1px solid transparent !important;
}

.icon-ligth {
	color: gray !important;
}

.btn-icon-primary {
	background: #026cb2 !important;
	color: white !important;
}

.btn-icon-danger {
	background: #ee395b !important;
	color: white !important;
}

.btn-icon-medium {
	background: #6c757d !important;
	color: white !important;
}

.btn-icon-warning {
	background: #aa8619 !important;
	color: white !important;
}

.btn-icon-success {
	background: #a8c459 !important;
	color: white !important;
}

.margin-pdf {
	margin: 1em 1em 0 0;
}

.btn-crear {
	z-index: 1;
	position: fixed;
	bottom: 15px;
	right: 15px;
	border: none;
	padding: 0px;
	background-color: #a8c459;
	border-radius: 9px !important;
	color: white;
	width: 3rem !important;
	height: 3rem !important;
}

/* BORDER  WIDTH COLOR TAMAÑO-LETRAS */
.border-radius-cm {
	border-radius: 0.2cm !important;
}

.wd-100 {
	width: 100% !important;
}

.text-white {
	color: white !important;
}

.text-color-success {
	color: #a8c459 !important;
}

.font-medium {
	font-size: medium !important;
}

.text-blue {
	color: #096eb5 !important;
}

.bor-success {
	border-color: #a8c459 !important;
}

.hg-30 {
	height: 30px !important;
}

.hg-800 {
	max-height: 800px !important;
}

.hg-650 {
	max-height: 650px !important;
}

.hg-475 {
	max-height: 475px !important;
}

.background-success {
	background: #a8c459 !important;
}

/* CARD */
.card-menu {
	border-radius: 0.2cm;
	box-shadow: rgb(183 180 180) 0px 1px 3px 0px;
	cursor: pointer;
	padding: 1.5rem;
}

/* IMAGENES */
.img-30 {
	width: 30px;
}

.img-35 {
	width: 35px;
}

.img-menu {
	width: 45px;
}

.img-25 {
	width: 25px;
}

.img-20 {
	width: 20px;
}

/* ALERTAS */
.alert-info {
	border-radius: 5px;
	margin-top: 10px;
}

/* SPINNER DE BUSCANDO DATOS */
.div-spinner {
	width: 100% !important;
	text-align: center !important;
	padding: 5% !important;
}

.z-1 {
	z-index: 1;
}

/* PRENDAS EN EL INFORME */
.label-prenda {
	width: -webkit-fill-available !important;
	text-align: center;
}

/* IMAGEN DE CARGANDO DATOS */
#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
	background-color: #fff;
	z-index: 99;
}

#loading-image {
	z-index: 100;
}

/* BOTONES PAGINAR */
.btn-next {
	color: white !important;
	background: #a8c459 !important;
	font-size: medium;
}

.select-paginar {
	width: 5rem !important;
	border-radius: 0.3cm !important;
}

.uk-grid-small {
	margin: 100px;
}

.pointer {
	cursor: pointer !important;
}

.form-control.is-valid,
.was-validated .form-control:valid {
	border-color: #a8c459 !important;
}

.form-check-input.text-color-success:checked {
	background-color: #a8c459 !important;
	border-color: #a8c459 !important;
}

.form-check-input.text-color-success:focus {
	box-shadow: 0 0 0 0.25rem rgba(168, 196, 89, 0.3) !important;
}

.form-check-input.text-danger:checked {
	background-color: #ee395b !important;
	border-color: #ee395b !important;
}

.form-check-input.text-danger:focus {
	box-shadow: 0 0 0 0.25rem rgba(238, 57, 90, 0.3) !important;
}

.badge-success {
	background-color: #a8c459 !important;
}