@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}
.wrapper p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

.wrapper a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.wrapper .navbar {
    /*padding: 15px 10px;*/
    padding: 0;
    background: transparent;
    /*border: none;*/
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.wrapper .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: solid 0.5px #dddddd;
    border-radius: 0;
    margin: 0;
}

.wrapper .col-navigation {
    padding: 0;
}

.wrapper .btn-proximo {
    background: #244c7e;
    color: white;
}

.wrapper .btn-voltar:hover {
    background: #244c7e;
    color: white;
}


.wrapper .btn-voltar.btn-marcado {
    background: #244c7e;
    color: white;
}

.wrapper .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.resp-container {
    position: relative;
    overflow: hidden;
    /*padding-top: 56.25%;*/
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.wrapper .content-title {
    color: #244c7e;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    margin-bottom: 
    font-family: 'Poppins', sans-serif;
}

.wrapper #sidebar {
    min-width: 375px;
    max-width: 375px;
    background: #5e85b5;
    color: #fff;
    transition: all 0.3s;
    margin-right: 5px;
    height: 100%;
    z-index: 999;
}


.wrapper .mCSB_inside > .mCSB_container {
   margin-right: 16px;
}

.wrapper #sidebar-aulas {
    height: 40vh;
}

.wrapper #sidebar.active {
        margin-left: -375px;
}

.wrapper #sidebarCollapse.colapsed {
    background: #244c7e;
    color: white;
}

.wrapper #sidebar .sidebar-header {
    padding: 10px;
    background: #4f739e;
}

.wrapper #sidebar .sidebar-aprenda {
    padding: 10px;
    background: #d5d5d5;
}

.wrapper #sidebar .sidebar-progressbar {
    vert-align: middle;
    padding: 5px 10px 5px 10px;
    background: #4f739e;
}

.wrapper #sidebar ul.components > li {
    border-top: 1px solid #7ca5ba;
}

.wrapper #sidebar ul.components.prova > li {
    border-top: 1px solid #7ca5ba;
    border-bottom: 1px solid #7ca5ba;
}

.wrapper #sidebar ul li a {
    padding: 10px;
    padding-right: 40px;
    font-size: 1.1em;
    display: block;
}

.wrapper #sidebar ul li a:hover {
    color: #5e85b5;
    background: #fff;
}

.wrapper #sidebar ul li a.selected {
    color: #fff;
    background: #7d9ec7;
}

.wrapper #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #406694;
}


.wrapper a[data-toggle="collapse"] {
    position: relative;
}

.wrapper a[aria-expanded="false"]::before, .wrapper a[aria-expanded="true"]::before {
   /* content: '\e259';*/
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

.wrapper a[aria-expanded="true"]::before {
    /*content: '\e260';*/
}

.wrapper ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #406694;
}

.cursor-disabled {
    cursor: not-allowed;
}

.wrapper ul.CTAs {
    padding: 20px;
}

.wrapper ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.wrapper a.download {
    background: #fff;
    color: #5e85b5;
}

.wrapper a.article, a.article:hover {
    background: #406694 !important;
    color: #fff !important;
}



/* ---------------------------------------------------
CONTENT STYLE
----------------------------------------------------- */
.wrapper #content {
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper #content .row {
    margin: 0;
}

.wrapper .btn-group-vertical .btn {
    margin-top: 10px;
}

/* ---------------------------------------------------
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 968px) {
    .wrapper  #sidebar {
        margin-left: -375px;
    }

    .wrapper #sidebar.active {
        margin-left: 0;
    }

    .wrapper #sidebarCollapse span {
        display: none;
    }
}

.download-certificado-menu {
    border-style: solid;
    border-width: 2px;
    color: #ffffff;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.wrapper a.conteudo-nao-assistido {
    color: #9E9E9E;
}

.sidebar-filtro-aulas {
    padding: 5px 10px 5px 10px;
}

.conteudo-atividade-questao {
    padding-top: 60px;
    font-size: 12px;
}

.conteudo-atividade-questao .pergunta {
    font-size: 22px;
    color: rgb(141, 68, 68)
}

.conteudo-questao {
    padding-top: 30px;
    font-size: 12px;
}

.conteudo-questao .pergunta {
    font-size: 22px;
    color: rgb(141, 68, 68)
}

.conteudo-atividade-questao a.btn {
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    max-width: 900px;
    white-space: pre-wrap;  
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap;  
    white-space: -o-pre-wrap;   
    word-wrap: break-word; 
}

.conteudo-questao a.btn {
    font-size: 14px;
    padding: 15px;
    border-radius: 10px;
    max-width: 900px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.time-success {
    color: green;
}

.time-warning {
    color: rgb(247, 177, 0);
}

.time-danger {
    color: red;
}

.wrapper .btn-horarios-professor-online {
    position: fixed;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background-color: #03a84e;
    border-radius: 5px 5px 0px 0px;
    height: 40px !important
}

.btn-horarios-professor-online.maximized {
    margin-right: 300px;
}

.btn-horarios-professor-online.minimized {
    margin-right: 150px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 46.25%; /* 16:9 */
    padding-right: 16.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 85%;
    height: 95%;
}

@media (max-width: 768px) {
    .videoWrapper iframe {
        width: 100%;
        height: 100%;
    }
}

.btn-proximo-sidebar-inactive {
   /*width: 58%;*/
}

@media all and (max-width:700px) {
    .btn-tour-block {
        width: 100%;
        display: block;
    }
}  