div.insButtonToolbar,
td.insButtonToolbar {
	margin: 2px 0;
}

div.insButtonSmall td.insButtonSmallMiddle,
div.insButtonSmallHover td.insButtonSmallHoverMiddle,
div.insButtonSmallHover td.insButtonSmallMiddle,
div.insButtonSmallPressed td.insButtonSmallPressedMiddle {
	background-image: none;
	padding: 6px 10px;
	border-color: #c0c0c0;
}

.insButtonSmall td.insButtonSmallLeft,
.insButtonSmall td.insButtonSmallRight,
.insButtonSmall td.insButtonSmallHoverLeft,
.insButtonSmall td.insButtonSmallHoverRight,
.insButtonSmall td.insButtonSmallPressedLeft,
.insButtonSmall td.insButtonSmallPressedRight {
	display: none;
	background-image: none;
}

span.insButtonSmall {
	float: initial !important;
	float: none;
	margin-bottom: 8px;
}

div.insButtonSmall table {
	background-color: var(--primary-color);
	box-shadow: rgba(0, 0, 0, 0.16) 0 2px 5px 0;
	color: #FFF;
	font-weight: 600;
	border-radius: 4px;
}

a.insButtonSmallLink {
	color: #FFF;
	font-family: var(--font-family-regular-text-bold);
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

.insButtonSmallLink:link {
	color: #FFF;
	text-decoration: none;
}

div.insButtonSmall,
div.insButtonSmallHover,
div.insButtonSmallPressed {
	display: inline-block;
	margin-bottom: 8px;
}

.insButtonSmallLeft,
.insButtonSmallMiddle,
.insButtonSmallRight,
.insButtonSmallHoverLeft,
.insButtonSmallHoverMiddle,
.insButtonSmallHoverRight,
.insButtonSmallPressedLeft,
.insButtonSmallPressedMiddle,
.insButtonSmallPressedRight,
.insButtonSmallLeft:hover,
.insButtonSmallMiddle:hover,
.insButtonSmallRight:hover {
	background-image: none;
	/*border: 1px solid #a6a6a6;*/
	font-variant: initial;
	color: black !important;
}

	div.insButtonSmallHover a,
	div.insButtonSmallPressed a,
	.insButtonSmallLeft:hover,
	.insButtonSmallMiddle:hover,
	.insButtonSmallRight:hover,
	.insButtonSmallHoverLeft:hover,
	.insButtonSmallHoverMiddle:hover,
	.insButtonSmallHoverRight:hover,
	.insButtonSmallHover,
	.insButtonSmallPressedLeft:hover,
	.insButtonSmallPressedMiddle:hover,
	.insButtonSmallPressedRight:hover,
	div.insButtonSmallHover:hover,
	div.insButtonSmallPressed:hover {
		background-color: var(--primary-color);
		color: white !important;
		cursor: pointer;
		border-color: var(--primary-color);
		border-radius: 4px;
	}

	.insButtonSmallLeft.disabled,
	.insButtonSmallMiddle.disabled,
	.insButtonSmallRight.disabled,
	.insButtonSmallLink.disabled,
	.insButtonSmallLeft.disabled:hover,
	.insButtonSmallMiddle.disabled:hover,
	.insButtonSmallRight.disabled:hover,
	.insButtonSmallMiddle.disabled a {
		background: #fff !important;
		border-color: lightgray !important;
		cursor: default;
		color: lightgray !important;
	}

.insButtonSmall,
.insButtonSmallPressed,
.insButtonSmallHover {
	font-variant: normal;
}

div.ValidationsButton {
	height: 60px;
	margin-bottom: 4px !important;
}

	div.ValidationsButton a {
		border: 1px solid var(--primary-color);
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		text-decoration: none;
		width: 100%;
		background-size: 42px;
	}

div.ValidationPanel tr.RowStyle {
	font-family: var(--font-family-regular-text) !important;
	font-size: 14px !important;
}

pan.ErrorHeader, span.WarningHeader, span.OtherMessageHeader {
	background-size: 42px;
	background-position-x: 6px;
	padding-left: 60px;
	height: 40px;
	margin-top: -5px;
}

.WarningCountLabel, .ErrorCountLabel {
	padding-left: 10px;
}

.validation-panel-error, .validation-panel-warning, .validation-panel-other {
	min-width: 250px;
	max-width: 500px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	/*list-style-type: square;*/
	padding-top: 15px;
}

.validation-other,
.validation-error,
.validation-warning {
	margin-top: 0px;
}

.validation-label-error,
.validation-label-warning,
.validation-label-other,
.ErrorHeader,
.WarningHeader,
.OtherMessageHeader {
	font-weight: 500 !important;
	font-size: 18px !important;
	padding-top: 18px !important;
	/*background: transparent url("../images/validations/warningicon.png") no-repeat;*/
	/*background: transparent url('images/validations/warningicon.png') no-repeat;*/
}

.diamond-error-description,
.diamond-error-message {
	font-size: 15px;
	font-weight: var(--font-weight-semibold);
}

.ErrorMessageContainer {
	font-weight: var(--font-weight-semibold);
}

	.ErrorMessageContainer td {
		font-weight: normal;
		padding-right: 15px;
		vertical-align: top;
		height: 30px;
	}

		.ErrorMessageContainer td span {
			white-space: initial !important;
		}

	.ErrorMessageContainer img {
		margin-top: -7px;
		margin-left: 10px;
		margin-right: -10px;
		height: 48px;
	}

ul.validation-error li,
ul.validation-other li,
ul.validation-warning li {
	padding-top: 4px;
	padding-right: 7px;
	margin-right: 7px;
	text-align: left;
}

ul.validation-error,
ul.validation-other,
ul.validation-warning {
	max-width: 500px;
	min-width: 210px;
}