body {
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000;
    margin: 0;
}

.container {
    max-width: 1820px;
    margin-left: auto;
    margin-right: auto;
    min-width:645px;
    padding: 0 15px;
}

.mTop {
    margin-top: 100px;
}
@media only screen and (max-width: 990px) {
    .mTop {
        margin-top: 150px;
    }
}

#title {
    padding: 5px;
    border-bottom: 1px solid #dcdcdc;
    background-color: rgba(255, 255, 255, 0.93);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
}

#title img {
    vertical-align: middle;
    margin: 0;
}

#title h1 {
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    font-style: normal;
    color: #333;
}

#navigation {
    margin-top: 10px;
}

.footer {
    margin-top: 20px;
    font-size: 0.8em;
    padding: 5px;
    border-top: 1px solid #dcdcdc;
    background-color: rgba(255, 255, 255, 0.93);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.footer .container {
    text-align: center;
    padding-top: 10px;
}

a, a:visited {
    text-decoration: underline;
    color: #00c;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin-left: 30px;
    padding-left: 0;
}

li {
    list-style-type: none;
}

.key {
    display: inline-block;
    min-width: 14em;
    font-weight: lighter;
}

table {
    margin-left: 30px;
    border-collapse: collapse;
}

td, th {
    padding: 0.2em 0.5em;
    border: 1px solid #999;
}

th {
    font-weight: normal;
    background: #ddd;
}

th.sorted {
    font-weight: bold;
}

.no-data {
    margin-left: 30px;
    font-style: italic;
}

td.case-count {
    text-align: right;
    width: 4em;
}

.running {
    color: #0000FF;
}
.completed {
    color: #229922;
}
.paused {
    color: #CC8833;
}
.aborted {
    color: #FFCC00;
}
.error {
    color: #FF0000;
}

.normal {}

.count {
    color: #999;
    font-size: 0.5em;
}

.motd {
    color: #c00;
    border: 1px solid #c00;
    padding: 1em;
}

.dataTables_length {
    padding-bottom: 15px;
}

.jquery-modal .modal {
    width: auto;
    max-width: 90%;
    white-space: pre-wrap;
    font-family: monospace;
    font-size: 14px;
}

.d_table {
    padding: 0 30px;
}

.d_table .wraptext {
    word-break: break-all;
    min-width: 120px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 6px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 6px;
}

h2 {
    margin-top: 50px;
}

h2.title {
    text-align: center;
    border: 1px solid #f3f3f3;
    padding: 10px 15px;
    border-radius: 5px;
}

.bulk_actions form {
    display: inline-block;
}

.bulk_actions select {
    display: inline-block;
    padding: 2px 5px;
    margin: 0px 5px 10px 0px;
}

.bulk_actions select option:first-child{
    color: gray;
}

#loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0a0a0af0;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #d04e00;
    border-right: 2px solid transparent;
    animation: spinner .6s linear infinite;
}

.error_div {
    text-align: center;
    padding: 80px 20px;
}

.error_header {
    color: red;
}

.error_msg {
    font-size: 18px;
    padding: 20px;
}
