﻿body {
    font-family: '微軟正黑體', Arial, sans-serif, 'Segoe UI Emoji','Noto Emoji';
    background-image: url('bg2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

select {
    font-family: 'Courier New',Courier New, Courier, monospace,'細明體';
}

.csstable {
    padding: 2px 0px;
    width: 100%;
    display: table;
    background-color: white;
}

.csstabletr {
    display: table-row;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: white;
}

    .csstabletr :hover {
        background-color: bisque;
    }


.csstabletd {
    display: table-cell;
    text-align: center;
    padding: 5px 5%;
    background-color: transparent;
    font-size: 16px;
}

.csstabledetailgroup {
    display: table-row-group;
    height: 70%;
}

.csstableth {
    display: table-cell;
    min-width: 10%;
    font-weight: 900;
    text-align: center;
    font-size: 20px;
    color: white;
    background-color: black;
}

.hovertd {
    background-color: aliceblue;
    z-index: 5;
}

input[type='radio'] {
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}

.panelA {
    padding: 20px;
    height: 100%;
}

.panelB {
    vertical-align: top;
    width: 40%;
    /*height: 600px;*/
    display: inline-block;
    margin: 10px;
    padding: 20px;
    box-shadow: 10px -10px 5px #CCC;
    background: rgb(135, 173, 122, 0.27);
    overflow-y: auto;
}

.panelC {
    padding: 15px 2px;
    text-align: center;
}

.containerInput {
    padding: 10px 0 10px 20px;
    text-align: center;
    font-size: 1.8em;
}

input, select {
    font-size: 1.4em;
}

.selectedtd {
    border: 1px double red;
    background-color: #d9f691;
    z-index: 10;
}

.stitle {
    font-size: 2.1em;
    text-align: center;
    font-weight: 600;
    color: whitesmoke;
    text-shadow: 0.1em 0.1em #333
}

.selectMembers {
    height: 500px;
    width: 300px;
}

.loadingif {
    width: 256px;
    height: 256px;
    background-image: url('/hr/import/wait.gif');
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.2em;
    font-weight: 900;
    color: red;
    vertical-align: middle;
    /*background-attachment: fixed;*/
}

.nowrapUL {
    list-style: none;
    padding-left: 0;
}

    .nowrapUL li {
        font-weight: 900;
        white-space: nowrap;
        padding-right: 10px;
    }
