/* Variables */
:root {
	--primary-color: #4b7b9d; /* Navigation Color */
	--secondary-color: #4b9d6d; /* Activation Color */
	--tertiary-color: #5a7284; /* Information Color */
	--disabled-color: #898989;
	--readonly-input-background-color: whitesmoke;
	--readonly-input-color: #484848;
	--scrollbar-color: #d3d3d3;
	--font-family-regular-text: 'Work Sans', 'Roboto Regular', 'Segoe UI', Selawik, Helvetica, 'Droid Sans', Arial, Geneva, sans-serif;
	--font-family-regular-text-bold: 'Work Sans Semibold', Arial, Helvetica;
	--employee_view_center_height_factor: 14;
	--employee_view_content_height_factor: 65;
	--employee_view_layout_west_height_factor: 44;
	--border-color: #dfdfdf;
	--font-weight-bold: 700;
	--font-weight-semibold: 600;
	--danger-color: #cc0000;
	--caution-color: #FFF36D;
	--primary-color-dark: #304f65; /*darkened version of primary color*/
}

textarea,
input[type='text'] {
	font-family: var(--font-family-regular-text);
	line-height: normal;
}

/* InsDate */
.Date,
.DateReadOnly {
	min-width: 80px;
}

html,
body {
	font-family: var(--font-family-regular-text) !important;
	font-size: 14px;
	background-color: #e7eded;
	color: #666666;
}

body {
	margin: 0;
}

#MyForm {
	background-color: #e7eded;
}

#P_L_V_DetailTreeViewt0 a {
	font-size: larger;
}

.P_L_V_DetailTreeView_2 P_L_V_DetailTreeView_4 {
	vertical-align: middle;
}

.RequiredField {
	background-image: url('images/required.svg');
	padding-left: 10px !important;
	background-size: 25px;
	background-position: left 4px;
}

td.RequiredField {
	background-position: 0px 14px;
}

.AutoSizeDiv #Toolbar {
	Background-color: transparent;
	border-bottom: none;
}

.bold-text {
	font-family: var(--font-family-regular-text-bold);
}

/* ##### Basic Page Styles BEGIN ##### */
#mheader {
	height: auto;
	background-color: #e7eded;
}

#mfooter {
	background-color: #e7eded;
	height: 0 !important;
	display: none !important;
}

.MasterFooterText {
	color: #5b5b5b !important;
}

div.MasterPageHeaderMenuInnerContainer {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	padding-right: 10px;
}

div.MasterPageHeaderLogoutContainer {
	display: block !important;
	float: right;
}

#MasterHeaderControl_LogoutAnchor {
	color: #5b5b5b !important;
	display: block;
	font-weight: var(--font-weight-semibold);
	text-decoration: underline;
}

#MasterHeaderControl_LogoutAnchor {
	background-image: url('images/log_out.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	height: 20px;
	width: 20px;
}

#MasterFooterControl_DiamondSystemCaption,
#MasterFooterControl_LogoutMenu {
	display: none;
}

#mimgLogo {
	height: 39px;
	height: 30px;
	padding-top: 0;
	background-position: Left;
}

span.MasterPageHeaderSysCaptionLabel,
span.MasterPageHeaderSysEnvironmentLabel {
	color: black;
	font-family: var(--font-family-regular-text);
	font-size: 18pt;
}

img.MasterPageHeaderSysIcon {
	height: 24px;
	padding-top: 2px;
	width: 24px;
/*	filter: invert(30%);*/
}

span.MasterPageHeaderSysEnvironmentLabel {
	font-weight: normal;
}

#QuickPolicyLookupControl_TypeInsCombo_TypeInsCombo_I {
	font-size: 15px !important;
	height: 24px;
	color: #838383;
	padding-left: 10px;
	width: 170px;
}

#mcontent {
	width: 100%;
	padding: 0 10px 10px 10px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #F8F8F8;
}

div.ControlLoaderDiv {
	padding-top: 1px;
}

#P_L_ControlLoaderUpdatePanel {
	background-color: #f8f8f8;
	padding-right: 3px;
}

a {
	color: var(--primary-color);
}

	A:link {
		color: var(--primary-color);
	}

	A:visited {
		color: var(--primary-color);
	}

	A:active {
		color: var(--primary-color);
	}

	A:hover {
		color: var(--primary-color);
	}

#Header {
	background-color: white;
	color: white;
}

