
/* Theme customization starts here
-------------------------------------------------------------- */
html{
}
body{
    background: #fff;
}

.bg-grey{
    background-color: #f1f1f1;
}

.page-white-bg{
    background: #fff;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top:-240px;
    max-width: 720px !important;
    box-sizing: border-box;
    width: 100%;
}

.page-white-bg.backoffice{
    max-width: 100% !important;
}

h1{
    padding: 50px 30px 5px 25px;
    border:none;
    box-sizing: border-box;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    color: #4c5d7f !important;
}

h1.member-title{
    padding-left :10px;
    padding-right:10px;
}

h2{
    font-size: 30px;
    color:#3b4b6d !important;
    margin: 0;
    padding: 20px 25px 15px 25px;
}

h3{
    margin:0;
    padding: 0px 30px 50px 30px;
    font-weight: 600;   
    font-family: 'Open Sans', sans-serif;
    color: #444;

}

.center{
    text-align: center;
}

.no-padding{
    padding: 0;
}

.um-postmessage{
    margin-bottom: 40px;
    padding: 0;
    font-size: 18px;
}

.cta-container .cta-link{
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #3b4b6d;
    border: 1px solid #00a79e;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    border-radius: 0;
    background: transparent;
    width: 100%;
    max-width: 800px;
}
.cta-container .cta-link:hover, .cta-container .cta-link:not(:disabled):not(.disabled).active, .cta-container .cta-link:not(:disabled):not(.disabled):active{
    color: #fff;
    background: #3b4b6d;
    text-decoration: none;
}



/* -------------------------------------------------------------- */
/*                            ADMIN BAR                           */
/* -------------------------------------------------------------- */

body.role-altro #um-admin-access-settings,
body.role-altro #collapse-menu, /* menu laterale link riduci menu */
body.role-altro #footer-thankyou, /* footer link a wordpress */
body.role-altro #footer-upgrade, /* footer versione wordpress */
body.role-altro #wp-admin-bar-wp-logo, /* header logo wordpress */
body.role-altro #wp-admin-bar-user-info, /* menu utente img e link profilo utente */
body.role-altro #wp-admin-bar-edit-profile, /* menu utente link modifica profilo utente */
    /* body.role-altro #wp-admin-bar-my-account, /* nome e menu utente */
body.role-altro #screen-meta-links,
body.role-altro #wp-admin-bar-site-name-default,
body.role-altro #wp-admin-bar-new-post,
body.role-altro #wp-admin-bar-new-media,
body.role-altro #wp-admin-bar-search,
body.role-altro #wp-admin-bar-new-pagina_paese,
body.role-altro #wp-admin-bar-menu-toggle,
body.role-altro #content-score,
body.role-altro #keyword-score,
body.role-administrator #content-score,
body.role-administrator #keyword-score,
body.role-altro #wp-admin-bar-wpseo-menu,
body.role-altro #wpseo_meta,
body.role-altro #um-admin-restrict-content,
body.role-altro .yoast-alert,
body.role-altro .notice-error.mailpoet_notice_server
{
    display: none !important;
}

#wp-admin-bar-innovitalia-home,
#wp-admin-bar-site-name,
#wp-admin-bar-area-riservata{
    display: block !important;
}

#wpadminbar #wp-admin-bar-customize>.ab-item:before, #wpadminbar #wp-admin-bar-edit>.ab-item:before,
#wpadminbar #wp-admin-bar-my-account>.ab-item:before, #wpadminbar #wp-admin-bar-my-sites>.ab-item:before,
#wpadminbar #wp-admin-bar-site-name>.ab-item:before, #wpadminbar #wp-admin-bar-new-content .ab-icon:before{
    font-size: 24px !important;
    line-height: 20px !important;
}


@media (max-width: 782px) {
    #wpadminbar #wp-admin-bar-new-content .ab-icon:before{
        font-size: 24px !important;
        line-height: 32px !important;
    }
    #wpadminbar #wp-admin-bar-edit>.ab-item:before{
        top: 4px !important;
    }
    #wpadminbar #wp-admin-bar-area-riservata{
        margin-left: 10px;
    }
    #wpadminbar *{
        font-size: 12px !important;
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item{
        padding: 4px 16px !important;
        height: 16px !important;
        line-height: 16px !important;
    }
}
/* https://developer.wordpress.org/resource/dashicons/#index-card */
/*https://www.toptal.com/designers/htmlarrows/symbols/*/
/*#wpadminbar #wp-admin-bar-site-name .ab-item:before,
#wpadminbar #wp-admin-bar-innovitalia-home .ab-item:before{
    content: "\2617"; 
    top: 2px;
}
#wpadminbar #wp-admin-bar-dashboard-innovitalia .ab-item:before {
    content: "\21fc"; 
    top: 2px;
}
#wpadminbar #wp-admin-bar-area-riservata .ab-item:before {
    content: "\2605"; 
    top: 2px;
}
#wpadminbar #wp-admin-bar-edit .ab-item:before { 
    content: "\2606" !important; 
    top: 2px
}
#wpadminbar #wp-admin-bar-aministratori .ab-item:before { 
    content: "\2654" !important; 
    top: 2px
}*/

#wpadminbar #wp-admin-bar-new-content > .ab-item{
    pointer-events: none;
}

#wpadminbar, #wpadminbar * {
    font-size: 16px;
    line-height: 40px;
}
#wpadminbar {
    height: 40px;
}
#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon{
    padding: 8px 0;
}

/* -------------------------------------------------------------- */
/*                            HEADER                              */  
/* -------------------------------------------------------------- */

div.approfondimenti {
    background: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px !important;
}
div.approfondimenti + ul {
    background-color: yellow;
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}


