
*{
    -webkit-appearance: none;
}

#layover{
    position:fixed;
}

.isSafari #layover{
    position:sticky !important; 
}

.tzSelectToets,
.tzSelectOmwonden,
.tzSelectOog {
    display: inline-block;
    width: 118px !important;
    height: 42px;
}

.tzSelectToets .selectBox,
.tzSelectOmwonden .selectBox,
.tzSelectOog .selectBox {
    width: 121px;
}
.tzSelect10 .selectBox{
    width: 65px;
}
.tzSelect10{
    width: 65px !important;
}
.tzSelect10 .selectBox,
.tzSelectToets .selectBox,
.tzSelectOmwonden .selectBox,
.tzSelectOog .selectBox {
    top: 10px;
    background-color: #666;
    font: 16px Raleway, Helvetica, "Lucida Grande", sans-serif;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0px 0px 0px 1px #666666;
}

.tzSelectKam .selectBox:hover,
.tzSelectKam .selectBox.expanded,
.tzSelectStem .selectBox:hover,
.tzSelectStem .selectBox.expanded,
.tzSelect10 .selectBox:hover,
.tzSelect10 .selectBox.expanded,
.tzSelectToets .selectBox:hover,
.tzSelectToets .selectBox.expanded,
.tzSelectOmwonden .selectBox:hover,
.tzSelectOmwonden .selectBox.expanded,
.tzSelectOog .selectBox:hover,
.tzSelectOog .selectBox.expanded {
    background-color: #666;
    color: white;
}
.tzSelectToets2, .tzSelectOmwonden2, .tzSelectOog2, .tzSelect102, .tzSelectKam2, .tzSelectStem2{
    position: fixed;
    width: 100vh;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.isSafari .tzSelectToets2, .isSafari .tzSelectOmwonden2, .isSafari .tzSelectOog2, .isSafari .tzSelect102, .isSafari .tzSelectKam2, .isSafari .tzSelectStem2{
    position: sticky !important;
}


/* desktop width > 1000 */
@media only screen and (min-width: 1001px) {

    .tzSelectKam2 .dropDown,
    .tzSelectStem2 .dropDown,
    .tzSelect102 .dropDown,
    .tzSelectToets2 .dropDown,
    .tzSelectOmwonden2 .dropDown,
    .tzSelectOog2 .dropDown {
        position: fixed;
        top: 20px;
        left: 50%;
        margin-left: -375px;
        width: 750px;
        bottom: 20px;
        border-radius: 5px;
        padding-left: 0;
        list-style: none;
        overflow-y: auto;
        overflow-x: hide;
        z-index: 1;
        box-sizing: border-box;
        flex-direction: column;
        display: flex;
        border: solid 1px rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
        border-style: ridge;
        background: #141414;    
    }
    .tzSelectToets2 .dropDown, .tzSelect102 .dropDown{
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/* mobile width <= 1000 */
@media only screen and (max-width: 1000px) {
    #cross{
        display: none;
    }
    .tzSelectKam2 .dropDown,
    .tzSelectStem2 .dropDown,
    .tzSelect102 .dropDown,
    .tzSelectToets2 .dropDown,
    .tzSelectOmwonden2 .dropDown,
    .tzSelectOog2 .dropDown {
        position: fixed; 
        height: 100vh; 
        width: 100vw; 
        flex-direction: column;
        display: flex;
        top: 0px;
        left: 0px;
        bottom: 0;
        right: 0;
        border-radius: 0px;
        padding-left: 0;
        list-style: none;
        overflow-y: auto;
        overflow-x: hide;
        z-index: 1;
        background: #141414;
    }
    .isSafari .tzSelectKam2 .dropDown,
    .isSafari .tzSelectStem2 .dropDown,
    .isSafari .tzSelect102 .dropDown,
    .isSafari .tzSelectToets2 .dropDown,
    .isSafari .tzSelectOmwonden2 .dropDown,
    .isSafari .tzSelectOog2 .dropDown {
        position: sticky !important;
    }
}

.tzSelectKam2 .insideSelectItem,
.tzSelectStem2 .insideSelectItem,
.tzSelect102 .insideSelectItem,
.tzSelectOmwonden2 .insideSelectItem,
.tzSelectToets2 .insideSelectItem,
.tzSelectOog2 .insideSelectItem{
    cursor: pointer;
    border: solid 1px #333333;
    background: #141414;
    box-shadow: inset 0px 0px 0px #666;
    box-sizing: border-box;
}

.tzSelectOmwonden2 .insideSelectItem,
.tzSelectOog2 .insideSelectItem{
    height: 33.333333%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tzSelect102 .insideSelectItem,
.tzSelectToets2 .insideSelectItem{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tzSelectKam2 .insideSelectItem:hover,
.tzSelectStem2 .insideSelectItem:hover,
.tzSelect102 .insideSelectItem:hover,
.tzSelectToets2 .insideSelectItem:hover,
.tzSelectOmwonden2 .insideSelectItem:hover,
.tzSelectOog2 .insideSelectItem:hover{
    background-color: #333333;
    border: solid 1px #333;
    box-shadow: inset 0px 0px 0px #666;
}

.tzSelect102 .insideSelectItemTekst,
.tzSelectToets2 .insideSelectItemTekst {
    vertical-align: middle;
    height: 32px;
    margin-top: 16px;
    text-align: center;
    text-shadow: 1px 1px 0 black;
    color: white;
}

.tzSelectKam2 .insideSelectItemTekst,
.tzSelectStem2 .insideSelectItemTekst,
.tzSelectOmwonden2 .insideSelectItemTekst,
.tzSelectOog2 .insideSelectItemTekst {
    position: relative;
    font-size: 1em/2em;
    text-shadow: 1px 1px 0 black;
    color: white;
    margin-left: 20px;
    width: 50%;
    text-align: left;
}

.insideSelectItemImage{
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

.tzSelectKam2 .insideSelectItemImage img,
.tzSelectStem2 .insideSelectItemImage img,
.tzSelectOmwonden2 .insideSelectItemImage img,
.tzSelectOog2 .insideSelectItemImage img{
    max-height: 100%;
    max-width: 100%;
}