/** BIG-DATA
  * index-style.css
  * lobo_das_estepes@operamail.com
  * fev 2017
  **/

html, body, td {
	font-size:16px;
	font-family:arial;
	line-height:18px;
	color:black;
}

body {
	overflow-y:scroll;
	margin:0;
	padding:0;
	background:white;
	overflow-x:hidden;
}

.note {
	font-size:0.8em;
	color:#333;
}

.center {
	text-align:center;
}

.right{
	text-align:right;
}

.highlight {
	color:#0E6397;
}

.wide {
	width:100%;
}
.bold {
	font-weight:bold;
}

a {
	border-bottom:solid 1px #09C;
	color:inherit;
}
a:hover {
	border-bottom:solid 1px orange;
}
a.ghost {
	border:none;
}

a.header {
	border:none;
	color:inherit;
	cursor:pointer;
}

/** ======================================================================== **/

input {
	font-family:monospace;
	font-size:15px;
	display:inline;
	background:transparent;
}
input[type="text"] {
	border:none;
	border-bottom:solid 1px #0E6397;
	padding-left:5px;
}
input[type="text"].wide {
	width:calc(100% - 2 * 5px);
}

input.form_field_ok {
	border-bottom:solid 1px lime;
}
input.form_field_nk, .form_field_nk {
	border-bottom:solid 1px red;
	background:MistyRose; /* LightPink */
}
span.form_field_nk {
	padding-left:5px;
	padding-right:5px;
}

button {
	cursor:pointer;
}

#row_register td {
	padding:0;
}
#msg_register {
	min-height:18px;
	text-align:right;
}
#btn_register {
	width:33%;
	float:right;
	height:40px;
}

/** ======================================================================== **/

table.grid {
}

table.grid td {
	padding:5px;
}

tr.grid_heading {
}

tr.grid_heading td {
	color:#0E6397;
	font-weight:bold;
}

tr.grid_row td {
	padding-top:10px;
	padding-bottom:10px;
	font-size:0.9em;
}
tr.optional {
	background:rgba(100, 100, 100, 0.07);
}
tr.payment_values {
	background:rgba(255, 153, 0, 0.25);
}
span.required {
	color:crimson;
}
span.required:after {
	content:"*"
}
span.no_dinner {
	color:#0E6397;
}
span.no_dinner:after {
	content:"*"
}
#pp_value_registration, #pp_value_dinner, #pp_value_total {
	font-family:monospace;
	padding-right:20px;
}
#pp_value_total {
	font-weight:bold;
}

#price_info {
	background:rgba(100, 100, 100, 0.07);
	background:url("img/bg-sabina-paper.jpg");
	padding:10px;
	padding-bottom:1px;
	margin-bottom:40px;
	border-radius:10px;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
}
table.price_info {
	border-spacing:5px;
	border-collapse: separate;
}
table.price_info tr td {
	_background:rgba(100, 100, 100, 0.05);
	border-bottom:solid 1px orange;
	text-align:center;
	padding:5px;
	vertical-align:middle;
	font-size:12px;
}
@media (min-width:671px) {
	table.price_info tr td {
		font-size:15px;
	}
}
table.price_info tr:nth-of-type(1) {
	background:LightBlue;
	font-weight:bold;
}
tr.price_info_early {
	background:MistyRose;
}
tr.price_info_normal{
	background:Azure;
}
#pp_type_1_note td, #pp_type_2_note td {
	padding-bottom:20px;
}

td.grid_label {
	text-align:right;
	white-space:nowrap;
}
td.grid_label:after {
    content:":";
}

table.time_table tr {
	border-bottom:solid 1px #CCC;
}
table.time_table tr:last-of-type {
	border-bottom:none;
}
table.time_table tr.open, table.time_table tr.lunch, table.time_table tr.dinner {
	background:LightBlue;
}
table.time_table tr.plenary {
	background:Azure;
}
table.time_table tr td {
	padding-top:10px;
	padding-bottom:10px;
}
table.time_table tr td:nth-of-type(1) {
	text-align:center;
	width:150px;
	border-right:solid 1px orange;
	_font-family:monospace;
}
table.time_table tr td:nth-of-type(2) {
	padding-left:20px;
}

/** ======================================================================== **/

#gear {
	width:150px;
	height:150px;
	position:absolute;
	z-index:90;
	right:calc(-1 * 150px / 2);
	top:5px;
	transform:rotate(0deg);
}

#menu {
	position:absolute;
	top:calc(180px - 150px / 2 - 5px);
	right:0;
	height:calc(150px + 2 * 5px);
	z-index:100;
}

#menu h1, #menu h2, #menu h3 {
	font-size:18px;
	margin:0;
	margin-top:25px;
	opacity:0;
	color:#0E6397;
	display:inline-block;
	font-weight:bold;
}
#menu h2 {
	margin-top:0px;
	color:black;
}
#menu h3 {
	position:absolute;
	right:80px;
	top:-14px;
}

#menu_items {
	position:absolute;
	top:calc(150px / 2 - 20px / 2 + 5px);
	right:calc(150px / 2 + 5px);
	height:20px;
	white-space:nowrap;
}

div.menu_item {
	z-index:120;
	display:inline-block;
	height:100%;
	margin-left:0;
	margin-right:0;
	text-align:center;
	background:#0E6397;
	cursor:pointer;
	color:white;
	min-width:80px;
	max-width:200px;
	padding-left:5px;
	padding-right:5px;
	font-size:14px;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
}

div.menu_item_selected, div.menu_item:hover {
	background:orange;
	color:black;
}
#mi_menu {
	display:none;
	width:150px;
}
#mi_menu:hover {
	color:orange;
	background:black;
}

