.h-100r {
  height: 1rem;
}

.h-150r {
  height: 1.5rem;
}

.h-200r {
  height: 2rem;
}

.h-300r {
  height: 3rem;
}

.h-400r {
  height: 4rem;
}

.lh-100 {
  line-height: 1em;
}

.lh-120 {
  line-height: 1.2em;
}

.bg-center-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mw-1920 {
  max-width: 1920px;
}

.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.text-muted-2 {
  color: rgba(41, 58, 71, 0.52) !important;
}

.page-link {
  cursor: pointer;
}

.page-item.active .page-link {
  font-weight: 700;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only */
}
@keyframes jump-in {
  0% {
    opacity: 0.01;
    transform: scale(0.9) translateY(10%);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
}
@keyframes jump-out {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0%);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) translateY(10%);
  }
}
.btn-primary {
  min-width: 100px;
}

.btn-custom {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  border-radius: 0;
  min-width: 100px;
  cursor: pointer;
  outline: 0;
  color: #00215B;
  border: 1px solid #00215B;
}

.btn-custom:hover {
  text-decoration: none;
  background-color: #00215B;
  color: white;
}

@media (min-width: 1200px) {
  .btn-view-all {
    min-width: 217px;
  }
}
.block_calendar_month {
  font-size: 12px;
}
.block_calendar_month .header {
  padding: 0 !important;
}

nav.navbar .logo img {
  max-height: 90px;
}

nav.navbar .btn.nav-link {
  background-color: #00215b;
  padding: 0.25rem;
  margin-right: 10px;
  border-radius: 3px;
  border: 1px solid #001231;
}
nav.navbar .btn.nav-link i {
  color: white;
  font-size: 1.5rem;
  margin: 3px 8px;
}

nav.navbar [data-region=drawer-toggle] {
  margin-right: 0px;
}
nav.navbar [data-region=drawer-toggle] button.btn.nav-link {
  padding: 0.25rem;
  margin-right: 0px;
  border-radius: 3px;
  border: none;
  margin: 10px 12px 12px 8px;
}
nav.navbar [data-region=drawer-toggle] button.btn.nav-link:focus {
  outline: none;
}

nav.navbar .navbar-1st-ctrl {
  background-image: url("../pix/navbar/nav-background.png");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  nav.navbar .navbar-1st-ctrl {
    background-position: -275px 0px;
  }
}
@media screen and (max-width: 440px) {
  nav.navbar .navbar-1st-ctrl {
    background-position: -475px 0px;
  }
}

.theme-generic-template-login #page-header {
  background-image: url("../pix/navbar/nav-background.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .theme-generic-template-login #page-header {
    background-position: -275px 0px;
  }
}
@media screen and (max-width: 440px) {
  .theme-generic-template-login #page-header {
    background-position: -475px 0px;
  }
}
.theme-generic-template-login #page-header img.logo {
  max-height: 90px;
  margin: 0px;
}

.theme-generic-template-navbar {
  min-height: 100px;
  max-height: 100px;
}
.theme-generic-template-navbar .drawer-toggle-icon .nav-link {
  padding: 0.25rem;
}
.theme-generic-template-navbar .drawer-toggle-icon .nav-link .icon {
  color: white;
  font-size: 1.5rem;
  opacity: 0.8;
}
.theme-generic-template-navbar .navbar-brand {
  min-width: 150px;
  flex: 0 0 auto;
}
.theme-generic-template-navbar .navbar-brand .logo img {
  max-width: 100%;
}
.theme-generic-template-navbar .nav-list .nav-list__item {
  color: white;
  text-decoration: none;
  margin-right: 4.5rem;
  font-size: 0.8rem;
  position: relative;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.theme-generic-template-navbar .section-active {
  color: #006FA9 !important;
}
.theme-generic-template-navbar #collapsibleNavbar .reports-dropdown #reportsDropdown {
  color: #fff !important;
}
.theme-generic-template-navbar .usermenu .usertext {
  color: white;
  font-weight: 700;
}
.theme-generic-template-navbar .usermenu .dropdown-toggle::after {
  color: white;
  margin-top: 2px;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
  vertical-align: 2px;
}
.theme-generic-template-navbar .usermenu .dropdown-item {
  font-size: 1rem;
}
.theme-generic-template-navbar .dropdown-item {
  font-size: 0.8rem;
}

