.modal-content{
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #f1f5e4;
}
.modal-header{
    display: block;
    background: #c8d992;
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    text-align: center;
    overflow: hidden;
    border: none;
}
.modal-title{
    font-size: 16px;
    line-height: 20px;
}
.modal-title:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 50px;
    width: 64px;
    background: #008ece url('/images/icone/mail-icona.png') center no-repeat;
    background-size: 30px auto;
}
.modal-close{
    display: block;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 30px;
    height: 30px;
    z-index: 1;
    cursor: pointer;
    font-family: 'Arial', sans-serif;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #6e7178;
    transition: color .2s ease-in-out;
}
.modal-close:hover{
    color: #0072af;
}
.form-group{
    margin-bottom: 10px;
}
.form-control, input[type=text], input[type=email], textarea{
    border: none;
}
.form-group #message{
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, .1);*/
}
.required-note{
    font-size: 12px;
    line-height: 20px;
    color: #6e7178;
    padding: 4px 0;
}
.form-buttons{
    padding: 30px 0;
    text-align: center;
}
.form-buttons > button{
    font-size: 12px;
    font-weight: 600;
}
/*
form footer invia richiesta info
*/
.modalSendEnquiryFooter .modal-header{
    background-color: #008ece;
    color: #fff;
}
.modalSendEnquiryFooter .modal-close{
    color: #fff;
    transition: color .2s ease-in-out;
}
.modalSendEnquiryFooter .modal-close:hover{
    color: #ccc;
}
.modalSendEnquiryFooter .modal-content{
    background-color: #d8eef7;
}
.modalSendEnquiryFooter .btnCancel{
    background-color: #fff;
}
/*
form footer invia richiesta info ufficio locale
*/
.modalSendEnquiryFooter .modal-title:before{
    background-image: url('/images/icone/lingue-icona.png');
}
#localOfficeInfo{
    display: none;
    text-align: center;
    font-size: 14px;
    margin: 15px 0;
}
/*
modale thank you
*/
#modalThankyou .modal-header{
    background-color: #008ece;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
#modalThankyou .modal-close{
    color: #fff;
}
#modalThankyou .modal-title:before{
    display: none;
}
#modalThankyou .modal-body{
    background-image: url('/images/mappa.png');
    background-repeat: no-repeat;
    background-position: 50% 55%;
    background-size: 80%;
    background-color: #008ece;
    color: #fff;
    text-align: center;
}
#modalThankyou .modal-body h4{
    font-weight: 600;
    font-size: 22px;
}
.txtThank{
    margin-bottom: 280px;
}
#modalThankyou .modal-body img{
    margin: 0 auto;
    width: 220px;
}
/*
modale form service e modal form partner
*/
.defaultForm{
    font-size: 14px;
}
.defaultForm h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 0;
}
.defaultForm .radioListForm{
    /*padding:10px 0;*/
}
.defaultForm .inline-label{
    line-height: 37px;
}
.defaultForm .radio-inline{
    margin-right: 10px;
}
/* custom form blue
/* ------------------------ */
.form-blue .modal-header{
    background-color: #008ece;
    color: #fff;
    position: relative;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
    z-index: 5;
}
.form-blue .modal-close{
    color: #fff;
}
.form-blue .modal-title:before{
    display: none;
}
.form-blue .modal-body{
    background-color: #d8eef7;
}
.form-blue .btnCancel{
    background-color: #fff;
}
.form-blue .btnCancel:hover{
    background: #eee;
}
.form-blue .btn-file{
    border-radius: 0;
    padding-left: 20%;
    padding-right: 20%;
    margin: 20px auto;
    color: #fff;
    background: #008ece;
    font-weight: bold;
}
.form-blue .btn-file .fa{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    line-height: 30px;
}
/* form request job
/* ------------------------ */
#modalRequestJob .modal-title:before{
    background-image: url('/images/icone/curriculum-icona.svg');
}
.selected-file-wrap{
    margin-left: 25%;
    margin-right: 25%;
    padding: 10px;
    display: none;
    border: 1px solid #0d6aad;
    color: #111;
    margin-bottom: 10px;
}
.selected-file-wrap:before{
    font-family: 'FontAwesome', sans-serif;
    content: '\f1c1';
    color: #111;
}
