/* fixes scrollbar messing navbar */
html {
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100% !important;
  overflow-y: scroll;
}

body > .container {
  position: relative;
}

.table.dataTable:not(.fixedHeader-floating) {
  text-align: center;
  width: 100% !important;
}

.table.fixedHeader-floating {
  margin-top: 0 !important;
}

#homepage-body .fixedHeader-floating {
  top: 53px !important;
}

#recentTable_wrapper > .row:first-of-type {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 1000;
  padding-top: 10px;
}

.dataTables_info {
  text-align: left;
  padding: 5px 0;
}

#recentTable tbody > tr.selected {
  background-color: #0e608b;
}

.cell {
  margin: 0;
  resize: none;
  border: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline-style: none;
  word-wrap: break-word;
  text-align: center;
  background: transparent !important;
  border-radius: 0.2rem;
}

.cell.editCell {
  -webkit-box-shadow: 0 0 1px 3px #64a9f3;
          box-shadow: 0 0 1px 3px #64a9f3;
}

.cell:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.cell:not(:-moz-read-only):focus {
  box-shadow: 0 0 1px 4px #64a9f3;
}

.cell:not(:read-only):focus {
  -webkit-box-shadow: 0 0 1px 4px #64a9f3;
          box-shadow: 0 0 1px 4px #64a9f3;
}

.table td {
  vertical-align: middle;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.table td.td_cell {
  padding: 0.25rem;
}

.table td:first-child:focus,
.table th:focus {
  outline: none;
}

.badge {
  font-size: 1em;
}

.custom-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.custom-select #dash {
  font-size: 1px;
  background-color: #919191;
}

#table_wrapper .row {
  margin-bottom: 1rem;
}

#header {
  text-align: left;
}

#header,
#header h1 {
  margin-bottom: 2rem;
}

.card *:not(button):not(h1),
.alert {
  text-align: left;
}

#table_wrapper > #listRow1 > .col-sm-12:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  vertical-align: middle;
}

#table_wrapper > #listRow1 > .col-sm-12:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
}

#table_wrapper > #historyRow1 > .col-sm-12:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  vertical-align: middle;
}

#table_wrapper > #historyRow1 > .col-sm-12:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

#table_wrapper > #historyRow2 > .col-sm-12:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
  vertical-align: middle;
}

#table_wrapper > #historyRow2 > .col-sm-12:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 60%;
}

.navbar {
  background-color: #212121 !important;
}

.navbar a,
.navbar #logout {
  font-size: 1.2em;
  -webkit-transition: ease-in-out color 0.15s;
  transition: ease-in-out color 0.15s;
}

.navbar a:not(.dropdown-item):hover {
  color: #fff !important;
  text-decoration: none;
}

.navbar .nav-item {
  margin: 0rem 1rem;
}

.navbar .nav-item a {
  outline: 0;
}

.navbar .navbar-brand.abs {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
}

.navbar #pharmName {
  font-size: 1.2rem;
}

.navbar #pharmName:hover {
  color: #ffffff80;
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #navExpand .navbar-nav {
    text-align: right;
  }
  #nav {
    max-width: 100%;
  }
}

#dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

#dates .flatpickr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#dates .flatpickr:nth-of-type(2) {
  padding-left: 3.7%;
}

#roleForm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#roleForm #roleDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

#roleForm #krollDiv {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

#roleForm #role {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#roleForm #kroll_driver_id {
  display: inline-block;
  width: 56%;
}

