:root{--color-primary:#69bd45;--color-secondary:#007ab8;--color-tertiary:#1ea4a9;--color-state:#4b7e2b;--color-state-hover:#3c6721;--color-state-focus:#3c6721;--color-state-active:#30541a;--color-state-highlight:#f6f9d7;--color-state-highlight-neutral:var(--color-neutral-3);--color-state-disabled:var(--color-neutral-5);--color-neutral-1:#fff;--color-neutral-2:#fafafa;--color-neutral-3:#f7f7f7;--color-neutral-4:#e6e4e4;--color-neutral-5:#c7c7c7;--color-neutral-6:#767676;--color-neutral-7:#262626;--color-background:var(--color-neutral-1);--color-border:var(--color-neutral-5);--color-text:var(--color-neutral-7);--color-text-disabled:var(--color-neutral-5);--color-text-hint:var(--color-neutral-6);--link-color:var(--color-state);--link-color-hover:var(--color-state-hover);--nav-bg-color:#fff;--nav-text-color:var(--color-text);--footer-bg-color:#fff;--footer-text-color:var(--color-text);--footer-text-color-hover:var(--footer-text-color);--btn-accent-color:var(--color-state);--btn-accent-color-active:var(--color-state-active);--btn-accent-color-focus:var(--color-state-focus);--btn-accent-color-disabled:var(--color-state-disabled);--btn-prim-accent-color:var(--color-state);--btn-prim-accent-color-active:var(--color-state-active);--btn-prim-accent-color-focus:var(--color-state-focus);--btn-prim-accent-color-disabled:var(--color-state-disabled)}:root{--nav-bg-color: #ffffff;--nav-text-color: #333366;--color-primary: #333366;--btn-prim-accent-color: #333366;--btn-accent-color: #3D444B;--link-color: #443b62;--color-state: #333366;--color-text: #333366;--footer-bg-color: #F9F9F9;--footer-text-color: #696969;--btn-prim-accent-color-focus: #29295c;--btn-prim-accent-color-active: #18184b;--btn-accent-color-focus: #333a41;--btn-accent-color-active: #222930;--link-color-hover: #3a3158;--color-state-hover: #29295c;--color-state-focus: #29295c;--color-state-active: #18184b;--footer-text-color-hover: #5f5f5f;}
/** WR446993 - Original styles from ZISHI with updates from Catalyst - 02.12.2024 **/

body {
    font-family: 'Open Sans', -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
} 

.totara_core__QuickAccess_flex-container-empty p, .totara_core__QuickAccess_flex-container-empty a, .totara_core__QuickAccess_flex-container-empty span{
color:white;
}

.messaging-area-container .messaging-area .messages-area .messages-header .btn-link {
    padding: 0;
    line-height: inherit;
    background-color: #ffffff;
}


.totaraNav.scrolled nav #quickaccess-popover-content {
    font-size: 1.4rem !important;
}

#page-login-index .site-banner, #pade-admin-tool-sitepolicy-userpolicy .site-banner, #page-login-forgot-password .site-banner {
    background-color: #443b62;
    order:2;
    z-index:100;
    display:none;
}
.site-banner p{
    text-align:center;
    color: white;
    margin-top:10px;
}

.site-banner {
display:none;
}


h2{
font-weight:200;
}

#course-card-template, #section-card-template, .d-none, #page-course-view-topics .section-settings {
display: none;
}



@media screen and (max-width: 425px){
.d-xs-none{
display: none;
}
}

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

#page-course-view-topics .home-featured-courses .progress {
    height: 7px;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    background-color: #e2e2e2;
}

#page-course-view-topics .home-featured-courses .progress-bar {
    background-color: #443b62;
    box-shadow: none;
}

.headerSection>.container-fluid{
padding: 15px 30px 15px 30px;
}