#page-footer.theme-generic-template-footer {
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #00215b;
}
#page-footer.theme-generic-template-footer a {
  color: white;
  text-decoration: none;
}
#page-footer.theme-generic-template-footer .ma-logo {
  height: 2rem;
}
#page-footer.theme-generic-template-footer .social-links .social-logo {
  display: inline-block;
}
#page-footer.theme-generic-template-footer .social-links .social-logo img {
  width: 2rem;
  height: 2rem;
}

.coursebox,
.resource-box-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.4s;
  animation: jump-in 0.4s;
}
.coursebox-exit,
.resource-box-container-exit {
  animation: jump-out 0.4s;
}
.coursebox-enter,
.resource-box-container-enter {
  animation: jump-in 0.4s;
}
.coursebox .img-wrapper,
.resource-box-container .img-wrapper {
  position: relative;
  padding-top: 85.36%;
}
.coursebox .course-progress,
.resource-box-container .course-progress {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.coursebox .course-progress .bar-outter,
.resource-box-container .course-progress .bar-outter {
  width: 100%;
  height: 5px;
  margin-top: 10px;
}
.coursebox .course-progress .progress-text,
.resource-box-container .course-progress .progress-text {
  font-size: 1.2rem;
  color: white;
}
.coursebox .course-progress .bar-inner,
.resource-box-container .course-progress .bar-inner {
  width: 0%;
  height: 5px;
}
.coursebox .name,
.resource-box-container .name {
  height: 44px;
  overflow: hidden;
}
.coursebox .desc,
.resource-box-container .desc {
  height: 71px;
  overflow: hidden;
  color: #00215B;
}
.coursebox:hover,
.resource-box-container:hover {
  transform: scale(1.05);
}

#settingsnav ul li > p {
  display: inline-block;
}
#settingsnav ul li hr {
  display: none;
}
#settingsnav li.type_siteadmin {
  border-top: 1px solid #f1f1f1;
  margin-top: 10px;
  padding: 10px 0px;
}

.banner-box #page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 373px;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
.banner-box > .container {
  position: relative;
  flex: 1;
}
.banner-box .content-header {
  z-index: 1;
  padding: 0.5rem 1rem !important;
}
.banner-box .page-context-header {
  overflow: hidden;
  padding: 0.25rem;
  color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.banner-box .page-context-header h1 {
  font-size: 5rem;
  font-weight: 700;
}
.banner-box .card {
  border: none !important;
}

#nav-drawer[data-region=drawer] {
  top: 240px;
}

.pagelayout-standard .card {
  border: none !important;
}
.pagelayout-standard #region-main {
  border: none !important;
  padding-top: 0;
}
.pagelayout-standard #page-header {
  display: none;
}
.pagelayout-standard .content-header {
  padding: 1rem 1.25rem;
}

.pagelayout-standard [role=main],
.pagelayout-reports [role=main] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
}

.pagelayout-reports [role=main] {
  padding-left: 3rem;
  padding-right: 3rem;
}

.pagelayout-reports [role=main] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #fff;
}

.pagelayout-reports [role=main] {
  padding-left: 3rem;
  padding-right: 3rem;
}

.theme-generic-template-login #page-header {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 5;
}
.theme-generic-template-login #page-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 5;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}
.theme-generic-template-login #login-bg-carousel .carousel-item {
  background-position: center;
  background-size: cover;
}
.theme-generic-template-login #login-bg-carousel ol.carousel-indicators {
  bottom: 13px;
  height: 30px;
}
.theme-generic-template-login #login-bg-carousel ol.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}
.theme-generic-template-login .title {
  font-size: 2.6rem;
}
.theme-generic-template-login .form-control {
  padding: 0.8125rem 1.25rem;
  line-height: 1rem;
  height: 2.625rem;
}
.theme-generic-template-login #main-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.theme-generic-template-login .main-overlay__left {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-generic-template-login #region-main {
  color: white;
  border: none;
  position: absolute;
  max-width: 522px;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
  background: transparent;
  padding: 0;
}
.theme-generic-template-login .modal-dialog {
  color: #444;
}

