#current_time2 {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 730px;
    text-align: center;
    float:left;
}

#date_box {
    background-color:rgba(41, 45, 62, 0.8);
    border-radius: 6px;
    color: #7da2cc;
    font-family: Monda, sans-serif;
    display: grid;
    grid-template-columns: 40px 260px 40px;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 350px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.move_button {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}

.movelink_bottom_list {
    display: flow-root;
}

#movelink input {
    border-radius: 12%;
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

#movelink #open_movelink {
    color: white;
    margin: 10px 10px 0 0;
}

.movelink_top p {
    float: left;
}

.movelink_top input {
    float: left;
    margin: 5px 5px 0 0;
}

.movelink_top_list {
    display: flow-root;
}

.movelink_middle {
    float: left;
    width: max-content;
    height: 70px;
}

.movelink_middle p {
    float: left;
}

.movelink_middle input {
    float: left;
    margin: 5px 5px 0 0;
}

.movelink_bottom {
    float: left;
}

.movelink_bottom p {
    float: left;
}

.movelink_bottom #button {
    float: left;
    margin: 12px 5px 0 0;
}

.movelink_bottom_button {
    float: left;
    margin: 12px 5px 0 0;
}

.movelink_bottom #button0{
    float: left;
    margin: 12px 5px 0 0;
}

#button_multi_capture {
    background: rgba(0, 0, 0, 0.3);
    color: white;
}

#button_multi_capture.highlight {
    background-color: tomato;
    color: black;
}

#button_movie.highlight {
    background-color: tomato;
    color: black;
}

.btn_on_cursor:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 1) !important;
}

#view_url {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(0,0,0,0.75);
}
  
#view_url_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    background: #1b1e2b;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 20px;
}
.view_url_box_header {
    display: grid;
    grid-template-columns: 1fr 30px;
    align-items: center;
    width: 100%;
    height: auto;
    border-radius: 10px 10px  0 0;
    box-sizing: border-box;
    font-family: "Monda", sans-serif;
    font-size: 18px;
}
.view_url_box_title {
    font-weight: 700;
    color: #fff;
}
.view_url_box_close {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.view_url_box_close::after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(../img/ic_close.svg) no-repeat center center;
    display: inline-block;
    background-size: contain;
}

.input_group {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 40px;
    margin: 20px 0 0 0;
}
.input_group input{
    width: 100%;
    height: 40px;
    margin: 0px 0 20px 0;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    border-radius: 6px 0 0 6px;
    border: solid 1px #fff;
    border-right: none;
}
.input_group_button {
    width: 40px;
    height: 40px;
    border-radius: 0 6px 6px 0;
    border: solid 1px #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.input_group_button:hover {
    background: #000;
}
.input_group_button::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../img/ic_copy.svg) no-repeat center center;
    display: inline-block;
    background-size: 20px 20px;
}

#cal {
    display: block;
    background: url(../img/ic_cal.svg) no-repeat center center;
    background-size: 26px 26px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#cal.disable1 {
    opacity: 0.2;
    pointer-events: none;
}

#cal.disable2 {
    pointer-events: none;
}

#cal:active {
    transform: scale(0.9);
    opacity: 0.6;
}

#date {
    font-size: 20.5px;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 50px;
    width: 258px;
    margin: 0 auto 0;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    -webkit-text-overflow: clip;
    -o-text-overflow: clip;
}

#date.expansion {
    font-size: 17px;
}

#current_time {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block;
}

#current_time.disable1 {
    opacity: 0.2;
    pointer-events: none;
}

#current_time.disable2 {
    pointer-events: none;
}

#current_time:active {
    transform: scale(0.9);
    opacity: 0.6;
}

#current_time {
    background: url(../img/ic_current_time.svg) no-repeat center center;
    background-size: 24px 24px;
}

#current_time.timeNow {
    background: url(../img/ic_current_time_active.svg) no-repeat center center;
    background-size: 24px 24px;
}

#current_time.timeNowPlay {
    background: url(../img/ic_current_time_active.svg) no-repeat center center;
    background-size: 24px 24px;
    animation: blink 1s infinite;
}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

/* slider */

