﻿/*
  <copyright file="root.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

#BOM_dummy
{
}
/* This is to workaround the UTF-8 BOM problem in some browsers */

body
{
	font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	line-height: 1.31em;
	margin: 0;
	padding: 0;
}

.title-panel
{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.37em;
}

.text-panel
{
	margin-bottom: 20px;
}

/* footer that sticks to the end of view port*/
html, body, #formLogon {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	background-color: #fff;
	line-height: 1.31em;
}


.main {
    min-height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1000px;
    margin: 0 auto;
    width: 80%;
}
.main-content {
    display: table-cell;
    margin: 0 auto;
    width: 100%;
    height: 500px;
    padding-bottom: 105px;
    vertical-align: middle;
    text-align: left;
}

#MainContentInner {
    display: inline-block;
    width: 100%;
}
.footer {
    margin-top: -105px;
	height:50px;
    width: 80%;
    padding-top:20px;
    line-height: 30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	max-width:1000px;
}

/* footer */
.footer span, .footer a, .footer .ramjsfx-menu-root li a {
    line-height: 30px;
}

.footer-content {
    width: 100%;
    height: 100%;
    border-top: 1px solid gray;
    float: left;
}

.footer-item {
    padding: 0 10px;
}

.footer-link {
    color: #000;
    text-decoration: none;
    padding: 0 10px;
}

/* branding */
.copyright {
    color: #666;
}

#BrandingFooter {
    float: right;
}

/* main content wrapper */
#SiteContainer {
    width: 49%;
    min-width: 380px;
    padding-right: 80px;
    display: inline-block;

    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;

    vertical-align: top;
}
#MessageContainer {
    max-width: 500px;
    min-width: 400px;
    width: 49%;
    display: inline-block;
}
/* logo panel */
#ProductLogoContainer {
    height: 90px;
    padding-top: 100px;
    width: 300px;
    float: right;
}

/* message panel*/
#MessageArea {
    margin-top: 30px;
}
#SiteImage {
    height: 100%;
    float: left;
    display: inline-block;
}
.server-name {
    height: 45px;
    position: relative;
}
.server-name span {
    display: block;
    position: absolute;
    bottom: 0;

    font-weight:lighter;
	font-size: 20pt;
    line-height: 20pt;
}
.site-name {
    position: relative;
    height: 30px;
}
.site-name span {
    display: block;
    position: absolute;
    bottom: 0;

    font-size: 14pt;
    line-height: 14pt;
}
