.btn
{
    background-color: white !important;
    color: red;
    background-image: none;
}

.btn-green
{
    background-color: white !important;
    color: green;
    background-image: none;
}

.aviso
{
    background-color: white !important;
    color: cyan;
    background-image: none;
}

.popWindow
{
    background-color: 3364FF;
}

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

.sunat 
{
     background:transparent url('images/sunat.jpg') norepeat !important;     
}

.x-btn-green
{
    border-color:#06D31B;
    background-image: none;
    background-color: #06D31B;
}

.x-btn-default
{
    font-size: 14px;
    font-weight: bold;
    color: white;
    padding: 0 8px;
}

.biggertext
{
    font-size: 32px!important;
}

.price-fall .x-change-cell {
    background-color: #FFB0C4;
    color:#b9f3b9;
}
.price-rise .x-change-cell {
    background-color: #B0FFC5;
    color:green;
}

.rojo {
    background-color: red !important;
}
.amarillo {
    background-color: yellow !important;
}

.verde {
    background-color: greenyellow !important;
}

/*textfield like displayfield*/
.multiline-grid-cell .x-grid-cell-inner {
    white-space: normal !important;
    overflow: auto !important;
    line-height: 1.4em;
}