*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Times New Roman", Times, serif;;
}

:root{
	--verde_fosfo: #04ff18d9;
	--verde_fosfo_cl: #04ff1817;
	--negro_dark: #000000;
	--enUso_background_color: #337ab7;
	--enUso_color: white;
	--margin_top: 2px;
    --margin_left: 2px;
}

input:focus,select:focus{
	background-color: #a2caa466;
}


 /*desactiva las flechas en los input tipo number:::::*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] { -moz-appearance:textfield; }
/*::::::::::::::::fin::::::::::::::::::::::::::::::::::*/


.aling-center{
	text-align: center;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.form-login{
	/*border: 1px solid red;*/
	width: 100%;
	height: 250px;
	margin: 8% auto 0 auto;
}

.titulo{
	text-align: center;
	color: white;
	font-size: 30px;
}

.boxtext{
	width: 300px;
    height: 35px;
    padding: 10px;
    display: block;
    margin: 15px auto 0 auto;
}

.btn_bg{
	width: 300px;
    height: 35px;
    border: none;
    cursor: pointer;
    margin: 0 auto 0 auto;
    border-radius: 5px;
}

.btn_sm{
	font-size: 11px;
    width: 100px;
    height: 35px;
    border: none;
    display: block;
    margin: 15px auto 0 auto;
}

.btn_sm_t{
	font-size: 11px;
    width: 100px;
    height: 35px;
    border: none;
    display: block;
    border-radius: 2px;
    float:right;
    margin-right: 67px;
}


.btn_sm_b{
	font-size: 11px;
    width: 100px;
    height: 25px;
    border: none;
    display: block;
    border-radius: 2px;
    float: right;
    margin-top: 5px;
}


/*rojo fosforo*/
.btn_color_r{
	background-color: #e04d4d;
	color: white;
}

.btn_color_r:hover{
	background-color: #ff0000;
}

/*verde fosoforo*/
.btn_color_g{
	color: white;
	background-color: #337ab7;
}

.btn_color_g:hover{
	background-color: #018aff;
}

/*negro*/
.btn_color_n{
	background-color: var(--negro_dark);
	color: white;
}

.btn_color_n:hover{
	background-color: #0089ff;
	color: var(--negro_dark);
}

.btn_color_bg{
	color: white;
	background-color: #0089ff; 
}

.btn_color_bg:hover{
	background-color: #00ff00; 
}

.btn_color_bo{
	color: white;
	background-color: #0089ff; 
}

.btn_color_bo:hover{
	background-color: #4de04d; 
}

.btn_color_gris{
	color: black;
}

.btn_color_gris:hover{
	background-color: #03624c;
	color: white;
}

.btn_color_o{
	color: white;
	background-color: #4d9ce0;
}

.btn_color_o:hover{
	background-color: #0089ff;
}


.btn-c-o{
	background: #ff9800a1;
}

.btn-c-o:hover{
	background: #ff9800;
}

.btn-c-r{
	background: #ff9800a1;
}

.btn-c-r:hover{
	background: #ff9800;
}

.btn-c-b{
	background: #38c6d9a6;
}

.btn-c-b:hover{
	background: #38c6d9;
}

.btn-c-g{
	background: #d7d7d7f2;
}
.btn-c-g:hover{
	background: #ffc107;
}

.fondo_color{
	background-color: #000000ba;
}

.msg_tousr{
	text-align: center;
	border: 1px solid #da878773;
	color: #da878773;
	line-height: 30px;
	width: 300px;
    height: 35px;
    display: block;
    margin: 15px auto 0 auto;
  	display: none;
}

header{
	border: solid 1px solid;
	width: 100%;
	height: 50px;
	background-color: #fefefe;
	text-align: center;
	position: fixed;
}

.nav-menu{
	
  /*  border: solid red 1px;*/
    margin: 5px 0 5px 0;
    width: 90%;
    height: 40px;
    display: inline-flex;
}

.titulo_lh{
	line-height: 60px;
	text-align: center;
	color: white;
	font-size: 30px;
}

.formulario{
	margin: auto;
	/*border: 1px solid blue;*/
	width: 50%;
	height: 300px;
}

.form-input{
	/*border: 1px solid red;*/
	width: 76%;
	height: 0px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.form-input2{
	/*border: 1px solid red;*/
	width: 54%;
	height: 30px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.etiqueta{
	font-size: 15px;
	float: left;
}

.etiqueta-en-renglon{
	font-size: 15px;
}

.etiqueta-r{
	font-size: 15px;
    float: left;
    margin-right: 78px;
}

.etiqueta-r2{
	font-size: 15px;
    float: left;
    margin-right: 140px;
}

.etiqueta-filtro{
	font-size: 15px;
    float: left;
    margin-right: 5px;
    line-height: 2;
}

.minilabel{
	margin-right: 3px;
    line-height: 33px;
}


.radiob{
	width: 12px;
    height: 10px;
}

.entrada-text{
	/*border: 1px solid blue;*/
	float: right;
	/*margin-left: 15px;*/
	width: 400px;
    height: 28px;
    padding: 5px;
    text-align: left;
}

.entrada-text-middle{
	width: 250px;
}

.entrada-text-mini{
	/*border: 1px solid blue;*/
	/*float: right;*/
	width: 90px;
    height: 28px;
    padding: 5px;
    margin-right: 4px;
    text-align: center;
}

.entrada-text-cb{
	/*border: 1px solid blue;*/
	float: right;
	margin-left: 15px;
	width: 400px;
    height: 25px;
    text-align: left;
}

.entrada-checkbox{
	/*border: 1px solid blue;*/
	float: left;
	width: 25px;
    height: 25px;
    
}

.entrada-text_sm{
	margin-left: 15px;
	width: 80px;
    height: 25px;
    padding: 5px;
}

.input-tel{
	width: 295px;
    float: left;
    margin-left: -73px;
    margin-top: 21px;
}

.input-tel-ext{
	width: 100px;
}

.margin_extop_15{
	margin-top: 85px;
}

.margin_extop{
	margin-top: 15px;
}

.select-icon{
	/*border: 1px solid #dac4c4;*/
    width: 100%;
    cursor: pointer;
    background-color: #000000b8;
    color: #ffffffa1;
    display: inline-flex;
    border-radius: 2px;
    border-style: none;
    border-color: #4de04d;
    margin: 0 5px 0 5px;
    transition: .3s ease all;
    outline: none;
}

.select-icon:hover{
	background-color: var(--enUso_background_color);
    color: var(--enUso_color);
}

.enUso{
	background-color: var(--enUso_background_color);
    color: var(--enUso_color);
}

.fsize{
	font-size: 30px;
}

.btntext{
	font-size: 15px;
	font-size: 15px;
    margin-top: 7px;
    margin-left: 10px;
}

.btntext2{
	font-size: 15px;
    margin-top: -3px;
    line-height: 1.2;
    margin-left: -7px;
}


.icono{
	cursor: pointer;
	margin: 0 auto 0 auto;
	font-size: 17px;
}

.icoe_ml{
	margin-left: 10px;
}

.icod_ml{
	margin-left: 20px;
}

.ico_cb:hover{
	color: #337ab7;
}

.ico_cr:hover{
	color: #ff0000;
}

.ico_cg:hover{
	color: #4cab3b;
}

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
}

.popup {
	/*border: 1px solid red;*/
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 20px;
	text-align: center;
	/*width: 100%;*/
	/*width: 55%;*/
	width: 60%;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
}

.popup-paddin10{
	padding: 10px 10px 10px 5px;
}

.overlay2 {
	background: rgba(0,0,0,.3);
    position: fixed;
    top: 60px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.popup2{
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	padding: 20px;
	text-align: center;
	width: 55%;
}

.btn-cerrar-popup {
	font-size: 16px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
	z-index: 9999;
}

.btn-cerrar-popup:hover {
	color: var(--verde_fosfo);
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-top: 0px;
    margin-bottom: 0px;
}

.item2_3col{
	/*border: solid 1px blue;*/
	width: 200px;
	height: 20px;
	display: inline-flex;
	text-align: left;

}

.letra_sm{
	font-size: 12px;
}

.msg_tousr_co{
	margin-top: 15px;
}

.escondete{
	display: none;
}

.img-menu{
	/*border: 1px solid green;*/
    width: 40%;
    height: 46px;
    line-height: 55px;
}

.img-text{
	/*border: 1px solid blue;*/
    width: 60%;
    height: 46px;
    line-height: 45px;
}

.filtros{
	/*border: solid 1px red;*/
    width: 100%;
    height: 50px;
    margin: auto;
    padding: 5px;
    position: fixed; 
    margin-top: 50px;
    background-color: white;
}

.buscador{
	/*border: solid 1px blue;*/
    float: left;
    width: 454px;
    display: inline-flex;
    margin-left: 50px;
}

.buscar-input{
	width: 300px;
    height: 28px;
    display: block;
    border-radius: 5px;
    border-style: none;
    border: 1px solid #080808;
    margin-right: 5px;
    padding: 5px;
    margin-top: 5px;
}

.entrada-text-filtro{
	border-radius: 5px;
    height: 25px;
    margin: 5.5px 0 0 0;
}

.contenedor-grid{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 100px;
}

.contenedor-paginacion{
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 0;
}

.wrapper_footer{
	/*border: solid 1px red;*/
    width: 100%;
    height: 37px;
    display: inline-flex;
}

.subwrapper_footer{
	/*border: solid 1px blue;*/
	padding-top: 5px;
	margin-left: 30px;
}

.label-lh{
	line-height: 35px;
    margin-right: 5px;
}

.input-total{
	padding-left: 5px;
}

.input-cant{
	width: 60px;
    height: 20px;
}
.input-subt{
	width: 60px;
    height: 20px;
    border: none;
}


/*:::::::::::::LOADER::::::::::::*/

*,*:after,*:before{ /*?*/ 
    padding: 0; 
    margin: 0;
    -webkit-box-sizing: border-box; /*?*/
    -moz-box-sizing: border-box; /*?*/
    box-sizing: border-box; /*?*/
}

#contenedor_carga{
    background-color: rgba(250, 240, 245, 0.9); /*el ultimo parametro es la transparencia*/
    height: 100%;
    width: 100%;
    position: fixed; 
   /* -webkit-transition: all .1s ease;
    -o-transition: all .1s ease; 
    transition: all .1s ease;*/
    z-index: 10000; /*este hace que se posisicone encima de todo*/
}

#loader{ /*cuando hacemos referencia a un id usamos #*/
    margin: auto; 
    width: 50px;
    height: 50px;
    border: 10px solid #ccc;
    border-top-color: springgreen;
    /*border-top-style: groove;*/
    border-radius: 100%;
    position: absolute; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    -webkit-animation: girar 1.5s linear infinite;
    -o-animation: girar 1.5s linear infinite;
    animation: girar 1.5s linear infinite;
}

/*creamos la animacion declarada en las 3 lineas anteriores*/
@keyframes girar { /*@keyframes nombre de la animacion*/
    from{transform: rotate(0deg);} /*inicializamos de { realizar: rotacion desde (0 grados)}*/
    to{transform: rotate(360deg);} /*termina en { realizar: rotacion hasta (360 grados)}*/
}
/*:::::::::::::::::::::::::::::::*/

.mb_plus{
	margin-bottom: 30px;
}

.mt_plus15{
	margin-bottom: 15px;
}

.mt_plus5{
	margin-bottom: 5px;
}

.view_ln{
	margin-left: 300px;
    width: 235px;
    display: inline-flex;
}

.reloj{
	/*border: 1px solid red;*/
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
}

.tiempo{
	/* border: 1px solid green; */
    width: 30%;
    height: 40%;
    font-size: 15px;
    display: inline-flex;
    color: #4de04d;
}

.tiempo:hover{
	color: white;
}

.fecha{
	/*border: 1px solid blue;*/
    width: 100%;
    height: 50%;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    margin: 0 auto 0 43px;
}

.tr-color{
	color: #040404;
}

.color-rojo{
	color: red;
}

.color-azul{
	color: blue;
}

.no-uso{
	cursor: not-allowed;
}

.ico-size-20{
	font-size: 20px;
}

.input-width-320{
	width: 375px;
}


.contador{
	width: 100%;
    height: 20px;
    background-color: #b6e2b2;
    border: solid 1px #ffffff;
    border-radius: 2px;
    margin-top: 15px;
    display: none;
}

.contador-act{
	width: 100%;
    height: 20px;
    background-color: #b2cee2;;
    border: solid 1px #ffffff;
    border-radius: 2px;
    margin-top: 15px;
    display: none;
}

.sinborde{
	border: none;
	background-color: transparent;
	margin-left: 5px; 
}

.detalleid{
	background-color: #81D4FA;
    border-radius: 5px;
    border: solid 2px #0288D1;
    width: 200px;
    display: inline-flex;
    margin-left: 50px;
    padding-left: 10px;
    height: 25px;
}

.plus_marginleft{
	margin-left: 10px;
	background-color: #80CBC4;
    border-radius: 5px;
    border: solid 2px #00897B;
    width: 200px;
    display: inline-flex;
    padding-left: 10px;
    height: 25px;
}

.txtnormal{
	font-weight: 100;
}

.table-hover>tbody>tr:hover {
    background-color: #E3F2FD;
}

.apuntar{
	cursor: pointer;
}

.val-negativo{
	color: red;
}

.nofound-regs{
	color: blue;
	font-size: 14px;
}

.left-plus{
	text-align: left;
}

.fija{
	position: fixed; 
}

.btn-contador{
	width: 30px;
    height: 20px;
    margin-left: 2px;
    font-size: 12px;
    border-style: none;
    border-radius: 2px;
}

.input-error{
	border-color: #ff00006b;
}

.popup-h1{
	/*border: solid 1px blue;*/
	width: 100%;
	height: 325px;
}

.popup-n-struc{
	/*border: 1px solid yellow;*/
    width: 363px; 
    height: 325px;
    margin: 0px 0px 0px 0px;
}

.popup-n1{
	float: left;
}

.popup-n2{
	float: right;
}

.popup-h2{
	/*border: solid 1px green;*/
	width: 100%;
	height: 30px;
	margin-left: 35px;
	margin-top: 60px;
}

.width100{
	width: 100%;
}

.sinmargin{
	margin-top: 55px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.carga-img{
	/*border: solid 1px red;
	width: 100px;
	height: 25px;*/
	margin-top: 3px;
}


.noti{
	color: #ad3636;
}

.select-fil{
	color: #796868;
    margin-top: 5px;
    height: 28px;
    border-radius: 5px;	
}

.mg-top{
	margin-top: 10px;
}

.et_p{
	float: left;
	margin-left: 10px;
	line-height: 27px;
}