form {
    width: 100%;
    clear: both;
    font-size: 0.975em;
    box-sizing: border-box;
}

form h2 {
    font-size: 1.2em;
    margin: 5px 0 5px 0;
    padding-bottom: 0;
}

form h2.nodisplay {
    display: none;
}

form div.form_block {
    background-color: #f8f8f8;
    padding: 0;
    border-radius: 1px;
}

form div.form_block div.form_line:last-of-type {
    padding-bottom: 6px;
}

form div.form_block.nodisplay {
    display: none;
}

input,
select,
option {
    box-sizing: border-box;
}

form input,
form textarea,
from select {
    vertical-align: top;
}

form input.readonly,
form textarea.readonly,
form select.readonly {
    background-color: white;
    padding-left: 0 !important;
    border: 1px solid white;
}

div.form_block input.readonly,
div.form_block textarea.readonly,
div.form_block select.readonly {
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
}

form input:focus:not(.readonly),
form textarea:focus:not(.readonly),
form select:focus:not(.readonly) {
    box-shadow: 0 0 2px var(--lor-color);
}

form#form_1 {
    width: 100%;
    overflow: hidden;
}

form#form_1 h2 {
    margin-top: 20px;
}

div.form_line {
    margin-top: 6px;
    margin-right: 0px;
    padding-bottom: 0;
    border: none;
    clear: both;
    width: 100%;
}

form div.form_block div.form_line {
    border-top: 2px solid white;
    padding-top: 8px;
    padding-bottom: 1px;
    padding-right: 1%;
    width: 99%;
}

form div.form_block div.form_line+div.blockcloser {
    padding-bottom: 8px;
}

div.form_line.firstline {
    padding-top: 10px;
    margin-top: 6px;
    border-top: none;
}

form div.form_block div.form_line.firstline {
    border-top: none;
}

div.form_line.nodisplay {
    display: none;
}

div.form_fulline_comment_small {
    font-size: 0.95em;
    margin: 0 0 3px 33%;
}

div.form_fulline_comment {
    width: 100%;
    font-size: 1em;
}

div.form_fulline_comment_small p,
div.form_fulline_comment p {
    margin: 4px 5% 4px 0;
}

div.form_fulline_comment p {
    margin-left: 1%;
}

div.form_left_textarea_large {
    width: 500px;
}

div.form_left {
    float: left;
    width: 33%;
    overflow: hidden;
    margin-right: 1%;
    padding-left: 0%;
    padding-top: 3px;
    box-sizing: border-box;
}

form div.form_block div.form_left {
    width: 32%;
    padding-left: 1%;
}

div.form_left.text,
div.form_left.location,
div.form_left.number-unit,
div.form_left.textarea,
div.form_left.date,
div.form_left.time,
div.form_left.serialnumber {
    padding-top: 3px;
}

div.form_left.text.fixed {
    padding-top: 0px;
    padding-bottom: 3px;
}

div.form_left.select {
    padding-top: 2px;
}

div.form_left.file {
    padding-top: 3px;
}

div.form_left.options,
div.form_left.radio {
    padding-top: 0px;
    padding-bottom: 2px;
}

div.form_left_textarea_large {
    width: 545px;
    overflow: hidden;
    margin-right: 10px;
    clear: both;
}

div.form_left_confirm {
    float: left;
    width: 240px;
    overflow: hidden;
    margin-right: 10px;
    clear: both;
}

div.form_right {
    width: 66%;
    float: left;
    padding-right: 0%;
    margin: 0;
    overflow: visible;
    box-sizing: border-box;
}

div.form_right_textarea_large {
    width: 500px;
    overflow: hidden;
    padding: 0;
}

div.form_right span {
    cursor: default;
}

.form_fileupload_box {
    width: 100%;
    padding: 0.5% 1%;
    border: 1px solid #ccc;
    color: #333;
}

.form_tagging_input,
.form_text,
.form_text_prefix,
.form_email,
.form_submit,
.form_select,
.form_textarea,
.form_textselect_text,
.form_textselect_options,
.form_file,
.form_date_d,
.form_date_m,
.form_date_y,
.form_date_hr,
.form_date_min {
    width: 100%;
    padding: 0.5% 1%;
    border: 1px solid #ccc;
    color: #333;
    height: 30px;
}