.banner-text{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.banner-text.light h1{
color: white;
}

.banner-text h1{
    text-align: center;
    font-family: 'trajan-pro-3';
    font-size: 4em;
}

@media screen and (max-width:480px){
    .banner-text h1{
    	font-size: 2em;
    }
.logo-container{
    padding: 20px 0px 40px 0px;
}
}
.embeddedshortname_system_browse_users{
overflow-y: visible;
    overflow-x: visible;
}
/*  --------------------- PAGE ORDERING --------------------- */
.totaraNav{
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0rem;
    -webkit-box-shadow: 0px 4px 20px #c3c3c3;
            box-shadow: 0px 4px 20px #c3c3c3;
    z-index: 1;
}

.navSearchBar{
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;

}

.breadcrumb-container{
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

#page{
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.zishi-footer{
    -webkit-box-ordinal-group:6;
        -ms-flex-order:5;
            order:5;
}

ul.list-unstyled.social-list {
    display: flex;
    justify-content: flex-start;
}


.social-list a{
margin-right:10px;
}
.

/* -------------------- NAV SEARCH BOX --------------------- */
.notloggedin .navSearchBar{
    display: none;
}


.navSearchBar{
    width: 100%;
    padding-bottom: 20px;
}

.navSearchBar button.btn.btn-default {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height: 30px;
  background-color:rgba(0,0,0,0);
  border:0;
  color:grey;
}

.navSearchBar .form-control{
    border:0;
  background-color:rgba(0,0,0,0);
    padding-top:0px;
    padding-bottom:0px;
    height:30px;
    font-size: 12px;
}

.navSearchBar .input-group {
    border: 1px solid #443b62;
    border-radius: 2px;
    height: 20px;
    float: right;
}


.float_event__search__floater {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index:1000000;
  -webkit-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.float_search__anchor{
  position: relative;
  width:auto;
  height: auto;
}
.float_search__submit {
 opacity:0;
  width: 0px;
}
.float_search__bar {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  outline:none;
  border:none;
  background: #fff;
  width: 50px;
    height: 50px !important;
    border-radius: 25px !important;
  opacity: 0;
  z-index:5;
  -webkit-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
  font-size: 1em;
}
.float_search__bar:hover{
  cursor: pointer;
}
.float_search__bar:focus {
  width: 200px;
  left:auto;
  opacity: 1;
  cursor: text;
  -webkit-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
  padding-left: 25px;
  padding-right: 70px;
}
.float_search__toggler {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #443b62;
  opacity: 1;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.float_search__toggler:hover{
  cursor: pointer;
}
.float_search__toggler::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 22px;
  right:0;
  bottom:0;
  left: 22px;
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.float_search__toggler::after {
  content: "";
  position: absolute;
  margin: auto;
  top:-5px;
  right:0;
  bottom:0;
  left: -5px;
  width:25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.float_search__bar:focus ~ .float_search__toggler {
  right: 400px;
  background: #151515;
  z-index: 6;
  -webkit-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
}
.float_search__bar:focus ~ .float_search__toggler::before{
  top: 0;
  left: 0;
  width: 25px;
}
.float_search__bar:focus ~ .float_search__toggler::after {
  top: 0;
  left: 0;
  width: 25px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* -------------------- HOMEPAGE HEADER -------------------------- */

body#page-totara-dashboard-2 .headerSection.active {
    background-position:bottom;
    background-repeat:repeat-x;
    background-size:contain;
    padding-top:20px;
    padding-bottom:20px
}

body#page-totara-dashboard-2 .headerSection.active .container-fluid {
    display:flex;
    justify-content:center;
    position:relative;
    align-items: center;
}

#page-totara-dashboard-2 .container-fluid.breadcrumb-container {
    display: none;
}

/* --------------------- CUSTOM GALLERY IMAGES --------------------- */

.course-section-image{
    display: none !important;
}

/* ---------------------- SLICK SLIDER ---------- */
.slick-slider{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}

.slick-list{
width:90%;
}

.slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.slick-dots{
  bottom: 0px;
}

@media screen and (max-width: 480px){
.slick-list{
width:100%;
}
}

.slick-list, .slick-prev, .slick-next{
    display: inline-block !important;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: relative;
    top: 50%;
    display: block;
    width: 4%;
    height: 100%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,  -50%);
    transform: translate(0,  -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:1000;
}
.slick-prev:active,
.slick-next:active,.slick-prev:focus,
.slick-next:focus{
background-color:white !important;
border-color: white !important;
}


.slick-prev:before,
.slick-next:before
{
    font-family: 'FontAwesome'!important;
    font-size: 20px;
    line-height: 1;

    opacity:1;
    color: #443b62;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 0px;
}

.slick-prev:before
{
    content: '\f053';
}

.slick-next:before
{
    content: '\f054';
}

.slick-next
{
    right: 0px; 
}

.slick-slider .course-card{
    width: 100%;
    display: block;
    border: 1px solid #f3f3f3;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 8%);
            box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 8%);
    margin:10px;

}


.slick-slider .course-card-body{
  padding:15px;
}

.slick-slider .course-card-title a{
  font-weight:700;
  color: #393253;
  font-size: 2rem;
}

.slick-slider .course-card-text{
  font-size:12px;
  font-weight: 100;
  color: #666;
}

.slick-slider .course-card-details{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom:5px;
}

.slick-slider .course-card-img-top {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* -------------------- PAGE STYLING ----------------------- */

#page-content{
    margin: 0 1.6rem;
}
.container-fluid{
    max-width: 1380px;
}

/* -------------------- NAV STYLING -------------------------- */

.pagelayout-dashboard .breadcrumb-nav{
    display:none;
}
.totaraNav .totaraNav_prim{
    padding: 0px 0px 0px 0px;
    background: #f9f9f9 !important;
}

.totaraNav_prim--toggleNav .totaraNav_prim--toggleNav_target span{
    color:#443b62;
}

.totaraNav_prim--toggleNav{
align-self: center;
}
.totaraNav_prim--list .navExpand--list, .totaraNav_prim {
    background-color: #f9f9f9;
    border-radius: 10px;
}


#page-content {
    padding: 30px 0px;
}

.totaraNav nav,  .breadcrumb-container>.row{
    padding: 30px 0px 0px 0px;
}


.totaraNav_prim--list_item{
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
}

.totaraNav_prim--list {
    margin: 0 auto;
}

.totaraNav_prim--list a:hover {
    background: transparent;
}

.totaraNav_prim--list a:focus{
    background: transparent;
    color: #ffffff;
}

.totaraNav_prim--list_item_selected a.totaraNav_prim--list_item_link{
      color: #eaab34 !important;
      background-color: transparent;
}

.totaraNav_prim--list  a.totaraNav_prim--list_item_link, .navExpand--listSecond a.navExpand--list_item_link{
    color: #443b62;
    font-weight:600;
    font-size:1.3rem;
    letter-spacing:0.8px
}

.totaraNav_prim--list a:hover .totaraNav_prim--list_item_label {
    color: #eaab34;
}

.totaraNav_prim--list a, .totaraNav_prim--list a:visited{
    color: #443b62;
    font-weight: 400;
}


a.totaraNav_prim--list_item_link{
    color: #443b62;
    font-weight: 600;
}

.totaraNav_prim--list .totaraNav_prim--list_item_link:hover, .totaraNav_prim--list a:hover  {
    color: #eaab34;
}



.totaraNav_prim .masthead_logo--header_img {
    height: 6em;
    padding: 0.75em 0px 0.75em 0px;
    margin-right: auto;
    display: block;
    position: relative;
}



.totaraNav_prim--side .usermenu a.toggle-display{
    color: #443b62;
}


.totaraNav_prim--side{
    color:#443b62;
    margin: auto 0;
}


.totaraNav_prim--side .popover-region .nav-link:focus, .totaraNav_prim--side .popover-region .nav-link:hover{
    background-color: #ffffff;
    color:#CFD0D3;
}

.totara_core__QuickAccess h3.totara_core__QuickAccess_group-title{
    color:#CFD0D3;
}



.headerSection{
    display:none;
}
.headerSection.active{
    display:block;
    min-height: 350px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-size:cover;
    background-position:center;
}

.totaraNav .totaraNav_sub {
    background: #e9e8ec;
    padding: 5px 0px 5px 0px;
}

.totaraNav_sub--list_item .totaraNav_sub--list_item_link {
    background: transparent;
    color: #443b62;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.totaraNav_sub--list_item_selected .totaraNav_sub--list_item_link .totaraNav_sub--list_item_label {
    color:#443b62;
    background-color: #f4f2f2;
    padding: 5px 15px;
    border-radius: 50px;
}

#id_config_texteditable .headerInfo{
display:block;
}

