/* Gradient Background */
.gradient-lighter {
  background: -webkit-linear-gradient(to right, #8cddf6, #c4f3f5, white); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #8cddf6, #c4f3f5, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-light {
  background: -webkit-linear-gradient(to right, #46c8f0, #83e6e9, white); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #46c8f0, #83e6e9, white); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.gradient-dark {
  background: -webkit-linear-gradient(to right, #0a637e, #1d9ea2, #f1f1f1); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0a637e, #1d9ea2, #f1f1f1); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.row {
  margin: 0;
}

.col,
[class^=col-] {
  padding: 0;
}

.col-w1 {
  max-width: 1rem;
}

.col-w2 {
  max-width: 2rem;
}

.col-w3 {
  max-width: 3rem;
}

.col-w4 {
  max-width: 4rem;
}

.col-w5 {
  max-width: 5rem;
}

.col-w6 {
  max-width: 6rem;
}

.col-w7 {
  max-width: 7rem;
}

.col-w8 {
  max-width: 8rem;
}

.col-w9 {
  max-width: 9rem;
}

.col-w10 {
  max-width: 10rem;
}

.col-w11 {
  max-width: 11rem;
}

.col-w12 {
  max-width: 12rem;
}

.col-w13 {
  max-width: 13rem;
}

.col-w14 {
  max-width: 14rem;
}

.col-w15 {
  max-width: 15rem;
}

.col-w16 {
  max-width: 16rem;
}

.col-w17 {
  max-width: 17rem;
}

.col-w18 {
  max-width: 18rem;
}

.col-w19 {
  max-width: 19rem;
}

.col-w20 {
  max-width: 20rem;
}

.col-w21 {
  max-width: 21rem;
}

.col-w22 {
  max-width: 22rem;
}

.col-w23 {
  max-width: 23rem;
}

.col-w24 {
  max-width: 24rem;
}

.nav-pills .nav-link {
  margin: 0.2rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #0a5f79;
  background-color: rgb(255, 255, 255);
  padding: 0.25rem 1rem;
  transition: background-color 0.4s;
  border-radius: 1rem;
}
.nav-pills .nav-link.active {
  background-color: #0a5f79;
  color: white;
}
.nav-pills .nav-link:hover:not(.active) {
  background-color: #0a5f79;
  color: white;
}

.bg-muted {
  background-color: rgb(95, 95, 95);
}

.modal-dialog {
  max-width: 600px;
  margin: 1.75rem auto;
}

#ribbon,
#page {
  width: 100%;
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  -moz-transition: margin-left 0.3s ease, width 0.3s ease;
  -o-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
  scroll-snap-type: y mandatory;
}

#page {
  height: 100%;
  padding: 0.5rem;
  background-color: rgb(235, 235, 235);
}
#page #page-content {
  height: 100%;
}

#ribbon {
  z-index: 50;
  position: fixed;
}
#ribbon .toolbar {
  background-color: white;
  border: 1px solid #dfdfdf;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(80, 80, 80, 0.4);
  z-index: 50;
  padding: 0.5rem 1rem;
}
#ribbon .toolbar .title {
  font-size: 1.5rem;
}
#ribbon .toolbar .input-group {
  width: auto;
}
#ribbon .toolbar .btn {
  padding: 0.1rem 0.5rem;
}
#ribbon .toolbar .btn-action {
  background-color: #0e84a8;
  border-color: rgb(97, 178, 202);
  padding: 0.25rem 0.6rem;
  width: 100%;
  font-size: 1rem;
}
#ribbon .toolbar .btn-action i {
  margin: 0 0.6rem 0 0;
  font-size: 1rem;
}
#ribbon .toolbar .btn-action:hover {
  background-color: #12a9d7;
  color: white;
}
#ribbon .toolbar div[class*=col] {
  padding: 0.25rem 0.125rem;
}

@media (min-width: 720px) {
  #sidemenu {
    width: 15rem;
  }
  #sidemenu .text {
    max-width: 100%;
    opacity: 1;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }
  #sidemenu.toggled {
    width: 3rem;
  }
  #sidemenu.toggled .text {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu.toggled ~ #page, #sidemenu.toggled ~ #ribbon {
    width: calc(100% - 3rem);
    margin-left: 3rem;
  }
}
@media (max-width: 720px) {
  #sidemenu {
    width: 0;
  }
  #sidemenu .text {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidemenu.toggled {
    width: 15rem;
  }
  #sidemenu.toggled .text {
    max-width: 100%;
    opacity: 1;
  }
}

.navbar {
  box-shadow: 0 1px 4px 0 rgba(10, 95, 121, 0.4);
  background-color: rgba(10, 95, 121, 0.9);
  backdrop-filter: blur(5px);
  border: 0;
  padding: 0;
}
.navbar .nav-item {
  transition: background-color 0.5s;
}
.navbar .nav-item .nav-link {
  font-size: 1rem;
  text-shadow: 0px 0px 3px #000000;
  color: rgb(255, 255, 255);
  padding: 0.6rem 1rem 0.4rem;
}
.navbar .nav-item .nav-link .nav-link-icon {
  font-size: 1.2em;
  color: white;
  padding-right: 0.5rem;
}
.navbar .nav-item .dropdown-menu {
  background-color: #0a5f79;
  min-width: 18rem;
  border-radius: 0 0 1rem 1rem;
  border: 0;
  box-shadow: 0px 4px 6px 0 rgba(0, 0, 0, 0.5);
  transition: height 1s;
  margin-top: 0;
  z-index: -1;
}
.navbar .nav-item .dropdown-menu .nav-link-icon {
  min-width: 2rem;
}
.navbar .nav-item .dropdown-menu .nav-link-text {
  margin-left: 0.5rem;
}
.navbar .nav-item:hover {
  background-color: #063a4a;
  color: #1096c0;
}
.navbar .nav-item.active {
  background-color: #063a4a;
  color: #0a5f79;
}
.navbar .nav-item.nav-subitem {
  background-color: #0a5b74;
  padding-left: 1rem;
}
.navbar .admin-link {
  color: white;
  margin-right: 2rem;
}
.navbar .brand-container .brand-logo-container {
  text-align: center;
  margin: auto;
}
.navbar .brand-container .brand-logo-container img {
  max-height: 72px;
  margin: auto;
}
.navbar .brand-container .brand-text-container {
  padding-left: 0.5rem;
  text-align: left;
}
.navbar .brand-container .brand-text-container .brand-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  text-shadow: 0px 0px 4px #000000;
  line-height: 2rem;
}
.navbar .brand-container .brand-text-container .brand-subtitle {
  font-size: 1rem;
  font-weight: 600;
  color: white;
  line-height: 1.2rem;
}
.navbar .navbar-toggler {
  color: white;
  font-size: 1.4rem;
  margin: 0.25rem;
}

