
	.reportoptbox {
		width:90%;
		margin-bottom:8px;
	}

	.is-snug-chk {
		margin-top: -4px;
	}
	.is-snug-label {
		width: 100%;
	}
	.chk-indicator {
		color: green;
		font-weight: 700;
	}
	option[selected] {
		color: forestgreen;
		font-weight: 700;
	}
	.chk-indicator-off {
	}
	.row-spaced {
		margin-top: 8px;
		padding-top: 3px;
		border-top: 1px solid lightgray;
	}

	.inline-icon-btn {
		width:16px;
		margin-left:5px;
		cursor:pointer;
		padding-top:1px;
	}

	.odd_row {
		background-color:#eee;
	}

	.even_row {
		background-color:#fff;
	}

	.label-mandatory:before {
		content: "* ";
		color: red;
	}

	.static-field-text {
		padding: 4px;
		display: inline-block;
		font-size: 110%;
	}

	.message {
		width: 100%;
		border-radius: 4px;
		padding: 8px;
		margin-bottom: 8px;
	}
	.message .message-header {
		font-size: 120%;
	}
	.message .message-body {
		padding: 4px;
	}
	.message .message-body span:before {
		content: "* ";
	}
	.message .message-body span {
		font-size: 105%;
		display:block;
		padding-left: 12px;
	}
	.message-notice {
		color: #856404;
		background-color: #fff3cd;
		border-color: #ffeeba;
	}
	.message-notice .message-header {
		border-bottom: 1px solid #ffeeba;
	}
	.message-notice .message-body span {
		color: #856404;
	}


	*::-webkit-scrollbar {
	  width: 12px;               /* width of the entire scrollbar */
	  height: 12px;
	}
	*::-webkit-scrollbar-track {
	  background: whitesmoke;        /* color of the tracking area */
	  border-radius: 12px;       /* roundness of the scroll thumb */
	}
	*::-webkit-scrollbar-thumb {
	  background-color: lightgray;    /* color of the scroll thumb */
	  border-radius: 12px;       /* roundness of the scroll thumb */
	  border: 2px solid white;  /* creates padding around scroll thumb */
	}


