.exportDefinitionWrapper > h4 {
  text-align: center;
}

.checkboxesWrapper {
  display: inline-block;
  margin: 10px;
}

.exportTitleRowFields {
  margin-top: 3rem;
}

.selectArticleNrColumnHeader {
  display: none;
}

.exportForm fieldset {
  width: 30rem;
}

.exportForm fieldset.exportWithDefaultDataFieldSet {
  width: initial;
}

.exportForm fieldset label {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
  position: relative;
  top: 0.8rem;
}

.exportForm .formats {
  margin-bottom: 2rem;
}

.exportForm .formats {
  margin-bottom: 2rem;
}

.exportForm .mediaExportOption {
  margin-bottom: 2rem;
}

.mediaExportOption .bootstrap-select > .dropdown-toggle {
  width: auto;
}

.exportForm .exportToDataSelectionWrap {
  display: flex;
}

.exportForm .exportWithDefaultDataWrapper, .exportForm .exportGoldenRecordWrapper {
  width: 50%;
}

.exportForm .exportConnectionTypeWrapper {
  margin-top: 2rem;
}

.exportForm .emailWrapper {
  margin-top: 1rem;
}

.exportForm fieldset .weekdaySelectWrap {
  margin-top: 2rem;
}

.exportForm fieldset .weekdaySelectWrap.hiding,
.exportForm fieldset .exportStartDateWrap.hiding {
  display: none;
}

.hiding {
  display: none;
}

.exportForm [data-toggle="popover"] {
  font-size: 1.7rem;
}

.exportForm fieldset .weekdaySelectWrap a[data-toggle="popover"] {
  margin-left: 4.5rem;
}

.exportForm fieldset .exportStartDateWrap {
  margin-top: 2rem;
}

/* #popupContent .exportForm fieldset label{
	display: inline;
} */

#exportFieldSettingsPopup > div {
  margin: 1.5rem 0.5rem;
}

#exportFieldSettingsPopup .featureFilterSelect {
  margin-right: 5rem;
}

.exportForm .addRecipientButton {
  margin: 0.5rem 1rem;
}

.exportCreateWrapper {
  text-align: left;
}

.exportColumnHeaders,
.exportUserFields {
  border: 0.0625rem solid #aaa;
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 0.1875rem;
  cursor: pointer;
  margin-bottom: 0.25rem;
}

.exportColumnHeaders {
  height: 27rem;
}

.exportUserFields {
  height: 27rem;
}

.exportUploadForm {
  margin-bottom: 0.25rem;
  height: 2.25rem;
  text-align: initial;
}

.exportUploadFileButton.uploadFileButton {
  background-color: #6ab1875e;
}

.exportUploadFileButton.uploadFileButton:active,
.exportUploadFileButton.uploadFileButton:hover:active {
  background-color: #6ab18799;
}

.exportUploadFileButton.uploadFileButton:hover,
.exportUploadFileButton.uploadFileButton:focus {
  background-color: #6ab1875e;
}

.artNumberOrigin {
  height: 5rem;
  text-align: left;
}

li.possibleArtNr {
  background-color: #6ab1875e;
}

li.possibleArtNr span {
  margin-left: 1rem;
}

.exportDefinitionWrapper #columnHeaderList li:hover,
.exportDefinitionWrapper #mappingTemplateFeatureList li:hover {
  border-color: black !important;
  box-shadow: none !important;
}

.exportFields.allArticlesExportArtNumber.invisibleExportField {
  visibility: hidden;
  height: 0;
}

#selectAllArticlesExport ~ span {
  position: relative;
  top: 2rem;
}

#exportSaveAll:disabled {
  pointer-events: none;
}

.exportSaveAllWrap {
  display: inline-block;
}

.fileNameWrapper {
  margin-top: 2rem;
}

.fileNameWrapper span {
  float: left;
}

.fileNameWrapper + .row {
  clear: both;
}

.exportNameInput {
  width: 40%;
  margin-top: 0.5rem;
  display: none;
}

.contentLanguage {
  margin-bottom: 1rem;
}

.directExportWrapper {
  text-align: left;
  margin: 1rem 0;
}

.directExportWrapper button {
  margin: 0;
}

.addRecipientButtonWrap {
  display: inline-block;
}

.emailNotValidText {
  display: none;
}

.emailAddressContainer .deleteInputButton {
  background: none;
  margin: 0 0.5rem;
  width: auto;
}

.addEmailTitle {
  display: inline-block;
  margin-right: 1rem;
}

.emailList {
  width: 30rem;
}

.emailList .emailAddressContainer,
.customerAddressesList .emailAddressContainer {
  margin: 1rem 1rem 0 0rem;
  border: solid 1px #70936a;
  display: table;
  padding: 0.2rem 0.4rem;
}

.emailList .emailAddressContainer input,
.customerAddressesList .emailAddressContainer input {
  width: 22rem;
  padding-right: 1.3rem;
  cursor: default;
}

.deleteInputButton {
  background: url("https://suite.dam-to-go.com/assets/icon-png/Icon_remove.png")
    center/contain no-repeat;
  display: inline-block;
  width: 1rem;
  margin-left: -1.2rem;
  cursor: pointer;
  vertical-align: -0.1rem;
}

.exportFieldSettingsLink {
  color: #0088ff;
}

.exportFields .draggableDeleteButton {
  top: 0.4rem;
}

#exportDefinitionSelect {
  width: 30rem;
  margin: 0 auto;
}

#columnHeaderList.sortableFix {
  height: auto;
  min-height: 100%;
}

#columnHeaderList .exportFields {
  margin-top: 0.5rem;
}

#columnHeaderList .exportFields ~ .exportFields {
  margin-top: 0;
}

.exportFields.ui-draggable-dragging {
  background-color: #c9c9c9;
  width: 100%;
}

.possibleArtNr.selectedArtNr {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.exportSaveWrapper {
  margin-top: 3rem;
}

.emailAdressExportOverview {
  padding: 0;
  margin: 0;
}

.editBMEcatConfigurationWrapper .bmeCatConfiguration {
  overflow: auto;
  max-height: calc(91vh - 10rem);
}

.editBMEcatConfigurationWrapper .col-md-8 button {
  left: -1.5rem !important;
}

.editBMEcatConfigurationWrapper input {
  padding: 6px 12px;
}

.editBMEcatConfigurationWrapper .bmeCatDefinitionSelectHide {
  display: none;
}

.exportStartDate:before {
  top: 1.5px !important;
}

#react-BMEcatExportOverview .options-editor:not(.Mui-focused) input {
  width: 100%;
  position: absolute;
}

#react-BMEcatExportOverview .options-editor .selected-tags {
  max-width: 7rem;
  display: flex;
}

#react-BMEcatExportOverview .options-editor .MuiAutocomplete-inputRoot {
  height: 4rem;
}

#react-BMEcatExportOverview
  div.MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-formControl.MuiInput-formControl {
  max-width: 20rem;
}
