@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700|Roboto:300,400,400i,500,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');

html, body {
    height: 100%;
}

body {
    overflow-x: hidden;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #315970;
    outline: none;
}

.slab {
    font-family: 'Roboto Slab', serif;
}

.nomargin {
    margin: 0px;
}

.nopadding {
    padding: 0px;
}

.uppercase {
    text-transform: uppercase;
}

.lighter {
    font-weight: 300;
}

.mediun {
    font-weight: 500;
    font-style: normal
}

.italic {
    font-weight: 400;
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: 400;
}

.white {
    color: #fff;
}

.blue {
    color: #288ab1;
}

.green {
    color: #49A7A1;
}

.gray {
    color: #7f97a7;
}

.blue-opacity {
    color: #7f97a7;
}

.dark-blue{
    color: #315970;
}

.bg-blue {
    background-color: #288ab1;
}

.bg-blue-light {
    background-color: #F4F7F9;
}

.bg-blue-opacity {
    background-color: #7f97a7;
}
    
.bg-gray, .controle {
    background-color: #edf0f2;
}

body.conteudo {
    background-color: #edf0f2;
}

body.obrigado .nopadding {
    height: calc(100vh - 64.8px);
    background-color: #288ab1;
    margin-top: 64.8px;
    display: table;
    width: 100%;
}

body.obrigado .nopadding .aux {
    display: table-cell;
    vertical-align: middle;
}

body.obrigado .link {
    color: #FFF;
}

body.obrigado .link:hover, body.obrigado .link:focus {
    color: #FFF;
}

.margint5 {
    margin-top:5px;
}

.margint15 {
    margin-top: 15px;
}

.margint20 {
    margin-top: 20px;
}

.margint30 {
    margin-top: 30px;
}

.margint45 {
    margin-top: 45px;
}

.margint50 {
    margin-top: 50px;
}

.margint60 {
    margin-top: 60px;
}

.margint75 {
    margin-top: 75px;
}

.margint85 {
    margin-top: 85px;
}

.padding60 {
    padding: 60px;
}

.paddinglr60 {
    padding-left: 60px;
    padding-right: 60px;
}

h1.max {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 0.5px;
}

h1 {
    font-size: 36px;
    line-height: 45px;
}

h2 {
    font-size: 28px;
    line-height: 45px; 
}

