/* General */
a[href="#share"] {
  /* Your styles here */
  color: white;
 	margin-top: 10px !important;
}
/*
.wt-ecl-link {
    color: white !important
}
.wt-ecl-link--icon .wt-ecl-link__icon {
    color: white !important;
}
.wt-ecl-social-media-share__link {
     margin-top: 10px !important;
}*/


body {
    color: #404040;
}

.text-center {
    text-align: center;
}

.full-width {
    max-width: 100%!important;
    text-align: justify;
}

/* Menu */
@media only screen and (min-width: 996px) {
    .ecl-menu {
        padding-top: 0;
    }
    .ecl-menu__site-name {
        display: none;
    }
}
.ecl-menu__item--current:not(.ecl-menu__item--expanded) .ecl-menu__link{
    background-color:#003776;
}

/* Footer */
.footer-text {
    margin-top: 1.15rem;
}
.ecl-footer-standardised__section6 {
    padding: 0;
    border-top: 0;
}

/* Home banner */
.home_header {
    position: relative;
}
.home_header img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .home_header img {
        display: none;
    }
}
.home_header_title_box {
    display: none;
    position: absolute;
    width: 100%;
}
@media only screen and (max-width: 1139px) and (min-width: 996px)  {
    .home_header_title_box {
        display: block;
        bottom: 10%;
    }
    .home_header_title_box_de {
        bottom: 20%;
    }
}
@media only screen and (min-width: 1140px)  {
    .home_header_title_box {
        display: block;
        bottom: 20%;
    }
    .home_header_title_box_de {
        bottom: 25%;
    }
}
.home_header_title_box h1 {
    font-size: 45px;
    line-height: 60px;
}

/* Info box */
.info_box {
    position: relative;
    background-color: #F2F5F9;
    z-index: 0;
}
.info_box img {
    position: absolute;
    top: -50px;
    left: -50px;
    z-index: -1;
}

/* Overview Iframe */
#overviewIframe {
    width: 100%;
    height: 3340px
}
@media screen and (min-width: 785px) {
    #overviewIframe {
        height: 2200px;
    }
}

/* Explore Iframe */
#exploreIframe {
    width: 100%;
    height: 5370px;
    border-top: 1px solid #FFFFFF;
}
@media screen and (min-width: 768px) {
    #exploreIframe {
        height: 3100px;
    }
}

/*
@media screen and (min-width: 785px) {
    #exploreIframe {
        height: 3045px;
    }
}*/

/* Project Details Iframe */
#projectDetailsIframe {
    width: 100%;
    height: 5240px;
    border-top: 1px solid #FFFFFF;
}
@media screen and (max-width: 976px) and (min-width: 785px) {
    #projectDetailsIframe {
        height: 2680px;
    }
}
@media screen and (max-width: 1200px) and (min-width: 977px) {
    #projectDetailsIframe {
        height: 2660px;
    }
}
@media screen and (min-width: 1201px) {
    #projectDetailsIframe {
        height: 2860px;
    }
}

/* Help Iframe */
#helpIframe {
    width: 100%;
    height: 500px;
}
@media screen and (min-width: 1140px) {
    #helpIframe {
        height: 340px;
    }
}

/* Contact Icons */
.contact-icon {
    position: relative;
    width: 65px;
    height: auto;
}
.email-icon {
    left: -13px;
}
.phone-icon {
    left: -10px;
}
.post-icon {
    left: -13px;
}
.press-icon {
    left: -12px;
}

.mail{
	border-radius:1px;
}
.mail a{
 	font-weight: bold;
    display: inline-block; 
	border-radius: 1px;
	border: 1px solid #FDD511; 
	background-color:#004494;

}
#TopBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: #FFFFFF;
	cursor: pointer;
	padding: 20px;
	border-radius: 10px;
	background: url(https://ec.europa.eu/budget/financial-transparency-system/images/Top.png) no-repeat;
}

#TopBtn:hover {
	background-color: #555;
}

#myIframe
{
    position: relative;
    height: 100%;
    width: 100%; 
}
iframe {
    display:block;
	width:100%;
	-webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
}
.lui-dialog {
    background: #fff;
    border-radius: 5px;
    min-width: 600px;
    padding: 48px;
    top: 25%;
    position: absolute;
    text-align: center;
    box-shadow: 0 0 32px rgba(0, 0, 0, .4);
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index:200
}



.lui-modal-background.ng-scope {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-color: #FFF;
    z-index: 100;
    transition: opacity .2s ease-out;
}
.largeP{
    max-width: 120ch !important
}
#language-list-overlay{
    z-index: 100;
}

body .ecl-menu__container .wtShareButtonFTS:link {
  margin-top: 2.5%;
  background-color: #004494 !important;
  color: white !important;
  border: 0px;
  font-weight: bold;
  text-decoration: none;

}
.share-button{
    padding-left: 343px !important;
    padding-top: 2px;
}
.refresh-message{
    color: #004494;
    margin-left: 10px;
    font: italic 400 1rem/1.5rem Arial,sans-serif!important;
}