@font-face { font-family: "FavoritRegular"; src: url("../fonts/FavoritStd-Regular.woff") format("woff"), url("../fonts/FavoritStd-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }


/* Ajuste para que el bloque principal se extienda todo a lo alto */
html,body {
	height: 100%;
	font-family: "FavoritRegular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	scroll-padding-top: 4rem;
}

/* new clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.clear { clear: both; }

.main-container {
	height: 100% !important;
	margin: 0 auto;
	color: #1a1a1a;
}

/* Wrapper */
.wrapper {
	width: 96%;
	margin: 0 auto;
}

.content {
	padding-top: 2rem;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="number"], input[type="search"], select, textarea {
	background-color: #FFF;
	border: 0.1rem solid #000;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	padding: 4px 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	font-size: 14px;
	font-family: "FavoritRegular", Helvetica, Arial, sans-serif;
	width: 100%;
}

input[type="text"], input[type="date"], input[type="number"], select {
	height: 28px;
}

input[type="password"], select, textarea {
	border: 0.1rem solid #000;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
	padding: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	font-size: 14px;
}

input[type="password"], select {
	height: 28px;
}

input[type="checkbox"], input[type="radio"], label {
	cursor: pointer;
}

input::placeholder {
	color: #999;
}

.select2-container--default .select2-selection--single {
	border: 0.1rem solid #000;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #73a6ff;
	color: #000;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container .select2-selection--multiple {
	display: flex;
	min-height: 28px;
	border: 0.1rem solid #000;
	border-radius: 0.4rem;
	-webkit-border-radius: 0.4rem;
}

#salessheet select {
	border: none;
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: transparent;
}

#salessheet select::-ms-expand {
	display: none;
}

#salessheet select:focus,
#salessheet select:hover {
	appearance: auto;
	-moz-appearance: auto;
	-webkit-appearance: auto;
}

#salessheet select:focus::-ms-expand,
#salessheet select:hover::-ms-expand {
	display: block;
}

#salessheet {
	border-bottom: none;
}

#salessheet tbody th, #salessheet tbody td {
	border-bottom: 0.1rem solid #000;
}

#salessheet .sorting_asc,
#salessheet .sorting_desc {
	background: none;
}


.label,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	display: inline-flex;
	padding: 0.25rem 0.5rem;
	border-radius: 0.5rem;
	margin: 0.25rem;
	background-color: #e4e4e4;
	border: 0.1rem solid #aaa;
	color: #000;
	font-weight: bold;
}

.label:empty {
	display: none;
}

.section-title select,
.section-title button {
	width: auto;
	font-weight: bold;
	font-size: 1.25rem;
	height: auto;
	background-color: #CCC;
	border-radius: 0;
	padding: 0.5rem;
	border: 0.1rem solid #000;
	cursor: pointer;
}

