﻿@charset "UTF-8";

body{
  font-family: Arial,"Microsoft JhengHei",微軟正黑體,"Hiragino Sans GB",sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}
/*------------------------------------------------------------------------*-
    $Template : Main Content Area
-*------------------------------------------------------------------------*/
.header-blue.header-result {
  background-image: none;
}
.header-result h1{
  color: #fff;
}



main > .container {
  padding-left: 15px;
  padding-right: 15px;
}
.content-area {
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (min-width: 1200px){
    .cal-container {
      width: 100%;
  }
}


main div[class^="col"] {
  padding-left: 15px;
  padding-right: 15px;
}




/*------------------------------------------------------------------------*-
    $Extend UI Compoment
-*------------------------------------------------------------------------*/
.nav-conttabs {
  width: 100%;
}
.nav-conttabs > li {
  /* display: table-cell;
  width: 1%; */
  float: left;
  width: 25%;
  margin-bottom: 15px;
}
.nav-conttabs > li > a {
  border-radius: 0;
  text-align:center;
  color: #333;
  border-bottom: 3px solid transparent;
}
.nav-conttabs > li > a:hover {
  color: #23569d;
  background-color: transparent;
}
.nav-conttabs > li.active>a, 
.nav-conttabs > li.active>a:focus, 
.nav-conttabs > li.active>a:hover {
  color: #23569d;
  background-color: transparent;
  border-bottom: 3px solid #23569d;
  font-weight: bold;
}


.nav-contselect-wrap,
#nav-contselect{
  display: none;
}
@media (max-width: 639px){
  .nav-conttabs{
    display: none;
  }
  .nav-contselect-wrap,
  #nav-contselect{
    display: block;
  }
}

.nav-contselect-wrap{
  margin-left:-15px;
  margin-right:-15px;
}
#nav-contselect-button.ui-selectmenu-button{
  display: block;
  width: 100%;
  height: 60px;
  color: #fff;
  border: none;
  border-radius: 0;
  padding-top: 20px;
  background: #3e62ad;
}

#nav-contselect-button.ui-state-hover, 
#nav-contselect-button.ui-widget-content .ui-state-hover, 
#nav-contselect-button.ui-widget-header .ui-state-hover, 
#nav-contselect-button.ui-state-focus, 
#nav-contselect-button.ui-widget-content .ui-state-focus, 
#nav-contselect-button.ui-widget-header .ui-state-focus, 
#nav-contselect-button.ui-button:hover, .ui-button:focus{
  color: #fff !important;
  background: #3e62ad !important;
}


#nav-contselect-button.ui-selectmenu-button   .ui-selectmenu-icon{
  width: 18px;
  height: 8px;
  margin-top: 5px;
  background: transparent url(../images/icon-card-arrow-right_3.png);
}
.ui-menu   .ui-menu-item-wrapper {
  padding: 15px 1em 15px .4em;
}


/* tab-inpage */
.tab-inpage-prev{
  text-align: left;
}
.tab-inpage-next{
  text-align: right;
}
.route-pn{
  display: block;
  margin-bottom: 10px;
}
.tab-inpage   .tip-date{
  display: block;
}


.nav-contselect-fixed {
  position: fixed;
  top:0; left:0;
  width: 100%; 
}



.icon-newupdate-fornav{
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  font-size: 10px;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
  color:#fff;
  background-color: #e50049;
}
.icon-hint-checked{
  display: inline-block;
  position: relative;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-top: 0px;
  margin-right: 5px;
  background-color: #e50049;
  text-indent: -9999px;
}
.icon-hint-checked:before{
  display: block;
  position: absolute;
  top: 10px;
  left:3px;
  content:"";
  width: 4px;
  height: 1px;
  background-color: #fff;
  transform: rotate(45deg);
}

.icon-hint-checked:after{
  display: block;
  position: absolute;
  top: 9px;
  left: 4px;
  content:"";
  width: 11px;
  height: 1px;
  background-color: #fff; 
  transform: rotate(-45deg);
}





