.modal-header, h4, .close {
	background-color: #cfc6b5;
	text-align: center;
	font-size: 20px;
}

.modal-body td {
	font-size: 11px;
}

h3 {
	margin:1em;
}

h3 input{
	margin-left: 2em;
}

p input.allnone {
	vertical-align: top;
	margin-left: 10px;
}

p {
	margin: 0;
}

	p input {
		margin-bottom: 10px;
	}

table.cbl {
	border: 1px solid #cfc6b5;
	margin: 0 0 20px 0;
	width: 100%;
}

	table.cbl td {
		padding: 0 0.2em 0 0.4em;
		vertical-align: top;
		overflow-wrap: break-word;
	}

	table.cbl input {
		vertical-align: middle;
	}

	table.cbl span {
		text-wrap: none;
		overflow-wrap: break-word;
	}

#webloader {
	width: 100%;
	height: 1000px;
	margin: 0 auto;
}




.doctree div {
	padding: 4px;
}
.doctree a img{
	margin-right: 0.6em;
}
.doctree a {
	text-wrap: none;
	font-size: large;
}



.so_datagrid
{
	width: 100%;
}
.so_datagrid th
{
	text-align: left;
}
.scrollable-menu {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}
#pnlParams label
{
	margin-left: 1.2em;
	font-weight: bold;
	font-size: large;
}
#pnlParams input
{
	margin-left: 0.5em;
}
.main-menu img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
.listrow td, .altrow td
{
	padding: 5px;
}
.paymentGroup
{
	padding-bottom: 4px;
	margin-bottom: 20px;
	border-bottom: 4px double;
}
.paymentGroup:last-child
{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.tableScroll
{
	width: 600px;
	max-width: 600px;
	overflow-x: scroll;
}
.form-group input[type=checkbox] {
	margin-right: 6px;
}

.checkAllNone label
{
	margin-right: 1em;
}
table.checkAllNone
{
	border-bottom: 1px dashed gray;
	margin-bottom: 1em;
}



#overlay {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1000;
	background-image: url("../img/modal_bg_overlay.png");
}

#fixedElement1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -275px;
	background-color: #fefefe;
}

#ModalFrame {
	background-color: transparent;
	border: 0;
}

#modalInnerBody {
	text-align: left;
}

#modalHeader {
	padding-left: 1em;
	line-height: 2em;
	background-color: #e0e0e0;
}
#modalHeader a {
	color: black !important;
	text-decoration: none;
}


.error{
	font-weight:bold;
	color:red;
}
select + .error{
	margin-left: 6px;
}

.list-inline-item {
	margin-left: 2em;
	margin-right: 2em;
}
