[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.label-h {
  display: inline-block;
  width: 135px;
  text-align: right;
  margin-right: 10px;
}
.table .td,
.table .th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.shared-view-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
}
.view-shield {
  opacity: 0;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shared-view-area.active {
  opacity: 1;
  z-index: 2;
}
#AddView {
  overflow: auto;
  padding: 15px;
}
ol {
  list-style-type: none;
}
ol li {
  margin-bottom: 15px;
  position: relative;
}
ol li span.bigNum-number {
  font-size: 3em;
  position: absolute;
  vertical-align: top;
}
ol li div.bigNum-content {
  margin-left: 75px;
  padding-bottom: 20px;
}
#fee {
  width: 50px;
}
.ol-big-num {
  margin-bottom: 100px;
}
.ol-big-num .bigNum-wrap-abs {
  position: absolute;
  top: 0;
  overflow: hidden;
}
.ol-big-num .bigNum-wrap-abs .bigNum-wrap-rel {
  position: relative;
  width: 100px;
  height: 100px;
}
.ol-big-num .bigNum-wrap-abs .bigNum-wrap-rel .bigNum-number {
  font-size: 90px;
  position: absolute;
  top: -35px;
  left: -25px;
  color: #444;
}
.ol-big-num li {
  padding: 25px 0 0 0;
}
tr.tr-no-hover:hover {
  background-color: transparent;
}
.student-classes {
  width: 160px;
}
.student-classes .student-class {
  width: 100%;
  padding: 5px;
  color: #428bca;
}
.student-classes .student-class:hover {
  background-color: #D9EDF7;
  cursor: pointer;
}
.course-selection {
  display: inline-block;
}
.course-selection div:not(:first-child):not(.student-class) {
  margin-left: 20px;
}
.add-header {
  padding: 20px;
  border-radius: 5px;
}
.exception-true {
  background-color: #eee;
}
