body.model_dashboard .main_submenu {
	border: 0;
}

body.model_dashboard .main_panel {
	position: static;
	top: 0;
}

#dashboard {
	background: #f8fafd;
	min-height: 100%;
	margin: 0 -10px;
	padding: 0 10px;
	min-height: calc(100vh - 80px);
}

#dashboard:after {
	clear: both;
	content: '';
	display: block;
	height: 30px;
}

#dashboard .row-fluid {
	padding: 0;
}


#dashboardQuick {
}

.dashboardQuickBox {
	padding: 10px 0;
}

.dashboardQuickBox:hover {
	/*background: #ffffff;*/
}

.dashboardQuickBoxIcon {
	background: url() right 10px no-repeat;
	background-size: auto 50%;
	height: 230px;
	overflow: hidden;
	position: relative;
	transition: background-position 100ms ease-in-out;
	border-radius: 4px;
}

.dashboardQuickIconWarehouse	.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-warehouse.svg'); }
.dashboardQuickIconContacts		.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-crm.svg'); }
.dashboardQuickIconSales		.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-sale.svg'); }
.dashboardQuickIconBuys			.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-purchase.svg'); }
.dashboardQuickIconFinance		.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-finance.svg'); }
.dashboardQuickIconTransport	.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-logistic.svg'); }
.dashboardQuickIconContent		.dashboardQuickBoxIcon { background-image: url('../img/dashboard/icon-content.svg'); }

.dashboardQuickBox:hover .dashboardQuickBoxIcon {
	background-position: right 20px;
}

.dashboardQuickBoxName {
	color: #303030;
	font: 21px/30px 'open sans';
	padding: 10px;
	transition: color 100ms ease-in-out;
}

.dashboardQuickBox:hover .dashboardQuickBoxName {
	color: #007ce8;
}

.dashboardQuickBoxLinks {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	/* background-color: rgba(187, 198, 213, 0.3) !important; */
}

.dashboardQuickBoxLinks > div {
	position: relative;
}

.dashboardQuickBoxLinks > div > a.link1 {
	background-color: rgba(255,255,255,0.8);
	color: #223a50;
	display: block;
	font: 15px/25px 'open sans';
	padding: 5px 50px 5px 10px;
	text-decoration: none;
	transition: all 100ms ease-in-out;
}

.dashboardQuickBox:hover .dashboardQuickBoxLinks > div > a.link1 {
	background-color: rgba(19,32,61,0.9);
	color: #fff;
}

.dashboardQuickBox:hover .dashboardQuickBoxLinks > div:hover > a.link1 {
	background-color: #007CE8;
	color: #fff;
	padding: 5px 45px 5px 15px;
}

.dashboardQuickBoxLinks > div > a.link2 {
	content: '';
	background: url('../img/dashboard/filters-plus.svg') center center no-repeat;
	display: none;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 200ms ease-in-out;
	width: 35px;
	background-size: 24px;
}
.dashboardQuickBox:hover .dashboardQuickBoxLinks > div:hover > a.link2 {
	display: block;
}
/* .dashboardQuickBox:hover .dashboardQuickBoxLinks > div > a.link2 {
	background-position: right top;
} */

.dashboardQuickBox:hover .dashboardQuickBoxLinks > div > a.link2:hover {
	transform: rotate(90deg);
	/* background-position: right bottom; */
}


#dashboardWidget {
}

#dashboardWidget[data-layout-version="2"] .dashboardWidgetBox--v2 .dashboardWidgetBoxHeader {
	cursor: move;
}

.dashboardWidgetBoxPlaceholder {
	background: #f0f4f8;
	border: 2px dashed #007ce8;
	border-radius: 4px;
	margin-bottom: 10px;
	min-height: 48px;
	visibility: visible !important;
}

.dashboardWidgetBox--v2.ui-sortable-helper {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	opacity: 0.95;
	z-index: 1000;
}

.dashboardWidgetBox {
	margin-top: 30px;
	padding: 0px;
}

.dashboardWidgetBoxHeader {
	background: #007ce8;
	border-radius: 4px 4px 0px 0px;
}

.dashboardWidgetBoxTitle > h3 {
	color: #fff;
	font: 16px/30px 'open sans';
	margin: 0;
	padding: 5px 10px;
}