.btn-brand-pink{
  min-width: 208px;
}
.btn-ghost-blue-v21{
  position: relative;
  border: 1px solid rgb(0, 84, 164);
  color: rgb(0, 84, 164);
  background-color: transparent;
  padding: 0px 40px;
  padding-left: 14px;
  padding-right: 50px;
  height: 60px;
  line-height: 50px;
  text-align:left;
  text-decoration: none;
  min-width: 208px;
}
.btn-ghost-blue-v21:hover{
  color: rgb(0, 84, 164);
  border: 2px  solid rgb(0, 84, 164);
}
.btn-ghost-blue-v21:after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  background-image: url(../images/icon-card-arrow-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -9px;
}
@media (max-width: 992px){
  .btn-ghost-blue-v21{
    width: 100%;
    text-align: center !important;
  }
}

.btn.btn-brand-pink.btn-brand-disabled,
.btn.btn-brand-pink.btn-brand-disabled:hover,
.btn.btn-brand-pink.btn-brand-disabled:active{
  background-color: #b4b4b4 ;
}



a.btn-ghost-blue{
  display: inline-block;
  min-width: 208px;
}
a.btn-ghost-blue:hover{
  text-decoration: none !important;
}
a.btn-brand-pink{
  display: inline-block;
  color:#fff;
  min-width: 208px;
}
a.btn-brand-pink:hover{
  text-decoration: none !important;
}
a.btn-brand-violet{
  display: inline-block;
  min-width: 208px;
}
a.btn-brand-violet:hover{
  text-decoration: none !important;
}

/* CIver panel-primary */
.panel,
.panel-heading {
  border-radius: 0;
}
.panel-primary {
  border: none;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3e62ad;
  border-color: #3e62ad;
  border: 1px solid #3e62ad;
}
.panel-primary > .panel-body {
  border: 1px solid #ddd;
  border-top: none;
}


/*------------------------------------------------------------------------*-
    $Extend Class / 擴充樣式
-*------------------------------------------------------------------------*/
.m-t-none {
  margin-top: 0     !important; }

.m-t-xs {
  margin-top: 5px   !important; }

.m-t-s {
  margin-top: 10px  !important; }

.m-t-m {
  margin-top: 20px  !important; }

.m-t-l {
  margin-top: 30px  !important; }

.m-t-xl {
  margin-top: 40px  !important; }

.m-t-xxl {
  margin-top: 50px  !important; }

.m-t-xxxl {
  margin-top: 60px  !important; }

.m-b-none {
  margin-bottom: 0  !important; }

.m-b-xs {
  margin-bottom: 5px  !important; }

.m-b-s {
  margin-bottom: 10px  !important; }

.m-b-m {
  margin-bottom: 20px  !important; }

.m-b-l {
  margin-bottom: 30px  !important; }

.m-b-xl {
  margin-bottom: 40px  !important; }

.m-b-xxl {
  margin-bottom: 50px  !important; }

.m-b-xxxl {
  margin-bottom: 60px  !important; }

@media (max-width: 767px) {
  .m-b-none--screen-xs {
    margin-bottom: 0  !important; }

  .m-b-xs--screen-xs {
    margin-bottom: 5px  !important; }

  .m-b-s--screen-xs {
    margin-bottom: 10px  !important; }

  .m-b-m--screen-xs {
    margin-bottom: 20px  !important; }

  .m-b-l--screen-xs {
    margin-bottom: 30px  !important; }

  .m-b-xl--screen-xs {
    margin-bottom: 40px  !important; } }
.m-l-none {
  margin-left: 0  !important; }

.m-l-xs {
  margin-left: 5px  !important; }

.m-l-s {
  margin-left: 10px  !important; }

.m-l-m {
  margin-left: 20px  !important; }

.m-l-l {
  margin-left: 30px  !important; }

.m-l-xl {
  margin-left: 40px  !important; }

.m-l-xxl {
  margin-left: 50px  !important; }

.m-l-xxxl {
  margin-left: 60px  !important; }

.m-r-none {
  margin-right: 0  !important; }

.m-r-xs {
  margin-right: 5px  !important; }

