#region-main{
    font-family: inherit;
}

.course_category_tree {
    max-width: 1000px;
    margin: 0 auto;
}

.courses .coursebox{
    float: left;
    display: block;
    border-width: 0px;
    padding: .5em 0em .5em 1em;
    -webkit-transition: .05s ease; /* Safari */
    transition:.05s ease;
    z-index: 2;
}

.courses .coursebox .coursebox-container{
    background-color: #313f44;
    background-size: cover;
    background-position: center;
    z-index: -1;
    padding: .5em 0 0 0;
    display: inline-grid;
    width: 100%;
}

.coursebox .info{
    padding: .5em 1.5em .5em 45%;
    background-color: transparent;
}

.coursebox .info .coursename {
    font-size: 1.1rem;
    color: #000;
    display: block;
    height: 2em;
}

.coursebox .info .coursename a{
    color: #fff;
    height: 2.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.coursebox .info .coursename a:hover{
    color: #FBB938;
    text-decoration: none;
}

.coursebox .enrolmenticons
{
    display: none;
}

.coursebox .content {
    padding-left: 45%;
    font-size: .9em;
    height: 15em;
}

.coursebox .content .summary{
    padding: 0 1.5em 1.5em 0;
    width: 100% !important;
    float: none;
}

.coursebox .summary .no-overflow p{
    margin: 0px;
    font-family: inherit;
}

.coursebox .summary .no-overflow p:empty{
    display: none;
}

.coursebox .summary .no-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3em;
    height: 3.8em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: .8rem;
    color: #fff;
    -webkit-transition: .05s ease; /* Safari */
    transition: .05s ease;
}

.courses .coursebox:hover .coursestart{
    border-bottom: 0px solid #C2E1AB;
}

.coursebox .coursestart{
    width: 45%;
    float: left;
    margin-top: .8em;
}

.coursebox .coursestart a{
    color: #3e4d53;
    background-color: #fbb938;
    font-variant-caps: all-petite-caps;
    padding: .2em .8em .3em;
    line-height: 1.5em;
    font-size: 1rem;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;

}

.coursebox .coursestart.coursestart-green a{
    background-color: #326114;
    color: #fff;
}

.coursebox .content-jobcluster{
    color: #fff;
    float: left;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    font-weight: 300;
    font-size: .6rem;
    padding: 2px 6px;
    margin: 2px;
    width: 45%;
    text-align: center;
}

.coursebox .content-footer{
    background-color: #3e4d53;
    padding: .5rem;
}

.coursebox .coursestart a:hover{
    text-decoration: none;
    background-color: #66b32e;
}

.coursebox .content .teachers{
    display: none;
}

.coursebox .coursebox-container{
    color: #d7dbde;
    font-size: .7rem;
    width: 55%;
    float: right;
}

.coursebox .courseprogress{
    background-color: #313f44;
    height: 1rem;
    font-size: 1rem;
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    color: #d7dbde;
    margin-top: .2em;
    width: 55%;
    float: right;
}

.coursebox .courseprogress-value{
    background-color: #ff7e00;
    height: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    font-size: .7em;
    color: #fff;
    font-weight: 400;
    float: left;
    min-width: 1rem;
}

.coursebox.coursebox-progress .courseprogress-value{
    background-color: #326114;
}

.coursebox .courseprogress .courseprogress-text{
    font-size: .7em;
    color: #fff;
    position: absolute;
    right: 1.1em;
}

@media (max-width: 767px){
    .courses .coursebox{
        /*width:99.9%;*/
        max-width: none;
        padding: 1.2em 1.2em;
    }

    .courses .coursebox:hover .summary .no-overflow p{
        margin-bottom: auto;
    }

    .courses .coursebox:hover .coursestart{
        border-bottom: inherit;
    }

    .coursebox .courseprogress .courseprogress-text{
        right: 2.9em;
    }
}

h5{
    text-align: center;
}

.generalbox .coursebox{
    float: none;
    width: 100%;
}

.generalbox .coursebox .coursebox-container {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #313F44;
}

.generalbox  .coursebox .content-footer{
    display: none;
}

.generalbox  .coursebox .summary, .generalbox  .coursebox .coursename{
    background-color: rgba(54, 52, 52, 0.6);
}

.info > .coursename > a.dimmed {
    color: #CED2D4 !important;
}

.inventorium-category-description > div > a {
    color: #521B00 !important;
    border-color: #521B00 !important;
}

button.btn.btn-sm.btn-success.ok {
    background-color: #326114;
}