﻿/*
  <copyright file="logon.css" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
*/

#BOM_dummy
{
}

#mobile_test
{
	width: 160px;
	position: absolute;
	overflow: hidden;
}

/* This is to workaround the UTF-8 BOM problem in some browsers */

/* IE10 snap view */
@-ms-viewport{
    width: device-width;
}

/* global settings */

a {
    outline: none;
}

input{
    font-family: Segoe UI, Tahoma, Arial, Verdana, sans-serif;
}

input[type=submit], input[type=button] {
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=text], input[type=password]{
    -webkit-border-radius: 0px;
}

.button {
    border: none;
    padding: 5px 20px;
    margin-left: 4px;
    margin-top: 20px;
    color: white;
    background-color: #003DA5;
    line-height: 20px;
}

.button:hover {
    background-color: #003DE6;
}

.button:active {
    background-color: #003D78;
}

/* 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;
    position: relative;
}

.main-content {
    padding-bottom: 105px;
}

.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;
    position: relative;
}

/* 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;
}

/* language picker */
#LanguagePicker, #BrandingFooter {
    float: right;
    display: inline-block;
}

.language-selector
{
	display: inline-block;
}
.language-list li a.language-selected
{
	margin: 0px;
	color: #000;
}

/* branding */
.copyright {
    color: #666;
}

#ViewSwitch, #LanguagePicker {
    float: left;
}
#BrandingFooter {
    float: right;
}

/* view switch */
#ViewSwitchSeparator {
    display: inline-block;
    height: 15px;
    border-left: 1px solid black;
    vertical-align: middle;
}

/* main content wrapper */
#LoginContainer {
    width: 80%;
    margin: 0 auto;
    max-width: 1000px;
    min-width: 200px;
}

#LogoContainer {
    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;
}

/*IE8 will add padding into min-width*/
.IE8 #LogoContainer,
.IE7 #LogoContainer {
    min-width: 300px;
}

#InputContainer {
    max-width: 500px;
    min-width: 400px;
    width: 49%;
    display: inline-block;
}

/* logo panel */
#ProductLogoContainer {
    height: 90px;
    padding-top: 100px;
    width: 300px;
    float: right;
}
.has-oem-logo #ProductLogoContainer {
    padding-top: 45px;
}
#OemLogoContainer {
    height: 195px;
    text-align: center;
    width: 300px;
    float: right;
    display: none;
}
.has-oem-logo #OemLogoContainer {
    display: block;
}

/* input panel */
#SiteImage {
    width: 32px;
    height: 32px;
    margin-top: 13px;
    float: left;
}
.has-site-logo #SiteInfo {
    padding-left: 37px;
}
.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;
}

#InputArea {
    width: 100%;
    margin-top: 30px;
}


.input-area {
    width: 100%;
}

.name-txt, .password-txt
{
    border: 1px solid silver;
    padding: 3px 8px;
    width: 100%;
	font-size: 1em;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    height: 30px;
}

.name-txt:focus, .password-txt:focus {
    border-color: #414141;
}

.watermark-txt, .normal-txt
{
    display: inline-block;
    width: 100%;
    left:0;
}

.input-container {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    max-width:320px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;
}

.input-container:focus {
    border-color: #414141;
}

.watermark_text {
    color: #999;
}

.remember-me
{
	margin-top: 9px;
    margin-bottom: 30px;
}

.remember-me label
{
	vertical-align: top;
}

#RememberMe {
    margin-left: 0;
}
#LogonButton {
    margin-left: 0;
}
.logon-message
{
	font-size: 0.846em;
	margin-top: 18px;
	margin-bottom: 18px;
	padding-left: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-top: 2px;
	border: solid 1px #ccc;
	color: #000;
}

/* errors and messages */
ul.password-policy
{
	margin: 0px;
	padding: 0px;
}

ul.password-policy li
{
	margin-left: 2em;
}

#LogonErrorPanel, #ChangePasswordPanel {
	max-width:310px;
	margin-left:1px;
}

.error
{
	color: #F26522;
	border-width: 0;
}

.warning
{
	background-color: #ffffae;
}

/* links in logon page */
.links-panel
{
	display: none; /* make the panels hidden at first */
    margin-top: 10px;
}

.links-panel ul, .links-panel li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.links-panel li > * {
    padding: 5px 0;
    vertical-align: top;
    line-height: 26px;
}

.links-panel a {
    color: #000;
    text-decoration: none;
}

.links-panel
{
	font-size: 0.846em;
	word-wrap: break-word;
}

.links-panel .hide-link
{
	display: none;
}

.more-links-label
{
	display: inline-block;
}

#cover
{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	height: 100%;
	width: 100%;
	z-index: 1000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}


/************ timeout panel ********************/
.timeout-panel
{
	width: 807px;
	height: 100%;
	clear: both;
	display: none;
	margin: auto;
}

#timeout-panel-table
{
    margin-top: 0;
}

.timeout-title
{
	margin-top: 40px;
	font-size: 1.7em;
	font-weight: normal;
	color: #F4793A;
}
.timeout-ico
{
	margin-left: 45px;
    margin-top: 40px;
    float: left;
}
.timeout-message
{
	margin-top: 30px;
}
.timeout-buttons
{
	text-align:center;
	margin-top:5px;
}