.header-up{
    background: #fff;
}
.logo-left{
    margin-top: 16px;
    text-align: center;
}
.logo-left a{
    width: 100%;
}
.logo-left img{
    width: 100%;
    max-width: 455px;
}
.logos-right {
    margin-top: 20px;
    text-align: center;
}
.logos-right a{
    margin-left: 5px;
    margin-right: 5px;
}
.user-menu{
    /*margin-top: 20px;*/
    /*margin-bottom: 20px;*/
    text-align: center;
}
.user-menu ul{
    margin: 0;
    padding: 0;
    /*float: right;*/
    margin-bottom: 5px;
}
.user-menu li{

    width: 140px;
    list-style: none;
    display: inline-block;
    background: #3b4b6d;
    text-align: center;
    padding: 4px;
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
}
.user-menu li:first-child{
    margin-bottom: 5px;
}
.user-menu li a{
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
}

.search-form-container{
    margin-top: 10px;
    margin-bottom: 10px;
}
.search-form .stylish-input-group{
    /*float: right;*/
    /*width: 200px;*/
    width: 90%;
    margin: 0 auto;
}
.search-form .stylish-input-group .input-group-addon{
    background: white !important;
}
.search-form .stylish-input-group .form-control{
    border-right:0;
    box-shadow:0 0 0;
    border-color:#ccc;
}
.search-form .stylish-input-group button{
    box-shadow:0 0 0;
    border-color:#ccc;
    background:transparent;


    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-left:0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-form .stylish-input-group button span{
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
}




header#masthead{
    background: #3b4b6d;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    padding-top: 20px;
    padding-bottom: 20px;
}
header#masthead nav.navbar .navbar-collapse{
    justify-content: center;
}
header#masthead nav.navbar .navbar-nav > li{
    line-height: 1;
}
header#masthead nav.navbar .navbar-nav > li:first-child{
    padding-top: 15px;
}
header#masthead nav.navbar .navbar-nav > li > a{
    font-size: 16px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}
header#masthead nav.navbar .navbar-nav > li > a:hover{
    font-size: 16px;
    color:#fff;
    font-weight: 700;
    text-decoration: underline;
}

.hero{
    background: url("../img/new-hero-bg.jpg") #465576;
    margin: 0;
    height: 340px;
    background-size: cover;
}
.hero h1{
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
}
.hero hr{
    border-top: 1px solid rgba(255,255,255,1);
    width:50%;
}

/* -------------------------------------------------------------- */
/*                            FOOTER                              */  
/* -------------------------------------------------------------- */

.blu-container{
    background: #414B6C;
    color:#FFF;
    height:40px;
    font-weight: bold;  
    line-height: 40px;
}

.blu-container a{
    color:#FFF;
}
.blu-container a:hover{
    color:#FFF;
}

.blu-container div{
    text-align: center;     

}

.footer{
    margin-top: 30px;
}

.footer-loghi, .footer-menu{
    border-top: 1px solid #dedede;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
.footer-loghi{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.footer-loghi ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-loghi ul li{
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-loghi a{
    text-align: center;
    width: 100%;
    /*height: 70px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}
.footer-loghi a img{
    /*height: 70px;*/
    /*width: auto;*/
}
.footer-menu ul{
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-menu a{
    color: #3b4b6d;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

/* -------------------------------------------------------------- */
/*                           PAGINA                               */  
/* -------------------------------------------------------------- */

#content.site-content{
    padding-top: 20px;
    padding-bottom: 20px;
}

.loader{
    text-align: center;
    margin: 0 auto;
    width:150px;
    font-size: 20px;
    font-weight: bold;
    color: #414B6C;
    margin-top: 60px;
}

.loader div{
    margin-top: 5px;
}

.torna-indietro{
    height:40px;
    padding-top: 8px;
    font-size: 15px;
    margin-top: -290px;
}


.torna-indietro a{
    color: #414B6C;

}

a.back{
    color:#3b4b6d;
    margin-bottom: -20px;
    padding: 25px 25px 0 25px;
    display: block;
    font-weight: bold;
}

.pagina,
#content{
    word-wrap:  break-word;
}
.pagina #filtri div{
    padding: 6px;
    font-size: 15px;
}

.pagina .pubblicato-da{
    margin-top: -45px;
    margin-bottom: 60px;
    font-style: italic;
}

.container-btn{
    /*padding: 10px 25px 60px 25px;*/
    overflow:hidden;

}
.pagina a.button{
    background: #3b4b6d;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    margin: 15px 0px 0px 0px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    display: block;
    border-radius: 4px; 
}

 .pagina a.button:hover{
    color:#fff;
    text-decoration: underline;
 }

 .pagina a.button.blank{
    background: #fff;
    color:#3b4b6d;
    border:1px solid #3b4b6d;
 }

.pagina a.button.half{
    width:45%;
    padding:8px 0;
    float: left;
}

.pagina a.button.secondary{
    background: #999;
    margin-left: 40px;
}

.pagina .container-btn span{
    font-size: 30px;
    color:#3b4b6d;
    margin:20px 0 -5px 0;
    display: block;
}

.semi-bold{
    font-weight: 600;
}

.um-page-login .um-button,
.um-page-login #um-submit-btn, 
.um-page-login .um-left input[type=submit].um-button{
    margin-bottom: 0 !important;
}
.um-page-login a.um-link-alt{
    font-size: 18px;
}


#ente-scarica-delega{
  color: #4c5d7f;
}
a#link-procedi.disabled {
  color: #fff;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none !important;
}
a#link-procedi.disabled:hover{
  text-decoration: none !important;
}
.pagina.ente-avviso .um-field-checkbox{
  margin-left: 15px;
  margin-right: 25px;
}
.pagina.ente-avviso .um-field-checkbox .um-field-checkbox-option{
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
}
.pagina.ente-avviso .um-field-checkbox.active:not(.um-field-radio-state-disabled) i{
  color: #3ba1da;
}
.pagina.ente-avviso .um-field-checkbox.active .um-field-checkbox-option{
   color: #212529 !important;
}

.members-access-error{
  font-size: 18px;
  padding-left: 25px;
}

.no-results{
    display: block;
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 30px;
}
.no-results h2{
    text-transform: uppercase;
    color: #4c5d7f;
    font-size: 18px;
    font-weight: 600;
}

.img-notizia img{
    margin-bottom: 30px;
}


.addtoany_share_save_container {
    text-align: right;
    float: right;
}