#plano {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:90;
	height:80px;
	background:black;
	background-image:url("img/banner_2.jpg");
	background-position:top right;
	border-bottom:solid 2px #0E6397;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
	opacity:0;
}

#to_top {
	position:fixed;
	right:calc((80px - 60px) / 2);
	bottom:calc((80px - 60px) / 2);
	width:60px;
	height:60px;
	z-index:100;
	background-image:url("img/icon-top-off.png");
	cursor:pointer;
	opacity:0;
}
#to_top:hover {
	background-image:url("img/icon-top-on.png");
}

#ebd-2017-porto {
	width:100%;
	max-width:500px;
	margin:0 auto;
	border:solid 1px #999;
	border-bottom:solid 1px #666;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
}
#ebd-2017-porto:hover {
	border:solid 1px #0E6397;
}

#vimeo {
	max-width:100%;
	background:#333;
}

/** ======================================================================== **/

#logo {
	position:absolute;
	top:35px;
	left:0px;
}

#header {
	position:relative;
	top:0;
	width:100%;
	height:180px;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
	z-index:90;
	border-bottom:solid 2px #0E6397;
	border-top:solid 1px gainsboro;
	background-color:black;
	background-image:url("img/banner_2.jpg");
	background-position:center left;
}

#header h1, #header h2, #header h3 {
	margin:0;
	font-weight:bold;
}

#header h1 {
	font-size:30px;
	margin-top:40px;
	color:#575757;
	color:black;
	text-transform:uppercase;
	letter-spacing:1pt;
}

#header h2 {
	font-size:30px;
	margin-top:20px;
	color:#0E6397;
}
#header h3 {
	margin-top:20px;
	color:black;
}

#supporters {
	margin:0;
	background:rgba(33, 33, 33, 0.75);
	color:black;
	padding-bottom:30px;
	border-top:solid 2px #0E6397;
}
#supporters h1 {
	font-size:30pt;
	color:black;
	margin-top:40px;
	margin-bottom:40px;
	text-transform:uppercase;
	letter-spacing:1pt;
}

#footer {
	margin:0;
	padding-top:20px;
	background:rgba(0, 0, 0, 0.95);
	color:gainsboro;
	font-size:12px;
	box-shadow:0px -5px 10px rgba(0, 0, 0, 0.66);
}

#footer h1 {
	font-size:12pt;
	color:#0E6397;
	margin-bottom:20px;
}

#lado-de-la {
	text-align:right;
	color:#575757;
	cursor:pointer;
	border-top:solid 1px #0E6397;
	padding-top:10px;
	margin-top:20px;
}

.graph {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:-1;
	opacity:0.15;
}

/** ======================================================================== **/

.pages_block {
	position:relative;
	margin:0 auto;
	border:solid 1px transparent;
}

div.page_block {
	margin:0;
	border:solid 1px transparent;
}

section.page {
	padding-top:40px;
}
div.page_sub_block:hover {
	background:rgba(255, 255, 255, 0.70);
}

section.page header {
	color:white;
	background:#575757;
	height:37px;
	position:relative;
	text-transform:uppercase;
	white-space:nowrap;
	margin-bottom:40px;
	overflow:hidden;
}

section.page header span {
	display:inline-block;
	position:absolute;
	top:-8px;
	font-size:55px;
	line-height:55px;
	padding-left:10px;
}
td.user_photo {
	padding-top:5px;
	padding-bottom:5px;
}
td.user_photo img {
	border-radius:75px;
	box-shadow:0px 5px 10px rgba(0, 0, 0, 0.66);
}
td.user_photo img:hover {
	box-shadow:0px 5px 10px rgba(15, 99, 151, 0.75);
}
td.user_info {
	padding-left:20px;
}

td.user_info h1 {
	color:#0E6397;
	text-transform:none;
	background:transparent;
	margin-top:20px;
	margin-bottom:0px;
	font-size:20px;
}

td.user_info h2 {
	margin-top:0px;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:solid 1px orange;
	font-weight:normal;
	font-size:0.8em;
}
td.user_info p {
	margin:0;
	font-weight:bold;
}

/** ======================================================================== **/

#page_sponsors, #page_supporters {
	background:#9AB1B7;
	color:black;
	margin-top:20px;
	padding-bottom:20px;
	font-size:16px;
}

#page_sponsors h1,  #page_supporters h1 {
	font-size:30pt;
	color:black;
	margin-top:40px;
	margin-bottom:40px;
	text-transform:uppercase;
	letter-spacing:1pt;
}

#page_supporters {
	color:white;
	background:LightGrey;
	border-top:solid 1px orange;
}

#contact_email {
	position:absolute;
	top:-20px;
	right:0;
	text-align:center;
	width:175px;
	height:170px;
	padding-top:130px;
	background-image:url("img/email.png");
	letter-spacing:1px;
}

.w3-container:after,.w3-container:before,
.w3-row:after,.w3-row:before {
	content:"";display:table;clear:both;
}
.w3-half, .w3-third, .w3-2third {
	float:left;
	width:100%;
	display:inline-block;
}
.w3-third {
	max-width:200px;
}
@media (min-width:671px){
	.w3-half{
		width:calc(100% / 2);
		display:inline-block;
	}
	.w3-third {
		width:calc(100% / 5);
		display:inline-block;
	}
	.w3-2third {
		width:calc(100% * 2 / 3);
		display:inline-block;
	}
}

div.ldl-half {
	margin:10px;
	padding:0; 
	text-align:center;
	_border:dotted 1px black;
}

div.ldl-half img {
	width:100%;
}

/** ============================================================================
  * EOF
  */
 