/*......................................................................................

NME -------------------------------------------------- Núcleo de Multimédia e e-Learning

||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||

Internal Services CSS...................................... .............|||||||||||||||

.....................................................................................*/

.clear-both {
	clear: both;
	}
#guest_access,
#guest_access_success,
#guest_access_renewal {
	background: url("../img/guest_access_background.png") no-repeat bottom left;
	border-radius: 6px;
	border: 1px solid #eaeaea;
	margin-top: 26px;
	padding: 20px 32px 112px 32px;
	}
#guest_access_renewal {
	display: none;
	}
#guest_access_success {
	background: url("../img/guest_access_success_background.png") no-repeat bottom left;
	padding: 28px 32px 28px 32px;
	display: none;
	}
#guest_access p {
	margin: 0 0 16px 0;
	}
#guest_access_success p {
	color: #8d8d8e;
	margin-bottom: 24px;
	clear: both;
	}		
#form_dynamic_content {
	overflow: hidden;
	}	
#guest_access_success label {
	display: none;
	}
#create_new_access {
	float: left;
	}		
#guest_access_success #renew_access {
	padding: 8px 0 0 24px;
	display: inline-block;
	}
#personal_info_slider, #guest_access_last_step {
	display: none;
	}
legend,
#user_name_header,
#invite_success_message h3 {
	color: #2b2b2b;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 34px;
	}
#guest_access #user_name_header {
	margin-left: 26px;
	display: inline-block;
	margin-bottom: 10px;
	}	
label,
#ist_host_first_step span,
#ist_host_first_step_renew span
#choose_gender,
#validity_info span,
#validity_info_renew span,
#guest_primary_info span:not(.select2-chosen):not(.select2-arrow),
#guest_primary_info_renew :not(.select2-container) span:not(.select2-chosen):not(.select2-arrow) {
	color: #8d8d8e;
	padding-right: 8px;
	}
#validity {
	color: #525151;
	}	
#ist_host_first_step,
#ist_host_first_step_renew {
	width: 206px;
	float: left;
	display: block;
	}		
#guest_primary_info,
#guest_primary_info_renew {
	width: 404px;
	float: left;
	display: block;
	}
#filled_in_info {
	width: 182px;
	float: left;
	display: block;
	border-right: 1px solid #efefef;
	padding-bottom: 44px;	
	}	
#secondary_info {
	width: 394px;
	float: left;
	display: block;
	padding-left: 26px;
	}
#validity_slider_bar,
#validity_slider_bar_renew {
	position: relative;
	width: 250px;
	}
#validity_slider,
#validity_slider_renew {
	margin-top: 64px;
	width: 348px;
	float: left;
	display: block;
	}
#validity_info,
#validity_renew {
	margin-top: 64px;
	width: 262px;
	float: left;
	display: block;	
	}		
.input_box {
	font-size: 13px;
	outline: none;
	border: 1px solid #e8e8e8;
	background: #fff;
	border-radius: 3px;
	-moz-box-shadow: 0 0 2px rgba(167,167,167,.15) inset;
	-ms-box-shadow: 0 0 2px rgba(167,167,167,.15) inset;
	-webkit-box-shadow: 0 0 2px rgba(167,167,167,.15) inset;
	-o-box-shadow: 0 0 2px rgba(167,167,167,.15) inset;
	box-shadow: 0 0 2px rgba(167,167,167,.15) inset;
	padding: 4px 8px;
	}
.input_box:focus {
	border: 1px solid #bfbfbf;
	background: #fdfdfd;	
	}	
.main_action_button {
	cursor: pointer;
	font: 14px 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	outline: none;
	border: 1px solid #1486a6;
	background: #159bd8;
	padding: 7px 24px;
	border-radius: 24px;
	-moz-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-ms-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-webkit-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-o-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	}
.main_action_button_loading {
	display: block;
	font: 14px 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	outline: none;
	border: 1px solid #1486a6;
	background: #159bd8 url("../img/loading_icon.gif") no-repeat 94% 50%;
	padding: 7px 36px 7px 24px;
	border-radius: 24px;
	-moz-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-ms-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-webkit-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-o-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	float: left;
	}	
