@import url('//fonts.googleapis.com/css?family=Open+Sans:400,300,700');

@import url('//fonts.googleapis.com/css?family=PT+Sans:300,400,700');
/* ==============================
CSS3 Library for MoreLess System
version 1.0

Developed By: teste
Fernando Aureliano - @Pailoro

- License:

* This program is free software. It comes without any warranty, to
* the extent permitted by applicable law. You can redistribute it
* and/or modify it under the terms of the Do What The Fuck You Want
* To Public License, Version 2, as published by Sam Hocevar. See
* http://sam.zoy.org/wtfpl for more details.
===============================*/
/*@import "libs/noGrid";
@import "libs/grid";*/
html,
body {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
#page {
    background: #fff;
}
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  color: #666666;
  margin: 8px 0 0;
  line-height: 20px;
}

/* Página de Topicos do curso */
.path-course-view li.activity>div {
  padding: 0;
}
ul.topics div.recursos .mod-indent-outer .activityinstance {
  padding-right: 0;
}
ul.topics > li#section-0{display:none;}
ul.topics > li.section{
    border-bottom: solid 2px #f29b92!important;
    padding: 50px 0 60px 0 !important;
    margin: 0!important;
}
ul.topics div.recursos ul li{
    padding: 0px;
}
ul.topics div.recursos .mod-indent-outer {
    width: 100%;
    display: block;
}
ul.topics div.recursos .mod-indent-outer .mod-indent {
    display: none !important;
}
ul.topics div.recursos .mod-indent-outer .activityinstance {
    display: block;
}
.unidade {
    border-bottom: solid 2px #f29b92;
    padding: 60px 0 70px 0;
    margin: 0;
}
ul.topics:last-child {
    border-bottom: 0;
}
ul.topics h2 {
    font-size: 23px;
    color: #e74c3c;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 35px;
}
ul.topics li .descricao-topicos .no-overflow {
    overflow: hidden;
    padding-bottom: 1px;
    text-overflow: inherit;
}
ul.topics li .descricao-topicos .no-overflow p {
  text-align: left;
}
ul.topics li .descricao-topicos h3 {
    text-align: left;
}
ul.topics p {
    font-size: 12px;
    color: #000;
    text-align: justify;
/*    text-overflow: inherit;
    max-height: 120px;
    overflow: hidden;*/
}
ul.topics ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.topics ul li {
    border-bottom: solid 2px #d6d6d6;
}
ul.topics a.topico-aula {
    font-size: 16px;
    color: #5d5d5d;
    display: block;
    padding: 30px 10px 30px 80px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.topics a.topico-aula::before {
  content: '';
  position: absolute;
  width: 2px;
  background: #7f7f7f;
  left: 40px;
  top: 0;
  bottom: -2px;
}
/*ul.section li.activity:first-child a.topico-aula::before {
  top: 5px;
}
ul.section li.activity:last-child a.topico-aula::before {
  bottom: 0;
}*/
ul.topics a.topico-aula:hover {
    text-decoration: none;
    background: #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.topics a.topico-aula hr {
    position: absolute;
    width: 3px;
    height: 105%;
    margin: 0;
    border: 0;
    background-color: #7f7f7f;
    top: -2px;
    left: 35px;
    z-index: 9;
    display: none;
}
ul.topics li:first-child a.topico-aula hr {
    height: 70%;
/*    top: initial;*/
    top: 30px;
    bottom: 0;
}
ul.topics li:last-child a.topico-aula hr {
    height: 70%;
    top: -2px;
    bottom: initial;
}
ul.topics a.topico-aula i {
    font-size: 25px;
    margin: 0;
    text-align: center;
    border: solid 2px #7f7f7f;
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 5px;
    left: 20px;
    letter-spacing: 0;
    line-height: 36px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    z-index: 10;
}
/*ul.topics a.topico-aula i::before {
  vertical-align: middle;
}*/
ul.topics ul li.active a {
    color: #e74c3c;
}
ul.topics ul li.active a i {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
}
ul.topics ul li.active a hr {
    background-color: #e74c3c;
}
ul.topics ul li:last-child {
    border-bottom: 0;
}

ul.topics a.topico-aula {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

ul.topics a.topico-aula i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 20px 0 -60px;
}

ul.topics a.topico-aula span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* Container */
section#container .conteudo h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-weight: 400;
    color: #e74c3c;
}
section#container .conteudo p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000;
    margin: 10px 0 0 0;
}
section#container .conteudo figure,
section#container .conteudo img,
section#container .conteudo p img,
section#container .conteudo p iframe,
section#container .conteudo .video {
    margin: 10px 0 10px 0;
}

