﻿/**
 *
 * '||''|.                            '||
 *  ||   ||    ....  .... ...   ....   ||    ...   ... ...  ... ..
 *  ||    || .|...||  '|.  |  .|...||  ||  .|  '|.  ||'  ||  ||' ''
 *  ||    || ||        '|.|   ||       ||  ||   ||  ||    |  ||
 * .||...|'   '|...'    '|     '|...' .||.  '|..|'  ||...'  .||.
 *                                                  ||
 * --------------- By Display:inline ------------- '''' -----------
 *
 * Login pages stylesheet
 */
html {
	min-height: 100%;
}
body {
	text-align: center;
	color: white;
}

/* Layout */
#container { 
	width: 420px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	padding-top: 25px;
	}
#container.slaapt {
	width: 420px;
	}
	#container input {
		width: 350px;
	}
	#container input[type="radio"],
	#container input[type="checkbox"] {
		width: auto !important;
	}
	#container input[type="text"],
	#container input[type="password"] {
		-webkit-appearance: none;
	}
	.alpha60 {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.9);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
}
#form-block {
	position: relative;
	}
	#form-block.scratch-metal {
		padding: 11px 10px;
		}
		.no-boxshadow #form-block.scratch-metal {
			border: 0px solid #808080;
			border-top-color: #cccccc;
		}
		#form-block.scratch-metal input {
			width: 280px;
		}
		.no-boxshadow #form-block.scratch-metal input {
			width: 168px;
		}
	#form-viewport {
		position: relative;
	}
	#form-switch {
		text-align: center;
		margin: 20px 0 0;
		}
		#form-block.scratch-metal #form-switch {
			margin: 10px -10px -11px;
			border-top: 0px solid #ccc;
			padding: 11px 10px 10px;
		}
form {
	margin-bottom: 11px;
	}
	form:last-child {
		margin-bottom: 0;
	}
	.no-boxshadow #form-viewport form {
		border-width: 0px;
		border-style: solid;
	}
#login-title {
	text-align: center;
	}
	#login-title h1 {
		font-size: 48px;
		line-height: 55px;
		margin: 0;
		color: white;
		}
		#login-title h1.login-title-image {
			background: url('http://www.asxportal.be/images/connect.png') no-repeat center center;
			overflow: hidden;
			height: 80px;
			text-align: left;
			text-indent: -3000px;
		}
	#login-title h5 {
		color: #c8cfd5;
		margin-top: -6px;
	}



/* Doors */
.form-door {
	display: block;
	position: absolute;
	zoom: 1;
	z-index: 90;
	left: 0;
	right: 0;
	height: 50%;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
	-o-transition: all 250ms linear;
	transition: all 250ms linear;
	}
	#top-door {
		top: -55%;
		background: #dedede url('http://www.asxportal.be/images/bg.jpg');
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#ffffff), color-stop(0.59, #f2f2f2));
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, -webkit-linear-gradient(top, #aaaaaa, #f2f2f2 59%, #ffffff);
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, -moz-linear-gradient(top, #aaaaaa, #f2f2f2 59%, #ffffff);
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, -ms-linear-gradient(top, #aaaaaa, #f2f2f2 59%, #ffffff);
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, -o-linear-gradient(top, #aaaaaa, #f2f2f2 59%, #ffffff);
		background: url('http://www.asxportal.be/images/bg.jpg') repeat left bottom, linear-gradient(top, #aaaaaa, #f2f2f2 59%, #ffffff);
		}
		#top-door.door-down {
			top: 0;
		}
		#top-door.door-closed {
		}
	#bot-door {
		top: 105%;
		background: #dedede url('http://www.asxportal.be/images/bg.jpg');
		background: url('http://www.asxportal.be/images/bg.jpg'), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dedede), color-stop(0.73, #c5c5c5));
		background: url('http://www.asxportal.be/images/bg.jpg'), -webkit-linear-gradient(top, #ffffff, #c5c5c5 73%, #dedede);
		background: url('http://www.asxportal.be/images/bg.jpg'), -moz-linear-gradient(top, #ffffff, #c5c5c5 73%, #dedede);
		background: url('http://www.asxportal.be/images/bg.jpg'), -ms-linear-gradient(top, #ffffff, #c5c5c5 73%, #dedede);
		background: url('http://www.asxportal.be/images/bg.jpg'), -o-linear-gradient(top, #ffffff, #c5c5c5 73%, #dedede);
		background: url('http://www.asxportal.be/images/bg.jpg'), linear-gradient(top, #ffffff, #c5c5c5 73%, #dedede);
		}
		#bot-door.door-down {
			top: 50%;
		}
		#bot-door.door-closed {
		}

	.form-door div {
		position: absolute;
		left: 50%;
		margin-left: -64px;
		height: 64px;
		width: 128px;
		background: url('http://www.asxportal.be/common/img/favicons/watermarkSA.png') no-repeat center top;
		}
		#top-door div {
			bottom: 0;
		}
		#bot-door div {
			top: 0;
			background-position: center bottom;
		}

/* JS login styles */
.js-login #form-wrapper {
	padding-bottom: 20px;
}
.js-login #form-viewport {
	overflow: hidden;
}
.js-login form {
	margin-bottom: 0;
}

/*768px __________________________________________________________________________________________________________ */
@media only screen and (min-width: 768px) {

	html {
		height: auto;
		min-height: 100%;
		overflow: auto;
		}
		html.js-login {
			height: 100%;
			overflow: hidden;
		}
	body {
		height: auto;
		overflow: auto;
		}
		.js-login body {
			height: 100%;
			overflow: hidden;
		}

	/* Animation styles */
	.js-login #container {
		position: absolute;
		top: 50%;
		left: 50%;
		padding: 0;
		margin-left: -140px;
	}
	
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #e8e8e8 inset; /* Change the color to your own background color */
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #e8e8e8 inset;
}

}/*/mediaquery*/

/*2x __________________________________________________________________________________________________________ */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {



}/*/mediaquery*/