body{
    font-family: "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.428;
}


a{text-decoration: none}

.color-naranja{color:darkorange}

.cuadrante-seleccionado{background: #4a85ff;color: white; font-weight: bold;}
.cuadrante-no-seleccionado{background-color: #eee;color: #000;}

.poligono-seleccionado{background: #4a85ff !important;color: white !important; font-weight: bold;}
.poligono-no-seleccionado{background-color: #f5f5f5 !important;color: #4d82ff !important;}

.vaso-seleccionado{background: #4a85ff !important;color: white !important; font-weight: bold;border-radius: 5px !important; padding: 3px !important;}
.vaso-no-seleccionado{background-color: #f5f5f5 !important;color: #000 !important;border-radius: 5px !important; padding: 3px !important;}

.altura-seleccionada{background: #4a85ff !important;color: white !important; font-weight: bold;}
.altura-no-seleccionada{background-color: #acacac !important;color: #ffffff !important;}

.con-cursor{cursor:pointer}

.leyenda-vaso-vacio{background-color: #2ec12e;color:#FFF}
.leyenda-vaso-poco{background-color: #ff9815;color:#FFF}
.leyenda-vaso-medio{background-color: #e815ff;color:#FFF}
.leyenda-vaso-mucho{background-color: #ff4444;color:#FFF}


.tabla-no-padding td {padding:0 !important;}
.tabla-padding-1 td {padding:1px !important;}
.tabla-padding-2 td {padding:2px !important;}
.filtro-seleccionado {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(43,138,255,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(43,138,255,1);
    box-shadow: 0px 0px 6px 1px rgba(43,138,255,1);
}

.fondo-gris{background-color: #eef}
.fondo-celda-dosis{background-color: #fdf6dc !important;}
.fondo-celda-ubicacion{background-color: #eaf1ff !important;}
.fondo-celda-ultima-ubicacion{background-color: #ebffea !important;}

.fondo-venta{background-color: #def9dc !important;}
.fondo-regularizacion{background-color: #dae6ff !important;}
.fondo-separacion-muestras{background-color: #dae6ff !important;}

.fs-08rem{font-size: 0.8rem !important}
.fs-09rem{font-size: 0.9rem !important}
.fs-1-1rem{font-size: 2.1rem !important}

.sortable-handle {
    cursor: move;
    cursor: -webkit-grabbing;
}

.dropdown-menu{width: 220px !important;}

.w-5{width: 5% !important;}
.w-6{width: 6% !important;}
.w-10{width: 10% !important;}
.w-15{width: 15% !important;}
.w-20{width: 20% !important;}
.w-30{width: 30% !important;}
.w-35{width: 35% !important;}
.w-40{width: 40% !important;}
.w-60{width: 60% !important;}
.w-70{width: 70% !important;}
