:root{
--color-loss:#cb6442;
--color-profit: #577e55 ;
--color-maximo: #c6d7af;
--color-promedio:#e9ad3f;
--color-mediana: #619cc0;
--color-total:#585f66;
--color-fondo:#384450;
--color-verde:#96bdaa;
--color-gris-o:#505050;
--color-marron: #b56f3d;
--color-celeste:#c4d8ff;
--color-esmeralda:#9edde5;
--color-gris:#7e7e7e;
--color-bg-titulo:#404040;
--color-crema:#c7c4c1;
--color-azul:#0d6efd;
--color-barchart-font:#ffffff;
}



 .stretch-card>.card {
    width: 100%;
    min-width: 100%
}



.card {
    border-radius: 5px;
 
    border: none;
    margin-bottom: 30px;
    
}


.card .card-header {
    background-color: transparent;
    : none;
    padding: 25px 20px;
}

.card .card-header+.card-block, .card .card-header+.card-block-big {
    padding-top: 0;
    }

.card-block {
    padding: 0.5rem;
    background-color: transparent;
 
}

.m-b-20 {
    margin-bottom: 20px;
}



.info-style {
 
    color: black;
    border-radius:10px;
    padding:10px;
}
    
  
body {
 overflow-y: scroll; /* Show scrollbars */

}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #212529;
}

::-webkit-scrollbar-thumb {
  background: #9a9a99;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.link {
    display: inline-block;
    height: 25px;
    border: 1px solid #918c8c;
    background-color: #404040;
    color: #918c8c;
    text-decoration: none;
    padding:0px;
    padding-left:12px;
    padding-right:12px;
    font-size:16px;
    font-weight: bold;
  }
  
  .link:hover {
    
    color: white;
  }

.table_st td, .table_st th {
padding: 10px;
}

.table_st  {

margin-bottom: 0; 

    font-family: inherit;

    font-weight: normal;
    border-radius: 5px;
    border: hidden;
    background-color: transparent;
    color: white;
  
    width: 100%;
        text-align: center;
}
.table_st.print tr {
 border: 1px solid black;
}     

.table_st td {
font-size: 0.8em;
    padding: 7px;
    font-weight: normal;

} 


.table_st.view_table tr:nth-child(even)
{
    background-color:#222f46;
   
}

.table_st.view_table tr:nth-child(odd)
{
    background-color:#364560;
    border: 2px solid black;
}


.table_op th {
    padding: 10px;
    text-align-last: center;
    }

.table_op td {

    text-align-last: center;
    }

.table_op td:first-child {
    text-align: center;
}


    
    .table_op  {
    
    margin-bottom: 0; 
    
        font-family: inherit;
        font-weight: normal;
        border-radius: 5px;
        border: hidden;
        background-color: transparent;
        color: white;
      
        width: 100%;
            text-align: center;
    }
    .table_op.print tr {
     border: 1px solid black;
    }     
    
    .table_op td {
    font-size: 13px;
        padding: 7px;
        font-weight: normal;
    
    } 

    .table_op thead {
        font-size: 13px;
            font-weight: normal;
        
        } 

/* .table_op.view_table tbody tr
{
    background-color:#384450;
    border: 3px solid #93e91e30;
}  
 */
.table_op.view_table tbody tr:nth-child(even)
{
    background-color:#384450;
    border: 2px solid #212529;
}   



.table_op.view_table tbody tr:nth-child(odd)
{
    background-color:#21303a;
    border: 2px solid #212529;
}  
.table_op.view_table tbody tr:last-child {
    background-color: #1c1c1c;
  }
  
.table_op.view_table tbody tr.odd td.primary{
    background-color: #182a36;
    border: 2px solid #212529;
} 
.table_op.view_table tbody tr.even td.primary {
    background-color: #253d54;
    border: 2px solid #212529;
} 


.table_op.view_table tbody tr.odd td.secondary,.table_op.view_table tbody tr.odd td.tertiary{
    background-color: #1d3342;
    border: 2px solid #212529;
} 
.table_op.view_table tbody tr.even td.secondary,.table_op.view_table tbody tr.even td.tertiary{
    background-color: #2a4660;
    border: 2px solid #212529;
} 


.table_op.view_table tbody tr:hover td{
    background-color: #0a1318 !important;
}

.table_op.view_table thead th:hover{
  background-color: #182a36;
}


.table_op.view_table thead
{
    background-color:var(--color-bg-titulo);
   
} 



/*      _______________           */

.table td, .table th {
padding: 10px;
}

.table {

margin-bottom: 0; 

    font-family: inherit;

    font-weight: normal;
    border-radius: 5px;
    border: hidden;
    background-color: transparent;
    color: white;
  
    width: 100%;
        text-align: center;
        vertical-align: middle;
}
    

.table th {
font-size: 0.8em;
    padding: 10px;
    font-weight: normal;
} 

.table tr:nth-child(2)
{
    background-color:var(--color-loss);
}

.table tr:nth-child(1)
{
    background-color:var(--color-profit);
}

.table tr:nth-child(3)
{ font-size: 1em;
    background-color:var(--color-total);
}

.table thead th
{  
/*      : 2px solid var(--color-verde); */
    background-color: var(--color-fondo);
   
}

.table thead tr{
color:white;}
    


/*FUENTES*/

.font-style {
font-family: Montserrat, Arial;

}

.key-style{
width: 110px; 
text-align: left; 
}

.btn-style{
width: 110px; 
text-align: center; 
vertical-align: bottom;
}

