.wrapper {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0 auto;
  padding: 16px;
  width: 100%;
}

input[type=text]{
  padding-left:5px;
}

.content__name {
  background-color: #F6F6F6;
  padding: 8px 5px;
  font-weight: bold;
}

.content__mobile input[type=text],
.content__mobile input[type=email],
.content__mobile input[type=tel],
.content__mobile input[type=url],
.content__mobile input[type=date],
.content__mobile input[type=select],
.content__mobile input[type=search] {
  appearance: caret;
  -moz-appearance: caret;
  -webkit-appearance: caret;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
  border: none;
  /*margin-top: 15px;
  margin-bottom: 8px;*/
  margin-left: 0px;
  padding-left: 0;
}

.content__mobile input[type=date]{
  
}

.content__mobile > div {
  margin-top: 8px;
}

.content__mobile .content__dob{
   margin-top: 16px;
}

input[type=text]{
  border: .1px solid #AAA;
}

input[type=text]:focus + div {
  border-bottom: 1px solid #1BA0E2;
}

select.content__relationship, select.content__nationality {
  margin-top: 15px;
  margin-bottom: 8px;
}

.header,
.content,
.disclaimer {
  display: flex;
}

.header {
  margin-bottom: 24px;
  line-height: 1.5;
}

.content {
  flex-wrap: wrap;
  line-height: 1.5;
}

.header__logo {
  flex: 0 0 48px;
}

.disclaimer__information {
  flex: 0 0 32px;
  padding-top: 4px;
}

.header__info,
.disclaimer__content {
  flex: 0 0 90%;
  margin-bottom: 4px;
}

.header__info p {
  font-size: 16px;
  color: #8F8F8F;
}

.disclaimer__content p:nth-child(1) {
  margin: 8px 0;
}

.content__introduction {
  flex: 0 0 100%;
}

.content__table {
  flex: 1 0 100%;
}

.content__mobile {
  display: block;
}

.content__mobile .input__relationship, .content__mobile .input__nationality {
  margin-bottom: 8px;
  margin-left: 0px;
  border: none;
  width: 100%;
}

.content__mobile .input__relationship{
	margin-bottom: 0;
}

.content__desktop {
  display: none;
}

.content__description:nth-child(1) {
  padding-top: 24px;
}

.disclaimer {
  margin-top: 24px;
}

.content__description {
  padding: 32px 0 0;
}
.content__description:first-of-type {
  /*padding-top: 24px;*/
}

.content__relationship, .content__national {
  margin-top: 0px;
}

.content__dob div,
.content__beneficiary div,
.content__relationship div,
.content__national div,
.content__nationalNumber div,
.content__passportNumber div {
  border-bottom: 1px solid #B4B4B4;
  width: 100%;
  height: 0;
  margin-top: 1px;
}

.content__unavailable {
  color: #8F8F8F;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
}

.content__attention{
	font-size:13px;
}

.disclaimer {
  background-color: #F4FBFE;
  border: 1px solid #1BA0E2;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 4px 16px;
  line-height: 1.5;
  width: 100%;
}

.verify {
  display: flex;
  font-size: 16px;
  justify-content: center;
}

.btn {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.btn--default {
  background-color: #DDD;
  color: #0066ff;
}

.btn--orange {
  background-color: #F96D01;
  color: white;
}

.btn--blue {
  background-color: #0066ff;
  color: white;
}

p.header{
  margin-bottom: 0;
}

.tab-pane p{
  text-indent: 20px;
}
p.sub-tr{
  text-indent: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

table {
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid black;
	padding: 2px 5px;
}

table th{
  text-align: center;
  font-weight: bold;
}
table td.center{
  text-align: center;
}

.disclaimer{
  /* height: 200px; */
  overflow-y: auto;
}
.disclaimer__content p {
  /* text-indent: 10px; */
  font-size: 14px;
  margin-bottom: 10px;
}

li.nav-item{
    width: 100%;
    text-align: center;
    text-decoration-line: underline;
}
.warning{
  color:red;
}
.info{
  color:#0772cd;
}
.bold{
  font-weight: bold;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

button:disabled, button[disabled]{
  background:lightgray;
}
button:disabled:hover, button[disabled]:hover, input[type="button"][disabled]:hover{
  color:white;
}


.input__beneficiary::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #000;
}
.input__beneficiary:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #000;
 opacity:  1;
}
.input__beneficiary::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #000;
 opacity:  1;
}
.input__beneficiary:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color:    #000;
}
.input__beneficiary::-ms-input-placeholder { /* Microsoft Edge */
 color:    #000;
}
.input__beneficiary::placeholder { /* Most modern browsers support this now. */
 color:    #000;
}
.btn-submit{
	font-size:16px;
    font-weight: bold;
}
.btn-submit:hover{
	color: white;
}
.btn-accept{
  position:relative;
  width:100%;
}
.loading{
  position:absolute;
  left:50%;
  top:0;
  height:50px;
  z-index:9999;
  display:none;
  font-weight: bold;
  color:#F96D01;
}