button.btn-button {
	color: #FFFFFF;
	background: #000; /* Old browsers */
	padding: 5px 10px;

	cursor: pointer;

	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.btn-button-cyan {
	color: #FFFFFF;
	background: #5ccdfd; /* Old browsers */
	padding: 5px 10px;

	cursor: pointer;

	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.btn-button-red {
	color: #FFFFFF;
	background: #cb3333; /* Old browsers */
	padding: 5px 10px;

	cursor: pointer;

	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.btn-button-black {
	color: #FFFFFF;
	background: #000; /* Old browsers */
	padding: 5px 10px;

	cursor: pointer;

	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.btn-button-white {
	color: #000;
	background: #FFFFFF; /* Old browsers */
	padding: 5px 10px;

	cursor: pointer;

	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.btn-button-small {
	font-size: 11px;
	padding: 2px 7px;
}

button.people {
	font-size: 18px;
	margin-left: 5px;
	margin-right: 5px;
}

a.primary-button[disabled], a.secondary-button[disabled], a.white-button[disabled], a.primary-button.disabled, a.secondary-button.disabled, a.white-button.disabled {
	color: #FFF;
	background: #bec0c1;
	cursor: default;
}

a.primary-button, a.secondary-button, a.delete-button, a.hide-button {
	display: inline-block;
	text-align: center;
	padding: 10px 15px;

	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;

	cursor: pointer;
}

a.primary-button {
	background: #000;
	color: #FFF;
}

a.secondary-button {
	color: #000000;
	background: #73a6ff;
}

a.white-button {
	color: #000;
	background: #FFF;
}

a.delete-button {
	color: #FFFFFF;
	background: #cb3333;
}


a.add-button {
	color: #FFFFFF;
	background: #5ccdfd;
}

a.green-button {
	color: #FFFFFF;
	background: #45740f;
}

div.smalltxt, span.smalltxt {
	color: #444;
	font-size: 11px;
}

div.smalltxtgrey, span.smalltxtgrey, p.smalltxtgrey {
	color: #999999;
	font-size: 11px;
}

div.mintxt, span.mintxt, p.mintxt {
	color: #CCCCCC;
	font-size: 10px;
}

div.mintxtwh {
	color: #FFF;
	font-size: 10px;
}

div.mintxtbl, span.mintxtbl, p.mintxtbl {
	color: #000;
	font-size: 11px;
}

div.extramintxtbl, span.extramintxtbl, p.extramintxtbl {
	color: #000;
	font-size: 9px;
}


/**************************************************************************************
									HEADER
**************************************************************************************/
header {
	height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #000;
}

header .logo {
	float: left;
	height: 100%;
}

header .logo img {
	height: 100%;
	width: auto;
}

header .menu {
	float: right;
}

.welcome-message {
	float: right;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right:25px;
}


/**************************************************************************************
									MENU
**************************************************************************************/

.menu > nav > ul > li {
	float: left;
	margin-left: 8px;
	font-size: 18px;
	position: relative;
	border: 1px solid #000;
}

.menu > nav > ul > li:first-child {
	margin-left: 0;
}

.menu > nav > ul > li.right {
	float: right;
	width: auto;
}

.menu > nav > ul > li > a {
	display: block;
	color: #000;
	text-align: center;
	padding: 0.75rem 1.5rem;
	background-color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}

.menu > nav > ul > li > a.morewidth {
	padding: 15px 28px;
}

.menu > nav > ul > li.submenu-button > a:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 7.5px 5.5px 0 5.5px;
	border-color: #000 transparent transparent transparent;
	content: '';
	float: right;
	margin: 9px 0 0 5px;
}

.menu > nav > ul > li.active > a {
	background: #73a6ff;
}

.submenu {
	display: none;
	padding: 5px 0;
	background-color: #FFFFFF;
	border: 1px solid #000;
	border-radius: 0 0 5px 5px;
	border-top: none;
	-webkit-border-radius: 0 0 5px 5px;
	position: absolute;
	width: 100%;
	left: -1px;
	font-size: 13px;
	/*
	top: 58px;
	box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	*/
	z-index: 100;
}

.submenu li.line {
	height: 5px;
	content: "";
	background-color: #444;
}

.submenu li a {
	display: block;
	padding: 5px 10px;
}

.submenu li a:hover, .submenu li a.active {
	background-color: #f1f1f1;
	color: #000;
}




/**************************************************************************************
									SECTION
**************************************************************************************/
.section-title {
	display: block;
	font-size: 32px;
	padding-bottom: 5px;
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
	font-weight: bold;
}

.form-section {
	margin-bottom: 50px;
}

.form-section-border .main-col, .form-section-border .sidebar {
	padding-top: 50px;
}

.form-section-border .main-col-nobor, .form-section-border .sidebar {
	padding-top: 50px;
}

.form-section-border .main-col {
	border-top: 1px solid #CCCCCC;
}

.sidebar {
	width: 18%;
	float: left;
}

.sidebar_hidden {
	display: none;
}

.sidebar_hidden.popup {
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1001;
	display: flex;
}

.sidebar_hidden.popup .container {
	padding-bottom: 44px;
	padding-left: 44px;
	padding-right: 44px;
	padding-top: 0;
	background-color: #FFF;
	height: min-content;
	max-height: 60%;
	width: 750px;
	overflow: hidden auto;
	margin: 0 auto;
	margin-top: 10%;
}

.sidebar_hidden.popup .container form {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

.sidebar_hidden .close, .sidebar .close {
	display: none;
}

.sidebar_hidden.popup .close {
	display: block;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 30px;

	width: calc(100% + 36px);
}

.sidebar_hidden.popup .container form .abmforminput {
	flex-grow: 1;
	flex-basis: 50%;
	text-align: center;
}

.main-nocol {
	width: 100%;
}

.main-col {
	width: 80%;
	float: right;
}

.main-col30 {
	width: 68%;
	float: right;
}

.main-col-left {
	width: 60%;
	float: left;
}

#sidediv {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 3rem;
	-moz-column-gap: 3rem;
	column-gap: 3rem;
}


/**************************************************************************************
									TABLA RESULTADOS
**************************************************************************************/

.results-table {
	font-size: 13px;
	width: 100%;
}

.results-table td {
	border-top: 1px solid #DDDDDD;
	padding: 2px;
	text-align: center;
	height: 95px;
	overflow: hidden;
}

.results-table tr:nth-child(even) td {
	background-color: #F9F9F9;
	vertical-align: middle;
}

.results-table .results-table-header td,th {
	font-size: 16px;
	font-weight: bold;
	height: auto;
	padding: 10px 0;
	background-color: transparent;
	border-top: 0;
}

#qrlive_cont {
	border: 4px solid #000;
	border-radius: 8px;
	width: 50vw;
	height: 50vw;
	max-width: 400px;
	max-height: 400px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #444;
}

#qrlive {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.scan {
	width: 100%;
	margin: 0 auto;
	text-align: center
}

.scan img {
	max-width: 90%;
}

.audit-modal .fancybox-content {
	max-width: 600px;
}

.fancybox-slide--iframe .fancybox-content {
	max-height: 80vh !important;
	max-width: 800px;
}

.fancybox-iframe, .fancybox-video {
	padding: 1rem;
}

/**************************************************************************************
									MENSAJES
**************************************************************************************/

.error {
	color: #C08080;
	font-size: 9px;
}

.errores {
	border: solid 1px #C05050;
	color: #FFFFFF;
	background-color: #A64C4C;

	width: 320px;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
}

.errores_nocritico {
	border: solid 1px #00A2E8;
	color: #FFFFFF;
	background-color: #99D9EA;

	width: 320px;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
}

.mensajes {
	border: solid 1px #CECECE;
	color: #FFF;
	background-color: #4c4545;

	width: 320px;
	text-align: center;
	margin: 30px auto;
	padding: 20px;
}


.invisible {
	visibility: hidden;
}

.hidden {
	display: none !important;
}

.mensajesbox {
	font-size: 12px;
	text-align: center;
	background-color: #4c4545;
	color: #FFFFFF;
	padding: 10px;
}

h1 {
	color: #FFF;
	font-size: 42px;
}

h2 {
	color: #444;
	font-size: 26px;
	text-transform: capitalize;
}


.mensajesbox h1 {
	font-size: 24px;
}

.mensajesbox h2 {
	padding-top: 10px;
	font-size: 26px;
}

.mensajesboxnew {
	font-size: 12px;
	text-align: center;
	color: #000;
	padding: 10px;
}

.mensajesboxnew h2 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 25px;
}

.mensajesboxnew h3 {
	font-weight: bold;
	font-size: 16px;
}

a.fancylink {
	color: #FFFFFF;
	font-size: 9px;
}

a.fancylink:hover {
	text-decoration: underline;
}

a.blacklink {
	color: #444;
	font-size: 11px;
}

a.blacklink:hover {
	text-decoration: underline;
}

a.minlink {
	color: #CCCCCC;
	font-size: 9px;
}

a.minlink:hover {
	text-decoration: underline;
}

a.minlink2 {
	color: #444;
	font-size: 9px;
}

a.minlink2:hover {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.separador {
	padding: 20px;
}

.widthpadding {
	padding-top: 10px;
}

.widthpadding2 {
	padding-top: 20px;
}

.widthpaddingmore {
	padding-top: 50px;
}

.mw400 {
	max-width: 400px;
	margin: 0 auto;
}

.mw500 {
	max-width: 500px;
	margin: 0 auto;
}

.mw600 {
	max-width: 00px;
	margin: 0 auto;
}


.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.noreorder {
	pointer-events: none;
}

.linea_separadora {
	border-bottom: 2px solid #cccccc;
}

.center {
	width: 100%;
	text-align: center;
}

.centertd {
	text-align: center;
}

#results tr td.odd {
	background-color: #f9f9f9;
}

#results tr td.pair {
	background-color: #FFF;
}