.theme-generic-template-signup .main-overlay__left {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
}
.theme-generic-template-signup .main-overlay__right {
  position: relative;
  background-color: white;
}
.theme-generic-template-signup #signup-form-wrapper {
  max-width: 640px;
}
.theme-generic-template-signup #signup-form-wrapper .card {
  border: none;
}

@media (max-width: 575px) {
  .theme-generic-template-login #login-bg-carousel ol.carousel-indicators {
    bottom: 56px;
  }
}
.theme-generic-template-signup #main-overlay {
  flex: 1;
}

#mount-react-course-intro .course-intro .course-image {
  height: 450px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#mount-react-course-intro .course-intro .rate-info {
  font-size: 0.8rem;
}
#mount-react-course-intro .course-intro .star-ratings {
  bottom: 3px;
}
#mount-react-course-intro .course-intro .your-rate {
  font-size: 0.8rem;
}
#mount-react-course-intro .course-intro .fullname {
  font-size: 1.5rem;
}
#mount-react-course-intro .course-intro .summary {
  color: #707070;
}

#page-enrol-index .generalbox.info {
  display: none;
}

.pagelayout-course .banner-box #page-header .shadow-layer {
  display: block !important;
}
.pagelayout-course .banner-box .dropdown-toggle {
  color: #fff;
}
.pagelayout-course .btn-link:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .context-header-settings-menu,
  .region-main-settings-menu {
    margin-top: 4rem;
  }
}
.content .activity-information {
  position: relative;
  float: right;
  margin: 10px;
  top: -15px;
}

section[id=region-main] div[role=main] {
  position: relative;
}
section[id=region-main] div[role=main] .activity-information {
  position: absolute;
  top: 0;
  right: 1.5%;
  border: none;
}
section[id=region-main] .nav {
  margin-top: 2rem;
}

.rate i {
  display: inline-block;
  width: 20px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../pix/icons/star-grey.svg);
}
.rate i.full {
  background-image: url(../pix/icons/star-full.svg);
}
.rate i.half {
  background-image: url(../pix/icons/star-half.svg);
}

