/*
COLORS

ORANGE:
#EC9606
#DF7E23
#D1751F

BLUE:
#004475
#002742

OFFWHITE:
#EFEDE1
#DDDBCD

BLACK:
#222222

RED:
#CD0A0A

TODO pick a green
*/

* {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

html, body {
    height: 100%;
    margin: 0 0 1px 0;
    padding: 0;
    background-color: #002742;
    font-size: 0.9em;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #222222;
}

form {
    padding: 0;
    margin: 0;
}

input[disabled],
textarea[disabled],
select[disabled] {
    background-color: transparent;
    color: #222222;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

tr, td, th {
    vertical-align: top;
}

.fixed {
    table-layout: fixed;
}

.highlight tbody tr:hover {
    background-color: #DF7E23;
}

.content-fill {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 5px 0;
    padding: 0;
    font-weight: bold;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 13px;
}

h4 {
    font-size: 12px;
}

h5 {
    font-size: 11px;
}

h6 {
    font-size: 10px;
}

.faces-messages {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 350px;
}

.faces-messages li {
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
}

.ui-panel,
.ui-datatable {
    margin-bottom: 18px;
    padding: 0 !important;
}

.ui-widget {
    font-size: 0.8em !important;
}

.over-tolerance td,
.over-tolerance td a {
    color: #CD0A0A;
    font-weight: bold;
}

.under-max td,
.under-max td a {
    color: green;
    font-style: italic;
}

.ui-datatable tr.ui-state-highlight {
    background: #777 !important;
    background-color: #777 !important;
}

.warning-note {
    font-variant: small-caps;
    font-size: 10px;
    color: #C40233;
    font-weight: bold;
}