.box-container{
    border:1px solid #8f8f8f; 
    border-radius:8px; 
    box-shadow:0px 2px 2px #aaa; 
    padding:20px 10px; 
    margin:0px 20px;
}

.active-bg:hover{
    color:#fff;
}


.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }
  
  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  
  .opacity-50 { opacity: .5; }
  .opacity-75 { opacity: .75; }
  
 
  
  .form-check-input:checked + .form-checked-content {
    opacity: .5;
  }
  
  .form-check-input-placeholder {
    pointer-events: none;
    border-style: dashed;
  }
  [contenteditable]:focus {
    outline: 0;
  }
  
  .list-group-checkable {
    display: grid;
    gap: .5rem;
    border: 0;
  }

   .list-group-item{
    border: 2px solid #fff !important;
  }


  .list-group-checkable .list-group-item {
    cursor: pointer;
    border-radius: .5rem;
  }
  .list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
  }
  .list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-light);
  }
  .list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-blue);
  }
  .list-group-item-check[disabled] + .list-group-item,
  .list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: .5;
  }

  .btn-outline-primary{
    border:1px solid #fff !important;
  }

  .btn-outline-primary:hover{
    border:1px solid #fff !important;
    background: rgba(255, 255, 255, 0.2) !important;
  }

  /*
  .bg-primary{
    background: rgb(255 0 0) !important;
  }*/



  /* Graficas */

  .highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

input[type="number"] {
    min-width: 50px;
}

.highcharts-credits{
  display:none;
}

/*
.bg-primary{
  background: rgb(255 0 0);
  background: linear-gradient(45deg, rgb(255 0 0) 0%, rgb(255 159 159) 100%);
}*/

.sticky {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: sticky;
    bottom: 0;
    background: #fff;
}

.navbar-nav .nav-link {
    padding-top: .500rem !important;
    padding-bottom: .500rem !important;
    font-size: 11px !important;
}

.nav.flex-column .nav-link {
    padding: .80rem .25rem !important;
}

.container-body{
    padding: 30px 70px 70px 80px;
}

body{
  background:url('/assets/images/fondo@1x.png') !important;
  background-size:70% !important;
}

.nav-dev-test{
    background: radial-gradient(#b03a2e, transparent);
}

.custom-file-label::after {
    content: "Seleccione Archivo" !important;
}

.formularios{
    background:#fff;
    border-radius:20px;
    border:1px solid #555;
    box-shadow:2px 2px 2px #555;
    padding:20px;
}