/* modifications New Europa 2017 */

#services {
	display: none;
	width: 1px;
}

/* BANNERS */

#banner-image-title.title-en {
    background-image: url("../images/banner/title-banner_en.png");
}

#banner-image-title.title-de {
    background-image: url("../images/banner/title-banner_de.png");
}

#banner-image-title.title-fr {
    background-image: url("../images/banner/title-banner_fr.png");
}


/* LINK STYLES */

a:not([href]) {
    text-decoration: none;
    white-space-collapse: discard;
}


/* NO LINK STYLES */

.nolink {
    color: #347C98;
    font-weight: bold;
}


/* COMMISSION LOGOS */

#banner-flag {
    width: 172px;
    height: 119px;
    color: transparent;
    background-image: url("../images/banner/logo_en.gif");
}

html[lang=de] #banner-flag {
    background-image: url("../images/banner/logo_de.gif");
}

html[lang=fr] #banner-flag {
    background-image: url("../images/banner/logo_fr.gif");
}

@media all and (max-width:768px)
/* TABLET */

{
    html #banner-flag {
        width: 90px;
        height: 62px;
        background-image: url("../images/banner/logo-small_en.gif");
    }
    html[lang=de] #banner-flag {
        background-image: url("../images/banner/logo-small_de.gif");
    }
    html[lang=fr] #banner-flag {
        background-image: url("../images/banner/logo-small_fr.gif");
    }
}


/* home menu icon */

.marktMenu {
    border: transparent 0 none;
    margin: 10px 0 1px 0;
    padding: 0;
    list-style-type: none;
}


/* menus */

.marktMenu li {
    list-style-type: none;
    margin: 6pt;
    padding: 0;
    border: transparent none 0;
}

.marktMenu li a {
    background: transparent url('../images/elements/pic_home.png') no-repeat 7px center;
    border: transparent 0 none;
    padding-left: 26px;
    text-decoration: none;
    font-weight: normal;
    color: #074A8B;
}

#menu {
    padding: 0;
    margin: 0 0 0 6px;
}

#menu .level_1 > div {
    background-color: #074A8B;
}

#menu .level_1 > div a {
    color: #FFF;
    font-weight: bold;
    background-color: #074A8B;
    width: 184px;
}

#menu > li > ul {
    margin-left: 0;
    border-left-color: #CDE;
}

#menu.euMenu div.isCurrent {
    background-color: #ABCCE0;
    font-weight: normal;
}


/* additional tools and search field */

#additional-tools {
    display: block;
    margin-top: 8px;
}

#share-tool {
    margin-right: 20px;
}

#searchfield {
    background: #FFF none no-repeat top left;
    width: 157px;
}

#searchBox {
    margin-top: 12px;
}

#searchfield.empty {
    background: #FFF url("../images/search/search-bg_en.png") no-repeat top left;
}

#searchfield.empty.lang-de {
    background-image: url("../images/search/search-bg_de.png");
}

#searchfield.empty.lang-en {
    background-image: url("../images/search/search-bg_en.png");
}

#searchfield.empty.lang-fr {
    background-image: url("../images/search/search-bg_fr.png");
}


/* search-field popup */

#sfpopup {
    position: absolute;
    display: block;
    clear: right;
    margin: 0;
    padding: 0;
    border: 1px solid #074A8B;
    background: transparent url("../images/bg/white-semi-85.png");
    z-index: 99;
    min-width: 185px;
    top: 62px;
    left: 784px;
}

#sfpopup.hidden {
    display: none;
}

#sfpopup ul,
#sfpopup ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sfpopup ul li a {
    display: block;
    border: 0 none transparent;
    line-height: 1.5em;
    margin: 0;
    padding: 4px;
    text-decoration: none;
}

#sfpopup ul li a:link,
#sfpopup ul li a:visited {
    color: #074A8B;
}

#sfpopup ul li a:hover,
#sfpopup ul li a:focus,
#sfpopup ul li a:active {
    background: url("../images/bg/blue-semi-67.png") repeat scroll left top transparent;
    color: #074A8B;
}

