@charset "UTF-8";

input[disabled],select[disabled]{
    cursor: not-allowed;
}

body {
  margin: 0 auto;
  position: relative;
  font-family: Tahoma, Geneva, sans-serif;
}

@font-face {
  font-family: 'kittithada_roman_55_pregular';
  src: url("../fonts/kit55p-webfont.eot");
  src: url("../fonts/kit55p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kit55p-webfont.woff") format("woff"), url("../fonts/kit55p-webfont.ttf") format("truetype"), url("../fonts/kit55p-webfont.svg#kittithada_roman_55_pregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kittithada_medium_65_pregular';
  src: url("../fonts/kit65p-webfont.eot");
  src: url("../fonts/kit65p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kit65p-webfont.woff") format("woff"), url("../fonts/kit65p-webfont.ttf") format("truetype"), url("../fonts/kit65p-webfont.svg#kittithada_medium_65_pregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fontfacetext {
  font-family: "kittithada_roman_55_pregular";
}

.fontfacetext-bold {
  font-family: "kittithada_medium_65_pregular";
}

/* Layout */
.wrapper {
  width: 98%;
  margin: 0 auto;
  padding: 5px 0;
  position: relative;
  font-size: 13px;
  line-height: 1.5em;
  overflow: hidden;
}

.wrapper .title-wrapper {
  line-height: 2em;
  display: block;
  position: relative;
}

.wrapper .title-wrapper h1 {
  margin: 0px;
  margin-bottom: 15px;
}

.wrapper .title-wrapper h3 {
  margin: 0px;
  margin-bottom: 15px;
}

.wrapper .title-wrapper h6.notice-header {
  text-align: center;
  color: red;
}

.wrapper .title-wrapper p {
  margin: 0;
  margin-bottom: 10px;
}

/* open account */
.open-account-wrapper {
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  overflow: hidden;
  /* form layout style */
}

.open-account-wrapper .form-wrapper {
  width: 100%;
  color: #333;
  overflow: hidden;
}

.open-account-wrapper .form-wrapper .-otp {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

.open-account-wrapper .form-wrapper .form-row {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
}

.open-account-wrapper .form-wrapper .form-row.notation {
  width: 100%;
}

.open-account-wrapper .form-wrapper .form-row.notation .form-label {
  float: left;
  width: auto;
  margin-right: 15px;
}

.open-account-wrapper .form-wrapper .form-row.notation .form-input {
  float: left;
  max-width: 70%;
}

.open-account-wrapper .form-wrapper .form-row.list-file p {
  margin: 0px;
  margin-bottom: 10px;
}

.open-account-wrapper .form-wrapper .form-row.list-file a {
  color: #ea053d;
  margin: 0 15px 0 0;
  text-decoration: none;
}

.open-account-wrapper .form-wrapper .form-row.list-file a:hover {
  color: #000;
}

.open-account-wrapper .form-wrapper .form-row.list-file i {
  font-size: 20px;
  margin: 0 5px 0 0;
}

.open-account-wrapper .form-wrapper .form-row .form-label {
  float: left;
  width: 180px;
}

.open-account-wrapper .form-wrapper .form-row .form-input {
  float: left;
  max-width: 70%;
}

.open-account-wrapper .result-wrapper {
  width: 100%;
  color: #333;
  overflow: hidden;
}

.open-account-wrapper .result-wrapper .result-row {
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #e3e3e3;
  overflow: hidden;
}

.open-account-wrapper .result-wrapper .result-row .title-wrapper {
  margin-bottom: 0;
}

.open-account-wrapper .result-wrapper .result-row .title-wrapper .-text-result {
  text-align: right;
  color: #000;
  margin-bottom: 0;
}

.open-account-wrapper .result-wrapper .result-row .result-content {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.open-account-wrapper .result-wrapper .result-row .result-content .label-result {
  width: 180px;
  float: left;
  padding: 5px;
}

.open-account-wrapper .result-wrapper .result-row .result-content .info-result {
  width: 70%;
  float: left;
  padding: 5px;
}

.icon-wrapper {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}

.icon {
  /*float: left;

  width: 47%;

  height: auto;

  text-align: center;*/
  display: inline-block;
  min-width: 200px;
  height: 150px;
}

.icon-left {
  /*padding-right: 3%;

  text-align: right;*/
  padding: 10px;
}

.icon-right {
  /*padding-left: 3%;

  text-align: left;*/
  padding: 10px;
}

.icon-link {
  /*width: 250px;

  height: 150px;

  display: block;

  background-color: #333;*/
}

/* text style */
.title-main {
  font-size: 29px;
  font-weight: normal;
}

.title-sub {
  font-size: 25px;
  font-weight: normal;
}

.color-main {
  color: #004c8a;
}

.color-text {
  color: #666;
}

/* button style */
.button-wrapper {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
  overflow: hidden;
}

.button-wrapper a {
  text-decoration: none;
}

.button-wrapper a:hover {
  text-decoration: none;
}

.button-wrapper.-button-contract {
  text-align: left;
  margin: 15px 0;
}

.button-wrapper.-button-contract .align-left {
  float: left;
}

.button-wrapper.-button-contract .align-right {
  float: right;
}

a.btn {
  padding-top: 3px;
  padding-bottom: 3px;
}

.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  max-height: 30px;
  min-height: 15px;
  min-width: 26px;
  background-image: none;
  border: 1px solid transparent;
  font-weight: normal;
  -moz-user-select: none;
  font-family: 'kittithada_roman_55_pregular';
}

.btn img {
  margin-left: 20px;
}

.btn:disabled {
  cursor: no-drop;
  background: #dddddd;
}

.btn--edit {
  color: #ffffff;
  background-color: #999;
  transition: background-color 0.5s ease;
}

.btn--find {
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
  behavior: url(css/PIE.htc);
  background-color: #ea053d;
  transition: background-color 0.5s ease;
}

.btn--cancel {
  color: #ffffff;
  background-color: #999;
  transition: background-color 0.5s ease;
}

.btn--confirm {
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
  behavior: url(css/PIE.htc);
  background-color: #004c8a;
  transition: background-color 0.5s ease;
}

.btn--save {
  color: #ffffff;
  background-color: #004c8a;
  transition: background-color 0.5s ease;
}

.btn--next {
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
  behavior: url(css/PIE.htc);
  background-color: #ea053d;
  transition: background-color 0.5s ease;
}

.btn--next img {
  margin: 0;
  margin-left: 20px;
}

.btn--back {
  color: #ffffff;
  border-radius: 20px 0 0 20px;
  behavior: url(css/PIE.htc);
  background-color: #999;
  transition: background-color 0.5s ease;
}

.btn--back img {
  margin: 0;
  margin-right: 20px;
}

.btn-alert-cancel {
  color: #ffffff;
  background-color: #999;
  transition: background-color 0.5s ease;
  text-decoration: none;
}

.btn-alert-confirm {
  color: #ffffff;
  background-color: #004c8a;
  transition: background-color 0.5s ease;
  text-decoration: none;
}

.btn--request {
  color: #ffffff;
  background-color: #999;
  transition: background-color 0.5s ease;
}

.btn--close {
  color: #ffffff;
  background-color: #004c8a;
  transition: background-color 0.5s ease;
}

.btn--open {
  font-size: 22px;
  background-color: #ea053d;
  color: #ffffff;
  border-radius: 0px 20px 20px 0px;
  behavior: url(css/PIE.htc);
}

/* form style */
.otp-label {
  width: 200px;
  float: left;
  padding: 5px;
}

.otp-input {
  width: 65%;
  float: left;
  padding: 5px;
}

.text-notation {
  color: #ea053d;
}

/* input style */
.textbox {
  float: left;
  width: 200px;
  padding: 2px 5px;
  margin-right: 10px;
}

.textbox-sm {
  float: left;
  width: 100px;
  padding: 2px 5px;
  margin-right: 10px;
}

.textbox-md {
  float: left;
  width: 305px;
  padding: 2px 5px;
  margin-right: 10px;
}

.-callshort {
  float: left;
  width: 50px;
  padding: 2px 5px;
}

.-call {
  float: left;
  width: 200px;
  padding: 2px 5px;
}

.select-sm {
  float: left;
  width: 100px;
  padding: 2px 5px;
  margin-right: 5px;
}

.select-lg {
  float: left;
  width: 211px;
  padding: 2px 5px;
  margin-right: 5px;
}

.img-datepicker {
  vertical-align: middle;
}

/* ตรวจสอบสถานะการเปิดบัญชี */
#search-result {
  /*display: none;*/
}

#search-result .status {
  font-weight: bold;
  color: #004c8a;
}

#search-result .progress {
  color: green;
}

