﻿@charset "UTF-8";

/*20220627 start*/


#alertBox {
    margin: 30px auto 0;
    padding-top: 25px;
    width: 80%;
    padding-bottom: 30px;
    background: #fff;
    box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
}

.hzlineResend {
    border: 1px solid #dcdcdc;
    width: 95%;
    text-align: center;
}

ul.privacy {
    margin-left: 2em;
}

.noticeText {
    text-align: center;
    font-size: 16px;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 12px;
}

.privacy-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: #0067b3;
}

.scrollText div {
    font-weight: bold;
}

.scrollText p, li {
    line-height: 26px;
}


.scrollText {
    height: 350px;
    border-bottom: 2px solid #dcdcdc;
    overflow-y: scroll;
    margin-bottom: 28px;
}

#alertPrivacy {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    padding-top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    width: 600px;
    height: 580px;
    background: #fff;
    box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.3);
}

#bgPrivacy1 {
    background: rgba(0, 0, 0, 0.7)
}
/*20220627 end*/

.upload {
    margin-bottom: 10px;
}

.upload .imgs img {
        height: 160px !important;
        vertical-align: middle;
    }
.m-R-m {
    margin-right: 20px;
}
.btn-up {
    display: inline-block;
    font-size: 14px;
    padding: 5px 30px 5px 20px;
    background: url(../../images/sobo/icon-arrowup.png) right 10px top 8px no-repeat #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 30px;
    background-size: 11px 7px;
    margin: 5px;
}

.field .left {
    display: inline-block;
    color: #018ccf;
    font-size: 15px;
    vertical-align: top;
    font-weight: bold;
    margin-right: 12px;
}

 .field .left.blue {
    color: #018ccf;
    border-left: 5px solid #dff2fc;
    padding-left: 15px;
}

 .field .right {
    display: inline-block;
    vertical-align: top;
}

     .field .right.bl {
        display: block;
        margin-top: 10px;
    }

     .field .right.pL {
        color: #555;
    }

     .field .right.bg {
        background: #eee;
    }

.form-info {
    padding-left: 20px;
}

    .form-info .field {
        overflow: hidden;
        clear: both;
        margin: 10px 0;
        width: 100%;
    }

        .form-info .field .left {
            font-weight: bold;
        }

        .form-info .field .right {
            margin-top: 10px;
        }
.field {
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px dashed #ddd;
}


* {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

body {
  display: -webkit-flex;
  display: flex;
}

#container {
  width: 714px;
  position: relative;
}

span {
  display: inline-block;
}

li {
    margin: 20px 0;
    list-style: decimal
}

.olMargin {
  margin: 25px 0;
}

.mt34mb19g {
  margin-top: 24px;
  margin-bottom: 19px;
}

.openAccount {
  display: block;
  margin-left: 13px;
  margin-right: 13px;
}

.mt38mb35 {
  margin-top: 38px;
  margin-bottom: 25px;
}

.mt58mb35 {
  margin-top: 34px;
  margin-bottom: 0px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: -30px;
}

.mt14 {
  margin-top: 14px;
}

.footer42 {
  margin-bottom: 42px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt-5 {
  margin-top: -5px;
}

.mt30 {
  margin-top: 30px;
}

.ptb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.mr20 {
  margin-right: 20px;
}

.mb8 {
  margin-bottom: 8px;
}

.mt-40 {
  margin-top: -40px;
}

.mt15 {
  margin-top: 15px;
}

.mb22 {
  margin-bottom: 22px;
}

.mb14 {
  margin-bottom: 14px;
}

.mt-10 {
  margin-top: -15px;
}

.mt-8 {
  margin-top: -8px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mt25 {
  margin-top: 25px;
}

.middleCenter2 {
  vertical-align: middle;
}

.middleCenterT {
  vertical-align: top;
}

.middleCenter {
  vertical-align: super;
}

.middleCenterSub {
  vertical-align: sub;
}

.middleCenterTB {
  vertical-align: text-bottom !important;
}

.radio_wrap {
  position: relative;
  display: inline-block;
  top: 7px;
  margin-bottom:10px
}

input[type=radio] {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 1;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #dcdcdc;
}


input[type=radio] + label {
    position: relative;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    padding-left: 10rem;
    
}

input[type=radio]:checked + span {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #3eb2e3;
}

input[type=radio]:checked + span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #3eb2e3;
}

.style-rect input[type=radio] {
  border: 1px;
}

.style-rect input[type=radio] + span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  border: 2px solid #dcdcdc;
}

