@import "bootstrap-hacks.css";
/** Estilização do logo UFGDNet   **/
.ufgdnet-band {
  background: none repeat fixed 0 0 #F2F2F2 !important;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  display: block;
  font-family: tahoma;
  height: 70px;
  text-align: center;
  width: 100%;
}
/* Estilos do rodapé independente de tamanho de tela */
.rodape {
  width: 100%;
}
.rodape-inner {
  width: 98%;
  padding: 5px 1% 5px 1%;
  background-color: #FFF;
  border-top: 1px solid #cccccc;
  min-height: 20px;
}
.separador-rodape {
  padding-left: 5px;
  padding-right: 5px;
}
/*====================================================================*/
/* Estilos do alert */
.alert {
  margin: 5px 3%;
}
.alert p {
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/***
Estilos relacionados a tabelas independente de tela
***/
.table-apps {
  margin-top: 10px;
  margin-bottom: 10px;
}
table tbody tr:hover td:first-child,
ul.tabular li:hover {
  border-left: solid 1px #0044cc !important;
}
.legend-table {
  text-align: right;
  border: 0;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: inherit;
}
.tr-ativo {
  border: 0 !important;
  background-color: #FBEC88 !important;
}
.table-condensed form {
  display: inline;
}
tr.linha-tabela,
td.linha-tabela {
  cursor: pointer;
}
.link-table {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
}
.link-table:hover {
  text-decoration: none;
}
/*====================================================================*/
/***

Estilos utilitários em FORMULÁRIOS (BOTÕES, INPUTS E ETC)

***/
/*  Estilos dos forms principais*/
.main-form {
  margin: 15px;
}
.form-span {
  line-height: 20px;
  margin-top: 5px;
  display: inline-block;
  margin-left: 0;
  font-weight: bolder;
}
/*====================================================================*/
/***

Estilos utilitários em HEADERS e FIELDSETS

***/
h3.discreto {
  color: #999;
  margin: 1px 4px;
  padding-top: 4px;
  line-height: 19px;
}
h2.discreto {
  margin: 1px 8px;
  padding-top: 4px;
  line-height: 22px;
  font-size: 22px;
}
legend {
  margin-bottom: 10px;
}
div h1 {
  text-align: left;
  margin: 50px 10px 10px 30px ;
}
div fieldset div h3 {
  text-align: left;
  margin-bottom: 5px;
}
div fieldset div.coluna {
  width: 31%;
  padding: 1%;
  float: left;
  border-left: solid 1px #006400;
}
div fieldset div p {
  margin: 1px;
}
legend.secundario {
  width: auto;
  top: -62px;
  position: relative;
  border-bottom: none;
  font-size: 12px;
  margin-bottom: -27px;
}
/*====================================================================*/
/****
        media queries para telas MAIORES
****/
@media (min-width: 840px) {
  /* Estilos do corpo do documento e container principal*/
  .conteudo-scroll {
    overflow: auto;
  }
  /* Estilos do rodapé */
  .rodape {
    position: fixed;
    bottom: 0;
    z-index: 2;
  }
  .rodape-esquerdo {
    float: left;
    display: inline-block;
  }
  .rodape-direito {
    float: right;
    display: inline-block;
  }
}
/****
        media queries para telas MENORES
****/
@media (max-width: 839px) {
  /*  Estilos do rodapé */
  .rodape-inner {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  .rodape-inner a {
    display: block;
  }
  .rodape-inline {
    display: inline !important;
  }
  .hidden-mobile {
    display: none;
  }
}
input,
textarea,
.uneditable-input {
  width: 220px;
}
.control-group {
  margin-bottom: 0;
}
.page-header {
  border-bottom: 1px solid #EEEEEE;
  margin: 10px 0;
  padding-bottom: 5px;
}
.page-header h1 {
  line-height: 1;
  margin: 30px 10px 10px 0;
  text-align: left;
}
h1 {
  font-size: 22px;
  line-height: 36px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
  text-rendering: optimizelegibility;
}
.ufgdnet-band {
  background: none repeat fixed 0 0 #F2F2F2 !important;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  display: block;
  height: 70px;
  width: 100%;
  font-family: tahoma;
  text-align: center;
}
.logo-ufgdnet {
  border: 0 none;
  float: left;
  margin-left: 50px;
  margin-top: 10px;
  text-align: left;
  width: 140px;
}
.required {
  font-size: 18px;
}
.container form {
  margin-bottom: 60px;
}
.imagem-captcha {
  text-align: center;
  border: 1px solid #CECECE;
  border-bottom: none;
  min-height: 50px;
}
.container {
  width: 320px;
}
.dimensoes_formulario {
  width: 280px !important;
}
.btn-nova-captcha {
  width: 105px !important;
  margin-left: -1px !important;
}
.msg-erro-titulo {
  color: #b3a3a3;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 7px;
}
.msg-erro-descricao {
  color: #b3a3a3;
  width: 400px;
}
#dialogo-erro {
  left: 50%;
  margin-left: -400px;
  width: 800px;
}
/****
      TELAS MENORES
****/
@media (max-width: 768px) {
  .container form {
    margin-bottom: 25px;
  }
  form button,
  form input {
    width: 100%;
  }
  .logo-ufgdnet {
    float: none;
    margin-left: 0;
  }
  .page-header h1 {
    text-align: center;
  }
  .botoes {
    margin-top: 5px;
  }
}
