html {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}

table thead th {
  text-align: left;
  color : #EDFFFB;
  background:#192a56;
  white-space: nowrap;
  font-size:14px;
}

.table td, .table th {
  padding: .45rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.main-sidebar {
  background: #192a56;
}


ul.nav a:hover { 
color: #fff !important;
font-weight:bold !important;

}


.nav-pills .nav-link {
  color: #FFFFFF !important;
}

.stokhabis {
  background-color: red !important;
}

.centerfilerm {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

textarea { height: auto; }