
.gt-cmp-searchfacet .title{
    font-weight: bolder;
    color: #29F;
    margin-bottom: 2px;
}
.gt-cmp-searchfacet ul.list li:hover {
    background-color: #CCC;
}
.gt-cmp-searchfacet .item .value {
    color: #444;
}

.gt-cmp-searchfacet .item .count {
    font-size: .9em;
    color: #777;
}

.gt-cmp-searchfacet .x-panel-body {
    background-color: #EEE;
    border: 1px solid #CCC;
}

.x-boxselect{
    border: 1px solid #b5b8c8;
    border-radius: 4px;
}
.x-boxselect-list{
    background-color: #F5F5F5;
    background-image: none;
}

.gt-eventlog-item{
    position: relative;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    padding: 6px 4px 4px 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 12px;
    -webkit-box-shadow: 5px 7px 11px rgba(50, 50, 50, 0.48);
    -moz-box-shadow:    5px 7px 11px rgba(50, 50, 50, 0.48);
    box-shadow:         5px 7px 11px rgba(50, 50, 50, 0.48);
    overflow: hidden;
}

.gt-eventlog-item > .values {
}

.gt-eventlog-item > .tray{
    font-size: .8em;
    color: #000;
}

.gt-eventlog-item > :first-child{
    margin-bottom: 4px; 
}

.gt-eventlog-item > .tray .name {
    color: #000;
    font-weight: bold;
}

.gt-eventlog-item > .tray > .date {
    color: #000;
    margin-left: 3px;
    float: right;
    opacity: .6;
    font-size: .9em;
    display: inline-block;
}

.gt-eventlog-note::before {
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-width: 0 0 16px 16px;
    border-style: solid;
    border-color: #A2A2A2 rgb(200, 190, 43);
}

.gt-eventlog-note{
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top, #fefcea 0%, #f9f381 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f9f381)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fefcea 0%,#f9f381 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fefcea 0%,#f9f381 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefcea 0%,#f9f381 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fefcea 0%,#f9f381 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f9f381',GradientType=0 ); /* IE6-9 */
    border-radius: 2px;
    border-top: 1px solid #EEE;
    /* border-color: #CCC; */
}
.gt-eventlog-note .eventlog-value-message .value{
    color: #333;
    font-size: .9em;
    font-weight: normal;
}

.gt-eventlog-note > .tray{
    color: #994;
}
.gt-eventlog-note > .tray .name{
    display: none;
}
.gt-eventlog-note .tray > .date {
    margin-right: 16px;
}

.gt-eventlog-order_screen_pass {
    background: #CEC url(/images/silk/icons/tick.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-item.gt-eventlog-order_screen_fail {
    background: #E99 url(/images/silk/icons/error.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-order_hold {
    background: #FDA url(/images/silk/icons/time.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-order_push {
    background: #CDE url(/images/silk/icons/cart_go.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-order_cancel {
    background: #EA9 url(/images/silk/icons/cancel.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-status_change {
    background: #DDD url(/images/silk/icons/pencil.png) no-repeat center left 5px;
    padding-left: 26px;
}
.gt-eventlog-value-message > .value {
    color: #333;
    font-size: .9em;
}
.gt-eventlog-value-value > .value {
    padding-left: 26px;
    background: url(/images/silk/icons/arrow_right.png) no-repeat center left 5px;
    font-weight: bold;
}
.gt-eventlog-value-code {
    float: right;
    color: #000;
    font-size: .8em;
    margin-right: 4px;
    opacity: .5;
    clear: right;
}