body {
    font-size: 12pt;
    color: black;
    background-color: #fbfbfb;
    margin: 0;
    overflow-y: scroll;
}

header {
    background: #4d92d4 linear-gradient(to right, #4d92d4, #5495D5);
    color: #FFFFFF;
    font-size: 14pt;
    font-weight: normal;
    padding: 12px;
    margin: 0;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    text-align: justify;
}
header.closed {
    height: 40px;
    overflow: hidden;
}

header a {
    text-decoration: none;
    color: #eeeeee;
    height: 20px;
    font-size: 10pt;
    white-space: nowrap;
    margin: 0;
    padding: 0 8px;
    display: inline-block;
    border-width: 0 1px 1px 0;
    border-color: #dddddd;
    border-style: solid;
}
header a.menu {
    color: white;
    padding: 2px 14px;
    font-size: 14pt;
    font-variant: small-caps;
    font-weight: bold;
    display: block;
    border-width: 0;
}
header a.login {
    float: right;
    display: block;
    font-size: 14pt;
    border-width: 0;
}
header a.login.exit_btn {
    margin: -10px;
}
header a.collapse {
    float: right;
    margin-right: -3px;
    border: 0;
    font-size: 16pt;
}
header a.hidden {
    display: none;
}

header input {
    background: #ffffff;
    background: linear-gradient(to right, #ffffff, #4d92d4);
    background: url('search.png') no-repeat 2px 1px, linear-gradient(to right, #ffffff, #4d92d4);
    width: auto;
    height: 24px;
    color: #3333aa;
    padding: 0 0 0 30px;
    border-radius: 12px;
}

input {
    border: 1px none white;
    width: 90%;
}

table {
    border-collapse: collapse;
    empty-cells: show;
    border: 1px solid #88a4d7;
    margin: 6px 0;
    width: 100%;
}

th {
    border: 1px solid #88a4d7;
    padding: 1px 2px;
    background: #D1D9E8 no-repeat right center;
}
th a, th a:checked, th a:visited {
    color: black;
}

tr {
    background-color: #fbfbfb;
    border-bottom: 1px solid #88a4d7;
}
tr.alt {
    background-color: #f5f5f5;
    border-bottom: 1px solid #88a4d7;
}

td a, td a:checked, td a:visited {
    color: black;
}

.paging a {
    text-decoration: none;
    font-size: 12pt;
    color: #333333;
    padding: 0 10px 0 10px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

.paging a.active {
    background-color: #5495D5;
}

.paging a.current {
    font-weight: bold;
    background-color: #aaccff;
    pointer-events: none;
    cursor: default;
}

a.inactive {
    background-color: #D1D9E8;
    pointer-events: none;
    cursor: default;
}

.error-msg {
    color: darkred;
}

form.login {
    width: 40%;
    margin: auto;
}
form.login input {
    width: 99%;
}

span.paging a {
    border-width: 1px;
    display: inline;
}
span.paging a.inactive {
    background-color: #5495D5;
    border-width: 0;
    color: #bbb;
}

span.paging {
    min-width: 300px;
    display: inline-block;
}
span.paging.loading {
    position: absolute;
    left: 12px;
    top: 37px;
    font-size: 14pt;
    font-weight: normal;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif;
    text-align: justify;
}
