/* -------------------------------------------------------------------------- */
:root {
    color-scheme: light only;
}
/* -------------------------------------------------------------------------- */
body[mid_277] > main {
    z-index: 1;
}
body[mid_277] > * > div[otype]#breadcrumbs {
    display: none;
}
/* -------------------------------------------------------------------------- */
.table_image {
    position: relative;
}
.table_image figure {
    overflow-x: scroll;
}
.table_image figure img {
    width: auto !important;
}
/* -------------------------------------------------------------------------- */
.table_image .mst_l {
    position: absolute;
    top: 0;
    left: -8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(236,239,241,1) 50%, rgba(236,239,241,0) 100%);
    padding: 0 !important;
    border: none;
    transition: .3s;
    cursor: pointer;
}
.table_image .mst_r {
    position: absolute;
    top: 0;
    right: -8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(236,239,241,1) 50%, rgba(236,239,241,0) 100%);
    padding: 0 !important;
    border: none;
    transition: .3s;
    cursor: pointer;
}
.table_image .mst_l.disabled ,
.table_image .mst_r.disabled {
    opacity: 0;
    cursor: default;
    /* display: none !important; */
}
/* -------------------------------------------------------------------------- */
.table_image .mst_l:before ,
.table_image .mst_l:after ,
.table_image .mst_r:before ,
.table_image .mst_r:after {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 24px;
    color: #f99d1d;
    background: transparent;
    margin: 0;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transition: .3s;
}
.table_image .mst_l:before {
    content: 'arrow_back_ios_new';
    left: 0;
    top: calc(33.33% - 16px);
}
.table_image .mst_l:after {
    content: 'arrow_back_ios_new';
    left: 0;
    top: calc(66.66% - 16px);
}
.table_image .mst_r:before {
    content: 'arrow_forward_ios';
    justify-content: flex-end;
    right: 0;
    top: calc(33.33% - 16px);
}
.table_image .mst_r:after {
    content: 'arrow_forward_ios';
    justify-content: flex-end;
    right: 0;
    top: calc(66.66% - 16px);
}
/* -------------------------------------------------------------------------- */
