/* Show it is fixed to the top */
 

.bg-gradient-green {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#013300),
    to(#619a00)
  );
  background-image: -webkit-linear-gradient(left, #013300 0%, #619a00 100%);
  background-image: -moz-linear-gradient(left, #013300 0%, #619a00 100%);
  background-image: -o-linear-gradient(left, #013300 0%, #619a00 100%);
  background-image: linear-gradient(to right, #013300 0%, #619a00 100%);
  background-repeat: repeat-x;
}
 
.filterlist ul {
  list-style-type: none;
}

.filterlist ul li {
  margin: 0 0 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
}

.filterlist ul li:last-child {
  margin: 0;
}

.filterlist img {
  float: left;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.filterlist span.label {
  display: block;
  width: 100%;
  font-weight: bolder;
}

.filterlist span.phone {
  font-weight: normal;
  font-style: italic;
  color: #999;
}

.card-body span.badge {
  float: right;
  color: #fff;
  /* background-color: #619a00; */
}

.rowstatus span.badge {
  margin-left: 2px;
  color: #fff;
  background-color: #619a00;
}

.commodity_img {
  height: 200px;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card-search {
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

.toastnotification-container {
  position: fixed;
  right: 5px;
  z-index: 2;
}

.toastnotification-container .alert {
  max-width: 272px;
}
.show-on-hover:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: -2px;
}

.fontcolor-green {
  color: #013300 !important;
}

.dropdown-item button {
  color: #013300;
}

.dropdown-item:hover > a {
  background-color: #013300;
  color: #ffff !important;
}

.dropdown-item:hover > button {
  background-color: #013300;
  color: #ffff !important;
}

.dropdown-item:hover {
  background-color: #013300;
  color: #ffff !important;
}

.dropdown-item a:hover {
  text-decoration: none;
  color: #ffff;
}

.errorlabel {
  color: #8c3139;
}

.successlabel {
  color: #15680a;
}

.subscriberlist_img {
  float: left;
  width: 100px;
}
 