body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #EFEFEF;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
	height: 2.1em;
	
}

#mainmenu > ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
	position: relative;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu > ul > li > ul
{
	position: absolute;
	top: 1.6em;
	left: 0em;
	margin: 0px;
	margin-top: -1px;
	padding:0px;
	z-index: 9999; /* popup menu always needs to be on top */
	visibility: hidden;
	opacity: 0;
	-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

#mainmenu ul li ul li
{
	background:white url(bg.gif) repeat-x left top;
	display: block;
	min-width: 75px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#mainmenu ul li ul li a
{
	display: block;
}
#mainmenu ul li a:hover, #mainmenu ul li.active > a, #mainmenu ul > li:hover > a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}
#mainmenu ul > li:hover > ul 
{
	opacity: 1;
	visibility: visible;
	-o-transition-delay:0s;
	-moz-transition-delay:0s;
	-webkit-transition-delay:0s;
	transition-delay:0s;
}
#mainmenu > ul > li > ul > li
{
	position: relative;
}
#mainmenu > ul > li > ul > li ul 
{
	position: absolute;
	top: 0em;
	left: 100%;
	margin: 0px;
	padding:0px;
	visibility: hidden;
	opacity: 0;
	-o-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	-webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
	transition: visibility 0s linear 0.5s, opacity 0.5s linear;
}

 
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	margin: 10px 0;
	border: 1px solid #C9E0ED;
	min-height: 2.9em;
	padding-left: 105px;
}

div.view > div.leftview {
	float: left; 
	width: 100px; 
	font-size: 2.5em; 
	background-color: #effdff; 
	border-right: 1px solid #c9e0ed;
	border-bottom: 1px solid #c9e0ed; 
	margin-right: 4px; 
	text-align: center;
	margin-left: -105px;
}
div.view > div.leftview > .link {
	display: inline-block; 
	width: 100%; 
	text-decoration: none;
}
div.view > div.rightview {
	padding-top: 3px;
}
div.view > div.rightview > b {
	display: inline-block;
	width: 220px;
	text-align: right;
	padding-right: 4px;
	border-right: 1px solid #c9e0ed;
}
div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}
.guest td {
	opacity: 0.7;
}

