﻿.suche_eingabe_rahmen {
    position: relative;
}

.suche_eingabe_liste {
    border: 1px solid #ccc;
    max-height: 150px;
    overflow-y: auto;
    background-color: white;
    position: absolute;
    left: 10.5rem;
    width: 240px; /* Same width as the input field */
    display: none;
    z-index: 999;
}

    .suche_eingabe_liste div {
        padding: 10px;
        cursor: pointer;
    }

        .suche_eingabe_liste div:hover {
            background-color: #f0f0f0;
        }

.verwaltung_rasterzelle_config_rahmen {
    clear: both;
    border: 1px solid grey;
    border-radius: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 6px;
    min-height: 200px;
}

.level1 .selected {
    background-color: orangered;
}

.rasterzelle {
    min-width: 365px;
}

/*  individuelle Grafiken für Kunden sollen in dessen files Ordner
    Beispiel: /App_Kunden/12345/files/auf.png
*/
.auf_icon {
    content: url("/App_Themes/global/auf.png");
}

.zu_icon {
    content: url("/App_Themes/global/zu.png");
}


/* ####################### */
/* Admin-Seite             */
/* ####################### */
.level1 {
    font: 14px 'Open Sans';
    background-color: #333333;
    color: #FFFFFF;
    padding: 8px 14px 8px 14px;
    margin-left: 14px;
    margin-right: 14px;
    border: none;
    border-radius: 3px;
}

.level1:hover, .selected {
    color: #CCCCCC;
}

.level1 .selected {
    background-color: orangered;
}

.verwaltung_reiter_rahmen {
    display: table;
    padding: 15px;
}

.verwaltung_reiter_menu {
    display: table-cell;
    vertical-align: top;
    width: 800px;
}

-verwaltung_reiter_vorschau {
    display: table-cell;
    width: 800px;
}

.cph_verwaltung_reiter_vorschau {
    display: table-cell;
    padding-top: 20px;
    width: 800px !important;
}

.lst_felderpool {
    width: auto;
    height: 200px;
    margin: 15px;
}

.anmeldung_vorschau_buttonrahmen {
    clear: both;
    width: 100%;
    text-align: center;
}

.beschriftung_rahmen_verwaltung {
    width: 250px;
}

.verwaltung_rasterzelle_config_rahmen {
    clear: both; 
    border: 1px solid grey;
    border-radius:3px;
    margin-top:5px;
    margin-bottom:5px; 
    padding:6px;
    min-height: 200px;
}

/* ####################### */
/* Update 1087             */
/* ####################### */

fieldset {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* ####################### */
/* Update XXXX             */
/* ####################### */