body{
	    background:#fff;
}

.btn_usar{
    background: #dcedff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 19px;
    text-align: center;
    padding: 14px;
    color: #2a72bb;
    cursor: pointer;
    margin:7px;
}

.btn_usar:hover{
    background: #aed5ff;
    padding: 12px;
    font-size: 23px;
}
.form-lbl-campo {
    margin-bottom: 5px;
}
.caracter-control-count{
    color:#999;
    font-size:10px;
    margin-right:5px;text-align:right;
}
.bloqueinseccion{
	background: #ffffff;
    border-radius: 0 0 6px 6px;
    margin-top: -11px;
    margin-bottom: 53px;
    -webkit-box-shadow: inset 0px 21px 20px -18px rgb(0 0 0 / 34%);
    -moz-box-shadow: inset 0px 21px 20px -18px rgba(0,0,0,0.34);
    box-shadow: inset 0px 21px 20px -18px rgb(0 0 0 / 34%);
    padding: 15px;
}


.lbl_alert_ok {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #37ae00;
    background: #d6f1c9;
}

.lbl_alert_ok table i {
    font-size: 33px;
    color:#a4ce92;
}

.lbl_alert_error {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #f00;
    background: #ff9d93;
}

.lbl_alert_error table i {
    font-size: 33px;
    color:#f03131;
}

.lbl_alert_amarillo {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #F1C40F;
    background: #fff4c8;
}

.lbl_alert_amarillo table i {
    font-size: 33px;
    color:#F1C40F;
}

.lbl_alert_azul {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #3d88ff;
    background: #b0cfff;
}

.lbl_alert_azul table i {
    font-size: 33px;
    color:#3d88ff;
}

.lbl_alert_turqueza {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #00e5ff;
    background: #cdfaff;
}

.lbl_alert_turqueza table i {
    font-size: 33px;
    color:#00e5ff;
}

.lbl_alert_morado {
    padding:15px 15px 15px 0px;
    border-radius:5px;
    border-left: 10px solid #be63ff;
    background: #e4bfff;
}

.lbl_alert_morado table i {
    font-size: 33px;
    color:#be63ff;
}


/*Small*/
.lbl_alert_ok_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 10px solid #37ae00;
    background: #d6f1c9;
}

.lbl_alert_ok_sm table i {
    font-size: 20px;
    color:#599c3c;
}

.lbl_alert_error_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 10px solid #f00;
    background: #ff9d93;
}

.lbl_alert_error_sm table i {
    font-size: 20px;
    color:#f03131;
}

.lbl_alert_amarillo_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 10px solid #F1C40F;
    background: #fff4c8;
}

.lbl_alert_amarillo_sm table i {
    font-size: 20px;
    color:#F1C40F;
}

.lbl_alert_azul_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 10px solid #3d88ff;
    background: #b0cfff;
}

.lbl_alert_azul_sm table i {
    font-size: 20px;
    color:#3d88ff;
}

.lbl_alert_turqueza_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 10px solid #00e5ff;
    background: #cdfaff;
}

.lbl_alert_turqueza_sm table i {
    font-size: 20px;
    color:#00e5ff;
}

.lbl_alert_morado_sm {
    padding:3px 3px 3px 0px;
    border-radius:5px;
    border-left: 8px solid #be63ff;
    background: #e4bfff;
}

.lbl_alert_morado_sm table i {
    font-size: 20px;
    color:#be63ff;
}


.circulo_gris {
    width:45px;
    height:45px;
    background:#efefef;
    color:#989191;
    font-size:20px; 
    border-radius:22px;
}

.bloqueoculto_centrado{
    display:none;
    width:855px;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #fff;    
    border: 2px solid #f1f1f1;
    transform:translate(-50%,-50%);
    z-index:3;
}

.capa_negra_fondo{
    display:none;
    left:50%;
    top:50%;
    width:100%;
    height:100%;
    position: fixed;
    background:#000;
    opacity: .5;
    z-index:3;
    transform:translate(-50%,-50%);
}

@media only screen and (max-width: 900px) {
    .bloqueoculto_centrado{    
        width:100%;
    }
}

.sombraInf{
	-webkit-box-shadow: 0px 8px 5px -5px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0px 8px 5px -5px rgba(0,0,0,0.27);
    box-shadow: 0px 8px 5px -5px rgb(0 0 0 / 27%);
}
.lblqrwarning{
	    font-size: 14px;
    color: #ffffff;
    background: #f00;
    border-radius: 6px;
    margin-top: 9px;
    padding: 12px;
}

