article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #00B06A; color: #fff; text-shadow: none; }
::selection { background: #00B06A; color: #fff; text-shadow: none; }

a { color: #00e; text-decoration: none; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
/*firefox outline*/
a:active, a:hover{ outline:none; }
a:focus{ outline:none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle;  }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: 
   ========================================================================== */

/* RESET */
h1, h2, h3, h4, ul, ul li , ol , ol li, p { margin: 0; padding: 0;}
h1, h2, h3, h4 { font-weight: normal;}
input, select {  outline: none; border: none; }
select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
body { overflow-y: scroll; overflow-x: hidden;}

/* =============================================================================
   Typography
   ========================================================================== */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700,600);

body, textarea, select, select option { font-family: 'Open Sans', Arial, sans-serif;}
small { font-size: 11px; color: #777777;}

/* GENERAL */
.right { float: right !important; }
.left { float: left !important; }
.center { text-align: center;}

.wrapper { margin: 0 auto;}

/* =============================================================================
   FORMS - INPUT - SPEAKER
   ========================================================================== */
   
/* General */
form label { font-size: 15px; display: block; font-weight: 600; padding-bottom: 1px; margin-left: 1px; cursor: pointer; cursor: default; color: #555555;  }
form input, form textarea, select { border: 1px solid #DAE3E3; background: #F6F6F6; font-size: 15px; color: #777; padding: 0 13px; height: 40px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; line-height: 40px;}
form textarea { width: 842px; height: 150px; padding: 13px 13px; margin-bottom: 0; line-height: 22px;}
form small { display: block; margin-left: 2px;  color: #555555;}
form small.constraint { margin-top: 1px; font-weight: bold;}
form input:focus, form textarea:focus { border: 1px solid #B7C0C1; outline: 0; }

form .input_wrap { float: left; margin-bottom: 30px; padding-right: 46px;}
form .input_wrap.small { padding-right: 0; }
form .input_wrap.small input { margin-bottom: 0; width: 384px;}

form .input_wrap .input_message { display: none;}
form .input_wrap.error input, form .input_wrap.error .select_wrap, form textarea.error  { background-color: #FFFFBF; }
form .input_wrap.error .input_message { color: #E53B0C; font-size: 13px; position: relative; top: -25px; left: 8px; display: block;}
/* Insert by Augusto => */ form .input_wrap.error .input_message_no_top { color: #E53B0C; font-size: 13px; position: relative; left: 8px; display: block;}
.input_message_textarea { color: #E53B0C; font-size: 13px; float: right; top: -53px; position: relative; }
/* disabled */
form .input_wrap input[type="text"]:disabled, form .input_wrap.disable label, form .input_wrap.disable small, form textarea:disabled { opacity: .4; }

form .two_col .input_wrap { float: left;}
form .two_col .input_wrap:nth-child(even) { padding-right: 0;}
form .two_col .input_wrap input { width: 384px; }
form .static_field { font-size: 18px; color: #555; padding-left: 8px; width: 285px; display: block; line-height: 40px;}
form .center .submit { margin: 11px 0 25px;}

form p { font-size: 15px; color: #555555; }
form p.text_line { font-size: 15px; color: #555555; font-weight: 600; padding-bottom: 40px;}

.authorize span { font-size: 13px; color: #555555; font-family: 'Arial', sans-serif; float: left; padding-left: 10px; line-height: 26px; float: left; }
form .authorize input[type=checkbox] { width: 23px; height: 23px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; box-shadow: none; margin-bottom: 0; float: left;}

/* select */

.input_wrap.select { margin-bottom: 25px;}
div.fancy-select { position: relative; font-size: 15px; color: #46565D; }
div.fancy-select.disabled { opacity: 0.5; }
div.fancy-select select:focus + div.trigger.open { box-shadow: none; }
div.fancy-select div.trigger { background: url("../img/speaker/arrow_select.png") no-repeat 380px center #F6F6F6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: 1px solid #DAE3E3; width: 400px; height: 40px; line-height: 40px;	color: #777; padding-left: 10px; cursor: pointer; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; position: relative;
	transition: all 240ms ease-out;
	-webkit-transition: all 240ms ease-out;
	-moz-transition: all 240ms ease-out;
	-ms-transition: all 240ms ease-out;
	-o-transition: all 240ms ease-out;
}
div.fancy-select div.trigger:after { content: ""; display: block; position: absolute; width: 0; height: 0; border: 5px solid transparent; border-top-color: #4B5468; top: 20px; right: -20px; }
div.fancy-select div.trigger.open { background: url("../img/speaker/arrow_select.png") no-repeat 380px center #F6F6F6; border: 1px solid #A9E1CC; color: #7A8498; box-shadow: none; }
div.fancy-select div.trigger.open:after { border-top-color: #7A8498; }
div.fancy-select ul.options { list-style: none; margin: 0; position: absolute; top: 40px; left: 0; visibility: hidden; opacity: 0; z-index: 50; max-height: 200px; overflow: auto; background: #F6F6F6; border-radius: 4px; border: 1px solid #DAE3E3;  color: #777; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); min-width: 200px;
	transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.open {
	visibility: visible;
	top: 50px;
	opacity: 1;

	/* have to use a non-visibility transition to prevent this iOS issue (bug?): */
	/*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
	transition: opacity 300ms ease-out, top 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, top 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, top 300ms ease-out;
	-o-transition: opacity 300ms ease-out, top 300ms ease-out;
}
div.fancy-select ul.options.overflowing {v top: auto; bottom: 40px;
	transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}
div.fancy-select ul.options.overflowing.open {
	top: auto;
	bottom: 50px;

	transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
	-o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}
div.fancy-select ul.options li { padding: 8px 12px; color: #777; cursor: pointer; white-space: nowrap;
	transition: all 150ms ease-out;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-ms-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected { background: #00B36C; color: #fff; }
div.fancy-select ul.options li.hover { background: #ACE1CC; color: #fff; }
/* error select */
form .input_wrap.select.error .input_message { top: 8px; left: 10px; }
.input_wrap.select.error div.fancy-select div.trigger { background: url("../img/speaker/arrow_select.png") no-repeat 380px center #FFFFBF; }

/* checkbox */
.wrap_checkbox label { display: inline; font-weight: normal; padding-right: 30px; margin-left: 20px; }
.wrap_checkbox.authorize label { font-size: 13px; color: #555555; font-family: 'Arial', sans-serif; }
form .input_wrap.error .input_message.ckeckbox  { top: 0; left: 36px;}

.checkbox, .radio { display: inline-block; *display: inline; vertical-align: middle; margin: 0; padding: 0; width: 25px; height: 25px; background: url("../img/speaker/minimal.png") no-repeat; border: none; cursor: pointer; }

.checkbox { background-position: 0 0; }
.checkbox.hover, .wrap_checkbox.error .checkbox.hover { background-position: -27px 0; }
.checkbox.checked, .wrap_checkbox.error .checkbox.checked { background-position: -54px 0; }
.checkbox.disabled { background-position: -81px 0; cursor: default; }
.checkbox.checked.disabled { background-position: -108px 0; }
.wrap_checkbox.error .checkbox { background-position: -135px 0; }

.check_list { width: 410px; float: left; padding:8px 48px 0 0;}
.check_list:last-child { padding-right: 0;}
.check_list .wrap_checkbox { margin-bottom: 12px; }
    
    
/* radio */   
.wrap_checkbox.wrap_radio { display: inline-block; margin-top: 15px; }
.radio { background-position: -162px 0; margin-bottom: 10px; }
.radio.hover, .wrap_radio.error .radio.hover{ background-position: -189px 0; }
.radio.checked, .wrap_radio.error .radio.checked { background-position: -216px 0; }
.radio.disabled { background-position: -243px 0; cursor: default; }
.radio.checked.disabled { background-position: -270px 0; }
.wrap_radio.error .radio { background-position: -297px 0; }
.wrap_radio .topic { float: left;
  width: 33%;
  margin-bottom: 10px; }

/* submit */
.submit { border: none; background: url("../img/speaker/submit_sprite.png") no-repeat; padding-right: 45px;  color: #fff; margin-bottom: 0; margin-top: 22px; height: 39px; font-size: 18px; font-weight: 300; position: relative; right: 0; bottom: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
a.submit { padding-left: 13px; line-height: 35px; color: #fff; display: inline-block;}
.submit.add { background-position: right 0; border: 1px solid #E3AC00; }
.submit.apply { background-position: right -40px;}
.submit.import { background-position: right -180px; margin-top:38px; }
.submit.edit { background-position: right -222px;}
.submit.remove_text { background-position: right -80px;}
.submit.remove {  height: 39px; display: block; float: left; background: url("../img/speaker/submit_sprite.png") no-repeat center -80px #DB381F; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-top: 28px; text-indent: -99999px; border: 1px solid #DB381F; }
input.submit.remove { height: 43px;}
.submit.remove.disable, .submit.remove:disabled { border: 1px solid #DAE3E3; background-color: #F6F6F6; background-position: center -120px ;  }

.submit.green { background-color: #00B36C;}
.submit.yellow { background-color: #E3AC00;}
.submit.blue { background-color: #009EC7; }
.submit.pink { background-color: #F75080; }
.submit.red { background-color: #DB381F; }

/*
Animation button
.submit:hover { position: relative; right: 4px; bottom: 4px;}
.submit:hover, .submit { -webkit-transition: all 150ms ease-in-out;  -moz-transition: all 150ms ease-in-out; -o-transition: all 150ms ease-in-out; }

.green:hover { -webkit-box-shadow: 4px 4px 0px 0px #00995A; -moz-box-shadow: 4px 4px 0px 0px #00995A; box-shadow: 4px 4px 0px 0px #00995A; }
.yellow:hover { -webkit-box-shadow: 4px 4px 0px 0px #D8A502; -moz-box-shadow: 4px 4px 0px 0px #D8A502; box-shadow: 4px 4px 0px 0px #D8A502;  }
.blue:hover { -webkit-box-shadow: 4px 4px 0px 0px #0083A4; -moz-box-shadow: 4px 4px 0px 0px #0083A4; box-shadow: 4px 4px 0px 0px #0083A4; }
.pink:hover { -webkit-box-shadow: 4px 4px 0px 0px #D94672; -moz-box-shadow: 4px 4px 0px 0px #D94672; box-shadow: 4px 4px 0px 0px #D94672; }
.submit.disable:hover , .submit.disable:disabled:hover { -webkit-box-shadow: none; -moz-box-shadow:none; box-shadow:none; }
.submit.disable:disabled:hover, .submit.disable, .submit:active  { -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; position: relative; right: 0; bottom: 0; }

.red:hover, .remove:hover { -webkit-box-shadow: 4px 4px 0px 0px #BD300F; -moz-box-shadow: 4px 4px 0px 0px #BD300F; box-shadow: 4px 4px 0px 0px #BD300F; }
.submit:active { position: relative; right: 0; bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
*/

/*
input[type=radio].checkbox_custom { display:none; }
input[type=radio].checkbox_custom + label.check_label { padding-left:35px; height:25px;  display:inline-block; background-repeat:no-repeat; background-position: 0 0; font-size: 14px; line-height: 26px; vertical-align:middle; cursor:pointer; }
input[type=radio].checkbox_custom:checked + label.check_label { background-position: 0 -25px; }
label.check_label { background:url("../img/speaker/checkbox.png") no-repeat; padding-bottom: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin: 24px 55px 0 0; padding-left: 30px; }
*/

::-webkit-input-placeholder { color: #ccc; font-style: italic; }
:-moz-placeholder { color: #ccc; font-style: italic; }
::-moz-placeholder { color: #ccc; font-style: italic; }
:-ms-input-placeholder { color: #ccc; font-style: italic; }
input[type="select"]:disabled { color: #ccc; font-style: italic; }


/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   ie8
   ========================================================================== */


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/* fancyBox  */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{ padding: 0; margin: 0; border: 0; outline: none; vertical-align: top;  }
.fancybox-wrap { position: absolute; top: 0; left: 0; z-index: 8020; }
.fancybox-skin { position: relative; color: #444; text-shadow: none;}
.fancybox-opened { z-index: 8030; }
.fancybox-outer, .fancybox-inner { position: relative;}
.fancybox-inner { overflow: hidden;}
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch;}
.fancybox-error { color: #444; font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 0; padding: 15px; white-space: nowrap;}
.fancybox-image, .fancybox-iframe { display: block; width: 100%; height: 100%; }
.fancybox-image { max-width: 100%; max-height: 100%;}
.fancybox-prev span, .fancybox-next span { background-image: url("../img/arrows-carousel.png");}
#fancybox-loading { position: fixed; top: 50%; left: 50%; margin-top: -22px; margin-left: -22px; background-position: 0 -108px; opacity: 0.8; cursor: pointer; z-index: 8060; }
#fancybox-loading div { width: 44px; height: 44px; background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat; }
.fancybox-close { display: none; }
.fancybox-nav { position: absolute;	top: 0;	width: 40%;	height: 100%; cursor: pointer;	text-decoration: none;	background: transparent url("../img/fancybox/blank.gif"); /* helps IE */ -webkit-tap-highlight-color: rgba(0,0,0,0); z-index: 8040; }
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span { position: absolute; top: 50%; width: 25px; height:50px; margin-top: -18px; cursor: pointer; z-index: 8040; visibility: hidden; }
.fancybox-prev span { left: -40px; background-position: 0 0; }
.fancybox-next span { right: -40px; background-position: 0 -50px; }
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp { position: absolute; top: -99999px; left: -99999px; max-width: 99999px; max-height: 99999px; overflow: visible !important; }

/* Overlay helper */
.fancybox-lock { overflow: visible !important; width: auto; }
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay { position: absolute; top: 0; left: 0; overflow: hidden; display: none; z-index: 8010; background: url("../img/fancybox/fancybox_overlay.png"); }
.fancybox-overlay-fixed { position: fixed; bottom: 0; right: 0; }
.fancybox-lock .fancybox-overlay { overflow: auto; overflow-y: scroll; }

.fancybox-inner #content_lightbox { display: block; position: relative; left: auto; top: auto; height: auto; margin-left: 0; }

.sessionIncludes {
	margin-bottom: 25px;
}

.sessionIncludes checkbox {
	margin-right: 10px;
}

.performed {
	margin-bottom: 10px;
}

.performedTalkSection {
	display: none;
}

.c4pform-welcome {
	margin-bottom: 20px;
}

.guidelines-text {
	background-color: #00B06A;
	margin-bottom: 20px;
}

.guidelines-text p {
	padding: 20px 30px;
	font-size: 13pt;
	font-weight: bold;
	color: white;
}

.guidelines-text a {
	color: white;
}