/* -------------------------------------------------------------- */
/*                            FORM                                */  
/* -------------------------------------------------------------- */

h1.prova{
    color: red;
}

.registration-page .registration-title{
    text-align: center;
}
.registration-page .registration-title h1{
    margin-bottom: 16px;
}
.registration-page .registration-title h3{
    margin-top: 0;
}

.um-form .um-row-heading{
    font-size: 28px;
    font-weight: bold;  
    padding-top: 32px;
    color: #4c5d7f;
    border-bottom: 1px solid #bbb;
    font-style: italic;
}

.um-form .um-row-heading span,
.header-lavoro-passato span{
    background: #4c5d7f;
    border-radius: 50%;
    color: #fff;
    font-weight: normal;
    padding: 0 14px;
    display: inline-block;
    text-align: center;
    font-size: 22px;
    margin: 0 8px 0px -54px;
    font-style: normal;
    line-height: 36px;
}

.um-form .um-field-label label{
    color: #4c5d7f;
    margin: 0 0 5px;
    font-size: 18px !important;
}


.um-form label span{
    color: #888;
    padding-left: 5px;
}

.um-form .um-field{
    padding: 35px 0 0;
}

.um-form .um-tip-text {
    font-size: 15px;
    line-height: 18px;
    color: #666;
    font-style: italic;
}

.um-field-file a.um-button{
    background: #aaa !important;
    font-weight: bold !important;
}

.um-form a.um-button.um-btn-auto-width{
    padding: 8px !important;
    margin-left: -250px;
}

#um-submit-btn,.um-left input[type=submit].um-button{
    background: #3b4b6d !important;
    font-weight: bold !important;
    width: 100% !important;
    font-size: 20px !important;
    margin: 30px 0 60px 0 !important;
}

#um-submit-btn:hover{
    text-decoration: underline !important;
}

a.um-button.um-alt{
    background: #999 !important;
    color: #fff !important;
    font-weight: bold !important;
    width: 100% !important;
    font-size: 20px;
    margin: 30px 0 60px 0;
}

.um-field-gender .um-field-radio{
    float: left !important;
    width: auto !important;
}
.um-field-gender .um-field-radio.right{
    margin-left: 30px;
}

.clausola-privacy{
    height: 180px;
    overflow: hidden;
    overflow-y: scroll;
    border: 2px solid #ddd;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}
.clausola-privacy p{
    font-size: 14px;
    line-height: 16px;
}

.um-field-clausola-privacy{
    padding-top: 0px !important;
}

.add-remove-titolo-studio div,
.add-remove-settore-erc div{
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
}

.add-remove-titolo-studio div:hover,
.add-remove-settore-erc div:hover{
}


.um-form h4{
    border-bottom: 1px solid #4c5d7f;
    padding-bottom: 10px;
    font-style: italic;
    font-weight: bold;
    color: #4c5d7f;
    font-size: 28px;
}


.add-titolo-studio,
.add-settore-erc{
  text-align: left;
  padding-right: 15px;
  color: #4c5d7f;
}

.add-titolo-studio .dashicons,
.add-settore-erc .dashicons{
    display: inline-block;
  font-size: 28px;
  width: auto;
  height: auto;
}

.remove-titolo-studio,
.remove-settore-erc{
    float: right;
    cursor: pointer;
    font-size: 18px;
    width: auto;
    height: auto;
    font-style: normal;
    padding-top: 10px;
    font-weight: normal;
    color: #555;
}

.remove-titolo-studio:hover,
.remove-settore-erc:hover{
    color: red;
    text-decoration: underline;
}

.remove-titolo-studio .um-field-label-icon{
    display: inline-block;  
}

.my-icon{
    padding-right:  5px;
}

.avviso-lavoro-passato-italia, .avviso-lavoro-passato-estero {
    border: 1px solid #ddd;
    padding: 20px;
    background: #eaf1fc;
    color: #555;
}

.esperienza-lavorativa-passata .fa-info-circle{
    float: left;
    padding-right: 14px;
    padding-bottom: 100px;
    margin-top: 4px;
    font-size: 20px;
}

.errors-form {
  width: auto;
  color: #fff;
  box-sizing: border-box;
  font-size: 15px;
  padding: 12px!important;
  margin: 12px 0 0!important;
  border-radius: 3px;
  position: relative;
  background: #C74A4A;
}
.errors-form i {
    position: absolute;
    right: 14px;
    font-size: 36px;
    cursor: pointer;
    top: 7px;
    display: block;
    height: 30px;
    line-height: 30px;
}
.title-errors-form{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}

.um-notice a{
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}


.content-to-draft-form textarea{
    width: 100%;
    padding: 8px 12px !important;
    display: block;
    font-size: 15px !important;
    line-height: 22px !important;
    background: #fff;
    background-color: rgb(255, 255, 255);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-sizing: border-box;
    min-height: 80px !important;
    box-shadow: none;
    outline: 0 !important;
    color: #666666;
    height: 150px;
    border: 2px solid #ddd !important;
}
.content-to-draft-form #um-submit-btn{
    color: #fff;
}
.content-to-draft-form #success h4{
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #00A79E;
    display: inline-block;
    padding-bottom: 15px;
    color: #4c5d7f;
}


/* -------------------------------------------------------------- */
/*                            PROFILO                             */  
/* -------------------------------------------------------------- */

.um-viewing .um-form .um-row-heading span,.um-viewing .header-lavoro-passato span,.um-field-divider{
    display: none;
}

.um-name, .um-name a {
    font-size: 28px !important;
}

.um-editing {
    width: 450px!important;
}

.um-214.um .um-profile-meta{
    max-width: 600px !important;
    margin: 0 auto;
}

.um-account.um-editing {
    width: 650px!important;
    margin: 0 auto;
}

.um-viewing .um-field-value{
    font-size: 20px;
}

.um-meta-text.cv-breve-profile p{
    font-size: 16px ;
    line-height: 22px;
    font-style: italic;
    color:#555;
    text-align: left;
}
.um-meta-text.cv-breve-profile .h-index-profile{
    margin-top: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #414B6C;
}