@keyframes fade_in_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media all and (min-width: 768px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    margin-top: 0;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    animation: fade_in_show 0.2s;
  }
}
.card {
  background-color: white;
  border: 1px solid #dfd5e9;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px 0 rgb(212, 212, 212);
  margin: 0.5rem;
  overflow: hidden;
}
.card .card-body {
  padding: 1rem 2rem;
}
.card .card-body > .datalist, .card .card-body > .list {
  margin-left: -2rem;
  margin-right: -2rem;
}
.card .card-body object {
  margin-right: -1rem;
  width: 100%;
  min-height: 1024px;
}
.card .card-body .searchbox {
  padding: 1rem;
}
.card .card-body .searchbox .col:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.card .card-body .searchbox [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}
.card .card-body .searchbox {
  background-color: #fafafa;
  border-top: 1px solid rgb(233, 233, 233);
  border-bottom: 1px solid rgb(233, 233, 233);
}
.card .card-body .title {
  text-align: center;
  padding: 1rem 0;
}
.card .card-body .title .tag, .card .card-body .title .timeline .timeline-item .tag-institution, .timeline .timeline-item .card .card-body .title .tag-institution, .card .card-body .title .tag-complaint-forwardee, .card .card-body .title .tag-complaint-origin, .card .card-body .title .tag-intime, .card .card-body .title .tag-delayed, .card .card-body .title .tag-online, .card .card-body .title .tag-complaint, .card .card-body .title .tag-id, .card .card-body .title .tag-dark, .card .card-body .title .tag-primary {
  font-size: 1rem;
}
.card .card-body .title .logo {
  margin: auto;
  width: 120px;
  transition: transform 0.2s ease-in;
}
.card .card-body .title .logo:hover {
  transform: scale(1.05);
}
.card .card-body .title .text {
  font-size: 1.8rem;
  padding: 1rem 0 0.5rem;
}
.card .card-body .title .subtext {
  font-size: 1rem;
  color: #7a7a7a;
}

.card + .card {
  margin-top: 1rem;
}

.card-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #0a5f79;
  text-align: center;
  padding: 2rem 1rem 0.5rem;
}

.card-top {
  text-align: center;
  border-bottom: 1px solid rgba(10, 95, 121, 0.2);
  padding: 0.5rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  background-color: #8cddf6;
}
.card-top .title {
  font-size: 1.2rem;
  color: #0a5f79;
  font-weight: 600;
}
.card-top .subtitle {
  font-size: 1rem;
  color: #0a5f79;
}