#sfpopup ul li.selected a:link,
#sfpopup ul li.selected a:visited {
    background: url("../images/bg/blue-semi-67.png") repeat scroll left top transparent;
    color: #074A8B;
}


/* the abstract block */

#abstract {
    padding-bottom: 12px;
    border-color: #074A8B;
    border-style: dashed;
    border-width: 0 0 1px 0;
}

#abstract p,
#abstract li,
#abstract dd {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 5 2 3;
    -ms-hyphenate-limit-chars: 5 2 3;
    -webkit-hyphenate-limit-before: 2 -webkit-hyphenate-limit-after: 3;
    line-height: 1.5em;
}


/* the main headline */

.layout-content h1 {
    border-bottom: 2px solid #69C;
    color: #036;
    margin: 0 0 10px;
    padding: 0 0 5px;
}


/* the floating page image: */

.pageimage {
    display: block;
    float: right;
    margin: -2px -4px 0 4px;
    border: #fff solid 4px;
    /* ##ABCCE0 */
}


/* the page index block */

#pageindex {
    border-color: #074A8B;
    border-style: dashed;
    border-width: 0 0 1px 0;
    margin: 0;
    padding: 12px 24px 16px 0;
}


/* the main content block */

#maincontent {
    background-color: #FFF;
    margin-top: 12px;
}

#maincontent h2 {
    margin-top: 12px;
    font-size: 1.6em;
}

#maincontent h3 {
    margin-top: 0.8em;
    font-size: 1.30em;
    font-weight: bold;
    /*letter-spacing:		0.1em;*/
}

#maincontent h4 {
    font-size: 1.15em;
    font-weight: bold;
}

#maincontent dl dt {
    font-weight: bold;
    margin-top: 1em;
}

#maincontent .contentsection {
    padding-bottom: 18px;
    border-color: #074A8B;
    border-style: dashed;
    border-width: 0 0 1px 0;
}

#maincontent p,
#maincontent li,
#maincontent dd {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 5 2 3;
    -ms-hyphenate-limit-chars: 5 2 3;
    -webkit-hyphenate-limit-before: 2 -webkit-hyphenate-limit-after: 3;
}

#abstract dl dd,
#maincontent dl dd {
    margin-left: 30px;
}


/* right abstract block (where applicable) */

.rightblock {
    margin-top: 12px;
    border: #074A8B solid 1px;
    background: #FFF;
    font-size: 87%;
    padding-bottom: 6px;
}

.rightblock h3 {
    background-color: #074A8B;
    height: 1.6em;
    margin: 0;
    padding: 0.6em 2px 4px 6px;
    color: #FFF;
    font-size: 1.2em;
    line-height: 16px;
    font-weight: bold;
    text-shadow: none;
}

.rightblock p {
    margin: 2px 2px 6px 6px;
    padding: 0;
    font-size: 10px;
    line-height: 15px;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphenate-limit-chars: 5 2 3;
    -ms-hyphenate-limit-chars: 5 2 3;
    -webkit-hyphenate-limit-before: 2 -webkit-hyphenate-limit-after: 3;
}

.rightblock ul {
    padding: 0 0 0 20px;
    margin: 0.8em 0.8em 0.2em -1em;
    font-size: 10px;
    line-height: 15px;
}

.rightblock li {
    padding-bottom: 0.2em;
    list-style: disc none inside;
}

.rightblock address {
    margin: 2px 2px 6px 6px;
    padding: 0;
    font-size: 10px;
    line-height: 15px;
    font-style: italic;
}

.rightblock dl {
    margin-left: 3px;
    margin-top: 3px;
}

.rightblock dl dt {
    font-size: 1.1em;
    padding: 0.4em;
    color: #369;
    font-weight: bold;
}

.rightblock dl dd {
    margin-left: 1em;
}


/* tables */

.tableFormatted {
    border-top: 1px solid #006699;
    border-left: 1px solid #006699;
    border-bottom: none;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
    -moz-box-shadow: 0 1px 2px #abcce0;
    -webkit-box-shadow: 0 1px 2px #abcce0;
    box-shadow: 0 1px 2px #abcce0;
}