.dashboardWidgetBoxMinimize {
	/* background: #e6eaf1; */
	border-radius: 0px 4px 0px 0px;
}
.dashboardWidgetBoxMinimize > a {
	background: url(../img/dashboard/arrow.svg) center center no-repeat;
	display: block;
	height: 40px;
	opacity: 0.8;
	text-align: center;
	transition: all 200ms;
	transform: rotate(0deg);
	width: 40px;
}
.dashboardWidgetBox.active .dashboardWidgetBoxMinimize > a {
	transform: rotate(-180deg);
}
.dashboardWidgetBoxMinimize > a:hover {
	opacity: 1;
	text-decoration: none;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxHeader {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxTitle {
	float: none;
	flex: 1 1 auto;
	min-width: 0;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2 {
	float: none;
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
	flex-direction: row;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-selects {
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-actions {
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
	flex-shrink: 0;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxQuickFilter > select,
.dashboardWidgetBox--v2 .dashboardWidgetBoxActionSelect > select {
	background-color: #007ce8;
	border: 0;
	color: #fff;
	display: block;
	float: left;
	min-width: 110px;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxQuickFilter > select:hover,
.dashboardWidgetBox--v2 .dashboardWidgetBoxActionSelect > select:hover {
	background-color: #0066bf;
}

.dashboardWidgetBox[data-widgetID="unavailableProductsRecentOrders"] .dashboardWidgetBoxActionSelect > select {
	width: 90px;
	min-width: 90px;
	max-width: 90px;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxActions {
	display: flex;
	align-items: stretch;
	flex-shrink: 0;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeader {
	align-items: center;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxTitle {
	flex: 1 1 auto;
	min-width: 0;
	order: 1;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2 {
	display: contents;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-actions {
	order: 2;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-selects {
	order: 3;
	flex: 0 0 100%;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-selects > .dashboardWidgetBoxActionSelect {
	flex: 0 0 auto;
	order: 1;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxHeaderV2-selects > .dashboardWidgetBoxQuickFilter {
	flex: 0 0 auto;
	order: 2;
	margin-left: auto;
	float: none;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxQuickFilter > select,
#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--v2 .dashboardWidgetBoxActionSelect > select {
	float: left;
	width: auto;
	min-width: 110px;
	max-width: none;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox[data-widgetID="unavailableProductsRecentOrders"] .dashboardWidgetBoxActionSelect > select {
	width: 90px;
	min-width: 90px;
	max-width: 90px;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxAction {
	align-items: center;
	align-self: stretch;
	color: #fff;
	display: flex;
	float: left;
	font-size: 16px;
	justify-content: center;
	min-height: 40px;
	opacity: 0.85;
	text-align: center;
	transition: background-color 200ms, opacity 200ms;
	width: 40px;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxAction:hover {
	background-color: #0066bf;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.dashboardWidgetBox--v2 .icon-copy-duplicate:before {
	content: "\E155";
	font-family: 'Glyphicons Regular';
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxMinimize {
	align-self: stretch;
	border-radius: 0;
	display: flex;
	flex-shrink: 0;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxMinimize > a {
	align-items: center;
	background-color: transparent;
	background-image: url(../img/dashboard/arrow.svg);
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	flex: 1 1 auto;
	height: auto;
	justify-content: center;
	min-height: 40px;
	transition: background-color 200ms, opacity 200ms;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxMinimize > a:hover {
	background-color: #0066bf;
	opacity: 1;
	text-decoration: none;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxSummary {
	background: #fff;
	color: #13203d;
	cursor: default;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
	padding: 2px 10px 6px;
	white-space: nowrap;
	user-select: none;
}

.dashboardWidgetBox--v2 .dashboardWidgetBoxSummaryText,
.dashboardWidgetBox--v2 .dashboardWidgetBoxSummaryMore {
	color: #13203d;
	cursor: default;
	display: inline;
	font-size: 13px;
	text-decoration: none;
}

.dashboardWidgetSettingsForm .dashboardWidgetCheckboxGroup {
	list-style: none;
	margin: 0;
	max-height: 220px;
	overflow-y: auto;
	padding: 0;
}

.dashboardWidgetSettingsForm .dashboardWidgetCheckboxGroup > li {
	margin: 0 0 6px;
}

.dashboardWidgetSettingsForm .dashboardWidgetCheckboxGroup label.checkbox {
	font-weight: normal;
	margin: 0;
}

.dashboardWidgetSettingsBody {
	background: #fff;
}

.dashboardWidgetSettingsColumns {
	display: flex;
	gap: 24px;
}

.dashboardWidgetSettingsColumns-left,
.dashboardWidgetSettingsColumns-right {
	flex: 1 1 0;
	min-width: 0;
}

.dashboardWidgetSettingsColumns-left .dashboardWidgetSettingsGroup {
	overflow: visible;
}

.dashboardWidgetSettingsColumns-left .dashboardWidgetSettingsGroup .controls {
	width: auto;
	max-width: none;
}

.dashboardWidgetSettingsForm .dashboardWidgetSettingsGroup .controls input[type="text"],
.dashboardWidgetSettingsForm .dashboardWidgetSettingsGroup .controls select {
	width: calc(100% - 12px);
	max-width: 100%;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.dashboardWidgetSettingsColumns-left .dashboardWidgetSettingsGroup .controls input[type="text"],
.dashboardWidgetSettingsColumns-left .dashboardWidgetSettingsGroup .controls select {
	width: 296px;
	max-width: 100%;
}

.dashboardWidgetSettingsForm .dashboardWidgetSettingsGroup .controls input[type="text"] {
	height: 20px;
	padding: 4px 6px;
	line-height: 20px;
}

.dashboardWidgetSettingsForm .dashboardWidgetSettingsGroup .controls select {
	height: 30px;
	line-height: 30px;
	padding: 4px 6px;
}

.dashboardWidgetSettingsFixedColumns {
	color: #666;
	font-size: 12px;
	margin: 0 0 12px;
}

.dashboardWidgetColumnSettingsTable {
	margin-bottom: 0;
}

.dashboardWidgetColumnSettingsTable th,
.dashboardWidgetColumnSettingsTable td {
	vertical-align: middle;
}

.dashboard-history-col-hidden-desktop {
	display: none !important;
}

[model="dashboard"].form-horizontal .modal-footer,
.dashboardWidgetSettingsFooter {
	display: flex !important;
	align-items: flex-start !important;
	flex-wrap: wrap;
}

.dashboardWidgetSettingsFooter .modal-footer-left {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-right: auto;
}

[model="dashboard"].form-horizontal .modal-footer .modal-footer-right,
.dashboardWidgetSettingsFooter .modal-footer-right {
	display: flex;
	margin-left: auto;
}

[model="dashboard"].form-horizontal .modal-footer .modal-footer-right > a.btn,
[model="dashboard"].form-horizontal .modal-footer .modal-footer-right > button.btn,
.dashboardWidgetSettingsFooter .modal-footer-right > a.btn,
.dashboardWidgetSettingsFooter .modal-footer-right > button.btn {
	box-sizing: border-box;
	display: block !important;
	float: right !important;
	margin-bottom: 0 !important;
	width: auto !important;
}

[model="dashboard"].form-horizontal .modal-footer .modal_close,
.dashboardWidgetSettingsFooter .modal-footer-right .modal_close {
	margin-left: 0 !important;
	margin-right: 5px !important;
}

[model="dashboard"].form-horizontal .modal-footer .btn-success,
.dashboardWidgetSettingsFooter .modal-footer-right .btn-success {
	margin-right: 0 !important;
}

.dashboardHiddenWidgetsSection {
	border-top: 1px solid #d6dade;
	margin-top: 20px;
	padding-top: 15px;
}

.dashboardHiddenWidgetsSection h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

.dashboardHiddenWidgetsList {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dashboardHiddenWidgetsList > li {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 0 8px;
}

.dashboardMobileOrderSection {
	border-top: 1px solid #d6dade;
	margin-top: 20px;
	padding-top: 15px;
}

.dashboardMobileOrderSection h4 {
	font-size: 14px;
	margin: 0 0 10px;
}

.dashboardMobileOrderList {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

.dashboardMobileOrderList > li {
	align-items: flex-start;
	background: #f7f9fb;
	border: 1px solid #d6dade;
	border-radius: 4px;
	cursor: move;
	display: flex;
	gap: 8px;
	margin: 0 0 8px;
	padding: 8px 10px;
}

.dashboardMobileOrderList > li i.icon-move {
	color: #8a9bab;
	flex-shrink: 0;
	margin-top: 2px;
}

.dashboardMobileOrderItemContent {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.dashboardMobileOrderItemTitle {
	color: #223a50;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}

.dashboardMobileOrderItemDate {
	color: #5f7386;
	font-weight: normal;
}

.dashboardMobileOrderItemSummary {
	color: #8a9bab;
	font-size: 11px;
	line-height: 1.4;
}

.dashboardMobileOrderPlaceholder {
	background: #f0f4f8;
	border: 2px dashed #007ce8;
	border-radius: 4px;
	min-height: 36px;
	visibility: visible !important;
}

#dashboardWidget.dashboardWidget--mobileLayout #dashboardWidgetColumnRight > .dashboardWidgetBox--v2 {
	display: none;
}

.dashboardWidgetMobileStash {
	display: none;
}

.dashboardWidgetBox--hiddenDesktop {
	display: none;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--hiddenDesktop:not(.dashboardWidgetBox--hiddenMobile) {
	display: block;
}

#dashboardWidget.dashboardWidget--mobileLayout .dashboardWidgetBox--hiddenMobile {
	display: none !important;
}

.dashboardWidgetBoxSelect > select {
	background-color: #007ce8;
	display: block;
	float: left;
	width: 90px;
	color: #fff;
}
.dashboardWidgetBoxSelect > select:hover {
	background-color: #0066bf;
}
.dashboardWidgetBoxSelect > select.prettySelect:focus {
	background-color: #fff;
}
/* .dashboardWidgetBoxSelect > select[data-filter-name="type"] {
	display: none;
} */
.dashboardWidgetBoxMenu {
	background: #223a50;
	display: none;
	overflow: hidden;
}
.dashboardWidgetBox.active .dashboardWidgetBoxMenu {
	display: block;
}

.dashboardWidgetBoxTabs > a {
	color: #fff;
	display: block;
	float: left;
	font: 14px/30px 'open sans';
	padding: 5px 10px;
}
.dashboardWidgetBoxTabs > a:hover {
	background: #43576A;
	text-decoration: none;
}
.dashboardWidgetBoxTabs > a.active {
	background: #fff;
	color: #333;
}

.dashboardWidgetBoxSearch {
	height: 40px;
	position: relative;
	width: 40px;
}
.dashboardWidgetBoxSearch > a {
	background: #223A50;
	color: #fff;
	display: block;
	font: 16px/40px 'open sans';
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 2;
}
.dashboardWidgetBoxSearch > a:hover {
	color: #fff;
	text-decoration: none;
}
.dashboardWidgetBoxSearch > a > i {
	opacity: 0.8;
}
.dashboardWidgetBoxSearch > a:hover > i {
	opacity: 1;
}
.dashboardWidgetBoxSearch > div {
	background: #223A50;
	position: absolute;
	padding: 5px;
	left: 0;
	top: 0;
	transition: all 200ms ease-in-out;
	z-index: 1;
}
.dashboardWidgetBoxSearch.active > div {
	left: -200px;
}
.dashboardWidgetBoxSearch > div > input {
	background: none;
	border: 1px solid #667786;
	color: #fff;
	font: 14px/20px 'open sans';
	height: 20px;
	opacity: 0.8;
	padding: 4px 9px;
	transition: none;
	width: 170px;
}
.dashboardWidgetBoxSearch > div > input:hover,
.dashboardWidgetBoxSearch > div > input:focus {
	opacity: 1;
}
.dashboardWidgetBoxSearch > div > input:focus {
	border-color: #BDC4CB;
}

.dashboardWidgetBoxContent {
	background: #ffffff;
	display: none;
	overflow: auto;
	padding: 5px 10px;
	position: relative;
}
.dashboardWidgetBox.active .dashboardWidgetBoxContent {
	display: block;
}
.dashboardWidgetBoxContent > table {
	width: 100%;
}
.dashboardWidgetBoxContent > table th {
	border-bottom: 1px solid #e6e9ec;
	color: #333;
	font-weight: 400;
	padding: 5px;
	white-space: nowrap;
}
.dashboardWidgetBoxContent > table td {
	color: #333;
	padding: 2px 5px;
	white-space: nowrap;
}
.dashboardWidgetBoxContent > table td.button-column {
	display: none;
}
.dashboard-history-compact-card > .button-column {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
	border: 0 !important;
}
.dashboard-history-compact-context-source {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
	border: 0 !important;
}
.dashboard-history-compact-context-source a {
	display: none !important;
	float: none !important;
}
.dashboardWidgetBoxContent > table tr:hover td {
	background: #edeff1;
}

.dashboardWidgetBoxFooter {
	background: #fff;
	display: block;
	padding: 5px 10px;
	position: relative;
}
.dashboardWidgetBox.active .dashboardWidgetBoxFooter {
	display: none;
}
.dashboardWidgetBoxFooter a,
.dashboardWidgetBoxFooter span {
	display: inline-block;
	font-size: 16px;
}
.dashboardWidgetBoxFooter span {
	margin: 5px 10px;
}
.dashboardWidgetBoxFooter a.circle {
	background: #fff;
	margin-left: 5px;
	padding: 2px 5px;
}

.dashboardWidgetBoxContent:after,
.dashboardWidgetBoxFooter:after {
	background: url(../img/ajax-loader.gif) center center no-repeat;
	bottom: 0;
	content: " ";
	display: none;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.dashboardWidgetBoxContent:after { background-color: #fff; }
.dashboardWidgetBoxFooter:after { background-color: #d6dade; }
.dashboardWidgetBox.loading .dashboardWidgetBoxContent:after,
.dashboardWidgetBox.loading .dashboardWidgetBoxFooter:after {
	display: block;
}

.table_home {
	margin-top: 0;
}

.home_table {
	margin-top: 30px;
}

.home_table th {
	background: #007ce8;
	font: 16px/30px 'open sans';
}

.home_table td {
	background: #fff;
	padding: 2px 10px;
}

.home_table td.grey {
	background: #223a50;
	opacity: 1;
}
.dashboardWidgetBox, .dashboardQuickBoxIcon {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px 0px !important;
	position: relative;
}
.dashboardWidgetBox:hover, .dashboardQuickBoxIcon:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px !important;
}
.dashboardWidgetBoxFooter * {
	display: none !important;
}

.dashboardWidgetBox[data-widgetID="unavailableProductsRecentOrders"] .unavailable-product-name-mobile {
	display: none;
}

.dashboardWidgetBox[data-widgetID="unavailableProductsRecentOrders"] .dashboardUnavailableProductsDeliveryDate {
	color: #000;
}

.dashboard-history-date-time {
	display: none;
}

.dashboard-history-compact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	font-size: 13px;
}

.dashboard-history-compact-card {
	border: 1px solid #e5e5e5;
	border-left: 4px solid #ccc;
	border-radius: 4px;
	padding: 8px 10px;
	background: #fff;
}

.dashboard-history-compact-card.hover {
	background: #f4f4f4;
}

.dashboard-history-compact-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	line-height: 1.45;
	font-size: 13px;
}

.dashboard-history-compact-row + .dashboard-history-compact-row {
	margin-top: 5px;
}

.dashboard-history-compact-row--primary {
	justify-content: space-between;
	align-items: flex-start;
}

.dashboard-history-compact-row-main {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	min-width: 0;
	flex: 1;
}

.dashboard-history-compact-cod-icon {
	color: #c5c5c5;
	font-size: 14px;
	line-height: 1;
	margin-left: 8px;
	flex-shrink: 0;
	opacity: 0.5;
}

.dashboard-history-compact-row--amounts {
	font-weight: 600;
}

.dashboard-history-compact-sep {
	color: #bbb;
}

.dashboard-history-compact-field--document a {
	font-weight: 600;
}

.dashboard-history-compact-field--status.label-color-fix .label {
	opacity: 1;
}

.dashboard-history-compact-actions {
	display: flex;
	align-items: center;
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #eee;
}

.dashboard-history-compact-actions-main {
	display: flex;
	align-items: center;
	gap: 16px;
}

.dashboard-history-compact-action {
	color: #555;
	text-decoration: none;
	font-size: 13px;
}

.dashboard-history-compact-action--status-menu {
	margin-left: auto;
}

.dashboard-history-compact-empty {
	margin: 8px 0;
	color: #888;
	text-align: center;
}

.dashboardWidgetBox--view-compact .dashboardWidgetBoxContent {
	overflow-x: visible;
}
