@charset "UTF-8";
html, body, * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

#infoarte {
  font: normal 10px "Times New Roman", times, serif;
}
#infoarte #tudo {
  width: 100%;
  margin: 0 auto;
}

#infoarte #tudo footer {
  height: 0;
}

/*======================================
CHECKBOX
======================================*/
#infoarte #tudo input[type="checkbox"] {
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: #fbf7f6;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

#infoarte #tudo input[type="checkbox"] + label {
  margin: 0;
  padding: 0;
}

#infoarte #tudo input[type="checkbox"] + label img {
  vertical-align: super;
  margin-top: 1px;
  max-width: none;
}

#infoarte #tudo label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#infoarte #tudo input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#infoarte #tudo input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 28px;
  height: 19px;
  display: inline-block;
  /*line-height:15px;*/
  background-repeat: no-repeat;
  background-position: 0 0;
  /*font-size:15px;*/
  vertical-align: middle;
  cursor: pointer;
  background-image: url(//infograficos-estaticos.s3.amazonaws.com/widget-verao/assets/img/check-default.png);
}

#infoarte #tudo input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -19px;
}

/*======================================
SELECT BOX
======================================*/
#infoarte #tudo .capa-select {
  overflow: hidden;
  border-radius: 4px;
}

#infoarte #tudo .capa-select:before {
  position: absolute;
  right: -15px;
  top: 30%;
  font-size: 15px;
  color: #444444;
  pointer-events: none;
  background: #f4f2f2;
  width: 45px;
  padding-left: 10px;
}

#infoarte #tudo .capa-select select,
#infoarte #tudo .capa-select select:hover,
#infoarte #tudo .capa-select select:focus {
  background-color: #f4f2f2;
  font: normal normal normal 18px/18px 'OgloboCondensedRegular',Arial,sans-serif;
  outline: 0;
  cursor: pointer;
  width: 110%;
  /*box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);*/
  margin: 0;
  padding: 0px 0px 0px 7px;
  height: 50px;
  border: none;
  color: rgba(0, 0, 0, 0.75);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -webkit-transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

#infoarte #tudo .capa-select.fa {
  display: block;
  position: relative;
}

#infoarte #tudo .capa-select select option:focus,
#infoarte #tudo .capa-select select optgroup:focus {
  outline: 0;
}

/*======================================
END SELECT BOX
======================================*/
/*======================================
REUTILIZAVEIS
======================================*/
#infoarte #tudo .col-1-de-4 {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 10px;
}

#infoarte #tudo .col-1-de-4:first-child {
  padding-left: 0;
}

#infoarte #tudo .col-1-de-4:last-child {
  padding-right: 0;
}

#infoarte #tudo .col-1-de-3 {
  float: left;
  width: 33.33333333333333%;
  padding: 20px 30px;
}

#infoarte #tudo .legenda-tabela {
  border-right: 1px solid #cccccc;
}

#infoarte #tudo .legenda-tabela:last-child {
  border-right: none;
}

#infoarte #tudo .legenda-tabela h5 {
  font-family: 'OgloboCondensedRegular',Arial,sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #303030;
  padding: 0;
  margin: 0;
}

#infoarte #tudo .legenda-texto {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #868686;
  padding: 0;
  margin: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------
PAGE
-----------------------------------------------------------------------------*/
#infoarte #tudo #tabela-container {
  max-width: 1280px;
  margin: 0 auto;
}

#infoarte #tudo #comandos {
  width: 100%;
  clear: both;
  overflow: auto;
}

#infoarte #tudo .selectaqui {
  width: 50%;
  float: right;
  margin-top: 21px;
  box-sizing: border-box;
  padding-left: 20px;
}

#infoarte #tudo #filtros {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  z-index: 9;
  position: relative;
  margin-top: 20px;
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 20px;
}

#preloader-tabela {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 400px) {
  #infoarte #tudo .selectaqui {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
  }

  #infoarte #tudo #filtros {
    width: 100%;
    float: none;
    clear: both;
    padding: 0;
    margin: 0;
    font: normal normal normal 18px/18px 'OgloboCondensedRegular',Arial,sans-serif;
  }

  #infoarte #tudo #filtros input {
    font: normal normal normal 18px/18px 'OgloboCondensedRegular',Arial,sans-serif;
  }
}
#infoarte #tudo #legendas-tabela {
  max-width: 1280px;
  margin: 10px auto 15px;
  clear: both;
  overflow: hidden;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

