.Cuadro_Azul
  {
    width: 100%;
    color: #fff;
    font-size: 29px;
    opacity: 0.8;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin: 0px !important;
    background-color: rgba(30,144,255,0.6);
    
  }
  .Cuadro_Azul:hover
  {
    opacity: 1;
    cursor: -webkit-grab; cursor: grab;
    background-color: rgba(30,144,255,1);
    
   /* box-shadow: 0 7px 5px 0 rgba(0,0,0,0.24), 0 12px 30px 0 rgba(0,0,0,0.19);*/
  
 }
  .Cuadro_Verde
  {
    width: 100%;
    color: #fff;
    font-size: 29px;
    opacity: 0.8;
     -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin: 0px !important;
    background-color: rgba(35,191,8,0.6);
    
  }
  .Cuadro_Verde:hover
  {
    opacity: 1;
    cursor: -webkit-grab; cursor: grab;
    background-color: rgba(35,191,8,1);
    
   /* box-shadow: 0 7px 5px 0 rgba(0,0,0,0.24), 0 12px 30px 0 rgba(0,0,0,0.19);*/
  }
  .Activar_Selector{
    opacity: 1;
    
    border-color: #fff;
    border-bottom: 3px solid;
   /* box-shadow: 0 7px 5px 0 rgba(0,0,0,0.24), 0 12px 30px 0 rgba(0,0,0,0.19);*/
  }


  .Contenedores
  {
   
    background: #eeeeee;
    width: 100%;
    padding: 10px;
    
    margin-bottom: 2%;
    display: none;
    border-radius: 3px !important;
    border: 1px;
    border-style: dotted;
  }

  .Contenedor_Activo
  {
    display: block;
  }


  .Sub_Menu
  {
    margin: 0px;
    margin-top: 10px !important;
    background-color: rgba(51,51,51,0.65);
    width: 100%;
    border-radius: 3px !important;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-style: dotted;
    
  }
 
/*Detalle de desarrollos*/
  .br-pagebody{
   /* padding: 0;
    margin-top: 0px;
    background-color: white;*/
  }

    .br-footer {
      padding: 15px 20px;
  }



 

  .table-bordered > tbody > tr > td:last-child {

  /* border-right-width:1px!important;*/

  }

  .table-bordered > tbody > tr > td {
    border-right-width: 0!important;
    border-top-width: 0!important;
  }

  .table tr:first-child td {
    border-top-width: 1px!important;
  }

  .table td{ 
    /*border: 1px solid #17abd1!important;
    color:black;*/
  }
 
  .table strong {
    font-weight: bolder;
    
  } 

  .tabswil{
    background-color:#e9ecef;
  }

  .tabswil > ul{
    padding-top: 15px;
  }
  .tabswil > ul li{
    background-color:#dee2e6;
    width: 100%;
  }
  .Filtros_contenido{

     /*background: #eeeeee;*/
    width: 100%;
    padding: 10px;
   
    
    /*border-radius: 25px;
    border: 1px;
    border-style: dotted;*/
  }
  /*.Filtros{
    display: none;
    
  }
  .filtro_active
  {
    display: block;
  }*/
  .select2-container
  {
    width: 100% !important;
  }


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Seleccionar";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
} 

.fondo_titulo_info {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-right-width: 0;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
} 