.tableFormatted th {
    font-size: 120%;
    font-weight: bold;
    color: #006699;
    border-right: 1px solid #006699;
    border-bottom: 1px solid #006699;
    background-color: #abcce0;
    height: 40px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#abcce0), to(#ebebeb));
    background: -moz-linear-gradient(top, #abcce0, #ebebeb);
    text-shadow: 0 1px 2px #ffffff;
}

.tableFormatted td {
    border-right: 1px solid #006699;
    border-bottom: 1px solid #006699;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}


/* Definition lists */

.dlConference dt {
    font-size: 120%;
    text-height: 120%;
}

.dlConference dd {
    font-size: 140%;
    text-height: 140%;
    /*	font-weight: bold;
	color: #006699;*/
}

.dlConference dd p {
    font-size: 80%;
    text-height: 80%;
    /*	font-weight: bold;
	color: #006699;*/
}

.dlConference dd span ul li {
    font-size: 80%;
    text-height: 80%;
    /*	font-weight: bold;
	color: #006699;*/
}

.date dt {
    font-size: 95%;
    letter-spacing: 0.2em;
    margin-bottom: 1em;
}

#eventdetails dt {
    font-size: 125%;
    font-weight: normal;
    color: #284F75;
    padding-bottom: 0.4em;
}

#eventdetails dd {
    font-size: 110%;
    color: #284F75;
}


/* FAQ */

.faqs ol li {
    font-size: 1.10em;
    font-weight: bold;
    padding-bottom: 0.6em;
}

.faqs ol li ul li {
    font-size: 100%;
    font-weight: normal;
    padding-bottom: 0em;
}

.faqs ol li ul li ul li {
    font-size: 1em;
    font-weight: normal;
}

.faqs table,
.faqs p {
    font-size: 100%;
    font-weight: normal;
    padding-bottom: 0em;
}

.dlConference dd {
    font-size: 140%;
    text-height: 140%;
    /*	font-weight: bold;
	color: #006699;*/
}

.dlConference dd p {
    font-size: 80%;
    text-height: 80%;
    /*	font-weight: bold;
	color: #006699;*/
}

.dlConference dd span ul li {
    font-size: 80%;
    text-height: 80%;
    /*	font-weight: bold;
	color: #006699;*/
}


/* ULs LIs */

.ulIcons {
    margin-left: -1em;
    margin-top: 0.8em;
}

.ulIcons li {
    font-size: 140%;
    list-style: none;
    clear: both;
    padding-bottom: 1.4em;
}

.ulIcons li div {
    display: block;
    float: left;
    padding-right: 0.2em;
}

.ulConference li {
    font-size: 120%;
    text-height: 120%;
}


/* styles */

.highlightbox {
    border: 1px solid #006699;
    padding: 6px 10px 6px 6px;
    -moz-box-shadow: 0 1px 2px #abcce0;
    -webkit-box-shadow: 0 1px 2px #abcce0;
    box-shadow: 0 1px 2px #abcce0;
}

#fsugdisclaimer {
    height: 80px;
    font-size: 1.1em;
    font-weight: bold;
    color: #00417d;
    text-align: justify;
    border: 1px solid #006699;
    border-collapse: collapse;
    padding: 4px 18px 8px 2px;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    -moz-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#fsugdisclaimer em {
    position: relative;
    top: 12px;
}

#fsugdisclaimer img {
    /*position: relative;*/
    float: left;
    left: 2px;
    top: 0px;
    clear: right;
    margin-right: 8px;
}

#topAnchorsMenu {
    font-size: 1.8em;
    color: #347C98;
    text-align: center;
    padding: 0em 0em 0.6em 0em;
}

.frame {
    border: 1px solid #336699;
    border-collapse: collapse;
    padding: 1em;
    margin-bottom: 1.8em;
    -webkit-box-shadow: 3px 3px 3px #cccccc;
    -moz-box-shadow: 3px 3px 3px #cccccc;
    box-shadow: 3px 3px 3px #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* simulation of a real xhtml_fragment in order to avoid the links summary at the top of the page */

.falsefragmenttop {
    margin-top: 0.8em;
    padding-top: 1em;
    border-top: 1px dashed #074a8b;
}

.falsefragmentbottom {
    margin-bottom: 0.8em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #074a8b;
}


/* correction of the bad display with Mozilla of the right top box header */

#links h3 {
    height: 110%;
}