.card-bottom {
  background-color: #eeeeee;
  text-align: center;
  border-top: 1px solid rgba(10, 95, 121, 0.2);
  padding: 1rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.card-bottom .btn {
  margin: 0 0.2rem;
}
.card-bottom .col:not(:last-child) {
  padding-right: 0.25rem;
}
.card-bottom .col:not(:first-child) {
  padding-left: 0.25rem;
}
.card-bottom [class^=col-]:not(:last-child) {
  padding-right: 0.25rem;
}
.card-bottom [class^=col-]:not(:first-child) {
  padding-left: 0.25rem;
}

.statcard {
  padding: 0.5rem;
  text-align: center;
  background-color: rgb(239, 248, 255);
  transition: filter 0.5s ease;
  margin: 0.5rem;
  border-radius: 0.5rem;
  /*
    &:hover {
      filter: brightness(110%);
      //filter: drop-shadow(2px 2px 2px rgb(190, 190, 190))
    }*/
}
.statcard.active {
  background-color: rgb(254, 255, 202);
}
.statcard.active .icon {
  color: rgb(231, 192, 18);
}
.statcard.delayed {
  background-color: rgb(255, 227, 227);
}
.statcard.delayed .icon {
  color: rgb(165, 31, 31);
}
.statcard .title {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgb(53, 53, 53);
  padding: 0.2rem 0;
}
.statcard .number {
  font-size: 2.4rem;
  font-weight: 600;
}
.statcard .number2 {
  font-size: 1.4rem;
  color: rgb(158, 158, 158);
  font-weight: 600;
}
.statcard .subtext {
  font-size: 0.8rem;
  color: rgb(158, 158, 158);
}
.statcard .icon {
  font-size: 2rem;
  margin: auto;
}

/* Switch Specific Styles Start */
input[type=checkbox].switch {
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 3em;
  height: 1.5em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
  background: rgb(214, 214, 214);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked {
  background: #0a5f79;
}

input[type=checkbox].switch:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox].switch:checked:after {
  left: calc(100% - 1.5em);
}

.form-group {
  padding: 0.5rem;
}
.form-group.hidden {
  display: none;
}

.input-group-text {
  background-color: rgba(255, 255, 255, 0.1);
}

.form-control,
.custom-select,
.form-control[readonly] {
  background-color: #fffdeb;
  font-size: 0.9rem;
  padding: 0.25rem 0.5rem 0.15rem;
  border-color: rgba(10, 95, 121, 0.2);
}
.form-control:focus,
.custom-select:focus,
.form-control[readonly]:focus {
  border-color: rgba(10, 95, 121, 0.2);
  background-color: rgb(255, 245, 158);
}
.form-control:disabled,
.custom-select:disabled,
.form-control[readonly]:disabled {
  background-color: rgb(238, 238, 238);
}

select.formcontrol.changed-input {
  background-color: red;
}

.radio_circle {
  width: 2rem;
}

input[type=radio] {
  width: 1rem;
  height: 1rem;
}

.radio-group {
  border: 1px solid rgba(10, 95, 121, 0.2);
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  background-color: #fffdeb;
}
.radio-group label {
  font-weight: 400;
}

.slider {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: rgba(10, 95, 121, 0.4);
  outline: none;
}

.radiolist {
  padding: 0.2rem 0;
}

.radiolistitem + .radiolistitem {
  border-top: 1px solid rgb(201, 201, 201);
}

.input-label {
  font-size: 0.9rem;
  color: #0a5f79;
}

label {
  font-size: 0.9rem;
  color: #053340;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
label.sinhala {
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.form-section {
  padding: 1rem 0;
}
.form-section .form-section-title {
  font-size: 1.2rem;
  color: #0a5f79;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form-section:not(:last-child) {
  border-bottom: 2px dashed rgb(216, 216, 216);
}

.radio-group-labels .form-check {
  padding-left: 0;
  padding-right: 0.3rem;
}
.radio-group-labels .form-check-label {
  background-color: rgb(240, 240, 240);
  width: 100%;
  padding: 0.1rem;
  border-radius: 0.25rem;
  cursor: pointer;
}
.radio-group-labels input[type=radio] {
  opacity: 0;
}
.radio-group-labels input[type=radio]:checked + label {
  background-color: rgb(252, 252, 163);
}

.switchbox {
  text-align: center;
}

#pdfcontainer {
  margin: auto;
  background-color: #eeeeee;
  border-radius: 0.5rem;
  min-height: 600px;
  height: auto;
  max-width: 480px;
}
#pdfcontainer > * {
  height: 100%;
}

.tag, .timeline .timeline-item .tag-institution, .tag-complaint-forwardee, .tag-complaint-origin, .tag-intime, .tag-delayed, .tag-online, .tag-complaint, .tag-id, .tag-dark, .tag-primary {
  background-color: rgb(49, 49, 49);
  color: white;
  font-size: 0.9rem;
  padding: 0.15rem 0.6rem;
  border-radius: 0.3rem;
  transition: filter 0.5s, background-color 0.5s;
  display: inline-block;
  text-align: center;
}

.tag-group {
  margin-right: 0.5rem;
}
.tag-group .tag:not(:last-child), .tag-group .timeline .timeline-item .tag-institution:not(:last-child), .timeline .timeline-item .tag-group .tag-institution:not(:last-child), .tag-group .tag-complaint-forwardee:not(:last-child), .tag-group .tag-complaint-origin:not(:last-child), .tag-group .tag-intime:not(:last-child), .tag-group .tag-delayed:not(:last-child), .tag-group .tag-online:not(:last-child), .tag-group .tag-complaint:not(:last-child), .tag-group .tag-id:not(:last-child), .tag-group .tag-dark:not(:last-child), .tag-group .tag-primary:not(:last-child) {
  margin-right: 0.2rem;
}
.tag-group .tag:not(:first-child), .tag-group .timeline .timeline-item .tag-institution:not(:first-child), .timeline .timeline-item .tag-group .tag-institution:not(:first-child), .tag-group .tag-complaint-forwardee:not(:first-child), .tag-group .tag-complaint-origin:not(:first-child), .tag-group .tag-intime:not(:first-child), .tag-group .tag-delayed:not(:first-child), .tag-group .tag-online:not(:first-child), .tag-group .tag-complaint:not(:first-child), .tag-group .tag-id:not(:first-child), .tag-group .tag-dark:not(:first-child), .tag-group .tag-primary:not(:first-child) {
  margin-left: 0.2rem;
}

.tag-primary {
  background-color: #0a5f79;
}

.tag-dark {
  background-color: rgb(63, 63, 63);
}

a.tag:hover, .timeline .timeline-item a.tag-institution:hover, a.tag-complaint-forwardee:hover, a.tag-complaint-origin:hover, a.tag-intime:hover, a.tag-delayed:hover, a.tag-online:hover, a.tag-complaint:hover, a.tag-id:hover, a.tag-primary:hover, a.tag-dark:hover {
  color: white;
  filter: brightness(125%);
}

.tag-id {
  letter-spacing: 1px;
  background-color: #0a5f79;
  font-size: 0.9rem;
}

.tag-complaint {
  letter-spacing: 1px;
  background-color: rgb(146, 13, 146);
  font-size: 0.9rem;
}

.tag-online {
  background-color: rgb(66, 192, 34);
  color: rgb(255, 255, 255);
  font-size: 0.9rem;
}

.tag-delayed {
  background-color: red;
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.tag-intime {
  background-color: rgb(24, 132, 221);
  color: white;
  font-size: 1rem;
  font-weight: 600;
}

.tag-complaint-origin {
  background-color: rgb(33, 88, 160);
  color: white;
  font-size: 0.9rem;
}

.tag-complaint-forwardee {
  background-color: rgb(58, 58, 58);
  color: white;
  font-size: 0.9rem;
}

.conclusion-text {
  font-size: 1rem;
  font-weight: 600;
}
.conclusion-text-2 {
  color: rgb(37, 37, 37);
}
.conclusion-text-3 {
  color: rgb(145, 41, 41);
}
.conclusion-text-4 {
  color: rgb(30, 139, 30);
}

.subtext {
  font-size: 0.9rem;
  color: rgb(90, 90, 90);
}

.icon-xl {
  font-size: 3rem;
}

.icon-md {
  font-size: 2.5rem;
}

.text-xxl {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 1.5rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-md {
  font-size: 1.1rem;
}

.text-sm {
  font-size: 0.9rem;
}

.text-xs {
  font-size: 0.8rem;
}

.text-xxs {
  font-size: 0.7rem;
}

.text-primary {
  color: #0a5f79 !important;
}

.text-green {
  color: rgb(66, 202, 53);
}

.text-searched {
  background-color: yellow;
  color: black;
  font-weight: 600;
  padding: 0 0.1rem;
}

@media screen and (max-width: 420px) {
  .text-hide-sm {
    display: none;
  }
}

.text-normal {
  font-weight: 400;
}

.text-strong {
  font-weight: 600;
}

.text-w500 {
  font-weight: 500;
}

.text-w600 {
  font-weight: 600;
}

.text-size1 {
  font-size: 1.1rem;
}

.text-size2 {
  font-size: 1rem;
}

.text-size3 {
  font-size: 0.9rem;
}

.text-size4 {
  font-size: 0.8rem;
}

.progress-text-50 {
  color: rgb(46, 158, 61);
}
.progress-text-30 {
  color: rgb(80, 163, 149);
}
.progress-text-20 {
  color: rgb(214, 166, 10);
}
.progress-text-10, .progress-text-11 {
  color: rgb(110, 108, 108);
}
.progress-text-1, .progress-text-2 {
  color: rgb(204, 28, 28);
}

.text-edit {
  font-size: 0.9rem;
  color: rgb(53, 53, 53);
  border-radius: 0.2rem;
}

.datalist .listitem,
.list .listitem {
  position: relative;
}
.datalist .listitem + .listitem,
.list .listitem + .listitem {
  border-top: 1px solid rgb(230, 230, 230);
}
.datalist .listitem.bg-green,
.list .listitem.bg-green {
  background-color: rgb(215, 248, 215);
}
.datalist .listitem.bg-red,
.list .listitem.bg-red {
  background-color: rgb(255, 238, 238);
}
.datalist .listitem.listitem-muted,
.list .listitem.listitem-muted {
  background-color: rgb(241, 241, 241);
}
.datalist .listitem.listitem-highlighted,
.list .listitem.listitem-highlighted {
  background-color: rgb(255, 253, 142);
}
.datalist .listitem.completed-2,
.list .listitem.completed-2 {
  background-color: rgb(255, 255, 255);
}
.datalist .listitem.completed-3,
.list .listitem.completed-3 {
  background-color: rgb(253, 238, 238);
}
.datalist .listitem.completed-4,
.list .listitem.completed-4 {
  background-color: rgb(227, 255, 218);
}
@keyframes animationFrames {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.datalist .listitem .spinner,
.list .listitem .spinner {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.4rem;
  height: 100%;
  font-size: 2rem;
  animation: animationFrames ease-in-out 2000ms;
  animation-iteration-count: infinite;
  animation-fill-mode: letters;
}
.datalist .listitem.listitem-sm .spinner,
.list .listitem.listitem-sm .spinner {
  padding: 0.25rem;
  font-size: 1.2rem;
}
.datalist .listitem .datalist,
.list .listitem .datalist {
  margin: 0.5rem;
  margin-bottom: 1rem;
  background-color: rgb(248, 250, 253);
  border: 1px solid rgb(240, 240, 240);
  border-radius: 0.5rem;
  overflow: hidden;
}

.datalist > .listitem:hover .listitem-content {
  background-color: rgba(10, 95, 121, 0.05);
}
.datalist > .listitem:hover .showonhover {
  opacity: 1;
}
.datalist > .listitem:hover .showonhover.btn {
  pointer-events: auto;
}

.list > .listitem:hover .showonhover {
  opacity: 1;
}
.list > .listitem:hover .showonhover.btn {
  pointer-events: auto;
}

.listitem-content {
  position: relative;
  transition: background-color 0.4s;
  padding: 0.25rem 1rem;
  overflow-wrap: break-word;
  word-wrap: break-all;
}
.listitem-content > .timeline {
  margin-left: -1rem;
  margin-right: -1rem;
}

.li-icon {
  vertical-align: top;
  text-align: center;
  max-width: 5rem;
}
.li-icon img {
  width: 2.5rem;
  height: 2.5rem;
}
.li-icon i {
  margin-top: 0.4rem;
  font-size: 1.8rem;
  color: #0a5f79;
  transition: background-color 0.4s;
}
.li-label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #0a5f79;
}

.col-datebox {
  max-width: 5rem;
  text-align: center;
}
.col-datebox .year {
  font-size: 0.7rem;
  color: rgb(128, 128, 128);
  margin-bottom: -0.3rem;
}
.col-datebox .date {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.col-datebox .delay {
  display: inline-block;
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 1rem;
  border-radius: 0.25rem;
  padding: 0.1rem 0.5rem;
  background-color: rgb(60, 167, 92);
}
.col-datebox .delay.late {
  background-color: rgb(240, 27, 27);
  color: white;
}

.col-idbox {
  max-width: 4rem;
  margin-top: 0.5rem;
  text-align: center;
}
.col-idbox i {
  font-size: 2.2rem;
}
.col-idbox .id {
  font-size: 1.1rem;
  color: black;
  font-weight: 600;
}

.datatable {
  border: 2px solid rgb(156, 156, 156);
  margin: 2rem 1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
.datatable .cell, .datatable .listitem .listitem-content .textcell, .datatable .listitem .listitem-content .datacell {
  padding: 0.4rem 0.4rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.datatable .cell + .cell, .datatable .listitem .listitem-content .textcell + .cell, .datatable .listitem .listitem-content .cell + .textcell, .datatable .listitem .listitem-content .textcell + .textcell, .datatable .listitem .listitem-content .datacell + .cell, .datatable .listitem .listitem-content .datacell + .textcell, .datatable .listitem .listitem-content .cell + .datacell, .datatable .listitem .listitem-content .textcell + .datacell, .datatable .listitem .listitem-content .datacell + .datacell {
  border-left: 1px solid rgb(196, 196, 196);
}
.datatable .cell.textcell, .datatable .listitem .listitem-content .textcell {
  justify-content: left;
  padding-left: 1rem;
}
.datatable .cell.datacell, .datatable .listitem .listitem-content .datacell {
  font-weight: 600;
  font-size: 1.2em;
}
.datatable .row-head {
  border-bottom: 2px solid rgb(156, 156, 156);
  background-color: #8cddf6;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
}
.datatable .row-head .cell, .datatable .row-head .listitem .listitem-content .textcell, .datatable .listitem .listitem-content .row-head .textcell, .datatable .row-head .listitem .listitem-content .datacell, .datatable .listitem .listitem-content .row-head .datacell {
  padding: 1rem 0.4rem;
}
.datatable .row-data {
  transition: background-color 0.4s;
}
.datatable .row-data + .row-data {
  border-top: 1px solid rgb(196, 196, 196);
}
.datatable .row-data:hover {
  background-color: rgba(10, 95, 121, 0.1);
}
.datatable .row-total {
  background-color: rgb(255, 255, 179);
  border-top: 2px solid rgb(156, 156, 156);
  font-size: 1rem;
  font-weight: 600;
}
.datatable .listitem {
  position: relative;
}
.datatable .listitem.listitem-highlighted {
  background-color: rgb(255, 253, 142);
}
.datatable .listitem .listitem-content {
  position: relative;
  transition: background-color 0.4s;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-all;
}
.datatable .listitem .listitem-content .datacell {
  justify-content: center;
  font-weight: 600;
}
.datatable .listitem .listitem-content .textcell {
  justify-content: left;
  padding-left: 0.6rem;
}

::-webkit-scrollbar {
  width: 0.6rem;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: rgba(10, 95, 121, 0.5);
  border: 0px none #ffffff;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #0a5f79;
}

::-webkit-scrollbar-thumb:active {
  background: rgba(10, 95, 121, 0.5);
}

::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
}

/*
  ::-webkit-scrollbar-track:hover {
    background: $dark;
  }

  ::-webkit-scrollbar-track:active {
    background: transparent;
  }
*/
::-webkit-scrollbar-corner {
  background: transparent;
}

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #000000;
  background: rgb(255, 245, 158);
  border: 1px solid rgba(10, 95, 121, 0.2);
  border-bottom-color: #bbb;
  border-radius: 0.5rem;
}

/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-single {
  *zoom: 1;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 16px;
  font-weight: 600;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 40px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0.1rem;
  color: rgb(39, 39, 39);
}

.pika-table th {
  color: white;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  background-color: #0a5f79;
}
.pika-table th:first-child {
  border-radius: 0.2rem 0 0 0.2rem;
}
.pika-table th:last-child {
  border-radius: 0 0.2rem 0.2rem 0;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgb(255, 245, 158);
  color: #000000;
  font-size: 1.2rem;
  line-height: 1.1rem;
  text-align: center;
  background: #f7f7f7;
}

.pika-week {
  font-size: 14px;
  color: #410f0f;
}

.is-today .pika-button {
  color: orangered;
  font-weight: bold;
}

.is-selected .pika-button,
.has-event .pika-button {
  color: white;
  font-weight: bold;
  background: #0a5f79;
  border-radius: 3px;
}

.has-event .pika-button {
  background: #f8324c;
  box-shadow: inset 0 1px 3px #0076c9;
}

.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}

.is-outside-current-month .pika-button {
  color: #999;
  opacity: 0.3;
}

.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #0a5f79;
  box-shadow: none;
  border-radius: 0.25rem;
}

/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

#sidemenu {
  position: fixed;
  z-index: 100;
  height: 100%;
  overflow-y: scroll;
  background: #063a4a;
  box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(29, 29, 29, 0.1);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  padding-left: 0.5rem;
}
#sidemenu .logo {
  margin: auto;
  text-align: center;
  padding: 0.5rem;
}
#sidemenu .logo img {
  max-width: 90px;
}
#sidemenu .appname {
  color: white;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  margin: 0.5rem 0;
}
#sidemenu .userinfo {
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border-radius: 0.5rem;
}
#sidemenu .userinfo .institution {
  font-size: 0.9rem;
  margin-top: 0.25rem;
}
#sidemenu .language-bar {
  text-align: center;
  margin-top: 1rem;
}
#sidemenu .language-bar a {
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  margin: 0.05rem;
  border-radius: 0.25rem;
  color: rgb(219, 219, 219);
  transition: background-color 0.25s;
}
#sidemenu .language-bar a.active {
  background-color: rgb(0, 0, 0);
  color: white;
}
#sidemenu .language-bar a:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.4);
}
#sidemenu .sidemenu-links {
  padding: 0;
}
#sidemenu .sidemenu-item {
  transition: background-color 0.2s ease-in;
  padding: 0.2rem 0;
  border-radius: 0.2rem;
  margin: 0.1rem 0;
}
#sidemenu .sidemenu-item .icon {
  color: white;
  max-width: 2.5rem;
  text-align: center;
}
#sidemenu .sidemenu-item .text {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
  margin: auto;
}
#sidemenu .sidemenu-item .text .badge {
  font-size: 0.9rem;
  margin: auto;
  float: right;
  background-color: rgb(255, 198, 12);
  font-weight: 600;
  color: black;
  padding: 0.2rem 0.4rem;
  border-radius: 0.8rem;
  margin-right: 1rem;
}
#sidemenu .sidemenu-item .text .count {
  font-size: 0.8rem;
  margin: auto;
  float: right;
  color: white;
  padding: 0.2rem 0.4rem;
  border-radius: 0.8rem;
  margin-right: 1rem;
}
#sidemenu .sidemenu-item .arrow {
  max-width: 2rem;
}
#sidemenu .sidemenu-item .arrow i {
  color: white;
  transition: transform 0.2s ease-in;
}
#sidemenu .sidemenu-item.active {
  background-color: rgba(0, 0, 0, 0.5);
}
#sidemenu .sidemenu-item.disabled .sidemenu-group-title,
#sidemenu .sidemenu-item.disabled .icon {
  color: rgb(145, 145, 145);
}
#sidemenu .sidemenu-item:not(.active, .disabled):hover {
  background-color: rgba(27, 27, 27, 0.3);
  cursor: pointer;
}
#sidemenu .sidemenu-subitems {
  transition: max-height 0.2s ease-in;
  overflow: hidden;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content {
  padding-left: 1.5rem;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content .icon {
  max-width: 1.5rem;
  font-size: 0.9rem;
  text-align: left;
}
#sidemenu .sidemenu-subitems .sidemenu-item-content .text {
  color: white;
  font-size: 0.9rem;
  font-weight: 400;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox] {
  display: none;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox]:checked ~ .sidemenu-subitems {
  max-height: 0 !important;
}
#sidemenu .sidemenu-subitem-group input[type=checkbox]:checked + label .arrow > i {
  transform: rotate(-90deg);
}
#sidemenu .sidemenu-subitem-group label {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 720px) {
  #sidemenu {
    width: 15rem;
  }
  #sidemenu .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    width: calc(100% - 15rem);
    margin-left: 15rem;
  }
}
@media (max-width: 720px) {
  #sidemenu {
    width: 0;
  }
  #sidemenu .sidemenu-item {
    max-width: 0;
    opacity: 0;
  }
  #sidemenu ~ #ribbon, #sidemenu ~ #page {
    margin-left: 0;
    width: 100%;
  }
  #sidemenu.toggled {
    width: 15rem;
  }
  #sidemenu.toggled .sidemenu-item {
    max-width: 100%;
    opacity: 1;
  }
}

