#groups, #groups ul{
	list-style-type: none;
}

#groups a {
	cursor: pointer;
}

#groups {
	margin-bottom: 10px;
}

[class^=ic-]:before, [class*=" ic-"]:before {
	display:inline;
	vertical-align: middle
}

.fa {
	padding-right: 5px;
}

.groupStyle {
	margin: 10px 10px;
	display: block;
	background-color: #ffffff;
	border: 2px solid #ebedef;
	border-radius: 6px;
	margin-bottom: 18px;
	padding: 6px 6px;
	text-align: left;
	font-weight: bolder;
	color: #333;
}

.subGroupStyle {
	margin: 10px 0px;
	display: block;
	padding: 3px 3px;
	font-weight: normal;
	color: #333;
}

.subGroupStyle:hover, .subGroupSelected {
	background-color: #3498DB!important;
	border: 2px solid #2980B9!important;
}

.groupStyle:hover, .groupSelected {
	color: #fff!important;
	background-color: #34495E;
	border: 2px solid #2C3E50;
}

label {
	padding-right: 10px;
}

.updateDocumentBox {
	background-color: #95A5A6!important;
}

.updateDocumentBox a {
	color: #fff!important;
}

.updateDocumentBox a:hover {
	color: #ECF0F1!important;
}

.updateDocumentBox input {
	float: right;
}


.infoBanner {
	margin-top: 14.5px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border-radius: 3px;
	padding: 6px;
}

#errorMode {
	color: #e74c3c;
	border: 1px solid #C0392B;
}

#successMode {
	color: #2ecc71;
	border: 1px solid #27AE60;
}

a:hover, a:focus {
    text-decoration: none!important;
}

#result {
	margin-top: 10px;
}

.results, .results th {
	text-align: center!important;
}
