

.custName {
    font-size: 18px;
    font-weight: bold;
}

#loader {
    text-align: center;
    line-height: 25px;
    position:fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height:25px;
    margin-top: -8px;
    margin-left: -8px;
    border: 0px solid #ccc;
    background-color: #3B393A;
}

body {
    background-color: #3B393A;
}

.outer-div {
    color: white;
}

.invoiceTotal {
    text-align: right;
    font-size: large;
    font-weight: bold;
    color: #00aa00;
}

.textAlignRight {
    text-align: right;
}

.header{
    font-size: 20px;
    color: #1d57cf;
   padding-left: 20px;
}

.step{
    font-size: 11px;
    color: #868b95;
    float: right;

}

.comboSubtitle{
    font-size: 11px;
    color: #606060;

}

.comboTitle{
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

.barcode-error {
    color: red;
}

.barcode-success {
    color: green;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}
.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}

/*Extjs Css */

#mainMenu .x-tree-icon-leaf{
    background-image: none !important;; /*url('../images/menu/invoice_16.png') !important;*/


}
#mainMenu .x-tree-node-text{
   margin-left: -20px;
    font-size: 14px;
}

/*.x-required:after {
    content: ' *';
    color: red;
    font-weight: bold;
}


.ux-notification-window .x-title-text {
    text-align: center;
    color: brown;
    background-color: blue;
    padding: 115px 5px 15px 5px;
}


.custom-grid .x-grid-cell {
    font-size: 12px;
}*/

