/*
    
    #aui-cookies

*/

#aui-cookies-consent {
  font-family: inherit;
  line-height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 30px 20px 25px;
  background: #3e3d3d;
  z-index: 1000;
}

#aui-cookies-consent * {
  margin: 0;
  padding: 0;
}
#aui-cookies-consent a:hover {
  color: #FFF!important;
}
#aui-cookies-consent.mandatory .section.left {
  float: left;
  width: 35%;
}
#aui-cookies-consent.mandatory .section.centre {
	display: inline-block;
	padding: 2px 0 0;
	vertical-align: middle;
	width: 70%;
}
#aui-cookies-consent.mandatory .section.right {
    display: inline-block;
    vertical-align: middle;
	width: 25%;
	text-align: right;
}
#aui-cookies-consent.inferred #close-cookies {
	display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
}
#aui-cookies-consent.inferred .section.left {
  margin: 0 170px 0 0;
}
#aui-cookies-consent.inferred .section.center {
  margin: 0 auto;
  max-width: 960px;
  text-align: center;
}
#aui-cookies-consent.mandatory form  {
	display: inline-block;
	vertical-align: middle;
}
#aui-cookies-consent .title {
  color: #FFF!important;
  font-size: 18px;
  margin: 0 0 8px;
}
#aui-cookies-consent .summary {
  color: #FFF!important;
  font-size:11px;
  line-height:1em;
  -webkit-text-size-adjust: 100%;
  
}
#aui-cookies-consent .summary a,
#aui-cookies-consent .link a {
  color: #FFF;
  text-decoration:underline;
}
#aui-cookies-consent .summary a:hover,
#aui-cookies-consent .link a:hover {
  text-decoration:none;
}
#aui-cookies-consent .button {
  border: none;
  float: left;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

#aui-cookies-consent .button a {
  color: #3e3d3d !important;
  margin: 0 0 1px;
  background-image: -ms-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc');
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  box-shadow: none;
  text-shadow: 0px 2px 3px #333;
}
#aui-cookies-consent .button a:hover {
  color: #3e3d3d !important;
  background-image: -ms-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: linear-gradient(to top, #fafafa 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa');
}
#aui-cookies-consent .button a:active {
  background: #3e3d3d;
  margin: 1px 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#aui-cookies-consent .button a {
  display: block;
  text-align: center;
  padding: 8px 20px 4px;
  color: #3e3d3d!important;
  text-decoration: none;
}
#aui-cookies-consent .button span {
  display: block;
}
#aui-cookies-consent .button .label {
  background: none;
  font-size: 14px;
}
#aui-cookies-consent .button .sub-label {
  font-size: 11px;
}
#aui-cookies-consent .button-link {
  display: inline-block;
  padding: 7px 0 0 20px;
  color: #aaaaaa !important;
}
#aui-cookies-consent .button-link a {
  color: #FFF;
  font-weight: bold;
  text-decoration: underline;
}
#aui-cookies-consent .button-link span {
  display: block;
}
#aui-cookies-consent .button-link .label {
  background: none;
  font-size: 12px;
  margin: 0 0 8px;
}
#aui-cookies-consent .button-link .sub-label {
  font-size: 10px;
}

/*
    
    #aui-cookies-settings

*/

