/*
=========================================================
Global body/html
=========================================================
*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #1c1c1c;
	position:relative;
/*	font-family: 'Museo Sans'; */
	font: 0.95em/1.4 verdana, arial, helvetica, sans-serif; height: 100%;
}


h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size:18px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:13px;
}
p{
	line-height: 18px;
	margin-bottom: 15px;
	color:#333333;
}
label{
	color:#333;
}
strong{
	color: #000;
	font-weight: normal;
}

a{

	border: 0 none;
	color: #236BB3;
}

.container {
	margin: 0 auto;
	width: 940px;
}

.padding {
	padding: 24px 20px 20px 20px;
}

.right {
	float: right;
}

.left {
	float: left;
}
.hide{
	display:none;
}

:-webkit-input-placeholder {
    color: #a1a1a1;
}
:-moz-placeholder {
    color: #a1a1a1;
}
select{
	padding:2px 0;
}
.rounded {
	border: 1px solid #cccccc;
	border-radius: 4px;
	-moz-border-radius: 4px; /* Firefox 3.6 and earlier */
	/*background: #fcfbf8;*/
	background: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input { outline: none; }

input{
	font-family: Verdana;
}
input.text {
	background: white;
	border: 1px #bdbab3 solid;
	padding: 3px;
	font-size:13px;
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px; /* Firefox 3.6 and earlier */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0px 1px 2px 0px #bbbbbb;
	-moz-box-shadow: inset 0px 1px 2px 0px #bbbbbb;
	box-shadow: inset 0px 1px 2px 0px #bbbbbb;
	font: verdana, arial, helvetica, sans-serif; height: 100%;
}
input:focus{
	border: 1px solid #909090;
}



/* Buttons */
.button {
	*display:inline;
	display:inline-block;
	margin: 20px 0;
	zoom:1;
}

.button a,
.button input{
	text-shadow: 0px 1px 0px #ffffff;
	text-decoration: none;
	color: #393939;
	border-radius: 6px;
	-moz-border-radius: 6px; /* Firefox 3.6 and earlier */
	padding: 0;
	border: none;
	display: block;
}

.button a:link,
.button a:active,
.button a:visited,
.button input{
	line-height: 15px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #e5e5e5 98%, #ffffff 99%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(30%, #ffffff), color-stop(98%, #e5e5e5), color-stop(99%, #ffffff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 30%, #e5e5e5 98%, #ffffff 99%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #ffffff 30%, #e5e5e5 98%, #ffffff 99%, #ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 30%, #e5e5e5 98%, #ffffff 99%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, #ffffff 30%, #e5e5e5 98%, #ffffff 99%, #ffffff 100%); /* W3C */
}

.button a:hover,
.button input:hover{
	background: #FFF; /* Non-gradient */
	background: -moz-linear-gradient(100% 100% 90deg, #FFF, #EEE); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEE), to(#FFF)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#EEE, #FFF); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#EEE, #FFF); /* Opera 11.10+ */
}

.button.border a,
.button.border input
{
	border: 1px solid #bbb;
}


.medium-button a,
.medium-button input{
	font-size: 16px;
	padding: 7px 15px;
}




/*
=========================================================
Loginpage
=========================================================
*/
body.login {
	background: url('images/bg_tile.gif') #e4eae7;
}

#login-container {
	padding-top: 172px;


}

#login-box {
	color: #333;
	border-radius: 5px;
	background: #FFF;
	width: 362px;
	margin: 0 auto;
	position: relative;
	background: #f9f9f9;
background: -moz-linear-gradient(top, #f9f9f9 0%, #e6e6e6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#e6e6e6));
background: -webkit-linear-gradient(top, #f9f9f9 0%,#e6e6e6 100%);
background: -o-linear-gradient(top, #f9f9f9 0%,#e6e6e6 100%);
background: -ms-linear-gradient(top, #f9f9f9 0%,#e6e6e6 100%);
background: linear-gradient(top, #f9f9f9 0%,#e6e6e6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e6e6e6',GradientType=0 );

	-webkit-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.5);
}


#login-box .padding {
	overflow: hidden;
	padding-left:30px;
	padding-right:30px;
	padding-bottom: 10px;
}
#logotype-large {
	background:url('images/logo-large.png') no-repeat;
	width:187px;
	height:53px;
	overflow: hidden;
	text-indent: -9999px;

}
#login-logo {
	background:url('/images/inloggning_planbox.png') no-repeat;
	width:248px;
	height:54px;
	overflow: hidden;
	padding-bottom:25px;
/*	text-indent: -9999px;*/
}
#login-box #logotype-large{
	margin:20px auto 35px auto;
}
#login-box #logotype {
	position: absolute;
	top: -59px;
	left: 9px;
	z-index: 9999;
}
#login-box label{
    color: #444444;
    margin-bottom: 5px;
    display:block;
}

#login-box .login-action{
    margin-top:10px;
    overflow: hidden;
}
#login-box .warning{
    padding: 15px 15px 15px 37px;
    border-bottom: 1px solid #fff;
    line-height:18px;
    background:url(img/info-small-icon.png) 11px 16px no-repeat #ebe8e2;
    margin-bottom:45px;
    margin-top:20px;
}
.holder{
	position: relative;
	background:white;
	-webkit-box-radius:4px;
	-moz-border-radius: 4px; /* Firefox 3.6 and earlier */
	border-radius:4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.holder span{
	position: absolute;
	background-color: transparent;
	z-index: 1;
/*	left:7px;
	line-height: 30px;
	*/
	top:0;
	 color: #a1a1a1;
}
.full span{
	display: none;
}

#login-box input.text {
	position: relative;
	font-size: 13px;
	display: block;
	margin-bottom: 12px;
	padding: 6px;
	z-index: 2;
	background: transparent;
	width: 300px;
}
#login-box #login-button {
	float: right;
	margin: 0 0 22px;
}

#login-box .forgot-password-link {
	margin-top: 11px;
	font-size: 12px;
	float: left;
}

#login-box .white-border {
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}


/*
====================================================================================================================================================================================================
====================================================================================================================================================================================================
*/