.headerInfo{
    display:none;
}

.totaraNav_prim--side .usermenu .toggle-display:hover {
    background: #f9f9f9;
}

.totaraNav_prim--side .popover-region .nav-link:focus, .totaraNav_prim--side .popover-region .nav-link:hover {
    background-color: #f9f9f9;
    color: #6c6190;
}

.totaraNav.scrolled{
  display:block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100000;
  font-size:2px !important;

}

.totaraNav.scrolled nav{
  font-size:10px !important;

}
.totaraNav.scrolled .totaraNav_prim--list  a.totaraNav_prim--list_item_link, .totaraNav.scrolled .navExpand--list_item_label{
    font-size:10px;
}

.totaraNav.scrolled .totaraNav_prim .masthead_logo--header_img {
    height: 3em;
    padding: 0.25em 0px 0.25em 0px;
}

.totaraNav.scrolled .totaraNav_sub--list{
  line-height:1;
}

.totaraNav_sub--list {
    margin: 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.totaraNav_prim .totaraNav--expand_indent {
    display: inline-block;
    min-width: 10px;
}

.totaraNav_prim--side .usermenu a.toggle-display:hover, .jsenabled .usermenu .moodle-actionmenu.show{
background: #f9f9f9;
color:#443b62;
}


/* -------------------- FOOTER STYLING ----------------- */

#page-footer{
    display:none;
}

