#sU-31-5 .common-outer-panel{
    width: 74vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-outer-panel{
        width: 98vw;
    }
}
#sU-31-5 .common-flex-workflow{
    justify-content: flex-start;
    display: flex;
    align-items: center;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex-workflow{
        flex-wrap: wrap;
    }
}
#sU-31-5 .common-flex-workflow > *{
    width: 100%;
    margin-right: 1vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex-workflow > *{
        margin-right: auto;
    }
}
#sU-31-5 .common-flex{
    justify-content: flex-start;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex{
        flex-wrap: wrap;
    }
}
#sU-31-5 .common-flex > *{
    width: 100%;
    margin-right: 1vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex > *{
        margin-right: auto;
    }
}
#sU-31-5 .common-flex > div{
    border: 0.05vw solid #888;
    padding: 1vw;
    margin: 1vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex > div{
        width: 86vw;
        padding: 5vw;
        margin: 2vw 0;
    }
}
#sU-31-5 .common-flex > div > label{
    display: flex;
    align-items: center;
}
#sU-31-5 .common-flex > div > label:first-child{
    margin-bottom: 1vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex > div > label:first-child{
        margin-bottom: 3vw;
    }}
#sU-31-5 .common-flex > div > label > *:first-child{
    width: 8vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-flex > div > label > *:first-child{
        width: 15vw;
    }}
#sU-31-5 label{
    width: auto;
}

#sU-31-5 .decision-button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
}@media screen and (max-width: 1024px){
    #sU-31-5 .decision-button{
        display: block;
    }}
#sU-31-5 .decision-button > input,
#sU-31-5 .decision-button > span{
    width: 10vw;
    margin: 1vw;
    margin-right: 0;
}@media screen and (max-width: 1024px){
    #sU-31-5 .decision-button > input,
    #sU-31-5 .decision-button > span{
        width: 100%;
        margin: 3vw 0;
        -webkit-appearance: none;
    }}
#sU-31-5 .decision-button > input:last-child{
    margin-right: 41vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .decision-button > input:last-child{
        margin-right: 0;
    }}

#sU-31-5 th,
#sU-31-5 td{
    min-width: 5vw;
    max-width: 18vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 th,
    #sU-31-5 td{
        max-width: 50vw;
    }}

@media screen and (max-width: 1024px){
    #sU-31-5 .common-inner-panel.pdf{
        padding: 1vw 0;
    }
}

#sU-31-5 .common-confirm-window > div > .common-button-red{
    width: 100%;
}@media screen and (max-width: 1024px){
    #sU-31-5 .common-confirm-window > div > .common-button-red{
        width: 100%;
    }}

#sU-31-5 .checked-disabled > input:checked + span{
    color: #707070;
    background-color: #EEEEEE;
    font-weight: bold;
}
#sU-31-5 .checked-disabled > input:disabled + span::after{
    border-bottom: 0.1vw solid #707070;
    border-right: 0.1vw solid #707070;
}

#sU-31-5 .commentary-open{
    font-size: 1.5vw;
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
}@media screen and (max-width: 1024px){
    #sU-31-5 .commentary-open{
        font-size: 3.2vw;
        line-height: 2em;
    }
}
#sU-31-5 .commentary-window{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2000;
    display: none;
}
#sU-31-5 .commentary-window > div{
    position: relative;
    top: 2vw;
    width: 60vw;
    height: 75vh;
    background: #fff;
    text-align: left;
    padding: 1vw;
    margin: auto;
}@media screen and (max-width: 1024px){
    #sU-31-5 .commentary-window > div{
        top: 20vh;
        width: 80vw;
        height: 60vh;
        padding: 4vw;
    }
}
#sU-31-5 .commentary-close{
    position: absolute;
    top: 0;
    right: 1vw;
    font-size: 4.5vw;
    cursor: pointer;
}@media screen and (max-width: 1024px){
    #sU-31-5 .commentary-close{
        font-size: 9vw;
        right: 2vw;
    }
}
#sU-31-5 .commentary-confirm{
    bottom: 0;
    line-height: 2.5vw;
    text-align: center;
    font-size: 1.5vw;
    width: 25%;
    height: 5%;
}@media screen and (max-width: 1024px){
    #sU-31-5 .commentary-confirm{
        margin: auto;
        font-size: 3.6vw;
        right: 2vw;
        width: 40vw;
        height: 3vw;
        line-height: 2.5vw;
    }}
#sU-31-5 .commentary-window > div > h3{
    line-height: 2em;
}
#sU-31-5 .commentary-window > div > div{
    overflow-y: scroll;
    height: calc(100% - 8vw);
}@media screen and (max-width: 1024px){
    #sU-31-5 .commentary-window > div > div{
        height: calc(100% - 10vw);
    }
}
#sU-31-5 .commentary-window table{
    width: 100%;
    margin: 1vw auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
}
#sU-31-5 .commentary-window th,
#sU-31-5 .commentary-window td{
    padding: 1em;
    border: 0.01vw solid #aaa;
    font-size: 0.9vw;
    line-height: 2em;
}@media screen and (max-width: 1024px) {
    #sU-31-5 .commentary-window th,
    #sU-31-5 .commentary-window td{
        font-size: 1.7vw;
    }
}
#sU-31-5 .commentary-window th{
    background: #eee;
    line-height: 1.5em;
    min-width: 6em;
}

#sU-31-5 .dataTables_filter{
    text-align: right;
    margin: 2vw 0;
}

#sU-31-5 table.dataTable thead .sorting{
    background-image: url("../img/sort_both.png");
}
#sU-31-5 table.dataTable thead .sorting_asc{
    background-image: url("../img/sort_asc.png");
}
#sU-31-5 table.dataTable thead .sorting_desc{
    background-image: url("../img/sort_desc.png");
}
#sU-31-5 table.dataTable thead .sorting_asc_disabled{
    background-image: url("../img/sort_asc_disabled.png");
}
#sU-31-5 table.dataTable thead .sorting_desc_disabled{
    background-image: url("../img/sort_desc_disabled.png");
}
#sU-31-5 table.dataTable thead .sorting,
#sU-31-5 table.dataTable thead .sorting_asc,
#sU-31-5 table.dataTable thead .sorting_desc,
#sU-31-5 table.dataTable thead .sorting_asc_disabled,
#sU-31-5 table.dataTable thead .sorting_desc_disabled{
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}
#sU-31-5 .name-short{
    width: 20vw;
}@media screen and (max-width: 1024px){
    #sU-31-5 .name-short{
        width: 70vw;
    }
}

#sU-31-5 #dataTable-user-name {
  width: 10%!important;
}
#sU-31-5 #dataTable-mail {
  width: 30%!important;
}
#sU-31-5 #dataTable-role {
  width: 5%!important;
}