.ColumnHeader {
	background-color: #53a5d0;
	color: white;
}

#button {
	background-color: #e4e4e4;
	color: white;
}

td.Divider {
	background-color: white;
}

#P_L_V_SaveDividerSpan {
	display: none !important;
}

.TableDivider {
	background-color: white;
}

.TableHeaderDIV {
	background-color: #0596c6;
	color: white;
}

.box {
	border: thin solid #e4e4e4;
	background-color: white;
}

.fieldSet,
fieldset {
	background-color: unset;
	border-width: 1px !important;
	border: none;
	border-color: gray !important;
	border-radius: 4px;
}

.ModifierLegend fieldset {
	background-color: unset;
	border-width: 1px !important;
	border: solid;
	border-color: gray !important;
	border-radius: 4px;
}

.FieldsetLegend {
	color: #fff !important;
	font-family: var(--font-family-regular-text);
	font-size: 15px;
	font-weight: normal;
	background-color: var(--tertiary-color);
	padding: 5px 0 5px 10px;
	border-radius: 3px;
	width: 100%;
}

	.FieldsetLegend span {
		color: #fff !important;
		font-family: var(--font-family-regular-text);
		font-size: 15px;
		font-weight: normal;
	}

h1 {
	color: var(--tertiary-color);
	font-size: 20px;
	/*font-weight: normal;*/
	font-weight: var(--font-weight-semibold);
}

	h1 .SubHeader {
		color: var(--tertiary-color);
	}

h2 {
	color: var(--tertiary-color) !important;
	font-size: 18px;
	font-weight: normal;
}

	h2 .SubHeader {
		color: var(--tertiary-color) !important;
	}

.DivHeader {
	color: white;
	background-color: var(--tertiary-color);
}

#QuickPolicyLookupControl_TypeInsCombo_TypeInsCombo_DDD_L_LBT {
	padding-left: 5px;
}

.TabStripPageRounder {
	background-color: white;
}

.OnePageWorkflowControlPlaceHolderDiv {
	background-color: white;
}

.header {
	background-color: var(--tertiary-color);
}

	.header span {
		color: white;
	}

	.header table dg tr td {
		text-align: left;
	}

.TABRounder {
	background-color: white;
}

/* ##### MaskedEdit Styles BEGIN ##### */
.MaskedEditFocus {
	background-color: lightyellow;
	border-width: 1px;
	color: black;
	padding: 2px 1px;
}

.MaskedEditMessage {
	color: red;
}

.MaskedEditError {
	background-color: lightpink;
}

.MaskedEditFocusNegative {
	background-color: lightyellow;
	color: red;
}

.MaskedEditBlurNegative {
	color: red;
}
/* ##### MaskedEdit Styles END ##### */

.DIVBorder {
	background-color: white;
}

table.DIVBorder tr.SelectedRowStyle a:link {
	color: white;
}

table.DIVBorder tr.SelectedRowStyle a:hover {
	color: #ff6000;
}

table.DIVBorder tr.RowStyle a:link {
	color: #53a5d0;
}

table.DIVBorder tr.RowStyle a:hover {
	color: #ff6000;
}

table.DIVBorder tr.AlternatingRowStyle a:link {
	color: #53a5d0;
}

table.DIVBorder tr.AlternatingRowStyle a:hover {
	color: #ff6000;
}

table.DIVBorder tr.RowStyle a.insButtonSmallLink {
	color: white !important;
}

table.DIVBorder tr.SelectedRowStyle a.insButtonSmallLink {
	color: white !important;
}

table.DIVBorder tr.AlternatingRowStyle a.insButtonSmallLink {
	color: white !important;
}

.TreeView {
	background-color: white;
}

/* ##### InsTextBox Styles BEGIN ##### */
input.InsTextBox,
input.InsZip,
textarea.InsTextBox {
	background-color: white;
	border: 1px solid #dcdcdc;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 2px !important;
	width: 100px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.fieldSet_Box {
	background-color: unset;
	border: 2px solid var(--primary-color) !important;
	border-radius: 7px;
}

.fieldSet_Box legend {
	color: var(--primary-color) !important;
	font-weight: var(--font-weight-semibold) !important;
	font-size: 16px !important;
	width: auto !important;
	background-color: transparent !important;
	padding-right: 10px !important;
}

input.InsTextBox,
input.InsZip {
	height: 27px !important;
}

	input.InsTextBox:focus-visible,
	input.InsZip:focus-visible,
	textarea.InsTextBox:focus-visible {
		border-color: var(--primary-color) !important;
		color: #484848;
		outline-style: none;
	}

table.InsPhonePrimaryCB {
	display: inline-block;
	vertical-align: middle;
}

/* InsCombo - wrap item text when multiple columns are being used */
td.ins-combo-multi-column {
	white-space: normal;
}

/* InsName - adjust the width of the DL country combo so the 2 digit country code is visible */
table.ins-name-combo-dl-country {
	min-width: 65px;
}

div#WhitePagesImageDiv a {
	font-weight: normal;
}

