.container{
    padding-right:0 !important;
    padding-left:0 !important;
}

.panel_select div.notice {
    color: #d1411a;
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 576px) {
    .panel_select div.notice {
        font-size: 12pt;
    }

}

table.button_container thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

table.button_container th{
    border: solid 2px white;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-top: none;
    border-bottom: none;
}

table.button_container td{
}

table.button_container td.control_booth,table.button_container td.timezone_containe{
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-top: none;
    border: solid 2px white;
    background-color: rgb(232, 236, 248);
}

table.button_container .no_border{
    box-shadow: none;
    background-color: white;
    border: none;
}

.select_span{
    font-size: 20px;
    font-weight: bold;
    /* font-family: "ＭＳ ゴシック", "MS Gothic", monospace; */
}
.separator{
    font-size: 16px !important;
}
    @media (max-width: 576px) {
        .select_span {
            font-size: 12px !important;
            /* line-height: 28px; */
        }
        .separator{
            font-size: 12px !important;
        }
    }

.time_axis{
    /* width: 16px; */
    font-size: 12px;
    pointer-events: none;
}


.control_days{
    border: solid 1px;
}
th.control_day{
    background-color: rgba(55, 117, 176, 1);
    color: white;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
th.control_day:hover{
    background-color: black;
}
th.no_show_day{
    pointer-events: none;
}

.control_booth {
    cursor: pointer;
    user-select: none;
    color: rgba(55, 117, 176, 1);
    border-left: solid 8px rgba(55, 117, 176, 1) !important;
    background-color: #d1e7eb;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  .control_booth:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  .control_booth:hover{
    /* background: rgba(55, 117, 176, 1) !important; */
     background: black !important;
    color: white;
  }

.hour{
    border-top: solid 2px;
    right: 0;
}

.halfhour {
    width: 5px;
    border-top: solid 2px;
    right: 0;
}

.hour_line{
    margin-top: -1px;
    z-index: -2;
    border-top: solid 1px rgba(110, 110, 110, 0.300);
}

.halfhour_line {
    /* margin-top: -1px;
    z-index: -2;
    border-top: dashed 1px rgba(110, 110, 110, 0.5); */
}

.disabled{
    pointer-events: none;
}

.control_span{
    font-size: 24px;
}
.caret{
    cursor: pointer;
    width: 37px;
}
.caret:hover{
    color: rgba(55, 117, 176, 1);
}

td.not_reservable_day{
    background-color: rgb(110, 110, 110);
}

button.not_reservable_day_button {
    top:0;
    pointer-events: none;
    color: white;
    background-color: rgb(110, 110, 110);
    font-weight: bold;
    padding-top: 30px;
}

div.not_reservable_day_message{
    opacity: 0.80;
    height: 100%;
    width: 20px;
    margin: auto auto 0 auto;
}
.item-mark{
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.3;
}
.mark_limited{
    color: rgb(184, 174, 92);
    text-shadow:1px 1px rgb(184, 174, 92),-1px 1px rgb(184, 174, 92),-1px -1px rgb(184, 174, 92),1px -1px rgb(184, 174, 92),1px 0px rgb(184, 174, 92),0px 1px rgb(184, 174, 92),-1px 0px rgb(184, 174, 92),0px -1px rgb(184, 174, 92);
}
@media (max-width: 576px) {
    .item-mark{
        font-size: 1rem;
    }
    .mark_limited{
        text-shadow:0.5px 0.5px rgb(184, 174, 92),-0.5px 0.5px rgb(184, 174, 92),-0.5px -0.5px rgb(184, 174, 92),0.5px -0.5px rgb(184, 174, 92),0.5px 0px rgb(184, 174, 92),0px 0.5px rgb(184, 174, 92),-0.5px 0px rgb(184, 174, 92),0px -0.5px rgb(184, 174, 92);
    }
}
.booth_btn{
    position: relative;
}
button.btn-outline-info{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 2px;
    padding: 2px 6px;
    border: none;
    color: #504f4f;
    /* background-color: rgb(179, 224, 241); */
}
button.btn-outline-info:hover,button.btn-outline-info:focus {
    border: solid 2px #424242;
    background-color: black !important;
 }

button.limited,button.limited:focus{
    /* background-color: rgb(240, 237, 209); */
}

button.limited:hover,button.limited:active  {
    /* background-color: rgb(252, 227, 0) !important; */
}
 
button.full{
    pointer-events: none;
    background-color: rgb(171,171,171);
}

button.reserved{
    pointer-events: none;
    background-color: rgb(171,171,171);
}

button.vacant{
    color: rgb(55, 117, 176);
}
button.vacant:hover,button.vacant:active,button.vacant:focus{
    color: rgb(55, 117, 176);
}

button.closed{
    pointer-events: none;
    background-color: rgb(171,171,171);
}


button.not_reservable{
    pointer-events: none;
    /* background-color: rgb(171,171,171); */
}

button.selected{
    background-color: black !important;
    /* text-shadow:none; */
}
button.selected:hover,button.selected:active{
    background-color: black !important;
    /* color: transparent; */
}

/* for .datepicker */
.datepicker{
    border: #003366 solid 2px;
    background-color:white;
}
    /* .datepicker div.datepicker-days table.table td.day{

    } */
    .datepicker div.datepicker-days table.table td.disabled{
        background-color: rgb(180, 180, 180) !important;
    }
    .datepicker div.datepicker-days table.table td.new{
        color: rgb(200, 200, 200);
    }
    .datepicker div.datepicker-days table.table td.old{
        color: rgb(200, 200, 200);
    }
    .datepicker div.datepicker-days table.table td{
        border-radius: 0px;
    }

    .bootstrap-datetimepicker-widget{
        width: auto !important;
    }


.picker-switch{
    pointer-events: none;
}

#date_input{
    background-color: white;
    width: 125px;
}
input::-ms-clear {
    visibility:hidden;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* for select_control_container */
div#select_reserve_control{
}

