/*-----------------------------------------------------------------------------
TEMPLATE CHANGES
-----------------------------------------------------------------------------*/
/* overflow fix - necessário para posicionar o tooltip */
article {
  overflow: visible;
  max-width: none;
}

html, body {
  overflow-x: visible !important;
  overflow-y: visible !important;
  overflow: visible !important;
  height: 100% !important;
  min-height: 100% !important;
  width: initial !important;
  margin: 0;
}

@media screen and (max-width: 1260px) and (min-width: 1024px) {
	.top-header h2 a {
		background-position: 100% 0;
	}
}

footer {
	height: 0;
}

/*======================================
CHECKBOX
======================================*/
#infoarte input[type="checkbox"] {
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background-color: #fbf7f6;
    border: 1px solid #e2e2e2;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

#infoarte input[type="checkbox"] + label {
    margin: 0;
    padding: 0;
}

#infoarte input[type="checkbox"] + label img {
    vertical-align: super;
    margin-top: 1px;
    max-width: none;
}

#infoarte 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 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 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 input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -19px;
}

/*======================================
SELECT BOX
======================================*/

#infoarte .capa-select {
    overflow: hidden;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

#infoarte .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 .capa-select select,
#infoarte .capa-select select:hover,
#infoarte .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 3px;
  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;
  transition: box-shadow 0.45s,border-color 0.45s ease-in-out;    
}

#infoarte .capa-select.fa {
  display: block;
  position: relative;
}

#infoarte .capa-select select option:focus,
#infoarte .capa-select select optgroup:focus{
    outline: 0;
}

/*======================================
END SELECT BOX
======================================*/

/*======================================
REUTILIZAVEIS
======================================*/
.col-1-de-4 {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0 10px;
}

.col-1-de-4:first-child {
	padding-left: 0;
}

.col-1-de-4:last-child {
	padding-right: 0;
}

.col-1-de-3 {
	float: left;
	width: 33.33333333333333%;
	padding: 20px 30px;
}

.legenda-tabela {
	border-right: 1px solid #cccccc;
}

.legenda-tabela:last-child {
	border-right: none;
}

.legenda-tabela h5 {
	font-family: 'OgloboCondensedRegular',Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #303030;
	padding: 0;
	margin: 0;
}

.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;
}

@media only screen and (max-width: 650px) {
	.col-1-de-3 {
		float: none;
		width: 100%;
		padding: 20px 30px;
	}

	.legenda-tabela {
		border-right: none;
	}
}

/*-----------------------------------------------------------------------------
PAGE
-----------------------------------------------------------------------------*/

#tabela-container {
	max-width: 1280px;
	margin: 0 auto;
}

#filtros {
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	z-index: 9;
	position: relative;
	margin-top: 20px;
}

#legendas-tabela {
	max-width: 1280px;
	margin: 10px auto 15px;
	clear: both;
	overflow: hidden;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#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;
}

#legendas-tabela-titulo span {
	background: #fff;
	padding: 0 2px;
}

#observacoes-tabela {
	padding: 0;
	max-width: 1280px;
	margin: 0 auto 30px;
	padding: 0 30px;
}

/*===================================================
MENU
===================================================*/


@media only screen and (max-width: 1060px) {

}

/*======================================
PESQUISA
======================================*/

/*======================================
INTEGRAÇÃO DO FONTAWESOME COM DATATABLES
======================================*/

table.dataTable thead th {
    position: relative;
    background-image: none !important;
}
 
table.dataTable thead th.sorting .titulo:after,
table.dataTable thead th.sorting_asc .titulo:after,
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;
}

table.dataTable thead th.sorting .titulo:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
    display: none;
}
table.dataTable thead th.sorting_asc .titulo:after {
    content: "\f106";
}
table.dataTable thead th.sorting_desc .titulo:after {
    content: "\f107";
}

/*======================================
DATATABLES
======================================*/

table.dynamic-table tr th.icon-yes, 
table.dynamic-table tr td.icon-yes {
	text-align: center;
	color: #9e9e9e;
}

table.dynamic-table tr th.center {
	text-align: center;
}

.icon-yes-no {
	border: 1px solid #d2d2d2;
	border-collapse: collapse;
}

table.dynamic-table {
	border: none;
	font: normal 12px Arial, sans-serif;
	border-collapse: collapse;
}

table.dynamic-table tr th, 
table.dynamic-table tr td {
	color: #424242;
}

table.dataTable.no-footer {
	border: none;
}

