/* Admin panel view */

form.b-zl-tests__form {
	margin-right: 60px;
}

.b-zl-tests__searchrow > .control-group.input-text-wrapper {
	margin-bottom: 0px;
}

.b-zl-tests__form .first,
.b-zl-tests__searchrow {
	width: 10%;
}

.b-zl-tests__searchrow .input-index {
	width: 25px;
}

.b-zl-tests__wide-col-row .column-content {
	padding: 0;
	margin: 0;
}

.b-zl-tests__first-row {
	margin-bottom: 20px;
	margin-left: 20px;
	font-weight: bold;
}

.b-zl-tests__one-input-row,
.b-zl-tests__answer-points-content select,
.b-zl-tests__form .b-zl-tests__textarea-wide,
.b-zl-tests__form .b-zl-tests__title,
.b-zl-tests__one-input-row label,
.b-zl-tests__answer-option .form-validator-stack,
.b-zl-tests__one-input-row .form-validator-stack {
	width: 100%;
}

.b-zl-tests__form .b-zl-tests__textarea-hight {
	height: 105px;
}

.b-zl-tests__80-perc-column {
	padding: 0;
}

.b-zl-tests__answer-weight input[type="text"],
.b-zl-tests__answer-option input[type="text"],
.b-zl-tests__20-perc-column input[type="text"],
.b-zl-tests__80-perc-column input[type="text"] {
	margin: 0 10px 0 0;
	padding: 5px 3px;
}

.b-zl-tests__80-perc-column-content,
.b-zl-tests__answer-option-content,
.b-zl-tests__answer-weight-content {
	margin-right: 10px;
}

.b-zl-tests__labels-row {
	margin-bottom: 10px;
}
.b-zl-tests__answer-weight__input {
	text-align: right;
}

.b-zl-tests__form .b-zl-tests__number-of-random-questions {
	width: 10%;
}

.b-zl-tests__form .b-zl-tests__kind {
	width: 50%;
}

.b-zl-tests__form .help-inline .maxLength,
.b-zl-tests__form .help-inline .range,
.b-zl-tests__form .help-inline .digits,
.b-zl-tests__form .help-inline .required {
	color: #b50303;
}