/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 August 2025 04:47:10
*/


#ministerial-call-ins th {
  padding-right: 25px;
  position: relative;
  cursor: pointer;
}
#ministerial-call-ins tr:hover {
  background: 0;
}
#ministerial-call-ins tbody:nth-child(odd) {
  background: #f8f8f8;
}
#ministerial-call-ins tbody {
  border-bottom: 1px solid #ccc;
}
#ministerial-call-ins td {
  position: relative;
  border-bottom: 0;
}
.arrow-asc {
  position: absolute;
  top: calc(50% + 5px);
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
}
.arrow-desc {
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ccc;
}
.arrow-asc.active {
  border-top-color: #000;
}
.arrow-desc.active {
  border-bottom-color: #000;
}
tbody tr:first-child {
  cursor: pointer;
}
tbody tr:first-child:hover .expandable svg {
  fill: #222;
}
tbody .expandable.expanded:not(svg.closed) {
  opacity: 1;
}
.expandable svg {
  position: absolute;
  top: 10px;
  left: 10px;
  fill: #ccc;
  width: clamp(14px, 16px, 16px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, fill 0.2s ease-in;
}
.expandable.expanded svg.closed {
  opacity: 0;
  transform: rotate(-180deg);
}
.expandable.expanded svg.open {
  opacity: 1;
}
.asset-status {
  padding: 3px 5px;
  opacity: 0.5;
  font-size: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: opacity 0.2s ease-in;
}
tbody tr:first-child:hover .asset-status {
  opacity: 1;
}
p.loading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
p.loading img {
  margin-right: 5px;
}
.more-information .information {
  margin: 0 0 10px;
  padding: 0 0 10px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.more-information .information:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.more-information h3, .more-information p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.more-information h3 {
  padding-right: 10px;
  font-weight: bold;
  min-width: 30%;
}
.pagination {
  display: flex;
}
.pagination button {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
}
.pagination button:not(:last-child) {
  margin-right: 8px;
}
.pagination .active {
  background: #ccc;
}
table + .pagination {
  margin: 20px 0;
}
.screen-reader-only {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.logged-in-user {
  margin-bottom: 15px;
  padding: 5px 5px 5px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ccc;
  color: #999;
  font-size: 13px;
}
input {
  margin-bottom: 0;
  background: #f8f8f8;
  border: 1px solid #aaa;
  border-radius: 4px;
  color: #555;
}
button {
  border-radius: 4px;
}
button.manage {
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
button:hover {
  background-color: #2980b9;
  color: #fff;
}
@media (max-width: 800px) {
  .logged-in-user {
    flex-wrap: wrap;
  }
  .logged-in-user .actions {
    margin: 5px 0 4px;
  }
}