table.dataTable thead th, 
table.dataTable thead td,
table.dataTable tbody th, 
table.dataTable tbody td {
	padding: 15px 10px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 0.875rem;
}

.dynamic-table thead {
	background: none;
}

table.dataTable thead th, 
table.dataTable thead td {
	border-bottom: 1px solid #d2d2d2;
}

table.dataTable thead th, 
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;
}

table.dataTable tbody td:nth-of-type(7) {
	text-align: center;
}

table.dataTable thead th div {
	min-height: 30px;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
    color: black;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, 
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: white;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	background: black;
}

.dataTables_filter input {
	margin: 0;
}

.dataTables_filter label:after {
	position: absolute;
    top: 9px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
    content: "\f002";
}

.dataTables_filter {
	padding: 8px 0 0 10px;
	margin-bottom: 8px;
}

.dataTables_wrapper {
	margin-top: 10px;
}

.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;
}

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;
}

@media only screen and (max-width: 1300px) {
	.details-control {
		background-image: none;
	}

	tr.shown .details-control {
		background-image: none;
	}
}

@media screen and (max-width: 920px) {
	.col-1-de-4,
	.col-1-de-4:first-child,
	.col-1-de-4:last-child {
		float: none;
		width: 100%;
		padding: 0 10px;
		margin-bottom: 20px;
	}

	.dataTables_filter {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
	}

	.dataTables_wrapper {
		margin-top: 0;
	}
}

/* shame */
.col {
	float: left;
	min-width: 260px;
}

.titulo.sem-filtro {
	display: inline-block;
}

.dataTables_filter {
	padding: 0;
	position: relative;
}

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%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: box-shadow 0.45s,border-color 0.45s ease-in-out;

	height: 51px;
	border-radius: 4px;
	font-size: 18px;
}

.dataTables_filter label:after {
	top: 15px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
	font-family: 'OgloboCondensed',Arial,sans-serif;
}

.dataTables_wrapper .dataTables_paginate {
	font-size: 15px;
}

.link {
	text-align: center;
	margin-bottom: 50px;
}

.link a,
.link a:link,
.link a:visited,
.link a:hover,
.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;

    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.banner-desktop {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto 30px;
	position: relative;
	min-height: 150px;
	border-bottom: 1px dashed #88868b;
}

.coluna-1 {
	width: 130px;
	margin: 0 40px 40px 25px;
	padding: 0;
	position: absolute;
}

.coluna-1 img {
	width: 100%;
}

.coluna-2 {
	padding-left: 210px;
}

.coluna-2 h4 {
	font: normal 30px OgloboCondensedRegular;
	text-transform: uppercase;
	margin: 0;
	color: #4b4b4b;
}

.coluna-2 p {
	font: normal 31px OgloboCondensedRegular;
	margin: 0;
	color: #4b4b4b;
}

#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;
}
@media screen and (max-width: 768px) {
	#filtro-container {
		width: 100%;
	}
}

@media screen and (max-width: 730px) {
	.coluna-1 {
		width: 90px;
	}

	.coluna-2 {
		padding-left: 170px;
	}

	.coluna-2 h4 {
		font-size: 20px;
	}

	.coluna-2 p {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	.col,
	.col:nth-of-type(1),
	.col:nth-of-type(2),
	.col:nth-of-type(3),
	.col:nth-of-type(4),
	.col:nth-of-type(5),
	.col:nth-of-type(6) {
		/*float: none;*/
		width: 48%;
		margin: 0 1%;
		/*margin: 0 0 0 0;*/
	}

	.col > div,
	.col > select {
		max-width: 250px;
		margin: 0 auto 10px;
	}
}

@media screen and (max-width: 320px) {
	.coluna-1 {
		width: 130px;
		margin: 0 auto;
		padding: 0;
		position: relative;
	}

	#tabela-container #tabela {
		width: 100%;
	}

	.coluna-1 img {
		width: 100%;
	}

	.coluna-2 {
		padding-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	.banner-desktop {
		overflow: auto;
		max-width: 100%;
		margin: 0 auto 30px;
		position: relative;
		min-height: 150px;
		border-bottom: 1px dashed #88868b;
	}
	#info-impresso{
		background: url('//infograficos-estaticos.s3.amazonaws.com/lista-dinamica-mandatos/assets/img/mobi.jpg') no-repeat center center;
		width: 100%;
		margin: 0 auto;
		height: 835px;
	}
	#infoarte table.dynamic-table {
		border-collapse: separate;
	}

}