form div.form_block .form_tagging_input,
form div.form_block .form_text,
form div.form_block .form_text_prefix,
form div.form_block .form_email,
form div.form_block .form_submit,
form div.form_block .form_select,
form div.form_block .form_textarea,
form div.form_block .form_textselect_text,
form div.form_block .form_textselect_options,
form div.form_block .form_file,
form div.form_block .form_date_d,
form div.form_block .form_date_m,
form div.form_block .form_date_y,
form div.form_block .form_date_hr,
form div.form_block .form_date_min {
    border: none;
}

div#maincontainer ul.form_autocomplete {
    position: absolute;
    width: 1%;
    padding: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: auto;
    max-height: 180px;
    background-color: white;
    overflow: scroll;
    overflow-x: hidden;
    margin-top: 0;
    list-style: none;
}

div#maincontainer ul.form_autocomplete li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding: 0.5%;
    margin: 0;
    background-image: none;
    line-height: 2em;
}

div#maincontainer ul.form_autocomplete li:hover {
    color: white;
    background-color: var(--lor-color);
    cursor: pointer;
}

div#maincontainer ul.form_autocomplete li:last-child {
    border-bottom: none;
}

.form_tagging_input {
    width: 33%;
    min-width: 200px;
}

.form_text.form_sn_1 {
    width: 40px;
    text-align: center;
}

.form_text.form_sn_2 {
    width: 70px;
    text-align: left;
}

.form_text.form_sn_3 {
    width: 120px;
    text-align: left;
}

span.sn_separator {
    margin: 0 5px;
    position: relative;
    top: 4px;
}

.form_text.form_sn_hidden {
    display: none;
}

.form_text.state {
    display: none;
}

div.form_disabled_container {
    position: relative;
    width: 100%;
}

div.form_disabled_container input.form_text {
    z-index: 100;
    background-color: transparent;
}

div.form_disabled_container input.form_text.form_disabled {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    background-color: transparent;
}

.form_file {
    display: none;
}

div.form_file_div div {
    float: left;
    text-align: center;
    width: 100%;
}

div.form_file_div div.form_upload_jpg {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-bottom: 10px;
    margin-right: 1%;
    background-color: white;
    width: 32.66666666667%;
    overflow: hidden;
    box-sizing: border-box;
}

div.form_block div.form_file_div div.form_upload_jpg {
    border: none !important;
}

div#box_buttons_frame div.form_file_div div.form_upload_jpg {
    width: 32.66666666667%;
}

div.form_file_div div.form_upload_file {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 1px;
    margin-bottom: 8px;
    width: 100%;
    text-align: left;
    position: relative;
    background-color: white;
    box-sizing: border-box;
}

div.form_block div.form_file_div div.form_upload_file {
    border: none;
}

div.form_file_div div.form_upload_file i.stepaside {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 1.5em !important;
}

div.form_file_div div.form_upload_jpg.third_jpg {
    margin-right: 0;
}

div.form_file_div div.form_upload_jpg img.jpg {
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 0px;
}

i.material-icons.red {
    color: red !important;
}

div.form_file_div div.form_upload_jpg i.material-icons.red {
    margin-left: 6px;
    cursor: pointer;
}

div.form_file_div div.form_upload_jpg svg.svg-inline--fa-arrow-circle-down {
    margin-left: 15px;
}

div.form_file_div div.form_upload_file svg.svg-inline--fa-arrow-circle-down {
    margin-right: 6px;
}

div.form_file_div div.form_upload_jpg i,
div.form_file_div div.form_upload_file i {
    color: var(--lor-color);
    cursor: pointer;
}

div.form_file_div svg.svg-inline--fa-trash {
    color: red !important;
}

div.form_file_div div.form_upload_jpg i:hover,
div.form_file_div div.form_upload_file i:hover {
    color: rgb(0, 80, 135);
}

div.form_file_div div.form_upload_jpg div.icon_box,
div.form_file_div div.form_upload_file div.icon_box {
    position: relative;
    top: 5px;
    float: right;
}

div.form_block div.form_file_div div.form_upload_file div.icon_box {
    width: 20%;
    text-align: right;
    float: right;
}

div.form_file_div div.form_upload_jpg div.file_box,
div.form_file_div div.form_upload_file div.file_box {
    width: 120px;
    height: 140px;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 3px;
    border-radius: 1px;
}