.red {
	color: #D2222D !important;
}

.green {
	color: #238823 !important;
}

.big {
	font-size: 24px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

.verybig {
	font-size: 32px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

.fancybox-container {
	z-index: 100;
}

.fancybox-overlay {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}

.fancybox-overlay2 {
	background: rgba(90, 128, 90, 0.9) none repeat scroll 0 0;
}

.results-table td.separator {
	border-top: 8px solid #dddddd;
}

#errors, #messages {
	max-width: 500px;
	margin: 0 auto;
	display: none;
}

#errmsgs {
	color: #a32929;
}

input[type=submit][disabled=disabled],
button[disabled=disabled],
input[type="button"]:disabled {
	color: #FFFFFF;
	border: 1px solid #dddddd;
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top, #cccccc 0%, #dddddd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#dddddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cccccc 0%,#dddddd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cccccc 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

	cursor: auto;
}

.spacer {
	padding-left: 30px;
}

.bolded {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.abmfield {
	padding-top: 14px;
	padding-bottom: 3px;
	font-weight: bold;
	text-transform: uppercase;
}

.abmfield.big {
	font-size: 18px;
}

.abmfield:empty {
	padding: 0;
}

.abmforminput {
	break-inside: avoid-column;
}

.abmformrow {
	display: flex;
	align-items: center;
	padding-bottom: 1.5rem;
}

.abmformrow .abmfield {
	padding: 0;
	margin-right: 1rem;
	white-space: nowrap;
}

.spacerabm {
	padding-left: 15px;
}

table.dataTable {
	padding-top: 15px;
	margin: 0 auto;
	width: 100%;
	clear: both;
	table-layout: fixed;
	word-wrap: break-word;
}

table.dataTable thead th {
	word-wrap: normal;
}

table.dataTable thead th.medium {
	width: 7rem;
}

table.dataTable thead th.small {
	width: 4rem;
}

table.dataTable thead th.noactions {
	width: 30px;
	padding: 0;
	content: "";
}

table.dataTable thead th span {
	max-width: 88%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.dataTable tbody td.noactions {
	width: 30px;
	padding: 0;
	text-align: center;
}

table.dataTable thead th.noactions.img {
	width: 100px;
}

table.dataTable tbody td.noactions.img {
	width: 100px;
}

table.dataTable thead th.noactions.edit {
	width: 30px;
}

table.dataTable tbody td.noactions.edit {
	width: 30px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
	background-color: #73a6ff;
	color: #000;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5em;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control::before {
	background-color: #d33333;
	color: #FFF;
}

table.dataTable tbody tr.dtrg-group.dtrg-level-0 {
	background-color: #000;
	color: #FFF;
}

table.dataTable tbody tr.dtrg-group.dtrg-level-1 {
	background-color: #030c8a;
	color: #FFF !important;
}

table.dataTable tbody tr.dtrg-group th {
	text-align: center;
	font-size: 1.25rem;
}

table.dataTable tr.dtrg-group.dtrg-level-1 th, table.dataTable tr.dtrg-group.dtrg-level-2 th, table.dataTable tr.dtrg-group.dtrg-level-3 th, table.dataTable tr.dtrg-group.dtrg-level-4 th, table.dataTable tr.dtrg-group.dtrg-level-5 th {
	padding: 6px 4px;
	font-size: 1.1rem;
}

table.dataTable tr.dtrg-group.dtrg-start.dtrg-level-0:not(:first-child) th {
	border-top: 2rem solid white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none;
	border: none;
	border-bottom: 1px solid #73a6ff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: none;
	border: none;
	border-bottom: 1px solid #AAA;
	color: #000 !important;
}

.tablewrapper {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

.tablewrapper .dt-buttons {
	position: unset;
	float: unset;
	display: flex;
	flex: 1;
}

.tablewrapper .dataTables_filter {
	float: unset;
	display: flex;
}

.dtfh-floatingparent.dtfh-floatingparenthead {
	height: 4rem !important;
}

.dtfh-floatingparent.dtfh-floatingparenthead table.dataTable thead .sorting_asc,
.dtfh-floatingparent.dtfh-floatingparenthead table.dataTable thead .sorting_desc {
	background: none;
}

.padedtop0 {
	padding-top: 0 !important;
}

.padedtop5 {
	padding-top: 5px;
}

.yadcf-filter {
	margin-top: 4px;
	font-size: 10px;
	max-width: 85%;
	text-transform: none;
}

.yadcf-filter-reset-button {
	display: none;
}

table.dataTable thead .sorting_asc {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

table.dataTable thead .sorting_desc {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

ul.abmul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	margin: 0;
	padding: 0;
}

ul.abmul3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

ul.abmul4 {
	columns: 4;
	-webkit-columns: 4;
	-moz-columns: 4;
}

ul.abmul5 {
	columns: 5;
	-webkit-columns: 5;
	-moz-columns: 5;
}

ul li {
	break-inside: avoid-column;
}

.sp-replacer.sp-light {
	border-radius: 5px;
	border: 1px solid #CCC;
}

.sp-container.sp-light {
	border: 1px solid #CCC;
}


.abmimg {
	border: 2px solid #ddd;
	overflow: hidden;
	height: 75px;
	width: 75px;
	margin: 10px;
}

.abmimg img {
	min-height: 100%;
	min-width: 100%;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color: #e9e9e9;
}

.breakspaces {
	word-spacing: 9999999px;
}

table.dataTable tbody th, table.dataTable tbody td {
	padding: 0.5rem 0.25rem;
}

table.dataTable thead th, table.dataTable thead td {
	padding: 0.75rem 0.25rem;
}

#procesando {
	width: 250px;
	color: #000;
	display: none;
	text-align: center;
}

.jquery-modal.blocker {
	z-index: 1000 !important;
}

.formbuttons {
	font-size: 10px;
	text-align: center;
	padding-bottom: 4px;
}

.formbuttons a {
	cursor: pointer;
}

.formbuttons a:hover {
	text-decoration: underline;
}

.flex {
	display: flex;
}

.flex-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.flex-gap {
	justify-content: center;
	gap: 1rem;
}

.flex-col {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.flex-space-bet {
	justify-content: space-between !important;
}

.twocol {
	-webkit-columns: 2 300px;
	-moz-columns: 2 300px;
	columns: 2 300px;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
}

#conceptos {
	display: flex;
	flex-direction: column;
}

#conceptos .concepto {
	display: flex;
	flex-direction: row;
	align-items: end;
	padding-top: 0.5rem;
}

#conceptos .concepto div:not(:last-child) {
	padding-right: 1rem;
}

#conceptos .concepto .actions {
	padding-bottom: 0.25rem;
	min-width: 24px;
	text-align: center;
}

