﻿/*@import url("/css/animate.css") screen;*/

@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,700');

/* RESET
---------------------------------------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}


/* FONT
---------------------------------------------------------------------------------------------*/

BODY {
    font-family: 'Quicksand', sans-serif;
    color: #444;
	overflow: hidden;
    font-size: 16px;
    background-color: #EBEBEB;
}

H1,
H2,
H3,
H4,
H5,
MARK {
    font-family: 'Quicksand', sans-serif;
    color: #314987;
}

/* TRANSITION
---------------------------------------------------------------------------------------------*/

A,
.button {
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    transition: all 600ms ease;
}

/* CLASSI BASE
---------------------------------------------------------------------------------------------*/

.content {
    width: 920px;
    margin: 0 auto;
    line-height: 150%;
    background-color: #FFF;
    padding: 0 20px 20px 20px;
    box-shadow: 0 1px 19px 0 #808080;
}

@media only screen and (max-width: 959px) {
    .content {
		box-sizing: border-box;
        width: 90%;
        padding: 0 30px 20px 30px;
		box-shadow: none;
    }
}

.clear {
    clear: both;
}

/* PRELOAD
---------------------------------------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e9ed8;
    z-index: 99;
}

#status {
    width: 200px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -100px;
    text-align: center;
}

.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #002369;
    border-radius: 100%;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* LOGIN
---------------------------------------------------------------------------------------------*/

#login {
    float: right;
    padding: 30px 0 0 10px;
    border-left: 2px solid #1e9ed8;
    width: 50%;
    position: relative;
    line-height: 100%;
    color: #676767;
}

@media only screen and (max-width: 959px) {
	#login {
		float:none;
		width:100%;
	}
}

#login H1 {
    font-weight: 300;
    font-size: 35px;
    line-height: 100%;
    margin-bottom: 20px;
    color: #314987;
}

FORM {
    padding-top: 10px;
}

FORM INPUT::-webkit-input-placeholder {
    color: #888;
}

FORM INPUT:-moz-placeholder {
    /* Firefox 18- */
    color: #888;
}

FORM INPUT::-moz-placeholder {
    /* Firefox 19+ */
    color: #888;
}

FORM INPUT:-ms-input-placeholder {
    color: #888;
}

FORM INPUT {
    font-family: 'Quicksand', sans-serif;
    display: block;
    color: #676767;
    border: none;
    margin-bottom: 1px;
    width: 350px;
    padding: 10px;
    font-size: 16px;
    background-color: #EBEBEB;
}

@media only screen and (max-width: 959px) {
	FORM INPUT {
		width:90%;
		margin-bottom:5px;
	}
}

FORM INPUT.button {
    cursor: pointer;
    width: 370px;
    border: none;
    margin-bottom: 1px;
    font-size: 16px;
    padding: 10px;
    display: block;
    color: #FFF;
    background-color: #676767;
    text-align: left;
	box-sizing:border-box;
}

@media only screen and (max-width: 959px) {
	FORM INPUT.button {
		width:40%;
	}
}

FORM INPUT.button:HOVER {
    background-color: #1e9ed8;
}

#error {
    display: block;
    margin: 5px 0;
    width: 348px;
    border: 1px solid #1e9ed8;
    padding: 10px;
    line-height: 150%;
}

/* INDICE REPORT
---------------------------------------------------------------------------------------------*/

