@CHARSET "UTF-8";

#content {
	display: none;
	overflow: visible;
	/* height:100%; */
	width: 100%;
	min-width: 800px;
	position: relative;
	top:0; /* bottom:1em; left:1.5em;right:1.5em;*/
	margin-bottom: 1.5em;
}

.structureTable thead tr {height: 30px;}
.entry .col,
tfoot .col {padding: 0; position:relative;}

.entry .resizer {cursor: ns-resize;}

.structureTable.readonly tfoot {
	display: none;
}

.structureTable .colDateRange {
	text-align:center;
	vertical-align: middle !important;
}

.structureTable.readonly .colLast .remove {
	display: none;
}

#entryMenuMore.readonly .tableEdit {
	display: none;
}

.entry .loclLayerWrap{position:relative; height: 100%;}
.entry .col .lockLayer {
	background: url("../../../libs/jquery_mobile/themes/kalenderplaan2/images/ui-bg_diagonals-light.png") 50% 50% repeat;
	font-style:italic;
	opacity: .4;
	position: absolute;
	top: 0; left:0; right:0;bottom:0;
}

.ui-dialog ul {list-style-type: square; padding: 1em 0 1em 1em;}

/* ERROR placeholder text color is otherwise overwritten*/
.structureTable tr .col *::-webkit-input-placeholder{font-style:italic; color: inherit; opacity: .4;}
.structureTable tr .col *:-moz-placeholder{font-style:italic; color: inherit; opacity: .4;} /* Firefox 18- */
.structureTable tr .col *::-moz-placeholder{font-style:italic; color: inherit; opacity: .4;}  /* Firefox 19+ */
.structureTable tr .col *:-ms-input-placeholder {font-style:italic; color: inherit; opacity: .4;}

/* .entry .field::-webkit-input-placeholder {opacity: .8;}
.entry .field:-moz-placeholder {opacity: .8;}
.entry .field::-moz-placeholder  {opacity: .8;}
.entry .field:-ms-input-placeholder {opacity: .8;} */