.zishi-footer{
    padding: 20px 0px;
    background-color: #f9f9f9;
    margin:0px;
}

.zishi-footer .social-list svg{
    width:35px;
}

.logo-container .footer-logo {
    max-height:100px;
}

.logo-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.zishi-footer h5{
    font-weight:600;
    margin-bottom: 20px;
    color:#443b62;
}

.zishi-footer ul{
    flex-wrap: wrap;
    margin-left: 0;
}


.zishi-footer li a {
    color: #696969;
    font-weight: 500;
    font-size: 12px;
}

.copyright{
    color:#696969;
    font-size:12px;
}

/* --------------------- TRAINER REPORTS PAGE ----------------------- */

.path-report-myfeedback #region-main {
    width: 100%;
    left: 0;
}

/* ------------------------ HOMEPAGE CARDS ------------------- */
.homepage-header > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.home-featured-courses{
    max-width:1180px;
  margin: 0 auto;
}
.home-featured-courses .course-catalogue{
  display: block;
  position:relative;
  margin-bottom: 40px;
  padding-left:15px;
  padding-right:15px;
  margin-top: 40px;
}

.home-featured-courses h3{
  display: inline-block;
  position:relative;
  margin-top: 5px !important;
}

.home-featured-courses .course-catalogue-button{
  color: #393253;
  padding: 10px 25px;
  border: 1px solid #393253;
  border-radius: 25px;
  float: right;
  display: inline-block;
  position:relative;
}


.home-featured-courses .course-card {
    width: 100%;
    display: block;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
}

.home-featured-courses .course-card-body{
  padding:15px;
}

.home-featured-courses .course-card-title{
  font-weight:700;
  color: #393253;
  font-size: 2rem;
}

.home-featured-courses .course-card-text{
  font-size:12px;
  font-weight: 100;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 17px;
}

.home-featured-courses .course-card-details{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position:relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom:5px;
  height:100%;
}

.home-featured-courses .course-card-img-top{
  width:100%;
}

