﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #999999;
}

.cent-navbar-nav li {
    margin: 5px;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding-top: 10px;
    padding-bottom: 25px;
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 25px; /* Height of the footer */
    background-color: #5A6571; /*border-top: solid 2px #A2A9AF;*/
    border-top: solid 1px #CCCCCC;
}

.ocr-panel {
    margin-bottom: 25px;
}

.ocr-panel-minwidth {
    min-width: 1050px;
}

.ocr-panel-maxwidth {
    max-width: 1050px;
}

.dt-banner {
    color: white;
    background-color: #CC0000;
    font-size: 11px;
    font-weight: bold;
    font-family: Tahoma, arial, verdana;
    line-height: 20px;
    padding-left: .25rem;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
    padding-top: 3px;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
