.profile.wide.edit.change-contact-info-overlay {
    background: transparent url("/images/OFS_button_alpha.png") no-repeat scroll left 0;
    display: inline-block;
    font-size: 13px;
    height: 23px;
    line-height: 22px;
    padding-left: 10px;
    text-decoration: none;
    border: medium none;
}

.profile.wide.edit.change-contact-info-overlay:hover {
    background-position: left -46px;
}

.profile.wide.edit.change-contact-info-overlay span {
    background-position: right 9px;
    color: #fff;
    cursor: pointer;
    padding-left: 0;
    padding-right: 15px;
}

.accountDetailsWrapper #accordionGraph .tab h3 {
white-space: nowrap;
}

h1 {
float: none;
}

#main.dashboard h1, #main.products h1 {
   float: left;
}

#main.compose h1 {
    float: none;
}
div#main.academy div.content div.wrapper div.main div.video p{
color: white;
}

div#main.academy div.content div.wrapper div.main div.video p iframe{
width:640px;
height:390px;
}

#main .navigation li.alt a, #main .navigation li.alt a:visited {
    background-position: left -98px;
}

div#main.products div.content div.main{
margin-top: 0px;
}

/*to highlight current page in flyout nav*/
#navigation .navigation_current_page a.main, #navigation .navigation_current_page a.main:visited{
	color:black !important;
	background-position: right -26px;
}

div#main.academy div.content div.wrapper div.main div.video ul li{
color:white;
}

#main.academy .video {
float:left;
}

#navigation .sub li .section {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;
}
#navigation .sub li .title {
    color: #0096AD;
    display: block;
    font-family: 'TazSemiLight',sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 8px;
}
div#navigation ul li div.sub ul li ul.link li{
	clear: both;
}
#navigation .sub li p, #navigation .sub li ul {
    padding: 0px;
}
#navigation .sub > ul > li {
    float: left;
    margin-left: 10px;
    padding: 10px;
    width: 197px;
}
#header .navigation li.login a, #header .navigation li.login a:visited {
    background: url("/images/OFS_login.png") no-repeat scroll left 1px transparent;
    color: #0096AD;
    padding-left: 12px;
}
/*footer changes since we're writing out the image tag instead off background from css
this gives more flexibility
mc icons spacing fix*/
#footer a, #footer a:visited {
    margin-left:0px;
    line-height: 0;
}
#footer .double a, #footer .double a:visited {
    margin-left:12px;
}
#footer img {
    vertical-align:middle
}
#footer .column {
    line-height: 29px;
    padding: 5px 10px;
}

#navigation a.mainnosubs, #navigation a.mainnosubs:visited {
background: none;
}

/* 19-03-2011 not needed anaymore because of deleting clear:both 
#main.campagne .sub h1, #main.campagne .sub h2, #main.campagne .sub h3, #main.explanation .main h2  {
clear:none;
}
*/

#main.campagne .main .blockright {
    left: 510px;
}


#main.explanation .sub.two.full .column {
    width: 810px;
}

#main .social {
    min-height: 23px;
}

#main .main {
    margin-top: 0;
}

/* 21-06-2012 MM: Removed due to comment on bug RBFS-672.
#main ul.navigation {
    margin-bottom: -14px;
}
*/

#main.academy .wrapper {
    padding: 1px;
}

#main.academy .side {
	padding: 20px 14px;
}
#main .main p {
    max-width: none;
}
ul.arrow, li.arrow {
    list-style: none outside none;
    overflow: hidden;
}
ul.arrow li, a.arrow, li.arrow {
    background: url("/images/OFS_arrow_right.png") no-repeat scroll left -96px transparent;
    margin-bottom: 5px;
    padding-left: 10px;
}


.main ul.tabs li {
    margin-left: 0;
}

/* fix for related items height */
.horizontal.videos .items li img, .horizontal.articles .items li img {
    height: 101px;
}

/*
21-05-2012
 in april sprint in sprint1.css the following was added 
ul, ol {
	padding: 0 0 20px 20px;
}
this breaks the campaign page.
*/

/* fix for service and contact for normal text  */
#main.service .sub p {
    max-width:none;
}

/* because or error-404 page is a campaign page */
#main.error-page .search-box {
    margin-top: 24px;
}

/* ul in block on campaign page */
.campagne .sub ul {
    list-style: disc outside none;
    padding: 0 0 0 15px;
}

.campagne .sub ul.link, .campagne .sub ul.arrow {
    padding: 0;
}


/* 04-07-2012 but not needed again for contact block on campaign page */
.campagne .service  ul {
    list-style: none;
}

#main.campagne .sub.left h3, #main.campagne .sub.right h3 {
    width: 420px;
}

#question-form select#categorie {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* 25-06-2012 */
#main.dashboard .products .block p {
    max-width: none;
}

#main.dashboard .sub .column {
    float: none;
}

/* 02-07-2012 
- RFS-1665 Fix for campaign page 
*/
#main ul.panes { 
    padding-left: 0;
}

/* 3-07-2012 */
#main ul.navigation {
	height: 98px;
}