.lblqrok{
    font-size: 14px;
    color: #ffffff;
    background: #54d872;
    border-radius: 6px;
    margin-top: 9px;
    padding: 12px;
}

.cuadritostatus{
	
	color: #666;
    border: 1px solid #b3b3b3;
    padding: 2px;
    width: 110px;
    text-align: center;
    border-radius: 4px;
    margin-top: 3px;
}


.lblcitaamarillo{
	background: #ffffff;
    border-radius: 5px;
 
    width: 123px;
    border: 1px solid #decb1a;
    color: #b19d0e;
    border-left: 10px solid #efd417;
	float:left;
	margin: 2px;
	text-align: center
}

.lblcitaazul{
	background: #ffffff;
    border-radius: 5px;
  
    width: 70px;
    border: 1px solid #31d6c7;
    color: #31d6c7;
    border-left: 10px solid #31d6c7;
	float:left;
	margin: 2px;
	text-align: center
}
.lblcitagris{
	background: #ffffff;
    border-radius: 5px;
 
    width:123px;
    border: 1px solid #cacaca;
    color: #cacaca;
    border-left: 10px solid #cacaca;
	float:left;
	margin: 2px;
	text-align: center
}

.menuNav{
font-size: 13px;
    /* width: 108px; */
    border-left: 1px #bfcdda solid;
    /* background: #dde6ef; */
    float: left;
    padding: 0px 10px;
    height: 25px;
    margin: 2px;
    text-align: center;
    color: #4a4a4a;
    cursor: pointer;
}

.menuNav:hover{
    color:#000;
}
.menuNav-active{
 border-bottom: 5px #118cfd solid;
}


/* Tiny Carousel */
.slider1 {
    height: 100%;
    margin: 30px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 50px 10px;
}

.slider1 .viewport {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.slider1 .buttons {
    background: #677077;
    border-radius: 35px;
    display: block;
    position: absolute;
    top: 50%;
    transform:translate(0,-50%);
    left: 0;
    width: 35px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
}

.slider1 .next {
    right: 0;
    left: auto;
    top: 50%;
}

.slider1 .buttons:hover {
    color: #fff;
    background: linear-gradient( 
135deg
 ,#1589fd,#15c7fd);
}


.slider1 .disable {
    visibility: hidden;
}

.slider1 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

.slider1 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 100%;
    /*border: 1px solid #dcdcdc;*/
    width: 236px;
 }
/*slider*/

.text-option{
	width:280px;
	word-wrap:break-word;
	}

.stdespacho{
    background: #f1f1f1;
    padding: 6px;
    border-radius: 6px;
    width: 170px;
    margin-top:13px;
    text-align: center;
    color: #fff;
}

.div_filtros {
    border:1px solid #d0d0d0; 
    border-radius:6px;
    padding:10px;
    margin:5px 5px;
}

.botonLimpiar{
	width:95%;
	text-align:right;
	font-size:11px;
	color:#1589fd;
    margin: -22px 0px 7px 0px;
}

.optionpermiso{
	float: left;
    width: 150px;
    padding: 2px;
    font-size: 12px;
}
.lblnat{
	background: #0f79ef;width: 101px;border-radius: 6px;
    padding: 3px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    font-size: 11px;
}
.bloquerec{
	margin-top: 10px;
    padding: 6px;
    border-radius: 4px;
    width: 187px;
    text-align: center;
    color: #19ab38;
    border: 1px solid #3ebd46;
}
.mosaico01{
	float: left;
    margin: 10px;
}
.boxlbltarde{
background: #fb6f6f;
    padding: 3px;
    color: #fff;
    width: 81%;
    text-align: center;
    margin: auto;
    border-radius: 0px 0px 7px 7px;
   
    -webkit-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.32);
    -moz-box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.32);
    box-shadow: inset 0px 3px 5px 0px rgba(0,0,0,0.32);
	
}

.lblprioridad{
	background: #f1f1f1;
    padding: 3px;
    margin-top: 7px;
    border-radius: 4px;
    width: 180px;
    text-align: center;
   
}

.lblaprobacion{
	    color: #ffffff;
    background: #fd6d6d;
    width: 135px;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
}

.lblaprobado{
	    color: #ffffff;
    background: #0C3;
    width: 135px;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
}

.lblpedido{
	    color: #ffffff;
    background: #09C;
    width: 135px;
    padding: 5px;
    border-radius: 4px;
    margin-top: 5px;
    text-align: center;
}

