.mainColor {
    COLOR: #004e6d;
}

.mainBackColor {
    BACKGROUND-COLOR: #004e6d;
    color: white;
}

.secondColor {
    COLOR: #004e6d;
}

.secondBackColor {
    BACKGROUND-COLOR: #004e6d;
    color: white;
}

.panel-default {
    border: none !important;
}

.ui-widget-header {
    border: 1px solid #008333;
    background: #008333;
    color: #000000;
    font-weight: bold;
}

.progress-bar {
    background-color: #004e6d !important;
    background-image: none !important;
}

.reportHeader {
    BACKGROUND-COLOR: transparent;
    COLOR: #8b1930;
    font-weight: bold;
}

.reportLabel {
    COLOR: #404040;
    BACKGROUND-COLOR: transparent;
}

.boxError {
    color: red;
    font-weight: bold;
}

.rowTot {
    color: #8b1930;
    font-weight: bold;
}

.test {
    bordeR: none;
}
/* panel */
.panel {
    background: rgba(255,255,255,0.95) !important;
    margin-bottom: 5px !important;
}

.panel-heading {
    background-image: -webkit-linear-gradient(top,#004e6d 0,#004e6d 100%) !important;
    background-image: -o-linear-gradient(top,#004e6d 0,#004e6d 100%) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#004e6d),to(#004e6d)) !important;
    background-image: linear-gradient(to bottom,#004e6d 0,#004e6d 100%) !important;
    background-repeat: repeat-x !important;
    COLOR: white !important;
}

.panel .panel {
    border: none !important;
}

/*  field */

.divField {
    min-height: 40px !important;
}

/* help field*/

.helpLink {
    Z-INDEX: 0;
}

.helpBox {
    BACKGROUND-COLOR: #F2F3F9;
    BORDER: 1px solid #CCCCCC;
    COLOR: #3E3E3E;
    DISPLAY: none;
    PADDING: 7px;
    POSITION: absolute;
    WIDTH: 320px;
    Z-INDEX: 0;
}

/*  ERROR */

.errorLabel {
    color: red;
    display: block;
    float: left;
}


/*  reportTable */

/*CHANGE PILLS CLOR &amp;amp;amp;amp;amp;amp;amp; PILLS&amp;amp;amp;amp;amp;amp;#39; TEXT COLOR*/
.nav-pills li.active a {
    background-color: #004e6d;
}

    .nav-pills li.active a:hover {
        background-color: #004e6d;
    }
/*REMOVE BG COLOR ON A PILL HOVERED*/
.nav-pills li a:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #004e6d;
}

.nav-pills li a {
    color: #004e6d;
}