.um-viewing .um-header{
    margin-top: 40px;
}

.um-field-um_block_57_105 h4,.um-field-um_block_57_105_106 h4{
    font-size: 20px;
}


#link-to-contact-form{
    background: #3b4b6d;
    font-weight: bold;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    display: block;
    border-radius: 4px;
    cursor: pointer;
}
#link-to-contact-form:hover{
    color:#fff;
    text-decoration: underline;
}
#contact-form-container.card{
    border-left: 4px solid #3b4b6d !important;
    padding: 30px 15px;
}
#contact-form-container.card:hover{
    box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
}
#contact-form-container.card .card-title{
    color: #3b4b6d !important;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-left: 0;
    margin-left: 0;
}
#contact-form-container.card .um-field-label{
    border-bottom: 0px;
}
#contact-form-container.card #um-submit-btn{
    margin-bottom: 0 !important;
}


.um-profile.um-role-associazione_ricercatori .um-header .um-profile-meta .um-main-meta,
.um-profile.um-role-imprese .um-header .um-profile-meta .um-main-meta,
.um-profile.um-role-istituzioni_pubbliche .um-header .um-profile-meta .um-main-meta,
.um-profile.um-role-universit .um-header .um-profile-meta .um-main-meta,
.um-profile.um-role-ricercatore .um-header .um-profile-meta .um-main-meta{
    display: none;
}

.um-profile .um-header .um-profile-meta .um-main-meta-custom{
    padding: 0;
}
.um-profile .um-header .um-profile-meta .um-main-meta-custom .um-name-custom{
    float: none;
    font-size: 28px;
    font-weight: bold;
    margin-right: 0;
    line-height: 1.7em;
    color: #555;
}



/* -------------------------------------------------------------- */
/*                        MEMBERS TABLE                           */  
/* -------------------------------------------------------------- */

.um-member{
    margin-top: 40px;
}

.members-table td{
    height: 50px;
}

.my-btn-group{
    display: inline;    
    float: right;       
    margin-top: -2px;  
}

.my-btn-group button{
    background: #fff;
    border:1px solid #ddd;
    padding: 8px; 
    font-size: 14px;

}

.my-btn-group button a{
    color:#555 !important;
}

.my-btn-group button.active{
    color:#333;
    font-weight: bold;  
    background: #eee;
}

.switch-members-table{
    margin-top: -50px;
}
.page-item.active .page-link{
    background: #4c5d7f;
}

.paginate_button a{
    color: #4c5d7f;
}

h3.gestione-utenti{
    margin-bottom: 0;
    padding: 0 10px 10px 10px;
}


#lista-utenti-table_wrapper #lista-utenti-table_filter label{
    width: calc(100% - 280px) !important;
    float: left;
}
#lista-utenti-table_wrapper .dt-buttons{
    float: right;
}
#lista-utenti-table_wrapper .dt-buttons button{
    background: #3b4b6d;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    border: none;
    margin-top: 30px;
    margin-left:10px;
}




/* -------------------------------------------------------------- */
/*                          ARCHIVIO                              */  
/* -------------------------------------------------------------- */


.page-numbers{
    font-size: 20px;
    border:1px solid #ddd;
    padding: 4px 10px;
    margin-bottom: 20px;
    margin-left: -5px;
    line-height: 1.25;
    color: #4c5d7f;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-numbers:first-child{
    margin-left: 0;
}
.page-numbers:hover{
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-numbers.current{
    background: #4c5d7f;
    color: #fff;
}

/* -------------------------------------------------------------- */
/*                             VARIE                              */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/*                              HOME                              */
/* -------------------------------------------------------------- */

.vmap-container{
    background: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 20px;
}
.select-paese{
    margin-bottom: 30px;
    text-align: center;
}
.select-paese .btn{
    text-align: center;
    text-transform: uppercase;
    color: #3b4b6d;
    border: 1px solid #00a79e;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 15px;
    border-radius: 0;
    background: transparent;
    width: 100%;
    max-width: 800px;
}
.select-paese .btn:hover, .select-paese .btn:not(:disabled):not(.disabled).active, .select-paese .btn:not(:disabled):not(.disabled):active{
    color: #fff;
    background: #3b4b6d;
}
.select-paese .btn i.fa{
    font-size: 26px;
    vertical-align: middle;
    padding-left: 10px;
}
#select-paese-modal{
    text-align: left;
}
#select-paese-modal .modal-body {
    max-height: 40vh; /* max 80% of the viewport height */
    overflow-y: auto;
}
#select-paese-modal .modal-header,
#select-paese-modal .modal-body{
    padding: 0;
}
#select-paese-modal #select-paese-modal-title{
    padding: 15px 30px;
}
#select-paese-modal .modal-header .close {
    padding: 34px;
}
#select-paese-modal ul{
    padding-left: 0;
}
#select-paese-modal ul li{
    list-style: none;
    padding: 15px 15px 15px 30px;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 16px;
}
#select-paese-modal ul li:hover {
    background: #eee;
}
#select-paese-modal ul li a{
    list-style: none;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 16px;
}
#select-paese-modal ul li a:hover{
    text-decoration: none;
}

#filtri{
    padding-bottom: 15px;
}
#filtro-paese{
    padding-top: 30px;
}
#filtro-ssd,
#filtro-tipo{
    padding-top: 30px;
    border-top: 1px solid #fff;
}
#filtro-paese #select-paese-modal ul li.selected {
    background: #00a79e;
    color: #fff;
}
#filtro-paese .label-container,
#filtro-tipo .label-container,
#filtro-ssd .label-container{
    text-align: center;
}
#filtro-paese label,
#filtro-tipo label,
#filtro-ssd label{
    text-transform: uppercase;
    color: #878686;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0;
    line-height: 18px;
}
.select-item{
    float:  left;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 8px;
    cursor:pointer ;
    color: #00a79e;
    background: #fff;
}

.select-item.selected, .select-item:hover{
    background: #00a79e;
    color:#fff;
}


