.x-grid-cell-checkcolumn .x-grid-cell-inner {
    padding-top: 3px;
    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: 15px;
    margin-top: 2px;
    background-image: url('../images/icons/checkbox_off_icon.png');
    background-position: 50% ;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked {
    margin-top: 2px;
    background-image: url('../images/icons/checkbox_on_icon.png');
}

.x-grid-checkheader-editor .x-form-cb-wrap {
    text-align: center;
}
.x-boundlist-item {
min-height: 20px;
}

#custom-slider {
    
}

#custom-slider .x-slider-thumb {
    background-image: url();
}
