

/* Header */
#app-header-title {
    padding: 15px 0 10px 0;
    color: #666;
    font-size: 25px;
    font-weight: normal;
    margin-left: 10px;/*
    left: 213px !important;
    top: 6px !important;*/
}

#app-header-logo {
    width: 178px;
    height: 71px;/*
    left: 7px !important;
    top: -7px !important;*/
    background: url("../images/logo.gif") no-repeat center 4px;
}

#app-user {
    position: absolute;
    right: 10px !important; 
    top: 5px !important;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: table;
    padding: 20px;
    width: 250px !important;
    left: auto !important;
    border-radius: 5px;
}

.cbo-customer {
    background: #fbfbfb;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
        /*
    margin: 0px !important;
    top: 17px !important;
    right: 15px !important;
    left: auto !important;*/
}



#app-header {
    background: url("../images/bg_top.jpg") repeat-x;
}



a.download-link {
    color: #4887ad;
    text-decoration: underline;
    margin-bottom: 6px !important;
    display: block;
}
a.download-link:hover {
    color: #3a6682 ;
    text-decoration: underline;
}


/* SALDOS */

.lbl-saldo {
    width: 100% !important;
    padding: 20px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: right;
}

.lbl-saldo .title {
    color: #666;
    /*padding-left: 60px !important;*/
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.lbl-saldo .saldo-value {
    color: #666;
    font-size: 14px;
    text-align: right;
}

.saldo-value.saldo-red {
    color: red !important;
}
.saldo-value.saldo-green {
    color: green !important;
}


 /* Row colors */
 
.red-row{ color: rgb(200, 2, 2) !important; } 
.blue-row{ color: rgb(0, 0, 255) !important; } 
.yellow-row{ background-color: #FBF8BF !important; } 
.green-row{ color: #2a842a !important; }
.purple-row{ color: #ad55ad!important; }
.orange-row{ color: #da4e17!important; }

/* Indicador de estado */

.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.circle span {
    display: none;
}

.circle.red {
    background: red;
}
.circle.green {
    background: green;
}
.circle.yellow {
    background: yellow;
}
.circle.orange {
    background: orange;
}

.circle.black {
    background: black;
}


.red {
    color: red;
}



.y-grid-cell-inner .x-grid-cell-inner {
    white-space: normal; /* changed from nowrap */
}



.btn-select {   
    width: 180px !important;
    margin: 0 auto;
    padding: 0px !important;
    background: transparent;
    border: 0px !important;
}

.btn-select.selected {
    border-bottom: 3px solid #2f70c5 !important;
}
 
.btn-select .x-btn-default-small {
}

.btn-select .x-btn-button {
    height: 30px;
    background: white;
}

.btn-select .x-btn-button .x-btn-inner {
    color: #666;
    font-weight: bold;
}


.form-lbl {
    display: block;
    color: #666;    
    margin-bottom: 10px;
    margin-top: 10px;
}



.top-menu-item .x-menu-item-text-default.x-menu-item-indent-no-separator {
    margin-left: 12px !important;
}

ul.window-list {
    margin: 0;
    padding: 0;
}

ul.window-list li {
    padding-bottom: 5px;
    border-bottom: 1px dotted #666;
    margin-bottom: 5px;
}


span.fixed-width {
    width: 20px;
    float: left;
}


 /* Row colors */
 
.red-row{ color: rgb(200, 2, 2) !important; } 
.blue-row{ color: rgb(0, 0, 255) !important; } 
.yellow-row{ background-color: #FBF8BF !important; } 
.green-row{ color: #2a842a !important; }
.purple-row{ color: #ad55ad!important; }
.orange-row{ color: #da4e17!important; }