#aui-cookies-settings {
  background: #f1f1f1;
}
#aui-cookies-settings form {
  padding: 15px 20px;
}
#aui-cookies-settings .row {
  display: block;
  padding: 7px 0;
}
#aui-cookies-settings label {
  background: none;
  font-size: 13px;
  color: #666666 !important;
  cursor: pointer;
}
#aui-cookies-settings #cookie-consent-submit {
  display: inline-block;
  width: 210px;
  font-size: 14px;
  color: #fff !important;
  padding: 8px 0;
  margin: 0 0 1px 23px;
  border: 2px solid #fff;
  cursor: pointer;
  background: #0066cc;
  background-image: -ms-linear-gradient(top, #0099FF 0%, #0066CC 100%);
  background-image: -moz-linear-gradient(top, #0099FF 0%, #0066CC 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0099FF), color-stop(1, #0066CC));
  background-image: -webkit-linear-gradient(top, #0099FF 0%, #0066CC 100%);
  background-image: linear-gradient(to bottom, #0099FF 0%, #0066CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc');
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 3px 3px #999;
  -webkit-box-shadow: 0 3px 3px #999;
  box-shadow: 0 3px 3px #999;
}
#aui-cookies-settings #cookie-consent-submit:hover {
  color: #fff !important;
  background-image: -ms-linear-gradient(bottom, #0099FF 0%, #0066CC 100%);
  background-image: -moz-linear-gradient(bottom, #0099FF 0%, #0066CC 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0099FF), color-stop(1, #0066CC));
  background-image: -webkit-linear-gradient(bottom, #0099FF 0%, #0066CC 100%);
  background-image: linear-gradient(to top, #0099FF 0%, #0066CC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc');
}
#aui-cookies-settings #cookie-consent-submit:active {
  margin: 1px 0 0 23px;
  background: #0066cc;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* MIO */



#aui-cookies-admin .enable {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}

#aui-cookies-admin .title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}

#aui-cookies-admin .legend {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px;
}

#aui-cookies-admin .label {
    background: none;
    color: inherit;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 8px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    text-shadow: none;
    padding: 5px 20px 0 0;
}

#aui-cookies-admin .label-select {
	display: inline-block;
	float: none;
}
	
#aui-cookies-admin .input {
    margin-bottom: 5px;
}


#aui-cookies-admin .fieldsetA {
    width: 30%;
    margin-top: 20px;
    padding: 10px 20px 10px 40px;
}

#aui-cookies-admin .fieldsetB {
    width: 80%;
    margin-top: 10px;
}

#aui-cookies-consent .button span.suv-label{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 5px;
}

#aui-cookies-settings #cookie-consent-submit{text-shadow:none;}

#cookie-consent-yes .label { text-transform: uppercase; }

#close-icon {
	position: absolute;
	top: 5px;
	right: 5px;
}




/* ------------------- PORTLET PREFERENCES ------------------- */

#aui-cookies-consent.tsfz-cookies-position-top {
	 bottom: inherit;
	 top: 0;
}

#aui-cookies-consent.tsfz-cookies-position-bottom {
	 bottom: 0;
	 top: inherit;
}

#aui-cookies-consent #close-cookies {
	position: absolute;
	right: 10px;
	top: 10px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* ------ BRANDING STYLES ------*/
/* ============ ALPHEGA ============ */
#aui-cookies-consent.tsfz-alphega-branding {
	background-color: rgba(4,159,58,1);
}

#aui-cookies-consent.tsfz-alphega-branding.with-opacity {
	background-color: rgba(4,159,58,0.9);
}

#aui-cookies-consent.tsfz-alphega-branding .button a {
	border: 2px solid #01c127;
	background-image: -ms-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: -moz-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #03902f), color-stop(1, #01741b));
	background-image: -webkit-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: linear-gradient(to bottom, #03902f 0%, #01741b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03902f', endColorstr='#01741b');
}

#aui-cookies-consent.tsfz-alphega-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: -moz-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #03902f), color-stop(1, #01741b));
  background-image: -webkit-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: linear-gradient(to top, #03902f 0%, #01741b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01741b', endColorstr='#03902f');
}


/* ============ ALLOGA ============ */
#aui-cookies-consent.tsfz-alloga-branding {
	background-color: rgba(3,101,158,1);
}

#aui-cookies-consent.tsfz-alloga-branding.with-opacity {
	background-color: rgba(3,101,158,0.9);
}

