.datasheetTabsContent .tab-pane h4 {
    margin-left: 0.5rem;
}

.datasheetViewTable tr td:nth-child(1){
	width: 12rem;
	text-align: right;
}

.datasheetViewTable tr td:nth-child(1):after{
	content: ": ";
}

.datasheetViewTable tr td:nth-child(2){
	width: 700px;
}

.datasheetViewStyle {
    width: 350px;
    height: 2.25rem;
}

.datasheetViewTable tr td:nth-child(2) > button {
    width: 150px;
    height: 15px;
    line-height: 15px;
}

.datasheetMarginRight{
	margin-right: 1rem;
}

.datasheetCheckboxSpan,
.datasheetCheckbox{
	cursor: pointer;
}

.datasheet_compImage{
	display: inline;
}

.datasheet_logo_live{
	height: 100px;
}

.datasheet_logo_preview{
	float: right;
}

.datasheet_logo_preview p:first-child:after{
	content: ": ";
}

.datasheetHead .compImageUpload {
    position: relative;
}

.datasheetHead .compImageUpload .upload-btn-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.datasheet_save {
	margin-top: 10px;
}

.dataSheetWrapper ul.subMenuLeft.list-group {
    left: -5px;
    bottom: -8px;
}

.dataSheetWrapper .subMenuLeft .list-group-item:first-child {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.articleTableGlobalConfig.articleFieldsDatasheetElement {
    width: 45%;
}

.globalSheetDescriptions {
    float: right !important;
}

.globalSheetDescriptions .description {
    display: none;
	height: calc(100vh - 25rem);
}

.descriptionsSelectionWrap {
	padding: 0.3rem;
	display: flex;
    justify-content: space-between;
    background-color: #cbcbcb;
}

.articleTableGlobalConfig.articleFieldsDatasheetElement > .articleFieldsGlobalConfigWrap.configurationBoxContainer {
    height: calc(100vh - 32rem);
}

.articleTableGlobalConfig .articleFieldsHeading {
    margin-top: 4rem;
}

div#dsPageTABLES-globalItems {
    margin-top: 0;
}

.globalFeaturesGroupHeading {
    margin-top: 2rem;
    display: inline-block;
}

.globalFeaturesGroupHeading + a[data-toggle="popover"] {
    position: relative;
    left: 0.1rem;
    bottom: 0.05rem;
    font-size: 1.5rem;
}

.descriptionsSelectionWrap > .bootstrap-select {
    width: auto !important;
}

.textPositionsWrap {
    display: inline-block;
}

