.tui-core_auth-footer{display:flex;flex-flow:column;gap:var(--gap-2);margin-top:var(--gap-6);padding:var(--gap-6) var(--gap-8);color:var(--footer-text-color);background:var(--footer-bg-color)}.tui-core_auth-footer p{margin-bottom:var(--gap-2)}.tui-core_auth-footer p:last-child{margin-bottom:0}.tui-core_auth-footer a{color:inherit;text-decoration:underline}.tui-core_auth-footer__poweredBy{font-size:calc(var(--font-size-base) / 16 * 12)}.tui-core_auth-languageSelect__button{display:flex;align-items:center;padding:var(--gap-2);border-radius:var(--btn-radius);cursor:pointer;-webkit-user-select:none;user-select:none}.tui-core_auth-languageSelect__button:focus{outline:2px solid var(--color-state-focus);outline-offset:var(--focus-outline-offset);outline-color:currentColor}.tui-core_auth-loginLayout{display:flex;flex-direction:column;flex-grow:1}.tui-core_auth-loginLayout__panels{flex-grow:1}.tui-core_auth-loginLayout__panel-interface{display:flex;flex:auto;flex-flow:column;min-height:100%}.tui-core_auth-loginLayout__panel-graphic{position:fixed;top:0;right:0;bottom:0;display:none;width:50%;background-position:center;background-size:cover}.tui-core_auth-loginLayout__contentWrap{display:flex;flex:auto;flex-flow:column;align-items:center;justify-content:center;padding:var(--gap-8)}.tui-core_auth-loginLayout__main{width:100%;max-width:25rem}@media (min-width:992px){.tui-core_auth-loginLayout--hasBackground .tui-core_auth-loginLayout__panels{grid-template-columns:1fr 1fr}.tui-core_auth-loginLayout--hasBackground .tui-core_auth-loginLayout__panel-interface{width:50%}.tui-core_auth-loginLayout--hasBackground .tui-core_auth-loginLayout__panel-graphic{display:flex}}.tui-core_auth-loginNav{display:flex;align-items:center;justify-content:space-between;padding:var(--gap-8);color:var(--nav-text-color);background-color:var(--nav-bg-color)}.tui-core_auth-loginNav__image{height:1.75rem}.tui-core_auth-loginNav__lang{display:flex;align-items:center;justify-content:center;height:0}.tui-core_auth-loginForm__options{display:flex;flex-flow:row wrap;gap:var(--gap-2);align-items:baseline;justify-content:space-between}.tui-core_auth-loginForm__submitWrap{display:flex;flex-flow:column}.tui-core_auth-loginForm__content{display:flex;flex-flow:column;gap:var(--gap-6)}.tui-core_auth-loginForm__help{display:flex}.tui-core_auth-loginForm__heading{font-weight:var(--font-h3-weight);font-size:var(--font-h3-size);font-family:var(--font-h3-family);line-height:var(--font-h3-line-height);margin-bottom:var(--gap-4)}.tui-core_auth-stackChooser{display:flex;flex-direction:column;gap:var(--gap-2)}.tui-core_auth-stackChooser__option{font-weight:var(--font-h4-weight);font-size:var(--font-h4-size);font-family:var(--font-h4-family);line-height:var(--font-h4-line-height);display:flex;gap:var(--gap-4);align-items:center;justify-content:space-between;padding:0.625rem;color:unset;background:var(--color-neutral-1);border:var(--border-width-thin) solid var(--card-border-color);border-radius:var(--card-border-radius);-webkit-user-select:none;user-select:none}.tui-core_auth-stackChooser__option:hover,.tui-core_auth-stackChooser__option:active,.tui-core_auth-stackChooser__option:focus{color:unset;text-decoration:none}.tui-core_auth-stackChooser__option:focus{outline:2px solid var(--color-state-focus);outline-offset:var(--focus-outline-offset)}.tui-core_auth-stackChooser__label{display:flex;flex-direction:column;gap:var(--gap-2)}.tui-core_auth-login{display:flex;flex-flow:column;gap:var(--gap-6)}.tui-core_auth-login__separator{border:1px solid var(--color-neutral-5);border-width:1px 0 0 0}.tui-core_auth-login__errorInner{display:inline-flex;font-weight:var(--font-body-sm-weight);font-size:var(--font-body-sm-size);font-family:var(--font-body-sm-family);line-height:var(--font-body-sm-line-height);padding:var(--gap-3);color:var(--color-prompt-alert);background-color:var(--color-prompt-alert-bg);border-radius:8px}.tui-core_auth-login__title{margin:0}
/*UQSHAS-139 applied to medibank */
button.close span.tfont-var-x::before {
    content: '';
}
/* END UQSHAS-139 applied to medibank*/

/*upgrade 18 changes Start*/
/* 1. Full background image across the screen */
.tui-core_auth-loginLayout__panels {
  min-height: 100vh;
  background-image: url('https://members.medibank.com.au/content/dam/mymedibank/images/medibank-login-image.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

/* 2. Hide the default right-side panel */
.tui-core_auth-loginLayout__panel-graphic {
  display: none !important;
}

/* 3. Login panel styles – solid readable background */
.tui-core_auth-loginLayout__panel-interface {
  background: rgba(255, 255, 255, 0.55); /* slightly transparent white */
}

/* 4. Footer cleanup */
.tui-core_auth-footer, .tui-core_auth-loginNav {
  background: transparent !important;
}



/* button on event page text color */
.ui-dialog .ui-dialog-buttonpane button .ui-button-text {
color: white !important;
}

/* MEDHAS-1104 docked block over menu fix*/
.tui-theme_inspire-navigation--desktopExpanded .tui-theme_inspire-navigation__nav {
padding-left: var(--gap-4);
}
.tui-theme_inspire-navigation .tui-theme_inspire-navigation__nav
 {
padding-left: var(--gap-4);
}

/*fix explore catolouge padding */
.tui-cardScroller__cardsBox {
padding-left: var(--gap-4);
    padding-right: var(--gap-4);
}
/*fix explore catolouge title padding */
.tui-cardScroller__title-header.tui-cardScroller__title-header.tui-cardScroller__title-header {
padding-left: var(--gap-4);
}

/*upgrade changes make*/
 .totaraNav_prim .masthead_logo, .totaraNav_prim .masthead_logo--header .masthead_logo--header_img {
        height: 1.5rem; 
    }

/*upgrade 18 changes END*/


/*MEDHAS-1031*/
.tf_element.totara_form_element_.role_80 {
  flex-flow: column;
}

/*MEDHAS-977*/
.ui-dialog .ui-dialog-titlebar-close:hover, 
.ui-dialog .ui-dialog-titlebar-close:focus, 
.ui-dialog .ui-dialog-titlebar-close:active {
    background-position: 0 !important;
}

/*MEDHAS-875*/
.format-tiles .tag-info {
  color: white;
}

/*MEDHAS-847*/
.format-tiles .section .label .mod-indent-outer .activityinstance .inplaceeditable.inplaceeditable-text
{   
  display: none;
}
.format-tiles .section .label .mod-indent-outer .activityinstance .instancename
{   
  display: none;
}

/*MEDHAS-848*/
.editor_atto_content  {
  min-height: 200px !important;
}

/*MEDHAS-698*/
.format-tiles .course-content ul.section.nosubtiles .actions {
  margin-top: 2em;
}
.format-tiles .section .activity .availabilityinfo,
.format-tiles .section .activity .contentafterlink {
  /*margin-top: 4em; MEDHAS-847 asks to remove this*/
}

/*form.togglecompletion {
    position: initial !important;
    right: 0px !important;
    bottom: 0px !important;
}*/
/*#page-course-view-tiles.jsenabled .togglecompletion {
    margin-right: 40px;
}*/

/*.format-tiles .embed-module-buttons {
  min-width: 5px;
  top: 8px;
  right: 30px;
}
form.togglecompletion {
  position: absolute;
  right: 80px;
  bottom: 6px;
}*/
/*MEDHAS-698 END*/

/*MEDHAS-703*/
.mform .felement.fstatic img,
.form-item .form-description img {
  max-width: 150px;
  width: 150px;
  object-fit: contain;
}
.custom-image-table img {
  height: 80px !important;
}
/*MEDHAS-703 END*/

/*MEDHAS-660
#page-user-profile #region-main .block {
  width: 49% !important;
  height: 100% !important;
  float: left !important;
}

#page-user-profile #region-main .block-region {
  display: block !important;
}

#page-user-profile #region-main .userprofile .profile_tree section {
  width: 200% !important;
}
END MEDHAS-660*/

.hierarchy-index .depth2 {
  margin-left: 15px;
}
.hierarchy-index .depth3 {
  margin-left: 30px;
}
.hierarchy-index .depth4 {
  margin-left: 45px;
}
.hierarchy-index .depth5 {
  margin-left: 60px;
}
.hierarchy-index .depth6 {
  margin-left: 75px;
}
.hierarchy-index .depth7 {
  margin-left: 90px;
}
#page-my-totara-dashboard-8 .header-course-searchbox,
#page-my-totara-dashboard-8 .menu-item44,
#page-my-totara-dashboard-8 .breadcrumb-nav,
#page-my-totara-dashboard-10 .breadcrumb-nav {
  display: none;
}
#page-login-index .navbar,
#page-login-index .copyright-info {
  display: none;
}
.path-auth,
#page-login-index {
  background-color: #d8dbe3;
}
.login-template-modern.path-login .header-wrap {
  padding-bottom: 55px;
}
.path-auth #page-footer,
#page-login-index #page-footer {
  margin-top: 10px;
}
#page-login-index.login-template-modern #login-container-wrap #page {
  font-size: 15px;
}
.login-template-modern .loginbox #loginbtn {
  width: 60%;
}
.totara-navbar-container nav#totaramenu > ul li > a {
  border-bottom: 3px solid #ffffff;
}
.totara-navbar-container nav#totaramenu > ul li:hover > a,
.totara-navbar-container nav#totaramenu > ul li.selected > a {
  border-bottom: 3px solid #d90432;
}
.totara-navbar-container nav#totaramenu ul li a {
  padding: 12px 0;
  margin-left: 15px;
  margin-right: 15px;
}
.totara-navbar-container nav#totaramenu ul ul li a {
  margin: 0;
  border-bottom: 0;
}
.totara-navbar-container nav#totaramenu ul ul li:hover a {
  border-bottom: 0;
}
.block.block_awesome .awesome-block.template-2 .caption .awesome-link {
  background-color: transparent;
  border-color: #ffffff;
}
.block_calendar_upcoming {
  background-color: #f2f4f7;
}
.block.block_calendar_upcoming .content .footer {
  padding-left: 16px;
  padding-right: 16px;
}
.block.block_awesome .content .awesome-block.has-icon .caption p span.fa-icon {
  font-size: 22px;
  line-height: 32px;
}
.header-course-searchbox {
  text-align: right;
}
#page-local-courses {
  background-image: -ms-linear-gradient(to bottom, #fff 382px, #f1f1f1 0%);
  background-image: -moz-linear-gradient(to bottom, #fff 382px, #f1f1f1 0%);
  background-image: -o-linear-gradient(to bottom, #fff 382px, #f1f1f1 0%);
  background-image: -webkit-linear-gradient(to bottom, #fff 382px, #f1f1f1 0%);
  background-image: linear-gradient(to bottom, #fff 382px, #f1f1f1 0%);
}
#page-local-courses #page {
  background-color: transparent;
}
#page-local-courses .filters .course-searchbox .btn,
#page-local-courses .filters .course-searchbox input {
  min-height: 40px;
}
#page-local-courses .filters .filter .btn {
  line-height: 1.1;
}
#page-local-courses .filters .filter .btn i.fa-refresh {
  margin-top: -5px;
}
#page-local-courses #local-courses-filter-categories {
  min-width: 200px;
}
.block.block_totara_quicklinks .content ul li {
  margin-right: 5px;
}
#block-region-footerregion .block .header {
  padding-left: 0px;
}

