.toxControls__toxComboBox
{
    /* sorgt dafür, dass Höhe und Breite wie bei select Elementen berechnet wird und das Element bei gleichen Werten nicht größer wird */
    -moz-box-sizing: border-box; /* fix für Firefox 2.0 - 29.0*/
    -webkit-box-sizing: border-box; /* fix für Chrome 4.0 - 10.0 und Safari 3.2 - 5.1*/
    box-sizing: border-box;
}

.toxControls__toxComboBox input[type=text]
{
    vertical-align: top; /* background-color: Red; */
    cursor: default; /*-moz-box-sizing: content-box; /* fix für Firefox 2.0 - 29.0*/ /*-webkit-box-sizing: content-box; /* fix für Chrome 4.0 - 10.0 und Safari 3.2 - 5.1*/ /*box-sizing: content-box; */
}

.toxControls__toxComboBox_grid
{
    cursor: default;
}

.toxControls__toxComboBox_grid tbody
{
}

.toxControls__toxComboBox_grid tr
{
    height: 25px;
    white-space: nowrap;
}

.toxControls__toxComboBox_grid td, .toxControls__toxComboBox_grid th
{
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid;
}

.toxControls__toxComboBox_grid td:first-child, .toxControls__toxComboBox_grid th:first-child
{
    border-left: none;
}

.toxControls__toxComboBox_grid th
{
    border-bottom: 1px solid;
    text-align: left;
}

.toxControls__toxComboBox_grid_row_selected
{
    background-color: Highlight !important;
}

.toxControls__toxComboBox_grid_row_selected td
{
    color: HighlightText !important;
}


.toxControls__toxListField td, .toxControls__toxListField th
{
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #d9d9d9;
}

.toxControls__toxListField td:first-child, .toxControls__toxListField th:first-child
{
    border-left: none;
}