/* embedded video player items */

#videoBg {
    display: none;
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: transparent url("../images/bg/black-semi-67.png") repeat left top;
}

#videoPlayer {
    width: 640px;
    margin: 165px auto 0 auto;
    padding: 5px;
    background-color: #191919;
    border: #000 solid 1px;
    border-left-color: #444;
    border-top-color: #444;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 5px 5px 5px #000;
    -webkit-box-shadow: 5px 5px 5px #000;
    box-shadow: 5px 5px 5px #000;
}

#videoPlayer iframe {
    margin: 0 auto 0 auto;
}

#videoPlayerHeader {
    display: block;
    height: 13px;
    margin-bottom: 3px;
}

#videoPlayerHeader a {
    border: transparent none 0;
}

#videoPlayerCloseBox {
    display: block;
    float: right;
    width: 14px;
    height: 13px;
    background: transparent url("../images/elements/lightbox-closebox.png") no-repeat right top;
}

/* responsive video container */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* view togglers */

.viewtoggler .vtswitch {
    color: #074A8B;
    /* text-decoration:	underline; */
    cursor: pointer;
    background-color: transparent;
}

.viewtogglerBar {
    margin: 0;
    padding: 0 5%;
    background: transparent url('../images/elements/more-background.gif') center repeat-x;
    text-align: right;
}

.viewtogglerBar .vtshow,
.viewtogglerBar .vthide {
    color: #999;
    text-decoration: none;
    font-weight: bold;
    padding: 0 6px;
}

.viewtoggler .vtcontent {
    /*	padding:			3px 0 3px 32px;
	border:				#074A8B dashed 1px; */
    border-radius: 3px;
    -moz-border-radius: 3px;
}


/* ARCHIVED STAMP */


/*
#archive {
	display:		block;
	position:		absolute;
	right:			170px;
	top:			50px;
	float:			right;
	width:			250px;
	height:			124px;
	background:		transparent url("/wel/images/archiving/banner_archive_en.gif") no-repeat right top;
	z-index:		10;
}

#archive2 {
	display:		block;
	position:		relative;
	right:			1px;
	top:			1px;
	float:			right;
	width:			250px;
	height:			124px;
	background:		transparent url("/wel/images/archiving/banner_archive_en.gif") no-repeat right top;
	z-index:		10;
	margin-left: 	0.6em;
}

#archive2 span {
	position:		relative;
	right:			-1000px;
}

#archive2 div {
	position:		relative;
	top:			4.6em;
	right:			-5.4em;
	font-size: 		1em;;
	font-weight: 	bold;}
*/


/*** GOOD LAYOUT SIZE LIMITS ***/

@media all and (max-width:999px) {
    #sfpopup {
        display: none;
    }
}


/*** SMALL SCREEN STYLES ***/

@media all and (max-width:768px)
/* Tablet-size or smaller */

{
    .marktMenu,
    #searchBox,
    .pageimage {
        display: none;
    }
    .layout-footer {
        margin-top: 0;
        background-color: #FFF;
    }
    .euMenu {
        margin: 0;
    }
}


/*** PRINTER STYLES ***/

@media print {
    .marktMenu,
    #searchBox,
    .pageimage {
        display: none;
    }
}


/* DEBUG ITEMS */

.debug {
    border: #F00 dashed 3px;
}


/* ADMIN ITEMS */

.admin {
    display: none;
}

#admin-tools .rightblock {
    border-color: #CCC;
}

#admin-tools .rightblock h3 {
    background-color: #999;
}

#admin-tools a:link,
#admin-tools a:visited,
#admin-tools a:hover,
#admin-tools a:focus,
#admin-tools a:active {
    color: #666;
    text-decoration: none;
}


/* EXPAND */

a.expand {
    background: url("../images/elements/button-plus.png") no-repeat right center;
    padding-right: 20px;
}

a.expand-on {
    background: url("../images/elements/button-minus.png") no-repeat right center;
    color: #551A8B;
}


