:root {
    --color2: #2471A3;
    --color_login: #15aaf5;
}

.acceso {
    color: var(--color2);
}

.badge.link-relacion {
    font-size: 100%;
    font-weight: 400;
    padding: 0.15em 0.4em;
}

.required_fields {
    color: #e74a3b;
}

.alert-error {
    color: #78261f;
    background-color: #fadbd8;
    border-color: #f8ccc8;
}

.errorlist {
    color: #e74a3b;
    list-style-type: square;
    margin-left: -20px;
}

.errorlist.nonfield {
    font-weight: bold;
    font-size: 110%;
    list-style-type: none;
    margin-left: -40px;
}

.help-block {
    color: #7FB3D5;
    font-size: 90%;
}

.div-oculto {
    border-style: dashed;
}

.breadcrumb {
    padding: 0.25rem .1rem;
    background-color: transparent;
    margin-bottom:0.5rem;
    border: 1px solid #F1F0F0;

}

.hidden-800 {
    display:contents;
}

@media only screen and (max-width: 800px) {
    .topbar .navbar-search {
        width: 14rem;
    }

    .hidden-800 {
        display: none;
    }

    .loading-text {
        font-size:15px !important;  /* mensaje Cargando del table */
    }

}

/* Factura venta/compra  */
.total-importe, .label-importe {
    display: block;
    text-align: right;
}
#id_contenedorLineas {
    padding: 15px 15px 0 15px;
    border: 2px solid #d1d3e2;
    border-radius: 0.35rem;
}
.btn-del, .btn-insert {
    margin-top: 32px;
}
.pie-factura {
    margin-top: 20px;
}

.nav-link {
  padding: 0.41rem 1rem;
}

.btn-espacio {
    margin-left: 18px;
}

.bootstrap-table .fixed-table-container .table input[type=checkbox] {
    transform: scale(1.5) !important;
}