/*ログイン*/
.login_box{
}
.login_box h1{
    text-indent: -9999px;
}

.login_box .terms_of_use{
    width: 100%;
    max-height: 300px;
    overflow-y: scroll;
    word-break: break-word;
    background: #eee;
    padding: 10px;
    font-size: 12px;
}
.login_box .terms_of_use::-webkit-scrollbar{
    width: 6px;
}
.login_box .terms_of_use::-webkit-scrollbar-track{
}
.login_box .terms_of_use::-webkit-scrollbar-thumb{
    background: #808080;
    border-radius: 3px;
}

/* サイドナビゲーション */
.customer_navi{
    background: #3A445D;
}
.customer_navi ul li a{
    color: #fff;
}
.customer_navi ul li.active{
    background: #058FDA;
}

/* pager */
.customer_pager{
    margin-top:10px;
    text-align: center;
}
.customer_pager > li{
    display:inline-block;
    font-size:12px;
    min-width:30px;
    border:1px solid #ccc;
    background: #fff;
}
.customer_pager > li + li{
    margin-left:10px;
}
/*.customer_pager > li.current,
.customer_pager > li.disabled,*/
.customer_pager > li a{
    padding:5px;
}
.customer_pager > li.active{
    color:#fff;
    background:#ddf3fe;
    border:1px solid #ccc;
}
.customer_pager > li.disabled{
    color:#ccc;
    border-color:#dedede;
}
.customer_pager > li a{
    display:block;
    color:#000;
}

/* 検索 */
.search_area{ margin-bottom: 20px; }
.search_area > *{ box-sizing: border-box; }
.search_area .form_table .ip_product .select_search_type{
    width: 24%;
}
.search_area .form_table td{
    white-space: nowrap;
}
.search_area .form_table td:first-child{
    width: 80%;
}

.search_area .form_table td:nth-child(2){
    width: 20%;
}

.search_area .form_table input,
.search_area .form_table .v-select{
    width: 100%;
}
.search_area .form_table .v-select{
    display: inline-block;
    min-width: 200px;
}
.search_area .form_table .ip_product .search_code,
.search_area .form_table .ip_product .v-select{
    width: 75%;
}
.search_area .form_table .other_company_product .v-select{
    width: 100%;
}
.search_area .form_table  .v-select .vs__search::placeholder{
    color: rgb(170, 170, 170);
    
}
.search_area .form_table .search_recommend{
    width: 50%;
}


.form_table .vs__search{
    margin:0;
    line-height: 1;
}
.form_table .vs__dropdown-toggle{
    background: rgb(232, 240, 254);
    border: none;
    border-radius: 6px;
}
.form_table .vs--disabled .vs__search,
.form_table .vs--disabled .vs__dropdown-toggle{
    opacity: 0.6;
    background: rgb(232, 240, 254);
    border: none;
}
.vs__search, .vs__search:focus{
    line-height:1 !important;
    margin:0 !important;
    padding: 8px 10px !important;
    font-size: 14px;
}

.search_area .form_table .vs__search{
    width: auto;

}

.form_table input,
.form_table select{
    padding: 8px 10px;
    font-size: 14px;
}
.form_table input[name=port_name]{
    margin-top: 5px;
}


.basic_information,
.agent_information,
.add_email,
.hull_paint_estimate.hull_paint_estimate_edit .search_area{
    max-width: 760px;
}

.basic_information.form_table th,
.agent_information.form_table th{
    width: 160px;
}


/* 見積もり */

/* 色選択 */
#color_select  {
}
#color_select .color_list table thead,
#color_select .color_list table tbody{
    display: block;
}

#color_select .color_list table tbody{
    height: 400px;
    overflow-y: auto;
}

/* お問い合わせ */
.contact{}
.contact textarea{
    min-height: 300px;
}

/* 注文履歴 */
.order_history .form_table th,
.order_history .form_table td{
    white-space: nowrap;
}

.estimate.estimate_edit .list_table td:hover{
    background: #cacaca;
}
.order_history .detail + .detail{
    margin-top: 50px;
}
.order_history .overview{
    margin-bottom: 10px;
    border-bottom: 2px solid #000;
}
.order_history .overview .dl_table{
    font-size: 1.4em;
    font-weight: bold;
}
.order_history .overview .dl_table dt{
    width: 200px;
}
.order_history .total table th,
.order_history .total table td{
    font-size: 1.3em;
    font-weight: bold;
}
.order_history .total table td{
    color: #900;
}

