/*
.DFI_overflowX {
  overflow-x: visible !important;
}
*/

.sortContainer.sortable {
  overflow-y: scroll;
}

.DFI_switch {
  opacity: 1;
  position: relative;
  display: inline-block;
  width: 45px;
  height: 1em;
  margin: 0 0 -4px 15px;
  user-select: none;
}
.DFI_switch .DFI_checkbox {
  display: none;
}

.DFI_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e7e7e7;
  -webkit-transition: .4s;
  transition: .4s;
  user-select: none;
}

.DFI_slider:before {
  position: absolute;
  content: "";
  height: .7em;
  width: .7em;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .3s;
}

.DFI_checkbox:checked+.DFI_slider {
  background-color: #cee1dd;
}

.DFI_checkbox:focus+.DFI_slider {
  box-shadow: 0 0 1px #cee1dd;
}

.DFI_checkbox:checked+.DFI_slider:before {
  -webkit-transform: translateX(34px);
  transform: translateX(20px);
}

.DFI_slider.round {
  border-radius: 34px;
}

.DFI_slider.round:before {
  border-radius: 50%;
}


/* sortable elements */

.DFI_sortItem {
  cursor: move;
  overflow: auto;
  position: relative;
}

.DFI_sortItem a {
  pointer-events: none;
}

#publications .DFI_sortItem {
  background-color: #cee1dd;
}

#studies .DFI_sortItem .study-item {
  background-color: #cee1dd;
}

.DFI_overflowX.DFI_function .DFI_sortItem {
  background-color: transparent;
}

.DFI_overflowX .DFI_sortItem.study-item {
  background-color: #cee1dd;
}

.DFI_orderDisplay, #DFI_homeEdit {
    /* opacity: 0; */
    display: inline;
    font-size: .75em;
    line-height: .75em;
    font-family: Helvetica, sans-serif;
  font-weight: 100;
}

.DFI_orderDisplay {
    margin: 0 0 0 9%;
}

#home .DFI_orderDisplay {
    margin: 0 0 0 7%;
}

#DFI_homeEdit {
  user-select: none;
    margin: 0 0 0 20%;
}

#DFI_homeEdit a {
  user-select: none;
    font-family: Helvetica, sans-serif;
  font-size: .75em;
    line-height: .75em;
}

.DFI_indexCard {  color: white;
  background-color: #96b5ae;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 15px;
  font-weight: 100;
  font-size: 30px;
  line-height: 30px;
}

.DFI_hidden {
  display: none;
}

/* pluralism mod */

.pluralismNormal.sortable {
  overflow-y: visible !important;
}
.pluralismNormal.sortable:before {
  content: "." !important;
}
