/* 
    Created on : 06.08.2024, 14:54:11
    Author     : ThomasRutschke
*/

@import url("SchunkSelect_CE.css");



schunk-select-simple {

/*    margin-bottom: 10px;
    border: lightgrey dotted 1px;*/
}

.schunk-select-container {
    display: grid;
    /*grid-template-columns: 5% 30% 15% 10%;*/
    grid-template-columns: 30% 15%;
    column-gap: 5%;
    
}

.schunk-select-simple-name {
    grid-row: 1;
    grid-column: 1 / span 2; 
    font-size: 1.4rem;
    font-weight: bold;
    padding: .5rem 3rem .5rem .5rem;
}

.schunk-select-headline {
    grid-row: 2;
    grid-column: 1 / span 2;
/*    font-size: 1.2rem;
    padding: .5rem 3rem .5rem 1rem;
    border-radius: .5rem;
    text-align: left;
    cursor: pointer;
    color: #929292;
    background: #f4f2f2 url(../images/arrowHeadDownGrey.svg) no-repeat right 19px center;
    background-size: 10px 10px;
    overflow-x: auto;*/
}

.width-166 {
    width: 166%; /* columns 1 + 2 + 3 */
}


.schunk-select-drop-down-container {    
    position: sticky;
    z-index: 99;
    margin-top: .25rem;
    background: #fff;
    border-radius: .5rem;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .11);
    overflow-x: auto;
}

.schunk-info-i {
    grid-row:1;
    grid-column: 2;
    margin: 5px;
}

.disabled {
    display: none;
}