@media (min-width: 1200px){
    .container_double_table {
        max-width: 1600px;
    }
}

.table_list{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table_list .th_padding{
    display: table-cell;
    vertical-align: middle;
}

table.table_list{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  table.table_list tr{
    border-bottom: solid 1px #eee;
    cursor: pointer;
  }

  table.table_list td{
    font-size: 14.4px;
  }

  table.table_list tr:hover{
    background-color: #d4f0fd;
  }

  table.table_list th,table td{
    text-align: center;
    padding: 8px 0;
  }

  .required {
      color: #E00;
  }

  .required:before {
      content: " *";
  }

.logo {
  width: 300px;
}

.logo img{
    max-height: 50px !important;
    max-width: 200px !important;
}

.nav_header_body{
    display: flex;
    width: 95%;
    text-align: center;
}

.nav-link_style{
    white-space: nowrap;
    padding-top: 0px;
    text-align: left;
    width: auto!important;
}

.navbar-nav .nav-item .nav-link{
    white-space: nowrap;
}

.header .logo,
.gnavi .logo {
	width: 200px;
	padding: 0 20px;
	font-size: 16px;
}
.header .h-btn-wrap li {
	margin-right: 10px;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
}
.header .h-btn-wrap li a {
	display: block;
	color: #fff;
	background: #bbb;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	border-radius: 5px;
  padding-top: 6px;
  padding-left: 0px !important;
}
.header .h-btn-wrap li a img {
	width: 140px;
}

.header .h-btn-wrap li.current a {
	background: #68cdbb;
}


/* ログイン */
/* .container{
    margin-top : 50px;
} */

.container img{
    height: 106px;
}

.display_block{
    display: block;
}

.opacity{
    opacity: 0.9;
}

.card .card_logo{
    text-align: center;
    margin: 10px auto;
}

.card .card_logo img{
    /* width: 106px;  */
    height: 92px;
}

.card .card_logo div{
    margin-top: 10px;
}

.card .card-body .login_pass{
    margin-bottom: 30px;
}

.card .card-body .login_remember{
    margin-bottom: 15px;
}

.card .card-body .login_button{
    margin: 10px auto;
}

.card .card-body .login_button button{
    background-color: #81cabb; border-color: #81cabb
}


table .delete_box{
    width:3%;
    display: table-cell;
    vertical-align: middle;
    cursor: default;
}

table .all_check_box{
    display: table-cell;
    vertical-align: middle !important;
    cursor: default;
}

.links{
    float: right;
    margin: 0 0 0 auto;
}

.input_height{
    height: 35px;
}

.input_width{
    width: 46%;
}

.chechkbox_width {
    margin-right: 5px;
}

.input_radio {
    margin-right: 5px;
}
.input_radio + span {
    margin-right: 20px;
    display: inline-block;
}

.second_continue{
    width: 95%;
    margin: auto;
}

.button_spacing{
    margin-right: 15px;
}



.tab_wrap{
    width:100%;
    margin: auto;
}
input[type="radio"][name="tab_btn"]{
    display:none;
}
.tab_area {
    font-size:0;
    margin: 0;
    padding: 0;
}
.tab_area label{
    width:100px;
    height: 50px;
    display:inline-block;
    color:#999;
    background:#ddd;
    text-align:center;
    vertical-align:middle;
    font-size:12px;
    padding: 16px 0;
    cursor:pointer;
    transition:ease 0.2s opacity;
    margin: auto;
}
.tab_area label.tab9_label{
    padding: 8px 0;
}
.tab_area label:hover{
    opacity:0.5;
}
.panel_area{background:#fff;border-top: solid 2px #5ab4bd; padding: 1em;}
.tab_panel{width:100%; /*padding: 10px 0;*/ display:none;}
.tab_panel p{font-size:14px; letter-spacing:1px;}
.tab_panel input{position: relative; top: -2px;}

#tab_1:checked ~ .tab_area .tab1_label{background:#5ab4bd; color:#fff;}
#tab_1:checked ~ .panel_area #panel_1{display:block;}
#tab_2:checked ~ .tab_area .tab2_label{background:#5ab4bd; color:#fff;}
#tab_2:checked ~ .panel_area #panel_2{display:block;}
#tab_3:checked ~ .tab_area .tab3_label{background:#5ab4bd; color:#fff;}
#tab_3:checked ~ .panel_area #panel_3{display:block;}

#tab_contract:checked ~ .tab_area .contract_label{background:#5ab4bd; color:#fff;}
#tab_contract:checked ~ .panel_area #panel_contract{display:block;}

.card_header_margin{
    margin: 0 0 0 0;
}

.text_centered{
    margin: auto 0;
}

.sort_input_form{
    height: 90%;
}

.sort_container{
    margin-left: 28%;
}

.button_font{
    font-size: 12Px;
    cursor : pointer;
    /* margin-top: -4px; */
    margin-bottom: 0px;
}

.status_chenge_button{
    padding-bottom: 0px;
    margin-right: 15px;
    height: 70%;
    width: 104px;
}

.padding_side{
    padding-right: 0px;
    padding-left: 0px;
}

.button_size{
    margin-right: 15px;
    height: 80%;
}

.register_table{
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* .select_form_height{
    height: 73%;
} */

.select_form_text{
    padding-top: 5.500;
}

.row-eq-height {
    height: 45px;
}

.service_button{
    margin-left: 0;
}

.service_button .service_font{
    font-size: 80%;
}

.name_form{
    display: flex;
    padding-left: 0px;
}

.position_delete{
    margin-left: 15px;
}

.kubun_delete{
    margin-left: 15px;
}

.department2_delete{
    margin-left: 30px;
}

.department2_second_delete{
    margin-left: 30px;
}

.department2_third_delete{
    margin-left: 30px;
}

.department2_top{
    margin-top: 20px;
}

.line{
    margin-top: 30px;
    margin-left:-15px;
    margin-right:15px;
}

.client_register_form{
    width: 170px;
    /* width: auto; */
}

.add_btn{
    padding:0;
}

.delete_btn{
     float: right;
     padding: 0;
}

.department2_delete_form{
    display: flex;
    padding-left: 0px;
    padding-right: 5px;
}

.billing_info_form{
    margin-top: auto;
}

.department_form{
    padding-right: 0px;
    text-align: center;
}

table .all{
    cursor: pointer;
}

.chk{
    cursor: pointer;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
  }

table.search_box {
  width: 100%;
  margin-bottom: 10px;
}
table.search_box td {
    vertical-align: top;
    padding: 10 10 10 10;
}
table.search_box tr.line td.line {
    border-right: solid 1px #ccc;
}
table.search_box td > div {
    text-align: left;
}

.client_user_list th, .client_user_list td {
    padding: 0.6rem !important;
}

.client_user_list_block {
    max-height: 600;
    overflow: scroll;
}

/*開いたときに表示される部分*/
div.search_box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;
}
div.search_box li {
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}


div.search_box label.toggle {
    cursor :pointer;
    display: block;
    text-decoration: none;
    line-height: 1;
    position: relative;
    margin: 0 0 10px;
    padding: 10px;
}

    
#menu_bar01 {
    display: none;
}

.search_cond {
    
}

  #menu_bar01:checked ~ .search_cond {
      display: none !important;
  }
   /*開いたときの下の余白*/
  #menu_bar01:checked ~ .search_cond {
    margin-bottom: 20px;
  }
  /*閉じた状態の矢印描画*/
  div.search_box input[type=checkbox]:checked + label.toggle:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    left: 200px;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  /*開いた状態の矢印描画*/
  div.search_box label.toggle:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #000 2px solid;
    border-right: #000 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    left: 200px;
    top: 7%;
    bottom: 0;
    margin: auto;
  }

  .inline-msg {
    max-width: 40px;
    display:inline-block;
    text-align: center;
 
}

