.model-container {
    max-width: 1200px;
    font-family: "Noto Sans TC" !important;
}

.row-list {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

.block {
    width: 100%;
    padding: 15px 0px 15px 0px;
    /* border: 1px solid #7a78ff; */
    margin: 0px;
    border: 2px solid #4778b7;
    border-top: 0px;
}

.image-zone {
    margin-right: 15px;
}

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

.control-zone {
    width: 280px;
    padding: 0px 10px 0px 10px;
    margin-left: 15px;
}

.select-model {
    margin-bottom: 8px;
}

.control-zone .select-model select#models {
    width: 100%;
    border: 2px solid rgba(28, 61, 81, 0.5);
    padding: 5px 5px 5px 10px;
    font-weight: 500;
}

.title {
    width: 100%;
    padding: 8px 0px 8px 0px;
    background-color: #4778b7;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

input#init-date {
    max-width: 130px;
    margin-right: 10px;
}

select#init-time {
    max-width: 70px;
}

.play-panel {
}

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;
}


.play-panel .block .row-list.second {
    margin-top: 10px;
    align-items: center;
}

select#time-interval {
    max-width: 70px;
    margin: 0px 8px;
}

.tau-list input[name="tau-radio"] {
    appearence: none;
    display: none;
}

.tau-list input[name="tau-radio"]+label {
    background-color: #8181bf;
    margin: 2px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    padding: 3px 6px;
}

.tau-list input[name="tau-radio"]:checked+label {
    background-color: #3d3d94;
}

.level-list {
    display: flex;
    flex-direction: column;
    border: 2px solid #4778b7;
    border-top: 0px;
}

.level-list input[name="ui-widget"] {
    appearence: none;
    display: none;
}

.level-list input[name="ui-widget"]+label {
    width: 100%;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    padding: 7px;
    margin: 0px;
    border-bottom: 1px solid #808080;
    text-align: center;
}

.level-list input[name="ui-widget"]:checked+label {
    background-color: #e8e8e8;
}

.level-list input[name="ui-widget"]:hover+label {
    background-color: #e8e8e8;
}