#menu-toggle {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background-color: #0a5f79;
  color: white;
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 50%;
  transition: background-color 0.3s;
}
#menu-toggle:hover {
  background-color: #0e84a8;
}
@media (min-width: 720px) {
  #menu-toggle {
    display: none;
  }
}

.sidemenu-itemgroup {
  padding: 0.5rem 0;
}
.sidemenu-itemgroup + .sidemenu-itemgroup {
  border-top: 1px solid rgba(192, 248, 255, 0.397);
}
.sidemenu-itemgroup .sidemenu-itemgroup-title {
  font-size: 0.8rem;
  color: rgb(173, 223, 214);
  font-weight: 400;
  padding: 0 0.5rem 0.3rem 0.5rem;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 3px;
  background: rgba(10, 95, 121, 0.4);
  outline: none;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #02151b;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #053340;
  cursor: pointer;
}

.alert, .alert-warning,
.alert-error,
.alert-success,
.alert-info {
  margin: 0.5rem 0;
  padding: 0.25rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(160, 160, 160, 0.4);
  box-shadow: 0px 0px 5px 0 rgba(223, 223, 223, 0.8);
}
.alert .alert-icon, .alert-warning .alert-icon,
.alert-error .alert-icon,
.alert-success .alert-icon,
.alert-info .alert-icon {
  font-size: 1.8rem;
  text-align: center;
  max-width: 4rem;
  padding: 0.5rem;
  filter: saturate(2);
}
.alert .alert-title, .alert-warning .alert-title,
.alert-error .alert-title,
.alert-success .alert-title,
.alert-info .alert-title {
  font-size: 0.8rem;
  font-weight: 600;
  filter: brightness(2);
  margin-bottom: -0.1rem;
}
.alert .alert-text, .alert-warning .alert-text,
.alert-error .alert-text,
.alert-success .alert-text,
.alert-info .alert-text {
  font-size: 1rem;
  font-weight: 600;
  padding: 0.25rem 0;
}
.alert .alert-content, .alert-warning .alert-content,
.alert-error .alert-content,
.alert-success .alert-content,
.alert-info .alert-content {
  font-size: 0.8rem;
}
.alert .alert-content ul, .alert-warning .alert-content ul,
.alert-error .alert-content ul,
.alert-success .alert-content ul,
.alert-info .alert-content ul {
  padding-left: 1rem;
}

