@charset "ISO-8859-1";
@import url(//fonts.googleapis.com/css?family=Asap:400,700&display=swap);
@import url(//fonts.googleapis.com/css?family=Dosis:400,800&display=swap);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block;
}
nav ul, ul li, ul { list-style:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
html { overflow-y: scroll; }
nav ul, nav li { margin: 0; }
strong, th { font-weight: bold; }
.ie7 img { -ms-interpolation-mode: bicubic; }
a:focus { outline: none }
textarea:focus, input:focus, select:focus {
    outline: 0;
}
textarea, input {
    outline: 0;
    border-radius: 0;
}
/* geral */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5F5F5F;
    background: #fff;
    position: relative;
    padding: 67px 0 0 0;
}
h6 {
    display: block;
    width: 100%;
    height: 20px;
    border-bottom: 5px solid #E0E0E0;
    font-family: Arial;
    font-size: 20px;
    font-weight: none;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
    margin-bottom: 10px;
    color: #2F66A9;
}
.clearLeft { clear: left; }
.clear {clear: both;}
#titulo > h1, #tituloAzul > h1, #tituloAzul section > h1, #tituloAzul .h1 {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 auto 0 auto;
    padding: 0 0 30px 0;
    line-height:75px;
    text-indent: 10px;
    width: 960px;
    font-weight: normal;
}
#tituloAzul > div.h1 {
    position:relative;
    line-height: 27px;
    padding: 0;
    vertical-align: bottom;
}
#tituloAzul > div.h1 > img {
    margin-top: 16px;
    margin-right: 10px;
    position: relative;
}
#tituloAzul > div.h1 > h1 {
    position: absolute;
    bottom:3px;
    right: 0;
    width: 880px;
    text-indent: 0;
}
h3, .banner {
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
}
nav ul li a, h2, a.comprar, #headerCurso h1, #menuUsuario, .btn, .cursoPagamentoValor, .cursoPagamentoDesconto {
    font-family: 'Asap', sans-serif;
    font-size: normal;
}
h2, .h1Category {
    color: #0099CB;
    font-size: 26px;
    padding: 0 0 10px 10px;
}
h5 {
    color: #0099CB;
    font-size: 22px;
    padding: 0 0 10px 10px;
}
h2 span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
}
h2 > .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #FFF;
    background-color: #0099CB;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: -2px 8px 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #66D9FF;
}
h3 > .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #FFF;
    background-color: #999;
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin: -10px 8px 15px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #ededed;
}
h3 > .circle.red{ background-color: #DA4141; border-color: #FCB4B4; }
h3 > .circle.green{ background-color: #7BCC67; border-color: #BAE6B0; }
p {
    padding: 0 0 10px 0;
}
section {
    overflow: hidden;
    width: 960px;
    margin: 0 auto;
    clear: both;
}
section#conteudo {
    padding: 20px 0;
}
aside {
    float: left;
    width: 220px;
    margin: 0 10px 10px 10px;
}
aside#aprendendo {
    width: 175px;
}
article {
    float: left;
    width: 720px;
    margin: 0 0 10px 0;
}
article.full {
    float: none;
    width: 960px;
}
article.lesson {
    width: 765px;
}

nav {
    width: 960px;
    margin: 0 auto;
    clear: both;
    display: block;
}
a:link, a:visited {
    color: #0099cc;
    text-decoration: underline;
}
a:hover, a:active {
    color: #4f75a2;
}
#Q a:link, #Q a:visited {
    color: #0099cc !important;
    text-decoration: underline !important;
}
#Q a:hover, #Q a:active {
    color: #4f75a2 !important;
}
/* share */
#share {
    width: 65px;
    height: 140px;
    position: fixed;
    left: 0;
    top: 50%;
    margin: -70px 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.4);
    z-index: 999;
}
#share a {
    display: block;
    width: 65px;
    height: 30px;
    margin: 0 0 7px 0;
}
a.twitter {
    background:url(../images/icon-twitter.png) center no-repeat;
}
a.facebook {
    background:url(../images/icon-facebook.png) center no-repeat;
}
a.googleplus {
    background:url(../images/icon-googleplus.png) center no-repeat;
}
#share a.twitter {
    margin: 15px 0 7px 0;
}
/* botoes principais */
#mCursos a{
    background: #0099CB;
}
#mCursos a:hover {
    background: #007ca5;
}
#mProfessores a{
    background: #c2c2c2;
}
#mProfessores a:hover {
    background: #acacac;
}
#mCadastre a {
    background: #86c440;
}
#mCadastre a:hover {
    background: #6fb224;
}
#mEntrar a {
    background: #4f75a2;
}
#mEntrar a:hover {
    background: #375e8c;
}
/* subnav */
nav ul li#mChat, nav ul li#mContato, nav ul li#mAjuda {
    width: auto;
    padding: 0 15px 0 0;
    background: url(../images/divisor-top.png) right 20px no-repeat;
    margin: 0 15px 0 0;
}
nav ul li#mAjuda {
    padding: 0 0 0 0;
    background: none;
    margin-right: 0px;
    float: right;
}
nav ul li#mChat a, nav ul li#mContato a, nav ul li#mAjuda a {
    color: #acacac;
    font-size: 13px;
    text-align: left;
    padding: 0 0 0 30px;
}
nav ul li#mChat a {
    background: url(../images/icon-chat.png) left center no-repeat;
}
nav ul li#mContato a {
    background: url(../images/icon-contato.png) left center no-repeat;
}
nav ul li#mAjuda a {
    background: url(../images/icon-ajuda.png) left center no-repeat;
}
nav ul li#mChat a:hover, nav ul li#mContato a:hover, nav ul li#mAjuda a:hover {
    color: #666;
    text-decoration: underline;
}
nav ul li {
    float: left;
    height: 63px;
    margin: 0 20px 0 0;
    width: 120px;
}
nav ul li a:link, nav ul li a:visited {
    display: block;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    margin: 14px 0 0 0;
    text-align: center;
    font-size: 15px;
}
nav ul li#mChat {
    margin: 0 15px 0 0;
}
#formBusca {
    display: block;
    margin: 10px 0 0 0;
    width: 670px;
    float: right;
    overflow: hidden;
}
header #formBusca {
    width: auto;
}
#formBuscaUsuario {
    margin: 0 0 10px 10px;
    clear: both;
    overflow: hidden;
    display: block;
}
.campoBusca {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    float: left;
    display: block;
    background: #ececec;
    text-indent: 10px;
    border: 0;
    height: 43px;
    line-height: 43px;
    font-size: 15px;
    width: 620px;
}
#formBuscaUsuario .campoBusca {
    width: 895px;
}
#friendContainer #formBuscaUsuario .campoBusca {
    width: 850px;
}
.botaoBusca {
    float: left;
    display: block;
    background: #ececec url(../images/icon-zoom.png) center no-repeat;
    padding: 0 0;
    border: 0;
    height: 45px;
    width: 40px;
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor: pointer;
}
header {
    background: url(../images/bg-top.png) center -51px repeat-x;
    border-bottom: 1px solid #ccc;
    position: fixed;
    width: 100%;
    z-index: 8000;
    top: 0;
}
header.headerUsuario {
    padding: 51px 0 0 0;
    background: url(../images/bg-top.png) center top repeat-x;
}
header section {
    padding: 20px 0 20px 0;
}
#logoTop {
    display: block;
    float: left;
    margin: 13px 20px 0 0;
}
/* footer */
footer {
    background: #efefef;
    overflow: hidden;
    font-size: 11px;
}
footer .left {
    width: 560px;
    float: left;
    overflow: hidden;
    margin: 0 0 0 10px;
    padding: 15px 0 0 0;
}
footer h4 {
    font-size: 15px;
    padding: 0 0 10px 0;
}
#footerCursos, #footerAjuda {
    float: left;
    height: 150px;
    display: block;
}
#footerCursos {
    width: 180px;
}
#footerAjuda {
    width: 180px;
}
#footerAjuda ul {
    float: left;
    padding: 0 50px 0 0;
}
#footerCursos ul li, #footerAjuda ul li {
    line-height: 20px;
    padding: 0 0 0 0;
}
#footerFacebook {
    padding: 15px 0 15px 0;
    background: none;
    float: right;
    margin: 0 10px 0 0;
}

/* foofer links / social */
#footerLinks, #footerSocial {
    float: left;
    border-top: 1px solid #ccc;
    padding: 25px 0 0 0;
}
#footerLinks li {
    float: left;
    margin: 0 15px 10px 0;
}
#footerSocial li {
    float: left;
    margin: 0 0 10px 10px;
}
#footerLinks a, #footerSocial a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
}
#footerLinks {
    width: 434px;
}
#footerSocial {
    width: 126px;
}
#footerLinks a {
    height: 77px;
}
#footerSocial a {
    height: 32px;
    width: 32px;
}
.footerRow {
    float:left;
    width: 100%;
}
li.lang-selected a {
    font-weight: bold!important;
}
li.currency-selected a {
    font-weight: bold;
}
#footerCurrency {
    float: left;
    width: 190px;
}
#footerCurrency ul.currency {
    float: left;
    width: 100%;
    /* font-size: 17px; */
}
#footerCurrency ul li,#footerLanguage ul li {
    float: left;
    width: 100%;
    line-height: 20px;
}
#footerCurrency ul.currency li a {
    font-size: 16px;
}
#footerLanguage {
    float: left;
    width: 370px;
}
#abed {
    width: 98px;
    background: url(../images/footerSprite.gif) left -32px no-repeat;
}
#secure-website {
    width: 89px;
    background: url(../images/footerSprite.gif) -98px -32px no-repeat;
}
#global-sign {
    width: 92px;
    background: url(../images/footerSprite.gif) -189px -32px no-repeat;
}
#e-bit {
    margin-right: 0;
    width: 89px;
}
#e-bit a { height: 94px; }
#bt-mail {
    background: url(../images/footerSprite.gif) -160px top no-repeat;
}
#bt-twitter {
    background: url(../images/footerSprite.gif) -128px top no-repeat;
}
#bt-facebook {
    background: url(../images/footerSprite.gif) left top no-repeat;
}
#bt-orkut {
    background: url(../images/footerSprite.gif) -32px top no-repeat;
}
#bt-linkedin {
    background: url(../images/footerSprite.gif) -64px top no-repeat;
}
#bt-pinterest {
    background: url(../images/footerSprite.gif) -96px top no-repeat;
}
/* geral */

#footerLogo {
    background: #0099CB;
    height: 46px;
    overflow: hidden;
    color: #fff;
    font-size: 11px
}
#footerLogo img {
    display: block;
    margin: 10px 0 0 10px;
    float: left;
}
#footerLogo p {
    float: right;
    padding: 15px 10px 0 0;
}
/* newsletter */
footer #newsletter h4 {
    padding: 0 0 0 10px;
    color:#3c4754;
}
#newsletter {
    background: #b4c3c8;
    padding: 10px 0 0 0;
}
#newsletter form {
    padding: 10px 0 20px 10px;
    overflow: hidden;
}
#campoEmail {
    width: 820px;
    height: 45px;
    line-height: 45px;
    border: 0;
    background: #fff;
    float: left;
    display: block;
    font-size: 15px;
    text-indent: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.4);
}
#botaoReceber {
    width: 110px;
    height: 45px;
    line-height: 45px;
    display: block;
    float: right;
    overflow: hidden;
    border: 0;
    background: #3690cf;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}
#botaoReceber:hover {
    background: #1859a8;
}
#subNav {
    float: right;
    width: 520px;
    margin: 41px 0 0 0;
}
#subNav li {
    float: left;
    height: 115px;
}
#subNav li#subAprender {
    width: 129px;
}
#subNav li#subAprender:hover {
    background: url(../images/banner-top.gif) -961px -209px no-repeat;
}
#subNav li#subEnsinar {
    width: 133px;
}
#subNav li#subEnsinar:hover {
    background: url(../images/banner-top.gif) -1090px -209px no-repeat;
}
#subNav li#subCriar {
    width: 258px;
}
#subNav li#subCriar:hover {
    background: url(../images/banner-top.gif) -1223px -209px no-repeat;
}
#subNav a {
    display: block;
    height: 115px;
    text-indent: -999px;
    overflow: hidden;
}
/* sidebar */

#listaSidebar {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 0 20px 0;
    background: #fff;
    border: 1px solid #CCC;
}
#listaSidebar h3, #listaSidebar h3 a {
    text-transform: uppercase;
    color: #0099CB;
    padding: 10px;
    font-size: 14px;
}

#listaSidebar h3 a {
    padding: 0;
    text-decoration: none;
}

#listaSidebar h3 a:hover {
    text-decoration: underline;
}

#listaSidebar li a:link, #listaSidebar li a:visited  {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}
#listaSidebar li a:hover, #listaSidebar li a.selected {
    background: url(../images/bg-sidebar.jpg);
    font-weight: bold;
}
#listaSidebar li { border-top: 1px solid #dfdcdc; }
#listaSidebar li:nth-child(1){ border: none; }
#listaSidebar li.last { border-bottom: 1px solid #dfdcdc; }
#btnCategorias {
    display: block;
    margin: 0 auto;
}
#botaoTodasCategorias {
    display: block;
    margin: 0 auto 10px auto;
}
.laranja {
    color: #eb5c1d !important;
}

/* Card Cursos */
#cursosLista a, #cursos a{ text-decoration: none; color: inherit;}
#cursosLista .curso, #cursos .curso {
    font-family: 'Asap', sans-serif;
    width: 230px;
    float: left;
    margin: 0 4px 10px 4px;
    background: #fff;
    border: 1px solid #ccc;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.1);
}
#cursosLista .curso:hover, #cursos .curso:hover{
    /*background-color: #F5FCFF;*/
    border-color: #67B7DF;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    1px 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow:         1px 1px 6px rgba(0, 0, 0, 0.2);
}
#cursosLista .curso:hover *{ border-color: #BBD2DF !important; }
#cursosLista .curso:hover .footer{ background-color: #D2EDFA; }
#cursosLista .curso:hover .image > .shadow{ box-shadow: inset 0px 0px 50px 15px rgba(0, 0, 0, 0.2) }
#cursosLista .curso:hover .image img{
    margin: -5px -7px;
    width: 244px;
    height: 183px;
}
#cursosLista .curso .image{
    overflow: hidden; height: 173px;

    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}
#cursosLista .curso .image > .rating{
    position: absolute;
    width: 100px;
    height: 30px;
    margin: 143px 0 0 130px;
    line-height: 30px;
    font-size: 16px;
    color: #FFDE3C;
    background-color: rgba(0,0,0,0.2);
}
#cursosLista .curso .image > img{
    width: 230px;
    height: 173px;
    display: block;
    z-index: 1;
    border-bottom: 1px solid #EEEEEE;

    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
#cursosLista .curso .image > .shadow{ width: 230px; height: 173px; position: absolute; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#cursosLista .curso .text, #cursos .text{ min-height: 80px; max-height: 80px; overflow-y: hidden; }
#cursosLista .curso .title, #cursos .title{ color: #4DA6FF; padding: 7px; font-size: 18px; min-height: 54px; }
#cursosLista .curso .description, #cursos .description{ padding: 7px; text-align: justify; min-height: 70px; }
#cursosLista .curso .footer{
    height: 50px;
    padding: 5px;
    font-size: 14px;
    background-color: #EEEEEE;
    border-top: 1px solid #DDDDDD;

    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#cursosLista .curso .footer li{ line-height: 24px; }
