@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:
Silas Fabiano

- 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";*/

#menu-lateral {
  position: fixed;
  top: 100px;
  bottom: 0;
  width: 331px;
  z-index: 5000;
  -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;
/*  right: 0;*/

  right: -282px;
}
@media screen and (max-width: 582px) {
  #menu-lateral {
      top: 133px;
  }
}

#menu-lateral.active {
  right: 0;
  -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;
}
#menu-lateral a.return-menu {
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
    color: #5d5d5d;
    padding: 10px 0 0 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    line-height: 1.42857143;
    display: block;
    -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;
}
#menu-lateral a.return-menu:hover {
  -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;
}
#menu-lateral p {
  margin: 10px 0 0 0;
}
#menu-lateral .menu {
  background: #d8d6d6;
  width: 49px;
  float: left;
}
#menu-lateral .menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-lateral .menu ul li {
  width: 100%;
  padding: 6px 0 6px 0;
  text-align: center;
  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;
}
#menu-lateral .menu ul li:last-child a img {
  margin: 0 0 8px 4px;
}
#menu-lateral .menu ul li a {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #5d5d5d;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  line-height: 1.42857143;
}
#menu-lateral .menu ul li a figure {
  margin: 7px auto 2px auto;
  line-height: 20px;
}
#menu-lateral .menu ul li:before {
  content: url(../img/menulateral/marcador.png);
  position: absolute;
  top: 0;
  left: 6px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )';
  filter: alpha(opacity= 0 );
  -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;
}
#menu-lateral .menu ul li.active,
#menu-lateral .menu ul li:hover {
  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;
}
#menu-lateral .menu ul li.active a,
#menu-lateral .menu ul li:hover a {
  background: transparent;
}
#menu-lateral .menu ul li.active:before,
#menu-lateral .menu ul li:hover:before {
  content: url(../img/menulateral/marcador.png);
  position: absolute;
  top: 0;
  left: -1px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )';
  filter: alpha(opacity= 100 );
  -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;
}
#menu-lateral .content-stage {
  background: #eeeeee;
  width: 282px;
  height: 100%;
  float: right;
}
#menu-lateral .content-stage .tab-content {
    height: 100% !important;
}
#menu-lateral .content-stage .tab-content>.tab-pane {
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 100px !important;
}
#menu-lateral .content-stage .tab-content>.tab-pane h3.tabpane-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5d5d5d;
  padding: 7px 0;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 0;
}
#menu-lateral .content-stage .tab-content>.tab-pane .btn-back-container {
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-toggle {
  font-size: 16px;
  padding: 7px 14px;
  position: relative;
  color: #f00;
  border-bottom: 1px solid #ddd;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-toggle::before {
  content: "\f055";
  position: absolute;
  right: 10px;
  top: 9px;
  color: #d8d6d6;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-toggle.active::before {
  content: "\f056";
}

