.modal {
  bottom: 10px;
}

.table td {
  vertical-align: middle;
}



.modal .modal-body {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.table-sm td, .table-sm th {
  padding: 0.2rem;
}
.table {
  border-style: hidden;
  margin-bottom: 0px;
}

#main-header {
  position: inherit;
}

.nav {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bottom0.panel-group  {
  margin-bottom: 0;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.notifications-scroll-area {
  height: 300px;
  position: relative;
  overflow: auto;
}

.close {
  margin-top: -10px;
  margin-right: -10px;
  text-shadow: 0 1px 0 #ffffff;
}

.popup-button {
  margin-top: 10px;
}

.btn-secondary {
    color: #fff;
    background-color: #818385;
    border-color: #818385;
}
.alert {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.panel-title::after {
  content: "\f102";
  top: 5px;
  right: 8px;
  position: absolute;
  font-family: "FontAwesome";
  font-size: 18px;
}

.panel-title[aria-expanded="true"]::after {
  content: "\f103";
}

.panel-heading-full.panel-heading {
  padding: 0;
}

.panel-heading-full .panel-title {
  margin-top: 0px;
  position: relative;
}

.panel-heading-full .panel-title::after {
  top: 10px;
  right: 15px;
}

.panel-heading {
    padding: 5px 10px;
}

.btn {
  padding: 3px 6px;
}

small {
  font-size:92%;
  font-weight: 600;
}