#search-result .inprogress {
  color: #004c8a;
}

#search-result .cancel {
  color: red;
}

/* กรอกรายละเอียดการสมัคร */
.register-information .step-title {
  margin-bottom: 15px;
  overflow: hidden;
}

.register-information .step-title .title-main {
  margin: 0;
  margin-right: 15px;
  padding: 10px 15px;
  width: auto;
  max-width: 20%;
  height: auto;
  background-color: #004c8a;
  color: #fff;
  float: left;
}

.register-information .step-title .title-text {
  color: #666666;
  padding: 16px 0;
  max-width: 70%;
  float: left;
}

.register-information .box-information {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}

.register-information .box-information .title-wrapper {
  float: left;
  width: 100%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.register-information .box-information .title-wrapper h3 {
  display: inline-block;
  width: auto;
  margin-right: 5px;
  margin-bottom: 0px;
}

.register-information .box-information.-box-border {
  border: solid 1px #e3e3e3;
  padding: 15px 0;
}

.register-information .box-information .box-row {
  width: 99%;
  height: auto;
  padding: 0 10px;
  margin-bottom: 15px;
  overflow: hidden;
}

.register-information .box-information .box-row.-asset .label-info {
  float: left;
  width: 220px;
  padding: 3px 0;
  margin-right: 10px;
}

.register-information .box-information .box-row.-asset .input-info {
  float: left;
  width: 60%;
}

.register-information .box-information .box-row .box-center {
  float: left;
  width: 100%;
  min-height: 25px;
  margin: 0;
  margin-bottom: 5px;
}

.register-information .box-information .box-row .box-center.-suitability {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.register-information .box-information .box-row .box-center.-suitability .box-question {
  padding: 0 10px;
  font-weight: bold;
}

.register-information .box-information .box-row .box-center.-suitability .box-choice {
  padding: 0 20px;
}

.register-information .box-information .box-row .box-center p {
  padding-right: 10px;
}

.register-information .box-information .box-row .box-left {
  width: 45%;
  float: left;
  min-height: 25px;
  margin: 0;
  margin-bottom: 5px;
}

.register-information .box-information .box-row .box-right {
  width: 50%;
  float: left;
  min-height: 25px;
  margin: 0;
  margin-bottom: 5px;
}

.register-information .box-information .box-row .label-info {
  float: left;
  width: 140px;
  padding: 3px 0;
  margin-right: 5px;
}

.register-information .box-information .box-row .input-info {
  float: left;
  width: 73%;
}

.register-information .box-information .box-row p {
  margin: 3px 0;
}

.register-information .box-contract {
  border: 1px solid #ccc;
  padding: 15px;
  height: 300px;
  overflow: hidden;
  clear: both;
}
@media only screen and (max-width: 320px) {
	 .register-information .box-contract {
		height : 200px;
	 }
 }
.register-information .box-contract .-suitability .box-choice .choice {
  display: inline-block;
  width: auto;
  margin: 10px 0;
  margin-right: 25px;
}

.register-information .box-contract ul.text-contract {
  padding-left: 20px;
  margin: 0px;
  margin-bottom: 15px;
  list-style: none;
}

.register-information .box-contract ul.text-contract p {
  margin: 0px;
  margin-bottom: 5px;
  text-indent: 20px;
}

.register-information .box-contract ul.text-contract li {
  margin-bottom: 10px;
}

.register-information .box-contract ul.text-contract li ul {
  padding-left: 20px;
  list-style: none;
}

.register-information .box-contract ul.text-contract li ul li {
  margin-bottom: 10px;
}

.register-information .box-contract ul.text-contract li ul li ul {
  padding-left: 20px;
  list-style: none;
}

.register-information .box-contract ul.text-contract li ul li ul li {
  margin-bottom: 10px;
}

.register-information .box-contract ul.text-contract li ul li ul li ul {
  padding-left: 20px;
  list-style: none;
}

.register-information .box-contract ul.text-contract li ul li ul li ul li {
  margin-bottom: 10px;
}

.register-information .box-score {
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
}

.register-information .box-score.-scoreTable .table-responsive {
  overflow-x: auto;
  min-height: 1%;
}

.register-information .box-score.-scoreTable .table-responsive table {
  border-collapse: collapse;
}

.register-information .box-score.-scoreTable .table-responsive .box-table th,
.register-information .box-score.-scoreTable .table-responsive .box-table td {
  padding: 5px;
}

.register-information .box-score.-scoreTable .table-responsive .box-table th {
  vertical-align: middle;
  text-align: center;
  background-color: #999;
  border: solid 1px #C3C3C3;
  color: #fff;
}

.register-information .box-score.-scoreTable .table-responsive .box-table td {
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px #C3C3C3;
}

.register-information .box-score.-scoreTable .table-responsive .box-table p {
  margin: 0px;
  margin-bottom: 10px;
}

.register-information .box-score.-scoreTable .table-responsive #analyze-1 td {
  text-align: center;
}

.register-information .box-score.-scoreTable .table-responsive #analyze-1 td:first-child {
  text-align: left;
}

