﻿/*Unico elemento con posicion estatica
    el resto sera relative
*/
.generico-container {
    padding: 2%;
    width: 100%;
    box-sizing: border-box;
}




/*Titulo general del formulario*/
.titulo-generico {
    font-family: 'Poppins';
    font-size: 30px;
    color: #222D32;
    color: rgb(34, 45, 50);
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
}

/*linea azul para inicio de cada subseccion*/
.linea-azul-generico {
    border-style: Solid;
    border-color: #1EA0CA;
    border-color: rgba(30, 160, 202, 1);
    border-width: 2px;
    position: relative;
    width: auto;
    height: 0px;
    padding-left: 0px;
    margin-top: 30px;
    box-sizing: border-box;
}

.text-td{
    font-size:15px;
}
.titulo-tabla-generico {
    font-family: 'Poppins';
    font-size: 22px;
    /*color: #757C7F;*/
    /*color: rgb(117, 124, 127);*/
    color: rgb(101, 98, 98);
    font-weight: 500;
    padding: 4px 8px;
    box-sizing: border-box;
}
.panel-title-generic {
    font-family: 'Poppins';
    font-size: 22px;
    /*color: #757C7F;*/
    /*color: rgb(117, 124, 127);*/
    color: rgb(101, 98, 98);
    font-weight: 500;
}

.linea-blanca-generico {
    border-style: Solid;
    border-color: #FFFFFF;
    border-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    position: relative;
    width: auto;
    height: 0px;
    margin-bottom: 30px;
}

.fondo-tabla-generico {
    padding: 0.1%;
    background: rgba(247, 247, 247, 1);
    width: auto;
    height: auto;
    margin-bottom: 10px;
    box-sizing: content-box;
}


.fondo-tabla-generico-nobgd {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: 5px;
    margin-left: 5px;
    position: relative;
    background: rgba(0,0,0,0);
    height: auto;
    box-sizing: border-box;
}




.linea-negra-generico {
    border-style: Solid;
    border-color: #757C7F;
    border-width: 1px;
    width: auto;
    height: 0px;
    margin-bottom: 0px;
    margin-right: 5px;
    margin-left: 5px;
}

.btn-generico {
    font: 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    /*background: #1EA0CA;*/
    background: rgba(7, 33, 70,1);
    border-style: Solid;
    /*border-color: #0078C3;*/
    border-color: rgba(0, 120, 195, 1);
    border-width: 1px;
    position: relative;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    min-height: 34px;
    outline: 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-sizing: border-box;
}

    .btn-generico:hover {
        background: rgba(0,0,0,0);
        color: #1EA0CA;
        box-shadow: inset 0 0 0 1px #1EA0CA;
    }