#cursosLista .curso .price{ float: left; width: 70%; }
#cursosLista .curso .price .value{ color: #87C246; font-size: 18px; font-weight: bold; }
#cursosLista .curso .price .payments{ font-size: 12px; padding-left: 28px; }
#cursosLista .curso .price .value .fa{ color: #EA8113; font-size: 22px; margin-right: 8px; float: left; margin-top: 2px; }
#cursosLista .curso .price .old{ color: #EA126D; padding-left: 3px; }
#cursosLista .curso .info{ float: left; font-size:16px; }
#cursosLista .curso .info .fa{ color: #4AA5FF; margin-right: 7px; }

/* Card Learning */

#cursos .curso { width: auto; height: auto; }
#cursos .title{ font-size: 18px; min-height: initial; padding-top: 3px; }
#cursos .description{ min-height: initial; }
#cursos .text{
    float: left; padding: 10px; width: 725px; min-height: inherit; border-left: 1px solid #eee; background-color: #ffffff;
    min-height: 130px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#cursos .image, .floatLeft{ float: left; }
#cursos .image > img{
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#cursos .actions .btn { float: right; margin: 5px 0 0 0; }
#cursos a.cursoTitulo:link, #cursos a.cursoTitulo:visited{ font-size: inherit; font-weight: inherit; margin: 0; }
#cursos .curso:hover .text{ background-color: #FBFDFF; }
#cursos .curso:hover{ background-color: #EAF8FF; }

/* */

.cursoThumb{
    float: left;
}
#cursosLista .cursoGratis {
    display: block;
    position: absolute;
    z-index: 2;
}
#cursosLista .cursoInfo {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
    overflow: hidden;
}
#cursosLista .cursoInfo p {
    height: 60px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    overflow: hidden;
}

#tabs .curso {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    margin: 0 0 10px 0;
}
#tabs .intro {
    overflow: hidden;
}
#tabs .cursoInfo p {
    height: auto;
}
.cursoAlerta {
    font-weight: bold;
    color: #C00;
    padding-bottom: 2px;
}
#cursos .cursoInfo, #tabs .cursoInfo {
    float: left;
    width: 700px;
    margin: 0 0 0 10px;
}
#cursos.cursosEnsinando .cursoInfo {
    float: left;
    width: 470px;
    margin: 0 0 0 10px;
}
.curso small {
    font-size: 11px;
    padding: 0 0 10px 0;
    display: block;
}
.curso small a {
    text-decoration: underline;
}
.cursoHoras, .cursoPessoas, .cursoValor {
    float: left;
    padding: 0 0 0 0;
    line-height: 30px;
    width: 108px;
    text-indent: 22px;
    display: block;
}
.cursoHoras {
    background: url(../images/icon-relogio.png) left center no-repeat;
}
.cursoPessoas {
    background: url(../images/icon-pessoas.png) left center no-repeat;
    width: 80px;
    text-indent: 26px;
}
.cursoValor {
    font-weight: bold;
    background: url(../images/icon-preco.png) left center no-repeat;
}
a.cursoTitulo:link, a.cursoTitulo:visited {
    font-size: 14px;
    display: block;
    font-weight: bold;
    margin: 0 0 5px 0;
    height: 48px;
    overflow: hidden;
    clear: both;
}

#cursos a.cursoTitulo:link, a.cursoTitulo:visited {
    display: block;
    height: auto;
    clear: none;
}
.cursoDias {
    float: left;
    padding: 0 0 0 32px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    background: url(../images/icon-horas.png) left center no-repeat
}
.cursoDiasExp {
    float: right;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
}
.cursoDiasExp a {
    margin-right: 0;
    float: right;
}

.texto .cursoDias {
    margin: 0 0 15px 0;
}
#cursoIcons {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 auto 20px auto;
}
#cursoIcons  p {
    padding: 0 0 0 0;
}
#cursoIcons div {
    float: left;
    display: block;
    width: 24%;
    line-height: 30px;
    padding: 20px 0 20px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-indent: 32px;
    font-size: 13px;
    font-weight: bold;
}
#cursoIcons div.cursoPreco {
    background: url(../images/icon-pricetag.png) left center no-repeat;
}
#cursoIcons div.cursoTempo {
    background: url(../images/icon-calendario.png) left center no-repeat;
}
#cursoIcons div.cursoAmpulheta {
    background: url(../images/icon-tempo.png) left center no-repeat;
    width: 27%;
}
#cursoIcons div.cursoDias {
    background: url(../images/icon-horas.png) left center no-repeat;
}

.total {
    float: left;
    padding: 0 30px 0 150px;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}
.total10 {
    background: url(../images/total10.gif) left center no-repeat;
}
.total20 {
    background: url(../images/total20.gif) left center no-repeat;
}
.total30 {
    background: url(../images/total30.gif) left center no-repeat;
}
.total40 {
    background: url(../images/total40.gif) left center no-repeat;
}
.total50 {
    background: url(../images/total50.gif) left center no-repeat;
}
.total60 {
    background: url(../images/total60.gif) left center no-repeat;
}
.total70 {
    background: url(../images/total70.gif) left center no-repeat;
}
.total80 {
    background: url(../images/total80.gif) left center no-repeat;
}
.total90 {
    background: url(../images/total90.gif) left center no-repeat;
}
.total100 {
    background: url(../images/total100.gif) left center no-repeat;
}
/* usuarios */
.usuario {
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 10px 10px 10px;
    overflow: hidden;
}
.usuarioBtn {
    float: right;
    overflow: hidden;
}
.usuarioBtn a {
    display: block;
    float: left;
    margin: 0 0 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.usuarioBtn a.usuarioAprovar {
    background: #86c440;
    width: 140px;
}
.usuarioBtn a.uauarioRecusar {
    background: #C00;
    width: 80px;
}
.usuarioBtn a.usuarioAprovar:hover {
    background: #77b334;
}
.usuarioBtn a.uauarioRecusar:hover {
    background: #900;
}
#sugestao {
    overflow: hidden;
    padding: 0 0 20px 0;
}
#sugestao .usuario {
    width: 298px;
    background: url(../images/bg-sidebar.jpg);
    float: left;
}
#alunos .usuario {
    width: 318px;
    float: left;
}
.usuario img {
    margin: 10px 0 10px 10px;
    float: left;
}
.usuarioIcons {
    float: right;
}
.usuario .usuarioIcons img {
    margin: 0 0 0 10px;
}
.usuarioInfo {
    padding: 10px;
    overflow: hidden;
}
.usuarioInfo p {
    padding: 0 0 0 0;
}
a.usuarioTitulo {
    font-size: 14px;
    font-weight: bold;
}
p.usuarioTitulo {
    font-size: 14px;
    font-weight: bold;
}
#usuarioNav {
    text-transform: uppercase;
}

#titulo {
    background: url(../images/bg-titulo.gif) left top repeat-x;
}
#tituloAzul {
    background: url(../images/bg-titulo-azul.gif) left top repeat-x;
    height: 95px;
}
/* breadcrumb e filtros */
section.controladores {
    margin: 0 auto 10px auto;
    width: 940px;
    clear: both;
    display: block;
    overflow: inherit;
}
.breadcrumb, .filtros {
    float: left;
    padding: 0 0 0 0;
    line-height: 26px;
}
.filtros {
    float: right;
}
.filtros strong {
    padding: 0 0 0 15px;
    float: left;
    display: block;
}
.breadHome {
    padding: 0 0 0 12px;
    background: url(../images/icon-home2.png) left center no-repeat;
    font-weight: bold;
}
/* pagination */
.pagination {
    padding: 0 10px 15px 10px;
    overflow: hidden;
    display: block;
    clear: both;
}
.pagination a:link, .pagination a:visited {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
    margin: 0 10px 10px 0;
    float: left;
    border: 1px solid #ccc;
    background: #fff;
}
.pagination a:hover, .pagination a:active {
    background: #ccc;
    text-decoration: none;
}
aside .pagination  {
    padding: 0 0 0 0;
}
aside .pagination a {
    margin: 0 10px 10px 0;
}
.pagination a.current, .pagination a.activeSlide {
    background: #eab513;
    color: #fff;
}
/* dicas */
#dicas {
    background: url(../images/bg-sidebar.jpg);
    padding: 10px;
    margin: 0 0 10px 0;
}
#dicas h3 {
    text-transform: uppercase;
    font-size: 14px;
}
table {
    display: block;
    padding:0 ;
    border: 0;
    margin: 0 auto;
    display: table;
    clear: both;
    overflow: hidden;
}
tbody {
    width: 100%;
    display: table;
}
table td {
    border:0;
    border-bottom: 1px solid #ccc;
    padding:10px;
    margin: 0 0 0 0;
    width: auto;
    vertical-align: middle;

}

.table-default { width: 100%; }
.table-default td { border: none; padding: 3px; background-color: transparent !important; }

.row  td {
    background: #f1f1f1;
}
.even  td {
    background: #e3e3e3;
}
.tabelaHeader td {
    font-weight: bold;
    color: #333;
    background: url(../images/bg-sidebar.jpg) !important;
}
/* Â´pagamentos */
#headerPagamentos {
    padding: 0;
}
#headerPagamentos p {
    float: left;
    padding: 25px 0 15px 10px;
    font-size: 15px;
}
#headerPagamentos h3 span {
    display: block;
}
#pagamentos {
    padding: 0 10px;
}
#pagamentos h2 {
    padding: 0 0 10px 0;
}
#pagamentos .filtros {
    float: left;
}
#pagamentos .filtros strong {
    padding: 0 3px 0 0;
}
#pagamentos .filtros select {
    margin: 0 15px 0 0;
}
#pagamentos table img {
    display: block;
    float: left;
    margin: 0 10px 0 10px;
}
#listaPagamentos {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    clear: both;
}

#headerPagamentos #listaPagamentos {
    float: right;
    clear: none;
}
#listaPagamentos span {
    font-size: 12px;
}
#listaPagamentos li {
    float: left;
    margin: 0 0 10px 10px;
}
#headerPagamentos #listaPagamentos li {
    margin: 0 0 0 0;
    padding: 25px 15px;
    background: #f1f1f1;
}
#listaPagamentos li a {
    display: block;
    padding: 25px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
}
.pagPendente a {
    background: #ea8213;
}
.pagGanho a {
    background: #86c440;
}
.pagPago a {
    background: #0099CB;
}
.pagPendente a:hover {
    background: #cc6633;
}
.pagGanho a:hover {
    background: #6fb224;
}
.pagPago a:hover {
    background: #007ca5;
}
.pagamentos h2 {
    float: left;
    padding: 15px 0 0 10px;
}
.pagamentos h2 span {
    color: #898989;
    font-size: 14px;
    display: block;
    font-weight: normal;
}
/* tabs */
#tabs {
    margin: 0 10px;
    display: block;
}
#tabsNav {
    display: block;
}
#tabsNav li {
    float: left;
}
#tabsNav a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #c2c2c2;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 0 15px;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #fff;
}
#tabsNav a:hover {
    background: #ccc;
    color: #666;
}
#tabsNav li.active a {
    background: #e7e7e7;
    color: #333;
}
.tabs-container {
    margin: 0 10px;
    display: block;
}
.tabsNav {
    display: block;
}
.tabsNav li {
    float: left;
}
.tabsNav a {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #c2c2c2;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 0 15px;
    margin: 0 10px 0 0;
    text-decoration: none;
    color: #fff;
}
.tabsNav a:hover {
    background: #ccc;
    color: #666;
}
.tabsNav li.active a {
    background: #e7e7e7;
    color: #333;
}
.tab {
    margin: 0 0 20px 0;
    background:#e7e7e7;
    overflow: hidden;
    padding: 10px;
    display: block;
    clear: both;
}
.tab .usuario {
    margin: 0 0 10px 0;
}
.tab a.cursoTitulo:link {
    height: inherit;
}
/* aprendendo glossario */
#glossario ul {
    margin: 0 10px;
}
#glossario ul li {
    padding: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
#menuApoio {
    margin: 0 10px 10px 10px;
    display: block;
    overflow: hidden;
    padding: 10px 0;
    border: 0px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}


#menuApoio a {

    border: 1px solid #ccc;
    padding: 5px 10px 5px 10px;
    margin: 0 2px 0 0;

}


#menuApoio a:hover {
    background-color: #F6F6F6;
}

.box {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:    1px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow:         1px 1px 4px rgba(0, 0, 0, 0.1);

    overflow: hidden;
    display: block;
    margin: 0 10px 10px 10px;
    padding: 10px;
    border: 1px solid #ccc;
    position: relative;
}
.box.error{ background-color: #F2DEDE; border-color: #EED3D7; color: #B94A48; }
.box.error h2{ color: #B94A48; }
.box.error h2 > .circle{ background: #B94A48; border-color: #EE9B9A; }
.box h2 { padding: 0 0 10px 0; }

#modulos .box ul li {
    float: left;
    width: 215px;
    min-height: 80px;
    margin: 0 10px 0 0;
}
#modulos .box ul li img {
    float: left;
    display: block;
    margin: 0 10px 25px 0;
}
#modulos .box h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
#modulos .box h3 span {
    font-weight: lighter;
}
.avaliacao {
    float: left;
    display: block;
    padding: 10px 0 0 0;
}
.avaliacao p {
    float: left;
    padding: 0 5px 0 0;
    font-weight: bold;
}
.avaliacao0 {
    background: url(../images/avaliacao0.gif) center right no-repeat;
}
.avaliacao1 {
    background: url(../images/avaliacao1.gif) center right no-repeat;
}
.avaliacao2 {
    background: url(../images/avaliacao2.gif) center right no-repeat;
}
.avaliacao3 {
    background: url(../images/avaliacao3.gif) center right no-repeat;
}
.avaliacao4 {
    background: url(../images/avaliacao4.gif) center right no-repeat;
}
.avaliacao5 {
    background: url(../images/avaliacao5.gif) center right no-repeat;
}

