﻿.edit_area.form.edit_area_left {
    width: 50%;
    float: left;
    margin: -10px;
}

.edit_area.form.edit_area_right {
    width: 50%;
    float: right;
    margin: -10px;
}

.edit_area .group {
    clear: both;
    margin-top: 0.5em;
}

.edit_area.form .group {
    background: #295e8014;
    padding: 10px;
}

.edit_area .group h2 a.action {
    background: rgb(40, 95, 129);
    color: #ffffff;
    font-size: 16px;
    padding: 5px;
    float: right;
    text-decoration: none;
}

.edit_area .group:first-child {
    margin-top: 0;
}

.edit_area .group .field {
    margin-bottom: 1px;
}

.edit_area .group .field label {
    float: left;
    width: 50%;
    min-height: 1em;
}

.edit_area .group .field > span {
    min-width: 50%;
    display: inline-block;
}

.edit_area .group .field label.radio_label {
    float: none;
    width: auto;
}

.edit_area .group .field label.radio_label:after {
    content: ''
}

.edit_area .group .field label.q:after {
    content: ''
}

.edit_area_full .group .field label {
    width: 25%;
}

.edit_area.edit_area_full .group .field.nolabel:before {
    width: 25%;
}

.edit_area input[type=text],
.edit_area input[type=password],
.edit_area textarea,
.edit_area select {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 4px 5px;
}

.edit_area .group .field input[type=text],
.edit_area .group .field input[type=password] {
    width: 40%;
}

.edit_area .group .field .user_chooser input[type=text] {
    width: 35%;
}

.edit_area .group .field input[type=checkbox] {
    zoom: 1.75;
    vertical-align: middle;
}

.edit_area .group .field select {
    width: 40%;
    padding: 2px;
}

.edit_area .group .field textarea {
    height: 10em;
    width: 90%;
}

.edit_area .group .field textarea.brief {
    height: 5em;
}

.edit_area .group .field textarea.mini {
    height: 2.75em;
}

.edit_area .group .field textarea.micro {
    height: 2.75em;
    width: 40%;
}

.edit_area .group .field textarea.extended {
    height: 15em;
}

.edit_area .group .field.nolabel:before {
    float: left;
    width: 50%;
    min-height: 1em;
    content: ' '
}

.edit_area .group .field p {
    margin: 0;
    margin-bottom:
}

.edit_area .group > .help {
    padding: 0.25em;
    background: rgba(40, 95, 129, 0.5);
    color: #ffffff;
    margin-bottom: 0.25em;
    padding-left: 2em;
}

.edit_area .group > .help:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f05a';
    margin-left: -1.5em;
    display: inline-block;
    margin-right: 0.4em;
}

.edit_area .group .field .help, .field_help {
    padding: 0.25em;
    background: rgba(40, 95, 129, 0.5);
    color: #ffffff;
    font-size: 0.85em;
    margin-bottom: 0.25em;
    padding-left: 2em;
}

.edit_area .group .field .help:before, .field_help:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f05a';
    margin-left: -1.5em;
    display: inline-block;
    margin-right: 0.4em;
}

.edit_area .group .field label:after {
    content: ':'
}

.edit_area .group .subgroup {
    float: left;
    padding-bottom: 1em;
    clear: both;
}

.edit_area .group .subgroup.right {
    float: right;
    clear: none;
}

.edit_area .group .field.compound {
    width: 100%;
    display: flex;
}

.edit_area .group .field.compound > div {
    display: flex;
    flex-direction: column;
}

.edit_area .group .field.compound > div > * {
    margin-bottom: 5px;
}

.edit_area .group .field.compound label {
    float: none;
    display: inline-block;
    width: auto; /* zoom: 0.9; */
}

.edit_area .group .field.compound label:first-child {
    width: 50%;
    zoom: 1;
}

.edit_area .group .field.compound input[type=text] {
    width: 15%;
}

.edit_area .group .field.component_field {
    clear: right;
}

.edit_area .group .field.component_field .component {
    float: left;
    width: 40%;
}

.edit_area .group .field.component_field .component input[type=text] {
    width: 100%;
}

.edit_area.form .group h2 {
    padding: 5px 5px 5px 10px;
    background: rgba(41, 94, 128, 0.06);
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: -10px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 800;
}

.edit_area.form .group h2:first-child {
    margin-top: -10px;
}

.radio_table td {
    position: relative;
}

.radio_table td > label {
    display: block;
    position: absolute;
    float: none !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 12px;
    width: inherit !important;
    min-height: inherit !important;
    margin: 0;
}

.radio_table td > label:after {
    content: '' !important;
}
