/* button */
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .20rem .50rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .9rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-primary:hover {
    background: #2dc4a2;
}
.btn-primary {
    background: #30beb3;
    border: 1px #21a49a solid;
    color: #fff;
}

.btn-secondary  {
    background: #9fa5a4;
    border: 1px #939a98 solid;
    color: #fff;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    margin-top:  .6em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.text-primary {
    color: #32c2aa;
}

.text-center {
    text-align: center!important;
}
.text-left {
    text-align: left!important;
}
.text-right {
    text-align: right!important;
}

/* padding */
.p-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-35 {
    padding-bottom: 35px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-70 {
    padding-bottom: 70px !important;
}
.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.px-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
}
.px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.px-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.py-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* margin */
.mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-35 {
    margin-bottom: 35px !important;
}
.mb-45 {
    margin-bottom: 45px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.mx-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.mx-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

/* font weight */
.font-weight-normal {
    font-weight: 400!important;
}
.font-weight-bold {
    font-weight: 700!important;
}

/* flex */
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.align-items-stretch {
    -ms-flex-align: stretch!important;
    align-items: stretch!important;
}

/* border */
.border {
    border: 1px solid #bcc8db!important;
}
.border-0 {
    border: 0!important;
}
.border-bottom {
    border-bottom: 1px solid #bcc8db!important;
}
.border-primary {
    border-color: #3bbdb3!important;
}
.rounded-0 {
    border-radius: 0!important;
}

/* background */
.bg-secondary {
    background-color: #f6f8f7!important;
}
.bg-secondary-gradient {
    background: rgba(138, 139, 140, .6)!important;
}

/* form control */
.form-control-pop {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bdbebd;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control-pop::placeholder {
    color: #c2c3c2;
  }


/* custom */
.modal.large .modal-content {
    background-color: #fefefe;
    margin: 8% auto; /* 15% from the top and centered */
    border-radius: 5px;
    border: 1px solid #888;
    max-width: 540px; /* Could be more or less, depending on screen size */
    width: 100%;
}

.modal.large .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px #bcc8db solid;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.modal.large .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.modal.large .modal-title.icon-title {
    padding-left: 15px;
    position: relative;
}
.modal.large .modal-title.icon-title::before {
    content:''; 
    width:32px; 
    height:39px; 
    position:absolute; 
    top: -15px;
    left: 0px;
    background: url(/common/img/icon_sub_title.png) no-repeat left;
}

.modal.large .modal-content {
    max-width: 600px;
}
.modal.large.border-primary .modal-content {
    max-width: 590px;
}
.modal.large .modal-content .modal-header {
    margin: 20px;
    margin-bottom: 0;
    position: relative;
}
.modal.large .modal-content .warpText {
    border: none;
}

.modal.border-primary .modal-content{
    border-color: #3bbdb3!important;
    border-width: 5px!important;
}

.steps li {
    display: inline-block;
    font-size: 25px;
    color: #e1e2e1;
    padding: 0 8px;
}
.steps li.active {
    color: #3bbdb3;
}
.fee-list > li {
    display: -ms-flexbox!important;
    display: flex!important;
}
.fee-list > li > div {
    padding-top: 13px;
    padding-bottom: 13px;
}
.fee-list > li:last-child > div {
    border-bottom: none !important;
}
.checkedbox-list li {
    position: relative;
    font-weight: 400!important;
    margin-bottom: 10px;
}
.checkedbox-list li::before {
    content: '';
    width: 30px;
    height: 25px;
    position: absolute;
    left: -35px;
    bottom: 2px;
    background: url(/common/img/img_checkbox.png) no-repeat;
}

.ex-bold-underline {
    text-decoration: none;
    border-bottom: 5px solid #e6f0f3;
}
.borderTable05.popup-table table th{
    text-align: center;
    padding: 9px 15px;
}
.borderTable05.popup-table table td {
    padding: 0;
}
.borderTable05.popup-table .divider {
    height: 100%;
    width: 1px;
    border-left: 1px solid #dce0e2;
}
.borderTable05.popup-table table td .form-control-pop {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background: #fff;
    border: none;
    box-sizing: border-box;
    font-size: 14px;
}
.borderTable03.popup-table {
    border-top: 1px #31beb3 solid;
    border-bottom: 1px #dce6e4 solid;
    border-left: 1px #dce6e4 solid;
    border-right: 1px #dce6e4 solid;
}
.borderTable03.popup-table table th {
    background: #fafcfd;
    
}

.borderTable03.popup-table table th, .borderTable03.popup-table table td {
    padding: 8px 0;
    font-size: 13px;
}