.select-item.select_item_icon{
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}
.select-item.select_item_icon .item-icon{
    width: 100% !important;
    height: 60px !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 60px 60px !important;
}


.select-item.select_item_icon .icon-bandoavviso{
    background: url("../img/icon-avviso-v.png");
}
.select-item.select_item_icon .icon-challenge-prize{
    background: url("../img/icon-challenge-v.png");
}
.select-item.select_item_icon .icon-collaborazione-set{
    background: url("../img/icon-collab-v.png");
}
.select-item.select_item_icon .icon-formazione{
    background: url("../img/icon-formazione-v.png");
}
.select-item.select_item_icon .icon-lavoro{
    background: url("../img/icon-lavoro-v.png");
}
.select-item.select_item_icon .icon-vita-sociale{
    background: url("../img/icon-sociale-v.png");
}
.select-item.select_item_icon .icon-altro{
    background: url("../img/icon-altro-v.png");
}
.select-item.select_item_icon .icon-tutti{
    background: url("../img/icon-tutti-v.png");
}
.select-item.selected.select_item_icon .icon-bandoavviso,
.select-item.select_item_icon:hover .icon-bandoavviso{
    background: url("../img/icon-avviso-b.png");
}
.select-item.selected.select_item_icon .icon-challenge-prize,
.select-item.select_item_icon:hover .icon-challenge-prize{
    background: url("../img/icon-challenge-b.png");
}
.select-item.selected.select_item_icon .icon-collaborazione-set,
.select-item.select_item_icon:hover .icon-collaborazione-set{
    background: url("../img/icon-collab-b.png");
}
.select-item.selected.select_item_icon .icon-formazione,
.select-item.select_item_icon:hover .icon-formazione{
    background: url("../img/icon-formazione-b.png");
}
.select-item.selected.select_item_icon .icon-lavoro,
.select-item.select_item_icon:hover .icon-lavoro{
    background: url("../img/icon-lavoro-b.png");
}
.select-item.selected.select_item_icon .icon-vita-sociale,
.select-item.select_item_icon:hover .icon-vita-sociale{
    background: url("../img/icon-sociale-b.png");
}
.select-item.selected.select_item_icon .icon-altro,
.select-item.select_item_icon:hover .icon-altro{
    background: url("../img/icon-altro-b.png");
}
.select-item.selected.select_item_icon .icon-tutti,
.select-item.select_item_icon:hover .icon-tutti{
    background: url("../img/icon-tutti-b.png");
}

#vmap{
    display: none;
}
#vmap .pin-map{

    /*width: 40px;
    height: 54px;*/
    /*width: 30px;
    height: 41px;*/
    width: 20px;
    height: 27px;
    background: url("jqvmap/pin-map.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*position: absolute;*/
    /*top: -3%;*/
}
div.jqvmap-label{
    background: #3b4b6d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 10px;
}
#vmap .jqvmap-zoomin, #vmap .jqvmap-zoomout{
    background: #3b4b6d;
    width: 18px;
    height: 18px;
    font-weight: 700;
    font-size: 18px;
    padding: 2px 0 0 0;
}
#vmap .jqvmap-zoomout{
    top: 36px;
}

.title-section-list{
    padding-top: 50px;
    text-align: center;
}
.title-section-list h1{
    text-transform: uppercase;
    color: #3b4b6d;
    font-size: 32px;
    font-weight: 700;
    padding: 0 15px 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00a79e;
    display: inline-block;
}
.title-section-list a{
    color: #3b4b6d;
    font-size: 16px;
    display: block;
}
.title-section-list a:hover{
    color: #3b4b6d;
}
.title-section-list a.vedi-tutti{
    font-size: 20px;
}

.section-list{
    margin-top: 20px;
    margin-bottom: 40px;
}
.section-list a:hover{
    text-decoration: none;
}

.section-list .img-fluid{
    width: 100%;
}