.register-information .box-score .score-result {
  font-size: 18px;
  color: #ea053d;
  font-weight: normal;
  margin: 0 5px;
}

.register-information .box-score .score-analyze {
  color: #ea053d;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .register-information .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .register-information .table-responsive .box-table thead tr th,
  .register-information .table-responsive .box-table thead tr td,
  .register-information .table-responsive .box-table tbody tr th,
  .register-information .table-responsive .box-table tbody tr td,
  .register-information .table-responsive .box-table tfoot tr th, .register-information .table-responsive .box-table tfoot tr td {
    white-space: nowrap;
  }
}

#register-information {
  text-align: left;
}

#register-information .textbox {
  float: none;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
}

#register-information .textbox.-sm {
  width: 100px;
}

#register-information .textbox.-md {
  width: 200px;
}

#register-information .textbox.-lg {
  width: 305px;
}

#register-information .textbox.-address {
  width: 820px;
}

#register-information .textbox.-callshort {
  width: 50px;
}

#register-information .textbox.-call {
  width: 128px;
}

#register-information .select {
  float: none;
  display: inline-block;
  padding: 2px 5px;
  margin-right: 5px;
}

#register-information .select.-sm {
  width: 100px;
}

#register-information .select.-md {
  width: 211px;
}

#register-information .select.-lg {
  width: 317px;
}

