* {
    box-sizing: border-box;
}

/*-----------------------------pagina login---------------------------------*/

.buttonAccount {
    font-size: 12px !important;
    text-align: center;
}

#login {
    width: 40%;
    margin: 0 auto;
}

#login legend, #login label, #login input{
    font-size: 12px;
}



/*-----------------------------navigazione---------------------------------*/

    .w3-sidenav {
        height: 100%;
        width: 200px;
        background-color: #fff;
        position: fixed !important;
        z-index: 1;
        overflow: auto
    }

    .w3-sidenav a {
        padding: 4px 2px 4px 16px
    }

        .w3-sidenav a:hover {
            background-color: #ccc
        }

    .w3-sidenav a, .w3-dropnav a {
        display: block
    }

    .w3-sidenav .w3-dropdown-hover:hover, .w3-sidenav .w3-dropdown-hover:first-child, .w3-sidenav .w3-dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

    .w3-sidenav .w3-dropdown-hover, .w3-sidenav .w3-dropdown-click {
        width: 100%
    }

        .w3-sidenav .w3-dropdown-hover .w3-dropdown-content, .w3-sidenav .w3-dropdown-click .w3-dropdown-content {
            min-width: 100%
        }

.arial {
    font-family: Arial, Verdana, Helvetica, Sans-serif;
}

.verdana {
    font-family: Verdana, Arial, Helvetica, Sans-serif;
}

.courier {
    font-family: "Courier New", Arial, Helvetica, Verdana;
}

.mos-border {
    border: 2px solid #333 !important;
}

.mos-round-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mos-align-left {
    text-align: left;
}

.mos-align-right {
    text-align: right;
}

.mos-violetta {
    background-color: #d98cb3;
    color: #FFFFFF;
}

.mos-pointer {
    cursor: pointer
}

.mos-height-large {
    height: 18px;
    line-height: 18px;
}

.mos-height-xlarge {
    height: 24px;
    line-height: 24px;
}

.mos-xlarge {
    font-size: 21px !important
}

.xLarge {
    font-size: 30px !important
}

.mos-medium {
    font-size: 13px !important
}

.mos-small {
    font-size: 11px !important
}

.mos-tiny {
    font-size: 9px !important
}

.mos-nano {
    font-size: 7px !important
}

.mos-bottone {
    font-weight: bold;
    font-variant: small-caps;
    margin: 0px;
    box-shadow: 4px 4px 4px #888888;
}

.icona {
    cursor: pointer;
    padding: 1px;
    border-radius: 4px;
}

.iconaConTesto {
    text-align: center;
    width: 43px;
    height: 37px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: 0 2px 3px 0;
    padding: 0px;
    box-shadow: 4px 4px 4px #666666;
}

    .iconaConTesto:hover {
        box-shadow: 1px 1px 2px #666666;
    }

    .iconaConTesto span {
        font-family: Verdana, Arial, Helvetica;
        margin: 0 0 0 2px;
    }

    .iconaConTesto p {
        font-family: Verdana, Arial, Helvetica;
        margin: 0;
        padding: 0;
    }

    .iconaConTesto img {
        height: 58%;
        margin: 2px auto 0 auto;
    }

    .iconaConTesto i {
        margin: 2px auto 2px auto;
        padding: 0;
    }

.mos-04x {
    font-size: 0.4vw;
}

.mos-05x {
    font-size: 0.5vw;
}

.mos-08x {
    font-size: 0.8vw;
}

.mos-06x {
    font-size: 0.6vw;
}

.mos-1x {
    font-size: 1vw;
}

@media (max-width:600px) {
    .mos-2x {
        font-size: 4vw;
    }

    .mos-07x {
        font-size: 1.5vw;
    }

    .mos-5x {
        font-size: 7vw;
    }
}

@media (min-width:601px) and (max-width:800px) {

    #login {
        width: 60%;
    }

    .mos-2x {
        font-size: 2vw;
    }

    .mos-07x {
        font-size: 1.2vw;
    }
    
    .mos-5x {
        font-size: 6vw;
    }

}

@media (min-width:801px) {

    .mos-2x {
        font-size: 2vw;
    }

    .mos-07x {
        font-size: 0.7vw;
    }

    .mos-5x {
        font-size: 2.5vw;
    }
}

.mos-3x {
    font-size: 3vw;
}

.mos-4x {
    font-size: 4vw;
}
}

.mos-6x {
    font-size: 6vw;
}


.mos-align-center {
    text-align: center !important
}

.mos-vertical-align-middle {
    vertical-align: middle !important
}

.mos-vertical-align-top {
    vertical-align: top !important
}