#infoarte #tudo #legendas-tabela-titulo {
  font-family: 'OgloboCondensedMedium',Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
  color: #444444;
  padding: 0;
  margin: 0 auto;
  text-transform: uppercase;
  position: relative;
  max-width: 1280px;
  left: 30px;
  top: 19px;
}

#infoarte #tudo #legendas-tabela-titulo span {
  background: #fff;
  padding: 0 2px;
}

#infoarte #tudo #observacoes-tabela {
  padding: 0;
  max-width: 1280px;
  margin: 0 auto 30px;
  padding: 0 30px;
}

/*===================================================
MENU
===================================================*/
/*======================================
PESQUISA
======================================*/
/*======================================
INTEGRAÇÃO DO FONTAWESOME COM DATATABLES
======================================*/
#infoarte #tudo table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting .titulo:after,
#infoarte #tudo table.dataTable thead th.sorting_asc .titulo:after,
#infoarte #tudo table.dataTable thead th.sorting_desc .titulo:after {
  /*position: absolute;
    top: 14px;
    right: 8px;
    display: block;*/
  display: inline-block;
  font-family: FontAwesome;
  font-size: 20px;
  margin-left: 5px;
}

#infoarte #tudo table.dataTable thead th.sorting .titulo:after {
  content: "\f0dc";
  color: #ddd;
  font-size: 0.8em;
  padding-top: 0.12em;
  display: none;
}

#infoarte #tudo table.dataTable thead th.sorting_asc .titulo:after {
  content: "\f106";
}

#infoarte #tudo table.dataTable thead th.sorting_desc .titulo:after {
  content: "\f107";
}

/*======================================
DATATABLES
======================================*/
#infoarte #tudo table.dynamic-table tr th.icon-yes,
#infoarte #tudo table.dynamic-table tr td.icon-yes {
  text-align: center;
  color: #9e9e9e;
}

#infoarte #tudo table.dynamic-table tr th.center {
  text-align: center;
}

#infoarte #tudo .icon-yes-no {
  border: 1px solid #d2d2d2;
  border-collapse: collapse;
}

#infoarte #tudo table.dynamic-table {
  border: none;
  font: normal 12px Arial, sans-serif;
  border-collapse: collapse;
}

#infoarte #tudo table.dynamic-table tr th,
#infoarte #tudo table.dynamic-table tr td {
  color: #424242;
}

table.dataTable.no-footer {
  border: none;
}

#infoarte #tudo table.dataTable thead th,
#infoarte #tudo table.dataTable thead td,
#infoarte #tudo table.dataTable tbody th,
#infoarte #tudo table.dataTable tbody td {
  padding: 15px 10px;
  border-bottom: 1px solid #d2d2d2;
  font-size: 0.875rem;
}

#infoarte #tudo .dynamic-table thead {
  background: none;
}

#infoarte #tudo table.dataTable thead th,
#infoarte #tudo table.dataTable thead td {
  border-bottom: 1px solid #d2d2d2;
}

#infoarte #tudo table.dataTable thead th,
#infoarte #tudo table.dataTable tfoot th {
  font-weight: bold;
  color: #1e96c8;
  text-align: left;
  font-size: 0.875rem;
  font: normal 14px/16px OgloboCondensedMedium;
  text-transform: uppercase;
  vertical-align: bottom;
}

#infoarte #tudo table.dataTable tbody td:nth-of-type(7) {
  text-align: center;
}

#infoarte #tudo table.dataTable thead th div {
  min-height: 30px;
}

#infoarte #tudo table.dataTable thead th.sorting_asc,
#infoarte #tudo table.dataTable thead th.sorting_desc {
  color: black;
}

#infoarte #tudo .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#infoarte #tudo .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: white;
}

#infoarte #tudo .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: black;
}

#infoarte #tudo .dataTables_filter input {
  margin: 0;
}

#infoarte #tudo .dataTables_filter label:after {
  position: absolute;
  top: 9px;
  right: 15px;
  display: block;
  font-family: FontAwesome;
  content: "\f002";
  color: #1e96c8;
  font-size: 19px;
}