#headerCurso {
    background: #0099CB;
    color: #fff;

}
#headerCurso.headerCursoFoto {
    background: #f1f1f1 url(../images/header-curso.jpg) center top no-repeat;
}
#headerCurso section {
    padding: 15px 0 25px 0;
}
#headerVideo {
    width: 460px;
    float: left;
    margin: 0 10px;
    text-align: center;
}
#headerCursoFoto {
    display: block;
    float: left;
    border: 10px solid rgba(255,255,255,0.2);
    margin: 0 0 0 0;
}
#headerCursoVideo {
    display: block;
    float: left;
    border: 10px solid #fff;
    margin: 0 0 0 0;
    height: 275px;
    background: #fff;
    width: 480px;
}
#headerCursoFoto img{
    display: block;
}
#headerFoto {
    width: 220px;
    float: left;
    margin: 0 10px;
}
#headerFoto img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
}
#headerCursoInfo {
    float: left;
    width: 645px;
    margin: 0 10px;
    color: #fff;
}
#headerCursoDesc {
    float: right;
    width: 640px;
    background: #FFFFFF;
    border: 30px solid #FFFFFF;
    color: #666;
    min-height: 183px;
}
#headerCursoDescVideo {
    float: right;
    width: 430px;
    background: #FFFFFF;
    border-top: 10px solid #FFFFFF;
    border-left: 10px solid #FFFFFF;
    border-right: 20px solid #FFFFFF;
    border-bottom: 0;
    color: #666;
    min-height: 183px;
    height: 285px;
}
#headerCurso h1, #headerCursoInfo h1 {
    font-size: 28px;
    padding: 0 0 15px 0;
    color: #fff;
}
#headerCurso.headerCursoFoto h1 {
    color: #0099CB ;
}
#headerCursoInfo h1 {
    color: #fff;
    color: #fff;
}
#headerCurso h1 span {
    color: #9E9E9E;
    font-size: 15px;
    display: block;
}
#headerExtra {
    height: 73px;
    display: block;
    clear: both;
    background: url(../images/header-curso.gif) center bottom repeat-x;
    margin: 0 0 20px 0;
}
#headerExtra ul {
    width: 960px;
    margin:  0 auto;
}
#headerExtra img {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}
#headerExtra li {
    float: left;
    width: 220px;
    margin: 0 10px;
    font-size: 11px;
    padding: 15px 0 0 0;
}
#headerExtra h3 {
    text-transform: uppercase;
    font-size: 14px;
}
.center {
    text-align: center;
}
a.comprar { background: #86c440; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; display: block; text-transform: uppercase; color: #fff; font-size: 18px; padding: 0 5px 0 0;  overflow: hidden; line-height: 40px; height: 40px; width: 370px; text-indent: 20px; text-align: center; margin-top: 7px; }
a.comprar.gratis { width: 430px; text-align: center; margin: 0 auto 0 auto;}
a.comprar:hover {
    text-decoration: none;
    background: #6fb224;
}
a.comprar:hover span {
    background: #375e8c;
}
a.comprar span {
    display: block;
    float: right;
    background: #0099CB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    margin: 5px 0 0 0;
    text-indent: 0;
}
#parcela {
    float: right;
    width: 255px;
    margin-top: -35px;
}


#aprendendo .intro {
    border-bottom: 1px solid #ccc;
    margin: 0 10px 10px 10px;
    overflow: hidden;
}
#aprendendo .tab .intro {
    border-bottom: 0;
    margin: 0 0 0 0;
}
.intro select {
    float: right;
}
#aprendendo .intro h2, #aprendendo form h2 {
    padding: 0 0 10px 0;
}
#aprendendo form {
    padding: 0 10px 10px 10px;
}
#aprendendo form textarea, #mensagens form textarea, textarea#number {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 100px;
    width: 98%;
    padding: 1%;
    display: block;
    margin: 0 0 10px 0;
}
#aprendendo #tabs .cursoInfo {
    width: 470px;
}
#aprendendo table {
    display: block;
    margin: 0 10px;
    width: auto;
}
.intro a {
    text-decoration: underline;
    color: #333;
}
/* menu usuario */
#menuUsuario {
    background: rgba(0,153,203,0.9);
    height: 50px;
    width: 100%;
    display: block;
    position: fixed;
    clear: both;
    border-bottom: 1px solid #4f75a2;
    z-index: 15;
}
#menuUsuario img {
    display: block;
    float: left;
    margin: 10px;
}
#menuUsuario a:link, #menuUsuario a:visited  {
    color: #f1f1f1;
    font-size: 13px;
    text-decoration: none;
}
#menuUsuario a:hover, #menuUsuario a:active {
    color: #FFF;
    text-decoration: underline;
}
#menuUsuario ul.left {
    float: left;
}
#menuUsuario ul.right {
    float: right;
}
#menuUsuario ul li {
    float: left;
    line-height: 50px;
    padding: 0 10px 0 10px;
    background:url(../images/divisor-top.png) right center no-repeat;
}
#menuUsuario ul li:last-child {
    background: none;
    padding: 0 0 0 10px;
}
/* botoes */
.btn {
    display: block;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #86c440;
    color: #fff !important;
    text-decoration: none !important;
    border: 0;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
    margin: 0 10px 10px 0;
    float: left;
    font-size: 14px;
    padding: 0 5px;
}
.btn.btn-highlighted {
    padding: 6px 10px;
    border-bottom: 3px solid #6A9D31;
    height: auto;
}
.btn:hover{ background-color: #6fb224; }
.btn-list{
    margin: 0;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    background-color: #60C2E2;
}
.btn-list:hover{ background-color: #0099CB !important; }
.btn-red { background: #E00000; }

.btn-red:hover { background: #ce0000 !important; }
.btn.btnTopico {
    margin: 0 0 10px 10px;
    width: 170px;
}
.btnOK {
    float:right;
    clear: both;
    margin-top: 10px;
}
.intro .btn.btnTopico {
    margin: 0 0 10px 0;
    width: 140px;
}
.btnMensagem, .btnAprovar {
    width: 130px;
}
.btnNovaMensagem {
    width: 160px;
    float: right;
}
.btnComentario {
    width: 100%;
}
.btnAdd {
    width: 160px;
}
.btnCursoComprar {
    float: right;
    width: 80px;
    margin: 0 0 0 0;
}
.btnLoginCadastrar  {
    float: right;
    width: 90px;
    margin: 0 0 0 0;
    height: 40px;
    line-height: 40px;
}
.btnRecusar {
    width: 80px;
    background: #C30;
}
.btnRecusar:hover {
    background: #900;
}
#formPesquisa .btn {
    margin: 10px 0 0 10px;
}
.btnSalvar {
    margin: 0 0 10px 0;
    width: 140px;
}
/* denuncie */
#denuncie {
    display: none;
}
#denuncie form {
    padding: 0 10px;
}
#denuncie h2 {
    padding: 0 0 10px 0;
}
#denuncie .btn {
    margin: 10px 0 0 0;
}
/* faq */
#faq {
    float: left;
    width: 460px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}
.setaFaq {
    display: block;
    position: relative;
    margin: -25px 0 20px 0;
}
.faq-tabs {
    float: left;
    width: 460px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}
article #faq {
    float: none;
    width: auto;
}
.faqPergunta {
    padding: 10px 10px 10px 10px;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.faqPergunta:hover {
    color: #333;
    background: url(../images/bg-sidebar.jpg);
}
.faqPergunta.ativo {
    font-weight: bold;
    color: #333;
    background: url(../images/bg-sidebar.jpg);
}
.faqResposta  {
    display: none;
    background: url(../images/bg-sidebar.jpg);
    padding: 0 10px 0 10px;
}
.faqResposta p {
    padding: 0 0 10px 0;
    font-size: 11px;
}
/* slideshow */
#slideshow {
    height: 359px;
    overflow: hidden;
    display: block;
    clear: both;
    position:relative;
    z-index: 2;
}
#slideContent {
    width: 100%;
    height: 329px;
    overflow: hidden;
}
#slideContent a {
    width: 100%;
    height: 329px;
    overflow: hidden;
    background-size: cover;
    display: block;
}
#slideContent a.slide1 {
    background: url(../images/banner1.jpg) center no-repeat;
}
#slideContent a.slide2 {
    background: url(../images/banner2.jpg) center no-repeat;
}
#slideContent a.slide3 {
    background: url(../images/banner3.jpg) center no-repeat;
}
#slideContent a.slide4 {
    background: url(../images/banner4.jpg) center no-repeat;
}
#slideContent a.slide5 {
    background: url(../images/banner5.jpg) center no-repeat;
}
#slideNav {
    width: 940px;
    margin: 0 auto;
    height: 34px;
}
#slideNav a {
    float: left;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/navSlide.gif);
    text-indent: -999px;
    overflow: hidden;
    margin: 8px 0 0 0;
}
#slideNav a:hover {
    background-position: 0 -23px;
}
#slideNav a.activeSlide {
    background-position: 0 -46px;
}
/* login */
.loginMenu {
    padding: 20px 20px 0 20px;
}
.loginMenu img {
    display: block;
    margin: 0 5px 0 0;
}
.loginMenu li {
    padding: 5px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;

}
#login {
    width: 270px;
    position: absolute;
    z-index: 50;
    height: 329px;
    margin: 0 0 0 665px;
}
#login .center {
    font-size: 11px;
    padding: 0 20px 20px 20px;
    text-align: center;
}
a.btnFacebook {
    display: block;
    overflow: hidden;
    height: 44px;
    text-indent: -999px;
    width: 223px;
    margin: 10px auto 5px auto;
    background: url(../images/btnFacebook.gif) left top no-repeat;
}
a.btnFacebook:hover {
    background-position: left bottom;
}
a.cadastre {
    color: #678bd7;
    text-decoration: underline;
}
a.cadastre:hover {
    color: #4f75a2;
}
#formLogin {
    width: 223px;
    margin: 0 auto;
}
#formLogin fieldset input {
    border: 0;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    text-indent: 30px;
    width: 223px;
    margin: 0 0 10px 0;
}
#loginEmail, .usr_email, .usr_login, .usr_email_confirm {
    background: #fff url(../images/icon-email.png) 6px center no-repeat;
}
.usr_password {
    background: #fff url(../images/icon-senha.png) 8px center no-repeat;
}
#loginNome, .usr_fullname {
    background: #fff url(../images/icon-nome.png) 6px center no-repeat;
}
#loginCpf, .usr_document {
    background: #fff url(../images/icon-cpf.png) 6px center no-repeat;
}
#formLogin span {
    font-size: 11px;
    float: left;
    display: block;
    margin: 5px 10px 0 0;
}
#loginCadastrar {
    background: #86c440;
    width: 100px;
    float: right;
    height: 35px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0
}
#loginCadastrar:hover {
    background: #6fb224;
}
.check {
    overflow: hidden;
    font-size: 11px;
}
.check input {
    float:left;
}
label input[type=checkbox]{width: auto; height: auto; margin-bottom: 1px; margin-right: 3px; vertical-align: bottom; }
.check a {
    float: left;
    width: 190px;
    margin: 0 0 10px 5px;
}
p.intro {
    padding: 0 10px 20px 10px;
}
#topBanner {
    height: 168px;
    background: url(../images/tophome.png) center top no-repeat;
    display: block;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin: -30px 0 0 0;
}
#contador {
    width: 288px;
    float: left;
    margin: 41px 0 0 70px;
}
#contadorNext, #contadorPrev {
    height: 115px;
    width: 18px;
    float: left;
    cursor: pointer;
    background:url(../images/contadorNav.gif) right top no-repeat;
    display: block;
}
#contadorNext:hover {
    background-position: -20px top;
}
#contadorPrev {
    background:url(../images/contadorNav.gif) left top no-repeat;
}
#contadorPrev:hover {
    background-position: -2px top;
}
#contador ul, #contador ul li {
    height: 115px;
    float: left;
    width: 212px;
    overflow: hidden;
}
#contador ul {
    margin: 0 20px;
}
#contador1 {
    background: url(../images/contador.gif) left top no-repeat;
}
#contador2 {
    background: url(../images/contador.gif) left -115px no-repeat;
}
#contador3 {
    background: url(../images/contador.gif) left -230px no-repeat;
}
#contador4 {
    background: url(../images/contador.gif) left -345px no-repeat;
}
#subNav {
    float: right;
    width: 520px;
    margin: 41px 0 0 0;
}
#subNav li {
    float: left;
    height: 115px;
}
#subNav li#subAprender {
    width: 129px;
    background: url(../images/banner-top.gif) -961px -41px no-repeat;
}
#subNav li#subAprender:hover {
    background: url(../images/banner-top.gif) -961px -209px no-repeat;
}
#subNav li#subEnsinar {
    width: 133px;
    background: url(../images/banner-top.gif) -1090px -41px no-repeat;
}
#subNav li#subEnsinar:hover {
    background: url(../images/banner-top.gif) -1090px -209px no-repeat;
}
#subNav li#subCriar {
    width: 258px;
    background: url(../images/banner-top.gif) -1223px -41px no-repeat;
}
#subNav li#subCriar:hover {
    background: url(../images/banner-top.gif) -1223px -209px no-repeat;
}
#subNav a {
    display: block;
    height: 115px;
    text-indent: -999px;
    overflow: hidden;
}
/* mensagens */
#mensagens {
    background: #fff;
    overflow: hidden;
    clear: both;
}
#mensagensEntrada {
    float: left;
    width: 218px;
    overflow: auto;
    height: 460px;
    border-bottom: 1px solid #ccc;
}
#mensagensEntrada h3{
    padding: 10px;
}
#mensagensTexto {
    width: 700px;
    float: left;
    overflow: hidden;
}
.tab #mensagensTexto {
    width: 660px;
}
#aprendendo .tab #mensagensTexto {
    width: 420px;
}
#mensagensTexto ul  {
    overflow: hidden;
    height: auto;
    border-left: 1px solid #ccc;
}
#mensagens form {
    padding: 10px;
    overflow: hidden;
}
#mensagensEntrada ul li, #mensagensTexto ul li   {
    padding: 10px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
#mensagensTexto form {
    border-top: 1px solid #ccc;
}
.mensagemNova {
    background: url(../images/bg-sidebar.jpg);
}
.mensagemNova a {
    font-weight: bold;
    color: #333;
}
#mensagens img {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}
.mensagemData {
    float: right;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
}
#mensagens .mensagemData img {
    margin: 0 0 0 5px;
    float: right;
}
.mensagemSeparador {
    text-align: center;
    color: #333;
    font-size: 10px;
    font-weight: bold;
    background: url(../images/bg-sidebar.jpg);
}
/* curso interna */
.texto {
    margin: 0 10px 15px 10px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.texto p, .texto h2, #sidebarCurso h2 {
    padding: 0 0 15px 0;
}
#sidebarCurso .usuario, #cursoComentarios {
    border:0;
    background: url(../images/bg-sidebar.jpg);
    padding: 10px;
    margin: 0 0 15px 0;
    overflow: hidden;
    clear: both;
}
#sidebarCurso .usuario img {
    margin: 0 10px 0 0;
}
#cursoOutros {
    background: #fff url(../images/bg-outrosCursos.gif) center top no-repeat;
    padding: 15px 0 0 0;
    margin: 0 0 15px 0;
}
#cursoOutros h3 {
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
#cursoOutros ul li {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
    font-size: 12px;
}
#cursoOutros ul li.todos {
    font-size: 15px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
