﻿.xt-textfield-std, .xt-textarea-std
{
    width: 90% !important;
    max-width: 392px !important;
}

.xt-textarea-std
{
    height: 80px !important;
}

.xt-textarea-big
{
    width: 90% !important;
    max-width: 392px !important;
    height: 550px !important;
}

.xt-textfield-small
{
    width: 36px !important;
}

.xt-textfield
{
   width:70%;
   min-width:50%; 
}

.xt-textarea
{
   width:70%;
   min-width:50%; 
}

.xt-formpanel-label
{
   width:100px;
   max-width:100px; 
}
.xt-check-group {
    /*background: #D1DDEF;
    border-top: 1px dotted #B5B8C8;
    border-bottom: 1px dotted #B5B8C8; */  
    width:99%;
    /*white-space:pre-wrap;*/
}
.xt-check-group-item 
{
    white-space:pre-wrap;
}

.search-item
{
    font: normal 11px tahoma, arial, helvetica, sans-serif;
    padding: 3px 10px 2px 5px !important;
    border: 1px solid #fff;
    border-bottom: 1px solid #eeeeee;
    white-space: normal;
    color: #555;
}
        
.search-item h3
{
    display: block;
    font: inherit;
    font-weight: bold;
    color: #222;
    letter-spacing: normal;
    margin: 0px;
    text-indent: 0px;
}
        
.search-item h3 span
{
    float: right;
    font-weight: normal;
    margin: 0 0 5px 5px;
    width: 100px;
    display: block;
    clear: none;
}

.node-label
{
    font-weight: bold;
    font-size: 12px;
    padding: 5px 0px 5px 28px;
    width: 150px;
}

.stop-sale a span {
    color: #F00;
}

.contract-draft a span {
    color: red;
}

.contract-live a span {
    color: orange;
}

.contract-signed a span {
    color: green;
}

.contract-archive a span {
    color: grey;
}

.x-form-element-no-padding {
    padding-left:0 !important;
    width:50px !important;
}

#PanelWest .x-tree-node .x-tree-selected {
    background-color: #ceb;
}

/* GridPanel Wrap Text */

.GridPanelWrapText .x-grid3-row {
    height: auto;
}

.GridPanelWrapText .x-grid3-cell-inner {
    height: auto;
    white-space: normal;
}

.GridPanelWrapText .x-grid3-col-1 {
    height: auto;
}