.m-r-s {
  margin-right: 10px  !important; }

.m-r-m {
  margin-right: 20px  !important; }

.m-r-l {
  margin-right: 30px  !important; }

.m-r-xl {
  margin-right: 40px  !important; }

.m-r-xxl {
  margin-right: 50px  !important; }

.m-r-xxxl {
  margin-right: 60px  !important; }

.p-l-none {
  padding-left: 0  !important; }

.p-l-xs {
  padding-left: 5px  !important; }

.p-l-s {
  padding-left: 10px  !important; }

.p-l-m {
  padding-left: 20px  !important; }

.p-l-l {
  padding-left: 30px  !important; }

.p-l-xl {
  padding-left: 40px  !important; }

.p-l-xxl {
  padding-left: 50px  !important; }

.p-l-xxxl {
  padding-left: 60px  !important; }

.p-r-none {
  padding-right: 0  !important; }

.p-r-xs {
  padding-right: 5px  !important; }

.p-r-s {
  padding-right: 10px  !important; }

.p-r-m {
  padding-right: 20px  !important; }

.p-r-l {
  padding-right: 30px  !important; }

.p-r-xl {
  padding-right: 40px  !important; }

.p-r-xxl {
  padding-right: 50px  !important; }

.p-r-xxxl {
  padding-right: 60px  !important; }

.p-t-xl{
  padding-top: 50px  !important;
}


.p-y-none{
  padding-top: 0  !important; 
  padding-bottom: 0 !important;
}


.li-digi-align{
  padding-left: 18px;
}







.showcurrentstatus {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}
.showcurrentstatus > li{
  list-style: none;
}
.scs-stepitem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  text-align: center;
}

.scs-step-info {
  font-size: 16px;
  margin-bottom: 4px;
}

.scs-indicate {
  position: relative;
  width: 100%;
}

.scs-indicate::after {
  position: absolute;
  content: "";
  top: 13px;
  left: 50%;
  width: 100%;
  border-top: 2px solid #23569d;
  margin-left: 10px;
  z-index: 0;
}

.scs-stepitem:last-child .scs-indicate::after {
  display: none;
}

.scs-stepball {
  position: relative;
  font-size:14px;
  color: #23569d;
  margin: 0 auto 10px auto;
  line-height: 26px;
  border: 2px solid #23569d;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-color: #fff;
}

.scs-step-active .scs-stepball {
  color: #fff;
  background-color: #23569d;
}

.scs-step-active .scs-step-info {
  color: #23569d;
  font-weight: bold;
}

.scs-stepdot {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto 10px auto;
  border: 1px solid #23569d;
  background-color: #23569d;
  border-radius: 50%;
}

.scs-step-notyet .scs-stepdot {
  background-color: #fff;
}

.scs-dotver .scs-indicate::after {
  top: 5px;
  margin-left: 0;
}

.scs-dotver .scs-step-active .scs-stepdot {
  margin-top: 5px;
}

.scs-stepitem p:last-child {
  margin-bottom: 0;
}

.scs-subinfo {
  color: #838990;
  font-size: 0.875rem;
}

.scs-step-notyet .scs-step-info {
  color: #d2d2d2;
}

@media screen and (max-width: 576px) {
  .scs-step-info {
    display: none;
  }
  .scs-stepitem:last-child{
    padding-right: 0;
  }
}














