/*!
 * NONE
 */

.x-simple-style .x-form-element .xx-item-gray,
.x-simple-style .x-form-text{
    border-bottom: 1px solid transparent;
}

.x-simple-style .x-form-field-wrap .x-form-trigger{
    border-bottom: 1px solid transparent;
}

.x-form-element .xx-item-gray{
    border-color: transparent !important;
}

.x-simple-style .ux-table-grid .xg3c{
    border-bottom: 0px solid rgba(130,140,150, 0.15);
}

.x-old-style .x-form-element .xx-item-gray{
    border-color: rgba(150,150,150,0.1) !important;
}

.x-old-style .ux-table-grid .xg3c {
    border-bottom: 1px solid rgba(150,150,150,0.1) !important;
    border-right: 1px solid rgba(150,150,150,0.05) !important;
}

.x-old-style .comment-item,
.x-old-style .changelog-transaction{
    border: 1px solid rgba(150,150,150,0.15);
}
.x-old-style .changelog-transaction{
    border-top: 0px;
}

