.x-tab-strip span.x-tab-strip-text {
	font:normal small tahoma,arial,helvetica;
	color:#416aa3;
}

.x-tree-node-storage .x-tree-node-icon{
	background-image:url(../images/custom/tree/Computer_File_034.gif);
}

.x-tree-node-closet .x-tree-node-icon{
	background-image:url(../images/custom/tree/Computer_File_056.gif);
}

.x-tree-node-customer .x-tree-node-icon{
	background-image:url(../images/custom/tree/People_068.gif);
}

.x-tree-node-business_unit .x-tree-node-icon{
	background-image:url(../images/custom/tree/bar_chart.png);
}

.x-tree-node-operational-unit .x-tree-node-icon{
	background-image:url(../images/custom/tree/calculator.png);
}


.report-validation-label{
	background: lightgreen;
	color: black;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	font-family: tahoma,arial,helvetica;
}

.report-validation-element{
	background: lightgreen;
}

.x-tab-strip-top .report-validation-tab .x-tab-right,.x-tab-strip-top .report-validation-tab .x-tab-left, .x-tab-strip-top .report-validation-tab .x-tab-strip-inner{
	background-image: url(../images/validate/tabs/tabs-sprite.gif);
}

.x-tab-strip-top .x-item-disabled .x-tab-right,.x-tab-strip-top .x-item-disabled .x-tab-left, .x-tab-strip-top .x-item-disabled .x-tab-strip-inner{
	background-image: url(../images/gray/tabs/tabs-sprite.gif);
}

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
.ext-el-mask {
    z-index: 100;
    position: absolute;
    top:0;
    left:0;
    -moz-opacity: 0.3;
    opacity: .30;
    filter: alpha(opacity=30);
    width: 100%;
    height: 100%;
    zoom: 1;
}

/** we override bootstrap here **/
* {
    box-sizing: content-box;
}

/** do not allow scrolling on grid in resto **/
.x-grid3-scroller {
    overflow:none;
}

/** fix date picker width on chrome **/
.ext-chrome .x-date-picker {
    width: 185px;
}

.checker-disabled-row .x-grid3-col-checker {
    left: -9999px !important;
    position: relative;
}

.checker-disabled-header .x-grid3-hd-checker {
    left: -9999px !important;
    position: relative;
}

.checker-enabled-row .x-grid3-col-checker {
    cursor : default !important;
}

.x-grid3-row-table:hover{
    background-color:#e7e7de;
    cursor : pointer;
}