div.form_file_div div.form_upload_jpg svg.svg-inline--fa-trash-o.delete_file,
div.form_file_div div.form_upload_file svg.svg-inline--fa-trash-o.delete_file {
    margin: 0;
}

div.form_file_div div svg.svg-inline--fa-trash-o {
    color: var(--lor-color-dark);
    cursor: pointer !important;
}

div.form_file_div div svg.svg-inline--fa-trash-o:hover {
    color: var(--lor-color);
}

div.form_file_div div.form_upload_empty {
    box-sizing: border-box;
    clear: both;
    width: 30.333333333333%;
    margin-bottom: 1px;
}

div.form_block div.form_file_div div.form_upload_empty {
    box-sizing: border-box;
    width: 30.6666666%;
}

div#box_buttons_frame div.form_file_div div.form_upload_empty {
    box-sizing: border-box;
    width: 30.3333333333%;
    margin-bottom: 10px;
}

div.form_upload_empty {
    margin-top: 0;
}

div#maincontainer div.form_file_div div.form_upload_empty a:link,
div#maincontainer div.form_file_div div.form_upload_empty a:visited {
    width: 100%;
}

div.form_file_div div.form_upload_empty a svg.svg-inline--fa-trash-o {
    margin-right: 7px;
}

div.fileupload_running {
    clear: both;
    width: 100%;
    border: 1px solid var(--lor-color);
    padding: 5px;
    margin: 0 10px 10px 3px;
    border-radius: 1px;
    text-align: left;
    color: white;
    background-color: var(--lor-color);
    font-weight: bold;
}

div.fileupload_running svg.svg-inline--fa-spinner {
    margin-right: 10px;
    font-weight: normal;
}

div.form_file_div div.form_upload div.file_rowx {
    width: 100%;
    background-color: red;
}

div#maincontainer div.form_file_div div.form_upload_empty a:link,
div#maincontainer div.form_file_div div.form_upload_empty a:visited {
    text-decoration: none;
    border: none;
    white-space: nowrap;
    background-color: #ddd;
    border-radius: 1px;
    font-size: 1em;
    padding: 10px 11px;
    text-decoration: none;
    width: 100%;
    display: block;
}

div#maincontainer div.form_file_div div.form_upload_empty a:hover {
    text-decoration: none;
    color: white;
    background-color: var(--lor-color);
    background-image: none;
}

div#maincontainer div.form_file_div div.form_upload_empty a:hover svg.svg-inline--fa-trash-o {
    color: white;
}

div.form_file_div div.form_upload_file a.upload_link:link,
div.form_file_div div.form_upload_file a.upload_link:visited {
    float: left;
    width: 80%;
    margin-top: 5px;
}

.form_text_prefix {
    width: 245px;
}

.form_prefix {
    float: left;
    width: auto;
    overflow: hidden;
    margin-right: 2px;
}

.form_select {
    width: 100%;
    height: 30px;
    line-height: 1.75em;
    padding: 0 0.5%;
}

.form_select option {
    border: none;
    border-bottom: 1px solid #f4f4f4;
    padding: 1%;
    text-overflow: ellipsis;
}

.form_select_customised_arrow {
    width: 99.5%;
    height: 30px;
    padding: 0.5% 2%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    line-height: 1.75em;
    background-image: url(../gr_elemente/goto_down.png);
    background-position: 98.5%;
    background-repeat: no-repeat;
}

.form_select_customised_arrow:hover {
    background-image: url(../gr_elemente/goto_down_hover.png);
}

.form_radio,
.form_checkbox {
    margin: 4px 10px 2px 0;
    float: left;
    border: none;
}

input.form_radio {}

.form_radio.newline {
    clear: both;
}

.form_checkbox:focus,
.form_radio:focus {
    border: none;
    margin-bottom: 2px;
}

.radiobutton_text {
    float: left;
    width: auto;
    margin-right: 10px;
}

.radiobutton_text.not_in_one_line {
    width: 90%;
}

.checkbox_text {
    float: left;
    width: auto;
    float: left;
    margin-right: 15px;
}

.checkbox_text.not_in_one_line {
    width: 90%;
}

.radiobutton_text:hover,
.checkbox_text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.form_date_d {
    width: 70px;
    height: 30px;
    text-align: left;
    margin-right: 5px;
    padding: 4px 1%;
}

