/* Add to label tag to add red astrisk to indicate required form field */
.required:after {
	content: "*";
	color: red;
}

fieldset.form-field-border {
	border: 1px solid #eee !important;
	border-left: 5px solid #eee !important;
	padding: 0 1.4em 1.4em 1.4em !important;
	margin: 0 0 1.5em 0 !important;
	-webkit-box-shadow: 0px 0px 0px 0px #000;
	box-shadow: 0px 0px 0px 0px #000;
}

legend.form-field-border {
	width: inherit;
	padding: 0 10px;
	border-bottom: none;
	font-size: 1em !important;
	font-weight: bold !important;
	text-align: left !important;
}

.initcap {
	text-transform: capitalize;
}

span.moreOptions {
	width: 100%;
}

span.facet-label {
	max-width: 75%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
}

a.facet:hover, a.facet:focus {
	text-decoration: none;
}

.facet-selected {
	font-weight: bold;
}

/*#####################################
   	   STANDARD REPORT STYLES
#####################################*/

/* style similar to h3 header */
.breadcrumb_form_header {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 0;
}

#form_field_edit_link {
	margin-left: 1em;
	'
}

.collapsing {
	-webkit-transition: none;
	transition: none;
}
/* Bylaw formatting classes */
p.bylawArticle {	
	font-size: 14pt;
	margin-bottom: 0pt;
	text-align: left;
}

p.bylawArticle > strong {	
	font-size: 28pt;
}

p[class^="level"], p[class*=" level"], table[class^="level"], table[class*=" level"] {
	font-size: 10.5pt;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table[class^="level"] td, table[class*=" level"] td {
	padding-right: 10px;
}

.level1 {
	padding-left: 25px;
}

.level2 {
	padding-left: 50px;
}

.level3 {
	padding-left: 75px;
}

.level4 {
	padding-left: 100px;
}

.level5 {
	padding-left: 125px;
}

.level6 {
	padding-left: 150px;
}

.level7 {
	padding-left: 175px;
}

.level8 {
	padding-left: 200px;
}

.textIndent {
	text-indent: -25px;
}

.level1 > strong {
	font-size: 14pt;
}

.level2 > strong {
	font-size: 11pt;
}
strong.violationAttribute {
	font-size: 10.5pt;
}

table.level1 {
	margin-left: 25px;
}

table.level2 {
	margin-left: 50px;
}

table.level3 {
	margin-left: 75px;
}

table.level4 {
	margin-left: 100px;
}

table.level5 {
	margin-left: 125px;
}

table.level6 {
	margin-left: 150px;
}

table.level7 {
	margin-left: 175px;
}

table.level8 {
	margin-left: 200px;
}

/* Overriding bootstrap defaults */
blockquote {
	padding: 0;
	margin: 14px 40px;
	font-size: inherit;
	border-left: none;
}

td.more-control {
	background: url('../vendors/datatables/images/details_open.png')
		no-repeat center center;
	cursor: pointer;
}

tr.shown td.more-control {
	background: url('../vendors/datatables/images/details_close.png')
		no-repeat center center;
}

span.addReference, span.addInterpRef {
	cursor: pointer;
	color: #5cb85c;
}

span.edit {
	cursor: pointer;
	color: #428bca;
}

span.removeReference {
	cursor: pointer;
	color: #a94442;
}

span.check {
	color: #5cb85c;
	border-color: #4cae4c;
}

span.reviewFlag {
	cursor: pointer;
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

body.modal-open .datepicker {
	z-index: 1151 !important;
}

div.input-group-btn .btn {
	border-left: none;
}

.label-d1 {
	background-color: #005085;
}

.label-d2 {
	background-color: #883233;
}

.label-d3 {
	background-color: #2F8757;
}

span.propInsert {
	text-decoration: underline;
	font-weight: bold;
}

span.propDelete {
	text-decoration: line-through;
	font-style: italic;
}

.display-block {
	display: block;
	margin-top: 7px;
	margin-bottom: 10px;
	color: #737373;
}