/* step bar */
#progrees-bar {
  height: 50px;
}

#progrees-bar .step-process {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
}

#progress-tab {
  overflow: hidden;
  height: 40px;
  margin: 0;
  padding: 0;
}

#progress-tab > li {
  display: block;
  float: left;
  background: #e9e9e9;
}

/* Tooltip Style */
/*icon info*/
.tooltip {
  outline: none;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #004f8c;
  line-height: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  margin-top: 3px;
}

.tooltip:hover {
  text-decoration: none;
}

.tooltip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #004f8c;
  background: #fff;
  /*CSS3 extras*/
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC;
}

.tooltip strong {
  color: #666;
}

.tooltip span {
  z-index: 9999;
  display: none;
  padding: 14px 20px;
  /*margin-top: -115px;*/
  margin-top: 30px;
  width: auto;
  line-height: 16px;
  text-align: left;
  color: #004f8c !important;
}

.callout {
  z-index: 20;
  position: absolute;
  top: 30px;
  border: 0;
  left: -12px;
}

/* */
.group-option {
  float: left;
  display: none;
  width: 100%;
}

.group-option .group-content {
  padding: 10px;
}

.group-option .group-content .status-outter .btn-change-next {
  text-align: right;
  margin: 0px auto;
  width: 100%;
}

