/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.pagination {
    display: none;
}

.dataTables_info {
    display: none;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.single-box-modal.password {
    width: auto;
    height: auto;
    margin: auto;
}

.error {
    color: darkred;
    font-size: 15px;
}