table {
	width: 100%;
	border-collapse: collapse;
	margin-top:12px;
}
table, table th, table td {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
table tbody tr:nth-child(odd) {
	background: #f7f7f7;
}
table th {	
	width: 20%;
	min-width: 100px;
	text-align: right;
}
table td {
	width: 80%;
	text-align:left;
}
fieldset {
	border: 1px solid #ccc;
	padding-top: 12px;
	margin: 12px 0px;
}
legend {
	font-weight: bold;
	font-size: 18px;
}
.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.75);
	align-items: center;
	justify-content: center;
	-webkit-align-items: center;
}
.overlay div {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	background: #fff url('../../images/utilities/loader.gif') center no-repeat;
}
.ss-main .ss-multi-selected {
	border: 1px solid #767676 !important;
}
.ss-main .ss-multi-selected .ss-values .ss-value {
	background: #295b70 !important;
}
a.btn {
	display: block;
	background-color: #295b70;
	color: #FFFFFF !important;
	padding: 5px;
	font-weight: bold;
	border: 1px solid #295b70;
	text-align: center;
	text-decoration: none;
}
a.btn:hover {
	background-color: #FFFFFF;
	color: #295b70 !important;
}
.ss-main .ss-single-selected {
	height: auto !important;
}
.ss-main .ss-single-selected .placeholder {
	white-space: pre-wrap !important;
	width: auto !important;
}