﻿.dashRefresh 
{
    background-image: url(/images/dashboardrefresh.png) !important;
    cursor: pointer !important;
}

.dashDock
{
    margin-bottom: 14px;
}

.dock
{
    margin-bottom: 7px;
}

h3 { padding: 4px 8px; margin-bottom: 0px; }

.RadDockZoneMain { padding: 4px 0 4px 0 !important; }

span.inputLabel { width: 90px; float:left; padding-top: 3px; font-size: 13px; }

select.ddlAlign { float:left; }

span.rlbText, li.rlbItem { text-align:left !important; }

div.slimList .rlbGroup { width: 175px; }

.filters { padding-top: 6px; padding-bottom: 6px; }

.matcherDock { margin-right: 10px; }

.rcbList li, .rlbList li span.rlbText { font-size: 13px !important; }

.rcbInput { font-size: 13px !important; }

.tableCenter { margin-left:auto; margin-right:auto; }

.gridCommandRow td { padding: 4px; }

span.commandLabel { float: none; padding-right: 5px; font-size: 13px; display:inline-block; line-height: 10px; }

a.rfdSkinnedButton { margin-bottom: 0px; }
.RadListBox .rlbItem { padding: 1px !important; }
/*.V2VMatchDock, .BFV2VMatchDock, .V2VMatchedGrid { display:none; }*/
tr.errorRow {background-color:yellow !important}

#kbbRelVersion {
    /*border: solid 1px;
    border-radius: 3px;*/
    margin-left: 50px;
    padding: 4px;
    /*background-color: whitesmoke;*/
    font-family: "Segoe UI",Arial,Helvetica,sans-serif;
    font-size: 12px;
}

#ctl00_MainContent_btnLoadWIP_input {
    margin-bottom: 5px;
}

td.vinCol { /* add letter-spacing so that sequences of underscores can be counted visually */
    font-family: monospace;
    letter-spacing: 1px;
}
td.vinColChrome { /* where letter-spacing not needed -- Chrome uses asterisks */
    font-family: monospace;
}
td.canonCol { /* canonical form -- our YMMB -- as opposed to KBB's YMMT */
    background: rgba(0, 128, 0, 0.05);
}
td.numCol { /* numeric */
    text-align: right;
    padding-right: 1ex;
}
td.hilite {
    background: rgba(255, 255, 0, 0.5);
}
td.kbbPriceCol {
    background: rgba(0, 255, 255, 0.4);
}
td.kbbPriceCol.hilite {
    background: rgba(128, 255, 64, 0.4);
}
td.pendPriceCol {
    background: rgba(64, 0, 255, 0.07);
}
td.pendPriceCol.hilite {
    background: rgba(200, 200, 64, 0.4);
}

td.wipCell {
    background: rgba(0, 0, 255, 0.05);
    color: blue !important;
}
td.wipCell.flagChange {
    font-weight: bold;
}
span.auxDefault {
    color: #966;
    font-weight: bold;
    font-style: italic;
}
span.auxNondefault{
    color: #966;
    font-style: italic;
}

.vmpaneltitle {
    font-size:medium;   
}

.vmpaneldbversion {
    font-size:x-small;
    float:right;
}