/* 
	Styles for old consultations as from 2012 and before
*/

*#table-standard table {
    border-collapse: collapse;
}

*#table-standard caption {
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    padding: 10px;
    color: #339933;
}

*#table-standard tbody {
    border: transparent none 0;
}

*#table-standard th {
    font-size: small;
    font-style: normal;
    font-weight: bold;
    background-color: #EAEFFE;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    border: 0px;
}

*#table-standard td {
    font-size: small;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    padding: 8px;
    border: 0px;
}

*#table-standard td h3 {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.table-standard2 table {
    border-collapse: collapse;
    border: 1px solid #bbb;
}

.table-standard2 table th {
    background-color: #EAEFFE;
    padding: 8px;
    border: 1px solid #bbb;
}

.table-standard2 table td {
    padding: 5px;
    border: 1px solid #bbb;
    vertical-align: top;
}

*#table-special th {
    color: #074a8b;
    font-size: small;
    font-weight: bold;
    background-color: #e0e0e0;
    text-align: left;
    vertical-align: top;
    padding: 8px;
    border: 0px;
}

*#table-special td {
    font-size: small;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    padding: 8px;
    border: 1px solid #e0e0e0;
}

*#table-standard td.td_title {
    color: #074a8b;
    font-size: 105%;
}

address {
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: italic;
    font-weight: normal;
    color: #003399;
}


/* Progress Bar */

.progress-bar {
    background-color: #ddd;
    position: relative;
    width: 100%;
    height: 25px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 2px 4px #C0C0C0;
    -moz-box-shadow: 2px 2px 4px #C0C0C0;
    box-shadow: 2px 2px 4px #C0C0C0;
}

.progress-bar .progress {
    /*background-color: #00cc00;*/
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 25px;
}

.progress-bar .progress span {
    display: inline-block;
    color: #ffffff;
    font-size: 1em;
    font-weight: bold;
    padding-top: 0.35em;
    padding-left: 0.2em;
    text-align: center;
    width: 97%;
}

.progress-bar .prog-none
/*0%*/

