﻿
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,600;1,600&display=swap');

A:link {
    color: #f58f3a;
    text-decoration: none;
}

A:visited {
    color: #f58f3a;
    text-decoration: none;
}

A:hover {
    color: #f58f3a;
    text-decoration: underline;
}

body {
  background-color: #FFFFFF;
	font-family: 'Assistant', sans-serif;
	overflow: hidden;
}

iframe {
    border: none;
    padding: 0;
    margin: 0;
}

.resizelayer { background-color:#747474; color:cadetblue; font-family: sans-serif; font-size: 12px;  }

.waitloading {
    background-color: #000000;
    opacity: 0.85;
}

.boxform {
    border: 1px solid #444444;
}

.animtitleline {
    border: 1px solid #DDDDDD;
}

.formtitle {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
}

.formtitleline {
    border: 1px solid #474747;
}

.formwarinig {
    color: #FFFF44;
    font-size: 16px;
    font-weight: 300;
}

.congwelcome {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congwelcomerid {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congexplan {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.congbkg
{
	background-color: #171838;
}

.sponsorlabel  {
    color: #333333;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.congaccessbox {
    background-color: #f58f3a;
    border-radius: 16px;
}

.congaccessboxtitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 110%;
}

.congaccessboxbul {
    background-color: #171838;
    border-radius: 50%;
}

.conginfocaption {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    line-height: 120%;
}

.conginfovalue {
    color: #171838;
    font-size: 20px;
    font-weight: 400;
    
}

.formsepline {
    border: 1px dotted #777777;
}

/* footer */
.footerbkg {
    background-color: #191919;
}

.footertextbox {
    border-left: 1px solid #CCCCCC;
}

.footertext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

/* pulsante standard */
.sbtbase {
    border-radius: 8px; overflow: hidden;
}

.sbtnorm {
    background-color: #1a4b8d; 
}

.sbtnormHighlighted {
    background-color: #DD0000;
}

.sbtroov {
    background-color: #f58f3a;
}

.sbttext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/* testi standard */
.label0 {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.label0center {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.labelbcenter {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

/* finestra modale */
.modalbkg {
    background-color: #171838;
    opacity: 0.75;
}

.modalbkg8 {
    background-color: #ffffff;
    opacity: 0.8;
    border-radius: 20px;
}

.modalbkg9 {
    background-color: #ffffff;
    border-radius: 20px;
}

.validationerror {
    color: #DD0000;
    font-size: 18px;
    font-weight: 300;
}

.messageboxmessage {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}


/* file upload  */
.fua_dropbkg {
    background-color: #848484;
    border-radius: 8px;
}

.fua_drop {
    border-radius: 8px;
    border: 2px dashed #333333;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    
}

.fua_previewbox {
    border: 1px solid #333333;
    background-color: #EEEEEE;
}

.fua_boxext {
    border: 1px solid #333333;
    border-radius: 4px;
}

.fua_txtext {
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.fua_filename {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.fua_filesize {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

/* progress bar  */
.prbar_percbkg {
    background-color: #333333;
}

.prbar_perc {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.prbar_progbarbkg {
    background-color: #747474;
}

.prbar_progbar {
    background-color: #00CC00;
}

.prbar_orlabel {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.prbar_allext {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.stdcontrol {
    font-weight: 400;
    font-size: 16px;
    background-color: #DDDDDD;
    border: 1px solid #C4C4C4;
    color: #000000;
    font-family: 'Nunito', sans-serif;
}

.stdcontrol_line {
    border: 2px solid #171838;
}

.stdcontrol_mandline {
    border: 2px solid #EE0000;
}

.stdcontrol_check_box {
    border: 4px solid #333333;
    border-radius: 8px;
}

.stdcontrol_check_sel {
    background-color: #333333;
    border-radius: 12px;
}

.stdcontrol_fileuploadbase {
    background-color: #747474;
    border-radius: 4px;
}

.stdcontrol_boxext {
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.stdcontrol_txtext {
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.stdcontrol_curfile {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

.stdcontrol_allexts {
    color: #FFFF44;
    font-size: 14px;
    font-weight: 400;
}

.stdcontrol_labelnodata {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

.explanationscenter {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}


.fsnavbarbkg {
	
	background-color: #171838;
}

.chatnotnewmessbkg {
	
	background-color: #792402;
	border-radius: 4px;
	
	
}

.chatnotnewmesstxt {
	
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
	text-align: center;
	
}

/* programma */

.congschedheader {
    background-color: #171838;
    border-radius: 8px;
}

/* ----- */

.congsched_pantitle {
	color: #171838;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 80px;
	line-height: 85px;
	
}

.congsched_daybkg {
	background-color: #171838;
	border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.congsched_daylab {
	color: #FFFFFF;
  font-size: 22px;
  font-weight: 400;
	
}

.congsched_hallbkg {
	background-color: #ad611c;
}

.congsched_halllab {
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 22px;
	color: #FFFFFF;
	
}

.congsched_timebkg {
	
	background-color: #747474;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
	
}

.congsched_timelab {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 20px;
}

.congsched_event {
	color: #171838;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 26px;
}

.congsched_pan {
	color: #171838;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 22px;
	
}

.congsched_part {
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	
}

.congsched_subevent {
	color: #333333;
	font-size: 22px;
}

.congsched_subpart {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	
}

.congsched_supervisor {
	color: #333333;
	font-weight: 300;
	font-size: 20px;
	font-style: italic;
}

.congschedheader {
    background-color: #171838;
    border-radius: 8px;
}

.congfilterleft {
    background-color: #6d929d;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.congfilterright {
    background-color: #6d929d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.congfiltertab {
    background-color: #c5d4d8;
    
}

.congfiltertabsel {
    background-color: #6d929d;
    
}

.congfiltertabtext {
    color: #171838;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.congfiltertabtextsel {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

/* -----------*/

.conghallevent_bkg {
	background-color: #EEEEEE;
}

.conghalleventheader_bkg {
	background-color: #747474;
}

.conghalleventheader_bkg_prog {
	background-color: #00DD00;
}

.conghalleventheader_text {
	color: #FFFFFF;
	font-size: 22px;
	line-height: 110%;
}

.conghalleventheader_text_rid {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 110%;
}

.conghalleventheader_label {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 110%;
}

.conghalleventheader_label_rid {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 110%;
}


.conghalleventtitle {
	color: #171838;
	font-size: 24px;
	line-height: 106%;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
}

.conghalleventtitle_rid {
	color: #171838;
	font-size: 14px;
	line-height: 102%;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
}

.conghalleventdatetime {
	color: #333333;
	font-size: 20px;
	font-weight: 400;
}

.conghalleventdatetime_rid {
	color: #333333;
	font-size: 14px;
	font-weight: 400;
}

.conghalleventreserved {
	color: #171838;
	font-size: 20px;
	font-weight: 400;
}

.conghalleventreserved_rid {
	color: #171838;
	font-size: 14px;
	font-weight: 400;
}

/* ----- */

.congschednoecm_day {
  color: #333333;
  font-size: 22px;
  font-weight: 400;
}

.congschednoecm_time {
  color: #333333;
  font-size: 20px;
  font-weight: 300;
}

/*-- chat ---*/

.chatmessbkg_me {
    background-color: #d7f8c1;
    border-radius: 8px;
}

.chatmessbkg_he {
    background-color: #FFFFFF;
    border-radius: 8px;
}

.chatmessbkg_tt {
    background-color: #f7f085;
    border-radius: 8px;
}

.chattext {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 120%;
}

.chatnomessage {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.chatday {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.chatdate {
    color: #474747;
    font-size: 12px;
    font-weight: 300;
}

.chatpanelbkg {
    background-color: #dbd7d7;
}

.chatbtmbkg {
    background-color: #CCCCCC;
}

.chattextarea {
    font-weight: 400;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    color: #000000;
    line-height: 110%;
    font-family: 'Nunito', sans-serif;
}

.chattextarea_line { border: 2px solid #0da3cc; }

.chatmessmenu { background-color: #747474;}


.chatarea {
	
	background-color: #EEEEEE;
  border: 1px solid #C4C4C4;
	
}

.chatnoconv {
	
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
	text-align: center;
	
}

.chatlist {
	background-color: #DDDDDD;
}

.chatheader {
	background-color: #CCCCCC;
}

.chatitem {
	background-color: #EEEEEE;
}

.chatitemcur {
	background-color: #FFFFFF;
}

.chatheadername {
	color: #000000;
  font-size: 16px;
  font-weight: 700;
}

.chatlastmessage {
	color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.chattoreadcount {
	color: #0000FF;
  font-size: 14px;
  font-weight: 700;
	
}



.chatnotnewmesstxt {
	
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
	text-align: center;
	
}

/* --------------- */

.videochatitembkg {
  background-color: #aef7f6;
	border-radius: 4px;
}

.videochatitemtime {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

.videochatitemuser {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.videochatitemmessage {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.videochatslotday {
	color: #333333;
  font-size: 16px;
  font-weight: 400;
	
}

.videochatslotbkg {
	background-color: #171838;
	border-radius: 4px;
}

.videochatslottime {
	  color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.videochatitemstatusbkg {
	border-radius: 4px;
}

.videochatitemstatustxt {
	
	 color: #FFFFFF;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
}

.videochatselslot {
	
	color: #171838;
   font-size: 18px;
   font-weight: 400;
}

.videochatcurslot {
	
	background-color: #f59703;
	border-radius: 4px;
  
}

/* ---------------- */

.congagendabkg {
	
	background-color: #c4f5f4;
	border-radius: 8px;
}

.cong_tit_agenda {
	color: #171838;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 20px;
	
}

.congagendatime {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
}

.congagendaitemE {
	
	background-color: #ffffaa;
	
}

.congagendaitemV {
	
	background-color: #ffaa55;
	
}

.congagendaitem {
	color: #333333;
	font-weight: 300;
	font-size: 12px;
}

.cong_tit_agenda {
	color: #333333;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 20px;
	
}

/* badge */

.congbadgeshadow {
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.congbadge_name {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 22px;
	line-height: 110%;
	
}

.congbadge_name_rid {
	color: #FFFFFF;
	
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc_rid {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	line-height: 110%;
	
}

.congprofbkg {
	
	border-radius: 8px;
	background-color: #ffffff;
	
}

.congemcstatuslabel {
	
	 color: #ffffff;
   font-size: 16px;
   font-weight: 300;
   
}

.congstatusbkg {
	
	background-color: #171838;
	border-radius: 8px;
}

.congavailbkg {
	
	background-color: #DDDDDD;
	border-radius: 8px;
}



.congavailtime {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
}

.congavailday {
	color: #333333;
	font-weight: 400;
	font-size: 12px;
	
}

/* -------------- */

.congsibox {
	
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	background-color: #c5d4d8;
	border-radius: 4px;
	
}

.congsirole {
	color: #333333;
	font-weight: 300;
	font-size: 12px;
}

.congsiname {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.congsicomp {
	color: #333333;
	font-weight: 300;
	font-size: 14px;
}



.congsivertline {
    border-left: 1px dotted #171838;
}

.congselfdesc {
	
	font-family: 'Source Serif Pro', serif;
	
	color: #333333;
	font-weight: 300;
	font-size: 18px;
	
	background-color: #dff4f4;
	border-radius: 8px;
}

/* --------------- */

.videochatitembkg {
  background-color: #aef7f6;
	border-radius: 4px;
}

.videochatitemtime {
  color: #333333;
  font-size: 16px;
  font-weight: 300;
}

.videochatitemuser {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
}

.videochatitemmessage {
  color: #333333;
  font-size: 14px;
  font-weight: 300;
}

.videochatslotday {
	color: #333333;
  font-size: 16px;
  font-weight: 400;
	
}

.videochatslotbkg {
	background-color: #171838;
	border-radius: 4px;
}

.videochatslottime {
	  color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.videochatitemstatusbkg {
	border-radius: 4px;
}

.videochatitemstatustxt {
	
	 color: #FFFFFF;
   font-size: 16px;
   font-weight: 400;
   text-align: center;
}

.videochatselslot {
	
	color: #171838;
   font-size: 18px;
   font-weight: 400;
}

.videochatcurslot {
	
	background-color: #f59703;
	border-radius: 4px;
  
}

.libobjectbar {
    background-color: #333333;
    color: #FFFFFF;
}

.libobjectbartitle {
    font-size: 24px;
}

.explanations {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
}

.congsettingsbkg {
	background-color: #c5d4d8;
	border-radius: 8px;
}

/* --------------------------*/
.congstandplatebkg {
	
	background-color: #aef7f6;
	
}

.congstandplatelabel {
	
	  color: #0a6e7e;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
	
}

.congstandname {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 26px;
	
}

.congstandtext {
	color: #333333;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: justify;
	
}

.congstandright {
	
	background-color: #aef7f6;
	
}

.congsched_event {
	color: #0a6e7e;
	font-family: 'Source Serif Pro', serif;
	font-weight: 700;
	font-size: 26px;
}

.congstandtext {
	color: #333333;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	text-align: justify;
	
}

.cmd2devnbkg {
	background-color: #171838;
	
}

.congsched_part {
	color: #333333;
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	
}

.congsched_subevent {
	color: #333333;
	font-size: 22px;
}

.congsched_subpart {
	color: #333333;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	
}

/* header */
.headerbkg {
    background-color: black;
}

.headertext {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 300;
}

.saveformbuttonbackground {
    background-color: #AAAAAA;
    border-radius: 8px;
    overflow: hidden;
}

.congthankstitle {
    color: #171838;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    
}

.congthankstext {
    color: #333333;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
    
}

/*-- 3denv --------------*/
.cntibkg {
    background-color: #171838;
}

.hotarea {
    fill: #171838;
    cursor: pointer;
}

.hotareamagn {
    fill: #171838;
    cursor: zoom-in;
}

.welcomebox {
    background-color: #FFFFFF;
    opacity: 0.85;
    border-radius: 20px;
}

.welcometitle {
    color: #171838;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
    
}

.welcomemessage {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    
}

.ifrscreen {
    border: none;
}

.boxzbkg {
    background-color: #FFFFFF;
    opacity: 0.85;
}

.boxzpicbor {
    background-color: #FFFFFF;
}

.congsibox {
	
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:  #c5d4d8;
	border-radius: 4px;
}

.congsirole {
	color: #333333;
	font-weight: 300;
	font-size: 12px;
}

.congsiname {
	color: #333333;
	font-weight: 400;
	font-size: 16px;
}

.congsicomp {
	color: #333333;
	font-weight: 300;
	font-size: 14px;
}

.congsivertline {
    border-left: 1px dotted #171838;
}

.congagendabkg {
	
	background-color:  #c5d4d8;
	border-radius: 8px;
}

.congselfdesc {
	
	font-family: 'Source Serif Pro', serif;
	
	color: #333333;
	font-weight: 300;
	font-size: 18px;
	
	background-color: #DDDDDD;
	border-radius: 8px;
}

.congbadgeshadow {
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.congbadge_name {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 22px;
	line-height: 110%;
	
}

.congbadge_name_rid {
	color: #FFFFFF;
	
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 16px;
	line-height: 110%;
	
}

.congbadge_desc_rid {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 12px;
	line-height: 110%;
	
}

.congprofbkg {
	
	border-radius: 8px;
	background-color: #ffffff;
	
}

.hometexttext {
	color: #333333;
	font-weight: 300;
	font-size: 18px;
}

.hometexttitle {
	color: #171838;
	font-weight: 400;
	font-size: 20px;
}

/* galleria stand flat */

.cong_sgf_platetypebkg {
	background-color: #f58f3a;
}

.cong_sgf_platelab {
	  color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.cong_sgf_platelab_rid {
	  color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.cong_sgf_standbkg {
	background-color: #cccccc;
	border-radius: 8px;
}

.cong_sgf_platestandbkg {
	background-color: #1a4b8d;
}

.cong_standiconcaption {
	  color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.explanationscenterbold {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}





