﻿/* DigiD Button */
div.login a.button {
  display: none;
}

.DigiDcustomcolumn1 {
  float: left;
  width: 20%;
  padding: 2px;
}

.DigiDcustomcolumn2 {
  width: 80%;
  padding: 2px;
  float: right;
}

.DigiDcustomrow {
  width: 100%;
}

/* Clear floats after image containers */
.DigiDcustomrow::after {
  content: "";
  clear: both;
  display: table;
}

.DigiDcustombutton {
  background-color: #f5821f;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
}

.DigiDcustombutton:hover {
  color: white;
  text-decoration: none;
}

/*6-8-25 UpcomingOrders*/
div.HideReminderCheckbox {
  display: none;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout {
  display: none;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout:first-child {
  display: block;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout div.col-6 {
  display: none;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout div.col-6:first-child {
  display: block;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout div._Segment._container.boundary-none.OrderHeader {
  display: none;
}

div.UpcomingOrders div.OrderGroup div._LayoutGrid.grid._layout.twoCol div._GridRow.row._layout div._Segment._container.boundary-none.moreDetailsButton {
  display: none;
}

div.UpcomingOrders div.OrderGroupActions div.actionIconContainer {
  display: none;
}
