﻿.box-dashboard-novidades
{
    padding-left: 0px;
    padding-right: 0px;
    display: none;
}

.box-andamento-curso {
    display: table;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
}

.box-andamento-curso-img {
    display: table-cell;
    width: 25%;
    background-color: var(--box-andamento-cursos-bg-color);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    vertical-align: middle;
}

    .box-andamento-curso-img i {
        font-size: 2.0em;
        color: var(--box-andamento-cursos-i-color);
    }


.box-andamento-curso-content {
    display: table-cell;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--box-andamento-curso-content-bg-color);
    padding-bottom: 20px;
    border: 1px solid var(--box-andamento-curso-content-border-color);
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-andamento-curso-content-title {
    color: var(--box-andamento-curso-content-title-color);
    font-size: 1.2em;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: hidden;
}


.box-andamento-curso-content-list {
}

.box-andamento-curso-content-list-empty {
    color: var(--box-andamento-curso-content-list-empty-color);
}

.box-andamento-curso-content-list-item {
    display: block;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.box-andamento-curso-content-list-item-content {
    display: inline-block;
    width: calc(100% - 100px);
    height: 25px;
    max-height: 25px;
    overflow-y: hidden;
    overflow-x: hidden;
    float:left;
}

    .box-andamento-curso-content-list-item-content i {
        font-size: 1.4em;
        margin-right: 5px;
        /* margin-top: -5px; */
        /* height: 20px; */
        vertical-align: middle;
    }

    .box-andamento-curso-content-list-item-content span {
        color:#ffffff;
    }

.box-andamento-curso-content-list-item-icon {
    display: inline-block;
    width: 90px;
    text-align: right;
    float: right;
    margin-top: 5px;
}






.box-cronogramas-list-item {
    display: block;
    line-height: 25px;
    height: 25px;
    vertical-align: middle;
    width: 100%;
    cursor: pointer;
}

.box-cronogramas-list-item-content {
    display: inline-block;
    width: calc(100% - 40px);
    height: 25px;
    max-height: 25px;
    overflow-y: hidden;
    overflow-x: hidden;
    float: left;
}
    .box-cronogramas-list-item-content span {
        color: #ffffff;
    }

.box-cronogramas-list-item-content-list-item-icon i {
    font-size: 1.4em;
    margin-right: 5px;
    /* margin-top: -5px; */
    /* height: 20px; */
    vertical-align: middle;
    color: #ffffff;
}

.box-cronogramas-list-item-content-list-item-icon:hover i {
    color: #ffd800;
}

.label-finished {
    background-color: #00b29c !important;
}

.label-retomar {
    background-color: #e74c3c !important;
}

.label-naovisualizado {
    background-color: #0094ff !important;
}

.label-visualizar {
    text-align: center;
}


    .box-andamento-curso-content-list-item-icon span {
        font-size: 0.8em;
        color: #ffffff;
        background-color: #403367;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 5px;
        width: 100%;
        text-align: center;
        display: block;
        height: 15px;
        line-height: 15px;
    }

.box-certificados-usuario {
    display: table;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
}

.box-certificados-usuario-img {
    display: table-cell;
    width: 25%;
    background-color: var(--box-certificados-usuario-bg-color);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #333333;
}

    .box-certificados-usuario-img i {
        font-size: 2.0em;
        color: var(--box-certificados-usuario-i-color);
    }

.box-certificados-usuario-content {
    display: table-cell;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--box-certificados-usuario-content-bg-color);
    border: 1px solid var(--box-certificados-usuario-content-border-color);
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-certificados-usuario-content-title {
    color: var(--box-certificados-usuario-content-title-color);
    font-size: 1.2em;
    font-weight: bold;
    line-height: 50px;
    height: 50px;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: hidden;
    cursor: pointer;
}



.fa-play-circle {
    color: #0094ff;
}


.fa-item-return {
    color: #e74c3c;
}

.fa-check {
    color: #98e2bf;
}

.box-certificados-usuario-content-list {
}

.box-certificados-usuario-content-list-item {
    line-height: 15px;
    vertical-align: middle;
    color: var(--box-certificados-usuario-content-list-item-color);
}

    .box-certificados-usuario-content-list-item i {
        font-size: 1.5em;
    }

.   box-certificados-usuario-content-list-item span {
    font-size: 0.8em;
    color: #ffffff;
    background-color: #403367;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 5px;
}




.box-materiais-complementares {
    display: table;
    width: 100%;
    min-height: 150px;
    margin-bottom: 20px;
}

.box-materiais-complementares-img {
    display: table-cell;
    width: 25%;
    background-color: var(--box-materiais-complementares-bg-color);
    border: 1px solid var(--box-materiais-complementares-border-color);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right: none;
    text-align: center;
    vertical-align: middle;
}

    .box-materiais-complementares-img i {
        font-size: 2.0em;
        color: var(--box-materiais-complementares-i-color);
    }

.box-materiais-complementares-content {
    display: table-cell;
    width: 75%;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--box-materiais-complementares-content-bg-color);
    border: 1px solid var(--box-materiais-complementares-content-border-color);
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.box-materiais-complementares-content-title {
    color: var(--box-materiais-complementares-content-title-color);
    font-size: 1.2em;
    font-weight: bold;
    line-height: 50px;
    max-height: 50px;
    vertical-align: middle;
    overflow-x: hidden;
    overflow-y: hidden;
}



.box-materiais-complementares-content-list {
}

.box-materiais-complementares-content-list-item {
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    color: var(--box-materiais-complementares-content-list-item-color);
    background-color: var(--box-materiais-complementares-content-list-item-bg-color);
}

    .box-materiais-complementares-content-list-item i {
        font-size: 1.5em;
    }

    .box-materiais-complementares-content-list-item span {
        font-size: 0.8em;
        color: var(--box-materiais-complementares-content-list-item-span-color);
        background-color: var(--box-materiais-complementares-content-list-item-span-bg-color);
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 5px;
    }

    .box-materiais-complementares-content-list-item:hover {
        text-decoration: underline;
        color: var(--box-materiais-complementares-content-list-item-hover-color);
        background-color: var(--box-materiais-complementares-content-list-item-hover-bg-color);
    }

/* Small devices, Tablets (< 991px) */
@media screen and (max-width: 991px) {

    .box-andamento-curso-content {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .box-certificados-usuario-content {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    
    .box-materiais-complementares-content {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }

    .box-dashboard-novidades {
        padding-top: 16px;
    }

    .box-andamento-curso {
    }

    .box-certificados-usuario {
        
    }
    
    .box-materiais-complementares {
        
    }
}


@media screen and (max-width: 520px) {
    .box-andamento-curso-content-list-item-content {
        width: 100%;
    }


    .box-andamento-curso-content-list-item-icon {
        display: none;
    }
}


.btn-add-new-cronograma {
    display: block;
    background-color: #ffd800;
    color: #000000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    font-weight: bold;
}

    .btn-add-new-cronograma:hover {
        background-color: transparent;
        color: #ffd800;
        border-color: #ffd800;
    }

.btn-download-certificado{
    cursor: pointer;
}