.menu_button_editing:not(.button_script_selected) {
    background-color: #81A7C1 !important;
    color: #eee !important;

    cursor: pointer;
}

.menu_button_editing:not(.button_script_selected):hover {
    opacity: 1;
}

.menu_button_open_script,
 .menu_button_open_content {
    margin-left: 0.4em;

    text-decoration: none;
    display: flex;

    min-height: 1.1em;
    cursor: default;
}

.menu_button_open_content {
 }

.menu_button_open_script:hover {
	opacity: 0.8;
}

.button_script_selected:not(.menu_button_open_content) {
    cursor: pointer;
}

.script_primary > .button_script_selected {
    background-color: #35607F;
}

.menu_button_script_placeholder {
    display: inline-block;
    padding: 0.3em 0.2em;
}

.menu_button_text {
    display: inline-block;

    padding: 0.4em 0.8em 0.3em 0.4em;
}

.button_script_selected .menu_button_text {
    padding: 0.4em 0.8em 0.3em 0.1em !important;
}

.menu_button_open_script.button_script_selected .menu_button_script_placeholder:not(.menu_button_editing) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;

    width: 22px;
    height: 22px;
}

.script_primary .menu_button_script_placeholder {
    background-image: url("../img_web/run-white.svg");
}

.script_primary .button_script_selected:hover {
    background-color: #7A3333;
}

.script_secondary .menu_button_script_placeholder {
    background-image: url("../img_web/run-below-svgrepo-com.svg");
}

.script_secondary .button_script_selected:hover {
    background-color: #8E9E70;
}