/* Steps */
.showstepsonly {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-bottom: 1.25rem;
  }
  
  .showstepsonly::after {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    content: "";
    border-top: 2px solid #23569d;
  }
  
  .sso-stepitem {
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: center;
    z-index: 2;
    list-style: none;
  }
  
  .sso-stepitem a,
  .sso-stepitem .stepno {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    border: 2px solid #23569d;
    background-color: #fff;
    border-radius: 50%;
    color: #23569d;
    text-decoration: none;
    cursor: auto;
  }
  
  .sso-step-current a,
  .sso-step-current .stepno{
    color: #fff;
    background-color: #23569d;
  }
  
  .sso-stepitem.sso-step-done a {
    cursor: pointer;
  }
  
  .sso-stepitem.sso-step-done a:hover {
    width: 34px;
    height: 34px;
    border: 2px solid #23569d;
    margin-top: -2px;
    margin-left: -2px;
    line-height: 30px;
    text-decoration: underline;
  }

  .dnl-showsteps{
    width: 70%;
    margin: 0 auto;
  }
  @media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    .sso-stepitem:nth-child(2) {
      margin:0 auto;
    }
  }
  /* IE 11 fix for 2/3 */



  /* edit bootstrap v3 nav-tabs  */
  .nav-tabs-ciweb2020{
    border:none;
  }
  .nav-tabs-ciweb2020 > li{
    /* display: table-cell !important; */
  }
  .nav-tabs-ciweb2020 > li a{
    color: #fff;
    padding-top: 19px;
    padding-bottom: 19px;
    line-height: 22px;
    margin: 0;
    margin-bottom:0 !important;         
    text-align: center;
    font-size: 22px;
    letter-spacing: .28px;
    border: none !important;
  }
  .nav-tabs-ciweb2020 > li a:hover{
      text-decoration: none !important;
  }
  .nav-tabs-ciweb2020 > li.active a{
    color: #ed1556 !important;
  }
  @media (max-width: 639px) {
    .nav-tabs-ciweb2020>li, .nav-tabs.nav-tabs-ciweb2020>li{
      display: table-cell;
      width: 1%;
    }
    .nav-tabs-ciweb2020 > li a{
      font-size: 16px;
      border: 1px solid #ccc;
      border-bottom: none;
    }
    .tab-content-withhead{
      padding-left: 15px;
      padding-right: 15px;
    }
  }

  .tab-content-withhead{
    padding: 25px  15px  45px;
  }
  
  @media (min-width: 639px) {
    .tab-content-withhead{
      padding-left: 30px  !important;
      padding-right: 30px !important;
    }
  }


/*  */

.vdci-form-row{
  margin-left:  -15px !important;
  margin-right: -15px !important;
  margin-bottom: 15px;
}
.vdci-form-row:before, .vdci-form-row:after {
  content: " ";
  display: table;
}
.vdci-form-row:after {
  clear: both;
}


.vdci-form-control{
  margin-bottom: 5px;
}
.vdci-input-group{
  display: inline-block;
  position: relative;
}

.vdci-form-inline{
  position: relative;
}
.vdci-form-inline > *{
  vertical-align: middle;
}
.validate-img{
  width: 116px;
  height: 64px;
}
.fi-vericode-style{
  width: 188px;
  padding-right: 45px;
}
@media (max-width: 800px){
  #vdcifc-varifycode{
    width: calc(100% - 176px);
  }
  .fi-vericode-style{
    display: block;
    width: 100%;
  }
}
@media (max-width: 360px){
  #vdcifc-varifycode{
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}


.btn-playsound{
  position: absolute;
  margin: 0;
  padding: 0;
  top: 1px;
  right: 0;
  width: 45px;
  height: 62px;
  background: transparent url(../images/icon-speak@3x.png) center center no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  border: none;
}
.btn-refresh{
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff url(../images/icon-refresh@3x.png) 0 0 no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  border: none;
}

.btn-socialmedia {
  margin-right: 10px;
  padding: 0;
  border: none;
  background-color: transparent;  
}
.icon-socialmedia{
  width: 45px;
  height: 45px;
}



