body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
}

main {
	flex: 1 0 auto;
}

.flex{
	display: flex;
	align-content: center;
	align-items: center;
}

header{
	position: relative;
	z-index: 1;
}

.p{
	margin: .25rem auto;
}

strong{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}

.pendiente{
	font-style: italic;
}

#barra-progreso{
	position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
}
#barra-progreso .progress{
	position: fixed;
	margin-top: 0;
	height: 4px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.alert{
	font-size: 14px;
	padding: 12px;
	margin: 12px auto 24px auto;
}
.alert-under{
	font-size: 12px;
	padding: 0;
	margin: -8px auto 4px auto;
}
.stdImg{background-size: contain; background-position: center center; background-repeat: no-repeat;}
.wrapimg{overflow: hidden; position: relative;	margin: auto;}
._fix{margin-top: 100%}
._zfix_00{ position: absolute; top:0; right: 0; bottom: 0; left: 0;}
.wrapimg.icon{
	height: 16px;
	width: 16px;
}
nav.header .nav-wrapper{
	overflow-x: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
.nav-wrapper{
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

.nav-wrapper .left{
	display: -webkit-box;
}
.soft-hide{
	display: none;
}

.resumen h3{
	margin: .25rem auto;
}
.resumen h4{
	font-size: 1rem;
	margin: .75rem auto .25rem auto;
}
.resumen h5{
	font-size: .8rem;
	margin: .25rem auto;
}

.input-field.button-padding{
	padding-top: 10.8px;
	padding-bottom: 6.8px;
}

.input-field.button-padding2{
	padding-top: 24.8px;
	padding-bottom: 6.8px;
}

.dd3-content{
	font-weight: 300;
}
.dd3-content.bold{
	background: #DFDFDF;
	border: 1px solid #666;
}
.dd.em-thead{
	margin-top: 41px;
}
.dd.em-thead .dd3-content{
	margin-top: 0px;
	margin-bottom: 0px;
}

.dd.em-thead .dd3-content.row{
	margin-bottom: 0 !important;
}


.margin-min{
	margin-top: 2px;
	margin-bottom: 2px;
}

pre{
	font-size: .75rem;
}

embed{
	width: 100%;
	height: 100vh;
}

canvas{
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.chartjs-tooltip-key {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-right: 10px;
}

.tab-content{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 10px;
}
.dropdown-menu{
	display: flex;
}
.tab-content .tabs{
	margin-bottom: 0;
}

.tabs{
	margin-bottom: 1rem;
}

.frm-body .tabs{
	margin-bottom: 0;
}

.frm-body .row{
	margin-bottom:  0;
}

.tab-cnt{
	padding: 20px 10px 10px 10px;
}

.cont_tabla{
	/* overflow-x: scroll; */
}

.dd{
	margin: 0 .75rem;
}

nav .nav-wrapper i.fa{
	line-height: unset;
	font-size: 1rem;
	height: auto;
}

nav .brand-logo.center{
	line-height: 0;
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
}
nav .brand-logo img{
	height: 42px;
	max-width: 70%;
    object-fit: contain;
}
@media only screen and (min-width: 768px){
	nav .brand-logo img{
		height: 56px;
	}
}

.item.deleted .card{
	border: 1px solid rgba(255, 0, 0, .5);
	opacity: .8;
	color: gray !important;
}
.item.deleted .card a{
	color: gray !important;
}

.item .card.horizontal .card-image{
	width: 30%;
}
.item .card.horizontal .card-image + .card-stacked{
	width: 70%;
}
.item .card-stacked{
	/*overflow: hidden;*/
}
.item .card.horizontal .card-image .img{
	width: 100%;
    height: 100%;
    background-color: #FDFDFD;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card .card-content .card-title{
	margin-bottom: 0px;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}
.card .card-content .card-subtitle{
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}

.card .card-content .info{
	margin-top: 8px;
	border-top: 1px solid rgba(0, 0, 0, .3);
}

.card .card-content .info h4{
	margin-top: .5rem;
	margin-bottom: .25rem;
}

.card.horizontal .card-content{
	overflow: visible !important;
	padding-top:  12px;
}
.card.horizontal .card-content .icard-content{
	overflow-y: auto !important;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	height: 100%;
	width: 100%;
}

.card .card-content .info .label{
	font-weight: 700;
	font-family: 'Lato', sans-serif;
}


.card-content .dropdown-content a{
	display: flex;
	align-items: center;
}
.card-content .dropdown-content{
	width: max-content !important;
	left: calc(100% - 160px) !important;
}
.dropdown-content li > a > i{
	margin-right: 2px;
}
/*.card-content .dropdown-content a i{
	margin-right: 6px;
}*/
nav ul a.btn-small{
	margin-left: 7.5px;
    margin-right: 7.5px;
}

nav ul select.browser-default{
	height: 36px;
	max-width: 160px;
	display: inline-flex;
	margin-left: 7.5px;
	margin-right: 7.5px;
	margin-top:  -2px;
	width: auto;
	vertical-align: middle;
	position:  relative;
}

h1{
	font-size: 2rem;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

h2{
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

h3{
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

h4{
	font-size: 1.1rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

h5{
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
}

hr + h4{
	text-align: center;
}

h3.cnf-t1-sup{
	text-decoration:  underline;
}

legend{
	font-weight: 300;
	font-family: 'Lato', sans-serif;
}

select[multiple]{
	height: 9rem;
}

.chosen-container-single .chosen-single {
	background: transparent;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid #9e9e9e;
	border-radius: 0;
	height: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -10px;
}
.chosen-container-single .chosen-single div {
	display: -ms-flexbox;
	display: flex;
}
.chosen-container-single .chosen-single div b {
	height: 25px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}
.chosen-container-single .chosen-search input[type="text"] {
	box-sizing: border-box;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-bottom: 1px solid #002538 !important;
	box-shadow: 0 1px 0 0 #002538 !important;
}

.search-field, .search-field .input-field{
	margin-top: 0;
	margin-bottom: 0;
}

.sidenav{
	padding-bottom: 85px !important;
}

.sidenav .subheader{
	background-color: #FDFDFD;
	font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
}

.sidenav .subheader.title{
	background-color: #455A64;
	font-weight: 400 !important;
    font-family: 'Oswald', sans-serif;
}
.sidenav .subheader.title a{
	color: white;
}

.sidenav .subheader.mini{
	background-color: #F2F2F2;
}
.sidenav .subheader.mini, .sidenav .subheader.mini a{
	height: 24px;
	line-height: 24px;
}

.btn.btn-file{
	height: 2rem;
	line-height: 2rem;
	margin-top: 1rem;
}

.resuls{
	margin: 1rem .75rem;
	position:  relative;
}
.resuls .mapa{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #F0F0F0;
}
.resuls .mapa .m03{
	width: 100%;
	height: 100%;
}

.resuls .mapa .m03 h4{
	margin: 0 auto 12px auto;
	text-align:  center;
}
.resuls .mapa .m03 p{
	margin: 8px 0;
}

.pagination{
	width: calc(100% - 1.5rem);
	margin: 1rem .75rem;
}
.pagination li a{
	font-size: 12px;
}

.page-footer .footer-copyright{
	padding: 0 .75rem;	
}

.card-panel{
	padding: 12px;
	margin: .5rem 0 .5rem 0;
}

.options{
	padding: .75rem 0;
}

[type="radio"]:not(:checked)+span, [type="radio"]:checked+span{
	/* padding-left: 25px; */
}

.switch label input[type=checkbox]:checked+.lever{
	background-color: #CDCDCD;
}

[type="checkbox"]+span:empty{
	padding-left:  18px;
}


/*.select-wrapper+label.frm-label{
	top: inherit;
	font-style: inherit;
	position: initial;
}*/

.slist .input-field-ajust{
	padding: 2.5rem 1rem !important;
}

.slist .row{
	margin-left: 0;
	margin-right: 0;
}

.input-field-ajust{
	padding: 2rem .375rem 1rem .375rem !important;
	/* padding: 1.3rem .375rem !important; */
}


.iform.fixed-height{
	height: -webkit-fill-available !important;
	top: 1% !important;
	max-height: 98% !important;
}
.iform{width: 450px}
.iform.min{width: 350px;}
.iform.big{width: 960px;}
.iform.sbig{width: 1024px;}
.iform.xbig{width: 99%;}

.signature-pad{
	margin: auto;
	border: 1px solid #CCC;
	height: 150px;
	width: 300px;
}

.firmante-usuario.inline:not(.firmaOk):before{
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: goldenrod;
    margin-right: 4px;
    font-size: 14px;
}

.firmante-usuario.inline:not(.firmaOk):after{
	content: "\f5b7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: goldenrod;
	margin-left: 4px;
	font-size: 14px;
	
}

.firmante-usuario.inline.firmaOk:before{
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: green;
	margin-right: 4px;
    font-size: 14px;
}

.firmante-usuario.inline.firmaOk:after{
	content: "";
}

/* Modals */

.modal.wstepper .modal-content{
	padding: 0 5px;
}

.modal.modal-fixed-footer .modal-content{
	top: 109.6px;
	height: calc(100% - 165.6px);
}

.modal.modal-fixed-footer .modal-header{
	
	position: absolute;
	top: 0;
	width: 100%;
}
.modal .modal-header{
	padding: 24px;
	background-color: white;
	z-index: 999;
}
.modal .modal-header.min{
	padding: 12px;
}

.modal h2{
	margin-bottom: 1rem;
}

.modal h3{
	margin-bottom: 0;
}


.frm-h{
	position: relative;
	margin: 0 auto;
}

.frm-h + .divider{
	margin-top: .75rem;
	margin-bottom: 1.5rem;
}

.frm-h .x{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.modal-footer .botones{
	margin: auto;
}

.botones{
	margin: 1rem auto;
	text-align: center;
}

.botones.flex{
	display: flex;
	justify-content: space-between;
}
.botones.flex.space{
	justify-content: start;
	padding:  0 24px;
}

.botones.flex.space .btn:not(:first-child){
	margin-left: 24px;
}

.botones.flex .btn{
	display: flex;
}

[data-enable="false"]{
	color:  rgba(0, 0, 0, .3);
}

.btn i, .btn-flat i, .btn-small i{
	font-size: 1rem;
}
.btn i + span, .btn-flat i + span, .btn-small i + span{
	margin-left: 4px;
}

.btn span + i, .btn-flat span + i, .btn-small span + i{
	margin-left: 4px;
}

.icon span + i, .icon i + span{
	margin-left: 4px;
}


.card .card-content .card-title i.fa{
	margin-right: 0;
}
.tabs .tab a{
	font-size: 12px;
}

fieldset{
	border: 1px solid #ddd;
	margin: 1rem auto 20px auto;
}

fieldset:last-child{
	margin-bottom: 0;
}

.row:last-child{
	margin-bottom: 5px;
}

.info{
	font-size: 14px;
	color: #555;
	padding: 0;
	margin: auto;
}

.toast.no-flex{
	display: block;
}
.toast.no-flex p{
	margin: 0 auto;
}
/* LOGIN */
#login-screen.bg{
	background-image: url(/launch/img/image-bg-01.jpeg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
}
#login-screen.bg.x2{
	background-image: url(/launch/img/image-bg-02.jpeg);
}
#login-screen.bg.x3{
	background-image: url(/launch/img/image-bg-03.jpeg);
}
#login-screen.bg.x4{
	background-image: url(/launch/img/image-bg-04.jpeg);
}
#login-screen.bg.x5{
	background-image: url(/launch/img/image-bg-05.jpeg);
}
#login-screen.bg.x6{
	background-image: url(/launch/img/image-bg-06.jpeg);
}
#login-screen.bg.x7{
	background-image: url(/launch/img/image-bg-07.jpeg);
}
#login-screen.bg.x8{
	background-image: url(/launch/img/image-bg-08.jpeg);
}
#login-screen.bg.x9{
	background-image: url(/launch/img/image-bg-09.jpeg);
}
#login-screen.bg.x10{
	background-image: url(/launch/img/image-bg-10.jpeg);
}
#login-screen.bg.x11{
	background-image: url(/launch/img/image-bg-11.jpeg);
}
#login-screen .cforms{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, .9);
	padding: 2rem;
}
#login-screen .cforms h1{
	font-size: 18px;
	text-align: center;
	margin: 12px auto 24px auto;
}
#login-screen .cforms .slogo{
	display: block;
	margin: auto;
	height: 90px;
	max-width: 90%;
	object-fit: contain;
}
#login-screen .cforms a{
	display: block;
}

