﻿@charset "utf-8";
/* CSS Document */


#topnav .modal-dialog h1 {
    padding: 0px;
    color: #ae1a1f;
    text-transform: uppercase;
}
.modal-dialog .btn.btn-big {
    font-size: 15px;
    padding: 15px 20px;
    min-width: 100px;
}
.modal-dialog .btn-close {
    color: #000;
    font-size: 40px;
    text-decoration: none;
    position: absolute;
    right: 20px;
    top: 0px;
    font-weight: 600;
}
.modal-dialog .btn-close:hover {
    color: #909090;
    text-decoration: none
}
.modal:before {
    content: "";
    display: none;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.modal:target:before {
    -webkit-transition: -webkit-transform 0.9s ease-out;
    -moz-transition: -moz-transform 0.9s ease-out;
    -o-transition: -o-transform 0.9s ease-out;
    transition: transform 0.9s ease-out;
    z-index: 99999999;
    background: rgba(193, 193, 193, 0.74);
    display: block;
}
.modal:target + .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 4%;
}
.modal-body .field_module {
    border: 1px solid #ccc;
    margin-bottom: 0px;
}
.modal-body a {
    text-decoration: none;
}
.modal-body a:hover {
    text-decoration: none;
}
.modal-body a.btn {
    color: white;
    text-decoration: none;
    margin-bottom: 10px;
}
.modal-body .label_module {
    padding: 0px;
    width: 100%;
    margin: 5px 0px;
    color: #333;
    font-weight: 400;
    margin-bottom: 15px;
}
.modal-body .label_check {
    width: 100%
}
.modal-dialog {
    z-index: 99999999;
    overflow-y: auto;
    background: #fefefe;
    position: fixed;
    left: 0%;
    right: 0%;
    width: 100%;
    max-width: 842px;
    margin: auto;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    overflow: auto;
    top: 4%;
}
.modal-body {
    padding: 20px;
    text-align: left !important;
    padding-top: 0px;
}
.modal-body hr {
    display: none;
}
.modal-header, .modal-footer {
    padding: 15px 20px;
    margin-bottom: 0px;
}
.modal-header {
}
.modal-header h2 {
    font-size: 25px;
    margin-bottom: 0px;
    color: black;
}
.modal-footer {
    text-align: right;
}
.riservata .articolo .modal-dialog h1 {
    font-size: 30px;
    margin-bottom: 0px;
    padding: 0px 20px;
}
.riservata .articolo .modal-dialog h2 {
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 20px;
}
.riservata .articolo .modal-dialog p {
    margin-bottom: 3px;
}
.area_dipendenti .modal-header {
    border-bottom: 1px solid #ccc;
}
.area_dipendenti .modal-body {
    padding: 20px;
    text-align: center !important;
    padding-top: 20px;
}
.area_dipendenti .modal-body h2, .area_dipendenti .modal-body p, .area_dipendenti .modal-body .btn {
    text-align: center !important;
}
.area_dipendenti .modal-body img {
    height: 100px
}
.area_dipendenti .modal-body p a {
    text-decoration: underline;
    color: #408DDD
}
.area_dipendenti .modal-body a.btn {
    color: #f18300;
    text-decoration: none;
    margin: 10px auto 0px auto;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 15px 20px;
    display: inline-block;
    float: inherit;
}
.area_dipendenti .modal-body strong {
    font-weight: 600;
}
.area_dipendenti .modal-body h2 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}
.area_dipendenti .modal-body p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
}
.area_dipendenti .modal-body hr {
    display: inherit
}


@media (max-width:875px) {
 .modal:target + .area_dipendenti.modal-dialog {
    top: 0%;
    height: 100%;
    overflow: auto;
}


}
