body {
    color: black;
    background-color: silver;
    font-family: calibri!important;
}

.ui-widget {
    color: black;
    font-family: calibri!important;
}


.tq-message {
    overflow: auto;
    position: fixed;
    z-index: 1;
    margin-right: 25px;
    margin-left: 5px;

}

.arrow_refresh{
    background: url('icons/arrow_refresh.png') 1% 50%  no-repeat!important;
}

.accept{
    background: url('icons/accept.png') 1% 50%  no-repeat!important;
}

.doc_page_previous{
    background: url('icons/doc_page_previous.png') 95.7% 50%  no-repeat!important;
}

.doc_pdf{
    background: url('icons/doc_pdf.png') 95.7% 50%  no-repeat!important;
}

.basket{
    background: url('icons/basket.png') 95.7% 50%  no-repeat!important;
}

.table_gear{
    background: url('icons/table_gear.png') 1% 50%  no-repeat!important;
}

.script_code_red{
    background: url('icons/script_code_red.png') 1% 50%  no-repeat!important;
}

.exclamation{
    background: url('icons/exclamation.png') 95.7% 50%  no-repeat!important;
}

.email{
    background: url('icons/email.png') 95.7% 50%  no-repeat!important;
}

.lock_go{
    background: url('icons/lock_go.png') 1% 50%  no-repeat!important;
}

.pencil_go{
    background: url('icons/pencil_go.png') 1% 50%  no-repeat!important;
}

.pencil{
    background: url('icons/pencil.png') 1% 50%  no-repeat!important;
}

.delete{
    background: url('icons/delete.png') 1% 50%  no-repeat!important;
}

.disk{
    background: url('icons/disk.png') 1% 50%  no-repeat!important;
}

.find{
    background: url('icons/find.png') 95.7% 50%  no-repeat!important;
}

.error{
    background: url('icons/error.png') 1% 50%  no-repeat!important;
}

.warning{
    background: url('icons/warning.png') 1% 50%  no-repeat!important;
}

.email_go{
    background: url('icons/email_go.png') 1% 50%  no-repeat!important;
}

.page_white_acrobat{
    background: url('icons/page_white_acrobat.png') 1% 50%  no-repeat!important;
}

.page_white_code{
    background: url('icons/page_white_code.png') 1% 50%  no-repeat!important;
}

.page_white_code_red{
    background: url('icons/page_white_code_red.png') 1% 50%  no-repeat!important;
}

.row-color-red{
    background: #ffcccc;
}

.row-color-blue{
    background: #99ccff;
}

.row-color-green{
    background: #ccffcc;
}

.row-color-white{
    background: white;
}


.row-color-red-important{
    background: #ffcccc!important;
}

.row-color-blue-important{
    background: #99ccff!important;
}

.row-color-green-important{
    background: #ccffcc!important;
}

.row-color-white-important{
    background: white!important;
}

.salto-output{
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: pre;           /* CSS 2.0 */
    white-space: pre-wrap;      /* CSS 2.1 */
    word-wrap: break-word;      /* IE 5.5-7 */
}


.ui-growl-icon-close {
    width: 100%;
    height: 20px;
    background: none!important;
}

.tq-label{
    font-weight: bold!important;
    font-size: 12pt!important;
}

.tq-button{
    font-size: 14pt!important;
}

.tq-header{
    font-weight: bold;
    font-size: 12pt!important;
}

.tq-titulo-global{
    font-size: 16pt!important;
}

.tq-imagen{
    width: 100px;
    height: 50px;
}


/*defeinición de propiedades de las páginas*/
.tq-general-title{
    font-size: 16px;
    color: dodgerblue;
}

.tq-consulta-comprobantes-contenedor{
    background-color:  white;
}

.tq-plantilla-header-logo{
    width: 50px;
    height: 50px;
    margin-left: 10px;
}