select[multiple] {
  height: 150px !important;
}
.dataTables_filter {
  display: none;
}
.areamap {
  width: 300px;
  height: 200px;
  background-color: transparent;
}
.search .btn, .search .btn-primary.active, .search .btn-primary:active, .search .open>.dropdown-toggle.btn-primary, .search .btn-primary.active.focus, .search .btn-primary.active:focus, .btn-primary.active:hover, .search .btn-primary:active.focus, .search .btn-primary:active:focus, .btn-primary:active:hover {
  background: #00957f;
  border-color: #00957f;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 2px;
}
.btn:hover {
  color: #fff !important;
  text-decoration: underline;
}
.label-danger {
  background: #00957f;
  color: #fff;
}
.search .pagination a {
  color: #535355 !important;
}
.search .pagination > .active > a {
  background-color: #00957f;
  border-color: #00957f;
  color: #fff !important;
}
.search .pagination a:hover {
  background-color: #00957f !important;
  border-color: #00957f !important;
  color: #fff !important;
}
.search .btnmap {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.input-group .form-control {
  z-index: 0;
}
.input-group-addon {
  background: #00957f;
  border-color: #00957f;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.search .pagination>li>a {
  padding: 8px 14px;
  border: 1px solid #ddd;
}
.search .pagination {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
