/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23/08/2018, 07:51:52
    Author     : 99000648
*/
.navbar-admin {
    background-color: #3E2047 !important;
    color: white;
}
.navbar-menu-usuario > a {
    color: #b4a2d2 !important;
}
.navbar-nav .nav-item:hover {
    background-color: #93C01F;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
th {
    color: #8658C4 !important;
}
.navbar-admin > a {
    color: white;
}
.brand-logo {
    margin: 4px 0 !important;
    padding: 0px 4px !important;
}
.brand-logo > img {
    max-height: 32px;
}
.navbar .nav-link {
    color: white !important;
}
.collapse-fill-parent {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
}
.dropdown-item:active {
    background-color: #93C01F !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #8658C4;
    border-color: #8658C4;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8658C4;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #8658C4;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d !important;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link {
    color: #3E2047 !important;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
}
#aulas-tab {
    color: #8658C4;
}
/**
 * Quando ícone é um sprite, ajusta para ficar no padrão do "fa-2x" do font-awesome
 */
.icon-titulo-modulo {
    transform: scale(0.72, 0.73);
    -webkit-transform: scale(0.72, 0.73);
    -moz-transform: scale(0.72, 0.73);
    -o-transform: scale(0.72, 0.73);
    -ms-transform: scale(0.72, 0.73);
}

/*
* Borda dos botões da grade
*/
.nav-btn-grade {
    border: 1px solid gray;
}

.card-cursos {
    float: left;
    width: 24%;
    min-height: 350px;
    margin-right: 1%;
}
@media (max-width: 1200px)
{
    .card-cursos {
        width: 100%;
    }
}
.texto-destaque {
    text-align: center;
    font-size: 40px;
}

.mh-600{
    min-height: 600px;
}

.accordion-title-contentus{
    color: #291112;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.bt-none{
    border-top: none !important;
}

.pd-respostas{
    padding: 25px 0px;
}

.display-none{
    display: none;
}

.white {
    color: white !important;
}