#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content {
  padding: 7px 14px;
  border-bottom: 1px solid #ddd;
  display: none;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content.default {
  display: block;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content .curso-atividade {
  font-size: 12px;
  padding: 5px 14px 15px 30px;
  border-left: 2px solid #5d5d5d;
  position: relative;
  margin-left: 20px;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content .curso-atividade a {
  color: #5d5d5d;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content .curso-atividade a.finish {
  color: #e74c3c;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content .curso-atividade i.fa {
  border: 2px solid #5d5d5d;
  border-radius: 100px;
  font-size: 16px;
  position: absolute;
  top: -10px;
  left: -16px;
  padding: 5px;
  background: #fff;
  line-height: 0.95em;
}
#menu-lateral .content-stage .tab-content>.tab-pane .custom-accordion .accordion-content .curso-atividade a.finish i.fa {
  border-color: #e74c3c;
}

#menu-lateral .content-stage #unidades .table tr:first-child td a hr {
  height: 86%;
  top: 0px;
}
#menu-lateral .content-stage #unidades .table tr:last-child td a hr {
  height: 86%;
  top: -34px;
}
#menu-lateral .content-stage #unidades .table th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5d5d5d;
  padding: 15px 0 15px 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#menu-lateral .content-stage #unidades .table th a.btn {
    font-weight: 400;
    font-size: 16px;
    padding: 7px 15px 8px;
}
#menu-lateral .content-stage #unidades .table td {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.42857143;
  color: #5d5d5d;
  padding: 14px 0 14px 0;
}
#menu-lateral .content-stage #unidades .table td a {
  color: #5d5d5d;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
  -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;
}
#menu-lateral .content-stage #unidades .table td a i {
  margin: 0;
  border: solid 2px #5d5d5d;
  padding: 5px 6px 5px 8px;
  background-color: #fff;
  position: absolute;
  top: -4px;
  left: 36px;
  z-index: 10;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#menu-lateral .content-stage #unidades .table td a hr {
  position: absolute;
  width: 2px;
  height: 214%;
  border: 0;
  background-color: #5d5d5d;
  top: -34px;
  left: 51px;
  z-index: 9;
}
#menu-lateral .content-stage #unidades .table td a:hover,
#menu-lateral .content-stage #unidades .table td a.finish {
  color: #e74c3c;
  -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;
}
#menu-lateral .content-stage #unidades .table td a:hover i,
#menu-lateral .content-stage #unidades .table td a.finish i {
  border-color: #e74c3c;
}
#menu-lateral .content-stage #unidades .table td a:hover hr,
#menu-lateral .content-stage #unidades .table td a.finish hr {
  background-color: #e74c3c;
}
#menu-lateral .content-stage #unidades .track {
  margin-top: 0 !important;
}
#menu-lateral .content-stage #unidades .track .inner {
  width: 280px;
  margin: 0 auto;
}
#menu-lateral .content-stage #unidades .track .inner .view-port .item {
  margin: 0 30px 0 22px !important;
  padding: 0 10px 0 10px !important;
}
#menu-lateral .content-stage #unidades .track .inner .view-port .item p {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #5d5d5d;
  padding-left: 9px;
}
#menu-lateral .content-stage #unidades .track .inner .view-port .item p.titulo {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #e74c3c;
  padding-left: 42px;
  text-align: left;
}
#menu-lateral .content-stage #unidades .track .pagination a.prev {
  left: 5px;
  margin-top: -71px;
}
#menu-lateral .content-stage #unidades .track .pagination a.prev:hover i {
  color: #e74c3c !important;
  -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;
}
#menu-lateral .content-stage #unidades .track .pagination a.next {
  right: -20px;
  margin-top: -71px;
}
#menu-lateral .content-stage #unidades .track .pagination a.next:hover i {
  color: #e74c3c !important;
  -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;
}
#menu-lateral .content-stage #unidades .track .pagination a i {
  /*.fontsize-open( 20px, #5d5d5d );*/

  font-size: 54px;
  color: #5d5d5d !important;
  -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;
}
#menu-lateral .content-stage #usuario .table thead tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  padding: 16px 0 15px 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#menu-lateral .content-stage #usuario .table tbody {
  overflow-y: auto;
  max-height: 768px;
  display: block;
}
#menu-lateral .content-stage #usuario .table tbody tr td {
  padding: 15px 8px 15px 8px;
  width: 282px;
}
#menu-lateral .content-stage #usuario figure {
  position: relative;
  width: 216px;
  margin: 0 auto;
}
#menu-lateral .content-stage #usuario figure img {
  border: solid 1px #c6c5c5;
  -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;
}
#menu-lateral .content-stage #usuario figure.andamento img,
#menu-lateral .content-stage #usuario figure:hover img {
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  -o-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 30 )';
  filter: alpha(opacity= 30 );
  -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;
}
#menu-lateral .content-stage #usuario figure.andamento figcaption,
#menu-lateral .content-stage #usuario figure:hover figcaption {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )';
  filter: alpha(opacity= 100 );
  -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;
}
#menu-lateral .content-stage #usuario figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 65px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )';
  filter: alpha(opacity= 0 );
  -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;
}
#menu-lateral .content-stage #usuario figure figcaption .label {
  font-weight: 400;
  background-color: #d9534f;
  line-height: 1;
  text-shadow: none;
}
#menu-lateral .content-stage #usuario figure figcaption .barra {
  width: 90%;
  height: 5px;
  margin: 10px auto 0 auto;
  background-color: #5d5d5d;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#menu-lateral .content-stage #usuario figure figcaption .barra .progresso {
  width: 30%;
  height: 6px;
  background-color: #e74c3c;
}
#menu-lateral .content-stage #usuario .anel {
  width: 216px;
  margin: 0 auto 5px auto;
  text-align: right;
  font-size: 14px;
}
#menu-lateral .content-stage #usuario .anel span.label {
  padding: 4px;
  float: left;
  font-size: 75%;
  background-color: #d9534f;
  line-height: 1;
  text-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#menu-lateral .content-stage #usuario .avaliacao {
  width: 216px;
  margin: 0 auto;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}
