﻿
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.ys-btn {
    width: 100px;
}

.roller-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .roller-table tr:hover {
        background-color: #E6E6E6;
    }

    .roller-table .sitem {
        background-color: #CDECFE;
    }

    .roller-table th {
        text-align: center;
        background-color: #F3F3F3;
    }

    .roller-table td {
        padding-left: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.data-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .data-table th {
        text-align: center;
        background-color: #F3F3F3;
    }

.report-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .report-table tr {
        height: 40px;
    }

    .report-table th {
        text-align: center;
        background-color: #F3F3F3;
    }

    .report-table td {
        padding-left: 5px;
    }

.fixed-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .fixed-table th, td {
        white-space: nowrap;
    }

    .fixed-table td {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fixed-table tr.row_selected {
        color: white;
        background-color: #1600B1;
    }

.cust-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .cust-table tr {
        padding: 10px;
    }

    .cust-table td {
        padding: 10px;
    }

    .cust-table th {
        border: 1px solid #CCCCCC;
        background-color: #F3F3F3;
        text-align: center;
    }

.legend-state-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .legend-state-table th, .legend-state-table td {
        padding: 1px 3px;
    }

    .legend-state-table th {
        text-align: center;
        background-color: #F3F3F3;
    }

.map-change-panel {
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 5;
}

.result-map-change-panel {
    position: absolute;
    top: 55px;
    right: 20px;
    z-index: 5;
}

.map-legend-panel {
    position: absolute;
    top: 85px;
    right: 20px;
    z-index: 3;
}

.main-menu {
    color: #808080;
}

.main-menu:hover {
    color: #C0C0C0;
}

.logout {
    color: #C0C0C0;
}

    .logout:hover {
        color: #808080;
    }

.page-title-line {
    border-top: 3px solid #8978FF;
}

.loading-symbol {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 1.0;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 100;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.loading-translucent-symbol {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=50);
    opacity: 0.5;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 100;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.loading-equip-symbol {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    opacity: 0.5;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

.loading-report {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 200;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    vertical-align: bottom;
    filter: alpha(opacity=75);
    opacity: 1.0;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 100;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.loading-create-report {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 200;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.6;
    vertical-align: bottom;
    font-size: large;
    color: blue;
    font-style: italic;
    font-weight: 100;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.loading-infield {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 100;
    top: 400px;
    left: 0px;
    width: 100%;
    height: 100%;
    height: 280px;
    background-color: white;
    /* vertical-align: bottom;*/
    opacity: 1.0;
    background-image: url("../Images/loadingGIF.gif");
    background-size: 64px;
    background-repeat: no-repeat;
    background-position: center;
}

.div-map {
    position: relative;
}

.changebase-map {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 10;
}

.ys-copyright {
    font-size: 1.0rem;
    text-align: center;
    margin-top: .5rem;
}

.ys-login-copyright {
    font-size: 1.0rem;
    text-align: center;
}

.user-menu {
    background-color: #fff;
    padding: 1rem 1.5rem;
}

    .user-menu a {
        font-size: 1rem;
        color: #808080;
    }

        .user-menu a:hover {
            font-weight: bold;
        }

.user-menu-content {
    transition: max-height .2s;
    display: none;
    position: absolute;
    overflow: hidden;
}

.paging-panel {
    float:right;
}

.checkbox-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 10px;
}

.chk-label {
    font-size: 1.0rem;
    font-weight: 400;
}

.menu-top-link {
    font-size: 1.3rem;
    width: 100%;
    color: #808080;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 1.125rem;
    padding-right: 1rem;
}

.table-legend-state {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table-legend-state tr {
        border-bottom: 1px solid #C0C0C0;
    }

    .table-legend-state th {
        text-align: center;
        background-color: #F3F3F3;
    }

.legend-state-table th, .legend-state-table td {
    padding: 1px 3px;
}

.table-map-legend {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-feature {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table-feature th {
        background-color: #F3F3F3;
        text-align: center;
        font-weight: normal;
    }

    .table-feature th, .table-feature td {
        border: 1px solid #CCCCCC;
        padding: 2px 3px;
    }

.dashboard-equp-border {
    border: 1px solid #CCCCCC;
    border-top: none;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.top-content {
    width: 100%;
    justify-content: space-between;
    flex-flow: row nowrap;
    align-items: center;
    display: flex;
    left: 0;
    right: 0%;
}

.top-left-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.top-right-content {
    justify-content: flex-end;
    grid-column-gap: .3rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
}

.tbl-layout {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
    font-size: 1.0rem;
}

    .tbl-layout tr {
        border-bottom: .0625rem solid #e4e9f1;
        height: 50px;
    }

    .tbl-layout th {
        padding-left: 10px;
        padding-right: 10px;
        color: #808080;
        font-size: 1.0rem;
        text-align: center;
        height: 60px;
        background-color: #E9EFFF;
    }

    .tbl-layout td {
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }