body {

    background-color:#ffffff !important;
    
}

a#logo {
 
    display: block;
    height: 70px;
    margin: 0 0 24px;
    overflow: hidden;
    padding: 0px;
    text-indent: 150%;
    white-space: nowrap;
    width: 844px;
}
#login-logo
            .x-plain-body  {

                 background: url(../imagens/logo.jpg) no-repeat 0 20%;
                 

            }

div#communication {
    border-top: 1px solid #dfdfdf;
    font-size: 12px;
    height: 16px;
    line-height: 16px;
    margin: 24px 0;
    overflow: hidden;
    overflow: visible;
    padding: 4px 0 0;
    text-align: center;

}

div#communication form {
    float: left;
    width: 555px;
}

div#communication p {
    color: #222;
    margin: 0;
}

div#communication p strong {
    color: #555;
}

div#communication input#MERGE0 {
    padding: 2px;
}

div#communication p#jobs {
    float: right;
    text-align: right;
    width: 220px;
}



            #loading-mask{
                background-color:white;
                height:100%;
                position:absolute;
                left:0;
                top:0;
                width:100%;
                z-index:20000;
            }
            #loading{
                height:auto;
                position:absolute;
                left:45%;
                top:40%;
                padding:2px;
                z-index:20001;
            }
            #loading a {
                color:#225588;
            }
            #loading .loading-indicator{
                background:white;
                color:#444;
                font:bold 13px Helvetica, Arial, sans-serif;
                height:auto;
                margin:0;
                padding:10px;
            }
            #loading-msg {
                font-size: 10px;
                font-weight: normal;
            }

/*  corrige erro do extjs versao 4.2 tools tips aparece cortado  */
.x-tip {
    width: auto !important;
}
.x-tip-body {
    width: auto !important;
}
.x-tip-body span {
    width: auto !important;
}
/* Fim  corrige erro do extjs versao 4.2 tools tips aparece cortado  */