

@charset "utf-8";
/* CSS Document */

/*================== FORMA     ========================*/
.lic_wrapper{
	margin-bottom: 65px;
}
.lic-error-msg{
	display: block;
	width: 100%;
	min-height: 2em;
	font-size: 1em;
	font-weight: bold;

	border-left: 4px solid red;
	background-color: #FCC;	
	color: #000;
	line-height: normal;
	padding: 5px 10px 5px 10px;
	margin-bottom: 15px;

}

div#licencias_uprac-content-form1{
	max-width: 400px;  /*antes 33%*/
    margin: 0 auto;
	margin-bottom: 65px;
}

div#titulo{
	text-align: center;
	max-width: 350px;
	font-size: 2em;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0 auto;
}


div#encabezado{
	font-size:14px;
	font-weight:bold;
}

div#agrupado{
	border-width: 1px;
	border-style: solid;
    border-color: rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 30px;
}




.lic_input_text{
	font-size: 18px;
	border: 1px solid #868686 !important;
	
}

.lic_input_text::-webkit-input-placeholder { /* Edge */
	color: #868686 !important;
  }
  
  .lic_input_text:-ms-input-placeholder { /* Internet Explorer */
	color: #868686 !important;
  }
  
  .lic_input_text::placeholder {
	color: #868686 !important;
  }



.lic_input_pass{
	font-size: 18px;
	border: 1px solid #868686 !important;
}

/* Contenedor del el checkbox con label*/
.lic_input_div_check{  
	border-top: 2px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

.lic_input_check{
	display: inline !important;
	margin-left: 5px;
	margin-right: 5px;	
	margin-bottom: 1.5em;
	font-size: 18px;
}



.lic_label_check{
	display: block;
	float: right;
	width: 90%;
	line-height: 1 !important;
	margin:  0px;
	padding: 0;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


/***********************************************************************************/
/*   BOTON                                                                         */
.lic_button {
	background-color: #f28c20 ;
	color: black;
	padding: 5px 15px 5px 15px;	
	border-radius: 8px;
}

.lic_button:focus {
	background-color: #f28c20 ;
	color: black;	
	border: 2px solid #4CAF50; /* Green */
}

.lic_button:hover{
	background-color: black;
	color: #f28c20;
}

.lic_button:disabled{
	background-color: lightgrey;
	color: black;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/




/*  PARA MES Y AÑO             */
.lic_center{
	text-align: center;
	margin-bottom: 20px;
}

.lic_mes_ano_div {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}




select#mes{
	font-size: 18px;
	color: black;
	width: 150px;
	border-color: #949393;
}

select#ano{
	font-size: 18px;
	color: black;
	width:100px;
	border-color: #949393;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^*/



.lic_break-row{
	flex-basis: 100%;
	display:block;
}


.lic_error{
	display: block;	
	color: #F00;
}


.lic-top{
	max-width: 450px;
	margin:auto;
	text-align: center;
	margin-bottom: 30px;
}

.lic_fields{
	border-style: solid black;
	border-width: 2px;
    border-radius: 15px 15px;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}


.lic-informe-font{
	font-family: Consolas,monospace;
	width: 48em;
	font-size: 1em;
	box-shadow: 1px 1px 8px 5px #666666;	
	padding: 5px;
}

#lic-informe-container{
	display:block !important;
	font-family: Consolas,monospace;
	font-size: 1em;
	width: 48em;
	padding: 5px;
	margin: auto;
	
}

.lic_button_container{
	display: flex;
	justify-content: space-between;
	flex-wrap:  wrap;
}

.lic_button_div{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	
}


/* *********************************************************************************/
/* *********************************************************************************/
/*     PARA CELULARES                                                              */
/* *********************************************************************************/
/* *********************************************************************************/
@media only screen and (max-width: 26em){	/*350*/
	div#licencias_uprac-content-form1{
		max-width: 100%;
		margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	#forma_lic {
		width: 100%;
	}

	.lic-top{
		width: 100%;
	}

	.lic_button_container{
		width: 100%;
		display: block;
		text-align: center;		
	}
	.lic-informe-font{
		box-shadow: none;
		font-size: 6px;  /* .6em; */
		width: 48em;
	}
	.lic_label_check{
		width: 88%;
	}

	#lic-informe-container{
		display:block !important;
		width: 100%;
		overflow: auto;		
	}
}

/*-------------------------------------------------*/
/*   Para desaparecer los mdocs dialogs            */
[aria-hidden="true"]{
	display:none !important;
}


/*
select, select option {
  color: #000000;
}

select:invalid, select option[value=""] {
  color: #999999;
}




label {
  display: inline;
  margin: 16px 0;
}

*/



