#infoarte {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  font-family: OgloboCondensedRegular, "Times New Roman", times, serif;
  font-size: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#infoarte * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#infoarte > h3 {
  text-transform: uppercase;
  color: #464646;
  font: normal 20px/20px OgloboCondensedBold, "Times New Roman", times, serif;
  margin: 0 0 2px;
  padding-left: 3px;
}
#infoarte > small {
  font: 12px arial, tahoma;
  color: #999999;
  display: block;
  padding-left: 3px;
}
#infoarte > .row {
  padding-bottom: 5px;
  border-bottom: 1px dashed #c8c8c8;
}
#infoarte > .row .combo {
  height: 35px;
  width: 100%;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 5px;
  background: #00a8d3 url(../images/seta_combo_branco.png) no-repeat 97% center;
  padding: 0;
  line-height: 35px;
}
#infoarte > .row .combo #combo_estados {
  width: 120%;
  background: transparent;
  border: none;
  height: 35px;
  color: #fff;
  font: normal 12px arial, tahoma;
  padding: 0 10% 0 5px;
  font-weight: bold;
}
#infoarte > .row .combo option {
  padding: 3px 0 3px 5px;
}
#infoarte #lista_estados {
  border-bottom: 1px dashed #c8c8c8;
  padding-bottom: 5px;
  padding-left: 0;
  margin:5px 0 0 0;
}
#infoarte #lista_estados ul {
  text-align: center;
  font-size: 10px;
}
#infoarte #lista_estados li {
  /*width: 3.57143%;*/
  width: 3.703703703703704%;
  height: 35px;
  padding-top: 13px;
  cursor: pointer;
  font: bold 12px arial, tahoma;
  text-transform: uppercase;
  float: left;
  list-style: none;
  color: #25314a;
  text-align: center;
  background: transparent url(../images/separator_states.png) no-repeat center right;
}
#infoarte #lista_estados li:last-child {
  background: none;
}
#infoarte #lista_estados li.ativo span {
  background-color: #00a8d3;
  border-radius: 5px;
  color: #fff;
  padding: 8px 22%;
}
#infoarte #lista_estados li span {
  position: relative;
  left: -1px;
}
#infoarte #filtros {
  height: auto;
  padding: 0;
  margin: 0 0 20px;
}
#infoarte #filtros .filtro {
  /*padding: 0;*/
  margin-top: 10px;
}
#infoarte #filtros #filtro2 {
  padding: 0 10px;
}
#infoarte #filtros #filtro1 .combo,
#infoarte #filtros #filtro2 .combo {
  background: #fcfcfc url(../images/seta_combo.png) no-repeat 96% center;
  line-height: 34px;
}
#infoarte #filtros #filtro3 .combo {
  background: #fcfcfc url(../images/lupa.png) no-repeat 98% center;
}
#infoarte #filtros .combo {
  height: 34px;
  border: 1px solid #eaecee;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  background: #fcfcfc;
}
#infoarte #filtros .combo select, #infoarte #filtros .combo input {
  width: 125%;
  height: 34px;
  background-color: transparent;
  border: none;
  font: normal 12px arial, tahoma;
  color: #000;
  padding: 0 24% 0 5px;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
#infoarte #filtros .combo select {
  background: transparent;
  /*padding-top: 8px;*/
}
#infoarte #filtros .combo input {
  background-color: transparent;
  float: left;
  padding-right: 30%;
}
#infoarte #tabela_deputados {
  color: #25314a;
  font: normal 12px arial, tahoma;
  height: auto;
  position: relative;
  margin-top: 10px;
  padding: 0;
}
#infoarte #tabela_deputados th {
  width: 8%;
  font: normal 14px OgloboCondensedBold, "Times New Roman", times, serif;
  color: #464646;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  padding-left: 10px;
  line-height: 14px;
}

#infoarte #tabela_deputados thead .sort {
  color:#00a8d3;
}

#infoarte #tabela_deputados thead .sort span {
  width: 13px;
  height: 9px;
  display: inline-block;
  margin-left: 5px;
  background: transparent url(../images/setas_sort.png) no-repeat 0 0;
}

#infoarte #tabela_deputados thead .sort.asc span {
  background-position:top left;
}

