.btn-primary {
  color: #fff;
  background-color: #016047;
  border-color: #016047;
}
.btn-primary:active,
.btn-primary:active:hover {
  color: #fff;
  background-color: #016047;
  border-color: #016047;
}
.btn-primary {
  color: #fff;
  background-color: #016047;
  border-color: #016047;
}
.btn-primary {
  color: #fff;
  background-color: #016047;
  border-color: #016047;
}
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #207237;
  border-color: #207237;
}
.text-primary {
  color: #016047;
}
.form-control:focus,
.ant-input:hover {
  border-color: #207237;
  border-top-color: #207237;
  border-right-color: #207237;
  border-bottom-color: #207237;
  border-left-color: #207237;
  box-shadow: 0 0 0 2px rgba(32, 114, 55, 0.2);
}
.navbar-brand > img {
  height: 100%;
}

/* Select 2 Customization */

.select2-container--default .select2-selection--single {
    height: 36px;
    vertical-align: middle;
}
.border {
    border: 1px solid #eeeeee;
}
.border-top {
    border-top: 1px solid #eeeeee;
}
.border-bottom {
    border-bottom: 1px solid #eeeeee;
}
.search-item .list-group-item {
  padding: 0;
  border: none;
}
.select2-results__option[aria-selected=true] .search-item .list-group-item{
  background-color: #ddd;
}
.select2-results__option--highlighted .search-item .list-group-item,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option--highlighted .search-item .list-group-item .list-group-item-heading,
.search-item .list-group-item:hover,
.select2-results__option.select2-results__option--highlighted[aria-selected=true] .search-item .list-group-item,
.select2-results__option[aria-selected=true]:hover .search-item .list-group-item,
.search-item .list-group-item:hover .list-group-item-heading {
  background: #5897fb;
  color: #fff;
}

.select2-results__option[aria-disabled=true], .select2-results__option[aria-disabled=true] .search-item .list-group-item{
  background-color: #ddd;
  cursor: not-allowed
}
.select2-results__option[aria-disabled=true] {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.select2-results__option[aria-disabled=true]:hover,
.select2-results__option[aria-disabled=true]:hover .search-item .list-group-item,
.select2-results__option[aria-disabled=true]:hover .search-item .list-group-item .list-group-item-heading{
  background: #5897fb;
  color: #fff;
  cursor: not-allowed
}

.select2-results__option[aria-disabled=true]:hover .search-item .list-group-item .list-group-item-heading{
  color: #016047;
}

.search-item .list-group-item-text {
  font-size: 80%;
  margin-top: 5px;
}

.search-item .list-group-item-text i:first-child {
  margin-left: 0px;
}
.search-item .list-group-item-text i {
  margin-left: 5px;
  margin-right: 2px;
}
/* Online users  */
.online-users {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
} 
#online-user-list {
  visibility: hidden;
  width: 0;
}
.user-list {
  max-height: 300px; 
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 0;
}

.user-list .shop-info {
  font-size: 70%;
}
/* Notification */
#notifications {
  padding: 0;
  border: none;
  width: 300px;
  border-radius: 0;
}
#notifications .panel-body {
  padding: 5px 0;
  max-height: 300px;
  overflow-y: scroll;
}

#notifications .panel-heading, #notifications .panel {
  border-radius: 0;
  margin-bottom: 0;

}

/* Change expand & collapse icon (used in role form) */
*[aria-expanded="true"][data-toggle="collapse"] i.fa-plus-square {
  display: none;
}
*[aria-expanded="false"][data-toggle="collapse"] i.fa-minus-square {
  display: none;
}

.loading {
  opacity: .5 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #e34454 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.text-middle {
  vertical-align: middle !important;
} 
.font-sm {
  font-size: 12px;
}
.table-bg {
  background: #F5F8FA;
}