.group-option .group-content .status-outter .status-table {
  margin-top: 15px;
}

.group-option .group-content .status-outter .status-table th {
  overflow: hidden;
  background: #004c8a;
  color: #fff;
  border: 1px solid #FFF;
  height: 25px;
  padding: 5px;
  font-weight: bold;
  text-align: center;
}

.group-option .group-content .status-outter .status-table td {
  padding: 5px;
}

.group-option .group-content .status-outter .status-table .btn_remove {
  background: url(../images/btn_remove.png) no-repeat center;
  width: 16px;
  height: 16px;
  border: none;
  text-indent: -9999px;
}

.group-option .group-content .status-outter .status-table .btn_add {
  background: url(../images/btn_add.png) no-repeat center;
  float: left;
  width: 16px;
  height: 16px;
  border: none;
  text-indent: -9999px;
}

.box-form {
  margin-bottom: 20px;
}

.box-form .popup-detail {
  margin: 10px 0;
  padding: 15px 10px;
  padding-bottom: 0px;
  display: block;
  font-size: 13px;
  border: solid 1px #ccc;
  overflow: hidden;
}

.box-form #slide-content-1,
.box-form #slide-content-2,
.box-form #slide-content-3,
.box-form #slide-content-4,
.box-form #slide-content-5,
.box-form #slide-content-6,
.box-form #slide-content-7,
.box-form #slide-content-8 {
  display: none;
}

@media only screen and (max-width: 1100px) {
  .register-information .step-title .title-text {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  .register-information .box-information .box-row.-asset .label-info {
    width: 100%;
    overflow: hidden;
  }
  .register-information .box-information .box-row.-asset .input-info {
    width: 100%;
    overflow: hidden;
  }
  .register-information .box-information .box-row .box-left {
    width: 50%;
  }
  .register-information .box-information .box-row .box-right {
    width: 50%;
  }
  .register-information .box-information .box-row .label-info {
    width: 100%;
  }
  .register-information .box-information .box-row .input-info {
    width: 100%;
  }
  #register-information .select.-sm {
    width: 50px;
  }
  #register-information .textbox.-address {
    width: 95%;
  }
}

@media only screen and (max-width: 640px) {
  .wrapper {
    max-width: 95%;
  }
  .icon-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .button-wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .icon {
    display: block;
    min-width: 200px;
    height: auto;
    margin-bottom: 10px;
    padding: 0px;
  }
  .icon .icon-link img {
    width: 100%;
  }
  .btn {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
  }
  .btn--find {
    border-radius: 0;
  }
  .btn--confirm {
    border-radius: 0;
  }
  .btn--next {
    border-radius: 0;
  }
  .btn--back {
    border-radius: 0;
  }
  .open-account-wrapper .form-wrapper .form-row .form-label {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .open-account-wrapper .form-wrapper .form-row .form-input {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
  }
  .open-account-wrapper .form-wrapper .form-row .form-input .textbox {
    width: 85%;
  }
  .register-information .step-title .title-main {
    max-width: 100%;
  }
  .register-information .step-title .title-text {
    max-width: 100%;
  }
  .register-information .box-information .box-row {
    padding: 0px;
  }
  .register-information .box-information .box-row .box-left,
  .register-information .box-information .box-row .box-right {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
  }
}