body {
    /* background-image: linear-gradient(0deg, #fff, #f3f3f3); */
    background-image: url('/storage/empresa/logo/fondo_intranet2.webp') !important;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/* .wrapper {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
} */

header {
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 25px;
}

header img {
    width: 120px;
    height: auto;
    border-radius: 20%;
    object-fit: contain;
}
header span {
    font-size: 2.5rem;
    font-weight: bold;
}

.login-page {
    width: 100%;
    height: 100%;
    position: fixed;
}

.login-fondo {
    z-index: -1;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
}

.login-box .card {
    background-color: rgb(255, 255, 255, 0.9);
}

.login-card-body,
.register-card-body {
    background: none;
    border-top: 0;
    color: #000;
    padding: 20px;
    padding-top: 0;
}

.brand-link {
    padding: 0.2rem 0.8rem !important;
    height: 57px;
    overflow: hidden;
}

.brand-link img {
    max-width: 100%;
    max-height: 100%;
}

label.requerido:after {
    content: " *";
    color: #e73d4a;
}
.btn-accion-tabla {
    cursor: pointer;
    border: none;
    background: 0;
    padding: 0 0 0 5px;
    font-size: 14px !important;
    line-height: 1.5;
}
/*.d-inline{
    display: inline;
}*/

.table-bordered td,
.table-bordered th {
    border: 1px solid #f4f4f4 !important;
}

.table td,
.table th {
    padding: 0.4rem;
}

.width70 {
    width: 70px !important;
    min-width: 70px !important;
}

.width120 {
    width: 120px !important;
    min-width: 120px !important;
}

.form-horizontal .control-label {
    text-align: right;
}

/*Quitar verde a los campos validos*/
.form-control.is-valid:focus,
.was-validated :valid.form-control,
form.was-validated
    select:valid
    ~ .select2-container--bootstrap4
    .select2-selection,
select.is-valid
    ~ .select2-container--bootstrap4
    .select2-selection
    .custom-file-input.is-valid
    ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border: 1px solid #ced4da !important;
    background-image: inherit !important;
    box-shadow: inherit !important;
}

.pl-20 {
    padding-left: 20px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}

.sidebar-dark-primary .menu-open .nav-treeview .menu-open > .nav-link.active {
    background-color: #ff0000 !important;
    color: #fff;
}

.nav-treeview {
    background: RGB(255, 255, 255, 0.1) !important;
}

.nav-treeview .nav-treeview {
    /*margin-left: 20px;*/
    background: none !important;
}

.fc-day-grid-event .fc-content {
    white-space: initial;
    overflow: hidden;
}

.fc-title {
    font-size: 12px;
}

.col-lg-0 {
    display: none;
}

#form-detalle .col-lg-12 {
    padding: 0 !important;
}

.select2-container {
    background-color: #fff;
}

.tabla-detalles .form-control {
    padding: 0.3rem;
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 200px;
}

.acceso-privado {
    padding: 17px 20px;
    margin: 0px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: default;
}

.check-completado {
    height: 30px;
}

.check-seleccionar {
    height: 20px;
}

.strike {
    text-decoration: line-through;
    color: #999;
}

.calcular_iva {
    padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}

.calcular_iva i {
    color: #bbb;
    font-size: 12px;
}

.control-label {
    word-wrap: initial;
}

.input-group-prepend {
    height: calc(2.25rem + 2px);
}

@media (width < 1200px) {
    header {
        flex-direction: column;
        gap: 20px;
    }
}

@media (width < 790px) {
    header span {
        font-size: 2rem;
    }
}
