.image-loop-content {
    width: 100%;
    font-family: 'Noto Sans TC' !important;
}

.search-zone {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 15px 20px 30px 20px;
}

form#myform {
    display: flex;
    gap: 10px;
    margin-right: 25px;
}

input#product-date {
    max-width: 130px;
}

input#btn-apply {
    font-size: 12px;
}

button#open-table-view {
    background-color: #ffffff;
    color: #1b8fd9;
    border: 1px solid #1b8fd9;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans TC' !important;
}

button#open-table-view:hover {
    background-color: #1b8fd9;
    color: #ffffff;
}

i.fa {
    font-size: 24px;
}

.display-zone {
    display: flex;
    flex-direction: row;
    margin: 10px 48px 30px 48px;
}

.image-zone {
    padding: 0px;
    margin-right: 35px;
}

.title {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 20px 5px 20px;
    border-left: 6px solid #FF7A00;
    margin-bottom: 19px;
}

img#current-image {
    border: 1px solid #dad8d8;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    max-height: 750px;
    max-width: 750px;
    padding: 6px;
    vertical-align: middle;
}

.control-zone {
    padding: 0px;
    margin-left: 35px;
}

.play-panel {
    border: 1px solid #dad8d8;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    padding: 25px 0px 15px 0px;
    width: 200px;
    margin-bottom: 40px;
    text-align: center;
}

.play-panel .row-list {
    font-weight: 400;
}

button.btn-action {
    padding: 0px;
    background-color: #FFFFFF;
    font-size: 30px;
    color: #FCA311;
}

button.btn-action:hover {
    color: #FF7A00;
    background-color: #FFFFFF;
}

button#btn-play-stop {
    margin: 0px 15px 0px 15px;
}

hr.line-spacing {
    width: 100%;
    border: 1px solid #EEEEEE;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.play-panel .sub-title {
    font-size: 16px;
    font-weight: 500;
}

.play-panel .row-list select#time-interval {
    max-width: 70px;
    margin-right: 10px;
}

.image-list-zone {
    padding: 0px;
}

.image-list {
    border: 1px solid #dad8d8;
    border-radius: 3px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.075);
    height: 480px;
}

.image-list ol.menu {
    margin: 0px;
    padding: 0px;
    max-height: 100%;
    overflow-y: auto;
}

.image-list ol.menu ul.ui-widget {
    padding: 3px;
    margin: 0px;
    border: 1px solid #D9D9D9;
    text-align: center;
}

.image-list ol.menu ul.ui-widget.time-selected {
    background-color: #B8B8D1;
}
