
.hdVersion {
	font-style: italic;
	font-size: 0.9em;
	color: #666666;
}
.hdSidebarTitle {
	padding: 3px;
	padding-left: 0px;
	font-weight: bold;
}
.nowrap {
	white-space: nowrap;
}
.nowrap select,
.nowrap a {
	display: inline;
	margin-right: 10px;
}
span.iconState {
    font-family: 'IcoMoon';
    font-style: normal;
    position: relative;
    margin-left: 8px;
}
span.iconState0::before {
	content: '\41';
    top: -1px;
    left: 0px;
    color: var(--HdLibDarkRed);
}
span.iconState1::before {
    /*content: '\e218';*/
	content: '\42';
    top: -1px;
    left: 0px;
    color: #378137;
}

span.iconState3::before,
span.iconState100::before {
	content: '\40';
    top: -1px;
    left: 0px;
    color: var(--HdLibDarkRed);
}
span.iconState100::before {
    color: inherit;	
}
span.iconState99::before {
    content: '\4c';
    top: -1px;
    left: 0px;
    color: #999999;
}

.selectMax90 .form-select, 
.selectMax90 .custom-select {
	width: 90%;
	max-width: 90%;
}

table.adminlist thead th {
	vertical-align: top;
}

table.fixedHeading th {
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
  z-index: 1001;
}

