.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-table-form-item {
    margin-bottom: 0px
}
.x-form-display-field-default {
    min-height: 24px;
    font: 300 13px/17px helvetica, arial, verdana, sans-serif;
    color: #000;
    margin-top: 0px
}
.x-panel-header-default {
    font-size: 15px;
    border: 1px solid #f5f5f5;
    background-color: #5fa2dd;
}
.x-panel-header-title-default {
    color: white;
    font-size: 15px;
    font-weight: 300;
    font-family: helvetica, arial, verdana, sans-serif;
    line-height: 16px
}

.x-tool {
    cursor: pointer;
}

.x-tool-img {
    /* overflow: hidden; */
    width: 16px;
    height: 16px;
    background-image: url(images/tools/tool-sprites.png);
    margin: 0;
    color: #fff;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.x-tool-over .x-tool-img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.x-tool-pressed .x-tool-img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}

.x-tool-placeholder {
    visibility: hidden;
}

.x-tool-close {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-close:before {
        content: "\f00d";
    }

.x-tool-minimize {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-minimize:before {
        content: "\f068";
    }

.x-tool-maximize {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-maximize:before {
        content: "\f065";
    }

.x-tool-restore {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-restore:before {
        content: "\f066";
    }

.x-tool-toggle {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-toggle:before {
        content: "\f077";
    }

.x-panel-collapsed .x-tool-toggle {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-panel-collapsed .x-tool-toggle:before {
        content: "\f078";
    }

.x-tool-gear {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-gear:before {
        content: "\f013";
    }

.x-tool-prev {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-prev:before {
        content: "\f053";
    }

.x-tool-next {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-next:before {
        content: "\f054";
    }

.x-tool-pin {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-pin:before {
        content: "\f08d";
    }

.x-tool-unpin {
    font: 16px/1 ExtJS;
    background: none;
}

    .x-tool-unpin:before {
        content: "\e611";
    }

.x-tool-right {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-right:before {
        content: "\f0da";
    }

.x-tool-left {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-left:before {
        content: "\f0d9";
    }

.x-tool-down {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-down:before {
        content: "\f0d7";
    }

.x-tool-up {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-up:before {
        content: "\f0d8";
    }

.x-tool-refresh {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-refresh:before {
        content: "\f021";
    }

.x-tool-plus {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-plus:before {
        content: "\f067";
    }

.x-tool-minus {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-minus:before {
        content: "\f068";
    }

.x-tool-search {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-search:before {
        content: "\f002";
    }

.x-tool-save {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-save:before {
        content: "\f00c";
    }

.x-tool-help {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-help:before {
        content: "\f128";
    }

.x-tool-print {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-print:before {
        content: "\f02f";
    }

.x-tool-expand {
    font: 16px/1 ExtJS;
    background: none;
}

    .x-tool-expand:before {
        content: "\e606";
    }

.x-tool-collapse {
    font: 16px/1 ExtJS;
    background: none;
}

    .x-tool-collapse:before {
        content: "\e600";
    }

.x-tool-resize {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-resize:before {
        content: "\f07e";
    }

.x-tool-move {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-move:before {
        content: "\f047";
    }

.x-tool-expand-bottom {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-expand-bottom:before {
        content: "\f0d7";
    }

.x-tool-collapse-bottom {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-collapse-bottom:before {
        content: "\f0d7";
    }

.x-tool-expand-top {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-expand-top:before {
        content: "\f0d8";
    }

.x-tool-collapse-top {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-collapse-top:before {
        content: "\f0d8";
    }

.x-tool-expand-left {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-expand-left:before {
        content: "\f0d9";
    }

.x-tool-collapse-left {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-collapse-left:before {
        content: "\f0d9";
    }

.x-tool-expand-right {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-expand-right:before {
        content: "\f0da";
    }

.x-tool-collapse-right {
    font: 16px/1 FontAwesome;
    background: none;
}

    .x-tool-collapse-right:before {
        content: "\f0da";
    }

.x-panel-default-framed {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 0 0 0 0;
    border-width: 1px;
    border-style: none;
    background-color: #fff
}