#main.academy ul.navigation {
	height: 112px;
}

/* from the old contact box on th eservice page, can be removed from sprint1 in the future 
#main.service label {
    float: none;
    font-size: 12px;
    line-height: 14px;
}
*/


/* 4-7-2012 clockwork html has inline style can be included in style for dashboard sprint_feb.css */
/* 6-7-2012 label for service page */
#main.campagne .service label, #main.service .service label {
    display: block;
    margin-bottom: 5px;
}


/* BEGIN 05-07-2012 MM: Removal of badges functionality. */
#main .frame .badge {
	background: none !important;
}

#main.profiel div.tmp {
	display: none !important;
}

#main div.profile ul.badges, #main div.profile span.points {
	display: none !important;
}
/* END 05-07-2012 MM: Removal of badges functionality. */


/* HV 11-07-2012: academy page will use general social media bar */
#main.academy .social {
    background-color: #879BAA;
    padding: 12px;
}


/* 01-08-2012 MM: fix for button in main navigation */
#navigation ul li.my a.main {
	background-position-x: 88px;
}

/* 01-08-2012 HV  fix for box items in forum page */
#main.forum .sub.three .column { 
	margin-right: 5px;
}

/* 24-08-2012 HV RBFS-2527 - if the settings have been removed from sprint_jun.css
which is the case at clockwork, but not isdc, this can be removed again 
sprint_jun.css
#types li li {
color: #879BAA;
font-weight: bold;
margin-bottom: 5px;
}
*/
#types li li {
	color: #000;
	font-weight: normal;
}

/* Search box on contact page */
#main.service .question .box .ask-question {
    color: #879BAA;
    font-weight: bold;
}

.box input[type="submit"] 
{ 
color: #FFFFFF;
font: 13px/1.4 Verdana;
width: 100px; 
height: 23px; 
text-indent: -10px;
background: url("/images/OFS_button_beta.png") no-repeat; 
background-position: right 0;
} 

#main.academy .main .video h2 { padding-bottom: 15px; }

div.caroufredsel_wrapper ul.items li a span {height: 34px;display:block; overflow:hidden}

.campagne .sub .items ul { 
    list-style: none outside none; 
} 

.campagne .sub .videos li, .campagne .sub .link li, #overlay #types ul.link li { 
    list-style: none outside none; 
} 


#main.academy div.content span ul.navigation li.active ul li a, #main.academy div.content span ul.navigation li ul li a { background-color: #FFFFFF !important; background-image: url("/images/OFS_arrow_right.png") !important; background-position: 5px -86px; background-repeat: no-repeat; padding-bottom: 10px; }
#main.academy .navigation ul li, #main.academy .navigation ul li a { display: block; height: auto; }
#main.academy ul.navigation li ul { background-color: #FFFFFF; }
#main.academy .navigation li.active ul li.activesub a span { color:#000 }

/* fix to overrule style from sprint_jun.css, for positioning layer,
#main.campagne .main .logout {
top: 70px;
}
*/

#main.campagne .main .logout, #main.campagne .main .registered  {
top: 50%;
}

/* Actueel block mods */
.backgr {
    background-color: #000000;
    margin-left: -33px;
    margin-top: -15px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    padding-left: 30px;
    padding-top: 14px;
    width: 578px;
}

#main.articles .box.position1 .backgr div {
    background: url("/images/OFS_article_position.png") no-repeat scroll -35px 2px transparent;;
}

#main.articles .box.position2 .backgr div {
    background: url("/images/OFS_article_position.png") no-repeat scroll -76px -4px transparent;
}

#main.articles .box.position1 .backgr h2 a,#main.articles .box.position2 .backgr h3 a {
    color: #FFFFFF;
}
/* End Actueel block mods */

/* OFS Form mods */
label.formerror {
    border: medium none;
    clear: left;
    color: #E24411 !important;
    display: block;
    left: 175px;
    top: -20px;
    position: relative;
    margin-left: 0;
    padding: 3px;
    text-align: left !important;
    width: 350px !important;
    padding-left: 28px;
    padding-top: 10px;
    background: url("/images/OFS_form.png") no-repeat scroll left -573px transparent;
}

/* OFS restyle academy */

#main.academy .wrapper {
    background: none repeat-x scroll left bottom #E6EFF7;
    margin: 10px 0 0;
    padding: 0;
}

#main.academy .main {
    background-color: #E6EFF7;
    min-height: 588px;
}

#main.academy .main .video h2 {
    color: #000000;
}

div#main.academy div.content div.wrapper div.main div.video p,
div#main.academy div.content div.wrapper div.main div.video ul li {
    color: #000000;
}

#main.academy .side {
    background-color: #E6EFF7;
    margin-left: 0;
    padding: 20px 0 30px 30px;
}

#main .main .video {
    width: 650px;
}

#main.academy .side .title {
    color: #000000;
}

#main.academy .social {
    padding: 3px 0 8px;
}
#main .main .video span, 
#main .main .video a, 
#main .main .video a:visited {
    display: inline;
}

