/* EDUHUNT R111 — Exam Dates and Exam Operations share one status record. */
body[data-portal-role="PRINCIPAL"] .principal-schedule-row-status:not(:disabled){
  border-color:#1aa56b;
  box-shadow:0 0 0 1px rgba(26,165,107,.18);
  cursor:pointer;
}
body[data-portal-role="PRINCIPAL"] .principal-schedule-row-status:not(:disabled):focus{
  outline:2px solid rgba(57,218,151,.38);
  outline-offset:2px;
}
body[data-portal-role="PRINCIPAL"] .principal-schedule-row-editor{
  border-left:3px solid #1aa56b;
}
body[data-portal-role="PRINCIPAL"] .principal-schedule-row-editor-actions .button{
  min-width:0;
  padding-inline:8px!important;
  white-space:nowrap;
}

@media(max-width:760px){
  body[data-portal-role="PRINCIPAL"] .principal-schedule-row-editor-actions .button{
    min-height:40px;
  }
}
