/* common style */
.arcus-label {
	/* 	font-family: serif; */
	font-size: 10pt;
	font-weight: bold;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.arcus-hist-table-left-cell {
	display: flex;
	align-items: center;
	place-content: flex-end;
}

.arcus-hist-table-middle-cell {
	text-align: center;
}

.arcus-hist-table-right-cell {
	display: flex;
	align-items: center;
	place-content: flex-start;
}

.arcus-th-wrap {
	white-space: normal !important;
}

.arcus-node-tree-offer {
	color: blue !important;
	font-style: italic;
}


.arcus-history-separator {
	border-bottom: 1px solid #f2f2f2;
}

.btn-hide-offers {
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: 0.5%;
}

.arcus-alert-compact {
	padding: 6px !important;
	margin-bottom: 0 !important;
	display: block;
	background-color: var(--lightDanger);
	border-color: var(--danger);
}

.arcus-administration-search-error {
	margin-top: 4px;
	padding-left: 0;
	padding-right: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
	right: -20px !important;
}

input[type='number'].disable-num-spinner {
	-moz-appearance: textfield;
}

input.disable-num-spinner::-webkit-inner-spin-button, input.disable-num-spinner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.arcus-search-error {
	margin-bottom: 10px !important;
}

.dt-buttons {
	text-align: left !important;
}

/* prevents text selection */
.arcus-no-select {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently not supported by any browser */
}

.arcus-colored-status {
	color: var(--danger);
}

.arcus-document-list-item {
	padding: 5px 10px;
	word-wrap: break-word;
}

.arcus-document-class-list-item {
	background: #eee;
	width: 100%;
}

.close-panel {
	background-color: transparent;
	color: white;
}

.close-panel:hover {
	color: var(--dark);
}

/* wizard style */
.arcus-wizard {
	position: relative;
	width: 100%;
	padding: 0 0 10px 0;
}

.arcus-wizard-row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.arcus-wizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
	word-wrap: normal;
}

.arcus-wizard-step-small {
	display: table-cell;
	text-align: center;
	position: relative;
	word-wrap: normal;
}

.btn-circle {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	background: var(--success);
	box-shadow: 0 0 10px #999999;
	position: relative;
}

.btn-circle-small {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	background: var(--success);
	box-shadow: 0 0 10px #999999;
	position: relative;
}

.btn-circle:hover {
	border-color: var(--dark);
	opacity: 0.9;
}

.btn-circle:hover {
	border-color: var(--dark);
	opacity: 0.9;
}

.btn-circle-selected {
	background: var(--contrast-color);
}

.btn-circle-disable {
	background: var(--secondary);;
}

.arcus-wizard .arcus-wizard-step:first-child:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	bottom: 21px;
	right: 0;
	background-color: var(--primary);
}

.arcus-wizard .arcus-wizard-step:not(:first-child):not(:last-child):before {
	position: absolute;
	bottom: 21px;
	left: 0;
	content: " ";
	width: 100%;
	height: 5px;
	background-color: var(--primary);
}

.arcus-wizard .arcus-wizard-step:last-child:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	bottom: 21px;
	left: 0;
	background-color: var(--primary);
}

.arcus-wizard .arcus-wizard-step-small:first-child:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	bottom: 17px;
	right: 0;
	background-color: var(--secondary);
}

.arcus-wizard .arcus-wizard-step-small:not(:first-child):not(:last-child):before {
	position: absolute;
	bottom: 17px;
	left: 0;
	content: " ";
	width: 100%;
	height: 5px;
	background-color: var(--secondary);
}

.arcus-wizard .arcus-wizard-step-small:last-child:before {
	content: "";
	width: 50%;
	height: 5px;
	position: absolute;
	bottom: 17px;
	left: 0;
	background-color: var(--secondary);
}

.btn-no-padding {
	padding: 0 0 !important;
}

.cardBodyPadding80 {
	padding-bottom: 30px;
}

.bavman-calculate {
	min-width: 214px;
	max-width: 214px;
	margin-bottom: 15px;
}

.bavman-calculate-align {
	text-align: right;
}

.borderless td, .borderless th {
	border: none !important;
}

.button-flow {
	min-width: 120px;
	margin-right: 15px;
}

.button-flow-footer {
	min-width: 110px;
}

.arcus-selection-button-group .btn-group {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.arcus-selection-button-group-error .btn-group {
	border: 1px solid var(--danger);
}

.arcus-selection-button-group label.btn-default.active {
	background-color: var(--primary);
	color: var(--light);
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	z-index: 0;
}

.arcus-selection-button-group label.red-on-active.active {
	background-color: var(--danger);
	color: var(--light);
	margin-top: 1px !important;
	margin-bottom: 1px !important;
	z-index: 0;
}

.arcus-selection-button-group label.btn-default {
	background-color: var(--info);
	color: var(--dark);
	margin-top: 1px !important;
	margin-bottom: 1px !important;
}


.arcus-selection-button-group label.btn-default:hover {
	z-index: 0;
}

.arcus-selection-button-group label.btn-default > label {
	cursor: pointer;
}

.arcus-selection-button-group .selectionWrapper {
	min-width: 120px;
	height: 38px;
}

.selectionWrapper > label {
	padding-top: 5px;
}

.arcus-selection-button-input {
	display: none;
}

.arcus-selection-button-group label:last-child {
	margin-right: 0;
}

.line {
	border-bottom: 2px solid #016d9b;
	margin-bottom: 15px;
}

.historyIcon {
	color: var(--primary);
}

.arcus-required, .arcus-required {
	background-color: var(--lightDanger);
}

.button100 {
	min-width: 100px;
}

.custom-checkbox .custom-control-input:not(:disabled):not(:checked) ~ .custom-control-label.arcus-checkbox-required::before {
	background-color: var(--lightDanger);
	box-shadow: 0 0 0 0 #fff, 0 0 0 1px var(--danger);
}

.errorPageLabel {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	vertical-align: top !important;
}

.errorPageStackTrace {
	text-align: left;
	white-space: normal;
	display: compact;
}

.dataTables_wrapper {
	padding-left: 0;
	padding-right: 0;
}

.columnTitle {
	font-size: 1.1em !important;
}

.internalScroll {
	overflow-y: auto;
	color: black;
	max-height: 430px;
}

.separateFromEdge {
	padding: 1%;
}

.bavman-recalc-modal {
	width: max-content;
	margin: 1.75rem auto;
}

@media only screen and (max-width: 576px) {
	.bavman-calculate-align {
		text-align: left;
	}
}

.evenRowsColor {
	background-color: #f2f2f2;
}

.accountPlanDetailsName {
	padding-left: 40px !important;
	font-weight: normal;
	background-color: white;
}

.accountPlanDetailsNumber {
	font-weight: normal;
	background-color: white;
}

@media only screen and (min-width: 1380px) {
	.retirement-benefit-graph-summary {
		position: absolute;
	}
}

.w-0 {
	width: 0;
}

.w-10 {
	width: 10%;
}

.w-15 {
	width: 15%;
}

.w-17_5 {
	width: 17.5%;
}

@media print {
	.no-print {
		display: none;
	}
}

.w-20 {
	width: 20%;
}

.w-30 {
	width: 30%;
}

.w-65 {
	width: 65%;
}

.w-70 {
	width: 70%;
}

.w-80 {
	width: 80%;
}

.no-wrap {
	white-space: nowrap;
}

.bold-font {
	font-weight: bold;
}

.dashboard-div {
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}