﻿.jobImportWizard {
}

    .jobImportWizard .RadWizard {
        padding: 0px !important;
    }

    .jobImportWizard .infoJobImportWizard {
        max-height: 200px;
        overflow-y: auto;
    }

    .jobImportWizard .rwzContent {
        height: auto !important;
    }

    .jobImportWizard .rwzStep.rwzActive {
        overflow-x: hidden;
    }

.progressMessageContainer,
.errorMessageContainer {
    max-height: 300px;
    overflow: auto;
}

    .progressMessageContainer.alert,
    .errorMessageContainer.alert {
        margin-bottom: 0;
    }

#progressbar {
    border: none;
    margin: 0;
    margin-bottom: 5px;
}

    #progressbar .ui-progressbar-value {
        border: none !important;
        margin: 0 !important;
    }


/*
    The infobox needs to be flush with the outlet search so take the radius off the top.
*/
.jobImportWizard .outletSearch .InfoBox {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*
    When the infobox is visible we need the outlet search to be flush.
*/
.jobImportWizard .outletSearch .noBottomRadius textarea {
    border-bottom-left-radius: 0;
}

/*
    When the infobox is visible we need the outlet search to be flush.
*/
.jobImportWizard .outletSearch .noBottomRadius button {
    border-bottom-right-radius: 0;
}