﻿body {
    /*background-color: #ffffed;*/
    background-color: #f5f5d1;
}

.pickList-grid-bg:nth-child(odd) {
    background: #ffffed;
}

.PickList-Head {
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.visited {
    border: 4px solid #FBB425 !important;
}

.PickList-Items .table td {
    border-top: 0 !important;
}

.DetailsRecord .pickList-grid-bg {
    margin: 0px -5px;
}

.CompactRecord:nth-child(odd) {
    background: #ffffed;
}

.DetailsRecord .pickList-grid-bg:nth-child(2n+1) {
    background: transparent !important;
}