div#GoogleMapsImageDiv a {
	font-weight: normal;
}
/* ##### InsTextBox Styles END ##### */

TD.category,
.UnderwritingTreeView {
	background-color: white;
}

/***************************** InsWorkflowStyles ************************************/
.CoverageTreeViewToolbar {
	background-color: var(--secondary-color);
}

.SelectedTreeNode {
	background-color: var(--secondary-color);
	color: white;
}

.AutoSizeDiv {
	background-color: #f7f7f7;
}

div.WorkflowUpdatePanel {
	overflow: scroll;
}

/*
	Separated from .AutoSizeDiv because PolicySearch.js uses this to automatically size a group of divs and was affecting other controls that use the class.
	TODO: see if we can rename .AutoSizeDiv in the other controls because AutoSizeDiv describes the functionality that PolicySearch.js does with the control (automatically sizes it).
*/
.SearchAutoSizeDiv {
	background-color: #ebebeb;
}

div.claim-search-phone-textbox table {
	margin-left: -8px;
}

a.quickLookupButton {
	opacity: 1.0;
	background-image: url("images/search.svg");
	height: 24px;
	width: 24px;
	display: block;
}

	a.quickLookupButton:hover {
		opacity: 0.7;
		background-image: url("images/search.svg");
	}

#P_L_V_InsWorkflowUpdatePaneldefault > div > div > table > tbody > tr > td[colSpan="2"] > div,
.QuoteInfoPrint {
	border: none !important;
}

.UnderwritingTreeView {
	border-color: #e4e4e4;
}

	.UnderwritingTreeView + td {
		border: thin solid #e4e4e4;
	}

#OrderToolbarButtonTable + table select {
	min-width: 110px;
}

#P_L_PolicySearch_HeaderInsLabel {
	font-size: 24px;
	font-weight: normal;
	color: #a2d4ea;
}

hr.solidline {
	background-color: #e4e4e4;
	border-bottom-style: none;
	border-top-style: none;
	border-left-style: none;
	border-right-style: none;
	height: 1px;
}

/* Report Viewer Fix - fixes running out of the viewing area in IE9 compatibility mode (IE8) */
div.ReportViewer {
	background-color: white;
}

#AdjustmentsHeader {
	padding: 4px 8px 5px 8px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	cursor: pointer;
	line-height: 25px;
}

#AdjustmentsLink {
	color: #0097c7 !important;
	text-decoration: none !important;
}

/* This is needed for disabled linkbuttons in Chrome and FireFox */
a[disabled="disabled"] {
	color: black;
}

.e2ValueModal {
	background: white;
}

	.e2ValueModal a {
		color: #53a5d0;
	}

div.StickyNotesButton {
	height: 65px !important;
	margin-bottom: 5px !important;
	width: 99.5%;
}

	div.StickyNotesButton a {
		align-items: center;
		display: flex;
		border-radius: 10px;
		border-color: var(--primary-color);
		color: white;
	}

		div.StickyNotesButton a:hover {
			background-color: #EEEEEE;
		}

div.StickyNotesButtonDisabled {
	pointer-events: none;
}

div.StickyNotesButton-urgent a span {
	color: red !important;
}

td.notes-gridview-urgent a.Gridview_DangerButton, td.notes-gridview-urgent a.Gridview_CommandButton,
td.notes-gridview-sticky a.Gridview_DangerButton, td.notes-gridview-sticky a.Gridview_CommandButton {
	color: black !important;
}

span.StickyNotesButton-label {
	display: block;
	/*margin-top: 25px;*/
	margin-left: 80px;
	font-size: 16px;
	white-space: normal !important;
}

td.notes-gridview-urgent {
	color: red !important;
}

.notes-gridview-sticky {
	background-color: #FEDA00;
}
/*
.notes-gridview-urgent {
	background-color: #F27360 !important;
} */

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

