html{
	font-family: "Ubuntu", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-family: var(--mainFont);
	font-size: 14px;
}
*{
	outline: 0;
  max-width: 100%;
}
*,
*::before,
*::after{
	box-sizing: border-box;
}
body{
	background: #eef1f8;
	background: var(--bgColor);
  padding: 0;
}
/*Reset margins and paddings*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
pre,
blockquote,
figure,
hr,dl {
  margin: 0;
  padding: 0;
}
textarea{
  resize: none;
}
ul{
	list-style: none;
}
input,
textarea,
select,
button {
  color: inherit; 
  font: inherit; 
  letter-spacing: inherit; 
}
input,
textarea,
button {
  border: none;
}
button {
  border-radius: 0; 
  padding: 0.75em 1em;
  background-color: transparent;
}
button * {
  pointer-events: none;
}
embed,
iframe,
img,
object,
video {
  display: block;
  max-width: 100%;
}
a{
	color: inherit;
	text-decoration: none;
}
.noscroll{
  overflow: hidden;
}
h1{
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 7px;
}
h1 i{
    font-size: 40px;
  }
input[type='checkbox'],
input[type='radio'],
input[type='file']{
  display: none;
}
hr{
  border: 0;
  border-top: 1px solid #cbcbcb;
  margin-top: 30px;
}
pre{
  font-family: "Ubuntu", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  font-family: var(--mainFont);
  word-wrap: break-word;
  white-space: pre-wrap;
}
/*MORE*/
/*https://dev.to/zellwk/my-css-reset--jbp?fbclid=IwAR1ZhHsu6du4c4WbcqQOU6k_1fpbys11YyYysdwPkvRa5uh2NWligTHQqvA*/
@media print{
  .loader{
    display: none;
  }
}
:root{
	--mainFont: "Ubuntu", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	--iconFont: "dabadmin";
	--bgColor: #eef1f8;

	--accent: #f11f47;

	--default: #aaa;
	--red: #ff4a4a;
	--green: #4fac63;
	--orange: #fa8c16;
	
	--menuBg: var(--primary);
	--menuColor: white;
	--menuSelected: var(--accent);
	--frameRadius: 0;
	--radius: 20px;
	--menuWidth: 250px;

		/*cols*/
	--col1:  	8.333333%;
	--col2:  	16.666667%;
	--col3:  	25%;
	--col4:  	33.333333%;
	--col5:  	41.666667%;
	--col6:  	50%;
	--col7:  	58.333333%;
	--col8:  	66.666667%;
	--col9:  	75%;
	--col10: 	83.333333%;
	--col11: 	91.666667%;
	--col12: 	100%;
}
@font-face {
  font-family: "dabadmin";
  font-family: var(--iconFont);
  font-display: auto;
 
  src: url("../fontsdabs/dabadmin.woff") format("woff"),
       url("../fontsdabs/dabadmin.woff2") format("woff2"),
       url("../fontsdabs/dabadmin.svg#basic") format("svg");
}
[class^="i-"]:before, [class*=" i-"]:before,
[class^="i-"]:after, [class*=" i-"]:after {   
  font-family: "dabadmin";   
  font-family: var(--iconFont);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.i-add::before{ content: '\ea01'}
.i-arrow::before{ content: '\ea02'}
.i-branch::before{ content: '\ea03'}
.i-brand::before{ content: '\ea04'}
.i-budget::before{ content: '\ea05'}
.i-calculator::before{ content: '\ea06'}
.i-calendar::before{ content: '\ea07'}
.i-cashier::before{ content: '\ea08'}
.i-category::before{ content: '\ea09'}
.i-check::before{ content: '\ea0a'}
.i-circle::before{ content: '\ea0b'}
.i-client::before{ content: '\ea0c'}
.i-color::before{ content: '\ea0d'}
.i-comission::before{ content: '\ea0e'}
.i-contacts::before{ content: '\ea0f'}
.i-coupon::before{ content: '\ea10'}
.i-department::before{ content: '\ea11'}
.i-download::before{ content: '\ea12'}
.i-edit::before{ content: '\ea13'}
.i-expense::before{ content: '\ea14'}
.i-eye::before{ content: '\ea15'}
.i-file::before{ content: '\ea16'}
.i-gear::before{ content: '\ea17'}
.i-image::before{ content: '\ea18'}
.i-inventory::before{ content: '\ea19'}
.i-link::before{ content: '\ea1a'}
.i-logout::before{ content: '\ea1b'}
.i-mail::before{ content: '\ea1c'}
.i-mkt::before{ content: '\ea1d'}
.i-notification::before{ content: '\ea1e'}
.i-password::before{ content: '\ea1f'}
.i-phone::before{ content: '\ea20'}
.i-piggy::before{ content: '\ea21'}
.i-place::before{ content: '\ea22'}
.i-print::before{ content: '\ea23'}
.i-product::before{ content: '\ea24'}
.i-rent::before{ content: '\ea25'}
.i-return::before{ content: '\ea26'}
.i-sale::before{ content: '\ea27'}
.i-search::before{ content: '\ea28'}
.i-size::before{ content: '\ea29'}
.i-star::before{ content: '\ea2a'}
.i-ticket::before{ content: '\ea2b'}
.i-time::before{ content: '\ea2c'}
.i-trash::before{ content: '\ea2d'}
.i-upload::before{ content: '\ea2e'}
.i-user::before{ content: '\ea2f'}
.i-view::before{ content: '\ea30'}
.i-add.rejected:before{
  display: inline-block;
  transform: rotate(-45deg);
}
.i-arrow.i-right:before{
  display: inline-block;
}
.i-arrow.i-left:before{
  display: inline-block;
  transform: rotate(-180deg);
}
.form-field {
	margin-bottom: 15px;
	position: relative;
}
.form-field input, .form-field .input, .form-field textarea {
		color: #545454;
		border-bottom: 1px solid #d9d9d9;
		min-height: 36px;
		line-height: 1.3;
		width: 100%;
		padding-top: 10px;
		transition: all 0.3s ease;
		background: transparent;
	}
.form-field input:hover,.form-field .input:hover,.form-field textarea:hover{
			border-color: #dadada;
		}
.form-field input:focus,.form-field .input:focus,.form-field textarea:focus{
			border-color: #dadada;
			box-shadow: none;
			border-color: #aaa;
		}
.form-field textarea{
		resize: none;
		min-height: 110px;
	}
.form-field:hover label{
			text-shadow: 0 0 0 black;
		}
.form-field label{
		transition: text-shadow 0.2s ease;
		display: block;
		font-size: 12.5px;
	}
.form-field.required > label:after{
		content: "*";
		color: #ff4a4a;
		color: var(--red);
		margin-right: 3px;
	}
.form-field.with-icon {
		position: relative;
	}
.form-field.with-icon input:active + i, .form-field.with-icon input:focus + i{
			color: #000;
		}
.form-field.with-icon i{
			color: #777;
			transition: .2s;
			position: absolute;
			top: 0;
			left: 8px;
			border-right: 1px solid #d9d9d9;
			padding-left: 3px;
			padding-right: 8px;
		}
.form-field.with-icon input{
			padding-left: 40px;
		}
.form-two > label{
		display: block;
		margin-bottom: 2px;
	}
.form-two > input{
		width: 100%;
	}
.form-two .time{
		max-width: calc(50% - 4px);
	}
@media (min-width: 767px){
.form-two{
		display: flex;
		flex-wrap: wrap;
		width: 95%
}
		.form-two > label:not(.btn){
			padding-top: 10px;
			padding-right: 30px;
			flex: 0 0 200px;
			text-align: right;
			flex-shrink: 1;
		}
		.form-two input, .form-two .fileload, .form-two .select2{
			flex: 1;
		}
		.form-two .time{
			max-width: 150px;
			margin-right: 4px;
		}
		.form-two .note{
			padding-left: 200px;
		}
			.form-two.form-field .input-validation-error ~ .label-validation:before{
				top: 7px;
			}
	}
.form-two input[type="color"]{
		max-width: 50px;
	}
form .form-field.with-icon i{
		top: 8px;
	}
.note{
	padding-top: 2px;
	width: 100%;
	color: #999;
	font-size: 12px;
}
.radio {
	position: relative;
	text-align: left;
}
.radio input {
		display: none;
	}
.radio label{
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		padding-left: 25px;
		cursor: pointer;
	}
.radio label:before,.radio label:after{
			content: "";
			position: absolute;
			top: -1px;
			left: 0;
			width: 18px;
			height: 18px;
			border-radius: 2px;
			border-radius: 50px;
		}
.radio label:after{
			width: 12px;
			height: 12px;
			top: 2px;
			left:3px;
		}
.radio label:before {
			border: 1px solid #8d8d8d;
			transition: .2s;
			z-index: 1;
		}
.radio input:checked + label:after{
		background: #f11f47;
		background: var(--accent);
		border: 2px solid #f11f47;
		border: 2px solid var(--accent);
	}
.radio + .checkbox{
		margin-top: 5px;
	}
.checkbox {
	position: relative;
	text-align: left;
}
.checkbox input {
		display: none;
	}
.checkbox > label{
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		padding-left: 25px;
		cursor: pointer;
		/*&:after{
			transition: .2s;
			background: #fff;
		}*/
	}
.checkbox > label:before,.checkbox > label:after{
			content: "";
			position: absolute;
			top: -1px;
			left: 0;
			width: 18px;
			height: 18px;
			border-radius: 2px;
		}
.checkbox > label:before {
			border: 1px solid #8d8d8d;
			transition: .2s;
			z-index: 1;
		}
.checkbox input:checked + label:before {
		top: -2px;
		left: -2px;
		width: 9px;
		height: 18px;
		border-top: 2px solid rgba(0,0,0,0);
		border-left: 2px solid rgba(0,0,0,0);
		border-right: 2px solid #f11f47;
		border-right: 2px solid var(--accent);
		border-bottom: 2px solid #f11f47;
		border-bottom: 2px solid var(--accent);
		transform: rotate(40deg);
		-webkit-backface-visibility: hidden;
		        backface-visibility: hidden;
		transform-origin: 100% 100%;
	}
.checkbox input + label + .form-field{
		display: none;
	}
.checkbox input:checked + label + .form-field{
		display: block;
	}
/*& input:checked + label:after{
		background: var(--accent);
		border: 2px solid var(--accent);
	}*/
.checkbox + .checkbox{
		margin-top: 5px;
	}
.color{
	cursor: pointer;
}
.yesno {
	position: relative;
	text-align: left;
	font-size: 16px;
}
.yesno input {
		display: none;
	}
.yesno label{
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		padding-left: 25px;
		cursor: pointer;
		background: #bbb;
		height: 28px;
		min-width: 54px;
		border-radius: 20px;
		display: block;
		width: 50px;
		margin-top: 8px;
	}
.yesno label:before{
			transition: .4s ease;
			content: "";
			position: absolute;
			top: 1px;
			left: 1px;
			width: 26px;
			height: 26px;
			border-radius: 50%;
			background: #fff;
			position: absolute;
			z-index: 1;
			border: 1px solid #8d8d8d;
		}
.yesno input:checked + label {
		background: #f11f47;
		background: var(--accent);
		color: white;
	}
.yesno input:checked + label:before{
			left: 27px;
		}
.yesno .yes, .yesno .no{
		position: absolute;
		top: 4px;
	}
.yesno .yes{
		left: 10px;
	}
.yesno .no{
		right: 5px;
	}
/*VALIDACIONES*/
.form-field .input-validation-error{
	position: relative;
	padding-right: 30px;
}
/*&[data-val-required ^= " "] ~ .label-validation:before {
		content : "!";
	}*/
.form-field .input-validation-error ~ .label-validation{
		display: block!important;
	}
.form-field .input-validation-error ~ .label-validation:before{
		content: "!";
		position: absolute;
		top: 0;
		right: 2px;
		font-size: 15px;
		width: 18px;
		margin-left: 2px;
		color: white;
		background: #ff4a4a;
		background: var(--red);
		margin-right: 4px;
		display: inline-block;
		text-align: center;
		border-radius: 20px;

	}
.label-validation {
	flex: 0 0 0!important;
	padding: 0!important;
	display: none!important;
}
.label-validation .field-validation-valid{
		position: absolute;
	}
.label-validation .field-validation-error:not(:empty){
		position: absolute;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 3px;
		font-size: 12px;
		color: #333;
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
		z-index: -1;
		right: 0;
		top: 30px;
		opacity: 0;
		max-height: 0;
		transition: opacity 0.4s ease, max-height 0.2s ease;
	}
.label-validation:hover .field-validation-error:not(:empty){
		padding: 5px;
		opacity: 1;
		z-index: 1;
		max-height: 200px;
	}
.fileload{
	width: 100%;
	position: relative;
}
.fileload .btn {
		text-align: center;
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 12px;
		padding: 5px 10px 5px 8px;
		margin-top: 5px;
	}
.fileload .input{
		padding-top: 10px;
		width: 100%;
	}
.fileload .input:empty:before{
			content: "Seleccionar archivo";
			color: gray;
			display: block;
		}
.fileload input[type="file"] {
		display: none;
	}
.form-column{
	flex: 0 0 100%;
}
@media (min-width: 992px){
.form-column{
		flex: 0 0 50%
}
		.form-column:first-child{
			padding-right: 10px;
		}
		.form-column:last-child{
			padding-left: 10px;
		}
	}
.toggle-title{
		padding: 20px 30px;
		position: relative;
		cursor: pointer;
		display: block;
		font-weight: 500;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		transition: color 0.4s;
	}
.toggle-title:after{
			content: "";
			width: 10px;
			height: 10px;
			display: block;
			border: 2px solid #f11f47;
			border: 2px solid var(--accent);
			border-top: 0;
			border-left: 0;
			transform: rotate(-45deg);
			position: absolute;
			right: 20px;
			top: 25px;
			transition: transform 0.25s ease;
		}
.toggle-content {
		max-height: 0;
		overflow-y: hidden;
		opacity: 0;
		transition: opacity 0.2s ease 0.05s;
	}
.toggle-input:checked ~ .toggle-title:after{
		transform: rotate(45deg);
	}
.toggle-input:checked ~ .toggle-title{
		font-weight: 800;
		border-bottom: 1px solid #ebebeb;
	}
.toggle-input:checked ~ .toggle-content{
		max-height: 20000px;
		padding-top: 30px;
		overflow-y: auto;
		padding: 20px 30px 30px 30px;
		opacity: 1;
	}
.select2-container{
	-webkit-animation: appear 0.2s ease;
	        animation: appear 0.2s ease;
}
.select2-container--open .select2-dropdown{
		max-width: none;
		max-width: initial;
	}
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple{
			border-radius:0!important;
			border-color: white;
			border: 1px solid #d9d9d9;
			border-width: 0 0 1px!important;
		}
.select2-container .select2-selection--single .select2-selection__rendered{
		padding-left: 0;
	}
.select2-container .select2-selection--multiple input{
		min-height: 30px;
		padding-top: 4px!important;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
		line-height: 20px;
		border-radius: 20px;
		border-radius: var(--radius);
		padding: 0px 5px;
		margin-top: 2px;
		font-size: 0.85em;
	}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
.select2-dropdown {
	margin-top: 5px;
	border: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.30196);
	-webkit-animation: open 0.2s;
	        animation: open 0.2s;
	overflow-x: hidden;
	border-radius: 10px!important;
}
@-webkit-keyframes appear{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
@keyframes appear{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}
.search-bar{
	margin-bottom: 0;
}
.search-bar input,.search-bar .select2-container--default .select2-selection--single{
		border-radius: 20px!important;
		background: #e5e9f2;
		border: 0;
		box-shadow: none;
		padding: 0 10px;
	}
.search-bar input:focus,.search-bar .select2-container--default .select2-selection--single:focus{
			box-shadow: 0 0 0 2px rgba(136, 136, 136, 0.1);
		}
.search-bar .select2-container--default .select2-selection--single{
		min-height: 34px;
	}
.search-bar .select2-container .select2-selection--single .select2-selection__rendered{
		padding-top: 2px;
	}
.search-bar.with-icon .select2-container .select2-selection--single .select2-selection__rendered{
			padding-left: 40px;
		}
.search-bar .select2-selection__clear{
		font-size: 20px;
		color: #f11f47;
		color: var(--accent);
	}
.form-field .star:hover, .form-field .star:hover ~ .star{
		text-shadow: 0 1px 0px #f11f47;
		text-shadow: 0 1px 0px var(--accent);
	}
.form-stars {
	display: flex;
	flex-direction: row-reverse;
	color: #aaa;
	justify-content: flex-end;
}
.form-stars .star{
		margin: 0 1px;
		transition: text-shadow .2s ease .1s;
	}
.form-stars input:checked ~ .star {color: #f11f47;color: var(--accent);}
.datepicker{
	max-width: none;
	max-width: initial;
}
.datepicker--cell.-selected-,
		.datepicker--cell.-selected-.-current-,
		.datepicker--cell.-selected-.-focus-{
			background: #f11f47;
			background: var(--accent)
		}
.datepicker--cell.-in-range-{
			background: rgba(239, 92, 104, 0.1);
		}
.datepicker--cell.-in-range-.-focus-{
			background: rgba(239, 92, 104, 0.3);
		}
.datepicker--cell.-current-{
			color: #f11f47;
			color: var(--accent)
		}
.datepicker--cell.-range-to-,
		.datepicker--cell.-range-from-{
			color: #fff;
			background: #f11f47;
			background: var(--accent);
			border-color: #f11f47;
			border-color: var(--accent);
		}
.datepicker--day-name{
		color: #555;
	}
body{
	padding: 0;
	min-width: 100vw;
	min-height: 100vh;
	background: #eef1f8;
	padding: 20px;
	background-size: cover;
}
@media (min-width: 600px){
body{
		display: flex;
		align-items: center;
		justify-content: center
}
	}
.card{
	max-width: 800px;
}
.card img{
		width: 50%;
		margin: auto;
		margin-bottom: 30px;
	}
@media (min-width: 600px){
.card img{
			order: 3
	}
		}
.card-right{
		border-radius: 20px;
		box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
		background: white;
		text-align: center;
		width: 500px;
		padding: 30px;
	}
@media (min-width: 600px){
.card-right{
			text-align: left
	}
		}
.card-footer{
		margin-top: 20px;
		text-align: center;
	}
.form-label{
	color: black;
	font-size: 10px;
	position: absolute;
	z-index: 1;
	padding: 2px 6px;
	background: #fff;
	left: 40px;
	margin-top: -5px;
}
.auth-msg:not(:empty){
	padding-bottom: 20px;
}
.auth-msg:not(:empty):before{
		content: "!";
		color: white;
		background: #ff4a4a;
		background: var(--red);
		width: 18px;
		margin-right: 4px;
		display: inline-block;
		text-align: center;
	}
.tdanger{
	color: #ff4a4a;
	color: var(--red);
}
h1 {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px;
}
.form-field input {
	width:100%;
	margin-bottom: 0px;
}
input[type="password"]{
	letter-spacing: 0.4em;
}
.btn{
	border: 1px solid #d9d9d9;
	display: inline-block;
	padding: 15px 25px;
	font-size: 1.05em;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 40px;
	border-color: #333;
	background: #333;
	color: white;
	line-height: 1em;
	margin-top: 20px;
	transition: 0.3s;
}
.btn:hover{
		background: #ff4a4a;
		background: var(--red);
		border-color: #ff4a4a;
		border-color: var(--red);
	}
a{
	font-size: 0.95em;
	display: block;
}
span{
	color: #777;
	font-size: 0.8em;
}
.checkbox {
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
.form-field .input-validation-error ~ .label-validation:before{
		top: 7px;
	}
.last-row{
	text-align: center;
}
@media print{
  .loader{
    display: none;
  }
}