#menu-lateral .content-stage #usuario .avaliacao i {
  float: left;
  font-size: 13px;
  margin: 3px 2px 0 0;
}
#menu-lateral .content-stage #usuario .avaliacao .dados {
  float: right;
}
#menu-lateral .content-stage #usuario .avaliacao .dados i {
  float: none;
  color: #5d5d5d;
  margin-right: 5px;
}
#menu-lateral .content-stage #alunos .table thead tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  padding: 15px 0 15px 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#menu-lateral .content-stage #alunos .table tbody tr {
  -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;
}
#menu-lateral .content-stage #alunos .table tbody tr:hover {
  background: #d8d6d6;
  -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;
}
#menu-lateral .content-stage #alunos .table tbody tr:hover td .dados .barra {
  background-color: #5d5d5d;
  -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;
}
#menu-lateral .content-stage #alunos .table tbody tr td {
  padding: 15px 13px 9px 13px;
}
#menu-lateral .content-stage #alunos .dados {
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #5d5d5d;
  width: 204px;
  float: left;
  text-align: left;
  padding: 7px 10px 0 0;
}
#menu-lateral .content-stage #alunos .dados .label {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin-right: 5px;
  font-size: 8px;
  background-color: #d9534f;
  line-height: 1;
  text-shadow: none;
  padding-top: 4px;
}
#menu-lateral .content-stage #alunos .dados i {
  margin: 0 2px 0 -1px;
  font-weight: 700;
}
#menu-lateral .content-stage #alunos .dados .barra {
  width: 100%;
  height: 5px;
  margin: 5px 0 0 0;
  background-color: #d8d6d6;
  overflow: hidden;
  -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;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
#menu-lateral .content-stage #alunos .dados .barra .progresso {
  width: 30%;
  height: 6px;
  background-color: #e74c3c;
}
#menu-lateral .content-stage #alunos figure {
  float: right;
  padding: 4px 6px 0 0;
  margin: 8px 0 0 0;
}
#menu-lateral .content-stage #alunos figure img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 34px;
  height: 33px;
}
#menu-lateral .content-stage #alunos figure.active {
  border-right: solid 2px green;
}
#menu-lateral .content-stage #conteudo .table thead tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
  padding: 15px 0 15px 0;
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
#menu-lateral .content-stage #conteudo .table tbody {
  overflow-y: auto;
  max-height: 768px;
  display: block;
}
#menu-lateral .content-stage #conteudo .table tbody tr td {
  padding: 15px 8px 15px 8px;
  width: 282px;
}
#menu-lateral .content-stage #conteudo .table tbody tr td p.caption {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #e74c3c;
  margin: 0 0 10px 0;
}
#menu-lateral .content-stage #conteudo .table tbody tr td a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
  margin: 5px 0 0 8px;
  display: block;
  float: left;
  -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;
}
#menu-lateral .content-stage #conteudo .table tbody tr td a:hover {
  color: #e74c3c;
  text-decoration: 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;
}
#menu-lateral .content-stage #conteudo .table tbody tr td figure {
  float: left;
  margin: 0;
}
#menu-lateral .content-stage #conteudo .table tbody tr td input {
  background: transparent;
  border-radius: 0;
  width: 158px;
  height: 24px;
  box-shadow: none;
  float: left;
  margin: 0 0 0 8px;
  line-height: 1.42857143;
}
#menu-lateral .content-stage #conteudo .table tbody tr td button {
  float: right;
  border: 0;
  border-radius: 0;
  padding: 7px 12px 7px 12px;
  margin: 0;
}
#menu-lateral .content-stage #discussao {
  padding: 20px 0 0 0;
}
#menu-lateral .content-stage #discussao p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #discussao p.titulo {
  text-align: center;
  margin: 0 0 10px 0;
}
#menu-lateral .content-stage #discussao ul.nav-tabs {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 20px;
}
#menu-lateral .content-stage #discussao ul.nav-tabs li {
  float: left;
  margin: 4px 0 0 5px;
}
#menu-lateral .content-stage #discussao ul.nav-tabs li.active a,
#menu-lateral .content-stage #discussao ul.nav-tabs li:hover a {
  border: 0;
  border-radius: 0;
  padding: 2px 5px 3px 5px;
  background: #e74c3c;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -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;
}
#menu-lateral .content-stage #discussao ul.nav-tabs li a {
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #3a3d41;
  -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;
}
#menu-lateral .content-stage #discussao ul.nav-tabs li a.categoria {
  border: solid 2px #e74c3c !important;
  padding: 2px 5px 3px 5px !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
