.second_menu {
  border: 1px solid lightgray;
}
.card {
  margin-top: 3px;
}
li.nav-item.dropdown.no-arrow:hover .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

@media screen and (min-height: 600px) {
  .card-body {
    min-height: 474px;
    max-height: 475px;
    overflow-y: scroll;
  }
  .card-body-without-tab {
    min-height: 526px;
    max-height: 527px;
    overflow-y: scroll;
  }

  .hf-body {
    min-height: 330px;
    max-height: 331px;
    overflow-y: scroll;
  }
}

@media screen and (min-height: 700px) {
  .card-body {
    min-height: 537px;
    max-height: 538px;
    overflow-y: scroll;
  }
  .card-body-without-tab {
    min-height: 587px;
    max-height: 588px;
    overflow-y: scroll;
  }

  .hf-body {
    min-height: 425px;
    max-height: 426px;
    overflow-y: scroll;
  }
}

@media screen and (min-height: 800px) {
  .card-body {
    min-height: 784px;
    max-height: 785px;
    overflow-y: scroll;
  }
  .card-body-without-tab {
    min-height: 836px;
    max-height: 837px;
    overflow-y: scroll;
  }

  .hf-body {
    min-height: 425px;
    max-height: 426px;
    overflow-y: scroll;
  }
}

.mb-4,
.my-4 {
  margin-bottom: 0px !important;
}

#show,
#hide {
  /* for HR/app/employee/history/attendance_history.php */
  color: blue;
}
.m-row {
  margin-left: 2%;
}

/* ------------------------------------------- */
#sortable {
  counter-reset: Serial;
  /* Set the Serial counter to 0 */
}

#sortable tr td:first-child:before {
  counter-increment: Serial;
  /* Increment the Serial counter */
  content: counter(Serial);
  /* Display the counter */
}

#sortable td:hover {
  cursor: move;
}
/* ------------------------------------------- */

.sugg {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.right {
  float: right;
  margin-left: 1%;
}

.actionbar {
  width: 100%;
}

/* ------------------ Login Page ---------------------- */
.login-form {
  padding-top: 10rem;
}
@media screen and (min-width: 800px) {
  .login-form {
    padding: 10rem;
  }
}

/* ------------------------------------------- */

.topbar {
  height: 2.375rem;
}
.navbar {
  padding: 1.5rem 1rem;
}
.py-3 {
  padding: 0rem !important;
}
.card-footer {
  padding: 0rem;
  min-height: 2.3rem;
  background-color: #fff;
}
.card-header {
  padding: 0rem;
  min-height: 2.3rem;
}

.btn-secondary {
  color: #ffffff;
  padding: 0.5px;
  background-color: #4e73df;
  margin: 2.5px;
  border-color: #c3c8d9;
}
#wrapper #content-wrapper {
  background-color: #4e73df;
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
}
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.table-upper-div {
  background-color: #e1f5fe;
}

/* #horizontalBar{
    height: 100px;
} */

.btn-resign {
  background-color: #ffa726;
  color: black;
}

.btn-delete {
  background-color: #bf360c;
}

.scrollmenu {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  position: absolute;
}