/* hide arrow on number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

.del_pharm,
.del_user,
.remove_user,
.cancel {
  color: #e71404;
}

.del_pharm:hover,
.del_user:hover,
.remove_user:hover,
.cancel:hover {
  color: #ce1203;
}

#changesSaved {
  color: #fff;
  background-color: #1ca52c;
  border: 1px solid rgba(28, 165, 44, 0.2);
}

body.modal-open {
  padding-right: 0px !important;
}

@media screen and (min-width: 1400px) {
  body > .container {
    max-width: 1300px;
  }
  .navbar > .container {
    max-width: 1300px;
  }
}

#kd_idInput {
  width: 4em;
  text-align: center;
  display: inline-block;
}

@-webkit-keyframes saveBtnColor {
  0% {
    color: #067506;
  }
  100% {
    color: #00b600;
  }
}

@keyframes saveBtnColor {
  0% {
    color: #067506;
  }
  100% {
    color: #00b600;
  }
}

.fa-save {
  color: #0dab0d;
  -webkit-animation: saveBtnColor 1s ease-out infinite alternate;
          animation: saveBtnColor 1s ease-out infinite alternate;
}

.modal-body .bold {
  font-weight: 700;
}

#pharmaciesModal .modal-body {
  width: 90%;
  margin: 0.5em auto 1.5em auto;
}

#pharmaciesModal .modal-body #verifyUser {
  margin-top: 2em;
}

#pharmaciesModal .pharmListItem {
  outline: 0;
}

#pharmaciesModal .alert {
  margin-bottom: 0;
}

#selectPharmContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  margin: 0 auto !important;
}

#errorContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 40rem;
  margin: 0 auto !important;
}

#errorContainer > #errorSubCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#errorContainer > #errorSubCont > #errorDiv {
  text-align: center;
}

#errorContainer > #errorSubCont > #errorDiv > .fa-exclamation-circle {
  color: #f50000;
}

#landingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  margin: 0 auto !important;
}

#landingContainer #landingContent {
  padding: 2em;
}

#selectPharm,
#landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 35rem;
  width: 45rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#selectPharm .card,
#landing .card {
  width: 25rem;
  -ms-flex-item-align: center;
      align-self: center;
}

#selectPharm .card .pharmListItem,
#landing .card .pharmListItem {
  outline: 0;
}

#selectPharm .card .pharmListItem:hover,
#landing .card .pharmListItem:hover {
  background-color: #e5e5e5;
}

#signatureModal .modal-body > img {
  max-width: 100%;
}

.dashboard-card .card-body > a:hover {
  text-decoration: none;
}

.patient > p {
  line-height: 2.1;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.patient .pat_sig {
  float: right;
}

.dt-buttons {
  display: inline-block;
}

.dt-buttons > .changeDelStatus:not(.middleDel) {
  vertical-align: baseline;
}

.captchaErr,
#landingPageMsg {
  height: 24px;
  margin-bottom: 0;
  font-weight: 600;
}

#logoutForm {
  display: inline-block;
  text-align: center;
}

#pharmSelectAlertCont {
  width: 25rem;
  margin: 0 auto;
}

#pharmSelectAlertCont > * {
  margin-bottom: 0;
}

.kick_user {
  color: #f69500;
}

.kick_user:hover {
  color: #cf7c00;
}

.bootstrap-select .dropdown-toggle {
  border: 1px #ced4da solid;
  color: #212529 !important;
}

.dateSpan {
  display: block;
}

#errorText > ul, #errorText.errorRed {
  color: red;
}

table.dataTable tbody tr:hover {
  background-color: #f8e488 !important;
  color: #212529;
}

table.dataTable tbody td.select-checkbox:before {
  content: '\f0c8';
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
  border: none;
  margin-top: -17px;
  margin-left: -8px;
  color: #646464;
}

table.dataTable tr.selected td.select-checkbox:after {
  content: '\f14a';
  font-size: 1.2em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-shadow: none;
  margin-top: -17px;
  margin-left: -8px;
}

#recentTable.dataTable tr th.select-checkbox:before {
  content: '\f0c8';
  font-size: 1.2em;
  font-weight: 400;
  font-family: 'Font Awesome 5 Free';
  border: none;
  margin-top: -17px;
  margin-left: 1px;
  color: #646464;
}

#recentTable.dataTable tr th.select-checkbox.selected:after {
  content: '\f14a';
  font-size: 1.2em;
  font-weight: 900;
  font-family: 'Font Awesome 5 Free';
  text-shadow: none;
  margin-top: -17px;
  margin-left: -17px;
}

/*# sourceMappingURL=style.css.map */