.style-rect input[type=radio]:checked + span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 7px;
  border-radius: 0;
  border-bottom: 3px solid #3eb2e3;
  border-left: 3px solid #3eb2e3;
  background-color: transparent;
}

.checkbox_wrap {
  display: inline-block;
  position: relative;
  top: 7px;
}

input[type=checkbox] {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 1;
  border: 2px;
  /* margin: 25px; */
}
input.input8[type=checkbox] {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 1;
  border: 2px;
  margin: 25px;
}


input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #dcdcdc;
}

input[type=checkbox]:checked + span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #3eb2e3;
  border-left: 3px solid #3eb2e3;
}

input[type=checkbox].err + span {
  background: #efefef;
}

input[type=checkbox].err + span:after {
  border-bottom: 3px solid #9d9d9d;
  border-left: 3px solid #9d9d9d;
}

.checkbox_wrapBtn {
  display: inline-block;
  position: relative;
  top: 2px;
}

input.btn {
  position: absolute;
  width: 25px;
  height: 25px;
  opacity: 0;
  z-index: 1;
}

input.btn + span {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #dcdcdc;
  background: white;
}

input.btn:checked + span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  height: 7px;
  border-bottom: 3px solid #3eb2e3;
  border-left: 3px solid #3eb2e3;
}

select {
  background-color: #e5f1f6;
  border: 1px #dcdcdc solid;
}

option {
  border: 1px #dcdcdc solid;
}

input {
  background-color: #e5f1f6;
  border: 1px #dcdcdc solid;
}

.justifyCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.textInline {
  display: inline-block;
}

.text_alignCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.text_alignBaseline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}

