/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *












 */

/*共通*/

html {
    position: relative;
    min-height: 100%;
}
body{
    /*font-size: 20px*/
    /*background-color: #b2d6d4;*/
    /*    background-color: #b2d6d4;
        background-image: url(/images/kyusyoku/background3.png);*/
    /*background-size:1500px 1000px;*/
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100% !important;
    min-width: 980px !important;
    /*max-width: 1080px !important;*/
    margin-bottom: 20px;
}
body{
    /*min-height: 550px*/
}
hr{background-color: #d3d3d3}
input{
    /*height: 40px !important;*/
}

input[type="text"]{
    height: 40px;
    font-size: 16px
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.1125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

select{
    font-size: 16px;
    height: 40px !important;
    background-color: #fff !important;    
}


label{margin:0px; padding: 0px}

textarea{
    background-color: white !important;
}

.datepicker{
    font-size: 16px;   
    margin: 115px 0;
}

.datepicker, .datepicker_m, .datepicker1, .datepicker2{
    background-color: white !important;
    color: black !important;
    opacity:1 !important;
}

/* ボタンの影を削除 */
#main_content table .btn:not(:hover):not(:focus):not(:active) {
  box-shadow: none !important;
}

.btn-e-w80 {
    width: 80px !important;
    height:36px; padding: 0px
}
.btn-e-w60 {
    width: 60px !important;
    height:36px; padding: 0px
}
.btn-e-w100 {
    width: 100px !important;
    height:36px; padding: 0px
}
.btn-e-w120 {
    width: 120px !important;
    height:36px; padding: 0px
}
.btn-w100 {
    width: 100px !important;
}

.img_btn{
    /*margin:0 auto;*/   
}
.img_btn .m1{
    float: left !important;
    /*display: inline-block; _display: inline;*/
    width: 20px !important
}
.img_btn .m2{
    float: left !important;
    /*display: inline-block; _display: inline;*/
    padding-top: 2px !important;
    width: 105px;
}
.img_btn .nav-icon{
    width: 20px !important;
}
.icon_btn {
    width: 40px !important;
    height:36px; padding: 0px
}
.icon_btn .nav-icon{
    width: 15px !important;
    color: white;
    margin-top:-2px;
    margin-left: 12px;
    /*vertical-align: middle;*/
     filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
}

.select-w80{
    width: 80px;
}

.select-w100{
    width: 100px;
}

.select-w120{
    width: 120px;
}
.select-w180{
    width: 180px;
}

.tenkey:read-only, .timepicker:read-only{
    background-color: white;
    color: black;
    opacity: 1
}

.title1{
    font-size: 20px;
    font-weight: bold;
    color: #696969;
}

.title p{
    font-size: 24px;
    font-weight: bold;
    color: #696969;
    text-align: center;
}
.title a{
    font-size: 24px;
    font-weight: bold;
    color: #4169e1 !important;
    text-align: center;
}

.title-line{
    height: 3px;
    width: 100px;
    margin: 0px 10px
}

#title_img{
    width: 50px
}

.title2{
    font-size: 24px;
    font-weight: bold;
    color: #696969;
}

.edit_area{
    background-color: #ebeddf;
}

#data_ready_text{
    color:green
}

td{
    text-align: center;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.normal_table td{
    background-color: white;
    border: 1px solid #aaa;
}

.base_date{
    color: green;
    font-weight: bold;
    font-size: 18px;
}

.class-sunday {
    color: red !important;
}
.class-saturday {
    color: blue !important;
}

.input_num{
    text-align: right;
}
.form-control{height: 30px; padding: 0px 4px}
.custom-select{height: 30px; padding: 0px 4px}

.contentEditable{
    background-color: #FFF;
    padding: 8px 4px;
    vertical-align: middle;
    border-radius: 10px;
    height: 40px;
    box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #FFFFFF;

}

#add_table{
    display: block;
}

#add_table tr{
    height: 40px

}
#add_table td{
    border-right: 1px solid #dcdcdc;
    border-top: none;
}

.add_table{
    display: block;

}

.add_table tr{
    height: 40px

}
.add_table td{
    border-right: 1px solid #dcdcdc;
    border-top: none;
}
/*==================================*/
/*メニュー*/
#menu{
    background-color: #fff;
    box-shadow: 4px 4px 7px #b5b5b5, -7px -7px 14px #ffffff;
    font-size: 20px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#menu .nav-link{
    width: 120px;
    text-align: center;
}

#menu #navbarSupportedContent{
    margin-top: 50px;
    border-bottom: 2px solid #696969;
}
#menu .nav-link {
    cursor: pointer;
      /* font-size: 20px; */
    color: #696969 !important
}
#menu .nav-link:hover {
    color: #696969 !important
}
#menu .dropdown-item {
    font-size: 20px;
    cursor: pointer;
}
#menu .nav-icon{
    width: 80px;
    padding-right: 10px
}

/*==================================*/
/*メイン*/
#main{
    padding: 5px 20px;
    font-size: 16px;
    min-width: 980px;
    margin-top: 115px;
    /*min-height: 550px;*/
    /*max-height: 550px !important;*/
}