.btnUssel{
    position: fixed;
    bottom: 10px;
    background: #1589fd;
    padding: 15px;
    /*margin-left: 18%;*/
    left:50%;
    transform: translateX(-50%);    margin-bottom: 12px;
    border-radius: 10px;
    color: #fff;	
	cursor:pointer;
-webkit-box-shadow: 0px 0px 29px -5px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 0px 29px -5px rgba(0,0,0,0.44);
box-shadow: 0px 0px 29px -5px rgba(0,0,0,0.44);	
	
}

.btnUssel:hover{
    border-bottom: 4px solid #1d6ebf;
	
}
.bloqueServLis{
	border: 1px solid #ffb200;
    padding: 3px;
    border-radius: 4px;
    margin-bottom: 5px;
    border-left: 7px solid #ffb200;
	
}
.boxbuscador{
	
    margin-bottom: 10px;
    background: #4789fd;
    border-radius: 10px;
    height: auto;

}
.btnClose{
	font-size: 20px;
    width: 40px;
    height: 40px;
    color: #1589fd;
    background: #ebf5ff;
    border-radius: 50%;
    text-align: center;
    padding: 9px;
    margin: 0px 10px;
    cursor: pointer;
}

.bloqueflotante_listado{
    float: left;
  
    padding: 7px;
    width: 250px;
    font-size: 12px;
    /* height: 111px; */
    text-align: center;
}


.badge_listar{
	background: #aaffc0;
    padding: 4px;
    width: 165px;
    margin: auto;
    margin-top: 6px;
    border-radius: 8px;
    font-weight: bold;
}
.bloqueflotanteMin{
float: left;
   
    margin: 10px;
    /* background: #f00; */
    text-align: center;
	padding:10px;
	width: 144px;
}
.bloqueflotanteform{
    float: left;
    padding: 5px 8px 5px 8px;
    width: 270px;
}
.boxlbl1{
   background: #f1f1f1;
    margin: 22px 0 11px 0;
    clear: both;
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 6px;
    border-left: 15px solid #ccd9e6;
}
.notasMesacontrol{
background: #f1f1f1;
    width: auto;
    border-radius: 10px;
    margin: 6px;
    padding: 15px;
    color: #484848;
    margin-top: 15px;
}
.cuadroNfe{
	    border: 1px solid #dadada;
    padding: 10px;
    width: 224px;
    border-radius: 9px;
}
.tipo_servicio{
	width: 30px;
    height: 30px;
    background: #4fb364;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
	padding: 3px 0;
}
table{
	font-size: 12px;
}
.label3{
	    font-size: 13px;
    padding: 5px 0 20px 0;
    font-weight: bold;
}

.bloque_flotante{
	min-width: 288px;
	
    height: 209px;
    background: #fff;
    float: left;
    margin: 0px 0px 15px 0px;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #efefef;
}

.lbltxt{
	font-size: 12px;
	color:#999;
}

.lbltxt2{
    font-size:12px;
    color:#999;
    margin-bottom:-5px;
}

.lbltxtb{
    font-size: 12px;
    color:#efefef;
}

.lbltxtb2{
    font-size: 12px;
    color:#efefef;
    margin-bottom:-5px;
}

.statusOrden{
	
    background: #79ef82;
    width: 100%;
    margin: -8px 0px 7px 0;
    padding: 14px;
    color: rgb(0,0,0,0.5);
}

.sticky-header{
	position: sticky;
	top: 0;
	background:#ddd;
	z-index: 100;
	}

.btn_status_cita{
	background: #ffffff; 
	width:98px;font-size:12px;
	border: 1px solid #bbbbbb;
	border-radius: 7px;
	padding: 6px;
	text-align: center;
}

.cita_active{
	background: #8ff19e;
    color: #146720;
	
}

.sombra{
-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.39);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.39);
}

.sombra_exterior{
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.22);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.22);
}


.nuevoUploadInfo{
    float: right;
    width: 382px;
    /* background: #f1f1f1; */
    padding: 15px;
    
}
.nuevoUploadBufer{
        float: left;
    
    width: 400px;
    padding: 15px;
}
.iconOC{
	    position: absolute;
    color: #5eb56a;
    width: 35px;
    margin-left: 264px;
    /* background: #bbf1c3; */
    height: 35px;
    font-size: 16px;
    text-align: center;
    padding: 5px;
    border-radius: 21px;
    margin-top: -7px;
    border: 1px solid #35af47;
	cursor: pointer;
}


.zrp-box{
     max-width: 1018px;
    min-height: 60px;
    /* -webkit-border-radius: 10px; */
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* background: #f7f9fb; */
    /* border-radius: 10px; */
    color: #999;
}


.precioXtanque{
    width: 102px;
   
    margin-left: 320px;
 
    text-align: center;
    color: #5193d5 !important;
    

   
    position: absolute;
    cursor: pointer;
}