.form_date_m {
    width: 70px;
    height: 30px;
    margin-right: 5px;
    padding: 4px 1%;
}

.form_date_y {
    width: 75px;
    height: 30px;
    text-align: left;
    padding: 4px 1%;
}

.form_date_hr {
    width: 70px;
    height: 30px;
    text-align: left;
    margin-right: 5px;
    padding: 4px 1%;
}

.form_date_min {
    width: 70px;
    height: 30px;
    text-align: left;
    margin-right: 5px;
    padding: 4px 1%;
}

.form_date_d:focus,
.form_date_m:focus,
.form_date_y:focus,
.form_date_hr:focus,
.form_date_min:focus {}

.form_textselect_text {
    width: 130px;
    height: 30px;
}

.form_textselect_options {
    width: auto;
    min-width: 110px;
    height: 30px;
    padding: 4px;
    margin-left: 4px;
    overflow: hidden;
    font-size: 0.95em;
}

div.form_textselect_oneoption {
    display: inline;
    margin-left: 8px;
    position: relative;
    top: 4px;
}

.form_textselect_options:focus {}

.form_textselect_options option {
    padding: 5px;
}

.form_textarea {
    width: 98%;
    margin: 2px 0 2px 0;
    padding: 0.5% 1%;
    float: left;
    color: #333;
    resize: vertical;
    height: 120px;
    line-height: 1.5em;
    font-size: 0.95em;
}

.form_textarea_large {
    float: none;
    width: 100%;
    margin: 10px 0 2px 0;
}

.form_checkbox {
    margin-right: 10px;
    float: left;
    border: none;
}

.form_checkbox.newline {
    clear: both;
}

.form_radiobutton_checked,
.form_checkbox_checked {
    font-weight: bold;
}

.form_confirm_box {
    position: relative;
    top: 1px;
    float: left;
}

.form_confirm_display {
    float: left;
}

.form_confirm_text {
    float: left;
    margin-left: 10px;
    width: 90%;
    word-spacing: normal;
    height: auto;
    padding: 0;
}

div.form_confirm_text span.textblock {
    display: block;
    cursor: pointer;
}

.form_submit {
    width: auto;
    min-width: 150px;
    background-color: var(--lor-color);
    color: white;
    margin: 5px 0 2px 10px;
    padding: 10px 10px 25px 25px;
    border: none;
    border-radius: 1px;
    font-weight: bold;
    float: right;
    min-height: 45px;
    text-align: right;
    font-size: 1.05em;
}

.form_submit:hover {
    background-color: rgb(64, 162, 214);
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 0 2px rgb(64, 162, 214);
}

.form_submit:active {
    box-shadow: 0 0 5px rgb(254, 203, 0);
}

.form_submit:focus {
    margin-bottom: 2px;
}

.form_submit.form_submit_disabled {
    background-color: #ddd;
}

.form_submit:hover,
.form_submit:active,
.form_submit:focus {
    box-shadow: none;
}

.form_error {
    color: red;
}

.form_addressee {
    position: relative;
    top: 2px;
}

.form_yes,
.form_no {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.form {
    width: 100%;
    margin: 0;
}

form {
    padding: 0;
    margin: 0;
    width: 100%;
}

form>h2 {
    margin-top: 8px;
}

div.form_left em {
    color: rgb(201, 78, 36);
    margin-left: 5px;
}

div.form_right p {
    color: rgb(25, 144, 193);
}

div.form_limit {
    display: none;
    margin: -10px 0 0 0;
}

img.okaypic {
    display: inline;
    position: relative;
    top: 5px;
    margin-left: 4px;
}

div#boxcloser {
    clear: both;
    padding: 0;
    margin: 0;
    height: 0;
}

div#boxcloser.block {
    height: 7px;
}

.form_buy_lorentz_key_1 div.form_right {
    font-weight: bold;
}

div#form_feedback {
    width: 97.8%;
    margin: 0;
    clear: both;
    margin-top: 50px;
    border: 1px solid transparent;
}

div#form_feedback ul {
    padding: 10px;
    padding: 0;
}

span.checkanddate_span {
    position: relative;
    top: -2px;
    margin-left: 3px;
}

iframe.form_iframe {
    width: 310px;
    height: 200px;
    border: 1px solid #ccc;
}