.line 
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 0px;
	border-left: 1px dotted #aaa;
	height: 100%;
	z-index: 1;
}
.line.quarter
{
	border-left: 1px dotted #ddd;
}
.daylisting-menu {
	position: absolute;
	margin-top: 30px;
	margin-left: -250px;
	width: 260px;
	border: 1px solid #C9E0ED;
	border-top: 3px solid #C9E0ED;
	background-color: #ffffff;
}
.daylisting-menu > .menu-item {
	margin-top: 2px;
    padding: 3px;
    margin-bottom: 5px;
}
.daylisting-menu > .menu-item:first-of-type {
	margin-top: 0px !important;
}
.daylisting-menu > .menu-cat {
	background: white url(bg.gif) repeat-x left top;
	color: #ffffff;
    text-align: center;
}
.daylisting-menu > .menu-plate {
	background-color: #f0f0f0;
}
.daylisting-menu-right{
	position: absolute;
	right:0;
	margin-top: -190px;
	margin-right: 0px;
	width: 230px;
	border: 1px solid #C9E0ED;
	border-top: 3px solid #C9E0ED;
	background-color: #ffffff;
}
.daylisting-menu-right > .menu-item {
	margin-top: 2px;
    padding: 3px;
    margin-bottom: 5px;
}
.daylisting-menu-right > .menu-item:first-of-type {
	margin-top: 0px !important;
}
.daylisting-menu-right > .menu-cat {
	background: white url(bg.png) repeat-x left top;
	color: #ffffff;
    text-align: center;
	background-color: transparent;
    background-image: linear-gradient(180deg, red 1000%, red 100%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.daylisting-menu-right > .menu-plate {
	background-color: #f0f0f0;
}
.daylisting .vehicleday-divider {
	background: none !important;
}
.daylisting{
	margin-left:30px;
}
.daylisting, .weeklisting
{
	min-height: 20em;
	position: relative;
}
.daylisting > span
{
	width: 33px;
	display: inline-block;
	text-align: center;
	border-right: 1px dotted #aaa;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
.daylisting > span:first-child 
{
	border-left: 1px dotted #aaa;
}
.daylisting > .vehicleday
{
	background-color: #f0f0f0;
	margin-top: 2px;
	border-radius: 8px;
	text-align: center;
	/* 
	 * Putting this here means the z-index of children is not compared to
	 * other elements, so this will make popups show underneath other bars
	 *
	 */
	/* z-index: 10; */
	position: relative;
	left: 0px;
	padding: 3px;
	margin-bottom: 5px;
}
.daylisting > .vehicleday:hover
{
	border-left:1px solid #2d8dac;
	border-right:1px solid #2d8dac;
	padding-left: 2px;
	padding-right: 2px;
}
.daylisting > .vehicleday.start, .weeklisting > .vehicleday.start {
	border-radius: 0px 8px 8px 0px;
}
.daylisting > .vehicleday.end, .weeklisting > .vehicleday.end {
	border-radius: 8px 0px 0px 8px;
}
.daylisting > .vehicleday.start.end, .weeklisting > .vehicleday.start.end {
	border-radius: 0px 0px 0px 0px;
}

.daylisting, .weeklisting
{
	min-height: 20em;
	position: relative;
}
.weeklisting > span
{
	width: 120px;
	display: inline-block;
	text-align: center;
	border-right: 1px dotted #aaa;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
.daylisting > span:first-child, .weeklisting > span:first-child 
{
	border-left: 1px dotted #aaa;
}
.weeklisting > .vehicleday
{
	/*background-color: #b5d6e8;*/
	background-color: #f0f0f0;
	margin-top: 2px;
	border-radius: 8px;
	text-align: center;
	/* 
	 * Putting this here means the z-index of children is not compared to
	 * other elements, so this will make popups show underneath other bars
	 *
	 */
	/* z-index: 10; */
	position: relative;
	left: 0px;
	padding: 3px 0px 3px 0px;
	margin-bottom: 5px;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
}
.weeklisting > .vehicleday:hover
{
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	position: relative;
	z-index: 20;
}
.daylisting > .vehicleday > .popup, .weeklisting > .vehicleday > .popup
{
	visibility: hidden;
	border-radius: 10px;
	width: 200px;
	height: 200px;
	top: -10px;
	right: 0px;
	margin-right: -214px;
	position: absolute;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	z-index: 20;
	opacity: 0;
 	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.5s, opacity 0.3s linear;
	
}
.daylisting > .vehicleday:hover > .popup, .weeklisting > .vehicleday:hover > .popup
{
	opacity: 1;
	visibility: visible;
  	-o-transition-delay:0s;
	-moz-transition-delay:0s;
	-webkit-transition-delay:0s;
	transition-delay:0s;  
}

.daylisting > .vehicleday > .popup > .borderhide, .weeklisting > .vehicleday > .popup > .borderhide
{
	position: absolute;
	top: 0px;
	left: -2px;
	width: 10px;
	height: 22px;
	background-color: #f0f0f0;
}
.vehicleday > .popup > .arrow
{
	position: absolute;
	top: 5px;
	left: -18px;
	width: 18px;
	height: 30px;
	background-image: url("../images/arrow.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	z-index: 100;
}
.weeklisting > .vehicleday.here > .popup {
	border-bottom: 2px solid green;
}
.weeklisting > .vehicleday.reserve > .popup {
	border-bottom: 2px solid orange;
}
.weeklisting > .vehicleday.gone > .popup {
	border-bottom: 2px solid red;
}

.calnavleft 
{
	position: absolute;
	top: 0px;
	left:-18px;
	width: 15px;
	background-color: #b5d6e8;
	height: 100%;
	z-index: 1;
	border-radius: 15px 0px 0px 15px;
}
.calnavright 
{
	position: absolute;
	top: 0px;
	right:-18px;
	width: 15px;
	background-color: #b5d6e8;
	height: 100%;
	z-index: 1;
	border-radius: 0px 15px 15px 0px;
}
.calnavleft > a, .calnavright > a
{
	display: block;
	height: 100%;
}
.legend
{
	width: 200px;
	line-height: 1.5em;
}
.here {
	border-bottom: 2px solid green;
}
.reserve {
	border-bottom: 2px solid orange;
}
.gone {
	border-bottom: 2px solid red;
}
.onhold {
	border-bottom: 2px solid grey;
}
.has-remarks {
	color: red;
}
.fullform-error {
	color: red;
	font-size: 13px;
}
/* jquery UI datepicker needs to be in front of the content */
#ui-datepicker-div {
	z-index: 500 !important;
}
.calendarItemLink
{
	display: block;
	text-decoration: none;
	color: inherit;
}

.isNotInvoice {
	background-color: #FF7676;	
}
.isNotFinal {
	background-color: #FFC55B;	
}

.contractlink {
	text-decoration: none;
	color: #555555;
}

.contractlink:hover {
    text-decoration: underline;
}

.clearfix {
	clear: both;
}
/* Totaaloverzicht planning */
.total-head-left {
	float: left;
}

.total-head-right {
	float: right;
}

.total-container-head {
	margin-top: 20px;
	position: fixed;
	width: 100%;
	left: 0;
	z-index: 99999;
}

.total-container {
	margin-top: 41px;
	position: absolute;
	left: 0;
	width: 100%;
}

.total-left, .total-right {
	float: left;
}

.total-left {
	width: 20%;
}

.x-fixed,
.y-fixed {
	position: relative;
}

.total-right {
	width: 80%;
	margin-left: -1px;
	background-color: #ffffff;
	border-bottom: 1px solid #C9E0ED;
	border-right: 1px solid #C9E0ED;
}

.total-swimlane {
	height: 20px;
	font-size: 12px;
	background-color: #ffffff;
	table-layout: fixed;
	display: table;
	box-sizing: border-box;
}

.total-swimlane:last-child {
	border: 1px solid #C9E0ED;
}

.total-left > .total-swimlane {
	padding: 2px 0px 0px 10px;
	width: 100%;
	border-bottom: 1px solid #C9E0ED;
	border-right: 1px solid #C9E0ED;
}

.total-left > .total-swimlane.total-swimlane-spacer {
	background: none;
}

.total-left > .total-swimlane.total-vehicle-type {
	background: white url(bg.gif) repeat-x left top;
	color: #ffffff;
}

.total-swimlane > .total-hour-block {
	width: 20px;
	min-width: 20px;
	line-height: 20px;
	max-height: 20px;
	display: table-cell;
	table-layout: fixed;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border-bottom: 1px solid #C9E0ED;
	border-top: 1px solid #C9E0ED;
	border-right: 1px solid #C9E0ED;
}

.total-swimlane > .total-day-block {
	background: white url(bg.gif) repeat-x left top;
	color: #ffffff;
	width: 80px;
	min-width: 80px;
	line-height: 18px;
	display: table-cell;
	table-layout: fixed;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	border-top: 1px solid #C9E0ED;
	border-right: 1px solid #C9E0ED;
}

.total-swimlane.hour-block-header > .total-hour-block {
	line-height: 18px;
	border-right: 1px solid #C9E0ED;
	border-top: 1px solid #C9E0ED;
	box-sizing: border-box;
}

.thb-partly, .thb-gone {
	cursor: pointer;
}

.total-swimlane > .total-hour-block.thb-begin {
	border-right: 1px solid #000;
}

.total-swimlane > .total-hour-block.thb-end {
	border-right: 1px solid #000;
}

.total-swimlane > .total-hour-block.thb-gone {
	background-color: #ff0000;
}

.total-swimlane > .total-hour-block.thb-partly {
	background-color: orange;
}

.header-day-fixed {
	margin-top: -20px;
}

.total-popup
{
	display: none;
	border-radius: 10px;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	z-index: 2000;	
}

.total-popup > .arrow
{
	position: absolute;
	top: 5px;
	left: -18px;
	width: 18px;
	height: 30px;
	background-image: url("../images/arrow.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	z-index: 100;
}