.pestanaID{
	background: #5193d5;
    position: absolute;
    border: 1px solid #4083c5;
    border-radius: 0px 10px 10px 0px;
    padding: 10px;
    color: #fff;
    width: 103px;
    margin-left: -36px;
	text-align: center;
}

.bloqueLista{
	    border-bottom: 1px solid #c7c7c7;
   
    padding: 5px;
}
.sombra_bottom{
-webkit-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.19);
box-shadow: 0px 10px 10px -8px rgba(0,0,0,0.19);
}
._btn-active{
	background: #3373a9;
    color: #fff;
    border-radius: 3px;
}

._btn-active:hover{
color: #fff;	
}

._btn-active:focus{
color: #fff;	
}

._btn-active:select{
color: #fff;	
}


._btn-dark{
background: #445667;
    color: #bbcedf;
    border-radius: 3px;
    border: 1px solid #3c5063;
}
._btn-dark:hover{
	background: #253c52;
	color: #bbcedf;
  
}
._btn{
    background: #fff;
    color: #717171;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
	
}

._btn:hover{
color: #666;	
}




.mainP{
	position: absolute;
    top: 68px;
    background: #fff;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: auto;
}
.bloqueUsuario{
    width: 290px;
    padding: 10px;
    border-radius: 5px;
    height: 300px;
    float: left;
    margin: 5px;
    background: #fff;
    border: 1px solid #d8d8d8;
	
		
}
.colDerBtn{
    padding: 15px;
    border-bottom: 1px solid #a3bad2;
    margin-top: 3px;
    color: #000;
	cursor:pointer;
}

.contenedorPermisos{
	    border: 1px solid #d0d0d0;
    width: 184px;
    float: left;
    border-radius: 4px;
    padding: 14px;
    margin: 8px;
}
.boxTanque{
	    background: #fff;
    float: left;
    width: 390px;
    margin: 5px;
    
   
}

.link{
	color: #06c;
	cursor: pointer;
	font-size: 13px
		
}

.link:hover{
color: #0052A4;
		
}



.Mtanque{
background: #fff14a;
    width: 50px;
    height: 268px;
    border-radius: 7px;
    -webkit-box-shadow: inset -7px 6px 25px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -7px 6px 25px -9px rgba(0,0,0,0.75);
    box-shadow: inset -7px 6px 25px -9px rgba(0,0,0,0.75);

   
}
.Ctanque{
    background: #e6edf5;
    width: 50px;
    height: 99%;
    border-radius: 4px 4px 0 0px;
	
	-webkit-box-shadow: inset 0px 0px 20px 9px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 0px 20px 9px rgba(0,0,0,0.12);
box-shadow: inset 0px 0px 20px 9px rgba(0,0,0,0.12);
	
}


.botonRightMenu{
	background: #e2e8f3;
    width: 28px;
    float: right;
    height: 140px;
    border-radius: 5px;
    font-size: 38px;
    padding: 45px 7px;
    color: #06c;
    cursor: pointer;
}
.botonRightMenu:hover{
	background: #dbe6f9;
   
}
.ultimosTickets{
	float: left;
     background: #fff; 
    margin: 3px;
    border-right: 1px solid #e0e0e0;
    
    padding: 10px;
	cursor:pointer;
	width: 215px;
}

.ultimosTickets:hover{

    background: #f5faff;	
}

