/*@import url('fonts/opensans_regular_macroman/stylesheet.css');*/
@import url("menu.css");
@import url("home.css");
@import url("rodape.css");

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#div_doacao_voluntaria ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
}

#div_doacao_voluntaria ul {
  padding-left: 0px;
}

.bloco_doacao {
  /* display: none; */
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}

.div_input_outro_valor {
  width: 100px;
  display: inline-block;
}

.bloco_doacao_titulo {
  text-align: left;
  font-size: 20px;
}

.branco {
  color: #ffffff !important;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.italic {
  font-style: italic;
}
.left {
  float: left;
}
.right {
  float: right !important;
  right: 0;
}
.bold {
  font-weight: bold;
}
.botao_filtrar {
  float: right;
  margin-top: -68px;
}

.imagem_org2 {
  background-size: contain;
  height: 250px;
  width: 320px;
  background-repeat: no-repeat;
  float: left;
  margin: 0 30px 10px 30px;
  line-height: 18px;
  /* border: 1px solid #ccc; */
  background-position: top;
  /* background-color: #ccc; */
}

.evento_li li {
  list-style: none;
  font-size: 14px;
  text-align: right;
}

.bloco_dados_evento {
  text-align: center;
}

.titulo_pq_evento {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}

.img_kit_foto2 {
  width: 100%;
  height: 240px;
  background-size: cover;
  cursor: pointer;
  margin-left: 0px !important;
  margin-top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color:#DCDCDC; */
}

.img_kit2 {
  width: calc(25% - 10px);
  display: inline-block;
  position: relative;
  text-align: center;
}

.so_mobile {
  display: none !important;
}

.bt_add_membro {
  margin-top: -10px;
}

.fadeIn {
  -webkit-animation: fadeIn 0.8s ease-in;
  -moz-animation: fadeIn 0.8s ease-in;
  -o-animation: fadeIn 0.8s ease-in;
  animation: fadeIn 0.8s ease-in;
}

* {
  box-sizing: border-box;
}
html,
body,
main {
  width: 100%;
  height: 100%;
  margin: 0;
  /*font-family: 'open_sansregular';*/
  font-family: "Roboto Condensed";
  font-size: 16px !important;
  background: #000000;
}

a {
  text-decoration: none;
  color: #ffffff;
}

h1 {
  padding: 0;
  margin: 0;
  font-size: 40px;
}

section {
  width: 100%;
  height: auto;
  min-height: 100%;
  background-size: 100%;
  background-position: top center;
  background-attachment: fixed;
}
section > section {
  display: table;
  position: relative;
  padding-top: 100px;
  width: 88%;
  margin: 0 auto;
  z-index: 1;
}

#janelas {
  display: none !important;
}

.content {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

.content_black {
  width: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px;
  box-sizing: border-box !important;
}

.content_white {
  width: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
}

.content-alertfy {
  font-size: 14px !important;
  height: 100% !important;
  overflow: auto !important;
}

.content-alertfy > div {
  padding-right: 10px;
}

.blue {
  color: #b7dbed;
}

#result {
  height: 55px !important;
  min-height: 55px !important;
  margin-bottom: 10px;
}

.result_ok {
  width: 100%;
  float: left;
  height: 55px;
  line-height: 55px;
  background-image: url(../imagens/ok.png);
  padding-left: 65px;
  box-sizing: border-box;
  background-color: rgba(71, 195, 63, 0.95);
  background-size: 52px;
  background-position: left center;
  border: solid 1px #33ad2b;
  color: #ffffff;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  font-size: 15px;
  display: table;

  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.result_error {
  width: 100%;
  float: left;
  min-height: 55px;
  line-height: 35px;
  background-image: url(../imagens/error.png);
  padding-left: 65px;
  box-sizing: border-box;
  background-color: rgba(196, 183, 1, 0.95); /*rgba(241,118,118,0.95); */
  background-size: 52px;
  background-position: left center;
  border: solid 1px #dc7979;
  color: #ffffff;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  font-size: 15px;

  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
}

.cabecalho {
  font-size: 35px;
  border-bottom: solid 3px rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 1);
  background-position: left center;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-size: 47px auto;
  padding-top: 20px;
  text-shadow: 0px 1px 3px #000000;
}

