/* @font-face {
  font-family: 'Avant Garde Extralight';
  src: local('☺︎'),
         url('fonts/ITCAvantGarde/ITCAvantGardeStd-XLt.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
	font-family: 'PT Sans';
    src: local('PT Sans'), 
		url('fonts/PTSans/PTS55F_W.woff') format('woff'),
}
*/

#header {
	/* font-family: "Avant Garde Extralight"; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 28px;
	font-weight: 200;
	color: #1a1919;
	line-height: 1.14;
	letter-spacing: 0.5px;
	height: 30px;
}
html{
	margin: 0;
	padding: 0;
	height: 100%;
}
body{
	background-repeat: no-repeat;
	background-position: center -120px;
	background-attachment: fixed
	min-width: 450px;
	margin: 0;
	/* font-family: "PT Sans";  */
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
}
#fullPage{
	margin: 0;
	padding: 0;
	height: 100%;
}
#content {
	width: 100%;
	padding-bottom: 270px;
}

#abloyLogo {
	height: 51px;
	width: 293px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin-top: 30px;
	width: 100%;
	text-align: center;
}

#workArea {
	margin-top: 100px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
}

#submitButton{
	display: block;
	width: 298px;
	height: 50px;
	margin-top: 10px;
	border-radius: 2px;
	background-color: #636362;
	box-shadow: 0 1px 0 0 #8b8b8b;
	border: solid 1px #494949;
	color: #f9f9f9;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}

#loginMessage {
	display: none;
}

#userNameInputLabel {
	display: none;
}

#passwordInputLabel {
	display: none;
}

#error {
	position: fixed;
	top: 155px;
	left: 0;
	display: block;
	width: 100%;
}

#error #errorText {
	height: auto;
	border: 1px solid #FF5454;
	background-color: #FCE1E1;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 360px;
}

#abloyNotification {
    margin-left: auto;
    margin-right: auto;
    max-width: 910px;
    margin-top: 73px;
    padding-left: 20px;
	padding-right: 20px;
    box-sizing: border-box;
text-align: center;
}

#abloyNotification #notificationText {
/* GRAY notification box */
	/* border: 1px solid #939393;
    background-color: #b1b1b1; */
/* RED notification box*/
 border: 1px solid #c30000;
     background-color: #ff3838; 
	color: #fff;
    border-radius: 5px;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;

}

input {
	width: 283px;
	padding: 15px;
	padding-right: 0;
	font-size: 15px;
	border: 0;
	border-top: 1px solid #c7c7c6;
}

input:focus {
	outline-color: transparent;
	outline-style: none;
}

#userNameArea,
#passwordArea {

	background-color: #ffffff;
	border: 1px solid rgb(73, 73, 73);
	border-radius: 2px;
}

#userNameArea {
	border-bottom-style: none;
}

#passwordArea {
	border-top-style: none;
}


#abloyLinkContainer {
	width: 300px;
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;;
}

#abloyLinkContainer a {
	font-size: 14px;
	font-weight: normal;
	color: #00a9e0;
	text-decoration: none;
	line-height: 24px;
}

#abloyForgotPassword {
	float: right;
}

#footer {
	height: 200px;
	min-width: 450px;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1;
}


#cookieWarnContainer {
	width: 100%;
	opacity: 0.75;
	background-color: #494949;
}

#cookieWarn {
	text-align: left;
	color: #fff;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#abloyFooter {
	z-index: 0;
	width: 100%;
}

#abloyFooter .abloyFooterText {
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 11px;
	width: 225px;
	display: inline-block;
	color: #636362;
}

#abloyText1 {
	padding-left: 19%;
	font-size: 11px;
}

#abloyText2 {
	padding-right: 14%;
	font-size: 11px;
	float:right;
}

#footerLinks {
	display: none;
}
#contentWrapper{
	min-height: 100%;
	position: relative;
}
.top-user-link {
	position: absolute;
	top: 10px;
	right: 60px;
	list-style: none;
}
.top-user-link li {
	float: right;
	margin: 0;
	padding: 0;
}

.top-user-link li a{
	font-weight: normal;
	cursor: pointer;
	color: #636362;
}

.last {
	padding-left: 15px;
	padding-right: 10px;
}
a
.first {
	padding-right: 15px;
	padding-left: 10px;
}

.bold {
	font-weight: bold;
}

#descriptionOfFile{
	float: left;
	padding-right: 20px;
	color: #636362;
	text-decoration: none;
}
a#descriptionOfFile:visited{
	color: #636362;
	text-decoration: none;
}