.btn-volver-generico {
    font: 12px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #485155;
    background: rgba(72, 81, 85, 1);
    border-style: Solid;
    border-color: #3F3F3F;
    border-color: rgba(63, 63, 63, 1);
    border-width: 1px;
    position: relative;
    width: auto;
    height: auto;
    min-height: 34px;
    outline: 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

    .btn-volver-generico:hover {
        background: rgba(0,0,0,0);
        color: #485155;
        box-shadow: inset 0 0 0 1px #485155;
    }



.generico-label {
    font-family: Poppins;
    font-weight: normal;
    font-size: 18px;
    font-weight: 500;
    color: #757C7F;
    color: rgb(117, 124, 127);
    margin-bottom: 0;
    vertical-align: middle;

}

.generico-input-generic {
    font: 13px Arial, Helvetica, sans-serif;
    color: #757c7f;
    padding:2px 4px;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    width: 100%;
    min-width:15px;
    height: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.generico-checkbox-generic {
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    padding: 2px 4px;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    /*zoom: 1.2;*/
    margin: 0 0 !important;
    width: 20px;
    min-width: 15px;
    height: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}

.generico-input-generic-doub-col {
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    outline: 0px;
    line-height: 20px;
    padding: 0 2px;
    width: 100%;
    max-width: 720px;
    border-radius: 5px;

}

.generico-input-droplist {

    font: 13px Arial, Helvetica, sans-serif;
    color: #757c7f;
    width: 100%;
    height: 20px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.opc-ciudad select {
    font: 12px Arial, Helvetica, sans-serif;
    color: #757c7f;
    background-color: #e6e6e6;
    border: #cdcdcd 1px solid;
    outline: 0px;
}



.titulo-tabla-tabla {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #757C7F;
    color: rgb(117, 124, 127);
}


.sticky-layout {
    position: -webkit-sticky;
    position: sticky;
}

.generico-col-sm-2, .generico-col-sm-16 {
    position: relative;
    min-height: 1px;
}

@media (min-width: 992px) {
    .generico-col-sm-2, .generico-col-sm-16 {
        float: left;
    }

    .generico-col-sm-2 {
        width: 5%;
    }

    .generico-col-sm-16 {
        width: 90%;
    }
}

.generico-col-sm-1, .generico-col-sm-18 {
    position: relative;
    min-height: 1px;
}

@media (min-width: 992px) {
    .generico-col-sm-1, .generico-col-sm-18 {
        float: left;
    }

    .generico-col-sm-1 {
        width: 2.5%;
    }

    .generico-col-sm-18 {
        width: 95%;
    }
}

.generico-font-table {
    padding-top: 2%;
    padding-bottom: 2%;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
}

.generico-font-table-sm {
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 8%;
    font-family: Poppins;
    font-weight: 500;
    font-size: 11px;
    box-sizing: border-box;
}

.input-group-addon-generic {
    top: 0;
    padding: 0px 3px;
    margin-left: 2px;
    box-sizing: border-box;
}
.img-adom {
    max-height: 30px;
    max-width: 30px;
}

.linea-azul-auto-generico {
    border-style: Solid;
    border-color: #1EA0CA;
    border-color: rgba(30, 160, 202, 1);
    border-width: 2px;
    width: auto;
    height: 0px;
    padding-left: 0px;
    box-sizing: border-box;
}

.btn-generico-file {
    font: 14px Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    background: #1EA0CA;
    background: rgba(30, 160, 202, 1);
    border-style: Solid;
    border-color: #0078C3;
    border-color: rgba(0, 120, 195, 1);
    border-width: 1px;
    position: relative;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    outline: 0px;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    box-sizing: border-box;
}

    .btn-generico-file:hover {
        background: rgba(0,0,0,0);
        color: #1EA0CA;
        box-shadow: inset 0 0 0 1px #1EA0CA;
    }

.btn-consultarclientes-generico {
    width: auto;
    height: auto;
    border: none;
    background-repeat: no-repeat;
    background-color: rgba(247, 247, 247, 1);
    max-height: 25px;
    max-width: 25px;
    box-sizing: border-box;
}


/*Botones Links*/
.btn-a-generico {
    display: inline-block;
}

    .btn-a-generico span {
        /*position: absolute;*/
    }


.btn-detalle-generico {
    background-image: url(../Images/btn-detalle.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}

    .btn-detalle-generico:hover {
        text-decoration: none;
    }

    .btn-detalle-generico span {
        display: none;
    }

    .btn-detalle-generico:hover span { /* Estilos de la descripción */
        display: block;
        /*position: absolute;*/
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #fccc00;
        background: #ffd91d;
        color: #FFFFFF;
        text-align: center;
    }

.btn-modificar-generico {
    background-image: url(../Images/btn-modificar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}


    .btn-modificar-generico:hover {
        text-decoration: none;
    }

    .btn-modificar-generico span {
        display: none
    }

    .btn-modificar-generico:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #0f9e00;
        background: #24b718;
        color: #FFFFFF;
        text-align: center;
    }

.btn-eliminar-generico {
    background-image: url(../Images/btn-eliminar.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-style: none;
    border: none;
    outline: 0px;
    width: 25px;
    height: 20px;
    margin: 0 auto;
}

    .btn-eliminar-generico:hover {
        text-decoration: none;
    }

    .btn-eliminar-generico span {
        display: none
    }

    .btn-eliminar-generico:hover span { /* Estilos de la descripción */
        display: block;
        margin-top: -30px;
        top: auto;
        left: auto;
        width: 6em;
        border: 1px solid #cc0202;
        background: #ea2121;
        color: #FFFFFF;
        text-align: center;
    }


.barcode {
    white-space: pre; /* or pre-wrap if you want wrapping to still work. */
}


.table {
    max-width: 85%;
}

    .table td {
        height: 20ex;

    }

    .table th {
        height: 5ex;
    }

.generico-validation-message {
    font-family: Poppins;
    font-weight: normal;
    font-size: 12px;
    font-weight: 400;
    color: red;
    margin-left: 10px;
    display: inline-block;
}