#cursoOutros ul li.todos a {
    color: #0099CB;
}
#cursoAlunos {
    border: 1px solid #ccc;
    background: #fff;
    margin: 0 0 10px 0;
    overflow: hidden;
    color: #0099CB;
    text-align: center;
    padding: 10px 0;
}
#cursoAlunos p {
    font-size: 15px;
}
#cursoAlunos .avaliacao {
    clear: both;
    line-height: auto;
    text-align: center;
    width: 100%;
    padding: 0 0 15px 0;
    background-position: center bottom !important;
}
.usuario #cursoAlunos img {
    margin: 0 0 10px 10px;
}
#cursoShare  {
    overflow: hidden;
    line-height: 30px;
    display: block;
    clear: both;
    margin: 0 10px;
}
#cursoShare strong {
    display: block;
    float: left;
}
#cursoShare div {
    float: left;
    margin-right: 4px;
}
#cursoShare div:last {
    margin-left: 4px;
}
#cursoShare a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 10px 10px;
    float: left;
}
/* comentarios */
#cursoComentarios h3 {
    color: #0099CB;
    padding: 0 0 15px 0;
    font-size: 20px;
}
#cursoComentarios ul li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    overflow: hidden;
}
#cursoComentarios img {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}
#cursoComentarios strong {
    display: block;
}
.cursoComentario {
    display: block;
    clear: both;
    padding: 0 0 10px 0;
    font-size: 11px;
}
#editarPerfil label, #cursoPagamento label {
    display: block;
    padding: 0 0 3px 0;
    font-size: 12px;
}
#editarPerfil fieldset textarea  {
    margin: 0 0 10px 0;
    width: 100%;
    min-height: 80px;
}
#editarPerfil .total {
    float: right;
}
.perfilAlterarFoto {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 15px 10px 0 !important;
}
.perfilAlterarFoto:hover span {
    margin: -150px 0 0 0;
}
.perfilAlterarFoto img {
    display: block;
    clear: both;
    margin: 0 0 0 0;
}
.perfilAlterarFoto span  {
    height: 150px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 50px 0 0 0;
    font-size: 16px;
    color: #fff;
    zoom: 1;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #000;
    display: block;
    clear: both;
    text-decoration: none;
    cursor: pointer !important;
}
.perfilAlterarFoto div, .perfilAlterarFoto input {
    height: 150px;
}
/* curso pagamento */
.cursoPagamentoValor {
    float: left;
    padding: 15px 0;
    color: #86c440;
    font-size: 30px;
    width: 250px;
    text-align: center;
    font-weight: bold;
}
.cursoPagamentoValor.expires {
    text-align: right;
    color: #86c440;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Asap', sans-serif;
    padding: 0 24px 15px 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cursoPagamentoDesconto {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 10px;
}
.cursoPagamentoDesconto a {
    text-decoration: underline;
}
#cursoPagamento fieldset {
    margin: 20px 0 0 250px;
}
#cursoPagamento fieldset input, #editarPerfil fieldset input, #editarPerfil fieldset select,
.form input, .form select {
    margin: 0 0 10px 0;
    width: 100%;
}
#editarPerfil fieldset select {
    height: 22px;
}
#cursoPagamento ul li, #editarPerfil ul li  {
    float: left;
    margin: 0 15px 0 0;
    min-height: 61px;
}
#cursoPagamento .btn {
    margin: 0 0 10px 250px;
}
#cursoPagamento label strong {
    display: block;
}
.largura900 {
    width: 900px;
}
.largura600 {
    width: 600px;
}
.largura800 {
    width: 800px;
}
.largura500 {
    width: 500px;
}
.largura300 {
    width: 300px;
}
.largura200 {
    width: 200px;
}
.largura100 {
    width: 100px !important;
}
.largura50 {
    width: 50px !important;
}
.largura400 {
    width: 400px;
}
.largura300 {
    width: 300px;
}
.largura200 {
    width: 200px;
}
.largura100 {
    width: 100px;
}
.largura50 {
    width: 50px;
}
#pagFormas {
    overflow: hidden;
    display: block;
    clear: both;
    width: 882px;
    margin: 0 auto;
}
#cursoPagamento #pagFormas ul li {
    width: 141px;
    height: 141px;
    display: block;
    float: left;
    margin: 0 6px 6px 0;
    background: url(../images/pagamento.png) left top no-repeat;
    text-indent: -999px;
    overflow: hidden;
}
#pagFormas  ul li a {
    width: 141px;
    height: 141px;
    display: block;
}
#pagFormas  ul li#pagVisa {
    background-position: -148px 0;
}
#pagFormas  ul li#pagDiners {
    background-position: -444px 0;
}
#pagFormas  ul li#pagMastercard {
    background-position: -296px 0;
}
#pagFormas  ul li#pagPaypal {
    background-position: -738px 0;
}
#pagFormas  ul li#pagDiscover {
    background-position: -886px 0;
}
#pagFormas  ul li#pagAmex {
    background-position: -1034px 0;
}
#pagFormas  ul li#pagElo {
    background-position: -1182px 0;
}
#pagFormas  ul li#pagJCB {
    background-position: -1330px 0;
}
#pagFormas  ul li#pagAura {
    background-position: -1478px 0;
}
#pagFormas  ul li#pagDeposito {
    background-position: -591px 0;
}
#pagFormas  ul li#pagBoleto {
    background-position: 0 0;
}
#pagFormas  ul li#pagTwitter {
    background-position: -1626px 0;
}
#pagFormas  ul li#pagFacebook {
    background-position: -1774px 0;
}
#pagFormas  ul li#pagGplus {
    background-position: -1922px 0;
}

/* E-mail Pyment Methods. We'll follow the patterns that already exists. */
#pagFormas ul li#pagGmail {background-position: -2366px 0;}
#pagFormas ul li#pagGmail:hover, #pagFormas ul li#pagGmail.pagAtivo {background-position: -2366px -141px;}

#pagFormas ul li#pagHotmail {background-position: -2069px 0;}
#pagFormas ul li#pagHotmail:hover, #pagFormas ul li#pagHotmail.pagAtivo {background-position: -2069px -141px;}

#pagFormas ul li#pagYahoo {background-position: -2218px 0;}
#pagFormas ul li#pagYahoo:hover, #pagFormas ul li#pagYahoo.pagAtivo {background-position: -2218px -141px;}
/* End of email payment methods */

.btnPay i {display:inline-block;width:16px;height:19px;float:left;margin-right:7px;}

#div-gmail .btnPay i {background: url(../../img/gmail.png) no-repeat left 3px;}
#div-hotmail .btnPay i {background: url(../../img/hotmail.png) no-repeat left 1px;}
#div-yahoo .btnPay i {background: url(../../img/yahoo.png) no-repeat left 1px;}



.btnPay {
    background-color: #eee;
    background-image: -webkit-linear-gradient(#fff,#dedede);
    background-image: linear-gradient(#fff,#dedede);
    border: #ccc solid 1px;
    border-radius: 3px;
    color: #333 !important;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    cursor: pointer;
    height: 18px;
    display: inline-block;
    padding:4px 15px 3px 10px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;

    text-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px;
}

.btnPay:hover {
    border-color: #bbb;
    background-color: #d9d9d9;
    background-image: -webkit-linear-gradient(#f8f8f8,#d9d9d9);
    background-image: linear-gradient(#f8f8f8,#d9d9d9);
    box-shadow: none;
    text-decoration: none !important;
}


#pagFormas  ul li#pagVisa:hover, #pagFormas  ul li#pagVisa.pagAtivo {
    background-position: -148px -141px;
}
#pagFormas  ul li#pagDiners:hover,#pagFormas  ul li#pagDiners.pagAtivo {
    background-position: -444px -141px;
}
#pagFormas  ul li#pagMastercard:hover, #pagFormas  ul li#pagMastercard.pagAtivo {
    background-position: -296px -141px;
}
#pagFormas  ul li#pagDiscover:hover, #pagFormas  ul li#pagDiscover.pagAtivo {
    background-position: -886px -141px;
}
#pagFormas  ul li#pagAmex:hover, #pagFormas  ul li#pagAmex.pagAtivo {
    background-position: -1034px -141px;
}
#pagFormas  ul li#pagElo:hover, #pagFormas  ul li#pagElo.pagAtivo {
    background-position: -1182px -141px;
}
#pagFormas  ul li#pagJCB:hover, #pagFormas  ul li#pagJCB.pagAtivo {
    background-position: -1330px -141px;
}
#pagFormas  ul li#pagAura:hover, #pagFormas  ul li#pagAura.pagAtivo {
    background-position: -1478px -141px;
}
#pagFormas  ul li#pagPaypal:hover, #pagFormas  ul li#pagPaypal.pagAtivo {
    background-position: -738px -141px;
}
#pagFormas  ul li#pagDeposito:hover, #pagFormas  ul li#pagDeposito.pagAtivo {
    background-position: -591px -141px;
}
#pagFormas  ul li#pagBoleto:hover, #pagFormas  ul li#pagBoleto.pagAtivo {
    background-position: 0 -141px;
}
#pagFormas  ul li#pagTwitter:hover, #pagFormas  ul li#pagTwitter.pagAtivo {
    background-position: -1626px -141px;
}
#pagFormas  ul li#pagFacebook:hover, #pagFormas  ul li#pagFacebook.pagAtivo {
    background-position: -1774px -141px;
}
#pagFormas  ul li#pagGplus:hover, #pagFormas  ul li#pagGplus.pagAtivo {
    background-position: -1922px -141px;
}


.pagVisa,.pagDiners,.pagVista, .pagMaster, .pagPayPal,.pagDeposito, .pagBoleto {
    width: 60px;
    height: 40px;
}
.pagDeposito input, .pagMaster input,.pagVisa input, .pagDiners input, .pagPayPal input, .pagBoleto input {
    width: auto !important;
}
.pagVisa {
    background: url(../images/icon-visa.png) 20px top no-repeat;
}
.pagMaster {
    background: url(../images/icon-master.png) 20px top no-repeat;
}
.pagDiners {
    background: url(../images/icon-diners.png) 20px top no-repeat;
}
.pagDeposito {
    background: url(../images/icon-deposito.png) 20px top no-repeat;
}
.pagPayPal {
    background: url(../images/icon-paypal.png) 20px top no-repeat;
}
.pagBoleto {
    background: url(../images/icon-boleto.png) 20px top no-repeat;
}

/*#div-facebook-share{
    line-height: 26px;
    border: 1px solid #CCC;
    width: auto;
    background-color: #F2F2F2;
    color: #000;
    font-weight: bold;
    width: 105px;
    cursor: pointer;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 1%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#fefefe), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #fefefe 1%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #fefefe 1%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #fefefe 1%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #fefefe 1%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dfdfdf',GradientType=0 );
}
#div-facebook-share:hover{
    border: 1px solid #bbbbbb;

    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#dadada));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#dadada 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#dadada 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#dadada 100%);
    background: linear-gradient(to bottom,  #f7f7f7 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dadada',GradientType=0 );

}
#div-facebook-share > img{
    margin: 5px 5px 0 7px;
    float: left;
}*/

#areasConhecimento {
    overflow: hidden;
    display: block;
    width: 940px;
    margin: 0 auto 30px auto;
}
.area {
    float: left;
    min-height: 37px;
    width: 220px;
    margin: 0 7px 0 7px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 8px 0 0 0;
}
.area:hover {
    background:url(../images/bg-sidebar.jpg);
}

.area a {
    float: right;
    width: 160px;
    font-weight: bold;
}
.area a span {
    font-size: 11px;
    font-weight: normal;
}
.area a:hover, area a:active {
    text-decoration: none;
}
.area em {
    float: left;
    width: 40px;
    background: #eb5c1d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-style: normal;
    line-height: 29px;
    text-align: center;
    font-size: 16px;
    font-weight:bold;
    margin: 0 0 0 10px;
}
/* menu dropdown */
.menu.left {
    float: left;
}
.menu.right {
    float: right;
}
.menu li {
    position:relative;
}
#mCursos ul {
    position:absolute;
    top:50px;
    left:0;
    background-color:#0099CB;
    display:none;
    z-index: 999;
    width: 170px;
}
#mAjuda ul.subMenu {
    position:absolute;
    top:50px;
    left: -269px;
    border: 1px solid #e7e7e7;
    background-color:#fff;
    display:none;
    z-index: 999;
    width: 330px;
}
#mAjuda ul.subMenu .left {
    float: left;
    width: 50%;
}
#mAjuda ul.subMenu .left li {
    width: auto;
    clear: both;
}
#mCursos:hover ul.subMenu, #mCursos.over ul.subMenu,
#mAjuda:hover ul.subMenu, #mAjuda.over ul.subMenu {
    display:block;
}
.menu li ul.subMenu > li {
    width: 100%;
    float: left;
}
.menu li ul.subMenu li {
    display: block;
    text-align: left;
    height: auto;
    margin: 0 0 0 0;
    background-image: none !important;
}
.menu li ul li.subMenuGratis {
    width: 600px;
    text-transform: uppercase;
}
#mCursos .subMenuGratis a {
    background: #4f75a2;
}
#mCursos .subMenuGratis a:hover {
    background: #007ca5;
}
nav ul li ul.subMenu a:link, nav ul li  ul.subMenu a:visited {
    display: block;
    height: auto;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
    margin: 0 0 0 0;
    text-align: left;
    font-size: 15px;
    padding: 5px 0 5px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-image: none !important;
}
nav ul li ul.subMenu a:hover {
    background: #007ca5;
}
nav ul li#mAjuda ul li a {
    padding: 5px 10px 5px 10px;
}
.menu li ul.subMenu li.subMenuGratis a {
    text-align: center;
}
#formContato input, #formContato select {
    margin: 0 0 10px 0;
    width: 99%;
}
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(../images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(../images/star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */

/* institucional */
article#sobre {
    width: 700px;
    margin: 0 10px 0 10px;
}
#sobre table {
    margin: 0 0 20px 0;
}
#sobre table tr.row td, #sobre table tr.even td {
    background: none;
}
#sobre ol {
    padding: 0 0 10px 20px;
    list-style-position: outside;
    display: block;
    clear: both;
}

/*acesso */
.acesso {
    padding-top: 20px;
}
#loginAcesso, #signup {
    float: left;
    margin: 0 10px 0 10px !important;
    width: 460px;
    position: relative !important;
    height: auto !important;

}
#loginAcesso fieldset input,  #signup fieldset input {
    border: 1px solid #ccc;
    display: block;
    line-height: 30px;
    height: 30px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 30px;
    width: 100%;
}
#loginAcesso .title, #signup .title {
    background: #efefef;
    display: block;
    clear: both;
    padding: 10px;
    border: 1px solid #ccc;
}
#loginAcesso .title p, #signup .title p {
    padding: 0 0 0 0;
    font-size: 16px;
}
#loginAcesso .divForm a > h2,
#signup .divForm a > h2 {
    padding: 0;
}
.divForm {
    padding: 10px;
    border: 1px solid #ccc;
    display: block;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-radius: 4px;
    background: url(../images/bg-sidebar.jpg);
    overflow: hidden;
}
.divForm > h2 { padding-left: 0; }

#loginAcesso b, #signup b {
    padding: 0 0 3px 0;
}
#div_email div {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
}
#div_email div.marginToLeft {
    margin: 0 0 0 2%;
}
.banner {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.4);
    overflow: hidden;
    display: block;
    margin: 0 10px 30px 10px;
    padding: 20px 10px;
    background: #86c440;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
#answer {
    width:877px; display:none; border: 1px solid #2F66A9; background-color: #fff; padding: 15px 15px 15px 15px;
}
.banner p {
    padding: 0 0 0 0;
}
.banner a {
    text-decoration: underline;
}
.inputFullsize {
    width: 895px;
}

.inputFullsizeSidebar {
    width: 695px;
}
#formConstructor .inputFullsizeSidebar {
    width: 900px;
}