{
    background-color: #CC0000;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.progress-bar .prog-a
/*From 0% to 7%*/

{
    background-color: #dddddd;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.progress-bar .prog-a span
/*From 0% to 7%*/

{
    color: #003366;
}

.progress-bar .prog-b
/*From 0% to 25%*/

{
    background-color: #CC0000;
    -webkit-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.progress-bar .prog-c
/*From 25% to 50%*/

{
    background-color: #CC0000;
    background: -webkit-linear-gradient(left, #CC0000 20%, #CC6600 60%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #CC0000 20%, #CC6600 60%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #CC0000 20%, #CC6600 60%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #CC0000 20%, #CC6600 60%);
    /* Standard syntax (must be last) */
    -webkit-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.progress-bar .prog-d
/*From 50% to 75%*/

{
    background-color: #CC6600;
    background: -webkit-linear-gradient(left, #CC0000, #CC6600, #FFFF00 90%);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #CC0000, #CC6600, #FFFF00 90%);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #CC0000, #CC6600, #FFFF00 90%);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #CC0000, #CC6600, #FFFF00 90%);
    /* Standard syntax (must be last) */
    -webkit-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.progress-bar .prog-e
/*From 75% to 99%*/

{
    background-color: #66CC66;
    background: -webkit-linear-gradient(left, #CC0000 1%, #CC6600 30%, #FFFF00 70%, #66CC66);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #CC0000 1%, #CC6600 30%, #FFFF00 70%, #66CC66);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #CC0000 1%, #CC6600 30%, #FFFF00 70%, #66CC66);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #CC0000 1%, #CC6600 30%, #FFFF00 70%, #66CC66);
    /* Standard syntax (must be last) */
    -webkit-border-radius: 20px 0px 0px 20px;
    -ms-border-radius: 20px 0px 0px 20px;
    border-radius: 20px 0px 0px 20px;
}

.progress-bar .prog-f
/*100%*/

{
    background-color: #339900;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}


/* SURVEY PROMPT */

@media print {
    #survey-prompt {
        display: none !important;
    }
}

@media all {
    html,
    body {
        margin: 0;
        padding: 0;
        height: 100%;
    }
    #survey-prompt {
        background: rgba(2, 20, 38, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        z-index: 100000;
        overflow-x: hidden;
        overflow-y: auto;
        animation-name: swipeDown;
        animation-duration: 1.2s;
        animation-timing-function: ease-in;
        -webkit-animation-name: swipeDown;
        -webkit-animation-duration: 1.2s;
        -webkit-animation-timing-function: ease-in;
    }
    #survey-prompt-box {
        background-color: #021426;
        color: #000;
        width: 100%;
        min-height: 100%;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    #survey-prompt-box-header {
        background-color: #fff;
        text-align: left;
        padding: 5px 25px;
    }
    #survey-prompt-ec-flag {
        display: block;
    }
    #survey-prompt-policy-title {
        color: #074a8b;
        font-size: 12px;
        text-transform: uppercase;
        display: block;
        vertical-align: top;
        padding-top: 5px;
    }
    #survey-prompt-box-banner {
        height: 0;
    }
    #survey-prompt-box-content {
        padding: 10px 20px;
        vertical-align: top;
    }
    #survey-prompt-box-content h2 {
        color: #fff;
        font-size: 32px;
        font-weight: bolder;
        text-transform: uppercase;
    }
    #survey-prompt-box-content .survey-info-msg {
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
    }
    #survey-prompt-box-content .survey-btn a {
        background-color: #0080ff;
        color: #fff;
        display: block;
        font-size: 18px;
        margin: 20px auto;
        padding: 15px 10px;
        text-decoration: none;
        text-transform: uppercase;
        text-align: center;
        width: 120px;
        height: 25px;
        vertical-align: top;
    }
    #survey-prompt-box-content .survey-btn a:hover {
        background-color: #888;
    }
    #survey-prompt-box-content .survey-btn a.survey-accept {
        background-color: #139f48;
    }
    #survey-prompt-box-content .survey-btn a.survey-accept:hover {
        background-color: #1ad963;
    }
    #survey-prompt-box-content .survey-btn a.survey-refuse {
        background-color: #9f132e;
    }
    #survey-prompt-box-content .survey-btn a.survey-refuse:hover {
        background-color: #d91a40;
    }
    /* checkbox */
    .survey-checkbox {
        margin: 5px auto;
        animation: swipeLeft 1.6s ease-in;
        -webkit-animation: swipeLeft 1.6s ease-in;
    }
    .survey-checkbox-input {
        width: 28px;
        height: 28px;
        position: relative;
        background: #ffffff;
        border-radius: 50px;
        display: inline-block;
    }
    .survey-checkbox-input-label {
        color: #fff;
        white-space: nowrap;
        margin-left: 10px;
        font-size: 12px;
        font-style: italic;
        vertical-align: middle;
        display: inline-block;
    }
    .survey-checkbox-input label {
        width: 24px;
        height: 24px;
        position: absolute;
        top: 2px;
        left: 2px;
        cursor: pointer;
        background: #021426;
        border-radius: 50px;
    }
    .survey-checkbox-input label:after {
        content: '';
        width: 9px;
        height: 5px;
        position: absolute;
        top: 6px;
        left: 6px;
        border: 3px solid #1ad963;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .survey-checkbox-input label::after {
        border-color: #777;
        opacity: 0.3;
    }
    .survey-checkbox-input input[type=checkbox] {
        visibility: hidden;
    }
    .survey-checkbox-input input[type=checkbox]:checked + label:after {
        border-color: #1ad963;
        opacity: 1;
    }
}

@media all and (min-height:640px) {
    #survey-prompt-box-banner {
        background-image: url(../../../images/survey-prompt/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
        width: 100%;
        height: 175px !important;
    }
}

