/*temp. hacks and resets/normalize */

.platform_page .operator .ee_icon {
    background: none !important;
    background-image: none !important;
    margin: 0 !important;
    width: unset;
    height: unset;
}

.platform_page .operator .ee_icon:not(.ee-text-link):after {
    background: none !important;
    background-image: none !important;
    display: unset !important;
    background-color: transparent !important;
    margin: 0 !important;
}
.ee_input_icon input.form-submit,
.ee_input_icon input.form-submit,
.ee_input_icon input.small-submit,
.ee_input_icon input.form-submit:hover,
.ee_input_icon input.form-submit:hover,
.ee_input_icon input.small-submit:hover {
    background-color: transparent;
    color: transparent;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    line-height: unset;
    text-decoration: none;
}

/*******temp. hacks ende*********/
.ee_action_icons {
    position: relative;
    display: flex;
    gap: 8px;
    align-items: center;
    text-indent: unset;
    justify-content: flex-start;
    line-height: normal;
}

body form .ee_input_icon input.form-submit:hover,
body .ee_input_icon input.form-submit:hover,
body .ee_input_icon input.small-submit:hover {
    background-color: transparent;
}
.ee_input_icon,
.ee_icon {
    display: unset;
    height: 100%;
    cursor: pointer;
    background: none !important;
    background-image: none !important;
    margin: 0;
}
.ee_input_icon:not(.ee-text-link),
.ee_icon:not(.ee-text-link, .ee_datepicker, .download-button) {
    font-size: 0;
    text-decoration: none;
}
.ee_input_icon {
    position: relative;
    width: 20px;
    height: 20px;
}
.ee_input_icon input {
    position: relative;
    z-index: 2;
    width: 20px;
    height: 20px;
    color: transparent;
    cursor: pointer;
}
a.ee_icon:hover,
.ee_icon:hover {
    text-decoration: none !important;
}
.ee_input_icon:after,
.ee_icon:after {
    font: var(--fa-font-sharp-light);
    color: var(--primary_color, var(--primary, black));
    font-size: 20px;
    font-weight: 300;
    background: none !important;
    background-color: transparent !important;
}
.ee_input_icon:after {
    position: absolute;
    z-index: 1;
    left: 0;
}
.ee-text-link.ee_icon:after {
    margin-left: 5px;
}
.ee_icon.disabled:after {
    color: var(--disabled);
    cursor: not-allowed;
    background: none !important;
    opacity: 0.5;
}
.ee_icon.disabled {
    cursor: not-allowed;
    background-image: none;
}
.ee_icon:hover:after {
    /* color: var(--primary_color, var(--primary, black)); */
    opacity: 0.8;
}

.edit-button.ee_icon:after {
    content: "\f044";
}
.accept-button.ee_input_icon:after,
.accept-button.ee_icon:after,
.accept.ee_icon:after {
    content: "\f14a";
}
.reject-button.ee_input_icon:after,
.reject-button.ee_icon:after {
    content: "\f2d3";
}

.save-button.ee_icon:after {
    content: "\f0c7";
}
.delete-button.ee_icon:after {
    content: "\f2ed";
}
.delete-undo-button.ee_icon:after {
    content: "\e2b3";
}
.create-button.ee_icon:after {
    content: "\e494";
}
.add-button.ee_icon:after {
    content: "\f055";
}