div.form_left span.optional em {
    display: none;
}

div.form_left span.compulsory {
    font-weight: bold;
    color: #c94e24;
}

div.form_line.state {
    display: none;
}

.form_text.ajaxified {
    border-radius: 1px 1px 0 0;
}

div.form_text_ajax {
    clear: both;
    border-top: none;
    width: 65%;
    z-index: 20;
    display: none;
    border-radius: 0 0 1px 1px;
    position: absolute;
    background-color: transparent;
    z-index: 201;
}

div.form_text_ajax div.nohits {
    padding: 8px 8px 30px 8px;
}

table.ajax-list td {
    padding: 7px;
    border-top: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
}

table.ajax-list tr:first-child td {
    border-top: none;
}

table.ajax-list td.pid {
    width: 1%;
    white-space: nowrap;
}

table.ajax-list td.name,
table.ajax-list td.country {
    width: 45%;
}

table.ajax-list tr:hover td {
    background-color: var(--lor-color);
    color: white;
}

div.form_message {
    clear: both;
    width: 95.75%;
    font-size: 1.05em;
    padding: 1.5%;
    border: 3px solid red;
    border-radius: 1px;
    color: white;
    background-color: red;
    position: relative;
    top: 0;
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
}

div.form_message:before {
    content: "";
    display: block;
    /* reduce the damage in FF3.0 */
    position: absolute;
    top: -10px;
    left: 10px;
    width: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: red transparent;
}

form i.datepicker,
form i.datepicker_clear,
form i.timepicker {
    font-size: 1.75em;
    color: var(--lor-color);
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    top: 4px;
}

form i.datepicker_clear {
    margin-left: 1px;
}

form i.timepicker {
    margin-left: 3px;
}

form i.datepicker:hover,
form i.datepicker_clear:hover,
form i.timepicker:hover {
    color: var(--lor-color-dark) !important;
}

div#tmpcontainer.form_datepicker,
div#tmpcontainer.form_timepicker {
    position: absolute;
    width: 300px;
    height: 265px;
    z-index: 255;
    background-color: var(--lor-color);
    color: white;
    font-size: 0.95em;
    padding: 8px;
    display: block;
    padding: 0.5%;
}

div#tmpcontainer.form_timepicker {
    height: 231px;
}

div#tmpcontainer.form_datepicker:before,
div#tmpcontainer.form_timepicker:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -15px;
    border: 10px solid;
    border-color: var(--lor-color) transparent transparent var(--lor-color);
}

div#tmpcontainer.form_datepicker.topedge:before,
div#tmpcontainer.form_timepicker.topedge:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: -15px;
    border: 10px solid;
    border-color: transparent transparent var(--lor-color) var(--lor-color);
}

div#tmpcontainer.form_timepicker div.hour,
div#tmpcontainer.form_timepicker div.minute,
div#tmpcontainer.form_timepicker div.header,
div#tmpcontainer.form_timepicker div.blind,
div#tmpcontainer.form_datepicker div.weekday,
div#tmpcontainer.form_datepicker div.weekday_header,
div#tmpcontainer.form_datepicker div.weekday_blank,
div#tmpcontainer.form_datepicker div.weekday_blind,
div#tmpcontainer.form_datepicker div.button,
div#tmpcontainer.form_timepicker div.button {
    float: left;
    width: 13.4%;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
    background-color: white;
    color: black;
    padding: 5px 0;
    border-radius: 1px;
    overflow: hidden;
}

div#tmpcontainer.form_timepicker div.hour:nth-child(7n+1),
div#tmpcontainer.form_timepicker div.minute:nth-child(7n+1) {
    margin-right: 0;
}

div#tmpcontainer.form_datepicker div.weekday_blank {
    background-color: rgb(0, 155, 226);
}

div#tmpcontainer.form_timepicker div.blind,
div#tmpcontainer.form_datepicker div.weekday_blind {
    background-color: rgb(10, 165, 236);
    color: rgb(0, 100, 150);
}

div#tmpcontainer.form_datepicker div.weekday.sunday,
div#tmpcontainer.form_datepicker div.weekday_header.sunday,
div#tmpcontainer.form_datepicker div.weekday_blank.sunday,
div#tmpcontainer.form_datepicker div.weekday_blind.sunday {
    margin-right: 0;
}

