.bmeCatImportDefinitionWrapper .importDefinitionsContainer {
    width: calc(15% + 50vw);
    margin-left: 1rem;
    margin-top: 5rem;
    position: relative;
    border: 1px solid #AAA;
    border-radius: 0.1875rem;
}

.bmeCatExportDefinitionWrapper .exportDefinitionsContainer {
    width: calc(15% + 50vw);
    margin-left: 1rem;
    margin-top: 5rem;
    position: relative;
    border: 1px solid #AAA;
    border-radius: 0.1875rem;
}

.bmeCatExportSpecsWrapper .exportSpecsContainer {
    width: calc(15% + 50vw);
    margin-left: 1rem;
    margin-top: 5rem;
    position: relative;
    border: 1px solid #AAA;
    border-radius: 0.1875rem;
}

.bmeCatExportDefinitionWrapper .fa-trash-o {
    color: #ce0000;
}

.bmeCatImportDefinitionWrapper .fa-trash-o {
    color: #ce0000;
}

.bmeCatExportSpecsWrapper .fa-trash-o {
    color: #ce0000;
}

.bmeCatImportDefinitionWrapper .importDefinitionsContainer {
    height: 35vh;
}

.bmeCatExportDefinitionWrapper .exportDefinitionsContainer {
    height: 35vh;
}

.bmeCatExportSpecsWrapper .exportSpecsContainer {
    height: 35vh;
}

.importDefinitionList {
    height: 100%;
}

.importDefaultDefinitionList {
    height: 100%;
}

.exportDefinitionList {
    height: 100%;
}

.exportDefaultDefinitionList {
    height: 100%;
}

.exportSpecsList {
    height: 100%;
}

.exportDefaultSpecsList {
    height: 100%;
}

.definitionsOverview {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0.1875rem;
}

.defaultDefinitionsOverview {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0.1875rem;
}

.specsOverview {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0.1875rem;
}

.defaultSpecsOverview {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    list-style-type: none;
    text-align: left;
    margin: 0 auto;
    padding: 0.1875rem;
}

.importDefinitionsContainer .importDefinitionList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.importDefinitionsContainer .importDefaultDefinitionList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.exportDefinitionsContainer .exportDefinitionList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.exportDefinitionsContainer .exportDefaultDefinitionList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.exportSpecsContainer .exportSpecsList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.exportSpecsContainer .exportDefaultSpecsList li {
    width: 100% !important;
    height: 3.7rem;
    line-height: 3.5rem;
    margin: 0;
    margin-bottom: 1px;
    background: #FFF;
    padding-left: 0.3125rem;
    border: 0.0625rem solid #EBEBEB;
    border-radius: 0.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.5rem;
}

.bmeCatImportDefinitionWrapper .definitionButtons {
    float: right;
    margin-right: 0.4rem;
    position: relative;
    bottom: 0.1rem;
}

.bmeCatExportDefinitionWrapper .definitionButtons {
    float: right;
    margin-right: 0.4rem;
    position: relative;
    bottom: 0.1rem;
}

.bmeCatExportSpecsWrapper .definitionButtons {
    float: right;
    margin-right: 0.4rem;
    position: relative;
    bottom: 0.1rem;
}

.importDefinitionsContainer .createImportDefinition {
    position: absolute;
    top: -3.6rem;
    right: 0;
}

.importDefinitionsContainer .importIndividualHeading{
    position: absolute;
    top: -4.6rem;
    left: 0;
}

.exportDefinitionsContainer .exportIndividualHeading{
    position: absolute;
    top: -4.6rem;
    left: 0;
}

.exportDefinitionsContainer .createExportDefinition {
    position: absolute;
    top: -3.6rem;
    right: 0;
}

.exportSpecsContainer .exportIndividualHeading{
    position: absolute;
    top: -4.6rem;
    left: 0;
}

.exportSpecsContainer .createExportSpecs {
    position: absolute;
    top: -3.6rem;
    right: 0;
}

#importDefinitionJsonInput {
	display: none;
}

#importDefinitionUploadSubmit {
	display: none;
}

#importDefinitionEditJsonInput {
    display: none;
}

.bmeCatConfigWrapper .hideOption {
    display: none;
}

#exportDefinitionJsonInput {
	display: none;
}

/* #exportDefinitionUploadSubmit {
	display: none;
} */

#exportDefinitionEditJsonInput {
    display: none;
}

#exportSpecJsonInput {
	display: none;
}

#exportSpecUploadSubmit {
	display: none;
}

#exportSpecEditJsonInput {
    display: none;
}

.hiddenLiBmeCat {
    display: none;
}

.bmeCatDataModelWrapper .selectBMECatDataModel {
    top: 1.5rem;
}