.pagination-rose > .page-item.active > a {
  background-color: #e91e63;
  border-color: #e91e63;
}

.pagination-rose > .page-item.active > a,
.pagination > .page-item.active > a:focus {
  background-color: #e91e63;
  border-color: #e91e63;
}

.image_picker_selector .thumbnail img {
  width: 128px;
}

.opciones-toolbar {
  float: right;
  margin-top: -75px;
  z-index: 50;
}

.dropdown-item-rose:focus,
.dropdown-menu .dropdown-item-rose:hover,
.dropdown-menu-rose a:active,
.dropdown-menu-rose a:focus,
.dropdown-menu-rose a:hover {
  background-color: #e91e63;
}

.nav-pills.nav-pills-warning .nav-item .nav-link.active,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:focus,
.nav-pills.nav-pills-warning .nav-item .nav-link.active:hover {
  background-color: #e91e63;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14),
    0 7px 10px -5px rgba(233, 30, 99, 0.4);
  color: #fff;
}

.hidden {
  display: none;
}

.alcien {
  background-image: none !important;
}

.fileinput-preview img {
  max-width: 192px;
}

.dataTable .img-container img {
  max-width: 200px;
  max-height: 200px;
}

.selectCopado {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.bs-placeholder .filter-option-inner-inner {
  color: #999;
}

[draggable] {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}

#arrastrables {
  list-style-type: none;
}

.fila {
  cursor: move;
}
.fila header {
  background-color: #ccc;
  border-bottom: 1px solid #ddd;
  border-radius: 10px;
  border: 2px solid #666666;
}

.fila.dragElem {
  opacity: 0.4;
}
.fila.over {
  border-top: 2px solid blue;
}

.splitReceta {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  color: rgb(255, 152, 0);
}

.splitRecetaRow {
  color: rgb(255, 152, 0);
  font-weight: bold;
}

.dataTables_processing {
  border: 3px solid #e91e63;
}
