.dashboards {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-top: 20px;
  column-gap: 2em;
  margin: 0 1rem;
}

@media screen and (max-width: 1650px) {
  .dashboards {
    column-count: 2;
  }
}

@media screen and (min-width: 2020px) {
  .dashboards {
    column-count: 4;
  }
}

.dash p {
  margin: 0;
}

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

.empty {
  text-align: center;
}

.alogn-span {
  vertical-align: top;
}
/* dashboard */
.dash {
  border: 1px solid #c0c0c0;
  min-width: 270px;
  border-radius: 0em;
  -webkit-border-radius: 0em;
  align-content: stretch;
  height: 100%;
  max-height: 500px;
  overflow: auto;
  margin-top: 0px;
  margin-bottom: 10px;
}

.workedHoursDash {
  border: 1px solid #c0c0c0;
  min-width: 270px;
  border-radius: 0em;
  -webkit-border-radius: 0em;
  align-content: stretch;
  height: 100%;
  max-height: 500px;
  overflow: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dash-header {
  background-color: #c4c4c4;
  /* background: #CCCCCC url("../images/bar_gradient.png") center center
		repeat-x; */
  padding: 2px 0;
  position: sticky;
  top: 0;
  border-radius: 0.15em 0.15em 0 0;
  -webkit-border-radius: 0.15em 0.15em 0 0;
  height: 1.5em;
}

.workedhours-dash-header {
  background-color: #c4c4c4;
  /* background: #CCCCCC url("../images/bar_gradient.png") center center
		repeat-x; */
  padding: 2px 0;
  border-radius: 0.15em 0.15em 0 0;
  -webkit-border-radius: 0.15em 0.15em 0 0;
  height: 1.5em;
  text-align: center;
}

.dash-header p a {
  color: #000;
  text-decoration: none;
}

.dash-header p {
  text-align: center;
}

.dash-content {
  padding: 0 0 3px;
}

.dash-content li {
  border-bottom: 1px solid #cccccc;
  padding: 2px 7px;
  list-style: none;
}

.dash-content li.last {
  border-bottom: none;
}

.date-list li .name-contact {
  display: inline-block;
  width: 345px;
  vertical-align: top;
  overflow: hidden;
}

.date {
  float: right;
}

.eventDashboard {
	display: grid;
	grid-template-columns: fit-content(50%) auto;
	column-gap: 5px;
	row-gap: 2px;
}

.eventDashboardEmpty {
	grid-column-start: span 2;
}

.eventDashboardDay {
  border-bottom: 1px solid #cccccc;
  background-color: #ebebeb;
	grid-column: span 2;
  padding: 2px 7px;
}

.eventDashboardInterval, .eventDashboardName {
	padding: 2px 7px;
}

#stockReplenishment table,
table.dashboardTable {
  word-break: break-all;
  width: 100%;
  border-spacing: 0em;
}

#stockReplenishment table th,
table.dashboardTable th {
  background-color: #a0a0a0;
  text-align: left;
  padding: 4px 0px 4px 2px;
}

#stockReplenishment table th.sku,
table.dashboardTable th.sku,
td.dateMonth {
  width: 90px;
}

#stockReplenishment table th.quantity,
table.dashboardTable th.quantity {
  text-align: center;
  width: 40px;
}

table.dashboardTable td.type {
  width: 100px;
}

table.dashboardTable th.price,
table.dashboardTable td.price {
  text-align: right;
  width: 70px;
  padding-right: 5px;
}

#stockReplenishment table td,
table.dashboardTable td {
  padding: 2px;
  border-top: 1px solid #cccccc;
}
.arivalDashboard a {
  width: max-content;
}
table.dashboardTable td a {
  color: #000;
  text-decoration: none;
}

table td a:hover {
  color: #dd0000;
}

#stockReplenishment table th.cart-buy {
  text-align: center;
  width: 20px;
}

#stockReplenishment table td.quantity,
table.dashboardTable td.quantity {
  text-align: center;
}

#stockReplenishment table td a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

#stockReplenishment .message-plus,
.message-plus {
  border-top: 1px solid #cccccc;
  text-align: right;
  padding: 8px;
}

.iconTaskDashboard {
  display: table-cell;
  width: 15px;
  min-width: 20px;
  margin: 9;
  padding-left: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

.startStopDashboard {
  display: table-cell;
  width: 25px;
  background-color: white;
  vertical-align: middle;
  padding: 3px;
}

.showLessItems tr:nth-child(n + 11) {
  display: none;
}

.moreLabel {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

rect {
  stroke-width: 0;
}

.numberOfTasksContainer {
  color: black;
  display: block;
  width: 100%;
  float: right;
  border-bottom: 1px solid #999;
  background-color: #dbdbdb;
}

.expirationDashboardDay {
  border-bottom: 1px solid #cccccc;
  background-color: #ebebeb;
  padding: 2px 7px;
}
.expirationDescriptionField {
  max-width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.expirationNameField a {
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.expirationTypeLogo {
  text-align: center;
  width: 20px;
}

.dashboardFooter {
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: right;
  padding: 10px;
}

.dates-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.dates-grid-sale {
  display: grid;
  grid-template-columns: 1fr;
}

.dates-box-3-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.dates-grid .dates-box-2-columns {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
}
.dates-grid .dates-box-2-columns label {
  text-align: right;
  white-space: nowrap;
  color: #999;
}
.dates-grid .dates-box-2-columns label:after {
  content: ": ";
}
.dates-grid .dates-box-2-columns span {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dates-grid .dates-box-2-columns:last-child {
  border-bottom: unset;
}
.dates-grid .dates-box-2-columns:last-child span {
  padding-bottom: unset;
}

.dates-day-box {
  grid-column-start: 1;
  grid-column-end: 4;
}
.dates-day-box li {
  display: inline;
}

.dates-label {
  padding-left: 4px;
}

.dates-content-box {
  background-color: #ebebeb;
  padding: 2px 7px;
}

.dates-header {
  display: grid;
}

.grossProfit_dashboard_buttonContainer {
	display: flex;
	justify-content: space-evenly;
	padding: 10px 0px 10px 10px;
    background: #ffffff;
}

.grossProfit_dashboard_buttonContainer a {
	border: solid 1px #c1c1c1;
	background-color: #EFEFEF;
	padding: 0.2rem 0.5rem;
	cursor: pointer;
	border-radius: 4px;
	color: #000;
	transition: background-color 0.2s ease;
	text-decoration: none;
}

.grossProfit_dashboard_buttonContainer a:has(> span[data-parent="true"]) {
	background-color: #c1c1c1;
}

.grossProfit_dashboard_buttonContainer a:hover {
	background-color: #cccccc;
}

.grossProfit_dashboard_footer {
	background: #ebebeb;
}

.grossProfit_dashboard_hideZerosButton[data-parent="true"] {
	background-color: #c1c1c1;
}

.align-right {
	text-align: right !important;
}

.align-right:last-child {
    padding-right: 10px !important;
}

.dash-header .render-dashBoard-icon .fa-caret-circle-down {
	transition: transform 1s cubic-bezier(0.87, 0, 0.13, 1);
}

.dash-header .render-dashBoard-icon {
	position: absolute;
	display: flex;
	top: 0;
	bottom: 0;
	right: 9px;
	align-items: center;
}

.dash-header .render-dashBoard-icon[data-state="true"] .fa-caret-circle-down {
	transform: rotate(180deg);
}