#slider {
    display: grid;
    grid-template-columns: 24px 1fr 24px;
    width: 140px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#slider_label {
    display: block;
    width: 60px;
    height: 18px;
    position: fixed;
    bottom: 60px;
    right: 40px;
    align-items: center;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0 auto 0;
    text-align: center;
    font-family: Monda, sans-serif;
    font-size: 10px;
    color: #7da2cc;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#button_plus {
    width: 24px;
    height: 24px;
    background: url(../img/ic_plus.svg) no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
}
#button_plus:active {
    opacity: 0.5;
    transform: scale(0.9);
}
#button_minus {
    width: 24px;
    height: 24px;
    background: url(../img/ic_minus.svg) no-repeat center center;
    background-size: 18px 18px;
    cursor: pointer;
}
#button_minus:active {
    opacity: 0.5;
    transform: scale(0.9);
}
#slider.disable1 {
    opacity: 0.2;
    pointer-events: none;
}
#slider.disable2 {
    pointer-events: none;
}
.input-range[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(0, 0, 0, 0.5);
    height: 3px;
    width: 90px;
    border-radius: 1.5px;
    margin: 0 auto 0;
}
.input-range[type="range"]:focus,
.input-range[type="range"]:active {
    outline: none;
}

.input-range[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
input[type="range"]::-ms-tooltip {
    display: none;
}
input[type="range"]::-moz-range-track {
    height: 0;
}
input[type="range"]::-moz-range-thumb {
    background: #fff;
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.input-range-not-active[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #adb1b6;
    height: 3px;
    width: 120px;
    border-radius: 1.5px;
    margin: 0 auto 0;
    pointer-events: none;
}

/* timeline */

#footer {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    height: 90px;
    width: 100%;
    background-color: rgba(41, 45, 62, 0.5);
    z-index: 1;
}
#footer_blank {
    width: 100%;
    height: 100%;
}
#timeline {
    position: fixed;
    bottom: 0px;
    left: 10%;
    width: 80%;
}
#button_range {
    display: block;
    width: 60px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    left: 15px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
#button_range.disable1 {
    pointer-events: none;
}
#button_range.disable2 {
    pointer-events: none;
}
#button_range span {
    color: #888;
    font-size: 11px;
    font-family: Monda, sans-serif;
    font-weight: 200;
    display: block;
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}
#button_range.active span {
    color: #fc3;
}
#button_range.disable1 span {
    opacity: 0.5;
}
#button_range::after {
    content: "";
    display: inline-block;
    background: url(../img/ic_range.svg) no-repeat center 0px;
    width: 60px;
    height: 50px;
    background-size: 40px auto;
}
#button_range.active::after {
    content: "";
    display: inline-block;
    background: url(../img/ic_range_active.svg) no-repeat center 0px;
    width: 60px;
    height: 50px;
    background-size: 40px auto;
}
#button_range.disable1::after {
    opacity: 0.3;
    pointer-events: none;
}
#button_range.disable2::after {
    pointer-events: none;
}
.k2go-timeline-pick {
    width: 30px !important;
}

/* ミニマップの大きさを変更する */
.btnSize {
    position: absolute;
    bottom: 100px;
    left: 100px;
    z-index: 10;
}

.btnSize input {
    background-color: #313336bb;
    border: 1px solid #222222;
    color: white;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 7px;
}

#division {
    width: 40px;
}

.btnSize input:hover {
    cursor: pointer;
}

/* メニューにスクロールバーを追加 */
#scrollUl {
    overflow-y: scroll;
    max-height: 28vw;
}

#scrollUl::-webkit-scrollbar {
    background-color: #313336bb;
}
#scrollUl::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
}

#offDisplay {
    color: grey;
}

#offDisplay .closed li.title {
    background-color: rgba(70, 70, 70, 1);
}
#offDisplay li.title {
    background-color: rgba(70, 70, 70, 1);
}

/* TODO: ログイン機能の追加 */
#movelink_div {
    display: grid;
}

.hidden { 
    display: none;
}
.nav-container{
    position: fixed;
    top: 0;    
}
.navbar {
    height: 40px;
    width: calc(300px - 9rem);
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap; /* allow us to do the line break for collapsing content */
    align-items: center;
    justify-content: space-between; /*  space out brand from logo */

}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-text {
    display: inline-block;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    line-height: 1;
    background-color: transparent; /* remove default button style */

}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