@media all and (min-width:480px) {
    #survey-prompt-box-header {
        padding: 10px 14px;
    }
    #survey-prompt-ec-flag {
        display: inline-block;
    }
    #survey-prompt-policy-title {
        font-size: 16px;
        line-height: 0;
        display: inline-block;
        vertical-align: bottom;
        padding-left: 10px;
        padding-bottom: 18px;
    }
    #survey-prompt-box-content {
        padding: 15px 40px;
    }
    #survey-prompt-box-content .survey-btn a {
        display: inline-block;
        margin: 5px 15px;
        width: 120px;
        height: 25px;
    }
}

@media all and (min-width:768px) {
    #survey-prompt-box {
        width: 630px;
        min-height: auto;
        margin: 25px auto;
    }
    #survey-prompt-box-header {
        padding: 10px 25px;
    }
    #survey-prompt-policy-title {
        font-size: 18px;
    }
    #survey-prompt-box-content .survey-info-msg {
        font-size: 16px;
    }
    #survey-prompt-box-content .survey-btn a {
        margin: 20px 15px;
    }
}

/* animations */

@-webkit-keyframes swipeDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -4000px, 0);
        transform: translate3d(0, -4000px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes swipeDown {
    from {
        -webkit-transform: translate3d(0, -4000px, 0);
        transform: translate3d(0, -4000px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes swipeUp {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(0, -4000px, 0);
        transform: translate3d(0, -4000px, 0);
    }
}

@keyframes swipeUp {
    from {
        -webkit-transform: none;
        transform: none;
    }
    to {
        -webkit-transform: translate3d(0, -4000px, 0);
        transform: translate3d(0, -4000px, 0);
    }
}

@-webkit-keyframes swipeLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -700px, 0);
        transform: translate3d(0, -700px, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes swipeLeft {
    from {
        -webkit-transform: translate3d(-700px, 0, 0);
        transform: translate3d(-700px, 0, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@media all and (min-width:1024px) {
    #survey-prompt {
        top: auto;
        bottom: 0;
        height: 175px;
        overflow-y: hidden;
    }
    #survey-prompt-box {
        width: 984px;
        min-height: 175px;
        margin: 0 auto;
        padding: 0;
        text-align: left;
    }
    #survey-prompt-box-header {
        display: none;
    }
    #survey-prompt-box-banner {
        background-size: auto;
        width: 425px;
        height: 175px;
        float: left;
        margin-right: 15px;
    }
    #survey-prompt-box-content {
        height: 175px;
        padding: 5px 15px;
    }
    #survey-prompt-box-content h2 {
        font-size: 28px;
    }
    html[lang="de"] #survey-prompt-box-content h2 {
        margin: 2px 0;
        padding: 2px 0;
    }
    #survey-prompt-box-content .survey-info-msg {
        color: #fff;
        font-size: 12px;
        padding: 0;
    }
    #survey-prompt-box-content .survey-btn {
        float: left;
    }
    #survey-prompt-box-content .survey-btn a {
        font-size: 14px;
        margin: 20px 20px 0 0;
        padding: 10px 10px;
        width: 100px;
        height: 20px;
    }
    .survey-checkbox {
        margin: 25px;
        animation: swipeDown 1.6s ease-in;
        -webkit-animation: swipeDown 1.6s ease-in;
    }
    html[lang="de"] #survey-prompt-box-content .survey-btn a {
        margin: 10px 20px 0 0;
    }
    html[lang="de"] .survey-checkbox {
        margin: 15px;
    }
    @-webkit-keyframes swipeDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 400px, 0);
            transform: translate3d(0, 400px, 0);
        }
        to {
            -webkit-transform: none;
            transform: none;
        }
    }
    @keyframes swipeDown {
        from {
            opacity: 0;
            -webkit-transform: translate3d(0, 400px, 0);
            transform: translate3d(0, 400px, 0);
        }
        to {
            -webkit-transform: none;
            transform: none;
        }
    }
    @-webkit-keyframes swipeUp {
        from {
            -webkit-transform: none;
            transform: none;
        }
        to {
            -webkit-transform: translate3d(0, 400px, 0);
            transform: translate3d(0, 400px, 0);
        }
    }
    @keyframes swipeUp {
        from {
            -webkit-transform: none;
            transform: none;
        }
        to {
            -webkit-transform: translate3d(0, 400px, 0);
            transform: translate3d(0, 400px, 0);
        }
    }
}