i.v5-delete:before {
	content: "";
	display: inline-block;
	background: url(/layout/css/svg/delete.svg) no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 26px;
	position: relative;
	top: 9px;
}

.dd3-content .redFont a {
	color: red !important;
}

.dd3-content .greenFont a {
	color: forestgreen !important;
}

.printText {
	position: relative !important;
	top: 12px !important;
}

.printText .bold {
	font-weight: bold 700 !important;
}

ul.circles li.green {
	background-color: #1e9f1b !important;
}

div.radio.green > input + label::before {
	border: 1px solid #1e9f1b !important;
}

div.radio.green > input:checked + label::after {
	background-color: #1e9f1b !important;
}


.dd3-content .redFont a {
	color: red !important;
}

.dd3-content .greenFont a {
	color: forestgreen !important;
}

.dd3-content span.circle.green::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: lawngreen;
}


.info-table .line span.circle.green::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: lawngreen;
}

.info-table .line span.circle.red::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: red;
}

.info-table .line span.circle.yellow::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: yellow;
}

.info-table .line span.circle.blue::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: dodgerblue;
}

.info-table .line span.circle.gray::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: grey;
}

img.photo {
	width: 100%;
	border: 1px solid #ccc;
}

div.no-photo {
	height:289px;
	width: 100%;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: center;
}

	div.no-photo a {
		position: relative;
		left: 0px;
		top: 100px;
	}

.img-delete {
	position: absolute;
	top: 20px;
	right: 12px;
	z-index: 10;
	cursor: pointer;
}

.spacer {
	padding: 10px 0;
}

 a.blue {
		color: #337ab7;
}

.panel-buttons .form-group {
	float: left;
	margin-right: 10px !important;
}

span.showred a {
	color: red !important;
} 