/* Search */

.search-box .title {
  font-size: 16px;
  padding-bottom: 5px;
  margin: 0;
  margin-bottom: 2.5rem;
  border-bottom: 2px solid #cccccc;
}

.search-buttons-box .btn {
  padding: 0.8rem 1.2rem;
  border-radius: 5px;
}

.search-buttons-box .btn i {
  font-size: 16.5px;
}

.date-picker-box {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0.55rem;
}

.cse-search-box {
  background: #f9f9f9;
  border: 1px solid #ccc;
  padding: 3rem;
}
h1.title {
  text-align: center !important;
}
.cse-search-box .fa.fa-search {
  padding: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .search-buttons-box button.btn, .search-buttons-box a.btn {
    width: 100% !important;
    margin: 0.5rem auto;
    padding: 1rem 3rem;
  }
  #advance-search-panel .row .col-md-4 {
    padding-top: 10px;
  }
}

.cse-search-box .row-gutter {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  top: 0.8em;
}

.search-input-wrapper {
  padding: 0 !important;
}

.search-buttons-box-wrapper {
  padding: 0 !important;
}

.search-buttons-box button.btn, .search-buttons-box a.btn {
  padding: 1rem !important;
  width: 50%;
  border-radius: 0 !important;
  border: 1.3px solid #3bbe3b !important;
  color: #ffffff;
  width: 48%;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
}

.search-buttons-box button.btn:hover {
  background: transparent;
  color: #3bbe3b;
}

.search-buttons-box a.btn {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #3bbe3b;
  background: transparent;
}

.search-buttons-box a.btn:hover {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #ffffff;
  background: #3bbe3b;
}

.cse-search-box .form-control, .cse-search-box .form-group .select2-selection {
  height: 2.79em !important;
  font-size: 16px;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none  !important;
  box-shadow: none  !important;
}

/* pagination */
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}