.main_action_button:hover {
	border: 1px solid #159bd8;
	background-color: #17ace0;
	}
.main_action_button:active {
	color: #0c6787;	
	}
.secondary_action_button {
	cursor: pointer;
	font: 13px 'Lato', sans-serif;
	font-weight: normal;
	color: #fff;
	outline: none;
	border: 1px solid #afafaf;
	background: #b5b5b5;
	padding: 7px 20px;
	border-radius: 24px;
	-moz-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-ms-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-webkit-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	-o-box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	box-shadow: 0 0 4px 4px rgba(236,236,236,1);
	}	
.secondary_action_button:hover {
	border: 1px solid #b5b5b5;
	background: #c4c4c4;
	}	
.secondary_action_button:active {
	color: #848484;
	}	
.validated_in {

	-moz-box-shadow: 0 0 2px 2px rgba(213,221,180,0.5);
	-ms-box-shadow: 0 0 2px 2px rgba(213,221,180,0.5);
	-webkit-box-shadow: 0 0 2px 2px rgba(213,221,180,0.5);
	-o-box-shadow: 0 0 2px 2px rgba(213,221,180,0.5);
	box-shadow: 0 0 2px 2px rgba(213,221,180,0.5);

	-moz-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;	
	}	
.validated_out {
	-moz-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-ms-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-o-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	box-shadow: 0 0 2px 2px rgba(255,255,255,1);

	-moz-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;	
	}	
.unvalidated_in {
	-moz-box-shadow: 0 0 2px 2px rgba(216,112,115,0.5);
	-ms-box-shadow: 0 0 2px 2px rgba(216,112,115,0.5);
	-webkit-box-shadow: 0 0 2px 2px rgba(216,112,115,0.5);
	-o-box-shadow: 0 0 2px 2px rgba(216,112,115,0.5);
	box-shadow: 0 0 2px 2px rgba(216,112,115,0.5);

	-moz-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;	
	}
.unvalidated_out {
	-moz-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-ms-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-webkit-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	-o-box-shadow: 0 0 2px 2px rgba(255,255,255,1);
	box-shadow: 0 0 2px 2px rgba(255,255,255,1);

	-moz-transition: box-shadow .5s;
	-ms-transition: box-shadow .5s;
	-o-transition: box-shadow .5s;
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;	
	}
#guest_access #renew_access_main,
#guest_access #create_new_access_main,
#guest_access_renewal #renew_access_main,
#guest_access_renewal #create_new_access_main {
	text-align: right;
	margin-top: -32px;
	padding-right: 12px;
	}	
#feedback_main_action_button {
	font-size: 13px;
	font-style: italic;
	color: #8d8d8d;
	display: inline-block;
	padding-left: 16px;
	padding-top: 12px;
	clear: both;
	}
#guest_name,
#guest_name_filled {
	width: 176px;
	margin-right: 8px;
	}
#guest_nif {
	width: 210px;	
	}
#guest_profession {
	width: 296px;	
	}		
#guest_nationality {
	width: 278px;		
	}	
#guest_istid {
	width: 328px;	
	}
#guest_birth_date {
	width: 230px;
	}			
#guest_birth_freguesia {
	width: 202px;
	}
#guest_birth_concelho {
	width: 207px;
	}	
#guest_birth_distrito {
	width: 216px;
	}	
#guest_father_name {
	width: 275px;
	}
#guest_address {
	width: 302px;
	}		
#guest_concelho_residencia {
	width: 292px;
	}
#guest_distrito_residencia {
	width: 300px;
	}		
#guest_extensao	{
	width: 302px;
	}
#guest_mother_name {
	width: 266px;
	}	
#guest_work_place, #guest_work_place_renew {
	width: 296px;
	}
#guest_adress {
	width: 302px;
	}
#guest_postal_code {
	width: 268px;
	}
#guest_phone_number {
	width: 306px;
	}		
#guest_extencao {
	width: 301px;
	}	
#guest_homepage {
	width: 292px;
	}	
#guest_postal_code_area {
	width: 219px;
	}	
