123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551 |
- html {
- height: 100%;
- }
- body {
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- min-height: 100%;
- display: flex;
- flex-direction: column;
- }
- main {
- flex: 1;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-weight: 700;
- }
- a {
- color: #0a4553;
- }
- a:hover {
- color: #0a4553;
- }
- .section {
- padding-top: 2rem;
- padding-bottom: 2rem;
- }
- @media (min-width: 768px) {
- .section {
- padding-top: 6rem;
- padding-bottom: 6rem;
- }
- }
- .section-small {
- padding-top: 2rem;
- padding-bottom: 2rem;
- }
- @media (min-width: 768px) {
- .section-small {
- padding-top: 4rem !important;
- padding-bottom: 4rem !important;
- }
- }
- @media (min-width: 576px) {
- .container {
- max-width: 100%;
- }
- }
- @media (min-width: 768px) {
- .container {
- max-width: 720px;
- }
- }
- @media (min-width: 992px) {
- .container {
- max-width: 1180px;
- }
- }
- @media (min-width: 768px) {
- .w-content {
- width: 80%;
- margin-left: auto;
- margin-right: auto;
- }
- }
- .box-info-container {
- margin-bottom: 30px;
- }
- .box-info-container .label {
- font-weight: 600;
- }
- .box-info-container .label-ref {
- font-size: 19px;
- font-weight: 600;
- }
- .box-info-container>.row {
- margin-bottom: 10px;
- }
- .box-info {
- background-color: white;
- border-radius: 10px;
- padding: 35px 25px;
- }
- .box-info #time {
- color: #898989;
- font-style: italic;
- font-weight: 400;
- font-size: 19px;
- }
- .box-info .box-info-subtitle {
- font-style: italic;
- font-weight: 400;
- color: #696969;
- font-size: 24px;
- }
- .box-info-title {
- margin-bottom: 35px;
- }
- .box-info-main-title {
- color: #6588a0;
- font-weight: 400;
- font-size: 32px;
- margin-bottom: 0;
- }
- .box_info-tabs {
- height: 100%;
- border: 1px solid #dee2e6;
- padding: 5px 13px;
- }
- .box-info-image #contrassegno {
- border: 1px solid #ccc;
- padding: 5px;
- margin-bottom: 3px;
- }
- .box-info-image #nome_contrassegno {
- font-size: 15px;
- color: #5e5e5e;
- line-height: 1.25;
- font-style: italic;
- }
- .headInfo {
- margin-bottom: 20px;
- }
- .headInfo h2 {
- font-size: 25px;
- font-weight: 400;
- }
- #map_buttons a {
- color: #30383f;
- font-size: 15px;
- }
- #map_buttons a:not(:last-child) {
- margin-right: 20px;
- }
- #col_graph {
- background-color: #21465f;
- color: #fff;
- font-size: 16px;
- padding: 10px 0;
- }
- .nav-tabs .nav-link {
- background-color: transparent;
- padding: 0 15px;
- font-size: 15px;
- border: 0;
- font-weight: 700;
- text-transform: uppercase;
- border-bottom: 2px solid transparent;
- }
- .nav-tabs .nav-link:hover,
- .nav-tabs .nav-link:focus,
- .nav-tabs .nav-link:active,
- .nav-tabs .nav-link.active {
- border-bottom: 2px solid #0a4553;
- outline: none;
- color: black;
- }
- .loader {
- border: 10px solid #f3f3f3;
- border-radius: 50%;
- border-top: 10px solid #0a4553;
- width: 120px;
- height: 120px;
- -webkit-animation: spin 2s linear infinite;
- animation: spin 2s linear infinite;
- margin: auto;
- }
- @-webkit-keyframes spin {
- 0% {
- -webkit-transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(360deg);
- }
- }
- @keyframes spin {
- 0% {
- transform: rotate(0deg);
- }
- 100% {
- transform: rotate(360deg);
- }
- }
- #link_buttons {
- text-align: right;
- }
- .link {
- text-decoration: underline;
- cursor: pointer;
- color: #0a4553;
- }
- .link:hover {
- color: #0a4553;
- }
- .navbar-light {
- box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
- }
- .navbar-nav .nav-item {
- position: relative;
- }
- @media (min-width: 992px) {
- .navbar-nav .nav-item:hover:before {
- content: "";
- width: 100%;
- border-top: 4px solid #0a4553;
- position: absolute;
- top: 3px;
- }
- }
- @media (min-width: 992px) {
- .navbar-nav .nav-item.active:before {
- content: "";
- width: 100%;
- border-top: 4px solid #0a4553;
- position: absolute;
- top: 3px;
- }
- }
- .navbar-nav .nav-item.active .nav-link {
- color: #0a4553;
- }
- .navbar-nav .nav-item .nav-link {
- color: #3d3d3d;
- }
- @media (min-width: 992px) {
- .navbar-expand-lg .navbar-nav .nav-link {
- padding-right: 0.625rem;
- padding-left: 0.625rem;
- padding-bottom: 0;
- font-size: 1.0625rem;
- }
- }
- .navbar-toggler {
- padding: 0.3125rem;
- }
- .form-control:focus {
- border-color: rgba(242, 206, 57, 0.8);
- box-shadow: 0 0 0 1px rgba(242, 206, 57, 0.8);
- }
- .btn:focus {
- border-color: rgba(242, 206, 57, 0.8);
- box-shadow: 0 0 0 1px rgba(242, 206, 57, 0.8);
- }
- .btn-theme-primary {
- background-color: #104553;
- border-color: #0d3641;
- color: white;
- }
- .btn-theme-primary:hover {
- color: white;
- background-color: #6588a9;
- border-color: #b5d3e8;
- }
- a.btn-icon {
- color: #000;
- }
- .btn-icon {
- display: inline-block;
- text-align: center;
- }
- .btn-icon:hover .btn-text {
- text-decoration: underline;
- }
- .masthead {
- position: relative;
- background-color: #343a40;
- background: url("../img/bg-masthead.jpg") no-repeat center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- padding-top: 2rem;
- padding-bottom: 2rem;
- }
- .masthead .overlay {
- position: absolute;
- background-color: #212529;
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- opacity: 0.3;
- }
- .masthead h1 {
- font-size: 3rem;
- }
- .masthead h2 {
- font-size: 1.5rem;
- }
- @media (min-width: 768px) {
- .masthead {
- padding-top: 6rem;
- padding-bottom: 6rem;
- }
- .masthead h1 {
- font-size: 4rem;
- }
- .masthead h2 {
- font-size: 2rem;
- }
- }
- .showcase .showcase-text {
- padding: 3rem;
- }
- .showcase .showcase-img {
- min-height: 30rem;
- background-size: cover;
- }
- @media (min-width: 768px) {
- .showcase .showcase-text {
- padding: 7rem;
- }
- }
- .features-icons .features-icons-item {
- max-width: 20rem;
- margin: auto;
- }
- .features-icons .features-icons-item .features-icons-icon {
- width: 10rem;
- height: 10rem;
- margin: auto;
- border-radius: 100%;
- box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
- display: flex;
- justify-content: center;
- align-items: center;
- transition-duration: 200ms;
- }
- .features-icons .features-icons-item .features-icons-icon img {
- height: 5rem;
- }
- .features-icons .features-icons-item .features-icons-icon:hover {
- transform: scale(1.05);
- transition-property: all;
- transition-timing-function: linear;
- }
- .features-icons .features-icons-item .title {
- font-size: 1.4375rem;
- margin-top: 0.625rem;
- }
- .features-icons .index-btn:hover .title {
- color: #0a4553;
- }
- .testimonials .testimonial-item {
- max-width: 100%;
- }
- .testimonials .testimonial-item img {
- width: 7rem;
- height: 7rem;
- box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.3);
- object-fit: contain;
- background: white;
- }
- .testimonials .section-title {
- font-size: 2.5rem;
- font-weight: 400;
- }
- .call-to-action {
- position: relative;
- background-color: #343a40;
- background: url("../img/bg-masthead.jpg") no-repeat center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- padding-top: 7rem;
- padding-bottom: 7rem;
- }
- .call-to-action .overlay {
- position: absolute;
- background-color: #212529;
- height: 100%;
- width: 100%;
- top: 0;
- left: 0;
- opacity: 0.3;
- }
- footer.footer {
- background-color: #0a4553;
- color: white;
- padding-top: 3rem;
- padding-bottom: 3rem;
- }
- footer.footer a {
- color: white;
- }
- footer.footer .partner-list {
- background-color: rgba(250, 250, 250, 0.5);
- border-radius: 6px;
- padding: 10px 0;
- }
- .modal {
- display: none;
- position: fixed;
- z-index: 2000;
- padding-top: 100px;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- overflow: auto;
- background-color: black;
- background-color: rgba(0, 0, 0, 0.5);
- }
- .modal-content {
- background-color: #fefefe;
- margin: auto;
- padding: 20px;
- width: 80%;
- }
- .modal-content #myInput {
- width: 80%;
- margin-left: auto;
- margin-right: auto;
- background-color: #e9e9e9;
- padding: 20px;
- border-radius: 10px;
- margin-bottom: 20px;
- }
- .modal-content .modal-close {
- text-align: right;
- margin-top: -13px;
- margin-bottom: 13px;
- }
- .modal-content .close {
- color: #aaaaaa;
- float: none;
- font-size: 35px;
- font-weight: bold;
- }
- .modal-content .close:hover,
- .modal-content .close:focus {
- color: #000;
- text-decoration: none;
- cursor: pointer;
- }
- .modal-content .btn {
- width: 100%;
- max-width: 200px;
- margin-left: auto;
- margin-right: auto;
- }
- #screensaver {
- position: absolute;
- width: 100%;
- height:100%;
- left:0px;
- top: 0px;
- display: none;
- z-index:9999;
- background-color:#4c4c4c;
- color:rgba(255, 255, 255, 0.5);
- text-align: center;
- padding-top: 40vh;
- margin-bottom: auto;
- }
- .strong {
- font-weight:bold;
- }
|