/* Stylesheet for authentication page of PDAconfig
 * 
 * scripted by Michael Tanner for Schleuniger Montagen AG
 * www.white-tiger.ch
 * www.schleuniger-montagen.ch
 */

body {
	font-family: Ubuntu, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
		}

div#auth-wrapper {
	width: 100%;
	height: 400px;
	background: url('../img/auth/authback.png') center no-repeat;
	/* position always in the middle */
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -200px;
		}

div#auth-dialog {
	height: 240px;
	width: 500px;
	/* to center the dialog */
	margin: 70px auto 15px auto;
		}

div#auth-dialog #auth-dialog-content {
	height: 180px;
	width: 460px;
	padding: 50px 20px 20px 20px;
	position: relative;
	border-radius: 0;
	border: 1px solid lightgrey;
		}

div#auth-dialog #auth-dialog-content #title {
	position: absolute;
	top: 0;
	left: 0;
	width: 472px;
	
	border-radius: 7px 7px 0 0;
        border-top-left-radius: 7px 7px;
        border-top-right-radius: 7px 7px;
	color: white;
	margin: -5px 0 0 0;
	padding: 8px;
	padding-left: 20px;
	font-size: 16px;
	border-top: 1px solid #8FE0FF;
	border-bottom: 1px solid white;
	-webkit-box-shadow: 0px 0px 3px 0px #666;
	-moz-box-shadow: 0px 0px 3px 0px #666;
	box-shadow: 0px 0px 3px 0px #666;
	/* background gradient
	Source: https://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
		/* IE10 */ 
		background-image: -ms-linear-gradient(top, #00ABEF 0%, #0E6DB1 100%);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, #00ABEF 0%, #0E6DB1 100%);
		/* Opera */ 
		background-image: -o-linear-gradient(top, #00ABEF 0%, #0E6DB1 100%);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00ABEF), color-stop(1, #0E6DB1));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(top, #00ABEF 0%, #0E6DB1 100%);
		/* Proposed W3C Markup */ 
		background-image: linear-gradient(top, #00ABEF 0%, #0E6DB1 100%);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ABEF', EndColorStr='#0E6DB1'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ABEF', EndColorStr='#0E6DB1')"; /* IE8 */
		}

div#auth-dialog #auth-left {
	float: left;
	width: 150px;
	height: auto;
	text-align: center;
	background: url('../img/config-logo-short.png') no-repeat center 15px;
	padding-top: 150px;
	font-size: 11px;
	color: #939393;
		}

div#auth-dialog #auth-right {
	float: right;
	width: 272px;
	height: 177px;
	padding-top: 3px;
	text-align: center;
		}

input {
	/* so the transparent gradients are visible */
	background: transparent;
		}

div#auth-dialog #auth-right input {
	cursor: pointer;
	height: 30px;
	width: 226px;
	margin-top: 8px;
	padding: 5px;
	font-size: 20px;
	color: #939393;
		}

div#auth-dialog #auth-right input[type='submit'] {
	width: 122px;
	height: 44px;
		}

div#auth-wrapper #warning, div#auth-wrapper #capslock {
	height: 55px;
	width: 440px;
	margin: 30px auto;
	padding-top: 28px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
		}

div#auth-wrapper #capslock {
	display: none;
		}

.transparent-box {
	/* background gradient
	Source: https://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
		/* IE10 */ 
		background-image: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 70px);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(top, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 40px);
		/* Opera */ 
		background-image: -o-linear-gradient(bottom, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 70px);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.8)), color-stop(70px, rgba(255, 255, 255, 0.8)));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 70px);
		/* Proposed W3C Markup */ 
		background-image: linear-gradient(bottom, rgba(238, 238, 238, 0.8) 0%, rgba(255, 255, 255, 0.8) 70px);
	border-radius: 5px;
	border: 1px solid lightgrey;
	-webkit-box-shadow: 0px 0px 2px 0px #666;
	-moz-box-shadow: 0px 0px 2px 0px #666;
	box-shadow: 0px 0px 2px 0px #666;
		}

.transparent-box-reverse {
	/* background gradient
	Source: https://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
		/* IE10 */ 
		background-image: -ms-linear-gradient(bottom, rgba(238, 238, 238, 0.75) 0%, rgba(255, 255, 255, 0.75) 18px);
		/* Mozilla Firefox */ 
		background-image: -moz-linear-gradient(bottom, rgba(238, 238, 238, 0.75) 0%, rgba(255, 255, 255, 0.75) 18px);
		/* Opera */ 
		background-image: -o-linear-gradient(bottom, rgba(238, 238, 238, 0.75) 0%, rgba(255, 255, 255, 0.75) 18px);
		/* Webkit (Safari/Chrome 10) */ 
		background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(238, 238, 238, 0.75)), color-stop(18px, rgba(255, 255, 255, 0.75)));
		/* Webkit (Chrome 11+) */ 
		background-image: -webkit-linear-gradient(bottom, rgba(238, 238, 238, 0.75) 0%, rgba(255, 255, 255, 0.75) 18px);
		/* Proposed W3C Markup */ 
		background-image: linear-gradient(bottom, rgba(238, 238, 238, 0.75) 0%, rgba(255, 255, 255, 0.75) 18px);
	border-radius: 4px;
	border: 1px solid lightgrey;
	-webkit-box-shadow: 0px 0px 1px 0px #666;
	-moz-box-shadow: 0px 0px 1px 0px #666;
	box-shadow: 0px 0px 1px 0px #666;
		}

.transparent-box-reverse:hover, .transparent-box-reverse:focus {
	/* background gradient
	Source: https://ie.microsoft.com/testdrive/graphics/cssgradientbackgroundmaker/ */
	/* IE10 */ 
	background-image: -ms-linear-gradient(top, rgba(238, 238, 238, 0.75) -5px, rgba(255, 255, 255, 0.75) 18px);
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, rgba(238, 238, 238, 0.75) -5px, rgba(255, 255, 255, 0.75) 18px);
	/* Opera */ 
	background-image: -o-linear-gradient(top, rgba(238, 238, 238, 0.75) -5px, rgba(255, 255, 255, 0.75) 18px);
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-5px, rgba(238, 238, 238, 0.75)), color-stop(18px, rgba(255, 255, 255, 0.75)));
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.75) -5px, rgba(255, 255, 255, 0.75) 18px);
	/* Proposed W3C Markup */ 
	background-image: linear-gradient(top, rgba(238, 238, 238, 0.75) -5px, rgba(255, 255, 255, 0.75) 18px);
		}

.blue {
	color: #0788CC;
		}
