.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: "Courier New", Arial, Helvetica, Verdana;
}

.courier {
    font-family: "Courier New", Arial, Helvetica, Verdana;
}

.segoe {
    font-family: "Segoe UI", Arial, Helvetica, Verdana;
}

.mos-border {
    border: 2px solid #333 !important;
}

.mos-wide {
    letter-spacing: 2px
}

.mos-round-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.mos-verdana {
    font-family: "Verdana", cursive, sans-serif;
}

.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-logo{background: url(../images/matite.png) no-repeat left top;}

.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-07x {
    font-size: 0.7vw;
}

.mos-06x {
    font-size: 0.6vw;
}

.mos-1x {
    font-size: 1vw;
}

@media (max-width:600px) {
    .mos-2x {
        font-size: 4vw;
    }
}

@media (max-width:600px) {
    .mos-1-5x {
        font-size: 2.2vw;
    }
}

@media (min-width:601px) and (max-width:992px) {
    .mos-1-5x {
        font-size: 1.5vw;
    }
}

@media (min-width:993px) {
    .mos-1-5x {
        font-size: 0.8vw;
    }
}

@media (min-width:601px) and (max-width:992px) {
    .mos-2x {
        font-size: 2vw;
    }
}

@media (min-width:993px) {
    .mos-2x {
        font-size: 2vw;
    }
}

.mos-3x {
    font-size: 3vw;
}

.mos-4x {
    font-size: 4vw;
}

@media (max-width:600px) {
    .mos-5x {
        font-size: 7vw;
    }
}

@media (min-width:601px) and (max-width:992px) {
    .mos-5x {
        font-size: 6vw;
    }
}

@media (min-width:993px) {
    .mos-5x {
        font-size: 2.5vw;
    }
}

.mos-6x {
    font-size: 6vw;
}


@media (max-width:600px) {
    .mos-data-calendario {
        font-size: 8px;
    }
    .mos-testo-calendario {
        font-size: 8px;
    }
}

@media (min-width:601px) and (max-width:992px) {
    .mos-data-calendario {
        font-size: 9px;
    }
    .mos-testo-calendario {
        font-size: 9px;
    }
}

@media (min-width:993px) {
    .mos-data-calendario {
        font-size: 10px;
    }
    .mos-testo-calendario {
        font-size: 10px;
    }
}


@media (max-width:600px) {
    .mos-h4 {
        font-size: 16px;
    }

    .mos-h3 {
        font-size: 13px;
    }
}

@media (min-width:601px) {
    .mos-h4 {
        font-size: 1.7vW;
    }

    .mos-h3 {
        font-size: 1.3vw;
    }
}

.mos-margin-0{margin:0 !important}
.mos-margin-2{margin:0 !important}
.mos-margin-4{margin:4px !important}
.mos-marginright-2{margin-right:2px !important}
.mos-marginright-4{margin-right:4px !important}
.mos-marginright-6{margin-right:6px !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-48{margin-top: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-padding-8{padding:8px 8px !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-5{padding-top:5px !important}
.mos-paddingtop-8{padding-top:8px !important}
.mos-paddingtop-16{padding-top:16px !important}

.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;
}

.mos-PulsButton {
    border: none;
    cursor: pointer;
    box-shadow: 1px 1px 2px #919191;
    margin: 0 16px 8px 0px;
    color: #092834;
    text-align: center;
    background-color: #e1e1e1;
}

    .mos-PulsButton:hover {
        box-shadow: 0px 0px 0px ;
        background-color: #B2D732;
    }

    .mos-PulsButton:focus {
        color: #fff;
        background-color: #B2D732;
    }

.mos-Border {
    border: 1px solid #ccc !important
}

    .mos-Border:focus {
        border: 1px solid #f44336 !important
    }

.mos-Border-0 {
    border: 0 !important
}

.mos-Border-bottom-dotted {
    border-bottom: 1px dotted #ccc !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;
}


