@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

:root {
    --header_color: #000;
    --header_color_highlighted: #000;
    --header_background: #f3f3f3;
    --header_background_highlighted: #dcdcdc;
    --content_color: #000;
    --content_color_highlighted: #000;
    --content_background: #fff;
    --content_background_highlighted: rgba(0,0,0,0.05);
    --menu_background: #fff;
    --menu_background_highlighted: #ebebeb;
    --menu_color: #555;
    --menu_color_highlighted: #555;
    --menu_box_shadow: 2px 2px 2px 0px rgba(143, 144, 145, 1);
    --border_color: #ccc;
    --border_color_highlighted: #000;
    --cursor: #eee;
    --active_color: #007aff;
}

body, td, th {
    color: #000000;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px !important;
}

div#dataTable p {
    text-align: center;
    margin: 25% auto;
    font-weight: bold;
    font-size: 1rem;
    color: #666666;
}

.jss > tbody > tr > td.jss_left {
    text-align: left;
}

@media print {
    html, body, table, th, td {
        display: none;
    }
}