.semi-transparent {
   background-color:black;
   opacity:.7;
   filter:alpha(opacity=70);
   z-index:-1;
   position:absolute;
   width:100%;
   height:100%;
   top:5px;
   left:0px;
   right:0px;
   bottom:0px;
   color: white;
}
.semi-transparent-wider-block {
   width:375px !important;
}
.semi-transparent-absolute {
   position:absolute;
   top:-5px;
   width: 350px;
}
.semi-transparent-relative {
   position:relative;
   padding: 20px 20px 0
}
.semi-transparent-header {
   color: #ffffff;
}
#main .main .block .bg {
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url("/ofssystem/js/PIE.htc");
}

/* rbfs-3458 */
#main.dashboard .main .tabs li.active a, #main.dashboard .main .tabs li.active a:visited, #main.dashboard .main .tabs li.active a:hover {
    width: auto !important;
}
/* 27-12-2012 */
#main.news .left-column-wide {
    float: left;
    width: auto;
}
#main.news .last {
    margin-top: 0; 
}
#main.news .social {
    margin: 0; 
}
#main #campaignmain .tabs {
   z-index: 2;
}
.semi-transparent-wider-block {
   color: #FFFFFF;
}

#navigation li.last a.main, #navigation li.last a.main:visited {
   background: white url("/images/OFS_arrow_right.png") no-repeat 128px -92px;
}

#types > li {
    height: 750px;
    background: url("/images/OFS_types_back.png") no-repeat scroll left top transparent;
    cursor: auto;
}

#types > li > img, #types > li > p > img  {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#overlay #types {
    padding-bottom: 0;
}
#main.error-page .main .semi-transparent-absolute {
    width: 600px;
}

#main.error-page .main .semi-transparent-relative {
    padding: 30px;
}
.banks-alternative {
    list-style: none outside none;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
}
.banks-alternative li {
	float:left;
	padding-right:10px;
}
#main.service .question .rosa {
    margin-bottom: -45px;
}

#main.campagne .blocks .block {
    height: auto;
    min-height: 180px;
}
#types.narrow > li {
    background-image: url("/images/OFS_types.png");
}

/* Start moneymeter */
.home #tool .results a.hide, #main .results a.hide:visited {
	display: block!important;
}

.lowres #tool {
	display: block;
}
.lowres #featured {
   	bottom: -25px;
}
.lowres #main {
  	min-height: 630px!important;
}
.lowres .home #tool {
    margin-top: -20px;
}
.lowres #scrollable .wrap2 {
 	bottom: auto;
	top: 430px
}

.campagne .sub #tool ul {
    padding: 0;
}
/* End moneymeter */

#sitemap .column .sub {
    background: none repeat scroll 0 0 transparent;
    border-bottom: medium none;
    padding: 0;
}

.dashboard #types .box-rendement {
    margin: -45px 0 0;
    padding: 0;
    visibility: hidden;
}

.dashboard #types.narrow > li {
    background-image: url("/images/OFS_types-back-small.png");
    height: 710px;
    background-position: 0;
    cursor: pointer;
}

.dashboard #types.narrow > li.selected {
    background-position: -197px 0;
}

#portefeuillescan li.text a {
    background: none repeat scroll 0 0 #0096AD !important;
    border: medium none;
    color: #FFFFFF;
    display: inline;
    height: 20px;
    margin: 0;
    padding: 0;
    position: inherit;
    text-decoration: underline;
    width: auto;
}

#portefeuillescan li.text a:hover {
    text-decoration: none;
}

/* fix for landingspage text alignment */
div#campaignmain div.registered h1 {
    height: 89px;
    width: 370px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px 0 10px;
    line-height: 25px !important;
}

/* fix for login */
#overlay .login .header {font-weight: 600;}
#overlay .login h3 {font-weight: 600;}
#overlay .login h3.normal {font-weight: normal;}
#overlay #loginForm label{font-weight: normal;}


#main.register .form {
    margin-top: -215px;
}

#main.register .main h1 {
    top: 55px;
    color: #0096AD;
}
#main.products div#accordionCompareFunds.accordion tr th a.info {
    visibility: hidden;
}

div#container div#navigation ul li.my a.main {
    background: url("/images/OFS_form.png") no-repeat scroll 132px -83px #E68A00;
    color: #FFFFFF;
}
#footer {
    margin-bottom: 20px;
}
#main.articles h2 {
    width: 560px;
}
#main.bio .box .quote {
	padding: 10px 12px 26px;
}

/* rso-656 temp move to ofs.css */ 
#main.results .result img{
  width: 105px;
  height: 69px;
}

/* chat button become client */
#chatButton {
   position: fixed;
   margin: 0px;
   padding: 0px;
   top: 40%;
   right: 10px;
   list-style: none;
   z-index:9999;
}

#chatButton li a, #chatButton li a:visited {
  display: block;
  text-indent: -9999px;
  width: 107px;
  height: 78px; 
  background: transparent url("/images/OFS_button_waar_mee_kunnen_wij_u_helpen.png") no-repeat;
}
#header .navigation li a.login, #header .navigation li a.login:visited {
    font-weight: bold;
}
#header .navigation li.logout a#logoutLink, #header .navigation li.logout a#logoutLink:visited {
    font-weight: bold;
}
#header .navigation li a, #header .navigation li a:visited {
    color: #879BAA;
}

