@font-face{
	font-family:'Icons';
	font-style:normal;
	font-weight:900;
	src:url("/fonts/fa-solid-900.woff2") format('woff2');
	src:url("/fonts/fa-solid-900.woff") format('woff');
}
@font-face{
	font-family:'Interstate';
	font-style:normal;
	font-weight:normal;
	src:url("/fonts/interstate-light-webfont.woff2") format('woff2');
	src:url("/fonts/interstate-light-webfont.woff") format('woff');
}


* {
  box-sizing: border-box;
}	

ol, ul {
	list-style:none;
}


body {
	min-width:400px;
	font-family: 'Interstate';
}
.Int_OpenOrderAlert {
	transition: .5s ease-out;
	display:inline-block;
	width:300px;
	z-index:900;
	text-align:center;
	padding:5px 10px 10px 10px;
	background-color: white;
	color:white;
	border-radius:10px 0 0 10px;
	position: absolute;
	top:100px;
	right:-300px;
}
.Int_OpenOrderAlert span {
	display:block;
	width:100%;
}
.Int_OpenOrderAlert span:nth-child(2) {
	margin-top:-50px;
}
.Int_OpenOrderAlert.openAlert {
	background-color: red;
	transition: right .5s ease-in;
	right:0;
}

.Int_OpenOrderAlert .showAlert {
	display:inline-block;
	position:relative;
	width:40px;
	height:50px;
	background-color: red;
	color:white;
	border-radius:15px 0 0 15px;
	z-index:901;
	left:-160px;
	top:-5px;
	line-height:50px;
	font-weight:bold;
	cursor:pointer;
	margin-top:0;
}
.Int_OpenOrderAlert .showAlert:after {
	content:"<<";
}
.Int_OpenOrderAlert.openAlert .showAlert:after {
	content:">>";
}

#Capslock_Warning {
		display: none;
		position: absolute;
		top: 0em;
		left: 19em;
		color: red;
		padding: 4px;
		border: 1px solid red;
		width: 10em;
		background-color: white;
		box-shadow: 2px 2px 2px gray;
		border-radius: 3px;
}

.PageContentMainTitle {
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #432f81;
}

#HomeWebmailInfo {
	min-width:400px;
	width: 40%;
	box-shadow: 2px 2px 8px 2px #bbb;
	border: 1px solid #aaa;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
}


#LoginHolder {
	min-width:400px;
	width:40%;
	height: 200px;
	display: block;
	margin: 50px auto;
	box-shadow: 2px 2px 8px 2px #bbb;
	border: 1px solid #aaa;
	border-radius: 10px;
}


#UL_Login {
	display: block;
	margin: 0 auto;
	width: 19em;
	position: relative;
	list-style: none;
	margin-top: 40px;
	color: #432f81;
	padding:0;
}

#UL_Login li {
	margin: 0 auto 8px auto;
	text-align: center;
}
 
#UL_Login li:last-child {
	text-align: center;
}


section.press button {
  height:36px;
  color: #fff;
  background-color: #432f81;
  border: none;
  border-radius: 5px;
  padding: 0 4px 2px 4px;
  line-height:2;
  width: 12em;
  font-size:12pt;
}
 
section.press button:hover,
section.press button.hover {
  background-color: #654fA3;
  cursor:pointer;
}
 
section.press button:active,
section.press button.active {
  background-color: #575657;
  box-shadow: 2px 2px #989898;
  transform: translateY(2px);
}

label {
	height: 100%;
	font-family: 'Icons';
	font-weight: 900;
	display: inline-block;
	color: #432f81;
	width: 2em;
	font-size:12pt;
	background-color:lightgrey;
	line-height:2;
	border: 1px solid grey;
	border-right:0;
	padding:1px;
	border-radius: 5px 0 0 5px;
	text-align:center;
}

#userLabel::before {
	content: "\f007";
}
#passLabel::before {
	content: "\f023";
}
 
#UL_Login input {
	width: 10em;
	line-height:2;
	border: 1px solid grey;
	font-size:12pt;
	vertical-align:top;
	border-radius: 0 5px 5px 0;
	padding-left:5px;
}

.ContentFullWidth {
    padding: 0;
}

.LoginHeaderText {
	color: white;
	font-size: 2em;
}
#header {
	background-color:white;
	padding: 10px 0 0 0;
}

#header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#RM_TimeStats {
	float:none;
	color: black;
	position:absolute;
	bottom:10px;
	right:50px;
}


@media (max-width: 850px) {

	#HomeWebmailInfo {
		min-width:350px;
		width: 40%;
	}

	#LoginHolder {
		min-width:350px;
		width:40%;
	}

}