#aui-cookies-consent.tsfz-alloga-branding .button a {
	border: 2px solid #1f8ece;
	background-image: -ms-linear-gradient(top, #1b7cb4 0%, #145c85 100%);
	background-image: -moz-linear-gradient(top, #1b7cb4 0%, #145c85 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1b7cb4), color-stop(1, #145c85));
	background-image: -webkit-linear-gradient(top, #1b7cb4 0%, #145c85 100%);
	background-image: linear-gradient(to bottom, #1b7cb4 0%, #145c85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b7cb4', endColorstr='#145c85');
}

#aui-cookies-consent.tsfz-alloga-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #1b7cb4 0%, #145c85 100%);
  background-image: -moz-linear-gradient(bottom, #1b7cb4 0%, #145c85 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1b7cb4), color-stop(1, #145c85));
  background-image: -webkit-linear-gradient(bottom, #1b7cb4 0%, #145c85 100%);
  background-image: linear-gradient(to top, #1b7cb4 0%, #145c85 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145c85', endColorstr='#1b7cb4');
}


/* ============ ALLIANCE ============ */
#aui-cookies-consent.tsfz-alliance-branding {
	background-color: rgba(0,102,204,1);
}

#aui-cookies-consent.tsfz-alliance-branding.with-opacity {
	background-color: rgba(0,102,204,0.9);
}

#aui-cookies-consent.tsfz-alliance-branding .button a {
	border: 2px solid #007dfa;
	background-image: -ms-linear-gradient(top, #0066cc 0%, #004991 100%);
	background-image: -moz-linear-gradient(top, #0066cc 0%, #004991 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0066cc), color-stop(1, #004991));
	background-image: -webkit-linear-gradient(top, #0066cc 0%, #004991 100%);
	background-image: linear-gradient(to bottom, #0066cc 0%, #004991 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066cc', endColorstr='#004991');
}

#aui-cookies-consent.tsfz-alliance-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #0066cc 0%, #004991 100%);
  background-image: -moz-linear-gradient(bottom, #0066cc 0%, #004991 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0066cc), color-stop(1, #004991));
  background-image: -webkit-linear-gradient(bottom, #0066cc 0%, #004991 100%);
  background-image: linear-gradient(to top, #0066cc 0%, #004991 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004991', endColorstr='#0066cc');
}

/* ============ ALVITA ============ */
#aui-cookies-consent.tsfz-alvita-branding {
  background-color: rgba(0,90,162,1);
}

#aui-cookies-consent.tsfz-alvita-branding.with-opacity {
  background-color: rgba(0,90,162,0.9);
}

#aui-cookies-consent.tsfz-alvita-branding .button a {
  border: 2px solid #0078d7;
  background-image: -ms-linear-gradient(top, #0063b2 0%, #004781 100%);
  background-image: -moz-linear-gradient(top, #0063b2 0%, #004781 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0063b2), color-stop(1, #004781));
  background-image: -webkit-linear-gradient(top, #0063b2 0%, #004781 100%);
  background-image: linear-gradient(to bottom, #0063b2 0%, #004781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0063b2', endColorstr='#004781');
}

#aui-cookies-consent.tsfz-alvita-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #0063b2 0%, #004781 100%);
  background-image: -moz-linear-gradient(bottom, #0063b2 0%, #004781 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0063b2), color-stop(1, #004781));
  background-image: -webkit-linear-gradient(bottom, #0063b2 0%, #004781 100%);
  background-image: linear-gradient(to top, #0063b2 0%, #004781 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004781', endColorstr='#0063b2');
}


/* ============ BOOTS LABORATORIES ============ */
#aui-cookies-consent.tsfz-boots-labs-branding {
	background-color: rgba(141,58,132,1);
}

#aui-cookies-consent.tsfz-boots-labs-branding.with-opacity {
	background-color: rgba(141,58,132,0.9);
}

#aui-cookies-consent.tsfz-boots-labs-branding .button a {
	border: 2px solid #d56aca;
	background-image: -ms-linear-gradient(top, #ab55a2 0%, #62315d 100%);
	background-image: -moz-linear-gradient(top, #ab55a2 0%, #62315d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ab55a2), color-stop(1, #62315d));
	background-image: -webkit-linear-gradient(top, #ab55a2 0%, #62315d 100%);
	background-image: linear-gradient(to bottom, #ab55a2 0%, #62315d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab55a2', endColorstr='#62315d');
}

#aui-cookies-consent.tsfz-boots-labs-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #ab55a2 0%, #62315d 100%);
  background-image: -moz-linear-gradient(bottom, #ab55a2 0%, #62315d 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ab55a2), color-stop(1, #62315d));
  background-image: -webkit-linear-gradient(bottom, #ab55a2 0%, #62315d 100%);
  background-image: linear-gradient(to top, #ab55a2 0%, #62315d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62315d', endColorstr='#ab55a2');
}


/* ============ BOOTS PHARMA ============ */
#aui-cookies-consent.tsfz-boots-pharma-branding {
	background-color: rgba(25,16,81,1);
}

#aui-cookies-consent.tsfz-boots-pharma-branding.with-opacity {
	background-color: rgba(25,16,81,0.9);
}

#aui-cookies-consent.tsfz-boots-pharma-branding .button a {
	border: 2px solid #3522ad;
	background-image: -ms-linear-gradient(top, #26187c 0%, #1e1362 100%);
	background-image: -moz-linear-gradient(top, #26187c 0%, #1e1362 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #26187c), color-stop(1, #1e1362));
	background-image: -webkit-linear-gradient(top, #26187c 0%, #1e1362 100%);
	background-image: linear-gradient(to bottom, #26187c 0%, #1e1362 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26187c', endColorstr='#1e1362');
}

#aui-cookies-consent.tsfz-boots-pharma-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #26187c 0%, #1e1362 100%);
  background-image: -moz-linear-gradient(bottom, #26187c 0%, #1e1362 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #26187c), color-stop(1, #1e1362));
  background-image: -webkit-linear-gradient(bottom, #26187c 0%, #1e1362 100%);
  background-image: linear-gradient(to top, #26187c 0%, #1e1362 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1362', endColorstr='#26187c');
}


/* ============ BCM ============ */
#aui-cookies-consent.tsfz-bcm-branding {
	background-color: rgba(9,46,110,1);
}

#aui-cookies-consent.tsfz-bcm-branding.with-opacity {
	background-color: rgba(9,46,110,0.9);
}

#aui-cookies-consent.tsfz-bcm-branding .button a {
	border: 2px solid #3976e1;
	background-image: -ms-linear-gradient(top, #214381 0%, #152b52 100%);
	background-image: -moz-linear-gradient(top, #214381 0%, #152b52 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #214381), color-stop(1, #152b52));
	background-image: -webkit-linear-gradient(top, #214381 0%, #152b52 100%);
	background-image: linear-gradient(to bottom, #214381 0%, #152b52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214381', endColorstr='#152b52');
}

#aui-cookies-consent.tsfz-bcm-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #214381 0%, #152b52 100%);
  background-image: -moz-linear-gradient(bottom, #214381 0%, #152b52 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #214381), color-stop(1, #152b52));
  background-image: -webkit-linear-gradient(bottom, #214381 0%, #152b52 100%);
  background-image: linear-gradient(to top, #214381 0%, #152b52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#152b52', endColorstr='#214381');
}

#aui-cookies-consent.tsfz-bcm-branding .summary {
	font-size: 16px;
}

/* ============ EPF ============ */
#aui-cookies-consent.tsfz-epf-branding {
	background-color: rgba(138, 190, 92,1);
}

#aui-cookies-consent.tsfz-epf-branding.with-opacity {
	background-color: rgba(138, 190, 92,0.9);
}

#aui-cookies-consent.tsfz-epf-branding .button a {
	border: 2px solid #b3ec81;
	background-image: -ms-linear-gradient(top, #93c26a 0%, #6e914f 100%);
	background-image: -moz-linear-gradient(top, #93c26a 0%, #6e914f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #93c26a), color-stop(1, #6e914f));
	background-image: -webkit-linear-gradient(top, #93c26a 0%, #6e914f 100%);
	background-image: linear-gradient(to bottom, #93c26a 0%, #6e914f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c26a', endColorstr='#6e914f');
}

#aui-cookies-consent.tsfz-epf-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #93c26a 0%, #6e914f 100%);
  background-image: -moz-linear-gradient(bottom, #93c26a 0%, #6e914f 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #93c26a), color-stop(1, #6e914f));
  background-image: -webkit-linear-gradient(bottom, #93c26a 0%, #6e914f 100%);
  background-image: linear-gradient(to top, #93c26a 0%, #6e914f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e914f', endColorstr='#93c26a');
}


/* ============ WBA ============ */
#aui-cookies-consent.tsfz-wba-branding {
	background-color: rgba(62,61,61,1);
}

#aui-cookies-consent.tsfz-wba-branding.with-opacity {
	background-color: rgba(62,61,61,0.9);
}

#aui-cookies-consent.tsfz-wba-branding .button a {
	border: 2px solid #9a9a9a;
  background: #606060;
  background-image: -ms-linear-gradient(top, #c1c1c1 0%, #606060 100%);
  background-image: -moz-linear-gradient(top, #c1c1c1 0%, #606060 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c1c1c1), color-stop(1, #606060));
  background-image: -webkit-linear-gradient(top, #c1c1c1 0%, #606060 100%);
  background-image: linear-gradient(to bottom, #c1c1c1 0%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#606060');
}

#aui-cookies-consent.tsfz-wba-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #c1c1c1 0%, #606060 100%);
  background-image: -moz-linear-gradient(bottom, #c1c1c1 0%, #606060 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c1c1c1), color-stop(1, #606060));
  background-image: -webkit-linear-gradient(bottom, #c1c1c1 0%, #606060 100%);
  background-image: linear-gradient(to top, #c1c1c1 0%, #606060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606060', endColorstr='#c1c1c1');
}

/* ============ ALCURA ============ */
#aui-cookies-consent.tsfz-alcura-branding {
  background-color: rgba(1,167,129,1);
}

#aui-cookies-consent.tsfz-alcura-branding.with-opacity {
  background-color: rgba(1,167,129,0.9);
}

#aui-cookies-consent.tsfz-alcura-branding .button a {
  border: 2px solid #007358;
  background: #008C6C;
  background-image: -ms-linear-gradient(top, #06C599 0%, #008C6C 100%);
  background-image: -moz-linear-gradient(top, #06C599 0%, #008C6C 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #06C599), color-stop(1, #008C6C));
  background-image: -webkit-linear-gradient(top, #06C599 0%, #008C6C 100%);
  background-image: linear-gradient(to bottom, #06C599 0%, #008C6C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06C599', endColorstr='#008C6C');
}

#aui-cookies-consent.tsfz-alcura-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #06C599 0%, #008C6C 100%);
  background-image: -moz-linear-gradient(bottom, #06C599 0%, #008C6C 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #06C599), color-stop(1, #008C6C));
  background-image: -webkit-linear-gradient(bottom, #06C599 0%, #008C6C 100%);
  background-image: linear-gradient(to top, #06C599 0%, #008C6C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008C6C', endColorstr='#06C599');
}


/* ============ ALMUS ============ */
#aui-cookies-consent.tsfz-almus-branding {
  background-color: rgba(0,130,160,1);
}

#aui-cookies-consent.tsfz-almus-branding.with-opacity {
  background-color: rgba(0,130,160,0.9);
}

#aui-cookies-consent.tsfz-almus-branding .button a {
  border: 2px solid #00586C;
  background: #006177;
  background-image: -ms-linear-gradient(top, #0083A1 0%, #006177 100%);
  background-image: -moz-linear-gradient(top, #0083A1 0%, #006177 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0083A1), color-stop(1, #006177));
  background-image: -webkit-linear-gradient(top, #0083A1 0%, #006177 100%);
  background-image: linear-gradient(to bottom, #0083A1 0%, #006177 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0083A1', endColorstr='#006177');
}

#aui-cookies-consent.tsfz-almus-branding .button a:hover {
  background-image: -ms-linear-gradient(bottom, #0083A1 0%, #006177 100%);
  background-image: -moz-linear-gradient(bottom, #0083A1 0%, #006177 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0083A1), color-stop(1, #006177));
  background-image: -webkit-linear-gradient(bottom, #0083A1 0%, #006177 100%);
  background-image: linear-gradient(to top, #0083A1 0%, #006177 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006177', endColorstr='#0083A1');
}


/* Media queries */
.isTablet #aui-cookies-consent.mandatory .section.right,
.mobile #aui-cookies-consent.mandatory .section.right {
	text-align: center;
}

.isTablet #aui-cookies-consent .button-link,
.mobile #aui-cookies-consent .button-link {
	padding-left: 0;
}

@media (max-width: 1025px) {
	#aui-cookies-consent.mandatory .section.right {
		text-align: center;
	}
	#aui-cookies-consent .button-link {
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	#aui-cookies-consent.mandatory .section.centre {
		width: 100%;
	}
	#aui-cookies-consent.mandatory .section.right {
		margin-top: 10px;
		width: 100%;
	}
	
	#aui-cookies-consent .button-link {
	 	padding-left: 20px;
	}
}


/* IE9 Fixes */
.ie9 #aui-cookies-consent .button a {
  position: relative;
  z-index: -1;
}

.ie9 #aui-cookies-consent.tsfz-bcm-branding .button {border: 2px solid #3976e1;}
.ie9 #aui-cookies-consent.tsfz-bcm-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-boots-pharma-branding .button {border: 2px solid #3522ad;}
.ie9 #aui-cookies-consent.tsfz-boots-pharma-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-boots-labs-branding .button {border: 2px solid #d56aca;}
.ie9 #aui-cookies-consent.tsfz-boots-labs-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alliance-branding .button {border: 2px solid #007dfa;}
.ie9 #aui-cookies-consent.tsfz-alliance-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alloga-branding .button {border: 2px solid #1f8ece;}
.ie9 #aui-cookies-consent.tsfz-alloga-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alphega-branding .button {border: 2px solid #01c127;}
.ie9 #aui-cookies-consent.tsfz-alphega-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-wba-branding .button {border: 2px solid #9a9a9a;}
.ie9 #aui-cookies-consent.tsfz-wba-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alcura-branding .button {border: 2px solid #007358;}
.ie9 #aui-cookies-consent.tsfz-alcura-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-almus-branding .button {border: 2px solid #00586C;}
.ie9 #aui-cookies-consent.tsfz-almus-branding .button a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alvita-branding .button {border: 2px solid #0078d7;}
.ie9 #aui-cookies-consent.tsfz-alvita-branding .button a {border: none;}




#aui-cookies-consent .button-inferred {
  border: none;
  float: right;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

#aui-cookies-consent .button-inferred a {
  color: #3e3d3d !important;
  margin: 0 0 1px;
  background-image: -ms-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: -moz-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #cccccc));
  background-image: -webkit-linear-gradient(top, #fafafa 0%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #fafafa 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cccccc');
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  box-shadow: none;
  text-shadow: 0px 2px 3px #333;
}
#aui-cookies-consent .button-inferred a:hover {
  color: #3e3d3d !important;
  background-image: -ms-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: -moz-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fafafa), color-stop(1, #eeeeee));
  background-image: -webkit-linear-gradient(bottom, #fafafa 0%, #eeeeee 100%);
  background-image: linear-gradient(to top, #fafafa 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fafafa');
}
#aui-cookies-consent .button-inferred a:active {
  background: #3e3d3d;
  margin: 1px 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#aui-cookies-consent .button-inferred a {
  display: block;
  text-align: center;
  padding: 8px 20px 4px;
  color: #3e3d3d!important;
  text-decoration: none;
}
#aui-cookies-consent .button-inferred span {
  display: block;
}
#aui-cookies-consent .button-inferred .label {
  background: none;
  font-size: 14px;
}
#aui-cookies-consent .button-inferred .sub-label {
  font-size: 11px;
}
#aui-cookies-consent .button-inferred span.suv-label{
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 5px;
}

#aui-cookies-consent.tsfz-alphega-branding .button-inferred a {
	border: 2px solid #01c127;
	background-image: -ms-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: -moz-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #03902f), color-stop(1, #01741b));
	background-image: -webkit-linear-gradient(top, #03902f 0%, #01741b 100%);
	background-image: linear-gradient(to bottom, #03902f 0%, #01741b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03902f', endColorstr='#01741b');
}

#aui-cookies-consent.tsfz-alphega-branding .button-inferred a:hover {
  background-image: -ms-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: -moz-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #03902f), color-stop(1, #01741b));
  background-image: -webkit-linear-gradient(bottom, #03902f 0%, #01741b 100%);
  background-image: linear-gradient(to top, #03902f 0%, #01741b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01741b', endColorstr='#03902f');
}
/* IE9 Fixes */
.ie9 #aui-cookies-consent .button-inferred a {
  position: relative;
  z-index: -1;
}

.ie9 #aui-cookies-consent.tsfz-bcm-branding .button-inferred {border: 2px solid #3976e1;}
.ie9 #aui-cookies-consent.tsfz-bcm-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-boots-pharma-branding .button-inferred {border: 2px solid #3522ad;}
.ie9 #aui-cookies-consent.tsfz-boots-pharma-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-boots-labs-branding .button-inferred {border: 2px solid #d56aca;}
.ie9 #aui-cookies-consent.tsfz-boots-labs-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alliance-branding .button-inferred {border: 2px solid #007dfa;}
.ie9 #aui-cookies-consent.tsfz-alliance-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alloga-branding .button-inferred {border: 2px solid #1f8ece;}
.ie9 #aui-cookies-consent.tsfz-alloga-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alphega-branding .button-inferred {border: 2px solid #01c127;}
.ie9 #aui-cookies-consent.tsfz-alphega-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-wba-branding .button-inferred {border: 2px solid #9a9a9a;}
.ie9 #aui-cookies-consent.tsfz-wba-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alcura-branding .button-inferred {border: 2px solid #007358;}
.ie9 #aui-cookies-consent.tsfz-alcura-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-almus-branding .button-inferred {border: 2px solid #00586C;}
.ie9 #aui-cookies-consent.tsfz-almus-branding .button-inferred a {border: none;}

.ie9 #aui-cookies-consent.tsfz-alvita-branding .button-inferred {border: 2px solid #0078d7;}
.ie9 #aui-cookies-consent.tsfz-alvita-branding .button-inferred a {border: none;}