/* Regiao Rosa */
#block-region-side-pre {
    background: #D3D3D3;
}


/* CLASS */
.margin-left-0 {
    margin-left: 0 !important;
}

.qtext:after,
.prompt:after,
.answer:after,
.r0:after,
.r0 label:after,
.r1:after,
.r1 label:after {
    clear: none !important;
}

.submitbtns {
    padding-top: 0 !important;
}
.submitbtns input[name="next"] {
    background-color: #e74c3c !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: none !important;
    line-height: 25px !important;
    float: right !important;
    padding: 5px 25px 6px;
}

/* Alterando estilo dos botoes do bootstrap */
.btn-danger {
    background: #e74c3c !important;
    border: 0px;
    border-radius: 3px;
    box-shadow: 0px -3px 0px rgba(0,0,0,.2) inset;
    background-size: 100% 200%;
    text-shadow: none;
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
    padding: 7px 25px 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-danger:hover {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Escondendo modais */
#myModalVideos,
#myModalBiblioteca,
#myModalAnimacao,
#myModalDuvidas,
#myModalUnidades {
    display: none;
}
/* Trabalhando com modais */
#myModalUnidades {
    width: 1024px;
    margin-left: -512px;
}
#myModalUnidades .modal-header {
    border: 0;
    padding: 9px 15px 9px 35px;
}
#myModalUnidades .modal-header h4 {
    margin: 20px 0 0 0px;
    font-size: 30px;
    color: #999;
    border-bottom: solid 2px #f2f2f2;
    width: 60%;
    padding: 0 0 8px 0;
    font-weight: 300;
}
#myModalUnidades .modal-body {
    padding: 15px 32px 15px 35px;
}
#myModalUnidades .modal-body table {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #999;
}
#myModalUnidades .modal-body table thead tr {
    border: 0;
}
#myModalUnidades .modal-body table thead tr th {
    font-weight: 400;
    border: 0;
}
#myModalUnidades .modal-body table tbody:last-child tr:last-child>td:last-child,
#myModalUnidades .modal-body table tbody:last-child tr:last-child>td:first-child {
    border-radius: 0;
}
#myModalUnidades .modal-body table tbody tr td:last-child {
    border-right: 1px solid #ddd;
}
#myModalUnidades .modal-body table tbody tr {
    background: #efefef;
}
#myModalUnidades .modal-body table tbody tr td {
    vertical-align: middle;
}
#myModalUnidades .modal-body table tbody tr td:first-child {
    width: 50%;
}
#myModalUnidades .modal-body table tbody tr td:nth-child(2),
#myModalUnidades .modal-body table tbody tr td:nth-child(3) {
    width: 25%;
}
#myModalUnidades .modal-footer {
    background-color: transparent;
    border: 0;
    padding: 14px 35px 15px 15px;
}

/* fixing firefox bug */
div:after,
ol:after,
form:after,
ul:after,
dl:after,
label:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

/* CONTEÚDO E FORMULARIOS DA SESSÃO DE CONFIGURAÇÃO DE UNIDADES */

div#cadUnidade{
       padding: 0px 15px 0px 0px;
}
div#cadUnidade table#unittable{
    width: 100%;
}

/* adicionado por marcus 02/03/2016 */

.desktop-width-side-menu #page {
  transition: all 0.3s ease-in-out;
}