.flexDirR {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.flexDirC {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.inputBtnMargin {
  margin: 10px;
}

.button {
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  height: 40px;
  color: white;
}

.buttonDL {
  background: linear-gradient(to right, #0a3c7b, #0081cc);
}

.btnOpen {
  width: 150px;
  height: 40px;
  margin-top: 30px;
}

.floatL {
  float: left;
}

.clearfix {
  clear: both;
}

.btnArrowMargin {
  margin: 11px;
}

.checkboxBtn {
  margin-left: 10px;
}

.mt22 {
  margin-top: 22px;
}

.w80h35 {
  width: 80px;
  height: 35px;
}

.w120h35 {
  width: 120px;
  height: 35px;
}

.w140h35 {
  width: 140px;
  height: 35px;
}

.w145h35 {
  width: 145px;
  height: 35px;
}

.w150h35 {
  width: 150px;
  height: 35px;
}

.w156h35 {
  width: 156px;
  height: 35px;
}

.w175h35 {
  width: 175px;
  height: 35px;
}

.w180h35 {
  width: 180px;
  height: 35px;
}

.w400h35 {
  width: 400px;
  height: 35px;
}

.w586h35 {
  width: 586px;
  height: 35px;
}

.mtmb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.mr100 {
  margin-right: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mt10 {
  margin-top: 10px;
}

.mr20 {
  margin-right: 20px;
}

.pt6 {
  padding-top: 6px;
}

.mr92 {
  margin-right: 92px;
}

.mr74 {
  margin-right: 74px;
}

.mb11 {
  margin-bottom: 11px;
}

.mt40 {
  margin-top: 40px;
}

.mr10 {
  margin-right: 10px;
}

.boxMr10Mb15 {
  margin-right: 10px;
  margin-bottom: 15px;
}

.boxMr10Mtb15 {
  margin-right: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.justifySpaceAround {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.checkboxBtn {
  width: 25px;
  height: 25px;
}

label.container {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.textGreen {
  color: #cbad85;
}

.textSmall {
  font-size: 14px;
  color: #3eb2e3;
  margin-bottom:10px;
}

.inlineBlock {
  display: inline-block;
}

.textSmallMarginMT {
  margin-top: 10px;
}

.textSmallMarginMB {
  margin-bottom: 10px;
}

.textLineHeight {
  line-height: 1;
}

.text14 {
  font-size: 14px;
}

.textGray {
  color: #636363;
  margin-right: 10px;
}

.textGray2 {
    margin-right: 10px;
    font-size: 18px;
    margin-bottom: -20px;
}

.textBoldBlue {
  font-size: 16px;
  color: #0067b3;
  font-weight: bold;
}

.text26 {
  font-size: 26px;
}

iframe.iframeStyle {
  border-top-style: none;
  border-left-style: none;
  border: 1px solid #f3f3f3;
}

iframe[scrolling] {
  scrollbar-face-color: #ff8c00;
  scrollbar-track-color: #fff8dc;
  scrollbar-arrow-color: #ffffff;
  scrollbar-highlight-color: #fff8dc;
  scrollbar-shadow-color: #d2691e;
  scrollbar-3dlight-color: #ffebcd;
  scrollbar-darkshadow-color: #8b0000;
}

.checkboxNone {
  display: none;
}

.checkboxNone.textInline {
  display: inline-block;
}

.textBold {
  font-weight: bold;
}

.textblueGreen {
  color: #0067b3;
}

.text16 {
  font-size: 16px;
}

.btnMargin {
  margin: 51px;
}

.lineJustifyStart {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;

}

.radiodisable {
    background-color: #D0D0D0;
}

.titleMargin {
  margin-bottom: 18px;
}

.lineMargin {
  margin-right: 20px;
}

.w590h222 {
  width: 599px;
  height: 222px;
}

.idOpacity {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 329px;
  height: 219px;
  z-index: 1;
}

.idOpacity2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 478px;
  height: 268px;
  z-index: 1;
}

.posRel {
  position: relative;
}

.mr25mb30 {
  margin-right: 13px;
  margin-bottom: 30px;
}

.photoCenter {
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}

.btnEnd {
  margin-left: auto;
  position: relative;
  right: 72px;
}

.scrollbar-inner {
  width: 704px;
  height: 440px;
}

/* scroll bar 靠右 */
.scrollbar-inner > .scroll-element.scroll-y {
  right: 0;
  width: 8px;
}

/* 去掉scroll bar 圓角 */
.scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 0;
}

/* scroll bar 透明度 */
.scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 1;
}

/* scroll bar bar 顏色 */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #DEDEDE;
}

/* scroll bar bar hover 顏色 */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #DEDEDE;
}

/* scroll bar bar 背景顏色 */
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #F4F4F4;
}

#bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  overflow: auto;
  margin-bottom: 40px;
}

#alertBox {
  margin: 30px auto 0;
  padding-top: 25px;
  width: 750px;
  padding-bottom: 30px;
  background: #fff;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}

#alertBox a#ok {
  position: absolute;
  top: 0;
  right: 0;
}

#alertBoxBa02 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding-top: 0px;
  width: 450px;
  height: 198px;
  background: #fff;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#alertBoxBa02 a#ok {
  position: absolute;
  top: 0;
  right: 0;
}

#alertBoxBa12 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  width: 450px;
  height: 445px;
  background: #fff;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#alertBoxBa12 a#ok {
  position: absolute;
  top: 0;
  right: 0;
}

#alertBoxBa14 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  width: 450px;
  height: 232px;
  background: #fff;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}

#alertBoxBa14 a#ok {
  position: absolute;
  top: 0;
  right: 0;
}

