/* Body */

div#user_details_when_print {
	text-align: right;
}

div#info_not_to_be_pinted {
	display: none;
	text-align: right;
}

a
{
    display: none;
    text-decoration:none;
}

a.smalltext_a
{
    display: none;
        font-size: 12px;
}

body
{
	margin: 50px 0 50px 0;
	padding: 0;
	background-color: #f5f5f5;
	font-family: "trebuchet ms", arial, "liberation sans";
	font-size: 14px;
}

textarea
{
    background-color: #ffffff;
    margin: 5px 0 5px 0;
    font-family: "trebuchet ms", arial, "liberation sans";
    font-size: 14px;
    padding: 2px;
}

input[type=text]
{
    background-color: #ffffff;
    font-family: "trebuchet ms", arial, "liberation sans";
    font-size: 14px;
    padding: 2px;
}
input[type=text]::-ms-clear   /* Remove the X in IE10 */
{
    display: none;
}

div#header_wrap
{
    display: none;
    width: 1000px;
    margin:0 auto;
}
div#header_logo
{
    width: 800px;
    margin:0 auto;
}

div#logo
{
     /* float:right; 
    position: static;  
    text-align: right;
    width: 800px; */
    position:relative;
    top: -70px;
    margin-bottom: -80px;
    text-align: right;
    z-index:1; 
}

div#header_div
{
    display: none;
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 30px;
	background-color: #2d2d2d;
	box-shadow: 0px 2px 10px #2d2d2d;
	-webkit-box-shadow: 0px 2px 10px #2d2d2d;
	color: #FFFFFE; /* Farve på Du er ikke logget ind */
	font-size: 12px;
	overflow: hidden;
	white-space: nowrap;
}

div#header_inner_div
{
    display: none;
	/* display: table; */
	width: 100%;
	height: 100%;
}

div#header_inner_left_div
{
    display: none;
	/*
	display: table-cell; */
	width: 250px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
}

div#header_inner_center_div
{
    display: none;
	/*
	display: table-cell; */
	vertical-align: middle;
	text-align: center;
        color: #F5F5F5;
         /* color: #f5f5f5;  OK */
}

div#header_inner_right_div
{
    display: none;
	/*
	display: table-cell; */
	width: 250px;
	padding-right: 10px;
	vertical-align: middle;
	text-align: right;
}

div#content_div
{    
	opacity: 0;
	margin-top: 20px;
	width: 100%;
}

div#preload_div
{
	display: none;
}

div.box_div
{
    display: none;
	margin: 0 auto;
	background-color: #00CC33;
	border: 1px solid #00CC33;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}

div.box_top_div
{
	padding: 8px 15px;
	color: #000003;
	font-weight: bold;
}

div.box_body_div
{
	background-color: #F5F5F5;
	padding: 25px;
	color: #000008;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}


/* item & items css */

div#items_div
{
	width: 1000px;
}

div#items_top_div
{
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
}

.items_top_left              /* Overskrift i Emner oversigt */
{
	/*display: table-cell; */
	width: 150px;
	padding-left: 15px;
	text-align: left;
}

.items_top_center            /* Overskrift i Emner oversigt */
{	
	position:relative;
	width: 150px;
    padding-left: 190px;
    text-align: center; 
}

.items_top_right			 /* Overskrift i Emner oversigt */
{	
	position:relative;
	width: 150px;
    padding-left: 430px;
	text-align: right; 
}

.items_table_list
{
	display: table;
	/* border: 1px solid #cc0000; */
	width: 100%;

}

.items_table_list_row
{   display: table-row;
    /*border: 5px solid #00cc00;*/
    height: 15px;
}

.items_table_list_cat
{   display: table-row;
    /*border: 5px solid #00cc00;*/
    height: 20px;
    color: #00000C;
    font-weight: bold;    
}


.items_table_list_item_cell
{   display: table-cell;
    /*border: 2px solid #0000cc;*/
    background-color: #F5F5F4;
    width: 200px;
    padding:5px;
}

.items_table_list_description_cell
{   display: table-cell;
    width: 450px;
    padding:5px;
    background-color: #f5f5f5;
}

.items_table_list_location_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 50px;
    text-align: center;
    padding:5px;
}

.items_table_list_button_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    width: 100px;
    text-align: center;
    padding:5px;
}

/* User Reservations list css*/

.user_reservations_top_left			/* Overskrift i UR oversigt */
{
	/*display: table-cell; */
	width: 150px;
	padding-left: 15px;
	text-align: left;
}

.user_reservations_top_center		/* Overskrift i UR oversigt */
{	
	position:relative;
	width: 150px;
    padding-left: 190px;
    text-align: center; 
}

.user_reservations_top_right		/* Overskrift i UR oversigt */
{	
	position:relative;
	width: 150px;
    padding-left: 430px;
	text-align: right; 
}