#menu-lateral .content-stage #discussao .tab-content {
  margin: 20px 0 0 0;
  padding: 0 20px 0 20px;
/*  overflow-y: auto;
  max-height: 768px;*/
}
#menu-lateral .content-stage #discussao .tab-content figure {
  float: left;
  margin: 0;
}
#menu-lateral .content-stage #discussao .tab-content span {
  float: right;
  font-style: italic;
  padding: 10px 0 0 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #discussao .tab-content .texto {
  margin: 10px 0 20px 0;
  padding: 0 10px 0 10px;
}
#menu-lateral .content-stage #discussao .tab-content .texto p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul li {
  float: left;
  margin: 0px 10px 0 0;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #5d5d5d;
  font-style: italic;
  -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;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul li a:hover {
  color: #E74C3C;
  text-decoration: 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;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul li a:before {
  content: "•";
  padding: 0 10px 0 0;
}
#menu-lateral .content-stage #discussao .tab-content .texto ul li:first-child a:before {
  content: none;
}
#menu-lateral .content-stage #notas {
  padding: 20px 0 0 0;
  position: relative;
}
#menu-lateral .content-stage #notas p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #notas p.titulo {
  text-align: center;
  margin: 0 0 10px 0;
}
#menu-lateral .content-stage #notas .caderno {
  background: url('../img/menulateral/bg-caderno.jpg') center top repeat-y;
  max-height: 600px;
  min-height: 600px;
  overflow-y: auto;
  padding: 0 0 65px 0;
}
#menu-lateral .content-stage #notas .caderno form {
  text-align: center;
}
#menu-lateral .content-stage #notas .caderno form textarea {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0;
  box-shadow: none;
  width: 80%;
  height: 120px;
  margin: 15px auto 0 auto;
}
#menu-lateral .content-stage #notas .caderno form span {
  float: left;
  margin: 8px 0 0 24px;
  font-size: 12px;
  color: #E74C3C;
  font-weight: 400;
}
#menu-lateral .content-stage #notas .caderno form button {
  float: right;
  margin: 5px 20px 0 0;
  font-size: 14px;
  padding: 3px 10px 3px 10px;
}
#menu-lateral .content-stage #notas .caderno .texto {
  padding: 24px 0 8px 0;
}
#menu-lateral .content-stage #notas .caderno .texto .time {
  float: left;
  width: 59px;
  padding: 0;
  line-height: 1;
  text-align: center;
}
#menu-lateral .content-stage #notas .caderno .texto .time span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  display: initial;
  line-height: 1;
  padding: 1px 5px 1px 3px;
}
#menu-lateral .content-stage #notas .caderno .texto .nota {
  float: left;
  width: 210px;
  padding: 0 0 0 13px;
  margin: 0;
}
#menu-lateral .content-stage #notas .caderno .texto .nota p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
  line-height: 21px;
}
#menu-lateral .content-stage #notas .caderno .texto .nota p:first-child {
  margin-top: 0;
}
#menu-lateral .content-stage #notas .caderno .texto ul {
  list-style: none;
  width: 140px;
  margin: 0 0 0 70px;
  padding: 0;
}
#menu-lateral .content-stage #notas .caderno .texto ul li {
  float: left;
  margin: 0px 10px 0 0;
}
#menu-lateral .content-stage #notas .caderno .texto ul li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #5d5d5d;
  font-style: italic;
  -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;
}
#menu-lateral .content-stage #notas .caderno .texto ul li a:hover {
  color: #E74C3C;
  text-decoration: 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;
}
#menu-lateral .content-stage #notas .caderno .texto ul li a:before {
  content: "•";
  padding: 0 10px 0 0;
}
#menu-lateral .content-stage #notas .caderno .texto ul li:first-child a:before {
  content: none;
}
#menu-lateral .content-stage #notas a.download-notas,
#menu-lateral .content-stage a.full-btn {
  background: #eeeeee;
  width: 100%;
  text-align: center;
  display: block;
  padding: 17px 0 18px 0;
  position: absolute;
  bottom: 0;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #5d5d5d;
  -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;
}
#menu-lateral .content-stage a.full-btn {
  position: static;
  text-align: center;
  margin-top: 30px;
}
#menu-lateral .content-stage #notas a.download-notas i,
#menu-lateral .content-stage a.full-btn i {
  margin: 0 10px 0 0;
  font-size: 16px;
}
#menu-lateral .content-stage #notas a.download-notas:hover,
#menu-lateral .content-stage a.full-btn:hover {
  background: #e74c3c;
  color: #fff;
  text-decoration: 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;
}
#menu-lateral .content-stage #glossario {
  padding: 20px 0 0 0;
}
#menu-lateral .content-stage #glossario p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #glossario p.titulo {
  text-align: center;
  margin: 0 0 10px 0;
}
#menu-lateral .content-stage #glossario form {
  width: 240px;
  margin: 20px auto 0 auto;
}
#menu-lateral .content-stage #glossario form input {
  background: #eeeeee;
  border-radius: 0;
  border-right: 0;
  box-shadow: none;
  width: 180px;
  height: 23px;
  float: left;
}
#menu-lateral .content-stage #glossario form button {
  background: transparent;
  width: 35px;
  height: 33px;
  border: solid 1px #cccccc;
  border-left: 0;
  float: left;
  color: #7a7a7a;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