.fieldCountChars {
    padding:0px;
    padding-left: 0px;
    margin-top:-8px;
    margin-bottom:10px;
    font-size:11px;
    float:right;
}

.input_halfsize {

}
/* aprender */
#coluna720 {
    overflow: hidden;
    float: left;
    width: 720px;
}
#coluna720 #faq, #coluna720 #signup, #coluna720 #loginAcesso {
    width: 700px !important;
    margin-bottom: 30px !important;
}
#coluna720 .usuario {
    width: 220px;
}
#coluna720 .usuario:last-child {
    margin: 0 0 10px 10px;
}
.expose {
    position:relative;
}

#overlay {
    background:rgba(0,0,0,0.6);
    display:none;
    width:100%; height:100%;
    position:fixed; top:0; left:0; z-index:40;
}
section.ensinar .usuario {
    min-height: 180px;
}
section.aprender .usuario {
    min-height: 300px;
}
#outroslinks { float: left; margin-left: 10px; }
#outroslinks p { font-weight: bold; }
#outroslinks li { clear:left; margin-bottom: 5px;  }

.undelrine {
    text-decoration: underline;
}
#listaSidebar h3.mostrarLista {
    cursor: pointer;
}
#listaSidebar h3.mostrarLista:hover,
#listaSidebar h3 a:hover {
    color: #4f75a2;
    text-decoration: underline;
}
.listaOculta {
    display: none;
}
#sobre a:link, #sobre a:visited {
    color: #0099CB;
}
#sobre a:hover, #sobre a:active {
    color: #4f75a2;
}
article#sobre.full {
    width: 940px !important;
    margin: 0 auto;
}
#A {
    border-top-width: 0 !important;
    border-top-style: none !important;
    margin-top: 0 !important;
    word-wrap: break-word;
    display: block;
    padding: 10px 10px 10px 15px;
}
#faq #tabs {
    margin: 0 0 0 0;
}
#wizard input, #wizard select, #wizard textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-height: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
    font-family: Arial, Helvetica, sans-serif !important;
}
#wizard input.textboxlist-bit-editable-input {
    border:0;
    line-height: normal;
    height: auto;
}
#tablesorter-table, .summary {
    margin: 0 0 0 10px;
}
#wizard textarea {
    line-height: normal;
    min-height: 90px !important;
}
#wizard select {
    width: auto;
    margin: 0 10px 10px 0;
}
#wizard input.btn {
    border: 0;
    margin: 0 10px 0 0;
}
.fieldSeparator {
    height: 1px;
    display: block;
    width: 100%;
    overflow: hidden;
}
#cou_price_message_container {
    border: 0 !important;
    background: #fff;
    margin: 0 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.certificado {
    float: right;
    width: 240px;
    margin: 0 0 10px 10px;
}
.certificado img {
    display: block;
    margin: 0 auto 10px auto;
}
.certificado .btn {
    margin: 0 10px 0 10px;
    display: block;
    float: none;
}
/* CSS DO FORM DE CRIA?O DE CURSOS PARA ESCOLHER SE O CURSO SER? PAGO OU GRATUITO */
.ibutton-container {

    margin-top:5px;
    margin-bottom:14px;

    position: relative;
    height: 27px;
    cursor: pointer;
    overflow: hidden;
    /* set max width to that of sprite */
    max-width: 788px;
    /* prevent text selection */
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    /* set default width based on ON/OFF labels */
    width: 89px;
}

.ibutton-container input {
    position: absolute;
    top: 0;
    left: 0;

    /* hide the element */
    filter:alpha(opacity=0);
    -moz-opacity: 0.0;
    opacity: 0.0;

    /* allow checking of input if visible */
    -moz-user-input: enabled  !important;
}

.ibutton-handle {
    display: block;
    height: 27px;
    cursor: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    background: transparent url(../images/layout/ibutton-slider-default.png) no-repeat scroll 0 -27px;
    z-index: 3;
    padding-left: 3px;
    /* set default width based on ON/OFF labels */
    width: 33px;
}

.ibutton-handle-right {
    height: 100%;
    width: 100%;
    padding-right: 3px;
    background: transparent url(../images/layout/ibutton-slider-default.png) no-repeat scroll 100% -27px;
    z-index: 3;
}

.ibutton-handle-middle {
    height: 100%;
    width: 100%;
    background: transparent url(../images/layout/ibutton-slider-default.png) no-repeat scroll 50% -27px;
    z-index: 3;
}

div.ibutton-label-on, div.ibutton-label-off {
    white-space: nowrap;
    font-size: 17px;
    line-height: 17px;
    font-weight: bold;
    font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: inherit;
    display: block;
    height: 22px;
    position: absolute;
    width: auto;
    top: 0;
    padding-top: 5px;
    overflow: hidden;
    background: transparent url(../images/layout/ibutton-slider-default.png) no-repeat scroll 0 0;
}

div.ibutton-label-on {
    color: #fff;
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.4);
    left: 0;
    padding-top: 5px;
    z-index: 1;
}

div.ibutton-label-on span {
    padding-left: 8px;
}

div.ibutton-label-off {
    color: #7c7c7c;
    background-position: 100% 0;
    text-shadow: 0 -1px 2px rgba(153, 153, 153, 0.4);
    text-align: right;
    right: 0;
    /* the off label needs to near the left edge (ideally just 5px away)
     * it just needs to be close enough that it won't show under the handle if dragged to the left
    */
    width: 95%;
}

div.ibutton-label-off span {
    padding-right: 8px;
}

/* create an outline when button gets focus via keyboard */
.ibutton-container label {
    cursor: inherit;
    border: 1px dotted transparent;
}

.ibutton-focus label {
    /* we must use border, since outline doesn't work in IE */
    border: 1px dotted #666 !important;
}

.ibutton-focus div.ibutton-label-on span label {
    /* use white for more contrast */
    border-color: #fff !important;
}

/* add padding to right/left so that text gets clipped before absolute edge */
.ibutton-padding-left, .ibutton-padding-right {
    position: absolute;
    top: 4px;
    z-index: 2;
    background: transparent url(../images/ibutton-slider-default.png) no-repeat scroll 0 -4px;
    width: 3px;
    height: 20px;
}

.ibutton-padding-left {
    left: 0;
}

.ibutton-padding-right {
    right: 0;
    background-position: 100% -4px;
}

/* change the styles of the handle when being dragged */
.ibutton-active-handle .ibutton-handle {
    background-position: 0 -108px;
}

.ibutton-active-handle .ibutton-handle-right {
    background-position: 100% -108px;
}

.ibutton-active-handle .ibutton-handle-middle {
    background-position: 50% -108px;
}

/* styles to use when the button is disabled */
.ibutton-disabled {
    cursor: not-allowed !important; /* cursor options: default or not-allowed */
}

.ibutton-disabled .ibutton-handle {
    background-position: 0 -81px;
}

.ibutton-disabled .ibutton-handle-right {
    background-position: 100% -81px;
}

.ibutton-disabled .ibutton-handle-middle {
    background-position: 50% -81px;
}

.ibutton-disabled div.ibutton-label-on {
    background-position: 0 -54px;
}

.ibutton-disabled div.ibutton-label-off {
    background-position: 100% -54px;
}

.ibutton-disabled .ibutton-padding-left {
    background-position: 0 -54px;
}

.ibutton-disabled .ibutton-padding-right {
    background-position: 100% -54px;
}

.ibutton-disabled div.ibutton-label-on {
    color: #fff;
}

.ibutton-disabled div.ibutton-label-off {
    color: #cbcbcb;
}
/* lista categorias */
.liting ul {
    overflow: hidden;
}
.liting ul li {
    margin: 0 10px;
    float: left;
    width: 460px;
    min-height: 150px;
}
article .liting ul li {
    width: 460px;
    min-height: 200px;
}
.liting ul li a {
    display: block;
    margin: 0 0 5px 150px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.liting ul li ul {
    margin: 0 0 0 150px;
}
.liting ul li ul li a {
    display: inline;
    font-size: 11px;
    font-weight: normal;
    margin: 0 2px 0 0;
    text-decoration: none;
    background: #efefef;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #ccc;
    white-space: nowrap;
    line-height: 23px;
}
.liting ul li ul li {
    margin: 0 0 0 0;
    float: none;
    width: auto;
    display: inline;
    min-height: inherit;
}
.id-1 {
    background: url(../images/iconset/circle-icons/128px/briefcase.png) left top no-repeat;
}
.id-2 {
    background: url(../images/iconset/circle-icons/128px/tractor.png) left top no-repeat;
}
.id-3 {
    background: url(../images/iconset/circle-icons/128px/art.png) left top no-repeat;
}
.id-4 {
    background: url(../images/iconset/circle-icons/128px/support.png) left top no-repeat;
}
.id-5 {
    background: url(../images/iconset/circle-icons/128px/megaphone.png)  left top no-repeat;
}
.id-6 {
    background: url(../images/iconset/circle-icons/128px/calculator.png) left top no-repeat;
}
.id-7 {
    background: url(../images/iconset/circle-icons/128px/bookshelf.png) left top no-repeat;
}
.id-8 {
    background: url(../images/iconset/circle-icons/128px/eye.png) left top no-repeat;
}
.id-9 {
    background: url(../images/iconset/circle-icons/128px/bike.png) left top no-repeat;
}
.id-10 {
    background: url(../images/iconset/circle-icons/128px/location.png) left top no-repeat;
}
.id-11 {
    background: url(../images/iconset/circle-icons/128px/chat.png) left top no-repeat;
}
.id-12 {
    background: url(../images/iconset/circle-icons/128px/plugin.png) left top no-repeat;
}
.id-13 {
    background: url(../images/iconset/circle-icons/128px/briefcase.png) left top no-repeat;
}
.id-14 {
    background: url(../images/iconset/circle-icons/128px/recycle.png) left top no-repeat;
}
.id-15 {
    background: url(../images/iconset/circle-icons/128px/scissors.png) left top no-repeat;
}
.id-16 {
    background: url(../images/iconset/circle-icons/128px/radio.png) left top no-repeat;
}
.id-17 {
    background: url(../images/iconset/circle-icons/128px/support.png) left top no-repeat;
}
.id-18 {
    background: url(../images/iconset/circle-icons/128px/profle.png) left top no-repeat;
}
.id-19 {
    background: url(../images/iconset/circle-icons/128px/eyedropper.png) left top no-repeat;
}
.id-20 {
    background: url(../images/iconset/circle-icons/128px/flame.png) left top no-repeat;
}
.id-21 {
    background: url(../images/iconset/circle-icons/128px/plane.png) left top no-repeat;
}
.id-26 {
    background: url(../images/iconset/circle-icons/128px/calculator.png) left top no-repeat;
}
.id-28 {
    background: url(../images/iconset/circle-icons/128px/quote.png) left top no-repeat;
}
.id-29 {
    background: url(../images/iconset/circle-icons/128px/ribbon.png) left top no-repeat;
}
.id-31 {
    background: url(../images/iconset/circle-icons/128px/booklet.png) left top no-repeat;
}
.id-42 {
    background: url(../images/iconset/circle-icons/128px/security.png) left top no-repeat;
}
.id-221 {
    background: url(../images/iconset/circle-icons/128px/helicopter.png) left top no-repeat;
}
#vantagens {
    display: block;
    clear: both;
    margin: 0 0 20px 0;
    overflow: hidden;
}
.vantagensLinha {
    overflow: hidden;
    padding: 2% 0 0 0;
}
.vantagensLeft, .vantagensRight {
    float: left;
    margin: 0 2% 0 2%;
    width: 46%;
}
.boxSobre {
    float: left;
    width: 298px;
    border: 1px solid #ccc;
    margin: 0 10px;
    padding: 10px 0 0 0;
}
.boxSobre p {
    padding: 0 10px 10px 10px;
    font-size: 13px;
}
.boxSobre h2 {
    font-size: 18px;
}
.boxSobre table td {
    height: auto !important;
    width: auto !important;
    padding: 4px 2px;
    border-top: 1px solid #ccc;
    border-bottom: 0;
}
/*Social Network Buttons*/
.openids {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    width: 100%;
    font: 13px/13px Arial, "Lucida Grande", Tahoma, Verdana, Sans-serif;
    padding: 15px 0 0 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.openids:before {
    left: 0px;
    right: 0px;
    position: absolute;
    text-align: center;
    top: 8px;
    z-index: 1;
    content: ' ';
    border-top: 1px solid rgb(221, 221, 221);
}

.or {
    box-sizing: border-box;
    color: rgb(91, 91, 91);
    display: inline-block;
    height: 16px;
    position: relative;
    text-align: center;
    text-decoration: none solid rgb(91, 91, 91);
    width: auto;
    z-index: 2;
    border: 0px none rgb(91, 91, 91);
    outline: rgb(91, 91, 91) none 0px;
    padding: 0px 10px;
}

.ul_cont {
    height: 35px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

.ul_cont li {
    display: inline-block;
    height: 32px;
    text-align: center;
    vertical-align: top;
    width: 150px;
    list-style: none outside none;
    margin: 0px 6px;
}


.ul_cont button {
    box-shadow: rgba(255, 255, 255, 0.247059) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.247059) 0px 1px 4px 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    height: 27px;
    line-height: 27px;
    position: relative;
    text-decoration: none solid rgb(255, 255, 255);
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.329412) 0px -1px 0px;
    width: 150px;
    border-top: 1px solid rgba(0, 0, 0, 0.14902);
    border-right: 1px solid rgba(0, 0, 0, 0.14902);
    border-bottom: 1px solid rgba(0, 0, 0, 0.247059);
    border-left: 1px solid rgba(0, 0, 0, 0.14902);
    border-radius: 2px 2px 2px 2px;
    list-style: none outside none;
    margin: 0px;
    padding: 0px 0px 0px 30px;
}
#slideshow .openids:before {
    border: 0;
}
#slideshow .ul_cont {
    padding: 0 0 0 0;
}
#slideshow .ul_cont button, #slideshow .ul_cont li  {
    width: 105px;
}
.fb_icon, .gplus_icon {
    background-position: left 50% top 0%;
    bottom: 0px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    height: auto;
    left: 0px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.329412) 0px -1px 0px;
    top: 0px;
    vertical-align: middle;
    width: 33px;
    background: rgba(0, 0, 0, 0) none no-repeat scroll left 50% top 0% / auto padding-box border-box;
    border-top: 0px none rgb(255, 255, 255);
    border-right: 1px solid rgba(0, 0, 0, 0.247059);
    border-bottom: 0px none rgb(255, 255, 255);
    border-left: 0px none rgb(255, 255, 255);
    list-style: none outside none;
    padding: 6px 0px 0px;
}
#slideshow .fb_icon, #slideshow .gplus_icon {
    width: 30px;
}
.-fb-blue {
    background-color: #3B5998;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgba(255, 255, 255, 0.0980392)), to(rgba(0, 0, 0, 0.0980392)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.0980392), rgba(0, 0, 0, 0.0980392));
    background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, 0.0980392), rgba(0, 0, 0, 0.0980392));
    background-image:     -ms-linear-gradient(top, rgba(255, 255, 255, 0.0980392), rgba(0, 0, 0, 0.0980392));
    background-image:      -o-linear-gradient(top, rgba(255, 255, 255, 0.0980392), rgba(0, 0, 0, 0.0980392));
}

