body {
	padding-top: 70px;
	font-size: 15px;
	line-height: 1.6;
	color: #333;
	background: white;
}
#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: #ffffff url('../img/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}
a[href^="#error:"] {
	background: red;
	color: white;
}
form .required label {
	font-weight: bold;
}
form .error {
	color: #D00;
	font-weight: bold;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #e1e1e1;
	opacity: 1;
}
#frm-templateForm legend {
	padding-left: 10px;
	background: #717171;
	color: #ffffff;
}
#frm-templateForm fieldset.parameters,
#frm-templateForm fieldset.template,
#frm-templateForm fieldset.body {
	padding: 0 20px;
	border: 1px solid black;
}
#frm-templateForm fieldset.parameters legend,
#frm-templateForm fieldset.template legend,
#frm-templateForm fieldset.body legend {
	cursor: pointer;
}
#frm-templateForm fieldset.parameters legend:hover,
#frm-templateForm fieldset.template legend:hover,
#frm-templateForm fieldset.body legend:hover {
	background: #080808;
}
#frm-templateForm fieldset.parameters .row {
	background: #CECECE;
	padding: 10px;
	margin: auto 0;
	border-bottom: 2px solid white;
}
#frm-templateForm .collapse-block.active {
	display: none;
}
#frm-templateForm .collapse-label {
	display: inline;
}
#frm-templateForm .collapse-label.active {
	display: none;
}
div.add-composite-parameter fieldset {
	border: 1px solid black;
	padding: 15px;
}
div.add-composite-parameter fieldset.parameters {
	margin-top: 20px;
}
div.add-composite-parameter fieldset legend {
	padding-left: 10px;
	background: #717171;
	color: #ffffff;
	margin-bottom: 0;
}
div.add-composite-parameter .form-group {
	margin-bottom: 5px;
}
/* on off switch */
.switch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 24px;
	margin: -10px 0 5px 0;
	vertical-align: middle;
}
.switch input {
	display:none;
}
.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
.switch input:checked + .slider {
	background-color: #2196F3;
}
.switch input:focus + .slider {
	box-shadow: 0 0 1px #2196F3;
}
.switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}
.switch .slider.round {
	border-radius: 24px;
}
.switch .slider.round:before {
	border-radius: 50%;
}
.switch .switch-label {
	margin-left: 60px;
	font-size: 16px;
	font-weight: normal;
	vertical-align: top;
}
