/*= Common */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: fbspoileren;
  font-size: 24px;
}

body,
p,
select {
  font-family: 'fbspoilerenlight', serif;
  font-size: 18px;
}

hr {
  margin: 0.5rem 0;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAANCAMAAACNWf6YAAAAb1BMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAGAAAAAAAAAAAEAAADAAAGAAADAAADAAADAAAEAAAEAAAEAAAEAAADAAAEAAADAAAGAAAEAAADAAAEAAAEAAADAAAGAACxNk+0AAAAJXRSTlMAAAECAwUHCg0QEhQZISUnMTg9SU1PVmNkcXN2gIeIkZOZmpygcxJI+QAAAFRJREFUeNq1yUkSQDAUBcAnJGYxC0JM9z+jKnZfykbpbcN58T1N6eIm1EBTLi2/LtI6pIlk7n0AqekEHolgnGKWr7UHS4KrrTkKBmuCVXsG0KR+zhM60wQaWc4xYgAAAABJRU5ErkJggg==");
  background-color: rgba(0, 0, 0, 0);
}

pre {
  text-align: left;
  direction: ltr;
  border: 1px solid #D3D3D3;
  padding: 5px;
  font-family: monospace !important;
  font-size: 10px !important;
}

/*= Placeholder */

input::-webkit-input-placeholder {
  line-height: 20px;
  transition: line-height 0.5s ease;
}

input::-moz-placeholder {
  line-height: 20px;
  transition: line-height 0.5s ease;
}

input:-moz-placeholder {
  line-height: 20px;
  transition: line-height 0.5s ease;
}

input:-ms-input-placeholder {
  line-height: 20px;
  transition: line-height 0.5s ease;
}

input:focus::-webkit-input-placeholder {
  line-height: 100px;
  transition: line-height 0.5s ease;
}

input:focus::-moz-placeholder {
  line-height: 100px;
  transition: line-height 0.5s ease;
}

input:focus:-moz-placeholder {
  line-height: 100px;
  transition: line-height 0.5s ease;
}

input:focus:-ms-input-placeholder {
  line-height: 100px;
  transition: line-height 0.5s ease;
}

