.error {
    color: #ff0000;
    font-style: italic;
    font-weight: bold;
}

.b-sidebar {
    margin-top: 18px;
}
.b-sidebar .root {
    padding: 3px 10px;
}
.b-sidebar .root > a {
    display: block;
    padding: 4px 5px 5px;
}
.b-sidebar .block.selected > a {
    background-color: rgba(0, 0, 0, 0.07);
    color: #000;
}
.b-sidebar .questions_links {
    position: relative;
}
.b-sidebar strong.highlighted {
    position: absolute;
    right: 17px;
    top: 9px;
}

.title.wa-theme-globalnav {
    border-bottom: 1px solid #aaa;
    position: relative;
    box-shadow: 0 4px 3px -2px rgba(0,0,0,0.1);
    background: -moz-linear-gradient(center top , rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.07) 100%);
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.1)), color-stop(1, rgba(0, 0, 0, 0.07)));
    padding: 10px 20px;
}
.title h4 {
    font-size: 1.3em;
    margin-bottom: 0px;
    display: inline-block;
}
.title .hint {
    margin-left: 10px;
}

.sidebar .hierarchical li.collapsible:not(.selected) > ul {
    display: none;
}

.sidebar .hierarchical li > div:hover .add_subcat {
    display: block;
}
.add_subcat {
    display: none;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
}

.category_settings_links {
    margin-top: 10px;
}
.category_settings_links a {
    font-size: 13px;
    color: #7D7D7D;
    margin-right: 15px;
}

.check_hidden {
    margin-bottom: 8px;
    font-size: 13px;
}

#form_settings h6.heading {
    margin-bottom: 20px;
}
#form_settings .as_field:nth-child(2n+1) {
    background-color: #f2f7ff;
}

#as_form_fields {
    padding-top: 5px;
    width: 708px;
}
.as_fields_header {
    margin-bottom: 15px;
}
.as_fields_header .required {
    margin-left: 53px;
}
#as_form_fields .sort,
#as_main_form .as_field .sort {
    width: 30px;
    margin-right: 10px;
}
#as_form_fields .sort input,
#as_main_form .as_field .sort input {
    width: 80%;
}
#as_form_fields .required,
#as_main_form .as_field .required {
    width: 100px;
}
#as_form_fields .name,
#as_main_form .as_field .name {
    width: 150px;
    margin: 0px 65px;
}
#as_form_fields .name select,
#as_main_form .as_field .name select {
    margin-top: 5px;
}
#as_form_fields .field_info {
    display: inline-block;
    width: 620px;
    margin-right: 20px;
}
#as_form_fields .field_info > div,
#as_main_form .as_field > div {
    display: inline-block;
    vertical-align: top;
}
#as_form_fields .add_option
#as_main_form .add_option {
    font-size: 13px;
}

.a_button {
    display: inline-block;
}

.as_select_options {
    vertical-align: top;
}
.as_select_options .option {
    margin-bottom: 5px;
}

.as_field {
    margin-bottom: 20px;
    padding: 10px;
}

#as_main_form {
    display: none;
    margin: 13px 0;
}
#as_main_form .as_field {
    position: relative;
    width: 687px;
}
#as_main_form .as_field .delete_but {
    position: absolute;
    right: 10px;
}

.double-padded.white_bg {
    background-color: #fff;
}

table.list {
    width: 100%;
}
table.list td {
    padding: 20px 10px;
    border-bottom: 1px solid #ddd;
}
table.list th {
    padding: 10px;
    border-bottom: 1px solid #BBBBBB;
    background: -moz-linear-gradient(center top, #F5F5F5 0%, #DDDDDD 100%) repeat scroll 0 0 transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F5F5F5', endColorstr='#dddddd')";
    font-weight: normal;
    color: #777;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(1, #ddd));
    background-image: -o-linear-gradient(rgb(245,245,245),rgb(221,221,221));
}
.center {
    text-align: center;
}

.delete_question {
    display: block;
}

#question_edit {
    background-color: #fff;
}
#question_edit .question_data {
    margin: 20px 0;
}
#question_edit .question_data .one_field {
    margin-bottom: 10px;
}
#question_edit .question_data .one_field span {
    font-weight: bold;
}
#question_edit .question {
    margin-bottom: 10px;
}
#question_edit .question textarea {
    font-size: 20px;
}
#question_edit .edit_url a {
    font-size: 12px;
    border-bottom: 1px dotted #03c;
    margin-left: 4px;
}
#question_edit .edit_url,
#question_edit .main_part div {
    display: inline-block;
}
#question_edit .unique_part input {
    margin-left: 5px;
}
#question_edit .answer {
    margin: 0 17px 17px 0;
    width: 70%;
}
#question_edit .answer .value {
    border: 1px solid #ccc;
}
#question_edit .answer .redactor-editor {
    min-height: 200px;
}
#question_edit input.button {
    display: block;
    margin-top: 20px;
}

#new_edit_cat input[name='sort'] {
    width: 35px;
    min-width: 0;
}