/* General config */
body {
    margin: 0 !important;
    font-family: "Montserrat" !important;
}

.field_active{
        
}

.field_innactive{
    display: none !important;
}

/* BG */
@media (width >= 1448px) {
    .img_bg_size{
        background-size:100vw;
    }
}
@media (width < 1448px) {
    .img_bg_size{
        background-size:auto;
    }
}

.container_bg_storage_div{
    background-image: url('/static/media/insumos/images/bg.png') !important;        
    background-repeat: no-repeat;
}

/* Divs */
.header_div{
    width: 80%;
    margin: auto !important;
    font-weight: 700 !important;
}

.main_frame_div{
    margin: auto;
    min-width: 300px !important;
}


.page_title_div{
    max-width: 1200px !important;
    margin: auto;
    text-align: left;    
    padding-top: clamp(0px, 5vw, 75px);  
    padding-bottom: clamp(0px, 3vw, 40px);  
}

.page_title_divider_div{
    padding: 3px 0;
    margin-top: clamp(0px, 2vw, 40px);
    margin-bottom: clamp(0px, 2vw, 40px);
}

/* DIVISORS DIV */

@media (width >= 768px) {
    .divisor_div{
        border-style: solid;
        border-width: 0px 3px;
        border-color: #A39171;
    }
    
}

@media (width < 768px) {
    .divisor_div{
        border-style: none;       
    }
    
}

.line_chart_div {
    width: 100%;
    height: 350px;
}

.stack_chart_div{
    width: 100%;
    height: 400px;
}

/* TABS */

.active_div{
    border-style: solid;
    border-width: 0px 0px 8px 0px;
    font-weight: 800;
    font-size: 1.3rem;
}

.inactive_div{
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    font-weight: 500;
    font-size: 1.3rem;
}


/* SPANS */

.page_title_span{
    font-weight: 900;
    font-size: 3.2rem;

}

.page_subtitle_span{
    font-weight: 700;
    font-size: 2rem;
    
}

.section_title_span{
    font-weight: 700;
    font-size: 2rem;
    
}

.section_subtitle_span{
    font-weight: 600;
    font-size: 1.6rem;
    
}

.general_label{    
    font-weight: 400;
    font-size: 1.2rem;
    
}

.graph_span{
    font-weight: 600;
    font-size: 1.2rem;
}

.bold{    
    font-weight: 700;
}

.sub_label{    
    font-weight: 400;
    font-size: 0.8rem;
}

.table_title{
    font-weight: 400;
    font-size: 1.9rem;
    padding-left: 30px;    
}

.dot{
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.dot_entregadas{
    background-color: #858585;
}
.dot_solicitadas{
    background-color: #A39171;   
}

.graph_title_span{
    font-weight: 700;
    font-size: 2rem;
}
.sp_graph_title_gray{
    color: #9a9a9a;
}

.sp_graph_title_gold{
    color:#A39171    
}

.sp_graph_title_green{
    color: #1E5B4F;    
}

/* BUTTONS */

.buttons_width{
    width: 110px;
    margin-left:  5px !important;
    margin-right:  5px !important;

}

.download_button{
    margin-left:  15px !important;
    margin-right:  15px !important;
}

/* inputs */

.filter_inputs{    
    width: 100%;   
    height: 30px;
    font-size: 13px;
}

.filter_label{
    width: 90%;
    font-weight: 600;
    font-size: 1.2rem;
}

/* PROGRESS BAR */

.progress_bar{
    border-radius: 25px !important;
    --bs-progress-bar-bg:  #A39171 !important;
    --bs-progress-height: 1.8rem !important;
    --bs-progress-font-size: 0.9rem !important;
    font-weight: 600;    
}

.ad{
    height: fit-content;
}

/* switch */

.switch_graph:checked{
    background-color: #A39171!important;
    border-color: #A39171!important;
}
.switch_graph{
    background-color: #1E5B4F!important;
    border-color: #1E5B4F!important;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")!important;
    margin-left: 0px !important;
    font-size: 1.4rem;
}

/*FORMATTERS*/

.span_table_formatter{    
    border-radius: 10px;
    border: none;
    padding: 0px 10px;    
}

.formatter_green{
    background-color: #D9EAD3;
    color: #1E5B4F;
}
.formatter_yellow{
    background-color: #F8EBC8;
    color: #C99D1A;
}
.formatter_orange{
    background-color: #F6C9B1;
    color: #E65F15;
}
.formatter_red{
    background-color: #E6C2C2;
    color: #B62828;
}
.formatter_cherry{
    background-color: #6E152E;
    color: #FFFFFF;
}


.clave_table_span{
    font-size: 0.9rem;
    display: block;
    border: 2px solid #a3966c;
    color: #a3966c;
    font-weight: 600;
    border-radius: 1rem;
    padding-left: 10px;
    padding-right: 10px;    
}
.clave_table_span:hover{
    cursor: help;
}

#selectable .ui-widget-content {
    border: none!important;
}
#selectable .ui-selecting { 
    background: #5D5D5D; 
}
#selectable .ui-selected { 
    background: #5D5D5D; 
    color: white; 
}

#selectable {
    list-style-type: none;
    margin: 0; 
    padding: 0;
}
#selectable li {
    margin:5px 0px; 
    padding: 0px 5px; 
    font-size: 13px !important;    
    font-weight: 400;
    padding-block-start: 0px;
    padding-block-end: 1px;
    min-block-size: 1.2em;
    padding-inline: 2px;
    white-space: nowrap;
}

#selectable li:hover {
    background-color:#0a58ca;
    color: white;
}

.dropdown-toggle::after {
    content: none!important;
}

.span_multiselect{
    background-color: #5D5D5D;
    color: white;
    font-size: 0.7rem!important;
    border-radius: 3px;
    padding: 0px 5px;
}

.div_multiselect{
    overflow: hidden;
}

.information_spn{
    font-size: 1.2rem;
    color: #7F7F7F;
    font-weight:500 ;
}

/*
.test{
color:#5A0C21; 
    color:#8B1232; 
    color:#B51741;
    color:#826435;
    color:#948161; 
    color:#A39171; 
    color:#C4A26E; 
    color:#707070;  
    color:#858585;  
    color:#A3A3A3;  
    color:#450C23;  
    color:#611232;  
    color:#9B1C4F)  
}
*/