.circle-button.ee_icon:after {
    font: var(--fa-font-solid);
    color: var(--disabled_light, lightgrey);
    content: "\f111";
    font-size: 16px;
}
.red.circle-button.ee_icon:after {
    color: var(--traffic_red, red);
}
.yellow.circle-button.ee_icon:after {
    color: var(--traffic_yellow, yellow);
}
.green.circle-button.ee_icon:after {
    color: var(--traffic_green, green);
}
.create-rel-button.ee_icon:after {
    content: "\e197";
}
.pdf-button.ee_icon:after {
    content: "\f1c1";
}
.search-button.ee_icon:after {
    content: "\f002";
}
.copy-button.ee_icon:after {
    content: "\f0c5";
}
.activate-button.ee_icon:after {
    content: "\f00c";
}
.approval-button.ee_icon:after {
    content: "\f058";
}
.download-button.ee_icon:after {
    content: "\f019";
}
.upload-button.ee_icon:after {
    content: "\f093";
}
.ee-text-link.download-button.ee_icon:after {
    display: block;
}
.overview-link-button.ee_input_icon:after,
.overview-link-button.ee_icon:after {
    content: "\e521";
}
.allocation-button.ee_icon:after {
    content: "\e4ae";
}
.reactivate-button.ee_icon:after {
    content: "\e2b3";
}
.ee_info.ee_icon:after {
    content: "\f05a";
}
.link-external.ee_icon:after {
    content: "\f08e";
    font-size: inherit;
}
.onoffswitch-checkbox.ee_icon {
    display: none;
}
.gears-button.ee_icon:after {
    content: "\f085";
}
.info-button.ee_icon:after {
    content: "\f321";
}
.start-button.ee_icon:after {
    content: "\f04b";
}
.check-info-button.ee_icon:after {
    content: "\e23c";
}
.protocol-button.ee_icon:after {
    content: "\f15c";
}

.toogle-switch.ee_icon {
    position: relative;
    padding-left: 8px;
    font-size: unset;
    min-height: 30px;
    text-align: center;
    border: none;
}

.toogle-switch.ee_icon:after {
    font: var(--fa-font-regular);
    content: "\f204";
    color: var(--disabled, grey);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
}
.toogle-switch.ee_icon:before {
    content: "off";
    color: var(--disabled, grey);
    font-size: 12px;
}
.onoffswitch-checkbox:checked + .toogle-switch.ee_icon::after {
    font: var(--fa-font-regular);
    content: "\f205";
    color: var(--primary_color, var(--primary, black));
    font-size: 30px;
}
.onoffswitch-checkbox:checked + .toogle-switch.ee_icon::before {
    content: "on";
    color: var(--primary_color, var(--primary, black));
    font-size: 12px;
}

.ee_datepicker.ee_icon > .form-type-textfield {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
}
.ee_datepicker.ee_icon > .form-type-textfield input {
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 20px 0;
}
.ee_datepicker.ee_icon > .form-type-textfield:after {
    font: var(--fa-font-sharp-light);
    color: var(--primary_color, var(--primary, black));
    content: "\f073";
    position: absolute;
    left: 10px;
    font-size: 30px;
}
table.dataTable.ee_icon_table thead .sorting_asc,
table.dataTable.ee_icon_table thead .sorting_desc,
table.dataTable.ee_icon_table thead .sorting {
    background-image: none !important;
}
table.dataTable.ee_icon_table thead .sorting::after {
    font: var(--fa-font-sharp-light);
    content: "\e099";
    position: absolute;
    right: 1.5%;
    font-size: 10px;
    top: 45%;
    transform: translateY(-50%);
}
table.dataTable.ee_icon_table thead .sorting_asc::after {
    content: "\f062";
    font-size: 11px;
}
table.dataTable.ee_icon_table thead .sorting_desc::after {
    content: "\f063";
    font-size: 11px;
}
.ee_icon_duotone {
    position: relative;
    padding-left: 1.25em;
}

.ee_icon_duotone::before,
.ee_icon_duotone::after {
    font: var(--fa-font-duotone);
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
    font-size: 30px;
}

.toogle-switch.ee_icon_duotone::before {
    content: "\e5b0";
    color: var(--disabled_light);
}
.toogle-switch.ee_icon_duotone::after {
    content: "\e5b0\e5b0";
    color: var(--disabled);
}
.onoffswitch-checkbox:checked + .toogle-switch.ee_icon_duotone::before {
    content: "\e5b1";
    color: var(--primary_color, var(--primary, black));
}
.onoffswitch-checkbox:checked + .toogle-switch.ee_icon_duotone::after {
    content: "\e5b1\e5b1";
    color: var(--primary_color, var(--primary, black));
    opacity: 0.5;
}