#infoarte #tudo .dataTables_filter {
  padding: 8px 0 0 10px;
  margin-bottom: 8px;
}

#infoarte #tudo .dataTables_wrapper {
  margin-top: 10px;
}

#infoarte #tudo .details-control {
  background: url("//infograficos-estaticos.s3.amazonaws.com/lista-dinamica-comissao-da-verdade/assets/img/details_open.png") no-repeat center center;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#infoarte #tudo tr.shown .details-control {
  background: url("//infograficos-estaticos.s3.amazonaws.com/lista-dinamica-comissao-da-verdade/assets/img/details_close.png") no-repeat center center;
}

/* shame */
#infoarte #tudo .col {
  float: left;
  min-width: 260px;
}

#infoarte #tudo .titulo.sem-filtro {
  display: inline-block;
}

#infoarte #tudo .dataTables_filter {
  padding: 0;
  position: relative;
}

#infoarte #tudo input[type="search"] {
  -webkit-appearance: none;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  box-sizing: border-box;
  outline: 0;
  -webkit-transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
          transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
  height: 51px;
  border-radius: 4px;
  font-size: 18px;
  font-family: 'OgloboCondensed',Arial,sans-serif;
}

#infoarte #tudo .dataTables_filter label:after {
  top: 15px;
}

#infoarte #tudo .dataTables_wrapper .dataTables_info {
  font-size: 15px;
}

#infoarte #tudo .dataTables_wrapper .dataTables_info,
#infoarte #tudo .dataTables_wrapper .dataTables_paginate {
  font-family: 'OgloboCondensed',Arial,sans-serif;
}

#infoarte #tudo .dataTables_wrapper .dataTables_paginate {
  font-size: 15px;
}

#infoarte #tudo .link {
  text-align: center;
  margin-bottom: 50px;
}

#infoarte #tudo .link a,
#infoarte #tudo .link a:link,
#infoarte #tudo .link a:visited,
#infoarte #tudo .link a:hover,
#infoarte #tudo .link a:active {
  text-decoration: none;
  font: normal 24px OgloboCondensedBold;
  padding: 10px 0;
  width: 220px;
  display: block;
  margin: 0 auto;
  border: 1px solid #cb8f22;
  color: #cb8f22;
  text-transform: uppercase;
  border-radius: 5px;
}

/*#infoarte #tudo .banner-desktop {
  overflow: hidden;
  max-width: 980px;
  margin: 0 auto 30px;
  position: relative;
  min-height: 150px;
  border-bottom: 1px dashed #88868b;
}

#infoarte #tudo .coluna-1 {
  width: 130px;
  margin: 0 40px 40px 25px;
  padding: 0;
  position: absolute;
}

#infoarte #tudo .coluna-1 img {
  width: 100%;
}

#infoarte #tudo .coluna-2 {
  padding-left: 210px;
}*/
#infoarte #tudo .coluna-1 {
  width: 130px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#infoarte #tudo #tabela-container #tabela {
  width: 100%;
}

#infoarte #tudo .coluna-1 img {
  width: 100%;
}

#infoarte #tudo .coluna-2 {
  padding-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

#infoarte #tudo .banner-desktop {
  overflow: auto;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
  min-height: 150px;
  border-bottom: 1px dashed #88868b;
}

#infoarte #tudo .coluna-2 h4 {
  font: normal 30px OgloboCondensedRegular;
  text-transform: uppercase;
  margin: 0;
  color: #4b4b4b;
}

#infoarte #tudo .coluna-2 p {
  font: normal 31px OgloboCondensedRegular;
  margin: 0;
  color: #4b4b4b;
}

/*#infoarte #tudo #info-impresso{
  background: url('//infograficos-estaticos.s3.amazonaws.com/lista-dinamica-mandatos/assets/img/tablet.jpg') no-repeat center center;
  width: 100%;
  margin: 0 auto;
  height: 1245px;
}*/
#infoarte #tudo #info-impresso {
  overflow: auto;
  width: 100%;
}

#infoarte #tudo #info-impresso img {
  width: 100%;
}

#infoarte #tudo #info-impresso #inf2, #infoarte #tudo #info-impresso #inf1 {
  margin: 0 auto;
}

#infoarte #tudo #info-impresso #inf2 {
  display: none;
}

#infoarte #tudo #filtro-container {
  width: 100%;
}