select.time_select{
    width: 100px;
}

button.btn_submit{
    background-color:#22ac38 !important;
    color: white !important;
}
.bar_green{
	background-color: #3bbf67;
}
.usages_container .bar_green{
	background-color: #3bbf67;
    border-radius: 2px;
    z-index: 10;
    height: 20px;
    border: 2px solid rgb(0, 117, 0);
}
.bar_gray{
	background-color: #9f9f9f;
}
.usages_container .bar_gray{
	background-color: #9f9f9f;
    border-radius: 2px;
    z-index: 10;
    height: 20px;
}
div.usage_guide{
    font-size: 90%;
}

span#select_reserve_popup_title{
    font-size: 16pt !important;
    font-weight: bold;
}
@media (max-width: 576px) {
    span#select_reserve_popup_title{
        font-size: 12pt !important;
    }

}
select.onlyone{
    border:none;
    background:none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    pointer-events: none;
}
select.onlyone::-ms-expand {
    display: none;
}

/* for usage_time_line */
div.usages_close{
    background-color: rgba(55, 117, 176, 1);
    color: white;
    user-select: none;
    cursor: pointer;
}
div.usages_close:hover{
    background-color: black;
}

th.usage_container_header{
    vertical-align: bottom;
    background-color: white;
}
tr#usage_time_line_hour{
    height: 10px;
}
tr#usage_time_line_hour td{
    font-size:10px;
}
@media (max-width: 576px) {
    tr#usage_time_line_hour td{
        font-size:8px;
    }
}

tr#usage_time_line_hour{
    height: 20px;
}
tr#usage_time_line_cell_top{
    height: 5px;
}
tr#usage_time_line_cell_top2{
    height: 2px;
}
tr#usage_time_line_cell_top td.hour_top{
    border-left: solid 2px rgba(69, 69, 110, 0.5);
}

tr#usage_time_line_cell_top2 td{
    border-left: solid 2px rgba(69, 69, 110, 0.5);
    border-bottom: solid 2px rgba(69, 69, 110, 0.5);
}
tr#usage_time_line_cell_top2 td:last-child{
    border-right: solid 2px rgba(69, 69, 110, 0.5);
}

tr#usage_time_line_cell_bottom{
    height: 30px;
}
tr#usage_time_line_cell_bottom2{
    height: 2px;
}
tr#usage_time_line_cell_bottom td.hour_bottom{
    border-left: dashed 2px rgba(69, 69, 110, 0.20);
}
tr#usage_time_line_cell_bottom td.half_hour_bottom:last-child{
    border-right: dashed 2px rgba(69, 69, 110, 0.20);
}
tr#usage_time_line_cell_bottom td{
    border-bottom: solid 2px rgba(69, 69, 110, 0.5);
}
tr#usage_time_line_cell_bottom2 td{
    border-left: solid 2px rgba(69, 69, 110, 0.5);
}
tr#usage_time_line_cell_bottom2 td:last-child{
    border-right: solid 2px rgba(69, 69, 110, 0.5);
}

div#usage_time_line_bar_container{
    bottom:3px;
}
div#usage_time_line_box{
    height: 25px;
}

.reserved_bar{
    background-color: rgb(110, 110, 110);
}

