﻿.box-info-assinaturas .carousel {
    margin-bottom: 0px !important;
}


.box-info-assinaturas .carousel-control {
    width: 50px;
}


.box-info-assinaturas .carousel .item {
    padding-left: 0px;
    padding-right: 30px;
}


    .box-info-assinaturas .carousel-control.right {
        right: 0px !important;
    }


.box-info-assinaturas .carousel-indicators {
    bottom: -40px;
}

.box-info-assinaturas .carousel-indicators li {
    margin-right: 5px;
}



.box-info-redacoes .carousel {
    margin-bottom: 0px !important;
}

.box-info-redacoes .carousel-control {
    width: 50px;
    height: 100%;
}
.box-info-redacoes .carousel .item {
    padding-left: 30px;
    padding-right: 30px;
}


    .box-info-redacoes .carousel-control.right {
        right: 0px !important;
    }


.box-info-redacoes .carousel-indicators {
    bottom: -40px;
}

    .box-info-redacoes .carousel-indicators li {
        margin-right: 5px;
    }


.box-cursos .carousel {
    margin-bottom: 0px !important;
}

.box-cursos .carousel-control {
    width: 40px;
    /* height: 100%; */
    height: 293px
}
    .box-cursos .carousel-control .right{
        border-top-right-radius: 8px !important; 
    }


    .box-cursos .carousel .item {
        padding-left: 0px;
        padding-right: 0px;
    }


.box-cursos .carousel-control .right {
    right: 25px !important;
}

.box-cursos .carousel-indicators {
    bottom: -30px;
}

    .box-cursos .carousel-indicators li {
        margin-right: 5px;
    }


.block-materiais .carousel-control {
    width: 40px;
    height: 100%;
}

.box-materiais .bt-ebooks-right {
    right: -30px;
}

.box-materiais .bt-ebooks-left {
    left: -30px;
}

.box-materiais .carousel-indicators {
    bottom: -35px;
}

    .box-materiais .carousel-indicators li {
        margin-right: 5px;
    }

.box-materiais .bt-videos-right {
    right: -30px;
}

.box-materiais .bt-videos-left {
    left: -30px;
}

.box-materiais .bt-artigos-right {
    right: -30px;
}

.box-materiais .bt-artigos-left {
    left: -30px;
}

.panel-show-aula_resolucao-questao {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000d6;
    z-index: 9999;
}

.panel-show-aula-resolucao-questao-box {
    display: block;
    position: relative;
    width: 70%;
    height: auto;
    top: 10%;
    left: 15%;
    background: var(--modal-content-bg-color);
    border-radius: 8px 8px 8px 8px;
    padding-bottom: 30px;
}

    .panel-show-aula-resolucao-questao-box .row {
        margin-left: 0px;
        margin-right: 0px
    }

.aula-resolucao-questao-dialog-header {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    /* or 117% */
    display: flex;
    align-items: center;
    letter-spacing: -0.6px;
    /* GRAYS/silver */
    color: var(--modal-header-title-color);
}

.aula-resolucao-questao-dialog-header-title {
    width: calc(100% - 60px);
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    padding-left: 32px;
}

.aula-resolucao-questao-dialog-header-bt-close {
    line-height: 60px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1.5em;
}

.aula-resolucao-questao-dialog-content {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
    /* GRAYS/silver */
    color: #D8D8D8;
    background-color: var(--modal-content-bg-color);
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.aula-resolucao-questao-dialog-video {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 10px;
}


/* Small devices, Tablets (< 991px) */
@media screen and (max-width: 991px) {

    .box-materiais .carousel-indicators {
        bottom: -45px;
    }

    .box-info-assinaturas .carousel-control {
        bottom: 0px;
        top: 0;
    }

        .box-info-assinaturas .carousel-control.right {
            left: 100%;
            margin-left: -50px;
            width: 50px;
        }

        .box-info-assinaturas .carousel-control.left {
            left: -50px;
            width: 50px;
        }


    .box-cursos .carousel-control {
        width: 40px;
        height: 100%;
        max-height: 606px;
    }

        .box-cursos .carousel-control span {
            margin-top: -13px;
        }

    .block-content-hide {
        display: block;
    }
}


/* Small devices, Tablets (< 991px) */
@media screen and (max-width: 670px) {

    .carousel-control {
        display: none;
    }

    .box-info-redacoes .carousel .item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-info-assinaturas .carousel .item {
        padding-left: 0px;
        padding-right: 0px;
    }

    .box-cursos .carousel-indicators {
        display: none;
    }

    .box-info-redacoes .carousel-indicators {
        display: none;
    }

    .box-info-assinaturas .carousel-indicators {
        display: none;
    }

    .panel-show-aula-resolucao-questao-box {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        top: 0%;
        left: 0%;
        background: var(--modal-content-bg-color);
        border-radius: 8px 8px 8px 8px;
        padding-bottom: 30px;
    }

        .panel-show-aula-resolucao-questao-box .row {
            padding-left: 0px;
            padding-right: 0px;
        }

    .aula-resolucao-questao-dialog-header-title {
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        display: flex;
        align-items: center;
        /* GRAYS/silver */
        color: #D8D8D8;
    }

    .aula-resolucao-questao-dialog-content {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        /* or 150% */
        display: flex;
        align-items: center;
        /* Branco */
        color: #FFFFFF;
    }
}


.box-matricula-curso-progress {

}

.progress {
    height: 10px;
    line-height: 10px;
    margin-bottom: 10px;
    background-color: rgb(219 216 216);
}

.progress-bar {
    height: 10px;
    line-height: 10px;
    margin-bottom: 10px;
    font-size: 10px;
}

.menu-topo .bt-search-menu-topo {
    display: none;
}

.container-dashboard-prova {
    max-width: 100%;
    overflow-x: auto
}

.custom-width {
    overflow-y: hidden;
}

.custom-width .modal-dialog {
    width: 80%;
    max-width: 80%;
    height: 100vh;
    max-height: 100vh;
    margin-top: 0;
    margin-bottom: 0
}

@media only screen and (max-width: 500px) {
    .custom-width .modal-dialog {
        width: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

.custom-width .modal-dialog .modal-content {
    background-color: #040d21 !important;
    color: white
}

.custom-width .modal-dialog .modal-content .modal-footer {
    background-color: #040d21 !important;
    color: white
}

.table-dashboard-prova {
    background-color: #1d5a86;
    color: white;
    text-align-last: center;
    text-align: center;
    border: 1px solid #8f8f8f69 !important;
}

.table-dashboard-prova td {
    border-top: 1px solid #8f8f8f69 !important;
    align-content: center;
}

.table-dashboard-prova .thead-dark {
    background-color: #144162;
    color: white;
}

.custom-width .bootbox-close-button {
    color: white !important;
    font-size: 30px
}

.div-top-box-matricula {
    display: flex;
    justify-content: space-between;
    height: 34px;
}

.btn-notas-prova {
    border-radius: 10px;
    background-color: #04c2b5;
    border: 2px solid #04c2b5;
    color: #ffffff;
}

.btn-download-contrato {
    border-radius: 10px;
    background-color: #009688;
    border: 2px solid #009688;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

.color-green {
    color: green;
    background-color: white;
    padding: 10px;
    border-radius: 5px
}

.color-yellow {
    color: #9f9f00;
    background-color: white;
    padding: 10px;
    border-radius: 5px
}

.color-red {
    color: red;
    background-color: white;
    padding: 10px;
    border-radius: 5px
}