

body{
	margin: 0px;
	max-width: 1300px;
	

}

a:link{color: #000033;text-decoration: none;}
a:visited{color: #000033;text-decoration: none;}
a:hover
{
text-decoration: none;
color: black;
}


select{
	font-size: large;
    margin-left: 6px;
/*     width: -webkit-fill-available; */
/*     margin-top: 2px; */
    background-color: #6a84e2;
	
}
/*
a{
	color : white;
	font-size: larger;	
    text-decoration: none;
	
}
*/


.header_menu{
    font-size: x-large;
    display: flex;
    color: white;
    justify-content: center;
}

.namn_cc{
	position: absolute;
    margin-left: 20px;
    margin-top: 7px;
    font-size: x-large;
}



.container{
	display: -webkit-flex;
/*     display: flex; */
    margin: 0px;
/* 	background-color: red; */
	padding: 0px;

}
.background{
	background-color: #ccddDd; 
	padding: 6px; 
	border-radius: 0px 6px 6px 6px;
	margin: 2px;
	margin-top: 4px;	
	margin-bottom: 10px;
}
rubrik{
	position: relative;
	font-size: larger;
	left: 0px;
	top: 4px;
	margin-left: 2px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	border-radius: 6px 6px 0px 0px;
	background-color: #ccddDd; 	
}

.page{
    margin: 0px;
	margin-top: 42px;
	margin-left: 150px;
	margin-bottom: 0px;
	padding: 1px;
/* 	width: 100%; */
/*     height:100vh; */
/* 	background-color: pink; */
	max-width: 950px;
	
}

.column{
	position: relative;
/*     background-color: cornflowerblue; */
	width: 100%;
	margin: 1px;	
}

/*
.column:nth-child(3n){
  background: green;
  width: 100%;

}
*/


.header{
  	position:fixed;
  	display: inline-block;
  	text-align: left;
  	z-index: 1;
    padding:0;
	margin: 0px;
    top:0px;
    left:0px;
    width: 100%;
    height: 42px;
    background: black;	
    font-size: larger;
    color: white;
	max-width: 1300px;
	

}


#menu{
  	position:fixed;
  	display: block;
  	text-align: left;
  	z-index: 5;
    padding:0;
    margin:0;
    top:42px;
    left:0;
    width: 150px;
    height: 100%;
    background:grey;
    
}

#menu > div{
	margin: 2px;
	height: 40px;
	font-size: larger;
	background-color: #ccddDd;
	text-align: center;
}

#menu > div:hover{
	background-color: #6cb5ad;
}
#menu_low{
	display: none;
	position:fixed;
	margin-bottom: 10px;
    padding:0;
	bottom: 20px;
	left:	50%;
    margin-left:  -30px;
    width: 60px;
    height: 60px;
    background-image: url("../img/menu.png");
    background-repeat: no-repeat;
	background-size: 60px;

}
#menu_back{
	display: none;
	position:fixed;
	margin-bottom: 10px;
    padding:0;
	bottom: 20px;
	left: 75%;
	z-index: 100;
    margin-left:  -30px;
    width: 60px;
    height: 60px;
    background-image: url("../img/back.png");
    background-repeat: no-repeat;
	background-size: 60px;
	
}




	
}
#menu_low:hover{

}

.laddar{
	display: none;
	position:fixed;
	max-width: 1300px;

	top:	50%;
	left:	50%;

	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
    background-image: url("../img/drops.gif");
    background-repeat: no-repeat;
	background-size: 200px;

	}

.list-box {
	display: flex;
	margin: 0px;
	margin-top: 3px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #fbf8f8;
	border-radius: 5px;
}
.list-box:hover{
	background-color: #6cb5ad;
	border-radius: 15px;

}

.list-box-ledig {
	display: flex;
	margin: 0px;
	margin-top: 3px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #fbf8f8;
	border-radius: 5px;
}
.list-box-ledig:hover{
	background-color: #6cb5ad;
	border-radius: 15px;

}

.list-box-kontor {
	display: flex;
	margin: 0px;
	margin-top: 3px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #fbf8f8;
	border-radius: 5px;
}
.list-box-kontor:hover{
	background-color: #6cb5ad;
	border-radius: 15px;

}


.list-box-klar {
	display: flex;
	margin: 0px;
	margin-top: 3px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #99d08b;
	border-radius: 5px;
	overflow: hidden;
	opacity: 0.9;
	color: transparent;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);

}

.list-box-klar div.status{
	position: absolute;
	top: 5px;
	left:	50%;
	font-size: 2.0em;
	font-family: sans-serif;
	z-index: -1;
	opacity: 0.3;
	color: black;
	
}



.list-box-klar:hover div.status{
/* 	color: transparent; */
	opacity: 1.0;
/* 	text-shadow: 0 0 2px rgba(0,0,0,0.2); */
}

.list-box-order {
	display: flex;
	margin: 0px;
	margin-top: 3px;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	background-color: #ccddDd;
	border-radius: 5px;
	overflow: hidden;
/* 	opacity: 0.9; */
/* 	color: transparent; */
/* 	text-shadow: 0 0 1px rgba(0,0,0,0.5); */

}
.list-box-order:hover{
	background-color: #6cb5ad;
	border-radius: 15px;

}