div.box_div_user_res
{
	margin: 0 auto;
	background-color: #00CC33;
	border: 1px solid #00CC33;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}

div.box_top_div_user_res
{
	padding: 8px 15px;
	color: #000003;
	font-weight: bold;
}

div.box_body_div_user_res
{
	background-color: #F5F5F5;
	padding: 25px;
	color: #000008;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.user_reservations_table_list
{
	display: table;
	/* border: 1px solid #cc0000; */
	width: 100%;

}

.user_reservations_table_list_row
{   display: table-row;
    /*border: 5px solid #00cc00;*/
    height: 15px;
}

div.user_reservations_table_list_header
{    /*border: 5px solid #00cc00;*/
    height: 15px;
	font-weight: bold;
}

.user_reservations_table_list_cat
{   display: table-row;
    /*border: 5px solid #00cc00;*/
    height: 20px;
    color: #00000C;
    font-weight: bold; 
}

.user_reservations_table_list_item_cell
{   display: table-cell;
    /*border: 2px solid #0000cc;*/
    background-color: #F5F5F4;
    width: 25px;
    padding: 5px;
	font-weight: bold; 
}

.user_reservations_table_list_description_cell
{   display: table-cell;
    width: 200px;
    padding: 5px;
    background-color: #f5f5f5;
}

.user_reservations_table_list_time_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 100px;
    text-align: center;
    padding: 5px;
	padding-left: 0px;
}
.user_reservations_table_list_day_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 140px;
    text-align: center;
    padding: 5px;
	padding-left: 15px;
}

.user_reservations_table_list_date_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 100px;
    text-align: center;
    padding: 5px;
	padding-left: 10px;
}

.user_reservations_table_list_week_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 100px;
    text-align: center;
	padding: 5px;
    padding-left: 0px;
}

.user_reservations_table_list_year_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    background-color: #f5f5f5;
    width: 100px;
    text-align: center;
    padding:5px;
}

.user_reservations_table_list_idbutton_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    width: 100px;
    text-align: center;
    padding:5px;
}

.user_reservations_table_list_bookbutton_cell
{   display: table-cell;
    /*border: 1px solid #0000cc;*/
    width: 100px;
    text-align: center;
    padding:5px;
}



/* End of User Reservations list css */

/*
.items_details_div
{
	display: none;
	position: absolute;
	z-index: 199;
	padding: 5px;
	background-color: #ffffaa;
	font-size: 12px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}
*/

div#user_reservation_div
{
    width: 800px;    
}
div#user_reservation_top_div
{
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
}

div#item_div
{
    width: 800px;    
}

div#item_top_div
{
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
}

div#item_top_left_div
{
	display: table-cell;
	width: 150px;
	padding-left: 15px;
	text-align: left;
}

div#item_top_right_div
{
	display: table-cell;
	width: 150px;
	padding-right: 15px;
	text-align: right;
}

div#item_details_div
{
	display: table;
}

div#item_details_div div
{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}
div.item_top
{
     text-align: center;
}

div.item_header
{
 	margin: 5px 0 5px 0;
	padding: 0;
	background-color: #000001;
        /* color: #f5f5f5; */
        color: #00cc33;
	font-size: 40px;   
}

div.item_content
{
 	margin: 5px 0 5px 0;
	padding: 0;
	background-color: #000005;
        color: #f5f5f5;
	font-size: 14px;   
}

div.item_description
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 25px;
}
div.item_delete
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 25px;
}

div.item_description_long,
div.item_description_long input
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 200px;
		width: 520;
}

input#item_description_input
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 200px;
        width: 100%;
}


input#item_description_long_input
{
	width: 520;
 	
}
div.item_from
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 100px;
}

div.item_location
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 20px;
}

div.item_responsibel
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 40px;
}

div.item_picture
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 200px;
}

div.item_file
{
 	margin: 5px 0 5px 0;
	padding: 5px;
	background-color: #ffffff;
	font-size: 16px;
        border-style: dashed;
        border-width: 1px;
        min-height: 200px;
}



/* item & items css slut */

div#reservation_div
{
	width: 1000px;
}

div#reservation_top_div
{
	display: table;
	width: 100%;
	margin: 0 auto;
	padding: 8px 0;
}

div#reservation_top_left_div
{
	display: table-cell;
	width: 200px;
	padding-left: 10px;
	text-align: left;
}

div#reservation_top_center_div
{
	display: table-cell;
	text-align: center;
}

div#reservation_top_right_div
{
	display: table-cell;
	width: 200px;
	padding-right: 10px;
	text-align: right;
}

div#reservation_table_div
{
	display: none;
	opacity: 0;
}

