.form-control {
    border: 1px solid #333 !important;
}

.multiselect__tags {
    border: 1px solid #333 !important;
}

.mx-input {
    border: 1px solid #333 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333 !important;
}

.multiselect__placeholder {
  color: #333 !important;
}

.gris{
  background-color: #f1f1f1f1;
}

.colorAzul{
  background-color: #549dff6b;
  padding: 10px 15px;
}
.card-bodyGUIA {
    padding: 0 !important;
}

.paddingBlanco{
  padding: 10px 15px;
}
.paddingBlancoFinal{
  padding: 10px 15px;
  height: 330px;
}

h4, .h4 {
    font-size: 27px !important;
}

hr {

    border-top: 5px solid #549dff6b !important;
}

.fondoColumna{
  background-color: #549dff6b !important;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 500px !important;
}

.table {
    color: #000000 !important;
}
