.image__empty_placeholder {
	background: url('placeholder.gif');
	width: 200px;
	height: 200px;
	display: inline-block;
	position: relative;

}

.image__upload_error {
	width: 450px;
	background: #fbfbfb;
	padding: 22px;
	margin: 20px;
	font-size: 16px;
	line-height: 20px;
}

.image__upload_error h4 {
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
}

.image__upload_error p {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 0 10px;
}

.image__upload_placeholder img {
	max-height: 200px;
	max-width: 200px;
}

.has-warning .help-block,
.has-warning .control-label {
	color: #c09853;
}

.has-warning .form-control {
	padding-right: 32px;
	border-color: #c09853;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #c09853;
}

.has-error .help-block,
.has-error .control-label {
	color: #b94a48;
}

.has-error .form-control {
	padding-right: 32px;
	border-color: #b94a48 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}

.has-success .help-block,
.has-success .control-label {
	color: #468847;
}

.has-success .form-control {
	padding-right: 32px;
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}

.help-block {
	display: block;
	color: #737373;
	font-size: 12px;
}

form .form-group blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #7BBE7E;
	font-size: 20px;
}

form .form-control blockquote p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.25;
}

form .controls blockquote p:last-child {
	margin-bottom: 0;
}

.fu_value {
	font-size: 11px;
}
.toggle.in{
	display: none;
}

.toggle.out{
	display: block;
}