.header-wrap .header-course-searchbox {
  display: table-cell;
}
.header-wrap .header-course-searchbox form#coursesearch #coursesearchbox {
  min-height: 34px;
}
.header-wrap .header-course-searchbox form#coursesearch button.btn.btn-default {
  padding: 3px 5px 4px;
}
@media screen and (min-width: 768px) {
  .login-template-modern.path-login .header-wrap {
    padding-top: 45px;
  }
  #page-login-index .loginbox.twocolumns .loginpanel {
    float: right;
  }
}
@media screen and (min-width: 1200px) {
  .login-template-modern .loginbox.twocolumns .signuppanel {
    width: 42.666667%;
  }
  .login-template-modern .loginbox.twocolumns .loginpanel {
    width: 40%;
  }
}

#page-login-signup .navbar {
  display: none;
}

#page-totara-dashboard-3 .profile-widget,
#page-totara-dashboard-6 .profile-widget,
#page-totara-dashboard-10 .profile-widget,
#page-totara-dashboard-12 .profile-widget,
#page-totara-dashboard-14 .profile-widget,
#page-totara-dashboard-17 .profile-widget,
#page-totara-dashboard-18 .profile-widget,
#page-totara-dashboard-19 .profile-widget,
#page-totara-dashboard-20 .profile-widget,
#page-totara-dashboard-21 .profile-widget,
#page-totara-dashboard-22 .profile-widget,
#page-totara-dashboard-23 .profile-widget,
#page-totara-dashboard-24 .profile-widget,
#page-totara-dashboard-25 .profile-widget,
#page-totara-dashboard-26 .profile-widget,
#page-totara-dashboard-27 .profile-widget,
#page-totara-dashboard-28 .profile-widget,
#page-totara-dashboard-29 .profile-widget,
#page-totara-dashboard-30 .profile-widget,
#page-totara-dashboard-31 .profile-widget,
#page-totara-dashboard-32 .profile-widget,
#page-totara-dashboard-33 .profile-widget,
#page-totara-dashboard-34 .profile-widget,
#page-totara-dashboard-35 .profile-widget,
#page-totara-dashboard-36 .profile-widget,
#page-totara-dashboard-37 .profile-widget,
#page-totara-dashboard-38 .profile-widget,
#page-totara-dashboard-39 .profile-widget,
#page-totara-dashboard-40 .profile-widget,
#page-totara-dashboard-41 .profile-widget,
#page-totara-dashboard-42 .profile-widget,
#page-totara-dashboard-43 .profile-widget,
#page-totara-dashboard-44 .profile-widget,
#page-totara-dashboard-45 .profile-widget,
#page-totara-dashboard-46 .profile-widget,
.path-totara-dashboard .profile-widget {
  display: none;
}

.modtype_hvp .activityicon {
  height: 25px;
  width: 25px;
}

.btn-secondary {
  border-radius: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  font-family: d-dindin-bold;
  padding: 10px 20px;
}

.btn-primary {
  background-color: #d90432;
  border-radius: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  border-color: #d90432;
  border-width: 1px;
  font-family: d-dindin-bold;
  padding: 10px 20px;
}

/*MEDHAS-286*/
body[id*="page-totara-dashboard"] .block_isotope .container {
  width: 100% !important;
}

/*MEDHAS-322*/
a.btn:visited {
  color: white;
}

/*MEDHAS-331*/
#page-mod-scorm-view #intro {
  width: auto;
}

/*Begin MEDHAS-198*/
.assignfeedback_editpdf_widget select {
  display: inline;
}

.assignfeedback_editpdf_widget .ft-fw {
  color: gray;
  vertical-align: top;
  margin-top: 3px;
}

.assignfeedback_editpdf_widget .selectbutton .ft-fw {
  margin-top: 0px;
}
/*End MEDHAS-198*/

/*Begin Simon CSS*/

.custom-row {
  padding: 0;
}

"".contentwithoutlink a {
  text-decoration: underline;
  font-weight: bold;
}

#inst6282 img,
#inst6281 img,
#inst6283 img {
  max-height: 200px;
  object-fit: cover;
}

#inst1491 div {
  padding: 0px;
}

#inst6283 .caption {
  min-height: 100px;
}

#inst845 img,
#inst977 img,
#inst985 img,
#inst993 img,
#inst1001 img,
#inst1483 img {
  max-height: 200px;
  object-fit: cover;
}

.nextsetoperator .operator-and {
  display: none;
}

fieldset[id$="guestheader"] {
  display: none;
}

.video-js .vjs-play-control {
  font-size: 10px;
}

#inst971 img,
#inst974 img,
#inst975 img,
#inst973 img {
  max-height: 140px;
  object-fit: cover;
}

#inst971 .caption,
#inst974 .caption,
#inst975 .caption,
#inst973 .caption {
  min-height: 270px;
}

#inst6237 .caption,
#inst6246 .caption,
#inst6236 .caption,
#inst6235 .caption {
  min-height: 270px;
}

#inst6237 img,
#inst6246 img,
#inst6236 img,
#inst6235 img {
  max-height: 140px;
  object-fit: cover;
}

#inst972 .caption {
  min-height: 200px;
  margin-bottom: 0px;
}

#inst1131 {
  padding: 0px;
  margin-bottom: 0px;
}

.h5p-accordion .h5p-panel-title {
  background-color: darkgray;
}

#inst1186 {
  height: 200px;
  margin-bottom: 0px;
  margin: 0px;
}

#inst1186 .btn {
  position: relative;
  right: 0px;
  bottom: 0px;
}

#inst1186 p {
  margin-bottom: 5px;
}

