﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #999999;
}

#container {
    min-height: 100%;
    position: relative;
}

#body {
    padding-top: 10px;
    padding-bottom: 35px;
    min-width: 500px;
}

#header {
    min-width: 500px;
}

#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 35px;
    background-color: #5A6571;
    border-top: solid 1px #999999;
    font-size: 0.75em;
}

.cent-panel {
    margin-bottom: 25px;
}

.cent-panel-minwidth {
    min-width: 1050px;
}

.cent-panel-maxwidth {
    max-width: 1350px;
}

.cent-navbar-nav li {
    margin: 5px;
}

.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;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.padding10 {
    padding: 10px;
}

/* MOS */
table.MOSTblMOSOverview, table.MOSTblReports {
    margin: 10px;
}

table.MOSTblMOSOverview td, table.MOSTblReports td {
    padding: 2px 5px 2px 5px;
}

a.BusinessCardLink {
    text-decoration: none;
}

.BusinessCard {
    background-color: white;
    width: 450px;
    height: 150px;
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 5px;
}

.BusinessCard:hover {
    box-shadow: 0 0 10px #333333;
}

.BusinessCardName {
    font-size: large;
    color: #333333;
    font-variant: small-caps;
}

/* the following classes are applied with the resolution lower than 575px */
.userarea {
    left: 0px;
    right: 0px;
    min-width: 300px;
}

#navbarSupportedContent {
    border: 1px solid #999999;
}

/* user menu aligned to right when screen have more than 575px */
@media only screen and (min-width: 575px) {
    .userarea {
        left: auto;
    }
    #navbarSupportedContent{
        border: 0px;
    }
}
