


body,html{
    font-family:MainFont;
    margin:0px;
    height:100%;
    padding:0px;
    font-size:100.01%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;  
    -khtml-user-select: none;    
    -moz-user-select: none;      
    -ms-user-select: none;       
    user-select: none;         
    cursor: default;
    
}
header
{

    height:4em;
    margin:0;
    
    z-index:200;
    width:100%;
    color:white
}
div.headerHead
{
    display:table;
    width:100%;
    height:4em;
    border-collapse: collapse;
}

div.headerHead div
{
    display:table-row;
}
div.headerHead div div{
    width:50%;
    vertical-align: middle;
    display:table-cell;
    padding-right:1em;
    padding-left:0em;
}
div.headerHead div div:last-child
{
    text-align:right;
}
div.headerHead div div h1{
    color:white;
       margin:0;
    font-family: MainFont ;
}
div.headerHead div div img
{
    margin-right: 1em;
}
div.headerHead div div span
{
    font-weight:bold;
    font-size:2em;
    
    
}
h1{
    color:black;
    font-size:1.5em;
    font-family: MainFont ;
}
h2{
    color:black;
    font-size:1.2em;
    font-family: MainFont ;
}
header h1
{
 
}
#main-wrapper{
    
    box-sizing: border-box;
    
    padding: 0 0 100px;
    position: relative;

}
footer{
    background-color:#222222;
    width:100%;
    bottom: 0px;
    height: 2em;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    display:flex;
    
}
footer div{
    margin:0 auto;
    padding-top:.5em;
    display:table-cell;
        text-align: center;
    height:2em;
    
    
}
footer div a
{
    
    color:white;
    text-decoration: none;
}

.content-wrapper
{
    position:absolute;
    min-height:100%;
    height:auto;
    display:inline-block;
    width:100%;
    top:6em;
}
.navPosition
{
    position:absolute;
    top:1em;
    left:1em;
    right:1em;
    height:1.2em;
    background-color:white;
    
    clear: both;
    
}
.content{
    clear: both;
    position:absolute;
    top:3em;
    left:1em;
    right:1em;
    height:auto;
    min-height:1em;
}
form label{
    cursor:pointer
}
form p
{
    margin:0;
    margin-top:.3em;
    margin-bottom:.2em;
    padding-left:.2em;
    text-align:left;
    border-style:solid;
    border-width:0px;
    border-color:white;
    border-left-width:3px;
}
form p.viewOnly
{
    margin:0;
    margin-top:.3em;
    margin-bottom:.2em;
    padding-left:0em;
    text-align:left;
    border-style:none;
    
}
form p.mandatory::after
{
   content :" (*)"
}
.formElement
{
    width:297px;
    border-style:solid;
    border-width:1px;
    border-left-width:3px;
    border-color:#808080;
    background-color:white;
    height:1.5em;
    font-size:1em;
}
.formElement.mandatory
{
    border-color:black
}
.formElement.error
{
    border-color:red;
    
}
form input[type="text"].error{
   
    
    border-color:red;
}
form input[type="text"]
{
    width:300px;
    
    border-style:solid;
    border-width:1px;
    border-left-width:3px;
    border-color:#808080;
    background-color:white;
    height:1.5em;
    font-size:1em;
}
form input[type="text"].mandatory
{
    border-color:black;
}
textarea {
    border-style:solid;
    border-width:1px;
    border-left-width:3px;
    border-color:#808080;
    background-color:white;
    
}
form select{
    width:300px;
    border-style:solid;
    border-width:1px;
    border-left-width:3px;
    border-color:#808080;
    background-color:white;
    height:1.5em;
    font-size:1em;
}
form select.mandatory{
    border-color:black;
}
.formContainer{
    width:300px;
    
}
.formPR
{
    position:absolute;
    right:-150px;
    width:300px;
}

.centerHoriz{
    position:absolute;
    width:50%;
}
.formAction
{
    margin-top:.3em;
    border-style:solid;
    border-width:0;
    border-top-width:1px;
    
}
a
{
    color:blue;
    cursor:pointer;
    text-decoration: none;
}
.formAction xxxa{
    position:absolute;
    right:0px;
    color:blue;
    cursor:pointer;
    text-decoration: none;
}
.eventForm
{
    display:table;
    width:100%;
    border-collapse: collapse;
    
}
.eventFormRow
{
    display:table-row;
    
}
.eventFormCell{
    display:table-cell;
    width:50%;
    
    
}