/*=========== mobile ==============*/
.child_menu_mobil{
	display:none;background: rgb(241, 241, 241);border-radius: 14px;
    padding: 9px;
    margin-bottom: 50px;
}
.M_menu{
padding: 18px 10px;
    background: linear-gradient( 
1deg
 ,#b3b7bc,#ffffff);
    color: #fff;
    position: fixed;
    z-index: 1;
    width: 100%;
}

.cortinamenuMobile{
    background: #fff;
    position: fixed;
    top: 84px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #546d89;
    padding: 0px 15px;
	display: none;
	z-index: 2;
}

/*================================*/
.bqMenudhInfo{
	float: left;
    width: 282px;
    border: 1px solid #6fa0d6;
    border-radius: 8px;
    margin: 6px;
    height: 190px;
    padding: 20px;
    text-align: center;
	cursor: pointer;
}




.lbltotales{
	background: #eef6ff;
    color: #377bc5;
    border: 1px solid #c9e2ff;
    margin: 12px 0 10px 0;
	padding:20px;
}

.cabecera2{
	font-size: 22px;
    padding: 5px 0px 20px 0;
    /* background: #33a9ff; */
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 23px;
}


.bolita_porcentajes{
	background: #f2f2f2;
    width: 145px;
    height: 61px;

    border-radius: 30px;
    text-align: center;
    padding-top: 10px;
    color: #666;
    border: 1px solid #e1e1e1;
	
}

.bolitaalerta{
	position: absolute;
background: #31bf50;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-top: 44px;
    width: 28px;
    height: 28px;
    font-size: 14px;
}
.nivelTqFULL{
background: #42ef88;
    position: absolute;
    width: 449px;
    height: 282px;
    margin-top: -307px;
    margin-left: 27px;
    opacity: 0.80;
}

.lblporctanque{
	font-size: 22px;
    color: #353f4a;
    width: 124px;
    /* background: #e6edf5; */
    border-radius: 30px;
    text-align: center;
    padding: 12px;
    border: 1px solid #c7ced6;
}

.lblsubtext{
	color:#999;
	font-size: 11px
	
}

.marco_azul{
    padding: 15px;
    background: #f4faff;
    border-radius: 6px;
    border: 1px solid #b3ddff;
    color: #639ad2;
    border-left: 10px solid #639ad2;
	margin-bottom:15px;
}

.lblalerta{
	border: 1px solid #ff6363;
    background: #fff6f6;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px;
    border-left: 10px solid #ff6363;
    color: #bd1111;
}

.lblsuccess{
    border: 1px solid #35af47;
    background: #f4fff6;
    border-radius: 5px;
    font-size: 12px;
    padding: 8px;
    border-left: 10px solid #35af47;
    color: #0c791c;
}


.lblok{
	background: #adfa75;
    /* border: 1px solid #e4ffd1; */
    border-radius: 4px;
    padding: 4px;
    width: 23px;
    color: #599e27;
}
.lblfail{
background: #ffd9d9;
    /* border: 1px solid #e4ffd1; */
    border-radius: 4px;
    padding: 4px;
    width: 23px;
    color: #de3a3a;
}

.infoNivel_alerta1{
    background: #0093ff;
    position: absolute;
    width: 56px;
    height: 21px;
    top: 171px;
    border-radius: 12px;
    right: -26px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 11px;
    text-align: center;
    padding: 1px;
	display: none;
}
.infoNivel_alerta2{
background: #e58c03;
    position: absolute;
    width: 56px;
    height: 21px;
    top: 212px;
    border-radius: 12px;
    right: -26px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 11px;
    text-align: center;
    padding: 1px;
	display: none;
}

.infobox{
	border: 1px solid #000;
    padding: 11px;
    border-radius: 9px;
    border-color: #c0c0c0;
    margin-bottom: 8px;
}

.infoNivel_alerta3{
background: #ff0000;
    position: absolute;
    width: 56px;
    height: 21px;
    top: 237px;
    border-radius: 12px;
    right: -26px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 11px;
    text-align: center;
    padding: 1px;
	display: none;
}

.nivelTqCURSOR{

    background: #fff;
    position: absolute;
    width: 449px;
    height: 280px;
    /* margin-top: -301px; */
    /* margin-left: 29px; */
   
   
}

.nivelTqCURSOR_consumo{
background: #00b545;
    position: absolute;
    height: 2px;
    width: 451px;
    bottom: 0%;
 }


.lblst{
padding: 7px;
    background: #7ad89c;
    width: 133px;
    border-radius: 4px;
    font-size: 12px;
    margin: 0px;
    text-align: center;
    color: #fff;

}



.___container{
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
}

._navmenu_{
    background: #d3dfea;
    height: 60px;
	padding:6px 0px 0 15px;
}

.sombra{
-webkit-box-shadow: inset 0px 0px 82px 0px rgba(0,0,0,0.26);
-moz-box-shadow: inset 0px 0px 82px 0px rgba(0,0,0,0.26);
box-shadow: inset 0px 0px 82px 0px rgba(0,0,0,0.26);	
}

._dimencion_{
	margin: auto;
    min-width: 950px;
    max-width: 1024px;
}

.anychart-credits-text{
	display: none !important
}
.anychart-credits{
	display: none !important
}
.bloque1{
	padding: 15px;
    margin: 10px 0 10px 0;
    border: 1px solid #c2c2c2;
    border-radius: 4px;
    background: #fff;
}
.marco{
	padding: 10px;
    border: 1px solid #000;
    border-radius: 15px;
   
    font-size: 18px;
}
.active_st_bar{
    background: #288dff;
    height: 4px;	
}
.noactive_st_bar{
    background: #abcff7;
    height: 4px;	
}
.no2active_st_bar{
    background: #ececec;
    height: 4px;	
}

.bloque_cabezera{
    padding: 15px 15px 0px 15px;
    background: #fff;    
    border-radius: 5px;
}

.bloque2{
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}

.bloque_float{

    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 360px;
    width: 455px;
    float: left;
    margin: 5px 5px 5px 5px;
	

	
	
}

.bloque_float_bombas{
    float: left;
    padding: 6px;
    width: 104px;
    background: #ffffff;
    margin: 4px;
    height: 44px;
	cursor: pointer;
    /* border-radius: 4px; */
    /* border: 1px solid #d6d6d6; */

}
.bloque_footer{
	background: #ff9a00;
    border-radius: 11px;
    padding: 36px 15px;
    margin-top: 50px;
	min-width: 650px;
	color: #fff
    
}
.footer4{
	border-top: 1px solid #d4d4d4;
    margin-top: 15px;
    padding: 13px 0 13px 0;
}

.bloque3{

    border-bottom: 1px solid #dbdbdb;
    padding: 10px;
    margin-bottom: 10px;
	border-radius: 4px
}
.bloque4{
    border: 1px solid #d5dce4;
    padding: 9px;
    height: 70px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin: 5px;
}

.bloque4{
    border: 1px solid #d5dce4;
    padding: 9px;
    height: 70px;
    width: 100%;
    border-radius: 3px;
    text-align: center;
    float: left;
    margin: 5px;
}


.bloque5{
	border-left: 5px solid #9dadbd;
    margin-bottom:15px;
	background: #fff;
	padding: 10px;
	border-radius: 5px
}
.lblfiltro{
	padding: 14px;
    border-bottom: 3px solid #9bdce3;
	text-align: center
}

.lbl{
	background: #3e81d4;
    color: #d9eaff;
    padding: 15px;
    border-bottom: 6px solid #3171c0;
}

.contenedorInstancias{
    width: 100%;
    height: 300px;
    /* background: #43525d; */
    border-right: 4px solid #36454f;
    overflow: auto;
    /* padding: 10px; */
}
.btnMenuAdmin{
	 padding: 13px;
    color: #9eb0bb;
    background: #303c45;
    border-bottom: 1px solid #3c4b56;
    /* border-top: 1px solid #576773; */
    border-left: 14px solid #263138;
	cursor:pointer

}
.btnMenuAdmin:hover{
	
    border-left: 14px solid #37bbca;

}

.seccionInstanciaTR{
	background: #3c4b56;border-bottom: 1px solid #313c44;
	cursor:pointer
}

.seccionInstanciaTR:hover{
	background: #2f3d47;
}


._right_{
    width: 230px;
    position: absolute;
    bottom: 0px;
    top: 0px;
    overflow: auto;
    left: 0px;
    padding: 13px;
    z-index: 3;
	background: linear-gradient( 
180deg
 ,#ffffff,#edf1f5);
	
	-webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 29%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 29%);
	
	
}

._main_{
	
    padding: 13px;
    position: absolute;
    background: #edf1f5;
    right: 0px;
    bottom: 0px;
    left: 230px;
    top: 60px;
    overflow: auto;
}


.box_menu{
float: left;
    /* height: 47px; */
    /* padding: 14px; */
    color: #118cfd;
    cursor: pointer;
    background: #ebf5ff;
    padding: 10px;
    border-radius: 50%;
    margin: 0 8px;
}
.box_menu:hover{
  
    background: #fff;
   
}


.box_icon{
	    font-size: 35px;
    padding: 5px;
}
.box_lbl{
	font-size: 16px;
}
.txt_logo{
       font-size: 50px;
    color: #1c5f67;
}


.bx_link{
    background: #4c4f51;
    position: absolute;
    margin-left: -9px;
    
    color: #ffffff;
    border: 1px solid #cfcfcf;
    margin-top: 332px;
    width: 239px;
    height: 39px;
    padding: 9px;
    border: 1px solid #000;
}


.bx{
    width: 239px;
    float: left;
    height: 380px;
    margin: 5px;
    border: 1px solid #c0c7cc;
    padding: 8px;
	cursor: pointer;
}

.bx:hover{
    border: 1px solid #06c;
}


.bx_separador{
	
    font-size: 12px;
    border-top: 1px solid #d3d3d3;
    padding-top: 10px;
    margin-top: 7px;	
	
}
.bx_sb{
border-bottom: 1px solid #c6cdd4;
    padding-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /* border-radius: 3px; */
    /* width: 272px; */
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
}

.bx_sb_icon{
    font-size:19px;
    padding: 5px;
    color: #666;
}
.bx_sb_title{
    font-size: 13px;
    color: #666;
}
.bx_sb_txt{
	font-size: 11px;
	color: #999;
}

.frame{
    /*background: #fff;*/
    padding: 15px;
    
    border-bottom: 1px solid #cccccc;
}

/*EEROR VALIDACION INPUTS*/
.error{
    background: #ffe2e2;
    border: 1px solid #ff6c6c;
}

.titulo1{
     font-size: 22px;
    padding: 10px;
  
}
.titulo2{
        FONT-SIZE: 25px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 10px;
}
.titulo3{
        FONT-SIZE: 30px;
   font-weight: bold;
	color:#a2a2a2;
}
.titulo4{
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
    margin-bottom: 0px;
}
.titulo5{
   padding: 10px 10px 20px 10px;
    font-size: 18px;
    margin-bottom: 20px;
}
.cabecera{
    /* height: 52px; */
    padding: 15px;
    font-size: 21px;
    color: #535353;
    margin-bottom: 10px;
    border-bottom: 1px solid #c5c5c5;
}

.subtitulo{
    padding: 0px 10px 10px 10px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 18px;
    margin-bottom: 15px;
}

.subtitulo table tr td{
    font-size: 18px;    
}

.vigente{
	    background: #7fffc3;
    padding: 3px;
    text-align: center;
    color: #257f55;
}
.vigenteNO{
	    background: #fa5050;
    padding: 3px;
    text-align: center;
    color: #ffdcdc;
}

/*LOGIN*/
.frmLogin{
     position: absolute;
    top: 20%;
    left: 50%;
    width: 400px;
    margin-left: -201px;
  
    padding: 20px;
	

}

.txt_login{
	font-size: 36px;
    color: #216d75;
}

/*......*/



.td_head_totales{
	border-left: 1px solid #c7c7c7;
    padding: 5px 5px 4px 5px;
    text-align: center;
    border-right: 1px solid #c7c7c7;

}
.td_body_totales{
    border-left: 1px solid #c7c7c7;
    padding: 5px 5px 4px 5px;
    text-align: center;
    border-right: 1px solid #c7c7c7;
    font-size: 19px;
    font-weight: bold;
	
}

/*STANDARD PARA TABLAS*/
.td_head{
    background: #dcedff;
    color: #377bc5;
    text-align: center;
    border: 1px solid #accdf3;
    font-size: 12px;
    font-weight: bold;
}
.td_head2{
background: #ececec;
    color: #808080;
    /* font-weight: bold; */
    padding: 4px;
    border: 1px solid #b7b7b7;
}
.td_head3{
    padding: 4px;
    background: #d2d9de;
    color: #646464;
    /* font-weight: bold; */
    text-align: center;
    /* -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.21); */
    /*-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.21);*/
    /* box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.21); */
    border: 1px solid #b7c2cb;
    font-size: 11px;
}
.td_body{
	padding: 4px;
    border: 1px solid #e2e2e2;
	background: #fff;
	font-size:12px;
}

/*=====================*/


/*MODULO DE FACTURACION*/
.navEmisor{
    background: #ffffff;
    padding: 5px;
    border-bottom: 5px solid #37bac8;
    position: absolute;
    right: 0px;
    left: 0px;
    height: 120px;
    top: 0px;
}
.navServicios{
    padding: 15px;
    background: #caeff3;
    /* height: 367px; */
    border-bottom: 5px solid #37bac8;
    overflow: auto;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 253px;
    top: 121px;
}
.navTotales{
    position: absolute;
    bottom: 0px;
    background: #e4e4e4;
    right: 0px;
    left: 0px;
    height: 252px;
    padding: 15px;
}
.box_nf{
    padding: 10px;
    float: left;
    background: #d4d4d4;
    margin: 5px;
    width: 253px;
    height: 160px;
    text-align: center;
}
.box_nf_icon{
	 font-size: 39px;
    padding: 10px;
    color: #9a9a9a;
}
.box_nf_title{
	    font-size: 20px;
}
.box_nf_campo{
	padding: 12px 0 0 0;
}



.btn_foto{
	background: rgb(0,0,0,0.3);
    padding: 9px;
    position: absolute;
    /* bottom: 0px; */
    margin-top: -40px;
    /* border: 1px solid #7a7a7a; */
    border-radius: 4px;
    margin-left: 61px;
    color: #fff;
    font-size: 11px;
	cursor: pointer;
}
.btn_foto:hover{
	background: rgb(0,0,0,0.5);
}


.btn_cancelProducto{
    background: #fff;
    /* border: 1px solid #ad6767; */
    color: #757575;
    cursor: pointer;
    padding: 1px;
    font-size: 12px;
}

.framebotones{
    padding: 6px;
    background: #627482;
    width: 400px;
    margin-top: 7px;
    text-align: center;
}
.pestana{
    background: #c5f9ff;
    width: 183px;
    position: absolute;
    right: 5px;
    padding: 4px;
    border-radius: 0px 0px 7px 7px;
    top: 0px;
    text-align: center;
    color: #41a2ad;
}
/**/

.btn_exito_active{
    /*background-color: #1389FD;
    color: #ffffff;
    border: 1px solid #1389FD;
	*/
	background: linear-gradient(
135deg
,#1589fd,#15c7fd);
    box-shadow: 0 2px 6px 0 rgb(0 136 210 / 20%);
    color: #fff;
	
}

.btn_exito_active:hover{
	
	background: linear-gradient(
135deg
,#1589fd,#15c7fd);
    box-shadow: 0 2px 6px 0 rgb(0 136 210 / 20%);
    color: #fff;
	
	
}
.btn_exito_active:focus{
	
    background-color: #1389FD;
    color: #ffffff;
    border: 1px solid #1389FD;
box-shadow: inset 0 0px 0 0 #1389FD;
	
}
.btn_exito_active:active{
	   background-color: #1389FD;
    color: #ffffff;
    border: 1px solid #1389FD;
box-shadow: inset 0 0px 0 0 #1389FD;
	
}
.btn_exito_active:active,
.btn_exito_active.active,
.open > .dropdown-toggle.btn_exito_active {
	
	  background-color: #1389FD;
    color: #ffffff;
    border: 1px solid #1389FD;
box-shadow: inset 0 0px 0 0 #1389FD;
   
}


.btn_exito_active2{
    background-color: #4c4c4c;
	color:#fff;
}

.btn_exito_active2:hover{
   background-color: #4c4c4c;
	color:#fff;
}
.btn_exito_active2:focus{
  background-color: #4c4c4c;
	color:#fff;
}
.btn_exito_active2:active{
	background-color: #4c4c4c;
	color:#fff;
}
.btn_exito_active2:active,
.btn_exito_active2.active,
.open > .dropdown-toggle.btn_exito_active2 {
  background-color: #4c4c4c;
	color:#fff;
}




/*BOTON PRIMARIO*/

.btn_exito{

    color: #1589fd;
    border: 1px solid #e2f1ff;
	background: linear-gradient(129deg,#ffffff,#e2f1ff);
	
}
.btn_exito:hover{
	 color: #1589fd;
    border: 1px solid #e2f1ff;
	background: linear-gradient(129deg,#ffffff,#e2f1ff);
}
.btn_exito:focus{
    color: #1589fd;
    border: 1px solid #e2f1ff;
	background: linear-gradient(129deg,#ffffff,#e2f1ff);
	
}
.btn_exito:active{
       color: #1589fd;
    background-color: #ececec;
}
.btn_exito:active,
.btn_exito.active,
.open > .dropdown-toggle.btn_exito {
      color: #1589fd;
    background-color: #ececec;
}

/*=================================*/
/*ESTILO CKECKBOX CREADO POR DAVID*/
.label-checkbox-s{
  font-family: Arial, sans-serif;
  position: relative;
  line-height: 135%;
  cursor: pointer;
  /*margin: 0 1.1rem 0 0.5rem;*/
	margin:0px 8px 3px 0px;
}
.checkbox-s {
  position: relative;
  top: -0.375rem;
  cursor: pointer;
}
.checkbox-s:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 2rem;
  height: 2rem;
  border: 2px solid #bbb;
}
.checkbox-s:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 1rem;
  border-color: #333;
  border-top-style: none;
  border-right-style: none;
}
.checkbox-s:after {
  content: "";
  position: absolute;
  
  left: 0;
  width: 2.1rem;
  height: 2.1rem;
  background: #e1e1e1;
  cursor: pointer;
}
.checkbox-s:checked:after {
  position: absolute;
  left: 0;
  border: 2px solid #bbb;
}

/*=============DISEÑO DE DATATABLES========18=07=19======*/

.tr_header{
    background: #e7edf3;
    color: #4b5d6f;
    text-align: center;
    /* border: 1px solid #06c; */
    font-size: 11px;
    font-weight: bold;

}
.tr_body{
	padding: 3px;
    border: 1px solid #e2e2e2;
	background: #fff;
	font-size:11px;
	text-align:center;
}
.tr_body:hover{
background: #f1f1f1;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover{
    background: #def;
}