li.defensive a.button span, li.neutral a.button span, li.offensive a.button span {
    line-height: 23px;
}

a#corporateFundsListLink {
    font-weight: normal;
    width: 260px;
    text-align: center;
    color: #0096AD;
    text-decoration: none;
}
#main.register .main h1 {
    line-height: 36px;
    width: 330px;
}
#main.forum .featuredDiscussions div.category {
    border: medium none;
    float: none;
    margin-left: 15px;
    margin-top: 10px;
    position: relative;
    width: 800px;
    padding: 0;
    height: 30px;
}

#main.forum .featuredDiscussions div.category span {
    display: block;
    font-family: 'TazSemiLight',sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.1em;
    margin-bottom: 10px;
    margin-right: 10px;
}

#main.forum .featuredDiscussions div.results {
    background: url("/images/OFS_sub.gif") repeat-x scroll left bottom #FFFFFF;
    overflow: hidden;
    padding-bottom: 20px;
}

#main.forum .featuredQuestions div.featured {
    background: none repeat-x scroll left bottom #FFFFFF;
    border: 1px solid #D6DFE6;
    float: left;
    height: 180px;
    margin: 7px 0 0 15px;
    padding: 12px 5px 0 15px;
    position: relative;
    width: 260px;
}

#main.forum div.featured p.featureTitle {
    display: none;
}

#main.forum div.featured p.featureText {
    background: url("/images/OFS_overlay_arrow_right.png") no-repeat scroll 0 5px transparent;
    color: #0096AD;
    font-size: 16px;
    font-style: italic;
    margin-left: -5px;
    padding-left: 10px;
}

#main.forum div.featured p.date {
    bottom: 0;
    color: #879BAA;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    right: 10px;
}

#main.forum .buttons.socialQuestions li {
    background-image: linear-gradient(#FFFFFF, #F3F6F8);
    border: 1px solid #D6DFE6;
    float: left;
    font-size: 11px;
    padding: 0 8px;
}
#main.forum .featuredQuestions div.featured:hover {
    background: url("/images/OFS_sub.gif") repeat-x scroll left bottom #FFFFFF;
}
#searchEntryTitle {
    margin-top: 25px;
}

.idealBanks{
    padding: 15px 30px;
}
#portefeuillescan li.type2,#portefeuillescan li.type3,#portefeuillescan li.type1 {
    font-size: 16px;
    line-height: 1.2em;
}
div.selfCertificationForm {
    font-weight: normal;
}
#main.campagne div.content div#campaignmain.main ul.tabs li.active a, #main.campagne div.content div#campaignmain.main ul.tabs li a {
    padding:0 10px; 
}

#iframe {
    border-style: none;
}
div.selfCertificationForm h4#selfCertificationHeaderAccHolder1, div.selfCertificationForm h4#selfCertificationHeaderMinor, div.selfCertificationForm h4#selfCertificationHeaderAccHolder2 {
    font-family: verdana;
    font-size: 12px;
    font-weight: normal;
}
#main.register .form .steps-main li {
	margin-left: 20px;
}
#loginForm ::-webkit-input-placeholder {
  font-size: 13px;
}

#loginForm :-moz-placeholder {
  font-size: 13px;
}

#loginForm ::-moz-placeholder {
  font-size: 13px;
}

#loginForm :-ms-input-placeholder {
  font-size: 13px;
}

#footer .column.double {
    white-space: nowrap;


}


/* IDEAL LOGO VERPLAATSEN */

#ideal.form .logo {
    margin: -100px 40px 0 0;
    position: absolute;
    right: 0;
}

#ideal .tooltip {
    float: right;
    margin: -33px 380px 0 0;
}

#idealFormWrapper {
    padding: 15px 10px;
}
#ideal.form {
    padding: 0;
}
#idealFormWrapper div.container {
    margin: -25px 0;
}

#ideal.form .submit button {
    margin-right: 0;
}

.idealBanks {
    padding: 0 10px 15px;
}

#idealFormWrapper label.error {
    margin-bottom: 17px;
    padding: 10px 0 0 28px;
    white-space: nowrap;
}
#ideal.form .select .options {
    padding: 0;
    margin: 5px 0;
}
#ideal.form .select .options span {
    padding-left: 8px;
}

.handle {
	color: #FFFFFF;
	font-family: TazSemiLight;
	font-size: 16px;
	padding: 5px 5px 0 10px;
}
a.handle {
	color: #FFFFFF;
}
#slide-out-div {
	position: fixed;
	bottom: -242px;
	right: 20px;
	width: 400px;
	height: 200px;
	z-index: 100;
}
.toggle {
    background: none repeat scroll 0 0 #00A2BD;
    color: #FFFFFF;
    font-family: TazSemiLight;
    font-size: 16px;
    height: 25px;
    left: 80%;
    margin-left: -100px;
    margin-top: -50px;
    padding: 5px 0 0;
    position: absolute;
    text-align: center;
    width: 150px;
}
a.toggle {
    color: #FFFFFF;
}
#xxx {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
    cursor: pointer;
    float: right;
    height: 22px;
    left: 96%;
    margin: -12px;
    padding: 0;
    text-align: center;
    width: 20px;
}
#xxx:hover {
    border: 1px solid #00A2BD;
    color: #00A2BD;
    text-decoration: none;
}
ul.vink li, ul.vink-groen li {
    background: url("/images/vink-groen-22.png") no-repeat scroll -3px 2px transparent;
    margin-bottom: 5px;
    padding-left: 26px;
    line-height: 22px;
    list-style: none outside none;
}