.vdci-check-wrapper:first-child{
  margin-left: -5px;
}
.vdci-check-wrapper  input[type="checkbox"]{
  position: absolute;
  clip: rect(0 0 0 0);
}
.vdci-check-wrapper  input[type="checkbox"]:focus + label {
  outline:2px solid #96b9da;
  outline-offset: 0;
}
.vdci-check-wrapper  input[type="checkbox"] + label  .vdci-fake-check{
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  /*box-shadow: 0 0 0 1px #b5b3b3;*/
  border: 1px solid #b5b3b3;
  margin-top: 0px;
  background-color: #fff;
  cursor: pointer;
}
.vdci-check-wrapper  label{
  position: relative;
  margin-right: 5px;
  padding-left: 35px;
  padding-right: 60px;
  font-weight: normal;
}
.vdci-check-wrapper  label  .label-text{
  position: relative;
  top: -1px;
  line-height: 24px;
}
.vdci-check-wrapper  input[type="checkbox"]:checked + label  .vdci-fake-check{
  /*box-shadow: 0 0 0 1px #ed1556;*/
  border: 1px solid #ed1556;
}
.vdci-check-wrapper  input[type="checkbox"]:checked + label  .vdci-fake-check:before{
  display: block;
  position: absolute;
  top: 6px;
  left:1px;
  content:"";
  width: 4px;
  height: 3px;
  background-color: #ed1556;
  transform: rotate(45deg);
}
.vdci-check-wrapper  input[type="checkbox"]:checked + label  .vdci-fake-check:after{
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  content:"";
  width: 13px;
  height: 3px;
  background-color: #ed1556; 
  transform: rotate(-45deg);
}
.vdci-check-wrapper  input[type="checkbox"]:checked:disabled + label  .vdci-fake-check,
.vdci-check-wrapper  input[type="checkbox"].input-disabled:checked + label  .vdci-fake-check{
  border: 1px solid #b5b3b3;
}
.vdci-check-wrapper  input[type="checkbox"]:checked:disabled + label  .vdci-fake-check:before,
.vdci-check-wrapper  input[type="checkbox"].input-disabled:checked + label  .vdci-fake-check:before{
  display: block;
  position: absolute;
  top: 6px;
  left:1px;
  content:"";
  width: 4px;
  height: 3px;
  background-color: #b5b3b3;
  transform: rotate(45deg);
}
.vdci-check-wrapper  input[type="checkbox"]:checked:disabled + label  .vdci-fake-check:after,
.vdci-check-wrapper  input[type="checkbox"].input-disabled:checked + label  .vdci-fake-check:after{
  display: block;
  position: absolute;
  top: 5px;
  left: 2px;
  content:"";
  width: 13px;
  height: 3px;
  background-color: #b5b3b3; 
  transform: rotate(-45deg);
}
@media (max-width: 800px){
  .vdci-check-wrapper  label{
    padding-right: 5px;
  }
}


.vdci-radio-wrapper:first-child{
  margin-left: -5px;
}
.vdci-radio-wrapper  input[type="radio"]{
  position: absolute;
  clip: rect(0 0 0 0);
}
.vdci-radio-wrapper  input[type="radio"]:focus + label {
  outline:2px solid #96b9da;
  outline-offset: 0;
}
.vdci-radio-wrapper  input[type="radio"] + label  .vdci-fake-radio{
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /*box-shadow: 0 0 0 1px #b5b3b3;*/
  border: 1px solid #b5b3b3;
  margin-top: 0px;
  background-color: #fff;
  cursor: pointer;
}
.vdci-radio-wrapper  label{
  position: relative;
  margin-right: 5px;
  padding-left: 35px;
  padding-right: 60px;
  font-weight: normal;
}
.vdci-radio-wrapper  label  .label-text{
  position: relative;
  top: -1px;
  line-height: 24px;
}
.vdci-radio-wrapper  input[type="radio"]:checked + label  .vdci-fake-radio{
  /* box-shadow: 0 0 0 1px #ed1556; */
  border: 1px solid #ed1556;
}
.vdci-radio-wrapper  input[type="radio"]:checked + label  .vdci-fake-radio:after{
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  content:"";
  width: 10px;
  height: 10px;
  background-color: #ed1556; 
  transform: rotate(-45deg);
  border-radius: 50%;
}
.vdci-radio-wrapper  input[type="radio"]:checked:disabled + label  .vdci-fake-radio,
.vdci-radio-wrapper  input[type="radio"].input-disabled:checked + label  .vdci-fake-radio{
  /* box-shadow: 0 0 0 1px #ed1556; */
  border: 1px solid #b5b3b3;
}
.vdci-radio-wrapper  input[type="radio"]:checked:disabled + label  .vdci-fake-radio:after,
.vdci-radio-wrapper  input[type="radio"].input-disabled:checked + label  .vdci-fake-radio:after{
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  content:"";
  width: 10px;
  height: 10px;
  background-color: #b5b3b3; 
  transform: rotate(-45deg);
  border-radius: 50%;
}





