body{
    font-weight: 800;
}

.pointer{
    cursor: pointer;
}

#main-title{
    color: #ffffff;
    padding: 10px;
    margin: 0px;
    font-size: 17px;
}

.reserve_warehouse_select{
    margin: 70px 0px 20px 0px;
    max-width: 400px;
    font-weight: bold;
}

p.berth-title{
    margin: 0 auto;
}

.time-title{
    max-width: 50px;
}

p.reserve-p{
    margin: 0px;
}

.menu-bar{
    background-color: #BFE5EB;
    padding: 5px;
}

.menu-bar >div>a>img{
    width: 35px;
    height: auto;
}

img.research{
    width: 20px;
    height: auto;
}

.menu-date{
    width: 170px;
    background-color: #fff!important;
    font-size: 20px;
    font-weight: bold;
}

.menu-research{
    width: 350px;
}

.card{
    width: 100px;
    height: 125px;
    margin: 5px;
    border-radius: 0;
}

.card_text{
    margin: 0px 10px 10px 10px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card_reserve{
    width: 100%;
    height: 25px;
    /*background-color: #17a2b8;*/
    /*color: #000;*/
    text-align: center;
}

.reserve_bg{
    background-color: #ffe5cc;
    border-color: #ffe5cc;
}

.card_recept{
    width: 100%;
    height: 25px;
    background-color: #17a2b8;
    color: #fff;
    text-align: center;
}

.card_finish{
    width: 100%;
    height: 25px;
    background-color: #28a745;
    color: #fff;
    text-align: center;
}

.card_cancel{
    width: 100%;
    height: 25px;
    background-color: #6c757d;
    color: #fff;
    text-align: center;
}

.edit-title{
    height: 60px;
}

.edit-title-text{
    padding: 10px;
    margin-bottom: 0px;
    background-color: #eee;
    width: 150px;
    height: 44px;
    border-radius: .25rem;
}

.edit-title-form{
    width: 150px;
}

.add-authority_select{
    display:none;
    width: 90%;
    margin: auto;
}

.authority_edit_select{
    width: 90%;
    margin: auto;
}

.authority_edit_lavel {
  display: block;
  position: relative;
  margin: 1em 0;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
}

/* inputは非表示にする */
.authority_edit_lavel input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 0; /* 上からの位置 */
  left: 0;
  height: 22px; /* 大きさ */
  width: 22px; /* 大きさ */
  border: solid 2px #d4dae2; /* 線 */
  border-radius: 4px;
  box-sizing: border-box;
}
/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 5px; /* チェックの位置 */
  top: 1px; /* チェックの位置 */
  width: 6px; /* チェックの大きさ */
  height: 10px; /* チェックの大きさ */
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0; /* 透明にしておく */
}

/* チェックが入ったときの□ */
.authority_edit_lavel input:checked + .checkmark {
  background: #17A2BB; /* チェック時の色 */
  border-color: #17A2BB; /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.authority_edit_lavel input:checked + .checkmark:after {
  opacity: 1; /* 透明を解除 */
}

#alart_check{
    display: none;
    color: #ff0000;
}

.ms-container{
    width: 100%!important;
}

.ms-list{
    height: 100%!important;
}

.notice_day{
    max-width: 200px;
    
}

.tr_height{
    min-height: 150px;
}

#recept_select{
    border: none;
    background-color: transparent;
    width: 100px;
    font-weight: bold;
}

ul.task_ul{
    width:100%;
    list-style-type: none;
    margin:0px;
    padding:0px;
}
ul.task_ul li{
    list-style-type: none;
    display: inline-block;
}

.ui-state-highlight {
    height: 125px;
    width: 100px;
    margin: 5px;
}

.reserve_edit_warehouse_select{
    margin: 70px 0px 20px 0px;
    max-width: 400px;
    font-weight: bold;
}

.berth_value{
    max-width: 100px;
}

.berth_time_change,.add_reserve,.notice_link,.berth_change{
    cursor: pointer;
}

.edit_menu-date{
    width: 170px;
    font-size: 20px;
}

.reserve_menu{
    background-color: #BFE5EB;
}
.berth_time_change,.btn_notice_time,.reserve_notice_link{
    display: inline-block;
    border:2px solid #17a2b8;
    color: #17a2b8!important;
    padding: 0.2rem 0.5rem;
    justify-content: center;
    border-radius: .3rem;
    background:#a8dae152;
    text-align:center;
    cursor: pointer;
}
.berth_time_change:hover,.btn_notice_time:hover,.reserve_notice_link:hover {
    background:#17a2b8;
    color: #fff!important;
}

.btn_all_change{
    display: inline-block;
    border:2px solid #696969;
    color: #696969!important;
    padding: 0.5rem 0.5rem;
    justify-content: center;
    border-radius: .3rem;
    background:#BFE5EB;
    text-align:center;
    cursor: pointer;
    font-weight: bold;
}

.btn_all_change:hover{
    background:#17a2b8;
    color: #fff!important;
    border:1px solid #17a2b8;
}

/*.date-edit {
  position: relative;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
input[type="date"]::-webkit-calendar-picker-indicator{
    position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 40px;
  width: 120px;
}*/

input.menu-date+div.picker,input.edit_menu-date+div.picker{
    transform: translateX(-150px);
}

.picker{
    font-size: 20px!important;
}
.picker__holder{
    transition: 0s!important;
}

.select_status{
    padding: 10px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.table-scroll::-webkit-scrollbar {
  height: 15px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f8f9fa;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}

.reserve_notice_link_disabled{
    display: inline-block;
    border:2px solid #5a6268;
    color: #5a6268!important;
    padding: 0.2rem 0.5rem;
    justify-content: center;
    border-radius: .3rem;
    background:#eee;
    text-align:center;
}

.past_link_disabled{
    display: inline-block;
    border:2px solid #5a6268;
    color: #5a6268!important;
    justify-content: center;
    border-radius: .3rem;
    background:#eee;
    text-align:center;
}

.sub_nav_float{
    position:absolute;
    width: 100%;
    z-index: 99;
}

.sub_nav_float.fixed{
    position:fixed;
    top:0;
}

.menu_bar_float{
    width: 100%;
    z-index: 99;
}

.menu_bar_float.fixed{
    position:fixed;
    top:50px;
    left: 0;
}