/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 03-abr-2024, 7:10:31
    Author     : USUARIO
*/
.oculto{
    display: none;
}
.display-block{
    display: block;
}

.dropdown-content{
    top: 65px !important;
}
.dropdown-content li > a{
    color: #fff;
}


#section-header{
    padding-top: 8px;
    margin-bottom: -16px;
}

nav{
    box-shadow: none;
}
legend{
    width: 100%;
    font-size: 20px;
    border-bottom: 3px solid #efefef;
    color: #595959;
}
.select2-container .select2-selection--single{
    height: 46px;
    padding-top: 8px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 9px;
}

#divLoader{
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999999999999;
    display: none;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    align-content: center;
}
.mensaje-success, .mensaje-danger{
    padding: 12px;
    color: #fff;
}
.panel{
    margin-left: 12px;
    margin-right: 12px;
    border: 2px solid #e2e2e2;

}
.panel .panel-head{
    padding: 12px;
    color: #fff;
    background-color: #424242;
    text-transform: uppercase;
}
.panel .panel-body{
    padding: 16px 0px;
}

.btn-table{
    font-size: 10px;
    padding: 0px 8px;
    line-height: 28px;
    height: 28px;
}

strong {
    font-weight: bold;
}

.div-login{
    height: 100vh;
    display: grid;
    align-content: center;
}


.titulo-404{
    font-size: 30px;
    margin: 0px;
}
.texto-404{
    font-size: 70px;
    margin: 0px;
}
.cantidad-linea{
    border: 1px solid #d7d7d7 !important;
    background-color: #fff !important;
    padding: 0px 8px !important;
    width: 50% !important;
}

.div-alert-reorden{
    background-color: #d50000;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    width: 25%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
}
.close-alert-reorden{
    position: absolute;
    right: 13px;
    font-size: 14px;
    color: 0px;
    background-color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}

.text-white{
    color: #fff;
}
