@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Gotham';
    src: url('..css/font/Gotham-Medium.eot');
    src: url('../css/font/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-Medium.woff2') format('woff2'),
        url('../css/font/Gotham-Medium.woff') format('woff'),
        url('../css/font/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../css/font/Gotham-BookItalic.eot');
    src: url('../css/font/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-BookItalic.woff2') format('woff2'),
        url('../css/font/Gotham-BookItalic.woff') format('woff'),
        url('../css/font/Gotham-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../css/font/Gotham-Book.eot');
    src: url('../css/font/Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-Book.woff2') format('woff2'),
        url('../css/font/Gotham-Book.woff') format('woff'),
        url('../css/font/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Extra';
    src: url('../css/font/Gotham-ExtraLight.eot');
    src: url('../css/font/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-ExtraLight.woff2') format('woff2'),
        url('../css/font/Gotham-ExtraLight.woff') format('woff'),
        url('../css/font/Gotham-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../css/font/Gotham-Bold.eot');
    src: url('../css/font/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-Bold.woff2') format('woff2'),
        url('../css/font/Gotham-Bold.woff') format('woff'),
        url('../css/font/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../css/font/Gotham-Light.eot');
    src: url('../css/font/Gotham-Light.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-Light.woff2') format('woff2'),
        url('../css/font/Gotham-Light.woff') format('woff'),
        url('../css/font/Gotham-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Ultra';
    src: url('../css/font/Gotham-Ultra.eot');
    src: url('../css/font/Gotham-Ultra.eot?#iefix') format('embedded-opentype'),
        url('../css/font/Gotham-Ultra.woff2') format('woff2'),
        url('../css/font/Gotham-Ultra.woff') format('woff'),
        url('../css/font/Gotham-Ultra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body, html{height: 100%;margin:0; padding:0;height: 100%}

body {
    color: #373737;
    font: 16px/28px;
    font-family: Arial, sans-serif;
    background: #EEEEEE;
    font-weight: 300;
    font-style: normal;
    height: 100%;
    overflow-x: hidden;
}


#logo{position: absolute; z-index: 100;left:0%; top:0%;  color: #fff; text-align: left; width:300px;;  height:20px; margin:20px 0 0 20px}
h1{font-size: 35px; font-weight: 300;margin: 0px;padding:0;}
h2{font-size: 28px; font-weight: 300; margin: 0px;padding:0;}  
h3{font-size: 22px; font-weight: 300;margin:0 0 20px 0;padding:0;}
h4{color:orange}


header{
    padding-top: 10px;
    display: block;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-bottom: 10px;
    /*text-align: center;*/
}
.container-fluid{
    border: solid 0px #000000;
    padding: 30px;
    text-align: center;
}

.card-body strong{
    font-weight: 600;
}

.card-body .segreteria{
    font-size: 13px;
    line-height: 16px;
}

.strong{
font-weight: 600;
}

.box-white{
    padding: 10px;
    background-color: white;
    margin-top: 25px;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
}

.box-white strong{
    font-weight: 600;
}

.assistenza{
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    background-size: cover;
    background-image: url("../images/assistenza.png");
    background-repeat: no-repeat;
    background-position: center center;
    margin-top:40px;
    
    cursor: pointer;
    position: fixed;
    right: 40px;
} 
.more-info{
    margin-top: 10px;
}
.more-info a {
    color:#FFFFFF;
}
.footer{
    position: fixed;
    bottom:0px;
    left:0px;
    right:0px;
    display: none;
    padding-top:15px;
    padding-bottom: 15px;
    height: 45px;
    background-image: url(../images/footer_sponsor.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 10;
    background-color: rgb(200,200,200,0.2);
    width: 100%;
}
.titfooter{
    text-align: left;
    color:#F78D1E;
    font-size: 13px;
    margin-left: 20px;
    vertical-align: middle;
    margin-top: 13px;
    font-weight: bold;
}
.logo-home{
    position: absolute;
    left:0px;
    top:0px;
    height: 80px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-image: url("../images/logo_biz.png");
    background-repeat: no-repeat;
    background-size: 207px 50px;;
    background-position: center 70px;
    background-color: rgb(200,200,200,0.2);
    padding-top:40px;
    padding-bottom: 20px;
}
.logo-int{
    display: block;
    height: 50px;
    width: 270px;
    background-image: url("../images/logo_biz.png");
    background-repeat: no-repeat;
    background-size: 207px 50px;
    background-position: center top;
    
}
.logo-espositore-top{
    display: block;
    height: 100px;
    width: 300px;
    /*background-image: url("../images/logo_biz.png");*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    border: solid 0px #000000;
    margin-top: -20px;
}
.panel-top{
    margin-top: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    padding-top:60px;
    background-color: rgb(200,200,200,0.4);
    width: 100%;
    min-height: 50px;
}

.menu{
    text-align: right;
}
.menu ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu ul li{
    display: inline-block;
    margin-right: 20px;
    text-align: left;
    font-size: 16px;
    
}
.menu ul li a{
    color:#ffffff;
    text-decoration: none;
}
.menu ul li a:hover{
    
}
.menu ul li.active{
    color:#F78D1E;
    font-size: 16px;
    
}
.menu ul li.active a{
    color:#F78D1E;
    font-size: 16px;
}
.titolo-right{
    width: 40%;
    border-bottom: solid 1px #F78D1E;
    padding-bottom: 10px;
    font-family: 'Gotham Book';
    font-weight: bold;
    font-style: normal;
    text-align: left;
    float: right;
    font-size: 30px;
}
.clear{
clear: both;
}
.dataagenda{
    width: 100%;
    border-bottom: solid 1px #F78D1E;
    padding-bottom: 10px;
    font-family: 'Gotham Book';
    font-weight: bold;
    font-style: normal;
    text-align: left;
    font-size: 20px;
    color:#F78D1E;
    margin-bottom: 20px;
    padding-right: 5px;
}
.helpdesk{
    width: 60%;
    border-bottom: solid 1px #F78D1E;
    padding-bottom: 10px;
    font-family: 'Gotham Book';
    font-weight: bold;
    font-style: normal;
    text-align: right;
    font-size: 30px;
    color:#FFFFFF;
    margin-bottom: 20px;
    padding-right: 40px;
    text-transform: uppercase;
}
.helpdesk-espositore{
    width: 70%;
    border-bottom: solid 1px #F78D1E;
    padding-top:10px;
    padding-bottom: 10px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-size: 24px;
    color:#FFFFFF;
    margin-bottom: 20px;
    padding-right: 40px;
    text-transform: uppercase;
    background-color: rgb(0,0,0,0.3);
}
.contact-desk{
    width: 60%;
    border-bottom: solid 1px #F78D1E;
    padding-bottom: 10px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-size: 16px;
    color:#FFFFFF;
    margin-bottom: 20px;
    padding-right: 40px;
    text-transform: uppercase;
}
.preview{
    width: 100%;
    max-width: 560px;
    height: auto;
    min-height: 200px;
    border: solid 1px #F78D1E;
    background-color: rgb(200,200,200,0.2);
    margin-left:auto;
    margin-right: auto;
}
.pannello-helpdesk{
    padding:10px;
    background-color: rgb(200,200,200,0.2);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    font-size: 13px;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 330px;
}
.pannello-helpdesk a{
    color:#ffffff;
}
.pannello-helpdesk img{
    width: auto;
    height: 32px;
    display: inline-block;
    margin-right: 5%;
    vertical-align: middle;
}
.pannello-helpdesk .hd{
    text-align: center;
    vertical-align: middle;
    position: relative;
    width: 80%;
    display: inline-block;
}

.pannello-exbLeft{
    padding:5px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px 6px 6px 0px; 
    text-align: left;
    margin-left: -5px;
    font-size: 16px;
    vertical-align: middle;
    /*line-height: 20px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45px;
    color:#8e8e8e;
    white-space: nowrap;
	overflow: hidden;
    height: 30px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.49);
}
.pannello-exbLeft .testo-panel{
    vertical-align: top;
    font-size: 16px;
    border: dashed 0px #000000;
    line-height: 10px;
}
.pannello-exbLeft .icona{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    border: solid 0px #000000;
    color:#8e8e8e;
    font-size: 26px;
}
.pannello-exbLeft .icona img{
    height: 30px;
}

.pannello-exbRight{
    padding:5px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px 0px 0px 6px; 
    text-align: left;
    margin-right: 0px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45px;
    height: 30px;
    color:#8e8e8e;
    white-space: nowrap;
	overflow: hidden;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.49);
}

.pannello-exbRight .testo-panel{
    vertical-align: top;
    font-size: 16px;
    border: dashed 0px #000000;
    line-height: 30px;
}

.pannello-exbRight a{
    color:#8e8e8e;
}
.pannello-exbRight .icona{
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 20px;
    border: solid 0px #000000;
    color:#8e8e8e;
    
}
.pannello-exbRight .icona img{
    height: 30px;
}

.pannello-exb{
    padding:5px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 6px 0px 0px 6px; 
    text-align: left;
    margin-right: 0px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 45px;
    color:#8e8e8e;
    white-space: nowrap;
	overflow: hidden;
}
.pointer{
    cursor: pointer;
}


/*
label{
    text-align: left;
    font-size: 13px;
    padding-left:20px;
    padding-bottom: 5px;
    display: block;
    overflow: hidden;
}
*/
.center{
    text-align: center;
}
.right{
    text-align: right;
}
.panel-registration{
    display: block;
    overflow: hidden;
    margin-top:5px;
    margin-bottom: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.rowx{
    display: block;
}
/*
.row{
    margin-top:5px;
    margin-bottom: 10px;
    /*position: relative;*/
}
*/
.row-max{
    padding-top: 5px;
    padding-bottom: 5px;
}
/*
.row{
    display: flex;
}
*/
.form-control{
    margin-bottom: 10px;
}
.privacy{
    height: auto;
    overflow: auto;
    font-size: 13px;
    padding: 5px;
    color:#000000;
    text-align: justify;
    display: block;
    border: solid 1px #e1e1e1;
    border-radius: 6px;
    padding: 8px;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    
}

.radio-inline-block label{
    display: inline-block;
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8888; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 9999;
  max-width: 450px;
  position: fixed;
  left:33%;
  color:#000000;
}
 
.modal-content-large {
  background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  /*width: 90%; /* Could be more or less, depending on screen size */
  z-index: 9999;
  position: fixed;
  display: block;
  left:15%;
  right:15%;
  top:2%;
  /*bottom: 15%;*/
  height: auto;
  color:#000000;
}
.modal-content-content {
  background-color: transparent;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 0px solid #888;
  /*width: 90%; /* Could be more or less, depending on screen size */
  z-index: 9999;
  position: fixed;
  display: block;
  left:15%;
  right:15%;
  top:1%;
  /*bottom: 15%;*/
  height: auto!important;
  bottom:1%;
  overflow: auto;
  color:#000000;
}
#IFrameCont{
    height: 90%;
}
.modal-content-privacy{
background-color: #fefefe;
  margin: 5% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  z-index: 9999;
  position: fixed;
  display: block;
  left:15%;
  right:15%;
  top:2%;
  bottom: 15%;
  color:#000000;
}
.modal-content-chat {
  background-color: transparent;
  margin: 2% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 0px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  z-index: 9999;
  max-width: 700px;
  position: fixed;
  left:10%;
  color:#000000;
}

/* The Close Button */
.close ,.minimizza{
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left: 10px;
}

.close:hover,
.close:focus, .minimizza:hover, .minimizza:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.titolo{
    font-size: 24px;
    font-family: 'Gotham';
    font-weight: bold;
    font-style: normal;
    margin-bottom: 10px;
}
.sub-titolo{
    font-size: 20px;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}
.titolo-nero{
    font-size: 20px;
    font-family: 'Gotham';
    font-weight: 500;
    font-style: normal;
    margin-bottom: 10px;
    color:#002D62;
}
.panellogin{  
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border-radius: 15px;
    background-color: rgb(200,200,200,0.4);
    max-width: 400px;
    width: 90%;
}
.left{
text-align: left;
}


.spazio-dito{
text-align: center;
margin-left: auto;
margin-right: auto;
width: 120px;
background-image: url(../images/mano.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 50px;
padding-top:90px;
margin-top:-30px;
}


.orologio{
    
}

#timerorologio{
    font-size: 24px;
}

.barra{
    margin-left: 5px;
    margin-right: 5px;
    border-left: solid 1px #ffffff;
}

.nomesponsor{
    font-weight: bold;
    color:#F78D1E;
}


.user{
    float: right;
    font-size: 12px;
    position: absolute;
    right:10px;
    top:10px;
    color:#ffffff;
    padding:2px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(0,0,0,0.3);
}


.spazio-sezioni{
    margin-top:20px;
    margin-bottom: 20px;
}

.pannello-link{
    
}

.tabella-contenuti{
    border: 1px solid #89AD00;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}
.tabella-contenuti tr {
  background-color: #f8f8f8;
  border-bottom: 1px solid #89AD00;
  padding: 10px
}
.tabella-contenuti td{
padding: 10px;
}

.ombra-nera{
text-shadow: 1px 1px 1px rgba(128, 0, 0, 1);
}

#QtMC{
    display: inline-block;
    background-color: #FF0004;
    color:#ffffff;
    padding: 2px;
    
    font-size: 11px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    margin-left: 5px;
    border-radius: 50%;
    top: -10px;
    position: relative;
}

.linknome{
    background: #000000;
    color:#ffffff;
    font-size: 12px;
}


@media (max-width: 600px)
{
header{
    padding-top: 10px;
    display: block;
    margin-bottom: 20px;
    background-color: #ffffff;
    padding-bottom: 10px;
    text-align: center;
}
    
    .footlogo{
        width: 100%;
        height: 40px;
    }
    .footlogo img{
        width: 100%;
        height: auto;
    }
    
}