/* bootstrap */
@import url("main.min.css");
/* Category Colours */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@import url(/asset/css/nav.min.css);
@import url(/asset/css/cards.min.css);
@import url(/asset/css/images.min.css);
@import url(/asset/css/form.min.css);
@import url(/asset/css/admissions.min.css);
@import url(/asset/css/order.min.css);
@import url(pages.min.css);
@import url(tables.min.css);
.btn-default {
  background-color: #b4b4b4 !important;
  color: #fff !important;
}

/* Fonts */
/* background */
body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

/* */
html,
body#adminPage, body#usrPage {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4 !important;
}

.wrapper.frmLogin .row {
  background-color: rgba(255, 255, 255, 0.5);
}

.accCh img {
  width: 185px;
}
.accCh a {
  text-decoration: none;
}
.accCh a:hover {
  text-decoration: underline;
  color: #cecece !important;
}
.accCh a:hover img {
  opacity: 0.5;
}

/* Panels */
.panelTop {
  background-color: rgba(0, 0, 0, 0.15);
  min-height: 20px;
}

/* Panels */
#adminPage, #usrPage {
  /* Breadcrumb */
  /* text */
}
#adminPage .wrapper, #usrPage .wrapper {
  min-height: 100%;
  background-color: #f4f4f4;
}
#adminPage #content, #usrPage #content {
  margin-left: 180px;
  min-height: 95vh;
}
#adminPage .breadcrumb .breadcrumb-item, #usrPage .breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff !important;
}
#adminPage .breadcrumb .breadcrumb-item a, #usrPage .breadcrumb .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}
#adminPage .breadcrumb .breadcrumb-item a:hover, #usrPage .breadcrumb .breadcrumb-item a:hover {
  color: #dad8d7;
}
#adminPage .breadcrumb-item.active, #usrPage .breadcrumb-item.active {
  font-weight: 600;
}
#adminPage .breadcrumb-item + .breadcrumb-item::before, #usrPage .breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
  content: var(--bs-breadcrumb-divider, ">");
}
#adminPage h1, #usrPage h1 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 4rem;
  color: #fff;
}
#adminPage h1 a, #usrPage h1 a {
  text-decoration: none;
  color: #fff;
}
#adminPage h1 a img, #usrPage h1 a img {
  width: 55px;
  height: auto;
}
#adminPage h3, #usrPage h3 {
  font-weight: 300;
  font-size: 2rem;
}
#adminPage h3 a, #usrPage h3 a {
  text-decoration: none;
}
#adminPage h3 a:hover, #usrPage h3 a:hover {
  text-decoration: underline;
}
#adminPage h4, #usrPage h4 {
  font-weight: 400 !important;
}
#adminPage h4 span, #usrPage h4 span {
  font-weight: 700 !important;
}

/* Loading gif */
.loading {
  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;
  width: 100%;
}
.loading img {
  width: 50px;
  height: auto;
}

/* Content User */
#contentUsr h2 {
  font-weight: 700;
  font-size: 2.85rem;
}
#contentUsr h4 {
  font-weight: 300;
  font-size: 1.2125rem;
}

@media screen and (max-width: 990px) {
  #usrPage h1 {
    line-height: 2rem;
  }
  #usrPage #content {
    margin-left: 0px;
    min-height: 95vh;
  }
}
@media screen and (max-width: 500px) {
  #usrPage h3 {
    font-size: 1.185rem;
  }
  #contentUsr h2 {
    font-weight: 700;
    font-size: 2.45rem;
  }
  #contentUsr h4 {
    font-weight: 300;
    font-size: 1.2125rem;
  }
}
/* Forms */
.form-select {
  fill: #ffffff;
  padding: 0.375rem 1.025rem 0.375rem 0.75rem;
  background-image: url(/asset/img/select-chevron.svg);
  background-position: right 0.225rem center;
  background-size: 16px 12px;
}

table.dataTable {
  width: 100% !important;
  margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 0px !important;
  background: none #dedede !important;
}

.dataTables_length {
  color: #8d8b8b !important;
  padding: 5px;
  border: 1px solid #000;
  margin-bottom: 10px;
  padding: 5px 10px;
  float: right !important;
}
.dataTables_length select {
  margin: 0 10px;
  background-color: #dedede !important;
}

table.dataTable tbody th, table.dataTable tbody td {
  padding: 4px 5px;
  vertical-align: middle;
  font-size: 0.9rem;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: .15rem;
  --bs-btn-padding-x: .5rem;
  --bs-btn-font-size: .775rem;
  --bs-btn-border-radius: .25rem;
}

/* Pages */
/* Footer */
.footer {
  border-top: 1px solid rgba(138, 150, 156, 0.2);
  bottom: 0;
  padding: 19px 24px 20px;
  position: relative;
  z-index: 0;
  right: 0;
  left: 0;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.footerCol1 {
  padding-left: 200px;
}

@media screen and (max-width: 990px) {
  html, body {
    overflow-x: hidden;
  }
  .footer {
    position: relative;
  }
  .footerCol1 {
    padding: 0px;
  }
}