﻿@font-face {
    font-family: 'font_regular';
    src: url('../fonts/Nunito-SemiBold.ttf');
}

* {
    font-family: 'font_regular';
}
body {
    margin: 0px;
    padding: 0px;
    position: relative;
    height: 100vh;
}



p {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

iframe{
	border: 0px solid;
}


#contMcCentrale {
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
}


#contPagCentrale {
    z-index: 100;
    width: fit-content;
    height: fit-content;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}

#contInterfaccia {
    z-index: 101;
    top: 0px;
    left: 0px;
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}






#contIntestazione {
    position: absolute;
    z-index: 1002;
    left: 1vw;
    top: 1vh;
}

#titoloIntestazione {
    color: #008f2b;
    font-size: 42px;
    margin: 0px;
}

#sottoTitoloIntestazione {
    color: #3bcb59;
    font-size: 32.4px;
    margin: 0px;
    margin-top: -17px;
}

#paragrafoIntestazione {
    color: #333333;
    font-size: 15px;
    margin: 0px;
}

.btnStyle {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
    /*border: 1px solid red;*/
    z-index: 999999999999999999;
    width: 50px;
    height: 50px;
}

.pallino_btn {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
}


#btnBack {
    position: absolute;
    z-index: 10000;
    top: 3vh;
    right: 0px;
    background-color: #009530;
    padding-right: 20px;
    pointer-events: all;
    cursor: pointer;
}

#back_icon {
    float: right;
    height: 20px;
    padding: 10px;
}

#back_text {
    color: white;
    float: right;
    margin: 0px;
    font-size: 22px;
    margin-left: 15px;
    height: 30px;
    margin-top: 6px;
}

#elementoPrincipale {
    max-height: 900px;
    min-height: 668px;
    visibility: hidden;
}

#cont_info_btn{
    position:absolute;
    bottom:2vh;
    left: 50vw;
    transform:translateX(-50%);
}

#tap_text {
    float: left;
    color: #009530;
    margin: 0px;
    margin-right: 10px
}

#tap_icon {
    float: right;
    width: 20px;
}

#btn_laterale {
    position: absolute;
    bottom: 3vh;
    left: 0px;
    border: 2px solid;
    border-left: 0px;
    border-radius: 0px 15px 15px 0px;
    pointer-events: all;
    cursor: pointer;
    background-color: #ffffff;
}

#testo_btn_laterale {
    margin: 0px;
    margin-left: 14px;
    margin-top: 10px;
    font-size: 14px;
}

#img_btn_laterale {
    width: 150px;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.testoInterfaccia {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #009736;
    font-size: x-large;
    cursor: pointer;
}



.contInfo {
    background-color: #eaeaea;
    border: 3px solid #009530;
    position: absolute;
    z-index: 1000;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
}

.titoloInfo {
    Clear: both;
    color: #009530;
    margin: 0px;
    font-size: x-large;
    white-space: nowrap;
}

.paragrafoInfo {
    color: #333333;
    margin: 0px;
}

.listaFunzioni {
    margin: 0px;
    padding-left: 18px;
}


.contTitoloInfoDoppia1 {
    float: left;
    margin-top: -36.1px;
    margin-left: -18px;
    background-color: #eaeaea;
    border: 3px solid #009530;
    border-bottom: 0px solid #eaeaea;
}

.contTitoloInfoDoppiaDeselezionato1 {
    margin-left: -18px;
    float: left;
    border: 0px;
    margin-top: -37px;
    background-color: #eaeaea;
    cursor: pointer;
}

.contTitoloInfoDoppia2 {
    float: left;
    margin-top: -36.1px;
    margin-left: 90px;
    background-color: #eaeaea;
    border: 3px solid #009530;
    border-bottom: 0px solid #eaeaea;
}

.contTitoloInfoDoppiaDeselezionato2 {
    margin-left: 90px;
    float: left;
    border: 0px;
    margin-top: -37px;
    background-color: #eaeaea;
    cursor: pointer;
}


.titoloInfoDoppia {
    margin: 0px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    color: #009530;
}

.contBtnMenuLaterale {
    width: 98% !important;
    display: table !important;
}

iframe {
    overflow: hidden;
}