﻿#chnuro .red {
    background-color: red;
}

/*@page {
    size: A4 portrait;
    size: A4 portrait;
    margin: 0 0px;
}*/

#chnuro .hh:hover {
    background-color: lightgray;
}

#chnuro .fa-2xs {
    font-size: 5px !important;
}

#chnuro .fa-xs {
    font-size: 10px !important;
}

#chnuro .fa-lg {
    font-size: 18px !important;
}

#chnuro .fa-2x {
    font-size: 21px !important;
}

#chnuro .fa-3x {
    font-size: 24px !important;
}

#chnuro .rotate {
    width: 30px;
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
}

#chnuro .rotate2 {
    transform: rotate(-180deg);
    writing-mode: vertical-lr;
}

#chnuro .eye {
    width: 50px;
}

#chnuro br {
    content: "";
    margin: 0.5em;
    display: block;
    margin-bottom: -20px;
}

#chnuro #none {
    display: none;
}

#chnuro .table-bordered td, #chnuro .table-bordered th {
    border: 1px solid black !important;
    padding: 1px
}

#chnuro table, #chnuro table #chnuro tr, #chnuro table td, #chnuro table thead, #chnuro table tbody {
    color: black;
    /*height: 100%;*/
    border: 1px solid #0000 !important;
}

#chnuro .table td, #chnuro .table th {
    padding: 0.1rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
}

#chnuro .remarks {
    width: 20px !important;
}


/*@media print {
    #app {
        margin-top: -45px;
    }

    .none {
        display: none;
    }

    table {
        page-break-inside: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto;
    }

    thead {
        display: table-header-group;
        border: 1px solid black;
    }

    tfoot {
        display: table-footer-group;
    }

    #pp {
        display: block;
    }

    .py {
        display: none !important;
    }
}
*/