.CoverageDefaultPlanMainToolbarTableCellDiv {
	margin-bottom: 5px !important;
	width: inherit;
}

div.TooltipPopupControl {
	padding: 0 !important;
	border: none !important;
}

	div.TooltipPopupControl ul {
		padding-bottom: 0;
	}

div.TooltipPopupControl_HelpContent {
	background-color: #9fdaee;
	border: 1px solid #2bb0d7;
}

div.TooltipPopupControl_InformationContent {
	background-color: #ffffcc;
	border: 1px solid lightgray;
}

span.ToolTip {
	border-bottom: 1px dotted #000;
	cursor: help;
	position: relative;
}

.rule-conditions-box {
	color: black;
	font-size: 14px;
	padding: 0 3px;
}

	.rule-conditions-box .blue {
		color: blue;
	}

	.rule-conditions-box .red {
		color: red;
	}

	.rule-conditions-box .black {
		color: black;
	}

	.rule-conditions-box .bold {
		font-weight: var(--font-weight-semibold);
	}

	.rule-conditions-box .field-condition:hover,
	.rule-conditions-box .group-condition-list:hover,
	.rule-conditions-box .rule-action:hover {
		background-color: yellow;
	}

	.rule-conditions-box .field-condition:active,
	.rule-conditions-box .group-condition-list:active,
	.rule-conditions-box .rule-action:active {
		background-color: orange;
	}

.rules-span-div {
	display: inline;
	font-size: 14px;
}

.rule-tester-fx-dscr-title {
	background-color: lightgoldenrodyellow;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

h3.ui-state-active > a,
h3.ui-state-default > a {
	background-color: #eee !important;
	color: #666 !important;
}

.DateReadOnly,
.NumericReadOnly {
	color: black;
	color: var(--readonly-input-color);
}

.ReadOnly td.dxic,
.ReadOnly input.dxeEditArea,
.ReadOnly textarea.dxeMemoEditArea,
.ReadOnly input.dxeEditAreaSys,
.DateReadOnly,
.NumericReadOnly,
input.InsTextBox[readonly="ReadOnly"] {
	background-color: var(--readonly-input-background-color);
	background-image: none;
	color: var(--readonly-input-color);
	cursor: default;
	height: 17px;
}

.ReadOnly span.dxICheckBox,
input.ReadOnly {
	color: var(--disabled-color) !important;
	color: var(--readonly-input-color) !important;
	cursor: default;
}

table.ReadOnly textarea {
	background-color: var(--readonly-input-background-color) !important;
	border-radius: 4px;
	color: var(--readonly-input-color) !important;
}

/* InsMessageBox Styling BEGIN */
div.InsMessageBoxDiv {
	padding: 10px 0 20px 0;
}

	div.InsMessageBoxDiv span {
		font-size: 16px !important;
		text-align: left;
	}
/* InsMessageBox Styling END */

/* Excluding the 4x padding from Base.css which causes ASPxRoundPanel display problem when collapsed */
td.dx-borderBox {
	padding: unset;
}

/* ***** Check for Composer Updates Styles BEGIN ***** */
h1.EnvironmentName,
h1.ComposerConnection {
	margin: 0;
}

a.EnvironmentButton span {
	font-size: 20px !important;
}

td.EnvironmentNameCaption,
td.NewServerNameCaption {
	padding: 4px !important;
}
/* ***** Check for Composer Updates Styles END ***** */

/* ASPxButton Link Rendering - Use the Work Sans Semibold font instead of bold */
a.dxbButton_Shine {
	font-family: var(--font-family-regular-text-bold);
}

.dxbButton_Shine.dxbDisabled_Shine {
	border: solid 1px;
	border-color: var(--border-color) !important;
}

/* General control border radius */
.dxbButtonSys,
.dxeButton,
.dxeMemoSys,
.dxeButtonEdit_Shine,
.dxeTextBox_Shine {
	border-radius: 4px !important;
}

/* Collapsible Panels (ASPxRoundPanel) BEGIN */
.dxrpControl_Shine {
	margin-bottom: 15px;
}
/* Collapsible Panels (ASPxRoundPanel) END */

/* System Settings BEGIN */
.SystemSettingsName {
	font-weight: var(--font-weight-semibold);
}

.SystemSettingsValue {
	padding-top: 10px;
	padding-bottom: 10px;
}

.SystemSettingsCallbackPanel {
	background-color: var(--primary-color) !important;
	border-radius: 12px;
	border: solid 1px;
}

	.SystemSettingsCallbackPanel .dxtv-nd {
		color: white !important;
	}

	.SystemSettingsCallbackPanel .dxtv-ndSel {
		color: white !important;
		width: 90%;
	}

.SystemSettingsCardRow {
	border-radius: 4px;
}

.SystemSettingsSplitter .dxsplLCC {
	overflow: hidden !important;
}

.SystemSettingsSplitter {
	min-height: 500px;
}

/* System Settings END */
/* AJAX Tab padding */
.ajax__tab_xp ajax__tab_container, .ajax__tab_default {
	padding-top: 3px;
}

.bold-label {
	/*font-family: var(--font-family-regular-text-bold) !important;*/
	font-weight: var(--font-weight-semibold) !important;
}

.dxDateTime-date {
	min-width: 120px !important;
}

.dxDateTime-time {
	min-width: 80px !important;
}

#financialsDiv td.dxic {
	padding: 0px !important;
}

