*	{
margin: 0;
padding: 0;
border: 0;
	}
	html, body 
{ 
    height: 100%; 
} 

body, textarea {
	font-family: 		‘Century Gothic’, sans-serif;
	font-size:			12pt;
}
body{
	background: 		#eee;
	color: 				#333;
	margin: 			0;
	}
a {
	text-decoration: 	none;
	color:				#0055a5;
	font-weight: 		bold;
}
h3 {
	margin-bottom: 		5px;
}
#header {
	width: 				400px;
	margin: 			0 auto;
	background: 		#fff;
	padding: 			12px;
	margin-bottom: 		15px;
	border-bottom-left-radius: 	15px;
	border-bottom-right-radius: 15px;
	box-shadow: 		5px 5px 20px 3px #ccc;
	border: 			1px solid #aaa;
	border-top: 		0;
	text-align: 		center;
	position: 			relative;
	bottom: 			25px;
}
#header input[type=text] , #header button{
	border-radius: 		0;
	height: 			20px;
	border: 			1px solid #ccc;
	background: 		#fff;
	margin: 			0;
	margin-right:		7px;
	box-shadow: 		0px 0px 0px 0px #fff;
	margin-left: 		10px;
	width: 				40px;
	padding: 		0 7px;
}
#header label {
font-size: 0.9em;
}
#header button {
	height: 			22px;
	padding: 		0 7px;
}
#header button:hover {
	color: 				#0055a5;
}
#header form a {
font-size: 0.8em;
}

#header p {
display: block;
margin: 20px;
color: #444;
font-weight: bold;
font-size: 1.0em;
padding: 0;
clear: left;
vertical-align: top;
}

.button {
border: 1px solid #ccc;
border-radius: 5px;
padding: 5px 15px;
margin: 10px;
display: block;
text-align: center;
}
.button:hover {
border-color: #777;
background: #fafafa;
}
.button:active {
position: relative;
top: 1px;
right: 1px;
}

code {
display: block;
padding: 10px;
margin: 20px;
border: 1px solid #ccc;
}
#todo, #projektlista {
background: #fff;
padding: 10px;
width: 160px;
margin: 0;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
box-shadow: 5px 5px 20px 3px #ccc;
border: 1px solid #aaa;
font-size: 0.9em;
}
#todo {
float: left;
}
#projektlista {
float: right;
}
#todo button {
margin-top: 10px;
}
.liten_beskrivning {
font-size: 0.8em;
padding: 0 0 5px 5px;
}
#utloggad {
width: 500px;
margin: 50px auto 0 auto;
min-height: 100px;
background: #fff;
padding: 10px;
border-radius: 15px;
box-shadow: 5px 5px 20px 3px #ccc;
border: 1px solid #aaa;
text-align: center;
}
#utloggad p {
font-size: 0.8em;
margin-bottom: 10px;
}

.aktuell {
color: #e37f36;
}
.nav {
background: #fff;
padding: 15px;
position: absolute;
top: 100px;
box-shadow: 5px 5px 20px 3px #ccc;
border: 1px solid #aaa;
}
.left {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
left: 0;
}
.right {
border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
right: 0;
}
table, td, tr, th {
border: 0px;
}
table {
margin: 0 auto;
background: #fff;
border: 1px solid #aaa;
border-spacing: 0;
padding: 5px;
margin-bottom: 40px;
box-shadow: 5px 5px 20px 3px #ccc;
}
#wrapper {
	min-width: 		1240px;
	max-width:		1600px;
	margin: 		0 auto;
	position:		relative;
}
th {
	height: 		50px;
}
td {
width: 160px;
border-right: 1px solid #ccc;
text-align: left;
vertical-align:top;
}
td a{
font-size: 0.75em;
}
.rel {
padding: 10px;
height: 100%;
position: relative;
overflow: auto;
padding-bottom: 45px;
}
td:first-child {
width: 100px;
padding: 10px;
border: 0px;
font-size: 0.9em;
font-weight: bold;
text-align: left;
border-right: 1px solid #ccc;
vertical-align: top;
}
td:first-child a{
font-size: 1em;
color: #333;
}
td:last-child {
border: 0px;
}
td:nth-child(7), td:nth-child(8){
width:50px;
}
td:nth-child(7) input, td:nth-child(8) input{
display: none;
}

tbody tr:hover:last-child {
background: #fff;
}
td:hover {
color: #000;
}

#planering {
padding: 10px;
overflow: auto;
margin: 0 auto;
}

#planering input[type=text] {
height: 25px;
font-size: 1.0em;
font-weight: bold;
width: 94%;
clear: both;
text-align: center;
position: absolute;
bottom: 4px;
left: 4px;
border: 1px solid #eee;
}

#popup label {
font-weight: bold;
}
#popup input[type=text], #popup textarea {
display: block;
border: 1px solid #ddd;
margin-bottom: 15px;
margin-top: 5px;
padding: 3px;
border-radius: 5px;
}
input:focus, textarea:focus{
	outline:			none;
	-moz-box-shadow:		3px 3px 4px rgba(99,96,78,0.2);
	-webkit-box-shadow:		3px 3px 4px rgba(99,96,78,0.2);
	box-shadow:				3px 3px 4px rgba(99,96,78,0.2);
	}
#popup textarea {
width: 300px;
height: 100px;
font-size: 0.8em;
resize: none;
}
button {
padding: 5px 15px 5px 15px;
background: #eee;
font-weight: bold;
border-radius: 10px;
border: 1px solid #d9d9d9;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#eee));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #eee);
	background-image:    -moz-linear-gradient(top, #f9f9f9, #eee);
	background-image:     -ms-linear-gradient(top, #f9f9f9, #eee);
	background-image:      -o-linear-gradient(top, #f9f9f9, #eee);
	box-shadow: 4px 4px 5px 1px rgba(99,96,78,0.1);
}
button:hover {
border-color: #999;
}

a.del {
position: absolute;
right: 0;
opacity: 0.1;
}
a.del:hover {
opacity: 0.6;
}
span {display: block;
position: relative;}
td a:hover {
color: #000;
}
input[type=submit]{
display: none;
}
.hidden {
display: none;
}
.jour {
background: #FFFFC2;
}
button.jour {
color: #FFFFC2;
border-radius: 0;
padding: 2px 5px;
margin-top: 5px;
width: 15px;
}
button.jour:hover {
width: 60px;
color: #333;
}

.form-control {
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.text-center {
	text-align:center;
	margin: auto;
}

.btn {
	padding: 10px 30px;
	border-radius: 3px;
	background: #0055a5;
	color: #eee;
	display: block; 
	border: 1px solid #ccc;
}

.spacer10 {
	display: block;
	clear: both;
	height: 10px;
}

.alert-danger {
	border-radius: 3px;
	font-size: 0.9em;
	margin: 10px;
	background: #dd0929;
	color: #eee;
	padding: 10px;
	text-align:center;
}

.typ-montage {
	background-color: #d6f5d6;
}
/*#ebfaeb
.typ-montage:nth-child(odd) {
	background-color: #d6f5d6;
}
*/
.typ-service {
	background-color: #ccf3ff;
}
/*
#e5f9ff
.typ-service:nth-child(odd) {
	background-color: ;
}
*/