.modulo UL.elencoReport {list-style-type: none; margin:0;}
.modulo UL.elencoReport LI {list-style-type: none; margin:0; padding:10px 0; border-bottom:1px solid #CECECE; margin-bottom:5px;}
.modulo UL.elencoReport LI A { display:inline-block; text-decoration:none; background-color:#1e9ed8; color:#FFF; padding:10px; float:right;}
.modulo UL.elencoReport LI A.allegato { background-color: #AEAEAE; margin-right:1px; }
.modulo UL.elencoReport LI A:HOVER,
.modulo UL.elencoReport LI A.allegato:HOVER { background-color: #CECECE; }
.modulo UL.elencoReport LI DIV {display:inline-block; font-weight:bold;}
.modulo UL.elencoReport LI DIV SPAN { display:block;font-size:13px; font-weight: normal;}

@media only screen and (max-width: 959px) {
	.modulo UL.elencoReport LI DIV { display:block; margin-bottom:10px;}
  	.modulo UL.elencoReport LI A { float:none; width:48%; box-sizing:border-box;}
}

/* REPORT
---------------------------------------------------------------------------------------------*/

#web {
    display: block;
    padding: 5px 10px 8px 10px;
    line-height: 100%;
    text-align: right;
    margin: 0 -20px;
    border-bottom: 1px solid #EBEBEB;
}

#web A {
    color: #1e9ed8;
    text-decoration: none;
	display:inline-block;
	padding:10px;
}

#web A:HOVER {
    color: #314987;
}

#marchio {
	display:inline-block;
    background: url(/img/dogma_investigazioni.png) no-repeat 0 center;
    background-image: url(/img/dogma_investigazioni.svg), none;
    background-size: contain;
    width: 167px;
    height: 90px;
    text-indent: -9000px;
    margin: 20px 0 0 0;
}

#descrizioneReport {
    display: block;
    float: right;
    width: 50%;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 959px) {
	#descrizioneReport {
	float:none;
	width:100%;
	margin-bottom: 50px;
	 }
}

H1.title {
    font-weight: 300;
    color: #002369;
    font-size: 35px;
    padding: 30px 0 30px 10px;
    border-left: 2px solid #1e9ed8;
    position: relative;
    line-height: 100%;
    margin-bottom: 10px;
}

H1.title SPAN {
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 5px 2px 2px;
    background-color: #1e9ed8;
    margin-top: 10px;
    color: #FFF;
    font-family: Verdana, Geneva, sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 12px;
}

.imgGuidaModulo {
    max-height: 450px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    text-align: center;
}

.imgGuidaModulo IMG {
    max-height:450px;
    max-width: 940px;
}

@media only screen and (max-width: 959px) {
	.imgGuidaModulo IMG {
	    max-width: 940px;
		width:100%;
	}
}

.modulo {
    padding-bottom: 60px;
    text-align: justify;
}

.modulo H2 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 200;
    border-bottom: 1px solid #1e9ed8;
    line-height: 100%;
    clear: both;
}

.modulo P {
    padding-bottom: 10px;
    text-align: justify;
}

.modulo UL {
    margin: 5px auto 8px 16px;
    padding: auto;
    list-style-type: square;
}

.modulo OL {
    margin: 5px auto 8px 20px;
    padding: auto;
    list-style-type: decimal;
}

.modulo A {
    display: inline;
    text-decoration: underline;
    color: #1e9ed8;
}

.modulo A:HOVER {
    text-decoration: none;
}

.modulo H3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 300;
}

.modulo H4 {
    font-size: 16px;
    font-weight: 700;
}

.modulo H5 {
    font-size: 16px;
    font-weight: 400;
}

.modulo DFN {
    display: block;
    border-left: 2px solid #1e9ed8;
    padding: 0 10px 0 10px;
    margin: 10px 0 20px 0;
}

.modulo MARK {
    display: block;
    color: #002369;
    margin: 10px 0;
    border-top: 1px solid #1e9ed8;
    border-bottom: 1px solid #1e9ed8;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 200;
    background-color: #FFF;
}

.modulo Q {
    display: block;
    padding: 10px;
    background-color: #EBEBEB;
    margin: 0 0 10px 0;
}

.modulo STRONG {
    font-weight: bold;
}

A.link {
    display: block;
    line-height: 150%;
    color: #888;
}

#canvasContainer {
    text-align: center;
}

#tachimetro { width:320px; height:320px; }

@media only screen and (max-width: 959px) {
	#tachimetro { width:100%; height:auto; }

}

/* FOOTER
---------------------------------------------------------------------------------------------*/

.credits {
    display: block;
    width: 960px;
    margin: 0 auto;
    text-align: left;
    font-size: 10px;
    padding-top: 10px;
}

@media only screen and (max-width: 959px) {
	.credits {
	width:100%;
text-align:center;
}
}

.credits A {
    color: #888;
    text-decoration: none;
}