.pl40 {
  padding-left: 40px;
}

.btnCursor {
  cursor: pointer;
}

.articleBlueBold {
  color: #0067b3;
  font-size: 26px;
  font-weight: bold;
}

.articleBlueBoldC {
  color: #0067b3;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

.hzline {
  border: 1px solid #dcdcdc;
  width: 670px;
  text-align: center;
}

.mlr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb-10 {
  margin-bottom: -10px;
}

p.blockColor {
  background-color: #bbbbbb;
  width: 74px;
  height: 24px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.lineJustifyStart {
  padding-left: 20px;
  border-left: 3px solid #DCDCDC;
}

.lineJustifyStart.err {
  border-color: #DE0000;
}

.textBlueC {
  color: #0067b3;
}

.bgGray {
  width: 74px;
  height: 24px;
  background: #bbbbbb;
  color: white;
}

.mb19 {
  margin-bottom: 19px;
}

table {
  border: 2px solid #eeeeee;
  border-collapse: collapse;
  width: 710px;
  height: 45px;
}

.tr1BG {
  background-color: #f8f8f8;
}

th, td {
  border: 2px solid #eeeeee;
  border-collapse: collapse;
  padding: 15px;
}

th {
  height: 45px;
  text-align: center;
  font-weight: normal;
}

td {
  height: 45px;
}

.tdCenter {
  text-align: center;
  vertical-align: middle;
}

.trdw55 {
  width: 55px;
}

.trdw194 {
  width: 194px;
}

.trdw134 {
  width: 134px;
}

.trdw87 {
  width: 87px;
}

.trdw242 {
  width: 242px;
}

.trdw62 {
  width: 62px;
}

.trdw246 {
  width: 246px;
}

.trdw200 {
  width: 200px;
}

.trdw205 {
  width: 205px;
}

.main table tr th:hover {
  background: deeppink;
  color: whitesmoke;
}

.trStyleC02 {
  width: 710px;
  height: 45px;
}

.mt-10 {
  margin-top: -10px;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mt20 {
  margin-top: 0px;
}

.195h35 {
  width: 195px;
  height: 35px !important;
}

.w195 {
  width: 195px;
}

.w300h35 {
  width: 300px;
  height: 35px;
}

.w90h35 {
  width: 90px;
  height: 35px;
}

.w156h35 {
  width: 156px;
  height: 35px;
}

.bgGreenC2_3 {
  width: 152px;
  height: 35px;
  background-color: #c3b893;
  color: #ffffff;
  margin-left: 10px;
  margin-top: -30px;
}

.bgGreenB14_2 {
  width: 152px;
  height: 35px;
  background-color: #c3b893;
  color: #ffffff;
  margin-left: 10px;
}

.inputBoxTextDarkGray {
  color: #636363;
}

input.PLHcolor::-webkit-input-placeholder {
  color: #b3b3b3;
}

input.PLHcolor::-moz-placeholder {
  color: #b3b3b3;
}

input.PLHcolor:-ms-input-placeholder {
  color: #b3b3b3;
}

input.PLHcolor:-moz-placeholder {
  color: #b3b3b3;
}

input.err, select.err, option.err {
  background-color: #f3f3f3;
  color: #b3b3b3;
  border: none;
}

.h35 {
  height: 35px;
}

.bgcGray {
  width: 150px;
  height: 40px;
  background-color: #999999 !important;
}

.textBlueD {
  color: #3eb2e3;
}

.ml5 {
  margin-left: 5px;
}

.mt30 {
  margin-top: 30px;
}

.button *, input[type="radio"], input[type="radio"] {
  cursor: pointer;
}

input[type="text"], input[type="tel"], input[type="password"], input[type="email"], select, option {
  padding-left: 15px;
  padding-right: 15px;
}

input[type="text"] {
  vertical-align: middle;
}

.selectBox {
  position: relative;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.selectBox::after {
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  content: "";
  border-style: solid;
  border-width: 10px 5px;
  border-color: #636363 transparent transparent transparent;
}

select {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  color: #636363;
  border: #DCDCDC 1px solid;
  background-color: #e5f1f6;
  padding: 6px 40px 6px 20px;
  margin: 7px 0;
  width: 140px;
}

select.w120 {
  width: 120px;
}

select.w160 {
  width: 160px;
}

select.w175 {
  width: 175px;
}

select.w176 {
  width: 176px;
}

select.w177 {
  width: 177px;
}

option {
  font-size: 16px;
}

select::-ms-expand {
  display: none;
}

.agreeBtn {
  position: relative;
}

.agreeBtn span {
  vertical-align: middle;
  margin-top: 5px;
  margin-right: 5px;
}

.agreeBtn .checkbox_wrapBtn {
  width: 100%;
  height: 40px;
}

.agreeBtn label {
  display: block;
  width: 100%;
  height: 100%;
}

.text24 {
  font-size: 24px;
}

.textGreenB {
  color: #c29e6c;
}

.err2 {
  border-color: #b3b3b3;
}

.w330h35 {
  width: 330px;
  height: 35px;
}

.text14Gray {
  font-size: 14px;
  color: #636363;
}

.w167h35 {
  width: 167px;
  height: 35px;
}

.w125h35 {
  width: 125px;
  height: 35px;
}

.mr5 {
  margin-right: 5px;
}

.pl40t50 {
  padding-left: 40px;
  padding-top: 50px;
}

.footer38 {
  margin-top: -12px;
  margin-bottom: 4px;
}

.mt50 {
  margin-top: 25px;
}

.mb0 {
  margin-bottom: -5px;
}

.mb-10 {
  margin-bottom: -10px;
}

.mt65mb50 {
  margin-top: 52px;
  margin-bottom: 16px;
  margin-left: 121px;
}

.btnGrayB2 {
  background-color: #99A2AA;
}

.mt48mb21 {
  margin-top: 48px;
  margin-bottom: 21px;
  margin-left: 91px;
}

.footer45 {
  margin-top: -45px;
  margin-bottom: 45px;
}

.mt6mb21 {
  margin-top: 6px;
  margin-bottom: 21px;
  margin-left: 0;
}

.mt21 {
  margin-top: 21px;
}

.bgblueBa02 {
  color: #551A8B;
}

.textErr {
  color: #b3b3b3;
}

.ml-10 {
  margin-left: -10px;
}

.btncConfirmOpen {
  width: 266px;
  height: 40px;
  margin-top: 50px;
}

.btncConfirmNext {
  width: 266px;
  height: 40px;
  margin-top: 0px;
  margin-right: -61px;
}

.btncConfirmNext2 {
  width: 378px;
  height: 40px;
  margin-top: 0px;
  margin-right: -61px;
}

.relativeIdCheck {
  position: relative;
}

.absoluteIdCheckRB {
  position: absolute;
  right: 5px;
  bottom: 11px;
}

.mt5 {
  margin-top: 5px;
}

.iframeNextSection1, .iframeNextSection2 {
  overflow: hidden;
}

.btnsAgreement {
  display: none;
}

.btnsAgreement.textInline {
  display: inline-block;
}

.iframesPDFBox {
  position: relative;
}

.iframesPDFBox.showBox1 .iframeNextSection1 {
  height: auto;
}

.iframesPDFBox.showBox1 .iframeNextSection2 {
  height: 0;
}

.iframesPDFBox.showBox2 .iframeNextSection2 {
  height: auto;
}

.iframesPDFBox.showBox2 .iframeNextSection1 {
  height: 0;
}

.pt20 {
  padding-top: 20px;
}

.mb-25 {
  margin-bottom: -25px;
}

.radioList {
  line-height: 30px;
}

.mr50 {
    margin-right: 50px;
}

#txtimgcode {
    text-transform: uppercase;
}