article
{
	padding: 0.5em;
	width: 100%
}


header
{
	background-color:#43a047 ; 
	
	vertical-align: text-top;
	
}
header h1{
	margin: 0 !important;
	text-align: center;
	text-shadow: black 1px 1px 2px;
	font-family: 'Nunito Sans', sans-serif;
}

label.data
{
	display: block;
	font-weight: normal;	
}

label.btn-link
{
	cursor: pointer;
}

h1, h3
{
	color: #EEE;
	margin: 0;
}
.hidden{
	display: none !important;
}

#loading
{
	
	bottom: 0;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: fixed;
	right: 0;
	width: 19em;
}

#loading img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
}

#loading label
{
	margin-top: 0.5em;
	text-align: center;
	width: 100%;
}

.xls{
	display: none;
}


.flex-box{
	display: flex;
	align-items: center;
	justify-content: center;
	/*margin: 0.5em;*/
}

.flex-box label{
	margin-right: 0.5em;
}

.c100{
	width: 100%;
}
.c50{
	width: 50%;
}
.c75{
	width: 75%;
}
.c25{
	width: 25%;
}

.f-box{
	width: 90%;
	
}

.m-wrapper *{
	vertical-align: top;
}

.monto-text label{
	font-size: 2em;
}

.action-buttons input{
	margin:0.2em;
}

/*
input[type=text][id=folio]:not(.browser-default){
   color: white;
}*/



@media only screen and (max-width: 992px){
	nav .brand-logo{
		left: 35% !important;
	}
}

.texto_blanco{
	color: white;
	font-weight: bold;
	border-bottom: 1px solid #f44336 !important;
}

.texto_black{
	color: black;
	font-weight: bold;
	border-bottom: 1px solid #000 !important;
}

.select-wrapper input.select-dropdown{
	color: white;
	border-bottom: 1px solid #f44336 !important;

}

.select-wrapper.sel_fmp input.select-dropdown {
	color: black;
	border-bottom: 1px solid #f44336 !important;
	
}

.btn-floating i {
    color: #000 !important;
}

@media only screen and (min-width: 600px){

	#download-pdf::before{
		content: ' Descargar PDF ';
	}

	#download-xml::before{
		content: ' Descargar XML ';
	}

	#email-send::before{
		content: ' Enviar Correo ';
	}

	#rest1::before{
		content: ' Salir ';
	}

}

@media only screen and (max-width: 600px) {
	.view_cap{
		display: none !important;
	}

	.pulse .btn-floating .btn-large{

		width: 40px !important;
		height: 40px !important;
		line-height: 40px !important;
        
	}
	
	#download-pdf::after {
		content: ' PDF ' !important;
	}

	#download-xml::after{
		content: ' XML ' !important;
	}

	#email-send::after{
		content: ' Email ' !important;
	}

	#rest1::after{
		content: ' Salir ' !important;
	}

}


@media (max-width: 600px){

	.im1{
		display: none !important;
	}

}
