.head-create-btn {
  margin-right: 10px;
}
.head-create-btn .btn {
  padding: 6px 12px;
  font-size: 10px;
  text-transform: none;
}
.hdr-select:focus {
  outline: none;
}
.dropdown-menu {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-item:not(.dt-button) {
  font-size: 13px;
  padding: 6px 12px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #e1e3e9;
  outline: none;
}
.dropdown-item:active {
  background-color: #e1e3e9;
  color: inherit;
}
.cust-nav .navbar-nav .dropdown-menu {
  border-radius: 0;
}
.dropdown-toggle.drop-icon-alt::after {
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 10px;
  border: none;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
}
.cust-nav .dropdown.show {
  background: #c8d866;
}
.cust-nav .dropdown.show > a {
  color: #000 !important;
}
.cust-nav .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.cust-nav .dropdown-item {
  border-top: 1px solid #efefef;
}
.cust-nav .dropdown-item:first-child {
  border-top-color: transparent;
}
.txtside-btn:not(.icon-only) {
  padding-top: 7px;
  padding-bottom: 7px;
}
.txtside-btn.icon-only {
  height: 32px;
  font-size: 17px;
}
.ld-rows:first-child {
  border-top-color: transparent;
}
.ld-rows {
  padding: 8px 15px 0 15px;
  border-top: 1px solid #ddd;
}
.ld-rows:nth-child(even) {
  background-color: #f9f9f9;
}
.f-lbl,
.f-lbl-val {
  font-size: 12px;
  margin-bottom: 8px;
}
.f-lbl {
  font-weight: 700;
}
.btn-st {
  font-size: 12px;
  text-transform: uppercase;
}
.help-txt {
  font-size: 11px;
  line-height: 16px;
  display: block;
  margin-top: 2px;
}
.chr-container {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 12px;
  min-height: 22px;
  line-height: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
th .chr-container,
td .chr-container {
  margin-bottom: 18px;
}
.chr-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.chr-container input[type="checkbox"] {
  height: 0;
  width: 0;
}
.chr-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #e1e3e9;
  border: 2px solid #c7c6c6;
  transition: background-color 0.15s ease-in-out;
}
.chr-container input[type="radio"] + .checkmark {
  border-radius: 50%;
}
.chr-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.chr-container input:checked ~ .checkmark {
  background-color: #95a912;
  border-color: #95a912;
}
.chr-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.chr-container input:checked ~ .checkmark:after {
  display: block;
}
.chr-container .checkmark::after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.chr-container input[type="radio"] + .checkmark::after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.fsep {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dee2e6;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.fsep span {
  background: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  font-weight: 700;
}
.txtside-filter {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .col-md-3:not(.col-sm-6) .txtside-filter {
    text-align: center;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 843px) {
  .col-md-3 .txtside-filter {
    margin-top: 33px;
  }
  .col-md-3 .filt-bt {
    font-size: 10px;
  }
}
@media (max-width: 575px) {
  .col-sm-6 .txtside-filter {
    margin-top: 0;
    text-align: center;
  }
}
.chkoutin-btn {
  min-width: 70px;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
}
.chkoutin-btn:hover {
  color: #fff;
}
.chkoutin-btn:focus {
  box-shadow: none;
}
.bg-custom-1 {
  background-color: #3f51b5;
}
.chkoutin-btn.bg-custom-1:hover {
  background-color: #3b4ba7;
}
.bg-custom-2 {
  background-color: #9c27b0;
}
.chkoutin-btn.bg-custom-2:hover,
.action-btn.bg-custom-2:hover {
  background-color: #8d25a0;
}
.inv-tpbox {
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: #ebf9dd;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
.inv-tbl thead th,
.inv-tbl tbody td {
  font-size: 11px;
}
.stat-circ {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  margin-right: 2px;
}

.line-acc-box {
  margin-bottom: 20px;
}
.line-acc-head {
  padding: 8px 10px !important;
  background-color: #a0ae43;
  border: 1px solid #a0ae43;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.line-acc-box.open .line-acc-head {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.line-acc-icon i {
  transition: all 300ms ease 0s;
}
.line-acc-box.open .line-acc-icon i {
  transform: rotate(90deg);
}
.line-acc-name {
  padding-left: 10px;
  font-weight: 700;
}
.line-acc-cont {
  padding: 20px;
  padding: 20px;
  border: 1px solid #dee2e6;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.txtside-filter.add-ser {
  margin-top: 25px;
}
.ser-tbl tbody tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ser-tbl tbody tr td .action-btn {
  font-size: 13px;
}
a.chkoutin-btn:not([href]),
span.chkoutin-btn {
  cursor: text;
}
a.chkoutin-btn.bg-danger:not([href]):hover {
  background-color: #dc3545 !important;
}
td .chr-container.m-0.p-0 {
  width: 22px;
}
.status-th {
  background-color: #ccdc6d !important;
  border-bottom: 1px solid #bece63 !important;
}
.subth th {
  white-space: nowrap;
  background-color: #e7f596 !important;
  border-color: #cdda81;
}

/*due to new menu item*/
@media (min-width: 992px) {
  .cust-nav .nav-link {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
.side-th th,
.side-th td {
  font-size: 12px;
}
.side-th th {
  background-color: #eaeaea;
  border-color: #d6d6d6;
}
.rcheck {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  color: #fff;
}
.text-link {
  color: inherit;
  text-decoration: underline;
}
.stus.pnd {
  background: #f1ad2b;
}
.cmn-btn {
  color: #fff;
  padding: 11px;
  background: #95a912;
  border-radius: 4px;
  border: none;
  text-transform: uppercase;
  font-size: 15px;
}