#page-theme-generic-pages-file_library .banner-box #page-header {
  background-image: url("../pix/resources/banner.jpg");
}
#page-theme-generic-pages-file_library .banner-box #page-header .shadow-layer {
  display: block !important;
}
#page-theme-generic-pages-file_library #input-kewword {
  float: left;
  width: calc(100% - 100px);
  height: 36px;
  border: none;
  background-color: #eee;
  background-image: url("../pix/search.png");
  background-position: 10px center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding-left: 40px;
}
#page-theme-generic-pages-file_library #btn-search {
  width: 100px;
  float: right;
  color: #fff;
}
#page-theme-generic-pages-file_library .section-body {
  background-color: #eee;
}
#page-theme-generic-pages-file_library #checkbox-lms-only {
  width: 20px;
  height: 20px;
  border-radius: 0px;
}
#page-theme-generic-pages-file_library .searchin.selected {
  border-bottom: 2px solid #4d90fa;
  padding-bottom: 1px;
}
#page-theme-generic-pages-file_library .category-list .category.top {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #444;
  cursor: pointer;
}
#page-theme-generic-pages-file_library .category-list .category .name-wrapper {
  font-weight: bold;
  padding: 2px 0;
  font-size: 16px;
  text-transform: capitalize;
}
#page-theme-generic-pages-file_library .category-list .category .arrow {
  width: 1rem;
  height: 1rem;
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../pix/icons/down-chevron.png");
  vertical-align: text-top;
  cursor: pointer;
}
#page-theme-generic-pages-file_library .category-list .category .arrow.collapsed {
  background-image: url("../pix/icons/right-thin-chevron.png");
}
#page-theme-generic-pages-file_library .category-list .category.no-children > .name-wrapper > .arrow {
  background-image: none;
}
#page-theme-generic-pages-file_library .count-msg {
  border-bottom: 1px solid #aaa;
}
#page-theme-generic-pages-file_library .no-reslut-wrapper {
  font-size: 2.5rem;
  line-height: 2.75rem;
  text-align: center;
}
#page-theme-generic-pages-file_library .no-reslut-wrapper img {
  max-width: 120px;
}
#page-theme-generic-pages-file_library .no-reslut-wrapper span {
  color: #4d90fa;
}
#page-theme-generic-pages-file_library .no-reslut-wrapper .text-2 {
  font-size: 1rem;
  color: #aaa;
}
#page-theme-generic-pages-file_library .resource-list-item {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
}
#page-theme-generic-pages-file_library .resource-list-item .file-type-img img {
  width: 60px;
}
#page-theme-generic-pages-file_library .resource-list-item .info {
  width: calc(100% - 80px);
}
#page-theme-generic-pages-file_library .resource-list-item .desc {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#page-theme-generic-pages-view_resource {
  border-top: 1px solid #707070;
}
@media (min-width: 576px) {
  #page-theme-generic-pages-view_resource #region-main {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
#page-theme-generic-pages-view_resource #region-main {
  background-color: #fff;
}
#page-theme-generic-pages-view_resource .banner-box #page-header {
  background-image: url("../pix/resources/view-resource-banner.png");
}
#page-theme-generic-pages-view_resource .banner-box #page-header .shadow-layer {
  display: block !important;
}
#page-theme-generic-pages-view_resource [role=main] {
  padding: 1.5rem 3rem;
}
#page-theme-generic-pages-view_resource #page-wrapper {
  margin-top: -1px;
}
#page-theme-generic-pages-view_resource .resource-icon {
  width: auto;
  height: 3rem;
  float: right;
}
#page-theme-generic-pages-view_resource .back-link-wrapper {
  border-bottom: 2px solid #707070;
}
#page-theme-generic-pages-view_resource .date-uploader .date {
  color: grey;
}
#page-theme-generic-pages-view_resource .date-uploader .uploader {
  color: #707070;
}
#page-theme-generic-pages-view_resource .attachment {
  background-color: grey;
}
#page-theme-generic-pages-view_resource .attachment .preview .preview-img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #page-theme-generic-pages-view_resource .resource-icon {
    max-height: 50px;
    width: 50px;
  }
}
.pagelayout-reports .banner-box #page-header {
  background-image: url("../pix/reports/banner.jpg");
}
.pagelayout-reports .banner-box #page-header .shadow-layer {
  display: block !important;
}
.pagelayout-reports table tr td:first-child {
  width: 1%;
  white-space: nowrap;
}

td.completion-progresscell .icon {
  width: unset;
}

#calendar-blocks {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 5px;
  margin: 0px auto 60px;
}
@media screen and (max-width: 1000px) {
  #calendar-blocks {
    flex-direction: column;
    align-items: center;
  }
}
#calendar-blocks > div {
  flex-grow: 1;
}
#calendar-blocks > div img {
  min-height: 550px;
}

aside#block-region-calendar {
  max-width: 50%;
  min-height: 550px;
}
@media screen and (max-width: 768px) {
  aside#block-region-calendar {
    max-width: 100%;
  }
}
aside#block-region-calendar section {
  background: #fff;
}

@font-face {
  font-family: "Segoe UI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Segoe UI";
  src: url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff2") format("woff2"), url("https://static2.sharepointonline.com/files/fabric/assets/fonts/segoeui-westeuropean/segoeui-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
.autocompletion .icon {
  height: auto;
  width: 200px;
}

.path-course-view li.activity form.togglecompletion .ajaxworking {
  width: 33px;
  height: 33px;
  right: 9px;
  top: 2px;
  background-size: cover;
}
.path-course-view li.activity form.togglecompletion .icon {
  width: 200px;
  height: auto;
}

.manage-resource {
  color: black;
  text-decoration: none;
}

.pd-0 {
  padding: 0 !important;
}

.navbar-2nd-ctrl {
  height: 50px !important;
  display: flex;
  padding-left: 45px;
  align-items: center;
}

.navbar-1st-ctrl {
  height: 190px !important;
  display: flex;
  padding-left: 45px;
  align-items: center;
}

.brand-color-default {
  background-color: white !important;
}

.wd-100 {
  width: 100% !important;
}

#page-course-index-category .card,
#page-course-view-topics .card,
#page-theme-generic-pages-file_library .card,
#page-course-search .card,
#page-theme-generic-pages-mybadges .card,
.pagelayout-reports .card,
.pagelayout-admin .card {
  border: none !important;
}
#page-course-index-category #region-main,
#page-course-view-topics #region-main,
#page-theme-generic-pages-file_library #region-main,
#page-course-search #region-main,
#page-theme-generic-pages-mybadges #region-main,
.pagelayout-reports #region-main,
.pagelayout-admin #region-main {
  border: none !important;
}
#page-course-index-category .page-header-headings h1,
#page-course-view-topics .page-header-headings h1,
#page-theme-generic-pages-file_library .page-header-headings h1,
#page-course-search .page-header-headings h1,
#page-theme-generic-pages-mybadges .page-header-headings h1,
.pagelayout-reports .page-header-headings h1,
.pagelayout-admin .page-header-headings h1 {
  font-weight: bold;
}

