/*-------------------------需求分析(結果)-------------------------------*/
@import url("rq-result.css");

/*--------各頁選擇人區塊--------------------------------------------------------*/

.select-block {
    border: 1px dotted #c5c5c5;
    text-align: center;
    padding: 15px;
    margin-bottom: 15px;
}
.select-insured {
    background: #b2d27e;
    color: #fff;
    clear: both;
    padding: 8px 10px;
    margin: 15px 0px;
    /*text-align: center;*/
    border-bottom: 3px dashed #8da95f;
}
.select-insured-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 1060px;
    margin: 0px 0px;
}
.select-insured .status {
    margin: 0;
    /*margin-left: 15px;
    padding: 5px;
    float: left;*/
}
/* .select-insured ul {} */
.select-insured ul li {
    list-style-type: none;
    display: inline;
}
.select-insured ul li:after {
    content: '／';
}
.select-insured ul li:last-child:after {
    content: '';
}
.select-insured ul li span {
    padding-right: 8px;
}
.select-insured ul li .title-group {
    margin-bottom: 15px;
}
p.name {
    margin: 0;
}
.pf-text {
    padding-left: 13px;
}
.pf-text .btn {
    padding: 0.3rem 0.4rem 0.3rem 0.5rem;
}
.select-insured .pf-text,
.select-insured .pf-text .name {
    color: #fff;
    text-shadow: 0px 0px 10px #4d691e;
}

/*--------我的保單--------------------------------------------------------*/


/*裝置展開備註*/

.name-prompt {
    display: none;
    font-size: 15px;
    color: #cabfb6;
    float: right;
}

/*家人列表table樣式*/

.col-gender,
.col-old,
.col-btn {
    text-align: center;
}
.col-old {
    width: 7%;
}
.col-name a {
    color: #8ab93e;
}
.list-block tr.footable-header th {
    color: #8a8a8a;
    border-bottom: 2px solid #cccccc;
    font-weight: bolder;
    font-size: 16.5px;
    padding: 0.75rem 0rem;
}
.list tr td {
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    color: #8a8a8a;
    padding: 0.5rem 0rem;
}
#my-insuranced-table span.footable-toggle {
    opacity: 0.8;
    margin-left: 9px;
    margin-right: 12px;
}

/* #my-insuranced-management.list-page {
    background: #eee;
    padding-top: 15px;
} */

.person-info-block {
    padding: 10px 20px 10px 10px;
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 10px;
}
.pf-text {
    color: #8a8a8a;
}
.pf-text .name {
    font-size: 1.3rem;
    font-weight: 700;
    /* color: #464646; */
}
.pf-text .name a {
    color: #8ab93e;
}

/*健檢POPUP*/

.select-popup-th {
    color: #8a8a8a;
    border-bottom: 2px solid #cccccc;
    font-weight: bolder;
    font-size: 16.5px;
}
#select-person-send-check-step1 .footable-header th,
#select-person-send-check-step2 .footable-header th {
    padding-bottom: 10px;
}
.modal-header span.txt {
    color: #8ab93e;
}
.modal-body .col-select {
    text-align: center;
}
.modal-body .form-check,
.modal-body .col-select input {
    margin: 0;
}
.modal-body .col-old {
    width: 10%;
}
.modal-body .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
    /* border: none; */
}
.modal-body .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.3rem;
    height: 1.3rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.modal-body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #709b13;
}
.modal-body .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}
.modal-body .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #709b13;
}
.modal-body .custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

/* .modal-body .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
} */

.modal-body .custom-control {
    padding-left: 0.5rem;
    min-height: 2rem;
}

/*STEP2*/
.show.modal#select-person-send-check-step2 {
    overflow-x: hidden;
    overflow-y: auto;
}
#select-person-send-check-step2 .form-group {
    margin: 0;
}
.select-checkbox a.dropdown-toggle::after {
    float: right;
    margin-top: 8px;
    font-size: 18px;
}
.multiselect .dropdown-menu {
    padding: 0.5rem;
}
.multiselect .dropdown-menu .company-list li {
    border: 1px solid #8ab93e;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0px 3px 8px 0px;
    display: inline-flex;
    cursor: pointer;
    color: #8ab93e;
}
.multiselect .dropdown-menu .company-list li.active {
    background: #8ab93e;
    color: #fff;
}
.multiselect .show .dropdown-toggle::after {
    font: normal normal normal 14px/1 FontAwesome;
    border: none;
    content: "\f00d";
    font-size: 18px;
    margin-top: 1px;
    margin-left: 0;
    margin-right: 0.7em;
}
/*STEP-3*/
#select-person-send-check-step3 .modal-body .card{
    max-width: 600px;
    margin: 0 auto;
}
#select-person-send-check-step3 .modal-body .card-header{
    text-align: center;
        background-color: rgba(151, 204, 102, 0.28);
}
#select-person-send-check-step3 .modal-body .custom-control-label::before{
    width: 1.5rem;
    height: 1.5rem;    