.mos-margin-0 {
    margin: 0 !important
}

.mos-margin-2 {
    margin: 2px !important
}

.mos-margin-4 {
    margin: 4px !important
}

.mos-marginright-4 {
    margin-right: 4px !important
}

.mos-marginright-8 {
    margin-right: 8px !important
}

.mos-marginright-16 {
    margin-right: 16px !important
}

.mos-marginright-24 {
    margin-right: 24px !important
}

.mos-marginright-48 {
    margin-right: 48px !important
}

.mos-margintop-24 {
    margin-top: 24px !important
}

.mos-margintop-16 {
    margin-top: 16px !important
}

.mos-margintop-8 {
    margin-top: 8px !important
}

.mos-margintop-4 {
    margin-top: 4px !important
}

.mos-margintop-2 {
    margin-top: 2px !important
}

.mos-marginbottom-32 {
    margin-bottom: 32px !important
}

.mos-marginbottom-16 {
    margin-bottom: 16px !important
}

.mos-marginbottom-8 {
    margin-bottom: 8px !important
}

.mos-marginbottom-4 {
    margin-bottom: 4px !important
}

.mos-marginbottom-2 {
    margin-bottom: 2px !important
}

.mos-marginleft-0 {
    margin-left: 0 !important
}

.mos-marginleft-4 {
    margin-left: 4px !important
}

.mos-marginleft-8 {
    margin-left: 8px !important
}

.mos-marginleft-16 {
    margin-left: 16px !important
}

.mos-marginleft-24 {
    margin-left: 24px !important
}

.mos-marginleft-32 {
    margin-left: 32px !important
}

.mos-marginleft-48 {
    margin-left: 48px !important
}

.mos-marginleft-100 {
    margin-left: 100px !important
}

.mos-padding-0 {
    padding: 0 !important
}

.mos-padding-2 {
    padding: 1px 2px !important
}

.mos-padding-4 {
    padding: 1px 4px !important
}

.mos-paddingleft-8 {
    padding-left: 8px !important
}

.mos-paddingleft-4 {
    padding-left: 4px !important
}

.mos-paddingright-4 {
    padding-right: 4px !important
}

.mos-paddingright-8 {
    padding-right: 8px !important
}

.mos-paddingbottom-4 {
    padding-bottom: 4px !important
}

.mos-paddingbottom-8 {
    padding-bottom: 8px !important
}

.mos-paddingtop-2 {
    padding-top: 2px !important
}

.mos-paddingtop-4 {
    padding-top: 4px !important
}

.mos-paddingtop-5 {
    padding-top: 5px !important
}

.mos-paddingtop-8 {
    padding-top: 8px !important
}

.mos-paddingtop-16 {
    padding-top: 16px !important
}

.mos-boxshadow-4 {
    box-shadow: 4px 4px 4px #888888
}

.mos-pos_assoluta {
    position: absolute !important
}

.mos-button {
    display: block;
}

.mos-select {
    padding: 4px 0;
    display: block;
    border: 1px solid #ccc
}

.mos-textareaNoResize {
    resize: none;
}

.mos-logo-privacy {
    padding: 0;
    border: 1px solid #ddd;
    margin: 0;
    vertical-align: bottom;
    height: 54px;
}

.mos-foot {
    width: 50%;
    margin: auto;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
    line-height: 35px;
}

    .mos-foot a:link,
    .mos-foot a:visited,
    .mos-foot a:hover {
        text-decoration: none;
    }

.mos-fineFloat {
    clear: both;
    height: 0px;
    width: 0px;
    margin: 0;
    padding: 0;
}

.mos-cursore {
    overflow: auto;
}

.sx {
    float: left;
    margin-left: 15px;
}

.mos-responsive {
    overflow-y: auto
}

.areaTab {
    /*    position: relative;*/
    border: 1px solid #c1c1c1;
    padding: 7px;
    box-shadow: 4px 4px 4px #666666;
    background-color: #f9f9f9;
}

.campiTab {
    box-shadow: 4px 4px 4px #666666;
    text-align: right;
}

.campoTab, .campoTabSel {
    border-top: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
    border-right: 1px solid #c1c1c1;
    padding: 2px;
}

.campoTab {
    cursor: pointer;
    font-weight: normal;
}

.campoTabSel {
    color: #414141;
    background: #f9f9f9;
    font-weight: bold;
}
/*
    .areaTab::after {
        content: "";
        border-width: 0 30.2px 50px 0 ;
        border-style: solid;
        border-color: transparent transparent #5c5c5b transparent;
    }
*/

.icona-PulsButton, .icona, .iconaConTesto {
    font-size: 18px;
}

    .iconaConTesto p {
        font-size: 12px;
    }