.home-featured-courses .course-time{
  float:right;
  color: #12bb9a;
  background-color:#e5f8f4;
  padding: 3px 20px;
  border-radius: 20px;
  display: inline-block;
  height:100%;
}
.home-featured-courses .course-category{
  display: inline-block;
  margin: 3px 0px 0px 0px;
}

/* --------------------- COURSE CARDS -------------------- */

.home-featured-courses {
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    position: relative;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.my-learning-container #section-container>div{
padding:0;
}

#page-admin-report-customsql-view h2{
margin:40px 0px 40px 0px;
}

#section-container>div{
    min-width: 33%;
    padding:15px;
}

#page-course-view-topics #section-container .course-category{
    color: #999;
}

.single-section .section-navigation .jumpmenu, .section-navigation.navigationtitle{
display: none !important; 
}

.course-content .single-section .section-navigation {
    display: block;
    padding: .5em;
    margin-bottom: -.5em;
    margin-top: 15px;
}

.section .activity.modtype_label.label{
background-color: #f1f1f1;
padding: 1em 2em;
}

.section .activity.modtype_label.label{
    margin-top:2em;
}

.section .activity.modtype_label.label ~ .activity.modtype_label.label{
margin-top:4em;
}



.section li.activity{
background-color: #f8f8f8;
padding: 1em 2em 1em 2em;
}

.modtype_label h3{
font-weight: 600;
}

.modtype_label p{
    font-weight:200;
}

.section .activity.modtype_label .contentwithoutlink{
    padding-right:0px;
}

.locked .card-img-container {
    position: relative;
}
.locked .card-img-container:after {
    background-color: rgba(255,255,255,0.39);
    background-size: cover;
    content: "\f023";
    font-family: 'FontAwesome'!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    font-size:100px;
    color:rgba(0, 0, 0, 0.5);
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    border-radius: 15px 15px 0px 0px;
}

.completed .card-img-container {
    position: relative;
}


/* -------------------- CATALOGUE ------------------- */
.tw-catalogItemNarrow {
    border: 1px solid #a8b7c7;
    color: #443b62;
    display: block;
    position: relative;
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    border: 1px solid #e4e4e4;
    border-radius: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
            box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
}

.tw-catalogItemNarrow__image {
    padding-top: 50%;
    position: relative;
}

 .tw-catalog .progress .bar{
    float: left;
    width: 0;
    height: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border:none;
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
            box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    background-color: #443b62;
    -webkit-box-shadow: none;
            box-shadow: none;
}

 .tw-catalog .progress{
    height:10px;
    border:none;
}
 .tw-catalog .progressbar__text{
display:none;
}

.section .activity .availabilityinfo, .section .activity .contentafterlink {
    margin-top: .5em;
    margin-left: 0px;
}

#page-admin-report-customsql-view .breadcrumb-container{
    display:none;
}

/* --------------------- MOBILE -----------------------------*/
@media (min-width: 992px){
.totaraNav_prim--list_item_selected a.totaraNav_prim--list_item_link  {
    border-bottom: 1px solid rgb(255 255 255 / 0%);
    margin-bottom: -1px;
}

.totaraNav--list_item_expanded>a.totaraNav_prim--list_item_link {
    background: transparent;
}


.totaraNav_prim--list_item_link {
    padding: 1.2rem 2.6rem;
}

.totaraNav_prim>.container-fluid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25% 25% 25% 25%;
    grid-template-columns: auto auto auto auto;
            grid-template-areas:
        "logo menu menu header";
    grid-area: main;
    width: 100%;
}

.totaraNav_prim .masthead_logo {
    grid-area: logo;
}

.totaraNav_prim--list {
    grid-area: menu;
}

.totaraNav_prim--side {
    -ms-grid-column-align: end;
        justify-self: end;
    grid-area: header;

}