#inst1167 .ui-accordion-header-icon,
#inst1486 .ui-accordion-header-icon {
  display: none;
}

#inst1167 .ui-accordion-header {
  margin-bottom: 5px;
}

#gridshadebox_content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

#page-totara-reportbuilder-report .container-fluid {
  max-width: 90%;
}

#page-admin-user .container-fluid {
  max-width: 90%;
}

.path-admin-totara-reportbuilder .container-fluid {
  max-width: 90%;
}

.path-cohort .container-fluid {
  max-width: 90%;
}

.path-admin .container-fluid {
  max-width: 90%;
}

.path-totara-certification .container-fluid {
  max-width: 90%;
}

.path-totara-program .container-fluid,
.path-local-emaillog .container-fluid {
  max-width: 90%;
}

#page-course-editsection .container-fluid {
  max-width: 90%;
}

/*Course Progress Bar*/

.nowDiv {
  display: none !important;
}

.barRow {
  margin-top: 0px !important;
}

/*Browse user page*/
#page-admin-user .user_namewithlinks {
  width: 100px;
}

#page-admin-user td.job_assignment_alltitlenames,
#page-admin-user td.user_jobpositionnames {
  word-wrap: break-all;
  max-width: 100px;
  overflow: hidden;
  white-space: normal !important;
}

#page-admin-user .reportbuilder-table .user_actions {
  white-space: normal;
}

#page-admin-user td.user_auth {
  word-wrap: break-all;
  max-width: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

#inst790 .caption h2 {
  margin-bottom: 0px;
}

#block_accessibility_launchtoolbar {
  color: #333;
}

#inst1239 p,
#inst1239 div {
  margin-bottom: 0px;
  min-height: 0px;
}

.format-grid .col-md-8 {
  width: 100%;
}

.mediaplugin > div {
  margin: 0px;
}

#inst1287 img {
  max-height: 540px;
  object-fit: cover;
}

#inst1287 p {
  margin-bottom: 0px;
  min-height: 0px;
}

#inst1287 .caption {
  min-height: 0px;
  margin-bottom: 0px;
}

.format-grid #gridiconcontainer,
.path-mod-checklist .checklist,
.path-mod-scorm .scorm-center {
  padding-bottom: 50px;
}

.path-mod-feedback .complete-feedback {
  padding-bottom: 50px;
  font-size: 30px;
}

#inst1483 .caption {
  min-height: 100px;
}

.block .header {
  min-height: 0px;
  padding: 0px;
}

#inst1483 p {
  margin-bottom: 0px;
}

/*For Leadership Programs Dash*/

#inst1273 .caption,
#inst1275 .caption,
#inst1276 .caption,
#inst1274 .caption,
#inst1278 .caption {
  min-height: 560px;
}

#inst1278 div {
  max-height: 235px;
}

#inst1279 .content p {
  margin-bottom: 0px;
}

#inst1338 .content p,
#inst1338 .caption,
#inst1340 .content p,
#inst1340 .caption,
#inst1350 .content p,
#inst1350 .caption,
#inst1351 .content p,
#inst1351 .caption,
#inst1345 .content p,
#inst1345 .caption {
  margin-bottom: 0px;
  min-height: 0px;
}

.course-742 h3,
.course-742 div,
.course-741 h3,
.course-741 div,
.course-739 h3,
.course-739 div,
.course-740 h3,
.course-740 div,
.course-738 h3,
.course-738 div {
  margin-bottom: 0px;
  margin-top: 0px;
}

#inst1339 .header,
#inst1352 .header,
#inst1354 .header {
  padding: 0px;
  min-height: 0px;
}

#inst1369 p {
  margin-bottom: 0px;
}

#inst1369 div {
  min-height: 0px;
}

/*COVID-19 Support Services Course*/

.course-806 td,
.course-1021 td,
.course-1055 td {
  padding-left: 10px;
}

.course-806 .modtype_scorm,
.course-806 .modtype_resource {
  font-size: 18px;
}

.course-806 .course-content ul li.section.main {
  border-bottom: 0px;
}

/*Nigel's Drop down Mock-up - rolled out to all courses/activities*/

.checklist img {
  vertical-align: top;
}

.activityinstance,
.completion-icon,
.autocompletion {
  font-size: 18px;
}

.format-topcoll .course-content {
  margin-bottom: 45px;
}

.format-topcoll .cps_centre {
  display: none !important;
}

/*I Lead Better @ Home Course*/

#inst1604 p {
  margin-bottom: 0px;
}

/*Virtual Training Dashboard*/

#page-totara-dashboard-43 .block_html .header {
  padding: 0px;
  min-height: 0px;
}

#page-totara-dashboard-43 .block_html {
  margin-bottom: 0px;
}

#page-totara-dashboard-43 .alert-warning {
  display: none;
}

#inst1577 img,
#inst1578 img,
#inst1579 img,
#inst1580 img {
  max-height: 140px;
  object-fit: cover;
}

#inst1577 .caption,
#inst1578 .caption,
#inst1579 .caption,
#inst1580 .caption {
  max-height: 130px;
  min-height: 130px;
}

.block_totara_report_table .content {
  padding: 0px;
}

.course_icon {
  padding: 0px;
}

table.flexible > tbody > tr > td {
  padding: 3px;
}

#page-totara-dashboard-43 table.flexible > tbody > tr > td {
  padding: 0px;
  vertical-align: inherit;
}

#page-totara-dashboard-43 .course_timecreated {
  text-align: right;
}

.reportbuilder-table .session_bookingstatus .fullybooked,
.reportbuilder-table .session_overallstatus .started {
  background-color: rgba(245, 190, 190, 0.98);
}

#page-totara-dashboard-43 .course_courseexpandlink {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 270px;
}

#inst1643 p {
  margin-bottom: 0px;
}

#inst1643 div {
  min-height: 0px;
}

#page-totara-dashboard-43 .panel,
#page-totara-dashboard-43 .userprofile .profile_tree section,
#page-totara-dashboard-43 .block {
  margin-bottom: 0px;
}

/*#page-totara-dashboard-43 #breadcrumb-container, #page-totara-dashboard-43 .profile-widget-container {
display: none
}*/

/*New Manager Dashboard*/

#page-totara-dashboard-53 div,
#page-totara-dashboard-27 div,
#page-totara-dashboard-39 div,
#page-totara-dashboard-28 div,
#page-totara-dashboard-29 div,
#page-totara-dashboard-30 div,
#page-totara-dashboard-31 div {
  margin-bottom: 0px;
}

#page-totara-dashboard-53 .block .content,
#page-totara-dashboard-27 .block .content,
#page-totara-dashboard-39 .block .content,
#page-totara-dashboard-28 .block .content,
#page-totara-dashboard-29 .block .content,
#page-totara-dashboard-30 .block .content,
#page-totara-dashboard-31 .block .content {
  padding-left: 0px;
}

#page-totara-dashboard-53 .block .content,
#page-totara-dashboard-27 .block .content,
#page-totara-dashboard-39 .block .content,
#page-totara-dashboard-28 .block .content,
#page-totara-dashboard-29 .block .content,
#page-totara-dashboard-30 .block .content,
#page-totara-dashboard-31 .block .content {
  padding-right: 0px;
}

#page-totara-dashboard-39 .block_html .header,
#page-totara-dashboard-28 .block_html .header,
#page-totara-dashboard-29 .block_html .header,
#page-totara-dashboard-30 .block_html .header,
#page-totara-dashboard-31 .block_html .header {
}

#team_members111 ul {
  display: none;
}

#page-course-completion form select {
  max-width: 100%;
}

/*My Feedback Report*/

#page-report-myfeedback-index .ac-year-right {
  display: none;
}

.path-report-myfeedback .heading h2 {
  background: #1ba3dd;
}

.path-report-myfeedback table.grades th,
.path-report-myfeedback table#feedbackcomments tr.tableheader,
.path-report-myfeedback table tr.tableheader {
  background: white !important;
}

.path-report-myfeedback .col-md-push-3 {
  left: 0%;
}

.block_completion_progress .progressEventInfo,
.block_completion_progress .progressPercentage {
  font-size: 14px;
}

/*Launch v3*/

#inst1692 .content p,
#inst1692 .caption,
#inst1737 .content p,
#inst1737 .caption,
#inst2181 .content p,
#inst2181 .caption {
  margin-bottom: 0px;
  min-height: 0px;
}

.course-926 .modtype_label td,
.course-1090 .modtype_label td {
  padding: 10px;
}

.course-926 .course-content ul li.section.main,
.course-1090 .course-content ul li.section.main {
  border-bottom: 0px;
}

.course-926 .sectionname {
  display: none;
}

.course-926 .img-responsive,
.course-1090 .img-responsive {
  margin: 0px;
  max-width: 100% !important;
}

