body.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/* background-image: url("/javax.faces.resource/ocean1.jpg?ln=images"); */
	/* background-color: #a3c0d7; */
	/* background-color: #7f9fbe; c8e1ff <<-- preferred  #dfdfdf; #7e95b5; */
	/* background-color: #eaeaea; */
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.summernote-selectable {
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

HR.separator {
	margin-top: 5px;
	margin-bottom: 5px;
}

#scrollUpCustom {
	background-image: url("/javax.faces.resource/top.png?ln=images");
	bottom: 5px;
	right: 5px;
	width: 38px; /* width of the custom image */
	height: 38px; /* height of the custom image */
	outline: none;
}

@media ( max-width :768px) {
	#scrollUpCustom {
		background-image: url("/javax.faces.resource/top.png?ln=images");
		bottom: 5px;
		right: 60px;
		width: 38px; /* width of the custom image */
		height: 38px; /* height of the custom image */
		outline: none;
	}
}

html, body {
	margin: 0;
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.wrapper {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 2em; /* Height of footer */
	min-height: 100%;
}

footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
	color: #888888;
}

.show-grid [class^="col-"] {
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 15px;
}

.show-grid-container [class^="col-"] {
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.show-grid-container2 [class^="col-"] {
	background-color: rgba(86, 61, 124, 0.15);
	border: 1px solid rgba(86, 61, 124, 0.2);
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.map-table .form-group {
	width: 90%;
}

.map-table .form-group input textarea {
	width: 100%;
}