.button_menu{
}

.button_menu1{
    font-size:18px;
    font-weight:bold;
    color: #ff6f6f;
}

.button_menu1:hover {
    color: #ff9999;
}

.button_menu2{
    font-size:18px;
    font-weight:bold;
    color: #86c086;
}

.button_menu2:hover {
    color: #AADDAA;
}

.button_menu3{
    font-size:18px;
    font-weight:bold;
    color: #c2c453;
}

.button_menu3:hover {
    color: #dee061;
}

.button_menu4{
    font-size:18px;
    font-weight:bold;
    color: #696969;
}

.button_menu5{
    font-size:34px;
    font-weight:bold;
    color: #FFF;
    background-color: #0979fc !important;
    box-shadow: none;
}

.button_menu5:hover {
    color: #FFF;
    background-color: #338ff9 !important;
    box-shadow: none;
}

.button_menu6{
    font-size:34px;
    font-weight:bold;
    color: #FFF;
    background-color: #fc147e !important;
    box-shadow: none;
}

.button_menu6:hover {
    color: #FFF;
    background-color: #f8348e !important;
    box-shadow: none;
}

.button_menu7{
    font-size:34px;
    font-weight:bold;
    color: #FFF;
    background-color: #228b22 !important;
    box-shadow: none;
}

.button_menu7:hover {
    color: #FFF;
    background-color: #2e8b57 !important;
    box-shadow: none;
}

.button_menu8{
    font-size:28px;
    font-weight:bold;
    color: #FFF;
    background-color: #007a88 !important;
    border-radius: 12px;
    border: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3),
     -2px -2px 5px rgba(255, 255, 255, 0.5); 
    transition: 0.2s;
    width: 300px;
    height: 80px;
}

.button_menu8:hover {
    color: #FFF;
    background-color: #177e89 !important;
   border-radius: 12px;
    border: none;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3),
     -2px -2px 5px rgba(255, 255, 255, 0.5);
    transition: 0.2s;
    
}
/*==================================*/
/*table スクロール*/
#fav-table thead, #fav-table tbody {
    display: block;
}
#fav-table thead th {
    /*height: 32px;*/
}
#fav-table th{
    text-align: center; 
}
#fav-table tbody {
    overflow-x: hidden;
    overflow-y: scroll;
}
#fav-table td{
    text-align: center; 
    vertical-align: middle;
}

/*==================================*/
/*table スクロール*/
.fav-table thead, .fav-table tbody {
    display: block;
}
.fav-table thead th {
    /*height: 32px;*/
}
.fav-table th{
    text-align: center; 
}
.fav-table tbody {
    overflow-x: hidden;
    overflow-y: scroll;
}
.fav-table td{
    text-align: center; 
    vertical-align: middle;
    
}        

/*==================================*/
/*table スクロール非表示*/
#fav-table1 tbody{
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#fav-table1 tbody::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}

/*==================================*/
/*ラジオボタン(ボタン風)*/
.radiobox .radio_data {
    display: none;
}

.radiobox .radio_data_ex {
    display: none;
}

.radiobox label {
    background-color: #F0F0F0;
    padding: 5px 10px;
    width: 70px;
    cursor: pointer

}
.radiobox_s label {
    background-color: #F0F0F0;
    padding: 5px 10px;
    width: 60px;
}
.radiobox_m label {
    background-color: #F0F0F0;
    padding: 5px 0px;
    width: 64px;
}
.radiobox_syokuhin label{
    background-color: #E3E3E3;
    color: black;
    padding: 5px 10px;

}


.radiobox .radio_data1:checked + label {
    background-color: skyblue;
}

.radiobox .radio_data2:checked + label {
    background-color: pink;
}

.radiobox .radio_data3:checked + label {
    background-color: wheat;
}

/* ======================= */
/* マルチプルセレクト */
/* ======================= */
/* ▼ 状態：閉じている select 部分 */
.ms-choice {
  position: relative !important;
  background: #fff !important;
  border: 0 !important;
  font-size: 1rem !important;

  /* あなたの custom-select と同じニューモーフィズム影 */
  box-shadow: inset 2px 2px 5px #b8b9be,
              inset -3px -3px 7px #FFFFFF !important;

  border-radius: 8px !important;
  height: 38px !important;
  line-height: 38px !important;

  padding: 0 40px 0 12px !important;  /* ← 左右スペース */
  cursor: pointer !important;
}

/* ▼ 中のテキスト */
.ms-choice > span {
  text-align: left !important;
  color: #495057 !important;
  font-size: 1rem !important;
  padding-left: 10 !important;
}

/* ※ multiple-select が出してくる元の三角を完全無効化 */
.ms-choice > div,
.ms-choice > div b,
.ms-choice > div:after {
  border: none !important;
}

/* ▼ 新しい矢印（キレイな真っ直ぐの ▼ ） */
.ms-choice::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
  color: #666;
  pointer-events: none;
}

