/**
* @copyright 2018
* @author Akudo Silas
* @package Slimface UI
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.canvas {
  display: block;
}

.mh-150 {
  min-height: 150px;
}

.mh-300 {
  min-height: 300px;
}

.box-shadow-0 {
  box-shadow: none !important;
}

body {
  font-family: "Roboto", var(--bs-body-font-family), sans-serif;
  font-size: 15px;
}

@keyframes running-progress {
  0% {
    margin-left: 0;
    margin-right: 100%;
  }
  50% {
    margin-left: 25%;
    margin-right: 0;
  }
  100% {
    margin-left: 100%;
    margin-right: 0;
  }
}
@keyframes bounces {
  0% {
    padding-left: 0px;
    padding-right: 10px;
  }
  10% {
    padding-left: 10px;
    padding-right: 0px;
  }
  20% {
    padding-left: 0px;
    padding-right: 10px;
  }
  30% {
    padding-left: 10px;
    padding-right: 0px;
  }
  40% {
    padding-left: 0px;
    padding-right: 10px;
  }
  50% {
    padding-left: 10px;
    padding-right: 0px;
  }
  100% {
    padding-left: 0px;
    padding-right: 10px;
  }
}
/* Zoomify */
.img-zoomyfy:hover img, .img-zoomyfy:focus img {
  transform: scale(1.2) rotate(-5deg);
}
.img-zoomyfy img {
  transition: all 0.3s linear;
}

#logo {
  margin: 0;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 5px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #sidebar {
    padding-left: 3px;
  }
}

.account-droppanel {
  background-color: #069;
}
.account-droppanel > .header {
  padding: 1rem 1rem 0.5rem 1rem;
}
.account-droppanel > .header .photo > img {
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  background-color: #fff;
}
.account-droppanel > .header .names {
  text-align: center;
  padding: 0.3rem 0;
  font-size: 1rem;
  color: #fff;
}
.account-droppanel > .footer {
  border-top: 1px solid #eee;
  background-color: #103265;
}
.account-droppanel > .footer .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: 0.25rem solid transparent;
  color: #eee;
  font-size: 0.7rem;
}
.account-droppanel > .footer .btn:hover, .account-droppanel > .footer .btn:focus {
  border-bottom-color: #069;
}

.full-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #eee;
  z-index: 2;
  overflow: hidden;
  background-color: #ccc;
}
.full-page > .page-section {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
}
.full-page > .page-section.left-section {
  left: 0;
}
.full-page > .page-section.right-section {
  right: 0;
}

.left-section-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.static-page {
  z-index: 1;
}
.static-page .wrapper,
.static-page .static-row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}
.static-page .column {
  height: 100%;
  overflow: auto;
}
@media print {
  .static-page .column {
    height: auto;
    overflow: visible;
  }
}
.static-page .column .padding {
  padding: 0;
}
.static-page .full {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wrapper:before,
.wrapper:after,
.column:before,
.column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

#sidebar {
  padding-top: 15px;
}

.wrapper,
.static-row {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
  content: "";
  display: table;
}

.wrapper:after,
.column:after {
  clear: both;
}

.column {
  height: 100%;
  overflow: auto;
}

.box {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 54px;
}

#main {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .row-offcanvas-left.active {
    left: 33%;
  }
}
@media screen and (max-width: 768px) {
  .row-offcanvas-left.active .sidebar-offcanvas {
    position: absolute;
    top: 0;
    left: -33%;
    width: 33%;
    margin-left: 5px;
  }
}