input[placeholder] {
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

/* ------------------------------------------------------------------------- */

.app {
  height: 100%;
  margin: 0 auto;
}

.app.ibi {
  max-width: 1366px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.reveal-modal.fade {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.reveal-modal.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.reveal-modal-bg.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.reveal-modal-bg.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.button,
button {
  padding: 0.5rem 1rem;
  border-radius: 5px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select {
  /*border-radius: 4px;*/
  /*margin: 0;*/
  padding-right: 0;
}

input[type=email] {
  /*font-family: 'enfbspoileren', serif !important;*/
}

.separate hr {
  border-style: dashed;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  box-shadow: none;
}

.radio label {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.error input[type=checkbox],
.error input[type=radio],
.error small.error,
small.error,
span.error {
  margin: 0;
}

.error input {
  border: 1px solid #f04124;
}

ul.list-unstyled li {
  list-style: none;
}

ul.list-unstyled-Indent li {
  list-style: none;
  margin-right: 25px;
}

.radio-inline ul {
  padding: 0.4em 0;
  margin: 0;
}

.radio-inline ul li {
  list-style: none;
  display: inline-block;
}

.text-hint {
  font-size: small;
  color: #808080;
}

/* =================================================================================================================  */

/*
.acquaintance {
  background-image: url('/theme/img/personal-info-background_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position:0px 350px;
}
*/

/*

.bg.account-details,
.bg.acquaintance,
.bg.personal-info,
.bg.security-questions {
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  height: 1500px;
  z-index: -1;
  background: -moz-linear-gradient(175deg, rgba(255,255,255,0) 34%,#e9ecf5 0);;
  background: -webkit-linear-gradient(175deg, rgba(255,255,255,0) 34%,#e9ecf5 0);;
  background: linear-gradient(175deg, rgba(255,255,255,0) 34%,#e9ecf5 0);
}

.bg.customer-questions {
  position: fixed;
  left: 0;
  right: 0;
  top: -270px;
  height: 1280px;
  z-index: -1;
  background: -moz-linear-gradient(175deg, rgba(255,255,255,0) 51%,#e9ecf5 51%,#e9ecf5 69%,#E9ECF5 72%,rgba(252,252,252,0) 72%);
  background: -webkit-linear-gradient(175deg, rgba(255,255,255,0) 51%,#e9ecf5 51%,#e9ecf5 69%,#E9ECF5 72%,rgba(252,252,252,0) 72%);
  background: linear-gradient(175deg, rgba(255,255,255,0) 51%,#e9ecf5 51%,#e9ecf5 69%,#E9ECF5 72%,rgba(252,252,252,0) 72%);
}
*/

div.radio-btn {
  height: 14px;
  width: 14px;
  min-width: 14px;
  margin-top: 5px;
  margin-left: 10px;
  border-radius: 50%;
  border: 1px solid #555354;
  display: inline-block;
}

input[type=radio]:checked + .radio-btn {
  background-color: #555354;
}

input,
select {
  box-shadow: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: transparent !important;
  outline: 0 !important;
  height: 30px !important;
  font-size: 16px !important;
  padding-bottom: 2px;
}

input:focus,
select:focus {
  background-color: transparent !important;
  outline: 0;
}

input[type="radio"] + label {
  color: red;
}

.radio-list input[type="radio"] {
  margin: 0;
}

.radio-list ul {
  margin: 0;
}

.ver {
  position: fixed;
  bottom: 0;
  left: 0;
  border: 1px solid #D3D3D3;
  color: #D3D3D3;
  font-size: 10px;
  padding: 0 3px;
  border-radius: 0;
  background-color: #F5F5F5;
}

.debug {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #F5F5F5;
}

.angucomplete-dropdown {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.personal-info .ok-btn {
  margin-top: 50px;
}

.personal-info .addressSection {
  margin-top: 30px;
}

.personal-info .chkMargin {
  margin-top: 25px;
}

.personal-info .ok-btn-margin {
  margin-top: 170px;
}

.form-title {
  font-family: fbspoilerenlight;
  font-size: 24px;
  color: #213F99;
  margin-bottom: 10px;
  margin-top: 20px;
}

body {
  overflow-x: hidden;
}

.login-label {
  color: rgb(69, 95, 169);
  font-weight: bold;
}

i.fa.fa-phone {
  color: #535353;
}

.radio label,
.radio-list li > label {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.add-btn,
.remove-btn {
  background-color: transparent !important;
  font-family: fbspoilerenbold;
  font-size: 14px;
  padding-right: 0;
  width: auto !important;
}

.add-btn i,
.remove-btn i {
  color: #535353;
}

.add-btn:focus,
.remove-btn:focus {
  outline: 0;
}

.remove-btn {
  float: left !important;
}

.form-sub-title {
  color: #213F99;
  font-size: 18px;
  padding-top: 5px;
  display: inline-block;
  margin-left: 10px;
  min-width: 80px;
}

.error .form-sub-title {
  color: #f04124;
}

.customer-questions .ok-btn {
  margin-top: 20px;
}

.accountDetails .disabled * {
  color: #cbcbcb;
}

.accountDetails .disabled .radio-btn {
  border-color: #cbcbcb;
}

.number {
  direction: ltr;
  text-align: right;
}

img.help-yellow-icon {
  margin-bottom: 10px;
}

.row .row {
  margin-bottom: 15px;
}

.security-questions select {
  border: 1px solid #555353 !important;
  border-radius: 3px;
  height: 40px !important;
}

.security-questions input {
  margin-top: 10px !important;
}

.security-questions a.button.left {
  background-color: transparent;
  border: 1px solid #213F99;
  color: #213F99;
}

.security-questions a.button.left:hover {
  border: 1px solid #213F99;
  color: #213F99;
  background-color: #C7CFE5;
}

.security-questions h6 {
  font-size: 18px;
  font-family: 'fbspoileren', serif;
}

.security-questions .mobileText {
  font-size: 20px;
  color: #213F99;
}

.row.ng-isolate-scope {
  display: none;
}

input,
select {
  font-size: 18px !important;
  font-family: Arial !important;
  color: #213F99 !important;
}

.account-details .large-12.columns.ok-btn {
  margin-top: 30px;
}

.large-4.columns.accountPurpose {
  margin-right: 0;
}

.acquaintance .gender {
  margin-right: 4px;
}

p.userPersonalName {
  color: #213F99;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

.HasBeneficiaries li {
  display: inline-block;
  margin-left: 40px;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAANCAMAAACNWf6YAAAAb1BMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKAAAAAAAGAAAAAAAAAAAEAAADAAAGAAADAAADAAADAAAEAAAEAAAEAAAEAAADAAAEAAADAAAGAAAEAAADAAAEAAAEAAADAAAGAACxNk+0AAAAJXRSTlMAAAECAwUHCg0QEhQZISUnMTg9SU1PVmNkcXN2gIeIkZOZmpygcxJI+QAAAFRJREFUeNq1yUkSQDAUBcAnJGYxC0JM9z+jKnZfykbpbcN58T1N6eIm1EBTLi2/LtI6pIlk7n0AqekEHolgnGKWr7UHS4KrrTkKBmuCVXsG0KR+zhM60wQaWc4xYgAAAABJRU5ErkJggg==");
}



span.accountType {
  font-size: 16px;
  font-family: 'fbspoileren', serif;
}

/*
* Continue button design
*/

.ok-btn .button,
.ok-btn .button.secondary {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
  height: 40px;
  line-height: 24px;
}

.ok-btn .button:hover,
.ok-btn .button.secondary:hover {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: #C7CFE5;
}

.button.success {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
}

.button.success:hover {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: #C7CFE5;
}

.button.secondary.right {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
}

a.button.secondary.right:hover {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: #C7CFE5;
}

.dr-eulas .button .secondary .left {
  margin-right: 30%;
}

.account-details .person li {
  margin-bottom: 35px;
}

.benef label {
  font-size: 18px;
}

.row-tight > .row {
  margin-bottom: 0;
}

.reveal-modal {
  border-radius: 5px;
  box-shadow: none;
}

.en {
  font-family: 'enfbspoileren', serif !important;
  font-size: 24px;
}

.en-small {
  font-family: 'enfbspoileren', serif !important;
  font-size: 16px;
}

.en18 {
  font-family: 'enfbspoileren', serif !important;
  font-size: 18px;
}

.en20 {
  font-family: 'enfbspoileren', serif !important;
  font-size: 20px;
}

hr.line {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  z-index: 100;
  border-bottom: 1px solid #213f99;
  border-top: none;
  margin: 0;
}

hr.show-for-small-only.psagot {
  position: absolute;
  left: 0;
  right: 0;
  top: 43px;
  z-index: 100;
  border-bottom: 1px solid #213f99;
  border-top: none;
  margin: 0;
}

hr.line.join {
  border-color: #fff;
}

hr.show-for-small-only.psagot.join {
  border-color: #fff;
}

a.button.left {
  min-width: 140px;
}

.bodyContainer {
  min-height: 100%;
  position: relative;
}

.bodyContainer .centerView {
  padding-bottom: 80px;
}

/***************************************************************************************/

@media only screen and (max-width: 40em) {
  .security-questions h6,
  h3 {
    line-height: 16px;
  }

  .security-questions .form-title {
    margin-top: 15px !important;
  }

  .security-questions h6 {
    margin-top: 15px;
    text-align: justify;
    font-size: 17px;
  }

  .security-questions .mobileText {
    text-align: justify;
    font-size: 17px;
  }

  .remove-btn {
    float: right !important;
    font-size: 14px;
  }

  .dr-partner-info .button.expand {
    font-size: 14px;
  }

  p.userPersonalName {
    font-size: 16px;
  }

  .account-details .person li {
    margin-bottom: 0;
  }

  div.radio-btn {
    margin-top: 0;
  }

  .benef label {
    font-size: 12px;
    line-height: 16px;
    /*text-align: justify;*/
  }

  .bodyContainer .centerView {
    padding-bottom: 40px;
  }
}

.columns {
  line-height: 1;
}

.pad-right {
  padding-right: 15px;
}

/*https://user1st.atlassian.net/wiki/display/KNOW/Example+for+Accessibility+Button+Style+Implementation*/

.AccessibilityButton {
  position: fixed !important;
  _position: absolute !important;
  _top: expression(document.compatMode && document.compatMode == 'CSS1Compat' ? documentElement.scrollTop : document.body.scrollTop);
  z-index: 1000000;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  padding: 5px;
  font: bold 15px Arial !important;
  background: #000 !important;
  color: #FFF !important;
  top: 0;
  right: 2px !important;
}
/*

  There is 3 fonts in style-guide:

  1. SpoilerLight
  2. SpoilerRegular
  3. SpoilerBold

  There is 2 main colors:

  1. ColorPrimary   #555353 (gray)
  2. SecondaryColor #213F99 (blue)

  There is 3 common sizes:

  1. 14px
  2. 18px
  3. 24px

  Default font is

  SpoilerRegular 18px #555353

*/

@font-face {
  font-family: 'fbspoilerenbold';
  src: url("../../theme/fonts/fbspoileren-bold-webfont.eot");
  src: url("../../theme/fonts/fbspoileren-bold-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/fbspoileren-bold-webfont.woff") format('woff'),
  url("../../theme/fonts/fbspoileren-bold-webfont.ttf") format('truetype'),
  url("../../theme/fonts/fbspoileren-bold-webfont.svg#fbspoilerenbold") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fbspoileren';
  src: url("../../theme/fonts/fbspoileren-regular-webfont.eot");
  src: url("../../theme/fonts/fbspoileren-regular-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/fbspoileren-regular-webfont.woff") format('woff'),
  url("../../theme/fonts/fbspoileren-regular-webfont.ttf") format('truetype'),
  url("../../theme/fonts/fbspoileren-regular-webfont.svg#fbspoileren") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'fbspoilerenlight';
  src: url("../../theme/fonts/spoilerlightwebfont.eot");
  src: url("../../theme/fonts/spoilerlightwebfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/spoilerlightwebfont.woff") format('woff'),
  url("../../theme/fonts/spoilerlightwebfont.ttf") format('truetype'),
  url("../../theme/fonts/spoilerlightwebfont.svg#fbspoilerenlight") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'enfbspoileren';
  src: url("../../theme/fonts/enspoilerwebfont.eot");
  src: url("../../theme/fonts/enspoilerwebfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/enspoilerwebfont.woff") format('woff'),
  url("../../theme/fonts/enspoilerwebfont.ttf") format('truetype'),
  url("../../theme/fonts/enspoilerwebfont.svg#fbspoilerenlight") format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Almoni';
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.eot");
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.woff2") format('woff2'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.woff") format('woff'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.ttf") format('truetype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-black-webfont.svg#almoni_dl_aaablack") format('svg');
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: 'Almoni';
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.eot");
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.woff2") format('woff2'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.woff") format('woff'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.ttf") format('truetype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-bold-webfont.svg#almoni_dl_aaabold") format('svg');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Almoni';
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.eot");
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.woff2") format('woff2'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.woff") format('woff'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.ttf") format('truetype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-light-webfont.svg#almoni_dl_aaalight") format('svg');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Almoni';
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.eot");
  src: url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.eot?#iefix") format('embedded-opentype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.woff2") format('woff2'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.woff") format('woff'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.ttf") format('truetype'),
  url("../../theme/fonts/Almoni/almoni-dl-aaa-regular-webfont.svg#almoni_dl_aaaregular") format('svg');
  font-style: normal;
  font-weight: 400;
}

/* Standard classes for fonts */

.font-regular {
  font-family: 'fbspoileren', serif;
  font-size: 18px;
}

.font-regular-14 {
  font-family: 'fbspoileren', serif;
  font-size: 14px;
}

.font-regular-18 {
  font-family: 'fbspoileren', serif;
  font-size: 18px;
}

.font-regular-24 {
  font-family: 'fbspoileren', serif;
  font-size: 24px;
}

.font-light {
  font-family: 'fbspoilerenlight', serif;
  font-size: 18px;
}

.font-light-14 {
  font-family: 'fbspoilerenlight', serif;
  font-size: 14px;
}

.font-light-18 {
  font-family: 'fbspoilerenlight', serif;
  font-size: 18px;
}

.font-light-24 {
  font-family: 'fbspoilerenlight', serif;
  font-size: 24px;
}

.font-bold {
  font-family: 'fbspoilerenbold', serif;
  font-size: 18px;
}

.font-bold-14 {
  font-family: 'fbspoilerenbold', serif;
  font-size: 14px;
}

.font-bold-18 {
  font-family: 'fbspoilerenbold', serif;
  font-size: 18px;
}

.font-bold-24 {
  font-family: 'fbspoilerenbolds', serif;
  font-size: 24px;
}

.font-light-45 {
  font-family: 'fbspoilerenlight', serif;
  font-size: 45px;
}

.color-primary {
  color: #555353;
}

.color-secondary {
  color: #213F99;
}
@media only screen and (max-width: 40em) {


  .page.welcome .welcomePageMainHeaderContainer {
    background-position: 0 -20px !important;
    height: 195px !important;
    background-color: #E2E6F2 !important;
  }

  .page.welcome ol.welcomePageNavBar {
    margin-top: 130px !important;
  }

  .page.welcome ol.welcomePageNavBar li {
    margin: 0 !important;
    padding-top: 15px !important;
    width: 30% !important;
    vertical-align: top !important;
  }

  .page.welcome .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .dr-help .contact-us {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  .dr-header .contact-us img {
    display: none;
  }

  .dr-header .dr-help img {
    width: 70px;
    margin-left: 5px;
    padding-top: 3px;
  }

  .dr-breadcrumb {
    margin: 0 !important;
  }

  .dr-breadcrumb .step .step-item {
    height: auto !important;
  }

  .dr-breadcrumb .step > li {
    display: table-cell !important;
  }

  .dr-breadcrumb .step > li {
    vertical-align: middle !important;
  }

  .dr-breadcrumb .header {
    font-size: 12px !important;
  }

  .dr-eulas .eula-container {
    height: 300px !important;
  }

  .dr-eulas .btnCell {
    font-size: 14px !important;
  }

  p,
  .form-title {
    margin: 0 !important;
    margin-top: 10px !important;
  }

  .reveal-modal {
    top: 50px !important;
    min-height: 0;
  }

  .personal-info .addressSection {
    margin-top: 0;
  }

  .personal-info .chkMargin {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .personal-info .ok-btn-margin {
    margin-top: 30px;
  }

  .dr-partner-info .citizenshipRow {
    margin-left: 2px;
  }

  .dr-user-options .boxText {
    font-size: 20px;
    line-height: 16px;
    text-align: justify;
  }

  .dr-user-options .JustifyText {
    line-height: 17px;
  }

  .appendix-fees .comHeaderText {
    text-align: justify;
  }

  .page.uploads .form-title2 {
    margin-top: 25px;
    text-align: center;
    font-family: fbspoileren;
  }

  .page.uploads .form-title3 {
    text-align: center;
    font-family: fbspoileren;
  }

  .page.uploads .form-title2 h3,
  .page.uploads .form-title2 h2,
  .page.uploads .form-title2 h1,
  .page.uploads .form-title3 h1 {
    font-family: fbspoileren;
  }

  .page.uploads .uploadTextPartner {
    line-height: 19px;
  }
}

/***************************************************/

@media only screen {


  .dr-breadcrumb .step {
    /*display: table;*/
    width: 100%;
  }

  .dr-breadcrumb .step > li {
    /*display: table-cell !important;*/
    width: 20% !important;
  }

  .dr-breadcrumb .step > li.hide-for-small-only {
    display: none !important;
  }

  .dr-breadcrumb .progress {
    margin: 2px 0 !important;
  }

  .dr-breadcrumb .step .step-item {
    width: auto;
  }

  .row .row {
    margin-bottom: 5px;
  }
}

/***************************************************/

@media only screen and (min-width: 40.0625em) {

}

/***************************************************/

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {


  .page.welcome ol.welcomePageNavBar li {
    margin: 0 20px !important;
  }

  .form-title {
    margin: 0 !important;
  }

  .row .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .page.welcome ol.welcomePageNavBar {
    margin: 210px 0 0 !important;
  }

  .page.welcome .welcomePageMainHeaderContainer {
    height: 275px !important;
  }

  .dr-eulas .eula-container {
    height: 370px !important;
  }

  .dr-select ul li {
    margin: 0 !important;
  }

  .dr-select.radio-inline ul li.radio {
    margin: 0 30px 0 0 !important;
  }
}

/***************************************************/

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {

}

/***************************************************/

@media only screen and (min-width: 64.0625em) {


  .call-number-modal {
    min-width: 45rem !important;
  }

  .dr-questions-security .dr-select {
    margin-bottom: 20px;
  }
}

/***************************************************/

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {

}

/***************************************************/

@media only screen and (min-width: 90.0625em) {


  .row {
    max-width: 1350px;
  }

  .page.welcome {
    /*width: 1365px;*/
    width: 100%;
  }

  .dr-breadcrumb .step .step-item {
    width: 180px;
  }

  .dr-header .dr-help {
    margin-left: 85px;
  }

  .dr-header .logo {
    margin-right: 100px;
  }

  .app > .row,
  .app > div > .row,
  .app > div > div > .row,
  .dr-questions-partner > .row,
  .dr-questions-partner > div > .row,
  .dr-questions-partner > div > div > .row,
  .dr-questions-partner .dr-questions-security > .row,
  .dr-questions-partner .dr-questions-security > div > .row,
  .dr-questions-partner .dr-questions-security > div > div > .row,
  .dr-questions-partner .dr-questions-security > div > div > .row,
  .dr-questions-partner .dr-questions-customers > .row,
  .dr-questions-partner .dr-questions-customers > div > .row,
  .dr-questions-partner .dr-questions-customers > div > div > .row {
    padding-right: 100px;
    padding-left: 100px;
  }

  .dr-breadcrumb .progress {
    margin: 2px 90px !important;
  }

  .reveal-modal {
    max-width: 40rem !important;
  }
}

/***************************************************/

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {

}
[dir="rtl"] .reveal-modal .close-reveal-modal {
  left: 1.375rem;
  right: auto;
}

[dir="rtl"] .column,
[dir="rtl"] .columns {
  float: right;
}

[dir="rtl"] select {
  background-position: 0 center;
}

[dir="rtl"] input[type=checkbox] + label,
[dir="rtl"] input[type=radio] + label {
  margin-left: 1rem;
  margin-right: .5rem;
}

@media only screen and (min-width: 64.0625em) {
  [dir="rtl"] .large-offset-1 {
    margin-right: 8.33333% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-2 {
    margin-right: 16.66667% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-3 {
    margin-right: 25% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-4 {
    margin-right: 33.33333% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-5 {
    margin-right: 41.66667% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-6 {
    margin-right: 50% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-7 {
    margin-right: 58.33333% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-8 {
    margin-right: 66.66667% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-9 {
    margin-right: 75% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-10 {
    margin-right: 83.33333% !important;
    margin-left: 0 !important;
  }

  [dir="rtl"] .large-offset-11 {
    margin-right: 91.66667% !important;
    margin-left: 0 !important;
  }
}

[dir="rtl"] .medium-offset-3 {
  margin-right: 25%!important;
  margin-left: 0 !important;
}

[dir="rtl"] input[type=email] {
  direction: ltr;
}

[dir="rtl"] ol {
  margin-left: 0;
  margin-right: 1.4rem;
}

[dir="rtl"] ol li ol,
[dir="rtl"] ol li ul {
  margin-left: 0;
  margin-right: 1.25rem;
}

[dir="rtl"] .progress .meter,
[dir="rtl"] .progress .meter.alert,
[dir="rtl"] .progress .meter.secondary,
[dir="rtl"] .progress .meter.success,
[dir="rtl"] .progress.alert .meter,
[dir="rtl"] .progress.secondary .meter,
[dir="rtl"] .progress.success .meter {
  float: right;
}


.dr-captcha .captcha {
  display: inline-block;
  margin-top: 40px;
}

@media only screen and (max-width: 40em) {
  .dr-captcha .captcha {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.dr-breadcrumb {
  margin-top: 15px;
}

.dr-breadcrumb ul {
  margin: 0;
  padding: 0;
}



.dr-breadcrumb .step {
  text-align: center;
}

.dr-breadcrumb .step > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  /*margin: 5px 1px 0 50px;*/
  position: relative;
  /*margin-left: 60px;*/
}

.dr-breadcrumb .step .step-item {
  /*border: 1px solid #D3D3D3;*/
  /*width: 180px;*/
  height: 28px;
  display: inline-block;
  vertical-align: top;
}

.dr-breadcrumb .step .step-item.active {
  /*border: 1px solid #008000;*/
  /*background-color: #EFEFEF;*/
}

.dr-breadcrumb .step .step-item.past {
  /*background-color: #F5F5F5;*/
}

/*
.dr-breadcrumb .step .step-item.past:hover {
  border-color: black;
  cursor: pointer;
  box-shadow: 0 0 10px -4px #000 inset;
}
*/

/*.dr-breadcrumb:hover {
  text-decoration: underline;
}*/

.dr-breadcrumb .step .step-item.active .page > li.active {
  border: 1px solid #fff000;
}

.dr-breadcrumb .step-separator {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 40px;
  line-height: 40px;
  color: #A9A9A9;
}

.dr-breadcrumb .header {
  display: block;
  font-size: 18px;
  text-align: center;
  font-family: fbspoilerenlight;
}

.dr-breadcrumb .current-page {
  /*display: block;*/
  text-align: center;
  font-size: 12px;
  display: none;
}

.dr-breadcrumb .current-url {
  display: block;
  font-size: 0.7em;
  text-align: center;
  color: #808080;
  position: absolute;
  bottom: -5px;
  padding: 2px;
  margin: 1px;
  border: 1px solid #ADD8E6;
  border-radius: 3px;
  line-height: 0.7em;
  background-color: #FFF;
  right: -5px;
}

.dr-breadcrumb ul.page {
  text-align: center;
}

.dr-breadcrumb ul.page > li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  line-height: 0.7em;
  padding: 0 2px;
}

.dr-breadcrumb ul.page > li > i {
  color: #808080;
  font-size: 0.7em;
}

.dr-breadcrumb .progress {
  height: 5px;
  padding: 0;
  margin: 2px 80px 2px 50px;
}

.dr-breadcrumb .progress {
  background-color: #8b8c90;
}

.dr-breadcrumb .progress.success .meter {
  background: #fff000;
}

/*
* progress bar coloring
*/

.acquaintance .meter {
  transition: none !important;
  width: 10% !important;
}

.personal-info .meter {
  transition: none !important;
  width: 20% !important;
}

.account-details .meter {
  transition: none !important;
  width: 30% !important;
}

.security-questions .meter {
  transition: none !important;
  width: 40% !important;
}

.customer-questions .meter {
  transition: none !important;
  width: 55% !important;
}

.stock-types-and-nda .meter {
  transition: none !important;
  width: 65% !important;
}

.commissions .meter {
  transition: none !important;
  width: 75% !important;
}

.uploads .meter {
  transition: none !important;
  width: 95% !important;
}

.finish .meter {
  transition: none !important;
  width: 100% !important;
}

.partners .meter {
  transition: none !important;
  width: 55% !important;
}

/*
* End progress bar coloring
*/
.dr-checkbox {
  display: inline-block;
  vertical-align: top;
}

.dr-checkbox label {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.dr-checkbox .error input[type=checkbox],
.dr-checkbox .error input[type=radio],
.dr-checkbox .error small.error {
  margin-bottom: 1rem;
}

.checkbox-btn {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border: 1px solid #555354;
  border-radius: 2px;
  margin-top: 5px;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

input[type=checkbox]:checked + .checkbox-btn:after {
  content: "\2714";
  color: #555354;
  height: 0;
  top: -3px;
  position: absolute;
  font-size: 11px;
  left: 1px;
}

.dr-checkbox input[type=checkbox] {
  display: none;
}

.dr-checkbox label,
.dr-checkbox label > span {
  font-family: 'fbspoilerenlight', serif;
}

.dr-checkbox label,
.dr-checkbox label > span {
  font-size: 18px;
  font-family: 'fbspoileren', serif;
}

.dr-checkbox  span {
  display: inline-block;
  max-width: 1100px;
}

@media only screen and (max-width: 40em) {
  .dr-checkbox label > span {
    font-size: 12px;
    line-height: 16px;
  }

  .checkbox-btn {
    margin-top: 2px;
  }
}


.dr-date-selector input {
  text-align: right;
}
.dr-check-list {
  display: inline-block;
  vertical-align: top;
}


.dr-eula .page-loader {
  height: 100px;
  text-align: center;
  padding-top: 40%;
  font-size: 40px;
  min-height: 560px;
}
.dr-file-upload {
  display: inline-block;
  margin: 15px 0;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
}

.dr-file-upload.success {
  border-color: darkgreen;
}

.dr-file-upload.error {
  border-color: darkred;
}

.dr-file-upload .upload-img {
  display: inline-block;
  width: 105px;
  height: 100px;
  background-image: url("../../theme/img/upload.png");
  cursor: pointer;
  position: relative;
}

.dr-file-upload .upload-img.Id {
  background-position: 0 -190px;
}

.dr-file-upload .upload-img.Id2 {
  background-position: 0 -190px;
}

.dr-file-upload .upload-img.Id3 {
  background-position: 0 -190px;
}

.dr-file-upload .upload-img.Check {
  background-position: 0 -90px;
}

.dr-file-upload .download .upload-img.W8 {
  background-position: -200px 10px;
}

.dr-file-upload .upload .upload-img.W8 {
  background-position: -200px -90px;
}

.dr-file-upload .download .upload-img.W9 {
  background-position: -200px -200px;
}

.dr-file-upload .upload .upload-img.W9 {
  background-position: -200px -290px;
}

.dr-file-upload .upload .upload-img.PropertyTax {
  background-position: 0 -10px;
}

.dr-file-upload .progress {
  height: 4px;
  padding: 0;
  margin-bottom: 8px;
}

.dr-file-upload .remove {
  margin: 0;
  height: 17px;
  line-height: 17px;
  font-size: 13px;
  padding: 0 15px;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 130px;
  right: 100px;
}

.dr-file-upload:hover .remove {
  display: block;
}

.dr-file-upload .dr-loader {
  font-size: 5em;
  padding: 45px;
}

.dr-file-upload .file-name {
  direction: ltr;
  display: inline-block;
}

.dr-file-upload .fa.success {
  font-size: 35px;
  color: #006400;
  margin: 6px 0;
}

.dr-file-upload:after {
  clear: both;
}

.dr-file-upload .confirmUploadContainer {
  position: relative;
  left: -16px;
  width: 30.5px;
  height: 36px;
  top: -5px;
  float: left;
}

.dr-file-upload .show-file-icon {
  position: relative;
  right: -46px;
  top: -7px;
  color: #0099cc;
}

.dr-file-upload .upload-img-wrapper {
  height: 100px;
}

.dr-file-upload .errorLabel {
  color: #f04124;
}


.dr-input-Gray label.error span {
  background-color: #f04124;
}

.dr-input-Gray input {
  border-width: 0;
}

.dr-input-Gray input {
  height: 23px;
  background-color: gray;
  padding-top: 0px;
}

.dr-input-Gray .error input {
  background-color: #f04124;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: purple;
  vertical-align: top;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: purple;
  vertical-align: top;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: purple;
  vertical-align: top;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: purple;
  vertical-align: top;
}


.dr-input label.error span {
  color: #f04124;
}
.dr-loader {
  position: fixed;
  font-size: 10em !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 10%;
  z-index: 90;
  background-color: white;
  opacity: 0.5;
}


.dr-phone .number {
  direction: ltr;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

.dr-phone .number:focus {
  border-left-width: 1px;
}

.dr-phone .prefix {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.dr-phone .error select {
  border-bottom: 1px solid #f04124;
}

.dr-phone .error select {
  border-right: 1px solid #ccc;
}

.dr-phone .error input {
  border-left: 1px solid #ccc;
}
.dr-required-field {
  display: inline-block;
  vertical-align: top;
}

.dr-required-field .required-mark {
  color: red;
  font-weight: 700;
  font-size: 18px;
}


.dr-select ul {
  /*margin-bottom: 10px;*/
}

.dr-select ul li {
  margin-bottom: 5px;
  list-style: none;
}

.dr-select .error ul,
.dr-select .error select {
  border-bottom: 1px solid #f04124;
}

.dr-select label,
.dr-select label > span {
  font-family: 'fbspoilerenlight', serif;
  font-size: 18px;
}

.dr-select label > span.subTooltip {
  margin-right: 5px;
}



@media only screen and (max-width: 40em) {
  .dr-select select {
    padding-right: 5px;
  }
}
.dr-tooltip {
  display: inline-block;
  vertical-align: top;
  cursor: help;
}

.ttContainer {
  display: inline-block;
}

.dr-tooltip .joyride-tip-guide {
  margin-left: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-width: 0 20px 20px 0 !important;
  border-color: transparent #D6DCEC transparent transparent !important;
  z-index: -1;
  background-color: transparent !important;
  right: 0;
}

.dr-tooltip .joyride-tip-guide * {
  color: black;
  background-color: #D6DCEC;
}

.dr-tooltip .help-yellow-icon {
  background-color: transparent;
}

.dr-tooltip .tt {
  position: relative;
  bottom: 7px;
}
.dr-tooltip-mobile {
  display: inline-block;
  vertical-align: top;
  cursor: help;
}

.dr-tooltip-mobile .joyride-tip-guide {
  margin-left: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-width: 0 20px 20px 0 !important;
  border-color: transparent #D6DCEC transparent transparent !important;
  z-index: -1;
  background-color: transparent !important;
  right: 0;
}

.dr-tooltip-mobile .joyride-tip-guide * {
  color: black;
  background-color: #D6DCEC;
}

.dr-tooltip-mobile .help-yellow-icon {
  background-color: transparent;
}

.dr-tooltip-mobile .tt {
  position: relative;
  bottom: 7px;
}
.dr-w-shmone {
  direction: ltr;
}

.dr-w-shmone #image-container {
  width: 1130px;
  height: 1599px;
  position: relative;
  border: 3px solid #213099;
  background-image: url("../../theme/img/W8.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 20px auto 20px auto;
}

.dr-w-shmone #form-container {
  width: 100%;
}

.dr-w-shmone.dr-input label.error span {
  color: #f04124;
}

.dr-w-shmone .dr-input-Gray {
  position: absolute;
  height: 22px;
}

.dr-w-shmone .dr-input-Gray label {
  background-color: #d1d1d1;
  height: 23px;
}

.dr-w-shmone .dr-input-Gray label.error {
  background-color: #f04124;
}

.dr-w-shmone .dr-input-Gray label.error input {
  border: none;
}

/*Part I*/

.dr-w-shmone .FullName {
  top: 407px;
  left: 25px;
  width: 668px;
  /*  62%;   */
}

.dr-w-shmone .CountryCitizenship {
  top: 407px;
  left: 715px;
  width: 400px;
}

.dr-w-shmone .PermanentResidenceAddress {
  top: 460px;
  left: 25px;
  width: 1089px;
}

.dr-w-shmone .CityResidenceAddress {
  top: 514px;
  left: 25px;
  width: 804px;
}

.dr-w-shmone .CountryResidenceAddress {
  top: 514px;
  left: 848px;
  width: 265px;
}

.dr-w-shmone .MailingAddress {
  top: 568px;
  left: 25px;
  width: 1089px;
}

.dr-w-shmone .CityMailingAddress {
  top: 622px;
  left: 25px;
  width: 804px;
}

.dr-w-shmone .CountryMailingAddress {
  top: 622px;
  left: 848px;
  width: 265px;
}

.dr-w-shmone .USTaxPayerNumber {
  top: 675px;
  left: 25px;
  width: 668px;
}

.dr-w-shmone .ForeignTaxNumber {
  top: 675px;
  left: 715px;
  width: 400px;
}

.dr-w-shmone .ReferenceNumber {
  top: 729px;
  left: 25px;
  width: 441px;
}

.dr-w-shmone .BirthDate {
  top: 722px;
  left: 529px;
  width: 624px;
  position: absolute;
  height: 25px;
  background-color: transparent;
}

/*Part II*/

.dr-w-shmone .Income {
  top: 783px;
  left: 429px;
  width: 328px;
}

.dr-w-shmone .Article {
  top: 843px;
  left: 962px;
  width: 156px;
}

.dr-w-shmone .ClaimRate {
  top: 867px;
  left: 429px;
  width: 146px;
}

.dr-w-shmone .IncomeType {
  top: 892px;
  left: 50px;
  width: 1070px;
}

.dr-w-shmone .Reason {
  top: 946px;
  left: 50px;
  width: 1070px;
}

.dr-w-shmone .checkbox-btn {
  margin-top: 6px;
  margin-right: 10px;
}

.dr-w-shmone.mobile-scroll {
  overflow: auto;
}

@media only screen and (max-width: 40em) {
  .dr-w-shmone.mobile-scroll {
    overflow: scroll;
  }
}
.dr-w-shmone-sr {
  direction: ltr;
  display: none;
}

.dr-w-shmone-sr.dr-input label.error span {
  color: #f04124;
}

.dr-w-shmone-sr .dr-input-Gray label.error {
  background-color: #f04124;
}


.dr-address label {
  width: 100%;
}

.dr-address .house-details .columns {
  padding: 0 30px 0 0;
}

@media only screen and (max-width: 40em) {
  .dr-address .house-details .columns {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .dr-address .house-details {
    margin-left: 15px;
  }
}

.dr-address .auto-complete-input {
  /*margin-top: 5px;*/
}

.dr-beneficiaries-data {
  border-radius: 4px;
  margin: 5px 0;
}

.dr-beneficiaries-data {
  border-radius: 4px;
  margin: 5px 0;
}

.dr-beneficiaries-data .button.expand {
  padding: 0.4rem;
}

.dr-beneficiaries-data .row .columns:first-child {
  padding-right: 15px;
}

.dr-beneficiaries-data .row .columns:last-child {
  padding-left: 0;
}

.dr-beneficiaries-data .row .columns:only-child {
  padding-right: 15px;
  padding-left: 15px;
}

.col-offset {
  margin-right: 16.6666667%;
}

.dr-beneficiaries-data .button.expand {
  padding: 0.4rem;
}

@media only screen and (max-width: 40em) {
  .dr-beneficiaries-data .publicFigure {
    margin-left: 16px;
  }

  .dr-beneficiaries-data .beneficiariesDate {
    padding-left: 15px !important;
  }

  .dr-beneficiaries-data .zikaTxt {
    padding-left: 15px !important;
  }
}
.dr-commissions * {
  font-family: 'fbspoilerenlight', serif;
}

.dr-commissions .commissionTable {
  border: none;
}

.dr-commissions table.table.commissionTable {
  border: 0;
}

.dr-commissions td.noBorderCell {
  border: 0 !important;
  background-color: white;
}

.dr-commissions td.rightCell {
  border-right: 0 !important;
  background-color: white;
  border-left: 0 !important;
}

.dr-commissions td.middleCell {
  background-color: white;
}

.dr-commissions td.rightCell.noBorderCell.cost {
  background-color: #F3F3F3;
}

.dr-commissions td.middleCell.noBorderCell.cost {
  background-color: #F3F3F3;
}

.dr-commissions td.noBorderCell.cost {
  background-color: #F3F3F3;
}

.dr-commissions td.rightCell.cost {
  background-color: #F3F3F3;
  border-bottom: 0;
}

.dr-commissions td.noBorderCell.cost {
  background-color: #F3F3F3;
}

.dr-commissions td.middleCell.leftBorderCell {
  border-bottom: 0;
  background-color: #F3F3F3;
}

.dr-commissions td.middleCell.noBorderBottom {
  border-bottom: 0;
}

.dr-commissions td.middleCell {
  border-left: 1px solid #808080 !important;
}

/*.dr-commissions td.TableCellGray {*/

/*border-top:1px solid #808080 !important;*/

/*border-bottom:1px solid #808080 !important;*/

/*}*/

.dr-commissions td.allSidesBorder {
  border-top: 1px solid #808080 !important;
  border-bottom: 1px solid #808080 !important;
  border-left: 1px solid #808080 !important;
  border-right: 1px solid #808080 !important;
}

.dr-commissions td.bottomAndLeftBorder {
  border-left: 1px solid #808080 !important;
  background-color: white;
}

.dr-commissions td.leftBoderCell.ng-binding {
  border-left: 1px solid #808080;
  border-bottom: 0;
}

.dr-commissions td.leftBoderCellBold.ng-binding {
  border-left: 1px solid #808080;
  border-bottom: 0;
  /*font-weight: bold;*/
}

.dr-commissions td.coloredCell {
  background-color: #F3F3F3;
  border-bottom: 0 !important;
}

.dr-commissions td.coloredCellWithLeftNbottom {
  background-color: #F3F3F3;
  border-bottom: 1px solid #808080;
  border-left: 1px solid #808080;
}

/* No mix - borders and background */

.dr-commissions td.coloredCell2 {
  background-color: #F3F3F3;
}

.dr-commissions td.noColorCell {
  background-color: white;
}

.dr-commissions td.onlyLeftBorder2 {
  border-bottom: 0 !important;
  border-left: 1px solid #808080 !important;
}

.dr-commissions td.onlybottomBorder {
  border-bottom: 1px solid #808080;
}

.dr-commissions td.whiteBackgroundCell {
  /* border: 0 !important; */
  background-color: white;
}

.dr-commissions td.noColorCell.topBorderCell {
  border-top: 1px solid #808080;
}

.dr-commissions td.NoBottomBorder {
  border-bottom: 0px;
}

/* End no mix */

.dr-commissions td.onlyLeftBorder {
  background-color: white;
  /* border-bottom: 0 !important; */
  border-left: 1px solid #808080 !important;
}

.dr-commissions .table-header td {
  color: rgb(76, 99, 179) !important;
  background-color: white;
  border-bottom: 2px solid rgb(115, 131, 191) !important;
  border-top: 3px solid rgb(32, 63, 153) !important;
  padding: .5rem;
}

.dr-commissions p.centerdText {
  position: relative;
  top: 30px;
}

.dr-commissions td.onlyLeftBorder.coloredCell.ng-binding {
  background-color: #F3F3F3;
}

.dr-commissions .xContainer {
  position: relative;
  right: 30%;
}

.dr-commissions td.onlyLeftBorder.coloredCell {
  background-color: #F3F3F3;
}

.dr-commissions td.leftBorderCell {
  border-left: 1px solid #808080 !important;
  border-bottom: 0 !important;
}

.dr-commissions .title-note {
  font-size: 20px!important;
}

@media only screen and (max-width: 40em) {
  .dr-commissions .NarrowColumn {
    width: 30px;
  }
}


.dr-header > .row {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dr-header > .row.line {
  height: 55px;
  padding-top: 18px;
}

.dr-header .logo {
  float: right;
  margin-right: 5px;
}

.dr-header .dr-help {
  float: left;
  line-height: 24px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.dr-header .dr-help img {
  height: 100%;
  height: 24px;
  margin-top: -2px;
}

.dr-header .contact-us {
  font-family: 'fbspoileren', serif;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #535353;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  white-space: nowrap;
}

.dr-header .contact-us img {
  width: 16px;
}

.dr-header .contact-us span {
  margin: 2px;
  color: rgb(85,83,83);
}

.dr-header .dr-help .contact-us span {
  color: #535353;
}

.dr-header .NewLogoDesktop {
  margin-top: -6px;
}

@media only screen and (max-width: 40em) {
  .dr-header > .row.line {
    padding-top: 9px;
  }

  .dr-header .callCell {
    margin-left: 5px;
  }
}
.dr-footer {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  z-index: 0;
  background-color: rgb(33, 63, 153);
}

.dr-footer .links-container {
  position: absolute;
  height: 30%;
  margin-top: 25px;
  margin-right: 80px;
}

.dr-footer .seperator {
  color: rgb(255, 255, 255);
  display: inline-block;
  margin: 0 20px;
}

.dr-footer .footer-link {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-family: 'fbspoileren', serif;
}

@media only screen and (max-width: 40em) {
  .dr-footer {
    height: 40px;
  }

  .dr-footer .links-container {
    height: 100%;
    margin-top: 2px;
    margin-right: 20px;
  }

  .dr-footer .seperator {
    margin: 0 5px;
  }

  .dr-footer .footer-link {
    font-size: 12px;
  }
}


.dr-eulas .eula-list li {
  list-style: none;
  padding: 5px;
  margin: 0 0 1px;
  font-size: 14px;
  position: relative;
  border-radius: 3px;
  background-color: transparent;
  border: none;
  font-family: 'fbspoilerenlight', serif;
}

.dr-eulas .eula-list li.current {
  font-weight: bold;
}

.dr-eulas .eula-container {
  width: 100%;
  height: 600px;
  direction: ltr;
}

.dr-eulas .v-success {
  color: #008000;
}

.dr-eulas .read-hint {
  padding: 3px;
  margin: 4px;
  border: 1px solid gray;
  border-radius: 5px;
  box-shadow: 1px 1px;
}

.dr-eulas .pf {
  box-shadow: none !important;
}

.dr-eulas .eula-container::-webkit-scrollbar,
.dr-eulas #page-container::-webkit-scrollbar {
  width: 14px;
}

.dr-eulas .eula-container::-webkit-scrollbar-track-piece,
.dr-eulas #page-container::-webkit-scrollbar-track-piece {
  background: transparent;
}

.dr-eulas .eula-container::-webkit-scrollbar-thumb,
.dr-eulas #page-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #243f98;
  border: 4px solid white;
}

.dr-eulas .eula-container::-webkit-scrollbar-button,
.dr-eulas #page-container::-webkit-scrollbar-button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.dr-eulas div#page-container {
  margin-right: 45px;
  overflow-x: hidden;
}

.dr-eulas .signed {
  color: #079247;
  font-weight: bold;
}

.dr-eulas a.signed {
  text-decoration: underline;
}

.dr-eulas .row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.row.eulaButtons {
  margin-top: 40px;
}

.eulaButtons a.button.secondary.left {
  position: relative;
  left: 25%;
  margin-top: -9%;
  background-color: #586FB2;
  border-radius: 3px;
  font-family: 'regular';
  font-size: 20px;
  color: white;
  width: 128px;
}

.eulaButtons a.button.secondary.left:hover {
  background-color: #849566;
}

a.button.success.left.confirmSingle {
  position: relative;
  right: 125px;
  bottom: 56px;
  width: 280px;
  background-color: #213F99;
  color: white;
}

a.button.success.left.confirmSingle:hover {
  background-color: #596Fb3;
}

.eulaButtons .button.success:focus {
  background-color: transparent !important;
  color: #213099;
}

.dr-eulas .button.success.continue {
  background-color: #213099;
  color: #FFF;
  padding: 0.5rem 2rem;
}

.dr-eulas .button[disabled].success,
.dr-eulas button.disabled.success,
.dr-eulas .button[disabled].success:hover,
.dr-eulas button.disabled.success:focus {
  background-color: #F5F5F5;
  color: #808080;
  border-color: #808080;
}

.dr-eulas input[type="checkbox"] {
  display: none;
}

.dr-eulas .user-options-buttons .button {
  min-width: 200px;
}

.dr-eulas .vline {
  border-right: 1px solid #CCC;
  padding-right: 40px;
  padding-top: 5px;
}

a.button.success.left.confirmSingle {
  position: relative;
  top: -97px;
}

a.button.success.pdfDownload {
  background-color: #586FB2;
}

a.button.success.pdfDownload:hover {
  background-color: #8495C6;
}

.button.success:focus,
button.success:focus {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: transparent;
}

@media only screen and (max-width: 40em) {
  .dr-eulas div#page-container {
    margin-right: 0;
  }
}
.dr-questions-customers .dr-select-title {
  color: #213F99;
}

.dr-questions-customers .vline {
  border-right: 1px solid #CCC;
  padding-right: 40px;
}

.dr-questions-customers .ShowOther {
  margin: -30px 18px 0 0;
}

.dr-questions-customers .ShowBottom {
  margin-top: 100px;
  margin-bottom: 50px;
}

.spaceTop {
  margin-top: 40px;
}

.dr-questions-customers .title-style {
  color: #213F99;
  font-size: 18px;
  padding-top: 5px;
  display: inline-block;
  min-width: 80px;
}

.dr-questions-customers .small-header > span {
  color: #213F99;
}

@media only screen and (max-width: 40em) {
  .dr-questions-customers .ShowOther {
    margin: -15px 18px 0 0;
  }

  .dr-questions-customers .ShowBottom {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dr-questions-customers .show-money-source {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .dr-questions-customers .spaceTop {
    margin-top: 0;
  }

  .dr-questions-customers .thumIsuk {
    white-space: nowrap;
  }

  .dr-questions-customers .lineHeight16 .dr-select label,
  .dr-select label > span {
    line-height: 16px;
  }

  .dr-questions-customers .vline {
    padding-right: 22px;
    margin-top: 5px;
  }

  .dr-questions-customers .narrowChk div.radio-btn {
    margin-left: 3px;
  }

  .dr-questions-customers .narrowChk .radio-inline li.radio:first-child {
    margin: 0 0 0 10px;
  }

  .dr-questions-customers  dl,
  ol,
  ul {
    margin-bottom: 0;
  }
}
.dr-partner-info {
  border-radius: 4px;
  margin: 5px 0;
}

.dr-partner-info .button.expand {
  padding: 0.4rem;
}

.dr-partner-info .row .columns:first-child {
  padding-right: 15px;
}

.dr-partner-info .row .columns:last-child {
  padding-left: 0;
}

.dr-partner-info .row .columns:only-child {
  padding-right: 15px;
  padding-left: 15px;
}

.col-offset {
  margin-right: 16.6666667%;
}

@media only screen and (max-width: 40em) {
  .dr-partner-info .BirthCountryCtrl {
    padding-left: .9375rem;
  }

  .dr-partner-info .dr-date-selector {
    padding-left: .9375rem;
  }

  .dr-partner-info .row .columns:only-child {
    padding-right: 15px;
    padding-left: 15px;
  }

  .dr-partner-info .button.expand {
    padding: 0;
  }
}


.dr-questions-partner .top-space-20 {
  margin-top: 20px;
}

.dr-questions-partner .error-messages.partner-custom {
  top: -14px !important;
}

@media only screen and (max-width: 40em) {
  .dr-questions-partner select {
    border: 1px solid #555353 !important;
    border-radius: 3px;
    height: 40px !important;
  }

  .dr-questions-partner .form-title-sub {
    margin-top: 20px;
  }

  .dr-questions-partner .dr-questions-security {
    margin-top: 30px;
  }

  .dr-questions-partner .qpSubHeader {
    line-height: 16px;
  }

  .small-header > span {
    color: #213F99;
  }
}


@media only screen and (max-width: 40em) {
  .dr-questions-security .not-first {
    margin-top: 50px;
  }
}



.dr-register .dr-select.gender ul li {
  display: inline-block;
  margin-left: 20px;
}

.dr-register .first-name-column {
  position: relative;
}

.dr-register .first-name-column .dr-tooltip {
  position: absolute;
  left: 0px;
  top: 40px;
}

input[type="radio"] {
  display: none;
}

input[type=radio]:checked + .radio-btn {
  background-color: #555354;
}

.radio-inline li.radio {
  margin: 0 30px;
}

.radio-inline li.radio:first-child {
  margin: 0 0 0 30px;
}

.radio-inline li.radio:last-child {
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 40em) {
  .radio-inline li.radio:last-child {
    margin: 0;
    margin-right: 10px;
  }

  .radio-inline ul {
    padding-top: 3px;
  }

  .dr-register .dr-checkbox label.small-label,
  .dr-register .dr-checkbox label.small-label > span {
    font-size: 12px;
  }
}

.sep1 {
  height: 70px;
}


.dr-user-options .ng-invalid > div.error {
  border: 1px solid #f04124;
}

.dr-user-options .JustifyText {
  text-align: justify;
}

.dr-user-options .check-box-disabled {
  color: #D3D3D3;
  cursor: default;
}


.dr-wshmone-partner .form-title {
  margin-right: 90px;
}

@media only screen and (max-width: 40em) {
  .dr-wshmone-partner select {
    border: 1px solid #555353 !important;
    border-radius: 3px;
    height: 40px !important;
  }

  .dr-wshmone-partner .form-title-sub {
    margin-top: 20px;
  }

  .dr-wshmone-partner .dr-Wshmone-security {
    margin-top: 30px;
  }

  .dr-wshmone-partner .qpSubHeader {
    line-height: 16px;
  }

  .small-header > span {
    color: #213F99;
  }
}

.call-number-modal {
  background-color: #f4f5fa;
  padding: 5px;
}



.reveal-modal .call-number h2 {
  color: #365F91;
}

.call-number-modal p {
  margin: 0;
  text-align: right;
}

@media only screen and (max-width: 40em) {
  .call-number-modal p {
    line-height: 20px;
    text-align: justify;
  }

  .call-number-modal h2 {
    margin-top: 30px;
  }
}

.call-number-modal .button {
  min-width: 200px;
}
.commission-pop-modal {
  background-color: #f4f5fa;
  padding: 5px;
}



.commission-pop-modal .btn {
  width: 135px;
  height: 32px;
  margin-left: 18px;
  margin-right: 18px;
}

@media only screen and (max-width: 40em) {
  .commission-pop .button {
    width: 80px;
  }

  .commission-pop .ShowSmall {
    /*zoom: 100%;*/
    transform: scale(0.2,0.2);
  }
}


.modal-login .loginheader {
  margin-top: 22px;
  margin-right: 3.5%;
}

.modal-login  .button {
  border: 1px solid #213099;
  color: #213099;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
  width: 165px;
  margin-right: 30%;
  margin-bottom: 5px;
  margin-top: 30px;
}

.modal-login fieldset {
  border: 0px;
  margin-bottom: 0px;
}



.modal-login .dr-input:first-child {
  margin-top: 15px;
}

.modal-login .dr-input {
  margin-top: 46px;
}

@media only screen and (max-width: 40em) {
  .modal-login .loginheader {
    margin-right: 0;
    white-space: nowrap;
  }

  .modal-login .button {
    margin-right: 0;
  }

  .modal-login .ok-btn {
    text-align: center;
  }

  .modal-login .dr-input:first-child input {
    font-family: 'enfbspoileren', serif !important;
  }
}
.stop-flow-modal {
  background-color: #f4f5fa;
  padding: 5px;
}



.reveal-modal .stop-flow h2 {
  color: #365F91;
  margin-top: 20px;
}

.stop-flow-modal p {
  margin: 0;
  display: inline-block;
}

@media only screen and (max-width: 40em) {
  .stop-flow-modal p {
    line-height: 16px;
    margin-top: 0px !important;
  }

  .stop-flow-modal .button {
    width: 80px;
  }

  .reveal-modal .stop-flow h2 {
    font-size: 18px;
    margin-top: 30px;
  }
}

.stop-flow-modal .btn {
  width: 135px;
  height: 32px;
  margin-left: 18px;
  margin-right: 18px;
}


.text-message .txtMsg {
  color: #213F99;
  font-size: 16px;
}
.accessibilitypopup {
  padding: 0;
}

.accessibility-declaration {
  padding: 0;
}

.accessibility-declaration .declaration-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  clear: both;
  z-index: 2;
  display: block;
}

.accessibility-declaration .declaration-header .fa-times {
  float: left;
  margin-top: 1px;
  margin-left: 1px;
}

.accessibility-declaration .declaration-body {
  height: 600px;
  overflow-y: scroll;
  margin: 20px 20px 20px 0;
  padding-left: 20px;
}

.accessibility-declaration .declaration-body ul {
  padding-right: 30px;
}

.accessibility-declaration .declaration-body .nested-numbers-ol {
  counter-reset: item;
}

.accessibility-declaration .declaration-body .nested-numbers-li {
  display: block;
}

.accessibility-declaration .declaration-body .nested-numbers-li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.accessibility-declaration .declaration-body .before-list {
  margin-bottom: 10px;
}

@media only screen and (max-width: 40em) {
  .accessibilitypopup {
    width: 90%;
    right: 0;
    margin: 0 auto;
  }

  .accessibility-declaration .declaration-body {
    height: 500px;
  }

  .accessibility-declaration .declaration-body h3 {
    margin-top: 15px;
  }
}
.account-details .expandable-form-title {
  position: relative;
}

.account-details .expandable-form-title span {
  position: relative;
  z-index: 1;
  color: #3953a4;
  font-size: 14px !important;
  background-color: white;
  padding-left: 5px;
}

.account-details .expandable-form-title .title-divider {
  position: absolute;
  top: 16px;
  border-bottom: 1px solid #3953a4;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.account-details .expandable-form-title .divider-caret {
  position: absolute;
  top: 5px;
  right: 125px;
}

.account-details .expandable-form-title .divider-caret:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 12px;
  border-bottom: 12px solid #3953a4;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.account-details .expandable-form-title .divider-caret:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 13px;
  border-bottom: 11px solid #ffffff;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
}

.account-details .subHeader {
  color: rgb(45, 76, 166);
  font-family: 'fbspoileren', serif;
}

@media only screen and (max-width: 40em) {
  .account-details .dr-select  label > span {
    font-size: 14px;
    white-space: nowrap;
  }

  .account-details .rdbtn {
    line-height: 20px;
  }

  .account-details .subHeader {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 3px;
  }
}
.acquaintance h3 label {
  font-size: inherit;
}

.acquaintance input {
  color: #213F99;
}

.acquaintance .subHeader {
  color: rgb(45, 76, 166);
  font-family: 'fbspoileren', serif;
}

.acquaintance select {
  color: #213F99;
}

.acquaintance .color-element:hover,
.acquaintance .color-element:hover * {
  color: #2b309b;
}

.acquaintance .color-container * {
  -webkit-transition: color 500ms ease-out;
  -moz-transition: color 500ms ease-out;
  -o-transition: color 500ms ease-out;
  transition: color 500ms ease-out;
}

.acquaintance .account-type {
  margin-top: 5px;
  margin-bottom: 5px;
}

.acquaintance .account-type label {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.acquaintance .account-type input[type=radio] {
  display: none;
}

@media only screen and (max-width: 40em) {
  .acquaintance .subHeader {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 3px;
  }

  .acquaintance .account-type div.radio-btn {
    margin-left: 3px;
  }

  .acquaintance .account-type div.radio-btn {
    margin-top: 5px;
  }
}
.appendix-fees td {
  border: 0;
}

.appendix-fees table tr td:first-child {
  border-right: 0;
}

.appendix-fees table tr td:first-child {
  border-right: 0;
}

.appendix-fees table tbody tr td,
.appendix-fees table tbody tr th,
.appendix-fees table tfoot tr td,
.appendix-fees table tfoot tr th,
.appendix-fees table thead tr th,
.appendix-fees table tr td {
  text-align: right;
}

.appendix-fees table tr td {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
  font-size: 16px;
  padding: 0.5rem;
}

.appendix-fees tr.table-header {
  background-color: #365F91;
  color: white;
}

.appendix-fees tr.table-header td {
  color: white;
  font-family: 'fbspoilerenlight', serif;
  font-size: 26px;
}

.appendix-fees table tr td {
  border: 0;
  border-bottom: 1px solid #808080;
}

.appendix-fees table tr td {
  border: 0;
  border-bottom: 1px solid #808080;
  font-size: 20px;
  line-height: 24px;
}

.appendix-fees h3.readAndConfirm {
  color: rgb(45, 76, 166);
}

.appendix-fees .readAndConfirm2 {
  color: rgb(45, 76, 166);
}

.appendix-fees .ok-btn {
  margin-top: 50px;
}

.appendix-fees .ok-btn2 {
  background-color: #213099;
  color: #FFF;
  padding: 0.5rem 2rem;
  border: 1px solid #213099;
  border-radius: 3px;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
  margin-top: 30px;
}

@media only screen and (max-width: 40em) {
  .appendix-fees table tr td {
    font-size: 11px;
    line-height: 14px;
  }

  .appendix-fees tr.table-header td {
    font-size: 11px;
  }

  .appendix-fees p {
    font-size: 11px;
  }

  .appendix-fees .en18 {
    font-size: 11px;
  }
}


.page.finish p {
  font-family: 'fbspoilerenlight', serif;
  font-size: 30px;
}

.page.finish .finishheader {
  margin-top: 65px;
  font-family: 'fbspoilerenlight', serif;
  font-size: 45px;
}

.page.finish .callnumber {
  border-top: 1px #808080 solid;
  border-bottom: 1px #808080 solid;
  text-align: center;
  margin-bottom: 33px;
  padding-top: 14px;
  height: 79px;
}

.page.finish .zerolineheight {
  line-height: 1;
}

.page.finish .thanks {
  margin-top: 38px;
  margin-bottom: 0px;
}

.page.finish .nobreak {
  white-space: nowrap;
}

@media only screen and (max-width: 40em) {
  .page.finish p {
    font-family: 'fbspoilerenlight', serif;
    font-size: 19px;
    line-height: 21px;
    text-align: justify;
  }

  .page.finish .finishheader {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }

  .page.finish .callnumber {
    margin-top: 30px;
  }

  .page.finish .msgnum {
    margin-bottom: 14px;
    text-align: center;
    /*padding-top: 10px;*/
  }

  .page.finish .thanks {
    margin-top: 50px !important;
  }
}
.form-box {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signature .signature-text {
  line-height: 1.5;
  margin-top: 20px;
  color: #213F99;
}

.signature .dr-upload-signature .signature-canvas canvas {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 2px 4px 1px #00000052;
}

.signature .signature-row {
  margin-top: 50px;
}

.signature button.clear-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  line-height: normal;
  position: relative;
  text-align: center;
  background-color: #e7e5de;
  border-color: #e7e5de;
  transition: background-color .3s ease-out;
  display: block;
  width: 300px;
  margin: auto;
  font-size: 13px !important;
  color: #0c215a !important;
  font-family: 'Almoni', Helvetica, Arial, sans-serif !important;
}

.signature .label.sign {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1;
  margin-bottom: auto;
  white-space: nowrap;
  padding: .25rem .5rem;
  font-size: 18px;
  background-color: #ffffff;
  color: #4f649c;
}

.col-xs-12.text-center {
  padding-bottom: 50px;
}

.signature .dr-upload-signature .signature-canvas canvas {
  background-color: white;
  border-radius: 6px;
  box-shadow: 1px 2px 4px 1px #00000052;
}

.signature .button:focus,
.button:hover,
button:focus,
button:hover {
  background-color: #e2e1db;
  color: #FFF;
}
.page.uploads .seperatorContainer {
  /*border-left: 1px solid gray;*/
}

.page.uploads h5 {
  max-width: 150px;
}

.page.uploads .personalDocumentContainer h4 {
  font-size: 23px;
  line-height: 20px;
  font-family: fbspoilerenlight;
}

.page.uploads .personalDocumentContainer h5 {
  font-size: 18px;
  line-height: 18px;
  margin: auto;
  font-family: fbspoilerenlight;
}

.page.uploads .partnerDocumentContainer h4 {
  font-size: 23px;
  line-height: 20px;
  font-family: fbspoilerenlight;
}

.page.uploads .partnerDocumentContainer h5 {
  font-size: 18px;
  line-height: 18px;
  margin: auto;
  font-family: 'fbspoilerenlight', serif;
}

.page.uploads .partnerDocumentContainer {
  margin-right: 120px;
}

.page.uploads .memberName {
  margin-right: 25px;
  color: rgb(109,130,138);
}

.page.uploads .large-4.columns.signedNineFormUpload {
  margin-top: 12px;
  padding-right: 7px;
}

.page.uploads .large-2.columns.w8download {
  margin-top: 10px;
}

.page.uploads .uploadText {
  color: rgb(109,130,138);
}

.page.uploads .uploadText {
  color: rgb(57,83,164);
}

.page.uploads .uploadTextPartner {
  color: rgb(57,83,164);
  /*font-family: fbspoilerenlight;*/
}

.page.uploads .uploads .ok-btn {
  margin-top: 50px;
}

.page.uploads .personalDocumentContainer  .large-2  h4 {
  padding-right: 30px;
  width: 180px;
}

.page.uploads button.button.alert.remove {
  background-color: black;
  display: block;
}

@media only screen and (max-width: 40em) {
  .page.uploads .partnerDocumentContainer {
    margin-right: 0px;
  }
}
.page.welcome {
  margin: 0 auto;
  position: relative;
  font-family: 'fbspoileren', serif;
  height: 100%;
  padding: 0 0 20px 0;
}

.page.welcome .dr-header {
  height: 60px;
  z-index: 2;
  position: relative;
}

.page.welcome .welcomePageFooterText {
  text-align: justify;
  margin: 30px 2px 0 2px;
  line-height: 22px;
}

.page.welcome .welcomePageFooterText li {
  display: inline;
}

.page.welcome .dr-help .contact-us {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid white;
  text-align: center;
  display: inline-block;
}

.page.welcome .dr-help .contact-us span {
  color: white;
}

.page.welcome i.fa.fa-phone {
  color: white;
}

.page.welcome ol.welcomePageNavBar {
  list-style-type: none;
  background-color: rgb(226, 230, 242);
  text-align: center;
  margin: 365px 0 0;
}

.page.welcome ol.welcomePageNavBar li {
  display: inline-block;
  color: #555252;
  margin: 10px 70px 18px;
  padding-top: 18px;
}

.page.welcome ol.welcomePageNavBarPics {
  list-style-type: none;
  background-color: rgb(226, 230, 242);
  height: 120px;
  margin: 0;
  text-align: center;
}

.page.welcome ol.welcomePageNavBarPics li {
  display: inline;
  color: rgb(176, 176, 176);
  position: relative;
  top: 20px;
  margin: 0 11%0 8%;
}

.page.welcome .welcomePageMainHeaderContainer {
  text-align: center;
  height: 425px;
  zoom: 1;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  background-size: 100% auto;
}

.page.welcome .welcomePageMainHeaderContainer.psagot {
  background: transparent url("../../theme/psagot/img/shutterstock.jpg") no-repeat 0 bottom;
  background-size: 100% auto;
}

.page.welcome .welcomePageMainHeaderContainer.ibi {
  background: transparent url("../../theme/ibi/img/shutterstock.jpg") no-repeat 0 bottom;
}

.page.welcome .welcomePageMainHeaderContainer .dr-tooltip {
  text-shadow: none;
}

.page.welcome .welcomePageMainHeader {
  font-size: 29px;
  margin: 0;
  position: relative;
  top: 690px;
  color: white;
}

.page.welcome .welcomePageSecondHeader {
  text-align: center;
  margin-top: 23px;
  font-size: 39px;
  font-family: fbspoilerenlight;
}

.page.welcome .welcomePageSecondHeaderMobile {
  text-align: center;
  margin-top: 23px;
  font-size: 24px;
  font-family: fbspoilerenlight;
}

.page.welcome .instructionText {
  font-size: 24px;
  margin: 0;
  padding-top: 12px;
}

.page.welcome .instructionTextmobile {
  font-size: 16px;
  margin: 0;
  padding-top: 12px;
}

.page.welcome .welcome .dr-tooltip {
  display: inline-block;
  cursor: help;
  bottom: 10px;
  position: relative;
}

.page.welcome .welcomeFooterTextStart {
  font-size: 18px;
}

.page.welcome .welcomeFooterTextStartMobile {
  font-size: 12px;
  line-height: 1em;
}

.page.welcome .welcomeFooterTextEnd {
  font-size: 18px;
  font-weight: bold;
}

.page.welcome .welcomeFooterTextEndMobile {
  font-size: 12px;
  display: inline;
  font-weight: bold;
  line-height: 1em;
}

.page.welcome .welcome-text {
  margin: 0;
  font-size: 48px;
  position: relative;
  color: #FFF;
  font-family: 'fbspoileren', serif;
  text-shadow: 2px 2px 3px #000;
}

.page.welcome h1.welcome-text {
  top: 96px;
  font-size: 48px;
}

.page.welcome h2.welcome-text {
  top: 83px;
  font-size: 27px;
  padding-right: 8px;
}

.page.welcome h3.welcome-text {
  top: 93px;
  font-size: 16px;
  padding-right: 8px;
}

.page.welcome .navbarImg {
  display: block;
  margin: auto;
  height: 70px;
}

.page.welcome .existingAccountTextStart {
  font-family: 'fbspoileren', serif;
  font-size: 18px;
}

.page.welcome .existingAccountTextEnd {
  font-size: 18px;
}

.page.welcome .start-button {
  border-radius: 3px;
  font-family: 'fbspoileren', serif;
  text-align: center;
  padding: 5px 0 0 0;
  margin: 0;
}

.page.welcome .start-button button:hover {
  background-color: #596FB3;
}

.page.welcome .start-button a:hover {
  color: #596FB3;
}

.page.welcome .start-button button {
  background-color: #213F99;
  height: 45px;
  margin-top: 10px;
  width: 226px;
  line-height: 24px;
  padding: 0;
  border-radius: 3px;
  margin-bottom: 5px;
  font-family: 'fbspoileren', serif;
  font-size: 28px;
}

.page.welcome .existingAccountStartHere {
  font-size: 18px;
}

@media only screen and (max-width: 725px) {
  .page.welcome .navbarImg {
    height: 40px;
  }

  .page.welcome .instructionText {
    font-size: 16px;
  }
}

@media only screen and (max-width: 40em) {
  /*.page.welcome .navbarImg {*/

  /*height:40px;*/

  /*}*/

  .page.welcome h1.welcome-text {
    top: 75px;
  }

  .page.welcome h3.welcome-text {
    top: 65px;
  }

  p,
  p.lead {
    line-height: 1;
  }

  .page.welcome .instructionTextmobile {
    padding-top: 2px;
    padding-bottom: 10px;
  }

  .page.welcome .welcomePageFooterText {
    margin: 3px 2px 0 2px;
  }
}

/*
.page.welcome .dr-header > .row.line {
  border-color: #fff;
}
*/
.w-shmone td {
  border: 0;
}

.w-shmone .readAndConfirm {
  color: rgb(45, 76, 166);
}

.w-shmone .readAndConfirm2 {
  color: rgb(45, 76, 166);
}

.w-shmone .chkboxRow {
  direction: ltr;
}

/*.w-shmone table tr td {*/

/*border-bottom: 1px solid gray;*/

/*border-left: 1px solid gray;*/

/*font-size: 16px;*/

/*padding: 0.5rem;*/

/*}*/

.w-shmone .ok-btn {
  margin-top: 50px;
}

.w-shmone .ok-btn2 {
  background-color: #213099;
  color: #FFF;
  padding: 0.5rem 2rem;
  border: 1px solid #213099;
  border-radius: 3px;
  font-family: 'fbspoileren', serif;
  font-size: 18px;
  margin-top: 30px;
}