.fb_icon:before {
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.329412) 0px -1px 0px;
    border: 0px none rgb(255, 255, 255);
    list-style: none outside none;
}

.-google-red {
    background-color: #1a82f7;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, from(rgb(218, 75, 62)), to(rgb(203, 3, 0)));
    background-image: -webkit-linear-gradient(top, rgb(218, 75, 62), rgb(203, 3, 0));
    background-image:    -moz-linear-gradient(top, rgb(218, 75, 62), rgb(203, 3, 0));
    background-image:     -ms-linear-gradient(top, rgb(218, 75, 62), rgb(203, 3, 0));
    background-image:      -o-linear-gradient(top, rgb(218, 75, 62), rgb(203, 3, 0));
}

.gplus_icon:before {
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.329412) 0px -1px 0px;
    border: 0px none rgb(255, 255, 255);
    list-style: none outside none;
}
.li_fb button:hover {
    background: #3a4f79 !important;
}
.li_gplus button:hover {
    background: #cb0401 !important;
}
.li_fb .icon-facebook {
    background: url(../images/icon-facebook-login.png) center no-repeat;
}
.li_gplus .icon-google-plus {
    background: url(../images/icon-google-login.png) center no-repeat;
}
#content_text ol {
    margin-left: 33px;
}
#content_text p.iesde_pdf {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
#cursoPagamento #div_email {
    display: block;
    clear: both;
    overflow: hidden;
    width: 466px;
}
#cursoPagamento #loginAcesso {
    width: auto;
    float: none;
}
#cursoPagamento #loginAcesso .btn {
    width: auto;
    margin: 0 0 0 0;
    text-indent: inherit !important;
}
#cursoPagamento #div_email div.last {
    float: right;
    margin: 0 0 0 0;
}
#loginAcesso fieldset input#usr_terms {
    display: inline;
}
/* t?ulos */
#titulo.bgLaranja, #titulo.bgAzul, #titulo.bgAzulEscuro {
    height: auto;
    background-image: none;
    margin: 0 0 10px 0;
}
#titulo.bgLaranja {
    background-color: #eb5c1d;
}
#titulo.bgAzul {
    background-color: #0099CB;
}
#titulo.bgAzulEscuro {
    background-color: #4f75a2;
}
#titulo section h1  {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0 auto 0 auto;
    padding: 15px 0 15px 0;
    line-height: auto;
    text-indent: 0;
    width: 960px;
    float: right;
    display: inline;
    clear: none;
}
.tituloFoto {
    float: left;
    margin: 10px 0 0 0;
    display: block;
}
#titulo .right {
    float: right;
    overflow: hidden;
}
#titulo .right .btn {
    margin: 0 0 10px 10px;
}
.textboxlist-bits {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.faqCertificados {
    float: none;
    width: 100%;
}
#editarPerfil input,
#editarPerfil fieldset select,
#editarPerfil textarea,
.form input,
.form select,
.form textarea,
#validate .inputText {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 30px;
    min-height: 30px;
}
.form select{ height: 34px; }
#editarPerfil textarea, .form textarea {
    line-height: 16px;
    min-height: 100px;
}

.msg_error {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background-color: #d81e1e;
    color: white;
    padding: 6px 8px;
    margin: 10px;
}

.fancybox-inner h2 {
    padding-left: 0;
}
#formConstructor #editarPerfil .inputFullsizeSidebar {
    width: 675px;
}
#glossario #glossary-nav, #glossario #noTerms {
    margin: 0 10px;
}
.expanderVideo .summary {
    margin: 0 0 0 0;
}
.headerCursoFoto .comprar {
    /*margin-left: 30px;*/
}
#headerCursoDescVideo #parcela {
    clear: both;
    margin: 5px 0 0 0;
    float: none;
    width: auto;
    text-align: center;
}
.read-more {
    font-weight: bold;
    padding: 0 10px 0 5px;
    text-transform: uppercase;
    background: url(../images/btn-readmore.png) center right no-repeat;
}
.read-more a {
    margin: 0 0 0 5px;
}
.faqCertificados h2 {
    padding: 0 0 10px 0;
}
#FAQ ul, #FAQ li {
    list-style: none !important;
}
#FAQ li {
    margin-left: 5px !important;
}
#A {
    padding: 10px 10px 0 5px !important;
}
.teachingFooter { margin-bottom: 20px; font-style: italic; margin-left: 10px; text-align: right; width: 935px;font-weight:bold; }
input, textarea {
    font-family: Arial, Helvetica, sans-serif !important;
}
#accordion .usuario {
    float: left;
    width: 460px;
    margin: 0 0 10px 10px;
    clear: none;
}
#tabs .usuario {
    width: 440px;
}
#cou_url {
    text-transform: lowercase;
    width: 350px;
    border-left: 0px none !important;
    padding-left: 0px;
    -webkit-border-top-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    border-top-left-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0 !important;
}
#learned .cursoThumb, #learning .cursoThumb, #teaching .cursoThumb {
    float: left;
    padding: 0 0 10px 0;
}

label.bold {
    font-weight: bold;
}

.connect {
    float: right;
    font-size: 11px;
    color: blue !important;
    margin-top: -9px;
}

.span1, .span2, .span3, .span4, .span5,
.span6, .span7, .span8, .span9, .span10 {
    margin-right: 1.5% !important;
    float: left;
}

.span1  { width: 8.5%; }
.span2  { width: 18.5%; }
.span3  { width: 28.5%; }
.span4  { width: 38.5%; }
.span5  { width: 48.5%; }
.span6  { width: 58.5%; }
.span7  { width: 68.5%; }
.span8  { width: 78.5%; }
.span9  { width: 88.5%; }
.span10 { width: 98.5%; }

.pull-left  { float: left; }
.pull-right { float: right; }

.hide { display: none; }
.clear-both { clear: both; }

/* 31 jan 2014 */
#forgot input[type=text], #change_password fieldset input,#change_email fieldset input, #deleteAccountModal select, #deleteAccountModal fieldset input, #pass_conf input[type=password]  {
    border: 1px solid #ccc;
    display: block;
    line-height: 30px;
    height: 30px;
    margin: 0 0 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
}

#change_password form label, #deleteAccountModal form label {
    font-weight: bold;
}

#tos {
    display: none;
    clear: both;
}

#sn_login {
    float:left;
    padding-bottom:10px;
    width:440px;
    display:none;
}

#sn_login h3 {
    margin-bottom: 20px;
    font-size:18px;
}

#sn_login .btn {
    margin-left: 12px;
}

#sn_login .formLogin {
    margin: 12px;
    width:95%;
    display:none;
}

/* Inscription payment */

/* Pricing table */
.price-table { width: 100%; color: #999999; margin: 30px 0; }
.price-table input { display: none; }
.price-table > li {
    float: left;
    /*background-color: white;*/
    /*border: 1px solid #CCCCCC;*/
    /*border-right: none; */
    margin: 0;
    width: 33% !important;
    /*max-width: 200px;*/
    text-align: center;
    font-family: Asap, sans-serif;
    z-index: 1;
}

.price-table .price-table-container {
    /*width: 100%;*/
    background-color: white;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #b4c3c8;
    /*border-bottom: 1px solid #ccc;*/
    display: block;
    /*cursor: pointer;*/
}

.price-table .header {
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    color: white;
    background-color: #b4c3c8;
    border-bottom: 8px solid #afbabd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.price-table .advantages { min-height: 140px; }
.price-table .advantages > li {
    float: none !important;
    width: 100% !important;
    font-size: 16px !important;
    margin-bottom: 10px;
}
.price-table .advantages > li.highlighted { font-size: 28px !important; line-height: 70px;  }

.price-table .footer { background-color: #e9edef; position: relative; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }
.price-table .footer > .price { font-size: 22px; line-height: 56px; display: block; }
.price-table .footer > .btn { font-size: 14px; display: inline-block; padding: 0 15px; float: none; margin: 0 0 10px 0; background-color: #afbabd; }

.price-table > li:last-child { /*border: 1px solid #F4E7CA;*/ margin-top: -10px; width: 33% !important; }
.price-table > li:last-child .price-table-container { border: 1px solid #FFBE47; }
.price-table > li:last-child .header { line-height: 54px; color: #FFFFFF; background-color: #FFBE47; border-bottom: 8px solid #FFAE1A; }
.price-table > li:last-child .footer { background-color: #FFF6DA; }
.price-table > li:last-child .footer > .price { line-height: 66px; font-size: 26px; color: #FFBE47; }
.price-table > li:last-child .btn { background-color: #FFBE47; }

.price-table-active { box-shadow: 1px 1px 10px rgba(0,0,0,0.2); z-index: 5; }

#course_expires {
    min-height: 150px;
    width: 80%;
    margin: 0 auto;
}

#course_expires li {
    display: block;
}

#course_expires .left {
    float: left;
    cursor: pointer;
}

#course_expires label div {
    width: 100%;
    padding: 7px 0;
}

#course_expires label div:first-child {
    background: #999;
    color: white;
}

#course_expires label div em {
    display: block;
    text-align: center;
    font-size: 13px;
}

#course_expires p {
    line-height: 20px;
    padding: 0;
    font-size: 13px;
    text-align: center;
}

#course_expires label {
    height: 150px;
    width: 215px;
    background: #eee;
    background: url(../images/bg-sidebar.jpg);
}

#course_expires label.active {
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.8);
    -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.8);
    box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#course_expires label.active div:first-child {
    background: #ec5c1d;
}

#course_expires .left > h3 {
    font-size: 25px;
    text-align: center;
    font-family: 'Asap', sans-serif;
    margin-bottom: 2px;
}

#course_expires .price_expires {
    font-size: 40px;
    font-weight: bold;
    color: #86c440;
    display: block;
    padding: 10px 0;
}


#sixx {
    margin-top: 30px;
}

#sixx span {
    font-weight: bold;
}

#cursoPagamento p.totalPrice {
    padding: 0 !important;
    margin: 0 !important;
}

.cursoPagamentoValor.expires {
    padding-top: 0 !important;
}
.cursoPagamentoValor.expires span.totalLabel {
    font-size: 15px;
    color: #898989;
}

p.economize {
    color: #4d71a1;
}

p.economize span {
    font-weight: bold;
}

.boxShadowGray {
    -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#divNewMChoice input.close {
    float: right;
    background: #d9534f;
    border: 1px solid #d43f3a;
}

#divNewMChoice input.close:hover {
    background: #d2322d;
    border: 1px solid #ac2925;
}

.numbers {
    margin: 0 10px 15px 10px;
    border-bottom: 1px solid #ccc;
}

.numbers .text-block {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 1.4em;
}

.numbers strong {
    display: block;
    font-size: 3em;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    color: #ec5c1d;
}
/* GENERIC CORRECTION */
ul.list { list-style: dot; }
ul.list li { float: none !important; }

.form ul li{
    float: left;
    margin: 0 15px 0 0;
}

a.fa{
    text-decoration: none;
}

.symbol-list{ margin-left: 40px; }
.symbol-list > li{ float: left; margin-bottom: 5px !important; width: 100%; }
.symbol-list h3{ text-transform: none; font-family: Arial, Helvetica, sans-serif; }