.course-926 #gridshadebox_content .activity,
.course-1090 #gridshadebox_content .activity {
  border-bottom: 0px;
}

/*Grid Format Fixes*/

.format-grid.editing.empty-region-side-pre.used-region-side-post #region-main,
.format-grid.editing.side-post-only.used-region-side-post #region-main,
.editing.format-grid #gridshadebox_content {
  width: 100%;
}

#gridshadebox_content.absolute {
  border: none;
}

/*Skills Assessment Activity Fixes*/

.path-mod-assessment .totara_form input[type="text"] {
  max-width: 600px;
  width: 100%;
}

.path-mod-assessment form input[type="text"][disabled] {
  cursor: text;
}

/*Skills Assessment Updates for Customer Fit Retail Stream*/
.category-84 #tfiid_save_mod_assessment_form_page {
  display: none;
}

/*Medibank Way Dashboard*/
#inst2322 {
  width: 100%;
}

#page-totara-dashboard-44 .awesome-block .caption {
  max-height: 400px;
  overflow-y: auto;
}

#page-totara-dashboard-44
  .block.block_awesome
  .awesome-block.template-2
  .caption
  .awesome-link {
  position: relative;
  bottom: 25px;
  left: 0px;
  min-width: 110px;
}

#page-totara-dashboard-44 ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#page-totara-dashboard-44 ::-webkit-scrollbar-thumb {
  background: rgba(90, 90, 90);
}

#page-totara-dashboard-44 ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

#inst2317 .caption,
#inst2322 .caption {
  min-height: 0px;
  padding-bottom: 0px;
}

#inst2322 p {
  display: none;
}

.course-1173.fa.pull-left {
  padding-left: 10px;
}

.path-report #region-main,
#page-mod-scorm-report #region-main {
  width: 100%;
}

/*Hide warning messages on Report blocks*/

.block_totara_report_table .alert-warning {
  display: none;
}

/*Adjust tiles on Development Options course*/

.course-1639.format-tiles li.activity.subtile .activitytype {
	display: none;
}

.course-1639.format-tiles li.activity.subtile.page {
	background-image: url(https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/MDB_People%20Brand_Illustrations_Badge%20Generator_Puzzle_darkerblue.png)
}

/*Hide Record count from Cert RoL*/

#page-local-progcompl_log-certifications .rb-record-count {
	display: none
}

/*Hide Facilitators column from Seminars*/

.path-mod-facetoface-events .sessiondates .c2 {
	display: none;
}

/*Make X white in Tiles pop-up*/

#page-course-view-tiles.format-tiles.path-course-view .show .tfont-var-x {
	color: white;
}


/*Hide dead space from Compliance courses*/

.category-11 #completionprogressid, .category-11 #section-0 .sectionname {
	display: none;
}

/*Hide Availability info for Compliance*/

.category-11 div.availabilityinfo,
.category-182 div.availabilityinfo,
.category-183 div.availabilityinfo,
.category-184 div.availabilityinfo,
.category-185 div.availabilityinfo,
.category-186 div.availabilityinfo
{
	display: none;
}


/*Hide Availability info for Customer Channels*/

.category-79 div.availabilityinfo {
	display: none;
}



/*Hide top section in I Listen Better - Self Serve*/

.course-1891 #abovetiles {
	display: none
}

/*Remove padding from H3 for Inclusion at Medibank 2024*/

.course-1962 h3 {
	margin-top: 0px;
	padding: 0px;	
}

/*Leadership Programs dashboard*/

#page-totara-dashboard-38 ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

#page-totara-dashboard-38 ::-webkit-scrollbar-thumb {
  background: #761B55;
}

#page-totara-dashboard-38 ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

#page-totara-dashboard-38 .block.block_awesome .content .awesome-block .caption {
	min-height: 400px;
	max-height: 400px;
	overflow: auto;

}

#page-totara-dashboard-38 .block.block_awesome .awesome-block.template-2 .caption .awesome-link {
	position: relative;
	'background: white;
	'color: black;
}

#page-totara-dashboard-38 .awesome-link {
	left: 0px!important;
}


/*Hide text from tiles for xCellence Time*/

.course-2078 .photo-tile-text {
    display: none;
}




/*Remove shadow-gradient from Rotating Banner*/

.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
}

/*Hide search from Skills Assessment Dash*/

#page-mod-assessment-dashboard .rb-search {
    display: none;
}


/*Hide assignment rules from program/certifications*/

.tui-totara_program-programHeader__progress > p:first-of-type {
  display: none !important;
}

/*Style Upcoming Certs block*/

body:not(.path-totara-dashboard) .block_totara_certifications .content li.certification.row-fluid:not(:first-child) {
    background-color: #F2F8F6 !important;
    border-radius: 8px !important;
    margin-bottom: 12px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    overflow: hidden !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 0 !important;
}

body:not(.path-totara-dashboard) .block_totara_certifications .content li.certification.row-fluid:not(:first-child) .span8.name {
    width: 66.6666% !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

body:not(.path-totara-dashboard) .block_totara_certifications .content li.certification.row-fluid:not(:first-child) .span4.due {
    width: 33.3333% !important;
    display: flex !important;
    align-items: center !important;
    padding-left: 20px !important;
    padding-right: 0 !important;
    font-size: 0.9em !important;
    font-weight: 500 !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
}

body:not(.path-totara-dashboard) .block_totara_certifications .content li.certification.row-fluid:not(:first-child) .name a {
    display: block !important;
    background-color: #228F67 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    white-space: normal !important;
    line-height: 1.3 !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

body:not(.path-totara-dashboard) .block_totara_certifications .content li.certification.row-fluid:not(:first-child) .name a:hover {
    background-color: #054243 !important;
    color: #ffffff !important;
}

/*End Simon CSS*/

/*Ausmed Block*/

#ausmed_cpd_summary {
  margin-bottom: 20px;
}

.block_ausmed {
  border-color: #e3e3e3;
}

#page-user-profile #block-region-side-post .block_ausmed {
  border-color: #e3e3e3;
}

/*Course Ratings Block*/

.course-reviews-list {
  display: none;
}

/*Seminar Room Form Updates*/

.path-mod-facetoface #fgroup_id_customfield_locationsize,
.path-mod-facetoface #fgroup_id_customfield_locationview,
.path-mod-facetoface #fgroup_id_customfield_locationdisplay,
.path-mod-facetoface #fitem_id_googlemapapitoscheck,
.path-mod-facetoface .mapaddresslookup,
.path-mod-facetoface #fitem_id_notcustom {
  display: none;
}

/*Program Reports Dashboard (Medibank Way)*/

#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=246"]
  .moreless-actions,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=247"]
  .moreless-actions,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=248"]
  .moreless-actions,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=249"]
  .moreless-actions,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=251"]
  .moreless-actions,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=246"]
  #id_submitgroupstandard_clearstandardfilters,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=247"]
  #id_submitgroupstandard_clearstandardfilters,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=248"]
  #id_submitgroupstandard_clearstandardfilters,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=249"]
  #id_submitgroupstandard_clearstandardfilters,
#page-totara-reportbuilder-report:not(.used-region-settings)
  [action$="id=251"]
  #id_submitgroupstandard_clearstandardfilters {
  display: none;
}

#page-totara-dashboard-47 .content .footer {
  display: none;
}

#page-totara-dashboard-47 .prog_fullname {
  max-width: 150px;
}

#page-totara-dashboard-47 .reportbuilder-table {
  margin-bottom: 0px;
}

#inst2462 .c2,
#inst2462 .c6,
#inst2462 .c8 {
  display: none;
}

/*Customer Fit Courses Dashboard*/

#page-totara-dashboard-49 .block-totara-featured-links-content {
  min-height: 100%;
}

#inst2511 .block-totara-featured-links-content {
  background: #1ba3dd;
}

#inst2512 .block-totara-featured-links-content {
  background: #99c555;
}

#inst2505 .content,
.cf-dashboard-title-block .content {
  background: #f2f2f2;
}

.core-dashboard-block .content,
.core-dashboard-block .content a {
  background: #1ba3dd !important;
  color: #ffffff;
  min-height: 235px;
}

.cs-dashboard-block .content,
.cs-dashboard-block .content a {
  background: #99c555 !important;
  color: #ffffff;
  min-height: 215px;
}

.sales-dashboard-block .content,
.sales-dashboard-block .content a {
  background: #596dd4 !important;
  color: #ffffff;
  min-height: 280px;
}

#inst2517 .header,
#inst2518 .header {
  min-height: 66px;
}

.retail-dashboard-block .content,
.retail-dashboard-block .content a {
  background: #8e64a5 !important;
  color: #ffffff;
  min-height: 215px;
}

/*Questionnaire Styles*/

#page-mod-questionnaire-complete .message {
  border-width: 0px;
  padding: 10px;
}