/* Popups BEGIN */

.dxpc-closeBtn {
	background: none !important;
}

/*Allows popups to display on top*/
.dxpcLite_Shine {
	position: fixed !important;
}

.dxpc-header {
	font-size: 16px !important;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	text-align: left;
}

div.dxpc-mainDiv {
	border: inherit !important;
	border-radius: 6px !important;
}

/* Popups END */

.dxNumeric {
	min-width: 25px;
}

.diamond-log-memo {
	color: black;
}

.tasklist-taskcontrol-caption {
	background-color: var(--tertiary-color);
	border-radius: 4px;
	padding: 8px;
	height: 16px;
	color: white;
}

.tasklist-taskcontrol-captionlabel {
	background-color: var(--tertiary-color);
	color: white;
}

.MainNavTable.tasklist-toolbar,
.tasklist-toolbar-div {
	border-radius: 0px !important;
	padding: 0px 0px !important;
	background-color: var(--primary-color) !important;
}

.scheduler-main-div {
	border-radius: 5px;
	background-color: var(--primary-color) !important;
}

.MainNavTable.tasklist-toolbar ul#MainNav li a {
	background-color: var(--primary-color);
	color: white !important;
}

	.MainNavTable.tasklist-toolbar ul#MainNav li a:hover {
		background-color: var(--primary-color-dark) !important;
	}

.scheduler-ctl,
.scheduler-ctl .dx-wrap,
.scheduler-main-div label.dxeCaption_Shine {
	color: white !important;
}

.scheduler-main-div label.dxeCaption_Shine {
	padding-right: 4px;
}

.scheduler-ctl span.dxeIRadioButton_Shine,
.scheduler-ctl span.dxICheckBox_Shine {
	filter: grayscale(100%) brightness(0) invert(100%);
}

.interface-settings-row-unconfirmed-active {
	background-color: #990000 !important;
	color: white;
}

.interface-settings-card-unconfirmed-active {
	outline-style: solid;
	outline-color: #990000;
}

.interface-settings-row-unconfirmed-inactive,
.interface-settings-card-unconfirmed-inactive {
	background-color: var(--caution-color);
	color: black;
}

.interface-settings-row-unconfirmed-active a.Gridview_DangerButton,
.interface-settings-row-unconfirmed-active a.Gridview_CommandButton,
.interface-settings-card-unconfirmed-active a.Gridview_DangerButton,
.interface-settings-card-unconfirmed-active a.Gridview_CommandButton {
	color: white !important;
}

.interface-settings-row-unconfirmed-inactive a.Gridview_DangerButton,
.interface-settings-row-unconfirmed-inactive a.Gridview_CommandButton,
.interface-settings-card-unconfirmed-inactive a.Gridview_DangerButton,
.interface-settings-card-unconfirmed-inactive a.Gridview_CommandButton {
	color: black !important;
}

/*** ASPxRadioButtonList Styles ***/
.dxeRadioButtonList_Shine {
	border-radius: 4px;
}

table.dxeRadioButtonList_Shine td:not(.dxe, .dxichCellSys, .dxichTextCellSys) {
	padding: 0px;
}

/*Radio button padding*/
td.dxichTextCellSys {
	padding: 3px 0px 1px 3px !important;
}

/**** DevExpress Help Text Styles ****/
td.dxeHelpText_Shine.help-text-bottom {
	padding-left: 6px !important;
	padding-top: 4px !important;
}

