/**
* IBM Confidential
* OCO Source Materials
* IBM Business Platform: Dashboard
* (C) Copyright IBM Corp. 2018, 2020
* The source code for this program is not published or otherwise divested of its trade secrets,
* irrespective of what has been deposited with the U.S. Copyright Office
**/

$formatMarginValue: 16px;

.popoverFormatDialogContainer {
	font-weight: $fw-regular;
	font-style: normal;
	@include theming(color, interactive-02);
		.content {
			width: 100%;
			@include theming(background-color, ui-01);
			height: 100%;
		}
}

.formatDialog {
	padding-bottom: 24px;
	.ba-theme-waca {
		height: 100%;
		.content {
			display: flex;
			flex-direction: column;
			@include theming(border-top-color, ui-03);
			overflow: auto;
			.selectionLabel {
				font-weight: $fw-regular;
				font-style: normal;
				font-size: $baseFontSize;
				margin-left: $formatMarginValue;
			}
			.formatContent {
				display: flex;
				height: inherit;
				@include theming(border-top-color, ui-03);
				margin: 12px $formatMarginValue 0 $formatMarginValue;
				.formatView {
					.halfWidth {
						width: 150px;
					}
					.fullWidth {
						width: 316px;
					}
					.propertyGroup {
						padding-top: 24px;
					}
					.propertySubgroup {
						padding-top: 8px;
					}

					.infoLabel {
						min-height: 20px;
						padding-right: 4px;
					}
				}
			}
  		}
	}
}