div#tmpcontainer.form_timepicker div.header,
div#tmpcontainer.form_datepicker div.weekday_header {
    background-color: var(--lor-color-dark);
    color: white;
    font-weight: bold;
}

div#tmpcontainer.form_datepicker div.weekday.sunday {
    background-color: #eee;
}

div#tmpcontainer.form_timepicker div.hour:hover,
div#tmpcontainer.form_timepicker div.minute:hover,
div#tmpcontainer.form_timepicker div.button:hover,
div#tmpcontainer.form_datepicker div.weekday:hover,
div#tmpcontainer.form_datepicker div.button.clickable:hover {
    color: white;
    background-color: var(--lor-color-dark);
    font-weight: bold;
    cursor: pointer;
}

div#tmpcontainer.form_datepicker div.weekday.picked,
div#tmpcontainer.form_timepicker div.minute.picked,
div#tmpcontainer.form_timepicker div.hour.picked {
    background-color: red;
    color: white;
    font-weight: bold;
}

div#tmpcontainer.form_datepicker div.weekday.picked:hover {
    background-color: red;
    font-weight: bold;
    color: white;
}

div#tmpcontainer.form_datepicker div.button.month {
    width: 27.8%;
    font-weight: bold;
}

div#tmpcontainer.form_datepicker div.button.year {
    font-weight: bold;
}

div#tmpcontainer.form_datepicker div.button.next_year {
    margin-right: 0;
}

div#tmpcontainer.form_timepicker div.button.close,
div#tmpcontainer.form_datepicker div.button.close {
    width: 27.8%;
    margin-right: 0;
}

div.registration_cancelled {
    margin-left: 15px;
    font-weight: bold;
}

div.registration_cancelled i {
    color: red;
    font-size: 3.5em;
    margin-bottom: 5px;
}

div#form_feedback {
    display: none;
}

form div.form_line.location,
form div.form_block div.form_line.location {
    width: 60% !important;
    margin-right: 1%;
    border-top: none;
    padding-top: 0;
}

form div.form_line.location.firstline,
form div.form_block div.form_line.location.firstline {
    padding-top: 8px;
}

div.form_line.location,
div.form_line.location div#boxcloser {}

div.form_line.location div.form_left {
    width: 54.5%;
}

div.form_line.location div.form_right {
    width: 42.5%;
}

div.form_location {
    height: 313px;
}

div#form_location_map {
    position: absolute;
    right: 0;
    background-color: #ddd;
    margin: 0;
    height: 300px;
    width: 38%;
    margin-right: 2%;
    margin-top: 8px;
    border-top: none;
}

div.form_toggle_div {
    float: left;
    margin-right: 12px;
    width: auto;
}

div.form_toggle_switch_box {
    position: relative;
    height: 20px;
    border: 1px solid #ccc;
    background-color: #f4f4f4;
    width: 55px;
    box-shadow: inset -2px -2px 5px -5px rgba(0, 0, 0, 0.8);
    border-radius: 3px;
}

div.form_toggle_switch {
    height: 20px;
    background-color: white;
    width: 25px;
    border: 1px solid #ccc;
    position: absolute;
    top: -1px;
    cursor: pointer;
    border-radius: 3px;
}

div.form_toggle_switch.option1 {
    left: -1px;
}

div.form_toggle_switch.option2 {
    left: 29px;
}

div.form_toggle_switch:hover,
div.form_toggle_switch.not_moving:hover,
div.form_toggle_switch.moving {
    background-color: var(--lor-color);
    border: 1px solid var(--lor-color);
}

div.form_toggle_switch.not_moving {
    background-color: white;
    border: 1px solid #ccc;
}

div.form_toggle_text {
    width: auto;
    overflow: visible;
    white-space: nowrap;
}

div.form_toggle_text.toggle_selected {
    font-weight: bold;
}

div.form_toggle_text:hover {
    text-decoration: underline;
    cursor: pointer;
}

.label_span {
    display: block;
    width: 300px !important;
    float: left;
    clear: both;
}

@media (max-width: 1200px) {
    div.form_left {
        width: 100% !important;
        float: none;
        padding: 10px 15px 15px 15px;
    }

    div.form_right {
        width: 100% !important;
        float: none;
        padding: 0 15px 30px 15px;
    }

    div.form_upload_empty {
        width: 100% !important;
    }
}