.totaraNav_prim--list {
    text-transform:uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-auto-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


.totaraNav_prim .masthead_logo {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
}

.totaraNav_prim--list {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 3;
}

.totaraNav_prim--side {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
    vertical-align: middle;
    justify-content: center;
    -webkit-box-align: center;
    grid-auto-flow: center;
    align-items: center;
}

}
@media (min-width: 992px){

.totaraNav_prim .masthead_logo {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
}

.totaraNav_prim--list {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
}

.totaraNav_prim--side {
        -ms-grid-row: 1;
        -ms-grid-column: 4;
}
}

.single-card{
    min-height: 340px;
    margin-bottom: 1.75rem;
    padding-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px #ddd;
            box-shadow: 0 0 8px #ddd;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding: 1rem;
    background-size:cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    max-width: 49%;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:1%;
}

.single-card:nth-of-type(odd){
    margin:1% 0% 1% 1% !important;
}

.single-card:nth-of-type(even){
    margin:1% 1% 1% 0% !important;
}

.single-card a{
    font-family: trajan-pro-3, serif !important;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    text-align: center;
    vertical-align:middle;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color:white;
    font-size:1.5em;
    font-weight:regular;
}

.single-card:nth-of-type(4n+1) a{
    background-color: #337ab76e;
}
.single-card:nth-of-type(4n+2) a{
    background-color: #b733336e;
}
.single-card:nth-of-type(4n+3) a{
    background-color: #33b74a6e;
}
.single-card:nth-of-type(4n+4) a{
    background-color: #b7339a6e;
}


.section-summary .section-summary-activities{
    display:none;
}

@media screen and (min-width: 1024px){
.content-only .single-card:nth-of-type(1n+0){
    min-height: 340px;
    margin-bottom: 1.75rem;
    padding-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px #ddd;
            box-shadow: 0 0 8px #ddd;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding: 1rem;
    background-size:cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 32%;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:1%;
}

.content-only .single-card:nth-of-type(3n+2){
    margin:0.7% 0.7% 0.7% 0% !important;
}

.content-only .single-card:nth-of-type(3n+0){
    margin:0.7% 0.7% 0.7% 0.7% !important;
}


.content-only .single-card:nth-of-type(3n+1){
    margin: 0.7% 0% 0.7% 0.7% !important;
}

    .zishi-footer>.container-fluid>.row{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
    }
}

@media screen and (max-width: 768px) {
body#page-totara-dashboard-2 .headerSection.active .container-fluid{
    display: block;
}
}

@media screen and (max-width: 480px){
.content-only .single-card{
    min-height: 340px;
    margin-bottom: 1.75rem;
    padding-bottom: 50px;
    width: 100%;
    -webkit-box-shadow: 0 0 8px #ddd;
            box-shadow: 0 0 8px #ddd;
    border-radius: 2px;
    background-color: #fff;
    position: relative;
    padding: 1rem;
    background-size:cover;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 99%;
            flex: 0 0 99%;
    max-width: 100%;
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    margin:0.5%;
}

.headerSection.active {
    display: block;
    min-height: 150px;

}

.totaraNav nav,  .breadcrumb-container>.row,  #page-content {
    padding: 10px 0px;
}

.totaraNav_prim>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;

}

.totaraNav.scrolled nav{
    font-size:12px !important;
}

.scrolled .totaraNav_prim .masthead_logo{
    display:none;
}

.totaraNav_prim .masthead_logo {
    -ms-flex-preferred-size: 80%;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    margin: auto 0;
    vertical-align: top;
}

.totaraNav_prim--toggleNav {
    position:absolute;
    left:10px;
    top:50%;
    transform: translateY(-50%);
}




}

.trajan{
    font-family: trajan-pro-3, serif !important;
}

.headerImg{
display:none !important;
}


/* --------------------------- IE ------------------------------------ */
.ie .masthead_logo--header_link {
    display: block;
    height: 6em;
}

.ie .totaraNav_prim--list{
    height:6em;
}

.ie .totaraNav.scrolled{
position: fixed;  
width:100%;
}

.ie .totaraNav.scrolled .masthead_logo--header_link {
    display: block;
    height: 3em;
}