.eventFormCellContent{
    width:100%;
}

tr.borderTop td
{
    padding-top:.2em;
    border-style:solid;
    border-width:0px;
    border-top-width:1px;
    border-color:#c0c0c0;
}
tr.borderBottom td{
    padding-top:.2em;
    border-style:solid;
    border-width:0px;
    border-bottom-width:1px;
    border-color:#c0c0c0;
}
tr.borderBottom th{
    padding-top:.2em;
    border-style:solid;
    border-width:0px;
    border-bottom-width:1px;
    border-color:#c0c0c0;
}
tr.rowSum td{
    padding-top:.2em;
    border-style:double;
    border-width:0px;
    border-top-width:3px;
    border-color:#c0c0c0;
}
.footerSum tr th{
    padding-top:.2em;
    border-style:double;
    border-width:0px;
    border-top-width:3px;
    border-color:#c0c0c0;
}
span#tgtMail
{
    font-weight:bold;
}
.scrollHint{
    display: none;
    position:fixed;
    bottom:0px;
    height:5em;
    background-color:rgba(255,255,255,.9);
    width:100%;
}


.cookieHint
{
    display: none;
    position:fixed;
    bottom:0px;
    top:0em;
    background-color:rgba(255,255,255,.9);
    width:100%;
}
.cookieAccept{
    position:fixed;
    bottom:0px;
    height:15em;
    width:90%;
    background-color:white;
    padding-left:5em;
    padding-right:5em;
    padding-bottom:.5em;
    padding-top:.5em;
}
.cookieBtn div
{
    width:10em;
    padding-top:1em;
    padding-bottom:1em;
    background-color:#c0c0c0;
    border-radius:.2em;
    text-align: center;
}

.actionBtn{
    width:10em;
}
.actionBtn span
{
    
    padding-top:.5em;
    padding-bottom:.5em;
    padding-left:.7em;
    padding-right:.7em;
    background-color:#c0c0c0;
    border-radius:.2em;
    text-align:center;
    color:blue;
    font-weight:bold;
}
.navPosLeaveOrder
{
    position:absolute;
    right:0em;
    top:0px;
}
.btnFl{
    width:100%;
    text-align:right;
    float:none;
    clear:both;
}
div.presenterName{
    position:absolute;
    top:4em;
    left:0px;
}
div.logoPos{
        position:fixed;left:.5em;top:0px;
    }
div.eventName{
        
        position:absolute;
        left:1em;
        right:0px;
        top:4em;
        text-align:left;
    }
div.presenterName{
    position:absolute;
    top:1em;
    left:10em;
    right:0px;
    height:3em;
   text-align:centeR;
}
div.presenterName>h1{
    
}
div.navPosLeaveOrder{
      position:fixed;
      top:1em;
      right:.5em;
  }
@media only screen and (max-width: 600px) {
    div.logoPos{
        position:fixed;left:.5em;top:0px;
    }
    .eventFormRow{
        display:block;
    }
    .eventFormCell{
        display:block;
        min-height:3em;
        width:100%;
        padding-top:1em;
    }
    div.eventName{
        
        position:absolute;
        left:0px;
        right:0px;
        top:4em;
        text-align:center;
    }
    div.eventName>h1{
        font-size:1em;
    }
    div.presenterName{
        display:none;
    position:absolute;
    top:4em;
    right:0px;
   
}
div.presenterName>h1{
    display:none;
    font-size:1.2em;
}
    a.cookieBtn{
        padding:1em;
        float:right;
        display:flex;
        align-content: center;
        align-items:center;
        justify-content: center;
        justify-items:center;
    }
    div.cookieDialog{
        position:absolute;
        left:0px;
        right:0px;
        padding-top:1em;
    }
    a#cookieAgree{
        position:absolute;top:0px;
    }
    a#cookieRefuse{
        position:absolute;top:0px;
        right:0px;
    }
  div.cookieAccept{
      top:0px;
    padding-left:.5em;
    padding-right:.5em;
    height:auto;
  }
  
  div#cookieActions{
     left:0px !important;
     right:0px !important;
     
  }
  div.navPosLeaveOrder{
      position:fixed;
      top:1em;
      right:.5em;
  }
  div.content{
    
    top:4em;
  }
}
