/*******************************************************************************
********************************************************************************
**
*						Login CSS-file
*
* - GENERAL
*
* - LOGIN FORM
*
**
********************************************************************************
*******************************************************************************/

/*  ------------------------------------------------------------------
    Test and unsorted 
    ------------------------------------------------------------------ */
    .errormessage{
	    margin: 3px 0px 15px;
	    color: #ff4d4d;
	    display: none;
	    float: left;
	    clear: left;
    }
    
    .infomessage{
	    margin: 3px 0px 15px;
	    color: #0066DD;
	    float: left;
	    clear: left;
    }

	#content_loading {
		background-image: url("../media/arrow_load_grey_small.gif");
		background-repeat: no-repeat;
	}
	
	#loading-spinner {
		background: url("../media/ajax-loader.gif");
		float: left;
		width: 16px;
		height: 16px;
		display: none;
		margin: 8px 0 0 10px;
		clear: right;
	}

		
/*  ------------------------------------------------------------------
    GENERAL 
    ------------------------------------------------------------------ */

	html {
		height: 100%;
		background-color: #E5E5E5;
	}
	
	html, body, div, span, applet, object, iframe, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, ul, ol, li, p,
	blockquote, pre, a, abbr, acronym, adress, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption,
	tbody, tfoot, thead, tr, th, td {
		margin: 0;
		border: none;
		padding: 0;
		list-style-type:none;
		outline:none;
	}
	
	body {
		background-image: url('../media/noise.png'), -moz-linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.4));
		height: 100%;
		color: #000000;
		line-height: 1.5;
		font-family: "Proxima Nova Regular","Helvetica Neue",Arial,Helvetica,sans-serif;
		font-size: 13px;
		text-align: left;
		overflow:auto;
	}
	
	a {	
		text-decoration: underline;
		cursor: pointer;
	}
		
	a:link {
		color: #0066DD;
		text-decoration: none;
	}
	
	a:visited {
		color: #0066DD;
		text-decoration: none;
	}
	
	h3 {
	    color: #333333;
	    text-shadow: 0 1px 1px #FFFFFF;
	    font-size: 24px;
	    line-height: 1;
	    margin: 3px 0 15px;
	}
	
	p {
	    line-height: 18px;
	}
	
	.clear {
		clear: both;
		height: 10px;
	}
	
	.clear-thin {
		clear: both;
		height: 1px;
	}
	
	.clear-devider {
		clear: both;
	    border: 0;
	    height: 10px;
	    margin-bottom: 10px;
	    border-width: 0 0 1px 0;
	    -moz-border-image: -moz-linear-gradient(left center, transparent, rgba(150,150,150,0.75), transparent);
	}
	
	.clear_devider {
	clear:both;
	height:10px;
	border-top:1px solid;
	margin-top:5px;
	}