table.fixedHeading th[scope=row] {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  top: 43px;
  z-index: 1001;
  background: linear-gradient(90deg, transparent 0%, transparent calc(100% - .05em), #d6d6d6 calc(100% - .05em), #d6d6d6 100%);
}
table.fixedHeading th:not([scope=row]) {
  position: -webkit-sticky;
  position: sticky;
  top: 43px;
  z-index: 1001;
}
.subform-table-layout .control-group .controls {
	padding-right: 0px;
}

.subform-table-layout .hdModalName {
	width: 250px;
}

.controls input[type="email"].hdEmail {
	max-width: 95%;
}

fieldset.removeLabel .control-group .controls {
	margin-left: 0px;
	width: 100%;
}
fieldset.removeLabel .control-group {
	margin-top: 0px;
}

.HdHeadingGroup {
	border-left: 1px solid #999999;
    border-top: 1px solid #999999;
    border-right: 1px solid #999999;
}
.hdStatisticsGroup {
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.hdStatisticsGroupLeft {
    border-left: 1px solid #999999;
}
.hdStatisticsGroupRight {
    border-right: 1px solid #999999;
}
.HdStatistic {
	margin-top: 30px;
	border-bottom: 1px solid #999999;
	padding-bottom: 5px;
}
.table-statistics tbody tr td:first-child {
	white-space: nowrap;
}
.table-statistics tfoot tr td {
	border-top: 2px solid #999999;
    border-bottom: 2px solid #999999;
    white-space: nowrap;
}
.table-statistics tfoot tr td:first-child {
    background-color: var(--HdLibDarkRed);
    color: #FFFFFF;
    white-space: initial;
}
.amountMinus,
a.amountMinus {
	color: var(--HdLibDarkRed);
}
.amountPlus,
a.amountPlus {
    color: var(--HdLibDarkGreen);
}
.amountNA,
a.amountNA {
    color: #A1A1A1;
}
.paymentImage {
	max-height: 30px;
	width: auto;
	cursor: pointer;
}
.HdNoWrap {
	white-space: nowrap;
}
.hdOrderInfo {
	color: #01179d;
}
.iconRed,
.iconRed:before {
	color: var(--HdLibDarkRed) !important;
}
.hdPopupInfo {
	position: relative;
}
.hdTimeField,
.dialogify input.hdTimeField {
	width: 75px;
}
.hdDateSelect,
.dialogify div.hdDateSelect {
	width: 165px;
	margin-right: 10px;
}
.hdInfoIcon,
.HdRowInfoTrigger {
	position: relative;
}

.HdRowInfoTrigger div.hdInfo,
.hdInfoIcon div.hdInfo,
.orderContentContainer {
    display: inline-block;
    position: absolute;
    padding: 8px;
    left: 25px;
    top: 0px;
    z-index: 100;
    width: 185px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    background-color: #FFFFFF;
    border: 1px solid #DADADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.HdRowInfoTrigger div.hdInfo {
	width: unset;
	min-width: 200px;
	margin-top: 20px;
}
.table-striped tbody > tr.hdError > td, 
.table-striped tbody > tr.hdError > th {
    background-color: #fa9696;
}
.table-striped tbody > tr.hdError:nth-child(2n+1) > td, 
.table-striped tbody > tr.hdError:nth-child(2n+1) > th {
    background-color: #fe3030;
}
.table-striped tbody > tr.hdError > td, 
.table-striped tbody > tr.hdError > th,
.table-striped tbody > tr.hdError > td a, 
.table-striped tbody > tr.hdError > th a,
.table-striped tbody > tr.hdError:nth-child(2n+1) > td, 
.table-striped tbody > tr.hdError:nth-child(2n+1) > th,
.table-striped tbody > tr.hdError:nth-child(2n+1) > td a, 
.table-striped tbody > tr.hdError:nth-child(2n+1) > th a {
	color: #FFFFFF;
}

.table-striped tbody > tr.hdDisabled > td, 
.table-striped tbody > tr.hdDisabled > th {
    color: #999999;
}

.form-horizontal .control-group.hdPlainTextWrapper {
	margin-bottom: 5px;
}
.form-horizontal .control-group.hdPlainTextWrapper .controls {
    padding-top: 5px;
    padding-left: 160px;
}
.form-horizontal .bankDetailsForm .control-group.hdPlainTextWrapper {
	margin-bottom: 0px;
}
.form-horizontal .bankDetailsForm .control-group.hdPlainTextWrapper .controls .hdPlainText {
	padding-top: 3px;
	padding-bottom: 0px;
}

.hdTrafficLight,
div.state_box.hdTrafficLight {
    overflow: hidden;
    width: 20px;
    height: 20px;
    padding: 0px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    cursor: pointer;
}

.orderItemContainerState99,
.orderItemContainerState99 a,
.orderItemContainerState100,
.orderItemContainerState100 a {
	color: #999999 !important;
}
.orderItemDetails {
	display: none;
	min-height: 150px;
	padding-top: 20px;
	padding-left: 16px;
}
.orderItemDetails .articlesRow {
	display: inline-block;
} 
.orderViewTrigger {
	display: inline-block;
}
div.orderHasContent {
    position: relative;
}
div.orderHasContent {
    cursor: pointer;
    white-space: nowrap;
}
div.orderHasContent div.orderContentContainer {
	display: none;
	position: absolute;
	left: 0px;
	width: auto;
	padding: 10px;
}
img.frontendOrderTileIcon {
	display: inline-block;
	width: 20px;
	height: auto;
	margin-right: 5px;
}
div.orderHasContent div.documentRow {
	display: block;
	width: initial;
	white-space: nowrap;
	margin-bottom: 7px;
	line-height: normal;
}
.orderItemDetails .contentBox {
	font-size: 15px;
}
.orderViewTrigger .orderContentContainer div {
	display: block;
}
.requireError {
	color: var(--HdLibDarkRed);
}
input.requireError,
.requireError input[type="number"] {
    border: 1px solid var(--HdLibDarkRed);	
}

h4.hdDoExpand {
	cursor: pointer;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
h4.hdDoExpand::before {
    font-family: 'IcoMoon';
    font-style: normal;
    content: "\e007";
    position: absolute;
    left: 0px;
    top: -3px;
}
h4.hdDoExpand.hdExpanded::before {
    content: "\e005";
}
.hdExpandContainer {
	display: none;
	margin-bottom: 10px;
}
textarea.textFullWidth {
	width: 100%;
}
.customerProfileNote {
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px solid #dadada;
	display: block;
	width: 100%;
}


.profileEditLinks {
	font-size: 11px;
	font-weight: normal;
	display: inline-block;
}
.customerEditLink,
.customerChangeLink,
.customerAddLink {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	margin-left: 15px;
	cursor: pointer;
	margin-right: 5px;
	vertical-align: middle;
}
.customerChangeLink,
.customerAddLink {
	margin-left: 5px;
	position: relative;
}
.customerChangeLink [class^="hdicon-"], 
.customerChangeLink [class*=" hdicon-"],
.customerAddLink [class^="hdicon-"], 
.customerAddLink [class*=" hdicon-"] {
	margin-right: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.customerAddressLayer,
.customerAccountsLayer,
.customerBankDetailsLayer {
	display: flex;
	flex-wrap: wrap;
}
.customerAddress,
.customerAccount,
.customerBankDetail {
	display: inline-block;
	min-width: 200px;
	padding: 10px;
	font-size: 0.85em;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
	cursor: pointer;
	position:relative;

    background: rgba(255,255,255,1);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.12);
    border: 1px solid #DADADA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.customerAddress:hover,
.customerAccount:hover,
.customerBankDetail:hover {
	background-color: #EFEFEF;
}

.addressIconLayer {
	position: absolute;
	top: -11px;
	right: 0px;
	text-align: right;
	color: #484848;
}

.customerAddress [class^="newicon-address-"], 
.customerAddress [class*=" newicon-address-"] {
	margin-right: 0px;
	margin-left: 8px;
}
.newicon-address-default-active:before {
	color: #ff8040;
}

.accountInlineIcons,
.bankDetailInlineIcons {
	margin-top: 10px;
}
.customerAccount [class^="hdicon-account-"], 
.customerAccount [class*=" hdicon-account-"],
.customerBankDetail [class^="hdicon-bankdetail-"], 
.customerBankDetail [class*=" hdicon-bankdetail-"] {
	position: relative;
	margin-right: 8px;
	margin-left: 3px;
}
.hdicon-account-sendmail::before {
	content: "\4d";
}
.hdicon-account-sendreceipt::before {
	content: "\e239";
}
.hdicon-bankdetail-sepa::before {
	content: "\e239";
}
.hdicon-bankdetail-sepa.sepa-invalid::before {
	color: var(--HdLibDarkRed);	
}

.customerAccount [class^="hdicon-account-"] span, 
.customerAccount [class*=" hdicon-account-"] span,
.customerBankDetail [class^="hdicon-bankdetail-"] span, 
.customerBankDetail [class*=" hdicon-bankdetail-"] span {
	position: absolute;
	top: 0px;
	right: 0px;
}
.customerAccount [class^="hdicon-account-"] span::before, 
.customerAccount [class*=" hdicon-account-"] span::before,
.customerBankDetail [class^="hdicon-bankdetail-"] span::before, 
.customerBankDetail [class*=" hdicon-bankdetail-"] span::before {
	position: absolute;
    font-family: 'IcoMoon';
    font-style: normal;
	top: -8px;
	right: -7px;
	content: "\e218";
	color: var(--HdLibGreen);
	font-size: 11px;
	
}

.customerAddress [class^="newicon-address-selected"], 
.customerAddress [class*=" newicon-address-selected"] {
	display: none;
}
.customerAddress.customerAddressSelected [class^="newicon-address-selected"], 
.customerAddress.customerAddressSelected [class*=" newicon-address-selected"] {
	display: initial;
}
.customerAddress.customerAddressSelected [class^="newicon-address-"], 
.customerAddress.customerAddressSelected [class*=" newicon-address-"] {
	text-shadow: 0 0 2px #FFFFFF;
}

.customerAddressSelected {
	border: 1px solid #004000;
	background-color: var(--HdLibGreen);
	color: #FFFFFF;
}
.customerAddress.customerAddressSelected:hover {
	background-color: #004000;
}
.customerAddress .deliveryInfo {
	display: block;
	font-size: 0.8em;
	margin-top: 10px;
}
.HdLibEmptyField {
	color: #DADADA;
	min-height: 34px;
}
.hdEmailSelectFieldContent,
.hdEmailTextTestFieldContent,
.hdActionSelectContent {
	display: none;
}

.labelCheckbox input {
	position: absolute;
	top: 0px;
	left: 0px;
}
.labelCheckbox input[type="text"] {
	top: -7px;
}
label.hideLabel {
	display: none;
}
.numberFieldSelectWrapper {
	margin-right: 10px;
}
.HdLibHasDescriptionIcon [role="tooltip"]:not(.show) {
	z-index: 1070;
	color: #fff;
	text-align: start;
	background: #000;
	margin: .25em;
	padding: .5em;
	display: none;
	border-radius: .2rem !important;
}
.HdLibHasDescriptionIcon :focus + [role="tooltip"], 
.HdLibHasDescriptionIcon :hover + [role="tooltip"] {
	display: block;
	position: absolute;
}

li.HdSeparator {
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.selectWrapperMaxWidth {
	width: 100%;
}

.shareFacebook {
	background-image: url('../icons/Facebook_1.png');
}
.shareViaX {
    background-image: url('../icons/logoX.png');
    opacity: 0.4;
}
.sharePinterest {
    background-image: url('../icons/Pinterest_1.png');
}
.shareInstagram {
    background-image: url('../icons/Instagram_1.png');
}

.choices__list--dropdown .choices__item--choice.is-selected::after {
	display: initial !important;
  content: " ✓";
  color: green;
  margin-left: 0.5em;
  font-weight: bold;
  display: inline-block;
  opacity: 1 !important;
  visibility: visible !important;
}
.choices__list--dropdown .choices__item--choice.is-selected {
	color: var(--HdLibDarkGreen);
}
[data-color-scheme="dark"] .choices__list--dropdown .choices__item--choice.is-selected,
[data-color-scheme="dark"] .choices__list--dropdown .choices__item--choice.is-selected.is-highlighted {
	color: #FFFFFF;
	background-color: var(--HdLibDarkGreen);
}
[data-color-scheme="dark"] .choices__list--dropdown .choices__item--choice.is-selected.is-highlighted {
	background-color: var(--HdLibGreen) !important;
}

.form-control .wasChanged,
.wasChanged,
.choices__inner:has(.wasChanged),
.js-editor-tinymce:has(textarea.wasChanged) .tox-tinymce {
	border: 2px solid var(--HdLibYellow) !important;
}

.hdChangeDefaultField.isDefault {
	color: var(--HdLibYellow);
}


