/*
 * Copyright (c) 2007 - 2011 SRC solution and/or its affiliates. All rights reserved.
 * SRC SOLUTION PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

/*************************/
/* Report Template Panel */
/*************************/

.plt-data-view {
    padding: 5px 10px;
}

.plt-data-view .x-item-over {
    background: #efefef repeat-x left top;
    border: 1px solid #dddddd;
}

.plt-data-view .x-item-selected {
    background: #eff5fb no-repeat right bottom;
    border: 1px solid #99bbe8;
}

.plt-data-view dd {
    cursor: pointer;
    float: left;
    height: 100px;
    margin: 8px;
    width: 300px;
    zoom: 1;
    line-height: 1em;
    border: 1px solid transparent;
    overflow: hidden;
}

.plt-data-view dd img {
    border: 1px solid #dddddd;
    float: left;
    height: 90px;
    margin: 5px 0 0 5px;
    width: 120px;
}

.plt-data-view dd div {
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    width: 160px;
    overflow: hidden;
}

.plt-data-view dd h4 {
    color: #555555;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0;
}

.plt-data-view dd p {
    color: #777777;
    font-size: 12px;
}

.plt-data-view span {
    float: left;
    width: 600px;
    color: #555555;
    font-size: 14px;
    font-weight: bold;
    padding: 3px 0;
}

.plt-data-view hr {
    float: left;
    width: 100%;
}

.ext-ux-slider-highlight {
    position: absolute;
    background-color: #7eadd9;
    /*background-color: #FF8C00;*/
    opacity: 0.5;
    overflow: hidden;

}

.x-slider-vert .ext-ux-slider-highlight {
    width: 6px;
    left: 6px;
}

.x-slider-horz .ext-ux-slider-highlight {
    height: 6px;
    top: 6px;
}

.plt-hide-action-column .x-grid-cell-inner {
    visibility: hidden;
}

.x-grid-cell-checkcolumn .x-grid-cell-inner {
    padding-top: 4px;
    padding-bottom: 2px;
    line-height: 14px;
}
.x-grid-with-row-lines .x-grid-cell-checkcolumn .x-grid-cell-inner {
    padding-top: 3px;
}
.x-grid-checkheader {
    height: 14px;
    background-image: url('../scripts/extjs/examples/ux/css/images/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked {
    background-image: url('../scripts/extjs/examples/ux/css/images/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap {
    text-align: center;
}