/*  ------------------------------------------------------------------
    LOGIN FORM 
    ------------------------------------------------------------------ */
    
    form {
    	position: absolute;
    	top:40%;
    	left:50%;
    	margin-left: -195px;
    	margin-top: -100px;
	    display:block;
		width: 350px;
		height: auto;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
		padding: 20px;
		background-color: #fff;
		background: #FFFFFF;
		
		-moz-animation-delay: 0.2s;
	    -moz-animation-duration: 1s;
	    -moz-animation-fill-mode: both;
	    -moz-animation-timing-function: ease;
	    -moz-backface-visibility: hidden;
	    -webkit-animation-delay: 0.2s;
	    -webkit-animation-duration: 1s;
	    -webkit-animation-fill-mode: both;
	    -webkit-animation-timing-function: ease;
	    -webkit-backface-visibility: hidden;
    }
    
    form h3, form p {
	    color: #333333;
	    text-shadow: 0 1px 1px #FFFFFF;
	    float: left;
	}
	
	label {
		font-size: 15px;
	}
	
	input[type="text"], input[type="password"] {
	    width: 337px;
	    padding: 6px;
	    margin-bottom: 10px;
	    font-size: 15px;
	    
	    
		border: 1px solid #CECECE; /* border: 1px solid #3079ED; */
		-webkit-transition: background-color 1s, box-shadow 1s ;
		-moz-transition: background-color 1s, box-shadow 1s ;
		-o-transition: background-color 1s, box-shadow 1s ;
		-ms-transition: background-color 1s, box-shadow 1s ;
		transition: background-color 1s, box-shadow 1s ;
	}
	 
	input:hover {
	    box-shadow: rgba(0,0,0, 0.15) 0px 0px 8px; /* 0 2px 2px rgba(0, 0, 0, 0.1) inset */
		border: 1px solid #ABABAB;
		-webkit-transition: box-shadow 0.3s ;
		-moz-transition: box-shadow 0.3s ;
		-o-transition: box-shadow 0.3s ;
		-ms-transition: box-shadow 0.3s ;
		transition: box-shadow 0.3s ;
	}
	
	input:focus {
		box-shadow: rgba(0,0,0, 0.15) 0px 0px 8px; /* 0 2px 2px rgba(0, 0, 0, 0.1) inset */
		border: 1px solid #ABABAB;
	}
	
	.button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: all 0.05s linear 0s;
    background-color: #DEDEDE;
    background-image: -moz-linear-gradient(center top , #F2F2F2, #DEDEDE);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #B3B3B3;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	}
	
	.button:active {
	    background-color: #DEDEDE;
	    background-image: -moz-linear-gradient(center top , #CCCCCC, #DEDEDE);
	    background-repeat: repeat-x;
	    border-color: #BFBFBF #BFBFBF #CCCCCC;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	}
	
	.button:focus {
	    border-color: #F38E20;
	}
	
	.button:hover {
	    background-position: 0 -15px;
	    color: #333333;
	    text-decoration: none;
	}
	
	.button:focus {
	    outline: 0 none;
	}
	
	.button.disabled {
	    background-image: none;
	    box-shadow: none;
	    cursor: default;
	    opacity: 0.65;
	}
	
	.button.disabled:hover {
	    background-position: 0 0;
	}
	
	.button[disabled] {
	    background-image: none;
	    box-shadow: none;
	    cursor: default;
	    opacity: 0.65;
	}
	
	.button[disabled]:hover {
	    background-position: 0 0;
	}
	
	a.button_right {
		-moz-transition:background-color .5s;
		background-color:#5194ff;
		background-image:-moz-linear-gradient(center top,rgba(76,145,255,0.6) 0%,rgba(53,122,232,0.5) 100%);
		background-repeat:repeat-x;
		border-color:#3079ED;
		border-radius:2px 2px 2px 2px;
		border-style:solid;
		border-width:1px;
		box-shadow:0 1px 0 rgba(255,255,255,0.3) inset,0 1px 2px rgba(0,0,0,0.05);
		color:#FEFEFE;
		cursor:pointer;
		display:inline-block;
		font-family:'Open Sans',Helvetica,Arial,sans-serif;
		font-size:11px;
		font-weight:400;
		line-height:22px;
		padding:5px 14px;
		margin-left:10px;
		text-decoration:none;
		text-shadow:0 1px 1px rgba(53,122,232,0.75);
		float:right;
		min-width:45px;
		text-align:center;
	}
	
	a.button:active,a.button_right:active {
		background-color:#0071e7;
		box-shadow:0 2px 4px rgba(0,0,0,0.1) inset,0 1px 2px rgba(0,0,0,0.05);
		background-repeat:repeat-x;
		border-color:#2F5BB7;
	}
	
	a.button:focus,a.button_right:focus {
		outline:0 none;
	}
	
	a.button:hover,a.button_right:hover {
		background-color:#0071e7;
		text-decoration:none;
		-moz-transition:background-color .5s;
	}
	
	.button_login {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-transition: background-color 0.5s;
    background-color: #5194ff;
    background-image: -moz-linear-gradient(center top, rgba(76,145,255,0.6) 0%, rgba(53,122,232,0.5) 100%);
    background-repeat: repeat-x;
    border-color: #3079ED #3079ED #3079ED;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #FEFEFE;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 14px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(53,122,232, 0.75);
    width: 100%;
	}
	
	.button_login:active {
	    background-color: #0071e7;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	    background-repeat: repeat-x;
	    border-color: #2F5BB7 #2F5BB7 #2F5BB7;
	}
	
	.button_login:focus {
	    outline: 0 none;
	}
	
	.button_login:hover {
		background-color: #0071e7;
	    text-decoration: none;
	    -moz-transition: background-color 0.5s;
	}
	
/*  ------------------------------------------------------------------
    LOGIN FORM FOOTER
    ------------------------------------------------------------------ */

	.footer {
    	position: relative;
    	top:68px;
    	margin-top: -31px;
	    display:block;
		width: 340px;
		height: auto;
		padding: 5px;
		text-align: center;
		border-top: 1px solid #ABABAB;
		color: #ABABAB;
    }