
nav.navbar.navbar-internal {
    border: none;
    background: none;
    margin-bottom: 0;
}

nav.navbar.navbar-internal>div {
    padding-left: 0;
    margin-top: 10px;
}

nav.navbar.navbar-internal .navbar-collapse {
    padding-left: 0;
}

nav.navbar.navbar-internal ul {
    width: 100%;
}

nav.navbar.navbar-internal .nav>li {
    max-width: 25%;
}

nav.navbar.navbar-internal li a {
    color: #FFF;
    text-decoration: none;
    padding: 5px 0 4px 0;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-right: 45px;
}

nav.navbar.navbar-internal li a:hover {
    color: #FFF;
    border-color: white;
}

nav.navbar.navbar-internal .dropdown>a:hover {
    border-color: transparent;
}

nav.navbar.navbar-internal .dropdown.open>a {
    background-color: transparent;
    border-color: transparent;
}

nav.navbar.navbar-internal .dropdown {
    margin-left: -40px;
}

nav.navbar.navbar-internal .dropdown-menu {
    padding-left: 10px;
}

nav.navbar.navbar-internal .navbar-nav>.open>a,
nav.navbar.navbar-internal .navbar-nav>.open>a:hover,
nav.navbar.navbar-internal .navbar-nav>.open>a:focus {
    background-color: transparent;
}

nav.navbar.navbar-internal li a:hover {
    background-color: transparent;
}

nav.navbar.navbar-internal ul {
    width: auto;
}

.container.plp-content-container {
    padding-top: 30px;
}

.cta-grid__item.service-link .cta-grid__item__content {
    background-color: darkorange;
}

.service-link-container {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 85%;
}

.cta-grid__item.service-link {
    position: absolute;
    width: 100%;
    height: 100%;
}

.service-link-container .cta-grid__item.service-link a {
    text-decoration: none;
}

@media (max-width: 992px)  {
    .service-link-container .cta-grid__item.service-link {
        height: 70px;
    }
    .service-link-container {
        padding-bottom: 55px;
    }
}

.footer-logo img {
    max-width: 400px;
}

.body-footer.em-platform .footer-menu-listing>ul>li {
    width: auto;
}

.icon-home-container {
    padding-right: 15px!important;
}

.thematic-icons.thematic-icons--thematic-item.user-icon {
    top: initial;
    bottom: 0;
}

.thematic-icons.thematic-icons--thematic-item.user-icon i{
    width: 32px;
    height: 32px;
}

.thematic-icons.thematic-icons--thematic-item.user-icon .icon-user-members {
    background-image: url(/typo3conf/ext/em_platform/Resources/Public/img/footer/icons-members.svg);
}


body .dk-navbar-container .dk-navbar a[href^='/library/']:after{
    font-family: "interreg" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    content: '"';
    position: absolute;
    font-size: 13px;
    right: -9px;
}

body .dk-navbar-container .dk-navbar a[href^='/policylearning/'],
body .dk-navbar-container .dk-navbar a[href^='/about-us/'],
body .dk-navbar-container .dk-navbar a[href^='/projects/'],
body .dk-navbar-container .dk-navbar a[href^='/library/'],
body .dk-navbar-container .dk-navbar a[href^='/help/'],
body .dk-navbar-container .dk-navbar a[href^='/contact-us/'] {
    padding-right: 33px;
}

/*::	orange background for policy learning platform
*/

@media (min-width:1200px) {
  body .dk-navbar-container {
    padding-left: calc(50% - 600px);
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .dk-navbar-container {
    padding-left: calc(50% - 480px);
  }
}
@media (max-width:991px) {
  body .dk-navbar-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width:992px) {
    body .dk-navbar ul li a.active.sub:before {
        border-bottom-color: #e98f00;
    }

    body .dk-navbar a.active + .lvl-1
    {
        background: #e98f00;
        border-left: 600px solid #e98f00;
        margin-left: -650px;
        padding-left:50px;
    }

    body .dk-navbar a.active + .lvl-1 a {
        color: rgba(255,255,255,0.75);
    }

    body .dk-navbar a.active + .lvl-1 a.active {
        color: white;
        text-shadow: 0px 0px 6px white;
    }
    body .dk-navbar-spacer {
        height:70px;
    }
    
    body .dk-navbar-container .dk-navbar a[href^='/help/' ] + .lvl-1 {
        padding-left:520px;
    }

    body .dk-navbar-container .dk-navbar a[href^='/contact-us/' ] + .lvl-1 {
        padding-left:420px;
    }

    body .dk-navbar-container .dk-navbar a[href^='/library/']:after{
        top: 20px;
        right: 13px;
    }
}


/*::	Hide navbar on /account/registration
		navbar-orange-hide.less
*/

@media (min-width:992px) {
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/policy-learning-platform/' ] + .lvl-1,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/plp/' ] + .lvl-1,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/policylearning/' ] + .lvl-1 {
    display: none !important;
  }
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/policy-learning-platform/' ] + .lvl-1,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/plp/' ] + .lvl-1,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/policylearning/' ] + .lvl-1 {
    display: block !important;
  }
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/policy-learning-platform/' ]:before,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/plp/' ]:before,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar a[href^='/policylearning/' ]:before {
    display: none;
  }
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/policy-learning-platform/' ]:before,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/plp/' ]:before,
  body .dk-navbar-container[data-pageurl^='/account/registration'] .dk-navbar li:hover a[href^='/policylearning/' ]:before {
    display: block;
  }
}





/*::	Person Card (UserListing)
*/

