.field-value {
    float: right;
}

.excelFileUploader {
    border: #d3d3d3 1px;
    border-style: solid;
    
}
.fileUploaderContainer {
    /*height: 200px;*/
    width: 100%;
}

.excelImportRules {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    height: 400px;
}


.excelImporterButtons {
    float: left;
    width: 100%;
    height: 50px;
    margin-top: 10px;
    border-bottom: #d3d3d3 1px solid;
    margin-bottom: 10px;
}

.fileUploaderContainer .excelImportFormat {
    width: 100%;
    margin: 0px;
}

.excelTemplateFileDownloadButton {
    float: left;
    width: 200px;
    margin-left: 10px;
}

.excelImporterSaveButton {
    float: right;
    width: 100px;
    margin-right: 10px;
}

.excelImporterCancelButton {
    float: right;
    width: 100px;
    margin-right: 10px;
}

.excelImporterImageBlock {
    width: 430px;
    height: 150px;
}

.RegionPlugin_MassAddUploadButton {
    position: absolute !important;
    right: 150px !important;
    top: 261px !important;
    width: 100px;
    height: 36px;
    line-height: 36px;
}

.isHeaderAllowed{
    padding-top: 5px;
}

.RegionPlugin_RegionMassMessage {
    color : red; 
}