.CRUDTable {
    width: 100%;
}

.CRUDTable tbody tr.AppXXORTrue {
    background: #222;
}

.CRUDTable td.AppXWButtons {
    width: 20px;
}

.CRUDTable td div {
    width: calc(100% - 2px);
    overflow: hidden;
    height: 1.5em;
    margin: auto;
}

.CRUDTable .AppXButton {
    border: #ccc 1px solid;
    border-radius: 3pt;
}

.CRUDTable .AppXButton.AppXIconButton {
    width: 2em;
    height: 2em;
    text-align: center;
    vertical-align: middle;
}
/*
.CRUDTable .AppXButton.AppXIconButton img {
    width: 16px;
    height: 16px;
}*/

.CRUDTable tr.AppXHide {
    display: none;
}

.CRUDTable thead select {
    width: 100%;
    border: #ccc 1px solid;
    border-radius: 3pt;
    color: #000 !important;;
}

.CRUDTable thead select option {
    color: #000 !important;
}

.CRUDTable th {
    vertical-align: top;
}

.CRUDTable thead {
    border-bottom: #444 1px solid;
}