.mos-PulsButton {
    border: none;
    cursor: pointer;
    box-shadow: 4px 4px 4px #666666;
    margin: 0 16px 6px 0px;
    font-size: 12px;
}

@media (max-width:600px) {
    .mos-data-calendario, .mos-testo-calendario, .dim-testopulsante, .dim-iconapulsante {
        font-size: 8px;
    }

    .dimTestoIcona {
        font-size: 8px;
    }

    .dimIcona {
        font-size: 15px;
    }
}

@media (min-width:601px) and (max-width:992px) {
    .mos-data-calendario, .mos-testo-calendario, .dim-testopulsante, .dim-iconapulsante {
        font-size: 9px;
    }
}

@media (min-width:993px) {
    .mos-data-calendario, .mos-testo-calendario, .dim-testopulsante, .dim-iconapulsante {
        font-size: 10px;
    }
}


@media (max-width:1440px) {
    .mos-PulsButton {
        font-size: 10px;
    }

    .icona-PulsButton, .icona, .iconaConTesto {
        font-size: 15px;
    }

        .iconaConTesto p {
            font-size: 10px;
        }
}

.mos-PulsButton:hover, .mos-ButtonIcon:hover {
    box-shadow: 1px 1px 2px #666666;
    border: none
}

.mos-PulsButton:focus, .mos-ButtonIcon:focus {
    color: #fff;
    background-color: #86a5d2;
    border: none
}

.mos-Border {
    border: 1px solid #ccc !important
}

    .mos-Border:focus {
        border: 0 !important
    }

.mos-Border-0 {
    border: 0 !important
}

.mos-Border-bottom {
    border-bottom: 1px solid #ccc !important
}

    .mos-Border-bottom:focus {
        border-bottom: 1px solid #f44336 !important
    }

.mos-check, .mos-radio {
    width: 16px;
}

.frameNascosto {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -200px;
}

.tabCentro {
    text-align: left;
    margin: 5px auto;
}

.nascosto {
    display: none;
}

.mos-bold {
    font-weight: bold;
}

.mos-italic {
    font-style: italic;
}

/*
    label chart
*/
.label-pie {
    font-style: italic;
    font-size: 8px;
}

.infoApp {
    font-size: 1.2em;
    color: #fff;
    text-align: left;
    margin-right: 20px;
}

.info, .infoRiq {
    font-size: 1em;
    color: #fff;
    text-align: left;
}

.infoRiq {
    border-bottom: 1px dotted #fff;
    padding: 2px;
    margin-right: 20px;
}

.inputRisp {
    margin-top: 10px;
    float: left;
    width: 5%;
}

.risposta {
    margin-top: 10px;
    float: left;
}

.labelDett {
    float: left;
    margin-left: 10px;
    text-align: left;
    width: 150px;
}

.infoDett {
    float: right;
    text-align: left;
}

.testoModulo {
    margin-top: 15px;
}

    .testoModulo p, .testoModulo div {
        margin: 0;
        padding: 0
    }

#tabDett div, #tabDett p {
    margin: 2px 0px;
}

#tabDett li, #tabDett ul {
    line-height: 1.2
}

.mos-velo {
    text-decoration: none;
}

.mos-animate-fading {
    animation: fading 4800ms infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

/* Tooltip arrow */
.puntaN::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5c5c5b transparent transparent transparent;
}

.puntaS::after {
    content: " ";
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #5c5c5b transparent;
}

.puntaO::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #5c5c5b;
}

.puntaE::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0%;
    margin-top: -5px;
    margin-left: -10px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #5c5c5b transparent transparent;
}

.puntaSO::after {
    content: " ";
    position: absolute;
    top: 0%;
    left: 5%;
    margin-top: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #5c5c5b transparent;
}

.puntaNO::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5c5c5b transparent transparent transparent;
}

.puntaSE::after {
    content: " ";
    position: absolute;
    top: 0%;
    left: 95%;
    margin-top: -10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #5c5c5b transparent;
}

.puntaNE::after {
    content: " ";
    position: absolute;
    top: 100%;
    left: 95%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #5c5c5b transparent transparent transparent;
}

.fincatura {
    font-style: italic;
    font-size: 11px;
    color: #818181;
    line-height: 13px;
}

.testoPai {
    font-style: normal;
    font-size: 13px;
    color: #000000;
    text-align: left;
    line-height: 13px;
}


.blink {
    animation: 1s blinker linear infinite;
    -webkit-animation: 1s blinker linear infinite;
    -moz-animation: 1s blinker linear infinite;
}

@-moz-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blinker {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}
