.filter-with-options{
  background-color: #375566;
  padding: 10px;
  position: relative;

}

.filter-with-options{
  background-color: #375566;
  padding: 10px;
  position: relative;
  border-bottom: 8px solid #f2cd00;

}
.filter-with-options .btn{
      position: absolute;
      right: 18px;
      bottom: -21px;
      border: none;
      background-color: #f2cd00;
      color: #545b62;
      font-weight: 700;

}

a:focus {
    outline: none;
}


.filter-with-options .collapsed  .fa-angle-up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: 0.3s;
}

.filter-with-options .btn .fa-angle-up{
  color: #fff;
  font-size: 25px;
  padding: 0;
  margin: 0;
  color: #4f758b;
}
.pagination a{
  color: #4f758b;
}
.pagination a:hover{
  background-color: #f2cd00;
  color: #4f758b;
}


.filter-with-options label{
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #aacadd;
  display: block;
  margin: 10px 10px 10px 0;

}
.filter-with-options input{
  border-radius: 3px;
  border: 1px solid #97b3c3;
  padding: 8px;
  margin: 4px 10px 15px 0;
  width: 100%;

}
.filter-with-options select{
  border-radius: 3px;
  border: 1px solid #97b3c3;
  padding: 8px;
  margin: 4px 10px 15px 0;
  width: 100%;
  height : 40px;

}
.filter-with-options .custom-button, .download-button{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  background-color: #f2cd00;
  font-size: 17px;
  letter-spacing: 1px;
  border-radius:5px;
  border: none;
  color: #50748b;
  padding: 7px 20px;
  margin: 9px 0;
  cursor: pointer;
  transition: 0.3s;
}
.filter-with-options .custom-button:hover{
    opacity: .9;
}
.filter-with-options .custom-button .fas{
 color: #4f758b;
}

.filter-with-options input{
  border-radius: 3px;
  border: 1px solid #97b3c3;
  padding: 8px;
  position: relative;
  margin: 4px 10px 15px 0;
  width: 100%;

}

.filter-with-options select{
  border-radius: 3px;
  border: 1px solid #97b3c3;
  padding: 8px;
  position: relative;
  margin: 4px 10px 15px 0;
  width: 100%;
  height : 40px;

}

.filter-with-options h5, .header1{
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  color: #f5d733;
  margin-bottom: 0;
  padding: 8px 15px;
}

.filter-with-options .far, .filter-with-options .fas{
  font-size: 15px;
  color: #f2cd00;
  margin-right: 6px;
}
.custom-control-label::before{
  width: 30px;
    height: 30px;
    border: 2px solid #4f758b;
    background-color: #ffffff;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #4f758b;
}

.custom-control-label::after{
  width: 30px;
  height: 30px;
}
.download-section{
	color: #fff;
    background-color: #495057;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 5px;
}
.download-section .fas{
	color:#f2cd00;
}
.download-section .fas:hover{
	color:#fff;
}
.page-active{
  background-color: #375566;
  color: #fff !important;
}
