.login .fondo{
    background-image: url(https://www.flm-ingenieria.com/wp-content/uploads/2021/10/FC730343-1-scaled.jpg);
}


.remember .fondo{
    background-image: url(https://www.flm-ingenieria.com/wp-content/uploads/2021/10/FC730343-1-scaled.jpg);
}

.index .un-header{

    justify-content: space-between;
    background-color: #25476a;
}

.texto-blanco{
    color:white;
}

.avatar-header{
    padding-top: 0rem!important;
    padding-bottom: 0rem!important;
}

.btn-yellow{
    color: #fff;
    background-color: #e9c236;
    border-color: #e9c236;
    box-shadow: 0 0 0 #e9c236, 0 0 0 rgb(55 60 67 / 25%);
}

.btn-yellow:hover{
    color: #fff;
    background-color: #dbb632;
    border-color: #c7a52d;
    box-shadow: 0 0.1rem 0.5rem rgb(197, 165, 61), 0 0.25rem 1rem rgb(55 60 67 / 20%);
}

.btn-cnav{
    color: #fff;
    background-color: #611ed3;
    border-color: #611ed3;
    box-shadow: 0 0 0 #611ed3, 0 0 0 rgb(55 60 67 / 25%);
}

.btn-cnav:hover{
    color: #fff;
    background-color: #3f138a;
    border-color: #3f138a;
    box-shadow: 0 0.1rem 0.5rem #3f138a, 0 0.25rem 1rem rgb(55 60 67 / 20%);
}

.fs-5 {
    font-size: 1.3rem!important;
}

.fs-5-cn {
    font-size: 1.1rem!important;
}

.tachar {
    text-decoration: line-through;
}

.fa {
    font-size: initial;

}

.fa-cloud-upload {
    font-size: xxx-large;

}
.img-lg {
    height: 7rem;
}

.img_barcos {
    max-width: 200px;
    max-height: 200px;
}
.eliminar-foto{
    margin-top: 30px;
}

.hidden{
    display: none;
}

.windycosa{
    padding: 10px;
}
/* color de fondo azul #25476a */

.eurosimbolo{
    margin-top: 50px;
    font-size: 16px;
}

.page-first{
    margin-right: 10px;
}

.page-pre{
    margin-right: 10px;
}

.page-number{
    margin-right: 10px;
}

.page-number.active{
    margin-right: 10px;
    color:#25476a;
}

.page-next{
    margin-right: 10px;
}

.descarga-en-lista{
    font-size: 30px;
    height: auto;
    width: auto;
}

#invoice .selectize-input{
    border: 0px;
    padding: 0px;
    min-height: 22px;
}

#invoice .selectize-input::after{
    display:none !important;
}

#invoice .concepto{
    width: 55%;
}

#invoice .cantidad{
    width: 10%;
}

#invoice .precio{
    width: 10%;
}

#invoice .total{
    width: 10%;
}

#invoice .iva{
    width: 10%;
}

#invoice .eliminar{
    width: 5%;
}

#invoice .form-control{
    background: none;
    border: 0px;
    padding: 0px;
}

#invoice .selectize-dropdown.form-control{
    background: #fff;
}

#invoice .otro-id{
    margin-right: 10px;
}