#menu-lateral .content-stage #glossario .texto {
  width: 225px;
  margin: 20px 0 0 22px;
  float: left;
  min-height: 600px;
  max-height: 600px;
  overflow-y: auto;
}
#menu-lateral .content-stage #glossario .texto::-webkit-scrollbar-track,
#menu-lateral .content-stage .tab-content::-webkit-scrollbar-track,
#menu-lateral .content-stage .tab-content .tab-pane::-webkit-scrollbar-track,
#menu-lateral .content-stage #usuario .table tbody::-webkit-scrollbar-track {
    background-color: #F4F4F4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
#menu-lateral .content-stage #glossario .texto::-webkit-scrollbar,
#menu-lateral .content-stage .tab-content::-webkit-scrollbar,
#menu-lateral .content-stage .tab-content .tab-pane::-webkit-scrollbar,
#menu-lateral .content-stage #usuario .table tbody::-webkit-scrollbar {
    width: 6px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    background: #F4F4F4;
}
#menu-lateral .content-stage #glossario .texto::-webkit-scrollbar-thumb,
#menu-lateral .content-stage .tab-content::-webkit-scrollbar-thumb,
#menu-lateral .content-stage .tab-content .tab-pane::-webkit-scrollbar-thumb,
#menu-lateral .content-stage #usuario .table tbody::-webkit-scrollbar-thumb {
    background: #B93D30;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
body::-webkit-scrollbar {
    width: 15px;
    background: #F4F4F4;
}
body::-webkit-scrollbar-thumb {
    background: #dad7d7;
}
#menu-lateral .content-stage #glossario .texto .bloco {
  margin: 0 0 20px 0;
}
#menu-lateral .content-stage #glossario .texto .bloco h5 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #e74c3c;
}
#menu-lateral .content-stage #glossario .texto .bloco p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #5d5d5d;
}
#menu-lateral .content-stage #glossario .alfabeto {
  width: 28px;
  text-align: center;
  float: right;
  padding-bottom: 10px;
}
#menu-lateral .content-stage #glossario .alfabeto a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #5d5d5d;
  padding: 4px 0 4px 0;
  margin: 2px 0 0 0;
  width: 24px;
  line-height: 13px;
  border: solid 1px #eeeeee;
  display: block;
  -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;
}
#menu-lateral .content-stage #glossario .alfabeto a.active,
#menu-lateral .content-stage #glossario .alfabeto a:hover {
  text-decoration: none;
  border: solid 1px #e74c3c;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -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;
}
.table.align-center {
  text-align: center !important;
}
.table.align-center th,
.table.align-center td {
  text-align: center !important;
}
tbody.align-left,
.table.align-center tbody.align-left,
tbody.align-left td {
  text-align: left !important;
}
figure.user {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 34px;
  height: 33px;
  overflow: hidden;
}
.color-amarelo {
  color: #edc365 !important;
}
.color-rosa {
  color: #ef68f3 !important;
}
.color-azul {
  color: #6cd4f3 !important;
}
.aling-center {
  text-align: center !important;
}
.font-size-26 {
  font-size: 26px !important;
}
.padding-right-none {
  padding-right: 0 !important;
}
.padding-left-none {
  padding-left: 0 !important;
}
.padding-none {
  padding: 0 !important;
}
/* 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;
}
/* adicionado por marcus 02/03/2016 */
.mobile-width-side-menu #region-main {
  padding-right: 40px;
}
