/* Add here all your CSS customizations */
body {
  /* Datatable Styling */
  /* /Datatable Styling */
}
body #dt-table-tools {
  margin-bottom: 0.5em;
}
body .dataTables_wrapper ::-webkit-scrollbar {
  width: 0vw;
  height: 2vh;
  max-height: 10px;
}
body .dataTables_wrapper ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
body table tr.table-row-summary td, body table tr.table-row-summary th {
  font-weight: bold;
  background-color: #ebebeb;
}
body table [contenteditable=true] {
  background: #f5f6f8;
}
body div.datepicker {
  z-index: 10001 !important;
}
body div.bootstrap-timepicker-widget {
  z-index: 10001 !important;
}
body .text-2xs {
  font-size: 7.5px;
  font-size: 0.75rem;
}
body .text-3xs {
  font-size: 5px;
  font-size: 0.5rem;
}
body .text-note {
  font-style: italic;
  margin-bottom: 0;
}
body .trip-block {
  min-width: 360px;
}

.flex, .flex-right, .flex-center, .flex-around, .flex-even, .flex-between, .flex-column {
  display: flex;
  flex: 1;
  flex-direction: row;
}
.flex-column {
  flex-direction: column !important;
}
.flex-between {
  justify-content: space-between;
}
.flex-even {
  justify-content: space-evenly;
}
.flex-around {
  justify-content: space-around;
}
.flex-center {
  justify-content: center;
  align-items: center;
}
.flex-right {
  justify-content: flex-end;
}

.subtext {
  color: #999;
  font-size: smaller;
}

.manual-paging {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.manual-paging p {
  font-weight: bolder;
}

.dropzone {
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  min-height: 10vh;
  border: 1px solid #A9A9A9;
  border-radius: 4px;
}

.multiselect-container {
  width: 100% !important;
}

.orgchart-frame .orgchart {
  background: #fff;
  background-color: #fff;
}

.ribbon-wrapper {
  height: 88px;
  overflow: hidden;
  position: absolute;
  width: 85px;
}
.ribbon-wrapper-sm {
  height: 68px;
  width: 65px;
}
.ribbon-wrapper-top-right {
  top: -4px;
  right: -5px;
}
.ribbon-wrapper-top-left {
  top: -4px;
  left: -5px;
}
.ribbon-wrapper-bottom-right {
  bottom: -4px;
  right: -5px;
}
.ribbon-wrapper-bottom-left {
  bottom: -5px;
  left: -4px;
}

.ribbon {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  text-align: center;
}
.ribbon-md {
  top: 15px;
  left: -5px;
  padding: 7px 0;
  width: 120px;
  font-size: 14px;
}
.ribbon-sm {
  top: 8px;
  right: -23px;
  padding: 4px 0px;
  width: 85px;
  font-size: 12px;
}
.ribbon-xs {
  top: 8px;
  right: -37px;
  padding: 0px;
  width: 65px;
  font-size: 10px;
}
.ribbon::before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.ribbon::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}