﻿.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul, .rcbHovered ul, .rcbDisabled ul
{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* class col1 definitie voor 1e kolom multi-column-combo */
.col1
{
    float: left;
    width: 30px;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

/* col130 en colsmall te gebruiken i.c.m. col1, herdefinitie width */
.col130
{
    width: 130px;
}

.colsmall
{
    width: 15px;
}

/* classes voor styling van kolommen radcombobox met info productieorders (uren boeken) */
/* ubo: uren boeken orders */
.ubocol1, .ubocol2
{
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 14px;
}

.ubocol1
{
    width: 70px;
}

.ubocol2
{
    width: 165px;
}

/* herdefinitie width kolom 2 radcombobox met info bewerkingen (uren boeken) */
/* ubb: uren boeken bewerkingen */
.ubbcol2
{
    width: 150px;
}

/* herdefinitie width kolom 2 radcombobox met info schraps (uren boeken) */
/* ubs: uren boeken schraps */
.ubscol2
{
    width: 100px;
}

/* herdefinitie width kolommen 1 en 2 radcombobox met weeknrs./datum-ranges */
.wkcol
{
    width: 35px;
}

.dateRangecol
{
    width: 70px;
}

/* Hieronder nieuwe styling voor de multi-combo voor orders in user control UrenGridView. 
 * Nieuwe definitie naar aanleiding van toevoegen kolom met verkoopnummer links in combo.
 * (Geen gebruik van float, meest linkse kolom bevat niet altijd waarde.)
 * TODO: Bekijken of er beter een andere styling kan worden gebruikt voor multi-combo orders.
 */
.colbase
{
    padding: 0 5px 0 0;
    line-height: 14px;
    text-align:left;
    display:inline-block;
}

.colw55
{
    width: 55px;
}

.colw65
{
    width: 65px;
}

.colw135
{
    width: 150px;
}