.ie .totaraNav.scrolled .totaraNav_prim--list{
    height:3em;
}
/** END - Original styles for Zishi with updates from Catalyst **/

/** WR446993 - CATALYST styles for T18 upgrade - DO NOT REMOVE **/

/** General styling **/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea {
    color: #333366;
}
a:link:not([class*="tw-"]),
a:link:not([class^="tw-"]),
a:hover:not([class*="tw-"]),
a:hover:not([class^="tw-"]),
a:active:not([class*="tw-"]),
a:active:not([class^="tw-"]),
a:visited:not([class*="tw-"]),
a:visited:not([class^="tw-"])  {
    color: #443b62;
}
.block,
.totaraNav_prim--list .navExpand--list, .totaraNav_prim {
    border-radius: 0 !important;
}
 button, .btn, .button, input.form-submit,
.tui-formBtn, .tui-iconBtn, .tui-actionLink, .tui-toggleSwitch__btn,
input[type="button"], input[type="submit"], input[type="reset"] {
    font-weight: normal;
    border-radius: 3px;
}
.btn,
a.btn,
button:not(.tui-toggleBtn):not(.ui-button):not([class*="atto_"]):not(.alert-close),
input.submit,
#id_buttonfield,
a.link-as-button,
a.tui-actionLink,
input[type="submit"],
input[type="reset"],
input[type="button"],
#page-footer a:link.btn,
.open > .dropdown-toggle.btn-default,
.tw-containerCourse-enrolmentBanner__enrolButton {
    color: #FFF !important;
    background-color: #443b62;
    border-color: #443b62;
}

.btn:focus, .btn:hover,
a.btn:focus, a.btn:hover,
button:focus, button:hover,
input.submit:focus, input.submit:hover,
#id_buttonfield:focus, #id_buttonfield:hover,
a.link-as-button:focus, a.link-as-button:hover,
a.tui-actionLink:focus, a.tui-actionLink:hover,
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus, input[type="reset"]:hover,
input[type="button"]:focus, input[type="button"]:hover,
.tw-containerCourse-enrolmentBanner__enrolButton:focus,
.tw-containerCourse-enrolmentBanner__enrolButton:hover,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover,
#page-footer a:link.btn:focus, #page-footer a:link.btn:hover {
    color: #FFF;
    background-color: #332c49;
}

label, .mform .fitem .fitemtitle .fstaticlabel, .fitem > fieldset > legend .legend {
    font-weight: 700;
}

/** Page layouts **/
#page-navbar {
    padding: 0 15px;
}
#region-main {
   padding-bottom: 20px;
}

/** Totara navigation and logo **/
.totaraNav_prim .masthead_logo--header {
    margin: 0 1.6rem;
}
.totaraNav_prim--side .usermenu {
    display: flex;
    align-items: center;
}
.totaraNav_prim--side .usermenu .caret {
    display: inline-block;
    margin-left: 7px;
}
.totaraNav_prim--side .usermenu .userpicture {
    height: 2rem;
}
.jsenabled .moodle-actionmenu[data-enhance] {
    margin: auto;
}
.jsenabled .totaraNav_prim--side .usermenu .toggle-display.textmenu {
    align-items: center;
    padding: .4rem;
}
.jsenabled .totaraNav_prim--side .usermenu .toggle-display.textmenu:focus,
.jsenabled .totaraNav_prim--side .usermenu .toggle-display.textmenu:hover {
    color: #ffffff;
    background-color: #333366;
}
.totaraNav_prim--list_item_label {
    font-size: 1.3rem;
}
.totaraNav_prim--side .popover-region .nav-link {
    font-size: 1.4rem;
}
.totaraNav_prim--side .popover-region .flex-icon.tfont-var-gear::before,
.totaraNav_prim .totaraNav--expand_indent .totaraNav--icon_chevron::before {
    font-family: "FontAwesome";
    font-weight: 600;
    color: #443b62;
    content: "\f078";
}
.totaraNav_prim .totaraNav--expand_indent .totaraNav--icon_chevron.tfont-var-chevron-up::before {
    content: "\f077";
}
.totaraNav_prim--side .popover-region .flex-icon.tfont-var-gear::before {
    content: "\f013";
}
.totaraNav_prim--side .popover-region .nav-link:focus .flex-icon.tfont-var-gear::before,
.totaraNav_prim--side .popover-region .nav-link:hover .flex-icon.tfont-var-gear::before {
    color: #6c6190;
}
 .totaraNav_prim--list a:hover .totaraNav--icon_chevron::before,
 .totaraNav_prim--list .totaraNav_prim--list_item_selected .totaraNav--icon_chevron::before,
