@charset "utf-8";
/* Fonts
-------------------------------------------------- */
body {
	width  		: 100%;	/*  960px*/
	margin 		: 0px;
	padding 	: 0px;
	color  		: #333333;
	font-family : "HelveticaNeueW01-45Ligh",'HelveticaNeue', 'Arial', 'sans-serif';
	font-size   : 14px;
	line-height : 16px;
	font-weight : 400;
	font-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}
/* General */
.contentres{
	display: none;
}
h1 {
	margin-left: 0px;
    font-weight: 400;
    line-height: 1;
    font-size: 30px;
	margin-top: 0;
    text-transform: initial;
	color: #e78900!important;
}
h2{
	line-height: 21px;
}
h2.widgettitle {
	font-family:"HelveticaNeueW01-65Medi", 'Arial'; font-size: 17px; line-height: 1; color: #000; padding: 10px 0; border-bottom: 1px solid #000; text-transform: uppercase;
	margin-bottom: 25px;
}
select {
	padding: 8px 4px;
    border-radius: 4px;
    background-color: #f4f0f0;
    margin-left: .5em;
    font-family: "HelveticaNeueW01-45Ligh", 'Arial'!important;
    font-size: 1em;
    cursor: pointer;
	max-width: 50%;
	border-bottom: 1px solid #e78900!important
}
input[type="submit"] {
	padding: 10px 20px;
	cursor: pointer;
	font-family: "HelveticaNeueW01-45Ligh", 'Arial'!important;
    font-size: 1.15em;
    background: #000000;
    color: #ffffff;
    border: none!important;
    border-radius: 8px;
}
.btnVer{
	background: #f4f4f4!important;
	color: #2f7bbd!important;
	float: right!important;
	font-weight: 700;
	padding: 10px 30px!important;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="date"], input[type="number"], input[type="tel"] {
	display: inline-block;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: none;
	z-index: auto;
	width: auto;
	height: auto;
	position: static;
	content: ;
	cursor: default;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin: 0;
	padding: 10px;
	overflow: visible;
	border: 1px solid #b7b7b7;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal normal normal medium/normal "HelveticaNeueW01-45Ligh", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	text-indent: 0;
	-o-text-overflow: clip;
	text-overflow: clip;
	letter-spacing: normal;
	white-space: normal;
	word-spacing: normal;
	background: rgba(252,252,252,1);
	-webkit-transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
	transition: all 200ms 0 cubic-bezier(0.42, 0, 0.58, 1);
	-moz-transform: scaleX(1) scaleY(1) scaleZ(1);
	-webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
	transform: scaleX(1) scaleY(1) scaleZ(1);
	-moz-transform-origin: 50% 50% 0;
	-webkit-transform-origin: 50% 50% 0;
	transform-origin: 50% 50% 0;
	border-bottom: 	1px solid #e78900!important;
}
input[type="submit"]:hover {
	background: #e78900!important;
}
label{
	font-weight: 700;
	margin-right : 15px;
}
.row{
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 25px;
}
.col{
	float: left;
	margin-right: 5px;
}
.col span{
	border-bottom: solid 3px #000;
	color: #757575;
	display: block;
	font-size: 12px;
	font-weight: 700;
	padding: 5px 10px;
}
.col2{
	float: left;
	width: 45%;	
}
.col2:first-child{
	margin-right: 5%;
}
.col3{
	float: left;
	width: 25%;	
}
.box{
	background-color: #f4f4f4;
	padding: 10px 30px 10px 10px;
	margin-top: 10px;
}
.clear {
	clear: both;
}
/* localizador */
#breadcrumb {
	font-family: 'HelveticaNeueW01-75Bold', 'Arial';
	font-size  : 11px;
	font-weight: 700;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#breadcrumb a {	line-height: 1.5; color: #000; background-color: #f4f4f4;	text-decoration: none;	border-bottom: 1px dotted #000;}