#login-screen .cforms .links{
	margin-top:  26px;
}
#login-screen .cforms .links a{
	padding:  2px 0;
}

@media handheld, only screen and (max-width: 768px){
	.iform{width:80%;}
	.iform.min{width: 50%;}
	.iform.big{width: 99%;}
}
@media handheld, only screen and (max-width: 1024px){
	.iform.sbig{width: 99%;}
}
@media handheld, only screen and (max-width: 685px){
	.iform{width:99%;}
	.iform.min{width: 95%;}
	.iform.big{width: 99%;}
}
@media handheld, only screen and (max-width: 568px){
	.iform{width:99%;}
	.iform.min{width: 99%;}
	.iform.big{width: 99%;}
}

.collapsible-header{
	font-weight: 600;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	justify-content: space-between;
	align-items: center;
}

.collapsible-body{
	padding: .75rem;
}

table.fixed td, table.fixed th{
	white-space: nowrap;
	text-overflow: ellipsis;
}

tr.selected{
	background-color: rgba(124, 77, 255, .2) !important;
}

td, th{
	padding: 8px 5px;
}

td.archive{
	background-color: rgba(200, 200, 200, .5);
	color: #999;
}
td.archive a{
	color: #999;
}
.divider{
	margin: .5rem auto;
}
.m02{
	height: 450px;
	width: 100%;
}