.path-mod-questionnaire .raterow td {
  padding-bottom: 10px;
}

/*Launch BP Dashboard*/

#inst2607 .content,
#inst2612 .content,
#inst2613 .content,
#inst2614 .content {
  padding: 0px;
}

/*Compliance BP Dashboard*/

#inst6588 .c0.header,
#inst6587 .c0.header,
#inst6586 .c0.header,
#inst6585 .c0.header,
#inst6588 .footer,
#inst6587 .footer,
#inst6586 .footer,
#inst6585 .footer {
  display: none;
}

#inst6588h2,
#inst6587 h2,
#inst6586 h2,
#inst6585 h2 {
  text-align: center;
}

#inst6588 .c0.cell {
  background: #d90432;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6587 .c0.cell {
  background: #e9a543;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6586 .c0.cell {
  background: #99c555;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6585 .c0.cell {
  background: #909090;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6591 .content {
  padding: 0px;
}

/*People Leader Mandatory Dashboard*/

#inst6408 .c0.header,
#inst6407 .c0.header,
#inst6406 .c0.header,
#inst6412 .c0.header,
#inst6408 .footer,
#inst6407 .footer,
#inst6406 .footer,
#inst6412 .footer {
  display: none;
}

#inst6408 h2,
#inst6407 h2,
#inst6406 h2,
#inst6412 h2 {
  text-align: center;
}

#inst6408 .c0.cell {
  background: #d90432;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6407 .c0.cell {
  background: #e9a543;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6406 .c0.cell {
  background: #99c555;
  color: white;
  font-size: 50px;
  text-align: center;
}

#inst6412 .c0.cell {
  background: #909090;
  color: white;
  font-size: 50px;
  text-align: center;
}

""#inst1387 .content,
#inst1244 .content,
#inst1387 .content,
#inst2739 .content,
#inst2741 .content,
#inst2745 .content {
  padding: 0px;
}

/*Dashboard Menu CSS*/
#menu-dash {
  background: #d90432;
  color: #fff;
  height: 45px;
  padding-left: 0px;
  border-radius: 0px;
}

#menu-dash ul,
#menu-dash li {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

#menu-dash ul {
  width: 100%;
}

#menu-dash li {
  float: none;
  display: inline-block;
  position: relative;
}

#menu-dash a {
  display: block;
  line-height: 45px;
  padding: 0 14px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-family: d-dindin-bold;
}

#menu-dash li a:hover,
#menu-dash li a:active,
#menu-dash li a.active {
  background: #c8cfd6;
  color: #3d444b;
}

#menu-dash ul.sub-menus {
  height: auto;
  overflow: hidden;
  width: 170px;
  background: #444444;
  position: absolute;
  z-index: 99;
  display: none;
}
#menu-dash ul.sub-menus li {
  display: block;
  width: 100%;
}
#menu-dash ul.sub-menus a {
  color: #ffffff;
  font-size: 16px;
}
#menu-dash li:hover ul.sub-menus {
  display: block;
}
#menu-dash ul.sub-menus a:hover {
  background: #f2f2f2;
  color: #444444;
}

#menu-dash a.dropdown-arrow:after {
  content: "\25BE";
  margin-left: 5px;
}

@media screen and (max-width: 800px) {
  #menu-dash {
    position: relative;
  }
  #menu-dash ul {
    background: #111;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 3;
    height: auto;
    display: none;
  }
  #menu-dash li {
    display: block;
    float: none;
    width: auto;
  }
  #menu-dash input,
  #menu-dash label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  #menu-dash input {
    z-index: 4;
  }
}

/*Aboriginal and Torres Strait Islander Course*/

#inst2471 .caption {
  padding-bottom: 0px;
  min-height: 320px;
}

#inst2350 .caption {
  padding-bottom: 0px;
  min-height: 320px;
}

/*Jan 26 Course*/

#inst2879 .caption {
  display: none;
}

/*Initiative Management*/

#module-7955 .completion-icon {
  font-size: 30px;
  vertical-align: top;
}

/*Re-engagement View Fix*/

#page-mod-reengagement-view td {
  padding-right: 10px;
}

/*SCORM Report Style updates*/

.path-report #region-main,
#page-mod-scorm-report #region-main {
  left: 0% !important;
}

#page-mod-scorm-report .container-fluid {
  max-width: 90%;
}

/*Updates for HealthStrong Tech Uplift sessions*/

.course-1294 .facetoface .c2 {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*Feel Good Grant Series Course Page*/

.course-1192.empty-region-settings #section-0 .questionnaire {
  display: none;
}
/*Medibank User Dashboard*/

/*Search field*/
#inst4666 .block-content {
  padding-left: 0px;
}

/*Hide image description not necessary button in Atto*/

.atto_image_presentation,
label[for="id_config_text_atto_image_presentation"] {
  display: none;
  font-size: 0;
}

/*Theme Styling 04-2021*/

.container-fluid {
  max-width: 1520px !important;
}

#page-totara-catalog-index .container-fluid {
  max-width: 1520px !important;
}

#page-course-view-topics .course-content ul.topics .section li.activity {
  background-color: transparent;
}

#page-course-view-topics .course-content ul.topics .section.main .summary {
  margin-bottom: 0px !important;
}

#page-course-view-topics .course-content ul.topics .section.main {
  border-bottom: none;
  margin-bottom: 0px;
}

.course-content ul li.section.main {
  padding-bottom: 0px;
}

#page-course-view-topics
  .course-content
  ul.topics
  .section.main
  h3.sectionname {
  margin-bottom: 0px;
  padding: 10px 0px;
}

.path-totara-dashboard @media (min-width: 1200px) .container {
  width: 1520px !important;
}

.path-totara-dashboard .container {
  width: 1520px !important;
}

#page-totara-dashboard-51 .job_assignment_alltitlenames {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.totaraNav_sub--list {
  display: none;
}

.btn-primary {
  color: white !important;
}

/*MEDHAS-345*/
#page-enrol-index .content .teachers {
  display: none;
}

/*Mental Health Admin page - Wraps links etc.*/

.course-1340 .section .activity .contentafterlink p {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*MS Teams Lunch and Learn*/

.course-1389 .facetoface .c2 {
  max-width: 100px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*Wellbeing and Community Webinars*/

.course-1359 .facetoface .c2 {
  max-width: 100px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

/*Grid Format - remove margin from Section 0*/

.format-grid ul.gtopics-0 {
  margin: 0px !important;
}

/*Remove Summary from Required Programs overview page*/

''#page-totara-program-required .dp-summary-widget-description {
  display: none;
}

/*Make Forgot Pass link a button on login page*/


.forgetpass a {
  font-weight: bold;
  padding: 5px 20px; /* Kept the padding the same for consistency */
  border: 2px solid #1378D1; /* Blue border for contrast */
  background-color: #1378D1; /* Blue background */
  color: white !important; /* Ensure white text for good contrast */
  border-radius: 4px; /* Rounded corners for a polished look */
  text-align: center; /* Center text */
  display: inline-block; /* Ensure it's inline but allows padding */
  text-decoration: none !important; /* Remove any default underline from link */
  transition: background-color 0.3s, border-color 0.3s, color 0.3s; /* Smooth transition */
}

.forgetpass a:hover {
  background-color: #106fa1; /* Darker blue on hover */
  border-color: #106fa1; /* Darker border on hover */
  color: white !important; /* Keep text white on hover */
}

.forgetpass a {
  font-size: 0.9em; /* Slightly smaller text to reduce prominence */
}












/*Update Password Reset layout Mike change 240625

#page-login-forgot_password .container-fluid {
  float: left;
  width: 50%;
}
*/
/*Hide Virtual Room link from creating rooms*/

#page-mod-facetoface-events-add #id_virtualroom {
  display: none;
}

/*Atto-styles (Sample)*/

.attostylesbox {
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 10px;
}

.attostylesbox.attostylesbox-outline {
  background-color: white;
  border-width: 2px;
  border-style: solid;
}
.attostylesbox.attostylesbox-callout {
  background-color: white;
  border: 1px solid #eee;
  border-left-width: 5px;
}
.attostylesbox.attostylesbox-solid-blue {
  background-color: #5fb8e7;
  color: #222a60;
}
.attostylesbox.attostylesbox-solid-green {
  background-color: #7fc99c;
  color: #084344;
}
.attostylesbox.attostylesbox-solid-yellow {
  background-color: #f9ce78;
  color: #7a3f1b;
}
.attostylesbox.attostylesbox-solid-red {
  background-color: #f59099;
  color: #771c55;
}
.attostylesbox.attostylesbox-solid-black {
  background-color: #3a3a3a;
  color: white;
}
.attostylesbox.attostylesbox-outline-blue {
  border-color: #5fb8e7;
  color: #222a60;
}
.attostylesbox.attostylesbox-outline-green {
  border-color: #7fc99c;
  color: #084344;
}
.attostylesbox.attostylesbox-outline-yellow {
  border-color: #f9ce78;
  color: #7a3f1b;
}
.attostylesbox.attostylesbox-outline-red {
  border-color: #f59099;
  color: #771c55;
}
.attostylesbox.attostylesbox-outline-black {
  border-color: #3a3a3a;
  color: #3a3a3a;
}
.attostylesbox.attostylesbox-callout-blue {
  border-left-color: #5fb8e7;
}
.attostylesbox.attostylesbox-callout-green {
  border-left-color: #7fc99c;
}
.attostylesbox.attostylesbox-callout-yellow {
  border-left-color: #f9ce78;
}
.attostylesbox.attostylesbox-callout-red {
  border-left-color: #f59099;
}
.attostylesbox.attostylesbox-callout-black {
  border-left-color: #3a3a3a;
}
.attostylestextmarker {
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.attostylestextmarker.attostylestextmarker-green {
  background: #99ffcc;
}
.attostylestextmarker.attostylestextmarker-pink {
  background: #ffccff;
}
.attostylestextmarker.attostylestextmarker-yellow {
  background: #ffffcc;
}

/*Make Cancel booking a button again*/

.mod_facetoface__eventinfo__card__toggle,
.mod_facetoface__eventinfo__card__toggle:active,
.mod_facetoface__eventinfo__card__toggle:focus,
.mod_facetoface__eventinfo__card__toggle:hover,
.mod_facetoface__eventinfo__card__toggle:active:focus,
.mod_facetoface__eventinfo__card__toggle:active:hover {
  color: var(--btn-text-color);
  background-color: var(--btn-bg-color);
  border-color: var(--btn-border-color);
  transition: all 0.3s ease-in-out;
  font-family: var(--button-font);
  border-radius: var(--btn-radius);
  border-width: var(--btn-border-width);
  text-transform: var(--btn-text-transform);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  font-size: var(--btn-font-size);
}

/*Add shadow to menu bar*/

.totaraNav {
  box-shadow: var(--shadow-2);
}

#page-totara-program-required .notifymessage {
  display: none;
}

#page-totara-program-view .notifymessage {
  display: none;
}