.f-r-length  >  label,
.f-r-weight  >  label{
  padding-right: 30px;
}
.radio-m-singleline   .vdci-radio-wrapper {
  margin-left: -5px;
}


.vdci-formitem-wrap{
  margin-bottom: 30px;
}
.vdci-formitem-control,
.vdci-formitem-control-inlineblock{
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 50px;
  padding: 7.5px  15px;
  font-size: 16px;
  line-height: 1.5;
  color: #555555;
  background-color: #f4f7ff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.vdci-formitem-control-inlineblock{
  display: inline-block;
}
.vdci-formitem-control:hover,
.vdci-formitem-control-inlineblock:hover {
  -webkit-box-shadow: inset 0 0 0 2px #0054a4;
  -moz-box-shadow: inset 0 0 0 2px #0054a4;
  box-shadow: inset 0 0 0 2px #0054a4 !important;
}
.vdci-formitem-control:focus, 
.vdci-formitem-control-inlineblock:focus{
  border-color: #66afe9;
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 0 rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  outline: 2px solid #96b9da;
  outline-offset: 0;
}
.vdci-formitem-control:disabled:hover,
.vdci-formitem-control.input-disabled:hover,
.vdci-formitem-control-inlineblock:disabled:hover,
.vdci-formitem-control-inlineblock.input-disabled:hover{
  -webkit-box-shadow: inset 0 0 0 0px #0054a4;
  -moz-box-shadow: inset 0 0 0 0px #0054a4;
  box-shadow: inset 0 0 0 0px #0054a4 !important;
}



.vdci-formitem-control:disabled,
.vdci-formitem-control-inlineblock:disabled,
.vdci-formitem-textarea:disabled,
.vdci-formitem-control.input-disabled,
.vdci-formitem-control-inlineblock.input-disabled,
.vdci-formitem-textarea.input-disabled{
  color:#707070;
  background-color: #e2e2e2;
}


.vdci-formitem-textarea{
  min-height: 100px;
  height: auto;
}
.vdci-formitem-sm{
  height: 50px;
  padding: 10px;
}
.errorMsg{
  text-indent: 0;
}
.errorMsg  p{
  color: #c20a0a;
}

.vdci-formitem-select{
  position: relative;
}
.vdci-formitem-select::before{
  display: block;
  content: "";
  position: absolute;
  top:20px;
  right: 3px;
  width: 30px;
  height: 12px;
  background: #f4f7f7 top left  url(../images/icon-drop-arrow.png) no-repeat;
  pointer-events: none;
}
.vdci-formitem-select  select{
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}
.vdci-formitem-select.input-disabled  select{
  color:#707070;
  background-color: #e2e2e2;
}
.vdci-formitem-select.input-disabled::before{
  background: transparent top left  url(../images/icon-drop-arrow.png) no-repeat;
}

.vdci-formitem-readmode > label{
  color: #707070;
}

.vdci-verify{
  width: 50%;
}
.validate-captcha{
  width: 30%;
  height: 50px;
}


.vdci-hr{
  margin-top: 40px;
  margin-bottom: 40px;
}









.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .vdci-formitem-control:valid, .vdci-formitem-control.is-valid {
  border-color: #007f7b;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007f7b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .vdci-formitem-control:valid:focus, .vdci-formitem-control.is-valid:focus {
  border-color: #007f7b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
}

.was-validated textarea.vdci-formitem-control:valid, textarea.vdci-formitem-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #007f7b;
  padding-right: calc(0.75em + 2.0625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233a424b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23007f7b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #f4f7ff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #007f7b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #007f7b;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #007f7b;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #007f7b;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b2ac;
  background-color: #00b2ac;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007f7b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #007f7b;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #007f7b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 127, 123, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #d81159;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(216, 17, 89, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .vdci-formitem-control:invalid, .vdci-formitem-control.is-invalid {
  border-color: #d81159;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d81159' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d81159' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .vdci-formitem-control:invalid:focus, .vdci-formitem-control.is-invalid:focus {
  border-color: #d81159;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
}

