@charset "utf-8";
/* CSS Document */


.modal-dialog.big .btn {
    float: right;
    font-size: 20px;
    margin-right: 0px;
}
.modal-dialog.big .campo_form {
    text-align: left;
    padding-bottom: 10px;
}
.modal-dialog.big .campo_form .label_module {
    float: left;
    position: relative;
    font-size: 16px;
    color: #2b2a28;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 8px;
    font-weight: 500;
    margin-right: 10px;
    top: 0px;
}
.modal-dialog.big h4 {
    font-size: 20px;
    color: #333;
    width: 100%;
    display: inline-block;
    clear: both;
    margin: 20px 0px 10px 0px;
}
.modal-dialog.big hr {
    margin: 0px 0px 10px 0px;
    display: inline-block;
}
.modal-dialog .btn-close {
    color: #aaa;
    font-size: 41px;
    text-decoration: none;
    position: absolute;
    right: 14px;
    top: 3px;
    border: none;
}

.modal-dialog .btn-close:hover {
    color: #909090;
}
.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: 999;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}
.modal:target + .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal:target + .modal-dialog.big {
    top: 0%;
}
.modal-dialog.big {
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: none;
    overflow: auto;
}
.modal-body .field_module {
    padding: 10px;
    border: 1px solid #e5e5e5;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #2b2a28;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 42px;
}
.modal-dialog {
    background: #fefefe;
    position: fixed;
    left: 0%;
    top: 0%;
    z-index: 999;
    width: 100%;
    -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;
    height: 100%;
    overflow: auto;
}
.modal-body {
    padding: 20px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.modal-body p {
    font-size: 15px;
    margin-bottom: 10px;
	color:#003b4b
}
.modal-body table {
    margin: 20px 0px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.modal-body table tr td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	font-size:14px;
}
.modal-body ul {
    padding: 10px 40px;
}

.modal-body a {
   border-bottom:1px dotted #003b4b
}

.modal-body ul li {
    font-size: 15px;
    margin-bottom: 5px;
    list-style-type: circle;
	color:#003b4b
}
.modal-body .btn {
    display: inline-block;
    margin: 20px 0px;
    float: right;
    background-color: #003b4b;
    color: white;
    padding: 10px 20px 6px 20px;
    font-size: 21px;
    font-family: 'nasalizationregular';
    text-transform: uppercase;
	-moz-border-radius: 3px;
border-radius: 3px;
}
.modal-body h2 {
    font-size: 19px;
    margin: 30px 0px 20px 0px;
}
.modal-body .campo_form {
    width: 33%;
}
.modal-body.stampa .campo_form {
    width: 50%;
}
.modal-body .campo_form .btn {
    text-align: center;
    width: 100%;
}
.modal-body h3 {
    color: black;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0px;
}
.modal-header {
    padding: 10px 20px;
    border-bottom: #eee solid 1px;
    width: 100%;
}
.modal-footer {
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-top: #eee solid 1px;
}
.modal-footer p {
    font-size: 16px;
    color: #333;
    line-height: 20px;
}
.modal-footer p a {
    text-decoration: underline;
    color: #fed500;
    font-weight: 600;
    font-size: 16px;
}
.modal-header h3 {
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    margin-bottom: 0px;
    color: #f4a609;
    margin-top: 0px;
    padding: 0px 10px 0px 10px;
    margin: 0px;
}