#breadcrumb a:hover { color: orange; background-color: #f4f4f4;	text-decoration: none;	border-bottom: 1px dotted orange;}
#breadcrumb span.sep { padding: 0 4px;}
#breadcrumb span.sep:before { content: url('../images/separator.png'); }
/* Table */
table.dataTable{
	border-top: solid 2px #f4f4f4!important;	
}
table.dataTable thead th{
	color: #757575;	
	border-right: solid 1px #ebebeb!important;
}
table.dataTable tbody tr.odd,table.dataTable.ficha tbody tr:nth-child(odd) {
	background: #f4f4f4;
}
table.dataTable tbody td{
	padding: 3px 10px!important;
	border-right: solid 1px #ebebeb!important;
}
table.dataTable tbody td:nth-child(1){
	color: #e78900;	
}
table.dataTable tbody td:nth-child(1), table.dataTable tbody td:nth-child(2), table.dataTable tbody td:nth-child(3){
	text-align: center;
	width: 60px;
}
table.dataTable tbody td:nth-child(4){
	width: 400px;
}
table.dataTable tbody td:nth-child(7), table.dataTable tbody td:nth-child(8){
	width: 150px;
}
table.dataTable thead th, table.dataTable thead td{
	border-bottom: solid 3px #000!important;
	margin-bottom: 15px;
	text-align: left;	
}
table.dataTable.no-footer {
	border-bottom: solid 3px #000!important;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
table.dataTable a{
	color: #97bdde;
	font-weight: 700;
	text-decoration: none;
}
table.dataTable tbody tr:first-child td{
	border-top: solid 10px #fff;
}
table.dataTable.ficha tbody td{
	width: auto;
}
table.dataTable.ficha{
	border-top: solid 0px #fff!important;	
}
table.dataTable.ficha thead th{
	border-right: solid 1px #fff!important;
}
table.dataTable.ficha tbody td{
	border-right: solid 1px #fff!important;
}
.dataTables_wrapper .dataTables_paginate {
	float: left!important;
	text-align: left!important;
	width: 100%;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	background-color: #f4f4f4!important;
	border: solid 1px #ccc!important;
	color: #97bdde!important;
	padding: 0.5em 0.5em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current{
	background: #cccccc!important;
	color: #fff!important;
}
/* Paginador */
ul.dataTables_paginate{
	list-style: none!important;
}
ul.dataTables_paginate li{
	display: inline-block!important;
}
.dataTables_wrapper .dataTables_paginate .disabled .paginate_button{
	color: #000!important;
	cursor: none!important;	
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	background-color: #585858!important;
}
/* VIDEOS STYLES
--------------------------------------------------------------------*/
#videos-container{
	position: relative;
	width: 100%;
	padding-top: 35px;
}
#videos-filters{
	width: 100%;
	display: inline-block;
}
#videos-filters div{
	float: left;
	margin-left: 20px;
}
#videos-filters div:first-child{
	margin-left: 0px;
}
#videos-filters-form label{
	font-weight: 700;
	margin-right: 0px; 
}
#videos-filters-form input[type="number"],
#videos-filters-form select{
	padding: 8px 4px;
	border-radius: 4px;
	background-color: #F4F0F0;
	margin-left: 0.5em;
	font-family: sans-serif;
	font-size: 1em;
	border-bottom: 1px solid #E78900 !important;
	cursor: default;
}
#videos-filters-form #checkpoint-select{
	cursor: pointer;
}
#videos-filters-form input[type="number"]{
	width: 40px;
}
#filter-left{
	width: auto;
	float: left;
}
#filter-right{
	width: auto;
	float: right;
}
#videos-content{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#video{
	  position: relative;
	  padding-top: 20px;
	  height: 0;
	  margin: 0px auto;
}
#video iframe{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
}
#vervideo {
	padding: 10px 20px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 1.15em;
    background: #000000;
    color: #ffffff;
    border: none!important;
	border-radius: 8px;
}
#vervideo:hover, a#down-video:hover {
	background: #e78900!important;
}
#cont-down-video{
	display: none;
	float: right;
	margin-top: 20px;
}
a#down-video {
    padding: 6px 12px;
    margin-left: 6px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
    border: none!important;
    border-radius: 8px;
}
.time-desc{
	position: absolute;
	top: 15px;
	margin-left: 5px;
}

/* MEDIA QUERIES
---------------------------------------------------------------------*/
@media (max-width: 480px) {
	.col2{
		width: 100%;
	}
	table.dataTable tbody td{
		width: auto;
	}
	table.dataTable tbody td:nth-child(3), table.dataTable tbody td:nth-child(6), table.dataTable tbody td:nth-child(7), table.dataTable tbody td:nth-child(8){
		display: none;
	}
	table.dataTable thead th:nth-child(3), table.dataTable thead th:nth-child(6), table.dataTable thead th:nth-child(7), table.dataTable thead th:nth-child(8){
		display: none;
	}	
	form#fsearch, form#fsearch3 {/*font-size: 11px; */line-height: 13px;}
	form#fsearch label, form#fsearch3 label {display: block; margin:.5em;}
	table.dataTable thead th, table.dataTable thead td { padding: 2px 4px;}
	#cont-down-video{
		position: absolute;
		display: none;
		float: none;
		left: 0px;
		bottom: -30px;
	}
	#videos-filters-form .row,
	#videos-filters-form .row #filter-left{
		float: none;
	}
	#videos-filters-form label{
		width: 100%;
		display: block;
	}
	#videos-filters-form select{
		width: 100%;
		margin: 10px 0px;
	}
}