/* separación tabla de botones superiores */
table.dataTable,
table.dataTable th,
table.dataTable td {
  margin-top: 10px;
}


/* estilo breadcrumb */
.breadcrumb-item a {
  /*color: #4784ff !important;*/
  color: #c29938 !important;
}

.breadcrumb-item a:hover {
  /*background-color: #4784ff;*/
  text-decoration: underline;
  /*color: blueviolet !important;*/
  /*border-bottom: 1px solid #4784ff;*/
}

/*
.form-control:focus {
  
    /*border-color: #d3b266;*/
/*    border-color: #9b7a2d;
    
    
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 136, 0, 0.6);
  
}*/


/* color dorado controles inputs */

.form-control:focus {
  color: #4f4f4f;
  background-color: #fff;
  border-color: #FFCA02;
  outline: 0;
  -webkit-box-shadow: 0 0 0 .25rem rgba(255, 202, 2, 0.25);
  box-shadow: 0 0 0 .25rem rgba(255, 202, 2, 0.25)
}

/* color item seleccionado */
.form-select > option:checked {
    box-shadow: 0 0 10px 100px #FFCA02 inset;
    background-color: #FFCA02;
}

/*
select:first-child {
  color:red;
}    
option:first-child {
  color:red;
}*/

/*
option:first-child {
  margin-left: 0px;
  color:red;
}*/

/*
option:hover
{
  background: orange;
  color: #fff;
}*/