.thematic-item--profile.thematic-item:hover .dk-user-card-texts {
  position: relative;
}
.thematic-item--profile.thematic-item:hover .dk-user-card-texts:after {
  content: ' ';
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  height: 70px;
  background: linear-gradient(transparent,#cfd4df 85%);
}
.thematic-item--profile.thematic-item {
  transition: none;
}
.thematic-item--profile.thematic-item .dk-user-card-thematic-icons {
  position: absolute;
  top: 0px;
  width: 200px;
}
.thematic-item--profile.thematic-item .dk-user-card-thematic-icons .upper-slot {
  position: absolute;
  top: 0px;
  width: 100%;
}
.thematic-item--profile.thematic-item .dk-user-card-thematic-icons .lower-slot {
  position: absolute;
  top: 137px;
  width: 100%;
}
.thematic-item--profile.thematic-item .dk-user-card-texts {
  height: 150px;
  overflow: hidden;
  position: relative;
}
.thematic-item--profile.thematic-item .dk-user-card-texts:after {
    content: ' ';
    width: 100%;
    left: 0px;
    position: absolute;
    bottom: 0px;
    height: 70px;
    background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 85%, #fff 15%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 85%, #fff 15%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 85%, #fff 15%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 85%, #fff 15%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, #fff 85%, #fff 15%); /* IE10+ */

}
.thematic-item--profile.thematic-item .dk-user-card-texts .dk-person-fullname {
  margin-bottom: 10px;
}







/*::	Everywhere
*/
.icon-user-managing-authority	{background:url(/typo3conf/ext/em_platform/Resources/Public/img/footer/ie-plp-profile-managing-authority.svg)}
.icon-user-project-partner		{background:url(/typo3conf/ext/em_platform/Resources/Public/img/footer/ie-plp-profile-project-partner.svg)}
.icon-user-s3					{background:url(/typo3conf/ext/em_platform/Resources/Public/img/footer/ie-plp-profile-s3.svg)}

.dk-tooltip {
    font-size: 14px;
}
.dk-tooltip ul {
    margin-bottom: 6px;
    padding-left: 25px;
}
.dk-tooltip ul li {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
}

.dk-plp-header {
	margin-top:40px;
}

.dk-news-banner .dk-plp-marker {
	position:relative;left:30px;display:inline-block;
}

.dk-event-banner .dk-plp-marker {
	display:block;
	padding-bottom:12px;
}






/*::	Horizontal CTA finalization @ 2017.10.17, 17:34:41
		horizontal-cta-finalization.less
*/

.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__item__image {
  min-height: 200px !important;
}
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content {
  background: #e3e7e8;
}
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content,
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content h3,
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content p {
  color: black;
}
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content h3 {
  font-family: "Open Sans", sans-serif;
}
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content button {
  background: #223769;
  color: white;
}
.cta-holder-plp .cta-holder-horizontal__item .cta-holder-horizontal__content button:hover {
  background: #ec6707;
}




/*::	RSS feed
*/

.dk-rss-item-inside {
  max-height: 470px;
  overflow: hidden;
  padding: 20px 25px;
}
.dk-rss-item-inside .tx-rssdisplay-item-icon {
  position: absolute;
  right: 18px;
  top: 16px;
  font-size: 16px;
  color: #ddd;
}
.dk-rss-item-inside .tx-rssdisplay-item-title {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  height: 100px;
}
.dk-rss-item-inside .tx-rssdisplay-item-title a {
  text-decoration: none;
  display: block;
}
.dk-rss-item-inside .tx-rssdisplay-item-title a:hover {
  text-decoration: underline;
}
.dk-rss-item-inside .tx-rssdisplay-item-description {
  display: block;
  height: 293px;
  overflow: hidden;
  position: relative;
}
.dk-rss-item-inside .tx-rssdisplay-item-description p {
  font-size: 14px;
  line-height: 1.5;
}
.dk-rss-item-inside .tx-rssdisplay-item-description:after {
  content: ' ';
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  height: 10ex;
  background: linear-gradient(transparent,white 85%);
}
.thematic-item,
.thematic-item * {
  transition: none;
}
.thematic-item:hover .dk-rss-item-inside .tx-rssdisplay-item-description {
  position: relative;
}
.thematic-item:hover .dk-rss-item-inside .tx-rssdisplay-item-description:after {
  content: ' ';
  width: 100%;
  left: 0px;
  position: absolute;
  bottom: 0px;
  height: 10ex;
  background: linear-gradient(transparent,#ced3de 85%);
}



/*::	Twitter feed
//see 20170926.143449
*/
body .twitter-feed_container .twitter-feed {
  list-style: none;
  margin: 0;
  padding: 0;
  background: white;
  white-space: normal;
}
@media (min-width:1200px) {
  body .twitter-feed_container .twitter-feed {
    padding: 30px 18%;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  body .twitter-feed_container .twitter-feed {
    padding: 30px 13%;
  }
}
body .twitter-feed_container .twitter-feed .twitter-feed-item {
  margin: 0;
  padding: 0;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside {
  margin: 0;
  margin-left: 60px;
  padding: 20px 30px;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .author-picture {
  overflow: visible;
  position: relative;
  left: -65px;
  margin-bottom: -52px;
  width: 60px;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .author-name {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .author-name a {
  color: black;
  text-decoration: none;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .author-name a:hover {
  color: #213568;
  text-decoration: underline;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .author-code {
  display: inline-block;
  float: left;
  color: gray;
  font-size: smaller;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .date {
  display: inline-block;
  margin-left: 8px;
  font-size: smaller;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .date:before {
  content: '\00b7';
  margin-right: 5px;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text {
  width: 100%;
  position: relative;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text p {
  font-size: 14px;
  line-height: 1.5;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text a.image-wrapper {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text a.image-wrapper img {
  width: 70%;
  margin-left: 10%;
}
@media (max-width:767px) {
  body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text {
    padding-right: 0px;
  }
  body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text a.image-wrapper {
    position: static;
    height: auto;
    max-height: 200px;
    overflow: hidden;
  }
  body .twitter-feed_container .twitter-feed .twitter-feed-item .item-inside .text a.image-wrapper img {
    width: 100%;
    margin-top: 20px;
  }
}






/*::	Tag limiter, max 2 lines plus ellipsis


.dk-smartlines-limiter {
  position: relative;
  overflow: hidden;
  min-height: 2.65ex;
}
.dk-smartlines-limiter .dk-smartlines-ellipsis {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 7.95ex;
  overflow: hidden;
}
.dk-smartlines-limiter .dk-smartlines-ellipsis:after {
  background-color: white;
  content: '...';
  position: absolute;
  left: 0px;
  top: 5.3ex;
  right: 0px;
  height: 120px;
}

*/

.dk-smartlines-limiter {
  height: 2em;
  line-height: 1em;
}






/*::	Fixing Issue 346, person cards
		https://emg-group.atlassian.net/browse/IEP-346?filter=-1
*/

.search-result__item--person .search-result__item__text {

	width:calc(100% - 150px);

}




.em-platform-event-calendar {
    color: #000511;
    font-size: 13px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.em-platform-event-calendar a{
    text-decoration: none;
    color: inherit;
}

.em-platform-event-calendar .ec-title{
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    line-height: 2.462;
}

.em-platform-event-calendar .ec-header{
    font-weight: bold;
    text-align: center;
    border-top: solid #bcbbc0 1px;
    border-bottom: solid #bcbbc0 1px;
    line-height: 2.462;
}

.em-platform-event-calendar table{
    border-collapse: separate;
    width: 100%;
    background-color: inherit;
    line-height: 2;
    font-size: 16px;
    text-align: center;
}

.em-platform-event-calendar table th{
    line-height: 2.462;
    border-bottom: solid #bcbbc0 1px;
    font-size: 13px;
    text-align: center;
}

.em-platform-event-calendar table td.today{
    border: solid #ff0000 1px;
}

.em-platform-event-calendar .ec-footer{
    padding-top: 20px;
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    line-height: 2.286;
}

.em-platform-event-calendar .ec-footer .legend {
    margin-bottom: 5px;
    padding-left: 10px;
}

.em-platform-event-calendar .ec-footer .legend span{
    padding-left: 5px;
}

.em-platform-event-calendar form>span {
    display: inline-block;
    width: 90%;
}

.thematic-bar__trigger--theme-multi {
    background-color: darkgrey;
    color: white;
}

.em-platform-event-calendar table td:not(.no-event) {
    color: white;
}

.em-platform-event-calendar .overlay {
    width: 85%;
    height: 99%;
    background: rgba(0,0,0,0.10) url(/typo3/sysext/t3editor/Resources/Public/Icons/spinner.gif) center center no-repeat;
    position: absolute;
    top: 0;
    z-index: 1000;
    text-align: center;
    padding-top: 50%;
    color: white;
}
.em-platform-thematic-filter {
    padding-top: 20px;
    padding-bottom: 20px;
}

.em-platform-thematic-filter .checkbox {
    margin-top: 0;
}

.em-platform-thematic-filter .search-field input, .em-platform-thematic-filter .search-field button{
    height: 40px;
}
.policy-digest-subscription-form_container { padding:20px; max-width:600px; }
.policy-digest-subscription-form_container .policy-digest-subscription-form {}
.policy-digest-subscription-form_container .policy-digest-subscription-form .form-group label { width:100%; }
.policy-digest-subscription-form_container .policy-digest-subscription-form .form-group input { width:100%; }


.conference__listing__wrapper{
    display:table;
    width:100%;
}

.conference__card {
    width:260px;
    padding:10px;
    float:left;
    height:390px;
    background: #FFF content-box;
}

.conference__card__img-wrapper{
    width: 100%;
    height: 180px;
    position: relative;
    background-color: #a19f94;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

.conference__card__img {
    position: absolute;
    top: -9.36306px;
    left: 0;
    width: 100%;
    height: 199px;
    max-width: none;
    transform: scale(1);
}

.conference__card__text-wrapper{
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 14px;
}

.conference__card__text__title{
    line-height: inherit !important;
    font-size: inherit !important;
    font-weight: 600;
    margin: 0;
}

.conference__card__text__subtitle{
    line-height: inherit !important;
    font-size: inherit !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

body main .tx-em-good-practices h2.theme-smes            {color:#16bdd0}
body main .tx-em-good-practices h2.theme-environment     {color:#98c222}
body main .tx-em-good-practices h2.theme-carbon          {color:#159960}
body main .tx-em-good-practices h2.theme-research        {color:#fbc202}

body main .tx-em-good-practices h2 {
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 30px;
}
body main .tx-em-good-practices .person-details-info__get-in-touch.goodpractice-details {
    padding-top: 50px;
}
body main .tx-em-good-practices .person-details-info__get-in-touch.goodpractice-details .thematic-icons.thematic-icons--thematic-item {
    left: 10px;
    top: 0px;
}
body main .tx-em-good-practices .person-details-info__get-in-touch.goodpractice-details .data-label {
    color: #858585;
}
body main .tx-em-good-practices .person-details-info__get-in-touch.goodpractice-details .data-acronym {
    font-size: 20px;
    color: orangered;
    position: relative;
    top: -0.9ex;
    padding-top: 4px;
}
body main .tx-em-good-practices .person-details-info__get-in-touch.goodpractice-details .data-further-information {
    margin-top: 20px;
}
body main .tx-em-good-practices .dark-side h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 23px;
}
@media (min-width:1200px) {
	body main .tx-em-good-practices .bright-side {
	    padding-right: 70px;
	}
}
body main .tx-em-good-practices .good-practice-text {
    margin: 30px 0px;
}

.tx-em-good-practices .management-form {
    margin-bottom: 25px;
}

.tx-em-good-practices .good-practice-expert-opinion {
    background-color: #0000cc;
    color: #fff;
    padding: 1px 15px;
}

.tx-em-good-practices .good-practice-expert-opinion h2{
    color:#fff;
}


@media (max-width:1199px) {
    .plp-content-container .cta-container {float:none !important}
}

body .tx-em-good-practices .search-result__item {
    overflow: hidden;
}
body .tx-em-good-practices .search-result__item .search-result__item__text h4 i {
    width: 21px;
    color: #ec6707;
}
body .tx-em-good-practices .plp-content-container h1 {
    margin-top: 30px;
}


/*::	Good practices, item
*/

.page-id-341 + div.container .dk-sidebox-contact {
	position:relative;
}
.page-id-341 + div.container a.user-not-logged-in.follow-button-user {
	bottom: auto;
	top: 20px;
	left: auto;
	right: 20px;
	width: 40px;
	height: 40px;
	padding: 0;
	padding-right:5px;
	text-align: center;
}
.page-id-341 + div.container .good-practice-text {
  font-size: 16px;
  line-height: 1.9;
}
.page-id-341 + div.container .person-details-info__get-in-touch {
  display: block;
}
.page-id-341 + div.container .person-details-info__user-icon {
  display: block;
}
.page-id-341 + div.container button.follow-button-user {
  bottom: auto;
  top: 0px;
  left: auto;
  right: 0px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
}
.page-id-341 + div.container button.follow-button-user:before {
  padding: 0;
  margin: 0;
}
@media (min-width:768px) and (max-width:991px) {
  .page-id-341 + div.container .dk-sidebox-contact {
    padding-left: 10vw;
  }
  .page-id-341 + div.container .dk-sidebox-contact .person-details-info__user-icon {
    margin-bottom: -170px;
  }
  .page-id-341 + div.container .dk-sidebox-contact .person-details-info__get-in-touch__details {
    padding-left: 360px;
    min-height: 240px;
  }
}
@media (min-width:992px) {
  .page-id-341 + div.container .dk-sidebox-contact .person-details-info__user-icon {
    max-width: none !important;
    width: 100%;
  }
}
.page-id-341 + div.container .dk-contact-details label {
  font-size: 20px;
}
.page-id-341 + div.container .dk-contact-details .dk-organization {
  margin-bottom: 15px;
}

@media (min-width:992px) {
  .page-id-341 + div.container .dk-contact-details label {
    max-width: none !important;
    width: 100%;
  }
}
.page-id-341 + div.container .dk-contact-details a label {
  cursor: pointer;
}
.page-id-341 + div.container .dk-contact-details li.item-with-fa-icon i {
  display: inline-block;
  width: 20px;
}
.page-id-341 + div.container .dk-contact-details .dk-contact-more-details summary {
  outline: none;
  cursor: pointer;
}
.page-id-341 + div.container .dk-contact-details .dk-contact-more-details div {
  padding: 15px 20px 0px 20px;
}
.page-id-341 + div.container .dk-thematic-icons {
  margin-left: -20px;
  margin-top: 0px;
}
.page-id-341 + div.container .follower-fullname {
  font-size: 20px;
  letter-spacing: -1px;
  margin-bottom: 3px;
}

.page-id-341 + div.container .dk-article-tags {
  display: block;
  margin-top: 60px;
  margin-bottom: 100px;
  border-top: 1px solid rgba(0,0,0,0.25);
  padding-top: 30px;
}
.page-id-341 + div.container .dk-article-tags .dk-tag-enumeration {
  color: transparent;
}
.page-id-341 + div.container .dk-article-tags a {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  color: white;
  padding: 0px 12px;
  border-radius: 12px;
  margin-right: -9px;
  margin-left: 4px;
}
.page-id-341 + div.container .dk-article-tags a:hover {
  opacity: 0.82;
}
.page-id-341 + div.container .dk-article-tags .tag-theme-smes         > a {
  background: #16bdd0;
}
.page-id-341 + div.container .dk-article-tags .tag-theme-environment  > a {
  background: #98c222;
}
.page-id-341 + div.container .dk-article-tags .tag-theme-carbon       > a {
  background: #159960;
}
.page-id-341 + div.container .dk-article-tags .tag-theme-research     > a {
  background: #fbc202;
}

@media (min-width:992px) and (max-width:1199px) {
  .page-id-341 + div.container .dk-sidebox-details .row > div.data-label {
    font-size: 13px;
    font-weight: bold;
    margin-left: 0px;
    margin-bottom: 5px;
    color: #444;
  }
  .page-id-341 + div.container .dk-sidebox-details .row > div.data-label:after {
    content: ':';
    margin-left: -2px;
  }
  .page-id-341 + div.container .dk-sidebox-details .row > div.data-value {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .page-id-341 + div.container .dk-sidebox-details .row > div.data-acronym {
    padding-top: 7px;
    padding-bottom: 0px;
    margin-bottom: 2px;
  }
}

@media only screen and (min-width:768px) {
	.banner--project header {
		padding-top     :  140px !important;
		padding-bottom  :   80px !important;
	}
}

@media (min-width:768px) and (min-width:992px) and (max-width:1199px) {
  h1.dk-banner-goodpractice-head {
    left: 30px;
  }
}
h1.dk-banner-goodpractice-head .dk-banner-goodpractice {
  font-size: 30px;
  color: rgba(255,255,255,0.75);
}
h1.dk-banner-goodpractice-head .dk-banner-title {
  float: left;
}

@media (max-width:767px) {
  h1.dk-banner-goodpractice-head {
    display: inline-block;
    padding-top: 30px;
    padding-bottom: 5px;
  }
}
a.dk-edit-title {
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: -10px;
  background: rgba(0,0,0,0.75);
  text-align: center;
  padding: 7px;
  font-size: 25px;
  background: #213669;
}
a.dk-edit-title i {
  display: inline-block;
  width: 30px;
  line-height: 1;
  position: relative;
  top: 2px;
}
a.dk-edit-title span {
  font-size: 15px;
  position: relative;
  top: -4px;
  display: inline-block;
  margin-left: 10px;
}
.page-id-341 + div.container .dk-article-summary {
  font-weight: bold;
}


.page-id-341 + div.container .good-practice-expert-opinion {
  background: none;
  padding: 0;
  margin: 0;
  position: relative;
  margin-bottom:30px;
}
.page-id-341 + div.container .good-practice-expert-opinion h2,
.page-id-341 + div.container .good-practice-expert-opinion div {
  padding: 0;
  margin: 0;
}
.page-id-341 + div.container .good-practice-expert-opinion h2 {
  background: #213669;
  color: white;
  padding: 10px 30px;
  font: 18px 'Open Sans', sans-serif;
}
.page-id-341 + div.container h4.dk-gray-head {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 20px 12px 20px;
  background: rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
.page-id-341 + div.container .good-practice-expert-opinion .dk-expert-text {
  background: white;
  padding: 10px 50px 30px 50px;
  color: black;
}
@media (min-width:768px) and (max-width:991px) {
  .page-id-341 + div.container .good-practice-expert-opinion .dk-expert-text {
    padding: 15px 30px;
  }
}
@media (max-width:767px) {
  .page-id-341 + div.container .good-practice-expert-opinion .dk-expert-text {
    padding: 15px 30px;
  }
}
@media (min-width:992px) {
  .page-id-341 + div.container .good-practice-expert-opinion .dk-expert-name {
	background-color:white;color:gray;padding:15px 30px 4px 30px;
  }
}
@media (max-width:991px) {
  .page-id-341 + div.container .good-practice-expert-opinion .dk-expert-name {
	background-color:white;color:gray;padding:15px 30px 0px 30px;
  }
}



/*::	Submit good practice
*/

.page-id-342 + div.container .dk-behind-image {
  width: 100%;
  text-align: center;
  position: absolute;
  margin-top: 60px;
  color: #111;
}
.page-id-342 + div.container .person-details-info__user-icon::before {
  display: none;
}

.dk-rightside-panel {max-width:330px;margin-top:20px;}
.page-id-342 + div.container .under-h4 {
  margin: -20px 20px 30px 20px;
}
.page-id-342 + div.container .under-h4-center {
  margin: -20px 20px 30px 20px;
  text-align: center;
}
.page-id-342 + div.container h4 {
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 20px 12px 20px;
  background: rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
@media (min-width:768px) {
  .page-id-342 + div.container .form-group {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-id-342 + div.container .form-bottom-controls {
  margin-top: 40px;
  margin-bottom: 100px;
}





/*::	Thematic objectives
*/

.form-group .dk-thematic-selection input {
  width: 100px;
}
.form-group .dk-thematic-selection .checkbox.thematic-selection-title.checkbox--theme-research {
  background: #e9b200;
}
.form-group .dk-thematic-selection .checkbox.thematic-selection-title.checkbox--theme-smes {
  background: #02a9bc;
}
.form-group .dk-thematic-selection .checkbox.thematic-selection-title.checkbox--theme-carbon {
  background: #01854c;
}
.form-group .dk-thematic-selection .checkbox.thematic-selection-title.checkbox--theme-environment {
  background: #84ae0e;
}
.form-group .dk-thematic-selection .radio label {
  padding: 3px 20px 8px 20px;
}

.form-group.good-practice-search-orderings {
    position: absolute;
    top: 0;
    right: -897px;
}

.form-group.good-practice-search-orderings>.chosen-container {
    position: relative;
    z-index: 10;
    width: 200px!important;
}

.good-practice-search-results {
    padding-top: 40px;
}






.dk-circle-thumbsup {
	text-align:center;width:100%;
	margin-top:54px;
}
.search-result__item .item-image {
    background: black;
    background-position: center 25%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.search-result__item--goodpractice .search-result__item__img-wrapper:before {
	display:none;
}



.twitter-feed-container {
	width:200px;

}





/*::	Search index
*/

.page-id-326 + div.container h1 {
  font-size: 36px;
  letter-spacing: -1px;
}
@media (min-width:992px) {
  .page-id-326 + div.container>.row>.col-md-9.content-area h1 {
    height: 40px;
  }
  .page-id-326 + div.container>.row>.col-md-9.content-area .em-map {
    margin-bottom: 40px;
  }
  .page-id-326 + div.container>.row>.col-md-3.content-area {
    margin-top: 70px;
  }
  .page-id-326 + div.container>.row>.col-md-3.content-area .cta {
    padding-top: 10px;
    margin-left: -15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-id-326 + div.container>.row>.col-md-3.content-area .cta a.btn-block {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .page-id-326 + div.container>.row>.col-md-9.content-area {
    width: 68%;
  }
  .page-id-326 + div.container>.row>.col-md-3.content-area {
    width: 32%;
  }
}
.page-id-326 + div.container .row > .row {
  margin: 0px;
}
.good-practice-search-results .search-result__item__text {
  padding-top: 15px;
  padding-left: 45px;
}
@media (min-width:992px) {
  .good-practice-search-results .search-result__item__text .row .col-md-3 {
    margin-top: -30px;
    text-align: right;
  }
}
.good-practice-search-results .search-result__item__description:nth-of-type(1) span {
  display: none;
}

.page-id-326 + div.container {
  margin-bottom:100px;
}




/*::	Map preview card
*/

.em-map .gm-style-iw-c {
  padding:0;
}

.em-map .gm-style-iw-c button.gm-ui-hover-effect {
  top: -3px !important;
  right: -1px !important;
}

.em-map .gm-style-iw-d {
  margin-top: -2px;
  margin-left: -2px;
}
.em-map .gm-style-iw + div {
  visibility: hidden;
  width: 30px !important;
  height: auto !important;
  margin-top: -11px;
  margin-right: -10px;
  opacity: 1 !important;
}
.em-map .gm-style-iw + div:after {
  display: block;
  visibility: visible;
  background: transparent;
  text-align: center;
  content: '\0000d7';
  font-size: 22px;
  color: white;
}
.em-map .dk-preview-card {
  padding: 20px 30px 20px 31px;
  border-left: 1px solid silver;
  max-width: 300px;
}
.em-map .dk-preview-card h2 {
  position: relative;
  top: 6px;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  font-size: 18px !important;
}
.em-map .dk-preview-card h3 {
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.em-map .dk-preview-card .dk-icon {
  position: absolute;
  margin-left: -30px;
  margin-top: -18px;
  width: 100%;
  height: 25px;
  padding: 3px 10px;
  padding-left: 15px;
  color: transparent;
}
.em-map .dk-preview-card .dk-icon.icon-theme-smes {
  background: #16bdd0;
}
.em-map .dk-preview-card .dk-icon.icon-theme-environment {
  background: #98c222;
}
.em-map .dk-preview-card .dk-icon.icon-theme-carbon {
  background: #159960;
}
.em-map .dk-preview-card .dk-icon.icon-theme-research {
  background: #fdc609;
}
.em-map .dk-preview-card .dk-institution {
  font-weight: bold;
  font-size: 15px;
  padding-bottom: 4px;
}
.em-map .dk-preview-card .dk-link {
  display: inline-block;
  margin-top: 10px;
}





/*::	Followed by
*/

div.container .dk-followed-by a.follower-fullname {
  letter-spacing: 0px;
  color: #ec6707;
  text-decoration: none;
  display: block;
  margin-left: -30px;
}
div.container .dk-followed-by a.follower-fullname>span {
  display: inline-block;
  width: 25px;
  text-align: center;
  font-size: smaller;
}
div.container .dk-followed-by a.follower-fullname:hover {
  color: #213669;
}




/*::	No-image header fixing

	http://interreg-test.europamedia.org:88/policy-learning-platform/good-practices/item/5/
	//see 20170913.153527

	banner--with-background-image
*/

@media only screen and (min-width: 768px) {

	.banner--project:not(.banner--with-background-image) header {
	  float: none;
	  padding: 0;
	  top: 0px;
	  height: 280px;
	}
	.banner--project:not(.banner--with-background-image) header h1 {
	  top: 60px;
	  position: absolute;
	}

}

/*.table.table-striped .highlighted {*/
    /*background-color: rgba(233,143,0,0.2);*/
/*}*/

/*.table.table-striped tr.highlighted:nth-of-type(odd) {*/
    /*background-color: rgba(233,143,0,0.5);*/
/*}*/

tr.highlighted>td:last-of-type {
    color: rgba(233,143,0,1);
}

tr.highlighted>td:nth-last-child(2) {
    color: rgba(233,143,0,1);
}




/*::	New Good practice form tags
*/

.dk-taglist ul.chosen-choices li.search-choice {
  display: inline-block;
  border: none;
  background: #5bc0de;
  padding: 5px 7px;
  font: bold 12px arial;
  color: white;
}


@media (min-width: 1000px) {
	.gp-submission-confirm-modal > .modal-dialog {
    	width: 900px;
	}
}

/* Typeahead */
.tx-em-good-practices .twitter-typeahead {
    width: 100%;
}

/*::	GP submission form confirmation
		http://interreg4-europe.europamedia.org/plp/good-practices/submit/
		//see 20171002.150242
*/


.gp-submission-confirm .explanation {
	font: 15px arial;
	padding: 20px;
}
.gp-submission-confirm table {
	margin: 10px auto;
}
.gp-submission-confirm table td,
.gp-submission-confirm table th {
	vertical-align:top;
	padding: 12px 10px;
	font: 14px arial;
	border-top:1px solid #ddd;
}
.gp-submission-confirm table th {
	text-align: right;
	width: 40%;
	min-width: 200px;
	font: bold 13px arial;
}

.gp-submission-confirm h4 {
	margin: 1.2em 0 0.6em 0;
}
.gp-submission-confirm .row {
	margin-bottom: 1em;
}
.gp-submission-confirm .row :first-child {
	font-weight: bold;
}








/*::	Good Practices You Follow
		P:\dev\dkellner\backstage\public_html\tmp\good-practices-you-follow.less
		http://interreg4-europe.europamedia.org/account/dashboard/goodPractices/
*/
.dk-good-practices-you-follow .dk-card-background {
  position: absolute;
  top: 10px;
  width: calc(100% - 20px);
  height: 370px;
}
.dk-good-practices-you-follow .dk-card-background button.follow-button-gp {
  right: 0px;
  top: 0px;
}
.dk-good-practices-you-follow .dk-card-background .dk-noimage {
  display: block;
  width: 100%;
  height: 180px;
  background: #a09e93;
  text-align: center;
  margin: 0;
  position: relative;
}
.dk-good-practices-you-follow .dk-card-background .dk-noimage .dk-circle {
  display: block;
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 2px solid white;
}
.dk-good-practices-you-follow .dk-card-background .dk-noimage .dk-circle i {
  display: inline-block;
  position:relative;top:37px;
}
.dk-good-practices-you-follow .dk-card-background .dk-noimage .dk-circle i::before {
  padding-top: 0;
  font-size: 42px;
}
.dk-good-practices-you-follow .dk-card-background .item-image {
  display: block;
  position: static;
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center 25%;
}
.dk-good-practices-you-follow .dk-card-background .dk-icons {
  position: absolute;
  top: 142px;
  left: 15px;
}
.dk-good-practices-you-follow .dk-card-contents {
  position: relative;
  top: 170px;
  height: 100%;
}
.dk-good-practices-you-follow .dk-card-contents .dk-title {
  display: block;
  margin-top: 30px;
  font-weight: bold;
  font-size: 15px;
  height: 5.4ex;
  overflow: hidden;
  color:white;
  text-decoration:none;
}
.dk-good-practices-you-follow .dk-card-contents .dk-acronym {
  display: block;
  padding: 12px 0px 12px 0px;
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 14px;
}
.dk-good-practices-you-follow .dk-card-contents .dk-texts {
  padding: 0px 20px 40px 20px;
  color: white;
}
.dk-good-practices-you-follow .dk-card-contents .dk-location {
  display: block;
  color: black;
  margin-top: 14px;
}
.dk-good-practices-you-follow .dk-card-contents .dk-country-flag {
  display: inline-block;
  position: relative;
  left: 9px;
  top: 1px;
}





/*::	Issue 356, different background color for emgoodpractice.form.improvements textarea
*/

form[name='goodPractice'] textarea[name*='[improvements]'] {
	background-color:#fefecc;
}





/*::	Pedro
*/


.form-group.form-group-not-main-institution {
    display: none;
}

.form-group-geo-scope-national,.form-group-geo-scope-regional, .form-group-geo-scope-local {
    display: none;
}

form#goodPractice h5 {
	border-bottom: 1px solid rgba(0,0,0,0.2);
	margin: 20px;
}
form#goodPractice .f3-form-error {
	border: solid 1px #cc2626;
}

/**
 * Goor practices in my country
 */

.good-practices-in-my-country header {
	min-height: 60px;
}
.good-practices-in-my-country .thematic-item .btn--square-with-icon {
	top: 0;
	right: 0;
	margin: 0;
}
.good-practices-in-my-country .btn-primary {
	margin: 20px 0;
}




/*::	Unified Mgmt Forms
*/

.dk-UMgmtForm {
  max-width: 600px;
  margin: 0 auto;
  padding: 0px;
  border: 1px solid rgba(0,0,0,0.25);
  background: white;
  text-align: left;
}
.dk-UMgmtForm .explainer {
  padding: 25px 30px 20px 30px;
  text-align: center;
}
.dk-UMgmtForm .form-group,
.dk-UMgmtForm .panel.panel-default {
  padding: 0;
  margin: 0;
  border: none;
  box-shadow: none;
}
.dk-UMgmtForm textarea {
  width: 100%;
  height: 200px;
}
.dk-UMgmtForm input[type='text'] {
  margin-left: 12px;
}
.dk-UMgmtForm .counter {
  position: relative;
  margin-right: 10px;
  margin-top: -14px;
  height: 2px;
}
.dk-UMgmtForm .bottom-controls {
  text-align: center;
  padding-top: 20px;
}
.dk-UMgmtForm .dk-button-bar {
  background: #eee;
  text-align: center;
  padding: 10px;
}
.dk-UMgmtForm .dk-button-bar #allButtons {
  font-size: 13px;
  margin: 2px;
  padding: 5px 20px 6px 20px;
}
.dk-UMgmtForm .dk-button-bar .dk-button-okay {
  font-size: 13px;
  margin: 2px;
  padding: 5px 20px 6px 20px;
  background: #008600;
}
.dk-UMgmtForm .dk-button-bar .dk-button-kinda {
  font-size: 13px;
  margin: 2px;
  padding: 5px 20px 6px 20px;
  background: #008281;
}
.dk-UMgmtForm .dk-button-bar .dk-button-nope {
  font-size: 13px;
  margin: 2px;
  padding: 5px 20px 6px 20px;
  background: #ff0000;
}
.dk-UMgmtForm .form-group {
  padding: 10px 30px 5px 30px;
}




/*::	Fixed issue IEP-367
*/

h1 .dk-banner-title {
    font-family: 'Montserrat', sans-serif !important;
}

@media print {
    .bold,
    .tx-em-good-practices .data-label,
    .tx-em-good-practices .good-practice-text.dk-article-summary {
        font-family: 'montserrat-bold', 'Montserrat', 'Open Sans', sans-serif!important;
        font-weight: normal!important;
    }
    .good-practice-text {
        font-size: 12px!important;
        margin: 20px 0px!important;
    }
    .tx-em-good-practices h2 {
        font-size: 18px!important;
        margin-bottom: 20px!important;
    }
    .tx-em-good-practices h3 {
        font-size: 16px!important;
    }
    .good-practice-text.dk-article-summary {
        margin-top: 0!important;
    }
    .tx-em-good-practices .data-value,
    .tx-em-good-practices .data-value a,
    .tx-em-good-practices .data-label {
        top: 0!important;
        padding-top: 0!important;
        text-decoration: none;
        text-transform: none;
        font-size: 12px!important;
    }
    .tx-em-good-practices .dark-side h3 {
        margin-bottom: 4px!important;
    }
    .tx-em-good-practices .dk-contact-details label {
        text-decoration: none;
        text-transform: none;
        font-size: 12px!important;
    }
    .body-main,
    .banner.banner--project,
    .banner.banner--project header {
        margin: 0!important;
        padding: 0!important;
    }
    .tx-em-good-practices .follow-button-user,
    .tx-em-good-practices .icon-person,
    .tx-em-good-practices .thematic-icons,
    .tx-em-good-practices .person-details-info__user-icon,
    .tx-em-good-practices .em-map {
        display: none!important;
    }
    .tx-em-good-practices  .dk-article-tags {
        margin-top: 0!important;
        margin-bottom: 30px!important;
        font-size: 12px!important;
    }
    .tx-em-good-practices .dk-tag-enumeration a {
        font-size: 12px!important;
    }
    .tx-em-good-practices .dk-sidebox-contact,
    .tx-em-good-practices .dk-sidebox-details,
    .tx-em-good-practices .dk-followed-by {
        page-break-inside: avoid!important;
        padding: 0!important;
    }
    .person-details-info__get-in-touch__details.dk-contact-details {
        min-height: 0!important;
        padding: 0!important;
    }
    .tx-em-good-practices .dk-followed-by .search-result__item__text {
        padding: 0!important;
    }
    .tx-em-good-practices .dk-followed-by .search-result__item__text a {
        display: block!important;
    }
    .dk-followed-by .follower-fullname {
        margin-left: 0!important;
        text-decoration: none;
        text-transform: none;
        font-size: 12px!important;
    }
    .tx-em-good-practices .dk-sidebox-details div[class^="col-"] {
        width: 100%!important;
        margin: 0!important;
    }
}

.tx-em-good-practices .gp-log-table th{
    font-weight:400;
}

.tx-em-good-practices .divider{
    width:100%;
    border-top:1px solid #DDDDDD;
    margin-top:20px;
    padding-bottom:20px;
}

.tx-em-good-practices .italics{
    font-style:italic;
}

.row.gp-filter-bar {
    width:100%;
    margin-left:0;
}

.gp-pagination-bar .btn-primary_active {
    background-color: #ec6707;
}

.gp-log_question-answer {
    width:100%;
    margin-top:10px;
}

.gp-log_question {
    width:100%;
    padding-left:5%;
    margin:0;
    font-weight:900;
}

.gp-log_answer {
    width:100%;
    padding-left:5%;
    font-style:italic;
}

.gp-log_more-details.hide {
    display:none;
}

.gp-log_more-details {
    width:100%;
    float:left;
}

.gp-log_more-details_toggle {
    cursor: pointer;
    width:10%;
    float:right;
    color: #ec6707;
    text-decoration: underline;
    text-align: right;
}

.gp-log_more-details_toggle p {
    font-size:14px !important;
}

.gp-log_more-details_toggle:hover, .gp-log_more-details_toggle:focus {
    color: #213669;
}

.gp-log_main {
    width:89%;
    float:left;
}

.gp-log_record p {
    margin:0;
}

.gp-role-selector_form {
    display:flex;
    justify-content: flex-end;
    width:100%;
}

.gp-role-selector label, .gp-filter-bar label {
    margin-top:5px;
}

.no-padding {
    padding:0 0 0 0 !important;
}

.gp-filter-bar_form .sm-margin-top {
    margin-top: 5px;
}

@media (min-width:991px) {
    .gp-table_container .form-group.flex-pull-right{
        display:flex;
        justify-content: flex-end;
    }
}

.form-control_alt {
    display: block;
    height: 31px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #213669;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8cdda;
    border-radius: 0px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}

.disable-overlay {
    height:100%;
    width:100%;
    z-index: 1;
    position:absolute;
    top:0;
}

.heading-wrap__description.inline {
    padding-right: 20px;
}
.tab-content {
    padding-top: 2em;
}

.expert-support.nav-tabs>li>a {
    background-color: #bfc9e2;
}

.expert-support.nav-tabs>li>a>p.nav-tabs__heading {
    margin-bottom: 3px;
}

.plp-expert-support .panel.panel-default>.panel-heading {
    background-color: darkorange;
}

.plp-expert-support .panel.panel-default>.panel-heading .icon {
    height: 1px;
    text-align: right;
    color: white;
}

.plp-expert-support .panel.panel-default>.panel-heading a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.plp-expert-support .panel-body-section {
    margin-top:0px !important;
}

.plp-expert-support .panel-body-section .panel-main-message {
    margin-bottom:0px !important;
}

.em-library .thematic-icons {
    position: inherit;
    top: -20px;
}

.em-library>p {
    /*margin-top: 38px;*/
}

.thematic-item.thematic-item--folder>footer p {
    max-height: 2.5ex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 20px;
}
.thematic-item.thematic-item--folder>footer p a {white-space:nowrap}


.thematic-item--color-background p.thematic-item__text__description {
    color: #fff;
}

.thematic-item--color-background .em-library .thematic-icons.thematic-icons--thematic-item.thematic-item--none i{
    background-color: #fff;
}

.thematic-item--color-background .em-library .thematic-icons.thematic-icons--thematic-item.thematic-item--none i.icon-theme-research{
    color: #fdc609;
}

.thematic-item--color-background .em-library .thematic-icons.thematic-icons--thematic-item.thematic-item--none i.icon-theme-carbon{
    color: #159960;
}

.thematic-item--color-background .em-library .thematic-icons.thematic-icons--thematic-item.thematic-item--none i.icon-theme-smes{
    color: #16bdd0;
}

.thematic-item--color-background .em-library .thematic-icons.thematic-icons--thematic-item.thematic-item--none i.icon-theme-environment{
    color: #98c222;
}







/*::	Library cards

	Comes from:		/dev/dkellner/backstage/public_html/tmp/library-card.less
	Affects:		http://interreg4-europe.europamedia.org/policy-learning-platform/research-and-innovation/knowledge-hub-education-centre/
	
*/
.dk-library-cards .em-library {
  padding-top: 50px;
}
.dk-library-cards .em-library h4.thematic-item__text__title a {
  font-size: 15px;
  font-weight: 600;
  display: block;
  max-height: 6ex;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dk-library-cards .thematic-item h4 {
  line-height: 1.4;
  height: 5.5ex;
  overflow: hidden;
  margin-bottom: 15px;
}
.dk-library-cards .dk-library-card-image {
  width: 100%;
  height: 160px;
  background: no-repeat center center;
  background-size: cover;
}
.dk-library-cards .slick-list {
  height: 465px;
}
.dk-library-cards .slick-list .thematic-item {
  height: 465px !important;
}
.dk-library-cards .thematic-icons {
  position: absolute;
  top: 0px;
  left: 18px;
}
.thematic-item--library .thematic-icons.thematic-icons--thematic-item {
    top: -38px;
}

#alt_region_select_chosen .group-result, #alt_region_select_chosen .disabled-result{
    display:none;
}

.search-filter__group__title .alt-country-select-row label, .search-filter__group__title .alt-region-select-row label{
    display:none;
}
.tev_smiley_feedback {
    display: flex;
    flex-direction: column;
    text-align:center;
    padding: 15px;
}

.tev_smiley_feedback .radio-group label {
    padding-left:0;
    padding-top:1px !important;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    outline:none;
    opacity: 1;
}

.tev_smiley_feedback .radio-group label.inactive {
    opacity: 0.3;
}

.tev_smiley_feedback .status-radio {
    visibility: hidden;
}

.icon-happy-smiley-very:before, .icon-happy-smiley:before, .icon-angry-smiley:before, .icon-sad-smiley:before, .icon-upset-smiley:before {
    font-size: 3em;
    color:#000000;
}

.icon-happy-smiley-very.active, .icon-happy-smiley-very:hover  {
    background-color:#97c23d;
}

.icon-happy-smiley.active, .icon-happy-smiley:hover {
    background-color:#8d9e3a;
}

.icon-sad-smiley.active, .icon-sad-smiley:hover {
    background-color:#808080;
}

.icon-angry-smiley.active, .icon-angry-smiley:hover  {
    background-color:#bc9d2e;
}

.icon-upset-smiley.active, .icon-upset-smiley:hover {
    background-color:#fdc711;
}

.tev_smiley_feedback__container{
    background-color: #ffffff;
    width: 270px;
    line-height: 20px;
    border-radius: 2px 0 0 2px;
    border: 1px solid #dbe0e7;
    position: fixed;
    bottom:10px;
    right: -1px;
    z-index: 999;
    -webkit-transition: 0.20s ease-in-out;
    -moz-transition: 0.20s ease-in-out;
    -o-transition: 0.20s ease-in-out;
    transition: 0.20s ease-in-out;
    box-sizing: content-box;
}

.tev_smiley_feedback__container.closed {
    right: -265px;
}

.tev_smiley_feedback__container .tev_smiley_feedback__toggle .tev_smiley_feedback__toggle__label__container {
    display:flex;
    margin-left:-35px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tev_smiley_feedback__container .tev_smiley_feedback__toggle .tev_smiley_feedback__toggle__label__container .tev_smiley_feedback__toggle__arrow {
    float: right;
    display: flex;
    align-items: center;
}

.tev_smiley_feedback__container .tev_smiley_feedback__toggle .tev_smiley_feedback__toggle__label__container .tev_smiley_feedback__toggle__arrow {
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.tev_smiley_feedback__container.closed .tev_smiley_feedback__toggle .tev_smiley_feedback__toggle__label__container .tev_smiley_feedback__toggle__arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tev_smiley_feedback__container .tev_smiley_feedback__toggle .tev_smiley_feedback__toggle__label__container .tev_smiley_feedback__toggle__label {
    float:left;
    color:black;
    padding-right:10px;
    font-weight:bold;
}

.tev_smiley_feedback__container .tev_smiley_feedback__toggle {
    height:149px;
    margin-top: -1px;
    margin-left: -45px;
    width:45px;
    background-color: white;
    position:absolute;
    display: flex;
    align-items: center;
    padding: 0 10px;
    cursor: pointer;
    border-top-color: rgb(219, 224, 231);
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: rgb(219, 224, 231);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(219, 224, 231);
    border-left-style: solid;
    border-left-width: 1px;
}

.tev_smiley_feedback__container.closed .tev_smiley_feedback__toggle {
    width:51px;
}

.tev_smiley_feedback__container.closed .tev_smiley_feedback__toggle.restricted {
    bottom:10px;
}

.tev_smiley_feedback__container .icon-right-open-big.restricted {
    height:102px;
}

.tev_smiley_feedback__container .feedback-group.closed {
    height:0;
}

.tev_smiley_feedback__container .feedback-group {
    height: 145px;
    overflow: hidden;
    -webkit-transition: 0.20s ease-in-out;
    -moz-transition: 0.20s ease-in-out;
    -o-transition: 0.20s ease-in-out;
    transition: 0.20s ease-in-out;
    box-sizing: content-box;
}

.tev_smiley_feedback__container .feedback-group textarea {
    resize:none;
}

.tev_smiley_feedback__container .response {
    height:0;
}

.tt_content-feedback-link {
    cursor: pointer;
}

.tev_smiley_feedback__container .tev_smiley_feedback_header_container {
    margin-bottom: 15px;
    font-weight:bold;
}

.feedback-group .form-group:last-child {
    margin-bottom: 0;
}

#base-label-container{
    visibility:hidden;
    height:0;
    width:0;
}

.tt_content-feedback-link {
    margin-bottom: 20px !important;
}

.tev_smiley_feedback__container .hide{
    display:none;
}

.notransition * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}