#page-totara-program-required .dp-summary-widget-description {
  display: none;
}

/*Remove grade from Subcourse*/

.section .subcourse .activityinstance div {
  display: none;
}

/*Hide LD Target Audience on Course Settings page*/

#page-course-edit #fgroup_id_grp_10 {
  display: none;
}

/*Fix spacing after Training Duration on Course Settings page*/

#page-course-edit #fitem_id_customfield_Nominaltrainingmins {
  margin-bottom: 0px;
}

/*C4L: Components 4 Learning CSS*/

/* Utilities */

.c4l-spacer {
    display: block;
    height: 0px;
}

.c4l-inline-group {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    justify-content: flex-end;
}

.c4l-display-left {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
}

.c4l-spacer + .c4l-display-left {
    margin-top: 0;
}

/* Key concept */

.c4l-keyconcept {
    min-width: 200px;
    max-width: 99%;
    background-color: #f1f5fe;
    padding: 24px 36px 30px 36px;
    border: none;
    border-left: 6px solid #387af1;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-keyconcept {
    margin: 0 auto;
}
    
.c4l-keyconcept p:last-of-type {
    margin-bottom: 0;
}

.c4l-keyconcept-green {
    min-width: 200px;
    max-width: 99%;
    background-color: #F1FBF5;
    padding: 24px 36px 30px 36px;
    border: none;
    border-left: 6px solid #1CC460;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-keyconcept-green {
    margin: 0 auto;
}
    
.c4l-keyconcept-green p:last-of-type {
    margin-bottom: 0;
}

/* Tip */

.c4l-tip {
    min-width: 200px;
    max-width: 99%;
    background-color: #fbeffa;
    padding: 24px 48px 30px 36px;
    border: none;
    border-left: 6px solid #b00ca9;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-tip {
    margin: 0 auto;
}

.c4l-tip p:last-of-type {
    margin-bottom: 0;
}

.c4l-tip:after {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_tip.svg");
    position: absolute;
    top: 6px;
    right: -3px;
}


/* Reminder */

.c4l-reminder {
    min-width: 200px;
    max-width: 99%;
    background-color: #eff8fd;
    padding: 24px 48px 30px 36px;
    border: none;
    border-left: 6px solid #16b9ff;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-reminder {
    margin: 0 auto;
}

.c4l-reminder p:last-of-type {
    margin-bottom: 0;
}

.c4l-reminder:after {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_reminder.svg");
    position: absolute;
    top: 6px;
    right: -3px;
}


/* Attention */

.c4l-attention {
    min-width: 200px;
    max-width: 99%;
    background-color: #fef6ed;
    padding: 24px 48px 30px 36px;
    border: none;
    border-left: 6px solid #f88923;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-attention {
    margin: 0 auto;
}

.c4l-attention p:last-of-type {
    margin-bottom: 0;
}

.c4l-attention:after {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_attention.svg");
    position: absolute;
    top: 6px;
    right: -3px;
}

/* Next Orange*/

.c4l-nextorange {
    min-width: 200px;
    max-width: 99%;
    background-color: #fef6ed;
    padding: 24px 48px 30px 36px;
    border: none;
    border-left: 6px solid #f88923;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-nextorange {
    margin: 0 auto;
}

.c4l-nextorange p:last-of-type {
    margin-bottom: 0;
}

.c4l-nextorange:after {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_nextorange.svg");
    position: absolute;
    top: 6px;
    right: -3px;
}

/*Red Attention!*/

.c4l-redattention{
    min-width: 200px;
    max-width: 99%;
    background-color: #ffefef;;
    padding: 24px 48px 30px 36px;
    border: none;
    border-left: 6px solid #F85449;
    margin: 36px auto;
    position: relative;
    border-radius: 0;
}

.c4l-spacer + .c4l-redattention{
    margin: 0 auto;
}

.c4l-redattention p:last-of-type {
    margin-bottom: 0;
}

.c4l-redattention:after {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_expectedfeedback.svg");
    position: absolute;
    top: 6px;
    right: -3px;
}

/* Do - Don't cards */

.c4l-dodontcards .c4l-dodontcards-do {
    margin-top: 36px;
}

.c4l-dodontcards .c4l-dodontcards-dont {
    margin-bottom: 36px;
}

.c4l-dodontcards > .c4l-dodontcards-dont {
    margin-top: 12px;
}

.c4l-dodontcards-do {
    min-width: 200px;
    max-width: 100%;
    background: #f1fbf5;
    /*border-radius: 10px;*/
    padding: 24px 48px 30px 36px;
    margin: 12px auto;
    position: relative;
    border: none;
    border-left: 6px solid #1CC460;
}

.c4l-dodontcards-do::before {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_docard.svg");
    position: absolute;
    top: 12px;
    right: 12px;
}

.c4l-dodontcards-dont {
    min-width: 200px;
    max-width: 100%;
    background: #ffefef;
   /* border-radius: 10px;*/
    padding: 24px 48px 30px 36px;
    margin: 12px auto;
    position: relative;
    border: none;
    border-left: 6px solid #F85449;
}

.c4l-dodontcards-dont::before {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_dontcard.svg");
    position: absolute;
    top: 12px;
    right: 12px;
}

.c4l-spacer + .c4l-dodontcards .c4l-dodontcards-do {
    margin-top: 0;
}

.c4l-spacer + .c4l-dodontcards .c4l-dodontcards-dont {
    margin-bottom: 0;
}

.c4l-dodontcards-do p,
.c4l-dodontcards-dont p {
    margin-bottom: 6px;
}

.c4l-dodontcards-do p:last-of-type,
.c4l-dodontcards-dont p:last-of-type {
    margin-bottom: 0;
}

/* Estimated Time */

.c4l-estimatedtime {
    font-size: 16px;
    color: #2167cf;
    background-color: #f1f5fe;
    padding: 6px 14px;
    font-weight: 700;
    margin-left: 6px;
    margin-bottom: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 36px;
    position: relative;
    border-radius: 5px;
}

.c4l-estimatedtime span {
    font-weight: 600;
    font-size: 10px;
}

.c4l-estimatedtime:before {
    content: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_images/6118/c4l_estimatedtime.svg");
    position: absolute;
    left: 12px;
}

/*End C4L CSS*/

/*Hide Saved Searches on Learner RoL*/

.path-totara-plan-record #totara_reportbuilder_viewsavedsearch {
	display: none
}

/*Adjustments for header on Clinical Governant Events course*/

.course-2114 .sectionname.tw-formatTopics__topic_header {
    padding: 10px!important;
    border-radius: 4px;
}


/*Update to Calendar Buttons*/