.was-validated textarea.vdci-formitem-control:invalid, textarea.vdci-formitem-controlis-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d81159;
  padding-right: calc(0.75em + 2.0625rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%233a424b' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d81159' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d81159' stroke='none'/%3e%3c/svg%3e") #f4f7ff no-repeat center right 1.5rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d81159;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d81159;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d81159;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d81159;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ef2d73;
  background-color: #ef2d73;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d81159;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d81159;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d81159;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(216, 17, 89, 0.25);
}


.vdci-readmode-prop{
  color: #707070;
}
@media screen and (max-width: 639px) {
  .vdci-readmode-value{
    text-align: right;
  }
}













.vdci-formitem-prop-hori{
  padding-top: 12px;
  padding-bottom: 12px;
}

.vdci-formitem-read{
  width: 100%;
  margin-bottom: 15px;
}
.vdci-formitem-read::after{
  display: block;
  content:"";
  clear: both;
}
.vdci-formitem-readprop{
  width: 38%;
  display: block;
  float: left;
  margin-right: 2%;
  color: #7c7c7c;
}
.vdci-formitem-readvalue{
  width: 60%;
  float: left;
}
.col-md-12 .vdci-formitem-readprop{
  width: 17.5%;
}
.col-md-12 .vdci-formitem-readvalue{
  width: 80.5%;
}

@media (min-width: 640px) and (max-width: 992px){
  .col-md-12 .vdci-formitem-readprop{
    width: 38%;
  }
  .col-md-12 .vdci-formitem-readvalue{
    width: 60%;
  }
}


@media (max-width: 639px){
  .vdci-formitem-readvalue{
    text-align: right;
  }
  .col-md-12 .vdci-formitem-readprop{
    width: 38%;
  }
  .col-md-12 .vdci-formitem-readvalue{
    width: 60%;
  }
  .vdci-formitem-haslongvalue  .vdci-formitem-readprop,
  .vdci-formitem-haslongvalue  .vdci-formitem-readvalue{
    width: 100%;
    text-align: left;
    float:none;
  }
}

/* button */
.btn-primary01{
  height: 50px;
  padding: 0 50px;
  background: #ed1556;
  min-width: 210px;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  /* text-indent: 50px; */
  position: relative;
  border: none;
}
.btn-primary01:hover{
  background: #d7094b;;
}




.btn-primary02{
  height: 50px;
  padding: 0 20px;
  background: #ed1556;
  min-width: 210px;
  font-size: 14px;
  text-align: left;
  color: #FFF;
  letter-spacing: 0;
  line-height: 50px;
  position: relative;
  border: none;
}
.btn-primary02:hover{
  background: #d7094b;;
}
.btn-primary02:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
  width: 24px;
  height: 100%;
  background:  url(../images/icon-arrow-right-w.png) center center no-repeat;
  background-size: 24px 24px;
}


.btn-secondary{
  min-width: 210px;
  height: 50px;
  padding-left: 40px;
  padding-right: 40px;
  background: transparent;
  font-size: 14px;
  color: #23569d;
  border: 1px solid #23569d;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  position: relative;
}
.btn-secondary:hover{
-webkit-box-shadow: inset 0 0 0 2px #23569d;
        box-shadow: inset 0 0 0 2px #23569d;
        text-decoration: none;
}

.btn-vdci-sm{
min-width: 160px;
height: 50px;
padding-left: 20px;
padding-right: 20px;
}
.btn-vdci-xs{
min-width: 120px;
height: 40px;
padding-left: 10px;
padding-right: 10px;
}