#infoarte #tabela_deputados thead .sort.desc span {
  background-position:bottom left;
}


#infoarte #tabela_deputados th.nome {
  width: 30%;
}
#infoarte #tabela_deputados th.ocupacao {
  width: 18%;
}
#infoarte #tabela_deputados th.instrucao {
  width: 15%;
}

#infoarte #tabela_deputados th.partido {
  width: 40%;
}

#infoarte #tabela_deputados th.cargo {
  width: 10%;
}
#infoarte #tabela_deputados th.bens {
  width: 17%;
}
#infoarte #tabela_deputados tbody .par {
  background-color: #fcfcfc;
}
#infoarte #tabela_deputados td {
  padding: 12px 0 12px 10px;
  border-top: 1px solid #e8e8e8;
}
#infoarte #tabela_deputados tfoot tr {
  text-align: right;
}

#infoarte #tabela_deputados tfoot td {
  text-align: right;
}
#infoarte #tabela_deputados td .footable-toggle{
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: transparent url("../images/ico-mais.png") 0 0 no-repeat;
  display: none;
  float: left;
  cursor: pointer;
}
#infoarte #tabela_deputados tr.footable-detail-show td .footable-toggle{
  background: transparent url("../images/ico-menos.png") 0 0 no-repeat;
}

#infoarte #tabela_deputados tfoot .info_page {
  display: inline;
  top: -30px;
  position: relative;
  font-family: Georgia, arial;
  font-size: 12px;
  color: #bbbbbb;
  font-style: italic;
}
#infoarte #tabela_deputados tfoot ul {
  display: inline-block;
  height: auto;
  overflow: hidden;
  padding-left: 0;
  margin-left: 10px;
}

#infoarte #tabela_deputados tfoot li {
  list-style: none;
  margin: 0 2px;
  width: 29px;
  height: 29px;
  display: block;
  text-indent: -9999px;
  background: transparent url(../images/buttons_paginate.png) no-repeat 0 0;
  cursor: default;
  float: left;
}
#infoarte #tabela_deputados tfoot li.next_table {
  background-position: -30px 0;
}
#infoarte #tabela_deputados tfoot li.has_prev {
  background-position: 0 bottom;
  cursor: pointer;
}
#infoarte #tabela_deputados tfoot li.has_next {
  background-position: right bottom;
  cursor: pointer;
}

#infoarte #tabela_deputados table {
  border:none;
  padding:0;
}

#infoarte #tabela_deputados table .load_table {
  text-align: center;
  background-color: #fff;
}

#infoarte #tabela_deputados thead,
#infoarte #tabela_deputados tfoot {
  background-color: transparent;
}

#infoarte #tabela_deputados tbody tr {
  background-color: #fff;
}

#infoarte #tabela_deputados tbody td {
  font-size: 12px;
}

#infoarte #tabela_deputados .footable-row-detail-row {
  padding: 2px 0;
}
#infoarte #tabela_deputados .footable-row-detail-name {
  display: inline;
  font-weight: bold;
}
#infoarte #tabela_deputados .footable-row-detail-name::after {
  content: " ";
}
#infoarte #tabela_deputados .footable-row-detail-value {
  display: inline;
}
#infoarte #tabela_deputados .footable-page {
  display: none;
}
#infoarte #tabela_deputados .paginate li:first-child,
#infoarte #tabela_deputados .paginate li:last-child {
  display: none;
}
#infoarte #tabela_deputados .footable-page-arrow {
  float: left;
  list-style: none;
}

@media all and (min-width: 1024px){
  #infoarte #filtros .small-16.medium-16.large-16.columns{
    padding-left: 4px;
  }
}

@media all and (max-width: 1024px){
  #infoarte #tabela_deputados td .footable-toggle{
    display: block;
  }
  #infoarte > h3{
    padding-left: 8px;
  }
  #infoarte > small {
    padding-left: 8px;
  }
  #infoarte #filtros .small-16.medium-16.large-16.columns{
    padding-left: 5px;
  }
}

@media all and (max-width: 640px){
  #infoarte #filtros #filtro2{
    padding-right: 0;
  }
  #infoarte > h3{
    padding-left: 3px;
  }
  #infoarte > small {
    padding-left: 3px;
  }
 
}