/* fonte padrao */
body {
  font-family: Verdana, Geneva, sans-serif;
}

.container {
  margin: 0 auto;
  width: 80%;
}

/* menu accordion */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 99%;
  /* border: none; */
  border-top: 0px solid #c0c2c7;
  border-left: 0px solid #c0c2c7;
  border-right: 0px solid #c0c2c7;
  border-bottom: 1px solid #c0c2c7;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
}

.active,
.accordion:hover {
  background-color: #f5f5f5;
}

.accordion:after {
  content: '\2193';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2191";
}

.panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* barra get */
.row {
  align-items: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 7px;
  padding: 5px;
  width: 98%;
  height: 32px;
  background-color: #ebf3fb;
  border: 1px solid #61affe;
  cursor: pointer;
}

.cell {
  font-size: 14px;
  border-top: 0px;
  align-items: left;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding: 5px;
  width: 98%;
  background-color: #ebf3fb;
  border: solid #61affe;
  border-width: 0 1px 1px 1px;
}

.box-getpost {
  padding: 5px;
  background-color: #61affe;
  color: #fff;
  font-weight: bold;
}

.box-parameters {
  width: 97.5%;
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 8px 10px;
  margin: 4px 2px;
}

.box-curl {
  width: 97.5%;
  display: inline-block;
  color: #000;
  padding: 8px 10px;
  margin: 4px 2px;
}

.span-titulo {
  padding: 5px;
  font-weight: bold;
}

/* botao */
.button {
  float: left;
  background-color: #4990e2;
  border: none;
  color: white;
  padding: 8px 40px;
  text-align: center;
  text-decoration: none;
  /*display: inline-block;*/
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  width: 49%;
}



/* div nome */
.div-nome {
  display: inline-block;
  color: #000;
  padding: 8px 10px;
  margin: 4px 2px;
  width: 15%;
  font-weight: bold;
  border: solid #c7d0d9;
  border-width: 0 0 1px 0;
  vertical-align: top;
}

/* div descricao */
.div-descricao {
  display: inline-block;
  color: #000;
  padding: 8px 10px;
  margin: 4px 2px;
  width: 79%;
  font-weight: bold;
  border: solid #c7d0d9;
  border-width: 0 0 1px 0;
  vertical-align: top;
}

/* inicio animacao carregando */
.caixa-posicao {
  position: fixed;
  left: 0px;
  top: 20px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 9999;
}

.texto-formatacao {
  font-size: 16px;
  text-align: center;
  border: 1px #000 solid;
  width: 180px;
  height: 60px;
  padding: 5px;
  background-color: #FFF !important;
}

.imagem-formatacao {
  vertical-align: middle;
}

/* fim animacao carregando */

.btn {
  background: #7d8293;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding: 5px;
  margin: 10px;
  display: flex;
  justify-content: flex-end;
  float: right;
  position: absolute;

}

.input {
  height: 15px;
  margin-top: 10px;
  padding: 8px 10px;
}