.rotationViewTextArea {
  width: 100%;
  resize: none;
}

.dataTables_filter input {
  font-size: 18px;
  padding: 10px 16px 10px 16px;
  width: 105% !important;
  width: fit-content;
  text-align: left;
}

.search-rotation-div {
  padding: 10px;
}

.search-rotation-signoff-div {
  width: 100%;
  position: absolute;
  margin: 0% 46% 0px 17px;
}

.signoff-cart {
  width:200px;
  height:150px;
  float: right;
}

.signoff-cart-container {
  margin: -2% 0px -15px 52%;
}

.add-rotation-btn {
  margin-top: 25px;
}

td.rotationCol {
  padding-top: 6px;
  border-radius: 2px;
}

td.approved {
  border-left: rgba(31, 211, 7, 0.685) 5px solid;
}

td.none-sent-status {
  border-left: rgba(34, 194, 243, 0.685) 5px solid;
}

td.pending-approval-status {
  border-left: rgba(243, 212, 34, 0.685) 5px solid;
}

td.request-cancelled-status {
  border-left: rgba(241, 29, 21, 0.685) 5px solid;
}

td.request-declined-status {
  border-left: rgba(120, 3, 255, 0.685) 5px solid;
}

td.unselectable {
  cursor: not-allowed;
}

.open-logbook-column:hover {
  color: rgba(255, 255, 255, 1);
  box-shadow: 0 1px 10px rgba(32, 195, 244, 0.4);
 }

div.status-actions {
  padding: 1%;
}

a.pending-approval-action,
a.none-sent-action,
a.request-cancelled-action,
a.decline-action,
a.view-status-action {
  width: max-content;
  text-transform: uppercase;
}

a.status-action {
  color: rgb(22, 193, 245);
  font-size: 12px;
  padding: 3%;
}

div.status-col-actions:hover {
  border-color: #66afe9;
  border-radius: 4px;
}

.tabs-left {
  border-bottom: none;
  padding-top: 2px;
}

.tabs-left {
  border-right: 1px solid #ddd;
}

.tabs-left > li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left > li {
  margin-right: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block;
}

.verticalLine-left,
.verticalLine-right {
  height: 30px;
}
.verticalLine-left {
  border-left: 1px solid #e3e3e3;
}
.verticalLine-right {
  border-right: 1px solid #e3e3e3;
}

.status-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}

.approved-status-dot {
  background-color: rgba(31, 211, 7, 0.685);
}

.none-sent-status-dot {
  background-color: rgba(34, 194, 243, 0.685);
}

.pending-approval-status-dot {
  background-color: rgba(243, 212, 34, 0.685);
}

.request-cancelled-status-dot {
  background-color: rgba(241, 29, 21, 0.685);
}

.request-declined-status-dot {
  background-color: rgba(120, 3, 255, 0.685);
}

.rotation-attachments-disabled {
  pointer-events: none;
  color: grey;
}

.rotation-attachments {
  pointer-events: all;
  color: rgba(34, 194, 243, 0.4);
}

.rotation-attachments-displayed {
  pointer-events: all;
  color: rgba(34, 194, 243, 0.685);
}

.rotation-attachments-link-container {
  height: 35px;
} 

.rotation-attachments-link {
  top: -15px !important;
  width: 100%;
}

.ta-toolbar {
  display: none;
}