.alert-error {
  background-color: #ffcbcb;
  color: rgb(78, 28, 28);
}

.alert-warning {
  background-color: rgb(255, 203, 154);
  color: rgb(75, 26, 3);
}

.alert-success {
  background-color: #b4ffd3;
  color: rgb(28, 83, 31);
}

.alert-instruction {
  background-color: #c6efff;
  color: rgb(36, 75, 99);
}

.alert-announcement {
  background-color: #ffeea3;
  color: rgb(63, 51, 29);
}

.alert-action {
  background-color: #f7ddff;
  color: rgb(63, 29, 60);
}

.pill-group {
  padding: 0.25rem;
}
.pill-group .pill:not(:last-child) {
  margin-right: 0.2rem;
}
.pill-group .pill:not(:first-child) {
  margin-left: 0.2rem;
}

.pill {
  background-color: rgb(248, 248, 248);
  color: black;
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  border-radius: 1rem;
  transition: background-color 0.5s;
  display: inline-block;
  position: relative;
  margin: 0.2rem;
  cursor: pointer;
  margin: auto;
}
.pill.active {
  background-color: #0a5f79;
  color: white;
}
.pill.active .pill-badge {
  background-color: #084d61;
}
.pill.active:hover {
  background-color: #074558;
  color: white;
}
.pill:hover {
  background-color: rgba(10, 95, 121, 0.3);
  color: black;
}
.pill .pill-icon {
  font-size: 0.9rem;
}
.pill .pill-text {
  padding: 0 0.5rem;
}
.pill .pill-badge {
  background-color: rgb(241, 241, 241);
  font-size: 0.8rem;
  border-radius: 1rem;
  padding: 0.1rem 0.5rem;
}

