body {
  font-size: 0.9rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.25rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
.border-light {
  border-color: #D3D3D3 !important;
}
.bg-dark {
  background-color: #000000 !important;
}

.nav-tabs {
  border-bottom: 1px solid #C3C3C3;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: #282828;
  border-color: #C3C3C3;
  border-bottom-color: transparent;
}
.dataTables_filter {
  color: white;
}


.panel-profile {
    margin-bottom: 5px
}

.panel-profile {
    height: 150px;
    background-size: cover
}

.panel-profile-img {
    max-width: 150px;
    margin-top: -5%;
    margin-left: 5%;
    margin-bottom: -0.1%;
  -webkit-transform: translate(-25%, +50%);
  -moz-transform: translate(-25%, +50%);
  -ms-transform: translate(-25%, +50%);
  -o-transform: translate(-25%, +50%);
  transform: translate(-25%, +50%);
}
@media screen and (orientation: portrait) {
  img.panel-profile-img {
    max-width: 20%;
  }
}

@media screen and (orientation: landscape) {
  img.panel-profile-img {
    max-height: 20%;
  }
}

.carousel-indicators-numbers {
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      }
    }
}