.list-box-order div.status{
	position: absolute;
	top: 30%;
	left: 70%;
	font-size: 2.0em;
	font-family: sans-serif;
	z-index: 14;
	opacity: 0.3;
	color: black;
	
}

.list-box-order:hover div.status{
/* 	color: transparent; */
	opacity: 1.0;
/* 	text-shadow: 0 0 2px rgba(0,0,0,0.2); */
}
.list-box-order-radio{
    margin-top: 18px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-inline-box;
    font-size: small;
}
.radio{
    display: -webkit-box;
    margin-top: 0px;	
	
}

.ledig-select{
	font-size: large;
    margin-left: 6px;
/*     width: -webkit-fill-available; */
    margin-top: 10px;
    background-color: #6a84e2;
	
}


/* select options */
.box-select{
	font-size: large;
    margin-left: 6px;
    width: -webkit-fill-available;
    max-width: 150px;
    margin-top: 10px;
    background-color: #6a84e2;
}

/* färg när man markerar ordrar */
.list-box-select{
	background-color: #6cb5fd;
	border-radius: 15px;	
}

.list-box-select:hover{
	background-color: #6cb5fd;
	border-radius: 15px;	
}

.edit-order-div{
	margin-top: 8px;	
}

.edit-order{
	margin-left: 15px;
	border-radius: 5px;
	padding: 4px;
	background-color: #6a84e2;
}
.edit-order:hover{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	
	background-color: #5bb6b6;
}


.order-pos{
	position: relative;
	left: 10px;
	top: 0px;
	max-width: 80%;
	font-size: small;
}
.order-title{
	position: relative;
	left: 10px;
	max-width: 80%;
	font-size: larger;
	font-weight: bold;	
}
.order-tid{
	position: absolute;
	font-size: larger;
	right: 4px;
	bottom: 40%;
}

img{
   	position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 75px;	
}

h2.trigger {
    padding: 14px;
    padding-left: 5px;
    margin-top: 2px;
    margin-bottom:0;
	width: -webkit-fill-available;
	width: -moz-available;
    font-size: 1.0em;
    font-weight: normal;
    font-family: sans-serif;
    float: left;

    
}

.trigger{
    background-color: #fbf8f8;	
}

 h2.trigger.active {
    color: #FFF;
    background-color: #6cb5ad; 

}
 h2.trigger.active.red {
    color: #FFF;
    background-color: red; 

}


h2.trigger:hover {
    color: #999;
	background-color: #444; 
}
.collapse{
	position: relative;
	width: 100%;
	
}
.trigger_container {
/* 	display: block; */
    margin: 0px;
    padding: 5px;
    padding-top: 10px;
    clear: both;
	
    background: white;
    border: 0px;
    border-radius: 0 0 6px 6px;
}
/*
input{
	overflow: hidden;
	width: 100%;
	padding: 2px;
	border-radius: 5px;
	height: 25px;
	font-size: large;
	
}
*/

.lov-dag{
    position: relative;
    left: 10%;
    color: red;
}



.tillbud{
	position: absolute;
	right: -20px;
	bottom: -40px;
/* 	background-color: blue; */
	width: 60px;
    height: 60px;
	background-image: url("../img/varning.png");
    background-repeat: no-repeat;
	background-size: 30px;
	
}

.red{
	background-color: red;
}

.blur{
	border: 3px;
	color: transparent;
	text-shadow: 0 0 1px rgba(0,0,0,0.5);	
}



#mon1{
	display: inline-block;
	position: fixed;
	margin-bottom: 10px;
    padding:0;
    padding-left: 60px;
	bottom: 20px;
	left: 25%;
	z-index: 100;
    margin-left:  -30px;

	
	width: 0px;
    height: 60px;
	opacity: 0.8;
	background-color: white;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-size: 48px;
	background-position-y: 50%;
	background-position-x: 4px;

}

#soker{
	position: relative;
	cursor: pointer;
	color: red;
	font-weight: bold;
	
}


#mon1:focus{
	width: 60%;
	bottom: 90px;	
}
// Måste jobba på 
[search*="te"]{
	width: 60%;
	bottom: 90px;	
}

@media screen and (max-width: 600px) {
    #menu {
		display: none;
		right: 0;
		left: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: auto;
		padding: 3px;
		padding-bottom: 20px;
		/* give it dimensions */
		background-color: #000000;
		height: auto;
		top:auto;
		bottom: 100px;
		width: fit-content;
		width: -moz-fit-content;
		font-size: larger;
		border-radius: 0px 0px 20px 20px;
		opacity: 0.8;
		font-size: large;
		
	}	
	.box-select{
		max-width: 80px;
	}
    .page{
	 	margin-left: 0px;
	 	margin-bottom: 100px;

    }
    .header{
	     left: 0px;
	     z-index: 1;
     }
     .namn_cc{
	 	margin-left: 0px;
	 	font-size: large;
	}
	.header_menu{
		font-size: large;
	}
    #menu_low{
	    display: block;
    }
    #menu_back{
	    display: block;
    }
 
    .order-title{
		font-size: smaller;
	}
    
}






