.table-title span {
  text-transform: uppercase;
  ;
  color: white;
  font-size: 0.92rem;
}

.dataTables_wrapper {
  margin-top: -5px;
}

.table tr th {
  font-size: 0.9rem;
  border-bottom: none !important;
}

.table td {
  padding: 5px 10px !important;
  font-size: 0.8rem;
}

td {
  border: none !important;
  text-transform: uppercase;
}

.tagify * {
  text-transform: lowercase !important;
}

.dt-buttons {
  /* width: 95% !important; */
  width: -webkit-fill-available;
  margin: 0px 30px;
  padding: 10px 10px;
  border-radius: 15px 15px 0px 0px;

  box-shadow: 0px -0.5px 3px 1px #eee;
}

.dt-button {
  background: none !important;
  position: relative;
  top: 3px;
  /* width: 35px !important; */
}

.dt-button-excel {
  padding: 7px 12px 8px 12px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  color: #1bc5bd !important;
  width: auto !important;
  transition: all 0.5s;
  /* /* border: 1px solid #1bc5bd !important; */
  box-shadow: 0px 0px 0px 1px #1bc5bd !important;
}

.dt-button-excel:hover {
  opacity: 0.7;
  /* border: 1px solid transparent !important; */
  box-shadow: 0px 0px 0px 2px #1bc5bd !important;
}

.dt-button-paginacao {
  background-color: #f3f3f3 !important;
  border-radius: 5px !important;
}

.dt-button:nth-child(5) {
  width: 75px !important;
  margin-top: 7px;
}

.button-page-length {
  width: 100% !important;
}

.buttons-page-length span {
  color: #444 !important;
  font-weight: bold;
}


.dt-button:focus {
  border: none !important;
  box-shadow: none !important;
}

.dt-button i {
  font-size: 1.4rem;

  position: relative;
  top: 4px;
}

.dataTables_filter {
  margin-top: -50px;
  margin-right: 50px;
}

.dataTables_filter input {
  font-size: 14px;
  border: 1px solid #eee !important;
  color: #777;

  position: relative;
  top: -2px;
}

.dataTables_scroll {
  /* width:95% !important; */
  margin: 0px 30px;
  box-shadow: 0px 1px 3px 1px #eee;
  border-radius: 0px 0px 15px 15px;
}

.dataTables_scrollBody {
  height: calc(100vh - 294px) !important;
}

.dataTables_info,
.dataTables_paginate {
  position: fixed !important;
  padding: 60px 0px;
  top: calc(100vh - 120px);
  height: 100px !important;
  margin-top: -10px !important;
  padding-right: 20px;
}

.dataTables_info {
  width: 40%;
  background: #fff;
  height: 81px;
  border-radius: 0px 0px 0px 15px;
  box-shadow: -1px 2px 2px 1px #eee;
  padding-top: 30px !important;
  padding-left: 27px;

}

.dataTables_paginate {
  background: #fff;
  width: 45%;
  padding-top: 30px !important;
  right: -12px !important;
  border-radius: 0px 0px 15px 0px;
  box-shadow: 1px 2px 0px 1px #eee;
  margin-right: 37px !important;
}

#range-scroll {
  left: 30px !important;
  top: 25px;
}

#header {
  background: #fafafa;
}

#header th {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 0.8rem;
  color: #49708a;
  transition: background 0.5s eae !important;
  white-space: nowrap !important;
}

.dataTables_scrollHeadInner table thead #header th:hover {
  color: #1bc5bd !important;
  box-shadow: 0px 1px 0px 0px #1bc5bd;
}

.dataTables_scroll {
  position: relative;
  top: -3px;
}

.dataTables_scrollHeadInner {
  padding: 0px 0px;
  border-bottom: 1px solid #f2f2f2;
  background: #fafafa;
}

.table.dataTable.no-footer {
  border: none !important;
}

.ri-error-warning-fill {
  font-size: 1.4rem !important;
  cursor: pointer;
}

.ri-alert-fill {
  font-size: 1.4rem !important;
  cursor: pointer;
}

.striped:nth-child(even) {
  background: #fafafa;
}

.striped:last-child td:first-child {
  border-radius: 0px 0px 0px 20px;
}

.striped:last-child td:last-child {
  border-radius: 0px 0px 20px 0px;
}

.dataTables_info {
  margin: 10px 30px;
}

.dataTables_paginate {
  margin: 10px 40px;
}

.next {
  background: none !important;
}

.buttons-page-length span {
  color: #444 !important;
}

.dataTables_empty {
  height: 30px;
}