#navba-search {
  background: #F5F5F5;
  border-radius: 7px;
}

#main-container {
}

#side-nav {
  background: #2C343F;
  /* height: auto; */
  height: 100vh;
  overflow-y: auto;
  padding-right: 0px;
  padding-left: 0px;
}

#sidenav-toggle {
}

.col.main-body {
  transition: width 10s;
}

.side-nav-item.custom-p1 {
  padding-top: 1.25rem;
  padding-left: 0.625rem;
}

.jumbotron.theJumb {
  background-image: url("../../assets/img/olu-eletu-13086-unsplash.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 1rem;
  border-radius: 0px;
}

.theJumb p {
  color: white;
  font-family: 'Varela Round';
}

.theJumb .btn {
  color: white;
  font-family: 'Varela Round';
  background: #5c80d1;
  border: #5c80d1;
}

.theJumb h1 {
  color: white;
  font-family: 'Varela Round';
}

.card.prop-card.big {
  border: none;
  background: white;
  border-radius: 4px;
  /*border-left: 4px solid #5C80D1;*/
  margin-bottom: 20px;
}

.card.prop-card {
  border: none;
  background: white;
  border-radius: 4px;
  border-left: 4px solid #5C80D1;
  margin-bottom: 30px;
}

.card.prop-card h4 {
  font-size: 1.875rem !important;
  font-family: 'Varela Round';
}

.card.prop-card h6 {
  font-size: 1.0rem !important;
  margin-bottom: 1.25rem;
}

#dataPage .prop-header {
  border-bottom: 0px solid #f5f5f5;
}

.prop-header {
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #f5f5f5;
}

.prop-content.fTable {
  margin-left: .25rem;
  margin-right: .25rem;
}

.prop-content {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.dataPJumb {
  background: #F9F9F9;
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.dataPJumb h3 {
  font-family: 'Varela Round';
}

.nav-pills .nav-link {
  font-size: 1rem;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 10px;
  background: #2c343f !important;
  color: white;
}

#dataPage table {
  font-family: 'Varela Round';
  font-size: small;
}

select.no-box:focus{
    box-shadow: none !important;
    /* margin-bottom:24px !important; */
}
@media(min-width: 768px){
    select.no-box{
        margin-bottom:-14px ;
    }
}