div.reservation_time_div
{
	display: table;
	width: 100%;
	border: 1px solid #00CC33;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.reservation_time_cell_div
{
	display: table-cell;
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-family: arial, "liberation sans";
	font-size: 12px;
}

div#reservation_details_div
{
	display: none;
	position: absolute;
	z-index: 200;
	padding: 5px;
	background-color: #ffffaa;
	font-size: 12px;
	box-shadow: 2px 2px 10px #2d2d2d;
	-webkit-box-shadow: 2px 2px 10px #2d2d2d;
}


div#user_details_div
{
	display: table;
}

div#user_details_div div
{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}

div#item_details_div
{
	display: table;
}

div#item_details_div div
{
	display: table-cell;
	padding-right: 20px;
	vertical-align: top;
	text-align: left;
}

/* Spans */

span.error_span
{
	/* //color: #d74937; */
        color: #00CC33;
}

span#today_span
{
	color: #00CC33;
	font-weight: bold;
}

/* Tables */

table th
{
	text-align: left;
	font-weight: bold;
}

table#forgot_password_table th, table#forgot_password_table td
{
	padding: 5px 50px 5px 5px;
}

table#reservation_table
{
	width: 100%;
	border-spacing: 0;
}

table#reservation_table th, table#reservation_table td
{
	padding: 5px 10px;
	vertical-align: middle;
	text-align: left;
}

table#reservation_table colgroup#reservation_time_colgroup
{
	width: 9%;
}

table#reservation_table colgroup#reservation_day_colgroup
{
	width: 13%;
}

table#reservation_table td#reservation_corner_td
{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: center;
}

table#reservation_table th.reservation_time_th
{
	border-right: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
}

table#reservation_table th.reservation_day_th
{
	border-bottom: 1px solid #ccc;
	font-weight: normal;
}

table#user_reservation_table
{
	width: 100%;
}

table#user_reservation_table th, table#user_reservation_table td
{
	padding: 5px;
}

table#users_table
{
	width: 100%;
}

table#users_table th, table#users_table td
{
	padding: 5px;
}

table#usage_table th, table#usage_table td
{
	padding: 5px 50px 5px 5px;
}

table#picture_table
{
    text-align: center;

}

table#documents_table
{

    width: 100%;
}


/* Inputs and buttons */

input
{
	font-family: arial, "liberation sans";
	font-size: 12px;
}

input[type=text], input[type=password]
{
	width: 200px;
	padding: 4px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
}

input[type=button], input[type=submit]
{
	padding: 8px;
	/* //background-color: #d74937; */
	background-color: #00CC33;
    color: #00000A;
	border: 0;
	border-radius: 5px;
	box-shadow: 0px 1px 2px #2d2d2d;
	-webkit-box-shadow: 0px 1px 2px #2d2d2d;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

input.small_button
{
	padding: 4px;
}

input.small_button_width
{
	padding: 4px;
        min-width: 200px;
        text-align: left;
}

input.blue_button
{
	background-color: #00CC33;
}

input#price_input
{
	width: 20px;
	text-align: center;
}

input#reservation_today_button
{
	visibility: hidden;	
}

/* Headlines */

h1
{
	margin: 5px 0;
	color: #2d2d2d;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

h2
{
	margin: 5px 0;
	color: #2d2d2d;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h3
{
	color: #00CC33;
	font-size: 14px;
	font-weight: bold;
}

/* Paragraphs */

p.center_p
{
	text-align: center;
}

p.smalltext_p
{
	font-size: 12px;
}

p.bold_p
{
	font-weight: bold;
}

p.blue_p
{
	color: #00CC33;
      
        
        
}


/* Lists */

ul
{
	padding: 0 0 0 30px;
}

li
{
	padding-bottom: 10px;
}

/* Links */

a
{
	color: #00CC33;
}

div.box_top_div a
{
	color: #fff;
}

div#header_div a
{
	color: #fff;
}

div#reservation_top_div a
{
	color: #000009;
	text-decoration: none;
}


/* Show Documents - Start -*/

.doc_wrapper{
    width: 780px;
    margin: 0 auto;
}

#doc_list{
    width: 780px;
     /* overflow: hidden; */
    margin: 15px auto;
}

#doc_link {
    	color: #BABABA;
	text-decoration: none;
}


/* Show Documents - End -*/

/* Vertical lines */

hr
{
	width: 100%;
	height: 1px;
	margin: 30px 0;
	background-color: #fff;
	border: 0;
}

hr.blue_hr
{
	background-color: #00CC33;
}

hr.thick_hr
{
	height: 2px;
}

/* Animations */ 

.div_fadein
{
	opacity: 1 !important;
	-webkit-transition: opacity 0.25s ease-in;
	-moz-transition: opacity 0.25s ease-in;
	-o-transition: opacity 0.25s ease-in;
	-ms-transition: opacity 0.25s ease-in;
	transition: opacity 0.25s ease-in;
}

