/**
 *  Evaluation Kit
 */
 @import 'https://nichols.evaluationkit.com/canvas/css';

 /**
  *  Action Menu
  */
  ul.actionMenu li > span:not( :hover ) {
   background: #ffffff!important;
   color: rgb(45, 49, 69)!important;
 }
 
 ul.actionMenu li > span:not( :hover ) span {
   color: rgb(45, 49, 69)!important;
 }
 
 ul.actionMenu li > span:hover {
   background: #017c60;
   color: #ffffff!important;
 }
 
 ul.actionMenu li > span:hover button {
   color: #ffffff;
 }
 
.ncPushGradeToColleague {
   background: transparent;
   border: none;
   text-align: left;
   padding: 0;
   font-size: 1em;
 }

 .ncPushGradeToColleague:hover{
  color: white;

 }

 .css-1p3jusa-menuItem{
  position: relative;
    border: none;
    outline: none;
    padding: 0.5rem 0.75rem;
    margin: 0px;
    width: 100%;
    border-radius: initial;
    box-sizing: border-box;
    text-align: start;
    cursor: pointer;
    user-select: none;
    font-family: LatoWeb, "Lato Extended", Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.25;
    font-size: 1rem;
    background: rgb(255, 255, 255);
    display: block;
    text-decoration: none;
    color: rgb(45, 59, 69);

 }

 .css-1p3jusa-menuItem:focus, .css-1p3jusa-menuItem:active, .css-1p3jusa-menuItem:hover{
  background: rgb(1, 124, 96);
  color: white;
 }

.css-zptgsl-menuItem__label:hover{
  color: white !important;
}

 /*
 .ncPushGradeToColleague:hover{
   color:#ffffff !important;
 }
   */
 
 /**
  * Modal 
  */
 .modal {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(0, 0, 0, 0.7);
   z-index: 9999999;
   display: flex;
   align-items: center;
   justify-content: center;
 }
 
 .modal .container {
   background: #ffffff;
   width: 600px;
   padding: 16px;
   border-radius: 5px;
 }
 
 .modal header {
   font-size:2rem;
 }
 
 .modal footer{
   display:flex;
   justify-content: end;
 }
 
 .modal footer button{
   background: #017c60;
   color: #ffffff;
   border: none;
   border-radius: 5px;
   font-size: 1rem;
   padding: 10px 15px;
 }
 
 .modal footer button:first-of-type{
   margin-right: 15px;
 }
 
 .modal ul {
   margin-left: 0;
   height: 600px;
   max-height: calc(100vh - 200px);
   overflow-y: scroll;
   margin-bottom: 2rem;
   padding-top: 1rem;
 }
 
 .modal ul li {
   list-style: none;
   margin-bottom: .8rem;
   padding: .8rem;
   border-radius:5px;
 }
 
 .modal ul li.student-grade, .modal ul li.student-result > div:first-of-type {
   display: flex;
   justify-content: space-between;
 }
 
 .modal ul li.student-result .error:not( :empty ){
   color: #E0061F;
   margin-top: 15px;
 }
 
 .modal ul li:nth-child( even ) {
   background: #dadada
 }
 
 .modal ul li input {
   width: 24px;
   border-radius: 5px;
   border: 1px solid #444;
   font-size: 1rem;
   padding: 5px
 }
 
 /**
  * Loading Screen
  */
 
 .modal.loading .container {
   text-align: center;
 }
 
 .modal.loading .container p{
   font-size: 2rem;
   margin-top: 1rem;
 }
 
 /**
  * Login Page
  */
 .ic-Login__actions {
   flex-wrap: wrap;
 }
 
 div#nichols-acceptable-user {
   color: #000;
   width: 100%;
 }
 
 div#nichols-acceptable-user .message {
   display: inline;
 }
 
 #acceptable-use-policy-acknowledgement {
   margin-top: -2px;
 }
 
 p#acceptable-user-required-message {
   color: rgb(182, 42, 42);
   margin-top: 0;
   font-size: 12px;
 }
 
 .hidden {
   display: none;
 }