.totaraNav_prim--list .totaraNav_prim--list_item_link:hover .totaraNav--icon_chevron::before {
    color: #eaab34 !important;
}
.totaraNav_prim--list_item_link .totaraNav_prim--list_item_label::after,
.totaraNav_prim--list_item_selected .totaraNav_prim--list_item_label::after,
.totaraNav_prim--list_item_link:focus .totaraNav_prim--list_item_label::after,
.totaraNav_prim--list_item_link:hover .totaraNav_prim--list_item_label::after,
.totaraNav_prim--list_item_link:active .totaraNav_prim--list_item_label::after {
    height: 0 !important;
    border: none !important;
    transition: none;
}

/** Totara sub-navigation **/
.totaraNav_sub--list_item_selected {
    border: none !important;
}
.totaraNav_sub--list_item_selected:focus,
.totaraNav_sub--list_item_selected:hover,
.totaraNav_sub--list_item .totaraNav_sub--list_item_link:focus,
.totaraNav_sub--list_item .totaraNav_sub--list_item_link:hover {
    background: transparent;
}

/** Totara system notification **/
.tui-notificationToast.tui-notificationToast--success,
.tui-notificationToast.tui-notificationToast--success .tui-notificationToast__icon {
    background-color: #443b62;
}
.alert {
    border-radius: 8px 0 8px 0;
}
.alert-icon {
    border-radius: 8px 0 0 0;
}

/** Blocks **/
.block .block-header h2,
#dockeditempanel .dockeditempanel_content h2,
#quickaccess-popover-container.totara_core__QuickAccess h3.totara_core__QuickAccess_group-title {
    text-transform: uppercase;
    font-size: 12.6px;
    font-weight: 200;
    color: #6a7884;
}

/** Catalogue cards **/
.tw-catalogItemNarrow__title {
    font-size: 1.4rem;
}

/** Assignment Grader **/
.assignfeedback_editpdf_widget .pageheader select,
.assignfeedback_editpdf_widget .pageheader button {
    color: inherit !important;
}
.path-mod-assign .assignfeedback_editpdf_widget .pageheader button,
.path-mod-assign .assignfeedback_editpdf_widget .pageheader select {
    line-height: 1;
}

form input.float_search__bar:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

/** Login page **/
.path-login hr,
#login_hero-image {
    display: none;
}
.path-login #page {
    padding-top: 20px;
    background: transparent;
}
.loginbox.twocolumns .loginpanel {
    padding: 20px 0;
    border: none;
}
.loginbox.twocolumns .signuppanel {
    padding: 20px;
}
.loginbox.twocolumns .loginpanel h2 {
    margin: 0;
    padding: 30px 20px 10px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
}
.loginbox.twocolumns .loginpanel .loginsub {
    padding: 0 20px 20px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-top: none;
    border-radius: 0 0 4px 4px;
}
.loginbox .loginform .form-input {
    margin-bottom: 5px;
}
.loginbox .loginform .form-label label {
    font-weight: 700;
}
.loginbox #loginbtn {
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin: 10px 0;
    background-color: #008287;
}
@media screen and (min-width: 768px) {
    .loginbox.twocolumns .loginpanel {
        width: 25%;
    }
    .loginbox.twocolumns .signuppanel {
        position: relative;
        width: 66%;
        left: 8.3%;
        padding: 20px;
    }
}