@media print {
  .toolbar, #sidemenu, #ribbon-shadow {
    display: none !important;
  }
}
.chosen-results {
  min-width: 1px;
}

.printbox {
  background-color: white;
  font-size: 0.8rem;
}
.printbox .printbox-title {
  padding: 0.5rem;
  text-align: center;
}
.printbox .printbox-title .subtitle {
  font-size: 0.9rem;
  font-weight: 600;
}
.printbox .printbox-body {
  padding: 1rem;
  padding-right: 4rem;
}
.printbox .printbox-body .list {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 0.25rem;
}
.printbox .printbox-body .list .listitem-content {
  padding: 0.1rem 0.25rem;
}
.printbox .printbox-body .col:not(:first-child) {
  border-left: 1px solid rgb(221, 221, 221);
  padding-left: 0.4rem;
}
.printbox .printbox-body .cell, .printbox .printbox-body .datatable .listitem .listitem-content .datacell, .datatable .listitem .listitem-content .printbox .printbox-body .datacell, .printbox .printbox-body .datatable .listitem .listitem-content .textcell, .datatable .listitem .listitem-content .printbox .printbox-body .textcell {
  padding: 0.1rem;
  margin: auto;
}
.printbox .printbox-body .assigned_text {
  font-size: 1rem;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: rgb(237, 255, 255);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(10, 95, 121, 0.2);
  border-radius: 5px;
  background-color: rgb(255, 245, 158);
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("chosen-sprite.png") no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background-color: white;
  line-height: normal;
  border-radius: 0.25rem;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #000000;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 0 0 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0.2rem 0.4rem;
  list-style: none;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 0.9rem;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #0a5f79;
  color: #fff;
}
.chosen-container .chosen-results li.highlighted em {
  color: black;
  background-color: yellow;
  font-weight: 600;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  background-color: yellow;
  font-weight: 600;
  padding: 0.1rem;
  border-radius: 0.1rem;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #380c0c;
  line-height: normal;
  border-radius: 0.25rem;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 0.25rem;
  background-color: #cc2222;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url("chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type=text],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.timeline {
  padding: 1rem 0;
}
.timeline .timeline-item {
  padding: 0.5rem 1rem;
}
.timeline .timeline-item .timeline-date {
  font-weight: 600;
  text-align: center;
  border-radius: 0.1rem;
  margin-top: 0.2rem;
}
.timeline .timeline-item .timeline-date .date {
  color: black;
  font-size: 0.8rem;
}
.timeline .timeline-item .timeline-date .time {
  color: grey;
  font-size: 0.7rem;
}
.timeline .timeline-item .timeline-icon {
  background-color: #0a5f79;
  color: white;
  padding: 0.5rem;
  border-radius: 50%;
  font-size: 1rem;
}
.timeline .timeline-item .timeline-line {
  border-left: 3px solid rgb(235, 235, 235);
}
.timeline .timeline-item .timeline-duration {
  text-align: center;
}
.timeline .timeline-item .timeline-duration .days {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.timeline .timeline-item .timeline-vine {
  max-width: 2.5rem;
  text-align: center;
  margin-top: 0.1rem;
}
.timeline .timeline-item .timeline-vine .dot i {
  border: 3px solid rgb(228, 228, 228);
  border-radius: 50%;
  font-size: 1.5rem;
}
.timeline .timeline-item .timeline-vine .line {
  background-color: rgb(228, 228, 228);
  width: 0.15rem;
  margin: auto;
  margin-top: -0.5rem;
  height: 100%;
}
.timeline .timeline-item .timeline-date {
  width: 100%;
  font-weight: 600;
  color: #0a5f79;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  background-color: rgb(201, 226, 226);
  border-radius: 0.25rem;
  transition: background-color 0.5s;
}
.timeline .timeline-item .timeline-date:hover {
  background-color: rgb(214, 236, 236);
}
.timeline .timeline-item .timeline-days {
  width: 100%;
  font-weight: 600;
  color: #0a5f79;
  padding: 0.2rem 0.4rem;
  font-size: 0.9rem;
  background-color: rgb(226, 201, 223);
  border-radius: 0.25rem;
  transition: background-color 0.5s;
}
.timeline .timeline-item .timeline-days:hover {
  background-color: rgb(214, 236, 236);
}
.timeline .timeline-item.conclusion {
  background-color: rgb(218, 252, 175);
}
.timeline .timeline-item.conclusion .dot {
  background-color: rgb(30, 175, 42);
}
.timeline .timeline-item:last-of-type .timeline-vine .line {
  display: none;
}
.timeline .timeline-item.highlighted {
  background-color: rgb(252, 252, 197);
}
.timeline .timeline-item .tag-institution {
  font-size: 1.1rem;
  min-width: 240px;
  padding: 0.25rem 0.8rem;
}
.timeline .timeline-item .tag-institution.origin {
  background-color: rgb(54, 75, 170);
}
.timeline .timeline-item .tag-institution.active {
  background-color: rgb(255, 193, 7);
  color: black;
  font-weight: 600;
}
.timeline .timeline-item .order {
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.5rem 0;
  background-color: rgba(245, 245, 245, 0.5);
}
.timeline .timeline-item .order.highlighted {
  background-color: rgb(252, 252, 197);
  border: 1px solid #f9f995;
}
.timeline .timeline-item .action-block {
  border-radius: 0.25rem;
  padding: 0.5rem;
  margin: 0.2rem 0;
  background-color: rgba(245, 255, 254, 0.5);
}
.timeline .timeline-item .action-block .action-block-title {
  font-weight: 600;
  background-color: rgb(190, 190, 190);
  border-radius: 0.25rem;
  padding: 0.2rem;
  font-size: 0.9rem;
  display: inline-block;
}
.timeline .timeline-item .file-block {
  margin: 0.5rem 0;
  padding: 0.25rem;
  border-radius: 0.5rem;
  background-color: rgb(255, 223, 223);
  border: 2px solid rgb(255, 255, 255);
  transition: background-color 0.5s;
}
.timeline .timeline-item .file-block:hover {
  background-color: rgb(253, 209, 209);
}
.timeline .timeline-item .file-block .file-icon {
  color: rgb(122, 23, 23);
  font-size: 2.6rem;
}
.timeline .timeline-item .file-block .title {
  font-size: 1.1rem;
}
.timeline .timeline-item .file-block .subtitle {
  color: grey;
  font-size: 0.9rem;
}

.login-container {
  height: 90vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-container .logincard {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: white;
  border-radius: 2rem;
  max-width: 960px;
  max-height: 720px;
  min-height: 600px;
  box-shadow: 0px 0px 12px 0 rgba(92, 92, 92, 0.2);
  overflow: hidden;
}
.login-container .logincard .logincard-left {
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 100%;
}
@media (max-width: 900px) {
  .login-container .logincard .logincard-left {
    display: none;
  }
}
.login-container .logincard .logincard-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login-container .logincard .logincard-right {
  justify-content: center;
  background-color: rgb(218, 255, 255);
  min-width: 420px;
}
.login-container .logincard .logincard-right .content {
  justify-content: center;
  padding: 2rem;
  margin: auto;
}
.login-container .logincard .logincard-right .content .flag {
  padding: 1rem;
}
.login-container .logincard .logincard-right .content .info {
  text-align: center;
  padding: 1rem;
}
.login-container .logincard .logincard-right .content .info .version-label {
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #ffff5e;
  padding: 0.25rem 0.8rem;
  border-radius: 0.3rem;
}
.login-container .logincard .logincard-right .content form .form-control {
  border-radius: 0.25rem;
}
.login-container .logincard .logincard-right .content form button {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
.login-container .logincard .logincard-right .content form button:hover {
  background-color: #0e84a8;
}

html {
  height: 100vh;
}

body {
  height: 100vh;
  margin: 0;
  padding: 0;
  font-family: "Yaldevi", sans-serif !important;
  height: 100vh;
  margin: 0;
  display: flex;
  background-color: rgb(241, 239, 239);
}

.sinhala.text-strong {
  font-weight: 600;
}

.sinhala2 {
  font-family: "Abhaya Libre", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4em;
  transform: scale(1, 2);
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  text-decoration: none;
  color: #053340;
}

img {
  max-width: 100%;
}

.paragraph {
  text-align: justify;
  text-justify: inter-word;
}

.btn {
  font-size: 1rem;
  color: white;
  padding: 0.25rem 0.8rem;
  font-size: 1rem;
  transition: background-color 0.5s;
}
.btn.btn-block {
  width: 100%;
}
.btn.btn-round {
  border-radius: 1.5rem;
}

.showonhover {
  opacity: 0;
  pointer-events: none; /* Prevent clicks when hidden */
  transition: opacity 0.5s ease;
}
.showonhover:hover {
  opacity: 1;
  pointer-events: auto;
}

.btn-primary {
  background-color: #0a5f79;
  border: 1px solid #0a5f79;
  border-color: #1096c0;
}

.btn-primary:hover {
  background-color: #053340;
  border-color: #0a5f79;
}

.btn-primary:active {
  background-color: #02151b;
  border-color: #02151b;
}

.btn-primary:disabled {
  background-color: grey;
}

.btn-secondary {
  background-color: rgb(61, 61, 61);
  border-color: rgb(61, 61, 61);
}

.btn-secondary:hover {
  background-color: rgb(48, 48, 48);
}

.btn-active {
  background-color: #02151b !important;
  border-color: #02151b;
}

.btn-action {
  background-color: rgb(84, 45, 107);
  border-color: rgb(61, 61, 61);
  padding: 0.5rem 2rem;
}

.btn-new {
  padding: 0.2rem 0.1rem;
  background-color: rgb(66, 202, 53);
  border-radius: 2rem;
  color: white;
}

.btn-group.btn-group-block {
  display: flex;
}

.btn-group-block .btn {
  flex: 1;
}

.box-xl {
  max-width: 1280px;
}

.box-lg {
  max-width: 960px;
}

.box-md {
  max-width: 720px;
}

.box-sm {
  max-width: 600px;
}

.box-xs {
  max-width: 480px;
}

[class*=box-] {
  margin: auto;
}

.center {
  text-align: center;
}

.inline {
  display: inline-block;
}

.block {
  display: inline-block;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.hide {
  display: none;
}

.spinner {
  font-size: 2.5rem;
  text-align: center;
  padding: 1rem;
  margin: auto;
}

i {
  min-width: 1rem;
  text-align: center;
  margin: auto;
}

hr {
  color: rgb(34, 34, 34);
  width: 100%;
  margin: auto;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  height: 2px;
}

.box-full {
  width: 100%;
}
.box-full .gradient {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0), rgba(10, 95, 121, 0), rgba(0, 0, 0, 0.6));
}
.box-full .background {
  background-repeat: no-repeat;
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.content-warning {
  font-size: 0.9rem !important;
  color: rgb(170, 85, 5);
}

a.external-link {
  color: #0a5f79;
}

.avatar, .profile-avatar, .avatar-xs, .avatar-sm, .avatar-md, .avatar-lg, .avatar-xl {
  margin: auto;
}
.avatar img, .profile-avatar img, .avatar-xs img, .avatar-sm img, .avatar-md img, .avatar-lg img, .avatar-xl img {
  border-radius: 50%;
  object-fit: cover;
  background-color: #0a5f79;
  transition: background-color 0.5s, transform 0.2s, filter 0.5s ease;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.avatar img:hover, .profile-avatar img:hover, .avatar-xs img:hover, .avatar-sm img:hover, .avatar-md img:hover, .avatar-lg img:hover, .avatar-xl img:hover {
  transform: scale(1.05);
  filter: brightness(110%);
}

.avatar-xl img {
  width: 9rem;
  height: 9rem;
}

.avatar-lg img {
  width: 6rem;
  height: 6rem;
}

.avatar-md img {
  width: 4rem;
  height: 4rem;
}

.avatar-sm img {
  width: 3rem;
  height: 3rem;
}

.avatar-xs img {
  width: 2.5rem;
  height: 2.5rem;
}

.col.iconbox {
  max-width: 4rem;
  text-align: center;
  font-size: 1.8rem;
  color: #eeab1a;
}

.w-1 {
  max-width: 1rem;
}
.w-2 {
  max-width: 2rem;
}
.w-3 {
  max-width: 3rem;
}

.chart-container {
  padding: 2rem;
  border-radius: 1rem;
}

.progress {
  margin: auto;
  margin-left: 1rem;
}
.progress .progress-bar {
  background-color: teal;
  background-color: #eeab1a;
  border-radius: 0.25rem;
  height: 1.2rem;
}
.progress .progress-bar-mini {
  background-color: teal;
  border-radius: 0.25rem;
  height: 1.2rem;
}

.profile-avatar {
  margin-bottom: -6rem;
}
.profile-avatar img {
  width: 10rem;
  height: 10rem;
  border: 2px solid white;
}

.profile-info {
  margin-top: 3rem;
  padding: 2rem;
  text-align: center;
}
.profile-info .profile-name {
  font-size: 1.6rem;
}
.profile-info .profile-designation {
  font-size: 1rem;
  padding: 0.25rem;
}
.profile-info .profile-institution {
  font-size: 0.9rem;
  color: grey;
  padding: 0.25rem;
}

.right {
  text-align: right !important;
  justify-content: right !important;
}

.left {
  text-align: left !important;
  justify-content: left !important;
}

.update-link {
  color: rgb(51, 51, 51);
  font-weight: 600;
  margin-left: 0.5rem;
}

.instruction {
  background-color: rgb(168, 242, 255);
  border-radius: 0.5rem;
  border: 1px solid rgb(143, 212, 231);
  transition: 0.5s background-color;
  padding: 0.25rem;
}
.instruction:hover {
  background-color: rgb(208, 248, 255);
}
.instruction:hover .icon {
  color: rgb(38, 133, 150);
}
.instruction .icon {
  max-width: 4rem;
  font-size: 2rem;
  text-align: center;
  color: #0c5268;
  transition: 0.5s color;
}
.instruction .text {
  font-size: 1rem;
  padding: 0.5rem;
}

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