/* ▼ ドロップダウン側の枠も custom-select に合わせる */
.ms-drop {
  background: #fff !important;
  border: 0 !important;

  box-shadow: inset 2px 2px 5px #b8b9be,
              inset -3px -3px 7px #FFFFFF !important;

  border-radius: 8px !important;
  padding: 6px 0 !important;
  font-size: 1rem !important;
}

/* ▼ リスト文字も左寄せ */
.ms-drop ul li label {
  padding: 6px 22px !important;
  text-align: left !important;
}

/* ▼ hover */
.ms-drop ul li:hover {
  background: #f1f1f5 !important;
}
/* ======================= */
/* // モーダルメニュー */
/* ======================= */
.content{
    /*margin: 0 auto;*/
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal .modal__bg{
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal .modal__content{
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 114px;
    transform: translate(-50%,0%);
    width: 97%;
    border-radius: 10px;
    text-align: left;
}

.menu_div button{
    margin: 10px 4px;
}

.js-modal{
    text-align: center
}

.js-modal img{
    width: 60px
}

.js-modal .m1{
    float: left
        /*width: 150px;*/
}
.js-modal .m2{
    float: left;
    padding-top: 17px;
    width: 102px;
}

.js-modal .m3{
    float: left;
    padding-top: 5px;
    width: 102px
}

/* --------------------------------------
 ニューロフィズム
-------------------------------------- */
.tablesorterNoHover tbody > tr.even:hover > td,
.tablesorterNoHover tbody > tr.odd:hover > td,
.tablesorterNoHover tbody > tr:hover > td,
.tablesorterNoHover tbody > tr:hover > td{
    /*background-color: #fff;*/
    color: #000;
}

.tablesorter-default th{
    text-align: center;
}
.tablesorter-default thead th,
.tablesorter-default tbody th,
.tablesorter-default tbody td {
    height: 40px !important;
}

.th_td{
    background-color: #2f75b5 !important;
    color: #FFF !important;
    font-weight: bold;
}

input.form-control{
    background-color: #fff;
}

.form-control:focus {
    background-color: #fff;
}

.dropdown-menu{
    width: 270px !important;
}

/*tenkey*/
.dropdown-menu-tenkey{
    width: 210px !important;
    height: 320px !important;
    padding: 10px 10px !important;
    box-shadow: none !important;
}
.btn-tenkey{
    /*margin-top: 10px !important;*/
    width: 60px !important;
     box-shadow: none !important;
}
.tenkey:read-only{
    color: black
}
.datepicker1:read-only{
    color: black
}

.mytable {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.mytable thead th,
.mytable tbody th,
.mytable tbody td {
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    height: 40px !important;
}
.mytable thead th {
    background-color: #2f75b5;
    color: white;
    text-align: center;
}
.mytable tbody th {
    background-color: #2f75b5;
    color: white;
    text-align: center;
}
.mytable tbody td {
    background-color: #fff;
}

.mytable tbody tr:last-child th,
.mytable tbody tr:last-child td {
    border-bottom: 1px solid #aaa;
}

.mytable thead tr th:nth-last-of-type(1),
.mytable tbody tr th:nth-last-of-type(1),
.mytable tbody tr td:nth-last-of-type(1) {
    border-right: 1px solid #aaa;
}

.mytable_green th{
    /*background-color: #228b22 !important;*/
}

.mytable_green tr.even > td {
    /*background-color: #8fbc8f !important;*/
}


.mycard{
    border-radius: 10px;    
    padding: 10px;
}
.mycard1{
    border-radius: 10px;    
    padding: 10px;
    background-color: #f0f0f0;
}

.no-shadow{
    box-shadow: none !important
}
::placeholder {
    color: #d3d3d3 !important;
}

.no-shadow-btn:not(:hover):not(:focus):not(:active) {
  box-shadow: none !important;
}

.modal__content{
    background-color: #f0f0f0 !important;    
}




.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 20px;
    /*background-color: #f5f5f5;*/
    margin-top: 10px;
}

.footer .container {
    width: auto;
    text-align: center;  width: 100%;
}
.footer .container .text-muted {
    padding-top: 0px;
    font-size: 10px; 
}


.no-box-shadow{
    box-shadow:0 0 0 0
} 


.btn-info:focus, .btn-info.focus {
    box-shadow: inset 20px 20px 60px #004794, inset -20px -20px 60px #0262ca;
}

/* ツールチップ */
.tooltip-inner {
    text-align: left !important;
    max-width: 400px;         /* ← 長いとき用 */
}
/* Bootstrap ツールチップ本体 */
.tooltip-inner{
  background-color:#ffffff !important;   /* 背景色 */
  color:#222 !important;                 /* 文字色 */
  border:1px solid #ccc;                 /* 枠 */
  text-align:left;                       /* 左寄せ */
  white-space: normal;      /* ← 長文折り返し */
  box-shadow:0 6px 16px rgba(0,0,0,.18); /* 影 */
  max-width:420px;
}

/* 吹き出し（三角）の色も白に合わせる */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before{
  border-top-color:#ffffff !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before{
  border-bottom-color:#ffffff !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-left .tooltip-arrow::before{
  border-left-color:#ffffff !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-right .tooltip-arrow::before{
  border-right-color:#ffffff !important;
}
