: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{--color-primary:#06bad3;--color-secondary:#174E89;--color-tertiary:#E5E6E0;--color-state:#174E89;--color-state-hover:#174E89;--color-state-focus:#174E89;--color-state-active:#174E89;--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:#ffffff;--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);--site-width:1680px}.tui-dropdown__menu{z-index:var(--zindex-dropdown-menu);min-width:15rem;max-width:32rem;max-height:40vh;padding:calc(max(var(--gap-2), var(--dropdown-border-radius))) 0;overflow-y:auto;background-color:var(--dropdown-menu-bg-color);background-clip:padding-box;border:var(--border-width-thin) solid var(--dropdown-menu-border-color);border-radius:var(--dropdown-border-radius);box-shadow:var(--shadow-2)}.tui-dropdown--separator .tui-dropdown__menu{padding:0}.tui-dropdown--flexibleWidth .tui-dropdown__menu{min-width:0;max-width:none}.tui-dropdown--fixedWidth .tui-dropdown__menu{width:32rem}.tui-dropdown__content{display:flex;flex-direction:column}.tui-dropdown__content--separator>*:first-child{border-top-left-radius:calc(var(--dropdown-border-radius) - var(--border-width-thin));border-top-right-radius:calc(var(--dropdown-border-radius) - var(--border-width-thin))}.tui-dropdown__content--separator>*:last-child{border-bottom-right-radius:calc(var(--dropdown-border-radius) - var(--border-width-thin));border-bottom-left-radius:calc(var(--dropdown-border-radius) - var(--border-width-thin))}.tui-dropdown__content--separator>*+*,.tui-dropdown__content--separator>*+.tui-dropdownButton,.tui-dropdown__content--separator>*+.tui-dropdownButton:hover,.tui-dropdown__content--separator>*+.tui-dropdownButton:focus,.tui-dropdown__content--separator>*+.tui-dropdownButton:active,.tui-dropdown__content--separator>*+.tui-dropdownButton:focus:active{border-top:var(--border-width-thin) solid var(--dropdown-menu-border-color)}.tui-dropdown--fixedHeight .tui-dropdown__content{height:100%}.tui-dropdown--fixedHeight .tui-dropdown__menu{height:38vh;overflow-y:visible}.tui-dropdown--disabled{cursor:not-allowed}.tui-dropdown--disabled .tui-dropdown__trigger{pointer-events:none}.tui-settingsFormBrand__testEmailInfoButton{align-self:center}:root{}
.tui-participantContent__sectionItems > div:last-child {
    position: relative;
    padding-top: 0;
}
.course-content .tileoutlinepage .tilecontentarea, .course-content .tilesectionpage .tilecontentarea {
    background-color: #f7f7f7;
}

/*********** Androlabel ************/

/* Section heading */
.androlabel .section-heading {
    background-color: rgba(118,201,204,.6);
    color: #000;
    border-radius: 4px;
    margin-top: 55px;
    display: inline-flex;
    width: 100%;
    padding: 10px 15px;
    font-size: 1.8rem;
}
.androlabel .section-heading > p {
    margin: 0;
}
.androlabel .section-heading:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 80px);
    height: 30px;
    background: #fff;
    margin-top: 10px;
}

/* Collapse/Expand */
.al__collapse {
    background-color: #e0e0e0;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Alert box */
.androlabel-alert {
    border-radius: 5px;
}
.androlabel-alert--info {
    background: rgba(118,201,204,.2);
    color: #000;
    border: 1px solid rgba(118,201,204,.6);
}
.androlabel-alert--info__bg-other {
    background: rgba(239,249,254);
    color: #000;
    border: 1px solid rgba(0,103,155,.2);
}
.androlabel-alert--warning {
    border: 1px solid #efa4a4;
    background-color: rgba(239, 164, 164, .5);
    color: #000;
}
.androlabel-alert .fa, .androlabel-alert .fas {
    font-size: 24px;
    padding-right: 20px;
}

/* Buttons */
.al__collapse--buttons .btn-toggle {
    transition: all .4s ease;
    background-color: #00679B;
    color: #fff;
    border-radius: 4px;
        font-weight: normal;
    border: 0;
}
.al__collapse--buttons .btn-toggle:hover {
    background-color: #132361;
    color: #fff;
}

/* Autocompletion icons */
.course-content ul.section li.activity span.autocompletion {
    color: #00679B;
    right: 0px;
    position: relative;
}
.course-content .section li.activity .actions input[type=checkbox] {
    accent-color: #00679B;
}
.course-content .section li.activity .actions input[type=checkbox]:after {
    border: 2px solid #00679B !important;
}

/* All sections view */
.course-content ul li.section.main {
    border: none;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

/* Tile navigation */
.tilenav_bottom .tile-dir {
    background-color: #00679B;
    color: #fff;
}
.tile-disabled {
    opacity: .3;
}
.tilenav_bottom .tile-dir.tile-disabled {
    display: none;
}
.tile-dir, .tile-disabled {
    transition: all .4s ease;
    background-color: #00679B;
    color: #fff;
    border-radius: 4px;
}
.tile-dir:hover, .tile-disabled:hover {
    background-color: #132361;
    box-shadow: none;
}
/* Extra */
.course-content .tileoutlinepage .tilecontentarea .tileothertopics .section.main, .course-content .tilesectionpage .tilecontentarea .tileothertopics .section.main {
    border: 0;
}
.course-content .tilesectionpage .tilecontentarea {
    padding: 15px;
}
.androlabel-alert--warning p, .androlabel-alert--warning h1, .androlabel-alert--warning h2, .androlabel-alert--warning h3, .androlabel-alert--warning h4, .androlabel-alert--warning h5, .androlabel-alert--warning h6 {
    color: #000;
}
/*********** End of Androlabel ************/