#guest_localidade {
	width: 285px;
	}	
#guest_freguesia_residencia {
	width: 290px;
	}	
#guest_birth_concelho_residencia {
	width: 292px;	
	}	
#guest_birth_distrito_residencia {
	width: 301px;	
	}	
.to_be_seen {
	color: #454545;	
	}
#validity_end span {
	padding-left: 9px;
	}
#validity_info p em,
#validity_info_renew p em {
	font-style: normal;
	font-size: 11px;
	color: #afafaf;
	}	
.validity_range_bar {
	background: url("../img/range_slider_background.png") no-repeat top left;
	background-size: 100% 100%;
	display: block;
	width: 100%;
	height: 11px;
	position: absolute;
	/*top: 6px; retirei para o match do jqueryui*/
	left: 0;
	z-index: 9996;
	}
#validity_slider_bar_ui {
	z-index: 9998;
	display: block;
	top: 12px;
}
#validity_slider_bar_renew_ui {
	z-index: 9998;
	display: block;
	top: 12px;
}
.validity_range_controler {
	background: url("../img/range_controler_background.png") no-repeat top left;
	display: block;
	width: 33px;
	height: 32px;
	position: absolute;
	top: 2px;	/*top: -4px; retirei para o match do jqueryui*/
	left: 75%;
	z-index: 9997;
	text-align: center;	
	}		
.range_indicator {
	font-weight: bold;
	color: #159bd8;
	padding-top: 5px;
	}
#mail_warning_label,
#mail_warning_label_renew {
	color: #8d8d8e;
	}		
#validity_start i {
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
	}
.range_bar_legend span {
	color: #e0e0df;
	text-align: center;
	display: inline-block;
	margin-top: 28px;
	}	
#proceed_to_second_step,
#edit_filled_in_info,
#create_invite,
#renew_invite {
	margin-top: 44px;
	}	
#proceed_to_second_step label,
#edit_filled_in_info legend,
#edit_filled_in_info p label,
#create_invite legend,
#create_invite label,
#renew_invite label {
	display: none;
	}		
#proceed_to_second_step legend {
	color: #afafaf;
	}	
#filled_in_info legend {
	padding-bottom: 20px;
	color: #8d8d8e;
	}	
#filled_in_info p {
	margin-bottom: 8px;
	color: #8d8d8e;
	}
#guest_primary_info_filled_in,
#validity_info_filled_in {
	margin-top: 40px;
	}
#identification_number,
#identification_number_1 {
	width: 208px;
	}
#guest_email,
#guest_email_filled {
	width: 320px;
	}	
#guest_mobile_phone,
#guest_mobile_phone_filled {
	width: 297px;
	}		
#guest_access #mobile_phone_note {
	font-size: 12px;
	line-height: 13px;
	color: #777;
	margin-top: -10px;
	}
#guest_access #secondary_information_toggler,
#guest_access_1 #secondary_information_toggler {
	color: #8d8d8e;
	}		
#guest_access #guest_secondary_information_toggler,
#guest_access #guest_secondary_information_toggler_filled {
	margin-top: 36px;
	color: #8d8d8e;	
	}	
#guest_secondary_information_toggler_filled {
	display: none;
	}
#required_guest_personal_info_1	h4,
#required_guest_personal_info_2	h4,
#required_guest_personal_info_3	h4,
#required_guest_personal_info_4	h4,
#required_guest_personal_info_5	h4 {
	color: #5c5c5c;
	padding: 12px 0 8px 0;	
	}
#required_guest_personal_info_3 h4,
#required_guest_personal_info_4 h4 {
	margin-top: 0;
	padding-top: 16px;
	}	
#guest_document_emission_place {
	width: 260px;
	}
#guest_document_emission_date {
	margin-right: 24px;
	}	
#guest_document_emission_date,	
#guest_document_emission_expiration {
	width: 100px;
	}			
#content_status_bar_and_navigation {
	display: block;
	width: 296px;
	height: 60px;
	margin: 40px 0 20px 58px;
	padding-top: 40px;
	}	