.section-list .header-notizia{
    position: relative;
    margin-top: 30px;
}
.section-list .title-notizia{
    text-align: center;
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: linear-gradient(transparent, #333, #111);
    width: 100%;
}
.section-list .title-notizia .date span{
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    font-weight: 600;
}
.section-list .title-notizia .title h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #fff;
}
.section-list .autore-notizia{
    background: #f1f1f1;
    padding: 12px 8px 12px 14px;
    border-top: 1px solid #dedede;
}
.section-list .autore-notizia span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.section-list .ssd-notizia{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-list .ssd-notizia span{
    color: #333;
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.section-list .paesi-notizia{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-list .paesi-notizia span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.section-list .header-evento{
    background: #00a79e;
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.section-list .title-evento{
    text-align: center;
    color: #fff;
}
.section-list .title-evento .dove span{
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: 600;
}
.section-list .title-evento .date span{
    font-size: 14px;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
    font-weight: 600;
}
.section-list .title-evento .title h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px;
    margin-top: 4px;
    margin-bottom: 0;
    color: #fff;
}
.section-list .autore-evento{
    background: #f1f1f1;
    padding: 12px 8px 12px 14px;
    border-top: 1px solid #dedede;
}
.section-list .autore-evento span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.section-list .ssd-evento{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-list .ssd-evento span{
    color: #333;
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.section-list .paesi-evento{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-list .paesi-evento span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.section-list .header-opportunita{
    background: #f1f1f1;
    min-height: 100px;
    padding: 20px 14px;
    margin-top: 30px;
}
.section-list .title-opportunita{
    text-align: left;
    color: #333;
}
.section-list .title-opportunita .tipologia span{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #3b4b6d;
    text-transform: uppercase;
}
.section-list .title-opportunita .date span{
    font-size: 14px;
    padding-bottom: 4px;
    font-weight: 600;
    font-style: italic;
}
.section-list .title-opportunita .title h3{
    font-size: 18px;
    font-weight: 600;
    padding: 4px 0;
    margin-top: 4px;
    margin-bottom: 0;
    color: #333;
}
.section-list .autore-opportunita{
    background: #f1f1f1;
    padding: 12px 8px 12px 14px;
    border-top: 1px solid #dedede;
}
.section-list .autore-opportunita span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.section-list .ssd-opportunita{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-list .ssd-opportunita span{
    color: #333;
    /*text-transform: uppercase;*/
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.section-list .paesi-opportunita{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-list .paesi-opportunita span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}


.section-list .header-opportunita .icon{
    background-color: #00a79e;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50% - 50px);
    top: 12px;
    /*transform: translate( 90% , 0% );*/

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80% 80% !important;
}
.section-list .header-opportunita .icon-bandoavviso{
    background-image: url("../img/icon-avviso-b.png");
}
.section-list .header-opportunita .icon-challenge-prize{
    background-image: url("../img/icon-challenge-b.png");
}
.section-list .header-opportunita .icon-collaborazione-set{
    background-image: url("../img/icon-collab-b.png");
}
.section-list .header-opportunita .icon-formazione{
    background-image: url("../img/icon-formazione-b.png");
}
.section-list .header-opportunita .icon-lavoro{
    background-image: url("../img/icon-lavoro-b.png");
}
.section-list .header-opportunita .icon-vita-sociale{
    background-image: url("../img/icon-sociale-b.png");
}
.section-list .header-opportunita .icon-altro{
    background-image: url("../img/icon-altro-b.png");
}
.section-list .header-opportunita .icon-tutti{
    background-image: url("../img/icon-tutti-b.png");
}
.section-list .header-opportunita{
    margin-top: 60px;
    padding-top: 60px;
}
/*
.thumbnail-notizia{
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
img.thumbnail-notizia.crop{
    object-fit: cover;
    object-position: 50% 50%;
}
*/
.edit-link{
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;
}
.edit-link a{
    background: #3b4b6d;
    font-weight: bold;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 4px 8px;
}
.edit-link a:hover{
    color: #fff;
    text-decoration: underline;
}
.create-link{
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
}
.create-link a{
    display: block;
    background: #3b4b6d;
    font-weight: bold;
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding: 4px 8px;
    text-align: center;
    text-transform: uppercase;
}
.create-link a:hover{
    color: #fff;
    text-decoration: underline;
}

.header-avviso-bando .post-edit-link{
    display: block;
    background: #3b4b6d;
    font-weight: bold;
    width: auto;
    font-size: 16px;
    color: #fff;
    padding: 2px 4px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}
.pagina .edit-link{
    position: absolute;
}
.pagina .edit-link .post-edit-link{
    display: block;
    background: #3b4b6d;
    font-weight: bold;
    width: auto;
    font-size: 16px;
    color: #fff;
    padding: 2px 4px;
    text-align: center;
    text-transform: uppercase;
    float: right;
}

/* -------------------------------------------------------------- */
/*                             ARCHIVE                            */
/* -------------------------------------------------------------- */

.archive-list{
    margin-top: 20px;
    margin-bottom: 40px;
}
.archive-list a:hover{
    text-decoration: none;
}
.archive-list .notizia,
.archive-list .evento,
.archive-list .opportunita,
.archive-list .avviso-bando{
    margin-top: 40px;
    margin-bottom: 60px;
}
.archive-list .img-fluid{
    width: 100%;
}
.archive-list .thumbnail{
}
.archive-list .thumbnail-bg{
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.archive-list .desc{
}

.archive-list .header-notizia{
    background: #f1f1f1;
    padding: 15px;
}
.archive-list .evidenza{
    background: #e6a322;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 4px;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 200px;
}
.archive-list .header-notizia .date span{
    color: #333;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: italic;
}
.archive-list .header-notizia .date span.autore{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.archive-list .header-notizia .title h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px 0;
    color: #3b4b6d;
}
.archive-list .autore-notizia{
    background: #f1f1f1;
    padding: 6px 8px 12px 20px;
    border-top: 1px solid #dedede;
}
.archive-list .autore-notizia span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.archive-list .ssd-notizia{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .ssd-notizia span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.archive-list .paesi-notizia{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    height: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .paesi-notizia span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.archive-list .header-evento{
    background: #00a79e;
    padding: 15px;
}
.archive-list .header-evento .dove span{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.archive-list .header-evento .date span{
    color: #fff;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: italic;
}
.archive-list .header-evento .date span.autore{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.archive-list .header-evento .title h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 4px 0;
    color: #fff;
}
.archive-list .autore-evento{
    background: #f1f1f1;
    padding: 12px 8px 12px 20px;
    border-top: 1px solid #dedede;
}
.archive-list .autore-evento span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.archive-list .ssd-evento{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .ssd-evento span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.archive-list .paesi-evento{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .paesi-evento span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.archive-list .header-opportunita{
    background: #f1f1f1;
    padding: 15px;
}
.archive-list .opportunita .icon-container{
    background: linear-gradient(90deg, transparent 30%, #f1f1f1 30%);
    padding: 0;
}
.archive-list .opportunita .icon{
    background-color: #00a79e;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: relative;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 80% 80% !important;
}
.archive-list .opportunita .icon-bandoavviso{
    background-image: url("../img/icon-avviso-b.png");
}
.archive-list .opportunita .icon-challenge-prize{
    background-image: url("../img/icon-challenge-b.png");
}
.archive-list .opportunita .icon-collaborazione-set{
    background-image: url("../img/icon-collab-b.png");
}
.archive-list .opportunita .icon-formazione{
    background-image: url("../img/icon-formazione-b.png");
}
.archive-list .opportunita .icon-lavoro{
    background-image: url("../img/icon-lavoro-b.png");
}
.archive-list .opportunita .icon-vita-sociale{
    background-image: url("../img/icon-sociale-b.png");
}
.archive-list .opportunita .icon-altro{
    background-image: url("../img/icon-altro-b.png");
}
.archive-list .opportunita .icon-tutti{
    background-image: url("../img/icon-tutti-b.png");
}


.archive-list .header-opportunita .tipologia span{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #3b4b6d;
    text-transform: uppercase;
}
.archive-list .header-opportunita .date span{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: italic;
    color: #333;
}
.archive-list .header-opportunita .date span.autore{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}
.archive-list .header-opportunita .title h3{
    font-size: 18px;
    font-weight: 600;
    padding: 4px 0;
    margin-top: 4px;
    margin-bottom: 0;
    color: #333;
}
.archive-list .autore-opportunita{
    background: #f1f1f1;
    padding: 12px 8px 12px 20px;
    border-top: 1px solid #dedede;
}
.archive-list .autore-opportunita span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
}
.archive-list .ssd-opportunita{
    background: #f1f1f1;
    border-left: 6px solid #00a79e;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .ssd-opportunita span{
    color: #333;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}
.archive-list .paesi-opportunita{
    background: #f1f1f1;
    border-left: 6px solid #333;
    border-top: 1px solid #fff;
    padding: 5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.archive-list .paesi-opportunita span{
    color: #333;
    font-size: 12px;
    line-height: 1.3;
    display: inline-block;
    font-weight: 600;
}

.archive-list .header-avviso-bando{
    background: #f1f1f1;
    padding: 15px;
}
.archive-list .header-avviso-bando .tipologia span{
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 600;
    color: #3b4b6d;
    text-transform: uppercase;
}
.archive-list .header-avviso-bando .title h3{
    font-size: 18px;
    font-weight: 600;
    padding: 4px 0;
    margin-top: 4px;
    margin-bottom: 0;
    color: #333;
}
.archive-list .data-avviso-bando{
    background: #f1f1f1;
    padding: 12px 8px 12px 20px;
    border-top: 1px solid #dedede;
}
.archive-list .data-avviso-bando span{
    color: #333;
    font-size: 16px;
    padding-bottom: 4px;
    font-weight: 400;
    font-style: italic;
}


.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}


.pagina .banner-tipologia{
    background: #00A79E;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 60px;
    min-height: 100px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 600;
    padding: 5px;
}
.pagina .banner-tipologia .icon{
    background-color: #00a79e;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 90% 90% !important;
    display: block;
}
.pagina .banner-tipologia .icon-bandoavviso{
    background-image: url("../img/icon-avviso-b.png");
}
.pagina .banner-tipologia .icon-challenge-prize{
    background-image: url("../img/icon-challenge-b.png");
}
.pagina .banner-tipologia .icon-collaborazione-set{
    background-image: url("../img/icon-collab-b.png");
}
.pagina .banner-tipologia .icon-formazione{
    background-image: url("../img/icon-formazione-b.png");
}
.pagina .banner-tipologia .icon-lavoro{
    background-image: url("../img/icon-lavoro-b.png");
}
.pagina .banner-tipologia .icon-vita-sociale{
    background-image: url("../img/icon-sociale-b.png");
}
.pagina .banner-tipologia .icon-altro{
    background-image: url("../img/icon-altro-b.png");
}
.pagina .banner-tipologia .icon-tutti{
    background-image: url("../img/icon-tutti-b.png");
}


/* ----------------------------------------------------------------- */
/*                             BACKOFFICE                            */
/* ----------------------------------------------------------------- */

table a{
    color: #4c5d7f ;
}

.filter-table select{
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius:  2px;
}

.filter-table.last{
    margin-right: 0;
}

.filter-table label, .dataTables_filter label{
    display:block;
    color: #4c5d7f;
    font-weight: bold;
}

table{
    border: none !important;
}

table th{
    background: #4c5d7f;
    color: #fff;
}
table td{
    padding: 1.2rem 0.75rem;
}

table td.Daapprovare{
    color:#f48686;
    font-weight: bold;
}

.dataTables_paginate{
    margin-top: 20px;
}

#intestazione-table{
    border: none !important;
    background: none !important;
    color: #666 !important;
    font-size: 17px !important;
    font-weight: 400 !important;
}
th.intestazione-table{
    padding-left: 0 !important;
}

.page-item.active .page-link{
    background-color: #4c5d7f !important;
    border-color: #4c5d7f !important;
}

.backoffice .filter-container{
    margin: 0 0 20px 0;
    margin-left: -15px;
    margin-right: -15px;
}
.backoffice .filter-table{
    width: 100%;
    float: left;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.backoffice .filter-table label{
    font-size: 18px;
    margin-bottom: 5px;
}
.backoffice .filter-table select{
    font-size: 16px;
    width: 100% !important;
}
.backoffice .dataTables_filter label{
    font-size: 18px;
}
.backoffice .dataTables_filter input[type="search"]{
    width: 100% !important;
    padding: 5px;
    border: 1px solid #ced4da;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 5px;
}
.backoffice #filtra-per-utente-corrente{
    cursor: pointer;
    background: #00A79E;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 6px 10px;
    margin-bottom: 15px;
    display: inline-block;
}
.backoffice #filtra-per-utente-corrente:hover{
    text-decoration: underline;
}
.backoffice table{
    font-size: 16px;
    width: 100% !important;
}
.backoffice table #intestazione-table{
    font-size: 18px !important;
}
.backoffice table tr th{
    padding: 8px 20px;
    line-height: 1.4;
    vertical-align: center !important;
}
.backoffice table tr td{
    /*padding: 8px 10px;*/
    padding: 20px 20px;
    line-height: 1.4;
    vertical-align: center !important;
}
.backoffice .dataTables_info,
.backoffice .dataTables_paginate{
    font-size: 18px;
}

.backoffice table a.icon:hover{
    text-decoration: none;
}

.backoffice table a.cta{
    font-weight: bold;
    font-size: 16px;
    color: #00A79E;
    text-align: center;
}

.backoffice table .badge{
    white-space: normal;
    font-size: 16px;
    font-weight: 600;
    width: 120px;
    padding: 8px 6px;
}

.backoffice.aggiungi-nuovo-container  h1{
    padding-top: 0px;
}
.backoffice .aggiungi-nuovo{
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}
.backoffice .aggiungi-nuovo .aggiungi-nuovo-link{
    background: #4c5d7f;
    border-color: #4c5d7f;
    color: #fff;
    text-transform: uppercase;
}
.backoffice .aggiungi-nuovo .aggiungi-nuovo-link:hover{
    background: #00A79E;
    border-color: #00A79E;
}





#cookieChoiceInfo{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
}
#cookieChoiceInfo a.italybtn{
    color: #000077;
    font-weight: bold;
    text-align: left;
    text-transform: none;
    border: none;
    margin: 0;
    padding: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
}
#cookieChoiceInfo a.italybtn#cookieChoiceDismiss{
    color: #000;
    background-color: #f1d600;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 15px;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 140px;
    margin-right: 34px;
    float: right;
    font-weight: normal;
    text-decoration: none;
    font-size: 16px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
#cookieChoiceInfo a.italybtn#cookieChoiceDismiss:hover{
    background-color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
}





/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

@media only screen and (max-width: 767px) {
    .um-form .um-row-heading span, .header-lavoro-passato span{
        margin-left: 0;
    }

    .footer-loghi a {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .footer-loghi a img{
        max-width: 200px;
    }
    #lista-utenti-table_wrapper #lista-utenti-table_filter label{
        width: 100% !important;
    }
}

@media only screen and (max-width: 575px) {
    .um-account.um-editing{
        width: 100% !important;
    }
    .archive-list .thumbnail {
        height: 150px;
    }

    .pagina .banner-tipologia .icon{
        margin: auto;
    }
    .pagina .banner-tipologia{
        padding: 15px 5px;
    }

}

@media only screen and (max-width: 516px) {
    .um-form a.um-button.um-btn-auto-width{
        margin-left: 0px;
        width: 100%;
    }
    .pagina a.button.half{
        width: 100%;
    }
    .pagina a.button.secondary{
        margin-left: 0;
    }
}

@media only screen and (max-width: 480px) {
    h1, h3, .pagina p{
        padding-left: 0;
        padding-right: 0;
    }
    .pagina a.button{
        font-size: 16px;
        padding-left: 2px;
        padding-right: 2px;
    }
    h1{
        font-size: 32px;
    }
    h2{
        font-size: 28px;
        padding-left: 0;
        padding-right: 0;
    }
    h3{
        font-size: 22px;
    }
    .pagina .container-btn span{
        font-size: 28px;
    }
    .container-btn {
        padding-left: 0;
        padding-right: 0;
        font-size: 18px;
    }
    .um-profile-meta .um-main-meta .um-name a{
        font-size: 24px !important;
    }
    .um-profile.um-editing{
        max-width: 100% !important;
    }
    .members-access-error{
        padding-left: 0;
    }
}

@media only screen and (max-width: 402px) {

    #um-submit-btn,.um-left input[type=submit].um-button,
    a.um-button.um-alt{
        margin-bottom: 10px !important;
    }

    .select-paese .btn{
        font-size: 14px;
        padding: 15px 10px;
    }
    .select-paese .btn i.fa{
        font-size: 22px;
    }

}


/*
// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) {

    .logos-right{
        text-align: right;
    }
    .logos-right a {
        margin-left: 5px;
        margin-right: 0;
    }
    .logos-right img {
        width: 46%;
        max-width: 150px!important;
    }
    /*
    .user-menu{
        text-align: right;
    }
    .user-menu li{
        margin-left: 5px;
        margin-right: 0;
        width: 46%;
    }
    */

    .search-form .stylish-input-group{
        float: right;
        width: 100%;
    }
    .user-menu ul{
        float: right;
    }
    .user-menu li{
        width: 110px;
    }



    .hero{
        height: 220px;
    }
    .footer-menu ul li {
        display: inline-block;
        border-left: 2px solid #3b4b6d;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-menu ul li:first-child{
        border-left: 0px solid #3b4b6d;
    }

    .archive-list .notizia .thumbnail{
        padding-right: 0;
    }
    .archive-list .notizia .desc{
        padding-left: 0;
    }
    .archive-list .header-notizia{
        height: 60%;
    }
    .archive-list .autore-notizia{
        height: 20%;
    }
    .archive-list .ssd-notizia{
        height: 20%;
    }
    .archive-list .paesi-notizia{
        height: 20%;
    }

    .archive-list .opportunita .icon-container{
        padding-right: 0;
    }
    .archive-list .opportunita .desc{
        padding-left: 0;
    }

    .pagina .banner-tipologia{
        background: #00A79E;
        text-align: center;
        margin-top: -30px;
        margin-bottom: 60px;
        min-height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 600;
    }
    .pagina .banner-tipologia .icon{
        background-color: #00a79e;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: 90% 90% !important;
        display: inline-block;
    }

}

/*
// Medium devices (tablets, 768px and up)
*/
@media (min-width: 768px) {

    #vmap{
        display: block;
        width: 720px;
        height: 460px;
        margin: 0px auto;
        background-color: #EFEFEF;
    }
    #filtro-paese .label-container,
    #filtro-tipo .label-container,
    #filtro-ssd .label-container{
        text-align: right;
    }

    .search-form .stylish-input-group{
        width: 200px;
    }
}

/*
// Large devices (desktops, 992px and up)
*/
@media (min-width: 992px) {

    #vmap{
        display: block;

        /*width: 4000px;
        height: 3200px;*/

        width: 930px;
        height: 590px;
        margin: 0px auto;
        background-color: #EFEFEF;
    }

    .search-form-container{
        min-height: 70px;
    }
    .user-menu li{
        width: 150px;
    }
}

/*
// Extra large devices (large desktops, 1200px and up)
*/
@media (min-width: 1200px) {

    header#masthead nav.navbar .navbar-nav > li{
        padding-left: 10px;
        padding-right: 10px;
        border-left: 1px solid #fff;
    }
    header#masthead nav.navbar .navbar-nav > li:first-child{
        padding-top: 0px;
        border-left: 0px solid #fff;
    }
    /*.archive-list .header-notizia,
    .archive-list .header-evento,
    .archive-list .header-opportunita{
        min-height: 120px;
    }*/

    .pagina-paese .info-link a{
        /*width:320px !important;*/
    }



}

.alert-dismissible {
    padding-right: 120px!important;
}