.search_cond .box_two {
    max-width: 190px;
    width: 190px;
}

.search_cond .box_one {
    max-width: 410px;
    width: 410px;
}

.client_user_list thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    /* tbody内のセルより手前に表示する */
    z-index: 1;
}


@media (max-width: 1400px){
    .search_cond .box_two {
        max-width: 140px;
        width: 140px;
    }
    
    .search_cond .box_one {
        max-width: 310px;
        width: 310px;
    }

    div .tag_lavel {
        margin-left: 18px;
    }
    
    div .show_tag_lavel {
        margin-left: 14px;
    }
    
}


.tablesorter-headerAsc {
    background-image: url('/img/black-desc.gif');
    background-repeat: no-repeat;
    background-position: center right;
}
.tablesorter-headerDesc {
    background-image: url('/img/black-asc.gif');
    background-repeat: no-repeat;
    background-position: center right;
}

.tablesorter-headerUnSorted.sortKey {
    background-image: url('/img/black-unsorted.gif');
    background-repeat: no-repeat;
    background-position: center right;
  
}
.tag_lavel {
    margin-left: 189px;
}
.show_tag_lavel {
    margin-left: 360px;
}

.chk_label {
    cursor: pointer;
}

#deleteCheckPopup .chk {
    transform: scale(1.5);
}

.delete_confirm_area {
    border: 2px solid red;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.disabled-button {
    cursor: not-allowed !important;
    opacity: 0.5;
}

/* オーバーレイ背景 */
#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    cursor: wait;
    pointer-events: auto;
}

/* スピナーアニメーション */
.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* 回転アニメーション定義 */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.status_badge {
    color: #fff !important;
    font-size: 100% !important;
    font-weight: 400 !important;
}
