/* Darstellungen von Rahmen */

.ge_border_none {
    border: 11px solid transparent;
}

.ge_border_green {
    border: 11px solid #90d033;
    border-image: url("/img/border/border_green_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_yellow {
    border: 11px solid #ffcc00;
    border-image: url("/img/border/border_yellow_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_red {
    border: 11px solid #be2344;
    border-image: url("/img/border/border_red_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_gray {
    border: 3px solid #d3d3d3;
    border-image: none;
    border-image-slice: 0;
    border-image-outset: 0;
    padding: 8px;
}

.ge_border_resizable_green {
    border: 11px solid #90d033;
    border-image: url("/img/border/border_green_resizable_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_resizable_yellow {
    border: 11px solid #ffcc00;
    border-image: url("/img/border/border_yellow_resizable_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_resizable_red {
    border: 11px solid #be2344;
    border-image: url("/img/border/border_red_resizable_24.png");
    border-image-slice: 11;
    border-image-outset: 3px;
}

.ge_border_resizable_gray {
    border: 3px solid #d3d3d3;
    border-image: none;
    border-image-slice: 0;
    border-image-outset: 0;
    padding: 8px;
}

/* Einschränkung für den IE, da "border-image" erst ab IE11 verfügbar ist. */
/* EPSC-1766/BAMEDSC-1302 - Verwendung für Elemente, die 37px und kleiner sind */
.ge_border_ie_less_11 {
    border-width: 2px;
    border-image: none;
    border-image-slice: 0;
    border-image-outset: 0;
}

/* EPSC-1766/BAMEDSC-1302 - Verwendung für Elemente, die 15px und kleiner sind */
.ge_border_thin {
    border-width: 1px;
    border-image: none;
    border-image-slice: 0;
    border-image-outset: 0;
}

.ge_color_picker_item_selected {
    background: url("/img/gedit/colorpicker/color_selected.png") no-repeat center;
    background-size: 16px;
}