/* Minification failed. Returning unminified contents.
(148,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */
body {
    background-color: #e0e0e0;
}

body.material {
    background-color: #fcfcfc;
}

body.frame {
    background-color: #fff;
}

.container.body-content {
    background-color: #fff;
}

.material .container.body-content {
    background-color: transparent;
}

hr {
    margin: 10px 0
}

footer {
    font-size: 90%;
}

.side-body-header-image {
    height: 125px;
    -ms-background-size: cover;
    background-size: cover;
    -ms-background-position: center;
    background-position: center;
}

.sidebar-logo {
    height: 125px;
    background-image: url(../Images/vo-next-black.png);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    -ms-background-position: center;
    background-position: center;
    border-bottom: 1px solid #e7e7e7;
}

.sidebar-wrapper.sidebar-wrapper-bottom .student-icon {
    margin-left: 6px;
}

.side-body-right {
    width: 25%;
    padding: 10px;
}

.side-body .side-body-right img {
    -ms-border-radius: 1em;
    border-radius: 1em;
    width: 100%;
}

.side-body .side-body-header {
    border-bottom: solid 1px #e7e7e7;
    background-color: #f3f3f3;
    display: flex; /* allows us to ellipsis breadcrumb */
}

.side-body .side-body-header .score-box {
    font-size: 133%;
    padding: 5px;
    margin-top: 5px;
}

.side-body .side-body-header .side-body-header-toggle-space {
    float: left;
}

.side-body .side-body-header .side-body-header-toggle-space .btn {
    float: left;
    display: inline-block;
    padding: 0 5px;
    line-height: 38px;
    margin-top: 5px;
    -moz-border-radius-topleft: 0;
    -ms-border-top-left-radius: 0;
    border-top-left-radius: 0;
    border-left: none;
    -moz-border-radius-bottomleft: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #999;
}

.side-body .side-body-header .side-body-header-toggle-space .btn:focus {
    outline: 0;
}

.side-body .side-body-header .side-body-header-toggle-space .btn .fa-chevron-right {
    display: none;
}

#wrapper.toggled .side-body .side-body-header .side-body-header-toggle-space .btn .fa-chevron-right {
    display: inline;
}

.side-body .side-body-header .side-body-header-toggle-space .btn .fa-chevron-left {
    display: inline;
}

#wrapper.toggled .side-body .side-body-header .side-body-header-toggle-space .btn .fa-chevron-left {
    display: none;
}

.side-body .side-body-header .side-body-header-left {
    line-height: 50px;
    float: left;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.side-body .side-body-header .side-body-header-left .breadcrumb {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}

.side-body .side-body-header .side-body-header-right {
    float: right;
    padding-right: 10px;
}

.side-body footer {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.has-website-module .body-content {
    height: auto;
    min-height: calc(100% - 70px);
}

.has-website-module .navbar-inverse {
    background-color: #5b7ead;
    background-color: var(--primary-color);
}

a.exercise-item-link.finished {
    cursor: default;
    color: inherit;
}

a.exercise-item-link.finished:hover {
    color: inherit;
}

a.exercise-item-link .card .card-image img {
    background-position: center;
    background-size: cover;
}

a.exercise-item-link .card .card-image .card-title-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4), rgba(0,0,0,1));
}
