table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  width: 100% !important;
}

.DTFC_LeftBodyLiner {
  overflow-x: hidden;
  background: white;
}

.DTFC_RightBodyLiner {
  overflow-x: hidden;
  background: white;
}

.table td, .table th {
  padding-left: 0.7rem !important;
  padding-right: 0.7rem !important;
}

table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
  margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-size: 1.5rem;
}

.card-accent-info {
  border-top: 3px solid #00cfe8 !important;
}

.card-accent-info-2 {
  border-top: 2px solid #00cfe8 !important;
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}

.dt-fix-width {
  word-wrap: break-word;
  white-space: break-spaces;
  display: block;
  width: 160px;
  line-height: normal;
}

.dt-fix-width-name {
  word-wrap: break-word;
  white-space: break-spaces;
  display: block;
  width: 120px;
  line-height: normal;
}

.dt-fix-width-date {
  word-wrap: break-word;
  white-space: break-spaces;
  display: block;
  width: 85px;
  line-height: normal;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.red {
  color: red;
}

.buttons-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 576px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 768px) {
  .col-md-9-5 {
    flex: 0 0 auto;
    width: 79.1666666667%;
  }

  .col-md-8-5 {
    flex: 0 0 auto;
    width: 70.8333333333%;
  }

  .col-md-7-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }

  .col-md-6-5 {
    flex: 0 0 auto;
    width: 54.1666666667%;
  }

  .col-md-5-5 {
    flex: 0 0 auto;
    width: 45.8333333333%;
  }

  .col-md-4-5 {
    flex: 0 0 auto;
    width: 37.5%;
  }

  .col-md-3-5 {
    flex: 0 0 auto;
    width: 29.1666666667%;
  }

  .col-md-2-5 {
    flex: 0 0 auto;
    width: 20.8333333333%;
  }

  .col-md-1-5 {
    flex: 0 0 auto;
    width: 12.5%;
  }

  .col-md-0-5 {
    flex: 0 0 auto;
    width: 4.1666666667%;
  }

  .modal-dialog {
    max-width: 768px;
    margin: 1.75rem auto;
  }
}
.search-bar .form-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.line-height-2 {
  line-height: 2rem !important;
}

.line-height-2-5 {
  line-height: 2.5rem !important;
}