.drop-style {
    min-width: 175px;
    max-width: 175px;
    text-align: left;
    padding-left: 8px;
    color: white;
    background-color: var(--color-azul);
    
    border: 0px solid var(--color-azul);
}

.drop-style:not(focus) ,.drop-style:focus ,.drop-style:active ,.drop-style:visited  ,.drop-style:link, ,.drop-style:hover{
    
    border: 1px solid var(--color-azul);
}

.input-style {
    min-width: 275px;
    max-width: 275px;
    text-align: left;
    padding-left: 8px;
    color: white;
    background-color: #0075ff;
    border-color: #5b7397;
}

.input-style:active,.input-style:focus {
    color: white;
    background-color:  #0075ff;

}


.date_style{
 min-width: 150px;
  
 }
input.date-style{
    min-width: 125px;
    max-width: 155px;
    text-align: center;
    background-color: var(--color-azul);
    border: 1px solid var(--color-azul);
    color: white;
   
}




input.date-style:focus{
 border: 1px solid var(--color-azul);
    background-color: var(--color-azul);
   color: white;
   
   
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}


div#title {
    text-align: center;
}

span#activo.print  {
  color:black;
}


span#activo.view  {
color: #8d8d8d;
}




span#activo.view2 {
color: #d1d1d1;
}

span#activo.view3 {
color: white;
}


table.print {
    background-color:  white;
    color:black;
}




.card-body#g_barras {
    padding: 0px; 
    margin-bottom: 18px;
}

.card {
    --bs-card-spacer-y: 20px;

}


/*SLIDE*/

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    margin-left: -28px;
    margin-right: -28px;
    align-items: start;
    justify-content: center;
    width: auto;

}


.carousel-indicators {

    position: fixed;
    bottom: 15px;
}


/* BOOTSTRAP */    



.btn {

border-top-left-radius: var(--bs-btn-border-radius);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}


.btn-group-sm>.btn, .btn-sm {
    --bs-btn-padding-y: 4px;
 
}

.accordion {

    --bs-accordion-btn-padding-y: 14px;

}


.accordion-button,.accordion-button:not(.collapsed)::after {
box-shadow: none;
background-image: none;
}

.accordion-button:link, .accordion-button:visited,  .accordion-button:active  ,.accordion-button:focus ,.accordion-button:not(focus) {
  background-color: transparent !important;
    text-decoration: none !important;
     border-bottom: 1px solid white  !important;
       border-color: white !important;
margin-bottom:-1px;
      
}



:focus{
 outline: 0;
   box-shadow: 0px 0px 0px 0px  !important;
}


.accordion-button {

    font-size: 18px;

}

.form-control {
    
    font-size: 14px;
    border-radius:0;
    
}


.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {

    font-size: 14px;

}

.btn-group-sm>.btn, .btn-sm {

    --bs-btn-font-size: 14px;

}

    
.input-group-text {

    color: #ffffff;
  
    background-color: #3c3c3c;
    border: 1px solid #0d6efd;

}


.form-check-input {

    background-color: #3c3c3c;
    
    border-color: #0d6efd;}



:root {
    --bs-body-bg:#212529;
}

.progress {
    
    --bs-progress-bg: #3c3c3c;
    
}


.input-group {
  align-items: start;
}

textarea#browse,textarea#upload,textarea#filter,textarea#export  {
    background-color: #3c3c3c;
    color: white;
    border-width: 1px;
    border-color: #0d6efd;
    min-height: 30px;
    overflow-y: hidden;
    height: 30px;
    padding-top: 3px;
    max-height: fit-content;
    z-index: 1000;

}




.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {

    font-weight: normal;
    color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
        border: 1px solid white;
    background: #0d6efd;
    font-weight: normal;
    color: #ffffff;
    /* border-radius: 0.25rem; */
    height: 35px;
    padding: 0.25rem 0.5rem;
    font-size: .875rem;
}


 
.ui-widget-header {
    border: 0px solid #4297d7;
    background: transparent;
    font-weight: normal;
}


.ui-multiselect-header a {
    padding-top: 10px;
    text-decoration: none;
    display: inline-block;
    background-color: #272a2c;
    padding-left: 5px;
    text-align: ;
    padding-bottom: 6px;
}


.ui-widget-header a {
    color: #ffffff;
}


li {
    display: list-item;
    text-align: -webkit-match-parent;
    background-color: #272a2c;
}

.ui-multiselect-grouplabel, .ui-multiselect-selectable > a{
color: #0d6efd;

}




.ui-multiselect-header > ul {
    font-size: 10px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
    background-color: silver;
}

.ui-multiselect-menu {
    display: none;
    box-sizing: border-box;
    position: absolute;
    text-align: left;
    z-index: 101;
    width: auto;
    height: auto;
    padding: 0px;
}

.ui-widget-content {
    border: 1px solid #0d6efd;
    background: #000000;
    color: #ffffff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {

    font-weight: normal;
    color: #ffffff;
}



.ui-multiselect-grouplabel {
    : 1px solid;
    display: block;
    font-weight: normal;
    margin: 1px 0;
    padding: 3px;
    text-align: left;
    text-decoration: none;
}

.ui-multiselect-checkboxes label {
 
    cursor: default;
    display: block;
    padding: 0px 0px 0px 0px;
    text-indent: -20px;
}

.ui-multiselect-checkboxes li:not(.ui-multiselect-optgroup) {
    clear: both;
    list-style: none;
    /* padding-right: 3px; */
}


input[type="checkbox"] {
   
    width: 15px;
    height: 15px;
    transform: translateY(1px);
    accent-color: #0d6efd;
}

.table_op td:nth-child(2) {
    font-size: 12px;
}