.g-recaptcha > div > div{margin: 1em auto;}

.page-footer{
	padding-top: 0;
}

.opaque{
	color: #DDD !important;
}

.logic-field{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.logic-field .input-field{
	margin-top: 0;
	margin-bottom: 0;
}

.logic-field .input-field input{
	margin-bottom: 0;
}

.logic-field .fieldset{
	margin: auto;
}

@media print{
    .no-print, .no-print *{
        display: none !important;
    }
    .in-print{
        display: block !important;
    }
}

.w-results .nav-bar > .row{
	margin-left:  0;
	margin-right: 0;
}

.in-print{
	display: none;
}

header.repots .md h1{
	font-size: 1.6rem;
	margin: 1.5rem .75rem 1rem .75rem;
}
header.repots .md h2{
	font-size: 1.4rem;
	margin: 1rem .75rem .5rem .75rem;
}

header.repots .rg, header.repots .fin{
	display: none;
}

footer.repots img{
	margin: auto;
	max-height: 42px;
	display: block;
}

.pac-container{
	z-index: 1010;
}


.ck{
	font-size: initial;
	font-family: initial;
	background-color: #FFF;
}

.ck h1, .ck h2, .ck h3, .ck h4, .ck strong{
	font-weight: bold;
}


.ck ol, .ck ul{
	-webkit-padding-start: 40px;
	list-style-type: revert;
}
.ck ol li, .ck ul li{
	list-style-type: revert;
}

ul.stepper.horizontal{
	/*min-height: 534px;*/
	margin: auto;
}

ul.stepper.horizontal .step .step-content{
	padding-bottom: 0px;
}
ul.stepper.horizontal .step .step-content .step-actions{
	position: relative;
}

.file-field.input-field{
	margin-top: 0;
	margin-bottom: 0;
}

.input-field-select{
	margin-top: 1rem;
	margin-bottom: .5rem;
	position: relative;
}

.input-field{
	/* margin-bottom: .5rem; */
}
	
.input-field-select label{
	font-size: 1rem;
	right: initial;
	position: absolute;
	top: 0;
	transform-origin: 0 0			;
	transform: translateY(-14px) scale(0.8);
}

.input-field-select select.browser-default{
	height: calc(3rem - 6px);
	outline: none		;
	font-size: 16px;
	margin: 8px -2px;
}

[data-buttonset]{
	margin-bottom: 20px;
}

.button[data-enable='false']{
	pointer-events: none;
	background-color: #DFDFDF !important;
}
				
.button[data-name="decode"]{
	display: block;
	margin:  10px auto;
}

.codeappareance{
	background-color: #f4f4f4;
	border: 1px solid #ddd;
	border-left: 3px solid #f36d33;
	color: #666;
	page-break-inside: avoid;
	font-family: monospace;
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em 1.5em;
	word-wrap: break-word;
}
.codeappareance.cblue{
	border-left: 3px solid blue;
}
.codeappareance.cyellowgreen{
	border-left: 3px solid yellowgreen;
}

.span-text{
	font-size: 1rem;
	white-space: normal;
	font-weight: 300;
}
.codeappareance.min{
	font-size: .8rem;
}
.helper-text{
	font-style: italic;
	margin-top: 0;
	font-size: 12px;
	margin-bottom: 22px;
	line-height: 11px;
	display:  block;
}

.nav-wrapper .input-field input[type=search]{
	margin-bottom: 0px;
}

.input-field input[type=search]+.label-icon{
	left: 0px;
	width: 24px;
}

.input-field input[type=search]+.label-icon+.dropdown-trigger{
	left:  24px;
	position: absolute;
	top: 0;
	z-index: 99;
}

.position-relative{
	position: relative;
	z-index: 1;
}
.position-relative.on{
	z-index: 2;
}

.position-relative .up-layer{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .2);
	z-index: 2;
}

.pre-container{
	white-space: nowrap;
	overflow: hidden;
}