/* Propiedades para Menu de opciones */
/* .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white !important;
    background: #007bff !important;
    font-weight: bold !important;
} */
/* Fina de menu de opciones */
.col-half {
  width: 50% !important;
}


/* Propiedades para DATATABLE tamaño de texto */
table.dataTable tbody td {
    white-space: nowrap !important;
    font-size: 15px !important;
}

#tbl_productos thead th{
    white-space: nowrap !important;
}
/* Final propiedades de texto */

/* Propiedas para botones DATATABLE */
.addNewRecord{
    background-color: #198754 !important;
    color: white !important;
}

.recordsPrint{
  background-color: #f0a52d !important;
  color: white !important;
}

.buttons-excel{
    background-color: #0d6efd !important;
    color: white !important;
}

.dt-button{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
/* FINAL BOTONES */


.transparentbar {
    background-repeat:no-repeat;
    cursor:pointer;
    outline:none;
    border:none;
    box-shadow:none; 
    background-image: none;  
    background-color: transparent;
  
  }
  
  /* .btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
  } */
  
  /* .transparentbar:hover {
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
  } */

   /* .sidebar-mini {
    height: 100vh !important; 
  } */

  
  .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50%;
  }
  
  div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.sidebar-mini{
    height: 100vh !important;
}



.selectpicker{
  font-size: 15px !important;
}

.dropdown-menu li {
   font-size: 14px;
}

.bootstrap-select .btn {
  background-color: #e9ecef;
  color: black;
}

/* Para personalizar color de etiquetas etiquetas */
.comcolor {
  color: #09811e;
}

.card2{
  width: 100%; 
  height: 400px; 
  padding: 5px; 
  margin-bottom:20px!important;
  border-radius: 20px; 
  border: solid 3px rgba(39, 61, 98, 1); 
  background: #e9e9e9; 
} 

.bg-main {
  background-color: #6f42c1 !important;
  color: white !important;
} 