.block.block_calendar_upcoming .content .footer .newevent a, 
.block.block_calendar_upcoming .content .footer .gotocal a, 
.block.block_calendar_month .calendar-controls .arrow_link {
    background-color: #032264!important;
    border: #032264!important;
    font-size: 14px!important;
    border-radius: 4px!important;
    padding: 6px 12px!important;
    font-size: 14px!important;
    margin-top: 6px!important; 
}

/*Tiles Format additional fixes (list & first of p styling)*/

.format-tiles .course-content li.activity.label p:first-of-type {
    border-left-color: inherit!important;
    border-left-style: inherit!important;
    padding-left: inherit!important;
    border-left-width: inherit!important;
    font-size: inherit!important;
    font-weight: inherit!important;
    margin-top: inherit!important;
    margin-bottom: inherit!important;
    list-style-type: disc!important;
    list-style: disc!important;
}

.format-tiles .course-content li.section ul {
    list-style-type: disc!important;
    list-style: disc!important;
}


/*Feedback Button*/

/* Button styles */
#help-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #1378D1; /* Medibank blue */
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: pulse 2s infinite; /* Pulse Animation */
}

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Icon motion */
#help-button .icon {
    display: inline-block;
    font-size: 18px;
    animation: point 1s infinite alternate; /* Icon bounce */
}

/* Popup iframe container */
#help-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 640px;
    height: 480px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    overflow: hidden;
}

#help-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Close button for popup */
#close-help-popup {
    position: absolute!important;
    top: 10px;
    right: 10px;
    background: #D90432; /* Medibank red */
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes point {
    transform-origin: center;
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-5px);
    }
}

/* Click Me hover effect */
#help-button:hover {
    background-color: #054243; /* Medibank darker blue */
    color: #fff; /* Medibank yellow */
    font-size: 18px;
}

#help-button:hover::after {
    content: "Click Me! (>5 mins)";
    position: absolute;
    top: -30px;
    right: 10px;
    background: #FFB648;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}


/*Round Profile Picture Corner*/

.block_myprofile img.profilepicture {
    border-radius: 35px;
}

/*Hide course name from Newstarter sessions block */
#newstartersessions h3 {
    display: none;
}

/*Removing additional spacing in Tiles format*/

#page-course-view-tiles .section {
  padding: 0px!important;
  margin: 0px!important;
}


/*Remove padding from front banner*/

#block-region-top, .block_rotating_banner, .block.width-100 {
    padding: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
    width: 100%!important;
}

/*Style Self Completion Block*/

.block_selfcompletion .footer {
    font-size: 0; /* Hide direct text nodes */
}

.block_selfcompletion .footer a {
    font-size: 14px; /* Reset font-size for your link */
    display: inline-block;
    background-color: #1378D1 !important;
    color: #ffffff !important;
    padding: 8px 20px;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.block_selfcompletion .footer a:hover {
    background-color: #032264 !important;
}


/*Program/Certification view styling into cards*/

.custom-course-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 16px;
}

.custom-course-card-link {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
    height: 100%;
}

.custom-course-card {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 16px;
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.custom-course-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* Course name untouched */
.card-name {
    margin-bottom: 12px;
}

/* Sections below name */
.card-launch,
.card-progress,
.card-mark-complete {
    margin-top: 10px;
}

/* Status icon top-right */
.card-status-icon {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 0.85rem;
    z-index: 2;
    background: #fff;
    padding-left: 8px;
}

.status-complete {
    color: #228F67;
}

.status-incomplete {
    color: #D90432;
}


/*Enhance Upcoming sessions on virtual learning hub*/

#page-totara-dashboard-52 #report_session_report2,
#page-totara-dashboard-66 #report_session_report2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 24px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

#page-totara-dashboard-52 #report_session_report2 td,
#page-totara-dashboard-52 #report_session_report2 th,
#page-totara-dashboard-66 #report_session_report2 td,
#page-totara-dashboard-66 #report_session_report2 th {
  padding: 8px 10px;
  white-space: normal;
  vertical-align: middle;
  transition: background-color 0.25s ease-in-out;
}

#page-totara-dashboard-52 #report_session_report2 thead th,
#page-totara-dashboard-66 #report_session_report2 thead th {
  background-color: #032264 !important;
  color: #FFFFFF !important;
  font-weight: bold;
  position: sticky;
  top: 0;
  z-index: 2;
  border-bottom: 2px solid #1378D1;
}
#page-totara-dashboard-52 #report_session_report2 thead th a,
#page-totara-dashboard-66 #report_session_report2 thead th a {
  color: #FFFFFF !important;
  text-decoration: none;
}

#page-totara-dashboard-52 #report_session_report2 tbody tr:hover,
#page-totara-dashboard-66 #report_session_report2 tbody tr:hover {
  background-color: #EAF6FB !important;
}

#page-totara-dashboard-52 #report_session_report2 .virtual-session,
#page-totara-dashboard-66 #report_session_report2 .virtual-session {
  background-color: #D1EAF0 !important;
}

#page-totara-dashboard-52 #report_session_report2 .in-person-session,
#page-totara-dashboard-66 #report_session_report2 .in-person-session {
  background-color: #FCE9EF !important;
}

#page-totara-dashboard-52 #report_session_report2 .virtual-session td:first-child,
#page-totara-dashboard-66 #report_session_report2 .virtual-session td:first-child {
  border-left: 4px solid #1378D1 !important;
}

#page-totara-dashboard-52 #report_session_report2 .in-person-session td:first-child,
#page-totara-dashboard-66 #report_session_report2 .in-person-session td:first-child {
  border-left: 4px solid #F77295 !important;
}

#page-totara-dashboard-52 #report_session_report2 td.c0,
#page-totara-dashboard-52 #report_session_report2 td.c2,
#page-totara-dashboard-66 #report_session_report2 td.c0,
#page-totara-dashboard-66 #report_session_report2 td.c2 {
  font-weight: 600;
  color: #032264;
}


/*Remove side-block from Program/Certifications page*/

.path-totara-program #block-region-side-pre {
    display: none;
    right: 0%!important;
    width: 0px!important;
}

.path-totara-program #region-main {
    left: 0px!important;
    width: 100%!important;
}


/*END SIMON*/

/*MEDHAS-408*/
#page-group-members .controls,
#page-enrol-manual-manage .controls,
#page-cohort-assign .controls,
#page-admin-roles-assign .controls {
  clear: none;
}

#page-mod-facetoface-attendees-remove .controls.addremove {
  clear: none;
}

/*START MEDHAS-452*/
.block_calendar_upcoming .content {
  background: none !important;
  border: none;
}

.block_calendar_upcoming .header {
  border: none;
}

.block_calendar_month .content {
  background: none !important;
  border: none !important;
}

.block_calendar_month,
.block_calendar_month .header {
  border: none;
}

.block.block_calendar_month .calendar-controls {
  padding-bottom: 63px;
}
.block.block_calendar_month .calendar-controls .current a {
  font-size: 30px;
}
/*END MEDHAS-452*/

/**/
#page-totara-catalog-index div.tw-catalogManageBtns__btn {
  padding-top: 10px;
  padding-bottom: 12px;
}

#page-totara-catalog-index a.tw-catalogManageBtns__btn {
  padding-top: 14px;
}

#page-totara-catalog-index .container-fluid {
  max-width: 1520px;
}

/*Updates*/

#page-my-teammembers form.rb-search,
#page-my-teammembers div#rb-search-controls {
  display: none;
}

#page-report-log-index #region-main {
  display: contents;
}

#page-mod-facetoface-attendees-list-add .controls,
#page-mod-facetoface-attendees-list-remove .controls {
  clear: none;
}

/*MEDHAS-561*/
#gridshadebox_content.fit_to_window {
  top: 20%;
}

@font-face {
  font-family: "d-dinregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-dindin-bold";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_condensedregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_condenseddinCnBd";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expdinexp-bold";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expdinexp-italic";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-italic-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-dindin-italic";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-italic-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.loginpanel {
  width: 40%;
}

.signuppanel {
  width: 60%;
}

''.loginbox .loginform .form-label label {
  display: none;
}
.block_calendar_upcoming .block-header {
  background-color: #f2f4f7;
}

.block_calendar_month,
.block_calendar_month .header,
#block-region-side-pre .block_calendar_month,
#block-region-side-pre .block_calendar_month .header,
#block-region-side-post .block_calendar_month,
#block-region-side-post .block_calendar_month .header {
  background-color: #d8dbe4;
  color: #000;
}

.block.block_calendar_month:not(.block_with_controls) .header {
  display: none;
}

.block.block_calendar_month {
  position: relative;
}

.block.block_calendar_month .calendar-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.block.block_calendar_month .calendar-controls .current {
  text-align: left;
  margin: 0 auto 0 0;
}

.block.block_calendar_month .calendar-controls .current a {
  font-size: 24px;
  line-height: 1.2;
  color: #333333;
  font-weight: bold;
}