:disabled {
  background: #ddd;
}

option[disabled] {
  background: #fff;
  color: black;
}
/*@media only screen and (min-width : 1224px) {
  .wrapper {
    border: 1px solid #dadada;
    padding: 16px 24px;
  }

  .content__name {
    margin-left:-24px;
    margin-right:-24px;
    padding: 8px 24px;
    background-color: #F6F6F6;
  }

  .disclaimer {
    border-radius: 4px;
    height: auto;
	margin-top:10px;
  }
  .disclaimer p:last-child {
	 margin-bottom:0;
  }
  
  .disclaimer__content p {
	  font-size: .5em;
	}

  .content__mobile {
    display: none;
  }

  .content__desktop {
    display: block;
  }

  .content__dob {
    margin-top: 24px;
  }

  .content__dob select,
  .content__beneficiary input,
  .content__relationship select,
  .content__national select,
  .content__nationalNumber input,
  .content__passportNumber input {
    height: 32px;
  }

  .content__dob select:not(:nth-last-child(1)) {
    margin-right: 16px;
  }

  .content__relationship select,
  .content__dob select,
  .content__national select {
    width: 134px;
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
  }

  .content__beneficiary input,
  .content__nationalNumber input,
  .content__passportNumber input {
    width: 100%;
    appearance: textfield;
    -webkit-appearance: textfield;
    box-sizing: border-box;
  }

  .content__dob ~ div {
    margin-top: 8px;
  }

  .content__desktop div p {
    margin-bottom: 4px;
  }

  #myTab{
    margin-left: 20px;
    margin-bottom: 20px;
  }

  li.nav-item{
    width: inherit;
    text-align: inherit;
    text-decoration-line: inherit;
  }
  li.nav-item a{
    border-bottom: 2px solid lightblue;
  }
  li.nav-item a.active{
    border-bottom: 3px solid blue;
  }
  .disclaimer{
  }

}*/


/*.wrapper {
  box-sizing: border-box;
  font-family: sans-serif;
  margin: 0 auto;
  padding: 16px;
  width: 100%;
}

 input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=search] {
  appearance: caret;
  -moz-appearance: caret;
  -webkit-appearance: caret;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing: border-box;
}

input[type=text]:focus + div {
  border-bottom: 1px solid #1BA0E2;
}

p.header{
  margin-bottom: 0;
}

.tab-pane p{
  text-indent: 20px;
}
p.sub-tr{
  text-indent: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

table th{
  text-align: center;
}
table td.center{
  text-align: center;
}

.header,
.content,
.disclaimer {
  display: flex;
}

div.content.term{
  display: block;
}

.header {
  margin-bottom: 24px;
  line-height: 1.5;
}

.content {
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 24px;
}

.header__logo {
  flex: 0 0 60px;
}

.disclaimer__information {
  flex: 0 0 32px;
  padding-top: 3px;
}

.header__info,
.disclaimer__content {
  flex: 0 0 90%;
}

.disclaimer__content p:nth-child(1) {
  margin-bottom: 8px;
}

.content__introduction {
  flex: 0 0 100%;
  margin-bottom: 16px;
}

.content__table {
  flex: 1 0 100%;
}

.content__description:nth-child(1) {
  padding: 0;
}

.content__description {
  padding: 24px 0;
}

.content__description div {
  border-bottom: 1px solid #B4B4B4;
  width: 100%;
  margin-top: -10px;
}

.content__unavailable {
  color: #8F8F8F;
  font-size: 12px;
  line-height: 1.5;
}

.disclaimer {
  background-color: #F4FBFE;
  border: 1px solid #1BA0E2;
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 16px;
  line-height: 1.5;
}

.verify {
  display: flex;
  justify-content: center;
}

.btn {
  border-radius: 4px;
  box-sizing: border-box;
  padding: 16px;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.btn--orange {
  background-color: #F96D01;
  color: white;
}

*/