ul.vink-zwart li {
    background: url("/images/vink-zwart-22.png") no-repeat scroll -3px 2px transparent;
    margin-bottom: 5px;
    padding-left: 26px;
    line-height: 22px;
    list-style: none outside none;
}

ul.vink-wit li {
    background: url("/images/vink-wit-22.png") no-repeat scroll -3px 2px transparent;
    margin-bottom: 5px;
    padding-left: 26px;
    line-height: 22px;
    list-style: none outside none;
}
ul.vink-wit, ul.vink-groen, ul-vink-zwart {padding-left:0;}

#overlay.overlayCupidoPage, #overlay.overlayImageContent {
    width:1010px;
}
#main.products #accordionCompareFunds.accordion div.pane:nth-of-type(4) div.pane-content > :not(table) {
  display : none;
}
/* you tube uitzetten
#main.articles ul.youtube {
    display: none;
} */

#sitemap {
    background: url("/images/back-pane.jpg") repeat-x scroll left top #FFFFFF;
}

#main.register .main {
  height: 360px;
  padding: 0;
  margin: -45px -20px 0;
  position: initial;
}

/*
	WNF: This is from the service & contact page the last accordion
	tried to change the style through jquery but only this seems to work
	stel-een-vraag.jsp has the javascript, 
	id number is unique and always the same
*/
#tcm831-393564-0{
	cursor: pointer;
	padding: 0 32px;
	margin-bottom: 2px;
	border-top: none !important;
	border-bottom: none !important;
	background-color: #fff !important;
}

#tcm831-393564-0 h3{
	/*background: none !important;*/
}


/* ---------- */
a.button-alpha, a.button-alpha:visited {
	display: inline-block;
	float: none;
	height: 38px;
	margin-right: 15;
	margin-top: 20px;
	padding-right: 25px;
	padding-left: 15px;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size:13px;
}

