﻿@import url('../../css/nc-lib.css');

.listboxContainer {
    border: solid 1px #cbc9c9;
    /*text-align: left;*/
    vertical-align: top;
    cursor: default;
    overflow: auto;
/*    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
*/    
border-radius: 4px;
}


.listboxItem {
    background-color: #fff;
    /*font-weight: normal;
    font-family: Verdana;
    font-size: 10pt;*/
    /*text-align: left;*/
    vertical-align: middle;
    /*cursor: default;*/
    border-top: 1px solid #e0dbdb;
    border-bottom: 1px solid #e0dbdb;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listboxItem-switch {
    background-color: #fff;
    vertical-align: middle;
    /*border-top: 1px solid #e0dbdb;
    border-bottom: 1px solid #e0dbdb;*/
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 80%;
}

.listboxItem-flat {
    background-color: #fff;
    font-size: 110%;
    /*font-weight: normal;
font-family: Verdana;
font-size: 10pt;*/
    /*text-align: left;*/
    vertical-align: middle;
    cursor: default;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
}

.listboxGroup {
    background-color: #fff;
    font-weight:bold;
    /*font-family: Verdana;
    font-size: 10pt;*/
    /*text-align: left;*/
    vertical-align: middle;
    cursor: default;
    border-top: 1px solid #e0dbdb;
    border-bottom: 1px solid #e0dbdb;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listboxItem:hover {
    background-color: #808080;
    color: #fff;
}

.listboxItem.checked {
    background-color: #E6A301;
    color: #fff;
}
.listboxItem-switch:hover {
    background-color: #808080;
    color: #fff;
}
.listboxItem-switch.checked {
    background-color: #E6A301;
    color: #fff;
}