/* NAVIGATION BAR */
.navigation {
  /* background: url("/am/images/iwelcome/navigation/bg.png") repeat-x scroll 0 0 #414445; */
  /*
 *     background-color: @navbar-bg-color;
 *         opacity: 0.65;
 *             filter: ~"alpha(opacity=65)";
 *                 -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
 *                 	clear: both;
 *                 	    height: @navbar-height;
 *                 	        margin: 0 auto 5px;
 *                 	            position: relative;
 *                 	                z-index: 1;
 *                 	                    */
  height: 3.5em;
  width: 100%;
  background-color: #464343;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  z-index: 1;
}
.navigation ul,
.navigation li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.navigation li {
  float: left;
  position: relative;
  vertical-align: top;
}
.navigation a {
  /*
 *         color: @font-color;
 *                 height: @navitem-height;
 *                         width: 115px;
 *                                 text-align: center;
 *                                         margin: 0 1px;
 *                                                 padding: 3px 15px;
 *                                                         text-decoration: none;
 *                                                                 line-height: 60px;
 *                                                                         float: left;
 *                                                                             */
  color: #FFFFFF;
  padding: 3px 15px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  /*filter: ~"progid:DXImageTransform.Microsoft.DropShadow(OffX=10, OffY=10, Color=#000000)";*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.navigation li,
.navigation a {
  display: inline-block;
  color: #FFFFFF !important;
}
a:link {
  text-decoration: none;
}
.navigation li.logo {
  background: url("/iwef-binary/images/logo") no-repeat scroll 0 0 transparent;
  background-position: center;
  background-size: 177px 65px;
  vertical-align: bottom;
  width: 177px;
  height: 67px;
  float: left;
}
.iwelcome-logo {
  background: url("/am/images/iwelcome/navigation/logo.png") no-repeat scroll 0 0 transparent;
  height: 67px;
  vertical-align: top;
  width: 89px;
  position: relative;
  top: -75px;
  float: right;
  z-index: 99999;
}
.navigation .language {
  position: absolute;
  right: 174px;
  top: 47px;
  color: #EEEEEE;
}
.navigation .flags {
  position: absolute;
  right: 17px;
  top: 66px;
}
a.none {
  padding: 0px;
  margin: 0px;
  width: auto;
}
.navigation ul .selected a,
.navigation ul a:hover,
.navigation ul a:focus {
  background: url("/am/images/iwelcome/navigation/bg_highlight.png") repeat scroll 0 0 transparent;
  color: #FFFFFF;
  height: 62px;
  outline: 0 none;
  text-shadow: -1px -1px #000000;
  text-decoration: none;
}
.border-right-wrapper {
  background: url("/am/images/iwelcome/navigation/border-narrow.png") repeat scroll 0 0 transparent;
  clear: none;
  float: right;
  height: 68px;
  width: 1px;
}
#tooltip {
  text-align: center;
  color: #ffffff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
use-other,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 16px;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
textarea {
  resize: none;
}
/* customisable elements */
body {
  background-color: #000000;
  /* this colour must be set to the finishing colour (at the very bottom) of the gradient */
  color: #999999;
  /* default font colour */
}
.logo {
  background-image: url(/am/images/forge-rock.png);
  width: 226px;
  height: 60px;
}
.customer-logo {
  background: url("/am/images/iwelcome/mbplc_logo.png") no-repeat scroll 0 0 transparent;
  height: 80px;
  position: relative;
  width: 165px;
  top: 0px;
  left: 37px;
}
.box {
  background-color: #FFFFFF;
  /* solid colour alternative for browsers that do not support gradients */
  /* choose the gradient-from and gradient-to colours and replace the hex values in EACH of the rules below */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -ms-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(top, #FFFFFF, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#cdcdcd');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#cdcdcd');
}
.box2 {
  background-image: url('/am/images/iwelcome/mbplc_banner.jpg');
  background-height: 100%;
  background-repeat: no-repeat;
  padding: 0 0 0 0;
  background-position: center;
  background-color: #FFFFFF;
  /* solid colour alternative for browsers that do not support gradients */
  /* choose the gradient-from and gradient-to colours and replace the hex values in EACH of the rules below */
}
.primary {
  color: #FFF;
  /* font color */
  border: 1px solid #90A73F;
  background-color: #8e9300;
  /* solid colour alternative for browsers that do not support gradients */
  /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adb655), to(#8e9300));
  background-image: -webkit-linear-gradient(top, #adb655, #8e9300);
  background-image: -moz-linear-gradient(top, #adb655, #8e9300);
  background-image: -ms-linear-gradient(top, #adb655, #8e9300);
  background-image: -o-linear-gradient(top, #adb655, #8e9300);
  background-image: linear-gradient(top, #adb655, #8e9300);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C6D383', EndColorStr='#ADC44E');
  position: relative;
  top: -58px;
  left: 93px;
}
.primary-hotp {
  color: #FFF;
  /* font color */
  border: 1px solid #90A73F;
  background-color: #8e9300;
  /* solid colour alternative for browsers that do not support gradients */
  /* choose the gradient-from and gradient-to colours and replace them in EACH of the rules below */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#adb655), to(#8e9300));
  background-image: -webkit-linear-gradient(top, #adb655, #8e9300);
  background-image: -moz-linear-gradient(top, #adb655, #8e9300);
  background-image: -ms-linear-gradient(top, #adb655, #8e9300);
  background-image: -o-linear-gradient(top, #adb655, #8e9300);
  background-image: linear-gradient(top, #adb655, #8e9300);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#C6D383', EndColorStr='#ADC44E');
  position: relative;
  top: -48px;
  left: 235px;
}
.button-link {
  color: #808080;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  text-decoration: none;
}
.button-link:hover {
  text-decoration: underline;
}
.box h1 {
  color: #575658;
  font-weight: normal;
}
/* heading font colour */
.footer {
  position: relative;
  text-align: center;
  top: 130px;
  left: 0px;
  color: #717375;
}
.add-links {
  float: left;
  position: relative;
  top: 175px;
  left: 40px;
}
.add-links a,
p {
  color: #575658;
  display: inline;
}
/* 960 Grid System - http://960.gs/ */
body {
  min-width: 960px;
}
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  margin-top: 175px;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  height: 180px;
}
.push_1,
.pull_1,
.push_2,
.pull_2,
.push_3,
.pull_3,
.push_4,
.pull_4,
.push_5,
.pull_5,
.push_6,
.pull_6,
.push_7,
.pull_7,
.push_8,
.pull_8,
.push_9,
.pull_9,
.push_10,
.pull_10,
.push_11,
.pull_11 {
  position: relative;
}
.alpha {
  margin-left: 0;
}
.omega {
  margin-right: 0;
}
.container_12 .grid_1 {
  width: 60px;
}
.container_12 .grid_2 {
  width: 140px;
}
.container_12 .grid_3 {
  width: 220px;
}
.container_12 .grid_4 {
  width: 300px;
}
.container_12 .grid_5 {
  width: 380px;
}
.container_12 .grid_6 {
  width: 460px;
}
.container_12 .grid_7 {
  width: 540px;
}
.container_12 .grid_8 {
  width: 620px;
}
.container_12 .grid_9 {
  width: 700px;
}
.container_12 .grid_10 {
  width: 780px;
}
.container_12 .grid_11 {
  width: 860px;
}
.container_12 .grid_12 {
  width: 940px;
}
.container_12 .prefix_1 {
  padding-left: 80px;
}
.container_12 .prefix_2 {
  padding-left: 160px;
}
.container_12 .prefix_3 {
  padding-left: 240px;
}
.container_12 .prefix_4 {
  padding-left: 320px;
}
.container_12 .prefix_5 {
  padding-left: 400px;
}
.container_12 .prefix_6 {
  padding-left: 480px;
}
.container_12 .prefix_7 {
  padding-left: 560px;
}
.container_12 .prefix_8 {
  padding-left: 640px;
}
.container_12 .prefix_9 {
  padding-left: 720px;
}
.container_12 .prefix_10 {
  padding-left: 800px;
}
.container_12 .prefix_11 {
  padding-left: 880px;
}
.container_12 .suffix_1 {
  padding-right: 80px;
}
.container_12 .suffix_2 {
  padding-right: 160px;
}
.container_12 .suffix_3 {
  padding-right: 240px;
}
.container_12 .suffix_4 {
  padding-right: 320px;
}
.container_12 .suffix_5 {
  padding-right: 400px;
}
.container_12 .suffix_6 {
  padding-right: 480px;
}
.container_12 .suffix_7 {
  padding-right: 560px;
}
.container_12 .suffix_8 {
  padding-right: 640px;
}
.container_12 .suffix_9 {
  padding-right: 720px;
}
.container_12 .suffix_10 {
  padding-right: 800px;
}
.container_12 .suffix_11 {
  padding-right: 880px;
}
.container_12 .push_1 {
  left: 80px;
}
.container_12 .push_2 {
  left: 160px;
}
.container_12 .push_3 {
  left: 240px;
}
.container_12 .push_4 {
  left: 320px;
}
.container_12 .push_5 {
  left: 400px;
}
.container_12 .push_6 {
  left: 480px;
}
.container_12 .push_7 {
  left: 560px;
}
.container_12 .push_8 {
  left: 640px;
}
.container_12 .push_9 {
  left: 720px;
}
.container_12 .push_10 {
  left: 800px;
}
.container_12 .push_11 {
  left: 880px;
}
.container_12 .pull_1 {
  left: -80px;
}
.container_12 .pull_2 {
  left: -160px;
}
.container_12 .pull_3 {
  left: -240px;
}
.container_12 .pull_4 {
  left: -320px;
}
.container_12 .pull_5 {
  left: -400px;
}
.container_12 .pull_6 {
  left: -480px;
}
.container_12 .pull_7 {
  left: -560px;
}
.container_12 .pull_8 {
  left: -640px;
}
.container_12 .pull_9 {
  left: -720px;
}
.container_12 .pull_10 {
  left: -800px;
}
.container_12 .pull_11 {
  left: -880px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after,
.container_12:after {
  clear: both;
}
.clearfix,
.container_12 {
  zoom: 1;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clear-float:before,
.clear-float:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.clear-float:after {
  clear: both;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
/* type */
body {
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  background-repeat: repeat-x;
}
h1,
h1 a {
  font-size: 16px;
  line-height: 16px;
}
h2,
h2 a {
  font-size: 15px;
  line-height: 15px;
}
h3,
h3 a {
  font-size: 14px;
  line-height: 14px;
}
a {
  text-decoration: underline;
  color: #575658;
}
.logo {
  background-repeat: no-repeat;
  display: block;
  margin: 30px 0;
}
.footer {
  margin-top: 60px;
  line-height: 12px;
}
.box,
.box2 {
  padding: 40px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 3px 5px #333333;
  -moz-box-shadow: 3px 3px 5px #333333;
  box-shadow: 3px 3px 5px #333333;
}
.rss-feed {
  width: 480px;
  height: 150px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  top: 30px;
  left: 30px;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
}
.box-spaced {
  padding: 150px 0;
}
.box-content {
  padding: 10px 25px 0 0;
  margin-left: 35px;
  margin-right: 20px;
}
.content-strips li {
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #bababa;
  padding: 20px 0;
  clear: both;
}
.content-strips :first-child {
  border-top: 0;
}
.content-strips :last-child {
  border-bottom: 0;
}
.content-strips li h3 {
  width: 200px;
  float: left;
}
.content-strips li p {
  margin-bottom: 10px;
}
.content-strips li div {
  width: 455px;
  float: left;
}
.left-seperator {
  border-left: 0px dotted #CBCBCB;
  margin-left: 3px;
  margin-right: 3px;
}
.box h1 {
  margin-bottom: 16px;
}
/* form styles */
.box-content fieldset {
  margin-top: 10px;
  display: block;
  float: left;
}
.box-content fieldset .row:last-child {
  margin-top: 10px;
}
.row {
  clear: both;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
label {
  font-size: 0px;
  display: block;
  float: left;
  width: 0px;
  clear: both;
  padding: 0 0 0 0;
}
input.textbox {
  font-size: 13px;
  color: #575658;
  width: 100%;
  max-width: 309px;
  float: left;
  height: 22px;
  line-height: 22px;
  border: 1px solid #B3B3B3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px -1px #CCC;
  -moz-box-shadow: 0 2px 3px -1px #CCC;
  box-shadow: 0 2px 3px -1px #CCC;
  padding: 2px;
  padding-left: 5px;
}
input.textbox2 {
  font-size: 13px;
  color: #575658;
  width: 73%;
  max-width: 228px;
  float: left;
  height: 22px;
  line-height: 22px;
  border: 1px solid #B3B3B3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px -1px #CCC;
  -moz-box-shadow: 0 2px 3px -1px #CCC;
  box-shadow: 0 2px 3px -1px #CCC;
  padding: 2px;
  padding-left: 5px;
}
input.textbox:focus,
input.textbox2:focus {
  outline: none;
  color: #575658;
  border-color: #B3B3B3;
  -webkit-box-shadow: 0 0 10px #B3B3B3;
  box-shadow: 0 0 10px #B3B3B3;
}
.button {
  display: block;
  vertical-align: middle;
  align: middle;
  padding: 0px 10px 0px 10px;
  margin: 0 0 0 0;
  width: 71px;
  height: 28px;
  text-shadow: 1px 1px 5px #666;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px -1px #cccccc;
  -moz-box-shadow: 0px 2px 3px -1px #cccccc;
  box-shadow: 0px 2px 3px -1px #cccccc;
  cursor: pointer;
}
.disabled {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #ababab !important;
  background-color: #cecece !important;
  background-image: none !important;
  color: #FFF !important;
  cursor: default !important;
}
.external-auth {
  float: right;
  position: inherit;
  margin-top: -250px;
  margin-right: 47px;
}
.external-auth a {
  float: right;
  position: inherit;
  height: 16px;
}
.use-other-high {
  float: right;
  position: relative;
  top: -494px;
  right: 47px;
  height: 16px;
}
.arrow-down-header-menu {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #7b7b7b;
  position: relative;
  float: left;
  top: 6px;
  left: -5px;
}
/*
 * .header-menu a
 * {
 *     behavior: url(/am/css/PIE/PIE.htc);
 *         zoom: 1;
 *             float:right;
 *                 position: relative;
 *                     top: -52px;
 *                         *top: -125px;
 *                             right: 15px;
 *                                 *right: 75px;
 *                                     height: 14px;
 *                                         color: #8f8f8f;
 *                                             background-color: #151515\9;
 *                                                 border: solid thin #1e1e1e\9;
 *                                                     z-index: 9999999;
 *                                                         -moz-box-shadow:    inset 0 0 10px #000000;
 *                                                             -webkit-box-shadow: inset 0 0 10px #000000;
 *                                                                 box-shadow:         inset 0 0 10px #000000;
 *                                                                     filter: ~"progid:DXImageTransform.Microsoft.DropShadow(OffX=10, OffY=10, Color=#000000)";
 *                                                                         -webkit-border-radius: 3px;
 *                                                                             -moz-border-radius: 3px;
 *                                                                                 border-radius: 3px;
 *                                                                                     padding: 2px 15px 6px 15px;
 *                                                                                         opacity: 0.75;
 *                                                                                             filter: alpha(opacity=75);
 *                                                                                                 -ms-filter:~"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
 *                                                                                                 }
 *                                                                                                 */
.header-menu {
  display: inline-block;
  width: auto;
  float: right;
  color: #8f8f8f;
  height: 100%;
  padding-top: 1em;
  padding-right: 1em;
  text-align: right;
  z-index: 9999999;
}
.secondary {
  position: relative;
  left: 0px;
  top: -36px;
  width: 170px;
}
.box-content fieldset .button {
  margin-right: 5px;
}
.box-content fieldset .primary {
  clear: both;
  margin-left: 145px;
}
/* messages */
.message {
  padding: 20px 10px 10px 50px;
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: -20px;
  line-height: 20px;
  color: #545454;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 270px;
  height: 80px;
}
.message h3 {
  margin-bottom: 10px;
}
.message a {
  color: #adb655;
}
.message .icon {
  margin-left: -40px;
}
.no-icon {
  padding-left: 10px;
}
.icon {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  position: relative;
  top: -5px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.error {
  background: url(/am/images/iwelcome/glyphicons_196_circle_exclamation_mark.png) no-repeat;
}
.info {
  background: url(/am/images/iwelcome/glyphicons_195_circle_info.png) no-repeat;
}
.arrow {
  background: url(/am/images/iwelcome/glyphicons_200_download.png) no-repeat;
}
.row .message {
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  width: 170px;
  margin-bottom: 0;
  margin-left: 10px;
}
.row .radios .message,
.row .checkbox .message {
  margin-top: 5px;
  margin-left: 0;
}
a:hover {
  text-decoration: underline;
}
.activationImage {
  height: 64px;
  padding: 20px;
}
div#backstretch {
  left: 0px;
  top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}
.dropdown-menu {
  position: absolute;
  z-index: 9999999;
  display: none;
  top: 40px;
}
.dropdown-menu UL {
  behavior: url(/am/css/PIE/PIE.htc);
  width: 130px;
  list-style: none;
  background: #F4F4F4;
  border: solid 1px #DDD;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: visible;
  padding: 10px 0;
  margin: 0;
}
.dropdown-menu.has-tip {
  margin-top: 8px;
  position: absolute;
}
.dropdown-menu.has-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:before {
  left: auto;
  right: 9px;
}
.dropdown-menu.has-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  display: inline-block;
}
.dropdown-menu.has-tip.anchor-right:after {
  left: auto;
  right: 10px;
}
.dropdown-menu.has-scroll UL {
  max-height: 358px;
  overflow: auto;
}
.dropdown-menu LI {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 18px;
}
.dropdown-menu LI > A,
.dropdown-menu LABEL {
  display: block;
  color: #555555;
  text-decoration: none;
  line-height: 16px;
  padding: 3px 22px;
  white-space: nowrap;
}
.dropdown-menu LI > A:hover,
.dropdown-menu LABEL:hover {
  background-color: #8e9300;
  color: #ffffff;
  cursor: pointer;
  width: 66px;
}
.dropdown-menu .divider {
  height: 1px;
  background: #e5e5e5;
  margin: 5px 1px;
  overflow: hidden;
}
/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropdown-menu.has-icons LI > A {
  padding-left: 34px;
  background-position: 8px center;
  background-repeat: no-repeat;
  position: relative;
  left: 4px;
  background-size: 16px;
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
}
.flag {
  width: 16px;
  height: 11px;
  background: url(flags.png) no-repeat;
}
.flag.flag-nl {
  background-position: -16px 0;
}
.flag.flag-um {
  background-position: 0 -11px;
}
.dropdown-menu .facebook A {
  background-image: url("/am/images/iwelcome/glyphicons_390_facebook.png");
}
.dropdown-menu .google A {
  background-image: url("/am/images/iwelcome/glyphicons_362_google+_alt.png");
}
.dropdown-menu .openidp A {
  background-image: url("/am/images/iwelcome/glyphicons_340_globe.png");
}
.dropdown-menu .surfconext A {
  background-image: url("/am/images/iwelcome/SURFconext_klein.gif");
}
.dropdown-menu .Sms A {
  background-image: url("/am/images/iwelcome/glyphicons_139_phone.png");
}
.dropdown-menu .password A {
  background-image: url("/am/images/iwelcome/glyphicons_003_user.png");
}
.dropdown-menu .CryptoCard A {
  background-image: url("/am/images/iwelcome/cryptocard.png");
}
.dropdown-menu .app A {
  background-image: url("/am/images/iwelcome/glyphicons_app.png");
}
.dropdown-menu .risk A {
  background-image: url("/am/images/iwelcome/glyphicons_risk.png");
}
.dropdown-menu .link A {
  background-image: url("/am/images/iwelcome/glyphicons_link.png");
}
.dropdown-menu .TotpKey A {
  background-image: url("/am/images/iwelcome/glyphicons_app.png");
}
.dropdown-menu .YubiKey A {
  background-image: url("/am/images/iwelcome/glyphicons_yubikey.png");
}
.dropdown-menu .Certificate A {
  background-image: url("/am/images/iwelcome/glyphicons_certificate.png");
}
.dropdown-menu .dutch A {
  background-image: url(/am/images/iwelcome/Netherlands-Flag.png);
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
}
.dropdown-menu .english A {
  background-image: url(/am/images/iwelcome/UK-Flag.png);
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
}
.dropdown-menu .dutch.selected A {
  background-image: url(/am/images/iwelcome/Netherlands-Flag.png);
}
.dropdown-menu .dutch A:hover {
  background-image: url(/am/images/iwelcome/Netherlands-Flag.png);
}
.dropdown-menu .dutch A {
  background-image: url(/am/images/iwelcome/Netherlands-Flag-Gray.png);
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
}
.dropdown-menu .english.selected A {
  background-image: url(/am/images/iwelcome/UK-Flag.png);
}
.dropdown-menu .english A:hover {
  background-image: url(/am/images/iwelcome/UK-Flag.png);
}
.dropdown-menu .english A {
  background-image: url(/am/images/iwelcome/UK-Flag-Gray.png);
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
}
.news-wrapper {
  margin-top: 0px;
  position: relative;
  float: left;
  top: -130px;
  left: 10px;
}
.news-wrapper .news-contents-wrapper {
  width: 600px;
  margin: auto;
  height: 80px;
}
.news-wrapper .news-contents {
  overflow: hidden;
  position: relative;
  z-index: 998;
  height: 130px;
  display: block;
  color: #ffffff;
}
.news-wrapper .news {
  width: 100%;
  height: 60px;
  color: #666666;
  position: absolute;
  z-index: 999;
}
.news-wrapper .news-header {
  color: White;
  height: 10px;
  font-weight: bold;
  font-size: 12px;
  padding-top: 12px;
  padding-left: 32px;
}
.h1 {
  color: #FFFFFF;
  font-size: 10px;
}
.clear {
  clear: both;
}
.circle {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  font-size: 8px;
  font-weight: bold;
  background-color: #FFFFFF;
  opacity: 0.7;
}
.history {
  padding-top: 12px;
  float: left;
  width: 10%;
  padding-left: 50px;
}
.description {
  float: left;
  width: 60%;
  padding: 10px;
}
.description .detail {
  font-size: 9px;
  overflow: hidden;
  color: #EEEEEE;
  font-weight: bold;
}
.elipses,
.day,
.month {
  display: block;
  height: 8px;
}
.day,
.month {
  padding-top: 2px;
}
h1 a,
h1 a:active,
h1 a:visited {
  text-decoration: none;
  color: White;
}
h1 a:hover {
  text-decoration: none;
  color: White;
}
@media handheld, screen and (max-width: 960px) {
  body {
    min-width: 320px;
    font-size: 12px;
  }
  .container_12 {
    margin: 25px auto 0 auto;
    width: 310px;
  }
  .container_12 > .box2 {
    display: none;
  }
  .container_12 .grid_5 {
    width: 310px;
    margin-left: 0;
    margin-right: 0;
  }
  .container_12 .grid_5 .box-content {
    margin-left: 15px;
    margin-right: 15px;
    padding-right: 10px;
  }
  .container_12 .grid_5 .box-content .primary {
    left: 63px;
  }
  .container_12 .grid_5 .customer-logo,
  .container_12 .grid_5 .add-links {
    left: 15px;
  }
  .container_12 .grid_12 {
    width: 310px;
    font-size: 1%;
    height: 80px;
    margin: 0;
    text-align: center;
  }
  .footer {
    text-align: left;
    line-height: 24px;
    margin-top: 0;
    top: 30px;
  }
  .footer a {
    display: inline-block;
    font-size: 12px;
    padding: 0 8px;
  }
  .button-link {
    font-size: 15px;
  }
  .dropdown-menu ul {
    margin-left: -52px;
  }
}
/*
 *  * Use this file to override styles with custom versions.
 *   */
body {
  background: #ffffff;
}
a,
.add-links a,
p {
  color: #575658;
}
a:hover {
  color: #8e9300;
}
h1,
h1 a {
  font-size: 13.4px;
  line-height: 13.4px;
}
input.textbox,
input.textbox2,
.button {
  box-shadow: 0 0 0 0 #000000;
}
.button {
  text-shadow: 0 0 0 #000000;
  text-transform: uppercase;
}
.box h1 {
  color: #8e9300;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.box,
.box2 {
  box-shadow: 0 0 0 0 #000000;
}
.box {
  padding: 10px 0;
}
.box-content {
  padding: 4px 25px 0 0;
}
.box {
  background-color: #ffffff;
  /* solid colour alternative for browsers that do not support gradients */
  /* choose the gradient-from and gradient-to colours and replace the hex values in EACH of the rules below */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#ffffff');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#ffffff');
}
.external-auth {
  margin-top: -296px;
}
.dropdown-menu ul {
  background: #ffffff;
  margin: 0 0 0 -35px;
}
.add-links {
  top: 220px;
}
.navigation {
  background-color: transparent;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  border-bottom: 2px solid #b8b9ba;
  margin: 0 auto;
  width: 95%;
  max-width: 960px;
}
.header-menu {
  padding-right: 0;
  display: none;
}
.navigation li,
.navigation a {
  color: #575658 !important;
}
.navigation a {
  box-shadow: 0 0 0 0 #000000;
}
.placeholder-text {
  position: static;
  margin-top: -32px;
  line-height: 32px;
  height: 28px;
  float: left;
}
.container_12 .grid_5 {
  width: 380px;
  height: 230px;
}
#mbplc-message {
  display: none;
  background-color: #ffffff;
  padding: 30px 40px;
  color: #575658;
  font-size: 16px;
  border: solid #8e9300;
  min-height: 100px;
  min-width: 300px;
  width: 500px;
  text-align: center;
  line-height: 20px;
}
#mbplc-message a {
  text-decoration: underline;
  color: #8e9300;
}
.add-links {
  top: 220px;
}
.remember-me-checkbox {
  position: relative;
  top: -60px;
}
#remember-me-checkbox {
  margin-left: 0px;
}
