/*-----------------------------------------------------------------------------
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;
}

@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;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

#infoarte .capa-select:before {
	position: absolute;
	right: 0;
	top: 30%;
	font-size: 24px;
	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: 15px 20px;
  height: auto;
  border: none; 
  -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;
}

/*-----------------------------------------------------------------------------
PAGE
-----------------------------------------------------------------------------*/

#tabela-container {
	max-width: 1280px;
	margin: 0 auto;
}

#filtro-container {
	max-width: 1280px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	z-index: 9;
	position: relative;
}

/*===================================================
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:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc: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:after {
    content: "\f0dc";
    color: #ddd;
    font-size: 0.8em;
    padding-top: 0.12em;
    display: none;
}
table.dataTable thead th.sorting_asc:after {
    content: "\f106";
}
table.dataTable thead th.sorting_desc: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;
}

.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;
}

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 {
	position: relative;
}

.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;
}

@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;
	}
}