/**** DevExpress Validator Styles ****/
table.dxeRoot_Shine td:not(.dxe, .dxic, .dxeButton, .dxeListBoxItem_Shine, .dxeHelpText_Shine, .dxeErrorCell_Shine, .dxeCaptionCell_Shine) {
	padding: 0px;
}

td.dxeErrorCell_Shine td {
	color: red !important;
}

/**** InsValidationList Styles ****/
div.ValidationPanel {
	max-height: 400px;
	overflow: auto;
}

	div.ValidationPanel div.ValidationPanelTitle {
		font-size: medium;
	}

.dxscViewVisibleIntervalLabelSys {
	text-overflow: unset !important;
}

/**** ASPxSpinEdit - remove globabl 4px padding from td tags surrounding the increment buttons (must have the SpinEdit class applied) ****/
table.SpinEdit td:not(.dxic) {
	padding: 0px;
}

.InsName_PersonalNameTable_Date {

}

.insName_option, .insName_Header {
	font-size: 15px;
}

.insPhoneNumber td.dxic {
	padding-left: 2px;
	padding-right: 2px;
}

.insPhoneExtension td.dxic {
	padding-left: 2px;
	padding-right: 2px;
}

.dxeReadOnly_Shine label,
.dxbDisabled_Shine {
	color: #797979;
}

.StartupExceptionHeader {
	background-color: #5b7385 !important;
	height: 100px !important;
}

.StartupExceptionHeaderLogo {
	align-items: center;
	justify-content: space-between;
}

.StartupExceptionHeaderLogo .dxeBase_Shine {
	color: white;
	font-family: Work Sans Medium;
	font-size: 40pt;
	margin: unset;
	padding-left: 10px;
}

.StartupExceptionInsuresoftLogo {
	height: 175px;
	margin-right: 10px;
	width: auto;
}

.NotificationPanelWithMessages {
	border-radius: 50%;
	height: 25px;
	width: 25px;
	border: 1px solid;
	border-color: rgb(236, 50, 10);
	box-shadow: -1px 2px 10px #999;
	background: var(--primary-color);
	color: white;
	text-align: center;
	vertical-align: central;
	position: relative;
	/*animation-name: pulse;
	animation-duration: 1s;
	animation-iteration-count: 3;*/
}

.NotificationPanelMessagesList {
	display: none;
	width: 250px;
	height: 400px;
	position: absolute;
	z-index: 9999;
	overflow: auto;
	cursor: pointer;
	background-color: var(--primary-color);
}

.NotificationHeaderPanelAlertMessage {
	width: 200px;
	height: 50px;
	border: 1px solid;
	border-radius: 5px;
	background-color: var(--readonly-input-background-color);
	color: var(--readonly-input-color);
	border-color: rgb(236, 50, 10);
	margin: 5px;
	padding: 5px;
}

@keyframes pulse {
	from {
		width: 25px;
		height: 25px;
	}

	50% {
		width: 35px;
		height: 35px;
	}

	to {
		width: 25px;
		height: 25px;
	}
}

/*************************************
	AutoCoverageDetailMultiVehicle
*************************************/
.acdmv-risk-coverages {
	display: block;
	border-style: ridge;
	margin-top: 5px;
	margin-right: 15px;
	border-radius: 5px;
}

.acdmv-risk-header {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.acdmv-verticalcoverages {
	display: inline-block;
	margin-bottom: 5px;
}

.acdmv-horizontalcoverages {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(315px, 1fr));
}

.acdmv-highlighted {
	background-color: rgba(76, 158, 110, 0.3) !important;
	color: black !important;
}

/*Task Scheduler - BEGIN*/
li.dxm-checked {
	border-bottom-color: var(--secondary-color) !important;
}

td.dxscTodayCellHeader_Shine {
	background-color: var(--secondary-color) !important;
}
/*Task Scheduler - END*/

.WorkflowPopup {
	max-height: 740px;
	overflow-y: auto;
}

tr.manualPolicyForm_Cell_Large td {
	vertical-align: top;
}

td.manualPolicyForm_Num_Large {
	padding-top: 7px;
}

.control-header-label {
	font-weight: var(--font-weight-semibold);
	font-size: 15px;
}

.dxeEditAreaSys,
.dxeMemoEditAreaSys {
	/* Must set DevExpress's text input to inherit for Upper Case transform to work. */
	text-transform: inherit;
}