#vis {
	text-align: center;
}

#sub-titulo {
	font: normal 30px OgloboCondensedRegular, Arial, sans-serif;
	color: #bbb;
	margin: 35px 0 10px;
}

/* tabs */
.menu-tabs {
	margin-bottom: 40px;
}

.tabs dd>a, .tabs .tab-title>a {
  outline: none;
}

.tabs {
  border-bottom: 1px solid #ccc;
  padding-left: 4.296875%;
  -webkit-box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
  -moz-box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
  box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
}

.tabs .tab-title {
  
}

.tabs .tab-title.active {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;  

  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.tabs .tab-title > a,
.tabs .tab-title > a:hover {
  font: normal 20px/19px 'OgloboCondensedRegular',Arial,sans-serif;
  color: #7c7c7c;
  background: #fff;
  position: relative;
  top: 1px;
  padding: 0.75rem 2.7rem 0.4375rem;

  -webkit-box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
  -moz-box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
  box-shadow: inset 0px -8px 7px -8px rgba(214, 211, 211, 1);
}

@media only screen and (max-width: 76.875em) { 
	.tabs .tab-title > a,
	.tabs .tab-title > a:hover {
		padding: 0.75rem 2rem 0.4375rem;
	}
}

@media only screen and (max-width: 66.875em) { 
	.tabs .tab-title > a,
	.tabs .tab-title > a:hover {
		padding: 0.75rem 1rem 0.4375rem;
	}
}

@media only screen and (max-width: 51.875em) { 
	.tabs .tab-title > a,
	.tabs .tab-title > a:hover {
		padding: 0.75rem 0.3rem 0.4375rem;
	}
}

.tabs .tab-title.active > a {
  color: #1c314d;
  font: normal 20px/19px 'OgloboCondensedSemiBold',Arial,sans-serif;

  -webkit-box-shadow: 0px -8px 7px -8px rgba(214, 211, 211, 1);
  -moz-box-shadow: 0px -8px 7px -8px rgba(214, 211, 211, 1);
  box-shadow: 0px -8px 7px -8px rgba(214, 211, 211, 1);
}

/* FontAwesome integration with 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";
}

/* Custom 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_filter input {
	margin: 0;
}

.dataTables_wrapper .dataTables_filter label {
	position: relative;
}

.dataTables_wrapper .dataTables_filter label:after {
	position: absolute;
    top: 9px;
    right: 8px;
    display: block;
    font-family: FontAwesome;
    content: "\f002";
}

.dataTables_wrapper .dataTables_filter {
	min-width: 235px;
}

.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_wrapper .dataTables_filter {
	float: left;
}