@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

input[type="file"] {
    display: none;
}

.label-input-file {
    font-size: small;
    padding: 3px 10px;
    border-radius: 20%/100%;
    border: 1px solid #000;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor: pointer;
}

.th-w3 {
    width: 3.5rem;
}

.th-w4 {
    width: 4.5rem;
}

.th-w5 {
    width: 5.5rem;
}

.th-w6 {
    width: 6.5rem;
}

.th-w10 {
    width: 10.5rem;
}

.th-w20 {
    width: 20.5rem;
}

.th-check {
    width: 2.0rem;
}

.th-kbn {
    width: 3.5rem;
}

.th-fullname {
    width: 6rem;
}

.th-kana {
    width: 9rem;
}

.th-branch {
    width: 6rem;
}

.th-rowno {
    width: 1.5rem;
}

.th-tableno {
    width: 4rem;
    text-align: center;
}

.th-gender {
    width: 3rem;
    text-align: center;
}

.td-gender-m {
    color: blue;
}

.td-gender-f {
    color: red;
}

.tr-absent {
    background-color: gray;
}

.td-clickable:hover {
    cursor: pointer;
}

.site-table-print {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 11pt;
}

.tr-clickable:hover {
    cursor: pointer;
}

.tr-color-gray {
    background-color: lightgray;
}

.tr-border-top-bold {
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}

.tr-border-top-thin {
    border-top: 1px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}

.tr-border-top-thin-thin {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.tr-border-bottom-bold {
    border-bottom: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}

.tr-border-bottom-thin {
    border-bottom: 1px solid;
    border-left: 2px solid;
    border-right: 2px solid;
}

.tr-border-bottom-thin-thin {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
}

.tr-border-bottom-dash {
    border-bottom: 1px dashed;
}

.td-color-gray {
    background-color: lightgray;
}

.td-border-right-thin {
    border-right: 1px solid;
}

.td-border-right-bold {
    border-right: 2px solid;
}

.td-border-left-bold {
    border-left: 2px solid;
}

.td-text-center {
    text-align: center;
}

.td-text-right {
    text-align: right;
}

.td-text-bold {
    font-weight: 600;
}

.td-color-other {
    background-color: darkseagreen;
}

.td-color-guest {
    background-color: yellow;
}

.td-borders-thin {
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.td-border-tb-thin {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.td-borders-bold {
    border-top: 2px solid;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
}

.td-border-bottom-double {
    border-bottom: 1px double;
}

.td-border-bottom-bold {
    border-bottom: 2px solid;
}

.td-border-top-bold {
    border-top: 2px solid;
}

.can-drop {
    background-color: gray;
}

.dropable {
    margin-bottom: 10px;
    padding: 10px 25px;
}

.draggable {
    cursor: grab;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}
