html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    line-height: 14px;
}

html, body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.grid-icon {
    /*width: 16px;*/
    height: 16px;
    padding-left: 20px;
}

.grid-action, .icon-remove-alt {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.x-grid-row.soft-deleted .x-grid-cell{
    background-color: #EDD !important;
    text-decoration:line-through;
}

.x-grid-row.conditional .x-grid-cell{
    background-color: #FFFF80 !important;
}


.storno-voucher > td { background:#EDD !important; }

.x-grid-table .x-grid-row-summary {
    font-size: 11px;
    background: #DDD;
}

.x-grid-table .x-grid-row-summary .x-grid-cell-inner {
    border-top: 1px solid #888;
}

.x-grid-cell .summary {
    font-weight: bold;
}

.print-page .x-item-disabled .x-form-field {
    opacity: .9;
}

.x-form-readonly.gray input {
    background: #eee;
}

.x-form-add-trigger {
	background: no-repeat url(../images/ux/form_field_add_trigger.gif) !important;
}

/* grid header height fix: http://stackoverflow.com/questions/7361512/extjs-4-wrapping-the-column-headers-in-grid-panel */
.x-column-header-inner .x-column-header-text {
    white-space: normal;
}

.x-column-header-inner {
    line-height: normal;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    /*text-align: center;*/
}

.x-tree-panel .x-grid-row.x-grid-tree-node-leaf .x-grid-cell-inner {
    font-weight: normal;
}

.x-link-disabled {
	filter:alpha(opacity=30);opacity:.3;
}

.loginwindow .x-panel-body {
    background: transparent !important;
}

.x-grid-group-hd div {
    height: 14px;
}

.img-icon {
    width: 16px;
    height: 16px;
    display: inline;
    margin-right: 5px;
}

.property-highlight {
    background-color:#04408c;
    padding: 3px 5px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FF7 !important;
    font-size: 13px;
    font-weight: bold;
    display: block !important;
    height: 20px !important;
    text-align: center;
}

.x-panel-body-default {
    /*background-color: #dfe8f6;*/
}

.x-grid-view,
.x-tree-view {
    background-color: white;
}

input.x-trigger-noedit {
    background:#F0F0F0 url(../extjs4/resources/themes/images/default/form/text-bg.gif);
}

.x-form-readonly input.x-trigger-noedit {
    background:#E5E5E5;
}

.file-icon {
    margin-right: 5px;
    vertical-align: middle;
}

.x-trigger-cell {
    background: transparent;
}

.transparent-button {
    background: transparent;
    border: 0 none;
}

/* IE FIX */
.transparent-button .x-btn-tl,
.transparent-button .x-btn-tc,
.transparent-button .x-btn-tr,

.transparent-button .x-btn-ml,
.transparent-button .x-btn-mc,
.transparent-button .x-btn-mr,

.transparent-button .x-btn-bl,
.transparent-button .x-btn-bc,
.transparent-button .x-btn-br {
    background: transparent !important;
    border: 0 none !important;
}

.thumb-wrap {
    float: left;
    margin: 10px;
}

.thumb-wrap img {
    height: 140px;
}

.x-form-invalid-msg {
    font-size: 11px;
    background-color: #FBC2C4;
    font-family: tahoma,arial,verdana,sans-serif;
}
.x-form-invalid-msg ul li {
    padding: 3px;
}

.x-form-display-field ul,
.x-form-display-field ol {
    margin-top: 0;
    list-style-position:outside;
}

.x-form-display-field p {
    margin-top: 0;
}

.x-boundlist-item:empty {
    height: 21px;
}

.x-boundlist-item:empty:after {
    content: "--- mindegy";
    font-style: italic;
}