body {
    background-image: url(../img/bg.jpg);
}

.flt-search #div_id_Nombre,
.flt-search #div_id_Codigo_de_barras,
.flt-search #div_id_Factura_asociada{
    float: left;
    width: 200px;
    margin-right: 20px;
}
.alertas{
    font-family: helvetica;
    font-weight: bold;
    font-size: 20px;
    color: #a40300;
    text-align: left;
}
.title{
    font-family: helvetica;
    font-weight: bold;
    font-size: 25px;
    color: #5aa484;
    text-align: left;
}
.subtitle{
    font-family: helvetica;
    font-weight: bold;
    font-size: 15px;
    color: #5aa484;
    text-align: left;
}
.plain_title{
    font-family: helvetica;
    font-size: 15px;
    font-weight: bold;
    color: #d60002;
    text-align: left;
}
.plain_text{
    font-family: helvetica;
    font-size: 15px;
    color: #000000;
    text-align: left;
}
.success{
    list-style: none;
    background-color: #19a460;
    color: white;
    box-shadow: 12px 12px 12px #9be600;
    text-align: center;
}

#settings{
    background-color: #212529;
    color: white;
    text-align: center;
    display: inline;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 5px;
    position: fixed;
    bottom: 0px;
    left: -135px;
    z-index: 3000;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}



#settings:hover{
    left: 0px;
    -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
                transition: all 0.5s ease;
}


table{
    width: 100%;
    margin: auto;
    text-align: center;
    /*box-shadow: 12px 12px 20px 6px #2e6da4;*/
    font-size: 15px;
}

/*Color, align and shadow the table*/s

/*Make alternating colors for the table rows*/
table tr:nth-child(odd){
    background: #a4fccd
}

table tr:nth-child(even){
    background: #85c7a3

}