<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 * Arquivo: informacao.css
 *
 * @author  Guilherme Rojas &lt;guilhermehrojas@gmail.com&gt; / LOB
 *
 *-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
h1 {
  text-align: center;
  }

p.descricao {
  margin: 0 auto;
  padding-bottom: 12px;
  width: 60%;
  font-size: 1.2em;
  }

.info, .success, .warning, .error, .validation {
  margin: 0 auto;
  font-size: 1.2em;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 22px;
  text-align: center;
  width: 80%;
  }

/*
.info {
  color: #00529B;
  background-color: #D9EDF7;
  border: 1px solid #00529B;
  }
*/
.warning {
  margin: 0 auto;
  font-size: 1.2em;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 22px;
  text-align: center;
  width: 80%;
  color: #9F6000;
  background-color: #fcffd4;
  border: 1px solid #fcffe2;
  }

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  border: 1px solid #4F8A10;
  }

.info {
  margin: 0 auto;
  font-size: 1.2em;
  background-color: #D9EDF7;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #BCE8F1;
  color: #31708F;
  margin-bottom: 22px;
  text-align: center;
  width: 80%;
  }

.box-centralizado {
  margin: 0 auto;
  font-size: 1.2em;
  background-color: #fff;
  border-radius: 4px;
  padding: 15px;
  border: none;
  margin-bottom: 22px;
  text-align: center;
  width: 80%;
  }

.error {
  color: #A52A2A;
  background-color: #FFBABA;
  }

p.atencao,div.atencao {
  margin: 0 auto;
  font-size: 0.9em;
  line-height: 1.3em;
  background-color: #D9EDF7;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #BCE8F1;
  color: #31708F;
  margin-bottom: 22px;
  text-align: center;
  width: 30%;
  float: right;
  position: relative;
}

p.informativo {
  margin: 0 auto;
  font-size: 1em;
  background-color: #D9EDF7;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #BCE8F1;
  color: #31708F;
  margin-bottom: 22px;
  text-align: center;
  width: 80%;
  position: relative;
}

div.informativo {
  margin: 0 auto;
  font-size: 1.2em;
  background-color: #D9EDF7;
  border-radius: 4px;
  padding: 15px;
  border: 1px solid #BCE8F1;
  color: #31708F;
  margin-bottom: 22px;
  text-align: center;
  width: 63%;
  float: left;
  position: relative;
  display: table;
}

p.informativo&gt;span#aviso-titulo, div.informativo&gt;span#aviso-titulo {
  margin-top: 12px;
  font-weight: bold;
  display: block;
  margin-bottom: 6px;
  }

p.informativo&gt;span.aviso, div.informativo&gt;div.aviso{
  width: 90%;
  display: block;
  text-align: justify;
  margin: 0 auto;
  border-left: 2px solid #31708F;
  padding-left: 6px;
  margin-top: 12px;
  }

p.atencao,div.atencao { 
  background-color: #FEEFB3;
  color: #9F6000;
  border: 1px solid #9F6000;
  }

p.atencao&gt;span.aviso, div.atencao&gt;div.aviso {
  width: 90%;
  display: block;
  text-align: justify;
  margin: 0 auto;
  padding-left: 6px;
  margin-top: 12px;
  border-left: 2px solid #8a6d3b !important;
}

p.informativo-descricao {
  padding: 6px 12px;
  margin: 0px 12px;
  }

dl.informativo {
  margin: 0 auto;
  padding-bottom: 22px;
  }

dt.informativo {
  border: 1px solid #BCE8F1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  display: block;
  font-size: 1.8em;
  padding: 12px 0;
  font-weight: bolder;
  width: 100%;
  background-color: #D9EDF7;
  text-align: center;
  }

dd.informativo {
  border: 1px solid #BCE8F1;
  border-top: 0px;
  display: inline-block;
  font-size: 1.2em;
  text-align: justify;
  width: 100%;
  margin-left: 0px;
  background: rgba(100, 100, 255, 0.1);
  }

p.erro, div.erro {
  background-color: #f2dede !important; /* bootstrap color */
  border: 1px solid #ebccd1 !important; /* bootstrap color */
  color: #a94442 !important; /* bootstrap color */
  }

p.sucesso {
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
  color: #3c763d !important;
  }

.btn {
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
  color: #31708F !important;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 1.2em;
  margin: 0 auto;
  }

.btn:hover {
  background-color: #31708F;
  border: 1px solid #31708F;
  color: #FFFFFF !important;
  text-decoration: none !important;
  }

span.marcador {
  margin-top: 4px;
  padding-bottom: 6px;
  padding-left: 22px;
  background: url(../images/marcador.png) no-repeat left 2px;
  display: block;
  clear: right;
  }

/* Titulos */
@media screen and (max-width: 700px) {
 h1 {
    font-size: 1.6em;
    }
 p.informativo, div.informativo {
    border-left: 0px;
    border-right: 0px;
    border-radius: 0px;
    width: 100%;
    padding: 15px 0;
  }
  p.informativo&gt;span.aviso, div.informativo&gt;span.aviso {
    padding-right: 10px !important;
    }
  }


/* Botao */


/* serve para deixar os botoes lado a lado na mesma linha */
#container div{
    display:inline-block;
    width:130px;
  }

#mural_duvidas {
  color:red;
  }

.cell0,.cell1 {
  width:15%;
  }

.cell2 {
  width:70%;
  }



.progress{
  display: none;
  margin-top: 10px;
}
.progress-bar-success{
  height: 20px;
  border:solid 1px #d6e9c6;
  background-color: #dff0d8 !important;
  color:#3c763d !important;
}</pre></body></html>