/***  Form wizard  ***/
.form-wizard-steps{
    margin-bottom: 40px;
    text-align: center;
}
.wizard-steps {
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard-steps li {
    display: block;
    float: left;
    max-width: 25%;
    min-width: 25%;
    text-align: center;
    padding-left:0;
}
.wizard-steps.order li {
    display: block;
    float: left;
    max-width: 25%;
    min-width: 20%;
    text-align: center;
    padding-left:0;
}
.wizard-steps li:before {
    border-top: 6px solid #ccc;
    content: "";
    display: block;
    font-size: 0;
    overflow: hidden;
    position: relative;
    top: 10px;
    right: 1px;
    width: 100%;
    z-index: 1;
}
.wizard-steps li.active:before {
    border-color: #EC5C1D;
}
.wizard-steps.order li.active:before {
    border-color: #6FB224;
}
.wizard-steps li:first-child:before {
    left: 50%;
    max-width: 50%;
}
.wizard-steps li:last-child:before {
    max-width: 50%;
    width: 50%;
}
.wizard-steps li.active .step,.wizard-steps li.active.complete .step  {
    background-color: #F7AC8C;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 15px;
    border:none;
    font-size: 22px;
    border: 5px solid #ec5c1d;
}
.wizard-steps.order li.active .step, .wizard-steps.order li.active.complete .step {
    border-color: #6FB224;
    background-color: #B2DB84;
}

.wizard-steps li.active .step i{
    font-size: 18px;
}
.wizard-steps li.complete .step {
    background-color: #0aa699;
    padding: 1px 6px;
    border:4px solid #55606e;
}
.wizard-steps li .step i{
    font-size: 13px;
    font-weight: normal;
    position: relative;
    top: -1.5px;
}
.wizard-steps li .step {
    background-color: #F2F2F2;
    border: 3px solid #CCC;
    border-radius: 50%;
    color: #999;
    display: inline;
    font-size: 18px;
    font-weight: bold;
    line-height: 12px;
    padding: 4px 9px;
    position: relative;
    text-align: center;
    z-index: 2;
    transition: all 0.2s linear 0s;
}
.wizard-steps.order li .step{
    background-color: #F2F2F2;
    border: 3px solid #CCC;
    color: #999;
}
.wizard-steps li.complete .title, .wizard-steps li.active .title {
    color: #999;
    margin-top: 10px;
    font-size: 14px;
}
.wizard-steps li.active .title i{
    font-size: 11px;
    font-style: normal;
    color: #cecece;
}
.wizard-steps li .title {
    color: #999;
    display: block;
    font-size: 13px;
    line-height: 15px;
    max-width: 100%;
    position: relative;
    table-layout: fixed;
    text-align: center;
    top: 20px;
    word-wrap: break-word;
    z-index: 10;
}
.step-content {
    margin-left: 60px;
    margin-top: 40px;
}
.step-content .step-pane {
    display: none;
    min-height: 267px;
}
.step-content .active {
    display: block;
}
.wizard-actions{
    display: block;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 100%;
}
.wizard-actions li{
    display:inline;
}

.tab-content.transparent{
    background-color:transparent;
}

.simbol-list{ margin-left: 40px; }
.simbol-list > li{ margin-bottom: 5px !important; width: 100%; }
.simbol-list h3{ text-transform: none; font-family: Arial, Helvetica, sans-serif; }

/* 14/04/2014 */
.breadcrumb {
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
}
.breadcrumb a:link, .breadcrumb a:visited {
    text-decoration: none;
    color: #aaa;
    display: block;
    float: left;
}
.breadcrumb a:hover, .breadcrumb a:active {
    text-decoration: underline;
}
.breadcrumb span.seta {
    width: 12px;
    height: 26px;
    background: url(../images/seta-breadcrumb.png) center no-repeat;
    display: block;
    float: left;
}
#FAQ {
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}
#FAQ:hover {
    background: none !important;
}
#Q  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 50px 10px 10px;
    margin: 0 0 10px 0;
    display: block;
    clear: both;
    background: #d0d0d0 url(../images/icon-seta-faq.png) center right no-repeat !important;
}
#Q:hover {
    background: #b4b4b4 url(../images/icon-seta-faq.png) center right no-repeat !important;
}
#Q a:link, #Q a:visited {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px;
    text-transform:uppercase;
    font-family: 'Dosis', sans-serif;
}
#A, #answer {
    background: #f4f4f4 !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 20px 10px 20px !important;
    width: auto;
    border: 0;
}
#validate .divForm {
    border:0;
    padding: 0;
    background: none;
}
#validate textarea,
#validate .inputText {
    width: 600px;
    height: 55px;
    line-height: 55px;
    resize: none;
    padding: 0 15px;
    float: left;
    font-family: 'Dosis', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#validate .btn {
    width: 300px;
    height: 57px;
    line-height: 57px;
    font-family: 'Dosis', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;
    float: right;
    margin: 0 0 0 0;
    font-weight: bold;
}
#alert {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-size: 29px;
    zoom: 1;
    filter: alpha(opacity=95);
    opacity: 0.95;
    z-index: 9999;
    position: fixed;
    display: none;
    top: 0;
}
#alert p {
    float: left;
    width: 930px;
}
.closeAlert {
    float: right;
    text-indent: -999px;
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: url(../images/icon-topo-fechar-alerta.png) center no-repeat;
    margin: 10px 0 0 0;
}
#alert.error {
    background: #d0282f;
}
#alert.advice {
    background: #18bff6;
}
#alert.success {
    background: #80d533;
}
#alert.atention {
    background: #ebb514;
}
#alert.big {
    font-size: 20px;
}
#newTitle h1 {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    margin: 0 auto 0 auto;
    padding: 15px 0 20px 0;
    font-weight: 400;
}
#newTitle.default {
    border-top: 5px solid #d3531a;
    background: #eb5c1d;
}
#newTitle.orange {
    border-top: 5px solid #d27511;
    background: #ea8213;
}
#newTitle.blue {
    border-top: 5px solid #17a8d7;
    background: #1abbef;
}
#newTitle.green {
    border-top: 5px solid #78b039;
    background: #86c440;
}
#navigation {
    border-bottom: 5px solid #0089b6;
    background: #0099CB;
    height: 62px
}
header #navigation section {
    padding: 0 0 0 0;
}
#searchForm {
    width: 225px;
    float: left;
    margin: 9px 0 0 0;
    overflow: hidden;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 44px;
}
#mainNav {
    float: right;
    font-family: 'Dosis', sans-serif;
    font-size: 17px;
    /*font-weight: bold;*/
    height: 62px;
}
#mainNav li {
    float: left;
    margin: 0 0 0 10px;
    width: 130px;
    height: 62px;
}
#mainNav li#nav3 {
    margin-right: 10px;
}
#mainNav a:link, #mainNav a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    line-height: 44px;
    height: 44px;
    text-align: center;
    margin: 9px 0;
}
#mainNav a.selected,
#mainNav a:hover, #mainNav a:active {
    background-color: #00b0dc;
}
#mainNav li#nav4 {
    background: #037fa7;
    margin: 0 0 0 0;
    width: 140px;
}
#mainNav li#nav4 img {
    margin: 0 5px 5px 0;
    vertical-align: middle;
}
#headerUserPic {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
#mainNav .subMenu {
    background-color:#077193;
    display: none;
    z-index: 999;
    width: auto;
    padding: 10px 0;
    width: 200px;
    position: absolute;
}
#mainNav li#nav2:hover,
#mainNav li#nav2 a:hover, #mainNav li#nav2 a:active,
#mainNav li#nav4 a:hover, #mainNav li#nav4 a:active {
    background-color: #037fa7;
}
#nav2:hover ul.subMenu, #nav2.over ul.subMenu,
#nav4:hover ul.subMenu, #nav4.over ul.subMenu {
    display:block;
}
#mainNav .subMenu li {
    display: block;
    clear: both;
    float: none;
    width: auto;
    height: auto;
}
#mainNav li#nav4 .subMenu {
    margin: 0 0 0 -60px;
}
#mainNav li#nav4 .subMenu li {
    margin: 0 25px;
}
#mainNav .subMenu a {
    line-height: 20px;
    height: auto;
    text-align: left;
    font-weight: normal;
    padding: 0 20px;
    background: none !important;
}
#mainNav li#nav4 .subMenu a:link {
    background: none;
    /*font-weight: bold;*/
    line-height: 18px;
    padding: 0 0 0 0;
    margin: 5px 0;
}
#mainNav li#nav4 .subMenu .lineBreak {
    height: 1px !important;
    background: #025f7d;
    margin: 12px 25px !important;
}
#mainNav .subMenu a:hover {
    background: none;
    color: #4bc0df;
}
.searchfield {
    -moz-appearance: none;
    appearance: none;
    padding: 12px 0;
    font-family: 'Dosis', sans-serif !important;
    font-size: 14px !important;
    float: left;
    display: block;
    background: none;
    text-indent: 10px;
    border: 0;
    width: 340px;
}
.searchbutton {
    -moz-appearance: none;
    appearance: none;
    float: right;
    display: block;
    background: #fff url(../images/icon-topo-busca.png) center left no-repeat;
    padding: 0 0;
    border: 0;
    height: 44px;
    width: 25px;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    margin: -40px 0 0 0;
}
#helpNav {
    background: #00b0dc;
    font-family: 'Dosis', sans-serif !important;
    font-size: 16px;
    display: none;
}
#helpNav a:link, #helpNav a:visited {
    color: #fff !important;
    text-decoration: none;
}
#helpNav a:hover, #helpNav a:active {
    text-decoration: underline;
}
#helpNav div {
    float: left;
}
#helpNavChat strong, #helpNavContact strong, #helpNavFaq strong {
    font-size: 18px;
    text-transform: uppercase;
}
#helpNavChat, #helpNavContact, #helpNavFaq {
    margin: 0 25px 0 0;
}
#helpNavChat a, #helpNavContact a, #helpNavFaq a {
    display: block;
    padding: 55px 0 0 0;
}
#helpNavCorner {
    margin: 40px 0 0 0;
    z-index:2;
    position: relative;
}
#helpNavLinks {
    border: 2px solid #0cbde9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 460px;
    padding: 10px 0;
    margin: 0 0 0 -2px;
    z-index: 1;
    position: relative;
}
#helpNavLinks .left {
    float: left;
    width: 50%;
}
#helpNavLinks ul li {
    background: url(../images/icon-topo-bullet.png) left center no-repeat;
    padding: 3px 10px 3px 10px;
    margin: 0 0 0 15px;
}
#helpNavChat {
    background: url(../images/icon-topo-chat.png) left top no-repeat;
}
#helpNavContact {
    background: url(../images/icon-topo-fale.png) left top no-repeat !important;
}
#helpNavFaq {
    background: url(../images/icon-topo-duvidas.png) left top no-repeat !important;
}
#helpNavClose {
    width: 60px;
    float: right !important;
}
#helpNavClose a {
    display: block;
    overflow: hidden;
    width: 60px;
    height: 60px;
    text-indent: -999px;
    margin: 40px 0 0 0;
    background: url(../images/icon-topo-fechar.png) center no-repeat;
}
#contactType {
    overflow: hidden;
    font-family: 'Dosis', sans-serif !important;
}
#contactType div {
    float: left;
    width: 300px;
    height: 240px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 20px 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
#contactType p {
    margin: 170px 10px 0 10px;
}
#contactType a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    margin: 170px 10px 0 10px;
    display: block;
    line-height: 60px;
}
#contactType1 a {
    background: #037fa7;
}
#contactType1 a:hover {
    background: #026d8f;
}
#contactType3 a {
    background: #d0d0d0;
}
#contactType3 a:hover {
    background: #bcbcbc;
}
#contactType2 span {
    display: block;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
}
#contactType1 {
    background: #00b0dc url(../images/contato-chat.png) center 25px no-repeat;
}
#contactType2 {
    background: #17de5d url(../images/contato-telefone.png) center 25px no-repeat;
    margin: 0 20px 20px 20px;
}
#contactType3 {
    background: #f4f4f4 url(../images/contato-fale.png) center 25px no-repeat;
}