#previous_slide {
	background: url("../img/previous_button.png") no-repeat top left;
	display: inline-block;
	position: relative;
	top: -5px;
	left: 0;
	width: 23px;
	height: 22px;
	text-indent: -999999px;
	cursor: pointer;
	display: none;
	}	
#next_slide {
	background: url("../img/next_button.png") no-repeat top left;
	display: inline-block;
	position: relative;
	top: -78px;
	left: 258px;
	width: 23px;
	height: 22px;
	text-indent: -999999px;
	cursor: pointer;
	}
#create_invite_button {
	margin: 32px 0 0 26px;
	}
#renew_invite_button {
	margin: 32px 0 0 0;	
	}		
#guest_access h3,
#guest_access_renewal h3 {
	margin-bottom: 80px;
	}		

/*JOAO*/

.label_check {
	padding-left: 32px; 
	}
/* Radiobox */
.label_radio { 
	background: url("../img/radio_button_unselected.png") no-repeat; 
	padding-left: 18px; 
	}
label.r_on { 
	background: url("../img/radio_button_selected.png") no-repeat; 
	}
label.r_unvalidated { 
	background: url("../img/radio_button_unvalidated.png") no-repeat; 
	}	
/* Checkbox */
.label_check { 
	background: url("../img/checkbox_unchecked.png") no-repeat 0 0; 
	}
label.c_on { 
	background: url("../img/checkbox_checked.png") no-repeat 0 0; 
	}	
.label_check input,
.label_radio input { 
	position: absolute; left: -9999px; 
}

form input {
	-webkit-appearance: none;
}

/* SLider */

fieldset.validity_slider .ui-widget-content {
border: 0px;
background: none;
color: none;
}

.range_bar_legend_selector {
	cursor: pointer;
	}

/* Date picker */
#validity_start input,
#validity_end input {
	display: none;
}

/* JOAO */
#required_guest_personal_info_2,
#required_guest_personal_info_3,
#required_guest_personal_info_4,
#required_guest_personal_info_5 {
	display: none;
	}
#validity_slider_bar_ui .ui-state-hover,
#validity_slider_bar_renew_ui .ui-state-hover {
	cursor: pointer;
	}

.facultative_info_screen_slider	{
	position: relative;
	top: -45px;
	left: 40px;
	}
#guest_access .facultative_info_screen_slider li {
	display: inline-block;
	background: none;
	}
.facultative_info_screen_slider a {
	text-indent: -9999px;
	}		
.slider-full,
.slider-half,
.slider-empty, 
.slider-selected {
	display: inline-block;
	width: 23px;
	height: 22px;
	}
.slider-full {
	background: url("../img/facultative-screen-slider-full.png") no-repeat 0 0; 	
	}			
.slider-half {
	background: url("../img/facultative-screen-slider-half.png") no-repeat 0 0; 	
	}
.slider-empty {
	background: url("../img/facultative-screen-slider-empty.png") no-repeat 0 0; 	
	}		
.slider-selected {
	background: url("../img/facultative-screen-slider-selected.png") no-repeat 0 0; 	
	}
#create_invite, #create_invite #create_invite_button {
	clear: both;
}
#validity_start i a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../img/edit-icon.svg") no-repeat 0 0;
	text-indent: -999999px; 		
	}
/* OLD OVERLAY */
.submit_overlay {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	filter: alpha(opacity=1);
	opacity: 0.01;
	}
/* NEW OVERLAY */

#submit_validation_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	z-index: 9998;
	background: rgba(255, 255, 255, 0.9);
	}
#submit_validation_overlay p {
	font-family: KlavikaBold, sans-serif;
	font-size: 16px;
	position: absolute;
	top: 33%;
	left: 24%;	
	}
#submit_validation_overlay #feedback_main_action_button {
	position: absolute;
	top: 45%;
	left: 25%;
	} 	
#submit_validation_overlay .main_action_button,
#submit_validation_overlay .main_action_button_loading {
	position: absolute;
	top: 40%;
	left: 30%;
	}
.cancel_action_button {
	position: absolute;
	top: 40%;
	left: 55%;
}

#create_invite_button + #feedback_main_action_button {
	padding-left: 36px;
	}