﻿.token {
  color: black;
  line-height: 15px;
  padding-top: 7px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}

.exp-editor-auto-complete {
  position: absolute;
  max-height: 200px;
  max-width: 500px;
  width: 500px;
  margin-top: 20px;
  margin-left: -500px;
}

.token.error {
  color: black;
  border-bottom: 1px dashed red;
}

.token.acc {
  color: mediumslateblue;
}

.token.number {
  color: green;
  font-weight: bolder;
}

.token.operation {
  color: blue;
  font-weight: bolder;
}

.exp-editor {
  overflow-y: visible;
}

.exp-editor-container.ng-invalid.ng-touched {
  background: inherit !important;
  border: inherit !important;
}

  .exp-editor-container.ng-invalid.ng-touched .exp-editor {
    background: #FAEDEC;
    border: 1px solid #E85445;
  }

.test {
  pointer-events: none;
}

.pointer {
  cursor: pointer !important;
}

.row-striped {
  padding-bottom: 2px;
  padding-top: 2px;
}

  .row-striped:nth-of-type(odd) .row {
    background-color: floralwhite;
  }

  .row-striped:nth-of-type(even) .row {
    background-color: #ffffff;
  }

.cursor-arrow {
  cursor: default !important;
}

tr.total-row {
  border: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.total-row td {
  border: none;
  border-bottom: none;
  border-right: none;
  border-left: none;
}

.test > * {
  cursor: not-allowed;
}



.seperator {
  border-top: 1px solid;
  width: 100%;
  height: 5px;
  border-color: lightgray;
}

.widget-header .panel-title .label.label-primary {
  display: none;
}

.widget.panel {
  max-height: 150px;
}

.student-left.user-select-none:before, 
.student-left-with-pledge.user-select-none:before, 
.student-graduated.user-select-none:before {
  background-color: #ffffff00;
} 
body {
    -webkit-print-color-adjust: exact;
  }

.student-left.user-select-none:before, 
.student-left-with-pledge.user-select-none:before, 
.student-graduated.user-select-none:before
{
  opacity:0.2;
}