﻿div {
  padding: 0px;
}
.marcacao {
  border: 1px solid #F00;
}
.oculto {
  display: none;
}
.icone-filtro {
  background-image: url(../../image/icone-filtro.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 8px 10px 8px 10px;
}
.icone-pasta {
  background-image: url(../../image/icone_pasta.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 20px;
}
.icone-arquivo {
  background-image: url(../../image/icone_arquivo.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 20px;
}
.icone-pasta-vazia {
  background-image: url(../../image/icone_pastaVazia.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 20px;
}
.icone-pasta-fechada {
  background-image: url(../../image/icone_pastaFechada.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 20px 15px 20px;
}
.icone {
  padding: 15px 20px 15px 20px;
  margin-top: -5px;
  margin-right: 10px;
  float: left;
  display: block;
}
.icone-unip {
  display: block;
  background-image: url(../../image/logo_unip.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
}
body.presencial .icone-unip {
  background-image: url(../../image/logo_unip_presencial.png);
}
.icone-perfil {
  background-image: url(../../image/foto_perfil.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 30px 5px 30px;
}
.icone-perfil-menor {
  background-image: url(../../image/foto_perfil_menor.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 5px 20px 5px 20px;
}
body .icone-pesquisa {
  background-image: url(../../image/icone_pesquisa.png);
  background-repeat: no-repeat;
  background-position: center;
}
.pagina-cabecalho {
  border-top: 10px solid #262626;
  background-color: #b5b5b5;
  margin: 0px;
  height: auto;
  padding-top: 10px;
}
.pagina-cabecalho.login {
  height: 150px;
}
.form-login {
  background-color: #b5b5b5;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 40px 15px 30px 15px;
}
.margem-top-grande {
  margin-top: 48px;
}
.margem-top-medio {
  margin-top: 40px;
}
.margem-top {
  margin-top: 18px;
}
.botao {
  border: none;
  background-color: #676767;
  min-width: 100px;
  text-align: center;
  float: left;
  min-height: 33px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body .botao:hover {
  background-color: #262626;
  color: #d5d5d5;
}
.botao-default {
  background: none;
  border: none;
  background-color: #676767;
  color: #eee;
  display: block;
  text-align: center;
}
.botao-link {
  background: none;
  border: none;
  background-color: #333333;
  color: #eee;
  display: block;
  text-align: center;
}
.botao > a {
  text-decoration: none;
  color: #eee;
}
.texto-grande {
  font-size: 2em;
}
.texto-base {
  color: #666;
}
.cor-fundo {
  background-color: #676767;
}
.cor-base {
  background-color: #333333;
}
body .sem-float {
  float: none !important;
}
body .sem-padding {
  padding: 0px;
}
.width-auto {
  width: 100%;
}
.padrao-rodape {
  width: 80%;
  margin-left: 10%;
  border-top: 1px solid #ddd;
  color: #ddd;
  font: 0.9em;
  text-align: center;
  padding-top: 10px;
}
.sem-padding {
  padding: 0px;
  margin: 0px;
}
.botao-menu {
  color: #d5d5d5;
}
.botao-menu:hover {
  background-color: #262626;
  border-radius: 0px;
  color: #676767;
}
.botao-menu.checked {
  background-image: url(../../image/seta_botao.png);
  background-repeat: no-repeat;
  background-position: 10px 100%;
  background-color: #262626;
  border-radius: 0px;
}
.resultado {
  background-color: #FFF;
  padding: 10px 1% 0px 1%;
}
.resultado > ul > li > a.lista-cascata {
  padding-left: 10px;
  background-color: #FFF;
  border: none;
  border-top: 1px solid #b5b5b5;
}
.resultado > ul > li li > a {
  padding-left: 30px;
}
.resultado > ul > li li li > a {
  padding-left: 50px;
}
.resultado > ul > li li li li > a {
  padding-left: 60px;
}
.resultado > ul > li li li li li > a {
  padding-left: 80px;
}
.lista-cascata {
  display: block;
  padding: 10px;
  margin: 0px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #d5d5d5;
  border: 1px solid #b5b5b5;
  color: #262626;
}
.texto-icone {
  margin-left: 40px;
  white-space: pre-line;
}
.lista {
  display: block;
  padding: 9px;
  margin: 0px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
li.par .lista {
  background-color: #d5d5d5;
}
.reset-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.formulario {
  background-color: #d5d5d5;
  margin-top: 20px;
  padding: 20px 3% 20px 3%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.lista-cascata > span {
  display: block;
}
.form-h3 {
  border: 1px solid #333333;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1.4em;
  color: #333333;
  padding: 5px;
}
.form-titulo {
  border: 1px solid #b5b5b5;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 7px 10px 7px 4%;
  text-align: justify;
}
.form-grupo {
  margin-top: 15px;
  background-color: #e4e4e4;
  border: 1px solid #b5b5b5;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form-texto {
  padding-left: 2%;
}
body .visivel-ie9 {
  display: block\9;
}
body .open-block > .menu-suspenso {
  display: block;
}
.menu-suspenso {
  padding: 5px 10% 5px 10%;
}
.label-menu {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  border-top: none;
  border-left: none;
  border-right: none;
  display: block;
  padding: 5px;
  cursor: pointer;
}
.label-menu:hover {
  background-color: #d5d5d5;
}
.barra-fixa {
  background-color: #262626;
  border: 1px solid #262626;
  padding: 5px 12% 0px 8%;
}
tr.par {
  background-color: #d5d5d5;
}
@media (max-width: 768px) {
  .margem-top-grande {
    margin-top: 0px;
  }
  .oculto-mobile {
    display: none;
  }
}
/*# sourceMappingURL=template.css.map */