div#usage_time_line_box div.reserved_bar{
    border-radius: 2px;
    z-index: 10;
    height: 20px;
}
div.select_reserve_popup  .user_reserve_bar{
    background-color: dodgerblue;
}
div#usage_time_line_box div#time_shadow {
    background-color: rgb(110, 110, 110);
    opacity: 0.3;
    height: 29px;
    bottom:0px;
}

div#usage_time_line_box div#user_reserve_bar {
    background-color: dodgerblue;
    box-shadow: 3px 4px 3px 0px rgba(0,0,0,0.5);
    animation-name: blink_effect;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
@keyframes blink_effect {
    0% {opacity:1;}
    50% {opacity:0.5;} 
    100% {opacity:1;}
}

/* for booth info */
img#booth_img{
    width: 100%;
    /* object-fit: cover; */
    border-radius: 5px;
}

div#booth_note{
    margin-top: 5px;
    padding: 10px;
    padding-bottom: 0px;
    text-align: left;
    word-wrap: break-word;
    font-weight: normal !important;
}

#information_modal_title{
    font-weight:bold;
}

td.control_booth{
    white-space: nowrap;
}

#purpose_select_control{
    min-width: 100px;
}

/* for day_usage_time_line */
td.usages_container{
    border: auto !important;
}

table.usage_time_line, tr.usage_time_line, th.usage_time_line, td.usage_time_line {
    border:none !important;
}
tr.usage_time_line_hour{
    height: 10px;
}
tr.usage_time_line_hour td{
    font-size:10px;
}
@media (max-width: 576px) {
    tr.usage_time_line_hour td{
        font-size:8px;
    }
}

tr.usage_time_line_hour{
    height: 20px;
}
.indent-adjust{
    text-indent: -3px;
    margin-top: -4px;
}
tr.usage_time_line_cell_top{
    height: 4px;
}
tr.usage_time_line_cell_top2{
    height: 2px;
}
tr.usage_time_line_cell_top td.hour_top{
    border-left: solid 2px rgba(69, 69, 110, 0.5) !important;
}

tr.usage_time_line_cell_top2 td{
    border-left: solid 2px rgba(69, 69, 110, 0.5) !important;
    border-bottom: solid 2px rgba(69, 69, 110, 0.5) !important;
}
tr.usage_time_line_cell_top2 td:last-child{
    border-right: solid 2px rgba(69, 69, 110, 0.5) !important;
}

tr.usage_time_line_cell_bottom{
    height: 30px;
}
tr.usage_time_line_cell_bottom2{
    height: 2px;
}
tr.usage_time_line_cell_bottom td.hour_bottom{
    border-left: dashed 2px rgba(69, 69, 110, 0.20) !important;
}
tr.usage_time_line_cell_bottom td.half_hour_bottom:last-child{
    border-right: dashed 2px rgba(69, 69, 110, 0.20) !important;
}
tr.usage_time_line_cell_bottom td{
    border-bottom: solid 2px rgba(69, 69, 110, 0.5) !important;
}
tr.usage_time_line_cell_bottom2 td{
    border-left: solid 2px rgba(69, 69, 110, 0.5) !important;
}
tr.usage_time_line_cell_bottom2 td:last-child{
    border-right: solid 2px rgba(69, 69, 110, 0.5) !important;
}

div.usage_time_line_bar_container{
    bottom:3px;
}
div.usage_time_line_box{
    height: 28px;
}

.usages_container .reserved_bar{
    background-color: rgb(110, 110, 110);
}

.usages_container div.reserved_bar{
    border-radius: 2px;
    z-index: 10;
    height: 20px;
}
div.usage_time_line_box div.time_shadow {
    background-color: rgb(110, 110, 110);
    opacity: 0.3;
    height: 29px;
    bottom:0px;
}

.bold-text-shadow {
    text-shadow:1px 1px #000,-1px 1px #000,-1px -1px #000,1px -1px #000,1px 0px #000,0px 1px #000,-1px 0px #000,0px -1px #000;
}
@media (max-width: 576px) {
    .bold-text-shadow{
        text-shadow:0.5px 0.5px #000,-0.5px 0.5px #000,-0.5px -0.5px #000,0.5px -0.5px #000,0.5px 0px #000,0px 0.5px #000,-0.5px 0px #000,0px -0.5px #000;
    }
}
td.no_pointer{
    pointer-events: none;
}
div.input-group-text{
    width: 90px;
}
select#select_area{
    width: 230px;
}
select#select_corner{
    width: 230px;
}
select#select_group{
    width: 230px;
}