.cabecalho_sub {
  font-size: 20px;
  border-bottom: solid 3px rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 1);
  background-position: left center;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  padding-top: 10px;
  text-shadow: 0px 1px 3px #000000;
}

.content_bt {
  border-top: solid 3px rgba(255, 255, 255, 0.35);
  padding-top: 10px;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 15px;
}

.left {
  float: left;
  display: table;
}

.right {
  float: right;
  display: table;
}

.pleft {
  padding-left: 5px;
}

.pright {
  padding-right: 5px;
}

.ptop {
  padding-top: 20px;
}

.pbottom {
  padding-bottom: 20px;
}

.mbottom {
  margin-bottom: 15px;
}

.mtop {
  margin-top: 15px;
}

span {
  color: #51a7fa !important;
}
fieldset {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.textos {
  color: #ffffff;
  text-shadow: 1px 1px 1px #000000;
  padding-bottom: 20px;
}

.textos a {
  color: #ffffff;
}

.textos h1 {
  border-bottom: solid 3px rgba(255, 255, 255, 0.35);
  margin-bottom: 18px;
  padding-bottom: 8px;
  text-shadow: 0px 1px 3px #000000;
  font-size: 35px;
}

.formularios {
  background: rgba(0, 0, 0, 0.8);
}

input,
textarea,
select {
  width: 100%;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  text-indent: 10px;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 2px solid #51a7fa;
  background-repeat: no-repeat;
  background-position: 98% center;
  padding-right: 10%;

  border-top: solid 1px #e7e7e7 !important;
  border-left: solid 1px #e7e7e7 !important;
  border-right: solid 1px #e7e7e7 !important;
}

select {
  text-indent: 0px;
  height: 45px;

  border-top: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}

input[name="nome"],
input[name="login"] {
  background-image: url(../imagens/slices/nome.png);
}
input[name="senha"] {
  background-image: url(../imagens/slices/chave.png);
}
input[name="email"] {
  background-image: url(../imagens/slices/email.png);
}
input[name="telefone"] {
  background-image: url(../imagens/slices/telefone.png);
}
input[name="evento"] {
  background-image: url(../imagens/slices/eventos.png);
}
input[name="cidade"] {
  background-image: url(../imagens/slices/localizacao.png);
}
input[name="data"] {
  background-image: url(../imagens/slices/calendario.png);
  background-position: 94% center;
}
input[name="hora"] {
  background-image: url(../imagens/slices/hora.png);
}
input[name="orgao"] {
  background-image: url(../imagens/slices/empresa.png);
  background-position: 99.6% center;
}

textarea {
  background-image: url(../imagens/slices/menssagem.png);
  background-position: 99.6% 5px;
  line-height: 20px;
  font-family: calibri;
  height: 100px;
}

input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  margin-top: 2px;
}

input[type="radio"] {
  margin: 0;
  padding: 0;
  width: 15px !important;
  height: 15px !important;
  margin-top: 13px !important;
}

