/* Common
 * ========================================================= */
.nowrap {
    white-space: nowrap;
}


/* Global Sections
 * ========================================================= */
#portal-globalnav li a {
    padding: 1em 1em;
}


/* SiteMap
 * ========================================================= */
.template-sitemap .documentDescription {
    display: none;
}

/* @group Sitemap */

#portal-sitemap {
    list-style: none;
    margin-left: 0;
    font-size: 110%;
    font-weight: bold;
}

#portal-sitemap li {
    list-style: none;
    margin-left: 0;
}

#portal-sitemap a {
    border-bottom: none;
    display: block;
}

#portal-sitemap > li {
    border-bottom:0.1em dotted #ddd;
    line-height:1.8em;
    padding:0.25em 1em;
    margin-bottom: 0;
}

#portal-sitemap .navTreeLevel2,
#portal-sitemap .navTreeLevel2 ul {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0.25em 0;
}


#portal-sitemap .navTreeLevel3 ul {
    font-size: 95%;
}

/* @end */



/* H2020 Section Tabel */
.section-h2020-calls-for-p2p  table.plain thead{
    font-size: 110%;
    font-weight: bold;
}

/* NetworkSearch
 ========================================================================= */
.portaltype-vdivdeit-eralearn2020-networkfolder #formfield-form-widgets-societal_challenges {
    padding-top: 10px;
}
/* Survey IA2017 */
.subsection-surveys-ia2017 legend.legendQuestionDetails {
display:none;
}


/* Custom TinyMCE table styles
 ========================================================================= */

/* /manuals-tools/call-implementation/evaluation/procedures/centralised-evaluation */
table.eva-centralised td {
    background-color: #EAF1DD;
    border-color: #000;
}
table.eva-centralised thead td {
    background-color: #D6E3BC;
}

/* /manuals-tools/call-implementation/evaluation/procedures/decentralised-evaluation */
table.eva-decentralised td {
    background-color: #DAEEF3;
    border-color: #000;
}
table.eva-decentralised thead td {
    background-color: #B6DDE8;
}

/* Easyform Forms */
#easyform-container label {
     display: block;
     margin-bottom: 2px;
}

#easyform-container .checkbox_label label{
     display: inline;
     margin-bottom: 2px;
}

