body { 
	font-family: "Trebuchet MS",sans-serif; 
	margin: 0px;
}
a { text-decoration: none;
	color: #1c94c4; 
}
.ui-selectmenu-button.ui-button {
	width: 10em;
}
a:hover {
	color: #c77405;
	text-decoration: underline;
}
label, input, select { display:block; }
input.text, .dpdWorkplaceSelect, .dpdTaskSelect, .dpdSpinner { 
	margin-bottom:12px; 
	width:95%; 
	padding: .4em;
}
fieldset { padding:0; border:0; margin-top:25px; }

.fadebg {
	background-color: #EEEEEE;
	background: linear-gradient(#FFF,#FFF,#EEEEEE);
}
.day { 
    border: 1px solid silver;
/*    	max-width: 300px;
    	min-width: 100px; */
	overflow: hidden;
}
.dayheader {
	float: none;
	font-size: 20px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.quarters {
	margin-left: 50px;
	width: 100%;
	border-left: 1px solid silver;
	border-bottom: 1px solid silver;
}
.quarters div:nth-child(odd) {background: #FFF; border-top: 1px solid silver; }
.quarters div:nth-child(even) {background: #FFF; border-top: 1px dotted silver;}
.quarter {
	height: 20px;
}
.quartertext {
	padding-right: 4px;
}
.quartertextWarn {
	padding-right: 4px;
	font-size: 10px;
	color: #e84f53;
}
.events {
	overflow: visible;
}
.workplace {
	float: left;
	height: 45px;
	margin-right: 4px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	padding-left: 2px;
	position: relative;
}
.workplaceheader {
	font-weight: bold;
	text-align: center;
}
.stationblock {
	float: left;
	height: 20px;
	min-width: 100px;
	position: relative;
	margin-right: 4px;
}
.stationheader {
	text-align: center;
	min-width: 100px;
	padding-left: 4px;
	padding-right: 4px;
}
.stationheaderborder {
	border-right: 1px solid silver;
	position: absolute;
	top: 1px;
	height: 22px;
	width: 100%;
}
.stationborder {
	position: absolute;
	border-right: 1px dashed #DDD;
	top: 24px;
	height: 100%; /* 10px; */
	width: 100%;
}
.stationname {
	position: relative;
	top: -5px;
	z-index: 1;
}
.mybookingsblock {
	float: left;
	height: 20px;
	min-width: 20px;
	position: relative;
	margin-right: 4px;
}
.mybookingsheader {
	text-align: center;
	min-width: 20px;
	padding-left: 4px;
	padding-right: 4px;
}
.booking {
	top: 22px;
	left: 0px;
	width: 90%;
	margin-left: 3px;
	height: 240px;
	overflow: hidden;
	border: 1px solid;
	border-radius: 5px;
	background-color: #EEF;
	position: absolute;
	/* font-family: 'Alef'; */
	font-size: 14px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	z-index: 2;
}
.ui-tooltip {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.vacant {
    border-color: #fbcb09;
    background-color: #ffed97;
}
.vacant:hover {
    background-color: #fffda7;
	cursor: pointer;
}
.selectedevent {
	border: 2px solid #0A0;
	background: #7E7;
}
.booked {
	border-color: #BFB;
	background-color: #DFD;
}
.booked:hover {
	background: #8F8;
	cursor: pointer;
}
.bookingdescr {
	font-family: 'Alef';font-size: 14px;
}
.overlapping {
	border: 2px dashed #F00;
}
.overlapping:hover {
	background: #F88;
	cursor: no-drop;
}
.mine {
	border-color: #00F;
	background-color: #AAF;
}
.onlyYou {
	border-color: #fbcb09;
	background-color: #ffed97;
	text-align: center;
	color: #444444;
}
.timeblock {
	clear: left;
}
.timecolumn {
	float: left;
	max-width: 50px;
	min-width: 50px;
	text-align: right;
	font-family: 'Alef';font-size: 14px;
}
.timeslot {
	border-top: 1px solid silver;
	height: 41px;
}
.wideheader {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.widecenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 80%;*/
}


ul.parsley-errors-list {
    border-left: 5px solid red;
    background-color: #f1f1f1;
    list-style-type: none;
	padding: 5px;
	margin-top: -2px;
}
ul:empty.parsley-errors-list {
	display: none;
}

/*
	================= For edit pages ====================
*/
html {
	height: 100%;
}
body {
	height: 100%;
}
.vague-grey {
	color: #9e9e9e;
}
ul.menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	border: none;
	border-bottom: 1px solid #EEE;
}

li.menu-item {
    float: left;
}

li.menu-item a {
    display: block;
    padding: 10px;
	margin: 6px;
    border-radius: 8px;
	color: #1c94c4;
}
li.menu-item.menu-active a {
    box-shadow: inset 0 0 5px rgba(0,0,0, 0.4), rgba(255,255,255,0.1) 0 1px 0;
}

li.menu-item a:hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
	margin: 5px;
    color: #c77405;
}

.stationname.menu-item {
	display: block;
	padding: 4px;
	margin: 3px;
    border-radius: 4px;
	color: #1c94c4;
}
.stationname.menu-item:hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    color: #c77405;
	padding: 3px;
	cursor: pointer;
}

h1.menu-header {
 	font-size: 1.5em;
	float: right;
	margin: 0px;
	padding-right: 10px;
	padding-top: 5px;
	height: 46px;
	border: none;
	/* border-bottom: 1px solid #EEE;*/
}
#invoke-stateshift {
	display: block;
    text-align: right;
	font-size: 0.6em;
	cursor: pointer;
}
#page-all {
   	height: 100%;
}
#page-top-div {
	border: none;
}
#page-content {
	top: 52px;
    display: table;
    width: 100%;        
	height: 100%;
}
#page-content-list-wrapper {
	display: table-cell;
	vertical-align: top;
	min-width: 200px;
	max-width: 400px;
	width: 400px;
	height: 100%;
	margin: 0;
	padding: 0;
}
#page-content-list-header {
	width: 100%;
	display: block;
	height: 47px;
	border-right: none;
	border-left: none;
}
#page-content-list-header button {
	display: block;
	margin-right: 5px;
	margin-top: 5px;
}
#page-content-list {
	padding: 3px;
	height: 100%;
	width: 100%;
}
#page-content-edit-wrapper {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 100%;
}
#page-content-edit-header {
	display: block;
	height: 47px;
	border-left: 1px solid #cecece;
}
#page-content-edit {
	padding: 4px;
	border-left: 1px solid #cecece;
    height: 100%;
}
#page-footer {
	height: 66px;
	background-color: #EEEEEE;
	border-top: 1px solid #cecece;
	padding: 6px;
}
h2.page-header {
 	font-size: 1.4em;
	height: 60px;
	text-align: center;
	margin-top: 9px;
	margin-bottom: 5px;
}
.hide {
	display: none;
}
#page-content-list-wrapper .list-item {
	margin-bottom: 3px;
	padding: 0.2em;
	font-size: 1em;
	text-align: left;
	width: 92%;
}
#plannedtask-dialog .legend {
	display: inline-block;
	width: 80px;
	font-weight: bold;
}
#stationDisplayPlaces .ui-icon {
	background-image: url("/css/images/ui-icons_ef8c08_256x240.png");
}
#createUserForm .ui-icon {
	background-image: url("/css/images/ui-icons_222222_256x240.png");
}
#workplace-dialog-select .ui-selecting { background: #FECA40; }
#workplace-dialog-select .ui-selected { background: #F39814; color: white; }
#workplace-dialog-select { list-style-type: none; margin: 0; padding: 0;  }
#workplace-dialog-select li { margin: 3px; padding: 0.4em; font-size: 1em; height: 18px; overflow: hidden; }
#workplace-dialog-count {
	margin-right: 10px;
	margin-left: 40px;
} 
.dpdWYSIWYG {
	background-color: #FFF;
}
.dpdHelp {
	margin: .4em;
	font-size: 12px;
}
.dpdSpinner {
	width: 100px;
}
.dpdLoading {
    display:    block;
    z-index:    1000;
    top:        0;
    left:       0;
/*    height:     70%;*/
    min-height: 50px;
    background: url('gfx/loading.gif') no-repeat;
	background-position: top;
	background-size: 32px 32px;
}
.dpdGreenHighlight {
	border: 1px solid #9fda58;
	background: #9fda58 url("/css/images/ui-bg_gloss-wave_85_9fda58_500x100.png") 50% 50% repeat-x;
	color: #000;
}
.dpdGreenHighlight .ui-icon,.ui-icon-info,ui-icon-refresh {
	background-image: url("/css/images/ui-icons_228ef1_256x240.png");
}
.dpdActionBeware {
	color: #C00;
}
.dpdInfo {
	cursor: pointer;
}
fieldset {
	margin: .4em;
}
fieldset.compact-set label {
	font-size: 1em;
	margin-top: 6px;
}
.dayTitle {
	padding: 5px;
	border: 1px solid silver;
	border-radius: 4px;
	background-color: #cecece;
	margin: 4px;
}
.wantedTaskHeader {
	clear: both;
	padding: 6px;
	margin: 6px; 
	font-size: 1em;
	float: left;
	width: 95%;
}
.overlappingTask {
	border: 1px solid #eeaeae;
	background-color: #decece;
	border-radius: 4px;
	width: 90%;
	margin-left: 5%;
	padding: 5px;
	margin-top: 2px;
	float: left;
	cursor: no-drop;
}
.overlappingTask.fullTask {
	border: 1px solid #5c66e0;
	background-color: #c0bebe;
}
.wantedTask {
	border: 1px solid silver;
	border-radius: 4px;
	width: 90%;
	margin-left: 5%;
	padding: 5px;
	margin-top: 2px;
	float: left;
	cursor: pointer;
}
.wantedTask:hover {
    border: 1px solid #fbcb09;
    background: #fdf5ce url("/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
	padding: 5px;
    color: #c77405;
}
.taskPart  {
	float: left;
	margin-right: 10px;
}
.taskPartr  {
	float: right;
	margin-right: 5px;
}
.taskTitle {
	cursor: pointer;
}
.plannedPersons {
	border: 1px solid silver;
	border-radius: 4px;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.plannedPerson {
	border: 1px solid silver;
	border-radius: 4px;
	background-color: #FFF;
	background: #f6f6f6 url("/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	width: 90%;
	margin-left: 5%;
	padding: 5px;
	margin-bottom: 2px;
}
.orangeIcon {
	background-image: url("/css/images/ui-icons_ef8c08_256x240.png") !important;
}
.infoIcon {
	background-image: url("gfx/Infoicon.svg");
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
.userIcon {
	background-image: url("gfx/usericon.png");
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
}
.listBooking1 {
	background-color: #DFD;
	border: 1px solid silver;
	border-radius: 4px;
}
.listBooking2 {
	background-color: #FDD;
	border: 1px solid silver;
	border-radius: 4px;
}
.listElement {
	border: 1px solid silver;
	border-radius: 4px;
	padding: 2px;
	margin-bottom: 3px;
}
.listElement:hover {
	background-color: #DFD;
}

.listItem {
	clear: both;
	width: 100%;
}
.listSub {
	float: left;
	width: 100%;
}
.listLeft {
	float: left;
	margin-left: 2px;
}
.listRight {
	float: right;
	margin-right: 2px;
}
.column {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #eeeeee;
	border-radius: 2px;
	height: 100%;
}
.columnHead {
	font-size: 1.5em;
	text-align: center;
	border-bottom: 1px dashed #eeeeee;
    margin-bottom: 5px;
}
.columnItem {
	border: 1px solid #cccccc;
    background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	margin-bottom: 3px;
    padding: 0.2em;
    font-size: 1em;
	text-align: left;
	color: #1c94c4;
}
.small {
	font-size: 9pt;
	margin-top: 4px;
	margin-left: 5px;
}
.eventstage {
	border: 3px solid lightblue;
	border-radius: 5px;
	padding: 7px;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.currentstage {
	background-color: rgb(136, 227, 255);
}
.nextstage {
	background-color: #8F8;
	cursor: pointer;
}
.invalidstage {
	color: grey;
	border-color: #9e9e9e;
	background-color: #BeBeBe;
}
@media print {
	/*   body {transform: scale(.7);}*/
	   table {page-break-inside: avoid;}
	   #page-top-div,#page-footer,#page-content-list-wrapper,#page-content-edit-header { display: none; }
	   #page-content-edit { border: none; }
	   .listSub {page-break-inside: avoid;}
}