#page-blocks-resources-viewer #page-header {
  display: none;
}

@media only screen and (max-width: 768px) {
  #block-leaderboard {
    margin-top: 40px;
    display: none;
  }
}
#region-main {
  overflow: visible;
}

.resource-icon {
  width: 5rem;
  height: 5rem;
}
.resource-icon img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.resource-box {
  flex: 1;
  transition: 0.4s;
}
.resource-box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.resource-box:hover .resource-img {
  transform: scale(1.2);
}
.resource-box .img-wrapper {
  padding-top: 60.5%;
  overflow: hidden;
  border-radius: 20px;
}
.resource-name {
  min-height: 2.75rem;
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: clip;
}
.resource-desc {
  text-overflow: clip;
  min-height: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}
.resource-view-link {
  text-decoration: underline;
}
.resource-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.info-wrapper {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.content-header {
  padding: 0 1rem 1rem 1rem;
}

#nav-drawer .card {
  background-color: #fff;
}

#fitem_id_moodlenetprofile {
  display: none;
}

.pagelayout-resources #region-main,
.pagelayout-coursecategory #region-main,
.pagelayout-reports #region-main {
  background-color: transparent;
  padding: 0;
}

.form-control::-ms-clear {
  width: 0;
  height: 0;
}

.changecompl > .icon {
  width: 100px;
}

@media (max-width: 575px) {
  .theme-generic-template-navbar .navbar-brand,
  .theme-generic-template-navbar .navbar-brand .logo {
    max-width: 180px;
  }
  .banner-box .page-context-header h1 {
    font-size: 3rem;
  }
}
.userloggedinas .usermenu .usertext .meta {
  display: block !important;
}

#page-user-profile .section-mypublic .userinitials {
  min-width: 50px !important;
  min-height: 50px !important;
  margin-top: 20px;
}

.f2fsessionlist {
  width: 100%;
  margin-bottom: 1rem;
  color: #373a3c;
}

.f2fsessioninfolink {
  font-size: 18px !important;
  padding-top: 8px;
  padding-bottom: 10px;
  color: #ff7f32;
}

.f2fsessionlist th, .f2fsessionlist td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.f2fsessionlist thead th, .f2fsessionlist thead td {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.f2fsessionlist tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0.05);
}

.menudownload {
  margin-right: 1rem;
}

input[type=submit]:not(.btn-sm):not([data-toggle=popover]):not([aria-live=assertive]):not([data-action=toggle]):not([data-toggle=dropdown]):not([data-region=post-action]) {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  border: none;
  cursor: pointer;
  border-radius: 0px;
  background-color: #00215B;
}

#page-auth-oauth2-confirm-account #page-header {
  margin-top: 70px;
}

#page-auth-oauth2-login #page-header {
  margin-top: 70px;
}

#userselector_options {
  min-height: 55px;
}

#page-course-admin .icon-wrapper {
  display: none;
}

#page-site-index .container, .container-fluid, .container-xl {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.page-item.active .page-link {
  color: #00215B;
  background-color: white;
  border-color: white;
}

#page-site-index .block_calendar_month .card-body {
  min-height: 550px;
}

#page-site-index .course-progress {
  margin-left: 0px;
}