/* カート */
.history_cart,
#cart{
    padding: 2%;
    background: #dddddd;
    margin-bottom: 30px;
}
#cart .list_table{
}
#cart .list_table .check_wrap{
    width: 40px;
}
#cart .list_table .check_wrap .check label{
    width: 22px;
    height: 22px;
    padding: 0;
}
#cart .list_table{
    margin-bottom: 1rem;
}
#cart .list_table thead th{
    background: #f88a42;
}
#cart .list_table thead th:not(:first-child){
    border-left: 1px solid #d96a22;
}
#cart .list_table tbody td:not(:first-child){
    border-left: 1px solid #ccc;
}
.history_cart .total,
#cart .total{
    margin: 0;
    border: none;
    display: flex;
    justify-content: flex-end;
    padding: 0;
}
#cart .total > dl{
    min-width: 160px;
}
.history_cart .total > dl{
    min-width: 120px;
}
.history_cart .total > dl dt,
#cart .total > dl dt{
    background: #f88a42; 
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}
.history_cart .total > dl dt{
    font-size: 12px;
    height: 28px;
}
.history_cart .total > dl:first-child dt,
#cart .total > dl:first-child dt{
    border-radius: 6px 0 0 0;
}
.history_cart .total > dl:last-child dt,
#cart .total > dl:last-child dt{
    border-radius: 0 6px 0 0;
}
.history_cart .total > dl:not(:first-child) dt,
#cart .total > dl:not(:first-child) dt{
    border-left: 1px solid #d96a22;
}
.history_cart .total > dl dd,
#cart .total > dl dd{
    background: #fff;
    font-size: 22px;
    padding: 5px 10px;
    text-align: right;
}
.history_cart .total > dl dd{
    font-size: 16px;
    height: calc( 100% - 28px );
    line-height: 1.2;
}
.history_cart .total > dl:not(:first-child) dd,
#cart .total > dl:not(:first-child) dd{
    border-left: 1px solid #ccc;
}

/*モーダル*/
.modal-body > table > tbody{
    display: block;
    max-height: 450px;
    overflow-y: auto;
}
.modal-body > table > tbody::-webkit-scrollbar{
    width: 3px;
}
.modal-body > table > tbody::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
}
.modal-body > table > tbody::-webkit-scrollbar-thumb{
    background-color: rgba(50, 50, 50, .3);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
.modal-body > table > tbody::-moz-scrollbar{
    width: 3px;
}
.modal-table-body td{
    padding: 2% 3%;
}
.modal-table-body td .btn{
    white-space: nowrap;
}
.modal-btn{
    padding: 3%;
    text-align: center;
}

.modal-table-body{
    width: 100%;
}
.modal-table-body > td:first-child{
    width: 75%;
}
.modal-body > table > tbody > tr:nth-child(even){
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.basic_information_wrap > div{
    display: inline-block;
    margin-right: 1em;
}
.basic_information_wrap table,
.basic_information_wrap table tr{
    width: 100%;
}
.basic_information_wrap table th,
.basic_information_wrap table td{
    font-size: 10px;
    padding: 0.275rem 0.5rem;
}
.basic_information_wrap table th{
    width:20%;
}
.basic_information_wrap table td{
    background: #fff;
    width:30%;
}
.basic_information_wrap table tr + tr th,
.basic_information_wrap table tr + tr td{
    border-top: 1px solid #fff;
}





.port_comment .vm--modal{
    height: unset !important;
    max-height: 300px;
}


#color_select .vm--modal{
    padding: 20px 26px;
}
#color_select h3{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
#color_select .color_list{
    margin-top: 20px;
}
#color_select .color_list thead{
    display: block;
}
#color_select .color_list table tbody{
    height: 500px;
}
#color_select .color_list tbody::-webkit-scrollbar{
    width: 3px;
}
#color_select .color_list tbody::-webkit-scrollbar-track{
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
}
#color_select .color_list tbody::-webkit-scrollbar-thumb{
    background-color: rgba(50, 50, 50, .3);
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
}
#color_select .color_list tbody::-moz-scrollbar{
    width: 3px;
}
#color_select .color_list thead tr,
#color_select .color_list tbody tr{
    display: flex;
}
#color_select .color_list thead tr th,
#color_select .color_list tbody tr td{
    width: calc( 100% / 7 );
}
#color_select .color_list tbody tr td:last-child{
    text-align: center;
}


/*color change*/
.login_box .btn,
.container.customer .header_container header .logout a{
    background-image: linear-gradient(242deg, #952d98, #56378a);
}
.customer_navi {
    background: #54466b;
}
table th,
table thead tr,
.customer_navi ul li.active{
    background: #56378a;
} 
.btn{
    background: #3c206d;
} 
.btn.btn_secondary {
    background: #952d98;
}