background-color: #8c9877;
}
#select-person-send-check-step3 .modal-body .custom-control-label::after{
    width: 1.5rem;
    height: 1.5rem;    
}
#select-person-send-check-step3  .modal-body .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
background-color: #a5ce63;
}
#select-person-send-check-step3 .modal-body .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #a5ce63;
}
#select-person-send-check-step3 .modal-body .custom-control-label{
    padding: 4px 0px 0px 23px;
}
#select-person-send-check-step3 .card-body ul.card-text{
    padding-left: 22px;
}
#select-person-send-check-step3 .card-body ul.card-text li{
    list-style-type: disc;
}

/*--------詳細資料--------------------------------------------------------*/

#personal-info-form .form-block label {
    font-weight: bolder;
}
#personal-info-form h4 {
    margin: 0;
    color: #ffffff;
    background: #95a974;
    padding: 6px 10px 9px 7px;
    border-radius: 5px;
    border-right: 7px solid #728652;
    display: table;
}
.form-block label {
    color: #abaaaa;
    font-weight: bolder;
    margin-bottom: 3px;
}
#personal-info-form .form-block {
    padding: 15px 0px;
}
.view-mode .form-block label {
    color: #000000;
}
.view-txt {
    color: #6b6b6b;
}
.rank-info {
    color: #f99339;
}

/*--------既有及欲買保單--------------------------------------------------------*/


/*方案內頁-保單群組*/

.policy-group {
    margin-bottom: 20px;
    border: 1px solid #c5c5c5;
    padding: 15px;
    border-top: 12px solid #b2d27e;
}
.policy-group tr th,
.policy-group tr td {
    padding: 10px 15px;
}
.all-policy .footable-header {
    color: #8a8a8a;
    border-bottom: 1px solid #cccccc;
    font-weight: bolder;
    font-size: 17px;
}
.pj-content-block {
    margin-bottom: 40px;
}
.pj-save-submit-down {
    display: none;
}

/*為使後方保額等細項對齊需使保單標題長度統一*/

#personal-existed-policy .policy-date {
    width: 13%;
}
#personal-existed-policy .policy-name {
    width: 38%;
}
.policy-group .footable-header {
    color: #8a8a8a;
    border-bottom: 1px solid #cccccc;
    font-weight: bolder;
    font-size: 17px;
}
#personal-future-policy .policy-name {
    width: 46%;
}

/*編輯狀態*/

