/* GLOBAL **************************************************************************************************************************************/
body, a, input {
    color:#000 !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html, body {
    height:90%;
    min-height:90%;
}
.global-site {
    background: #fff !important;
}

.content-left {
    color:#000 !important;
}

.content-left a {
    color:#000 !important;
}

.login-table .submit-td {
    padding-right:10% !important;

}
.submit-td {
    padding-right:2% !important;
}
.menu-nav li {
    background: #000 !important;
}
.menu-nav li a {
    color:#fff !important;
}

.card-table thead td {
    border-bottom: 1px dotted #000 !important;
}
.card-table tfoot td {
    border-top: 1px dotted #000 !important;
}

#header, #footer, input[type="button"].bar-color, #bar-color, input[type="submit"].bar-color, button.bar-color {
    background: #E2000E !important;
    color: #fff !important;
}

#header a, #footer a {
    color:#fff !important;
}

input[type="submit"], input[type="button"] {
    background: #000 !important;
    color: #fff !important;
}

input[type="text"], input[type="password"], select {
    border: 1px solid #222;
}

.data-table td, .data-table th {
    border: 1px dotted #222;
}
.underlined td {
    border-bottom: 1px dotted #222;
}

div.splash-container {
border: 2px solid #000 !important;
}
div.admin-splash {
    background: #f7f7f7 !important;
}