﻿/* MASK */
.x-mask
{
    background-color: #000000;
    opacity: 0.7;
}
#messagebox-1001-body
{
    background-color: #ffffff;
}

.x-form-item-hidden
{
    padding: 0px !important;
    margin: 0px !important;
    display: none !important;
}

.x-grid-checkheader
{
    height: 14px;
    background-image: url('../img/unchecked.gif');
    background-position: 50% -2px;
    background-repeat: no-repeat;
    background-color: transparent;
}

.x-grid-checkheader-checked
{
    background-image: url('../img/checked.gif');
}

.x-grid-checkheader-editor .x-form-cb-wrap
{
    text-align: center;
}

#loading
{
    /*background: url(../img/black_75.png) repeat;*/
    background-color: white;
    color: black;
    height: 100%;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 99999999;
}

#loading div
{
    padding: 20px;
    width: 200px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
    font-size: 24px;
}

#btnExportar
{
    left: 0px !important;
}

.row-red .x-grid-cell
{
    background-color: #ffcdcd;
}

.cms-grid-docx
{
    background-image: url('../img/icons/word_download.png');
}

.cms-grid-excel
{
    background-image: url('../img/icons/excel.png');
}