#conceptos .concepto:not(:last-child) .actions.remove, #conceptos .concepto:first-child .actions.remove {
	visibility: hidden;
}

#conceptos .concepto:not(:last-child) .actions.add, #conceptos .concepto:nth-child(25) .actions.add {
	visibility: hidden;
}

#conceptoex {
	display: none;
}

#copycontents tr:hover {
	background-color: #f9f9f9;
}

#login-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#login-wrapper {
	display: flex;
	width: 80%;
	flex-direction: column;
	max-width: 365px;
}

button.buttons-new {
	margin-right: 50px;
}

button.dt-button, button.dt-button:focus:not(.disabled), button.dt-button:hover:not(.disabled), button.dt-button:active:not(.disabled), button.dt-button:active:not(.disabled):hover:not(.disabled) {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

button.dt-button.active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled) {
	background: #73a6ff;
	color: #000;
	text-transform: uppercase;
	text-shadow: none;
	box-shadow: none;
	border: none;
}

div.dt-button-collection button.dt-button.active:not(.disabled) {
	background: #73a6ff;
	color: #000;
	background-image: none;
	box-shadow: none;
}

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.g-recaptcha {
	display: inline-block;
}

#ajaxnew {
	display: none;
}

#procesando {
	width: 250px;
	color: #000;
	display: none;
	text-align: center;
}

