.selectBox {
  position: relative;
}

.selectBox select {
  width: 100%;
  font-weight: bold;
}

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#checkboxes {
  display: none;
  /*border: 1px #dadada solid;*/
  position: absolute;
  padding-left: 1em;
  background: white;
}

#checkboxes label {
  display: block;
}

#checkboxes label:hover {
  cursor: pointer;
}

.datetime-picker-dropdown {
  left: -30% !important;
  float: right;
}

.task-table-header {
  float: left;
}

.long-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.report-table-width {
  width: 100%;
}

.daterangepicker .ranges .btn {
  margin-top: 0;
}
