.largeTextArea{	
	height:100px!important;
    margin-top: 78px;/*TODO: remove once new Ext.JS version is included, hack to fix EMS-1260*/
}

#ctl00_maincontent_DocsList1_Grid_Documents .x-grid-cell-editor .x-form-textarea {
    margin-top: 36px;/*TODO: remove once new Ext.JS version is included, hack to fix EMS-1260*/
}

.autocomplete-search-item {
			font          : normal 11px tahoma, arial, helvetica, sans-serif;
			padding       : 3px 10px 3px 10px;
			border        : 1px solid #fff;
			border-bottom : 1px solid #eeeeee;
			white-space   : normal;
			color         : #555;
		}


/*temporary if not in extnet2 to make a node with empty icon*/
.x-tree-noicon 
{
    width: 0 ;              
}

.goldenrod .x-grid-cell-inner
	{
		color: goldenrod;
	}

/* ext readonly fields color generates "Bug":http://int:8080/browse/EMS-919
input[readOnly]{
    color: Gray;
}
*/

.disabled-item{
    color: Gray;
}

.circleFilled20
{
    width: 20px;
height: 20px;
border-radius: 20px;
color: #fff;
line-height: 20px;
text-align: center;
background: #000;
margin-right: 3px;
font-size: 8px;
display: inline-block;
}

.circle20
{
    width: 20px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 3px;
    font-size: 8px;
    display: inline-block;
    border: 2px double;
}

.squareFilled20
{
    width: 20px;
height: 20px;
border-radius: 5px;
color: #fff;
line-height: 20px;
text-align: center;
background: #000;
margin-right: 3px;
font-size: 8px;
display: inline-block;
}

.square20
{
    width: 20px;
    height: 20px;
    border-radius: 5px;    
    line-height: 20px;
    text-align: center;    
    margin-right: 3px;
    font-size: 8px;
    display: inline-block;
    border: 2px double;
}

.x-tab-button {

    text-decoration: none;
}
.custom-bundling .x-grid-cell-inner {
    overflow: hidden;    
    white-space: nowrap;
    height: 35px;
}
/*

.x-grid-row-selected .x-grid-td {
    border: none;
    
}


.x-grid-row-focused .x-grid-td { 
    background-color: #EFEFEF;
    border: none !important;
    border-bottom: none; 
    border-top: none; 
*/