.page-header {
  padding: 0;
  border-bottom: 0;
}
.page-header .header {
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.page-header .header-title {
  margin-bottom: 1rem;
}
.page-header .header-title small {
  font-size: 0.8em;
}
.page-header .header-title small .fa {
  color: #ababab;
}
.page-header .header-toolbar {
  margin-bottom: 1rem;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link {
  margin-right: 0;
  border-color: transparent;
  background-color: transparent;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link .fa {
  width: 20px !important;
  color: #333;
}
.page-header .navigation .nav-tabs > .nav-item > .nav-link.active {
  position: relative;
  border-color: #ccc;
  border-bottom-color: #fff;
  background-color: #fff;
}

.app-page .page-content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.app-page .search-panel-inner {
  display: none !important;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  z-index: 100;
}
.app-page .search-panel-inner.in {
  position: fixed;
  display: block !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.nav-collapsible .fa {
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
.nav-collapsible[aria-expanded=true] {
  color: #069 !important;
  font-weight: bold;
}
.nav-collapsible[aria-expanded=true] .fa-chevron-down {
  transform: rotate(180deg);
  color: #DD4B39 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
}
.dropdown-menu > li > a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.dropdown-menu .divider {
  margin-top: 0;
  margin-bottom: 0;
}

.nav-tabs .nav-link {
  color: #000;
  border-radius: 0;
}
.nav-tabs .nav-link.active {
  font-weight: 600;
  color: #06f;
  background-color: #fff;
}
.nav-tabs .nav-link.active:focus {
  color: #06f;
  outline: none;
}

.sidebar {
  background-color: #ddd;
}
.sidebar .nav .nav-item div .nav-link {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2rem;
  border-left: 0.25rem solid #DD4B39;
}
.sidebar .nav .nav-item div .nav-link:hover, .sidebar .nav .nav-item div .nav-link:focus {
  background-color: #fff;
}
.sidebar .nav .nav-item .nav-collapsible[aria-expanded=true] {
  border-left-color: #DD4B39;
  background-color: #ccc;
}
.sidebar .nav .nav-link {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  color: #000;
  border-left: 0.25rem solid transparent;
}
.sidebar .nav .nav-link .icon {
  display: inline-block;
  width: 1.3rem;
  text-align: left;
}
.sidebar .nav .nav-link:hover {
  border-left: 0.25rem solid #DD4B39;
  color: #0088FF;
  cursor: pointer;
  background-color: #cecece;
}
.sidebar .nav .nav-link:focus {
  background-color: #ccc;
}
.sidebar .nav .nav-link.active {
  color: #069;
  font-weight: bold;
  border-left: 0.24rem solid #DD4B39;
}

.pb-switch {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}
.pb-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.pb-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
  border: 2px solid #ccc;
  line-height: 22px;
  text-align: center;
  /* Rounded sliders */
}
.pb-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  transition: 0.4s;
}
.pb-slider.round {
  border-radius: 50%;
}
.pb-slider.round:before {
  border-radius: 50%;
}
.pb-slider i {
  font-size: 1rem;
  color: transparent;
}

input:checked + .pb-slider {
  border-color: #00C851;
}
input:checked + .pb-slider i {
  color: #00C851;
}

.form-check-input.md {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: 0.5rem;
}

.a {
  text-decoration: none;
}
.a:hover, .a:focus {
  cursor: pointer;
  color: #0088FF;
}

.text-book p {
  border-bottom: 1px dotted #484848;
}

p.text-book {
  border-bottom: 1px dotted #484848;
}

.link-text {
  text-decoration: none;
  color: #069;
}
.link-text:hover, .link-text:focus {
  text-decoration: underline;
}

.alert {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.alert-dismissible .btn-close {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.x-status {
  min-height: 4px;
  width: 100%;
}

.loading {
  background-color: #cccccc;
}
.loading > .indicator {
  display: block;
  height: 4px;
  animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  background-color: rgba(0, 102, 153, 0.8);
}

.thumbnail {
  display: block;
  height: 182px;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.25rem solid transparent;
  background-color: #ddd;
}
.thumbnail.class {
  display: block;
  height: 120px;
  color: #fff;
  text-decoration: none;
  border-bottom: 0.5rem solid transparent;
}
.thumbnail.class:hover, .thumbnail.class:focus {
  color: #ddd;
  border-bottom-color: #069 !important;
}
.thumbnail.class a {
  color: inherit;
}
.thumbnail.class .h4 {
  padding: 0 0.5rem;
  font-size: 1.4rem;
}
.thumbnail.class .counter-text {
  height: 60px;
  padding: 0 0.5rem;
  margin: 0;
  transition: all 0.3s linear;
}
.thumbnail.class .counter-text > span {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 42px;
  border: 2px solid #eee;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
}
.thumbnail.blue {
  color: #fff;
  background-color: #4285F4;
}
.thumbnail:hover, .thumbnail:focus {
  text-decoration: none;
  background-color: #00B1E1;
}
.thumbnail .icon {
  height: 100px;
}
.thumbnail .icon > i {
  line-height: 100px;
  font-size: 3rem;
}
.thumbnail .title {
  height: 50px;
  line-height: 25px;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all 0.3s linear;
}

.notifications-dropdown .dropdown-menu {
  min-width: 20rem;
}
.notifications-dropdown .panel {
  font-size: 0.9rem;
}

.card-1 {
  position: relative;
  min-height: 1px;
  border: 1px solid #ddd;
}
@media (min-width: 860px) and (max-width: 1024px) {
  .card-1 {
    height: 12.5rem;
  }
}
.card-1.default .card-header {
  background-color: #eee;
}

.card-2 {
  position: relative;
  display: block;
  height: 120px;
  color: #000;
  text-decoration: none;
}
.card-2:hover, .card-2:focus {
  color: inherit;
  text-decoration: none;
}
.card-2.dark {
  color: #fff;
}
.card-2.primary {
  border-color: #069;
  background-color: #069;
}
.card-2.secondary {
  border-color: #103265;
  background-color: #103265;
}
.card-2.info {
  border-color: #00B1E1;
  background-color: #00B1E1;
}
.card-2.success {
  border-color: #00C851;
  background-color: #00C851;
}
.card-2.warning {
  border-color: #FFBB33;
  background-color: #FFBB33;
}
.card-2.danger {
  border-color: #DD4B39;
  background-color: #DD4B39;
}
.card-2 .counter {
  padding: 0.25rem 1rem;
  margin: 1rem 0 0 0;
  font-weight: 700;
  font-size: 2rem;
  transition: all 0.3s ease;
}
.card-2 .counter-label {
  padding: 0.25rem 1rem;
  margin: 0;
  font-weight: 400;
  font-size: 1.3rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.card-2 .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  z-index: 1;
}
.card-2 .bg-icon .fa {
  display: inline-block;
  margin: 2rem 1rem;
  font-size: 3rem;
  color: rgba(255, 255, 255, 0.8);
}

.login {
  height: 100%;
  width: 100%;
  background-color: #2175F1;
}

.login-panel {
  display: block;
  width: 100%;
  max-width: 400px;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0.5rem #000;
  overflow: hidden;
}
.login-panel .login-logo img {
  width: 90px;
}

.login-footer a {
  font-weight: 600;
  font-size: 0.8rem;
  color: #484848;
}
.login-footer a:hover, .login-footer a:focus {
  color: #08f;
}

.fa-male {
  color: #4285F4;
}

.fa-female {
  color: #EC407A;
}

.table td > .fa-check {
  color: #00C851;
}
.table td .progress {
  margin-bottom: 0;
  background-color: #ddd;
  background-image: none;
}
.table.timetable-updater tbody td {
  padding: 0;
}
.table.timetable-updater tbody td select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.table > tbody > tr > td.edit {
  padding: 0;
}
.table > tbody > tr > td.edit:focus {
  border-color: #08f;
}
.table > tbody > tr > td.edit input {
  display: inline-block;
  width: 70px;
  height: 37px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin: 0;
  border: 0;
}
.table > tbody > tr > td.edit input:focus {
  color: #fff;
  border: 0;
  outline: 0;
  box-shadow: none;
  background-color: #08f;
}
.table > tbody > tr > td.edit > label {
  display: inline-block;
  margin: 0;
  padding: 4px 4px 0 4px;
}
.table > tbody > tr > td.edit > label input {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
}

.td {
  display: table-cell;
}

.tr {
  display: table-row;
}

.sorting,
.sorting_asc,
.sorting_desc {
  padding-right: 0.5rem;
  background-position: right center;
  background-repeat: no-repeat;
}

.sorting {
  background-image: url("../img/sort_both.png");
}

.sorting_asc {
  background-image: url("../img/sort_asc.png");
}

.sorting_desc {
  background-image: url("../img/sort_desc.png");
}

.v-align-middle {
  vertical-align: middle !important;
}

.dt-buttons {
  margin-bottom: 1rem;
}

.dataTables_filter {
  display: inline-block;
  float: right;
  min-width: 240px;
}

.dataTables_empty {
  padding: 2rem 1rem !important;
  text-align: center;
}

.dataTables_info {
  float: left;
}

.dataTables_paginate {
  float: right;
}

.table-print {
  border-color: #000;
  font-size: 12px;
}

.sui-barchart {
  border: 0.25rem solid #ccc;
  background-color: #ddd;
}

.chartjs-size-monitor {
  z-index: 1 !important;
}

.chart-primary {
  background-color: #069;
}

.chart-keys {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.chart-keys .key {
  display: inline-block;
  border-radius: 27px;
}
.chart-keys .key > div {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
}

.chart-count {
  position: relative;
  height: 150px;
  margin-bottom: 1rem;
  z-index: 1;
  border: 1px solid #ccc;
  background-color: #fff;
}
.chart-count.chart-primary .counter {
  color: #00B9D0;
}
.chart-count.chart-secondary .counter {
  color: #484848;
}
.chart-count.chart-warning .counter {
  color: #FF9302;
}
.chart-count.chart-danger .counter {
  color: #EC3B35;
}
.chart-count.chart-success .counter {
  color: #4AA94D;
}
.chart-count .counter {
  height: 70px;
  line-height: 70px;
  padding: 0 1rem;
  font-size: 2rem;
  background-color: #fff !important;
}
.chart-count .counter small {
  font-weight: 400;
  font-size: 0.7em;
  color: #000 !important;
}
.chart-count .chart-label {
  height: 40px;
  line-height: 30px;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
  background-color: #ddd;
}
.chart-count .footer {
  height: 40px;
  padding: 0.25rem;
}

.progress-counter {
  border-bottom: 1px solid #ddd;
}
.progress-counter:hover, .progress-counter:focus {
  background-color: #ddd;
}
.progress-counter:hover .indicator, .progress-counter:focus .indicator {
  background-color: #fff;
}
.progress-counter .head {
  height: 30px;
}
.progress-counter .head .title {
  float: left;
  width: calc(100% - 50px);
  height: 30px;
}
.progress-counter .head .counter {
  float: left;
  width: 50px;
  height: 30px;
}
.progress-counter .indicator {
  height: 0.5rem;
  background-color: #ddd;
}
.progress-counter .indicator > div {
  width: 0;
  height: 0.5rem;
  background-color: #069;
}

.calendar .months-container {
  clear: both;
  overflow: hidden;
}
.calendar .months-container > [class*=col-] {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.calendar table.month {
  min-height: 210px !important;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}
.calendar .month-container {
  min-height: 211px !important;
  margin-bottom: 0.5rem;
}

.calendar-wrapper {
  background-color: #E9E7EA;
}
.calendar-wrapper > .header {
  padding: 1rem;
  border: 0 solid #ccc;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
}
.calendar-wrapper > .header h5 {
  margin-bottom: 0;
  font-weight: 700;
}
.calendar-wrapper .calendar {
  width: 100%;
  border: 1px solid #069;
  background-color: #069;
}
.calendar-wrapper .calendar th.header {
  padding: 0.3rem 0.5rem;
  color: #fff;
}
.calendar-wrapper .calendar .day {
  padding: 0.3rem 0.5rem;
  color: #fff;
}
.calendar-wrapper .calendar .day.today {
  padding-left: 0;
  padding-right: 0;
}
.calendar-wrapper .calendar .day.today > span {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  color: #069;
  border-radius: 50%;
  background-color: #fff;
}

.id-page {
  position: relative;
  max-width: 960px;
  min-height: 480px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.42857143;
  color: #000;
  background-color: #fff;
}

.id-card {
  position: relative;
  font-family: Arial, serif !important;
  font-size: 16px;
  width: 677px;
  height: 414px;
  margin: 2rem auto;
  border-radius: 0.5rem !important;
  border: 2px solid #BE0000 !important;
  overflow: hidden;
}
.id-card .section.top {
  height: 130px;
  background-color: #fff !important;
}
.id-card .section.top img {
  width: 100%;
  height: 100%;
  margin: 10px 0;
  max-height: calc(100% - 20px);
}
.id-card .section.spacer {
  font-family: Arial, serif !important;
  height: 40px;
  color: #fff !important;
  overflow: hidden;
  border-bottom: 4px solid #BE0000;
  background-color: #069 !important;
}
@media print {
  .id-card .section.spacer {
    color: #fff !important;
  }
}
.id-card .section.spacer .number {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.id-card .section.spacer .title {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
}
.id-card .section.main {
  position: relative;
  overflow: hidden;
}
.id-card .section.main .photo,
.id-card .section.main .content {
  float: left;
  height: 230px;
}
.id-card .section.main .photo {
  position: relative;
  width: 208px;
  height: 210px;
  margin-top: 3px;
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  z-index: 10;
}
.id-card .section.main .photo img {
  width: 100%;
  border: 1px solid #aaa;
}
.id-card .section.main .content {
  width: 465px;
  padding: 10px 0 8px 0;
}
.id-card .section.main .content .name,
.id-card .section.main .content .class {
  font-family: "Times New Roman";
  font-weight: bold;
  font-size: 18px;
  color: #0000cc !important;
}
.id-card .section.main .content .name {
  text-transform: uppercase;
  font-size: 20px;
}
.id-card .section.main .content .date {
  color: red !important;
  font-weight: bold;
}
.id-card .section.main .content .item {
  height: 36px;
}
.id-card .section.main .content .item .text-content {
  float: left;
  height: 36px;
  line-height: 30px;
}
.id-card .section.main .content .item .title {
  padding-right: 15px;
  font-size: 18px;
  line-height: 30px;
}
.id-card .section.main .content .item .text-content {
  position: relative;
  min-width: 100px;
}
.id-card .section.main .content .item .text-content img {
  width: 200px;
}
.id-card .section.main .content .item .text-content .signature {
  position: absolute;
  display: block;
  bottom: 4px;
  left: 4px;
  right: 4px;
  font-size: 12px !important;
  line-height: 14px !important;
  color: maroon;
  text-align: center;
}
.id-card.id-card-back {
  border: 0 !important;
  page-break-after: always;
}
.id-card.id-card-back .section.top {
  height: 130px;
  background-color: #ddb;
}
.id-card.id-card-back .section.spacer {
  height: 141px;
  background-color: #9dd;
}
.id-card.id-card-back .section.footer {
  height: 141px;
  background-color: #d9d;
}

.report-card {
  position: relative;
  width: 980px;
  min-height: 1386px;
  padding: 10px 20px;
  margin-bottom: 4px;
  font-size: 14px;
  page-break-after: always;
  font-family: Calibri, Arial, "Roboto", "Helvetica Neue", serif;
}
.report-card .overlay-pad {
  padding: 50px 30px 10px 30px;
}
.report-card .report-header h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 700;
}
.report-card table.text-center th {
  text-align: center;
}
.report-card table.text-center .al {
  text-align: left !important;
}
.report-card td.r, .report-card td .r, .report-card th.r, .report-card th .r {
  color: red !important;
}
.report-card td.s, .report-card th.s {
  font-weight: bold !important;
}
.report-card td.bn, .report-card th.bn {
  border: none;
}
.report-card span.udl {
  display: inline-block;
  border-bottom: 1px dotted #000;
}
.report-card .table-sm > :not(caption) > * > * {
  padding: 0.2rem 0.2rem;
}
.report-card .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eee;
}
.report-card.print-size-normal .table-sm > :not(caption) > * > * {
  padding: 0.2rem 0.2rem;
}
.report-card.print-size-normal .report-header-content .table-sm > tbody > tr > td {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.report-card.print-size-normal .award-section {
  margin-bottom: 2rem !important;
}
.report-card.print-size-small .table-sm > :not(caption) > * > * {
  padding: 0.2rem 0.2rem;
}
.report-card.print-size-small .report-header-content .table-sm > tbody > tr > td {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.report-card.print-size-small .award-section {
  margin-bottom: 2rem !important;
}

.report-center-content {
  min-height: 60em;
}

.marks-table {
  border-color: #000;
  border-width: 2px;
}
.marks-table > thead > tr > th,
.marks-table > tfoot > tr > th {
  border-color: #000 !important;
  border-width: 2px !important;
  font-size: 20px !important;
  vertical-align: middle;
}
.marks-table > tbody > tr > td {
  border-color: #000 !important;
  border-width: 2px !important;
  font-size: 20px !important;
}

.report-header h1 {
  font-size: 30px;
}

.text-book {
  border-bottom: 2px dotted #000 !important;
}

.report-tpl-0 {
  font-family: Arial, serif !important;
}

.select2-sm .select2-container .select2-selection--single {
  padding: 0;
  font-size: 0.875rem;
}
.select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1070;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 1070;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.text-danger {
  color: red !important;
}

.bg-support {
  background-color: #ddd;
}

.btn-support {
  border-color: #ddd;
  background-color: #ddd;
}

.dashboard {
  background-color: #ECF5FC;
}

#mainMenu .nav-link {
  padding-left: 1rem;
  padding-right: 1rem;
}

.single-count {
  font-size: 1.5rem;
}

.employees {
  padding: 0;
  margin: 0;
  list-style: none;
}
.employees > li {
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}
.employees > li:hover, .employees > li:focus {
  background-color: #fff;
}
.employees > li:hover > div, .employees > li:focus > div {
  border-left-color: #069;
}
.employees > li > div, .employees > li a {
  display: block;
  color: #000;
  text-decoration: none;
  border-left: 0.25rem solid transparent;
  padding: 0.5rem;
}
.employees > li > div:hover, .employees > li > div:focus, .employees > li a:hover, .employees > li a:focus {
  text-decoration: none;
}
.employees > li .names {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.employees > li .designation {
  font-size: 0.8rem;
}
.employees > li .bio {
  font-size: 0.8rem;
}
.employees > li .phone {
  font-size: 0.8rem;
}

.person-profile-header {
  margin-bottom: 1rem;
  background-color: #ddd;
}

#account {
  float: right;
  color: #fff;
}
#account > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#account > ul > li {
  float: left;
}
#account > ul > li:first-child > a {
  border-left: 1px solid #444;
}
#account > ul > li:last-child > a {
  border-right: none;
}
#account > ul > li > a {
  color: #fff;
  display: block;
  font-size: 13px;
  line-height: 30px;
  padding: 4px 20px;
  text-decoration: none;
  border-right: 1px solid #333;
  background-color: #000;
}
#account > ul > li > a:hover, #account > ul > li > a:focus {
  text-decoration: none;
  color: #f90;
  background-color: #484848;
}

.registration-form .form-label {
  margin-bottom: 0.25rem;
}

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