/* Modal Learning */
.modal-learning{ color: #9E9E9E; font-family: 'Asap', sans-serif; font-size: 13px; }
.modal-learning .left{ width: 211px; float: left; }
.modal-learning .right{ width: 630px; float: right; margin-left: 20px; }

.modal-learning .right > .title{ height: 118px; max-height: 118px; overflow: hidden; }
.modal-learning .right > .options{ border-bottom: solid 1px #CCCCCC; padding-bottom: 10px; }
.modal-learning .right > .payments{ margin-top: 10px; }
.modal-learning .right > .dates{  }
.modal-learning .author{ margin-bottom: 10px; }
.modal-learning .dates ul{ width: 100% }
.modal-learning .dates li{ float: left; width: 33%; font-size: 13px; }
.modal-learning .dates li > span{ display: inline-block; margin-right: 18px; }

.img-wrapper{ padding: 10px; background-color: #F2f2f2; }
.img-wrapper img{ width: 190px; height: 190px; }

.modal-learning .uco-info{ font-size: 12px; }
.modal-learning .uco-info > li{ float: left; width: 89px; height: 80px; text-align: center; padding: 8px; }
.modal-learning .uco-info > li.double{ height: 55px; width: 195px; font-size: 13px; }
.uco-info .status{ font-size: 24px; margin-top: 6px; display: block; }
.uco-info .number{ font-size: 36px; margin-top: 5px; display: block; }

.uco-info > li:nth-child(1):before{ content: ""; border-bottom: solid 1px #CCCCCC; width: 195px; margin-top: 58px; display: block; position: absolute; }
.uco-info > li:nth-child(3):before{ content: ""; border-left: solid 1px #CCCCCC; height: 65px; margin: 10px 0 0 -2px; display: block; position: absolute; }

.uco-options{ margin-top: 10px; margin-bottom: 5px; }
.uco-options > li{ float: left; height: 65px; width: 85px; font-size: 12px; text-align: center; padding-top: 10px; margin-left: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
.uco-options > li:nth-child(1){ margin-left: 0; }
.uco-options > li i{ font-size: 26px; display: block; margin-bottom: 10px; }
.uco-options > li:before{ content: ""; border-left: solid 1px #EEEEEE; height: 60px; margin-left: -3px; display: block; position: absolute; }
.uco-options > li:nth-child(1):before{ border-color: transparent; }
.uco-options > li:hover{ background-color: #0099CB; color: #FFFFFF; }
.uco-options > li:hover a{ color: #FFFFFF; }

.uco-options a{ color: #9E9E9E}
.uco-options a, .uco-options a:hover{ text-decoration: none; }

span.active{ color: #85C43F; }
span.wait{ color: #D9D900; }

.payment{ border-bottom: solid 1px #CCCCCC; }
.payment li{ float: left; width: 157px; font-size: 11px; line-height: 28px; }
.payment .fa-check{ color: #85C43F; }
.payment .fa-ban{ color: #D90000; }
.payment .fa-clock-o{ color: #B2B200; }
.payments .btn{ margin-left: 160px; }

.free-uco{
    background-color: #CCC;
    padding: 20px;
    color: #FFF;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

/* novos formularios */
.newForm ::-moz-placeholder { /* Firefox 19+ */
    color: #868686;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.newForm ::-webkit-input-placeholder {
    color: #868686;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.newForm :-moz-placeholder {
    color: #868686;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.newForm :-ms-input-placeholder {
    color: #868686;
    font-family: 'Dosis', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.newForm fieldset input, #editarPerfil.newForm fieldset input {
    -moz-appearance: none;
    appearance: none;
    /*-webkit-appearance: caret;
    /*-moz-appearance: caret; /* mobile firefox too! */
    line-height: 24px !important;
    height: 24px;
    padding: 10px 0 10px 0;
    text-indent: 15px;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 1% 2% 1%;
    font: 14px Arial, sans-serif;
    box-shadow: none !important;
    background: #fff;
}
.newForm fieldset textarea, #editarPerfil.newForm fieldset textarea {
    -moz-appearance: none;
    appearance: none;
    /*-webkit-appearance: caret;
    /*-moz-appearance: caret; /* mobile firefox too! */
    /*display: block;*/
    text-indent: 20px;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 15px 10px 15px;
    margin: 0 10px 20px 10px;
    text-indent: inherit;
    min-height: 136px;
    font: 14px Arial, sans-serif;
    box-shadow: none !important;
    background: #fff;
}
#editarPerfil.newForm ul li, .newForm ul li {
    margin: 0 1% 2% 1% !important;
    padding: 0 !important;
}
.fullWidth, #editarPerfil.newForm ul li.fullWidth, .newForm ul li.fullWidth  {
    width: 94.5%;
}
input.halfWidth, #editarPerfil.newForm ul li.halfWidth, .newForm ul li.halfWidth {
    width: 47%;
    float: left;
}
input.thirdWidth, #editarPerfil.newForm ul li.thirdWidth, .newForm ul li.thirdWidth {
    width: 30.5%;
    float: left;
}
input.quarterWidth, #editarPerfil.newForm ul li.quarterWidth, .newForm ul li.quarterWidth {
    width: 23%;
    float: left;
}
input.fifthWidth, #editarPerfil.newForm ul li.fifthWidth, .newForm ul li.fifthWidth {
    width: 18%;
    float: left;
}
.newForm ul li input[type=text], .newForm ul li textarea, .newForm ul li select {
    margin: 0 !important;
    width: 97% !important;
    display: block !important;
    position: relative !important;
}
.newForm .connect {
    margin: 0 2% 0 0;
}
.newForm label {
    display: block;
    padding: 0 0 3px 0;
    font-size: 12px;
}
.newForm input.btn, #editarPerfil.newForm input.btn {
    font-family: 'Dosis', sans-serif !important;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    line-height: 100%;
    float: right;
    margin: 0 2% 2% 2%;
    border: 0 !important;
}
#editarPerfil.newForm fieldset select {
    line-height: 50px !important;
    height: 50px;
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.newForm #pass_conf input.inputText {
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 24px !important;
    height: 24px;
    padding: 10px 0 10px 0;
}
.newForm {
    overflow: hidden;
    clear: both;
}
.formRow {
    overflow: hidden;
    display: block;
    clear: both;
    padding: 0;
    margin: 0 0 1% 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8 {
    margin: 0 2%;
    display: block;
    float: left;
    min-height: 48px;
}

.newForm .formRow input[type="text"], .newForm .formRow input[type="file"], .newForm .formRow textarea, .newForm .formRow select {
    border: 2px solid #eaeaea;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 0 !important;
    padding: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    text-indent: 10px !important;
}
.newForm .formRow select {
    text-indent: 5px !important;
}
.newForm .formRow textarea {
    height: 120px!important;
    padding: 10px !important;
    text-indent:inherit !important;
}
.newForm .formRow input[type="radio"], .newForm .formRow input[type="checkbox"] {
    height: auto !important;
    line-height: auto !important;
    float: left;
    margin: 0 5px 0 0 !important;
}
.newForm .formRow input[type="file"] {
    text-indent: inherit !important;
    width: 100% !important;
    margin: 0 !important;
    height: auto !important;
    line-height: inherit !important;
}
.newForm p, .newForm p label {
    font-size: 14px !important;
    color: #333 !important;
    line-height: 20px;
}
.col1 {
    width: 96%
}
.col2 {
    width: 46%;
}
.col3 {
    width: 29.3%;
}
.col4 {
    width: 21%;
}
.col5 {
    width: 16%
}
.col6 {
    width: 12.6%;
}
.col7 {
    width: 10.25%;
}
.col8 {
    width: 8.5%
}

.modal-learning{ color: #9E9E9E; font-family: 'Asap', sans-serif; font-size: 13px; }
.modal-learning .left{ width: 211px; float: left; }
.modal-learning .right{ width: 610px; float: right; margin-left: 20px; }

.modal-learning .right > .title{ height: 118px; max-height: 118px; overflow: hidden; }
.modal-learning .right > .options{ border-bottom: solid 1px #CCCCCC; padding-bottom: 10px; }
.modal-learning .right > .payments{ margin-top: 10px; }
.modal-learning .right > .dates{  }
.modal-learning .author{ margin-bottom: 10px; }
.modal-learning .dates ul{ width: 100% }
.modal-learning .dates li{ float: left; width: 33%; font-size: 13px; }
.modal-learning .dates li > span{ display: inline-block; margin-right: 18px; }

.img-wrapper{ padding: 10px; background-color: #F2f2f2; }
.img-wrapper img{ width: 190px; height: 190px; }

.modal-learning .uco-info{ font-size: 12px; }
.modal-learning .uco-info > li{ float: left; width: 89px; height: 80px; text-align: center; padding: 8px; }
.modal-learning .uco-info > li.double{ height: 55px; width: 195px; font-size: 13px; }
.uco-info .status{ font-size: 24px; margin-top: 6px; display: block; }
.uco-info .number{ font-size: 36px; margin-top: 5px; display: block; }

.uco-info > li:nth-child(1):before{ content: ""; border-bottom: solid 1px #CCCCCC; width: 195px; margin-top: 58px; display: block; position: absolute; }
.uco-info > li:nth-child(3):before{ content: ""; border-left: solid 1px #CCCCCC; height: 65px; margin: 10px 0 0 -2px; display: block; position: absolute; }

.uco-options{ margin-top: 10px; margin-bottom: 5px; }
.uco-options > li{ float: left; height: 65px; width: 82px; font-size: 12px; text-align: center; padding-top: 10px; margin-left: 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
.uco-options > li:nth-child(1){ margin-left: 0; }
.uco-options > li i{ font-size: 26px; display: block; margin-bottom: 10px; }
.uco-options > li:before{ content: ""; border-left: solid 1px #EEEEEE; height: 60px; margin-left: -3px; display: block; position: absolute; }
.uco-options > li:nth-child(1):before{ border-color: transparent; }
.uco-options > li:hover{ background-color: #0099CB; color: #FFFFFF; }
.uco-options > li:hover a{ color: #FFFFFF; }

.uco-options a{ color: #9E9E9E}
.uco-options a, .uco-options a:hover{ text-decoration: none; }

span.active{ color: #85C43F; }
span.wait{ color: #D9D900; }

.payment{ border-bottom: solid 1px #CCCCCC; }
.payment li{ float: left; width: 157px; font-size: 11px; line-height: 28px; }
.payment .fa-check{ color: #85C43F; }
.payment .fa-ban{ color: #D90000; }
.payment .fa-clock-o{ color: #B2B200; }
.payments .btn{ margin-left: 160px; }

.free-uco{
    background-color: #CCC;
    padding: 20px;
    color: #FFF;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

/* landing quero aprender */
#landingQueroAprender {
    width: 100%;
    background: #fff url(../images/queroaprender/bg-queroaprender.jpg) center top no-repeat;
    overflow: hidden;
    clear: both;
    text-align: center;
    font-size: 14px;
}

#landingIntro, #landingButtons, #landingArea1, #landingArea2, #landingArea3, #landingArea4 {
    display: block;
    margin: 0 auto;
    /*width: 960px;*/
    overflow: hidden;
    clear: both;
}
#landingQueroAprender h1 {
    font-size: 32px;
    font-family: 'Dosis', sans-serif;
    color: #fff;
    padding: 0 0 20px 0;
}
#landingIntro {
    padding: 330px 0 50px 0;
    color: #fff;
}
#landingIntro p {
    padding: 0 0 20px 0;
}
#landingQueroAprender .btn {
    font-family: 'Dosis', sans-serif;
    width: 300px;
    line-height: 40px;
    height: 40px;
    margin: 0 auto 20px auto;
    float: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}
#landingButtons div {
    float: left;
    width: 300px;
    margin: 0 10px;
    padding: 240px 0 50px 0;
    color: #596b76;
    font-size: 14px;
}
div.boxTxt {
    border: 0;
    padding: 10px;
    display: block;
    margin: 0;
    clear: both;
    background: #fff;
    width: 500px;
}
#landingButtons strong {
    display: block;
    font-size: 28px;
    text-transform: lowercase;
    padding: 0 0 10px 0;
    color: #fff;
    font-family: 'Dosis', sans-serif;
}
#landingButtons a {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
}
#landingButtons a:hover {
    text-decoration: underline;
}
#landingButtons #Button1 a {
    color: #1a9afc;
}
#landingButtons #Button2 a {
    color: #fd9239;
}
#landingButtons #Button3 a {
    color: #1fc977;
}
#Button1 {
    background: url(../images/queroaprender/icon-escolha.png) center top no-repeat;
}
#Button2 {
    background: url(../images/queroaprender/icon-processo.png) center top no-repeat;
}
#Button3 {
    background: url(../images/queroaprender/icon-vantagens.png) center top no-repeat;
}
#landingArea1 h1 {
    line-height: 50px;
    color: #1986c6;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}
#landingArea1 h1 span {
    background: url(../images/queroaprender/icon-escolha-small.png) left center no-repeat;
    padding: 15px 60px 15px 60px;
}
#landingArea1 .azul {
    color: #1986c6;
    padding: 0 0 25px 0;
}
#landingArea2 h1 {
    line-height: 50px;
    color: #17a460;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}
#landingArea2 h1 span {
    background: url(../images/queroaprender/icon-vantagens-small.png) left center no-repeat;
    padding: 15px 60px 15px 60px;
}
#landingArea2 .verde {
    color: #17a460;
    padding: 0 0 25px 0;
}
.listraTop, .listraBottom {
    display: block;
    clear: both;
    height: 14px;
    background: url(../images/queroaprender/listra.png) center repeat-x;
    z-index: 1;
    position: relative;
}
.listraBottom {
    margin: -14px 0 40px 0;
}
.vantagens {
    border-top: 14px solid #1fc977;
    background: #f5f5f5;
    border-bottom: 14px solid #1fc977;
    width: 940px;
    margin: -14px auto 0 auto;
    z-index: 2;
    position: relative;
    text-align: left;
}
.vantagens span {
    float: left;
    display: block;
    width: 50px;
    height: 70px;
    margin: 0 10px 20px 0;
}
.vantagens span img {
    display: block;
    margin: 0 auto;
}
.vantagens h2 {
    font-size: 18px;
    padding: 0 0 5px 0;
}
#landingArea3 h1 {
    line-height: 50px;
    color: #b2b2b2;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
}
#landingArea3 h1 span {
    background: url(../images/queroaprender/icon-duvidas-small.png) left center no-repeat;
    padding: 15px 60px 15px 60px;
}
#landingArea3 p {
    padding: 0 0 20px 0;
}
#landingQueroAprender #landingArea3 #faq {
    width: 940px;
    text-align: left;
    float: none;
    border-bottom: 0;
}
#landingArea4 {
    background: url(../images/queroaprender/bg.png) center;
    padding: 75px 0 60px 0;
}
#landingArea4 h1, #landingArea4 p {
    color: #666;
    padding: 0 0 20px 0;
}

/* slideshow */
#landingArea1 #cursosLista {
    width:100%;
    overflow:hidden !important;
    position:relative !important;
    height: 450px;
    margin: 0 auto;
}
#cursosLista .slide a {
    float: left;
}
#home-rotator .cycle-slideshow article  {
    width: 960px;
    height: 345px;
    float: none !important;
    margin: 0 0 0 0 !important;
}
/*#home-rotator .cycle-slideshow {
        position:absolute;
        top:0;
        left:0;
        width:2880px;
}*/
/* Lower the opacity of non-active slides */
/*#home-rotator .cycle-slide {
      opacity:0.3 !important;
      filter:alpha(opacity=30);
      transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -webkit-transition: opacity 0.5s ease-in-out;
   z-index:1;
}

/* Give active slide 100% opacity */
/*#home-rotator .cycle-slide-active + .cycle-slide {
      opacity:1 !important;
      filter:alpha(opacity=100);
      transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -webkit-transition: opacity 0.5s ease-in-out;
z-index: 10;
}*/
#answer h6 {
    font-family: 'Dosis', sans-serif !important;
    color: #d0d0d0;
    text-transform: uppercase;
    border-bottom: 0;
}
#answer {
    margin: 0 0 10px 0;
}
select#question, select#category {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    margin: 0 0 10px 0;
    display: block;
    clear: both;
    background: #a0a0a0 url(../images/icon-seta-faq.png) center right no-repeat !important;
    border: 0;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 10px;
    text-overflow: '';
    width: 100%;
}
select#question::-ms-expand, select#category::-ms-expand {
    display: none;
}
.newForm h2 {
    padding: 0 0 10px 0;
}
.newForm input.btn {
    background: #86c440;
}
.newForm input.btn:hover{
    background: #6fb224;
}
.formSolucoes {
    padding: 0 10px;
}
#openform .btn {
    margin: 0 0 10px 0;
    width: 100% !important;
}

.onLeft {
    position: absolute;
    left: 50%;
    margin-left: -480px;
}


/* fixex box teacher */
.author-letter {
    margin: 0 0 10px 5px!important;
}
.teacher {
    box-sizing: border-box;
    height: 360px;
}
.teacher .btnImg {
    display: block!important;
    width: 100%!important;
}
.teacher .btnImg img {
    width: 100%;
    height: auto;
    max-height: 160px;
}
.teacher .cursoInfo p {
    text-transform: uppercase;
}

#stateCity > div {
    float: left;
    margin-right: 15px;
}


.content-log {
    position: relative;
    display: block;
}

.content-log:before {
    position: absolute;
    top: 68px;
    bottom: 33px;
    left: 21px;
    *left: 5px;
    width: 1px;
    background: #d2d2d2;
    content: '';
}

.content-log > .date-separator {
    width: 100%;
    text-align: center;
    padding: 16px 0 6px 0;
    position: relative;
}

.content-log > .date-separator > span {
    padding: 5px 10px;
    font-weight: bold;
    border: 1px solid #E0E0E0;
    background-color: #F9F9F9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content-log > div.article:before {
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 21px;
    width: 29px;
    height: 1px;
    background: #d2d2d2;
    content: '';
}

.content-log > div.article {
    margin-top: 10px;
    min-height: 40px;
    position: relative;
}

.content-log > div.article > .badge {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    float: left;
    text-align: center;
    position: absolute;
    vertical-align: middle;
    /*opacity: .1;*/
}

.content-log > div.article > .badge > span:first-child {
    margin-top: 7px;
}

.content-log > div.article > .badge > span {
    display: block;
    font-weight: bold;
    line-height: 11px;
    font-size: 11px;
}

.content-log > div.article > .content {
    margin: 10px 0 0 50px;
    border: 1px solid #E0E0E0;
    background-color: #F9F9F9;
    padding: 10px;
    /*font-weight: bold;*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.content-log > div.article > .content > .cpa_title {
    display: block;
    margin-bottom: 2px;
}

.content-log > div.article > .content > .urp_date {
    color: #666;
    font-style: italic;
    margin-left: 23px;
}

.content-log > div.article > .content > .urp_ip {
    float: right;
    color: #666;
}

.content-log > div.article > .content > .urp_ip img {
    opacity: .6;
}

/* CSS RESET TO COURSE CONTENT */
#tinymce{ font-family: 'Arial', 'sans-serif'; }
.css-reset *{
    color: initial;
    margin: initial;
    padding: initial;
    list-style: initial;
    font-size: 12px;
}
.css-reset ul{ margin: 16px 0; padding: 0 0 0 40px; }
.css-reset p{ margin: 16px 0; }

ul.initial { list-style: initial; list-style-type: disc; }
ul.initial li { list-style: initial; list-style-type: disc; margin-bottom: 10px; }
header #topNav section {
    padding: 10px 0 20px 0;
}
#topNav {
    float:left;
    width:100%;
    max-height: 36px;

    font-family: 'Dosis', sans-serif;
    color: #FFF;
    font-size: 13.4px;

    background-color: #0089b6;
}
#topNav section > ul {
    float: left;
    width: 38px;
    display:inline;
    list-style: none;
    margin: 0 10px 0 0;
}
#topNav section > ul.language {
    width: auto;
    /* padding-right: 10px; */
}
#topNav section > ul.language > li > a {
    padding-right: 15px;
}
ul.language ul {
    margin: -24px 0 0 -20px;
}
#topNav section > ul > li {
    float: left;
    width:100%;

    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;
}



#topNav ul li:hover ul {
    display:block;
}
#topNav ul li ul {
    position: absolute;
    max-width: 90px;
    display: none;
    background: #FFF;
}
ul.currency ul {
    margin: -24px 0 0 -51px;
}
#topNav ul li ul li {
    float: left;
    width:50px;
    padding: 10px 20px;
}
#topNav ul li ul a {
    float: left;
    width:100%;
    color: #218bbc;
}
#topNav ul li ul a span {
    float: right;
    font-size: 15px;
}
#topNav ul li ul li:hover {
    background-color: #eaebeb;
}
#topNav a {
    color: #FFF;
    text-decoration: none;
}

#topNav ul.user {
    float: right;
    width: auto;
    margin-right: 22px;
}
#topNav ul.user li {
    background:transparent !important;
}
.user img {
    float: left;
    margin: 2px 4px 0 0;
}

#topNav ul.user li ul.subMenu {
    width: 140px;
    max-width: 125px;
    font-size: 17px;
    padding: 0px 20px 0 0;
    margin-left: -88px;
}
#topNav ul.user li ul li {
    float: left;
    width: 100%;
    padding: 0px;

}
#topNav ul.user li ul li a {
    float: left;
    width: 100%;
    color: #218bbc;
    padding: 10px !important;
}
#topNav ul.user li ul li a:hover {
    background-color: #eaebeb;
}
#topNav ul.user > li > a {
    font-size: 14px;
}
#topNav ul.user li ul li.lineBreak {
    height: 1px !important;
    background-color: #0089b6 !important;
    margin: 3px 8px !important;
}
#topNav section > ul.currency {
    margin-left: 44px;
}
.vimeo iframe {
    width: 100%;
    height: auto;
    min-height: 400px;
}
#modal-facebook {
    text-align: center;
}
#modal-facebook p {
        font-size: 27px;
    text-align: center;
    min-width: 387px;
}
