body {
    margin: 0;
    min-height: 100%;
}

#colselect-dialog table {
    margin: 0;
}

#colselect-dialog td {
    vertical-align: middle;
}

#colselect-dialog {
    position: absolute;
    top: 62px;
    right: 18px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid gray;
    border-radius: 2px;
    padding: 22px 5px 5px 5px;
    font-size: 12px;
    z-index: 9999; /* without, the sorting asc/desc buttons layed on top */
}

#colselect-dialog .clear {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    margin-right: 20px;
    height: 16px;
    width: 16px;
    background: url(../trash.png);
    opacity: 1;
}

#colselect-dialog .close {
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
    height: 16px;
    width: 16px;
    opacity: 1;
}

#colselect-dialog .close:before,
#colselect-dialog .close:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 16px;
    width: 2px;
    background-color: gray;
}

#colselect-dialog .close:before {
    transform: rotate(45deg);
}

#colselect-dialog .close:after {
    transform: rotate(-45deg);
}

#colselect-dialog td {
    padding-right: 5px;
}

#colselect-dialog .spanme {
    width: 100%;
}

#colselect-dialog .filter-label {
    white-space: nowrap;
}

.colselect-icon {
    display: block;
    position: absolute;
    top: 55px;
    right: 3px;
    width:  24px;
    height: 24px;
    cursor: pointer;
    background: url(../img/cogwheel1.png);
    background-size: 24px 24px;
}

#colselect-apply {
    float: right;
}