h2.min {
    font-size: 24px;
    line-height: 30px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

h3.max {
    font-size: 20px;
    line-height: 45px;
}

h4 {
    font-size: 18px;
    line-height: 25px;
}

h6.max {
    font-size: 12px;
}

h6 {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}

p.max {
    font-size: 21px;
    line-height: 30px;
}

p {
    font-size: 18px;
    line-height: 30px;
}

p.aux {
    font-size: 13px;
    line-height: 30px;
}

p.min {
    font-size: 13px;
    line-height: 20px;
}

p.min_aux {
    font-size: 14px;
    line-height: 30px;
    opacity: 0.66;
}

p.aviso {
    font-style: italic;
    font-size: 14px;
    line-height: 20px;
    color: #288AB1;
    opacity: 0.66;
    margin-bottom: 30px;
    margin-top: 0;
}

div.min p {
    font-size: 13px;
    line-height: 20px;   
}

a.nolink {
    text-decoration: none;
}

a.link {
    color: #315970;
}

a.link:hover, a.link:focus {
    color: #315970;
    text-decoration: underline;
}

a.link-gray {
    color: #7F97A7;
    font-size: 15px;
    line-height: 20px;
}

a.link-gray:hover, a.link-gray:focus {
    color: #7F97A7;
    text-decoration: underline;
}

a.link-opc {
    color: #7f97a7;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a.link-opc:hover, a.link-opc:focus {
    text-decoration: none;
    color: #55dda7;
}

a {
    word-wrap: break-word;
    color: #41c0f0;
}

a:hover, a:focus {
    color: #41c0f0;
}

*, *:hover, *:focus {
    outline: none !important;
}

.small-caps {
    font-variant: small-caps;
}

.voltar {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #315970;
    background-image: url(../img/voltar.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    padding: 0 0 0 30px;
}

.voltar:hover, .voltar:focus {
    color: #315970;
    text-decoration: none;
}

.letter1 {
    letter-spacing: 1px;
}

.letter15 {
    letter-spacing: 1.5px;
}

.letter18 {
    letter-spacing: 1.8px;
}

.side-left {
    width: 200px;
    float: left;
}

.side-right {
    width: calc(100% - 200px);
    float: left;
    padding: 15px 60px;
}

.navbar .side-right ul {
    padding: 0;
    margin: 0;
    float: right;
}

.navbar .side-right ul li {
    list-style: none;
    display: inline-block;
}

.img-centered {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin: 0;
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 0;
    left: 0;
}

.login .navbar-default {
    background-color: #f4f7f9;
    position: initial;
}

.logo {
    display: inline-block;
}

.logo img {
    width: auto;
    height: 30px;
    margin: 15px 0px;
}

.btn {
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #fff;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 9px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #315970;
    border: 1px solid #315970;
    outline: none;
}

.btn-blue-dark {
    background-color: #fff;
    color: #315970;
    border-color: #315970;
}

.btn-blue-dark:hover, .btn-blue-dark:focus {
    background-color: #315970;
    color: #FFF;
}

.btn-blue {
    background-color: #288ab1;
    color: #FFF;
    font-weight: 400;
    border: 1px solid #288ab1;
    font-weight: 700;
    padding: 14px 25px;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #49dba1;
    border: 1px solid #49dba1;
}

.btn-blue-light {
    border-color: #288ab1;
    color: #288ab1;
    background-color: transparent;
}

.btn-blue-light-green {
    border-color: #49dba1;
    color: #288ab1;
    background-color: transparent;
}

.btn-red {
    border-color: #FF0000;
    background-color: #FF0000;
    text-transform: uppercase;
    color: #FFF;
}

.btn-red:hover, .btn-red:focus {
    border-color: #FF0000;
    background-color: transparent;
    text-transform: uppercase;
    color: #FF0000;
}

.btn-min {
    font-size: 15px;
    font-weight: 700;
    padding: 18px 22px;
}

.btn-min-aux {
    padding: 6px 9px;
}

.btn-white {
    border-color: #FFF;
    color: #FFF;
}

.btn-white:hover, .btn-white:focus {
    border-color: #4bcaa7;
    background-color: #4bcaa7;
    color: #FFF;
}

.btn-full {
    width: 100%;
}

.btn-green {
    border-color: #49dba1;
    color: #315970;
}

.btn-down {
    background-image: url('../img/down_white.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 25px;
    padding: 6px 10px 6px 30px;
    border-color: #288ab1;
    background-color: #288ab1;
}

.btn-down:hover, .btn-down:focus {
    background-color: #315970;
    border-color: #315970;
}

.btn-arquivo {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    color: #315970;
    background-image: url('../img/baixar.svg');
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 30px;
    margin: 0 5px 10px;
    border-color: #fff;
    letter-spacing: 1px;
    position: relative;
    top: -2px;
}

.btn-arquivo:hover, .btn-arquivo:focus {
    background-color: #F7F7F7;
    border-color: #F7F7F7;
    color: #315970;
}

.btn-arquivo i {
    margin-right: 3px;
}

.btn-arquivo .fa-file-pdf-o {
    color: #ea4c3a;
}

.btn-arquivo .fa-file-word-o {
    color: #2a5696;
}

.btn-arquivo .fa-file-excel-o {
    color: #207245;
}

.btn-arquivo .fa-file-powerpoint-o {
    color: #E94E25;
}

.btn-convidar, .btn-convidar-editar {
    background-image: url(../img/adicionar-usuario.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    border: 1px solid #288ab1;
    padding: 5px 10px 5px 30px;
    color: #288ab1;
}

.btn-convidar:hover, .btn-convidar:focus, .btn-convidar-editar:hover, .btn-convidar-editar:focus {
    border: 1px solid #288ab1;
    color: #288ab1;
    background-color: transparent;
}

.btn-forum {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    border: 1px solid #49a7a1;
    border-radius: 5px;
    color: #49a7a1;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('../img/icon_forum.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding: 6px 10px 6px 35px;
    text-decoration: none;
}

.btn-forum:hover, .btn-forum:focus {
    text-decoration: none;
    background-image: url('../img/forum-negativo.svg');
    background-color: #315970;
    border-color: #315970;
    color: #FFF;
}

.btn-gray {
    background-color: #FFF;
    border-color: #7f97a7;
    color: #7f97a7;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 1.5px;
    padding: 0px 10px;
}

.btn-deletar {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.3px;
    color: #288ab1;
    background-image: url('../img/icone-azul _ apagar.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding-left: 30px;
    text-transform: uppercase;
}

.btn-deletar:hover, .btn-deletar:focus {
    text-decoration: none;
    color: #288ab1;
}

.btn-text {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.3px;
    color: #288ab1;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding-left: 35px;
    text-transform: uppercase;
}

.btn-text:hover, .btn-text:focus {
    text-decoration: none;
    color: #288ab1;
}

.icon_encerrar {
    background-image: url('../img/icon_encerrar.svg');
}

.icon_reativar {
    background-image: url('../img/icon_reativar.svg');
}

.icon_mudar_autor {
    background-image: url('../img/icon_mudar_autor.svg');
}

#modal_topico .btn-convidar {
    margin-right: 10px;
}

.editar, .editar_pagina, .editar_nota {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 0 5px 35px;
    background-image: url('../img/editar.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    cursor: pointer;
    margin-right: 30px;
}

.editar:hover, .editar_pagina:hover, .editar_nota:hover, .editar:focus, .editar_pagina:focus, .editar_nota:focus {
    color: #FFF;
    text-decoration: none;
}

.editar_comunicado {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 10px 8px 35px;
    background-image: url('../img/editar.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    cursor: pointer;
    background-color: #49a7a1;
    border-radius: 4px;
}

.editar_comunicado:hover, .editar_comunicado:focus {
    color: #FFF;
    text-decoration: none;
}

.convidar {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 0 5px 35px;
    background-image: url(../img/icon-convidar.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    cursor: pointer;
}

.convidar:hover, .convidar:focus {
    color: #FFF;
    text-decoration: none;
}

.membros {
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    text-transform: uppercase;
    padding: 5px 0 5px 40px;
    background-image: url(../img/icon_membros.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    cursor: pointer;
}

.membros:hover, .convidar:focus {
    color: #FFF;
    text-decoration: none;
}

.btn_icon_green {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    font-weight: 700;
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    cursor: pointer;
    display: inline-block;
    -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.btn_icon_green:hover, .btn_icon_green:focus {
    color: #49A7A1;
    text-decoration: none;
}

.btn_icon_green_right {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    font-weight: 700;
    padding-right: 24px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
    cursor: pointer;
    display: inline-block;
    -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

.btn_icon_green_right:hover, .btn_icon_green_right:focus {
    color: #49A7A1;
    text-decoration: none;
}

.ver_membros {
    background-image: url(../img/icon-ver-membros.svg);
    padding-right: 15px;
    border-right: 1px solid #49A7A1;
    margin-right: 15px;
}

.exportar_membros {
    background-image: url(../img/icon-exportar-membros.svg);
    background-size: 22px;
    padding-right: 15px;
    border-right: 1px solid #49A7A1;
    margin-right: 15px;
}

.adicionar_membros {
    background-image: url(../img/icon-adicionar-membros.svg);
}

.icon_responder {
    background-image: url(../img/icon_responder.svg);
}

.ver-respostas {
    background-image: url(../img/icon_arrow_down_green.svg);
}

.active.ver-respostas {
    background-image: url(../img/icon_arrow_up_green.svg);
}

.btn_icon_green.editar {
    background-image: url('../img/icon_editar.svg');
    padding-right: 15px;
    border-right: 1px solid #49A7A1;
    margin-right: 15px;
}

.qtd_convidados {
    display: inline-block;
    color: #7f97a7;
    font-size: 15px;
    line-height: 30px;
}

.btn-negativo {
    background-color: #288ab1;
    color: #FFF;
    border-color: #288ab1;
}

.btn-negativo:hover {
    background-color: #315970;
    border-color: #315970;
    color: #FFF;
}

.btn-salvar {
    background-image: url('../img/icon_salvar.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;
    padding-left: 30px;
}

.btn-salvar:hover, .btn-salvar:focus {
    background-image: url('../img/icon_salvar.svg');
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px;    
}

.btn-mensagem {
    color: #288ab1;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 0 6px 35px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    background-image: url(../img/mensagem-listagem.png); 
    background-size: 27px;
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    display: inline-block;
}

.btn-mensagem:hover, .btn-mensagem:focus {
    color: #288ab1;
    background-color: transparent;
    border: 0;
}

.btn-group.options .dropdown-toggle {
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    border: 1px solid #7F97A7;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 45px 8px 15px;
    background-image: url('../img/icon_arrow_down_green.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 14px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.btn-group.options .dropdown-toggle:hover, .btn-group.options .dropdown-toggle:focus {
    text-decoration: none;
    color: #49A7A1; 
}

.dropdown-menu {
    box-shadow: 0px 4px 4px #7F97A7;
    border-radius: 4px;
    border: 0;
    padding: 15px 24px;
}

.dropdown-menu li {
    margin: 15px 0;
}

.dropdown-menu li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    background: #FFF !important;
    margin: 0 !important;
    display: block;
    text-align: left;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    text-decoration: none;
    color: #49A7A1;
}

.tag {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    border: 2px solid #49A7A1;
    padding: 0 9px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 15px;
}

form p {
    margin-top: 5px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=password] {
    width: 100%;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #41c0f0;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-shadow: none;
    border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus,
input[type=password]:focus {
    outline:none;
    box-shadow: none;
    border-bottom: 1px solid #333;
}

select.form-control {
    color: #222;
    font-size: 13px;
    margin-bottom: 20px;
    box-shadow: none;
    text-align: center;
    text-align-last: center;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #41c0f0;
    background-image: url(../img/seta-select.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
}

select.form-control:hover, select.form-control:focus {
    box-shadow: none;
}

input[type=submit] {
    font-size: 13px;
    color: #315970;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFF;
    border: 1px solid #49dba1;
    border-radius: 4px;
    font-weight: 700;
    padding: 12px 45px;
    background-image: url(../img/prox.png);
    background-size: 25px;
    background-position: 115px center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

input[type=submit]:hover, input[type=submit]:focus {
    color: #066963;
    outline: none;
}

input[type="submit"].recuperar_senha {
    background-image: none;
}

form {
    margin-top: 50px;
}

form.secretario_exp {
    margin-top: 15px;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: #8C8C8C;
}

.formn p:not(.aviso), .formn .form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #315970;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.formn input[type=text], .formn input[type=email], .formn input[type=number], .formn input[type=password] {
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 8px 16px;
    color: #315970;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 30px;
    height: auto;
}

.formn input[type=submit] {
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    background: #49A7A1;
    border-radius: 4px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    padding: 14px;
    border: 0;
    text-transform: inherit;
}

.formn input[type=submit]:hover, .formn input[type=submit]:focus {
    background: #315970;
    color: #FFF;
    border: 0;
}

.formn .form-group {
    margin-bottom: 0;
    padding-bottom: 7px;
}

.formn .form-group.has-error.has-danger {
    padding-bottom: 0;
}

.formn .form-group.has-error input, .form-group.has-error select {
    margin-bottom: 0;
}

.formn .form-control-feedback {
    position: inherit;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0;
}

.formn .has-danger .form-control {
    border-color: #e65252;
}

.formn .form-text {
    display: block;
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.formn .form-text.with-errors {
    color: #e65252;
}

.searchform ::-webkit-input-placeholder {
    color: #7f97a7;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.searchform :-moz-placeholder {
    color: #7f97a7;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.searchform ::-moz-placeholder {
    color: #7f97a7;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.searchform :-ms-input-placeholder {  
    color: #7f97a7;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.searchform input[type="text"]:focus::-webkit-input-placeholder {
   color: transparent !important;
}

.searchform input[type="text"]:focus:-moz-placeholder {
   color: transparent !important;
}

.searchform input[type="text"]:focus::-moz-placeholder {
   color: transparent !important;
}

.searchform input[type="text"]:focus:-ms-input-placeholder {  
   color: transparent !important;
}

.searchform {
    margin: 0;
}

.searchform input[type="text"] {
    background-color: #e2e6e8 !important;
    height: 30px !important;
    padding: 0 10px !important;
    font-size: 13px !important;
    line-height: 30px !important;
    width: 355px !important;
    border: 0 !important;
    border-radius: 4px 0 0 4px !important;
    margin: 0 !important;
    float: left !important;
    text-align: left !important;
}

.searchform button {
    width: 30px;
    height: 30px;
    float: left;
    border: 0;
    background-color: #288ab1;
    border-radius: 0 4px 4px 0;
    background-image: url(../img/buscar.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

.searchform button:hover, .searchform button:focus {
    outline: none;
}

.has-feedback .form-control {
    padding-right: 0;
}

.has-error .form-control:focus, .has-success .form-control:focus {
    box-shadow: none;
}

.has-error .form-control, .has-success .form-control {
    box-shadow: none;
    margin-bottom: 0;
}

.bv-form .help-block {
    min-height: 25px;
    text-align: center;
}

.form-control-feedback {
    right: -5px;
}

.has-success .form-control {
    margin-bottom: 20px;
}

.has-success .form-control-feedback {
    right: 15px;
    color: #4bcaa7;
}

.form-group {
    margin-bottom: 0;
}

.buscacep {
    position: absolute;
    right: 7px;
    margin-top: -45px;
    cursor: pointer;
    color: #4bcaa7;
}

.has-feedback.has-error .buscacep {
    right: -15px;
    margin-top: -29px;
}

.select .form-control-feedback {
    right: -20px;
    margin-top: -6px;
}

.selected .help-block {
    margin-top: -15px;
}

.myCheckbox {
    margin-top: 15px;
    cursor: pointer;
}

.myCheckbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.myCheckbox span {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    padding: 0 5px;
    margin: 7.5px;
    border-radius: 4px;
    border: 1px solid #7f97a7;
    display: block;
    background: #FFF;
    color: #7f97a7;
}

.myCheckbox span:hover {
    background-color: #288ab1;
    color: #FFF;
}

.myCheckbox input:checked + span {
    background: #288ab1;
    color: #FFF;
}

section {
    padding: 50px 0;
}

.index section, section.abertura {
    width: 100%;
    min-height: 100%;
    min-height: 100vh;
    display: table;
}

.index section .aux, section.abertura .aux {
    display: table-cell;
    vertical-align: middle;
}

.logo-prin {
    width: 340px;
    height: auto;
}

.logo-prin-aux {
    width: 270px;
    height: auto;
}

.abertura {
    background-image: url('../img/bg-abertura-n.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
}

.abertura p.max {
    font-size: 16px;
    line-height: 30px;
}

.abertura p.min {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-variant: small-caps;
}

.arrow-right {
    background-image: url('../img/arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px;
    padding-right: 30px;
    display: inline-block;
    color: #49A7A1;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.arrow-right:hover, .arrow-right:focus {
    color: #49A7A1;
    text-decoration: none;
}

.abertura hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border-color: #D8D8D8;
}

.abertura .box_icons_abertura img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background-color: #F4F7F9;
    padding: 7.5px;
}

.indicador ul {
    padding: 0;
    width: 100%;
}

.indicador ul:before {
    content: '';
    background-color: #49dba1;
    top: 4px;
    width: 76%;
    height: 2px;
    left: 12%;
    position: absolute;
}

.indicador ul li {
    display: inline-block;
    list-style: none;
    font-style: italic;
    font-size: 10px;
    line-height: 20px;
    float: left;
    width: 25%;
    text-align: center;
    padding: 15px 0 0;
}

.indicador ul li:before {
    content: '';
    background-color: #49dba1;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    margin-left: 5%;
    border-radius: 50%;
}

.indicador ul li.active:before {
    background-color: transparent;
    background-image: url('../img/indicadores-active.svg');
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: -5.5px;
    margin-left: calc(5% - 5.5px);
}

.indicador ul li a {
    color: #315970;
    font-size: 10px;
    line-height: 20px;
    font-style: italic;
}

.prin {
    margin-top: 64.8px;
}

.prin .side-left {
    background-color: #315970;
    min-height: calc(100vh - 64.8px);
    position: fixed;
    left: 0;
}

.prin .side-left .avatar {
    border: 1px solid #288ab1;
    border-radius: 50%;
    margin: 30px auto 0;
    width: 75px;
    height: 75px;  
}

.prin .side-right {
    padding: 0;
    margin: 0;
    float: right;
    padding-bottom: 50px;
    min-height: calc(100vh - 64.8px);
}

.side-left ul {
    padding: 0;
}

.side-left ul li {
    list-style: none;
}

.side-left ul li a {
    width: 100%;
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 15px 0;
    display: inline-block;
}

.side-left ul li a:hover, .side-left ul li a:focus {
    text-decoration: none;
}

.side-left ul li a img {
    margin: 0 auto;
    display: block;
}

.side-left ul li a img.normal {
    display: none;
}

.side-left ul li.active a {
    background-color: #41c0f0;
    color: #315970;
}

.side-left ul li.active a img.negativo {
    display: none;
}

.side-left ul li.active a img.normal {
    display: block;
}

.side-left hr {
    width: 80%;
    margin-bottom: 0;
}

.header-forum {
    background-image: url('../img/header-forum.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 0 45px;
}

.header {
    background-color: #49a7a1;
    padding: 30px 60px 30px;
}

.respostas .header {
    background-image: url('../img/header_respostas.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 60px 30px;
}

.bread {
    background-image: url('../img/voltar_white.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding-left: 30px;
    font-size: 15px;
    line-height: 30px;
    color: #FFF;
}

.bread a {
    color: #FFF;
}

.bread a:hover {
    text-decoration: none;
    color: #FFF;
}

.header-conteudo {
    background-image: url('../img/header_conteudo.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 75px 60px 45px;
}

table {
    width: 100%;
}

table thead tr th {
    color: #FFF;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    background-color: #49a7a1;
    padding: 0 15px;
    font-variant: small-caps;
    font-variant-numeric: oldstyle-nums;
}

table tbody tr td {
    border-bottom: 1.5px solid #49a7a1;
    padding: 15px 15px;
}

table tbody tr td a, table tbody tr td a *, table tbody tr td a:hover, table tbody tr td a:focus {
    color: #315970;
    text-decoration: none;
    width: 100%;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal {
    background-color: rgba(49, 89, 112, 0.8);
    overflow: auto;
}

.modal .modal-dialog {
    width: 930px;
}

.modal-min .modal-dialog {
    width: 600px;
    min-width: 90%;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 45px 95px;
    background-color: #e2e6e8;
    border-radius: 5px;
}

.modal .close-modal {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 5px;
    right: 15px;
    top: 15px;
    z-index: 9;
}

.modal .close-modal img {
    width: 100%;
    height: auto;
}

.modal form {
    margin: 0;
}

.modal input[type="text"] {
    border-bottom: 1px solid #7f97a7;
    font-size: 28px;
    line-height: 45px;
    text-align: left;
    padding: 0;
    background-color: transparent;
    font-weight: 300;
}

.modal input[type="file"] {
    display: block;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    margin: 5px 0 10px;
}

.modal input[type="submit"] {
    background-color: #288ab1;
    border-color: #288ab1;
    font-weight: 700;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    padding: 0 20px;
    float: right;
    background-image: none;
}

.modal input[type="submit"]:hover, .modal input[type="submit"]:focus {
    background-color: #41c0f0;
    border-color: #41c0f0;
}

.modal input[type="submit"]:disabled {
    background-color: #bbbebf;
    border-color: #bbbebf;
}

.modal input[type="submit"]:disabled:hover {
    background-color: #ababab;
    border-color: #ababab;
}

.modal input[type="text"]:disabled {
    color: #949494;
}

.modal form h6 {
    float: left;
    width: 50px;
}

.modal .panel-default > .panel-heading {
    background-color: #FFF;
}

.modal .nome_respondendo {
    display: none;
    position: absolute;
    z-index: 9;
    right: 25px;
    top: 10px;
    background-image: url('../img/responder.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 30px;
    opacity: 0.5;
}

.modal .close {
    position: absolute;
    right: 30px;
    top: 40px;
    z-index: 999;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    float: left;
    width: calc(100% - 50px);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select.btn-group .dropdown-toggle:active, .bootstrap-select.btn-group.open .dropdown-toggle, .bootstrap-select.btn-group > .btn:first-child,
.note-popover .btn {
    border-color: #7f97a7;
    color: #315970;
    background-color: #e2e6e8;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    box-shadow: none;
}

.note-popover.popover {
    max-width: none;
    position: fixed;
    top: 50% !important;
}

.note-editor.note-frame {
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    margin-top: 20px;
}

#modal_respostas .note-editor.note-frame {
    margin-top: 0;
}

.note-editor.note-frame .note-editing-area * {
    color: #315970;
    text-transform: initial;
    font-weight: 400;
}

.note-editor.note-frame .note-editing-area b, .note-editor.note-frame .note-editing-area strong {
    font-weight: 700;
}

.note-editor.note-frame .note-editing-area a {
    text-decoration: underline;
}

.panel-heading.note-toolbar>.btn-group {
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0;
}

.note-editor.note-frame .btn {
    border: 0;
    border-radius: 0;
    color: #7f97a7;
    border-right: 1px solid #e2e6e8;
}

.note-editor.note-frame .btn:hover, .note-editor.note-frame .btn:focus, .note-editor.note-frame .btn.active {
    border: 0;
    border-right: 1px solid #e2e6e8;
    border-radius: 0;
    background-color: transparent;
    color: #315970;
    outline: none;
    box-shadow: none;
}

.note-toolbar .note-help .btn {
    border-right: 1px solid transparent;
}

.note-toolbar .note-help span {
    font-size: 10px;
    top: 4px;
    position: relative;
}

.note-editable.panel-body {
    color: #7f97a7;
}

.list-respostas .clearfix {
    border-top: 1px solid #49dba1;
    padding: 30px 0;
}

.list-respostas .clearfix:first-child {
    border-top: 3px solid #41c0f0;
}

.list-resposta-prin .clearfix, .list-resposta-prin .clearfix:first-child {
    border: 0;
    padding: 0;
}

.list_respostas_v2 .list-respostas .clearfix {
    border-top: 1px solid #DADADA;
    padding: 30px 0;
    margin-bottom: 30px;
}

.list_respostas_v2 .list-respostas .clearfix:first-child {
    border-top: 0;
    padding-top: 0;
}

.list_respostas_v2 .list-respostas .clearfix .list-respostas .clearfix:first-child {
    border-top: 1px solid #DADADA;
    padding: 30px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.list_respostas_v2 .list-respostas .clearfix .list-respostas .clearfix:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-respostas .clearfix .avatar {
    width: 65px;
    float: left;
}

.list-respostas .clearfix .avatar img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #49dba1;
}

.list-respostas .clearfix .data {
    color: #7f97a7;
    font-size: 15px;
    line-height: 30px;
}

.list-respostas .clearfix .conteudo {
    width: calc(100% - 65px);
    float: left;
    padding-left: 30px;
}

@media(min-width: 768px) {
    .aux_box_respostas {
        width: 100%;
        padding-left: 95px;
    }
}

.list-respostas .clearfix img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.list-respostas .clearfix img:affter {
    content: '';
    clear: both;
}

.list-respostas .clearfix .btn_respondendo {
    background-image: url('../img/responder.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding-left: 30px;
    padding-right: 10px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 30px;
    display: inline-block;
    color: #7f97a7;
    border: 1px solid #7f97a7;
}

.list-respostas .clearfix .btn_respondendo:hover, .list-respostas .clearfix .btn_respondendo:focus {
    background-color: #ededed;
    text-decoration: none;
}

.list_respostas_v2 .list-respostas .clearfix .btn_respondendo {
    background-color: #F4F7F9;
    background-image: url('../img/icon_respondendo.svg');
    background-position: 15px center;
    background-size: 15px;
    padding-left: 35px;
    padding-right: 15px;
    color: #7F97A7;
    border: 0;
    margin-bottom: 30px;
}

.list_respostas_v2 .list-respostas .clearfix .btn_respondendo:hover, .list_respostas_v2 .list-respostas .clearfix .btn_respondendo:focus {
    background-color: #F4F7F9;
    color: #7F97A7;
}

.list-respostas .clearfix.active .box-content {
    max-height: 300px;
    overflow-y: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.list-respostas .clearfix.active .box-content:after {
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    position: absolute;
    bottom: 0;
}

.list-respostas .clearfix.active.show .box-content {
    max-height: initial;
    overflow-y: initial;
}

.list-respostas .clearfix.active.show .box-content:after {
    content: none;
}

.list-respostas .clearfix .ver-mais {
    display: none;
}

.list-respostas .clearfix.active .ver-mais {
    display: inline-block;
}

.box-content {
    font-size: 18px;
    line-height: 30px;
}

/**/
.box_more_respostas .list-respostas .clearfix .box-content {
    max-height: initial;
    overflow-y: initial;
}

.box_more_respostas .list-respostas .clearfix .box-content:after {
    content: none;
}

.box_more_respostas .list-respostas .clearfix.active .box-content {
    max-height: 300px;
    overflow-y: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.box_more_respostas .list-respostas .clearfix.active .box-content:after {
    content: '';
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
    position: absolute;
    bottom: 0;
}


.box_more_respostas .list-respostas .clearfix.active.show .box-content {
    max-height: initial;
    overflow-y: initial;
}

.box_more_respostas .list-respostas .clearfix.active.show .box-content:after {
    content: none;
}

@media (min-width: 768px) {
    .box-content {
        margin-top: -30px;
    }
}

.box_more_respostas .list-respostas .clearfix .ver-mais {
    display: none;
}

.box_more_respostas .list-respostas .clearfix.active .ver-mais {
    display: inline-block;
}

.ver-mais {
    cursor: pointer;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #49A7A1;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('../img/icon_arrow_down_green.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 16px;
    padding-left: 24px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list_respostas_v2 .ver-mais {
    margin-right: 15px;
}

.ver-mais .sho {
    display: inline-block;
}

.list-respostas .clearfix.show .ver-mais .sho {
    display: none;
}

.ver-mais .hid {
    display: none;
}

.list-respostas .clearfix.show .ver-mais .hid {
    display: inline-block;
}

.list-respostas .clearfix.show .ver-mais {
    background-image: url('../img/icon_arrow_up_green.svg');
}

.mais-antigas {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 30px;
    padding: 7.5px 15px;
    width: 100%;
    text-align: center;
    background-color: #F4F7F9;
    color: #49A7A1;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.mais-antigas:hover, .mais-antigas:focus {
    color: #49A7A1;
    background-color: #ebeff2;
    text-decoration: none;
}

.topo {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    background-image: url('../img/icon_topo.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-color: transparent;
    background-size: 30px;
    padding-right: 40px;
    display: inline-block;
    float: right;
    margin: 7.5px 0;
    height: 30px;
}

.topo:hover, .topo:focus {
    color: #49A7A1;
    background-color: transparent;
    text-decoration: none;
}

.topo.hidden-xs {
    position: absolute;
    right: 15px;
    bottom: 50%;
    padding-right: 30px;
    margin-bottom: -15px;
}

.sec-search-respostas .aux.fixed .topo.hidden-xs {
    margin-bottom: -38px;
}

.btn-buscar {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #49A7A1;
    background-color: transparent;
    background-image: url('../img/icon_search_green.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    padding-left: 22px;
    float: left;
    margin: 7.5px 5px;
    height: 30px;
    display: none;
}

.btn-buscar:hover, .btn-buscar:focus {
    color: #49A7A1;
    background-color: transparent;
    text-decoration: none;
}

.content {
    width: 1170px;
    margin: 0 auto;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(49, 89, 112, 0.8);
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #51dda5;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #51dda5;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #51dda5;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    
    #loader {
        opacity: 1;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    
    .loaded#loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }

.arquivo {
    border: 1px solid #315970;
    border-radius: 5px;
    padding: 30px 60px;
    width: 100%;
    height: 165px;
}

.arquivo .letter18 {
    min-height: 60px;
}

/*CONTROLE*/

.header-control {
    padding: 60px 0;
}

.botoes-controle {
    margin-top: 45px;
}

.controle a,
.controle a:hover,
.controle a:focus {
    text-decoration: none;
}

.controle .box_controle {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 0 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.controle a .box_controle img {
    height: 120px;
}

.controle a .box_controle .normal {
    display: block;
}

.controle a .box_controle .hover {
    display: none;
}

.controle a:hover .box_controle .normal {
    display: none;
}

.controle a:hover .box_controle .hover {
    display: block;
}

.controle a .box_controle {
    text-decoration: none;
    border: 2px solid #fff;
}

.controle a:hover .box_controle,
.controle a:focus .box_controle {
    text-decoration: none;
    border: 2px solid #41c0f0;
}

.controle a .box_controle hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    border-top: 2px solid #288ab1;
}

.controle a:hover .box_controle hr,
.controle a:focus .box_controle hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #41c0f0;
}

.botoes-header {
    margin-top: 40px;
}

.botoes-header ul {
    padding-left: 0;
}

.botoes-header ul li {
    display: inline-block;
    margin-right: 50px;
}

.botoes-header ul li a{
    text-decoration: none;
    font-size: 13px;
    color: #315970;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.botoes-header ul li a.ativo {
    color: #41c0f0;
}

.botoes-header ul li a:hover{
    text-decoration: none;
    font-size: 13px;
    color: #41c0f0;
    font-weight: bold;
    text-align: center;
}

.botoes-header ul li a .normal{
    display: block;
}

.botoes-header ul li a .hover{
    display: none;
}

.botoes-header ul li a:hover .normal{
    display: none;
}

.botoes-header ul li a:hover .hover{
    display: block;
}

.navegador-footer {
    border-top: 2px solid #315970;
    margin-top: 60px;
    padding-top: 20px;
}

.navegador-footer ul li:first-child {
    float: left;
}

.col-sm-12.text-center.nav-footer {
    padding: 0px;
}

.navegador-footer ul li:last-child {
    float: right;
}

.navegador-footer ul {
    padding: 0px;
}

.input_white input[type="text"],
.input_white input[type="email"],
.input_white input[type=number],
.input_white input[type=password] {
    width: 100%;
    text-align: center;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0px transparent;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-shadow: none;
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
}

.inp-white {
    text-align: left !important;
    border-radius: 5px !important;
    border: 0 !important;
}

.input_white input[type="text"] {
    padding: 5px 15px;
}

.input_white select {
    width: 100%;
    text-align: center;
    border: 1px solid #315970;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-shadow: none;
    border-radius: 5px;
    text-align: left;
    background-color: transparent;
    background-image: url(../img/dropdown-controle-enabled.png);
    background-size: 30px;
}

.acessos .form-control[disabled],
.acessos fieldset[disabled] .form-control,
.inscricoes .form-control[disabled],
.inscricoes fieldset[disabled] .form-control,
.geral .form-control[disabled],
.geral fieldset[disabled] .form-control,
.grupos .form-control[disabled],
.grupos fieldset[disabled] .form-control {
    width: 100%;
    border: 1px solid #b6c3cc;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-shadow: none;
    border-radius: 5px;
    background-color: transparent;
    color: #b6c3cc;
    background-image: url(../img/dropdown-controle-disabled.png);
    background-size: 30px;
}

.controle input[type=submit],
.geral input[type=submit],
.grupos input[type=submit],
.inscricoes input[type=submit] {
    font-size: 13px;
    color: #288ab1;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #288ab1;
    border-radius: 4px;
    font-weight: 700;
    padding: 7px 45px;
    background-color: transparent;
    background-image: none;
}

.titulos-controle {
    border-bottom: solid 2px #315970;
    padding-bottom: 15px;
}

.titulos-controle h1,
.titulos-controle h2 {
    margin: 0px;
}

.titulos-controle p {
    margin: 17px 0 0;
    text-align: right;
}

.titulos-controle p.min {
    margin: 17px 0 0;
}

.titulos-controle a {
    font-size: 20px;
    text-decoration: none;
    color: #315970;
    font-style: normal;
    margin-right: 13px;
}

.titulos-controle a img{
    margin-right: 10px;
}

.modal input[type=checkbox],
.listagem-usuarios input[type=checkbox],
.modal input[type=radio] {
    visibility: hidden;
    margin-right: 8px;
    cursor: pointer;
    float: left;
}

.modal input[type=checkbox]:before,
.listagem-usuarios input[type=checkbox]:before,
.modal input[type=radio]:before {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #288ab1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    visibility: visible;
    position: relative;
    top: -2px;
}

.modal input[type=checkbox]:checked:before,
.listagem-usuarios input[type=checkbox]:checked:before,
.modal input[type=radio]:checked:before {
    content: "";
    background-color: #288ab1;
    padding: 3px;
    display: inline-block;
    margin-right: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #288ab1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    visibility: visible;
}

#select_all, .topico_privado input[type=checkbox] {
    margin-top: 8px;
}

.listagem-usuarios form p{
    font-size: 13px;
    color: #288ab1;
}

.listagem-usuarios .navegador {
    text-align: right;
}

.listagem-usuarios input + label {
    cursor: pointer;
    position: relative;
    top: -4px;
}

.grupos .btn {
    margin-top: 45px;
}

/*.listagem-usuarios .btn*/

/*.acessos .btn,
.inscricoes .btn,
.grupos .btn {
    color: #288ab1;
    text-transform: uppercase;
    background-color: transparent;
    border: 1px solid #288ab1;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 9px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.acessos .btn:hover,
.acessos .btn:focus,
.inscricoes .btn:hover,
.inscricoes .btn:focus,
.grupos .btn:hover,
.grupos .btn:focus {
    color: #fff;
    background-color: #288ab1;
    border: 1px solid #288ab1;
}*/

.btn-remover {
    color: #288ab1;
    text-transform: uppercase;
    background-color: transparent;
    font-weight: bold;
    font-size: 13px;
    padding: 0 35px;
    letter-spacing: 1.5px;
    background-image: url(../img/remover-usuario.png); 
    background-size: 27px;
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
}

.listagem-usuarios ul li{
    display: inline-block;
    font-size: 20px;
    color: #288ab1;
    padding: 0 7px;
    cursor: pointer;
}

.listagem-usuarios thead tr {
    background-color: #315970;
}

.listagem-usuarios thead tr td{
    color: #fff;
    padding: 10px 15px; 
}

.listagem-usuarios table tbody tr td {
    border-bottom: 1.5px solid #315970;
    padding: 15px 15px;
}

.listagem-usuarios table tbody tr td img{
    margin-top: -5px;
    margin-right: -15px;
    float: right;
}

.listagem-usuarios table tbody tr td a,
.listagem-usuarios table tbody tr td a *,
.listagem-usuarios table tbody tr td a:hover,
.listagem-usuarios table tbody tr td a:focus {
    color: #315970;
    text-decoration: none;
    width: auto;
}

.listagem-usuarios .modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 45px 95px;
    background-color: #e2e6e8;
    border-radius: 5px;
}

.listagem-usuarios .close {
    opacity: 01;
}

.listagem-usuarios div.dataTables_wrapper div.dataTables_info {
    font-size: 14px;
    float: left;
}

.listagem-usuarios table.dataTable {
    margin-bottom: 15px !important;
}

.listagem-usuarios div.dataTables_wrapper div.dataTables_paginate ul li {
    font-size: 14px;
    padding: 0;
}

.listagem-usuarios table.dataTable thead>tr>th.sorting_asc,
.listagem-usuarios table.dataTable thead>tr>th.sorting_desc,
.listagem-usuarios table.dataTable thead>tr>th.sorting,
.listagem-usuarios table.dataTable thead>tr>td.sorting_asc,
.listagem-usuarios table.dataTable thead>tr>td.sorting_desc,
.listagem-usuarios table.dataTable thead>tr>td.sorting {
    padding-right: 22px;
}

.listagem-usuarios div.dataTables_wrapper div.dataTables_filter {
    float: left;
    margin-bottom: 16px;
    margin-top: -33px;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 11px !important;
    font-size: 12px;
}

.pagination > li > a, .pagination > li > span {
    color: #315970;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #315970;
    border-color: #315970;
}

.dataTables_wrapper .dt-buttons.btn-group {
    vertical-align: inherit;
    top: -33px;
    margin-left: 20px;
}

.dataTables_wrapper .btn-group > .btn.buttons-excel {
    background-image: url(../img/icon-export-excel.svg);
    background-repeat: no-repeat;
    background-position: 11px 0;
    background-size: 20px;
    color: #315970;
    padding: 20px 0 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    border: 0;
    border-radius: 0;
    margin-top: 0;
}

.dataTables_wrapper .btn-group > .btn.buttons-excel:hover, .dataTables_wrapper .btn-group > .btn.buttons-excel:focus {
    color: #288ab1;
    background-image: url(../img/icon-export-excel-hover.svg);
    background-color: transparent;
}

.dataTables_filter label {
    font-weight: 400;
}

.dataTables_filter label input {
    margin-left: 10px;
}

.dataTables_paginate.paging_simple_numbers {
    margin: 0;
    white-space: nowrap;
    text-align: right;
    margin-top: -20px;
}

.export-membros {
    margin-top: 100px;
}

.export-membros table.dataTable {
    margin-top: -30px !important;
}

.acessos .close,
.geral .close,
.inscricoes .close,
.grupos .close {
    opacity: 01;
}

.listagem-usuarios .modal-header h1{
    margin: 0px;
}

.listagem-usuarios .modal-header {
    border-bottom: 3px solid #315970;
    padding: 15px 15px 0px 15px;
}

.listagem-usuarios .modal-header p{
    font-size: 10px;
    color: #315970;
    margin-bottom: 0px;
    margin-top: 30px;
}

.listagem-usuarios .modal p{
   color: #315970; 
   letter-spacing: 1.5px;
   line-height: 30px;
}

.listagem-usuarios .avatar {
    border: 1px solid #288ab1;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    margin: 0 auto 15px auto;
}


.listagem-usuarios .informacoes .row  {
    border-top: 1px solid #315970;
}

ul.tema-selecionado li {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background-color: #41c0f0;
    text-align: center;
    line-height: 30px;
    letter-spacing: 1.5px;
    border-radius: 5px;
    margin: 5px 9px;
    padding: 0 30px;
}

.acessos td a,
.grupos td a{
    font-size: 13px;
    color: #315970;
    padding: 0 30px 0 0;
    width: 100%
}

.acessos td a.entrar,
.grupos td a.entrar {
    background-image: url("../img/entrar.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center right;
    color: #2f8eb4;
    font-size: 13px;
}

.acessos td:last-child,
.grupos td:last-child {
    text-align: right;
}

.acessos td, 
.grupos td {
    padding: 15px 0;
    border-bottom: 0px transparent;
    border-top: 1px solid #315970;
}

.grupos .rolagem-grupos {
    left:10px;
    top:20px;
    width:100%;
    max-height:480px;
    z-index:1;
    overflow: auto
}

.grupos h1.titulos{
    margin: 60px 0 45px 0;
}

/*.grupos .rolagem-grupos::-webkit-scrollbar-track-piece  {
    background-color: #fff;
}

.grupos .rolagem-grupos::-webkit-scrollbar-thumb {
    background-color: #7f97a7;
    width: 15px;
}*/

.grupos .voltar {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}


.geral .voltar,
.inscricoes .voltar,
.grupos .voltar {
    margin-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.btn-filtrar {
    float: right;
}

.modal .selecionados {
    color: #7f97a7;
    font-size: 15px;
    margin-left: 15px;
}

.modal .btn {
    margin-top: 0px;
}

#myModal-aceitar.modal .modal-dialog {
    width: 700px;
}

#myModal-mensagem.modal .modal-dialog,
#myModal-novo-grupo.modal .modal-dialog,
#modal_convidar.modal .modal-dialog,
#modal_add_convidar .modal-dialog,
#modal_mudar_autor .modal-dialog {
    width: 70%;
}

#myModal-mensagem.modal .modal-dialog .modal-content,
#myModal-novo-grupo.modal .modal-dialog .modal-content,
#modal_convidar.modal .modal-dialog .modal-content,
#modal_add_convidar .modal-dialog .modal-content,
#modal_mudar_autor .modal-dialog .modal-content {
    width: 100%;
}

.modal .rolagem-grupos {
    height: 180px;
    border-radius: 4px;
    border: solid 1px #7f97a7;
    z-index:1;
    overflow: auto;
    padding:15px;
    margin-bottom: 30px;
}

.box-filtros {
    border-radius: 4px;
    border: solid 1px #7f97a7;
}

.box-filtros p {
    border-bottom: solid 1px #7f97a7;
}

.box-filtros a {
    text-decoration: none;
}

.box-filtros .conteudo p {
    border: none;
}

.box-filtros .conteudo {
    height: 368px;
    z-index:1;
    overflow: auto;
    padding: 10px 9px;
}

#myModal-aceitar.modal input[type="submit"] {
    width: 100%;
}

#myModal-aceitar.modal .btn {
    padding: 5px 9px;
    background-color: transparent;
    border-color: #288ab1;
    color: #288ab1;
    line-height: 2;
}

#myModal-aceitar.modal input[type="submit"] {
    background-color: #288ab1;
    border-color: #288ab1;
    color: #fff;
    padding: 5px 9px;
    line-height: 2;
}

#myModal-aceitar.modal .modal-body {
    padding: 0 15px 15px;
    margin-top: -35px;
}

.aceitar-inscricoes {
    border-radius: 4px;
    border: solid 1px #7f97a7;
    margin: 30px auto 0px;
}

.aceitar-inscricoes .conteudo{
    height: 190px;
    z-index:1;
    overflow: auto;
    padding: 0 0 0 3px;
}

.inscricoes::-webkit-scrollbar,
.grupos::-webkit-scrollbar,
.listagem-usuarios::-webkit-scrollbar,
.grupos::-webkit-scrollbar,
.listagem-usuarios::-webkit-scrollbar,
.aceitar-inscricoes .conteudo::-webkit-scrollbar {
    width: 10px;
    border: 3.3px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 10px;
}
 
.inscricoes::-webkit-scrollbar-track,
.grupos::-webkit-scrollbar-track,
.listagem-usuarios::-webkit-scrollbar-track,
.grupos::-webkit-scrollbar-track,
.listagem-usuarios::-webkit-scrollbar-track,
.aceitar-inscricoes .conteudo::-webkit-scrollbar-track {
}
 
.inscricoes::-webkit-scrollbar-thumb,
.grupos::-webkit-scrollbar-thumb,
.listagem-usuarios::-webkit-scrollbar-thumb,
.grupos::-webkit-scrollbar-thumb,
.listagem-usuarios::-webkit-scrollbar-thumb,
.aceitar-inscricoes .conteudo::-webkit-scrollbar-thumb {
    background-color: #d8dfe4;
    -webkit-border-radius: 0px;
    margin-left: 3px;
}

.aceitar-inscricoes a{
    text-decoration: none;
}

.aceitar-inscricoes p {
    border-bottom: solid 1px #7f97a7;
    padding: 5px 35px 5px 10px;
    margin: 0;
}

.aceitar-inscricoes span {
    float: right;
}

.aceitar-inscricoes .conteudo .pointer {
    border-bottom: none;
    padding: 5px 35px 5px 30px;
    width: 100%;
}

#myModal-aceitar .modal-content {
    background-color: #fff;
}
#myModal-aceitar .modal-header {
    border: none;
}

#myModal-aceitar.modal input[type=checkbox]:checked:before,
#myModal-aceitar.modal input[type=checkbox]:before {
    content: "";
    background-image: url("../img/remover.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center left;
    padding: 17px;
    display: inline-block;
    margin-right: 15px;
    background-color: transparent;
    width: 15px;
    height: 15px;
    border: none;
    visibility: visible;
    margin-top: -8px;
    margin-left: -10px;
}

.botoes-controle .col-sm-6 {
    margin-bottom: 30px;
}

.cabecalho-acesso {
    background-color: #fff;
    padding: 5px 30px;
    margin: 45px 0;
}

.cabecalho-acesso h1 {
    margin: 0px;
}

.cabecalho-acesso select {
    margin: 5px 0;
    text-align: left;
}

.alert {
    border-radius: 0;
}

.pointer {
    cursor: pointer;
}

.item_remove {
    padding-left: 40px;
    background-image: url('../img/remover.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}

.retirar_todos_mensagem {
    border-bottom: solid 1px #7f97a7;
    font-weight: bold;
    width: 100%;
    padding: 8px 0 8px 30px;
}

.item_add {
    padding-left: 40px;
    background-image: url('../img/adicionar.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
}

.adicionar_todos_mensagem {
    border-bottom: solid 1px #7f97a7;
    font-weight: bold;
    width: 100%;
    padding: 8px 0 8px 30px;
}

.uf_modal {
    padding-left: 0;
}

.uf_modal select {
    padding-left: 5px !important;
    text-align-last: left;
}

#alert_mensagem .modal-content,
#alert_mensagem_mudar_autor .modal-content {
    padding: 30px;
    background-color: #FFF;
}

#alert_mensagem .modal-header,
#alert_mensagem_mudar_autor .modal-header {
    border: 0;
}

#alert_mensagem .modal-dialog,
#alert_mensagem_mudar_autor .modal-dialog {
    width: 500px;
}

#alert_mensagem .close,
#alert_mensagem_mudar_autor .close {
    top: 30px;
}

.alerta_de_mensagem .modal-content, .alerta_de_mensagem_2 .modal-content {
    padding: 30px;
    background-color: #FFF;
}

.alerta_de_mensagem .modal-header, .alerta_de_mensagem_2 .modal-header {
    border: 0;
}

.alerta_de_mensagem .modal-dialog, .alerta_de_mensagem_2 .modal-dialog {
    width: 500px;
}

.alerta_de_mensagem .close, .alerta_de_mensagem_2 .close {
    top: 30px;
}

.alerta_de_mensagem a, .alerta_de_mensagem_2 a {
    margin: 0 5px;
}

#alerta_default .modal-content {
    padding: 30px;
    background-color: #FFF;
}

#alerta_default .modal-header {
    border: 0;
}

#alerta_default .modal-dialog {
    width: 500px;
}

#alerta_default .close {
    top: 30px;
}

.uf_modal_filter select, select.regiao_de_saude_filter, select.simple-select {
    width: 100%;
    border: 1px solid #315970;
    outline: none;
    font-size: 13px;
    margin-bottom: 20px;
    padding-bottom: 7px;
    box-shadow: none;
    border-radius: 5px;
    text-align: left;
    text-align-last: left !important;
    background-color: transparent;
    background-image: url(../img/dropdown-controle-enabled.png);
    background-size: 30px;
}

tr td:first-child .info_user {
    float: left;
    width: calc(100% - 22px);
}

#modal_user .row .col-sm-12, #modal_user .row .col-sm-6 {
    padding: 0;
}

#modal_user .btn-salvar {
    margin-right: -15px;
}

.topico_privado {
    font-size: 13px;
    color: #288ab1;
    line-height: 30px;
    position: relative;
    margin-top: -3px;
    top: 3px;
    display: inline-block;
    margin-right: 15px;
}

.modal .topico_privado input[type=checkbox]:before {
    border: 1px solid #288ab1;
    background-color: transparent;
}

.modal .topico_privado input[type=checkbox]:checked:before {
    border: 1px solid #288ab1;
    background-color: #288ab1;
}

.text_topico_privado {
    background-image: url('../img/icon-privado.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1.5px;
}

.gray .text_topico_privado {
    background-image: url('../img/icon-privado-gray.svg');
}

.icon_topico_privado {
    background-image: url('../img/privado.svg');
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 30px;
    padding: 2px 0 2px 30px;
}

#myModal-alert_grupos_add_user .modal-content {
    padding: 0 40px 15px;
}

.box_conteudo {
    border: 1px solid #288ab1;
    border-radius: 5px;
}

.box_conteudo .head {
    background-color: rgba(40, 138, 177, 0.85);
    padding: 30px 0;
}

.box_conteudo .body {
    padding: 24px 0 30px;
}

.box_licoes {
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(49, 89, 112, 0.1);
}

.box_licoes .img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #41c0f0;
    margin-right: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.box_licoes .conteudo {
    width: calc(100% - 320px);
    float: left;
}

.box_licoes .botao {
    width: 130px;
    margin-left: 30px;
    float: right;
    text-align: right;
}

.box_licoes .botao .btn {
    padding: 6px 9px;
    line-height: 1.42857143;
}

hr.green {
    border-top: 2px solid #49A7A1;
    margin: 30px 0;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #288AB1;
}

article h1 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 15px;
}

article h2 {
    color: #288AB1;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 30px;
}

article p, article li {
    font-size: 18px;
    line-height: 30px;
    color: #000;
}

article li {
    font-style: italic;
}

article hr {
    border-top: 2px solid #288AB1;
    margin: 45px 0;
}

article img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.paginacao {
    display: inline-block;
    padding: 0;
}

.paginacao li {
    display: inline;
}

.paginacao li a {
    position: relative;
    float: left;
}

.paginacao li a .circle {
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
    top: -5px;
    float: right;
}

.paginacao li.active a .circle {
    background-color: #49dba1;
}

.paginacao li.active a .line {
    background-color: #49dba1;
}

.paginacao li a .line {
    width: 56px;
    height: 1px;
    background-color: #FFF;
}

.paginacao li:first-child a .line {
    display: none;
}

.parabens {
    box-shadow: 0px 2px 5px rgba(49, 89, 112, 0.1);
}

.parabens .head {
    font-size: 28px;
    line-height: 45px;
    background-color: #49dba1;
    margin: 0;
    border-radius: 5px 5px 0 0;
    padding: 15px 30px;
}

.parabens .body {
    background-color: #FFF;
    border-radius: 0 0 5px 5px;
    padding: 30px;
}

.parabens .body a {
    margin: 0 15px;
}

.r-line {
    border-top: 2px solid #315970;
}

#modal_paginas .modal-content {
    width: 80%;
}

#modal_paginas input[type="text"] {
    color: #315970;
}

#modal_paginas p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: initial;
}

#modal_paginas img {
    max-width: 100%;
    height: auto;
}

#modal_paginas label {
    color: #000;
}

.nav-pag ul {
    padding: 0;
    text-align: center;
    width: 100%;
    border-top: 2px solid #315970;
    padding-top: 15px;
}

.nav-pag ul li {
    list-style: none;
    display: inline-block;
}

.nav-pag ul li a {
    font-size: 13px;
    line-height: 30px;
    color: #288ab1;
    padding: 0 6px;
}

.nav-pag ul li a:hover, .nav-pag ul li a:focus, .nav-pag ul li.active a {
    text-decoration: none;
    opacity: 0.6;
}

.nav-pag ul li.icon-prev {
    float: left;
}

.nav-pag ul li.icon-next {
    float: right;
}

.agenda .prin .side-right,
.home .prin .side-right,
.busca .prin .side-right, 
.editar_perfil .prin .side-right {
    background-color: #edf0f2;
}

.legenda {
    padding: 0;
    text-align: right;
    margin-top: 30px;
}

.legenda li {
    list-style: none;
    margin-left: 30px;
    color: #315970;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 1.5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
}

.legenda li.line-green {
    border-bottom: 5px solid #49dba1;
}

.legenda li.line-blue {
    border-bottom: 5px solid #41c0f0;
}

hr.hr-gray {
    border-color: #7f97a7;
}

hr.hr-gray {
    border-color: #fff;
}

.calendario {
    background-color: #FFF;
    margin-bottom: 15px;
}

.calendario .date {
    width: 160px;
    padding: 30px 0;
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    color: #315970;
    font-weight: 300;
    float: left;
}

.calendario .eventos {
    width: calc(100% - 160px);
    float: left;
    padding: 20px 0 0;
    border-left: 1px solid #7f97a7;
}

.calendario .ic-entrega {
    background-image: url('../img/entrega.svg');
}

.calendario .ic-evento {
    background-image: url('../img/evento.svg');
}

.panel.panel-default:hover {
    background-color: rgba(40, 138, 177, 0.1);
}

.panel-group .panel {
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.panel-body {
    padding: 15px 50px 15px 75px;
    background-color: #FFF;
}

.panel-heading {
    padding: 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: 0;
    box-shadow: none;
}

.panel-default > .panel-heading > a {
    color: #315970;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 21px;
    line-height: 30px;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding: 10px 40px 10px 75px;
}

.panel-default > .panel-heading > a:hover, .panel-default > .panel-heading > a:focus {
    text-decoration: none;
}

.panel-default > .panel-heading img {
    position: absolute;
    right: 60px;
    margin-top: -30px;
    margin-right: -20px;
}

.panel-default > .panel-heading img.up {
    display: block;
}

.panel-default > .panel-heading img.down {
    display: none;
}

.panel-default > .panel-heading .collapsed > img.up {
    display: none;
}

.panel-default > .panel-heading .collapsed > img.down {
    display: block;
}

/*================= CAROUSEL FADE !!!!*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity!important;
          transition-property: opacity!important;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0!important;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1!important;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0!important;
  -webkit-transform: translate3d(0, 0, 0)!important;
          transform: translate3d(0, 0, 0)!important;
}

.carousel-fade .carousel-control {
  z-index: 2!important;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.destaque_noticias {
    background-color: #7f97a7;
    padding: 15px 30px 30px;
    border-radius: 4px;
}

.destaque_notas p.nomargin.bold {
    background-color: #41c0f0;
    padding: 15px 30px;
    border-radius: 4px;
    margin-bottom: 43px;
}

#homeCarousel .carousel-indicators {
    bottom: -10px;
    left: calc(50% + 40px);
}

#homeCarousel h1 {
    font-size: 32px;
    line-height: 40px;
}

.destaque_notas .blue {
    color: #288ab1;
    letter-spacing: 1.5px;
    margin-top: 15px;
}

.destaque_notas .blue-dark {
    min-height: 40px;
}

.destaque_notas .blue-dark a {
    color: #315970;
}

.destaque_notas .blue-dark a:hover, .destaque_notas .blue-dark a:focus {
    text-decoration: none;
    color: #7f97a7;
}

.destaque_notas hr {
    border-color: #41c0f0;
    margin: 17px 0 0;
}

.comunicado {
    border: solid 3px #d7db49;
    border-radius: 4px;
    padding: 15px 20px;
}

.comunicado p {
    margin: 0;
    color: #315970;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

.comunicado p strong {
    margin-right: 20px;
    letter-spacing: 1.8px;
}

.title_box {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1.8px;
    color: #FFF;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
}

.title_green {
    background-color: #49a7a1;
}

.title_blue {
    background-color: #288ab1;
}

.box_comentario {
    border-top: 1px solid #49dba1;
    padding: 13px 0;
}

.box_comentario .avatar_box {
    width: 75px;
    float: left;
}

.box_comentario .avatar_box img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #49dba1;
}

.box_comentario .info {
    width: calc(100% - 155px);
    float: left;
    margin-left: 20px;
}

.box_comentario .go {
    width: 60px;
    float: left;
    padding-top: 30px;
}

.box_comentario .go img {
    width: 30px;
    height: auto;
    margin-left: 25px;
}

.box_comentario a *, .box_comentario a:hover * {
    color: #315970;
}

.box_topicos {
    border-top: 1px solid #49dba1;
    padding: 13px 0;
}

.box_topicos .min {
    font-size: 10px;
    line-height: 15px;
}

.box_topicos .bold {
    font-size: 13px;
    line-height: 30px;
}

.box_topicos a *, .box_topicos a:hover * {
    color: #315970;
}

.box_topicos .info {
    width: calc(100% - 60px);
    float: left;
}

.box_topicos .go {
    width: 60px;
    float: left;
    padding-top: 15px;
}

.box_topicos .go img {
    width: 30px;
    height: auto;
    margin-left: 25px;
}

.border_destaque {
    border-bottom: 1px solid #315970;
    text-transform: uppercase;
    padding-bottom: 3px;
    letter-spacing: 1px;
}

.box_agenda {
    border-radius: 4px;
    border: 1px solid #7f97a7;
    padding: 15px 30px 0;
}

.box_agenda .box_data_agenda {
    border: 1px solid #7f97a7;
    border-radius: 4px;
    margin-bottom: 15px;
}

.box_agenda .box_data_agenda .date {
    background-color: #7f97a7;
    border-radius: 4px 4px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    height: 35px;
    letter-spacing: 1.8px;
    color: #FFF;
    font-weight: 700;
}

.box_agenda .box_data_agenda .title {
    font-size: 13px;
    line-height: 20px;
    padding: 15px;
}

.editar_perfil hr {
    border-bottom: 3px solid #315970;
}

.editar_perfil form input[type="email"],
.editar_perfil form input[type="text"] {
    background-color: transparent;
    text-align: left;
    padding: 0;
    color: #7f97a7;
    font-size: 18px;
    line-height: 30px;
}

.editar_perfil form select {
    background-color: transparent;
    text-align: left;
    padding: 0 30px 0 0;
    color: #7f97a7;
    font-size: 18px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #41c0f0;
    background-image: url(../img/dropdown-select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
}

.editar_perfil form select:disabled {
    color: #aec4d2;
    cursor: not-allowed;
}

.term_aux {
    float: left;
}

.field_aux {
    float: left;
    margin-left: 10px;
}

.editar_perfil .field_email_pessoal {
    width: calc(100% - 121px);
}

.editar_perfil .field_email_institucional {
    width: calc(100% - 153px);
}

.aux_cpf {
    width: 50px;
}

.editar_perfil .field_cpf {
    width: calc(100% - 60px);
}

.aux_sexo {
    width: 50px;
}

.editar_perfil .field_sexo {
    width: calc(100% - 60px);
}

.aux_tel {
    width: 105px;
}

.editar_perfil .field_tel {
    width: calc(100% - 115px);
}

.aux_celular {
    width: 60px;
}

.editar_perfil .field_celular {
    width: calc(100% - 70px);
}

.aux_data {
    width: 105px;
}

.editar_perfil .field_data {
    width: calc(100% - 115px);
}

.aux_prof {
    width: 80px;
}

.editar_perfil .field_prof {
    width: calc(100% - 90px);
}

.aux_uf {
    width: 25px;
}

.editar_perfil .field_uf {
    width: calc(100% - 35px);
}

.aux_mun {
    width: 85px;
}

.editar_perfil .field_mun {
    width: calc(100% - 95px);
}

.aux_cep {
    width: 40px;
}

.editar_perfil .field_cep {
    width: calc(100% - 50px);
}

.aux_endereco {
    width: 85px;
}

.editar_perfil .field_endereco {
    width: calc(100% - 95px);
}

.aux_comp {
    width: 120px;
}

.editar_perfil .field_comp {
    width: calc(100% - 130px);
}

.aux_bairro {
    width: 55px;
}

.editar_perfil .field_bairro {
    width: calc(100% - 65px);
}

.aux_inst {
    width: 90px;
}

.editar_perfil .field_inst {
    width: calc(100% - 100px);
}

.aux_cnpj {
    width: 50px;
}

.editar_perfil .field_cnpj {
    width: calc(100% - 60px);
}

.aux_fone {
    width: 200px;
}

.editar_perfil .field_fone {
    width: calc(100% - 210px);
}

.editar_perfil .field_grau_formacao {
    width: calc(100% - 152px);
}

.editar_perfil .field_area_formacao {
    width: calc(100% - 152px);
}

.editar_perfil .field_pos_graduacao {
    width: calc(100% - 130px);
}

.editar_perfil .field_tipo_pos_graduacao {
    width: calc(100% - 164px);
}

.editar_perfil .field_area_pos_graduacao {
    width: calc(100% - 171px);
}

.editar_perfil .field_ocupacao {
    width: calc(100% - 89px);
}

.editar_perfil .field_area_ocupacao {
    width: calc(100% - 141px);
}

.editar_perfil .myCheckbox {
    margin-top: 0;
    cursor: pointer;
}

.editar_perfil .myCheckbox input {
    display: none;
    position: relative;
    z-index: -9999;
}

.editar_perfil .myCheckbox span {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    padding: 0 5px;
    margin: 0 5px 15px;
    border-radius: 4px;
    border: 1px solid #41c0f0;
    display: block;
    background: transparent;
    color: #41c0f0;
}

.editar_perfil .myCheckbox span:hover {
    background-color: #41c0f0;
    color: #FFF;
}

.editar_perfil .myCheckbox input:checked + span {
    background: #41c0f0;
    color: #FFF;
}

.editar_perfil form input[type="submit"] {
    background: none;
    background-color: #288ab1;
    border: 0;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #FFF;
    float: right;
    padding: 0 10px;
}

.editar_header .gravatar {
    width: 75px;
    float: left;
}

.editar_header .gravatar img {
    width: 100%;
    height: auto;
    border: 2px solid #288ab1;
    border-radius: 50%;
}

.editar_header h1 {
    float: left;
    margin: 0 0 0 15px;
    line-height: 75px;
}

.editar_header input {
    margin-top: 22px;
}

.editar_header a:hover, .editar_header a:focus {
    outline: none;
}

#editar_imagem .modal-dialog {
    width: 500px;
}

#editar_imagem .modal-content {
    padding: 50px 25px 75px;
}

#editar_imagem .btn {
    color: #288ab1;
    border-color: #288ab1;
}

#editar_imagem .btn:hover {
    color: #FFF;
}

#editar_imagem .btn.btn-ok {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #FFF;
}

#editar_imagem .btn.btn-ok:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

#editar_imagem .btn.btn-cancel {
    color: #FFF;
    background-color: #d9534f;
    border-color: #d43f3a;
}

#editar_imagem .btn.btn-cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

#modal_convidar.modal form select,
#modal_add_convidar.modal form select,
#modal_mudar_autor.modal form select {
    margin: 0;
    width: 100%;
    padding: 0;
    height: 34px;
}

.popup_options {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: -3px;
    margin-left: 10px;
    text-align: center;
}

.popup_options span {
    margin: 0;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: #FFF;
    display: inline-block;
    border: 1px solid #49a7a1;
}

.popup_options .btn-editar {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #288ab1;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    background-image: url('../img/editar-blue.svg');
    background-repeat: no-repeat;
    background-size: 30px;
}

.popup_options .btn-editar:hover, .popup_options .btn-editar:focus {
    text-decoration: none;
    color: #288ab1;
}

.popup_options a {
    padding: 0 10px 0 45px;
    background-position: 10px 0;
}

.popup_options .btn-deletar {
    display: inline-block;
}

.popup_options hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #49a7a1;
}

.popup_options .pop, .popup_options_topic .pop {
    background-color: #ffffff;
    border: 2px solid #49a7a1;
    padding: 20px;
    cursor: auto;
    width: 160px;
    position: absolute;
    margin-left: -70px;
    top: 30px;
    z-index: 9;
    display: none;
}

.popup_options.open .pop, .popup_options_topic.open .pop {
    display: block;
}

.popup_options .pop:before, .popup_options_topic .pop:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #ffffff transparent;
    border-style: solid;
    border-width: 13px;
    margin-left: 45.5px;
    margin-top: -45px;
    -webkit-filter: drop-shadow(0px -3px 0px #49a7a1);
    -moz-filter: drop-shadow(0px -3px 0px #49a7a1);
    -ms-filter: drop-shadow(0px -3px 0px #49a7a1);
    -o-filter: drop-shadow(0px -3px 0px #49a7a1);
    filter: drop-shadow(0px -3px 0px #49a7a1);
}

.popup_options_topic ul {
    padding: 0;
    text-align: center;
}

.popup_options_topic ul li {
    list-style: none;
    margin-bottom: 25px;
}

.popup_options_topic ul li:last-child {
    margin-bottom: 0;
}

.popup_options_topic ul li a {
    color: #315970;
    font-size: 13px;
    font-weight: bold;
    padding: 0;
}

.popup_options_topic ul li a:hover, .popup_options_topic ul li a:focus,
.popup_options_topic ul li.active a {
    color: #49a7a1;
    text-decoration: none;
}

.popup_options_topic {
    position: absolute;
    right: 20px;
    margin: 0;
    top: 8px;
}

.popup_options_topic img {
    cursor: pointer;
}

.popup_options_topic .pop {
    margin-left: -120px;
    border: 2px solid #41C0F0;
    top: 42px;
}

.popup_options_topic .pop:before {
    margin-left: 93.5px;
    margin-top: -44px;
    -webkit-filter: drop-shadow(0px -3px 0px #41C0F0);
    -moz-filter: drop-shadow(0px -3px 0px #41C0F0);
    -ms-filter: drop-shadow(0px -3px 0px #41C0F0);
    -o-filter: drop-shadow(0px -3px 0px #41C0F0);
    filter: drop-shadow(0px -3px 0px #41C0F0);
}

.popup_options_topic .close_pop {
    text-align: center;
    background-image: url(../img/icone_fechar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 12px;
    margin: -5px -15px 20px;
    cursor: pointer;
    line-height: 30px;
}

.arrow_scroll, .arrow_scroll_top {
    position: absolute;
    margin-left: 50px;
    text-align: center;
    width: 75px;
}

.opacity {
    opacity: 0;
}

.arrow_scroll.position_fixed {
    position: fixed;
    top: 100px;
}

.arrow_scroll span.img, .arrow_scroll_top span.img {
    background-color: #49DBA1;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
}

.arrow_scroll:hover span.img, .arrow_scroll_top:hover span.img {
    background-color: #41c0f0;
}

.arrow_scroll img, .arrow_scroll_top img {
    width: 9px;
    height: auto;
}

.arrow_scroll span.text, .arrow_scroll_top span.text {
    color: #7F97A7;
    margin-top: 9px;
    font-size: 10px;
    line-height: 20px;
}

.list_menbros {
    border-bottom: 1px solid #E2E6E8;
    padding: 15px 0;
}

.list_menbros p.min {
    padding: 23px 0;
    margin: 0;
}

#modal_membros .modal-content {
    background-color: #F4F7F9;
}

.box_avatar img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 2px solid #49DBA1;
    float: left;
    margin-right: 13px;
}

.box_avatar p {
    width: calc(100% - 79px);
    float: left;
    color: #315970;
    font-size: 18px;
    line-height: 30px;
    padding: 18px 0;
    margin: 0;
}

table tbody tr.topico_encerrado td a * {
    color: #7F97A7;
}

.form_respostas {
    margin: 0;
}

.form_respostas input[type="text"] {
    width: calc(100% - 50px);
    border: 1px solid #315970;
    border-right: 0;
    text-align: left;
    padding: 12px 14px 10px;
    color: #315970;
    margin: 0;
    float: left;
    height: 42px;
}

.form_respostas button {
    width: 50px;
    height: 42px;
    margin: 0;
    float: left;
    background-color: #FFF;
    border: 1px solid #315970;
}

.form_respostas button:hover {
    background-color: #315970;
    outline: none;
}

.form_respostas button:focus {
    outline: none;
}

.form_respostas button .img_hover {
    display: none;
}

.form_respostas button:hover .img_hover {
    display: initial;
}

.form_respostas button:hover .img_normal {
    display: none;
}

.form_respostas ::-webkit-input-placeholder {
    color: #315970;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form_respostas :-moz-placeholder {
    color: #315970;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form_respostas ::-moz-placeholder {
    color: #315970;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form_respostas :-ms-input-placeholder {  
    color: #315970;
    font-style: italic;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form_respostas input[type="text"]:focus::-webkit-input-placeholder {
   color: transparent !important;
}

.loader {
    width: 100%;
    height: 50px;
    background-image: url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
}

#content_search {
    display: none;
}

#content_search .list-respostas .clearfix:first-child {
    border-top: 0;
    padding-top: 0;
}

.text_destak {
    background-color: #49DBA1;
    padding: 3px 4px;
}

.responsive_forum {
    border: 1px solid #49A7A1;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    display: block;
    margin-bottom: 15px;
}

.responsive_forum p.min {
    font-size: 10px;
    color: #49A7A1;
}

.responsive_forum:hover, .responsive_forum:focus, .responsive_forum *:hover, .responsive_forum *:focus {
    outline: none !important;
    text-decoration: none !important;
}

.responsive_forum p.min.text-right {
    color: #315970;
}

.responsive_forum p.min.text_descricao {
    color: #315970;
}

.responsive_topico {
    border: 0;
    background-color: #EDF0F2;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 30px 15px 20px;
    display: block;
    margin-bottom: 10px;
}

.responsive_topico:hover, .responsive_topico:focus, .responsive_topico *:hover, .responsive_topico *:focus {
    outline: none !important;
    text-decoration: none !important;
}

.responsive_topico * {
    color: #315970;
}

.responsive_topico p {
    font-size: 13px;
    line-height: 20px;
}

.responsive_topico p.min {
    font-size: 10px;
    line-height: 20px;
}

.responsive_topico span {
    background-position: left 0px;
    background-size: 20px;
    padding: 2px 0 2px 21px;
}

.r_topico_encerrado * {
    color: #7F97A7;
}

.r_pop {
    background: rgba(49, 89, 112, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    display: table;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.r_pop.open {
    right: 0;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.r_pop .content {
    background: #FFFFFF;
    border: 2px solid #41C0F0;
    box-sizing: border-box;
    padding: 20px;
    width: 80%;
    text-align: center;
}

.r_pop .close_pop {
    font-style: italic;
    font-weight: normal;
    line-height: 20px;
    font-size: 10px;
    color: #315970;
    background-image: url(../img/icone_fechar.svg);
    background-repeat: no-repeat;
    background-position: center right;
    margin-bottom: 15px;
    background-size: 20px;
}

.r_pop .content ul {
    padding: 0;
    margin: 0;
}

.r_pop .content ul li {
    list-style: none;   
}

.r_pop .content ul li a {
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    font-size: 13px;
    width: 100%;
    color: #315970;
    margin-top: 7px; 
}

.min.collapsed i {
    font-style: normal;
}

.min.collapsed i.v {
    display: inline-block;
}

.min i.v {
    display: none;
}

.min.collapsed i.h {
    display: none;
}

.min i.h {
    display: inline-block;
}

.sec-search-respostas {
    position: relative;
    padding: 0;
    height: 106px;
}

.sec-search-respostas .aux {
    background-color: #FFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.sec-search-respostas .aux.fixed {
    position: fixed;
    top: 0;
    width: calc(100% - 200px);
    z-index: 999;
    padding: 15px 0;
}

.sec-search-respostas .aux p {
    display: none;
    margin-bottom: 15px;
    white-space: nowrap;
}

.sec-search-respostas .aux.fixed p {
    display: block;
}

.sec-search-respostas .escrever {
    background-color: #49A7A1;
    background-image: url('../img/icon_escrever.svg');
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7.7px 15px 7.7px 45px;
    float: left;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sec-search-respostas .escrever:hover, .sec-search-respostas .escrever:focus {
    text-decoration: none;
    background-color: #315970;
}

.sec-search-respostas .form_respostas {
    width: calc(100% - 166px);
    margin-left: 30px;
    float: left;
}

.sec-search-respostas .form_respostas.not_write {
    width: 100%;
    margin-left: 0;
}

.sec-search-respostas .form_respostas input[type="text"] {
    background: #F4F7F9;
    border-radius: 4px 0 0 4px;
    border: 0;
    font-size: 15px;
    line-height: 30px;
    color: #315970;
    padding: 8.2px 15px 7.2px;
    height: auto;
}

.sec-search-respostas .form_respostas button {
    background-image: url('../img/icon_search_white.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
    background-color: #49A7A1;
    border-radius: 0 4px 4px 0;
    border: 0;
    height: 45px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sec-search-respostas .form_respostas button:hover, .sec-search-respostas .form_respostas button:focus {
    background-color: #315970;
}

.destaque_busca {
    background-color: #315970;
    color: #FFF;
    padding: 2px 6px;
}

.btn-editar-dados {
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 1.5px;
    color: #7F97A7;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url('../img/editar-municipio.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    padding-left: 35px;
    display: inline-block;
}

.btn-editar-dados:hover, .btn-editar-dados:focus {
    color: #7F97A7;
    background-color: transparent;
    text-decoration: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.modal-classic .modal-content {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px rgba(49, 89, 112, 0.5);
    border-radius: 10px;
    padding: 0;
}

.modal-classic .close-modal {
    top: 44px;
    right: 30px;
}

.modal-classic .modal-title {
    padding: 37px 30px;
}

.modal-classic .modal-body {
    padding: 30px;
    background-color: #F4F7F9;
    border-top: 2px solid #49A7A1;
    border-bottom: 2px solid #49A7A1;
}

.modal-classic .modal-footer {
    padding: 25px 30px;
    background-color: #FFF;
    border: 0;
    text-align: inherit;

    border-radius: 0 0 10px 10px;
}

.form-classic input[type=submit] {
    font-weight: bold;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-variant: small-caps;
    color: #FFFFFF;
    background: #49A7A1;
    border-radius: 4px;
    padding: 7.5px 30px;
    text-align: center;
    width: 100%;
    border: 0;
}

.form-classic input[type=submit]:hover, .form-classic input[type=submit]:focus {
    background: #49A7A1;
    color: #FFF;
    border: 0;
}

.form-classic input[type=text], .form-classic input[type=email], .form-classic select, .form-classic input[type=number] {
    background-color: #FFF;
    border: 2px solid #D8D8D8;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10.5px 10px;
    font-size: 15px;
    line-height: 30px;
    color: #315970;
    text-align: left;
    width: 100%;
    font-weight: 300;
    text-align-last: left;
    height: auto;
}

.form-classic input[type=text]:focus, .form-classic input[type=email]:focus, .form-classic select:focus, .form-classic input[type=number]:focus {
    border: 2px solid #49A7A1;
}

.form-classic p.min {
    font-size: 13px;
    line-height: 30px;
}

.form-classic p.max {
    font-size: 15px;
    line-height: 30px;
}

.form-classic hr {
    border-top: 1px solid #7F97A7;
    margin-top: 10px;
    margin-bottom: 15px;
}

.menu {
    padding: 0;
}

.menu li {
    list-style: none;
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #FFFFFF;
}

.menu li:first-child {
    padding-left: 0;
}

.menu li:last-child {
    padding-right: 0;
    border-right: 0;
}

.menu li a {
    font-weight: bold;
    font-size: 13px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.menu li a:hover, .menu li a:focus {
    color: #FFF;
    text-decoration: none;
}

.menu-gray li {
    border-right: 1px solid #7F97A7;
}

.menu-gray li a {
    color: #7F97A7;
    font-weight: 400;
}

.menu-gray li a:hover, .menu-gray li a:focus {
    color: #315970;
}

.menu-gray li.active a {
    color: #315970;
    font-weight: 700;
}

.box_gray {
    background: #F4F7F9;
    border-radius: 10px;
    padding: 30px;
}

.box_gray hr {
    border-top: 1px solid #315970;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdown-desativar {
    text-align: left;
}

.dropdown-desativar button {
    background: transparent;
    border: 0;
    padding: 0;
}

.dropdown-desativar .dropdown-menu {
    box-shadow: 0px 2px 15px rgba(49, 89, 112, 0.5);
    border-radius: 4px;
}

.dropdown-desativar .dropdown-menu a {
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    color: #FF0000;
}


@media (max-width: 1400px) {
   .content {
        width: 1000px;
        margin: 0 auto;
    } 

    .inscricoes .btn,
    .grupos .btn,
    .listagem-usuarios .btn,
    .grupos .btn,
    .listagem-usuarios .btn {
        font-size: 10px;
    }

    .listagem-usuarios ul li {
        padding: 0 1px;
    }
}

@media (max-width: 1280px) {
    .content {
        width: 1000px;
        margin: 0 auto;
    }

    #homeCarousel h1 {
        font-size: 20px;
        line-height: 30px;
    }

    h3.max {
        font-size: 14px;
        line-height: 30px;
    }

    .prin .side-left .avatar {
        margin-top: 20px;
    }

    .side-left hr {
        margin-top: 10px;
    }

    .side-left ul {
        padding: 0;
        margin: 10px 0 0;
    }

    .side-left ul li a {
        padding: 10px 20px;
        text-align: left;
    }

    .side-left ul li a img {
        margin: 0 8px 0 0;
        display: inline-block;
        position: relative;
        top: -2px;
    }

    .side-left ul li.active a img.normal {
        display: inline-block;
    }
}

@media (max-width: 1280px) and (min-width: 996px) {
    .margintsm25 {
        margin-top: 25px;
    }

    .margintsm15 {
        margin-top: 15px;
    }

    .nomargintsm {
        margin-top: 0;
    }

    .login h1 {
        font-size: 32px;
        line-height: 40px;
    }

    p.aviso {
        margin-bottom: 15px;
    }

    .login .formn input[type=text], .login .formn input[type=email], .login .formn input[type=number], .login .formn input[type=password] {
        margin-bottom: 15px;
    }
}

@media (max-width: 1215px) {
    .indicador ul:before {
        left: 9%;
    }
}

@media (max-width: 1100px) {
    .content {
        width: 100%;
    }
}

@media (max-width: 1020px) {
    .container {
        width: 100%;
    }

    .indicador ul:before {
        width: 82%;
        height: 2px;
        left: auto;
        margin-left: 8%;
    }

    .modal .modal-dialog {
        width: 90%;
    }
}

@media (max-width: 900px) {
    .indicador ul:before {
        margin-left: 7%;
    }
}

@media (max-width: 768px) {
    .criar_topico {
        margin-top: 0;
    }

    .table-responsive {
        border: 0;
        margin: 0;
    }

    select {
        border-radius: 0;
    }

    .margintm15 {
        margin-top: 15px;
    }

    .margintm20 {
        margin-top: 20px;
    }

    .margintm45 {
        margin-top: 45px;
    }

    .marginbm20 {
        margin-bottom: 20px;
    }

    .nomargintm {
        margin-top: 0;
    }

    .text-m-center {
        text-align: center;
    }

    .text-m-left {
        text-align: left;
    }

    .dark-blue-m {
        color: #315970;
    }

    .indicador ul:before {
        content: none;
    }

    .indicador ul li:before {
        content: none;
    }

    .indicador ul li {
        width: 100%;
    }

    form .text-right {
        text-align: center;
    }

    .col-sm-12.text-center.nav-footer {
        padding: 15px;
    }

    .side-left {
        display: none;
    }

    .prin .side-right {
        float: initial;
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 0 12px;
    }

    .margint85 {
        margin-top: 48px;
    }

    .margint60 {
        margin-top: 36px;
    }

    .margint45 {
        margin-top: 24px;
    }

    .margint30 {
        margin-top: 15px;
    }

    .margintm30 {
        margin-top: 30px;
    }

    .box_conteudo .body {
        padding: 24px;
    }

    .arquivo {
        margin-bottom: 24px;
    }

    .navbar {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    }

    .navbar .box_mensagem {
        float: left;
        width: 45px;
        margin: 18px 0;
    }

    .navbar .logo {
        float: left;
        width: calc(100% - 45px - 45px);
    }

    .navbar .menu_responsive {
        float: left;
        width: 45px;
        margin: 17px 0;
    }

    .navbar .menu_responsive .botton_menu {
        float: right;
        padding: 0;
        margin: 0;
    }

    .navbar .menu_responsive .botton_menu img.fechar {
        display: none;
    }

    .navbar .menu_responsive .botton_menu.open img.fechar {
        display: inline-block;
    }

    .navbar .menu_responsive .botton_menu.open img.open {
        display: none;
    }

    .logo img {
        margin: 18px auto;
    }

    .navbar {
        background-color: #FFF;
        padding: 0 12px;
        margin: 0;
    }

    .menu_responsive_box {
        position: fixed;
        z-index: 9999;
        top: 67px;
        left: 0;
        width: 100%;
        height: calc(100% - 67px);
        text-align: center;
        padding: 30px;
        opacity: 0;
        background-color: #315970;
        -webkit-transition: all 300ms cubic-bezier(0.68, 0.55, 0.265, 0.75);
        transition: all 300ms cubic-bezier(0.68, 0.55, 0.265, 0.75);
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    .menu_responsive_box.open {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    .menu_responsive_box ul {
        padding: 0;
    }

    .menu_responsive_box ul > li > a {
        padding-top: 14px;
        padding-bottom: 14px;
        display: block;
        padding-left: 5px;
        line-height: 30px;
        font-weight: 700;
        font-size: 13px;
        letter-spacing: 1.5px;
        color: #fff;
        text-transform: uppercase;
        background-color: transparent;
        text-align: left;
        border-bottom: solid 1px #7f97a7;
    }

    .menu_responsive_box ul > li:last-child > a {
        border-bottom: 1px solid transparent;
    }

    .menu_responsive_box ul > li > a > img {
        margin-right: 15px;
    }

    .menu_responsive_box ul > li > a:hover, .menu_responsive_box ul > li > a:focus {
        background-color: transparent;
        color: #fff;
        text-decoration: none;
        outline: none;
    }

    .menu_responsive_box ul > li.active > a {
        background-color: #288ab1;
        color: #FFF;
    }

    .menu_responsive_box p {
        margin: 0;
        margin-top: 90px;
        text-align: center;
        color: #FFF;
        font-weight: 300;
    }

    .menu_responsive_box p a {
        color: #FFF;
        letter-spacing: 1.3px;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 30px;
    }

    .menu_responsive_box p a:hover, .menu_responsive_box p a:focus {
        text-decoration: none;
        color: #FFF;
        outline: none;
    }

    .editar_header h1 {
        font-size: 30px;
    }

    #editar_imagem .modal-content {
        padding: 30px;
    }

    .editar_perfil .col-sm-8, .editar_perfil .col-sm-4 {
        clear: both;
    }

    h1 {
        font-size: 30px;
        line-height: 40px;
    }

    .header-conteudo {
        padding: 30px;
    }

    h1.max {
        font-size: 30px;
        line-height: 40px;
    }

    .box_licoes {
        padding: 15px;
    }

    .agenda .side-right {
        padding-top: 10px;
    }

    .calendario .date {
        width: 100%;
        padding: 20px 0;
    }

    .calendario .eventos {
        width: 100%;
        border-top: 1px solid #7f97a7;
        border-left: 0;
        padding: 0;
    }

    .panel-default > .panel-heading > a {
        padding: 10px 30px 10px 60px;
        background-position: 10px center;
        font-size: 16px;
        line-height: 22px;
    }

    .panel-default > .panel-heading img {
        position: absolute;
        right: 15px;
        margin-top: -50px;
    }

    .panel-body {
        padding: 15px;
    }

    .panel-group {
        margin-bottom: 0;
    }

    .modal input[type="text"] {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .modal input[type="submit"] {
        float: initial;
        margin-top: 15px;
    }

    .home .side-right {
        padding-top: 10px;
    }

    .destaque_noticias {
        padding: 15px 15px 15px;
        margin-bottom: 30px;
    }

    .destaque_noticias {
        padding: 15px 15px 45px;
        margin-bottom: 30px;
    }

    .destaque_noticias h1 {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 30px;
        min-height: 120px;
        margin-top: 10px;
    }

    #homeCarousel .carousel-indicators {
        left: 50%;
    }

    .destaque_notas p.nomargin.bold {
        margin-bottom: 0;
    }

    .comunicado p strong {
        margin-right: 10px;
    }

    .comunicado p {
        font-size: 14px;
        line-height: 22px;
    }

    .destaque_notas .blue-dark {
        min-height: auto;
    }

    .box_agenda {
        margin-top: 30px;
    }

    .box_agenda .box_data_agenda {
        border-radius: 5px;
    }

    html, body {
        max-width: 100%;
    }

    .header-forum, .header {
        padding: 30px 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }

    .forum table tbody * {
        word-wrap: break-word;
    }

    .forum table tbody tr td {
        min-width: 220px;
    }

    .forum table tbody tr td:first-child {
        max-width: 150px;
        min-width: 150px;
    }

    .forum table tbody tr td:last-child {
        max-width: auto;
        width: auto;
        min-width: auto;
    }

    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding: 0;
    }

    .row {
        margin: 0;
    }

    .row.margint30 {
        margin-top: 15px;
    }

    .row.margint60 {
        margin-top: 30px;
    }

    .prin {
        margin-top: 67px;
    }

    .prin .side-right {
        padding-bottom: 30px;
        min-height: calc(100% - 67px);
    }

    .modal-content {
        padding: 30px 15px 15px;
    }

    .modal-body {
        padding: 0;
    }

    .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
    }

    .respostas .header {
        padding: 15px 0;
    }

    .btn-arquivo {
        margin-bottom: 15px;
    }

    .list-respostas .clearfix .btn_respondendo {
        margin-bottom: 15px;
    }

    .modal .nome_respondendo {
        position: initial;
        margin-bottom: 15px;
    }

    .panel {
        margin-bottom: 20px;
    }

    body * {
        word-wrap: break-word;
    }

    #myModal-mensagem.modal .modal-dialog, #myModal-novo-grupo.modal .modal-dialog, #modal_convidar.modal .modal-dialog, #modal_add_convidar .modal-dialog {
        width: 90%;
        margin: 0 auto;
    }

    .box-filtros .conteudo {
        height: 150px;
    }

    .modal-header {
        padding: 0;
    }

    .licao form {
        margin-top: 0;
    }

    #modal_paginas .modal-content {
        width: 90%;
    }

    .box_licoes .img {
        width: 70px;
        height: 70px;
    }

    .box_licoes {
        padding: 10px;
    }

    .box_licoes .img {
        width: 100px;
        height: 100px;
        margin-right: 15px;
    }

    .box_licoes .conteudo {
        width: calc(100% - 115px) !important;
    }

    .parabens .body {
        padding: 15px;
    }

    .parabens .body a.btn-gray {
        margin-bottom: 15px;
    }

    .arrow_scroll, .arrow_scroll_top {
        position: inherit;
        text-align: center;
        margin: -25px auto 15px;
        display: block;
    }

    .list-respostas .clearfix .avatar {
        width: 60px;
    }

    .list-respostas .clearfix .avatar img {
        width: 60px;
        height: 60px;
    }

    .list-respostas .clearfix .conteudo {
        width: calc(100% - 60px);
    }

    .list_respostas_v2 .list-respostas .clearfix, .list_respostas_v2 .list-respostas .clearfix .list-respostas .clearfix:first-child {
        margin-bottom: 0;
    }

    .list-respostas .clearfix.active .aux-ver-mais {
        display: block;
        padding-bottom: 15px;
        margin-top: 15px;
        border-bottom: 1px solid #7F97A7;
    }

    .ver-mais {
        color: #7F97A7;
        background-image: url('../img/icon_arrow_down_blue.svg');
        background-position: center right;
        padding-left: 0;
        padding-right: 24px;
    }

    .list-respostas .clearfix.show .ver-mais {
        background-image: url('../img/icon_arrow_up_blue.svg');
    }

    .sec-search-respostas {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 999;
        height: auto;
    }

    .sec-search-respostas .aux, .sec-search-respostas .aux.fixed {
        position: initial;
        width: 100%;
        padding: 10px;
        background: #F4F7F9;
        box-shadow: 0px -3px 4px rgba(127, 151, 167, 0.2);
    }

    .sec-search-respostas .aux .content {
        padding: 0;
    }

    .sec-search-respostas .escrever {
        background-color: transparent;
        color: #49A7A1;
        background-image: url('../img/icon_escrever_green.svg');
        padding: 7.7px 15px 7.7px 30px;
        background-position: left center;
    }

    section {
        padding: 30px 0;
    }

    .mais-antigas {
        margin-bottom: 70px;
    }

    .sec-search-respostas .form_respostas {
        width: 100%;
        margin: 15px 0 0;
        float: inherit;
        display: none;
    }

    .sec-search-respostas .form_respostas.show {
        display: inline-block !important;
    }

    .sec-search-respostas .form_respostas input[type="text"] {
        background: #FFF;
    }

    #content_search {
        margin-bottom: 150px;
    }

    .aux-row {
        margin-left: -15px;
        margin-right: -15px;
        clear: both;
    }

    .abertura section {
        width: 100%;
        height: auto;
        display: inherit;
    }

    .abertura section .aux {
        display: inherit;
        vertical-align: inherit;
    }

    .abertura, .index section.abertura, .login section.abertura {
        background: #FFF;
        padding: 0;
    }

    .abertura .aux-row img {
        width: 100%;
    }

    .abertura .box_icons_abertura {
        margin-bottom: 45px;
        display: flex;
    }

    .abertura .row .col-sm-4:last-child .box_icons_abertura {
        margin-bottom: 0;
    }

    .abertura img {
        float: left;
    }

    .abertura .box_text {
        width: calc(100% - 76px);
        padding-left: 15px;
        float: left;
        padding-top: 15px;
        text-align: left;
    }
}

@media (max-width: 520px) {
    #editar_imagem .modal-dialog {
        width: 90%;
    }

    .box_conteudo .col-xs-9 {
        width: 100%;
    }

    .box_conteudo .col-xs-3 {
        width: 100%;
        text-align: center;
    }

    .btn-arquivo {
        margin: 0 0 15px;
        display: block;
    }

    .list-respostas .clearfix .btn_respondendo {
        margin-bottom: 15px;
        line-height: 110%;
        padding: 10px 0 10px 30px;
        width: 100%;
    }

    .paginacao li {
        padding-bottom: 15px;
        display: inline-block;
    }

    .paginacao li a .circle {
        left: 5px;
        z-index: 999;
    }

    .paginacao li a .line {
        width: 30px;
    }

    article p, article li {
        font-size: 15px;
        line-height: 25px;
    }

    #content_list_resposta {
        margin-bottom: 60px;
    }
}

@media (max-width: 480px) {
    .margint85 {
        margin-top: 24px;
    }

    .margint75 {
        margin-top: 30px;
    }

    .margint60 {
        margin-top: 24px;
    }

    .editar_header h1 {
        font-size: 16px;
        line-height: 60px;
    }

    .editar_header .gravatar {
        width: 60px;
    }

    h2 {
        font-size: 18px;
        line-height: 32px;
    }

    h3 {
        font-size: 14px;
        line-height: 20px;
    }

    p.max {
        font-size: 16px;
        line-height: 24px;
    }

    p {
        font-size: 16px;
        line-height: 26px;
    }

    .editar_perfil form input[type="submit"] {
        float: initial;
        clear: both;
        margin: 30px auto 0;
        display: block;
    }

    #editar_imagem .modal-content {
        padding: 20px 15px;
    }

    .index section {
        height: auto;
        padding: 18px 0;
    }

    .index section .img-responsive.img-centered {
        width: auto;
        height: 30px;
    }

    .menu_responsive_box p {
        margin-top: 30px;
    }

    .field_aux {
        margin-left: 8px;
    }

    .aux_email {
        width: 42px;
    }

    .editar_perfil .field_email {
        width: calc(100% - 50px);
    }

    .aux_cpf {
        width: 42px;
    }

    .editar_perfil .field_cpf {
        width: calc(100% - 50px);
    }

    .aux_sexo {
        width: 42px;
    }

    .editar_perfil .field_sexo {
        width: calc(100% - 50px);
    }

    .aux_tel {
        width: 90px;
    }

    .editar_perfil .field_tel {
        width: calc(100% - 98px);
    }

    .aux_celular {
        width: 50px;
    }

    .editar_perfil .field_celular {
        width: calc(100% - 60px);
    }

    .aux_data {
        width: 90px;
    }

    .editar_perfil .field_data {
        width: calc(100% - 100px);
    }

    .aux_prof {
        width: 65px;
    }

    .editar_perfil .field_prof {
        width: calc(100% - 75px);
    }

    .aux_uf {
        width: 25px;
    }

    .editar_perfil .field_uf {
        width: calc(100% - 35px);
    }

    .aux_mun {
        width: 70px;
    }

    .editar_perfil .field_mun {
        width: calc(100% - 78px);
    }

    .aux_cep {
        width: 40px;
    }

    .editar_perfil .field_cep {
        width: calc(100% - 50px);
    }

    .aux_endereco {
        width: 70px;
    }

    .editar_perfil .field_endereco {
        width: calc(100% - 78px);
    }

    .aux_comp {
        width: 98px;
    }

    .editar_perfil .field_comp {
        width: calc(100% - 106px);
    }

    .aux_bairro {
        width: 55px;
    }

    .editar_perfil .field_bairro {
        width: calc(100% - 65px);
    }

    .aux_inst {
        width: 72px;
    }

    .editar_perfil .field_inst {
        width: calc(100% - 80px);
    }

    .aux_cnpj {
        width: 50px;
    }

    .editar_perfil .field_cnpj {
        width: calc(100% - 58px);
    }

    .aux_fone {
        width: 175px;
    }

    .editar_perfil .field_fone {
        width: calc(100% - 183px);
    }

    .editar_perfil form input[type="email"], .editar_perfil form input[type="text"] {
        font-size: 16px;
    }

    .editar_perfil .myCheckbox span {
        font-size: 10px;
        line-height: 26px;
        margin: 0 5px 10px;
    }

    .header-conteudo {
        padding: 15px;
    }

    h1.max {
        font-size: 26px;
        line-height: 36px;
    }

    .list-respostas .clearfix .avatar {
        width: 50px;
    }

    .list-respostas .clearfix .avatar img {
        width: 50px;
        height: 50px;
    }

    .list-respostas .clearfix .conteudo {
        width: calc(100% - 50px);
        padding-left: 10px;
    }

    .box-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 320px) {
    .editar_header h1 {
        font-size: 14px;
        line-height: 60px;
    }

    .editar_header .gravatar {
        width: 60px;
    }

    p.min {
        font-size: 12px;
    }
}