/* CSS Document */

html, body
{
	
	background-image:url(../img/ui/login.png);
}

#loginWrapper
{
		position:absolute;
		top:50%;
		left:50%;
		
		width:540px;
		
		margin-left:-270px;
		margin-top:-200px;
			
		overflow:hidden;
		
		opacity:0;
		transform:scale(1.7,1.7);
		-moz-transform:scale(1.7,1.7);
		-webkit-transform:scale(1.7,1.7);
		transition:all 0.3s linear;
		-moz-transition:all 0.3s linear;
		-webkit-transition:all 0.3s linear;
}

#loginWrapper.active
{
		opacity:1;
		transform:scale(1,1);
		-webkit-transform:scale(1,1);
		-moz-transform:scale(1,1);
}

#loginWrapper.done
{
		opacity:0 !important;
		transform:scale(1.5,1.5);
		-webkit-transform:scale(1.5,1.5);
		-moz-transform:scale(1.5,1.5);
		transition:all 0.1s linear;
		-moz-transition:all 0.1s linear;
		-webkit-transition:all 0.1s linear;
}



.notification
{
		width:600px;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		height:auto;
		margin:auto;
}

.wait, .wait2, .waitRight
{
		background-image:url(../img/ui/spinner.gif);
		background-repeat:no-repeat;
		background-position:470px center;
}

.wait2
{
		background-position:467px center;
}

.waitRight
{
		background-position:right center;
}

form
{
		display:block;
		
		margin:0;
		padding:0;
		
		
	
		
}

ul, li
{
		display:bock;
		margin:0;
		padding:0;
		list-style-type:none;
}


form
{
		display:block;
		margin:0;
		padding:0;
		padding-bottom:15px;
}



button::-moz-focus-inner {
  border: 0; }

/* minimal
*******************************************************************************/
button.minimal {
  background: #e3e3e3;
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -ms-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -o-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font: bold 12px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 8px 0 9px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 100px; }
  button.minimal:hover {
    background: #d9d9d9;
    -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
    -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
    -ms-box-shadow: inset 0 0 1px 1px #eaeaea;
    -o-box-shadow: inset 0 0 1px 1px #eaeaea;
    box-shadow: inset 0 0 1px 1px #eaeaea;
    color: #222;
    cursor: pointer; }
  button.minimal:active {
    background: #d0d0d0;
    -webkit-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -moz-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -ms-box-shadow: inset 0 0 1px 1px #e3e3e3;
    -o-box-shadow: inset 0 0 1px 1px #e3e3e3;
    box-shadow: inset 0 0 1px 1px #e3e3e3;
    color: #000; }

/* clean gray
*******************************************************************************/
button.clean-gray, .UIDialogBtn {
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  min-width: 100px; }
  button.clean-gray:hover, .UIDialogBtn:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
  button.clean-gray:active,.UIDialogBtn:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }


	
	a.UIDialogBtn

{
        display: inline-block;
        white-space: nowrap;
		text-decoration:none;
		padding-left:15px;
		padding-right:15px;
		
       
}

a.UIDialogBtn.disabled, a.UIDialogBtn.disabled:hover, a.UIDialogBtn.disabled:active
{
		background-image:none !important;
		opacity:0.7;
		cursor:default;
		  -webkit-box-shadow:none;
    -moz-box-shadow:none;
    -ms-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
	background-color:transparent;
}

   

#modal
{
		position:absolute;
		z-index:800;
		background-color:rgba(255,255,255,0.8);
		width:400px;
		height:240px;
		background-image:url(../img/ui/spinner.gif);
		background-repeat:no-repeat;
		background-position:350px 155px;
		display:none;
}


form input[type="text"], form input[type="password"], form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../img/input_bg.png") repeat-x scroll 0 0 #FDFDFD;
    border-color: #CCCCCC #D9D9D9 #D9D9D9;
    border-radius: 2px 2px 2px 2px;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #FFFFFF;
    color: #666666;
    font-family: "Aller","Lucida Grande",sans-serif;
    font-size: 12px;
    height: 30px;
    outline: medium none;
    padding: 6px 10px;
	padding-right:35px;
    resize: none;
    width:191px;
	margin-top:5px;
	margin-bottom:5px;
}
form textarea {
    height: 112px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 8px;
}

.loginMessage
{
	padding-top:15px;
	padding-bottom:25px;
	
}

.pwAssetIcon
{
	position:absolute;
	margin-left:-24px;
	margin-top:17px;
	opacity:0.4;
}

.pwAssetIcon.active
{
	opacity:1;	
}

.pwAssetIcon:hover
{
	cursor:pointer;	
}

.slide
{
	display:none;
}

.slide.active
{
	display:block;
}

#btnBack, #btnPWRequest
{
	display:none;
}

#appFrame
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	background-color:#fff;
	width:100%;
	height:100%;
}

.fehlerMeldung
{
	padding-top:5px;
	color:#7F0822;
}


.erfolgsMeldung
{
	padding-top:5px;
	color:#006600;
}