#new-pj-input label {
    color: #e0e0e0;
}
#new-pj-input .form-control {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 0.5rem 0rem;
    font-size: 26px;
}
.plan-edit .select-list select {
    width: 30%;
    border-right: none;
    border-left: none;
    border-top: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0;
    float: left;
}
.plan-edit .select-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.plan-edit .select-list {
    position: relative;
    margin-bottom: 0;
}
.plan-edit .select-list:after {
    content: '\f0d7';
    font: normal normal normal 24px/1 FontAwesome;
    left: 26%;
    top: 10%;
    height: 34px;
    padding: 15px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.plan-edit .select-list a {
    float: right;
    padding: 8px 8px 0px 0px;
}
.plan-edit .policy-group tr th {
    padding: 10px 8px;
}
.editing .policy-group tr td {
    padding: 10px 5px;
}
.plan-edit .policy-group .delete {
    text-align: right;
}
.plan-edit .form-group {
    margin: 0;
}
th.insured-amount {
    width: 15%;
}
.insured-amount input {
    width: 70%;
    display: inline;
}
th.payment {
    width: 13%;
}
.plan-edit .creator-profile-img img {
    position: relative;
}
.plan-edit .creator-profile-img a {
    display: none;
    background: rgba(0%, 10%, 20%, 0.6);
    color: #fff;
    text-align: center;
    top: 70%;
    position: absolute;
    padding: 15px 8px;
    width: 230px;
}
.plan-edit .creator-profile-img:hover a {
    display: block;
}
.form-added input.form-control {
    width: 83%;
}
.form-added .col-5,
.form-added .col-7 {
    padding-right: 13px;
}
.form-added .col-7 {
    padding-left: 0px;
}
.delete-btn {
    color: #dc3545;
}
.delete-btn:hover {
    color: #a92431;
}
.editing .add-new-prd {
    margin: 3px 5px;
}
.select-btn-block button.select-btn {
    text-align: left;
    position: relative;
    color: #9e9e9d;
}
.search-policy {
    position: relative;
}
.search-policy::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1rem;
    content: "\f002";
    position: absolute;
    top: 31%;
    right: 9%;
    color: #a9a9a9;
}
.select-btn::after {
    content: '\f0d7';
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    right: 4%;
    top: 22%;
}
.select-btn-block .select-btn.selected {
    color: #737373;
}
.col-7.pn-input {
    display: none;
}
.col-5.pn-select {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.add-new-item .col-5.pn-select {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.add-new-item .col-5.pn-select .dropdown-menu.w-100 {
    width: auto!important;
}
.add-new-item .col-7.pn-input {
    display: block;
}
.dropdown-menu a.dropdown-item.pn {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*檢視模式*/

.plan-view .policy-group tbody td {
    color: #5a5a5a;
}
.policy-group .title-font {
    padding-bottom: 15px;
}
.title-row.no-gutters > .col,
.title-row.no-gutters > [class*="col-"],
.p-item.no-gutters > .col,
.p-item.no-gutters > [class*="col-"] {
    padding: 10px;
    color: #5a5a5a;
}
.title-row {
    color: #8a8a8a;
    border-bottom: 1px solid #cccccc;
    font-weight: bolder;
    font-size: 17px;
}

/*-------------------------需求分析-------------------------------*/

.requirements-analysis .content,
.requirements-analysis .actions {
    background: #fff;
}
.requirements-analysis .content {
    box-shadow: 0px 5px 15px #a5a5a5;
    padding: 0px;
}
.requirements-analysis .content.entry {
    padding: 15px;
    margin: 20px;
    border-radius: 15px;
    text-align: center;
}
/*需求分析STEP-0*/
.entry p{
    font-size: 18px;
    color: #8c8c8c;
    display: inline-block;
    /*text-align: justify;*/
}
.requirements-analysis .actions {
    box-shadow: 0px 7px 10px #a5a5a5;
    padding: 30px 0px 30px 0px;
}
.pg-title {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    padding: 15px 0px 22px 0px;
    color: #636060;
}
.question {
    text-align: center;
    padding: 0px 10px 20px 10px;
    margin-top: 40px;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 1px 15px #5c6d42;
}
.q1,
.q2,
.q2-1,
.q3,
.q4 {
    background-color: #b2d27e;
    background-size: 250px 250px;
}
.q1 {
    background-image: url(../../work/img/q1.png);
}
.q2 {
    background-image: url(../../work/img/q2.png);
}
.q2-1 {
    background-image: url(../../work/img/q2-1.png);
}
.q3 {
    background-image: url(../../work/img/q3.png);
}
.q4 {
    background-image: url(../../work/img/q4.png);
}
.step-number {
    padding: 20px 0px 10px 0px;
}
.step-number span {
    display: inline-block;
    background: #7e9657;
    border-radius: 100px;
    padding: 3px 11px;
    font-size: 16px;
}
.step-form {
    padding: 3% 0% 0% 0%;
}
.step-form .form-group {
    -ms-flex-pack: center;
    justify-content: center;
}
.step-form.step1 .form-group {
    padding-bottom: 0.5rem;
}
.step-form label {
    color: #6c757d;
}
.step-form-prompt {
    text-align: center;
    margin-top: 35px;
}
.wizard > .content > .body .step-form-prompt ul {
    text-align: left;
    display: inline-block;
    background: #eee;
    padding: 13px 20px 13px 35px;
    border-radius: 8px;
    border: 1px solid #b6b7b4;
    margin-left: 3%;
}
.wizard > .content > .body .step-form-prompt ul li {
    color: #949494;
    padding-top: 3px;
    padding-bottom: 3px;
}
.step-form-prompt li a {
    font-weight: bold;
    color: #f99339;
    cursor: pointer;
}


/*-------------------- 保單匯入 -----------------*/

#import_btn {
   text-align:right;
   padding: 0 40px;
}

.import_insured {
   /*text-align:center;*/
   padding:2px 15px;
}