a.button-alpha.blue, a.button-alpha.blue:visited {
	background:  -webkit-gradient(linear, left top, left bottom, from(#00A2BD), to(#0096ad));
	background:  -webkit-gradient(linear, left top, left bottom, from(#00A2BD), to(#0096ad));
	background:  -webkit-linear-gradient(#00A2BD, #0096ad);
	background:  -moz-linear-gradient(#00A2BD, #0096ad);
	background:  -ms-linear-gradient(#00A2BD, #0096ad);
	background:  -o-linear-gradient(#00A2BD, #0096ad);
	background:  linear-gradient(#00A2BD, #0096ad);
}

a.button-alpha.blue:hover {
	background:  -webkit-gradient(linear, left top, left bottom, from(#0096ad), to(#00A2BD));
	background:  -webkit-linear-gradient(#0096ad, #00A2BD);
	background:  -moz-linear-gradient(#0096ad, #00A2BD);
	background:  -ms-linear-gradient(#0096ad, #00A2BD);
	background:  -o-linear-gradient(#0096ad, #00A2BD);
	background:  linear-gradient(#0096ad, #00A2BD);
}

a.button-alpha, a.button-alpha:visited {
	position: relative;
	float: left;
	min-width: 160px;
	height: 38px;
	margin-right: 20px;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f89408), to(#e68a00));
	background: -webkit-linear-gradient(#f89408, #e68a00);
	background: -moz-linear-gradient(#f89408, #e68a00);
	background: -ms-linear-gradient(#f89408, #e68a00);
	background: -o-linear-gradient(#f89408, #e68a00);
	background: linear-gradient(#f89408, #e68a00);
	-pie-background: linear-gradient(#f89408, #e68a00);
	behavior: url("/ofs-web/css/pie/PIE.htc");
}

a.button-alpha:hover {
	text-decoration: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#e68a00), to(#f89408));
	background: -webkit-linear-gradient(#e68a00, #f89408);
	background: -moz-linear-gradient(#e68a00, #f89408);
	background: -ms-linear-gradient(#e68a00, #f89408);
	background: -o-linear-gradient(#e68a00, #f89408);
	background: linear-gradient(#e68a00, #f89408);
	-pie-background: linear-gradient(#e68a00, #f89408);
}

a.button-alpha span, a.button-alpha:visited span {
	display: block;
	color: #fff;
	font-size: 13px;
	text-align: center;
	line-height: 38px;
	padding-right: 12px;
	margin: 0 10px;
	background: url("/images/OFS_form.png") no-repeat right -75px;
}

li.last{
	list-style-type: none;
}

/* ---------- */


.form .field0 {
    display: none;
}

.formInbetweenText  {
    width: 100% !important;
    padding: 10px 0 10px 0;
}

.formHeader {
    width: 100% !important;
}



#refreshCaptcha {
    border:none;
}


div #headerBanner {
      top: 40px!important;
      z-index: 50!important;
}





/*
    You need help for KWP
	ROB3385:
*/
    #needHelpBlockKWP{
        width:350px;
        height:146px;
        display:block;
        background-color:none;
        margin:10px;
        padding:5px;
        border-style:solid;
        border-color:#f3f6f8;
    }

    #needHelpBlockKWPHeader{
        height:20%;
        background-color:#fff;
        border-bottom:dashed;
        border-color:#f3f6f8;
        font-size:20px;
        padding:5px;
    }

    #needHelpBlockKWPBody{
        height:59%;
        background-color:#f3f6f8;
        margin-top:2px;
        padding:8px;
    }

    .contactOptions{
        margin-top:10px;
        margin-left:5px;
    }

    .contactOptions span{
        display:inline-block;
    }
    
    .contactOptions img{
        position:relative;
        margin-top:-20px;
        margin-right:10px;
        width:20px;
        height:20px;
    }

     .contactOptions .call{
        margin-top:10px;
        display:inline-block;
        background-color:none;
        width:49%;
    }

    .contactOptions .chat{
        margin-top:-55px;
        margin-left:150px;
        width:49%;
    }

    .contactSmall{
        width:100px !important;
        min-width:100px !important;
    }

    a#toLoginPage {
    font-size: 1.2rem;
    color: #fff!important;
    text-transform: uppercase;
    font-family: 'TazSemiLight', sans-serif;
    width: 21%;
    position: relative;
    display: block;
    text-align: center;
    padding:.5em 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, left bottom, from(#00a2bc), to(#00879b));
    background: -webkit-linear-gradient(#00a2bc, #00879b);
    background: -moz-linear-gradient(#00a2bc, #00879b);
    background: -ms-linear-gradient(#00a2bc, #00879b);
    background: -o-linear-gradient(#00a2bc, #00879b);*/
    background: linear-gradient(#00a2bc, #00879b);*/
    -pie-background: linear-gradient(#00a2bc, #00879b);
    behavior: url(/ofs-web/css/pie/PIE.htc);
    vertical-align: top;
    margin-left: -10px;
    }

    a#toLoginPage:hover  {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00879b), to(#00a2bc));
    background-image: -webkit-linear-gradient(#00879b, #00a2bc);
    background-image: -moz-linear-gradient(#00879b, #00a2bc);
    background-image: -ms-linear-gradient(#00879b, #00a2bc);
    background-image: -o-linear-gradient(#00879b, #00a2bc);
    background-image: linear-gradient(#00879b, #00a2bc);
    -pie-background: linear-gradient(#00879b, #00a2bc);
    }
    #chooseAccountTypeForm span.legend {
    font-size: 1.3rem!important;

    }

    a#toLoginPage {
        font-size: 1rem;
    }


/* ******************************* */

.becomeClientloginpage#main  .main {
background-color: #ffffff;
}

#main.campagne .sub .column .sub {
    background: none;
    padding: 0 0 15px;
}
/* 28-02-2017 ROB3942: adjust layout extra radio button and label Mijn Robeco > Storten tab "maandelijkse incasso". */
#periodicDirectDebitFieldset {
    max-width: 580px;
}
#main.deposit .formfields .radios#periodicDirectDebitFieldset label.legend {
    margin-bottom:50px;
}
/* end */

@media screen and (min-width: 778px) {
  div#main.products .content div.result #funds_table_responsive {
    display: none;
  }
}

/* Navbar Shopping cart */
#navigation > ul > li.navbarshoppingcart > div {
   margin-right:10px;
}

#navigation > ul > li.navbarshoppingcart > div > a > img {
  height:22px;
  width:28px;
  margin-top:9px;
  position:absolute
}

#shoppingcartitemsindicator {
  width:18px;
  height:18px;
  background-color:#fff;
  color:#02a3bd;
  float:right;
  border-radius:20px;
  text-align:center;
  line-height:18px;
  margin-top:4px;
  margin-left:16px;
  position:relative;
  visibility:hidden;
}
#main .shoppingCart .container .row.backLinkContainer {
    display: none;
}
#main.account-detail .summary dd.rend {
    font-weight: bold;
    font-size: 14px;
}
.cookieConcent{
	float:left;
	position: relative;
	min-width: 199%;
	max-width: 100%;
	left: -50%;
	margin:auto !important;
	margin-top: -103px !important;
	margin-bottom: 0 !important;
padding-bottom: 10px;
	background-color:#E6eff7;
	clear:both;
	visibility: initial;
	display:none;
height:90px;
}


.cookieConcentSmall{
	height: 100px !important;
    float:left;
	position: relative;
	min-width: 199%;
	max-width: 100%;
	left: -50%;
	margin:auto !important;
	margin-top: -102px !important;
	margin-bottom: 0 !important;
	background-color:#E6eff7;
	clear:both;
	visibility: initial;
	display:none;
}

form > ul > li {
 list-style-type: none;
 display:block;
 padding:0px;
 margin: 0px 10px 0px 0px;
 margin-top: 20px;
}

form > button a:hover {
 margin-top:10px;
 background-color:#f89408;
 width:125px;
 height:30px;
 color:#ffffff;
 border: 0px;
text-decoration: underline;
}

/*
ul > li > h3{
 display:inline;
}

ul > li > p {
 display:inline;
 padding-left:30px; 
}
*/

ul > li > input[type=checkbox].css-checkbox{
 position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width:1px;
margin: -1px;
padding: 0;
border: 0;
}

ul > li > input[type=checkbox].css-checkbox + label.css-label{
 padding-left: 20px;
 height: 15px;
 display: inline-block;
 line-height: 15px;
 background-repeat: no-repeat;
 background-position: 0 0;
 font-size: 15px;
 vertical-align: middle;
 cursor: pointer;
} 


ul > li > input[type=checkbox].css-checkbox:checked {
 background-position: 0 -15px;
}

ul > li > input[type=checkbox].css-checkbox:checked + label.css-label {
 background-position: 0 -15px;
}




ul > li > input[type=checkbox].css-checkbox.lrg + label.css-label.lrg{
 padding-left: 30px;
 height: 20px;
 display: inline-block;
 line-height: 20px;
 background-repeat: no-repeat;
 background-position: 0 0;
 font-size: 15px;
 vertical-align: middle;
 cursor: pointer;
} 

ul > li > input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{
 background-position: 0 -20px;
}

.checkedUncheckedIMG{ background-image:url("/images/checkedUnchecked.png"); }

.checkedUncheckedIMGGray { 
	background-image:url("/images/checkedUncheckedGray.png"); 
	cursor: default !important;
}


.saveCookieButton{
 display:block;
 margin-top:10px !important;
 background-color:#f89408;
 width:100px;
 height:18px;
 color:#ffffff;
 border: 0px;
 padding: 8px;
 text-align: center;
 cursor: pointer;
}

a.saveCookieButton:link {
	color: #ffffff !important;
	text-decoration: none;
}
a.saveCookieButton:visited {
	color: #ffffff !important;
	text-decoration: underline;
}
a.saveCookieButton:hover {
	color: #ffffff !important;
	text-decoration: underline;
}

.showHint{
	position: relative;
	float: left;
	display: block;
	margin-left: 0px;
	margin-top: 15px;
}

.hideHint{
	visibility: hidden;
}

#saveCookieSettingsButton {
    margin-top: 0 !important;
}

.img-act-small {
      width: 285px;
}

@media (max-width: 768px){
.addToCartDialog {
    padding-top: 15%;
  }
}

/* Added by SB (ROB3942) - 2017 Contact design */
.contact-options {
   width:100%;
   text-align:center;
   margin:0 auto 20px auto;
}
.contact-option {
   display:inline-block;
   width:25%;
   margin:0 4%;
   vertical-align: text-top;
}
a.btn-blue-border {
     background: #fff;
     border:#00a2bd 1px solid;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
     padding:5px 24px;
     font-size: 17px;
     font-family: "TazSemiLight", sans-serif;
     text-transform: uppercase;
     margin: 15px 0 0 0;
     display: inline-block;
     cursor: pointer;
}
body {
opacity: 1 !important;
}

#main.news {
    margin-left: -10px;
    margin-top: 12px;
}

#main .actueel-detail-hero + .actueel-detail-follow-up + .actueel-detail-intro > .col-sm-8, #main .actueel-detail-hero + .actueel-detail-intro > .col-sm-8 {
    margin-top: -50px !important;
}
#main .actueel-overview-grid .block-group .block-small > .block-wrapper > .caption > .header {
    font-size: 22px !important;
    max-height: 80px !important;
}
#main .actueel-overview-grid .block > .block-wrapper > .caption {
    background-color: rgba(0, 0, 0, 0.35) !important;
}

#main .actueel-overview-grid .block-text-only > .block-wrapper > .caption {
    background-color: transparent !important;
}


.cookieConsent,
.cc-notificationSmall,
.cc-notification {
    display: none;
}

.cookieConsent {
    background-color:#E6eff7;
    position: fixed;
    height: 100px;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.ccContainer {
    margin: 0 auto;
}

.cc-notification-buttons{
    position: relative;
    float: left;
    min-width: 160px;
    margin-right: 20px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0096AD), to(#00A2BD));
    background-image: -webkit-linear-gradient(#0096AD, #00A2BD);
    background-image: -moz-linear-gradient(#0096AD, #00A2BD);
    background-image: -ms-linear-gradient(#0096AD, #00A2BD);
    background-image: -o-linear-gradient(#0096AD, #00A2BD);
    background-image: linear-gradient(#0096AD, #00A2BD);
    -pie-background: linear-gradient(#0096AD, #00A2BD);
    behavior: url("/ofs-web/css/pie/PIE.htc");
}


a.cc-notification-buttons:hover {
    text-decoration: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00A2BD), to(#0096AD));
    background-image: -webkit-linear-gradient(#00A2BD, #0096AD);
    background-image: -moz-linear-gradient(#00A2BD, #0096AD);
    background-image: -ms-linear-gradient(#00A2BD, #0096AD);
    background-image: -o-linear-gradient(#00A2BD, #0096AD);
    background-image: linear-gradient(#00A2BD, #0096AD);
    -pie-background: linear-gradient(#00A2BD, #0096AD);
}

a.cc-notification-buttons span, 
a.cc-notification-buttons:hover span {
    display: block;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 33px;
    padding-right: 12px;
    margin: 0 10px;
    background: url("/images/OFS_form.png") no-repeat right -79px;
}

.cc-notification,
.cc-notificationSmall {
    padding-top: 10px;
    font-size: 10.5px;
    font-weight: normal;
    overflow: initial;
}

@media(min-width: 778px) {
    .ccContainer {
        width: 920px;
    }

    .cookieConsent.active {
        display: block;
    }

    .cookieConsent.active ~ #container .inner-wrap #header {
        margin-top: 100px;
    }

    .cookieConsent.active ~ #container .inner-wrap #navigation {
        top: 162px;
    }
}

@media(max-width: 777px) {
    .ccContainer {
        width: 100%;
        padding: 8px;
    }

    .cookieConsent {
        height: 150px;
        background-color: white;
    }

    .cookieConsent.active ~ #container .inner-wrap header #mobileMenu {
        top: 147px;
    }

    .cookieConsent.active ~ #container .inner-wrap #main {
        margin-top: 148px;
    }

    .cc-notificationSmall {
        padding: 10px;
    }

    .cookieConsent.active {
       display: block;
    }

    a.cc-notification-buttons span, 
    a.cc-notification-buttons:hover span {
        color: #0096ad;
        background: none;
        line-height: 24px;
        font-size: 15px;
    }

    a.cc-notification-buttons, 
    a.cc-notification-buttons:hover {
        border: 1px solid #0096ad;
        border-radius: 2px;
        cursor: pointer;
        height: 35px;
        min-width: 100%;
        padding: 5px;
        position: relative;
        text-align: center;
        background: none;
    }
}/*
        UITKLAP CONTACTBLOK
	ROB3385: This css styling is used to determinen which button should beshown
        chatbox on desktop or call Robeco & WhatsApp on mobile
*/
.slide-out-div {
	padding: 20px;
	width: 400px;
	background-image: linear-gradient(#FFFFFF, #F3F6F8);
	border: 1px solid #ccc;
	box-shadow:0px 0px 10px 0 #ccc;
}


.contactleft {
	float:left;
	border: 1px solid #ccc;
	width:190px;
	text-align:center;
	font-family: 'TazSemiLight', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.contactleft .blok {
	background-color: #00A4BD;
	color: #FFFFFF;
	height: 40px;
	padding-top: 10px;
}

.contactright {
	float:right;
	border: 1px solid #ccc;
	width:190px;
	text-align:center;
	font-family: 'TazSemiLight', sans-serif;
	font-size: 20px;
	margin-bottom: 15px;
}

.contactright .blok {
	background-color: #AABD00;
	height: 40px;
	padding-top: 10px;
}

.contactright .blok a {
	color:#FFFFFF;
	font-family: 'TazSemiLight', sans-serif;
	font-size: 20px;
}

.contactleft .blok a:visited{
                color:#ffffff !important;
}

.contactleft .blok a:link{
                color:#ffffff !important;
}

.contactleft .blok a:hover{
                color:#ffffff !important;
}

.contactleft h5, .contactright h5 {
	margin: 10px;
	font-weight: normal;
}

#bottom-menu-content h4 {
	color: #000000;
	margin-bottom:15px;
}

.blokfooter {
	font-size:12px;
}


#slide-out-div {
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}


.callMobile {
    display:none;	
}


.whatsApp {
    display:none;	
}


.slide-out-div {
}


#footer {
    margin-bottom: 40px;
}


.wrapButtons {
    float: left;
    position:fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
}


.footerButtons {
    bottom: 0px;
    position: relative;
    width: 50%;
    text-align: center;
    background-color: #00a2bd;
    height: 35px;
    display:block;
    font-size:25px;
    font-family: 'TazSemiLight',sans-serif;
}


.footerButtons a {
    color:#FFF;
    text-decoration:none;
}


.callMobile {
    color:#FFF;
    float: left;
    background-color: #00a2bd;
}


.whatsApp {
    color:#FFF;
    float: right;
    background-color: #AABD00;
}


.contactBlocks{
    position:relative;
    width:400px;
    max-height:25px;
    display:block;
} 


.callus{
    position:relative;
    padding-top:2px;
    display:block;
}


.blok{
    color:white;
}


.adviceText{
    position: relative;
    width: 100%;
    text-align: center;
    background-color: red;
    color: #ffffff;
    height: 55px;
    display:block;
    font-size:30px;
    font-family: 'TazSemiLight',sans-serif;
    padding-top:7px;
}

/* ******************************* */
