.avail {
  color: white;
  margin-left: 10%;
  padding-top: 1%;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: right;
  display: inline;
}

/*index page css  */
.destination-block {
  width: 80%;
  height: 15%;
  background-color: #fff;
  border-top: 3px solid #00448b;
  box-shadow: 1px 3px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 10px;
  border-radius: 10px;
  background-attachment: fixed;
}

input.go {
  background: #00448b;
  padding: 13px;
  border-radius: 10px;
}

button#go {
  background: #00448b;
  border-radius: 10px;
}

.go-btn {
  background: #00448b;
  border-radius: 10px;
  line-height: 36px;
}

.btn-info {
  border-radius: 10px !important;
  line-height: 30px !important;
}
.btn-primary {
  background: #00448bb0 !important;
  border-radius: 10px !important;
  line-height: 30px !important;
  text-transform: capitalize !important;
}

.go-btn:hover {
  background: #00448bb0 !important;
}

input.update_btn {
  background: #00448b;
  border-radius: 10px;
  padding: 10px;
}
button.update_btn {
  background: #00448b;
  border-radius: 10px;
  /*  padding: 10px;*/
}

input.update_btn:hover {
  background: #00448bb0 !important;
}

.treeview-menu > li.sub-active {
  font-weight: bold;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 1.85em !important;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

@media (max-width: 767px) {
  a.cuspkl {
    background: #00448b !important;
    color: #fff !important;
    padding: 10px 15px;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    width: 100%;
  }
  .btn-primary {
    background: #00448bb0 !important;
    border-radius: 10px !important;
    line-height: 30px !important;
    margin-top: 15px !important;
  }
  .go-btn {
    background: #00448b;
    border-radius: 10px;
    margin-top: 20px;
  }
  .input-group {
    position: relative;
    display: unset !important;
    border-collapse: separate;
  }
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 10px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: unset !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: none !important;
  border: none !important;
}