.block.block_calendar_month .calendar-controls .current a:hover {
  text-decoration: none;
}

.block.block_calendar_month .calendar-controls .previous,
.block.block_calendar_month .calendar-controls .next {
  width: 40px;
  height: 40px;
  background-color: #cc000c;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.block.block_calendar_month .calendar-controls .previous:hover,
.block.block_calendar_month .calendar-controls .next:hover {
  text-decoration: none;
}

.block.block_calendar_month .calendar-controls .previous .arrow,
.block.block_calendar_month .calendar-controls .next .arrow {
  font-size: 0;
  color: transparent;
}

.block.block_calendar_month .calendar-controls .previous .arrow:before,
.block.block_calendar_month .calendar-controls .next .arrow:before {
  font-family: "FontAwesome";
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
}

.block.block_calendar_month .calendar-controls .previous {
  order: 2;
  margin-right: 3px;
}

.block.block_calendar_month .calendar-controls .previous .arrow:before {
  content: "";
}

.block.block_calendar_month .calendar-controls .next {
  order: 3;
}

.block.block_calendar_month .calendar-controls .next .arrow:before {
  content: "";
}

.block.block_calendar_month table.minicalendar th,
.block.block_calendar_month table.minicalendar td {
  border: none;
  font-size: 14px;
  padding: 10px 0px;
}

.block.block_calendar_month table.minicalendar tbody tr.weekdays abbr[title],
.block.block_calendar_month
  table.minicalendar
  tbody
  tr.weekdays
  abbr[data-original-title] {
  border-bottom: none;
}

.block .calendar-event-panel {
  border: none;
  outline: none;
}

.block .calendar-event-panel .yui3-overlay-content {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  margin-top: 0;
  margin-left: 0;
}

.block .calendar-event-panel .yui3-overlay-content h2.eventtitle {
  text-align: left;
  font-size: 16px;
  background-color: #333333;
  color: #ffffff;
  padding: 5px;
  margin: 0;
  border: none;
}

.block .calendar-event-panel .eventcontent {
  text-align: left;
}

.block.block_calendar_upcoming .content {
  padding: 8px 0;
}

.block.block_calendar_upcoming .content hr {
  margin: 0;
}

.block.block_calendar_upcoming .content .event {
  padding: 8px 16px;
}

.block.block_calendar_upcoming .content .event .icon {
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  color: #333333;
  border-radius: 50%;
  display: inline-block;
  line-height: 34px;
  text-align: center;
  margin-right: 20px;
  font-size: 24px;
}

.block.block_calendar_upcoming .content .event > a {
  font-size: 20px;
}

.block.block_calendar_upcoming .content .event > div {
  padding-left: 60px;
  font-size: 12px;
}

.block.block_calendar_upcoming .content .post {
  padding-left: 16px;
  padding-right: 16px;
}

.block.block_calendar_upcoming .content .footer {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
}

.block.block_calendar_upcoming .content .footer .gotocal,
.block.block_calendar_upcoming .content .footer .newevent {
  display: inline-block;
  font-size: 0;
  margin-right: 10px;
}

.block.block_calendar_upcoming .content .footer .gotocal a,
.block.block_calendar_upcoming .content .footer .newevent a {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
  border-style: solid;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.block.block_calendar_upcoming .content .footer .gotocal a:focus,
.block.block_calendar_upcoming .content .footer .gotocal a:hover,
.block.block_calendar_upcoming .content .footer .newevent a:focus,
.block.block_calendar_upcoming .content .footer .newevent a:hover {
  background-color: #ffffff;
  color: #333333;
  border-color: #333333;
  outline: none;
}

.block.block_calendar_upcoming .content .footer .gotocal a:hover,
.block.block_calendar_upcoming .content .footer .gotocal a:focus,
.block.block_calendar_upcoming .content .footer .newevent a:hover,
.block.block_calendar_upcoming .content .footer .newevent a:focus {
  text-decoration: none;
}

.block.block_calendar_month td.today {
  background-color: #fff !important;
  color: #000 !important;
}

.block.block_calendar_month td.today a {
  color: #23527c;
}

.calendar_event_course {
  background-color: #ffd3bd !important;
}

.calendar_event_global {
  background-color: #ffd3bd !important;
}

.block.block_calendar_upcoming .content .footer .newevent a,
.block.block_calendar_upcoming .content .footer .gotocal a {
  color: #fff;
  background-color: #d90432;
  border-radius: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
  border-color: #d90432;
  border-width: 1px;
  font-family: d-dindin-bold;
  padding: 10px 20px;
}

.reportbuilder-table .session_overallstatus .upcoming {
  color: #000000;
}

.reportbuilder-table[data-source="rb_source_facetoface_summary"] tr,
.reportbuilder-table[data-source="rb_source_facetoface_room_assignments"] tr,
.reportbuilder-table[data-source="rb_source_facetoface_asset_assignments"] tr {
  height: 1px;
}
.gecko .reportbuilder-table[data-source="rb_source_facetoface_summary"] tr,
.gecko
  .reportbuilder-table[data-source="rb_source_facetoface_room_assignments"]
  tr,
.gecko
  .reportbuilder-table[data-source="rb_source_facetoface_asset_assignments"]
  tr {
  height: 100%;
}
.ie .reportbuilder-table[data-source="rb_source_facetoface_summary"] tr,
.ie
  .reportbuilder-table[data-source="rb_source_facetoface_room_assignments"]
  tr,
.ie
  .reportbuilder-table[data-source="rb_source_facetoface_asset_assignments"]
  tr {
  height: 100%;
}
/*MEDHAS-729*/
@font-face {
    font-family: 'MuseoSansRounded-300';
    src: url('https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/MuseoSansRounded-300.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url('https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/MuseoSansRounded-500.otf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansRounded-700';
    src: url('https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/MuseoSansRounded-700.otf');
    font-weight: normal;
    font-style: normal;
}

.format-tiles #section-0 .content .summary .no-overflow p {
    margin-bottom: 10px;
}

/*MEDHAS-859*/
#page-course-view-tiles .section li.activity:not(.modtype_label) .actions{
    position: relative !important;
    float: inline-end;
}

#page-course-view-tiles .section li.activity.modtype_label .actions{
    display: block !important;
    position: relative !important;
    float: right;
}

#page-course-view-topics .section li.activity.modtype_label .actions,
#page-course-view-grid .section li.activity.modtype_label .actions {
    position: absolute !important;
}

.path-course-view .section .activity .availabilityinfo, 
.path-course-view .section .activity .contentafterlink {
    margin-right: 10px;
}

/*MEDHAS-976*/
#page-totara-plan-index .instructional_text 
{
    max-width: 500px
}

/*MEDHAS-974*/
#page-course-view-topics .activity .mod-indent + div {
    display: block;
}

.path-course-view:not(.format-pathway) .activity .mod-indent + div {
    display: block !important;
}
/* MEDHAS-1124 */
.rb-sidebar {
    width: 30%;
}
.rb-has-sidebar {
    width: 70%;
}
.rb-sidebar .fcontainer .fitem .felement select, 
.rb-sidebar .fcontainer .fitem .felement input[type=text]{
    padding: 0 var(--gap-8) 0 var(--gap-3);
    width: 100%;
}
.rb-sidebar .fcontainer .fitem .felement select{
    margin-bottom: 5px;
}
.rb-sidebar .fcontainer .fitem .felement .fdate_selector select {
    width: auto;
}
.rb-sidebar .fcontainer .fitem .felement br {
    display: none;
}
.rb-sidebar .fgroup .felement span.fcheckbox-content:nth-of-type(1) {
    margin-top: 0;
}
.rb-sidebar span.fcheckbox-content {
    margin-top: 15px;
}
.rb-sidebar .fcontainer .fitem .fitemtitle, 
.rb-sidebar .fcontainer .fitem .fgroup legend {
    width: 25%;
}
.rb-sidebar .fitem>fieldset>.flegend {
    display: inline-block;
}
/* End MEDHAS-1124 */
/*MEDHAS-1160*/
.tui-theme_inspire-navigation:not(.tui-theme_inspire-navigation--desktopExpanded) img.tui-theme_inspire-navigation__headingLogo[src$=".svg"] {
    width: 40px;
    height: auto;
}
/* End MEDHAS-1160*/
@font-face {
  font-family: "d-dinregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-dindin-bold";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_condensedregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_condenseddinCnBd";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dincondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expregular";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expdinexp-bold";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-bold-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-din_expdinexp-italic";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-italic-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-dinexp-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "d-dindin-italic";
  src: url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-italic-webfont.woff2") format("woff2"),
    url("https://learning.medibank.kineoplatforms.net/pluginfile.php/1/theme_kineo/custom_fonts/6118/d-din-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}