input[type="submit"],
input[type="button"] {
  background: #51a7fa;
  border-bottom: 2px solid #055aad;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  max-width: 280px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_red {
  background: #ec0000 !important;
  border-bottom: 2px solid #9b0000 !important;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 30px !important;
  cursor: pointer;
  max-width: 280px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 10px;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_red:hover {
  background: #f51414 !important;
}

.button_roxo {
  background: #cd1cbc !important;
  border-bottom: 2px solid #bb1dbf !important;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 30px !important;
  cursor: pointer;
  max-width: 280px !important;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  width: 200px !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_roxo:hover {
  background: #f55bff !important;
}

.button_orange {
  background: #ff9400 !important;
  border-bottom: 2px solid #d98005 !important;
  height: 30px;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 30px !important;
  width: 165px !important;
  max-width: 165px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-left: 10px;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_green {
  background: #15b009 !important;
  border-bottom: 2px solid #137f0e !important;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 30px !important;
  cursor: pointer;
  max-width: 280px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-left: 10px;

  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_green:hover {
  background: #16b90a !important;
}

.img_kit {
  width: 240px;
  display: inline-block;
  position: relative;
  text-align: center;
}

.img_kit_foto {
  width: 240px;
  height: 240px;
  background-size: cover;
  cursor: pointer;
  margin-left: 0px !important;
  margin-top: 20px;
}

.button_red2 {
  background: #ec0000 !important;
  border-bottom: 2px solid #9b0000 !important;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  max-width: 280px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0;
  width: auto !important;
  text-indent: 0px;
  padding-left: 18px;
  padding-right: 18px;
  margin-left: 12px;
  color: #ffffff;
  height: 30px !important;
  line-height: 30px !important;
  margin-top: 10px;
  font-size: 14px;
  border-bottom: solid 2px #055aad;
  font-weight: bold;
  cursor: pointer;
}

.button_red2:hover {
  background: #f51414 !important;
}

.input_100 {
  width: 100% !important;
  max-width: 100% !important;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #3f9ffc;
}

.bt_efetuar_pagto {
  background-color: #37e050 !important;
}

.listaInputs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
.listaInputs > li {
  float: left;
  margin-bottom: 13px;
}
.botoes {
  display: table;
  list-style: none;
  padding: 0;
  margin: 20px auto;
}
.botoes > li {
  float: left;
}
.botoes > li:first-child {
  margin-right: 50px;
}
.botoes > li > a {
  display: table;
  padding: 10px 20px 10px 30px;
  border-radius: 5px;
  background-color: #000000;
  background-position: 5px center;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
  box-shadow: 0px 0px 3px 0px #333333;
  cursor: pointer;
}
.grupo {
  background-image: url(../imagens/slices/grupo1.png);
}
.individual {
  background-image: url(../imagens/slices/individual.png);
}
#inscricoes {
  display: none;
  width: 50%;
  margin: 20px auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
}
.lista_sexo {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
.lista_sexo li {
  float: left;
  text-align: center;
  width: 50%;
  box-sizing: border-box;
  padding-left: 5px;
}
.login {
  width: 45%;
  margin: 20px auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  display: table;
}
#mais {
  cursor: pointer;
  float: right;
  right: 0;
  margin-right: 2%;
  position: absolute;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
  width: auto !important;
  height: auto !important;
  display: table;
  background: transparent;
  border: none;
  padding: 0;
  text-indent: 0;
}
#cadastros {
  display: table;
  width: 100%;
  padding: 2%;
  background: #000000;
}
#estado {
  text-transform: uppercase;
}
.registros {
  border-collapse: collapse;
}
.registros tr td {
  padding: 2px 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px dotted #666666;
  font-size: 12px;
}
.registros tr:first-child td {
  text-align: center;
  border: none;
  background: #ffffff;
  text-shadow: none;
  color: #000000;
  font-weight: bold;
}

.options_incricoes {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.options_incricoes > li {
  list-style: none;
  float: left;
  width: 33.33%;
  margin-right: 0;
  height: 125px;
  background-color: #00aeef;
  padding-left: 160px;
  padding-top: 35px;
  color: #ffffff;
  text-shadow: none;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  line-height: 24px;
  padding-right: 10px;
  background-size: 130px;

  -webkit-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;

  -webkit-transition: background-size 0.5s linear;
  -ms-transition: background-size 0.5s linear;
  transition: background-size 0.5s linear;

  box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -3px -4px 10px rgba(0, 0, 0, 0.4);
}

.options_incricoes > li:hover {
  background-color: #008dc3;
  background-size: 138px;
}

.options_incricoes > li > strong {
  font-size: 32px;
}

.options_incricoes > li:nth-child(1) {
  background-image: url(../imagens/login.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.options_incricoes > li:nth-child(2) {
  background-image: url(../imagens/group.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.options_incricoes > li:nth-child(3) {
  background-image: url(../imagens/user.png);
  background-repeat: no-repeat;
  background-position: left center;
  margin-right: none;
}

.form_inscricoes {
  color: #ffffff !important;
  line-height: 28px !important;
}

.form_inscricoes .sex {
  width: 113px;
  float: left;
  background-color: #ffffff;
  margin: 2px;
  color: #000000;
  border-bottom: solid 2px #51a7fa;
  font-size: 12px;
  height: 45px;
  line-height: 45px;
}

.sex > input[type="radio"] {
  margin: 0;
  padding: 0;
  height: 10px !important;
  border: solid 1px #ff0004;
  float: left;

  margin-top: 14px;
  margin-left: 3px;
  margin-right: 6px;
}

.explicacoes {
  font-size: 12px;
  color: #ffffff !important;
  line-height: 12px;
}

.panel_menu {
  width: 100%;
  float: left;
  display: table;
  padding: 0;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.panel_menu > li {
  float: left;
  width: calc(24.9% - 7px);
  margin-right: 10px;
  height: 100px;
  background-color: rgba(0, 174, 239, 0.95);
  list-style: none;
  cursor: pointer;
  text-align: center;
  font-size: 18px;

  box-sizing: border-box;
  background-size: 110px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 110px;
  padding-top: 17px;

  -webkit-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;

  -webkit-transition: background-size 0.5s linear;
  -ms-transition: background-size 0.5s linear;
  transition: background-size 0.5s linear;
}

.panel_menu > li > strong {
  font-size: 22px;
}

.panel_menu > li:last-child {
  margin-right: 0;
}

.panel_menu > li:hover {
  background-size: 118px;
  background-color: rgba(4, 166, 227, 0.95);
}

.panel_evento {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin-top: -10px;
  display: table;
}

.panel_evento > li {
  list-style: none;
  float: left;
  box-sizing: border-box;
  height: 40px;
  display: table;
}

.panel_evento > li:nth-child(1) {
  width: 65%;
  line-height: 40px;
  text-align: left;
  background-image: url(../imagens/arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 32px;
}

.panel_evento > li:nth-child(2) {
  line-height: 40px;
  width: 18%;
}

.panel_evento > li:nth-child(3) {
  width: 17%;
  text-align: center !important;
  line-height: 40px;
  cursor: pointer;
}

.panel_evento > .cols {
  background-color: #000000;
  background-image: url(../imagens/bg_line.png) !important;
  background-repeat: repeat !important;
  background-position: left;
}

.panel_lista_membros {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left !important;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin-top: -10px;
}

.panel_lista_membros > li {
  list-style: none;
  float: left !important;
  box-sizing: border-box;
  height: 48px;
  border-bottom: solid 1px #414141;
  box-sizing: border-box;
}

.panel_lista_membros > li:nth-child(1) {
  width: 5%;
  line-height: 48px;
  text-align: center;
}

.panel_lista_membros > li:nth-child(2) {
  width: 25%;
  line-height: 48px;
  text-align: left;
  padding-left: 10px;
}

.panel_lista_membros > li:nth-child(3) {
  line-height: 48px;
  width: 10%;
}

.panel_lista_membros > li:nth-child(4) {
  width: 10%;
  text-align: center !important;
  line-height: 48px;
  cursor: pointer;
}

.panel_lista_membros > li:nth-child(5) {
  width: 25%;
  text-align: center !important;
  line-height: 48px;
  cursor: pointer;
  margin-right: 1%;
}

.panel_lista_membros > li:nth-child(6) {
  width: 15%;
  text-align: center !important;
  line-height: 48px;
  cursor: pointer;
}

.panel_lista_membros > li:nth-child(7) {
  width: 8%;
  text-align: center !important;
  line-height: 48px;
  cursor: pointer;
}

.panel_lista_membros > .cols {
  background-color: #000000;
  background-image: url(../imagens/bg_line.png) !important;
  background-repeat: repeat !important;
  background-position: left;
}

.panel_lista_vinc {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin-top: -10px;
  box-sizing: border-box;
}

.panel_lista_vinc > li {
  list-style: none;
  float: left;
  display: table;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  line-height: 45px;
  font-size: 14px;
}

.panel_lista_vinc > li:nth-child(1) {
  width: 3%;
  min-width: 15px;
  text-align: center;
}

.panel_lista_vinc > li:nth-child(2) {
  width: 25%;
  text-align: left;
  padding-left: 10px;
}

.panel_lista_vinc > li:nth-child(3) {
  width: 8%;
}

.panel_lista_vinc > li:nth-child(4) {
  width: 10.5%;
  text-align: center !important;
}

.panel_lista_vinc > li:nth-child(5) {
  width: 10% !important;
  text-align: left;
  font-size: 12px;
  padding-left: 4px;
}

.panel_lista_vinc > li:nth-child(6) {
  width: 25%;
  text-align: center !important;
  cursor: pointer;
}

.panel_lista_vinc > li select {
  font-size: 12px !important;
}

.panel_lista_vinc > li:nth-child(7) {
  width: 17.5% !important;
  text-align: center !important;
  cursor: pointer;
  padding-left: 4px;
}

.panel_lista_vinc > .cols {
  background-color: #000000;
  background-image: url(../imagens/bg_line.png) !important;
  background-repeat: repeat !important;
  font-size: 14px !important;
}

/*Tabela de Transações*/
.panel_lista_Transaction {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  margin-top: -10px;
  box-sizing: border-box;
}

.panel_lista_Transaction > li {
  list-style: none;
  float: left;
  display: table;
  box-sizing: border-box;
  height: 50px;
  min-height: 50px;
  line-height: 45px;
  font-size: 14px;
}

.panel_lista_Transaction > li:nth-child(1) {
  width: 42%;
  text-align: left;
  padding-left: 10px;
}

.panel_lista_Transaction > li:nth-child(2) {
  width: 13%;
}

.panel_lista_Transaction > li:nth-child(3) {
  width: 13%;
  text-align: center !important;
}

.panel_lista_Transaction > li:nth-child(4) {
  width: 16% !important;
  text-align: left;
  font-size: 12px;
  padding-left: 4px;
}

.panel_lista_Transaction > li:nth-child(5) {
  width: 16%;
  text-align: center !important;
  cursor: pointer;
}

.panel_lista_Transaction > select {
  font-size: 12px !important;
}

.panel_lista_Transaction > .cols {
  background-color: #000000;
  background-image: url(../imagens/bg_line.png) !important;
  background-repeat: repeat !important;
  font-size: 14px !important;
}

#div_min {
  background-color: rgba(0, 0, 0, 0.85);
  margin-bottom: 5px;
  color: #3f9ffc;
}

#div_min span {
  font-size: 18px;
  color: #bad9f8;
}

.closes {
  cursor: pointer;
}

.t_calendario span {
  font-size: 14px;
  color: #bad9f8;
}
.t_calendario span a {
  color: #bad9f8;
}

.organizador_tb {
  float: left;
  height: 30px;
  line-height: 30px;
  margin-top: 10px !important;
  border-bottom: solid 1px rgba(139, 139, 139, 0.6);
  margin-bottom: 8px !important;
  color: #acacac;
  font-size: 15px !important;
}

.imagem_org {
  background-size: contain;
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  float: left;
  margin: 0 30px 30px 30px;
  line-height: 18px;
}

.textos_org {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 30px;
  color: #b3b3b3;
  line-height: 20px;
  text-align: justify;
  width: 100%;
  float: left;
  box-sizing: border-box;
  min-height: 30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.88);
  padding-bottom: 12px;
  margin-bottom: 25px;
  border-bottom: solid 2px rgba(0, 0, 0, 1);
}

.dados_org {
  line-height: 30px;
  text-align: left;
  font-size: 18px;
}

.dados_org ul:nth-child(1) {
  border-bottom: 1px solid #585858;
  width: 100%;
  margin: 0 auto;
  display: table;
  text-align: left;
  overflow: hidden;
}

.dados_org ul:nth-child(2) {
  width: 100%;
  margin: 0 auto;
  display: table;
  text-align: left;
  overflow: hidden;
  color: #ffffff;
}

.dados_org ul li {
  list-style: none;
  display: inline-block;
  min-width: 24%;
  max-width: 24%;
  text-align: center;
  vertical-align: top;
}

.img_galeria_organizador {
  list-style: none;
  width: 24%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* display:inline-block; */
  float: left;
  margin-left: 1%;
  margin-top: 10px;
  cursor: pointer;
}

.galeria_organizador ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

#bole {
  width: 210px;
  height: 110px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.pg_bole {
  width: 210px;
  height: 80px;
  background-image: url(../imagens/boleto.jpg);
  background-size: 200px auto;
  background-position: center;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#pgse {
  width: 210px;
  height: 110px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

#merc {
  width: 210px;
  height: 110px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.pg_seg {
  width: 210px;
  height: 80px;
  background-image: url(../imagens/pg_seg.jpg);
  background-size: 210px auto;
  background-position: center;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.merc_pg {
  width: 210px;
  height: 80px;
  background-image: url("../imagens/mercadopago.jpeg");
  background-size: 210px auto;
  background-position: center;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.pg_pix {
  width: 210px;
  height: 80px;
  background-image: url(../imagens/pix.png);
  background-size: 170px auto;
  background-position: center;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#pgdep {
  width: 210px;
  height: 110px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.pg_dep {
  width: 210px;
  height: 80px;
  background-image: url(../imagens/deposito.jpg);
  background-size: 200px auto;
  background-position: center;
  border-radius: 3px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

.pg_dep_es {
  background-image: url(../imagens/deposito_es.jpg) !important;
}

.formas_de_pagamento {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.botao_ver_part {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 190px;
  display: table;
}

.button_yellow {
  background: #ffe100 !important;
  border-bottom: 2px solid #aaae02 !important;
  color: #ffffff;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 30px !important;
  cursor: pointer;
  max-width: 280px;
  text-align: center !important;
  text-indent: 0px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  margin-left: 10px;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.button_yellow:hover {
  background: #ffe950 !important;
}

.banner_inscricoes {
  height: 80px;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 5px;
  cursor: pointer;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  float: left;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.clique_ali {
  border: 1px solid #ccc;

  padding-left: 20px;

  padding-right: 10px;

  border-radius: 5px;

  background-color: rgba(255, 255, 255, 0.4);

  color: #e6e6e6 !important;

  text-shadow: none;

  font-size: 12px !important;

  margin-left: 10px;

  background-image: url(../imagens/seta_cima.png);

  background-size: 14px 12px;

  background-position: 3px 0px;

  background-repeat: no-repeat;
  animation: pulse 1.5s infinite;
}

.select_acessorios {
  width: calc(100% - 40px) !important;
}

.select_acessorios_add {
  width: 100%;
  height: 44px;
}

.add_acessorio_extra {
  background: #51a7fa;
  color: #ffffff;
  font-size: 18px !important;
  font-weight: bold;
  line-height: 33px;
  cursor: pointer;
  width: 35px;
  padding-right: 12px;
  padding-left: 12px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
}

.btn_remover {
  line-height: 0px !important;
  max-width: none !important;
  height: 50px;
  margin-top: 14px;
  margin-left: 0px;
}

.btn_adicionar {
  max-width: 200px !important;
  height: 40px;
  margin-bottom: 10px;
}

.row_acessorio {
  display: flex;
  width: 100%;
}

.row_acessorio div:first-child {
  width: 70%;
}
.row_acessorio div {
  width: 20%;
  padding: 0px 5px;
}

.row_acessorio div:last-child {
  max-width: 100px;
}

.precoAcessorioSelect {
  color: #16b90a;
}
