/*html elements*/
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  background: #42423a;
}
.light {
  background: #e1e0df;
  font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Helvetica, arial, sans-serif;
}
a:link {
  text-decoration: none;
  color: #B9441B;
  font-weight: bold;
}
a:visited {
  text-decoration: none;
  color: #B9441B;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #B9441B;
}
form {
  margin: 0;
}
body#login {
  background: #fff;
}
#login-header {
  width: 100%;
  min-height: 76px;
  background: #f1f1f1;
  background: linear-gradient(to bottom, #f1f1f1 0%, #e1e0df 100%);
}
#login-header > header {
  width: auto;
  max-width: 940px;
  padding: 10px 10px 20px;
  margin: 0 auto 10px;
}
#login-header-logo {
  float: left;
  background: url(https://ionfiles.scribblecdn.net/images/logo_ion_color_tagline.svg) no-repeat left top;
  min-height: 47px;
  height: 47px;
  min-width: 212px;
  width: 212px;
}
.login-logo-centered {
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  min-height: 126px;
  height: 126px;
  min-width: 212px;
  width: 212px;
  background: url(https://ionfiles.scribblecdn.net/images/logo_ion_color_tagline.svg) no-repeat left bottom;
}
#login-header-loginbox {
  float: right;
  font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Helvetica, arial, sans-serif;
  text-align: right;
}
#login-header-loginbox > form#loginForm {
  font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Helvetica, arial, sans-serif;
  padding-top: 13px;
}
#login-header-loginbox input {
  font-family: ff-dagny-web-pro-1, ff-dagny-web-pro-2, Helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: 200;
  padding: .25em 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
}
#loginUsername,
#loginPassword {
  width: 125px;
}
#login-header-loginbox label {
  display: none;
}
#login-header-loginbox > form#loginForm.validation-error label {
  display: inline;
  color: #cc0000;
}
#login-header-loginbox input.validation-error {
  background-color: #fff;
  background-color: rgba(204, 0, 0, 0.1);
  border: 1px solid #cc0000;
}
#login-header-loginbox input#loginSubmit {
  width: 70px;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%) !important;
  border: 1px solid #ddd;
  font-weight: 200;
}
#login-header-loginbox input#loginSubmit:hover {
  background: linear-gradient(to bottom, #fff 0%, #e7e7e7 100%) !important;
  border: 1px solid #ccc;
}
#login-embed-content {
  width: 940px;
  margin: auto;
}
.link--secondary,
.link--secondary:link,
.link--secondary:visited {
  color: #333;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}
.link--secondary:hover,
.link--secondary:link:hover,
.link--secondary:visited:hover {
  text-decoration: none;
}
.login-links {
  margin-top: 6px;
  margin-right: 74px;
}
.login-links--sellside {
  margin-top: 2px;
}
.login-single-signon a {
  color: #aaa;
  font-size: 12px;
  font-weight: 200;
}
.pwd-reset {
  margin-right: 10px;
}
.pwd-reset a {
  color: #aaa;
  font-size: 12px;
  font-weight: 200;
}
.content-pod {
  box-sizing: border-box;
  text-align: left;
  max-width: 950px;
  margin: 0 auto;
  padding: 2em 3em;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  line-height: 1.4;
  font-size: 14px;
  color: #505050;
  font-weight: 200;
}
.content-pod h1 {
  margin: 0;
  padding: 0;
  font-size: 34px;
  color: #333;
  font-weight: 300;
}
.content-pod h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
  font-weight: 300;
}
.content-pod p {
  margin: 10px 0;
  padding: 0;
}
.content-pod input[type=text],
.content-pod input[type=password] {
  padding: 6px 8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  width: 300px;
}
.content-pod input[type=submit] {
  margin-right: 10px;
  padding: 3px 7px;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border: 1px solid #ddd;
  font-weight: 200;
  font-size: 13px;
}
.content-pod .label-block {
  margin: 10px 0 0 3px;
}
.content-pod .hint {
  color: #999;
  margin-left: 3px;
  font-size: 12px;
}
.content-pod .input-block {
  margin: 0 ;
}
.content-pod .validation-block {
  margin: 0 0 20px 3px;
}
.content-pod .field-validation-error {
  color: #cc0000;
}
.content-pod .secondary {
  color: #999;
  font-weight: 200;
  font-size: 12px;
}
.content-pod form {
  margin-top: 20px;
}
.content-pod__header {
  margin-bottom: 10px;
}
.content-pod__header p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #333;
}
.submit-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.notification-overlay {
  position: fixed;
  z-index: 2147483641;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.5s background ease-out;
}
.header-overlay-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483645;
  width: 100%;
  height: auto;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 1.5em 0;
  background-color: #fff;
  border-top: 4px solid #e5effa;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.33);
}
.notification-banner {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 1em 15px;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  border-radius: .5em;
  text-align: left;
  /* background: #e5effa;
    box-shadow: 0 1px 0 #ccc; */
}
.notification-banner .notification-banner-actions {
  display: none;
  position: absolute;
  right: 8px;
  top: 8px;
}
.notification-banner .notification-banner-dismiss {
  cursor: pointer;
}
.notification-banner a {
  color: inherit;
  font-weight: normal;
  border-bottom: 1px dotted #999;
}
.notification-banner a:hover {
  text-decoration: none;
}
.notification-banner__button {
  border-radius: 100px;
  background: #00A3F5;
  padding: 12px 26px;
  display: inline-block;
  line-height: 1;
  color: #fff !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-bottom: none !important;
}
.notification-banner__secondary-button,
a.notification-banner__secondary-button {
  color: #00A3F5;
  font-weight: normal;
  text-decoration: none;
  border-bottom: 1px dotted #00A3F5;
  margin-left: 20px;
}
.notification-banner p {
  margin: 0;
  padding: 0 2em 1.5em 0;
  color: #151533;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.notification-banner p:last-child,
.notification-banner p:only-child {
  padding-bottom: 0;
}
.notification-banner .notifcation-banner-pointer {
  position: absolute;
  left: 21px;
  bottom: -10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #e5effa;
  /* rgba, so IE8 doesn't get a pointer */
}