.mw100pct {
	max-width: 100%;
}

.loader {
	display: inline-block;
	width: 40px;
	height: 40px;
}

.loader:after {
	content: " ";
	display: block;
	width: 32px;
	height: 32px;
	margin: 4px;
	border-radius: 50%;
	border: 3px solid #000;
	border-color: #000 transparent #000 transparent;
	animation: loader 1.2s linear infinite;
}

pre {
	font-size: 10px;
}

.hamburger {
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	transition: 0.3s;
	z-index: 100;
}

.hamburger span {
	position: absolute;
	height: 3px;
	width: 25px;
	background-color: #73a6ff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: 0.3s;
}

.hamburger span:before {
	content: '';
	position: absolute;
	top: -8px;
	background-color: #73a6ff;
	height: 3px;
	width: 25px;
	transition: 0.3s;
}

.hamburger span:after {
	content: '';
	position: absolute;
	top: 8px;
	background-color: #73a6ff;
	height: 3px;
	width: 25px;
	transition: 0.3s;
}

.hamburger.active span { background-color: transparent; }
.hamburger.active span:before { transform: rotate(45deg);top: 0; background-color: #73a6ff; }
.hamburger.active span:after { transform: rotate(-45deg);top: 0; background-color: #73a6ff; }

.ui-datepicker.ui-widget.ui-widget-content {
	background: #FFF;
}

.ui-datepicker select.ui-datepicker-year {
	background: transparent;
	border: none;
	text-align: left;
	width: min-content;
	font-weight: bold;
	cursor: pointer;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #b8d1fd;
	background: #73a6ff;
	color: #17479b;
}

.ui-widget.ui-widget-content {
	background: #73a6ff;
	border: 1px solid #000;
	font-size: 0.9rem;
	padding: 0.3rem 0.75rem;

	font-family: "FavoritRegular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.calendar {
	padding: 1rem 0;
}

.fc-col-header {
	text-transform: capitalize;
}

.fc .fc-button-primary {
	background-color: #73a6ff;
	border-color: #b8d1fd;
	color: #17479b;
}

.fc-theme-standard td {
	border: 1px solid var(--fc-border-color) !important;
}

.fc-col-header-cell {
	border: none !important;
	padding: 0 !important;
}

.fc .fc-daygrid-day.fc-day-today {
	background-color: #b8d1fd;
}

.fc-h-event .fc-event-main {
	color: #000;
}

a.fc-event, a.fc-event:hover {
	cursor: default;
}


#directores_list {
	display: none;
	min-width: 500px;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 1440px) {
	.menu > nav > ul > li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1366px) {
	.menu > nav > ul > li {
		font-size: 15px;
	}

	.submenu {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1280px) {
	#qrlive_cont {
		width: 80vw;
		height: 80vw;

		max-width: 80%;
		max-height: 80%;
	}

	.access button {
		min-width: 20%;
	}

	.menu {
		display: none;
		height: 100vh;
		background: #000;
		width: 50%;
		float: none;
		position: absolute;
		z-index: 10;
		padding: 20px;
		top: 0;
		right: 0;
		padding-top: 80px;
	}

	.menu > nav > ul > li {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.menu > nav > ul > li:not(:first-child) {
		padding-top: 1rem;
	}

	.menu > nav > ul > li.submenu-button > a::after {
		position: absolute;
		right: 0;
		margin: 8px;
	}

	.submenu {
		position: relative;
	}

	.hamburger {
		display: block;
	}

	.sidebar {
		display: block;
		width: 100%;
		float: none;
		padding-bottom: 20px;
		text-align: center;

		margin-bottom: 20px;
		text-align: center;
		border-bottom: 2px solid #000;
		padding-bottom: 12px;
	}

	.main-col {
		float: none;
		width: 100%;
	}

	#maintable {
		float: none;
		width: 100%;
	}
}

@media only screen and (max-width: 1280px) {
	table.dataTable thead th span {
		display: flex;
		justify-content: center;
		flex-direction: column;
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		padding-left: 0;
		min-height: 150px;
		text-align: left;
		max-width: 100px;
		overflow: unset;
	}

	div.dt-buttons {
		text-align: left !important;
	}

	.abmimg {
		width: 50px;
		height: 50px;
	}

	table.dataTable tbody td.noactions.img, table.dataTable thead th.noactions.img {
		width: 75px;
	}

	button.buttons-new {
		margin-right: 25px;
	}
}