.alert-pre {
    word-wrap: break-word;
    word-break: break-all;
    white-space: pre-wrap;
}

.bs-stepper .step-trigger {
    font-size: 2rem !important;
}

.itsl-hide {
    display: none;
}

table th {
    font-size: 15px;
    color: #666666;
}

table tfoot {
    font-weight: 600;
}

@media (max-width: 720px) {
    .dataTables_wrapper {
        overflow-x: scroll !important;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 150px !important;
    }
}

.texit-group-creation .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important;
}

table.dataTable thead .sorting:after {
    content: none !important;
}

table.dataTable thead .sorting_asc:after {
    content: none !important;
}

table.dataTable thead .sorting_desc:after {
    content: none !important;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 10px !important;
}

.texit-form .card-title{
  background-color: lightgray;
  padding: 10px;
  font-size: 1rem;
}

.texit-form hr{
  margin-top: 0px;
  margin-bottom: 5px;
}

.table th, .table td {
  padding: 0.5rem 1rem;
}

.btn-sm {
  margin-right: 2px;
  margin-left: 2px;
}

.dataTables_filter {
  margin-right: 20px !important;
}

.freeze-table th{
  top:0;
  position: -webkit-sticky;
  position: sticky !important;
  z-index: 50;
  color: #FFFFFF !important;
  background-color: #97a0aa;
}

.freeze-table .col-name{
  left:0;
  position: sticky;
  color: #FFFFFF !important;
  background-color: #97a0aa;
}

.freeze-table .fixed-header{
  z-index: 55;
}

.fixTableHead {
  overflow-y: auto;
  height: 80vh;
}

.item {
  background-color: #ccc;
  line-height: 2.5;
  font-size: 15px !important;
  font-weight: 500;
  color: #888;
  border-right: 1px solid #fff ;
}

.item a{
  color: #888 !important;
}

.item a:hover{
  color: #666 !important;
}

.texit-power-card-title{
  padding-top: 8px;
  color: #999;
  font-size: 12px;
}

.texit-power-card-footer{
  padding: 5px 30px;
  color: #999;
}

.texit-power-card-footer p{
  padding-top: 5px;
  border-color: #ddd;
}

.texit-power-card-footer i{
  font-size: 0.7rem;
}

.texit-power-card-icon{
  background-color: #c5daf0; margin-top: -20px;
}

.texit-power-card-icon i{
  font-size: 3rem;
}

.texit-power-card-value{
  font-size: 24px;
}

.leftRs , .rightRs{
  background: transparent; border: none; box-shadow: none;
}

.daterangepicker{
  top: -15px;
  max-width: 650px;
  left: 40px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #FFFFFF;
  background-color: #394c62;
  border-color: transparent;
}

.dataTables_info{
  margin-left: 0px;
  margin-bottom: 5px;
}