.atobtn,
.atobtn:link,
.atobtn:visited,
.atobtn:hover,
.atobtn:active{
display: inline-block;
text-decoration: none;
cursor: pointer;
}
.atobtn.btn-secondary{
line-height: 50px;  
}
.form-mustfill{
color: #ed1556;
font-weight: bold;
}
.buttonconsole > *{
vertical-align: top;

}



@media (max-width: 800px){
  .btn-primary01{
      display: inline-block;
      width: 100%;
      text-align: center;
      text-indent: 0;
      margin-bottom: 10px;
  }
  .btn-primary02{
    display: inline-block;
    width: 100%;
    text-indent: 0;
    margin-bottom: 10px;
  }
  .btn-secondary{
      display: inline-block;
      width: 100%;
      padding-left: 40px;
      padding-right: 40px;
      margin-bottom: 10px;
  }
}


input:focus, .btn:focus {
outline:2px solid #96b9da;
outline-offset: 0;
}
.error-control-input input{
border: 2px solid #c20a0a !important;
box-shadow: none !important;
}
.errorMsg{
color:#c20a0a;
font-size: 12px;
margin: 0;
line-height: 20px;
text-align: left;
}
.errorMsg::before{
display: none;
}



.vdci-hr{
  border-top: 1px solid #ddd;
}






@media (max-width: 639px){
  h2 {
      padding: 20px 0px;
  }
}

.result-highlight{
  font-size: 24px;
  color: #d81159;
}

.btn-a2btn{
  padding-top: 19px;
}
.btn-a2btn:hover{
  color:#23569d;
}





/* Text */
.text-highlight{
  color: #ed1556;
}
.unorderlist li{
  list-style: disc;
  margin-bottom: 5px;
}
.orderlist-singledigit{
  padding-left: 20px;
}
.text-lg{
  font-size: 16px;
}


.h2-title{
  font-size: 20px;
  color: #23569d;
}
.h3-title{
  font-size: 18px;
  color: #23569d;
}
.h4-title{
  font-size: 16px;
  color: #23569d;
}
.title-currentroutedate{
  font-size: 20px;
  text-align: center;
}

.font-normal{
  font-weight: normal;
}
.ol-liststyle-a > li{
  list-style-type: lower-alpha;
}

.list-ciweb-text{
  padding-left: 20px;
}
.list-ciweb-text > li{
  margin-bottom: 10px;
}
.list-style-checked > li{
  padding-left: 30px;
  background: transparent url(../images/icon-check@3x.png) 0px -2px no-repeat;
  background-size: 24px 24px;
  margin-bottom: 10px;
}

/* .list-style-dot{
  list-style-position: outside;
  list-style: none;
}
.list-style-dot > li{
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}
.list-style-dot > li::before{
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #23569d;
  border-radius: 5px;
} */

.h3title-icon-momey{
  background-image: url(../images/icon-money@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 22px;
}
.h3title-icon-luggage{
  background-image: url(../images/icon-luggage@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 22px;
}
.h3title-icon-gift{
  background-image: url(../images/icon-gift@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 22px;
}
.h3title-icon-ticket{
  background-image: url(../images/icon-ticket@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  padding-left: 30px;  
  line-height: 22px;
}
.list-mileitems{
  padding-left: 30px;
}
.list-mileitems > li{
  margin-bottom: 10px;
}


.sepline-left{
  border-left: 1px solid #ddd;
}
@media (max-width: 768px){
  .sepline-left{
    border-left: none;
  }
}




.dfp-infobox{
  border: 1px solid #d2d3d2;
  margin-bottom: 20px;
  padding: 20px;
  height: 200px;
  overflow: auto;
}
.dfp-list{
  padding-left: 20px;
}
.dfp-list > li{
  padding-right: 0;
  margin-bottom: 10px;
  text-align: justify;
}


@media (max-width: 768px){
  .page-fitem-langset    .vdci-radio-wrapper{
    display: inline-block;
    width: 50%;
  }
  .page-fitem-langset    .vdci-radio-wrapper:nth-child(odd){
    margin-left: -5px;
  }
}
@media (max-width: 640px){
  .page-fitem-langset   .vdci-radio-wrapper label{
    padding-right: 10px;
  }
}