.bg-dark-grey {
    background: #6e6e70;
}

.validationRed{
    border-color: red !important;
}
.validationNormal {
    border-color: gray !important;
}
.highlightValidationDiv {
    border-color: red !important;
    border-style: solid;
    padding: 10px;
}

.progressBar {
    display: block;
    width: 120px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
    font-size: 8px;
    background: #eee url(../../images/progress.png) 100% 0 repeat-y;
}

.progressSuccess {
    background: #969696 none 0 0 no-repeat;
}

#divDropHere, #divCostDocDropHere {
    display: none;
    font-weight: bold;
    text-align: center;
    padding: 1em 0;
    margin: 1em 0;
    color: #969696;
    border: 2px dashed #555;
    border-radius: 7px;
    cursor: default;
    height: 150px;
}