/*サジェストのスクロール設定*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
/*AdminLteのテーブルボーダー色を変更*/
.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > th,.table > tbody > tr > td{
    border-top: solid 1px #ddd !important;
}
/*テーブル見出しの上下調整*/
form .table>tbody>tr>th, form .table>tbody>tr>td {
    vertical-align: middle;
}
/*エラーメッセージ*/
.error-message {
    display: inline-block;
    margin-top: 6px;
    color: red;
}
/*width*/
.w-25{
    width: 25%;
}
/*ページネーション */
.page_nation_area .pagination{
    margin:0px;
}
/*ソート行のカーソル*/
.sortdata,.master_sort{
    cursor: move;
}
/*チェックボックスの大きさ2倍*/
.checkbox2{
  transform: scale(2);
}
/*丸ボタン*/
.circle_btn_type1{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    padding: 6px 0 6px 1px;
    font-size: 12px;
}
.circle_btn_type2{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    padding: 6px 0 6px 1px;
    font-size: 24px;
}
/*問い合わせボタン*/
.common_contract_show_btn{
    position: fixed;
    right:30px;
    bottom: 30px;
    /*
    background-image: url("../imgs/common/head_set.png");
    */
    background-color: #37beae;
    color:#ffffff;
    border-color:#000000;
    z-index: 100;
}
.common_contact_area{
    display: none;
    position: fixed;
    right:30px;
    bottom: 30px;
    /*
    height: 300px;
    */
    width:300px;
    background-color: #fff;
    padding: 30px;
    border: solid 3px #666;
    border-radius: 3px;
    filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));
    z-index: 100;
}
/* お問い合わせ一覧、状態ラベル*/
.contact_status_label{
    border-radius: 10px;
    padding: 2px 10px;
    color: #fff;
    font-weight: normal;
    width: 80px;
}
.contact_status_label1{
    background-color: #eb817a;
}
.contact_status_label2{
    background-color: #4789c3;
}
.contact_status_label3{
    background-color: #61b5a6;
}
.contact_status_label4{
    background-color: #b0bd46;
}
/* お問い合わせ一覧、検索状態ラベル*/
.contact_search_status_label{
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: normal;
    /*
    width: 80px;
    */
}
.contact_search_status_label_1.on{
    background-color: #eb817a;
    color: #fff;
}
.contact_search_status_label_2.on{
    background-color: #4789c3;
    color: #fff;
}
.contact_search_status_label_3.on{
    background-color: #61b5a6;
    color: #fff;
}
.contact_search_status_label_4.on{
    background-color: #b0bd46;
    color: #fff;
}
.contact_search_status_label_all.on{
    background-color: #000;
    color: #fff;
}
.contact_search_status_label_not_finished.on{
    background-color: #999;
    /*
    background-color: #9561e2;
    */
    color: #fff;
}
/* お問い合わせ一覧、検索カテゴリーラベル*/
.contact_search_category_label{
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    padding: 2px 10px;
    font-weight: normal;
    /*
    width: 80px;
    */
}
.contact_search_category_label.on{
    background-color: #61b5a6;
    color: #fff;
}
/*チャット*/
.chat_user_area_side{
    height: 510px;
    overflow-y: scroll;
}
.chat_user_list_ul{
    min-height: 500px;
    list-style-type: none;
    padding-left: 0px;
    border-right: #999 solid 1px;
}
.chat_user_list_ul > li{
    height: 50px;
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.chat_user_list_ul > li:hover{
    /*
    background-color: #eee;
    */
}
.chat_target_img{
    width: 30px;
}
.chat_user{
    
}
.chat_user:hover{
    background-color: #f0f0f0;
}
.chat_target_user{
    border-color: #367fa9;
    background-color: #f0f0f0;
    /*
    background-color: #3c8dbc;
    color: #fff;
    */
}
.chat_count_span{
    margin-right: 5px;
    margin-top: 2px;
}
.chat_area_side{
    height: 500px;
}
.chat_area_header{
    border-bottom: #eee solid 1px;
}
.chat_scroll_area{
    padding-top: 20px;
    height: 350px;
    overflow-y: scroll;
}
.chat_wrap_div{
    position: relative;
}
.date_span{
    color: #999;
    padding: 0px 5px 10px;
    font-size: 12px;
}
.date_span_target{
    position: absolute;
    bottom: 0px;
}
.date_span_self{
    display: inline-table;
    vertical-align: bottom;
}
.self_chat_wrap{
    text-align: right;
}

.target_chat_wrap{
}
.chat_div{
    max-width: 400px;
    border-radius: 13px;
    margin-bottom: 10px;
    padding: 5px 15px;
    display: inline-block;
}
.self_chat{
    background-color: #c3f69d;
    text-align: left;
}
.target_chat{
    background-color: #eee;
}
