.jqx-fill-state-pressed {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #999;
  background: #777777;
  color: white; }

.purchaseDate {
  position: absolute;
  top: 55px;
  left: 50%;
  color: white;
  font-size: 20px;
  transform: translate(-50%, 0%); }

.spinner {
  position: absolute;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: #5d728e;
  border-radius: 50px;
  padding: 50px;
  border: 1px solid white;
  color: white;
  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.hideSpinner {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.packageBar {
  width: 100%;
  padding-left: 10px;
  margin-bottom: 10px;
  position: relative;
  border-bottom: 1px solid white;
  box-sizing: border-box; }
  .packageBar .packagetab {
    display: inline-block;
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    background: #70809a;
    padding: 6px 10px;
    margin: 0px 0px -1px 0px;
    cursor: pointer;
    box-sizing: content-box;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #adaeb0;
    font-size: 14px;
    border-bottom: 1px solid white; }
  .packageBar .selected {
    color: white;
    background-color: #5d728e;
    padding: 8px 24px 6px 24px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border: 1px solid white;
    border-bottom: none;
    font-size: 16px; }

.buttonBar {
  display: inline-block;
  float: right; }
  .buttonBar .button {
    display: inline-block;
    float: none; }

.searchBar {
  width: 90%;
  position: relative;
  margin-left: 5%;
  float: left;
  top: 30px;
  vertical-align: top; }
  .searchBar .header {
    margin-bottom: 20px; }
  .searchBar .section {
    margin-top: 5px;
    position: relative; }
    .searchBar .section label {
      display: inline-block;
      vertical-align: top;
      min-width: 150px; }
  .searchBar .cmsinput {
    position: relative;
    width: 80%;
    display: inline-block;
    font-size: 16px;
    border-radius: 45px;
    border: 1px #b3b3b3 solid;
    box-sizing: border-box;
    background-color: #fafafa;
    color: #5d728e;
    padding-left: 10px;
    padding-right: 10px; }

.button {
  margin-top: 10px;
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  height: 25px;
  cursor: pointer;
  background-color: #70809a;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  border-radius: 11px;
  position: relative !important;
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 16px;
  cursor: pointer; }

.button:hover {
  opacity: 0.8; }

input {
  font-size: 16px;
  border-radius: 45px;
  border: 1px #b3b3b3 solid;
  box-sizing: border-box;
  background-color: #fafafa;
  color: #5d728e;
  padding-left: 10px;
  padding-right: 10px; }

label, .label {
  color: white;
  text-transform: capitalize; }

.nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS.error .propertyNameLabel {
  color: #ffa5a5 !important; }

.nl\.boon\.rutgers\.managementtool\.views\.SchoolViewCMS .description {
  color: white;
  padding-bottom: 20px; }

.searchComponent .groupManagement, .searchComponent .ipManagement {
  text-transform: initial; }

.groupManagement, .ipManagement {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin-top: 80px;
  color: white;
  text-transform: capitalize; }
  .groupManagement .selector, .ipManagement .selector {
    height: 70%;
    width: 38%;
    position: relative;
    margin-left: 5%;
    float: left;
    top: 70px;
    vertical-align: top; }
  .groupManagement .details, .ipManagement .details {
    height: 70%;
    width: 45%;
    position: relative;
    float: right;
    top: 70px;
    margin-right: 5%; }
    .groupManagement .details .section, .ipManagement .details .section {
      margin-top: 22px;
      position: relative; }
      .groupManagement .details .section label, .ipManagement .details .section label {
        display: inline-block;
        vertical-align: top;
        min-width: 150px;
        margin-bottom: 10px; }
      .groupManagement .details .section .input-description, .ipManagement .details .section .input-description {
        width: 80%;
        margin-top: 0;
        opacity: .75; }
    .groupManagement .details .cmsinput, .ipManagement .details .cmsinput {
      position: relative;
      width: 80%;
      display: inline-block;
      font-size: 16px;
      border-radius: 45px;
      border: 1px #b3b3b3 solid;
      box-sizing: border-box;
      background-color: #fafafa;
      color: #5d728e;
      padding-left: 10px;
      padding-right: 10px; }
    .groupManagement .details .groupscontainer, .groupManagement .details .ipscontainer, .ipManagement .details .groupscontainer, .ipManagement .details .ipscontainer {
      position: relative;
      right: 0px;
      top: 0px;
      width: 80%;
      height: 315px;
      display: inline-block;
      margin-bottom: 10px; }
  .groupManagement .groupcontainer, .groupManagement .ipcontainer, .ipManagement .groupcontainer, .ipManagement .ipcontainer {
    position: absolute;
    bottom: 0px;
    top: 75px;
    width: 100%; }

.userManagement {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  margin-top: 80px;
  color: white;
  text-transform: capitalize; }
  .userManagement .selector {
    height: 70%;
    width: 38%;
    position: relative;
    margin-left: 5%;
    float: left;
    top: 70px;
    vertical-align: top; }
  .userManagement .details {
    height: 70%;
    width: 45%;
    position: relative;
    float: right;
    top: 70px;
    margin-right: 5%; }
    .userManagement .details .section {
      margin-top: 22px;
      position: relative; }
      .userManagement .details .section label {
        display: inline-block;
        vertical-align: top;
        min-width: 150px;
        margin-bottom: 10px; }
    .userManagement .details .sectionisactive .checkboxdiv {
      width: 80%;
      display: inline-block; }
    .userManagement .details .sectionisactive input {
      width: 15px;
      margin-top: 5px;
      position: relative;
      background-color: white; }
    .userManagement .details .sectiongroup, .userManagement .details .sectionip {
      height: 50%; }
    .userManagement .details .cmsinput {
      position: relative;
      width: 80%;
      display: inline-block;
      font-size: 16px;
      border-radius: 45px;
      border: 1px #b3b3b3 solid;
      box-sizing: border-box;
      background-color: #fafafa;
      color: #5d728e;
      padding-left: 10px;
      padding-right: 10px; }
    .userManagement .details .groupscontainer, .userManagement .details .ipscontainer {
      position: relative;
      right: 0px;
      top: 0px;
      width: 80%;
      height: 100%;
      display: inline-block;
      margin-bottom: 10px; }
  .userManagement .userscontainer {
    position: absolute;
    bottom: 0px;
    top: 75px;
    width: 100%; }

.popup-school-admins {
  display: flex;
  flex-direction: column; }
  .popup-school-admins .field {
    display: flex;
    justify-content: center;
    margin-top: 1rem; }
    .popup-school-admins .field .label {
      min-width: 30%; }
    .popup-school-admins .field .input {
      text-transform: capitalize; }

.header {
  justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: solid 1px #fafafa;
  padding-bottom: 5px;
  min-height: 40px; }
  .header .title {
    color: #fafafa;
    font-size: 30px;
    position: relative;
    display: inline-block; }

.statisticsView, .schoolsOverviewView {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  padding: 10px;
  box-sizing: border-box;
  overflow: scroll; }
  .statisticsView .iscroll-container, .schoolsOverviewView .iscroll-container {
    position: relative;
    width: 100%;
    height: auto;
    border-top: solid 1px #fafafa;
    box-sizing: border-box;
    padding: 0 15px; }
  .statisticsView .iscroll-bottomfix, .schoolsOverviewView .iscroll-bottomfix {
    display: block;
    width: 100%;
    height: 30px;
    position: relative; }
  .statisticsView .controllers, .schoolsOverviewView .controllers {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    padding: 10px 0; }
    .statisticsView .controllers .buttonBar, .schoolsOverviewView .controllers .buttonBar {
      float: none;
      margin-left: 26px;
      vertical-align: bottom; }
      .statisticsView .controllers .buttonBar .button, .schoolsOverviewView .controllers .buttonBar .button {
        color: white;
        margin-top: 0; }
        .statisticsView .controllers .buttonBar .button .fa-file-excel-o, .schoolsOverviewView .controllers .buttonBar .button .fa-file-excel-o {
          color: lightgreen;
          padding: 5px; }
  .statisticsView .calendar, .statisticsView .calendar-container, .schoolsOverviewView .calendar, .schoolsOverviewView .calendar-container {
    display: inline-block; }
  .statisticsView .calendar-container, .schoolsOverviewView .calendar-container {
    position: relative;
    top: 5px;
    margin-right: 15px; }
    .statisticsView .calendar-container .label, .schoolsOverviewView .calendar-container .label {
      min-width: 100px;
      display: inline-block;
      vertical-align: top;
      padding-top: 3px; }
    .statisticsView .calendar-container .calendar, .schoolsOverviewView .calendar-container .calendar {
      min-width: 160px;
      right: 0px; }
      .statisticsView .calendar-container .calendar .jqx-rc-all, .schoolsOverviewView .calendar-container .calendar .jqx-rc-all {
        border-radius: 0; }
  .statisticsView .statsContainer, .schoolsOverviewView .statsContainer {
    display: inline-block; }
  .statisticsView .statsGroup, .schoolsOverviewView .statsGroup {
    position: relative;
    width: 785px;
    min-height: 300px;
    height: auto;
    margin: 10px 5px 10px 5px;
    vertical-align: bottom;
    display: inline-block; }
    .statisticsView .statsGroup.full, .schoolsOverviewView .statsGroup.full {
      width: 100%; }
    .statisticsView .statsGroup .label, .schoolsOverviewView .statsGroup .label {
      margin-bottom: 20px;
      text-transform: none;
      width: auto; }
    .statisticsView .statsGroup .stats, .schoolsOverviewView .statsGroup .stats {
      position: relative;
      width: 100%;
      height: 300px;
      display: inline-block; }
      .statisticsView .statsGroup .stats.half, .schoolsOverviewView .statsGroup .stats.half {
        width: 315px; }
      .statisticsView .statsGroup .stats.three, .schoolsOverviewView .statsGroup .stats.three {
        width: 630px; }
      .statisticsView .statsGroup .stats.full, .schoolsOverviewView .statsGroup .stats.full {
        width: 100%; }
    .statisticsView .statsGroup .graph, .schoolsOverviewView .statsGroup .graph {
      position: relative;
      width: 100%;
      height: 300px;
      display: inline-block;
      right: 0;
      vertical-align: top; }
    .statisticsView .statsGroup.super-high, .schoolsOverviewView .statsGroup.super-high {
      min-height: 600px; }
      .statisticsView .statsGroup.super-high .stats, .schoolsOverviewView .statsGroup.super-high .stats {
        height: 600px; }
      .statisticsView .statsGroup.super-high .graph, .schoolsOverviewView .statsGroup.super-high .graph {
        height: 600px; }
    .statisticsView .statsGroup.high, .schoolsOverviewView .statsGroup.high {
      min-height: 500px; }
      .statisticsView .statsGroup.high .stats, .schoolsOverviewView .statsGroup.high .stats {
        height: 500px; }
      .statisticsView .statsGroup.high .graph, .schoolsOverviewView .statsGroup.high .graph {
        height: 500px; }
    .statisticsView .statsGroup.single, .schoolsOverviewView .statsGroup.single {
      width: 400px; }
      .statisticsView .statsGroup.single .stats, .schoolsOverviewView .statsGroup.single .stats {
        width: 400px; }
    .statisticsView .statsGroup.small, .schoolsOverviewView .statsGroup.small {
      width: 400px; }
      .statisticsView .statsGroup.small .stats, .schoolsOverviewView .statsGroup.small .stats {
        width: 400px; }
    .statisticsView .statsGroup.medium, .schoolsOverviewView .statsGroup.medium {
      width: 550px; }
      .statisticsView .statsGroup.medium .stats, .schoolsOverviewView .statsGroup.medium .stats {
        width: 550px; }
    .statisticsView .statsGroup.large, .schoolsOverviewView .statsGroup.large {
      width: 700px; }
      .statisticsView .statsGroup.large .stats, .schoolsOverviewView .statsGroup.large .stats {
        width: 700px; }
    .statisticsView .statsGroup.xlarge, .schoolsOverviewView .statsGroup.xlarge {
      width: 850px; }
      .statisticsView .statsGroup.xlarge .stats, .schoolsOverviewView .statsGroup.xlarge .stats {
        width: 850px; }
    .statisticsView .statsGroup.top5Lessons, .statisticsView .statsGroup.top5LessonsThumbs, .statisticsView .statsGroup.top5LessonsThumbsDown, .statisticsView .statsGroup.top5LessonsDownloads, .statisticsView .statsGroup.top5MostActiveGroups, .statisticsView .statsGroup.top5Schools, .schoolsOverviewView .statsGroup.top5Lessons, .schoolsOverviewView .statsGroup.top5LessonsThumbs, .schoolsOverviewView .statsGroup.top5LessonsThumbsDown, .schoolsOverviewView .statsGroup.top5LessonsDownloads, .schoolsOverviewView .statsGroup.top5MostActiveGroups, .schoolsOverviewView .statsGroup.top5Schools {
      width: 300px; }
      .statisticsView .statsGroup.top5Lessons .stats, .statisticsView .statsGroup.top5LessonsThumbs .stats, .statisticsView .statsGroup.top5LessonsThumbsDown .stats, .statisticsView .statsGroup.top5LessonsDownloads .stats, .statisticsView .statsGroup.top5MostActiveGroups .stats, .statisticsView .statsGroup.top5Schools .stats, .schoolsOverviewView .statsGroup.top5Lessons .stats, .schoolsOverviewView .statsGroup.top5LessonsThumbs .stats, .schoolsOverviewView .statsGroup.top5LessonsThumbsDown .stats, .schoolsOverviewView .statsGroup.top5LessonsDownloads .stats, .schoolsOverviewView .statsGroup.top5MostActiveGroups .stats, .schoolsOverviewView .statsGroup.top5Schools .stats {
        width: 300px; }
  .statisticsView .jqx-grid, .schoolsOverviewView .jqx-grid {
    border: none; }
  .statisticsView .jqx-grid-column-header, .schoolsOverviewView .jqx-grid-column-header {
    font-weight: bold; }
  .statisticsView .jqx-rc-all, .schoolsOverviewView .jqx-rc-all {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px; }
  .statisticsView .jqx-fill-state-normal, .schoolsOverviewView .jqx-fill-state-normal {
    background-color: #a2a2a2; }
  .statisticsView .jqx-scrollbar-state-normal, .schoolsOverviewView .jqx-scrollbar-state-normal {
    background-color: #f2f2f2; }

.schoolsOverviewView .iscroll-container {
  height: calc(100% - 80px); }

.nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .header {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    border-bottom: solid 1px #fafafa;
    padding-bottom: 10px;
    min-height: 40px; }
    .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .header .title {
      color: #fafafa;
      font-size: 30px;
      position: relative; }
    .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .header .buttonBar {
      position: relative;
      height: 100%;
      top: 7px;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: end;
      -moz-box-pack: end;
      box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      -o-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: end;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .header .buttonBar .button {
        margin-left: 10px;
        margin-bottom: 10px; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder {
    position: relative;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
    overflow: auto;
    margin-top: 20px;
    padding-right: 20px; }
    .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent {
      position: relative;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .screenshotData {
        margin-top: 10px;
        height: 175px;
        width: 100%; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .screenshotData {
        background-repeat: no-repeat; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .pageEditor, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor {
        max-height: 210px;
        overflow: hidden; }
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .pageEditor .buttonGroup .button, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .buttonGroup .button {
          display: inline-block;
          margin-right: 10px; }
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .pageEditor .pageViewHolder, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .pageViewHolder {
          margin-top: 10px;
          height: 175px;
          width: 100%; }
          .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .pageEditor .pageViewHolder .pageViewer, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .pageViewHolder .pageViewer {
            position: relative;
            top: 0;
            left: 0;
            display: none;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -ms-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            transform-origin: 0 0;
            cursor: pointer; }
            .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .pageEditor .pageViewHolder .pageViewer .pageHolder, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .screenshotEditor .pageViewHolder .pageViewer .pageHolder {
              position: relative; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS {
        width: 100%;
        margin-bottom: 5px; }
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyNameLabel, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyNameLabel {
          color: #fafafa;
          font-size: 20px;
          display: block;
          width: 30%;
          float: left; }
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder {
          width: 70%;
          float: left; }
          .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder .jqx-listbox, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder .jqx-listbox {
            color: #5d728e; }
          .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder .jqx-editor-content, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder .jqx-editor-content {
            height: 200px !important; }
          .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder input, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder input {
            width: 100%;
            font-size: 16px;
            border-radius: 45px;
            border: 1px #b3b3b3 solid;
            box-sizing: border-box;
            background-color: #fafafa;
            color: #5d728e;
            padding-left: 10px;
            padding-right: 10px;
            font-family: FontAwesome; }
          .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder .calendarHolder, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder .calendarHolder {
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex; }
            .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyViewCMS .propertyEditorHolder .calendarHolder .additional, .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .propertyEditorHolder .calendarHolder .additional {
              margin-left: 10px;
              color: #fafafa; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .svgEditorButtonBar,
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .filePickerButtonBar {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; }
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .svgEditorButtonBar .button,
        .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .filePickerButtonBar .button {
          margin-right: 10px; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .fileName {
        color: #fafafa;
        font-size: 20px; }
      .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .propertyHolder .propertyHolderContent .nl\.boon\.js\.client\.cms\.view\.PropertyObjectViewCMS .imageView {
        width: 100%;
        margin-top: 5px;
        height: 40px;
        background-repeat: no-repeat;
        background-size: contain; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .button {
    position: relative;
    width: 100px;
    height: 25px;
    cursor: pointer;
    line-height: 16px;
    background-color: #5d728e;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    -webkit-transition: background-color, 0.3s, ease;
    -moz-transition: background-color, 0.3s, ease;
    transition: background-color, 0.3s, ease;
    -webkit-transition: opacity, 0.3s, ease;
    -moz-transition: opacity, 0.3s, ease;
    transition: opacity, 0.3s, ease; }
    .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .button span {
      position: absolute;
      left: 0px;
      right: 0px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      top: 0px;
      bottom: 0px;
      margin-top: auto;
      margin-bottom: auto;
      color: #fafafa;
      font-size: 14px;
      height: 17px; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .button:hover {
    background-color: #b3b3b3; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .button.disabled:hover {
    background-color: #5d728e; }
  .nl\.boon\.js\.client\.cms\.view\.ObjectViewCMS .button.disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none; }

.schoolProfile .alert-box {
  width: 90%;
  height: 90%;
  max-width: 800px; }
  .schoolProfile .alert-box .alert-content {
    padding: 40px;
    box-sizing: border-box;
    text-align: left; }
    .schoolProfile .alert-box .alert-content .button span {
      height: 23px !important; }

.jqx-listitem-element {
  font-family: robotoregular;
  font-size: 15px;
  color: #fafafa; }

.jqx-dropdownlist-content {
  font-family: robotoregular;
  font-size: 15px;
  color: #5d728e; }

#body.loggedOn .menu .fa-cogs {
  display: inline-block;
  position: absolute;
  right: 73px;
  top: 0;
  cursor: pointer; }
#body.loggedOn .menu .logo {
  background-image: url(../assets/package2_logo.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 28px;
  background-size: contain;
  right: 170px;
  position: absolute;
  top: 21px; }
#body.loggedOn .menu .fa-book {
  display: inline-block;
  position: absolute;
  right: 107px;
  top: 0;
  cursor: pointer; }

.dropdownothercontainer .textInput {
  margin-top: 5px; }

@media (min-width: 576px) {
  #body.ManagementMain .menu .fa {
    font-size: 20px;
    line-height: 50px; }

  #body.loggedOn.ManagementMain .menu .title {
    font-size: 20px; }

  #body.loggedOn .menu .logo {
    right: 120px;
    top: 12px; }
  #body.loggedOn .menu .fa-book {
    right: 40px; } }
@media (min-width: 768px) {
  #body.ManagementMain .menu .fa {
    font-size: 25px;
    line-height: 56px; }

  #body.loggedOn.ManagementMain .menu .title {
    font-size: 25px; }

  .menu .logo {
    right: 90px;
    top: 16px; }
  .menu .fa-book {
    right: 40px; } }
@media (min-width: 992px) {
  #body.ManagementMain .menu .fa {
    font-size: 25px; }

  #body.loggedOn.ManagementMain .menu .title {
    font-size: 25px; }

  #body.loggedOn .menu .logo {
    right: 140px; }
  #body.loggedOn .menu .fa-book {
    right: 40px; } }
@media (min-width: 1200px) {
  #body.ManagementMain .menu .fa {
    font-size: 35px; }

  #body.loggedOn.ManagementMain .menu .title {
    font-size: 25px; } }

/*# sourceMappingURL=application.css.map */
