.buttonhover {
  display: inline-block;
  vertical-align: middle;
  margin: 3px;
  padding: 1em;
  cursor: pointer;
  background: #fff;
  text-decoration: none;
  font-weight: bold;
  color: #666;
  -webkit-tap-highlight-color: transparent; }

.buttonhover.back {
  background-color: #e8e8e8; }

.bg-green {
  background-color: #E5FFE6; }

.bg-red {
  background-color: #FFE5E5; }

.hide {
  display: none; }

.bold, .cafe-info .fee, .reg-info .fee {
  font-weight: bold; }

.muted, .buttonhover.back, .message-view .message-body-previous, .edit-page-layout .layout-area a, .edit-page-layout .layout-area .dnd-handle, .cafe-info .fee, .reg-info .fee {
  color: #9a9a9a !important; }

.white {
  color: #fff !important; }

.input-tiny {
  width: 30px !important; }

.input-small {
  width: 90px !important; }

.input-large {
  width: 210px !important; }

.input-xlarge {
  width: 270px !important; }

.text-error {
  color: #BC1500; }

.text-positive {
  color: #187B00; }

.large {
  font-size: 1.2em; }

.large-block-underlined {
  font-size: 1.2em;
  display: block;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e8e8e8; }

.center-text {
  text-align: center; }

.small-font {
  font-size: 0.8em; }

.top-margin-one-unit {
  margin-top: 10px; }

.bottom-margin-one-unit {
  margin-bottom: 10px; }

.bottom-margin-two-units {
  margin-bottom: 20px; }

.bottom-margin-three-units {
  margin-bottom: 30px; }

.top-margin-two-units {
  margin-top: 20px; }

.top-margin-three-units {
  margin-top: 30px; }

.left-margin-one-unit {
  margin-left: 10px; }

.left-margin-two-units {
  margin-left: 20px; }

.right-margin-one-unit {
  margin-right: 10px !important; }

.right-margin-two-units {
  margin-right: 20px !important; }

.no-wrap {
  white-space: nowrap; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.align-top {
  vertical-align: top; }

.scrolly {
  overflow: auto; }

.align-right {
  text-align: right; }

* {
  font-size: 13px;
  font-family: "Fauna One", serif; }

body {
  margin: 0px;
  padding: 0px; }

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.crud-actions {
  width: 200px; }

#main-layout-body {
  padding-top: 0px; }

img.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); }

img.disabled-effect {
  -webkit-filter: opacity(10%);
  -moz-filter: opacity(10%);
  -ms-filter: opacity(10%);
  -o-filter: opacity(10%);
  filter: opacity(10%); }

div.elastic {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  div.elastic video {
    height: auto;
    width: 100%; }

body.ui-layout-container {
  background-image: url(../public/images/bg.png);
  background-position: right bottom;
  background-repeat: no-repeat; }

.float-parent {
  overflow: hidden;
  width: 100%; }

.full-width {
  width: 100%; }

.atleast-half-width {
  min-width: 50%; }

.half-width {
  width: 50%; }

.ui-state-error {
  color: #9d3f3f !important;
  font-weight: bolder;
  background-color: transparent !important; }

#form-messages {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  z-index: 999; }
  #form-messages .ui-messages {
    width: 35%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto; }

.impersonate {
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  padding: 25px 10px 15px 10px;
  height: 60px;
  background-color: #ffb0b0;
  position: absolute;
  width: 100%;
  min-width: 300px;
  left: 0;
  top: -15px;
  z-index: 999;
  overflow: hidden; }
  .impersonate a {
    text-decoration: none;
    margin-right: 10px;
    color: #232323; }
    .impersonate a:hover i {
      border-color: #232323;
      background-color: rgba(255, 255, 255, 0.8); }
  .impersonate .desc {
    padding-left: 12px; }
  .impersonate h1 {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 3px;
    border-width: 0px;
    color: #232323;
    font-weight: bold;
    font-size: 16px; }
  @media (min-width: 768px) {
    .impersonate {
      width: 50%;
      left: 25%;
      background-color: rgba(255, 176, 176, 0.75); } }

#login, .login {
  max-width: 350px;
  padding: 19px 29px 29px;
  margin: 30px auto 20px;
  border: 0px solid rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  background-color: #fff; }
  #login h1, .login h1 {
    margin-top: 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #9a9a9a;
    border-style: solid; }
  #login h2, .login h2 {
    margin-top: 0px;
    border-width: 0px 0px 1px 0px;
    border-color: #9a9a9a;
    border-style: solid; }
  #login .ui-outputlabel-rfi, .login .ui-outputlabel-rfi {
    display: none; }

span.title {
  font-size: 1.6em;
  margin: 2px 2px 2px 5px; }

.root-wrapper {
  padding-left: 230px;
  padding-right: 30px;
  padding-top: 5px; }
  .root-wrapper .content-wrapper {
    width: 100%;
    min-width: 400px;
    max-width: 1800px; }
    .root-wrapper .content-wrapper .general-icon {
      padding-left: 10px; }
    .root-wrapper .content-wrapper .page-icon {
      padding-left: 22px; }
    .root-wrapper .content-wrapper .manage-page-wrapper {
      padding: 0px 15px 5px 15px; }
    .root-wrapper .content-wrapper .text-wrapper {
      padding: 15px;
      display: block; }
      .root-wrapper .content-wrapper .text-wrapper .html-widget-wrapper *:not(.fa) {
        font-size: inherit; }
      .root-wrapper .content-wrapper .text-wrapper .html-widget-wrapper a {
        font-size: inherit; }
      .root-wrapper .content-wrapper .text-wrapper .html-widget-wrapper img {
        max-width: 100%; }
    .root-wrapper .content-wrapper div.inner-content {
      margin-top: 5px;
      padding: 4px;
      min-height: 200px;
      background-color: rgba(255, 255, 255, 0.9);
      border: 1px solid #e8e8e8;
      -webkit-box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset;
      -moz-box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset;
      box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset; }
    .root-wrapper .content-wrapper .home-icon {
      width: 201px;
      height: 190px;
      display: inline-block;
      margin: 6px;
      background-color: #e8e8e8;
      vertical-align: bottom;
      padding: 15px 3px 3px 15px;
      text-decoration: none;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      transition: all 0.5s ease;
      background-position: 155px 210px;
      background-size: 100px 100px;
      background-repeat: no-repeat; }
      .root-wrapper .content-wrapper .home-icon h5 {
        font-weight: bold;
        font-family: 'Cinzel Decorative', cursive !important;
        font-size: 20px;
        line-height: 1;
        padding: 0 0 10px 0;
        margin: 0px; }
        .root-wrapper .content-wrapper .home-icon h5:first-letter {
          font-size: 42px; }
      .root-wrapper .content-wrapper .home-icon p {
        margin-right: 80px; }
      .root-wrapper .content-wrapper .home-icon:hover {
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
        color: #fff;
        background-position: 155px 80%; }
        .root-wrapper .content-wrapper .home-icon:hover .emblem {
          opacity: 1 !important;
          color: #000 !important;
          background: url("/nucleus/public/images/emblem.png") no-repeat center center !important; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-courses {
        background-image: url(../public/images/dash/mycourses.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-courses:hover {
          background-color: #35ACD7; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-grades {
        background-image: url(../public/images/dash/grades.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-grades:hover {
          background-color: #B25E00; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-docgrades {
        background-image: url(../public/images/dash/docgrades.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-docgrades:hover {
          background-color: #009bb2; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-calendar {
        background-image: url(../public/images/dash/calendar.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-calendar:hover {
          background-color: #00A20D; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-files {
        background-image: url(../public/images/dash/files.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-files:hover {
          background-color: #C4009C; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-exit {
        background-image: url(../public/images/dash/exit.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-exit:hover {
          background-color: #DD2400; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-school {
        background-image: url(../public/images/dash/school.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-school:hover {
          background-color: #7EAE00; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-reg {
        background-image: url(../public/images/dash/reg.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-reg:hover {
          background-color: #6000B6; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-regfiles {
        background-image: url(../public/images/dash/regfiles.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-regfiles:hover {
          background-color: #D30014; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-reg-man {
        background-image: url(../public/images/dash/reg.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-reg-man:hover {
          background-color: #6000B6; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-resources {
        background-image: url(../public/images/dash/resources.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-resources:hover {
          background-color: #7EAE00; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-cafe {
        background-image: url(../public/images/dash/cafe.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-cafe:hover {
          background-color: #789867; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-messages {
        background-image: url(../public/images/dash/messages.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-messages:hover {
          background-color: #3800C4; }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-messages div.emblem-wrapper {
          height: 100%;
          position: relative; }
          .root-wrapper .content-wrapper .home-icon.nucleus-dash-messages div.emblem-wrapper .emblem {
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            opacity: .5;
            width: 35px;
            height: 35px;
            position: absolute;
            top: 7px;
            right: 10px;
            background: url("/nucleus/public/images/emblem-bw.png") no-repeat center center;
            line-height: 36px;
            text-align: center;
            font-weight: bolder; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-manage {
        background-image: url(../public/images/dash/manage.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-manage:hover {
          background-color: #04C1B5; }
      .root-wrapper .content-wrapper .home-icon.nucleus-dash-mysettings {
        background-image: url(../public/images/dash/mysettings.png); }
        .root-wrapper .content-wrapper .home-icon.nucleus-dash-mysettings:hover {
          background-color: #ff9600; }

.motd {
  margin-top: 4px;
  width: 95%;
  max-width: 1400px;
  text-align: center; }
  .motd site:before {
    content: "\2014 \2009"; }

.two-column-table-left >, .two-column-table > {
  width: 90%; }
  .two-column-table-left > tbody > tr > td:first-child, .two-column-table > tbody > tr > td:first-child {
    width: 40%;
    font-weight: bold;
    color: #9a9a9a; }
  .two-column-table-left > tbody > tr > td, .two-column-table > tbody > tr > td {
    padding: 3px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: transparent; }
    .two-column-table-left > tbody > tr > td input[type='text'], .two-column-table > tbody > tr > td input[type='text'] {
      width: 90%; }
  .two-column-table-left > tbody tr:hover td, .two-column-table > tbody tr:hover td {
    border-color: #e8e8e8;
    background-color: rgba(245, 245, 245, 0.97);
    color: #000; }

.stud-pic-top {
  width: 55px !important;
  vertical-align: top; }

.medium-first-image-column td:first-child {
  padding: 5px;
  width: 55px !important; }
  .medium-first-image-column td:first-child img {
    width: 45px; }

.two-column-table {
  margin-right: auto;
  margin-left: auto; }

.tag {
  display: inline;
  padding: 4px 12px 4px 12px;
  font-weight: bold;
  color: #fff;
  line-height: 28px;
  white-space: nowrap !important;
  text-shadow: 0px 0px 7px #000; }

.big-tag-wrapper {
  padding: 0px 0px 15px 0px; }
  .big-tag-wrapper a {
    text-decoration: none; }
  .big-tag-wrapper .big-tag {
    font-size: 20px;
    border-width: 3px;
    border-color: transparent;
    border-style: solid; }
  .big-tag-wrapper:hover .big-tag {
    border-color: #9d3f3f; }
  .big-tag-wrapper:hover i.over {
    display: inline; }
  .big-tag-wrapper i.over {
    display: none; }

.default-mime {
  width: 24px;
  height: 24px; }

.medium-mime {
  width: 50px;
  max-height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }

.large-mime {
  width: 150px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px; }

.person-thumb {
  width: 30px;
  height: 40px; }

.locker-table table tbody tr td {
  white-space: pre-line !important; }
.locker-table table tbody tr td:nth-child(1) {
  width: 25px; }
.locker-table table tbody tr td:nth-child(2) {
  width: 325px; }
.locker-table table tbody tr td:nth-child(3) {
  width: 225px; }

table.nucleus-table-hover {
  max-width: 100%;
  width: 100%; }
  table.nucleus-table-hover tbody tr td {
    padding: 3px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e8e8e8; }
  table.nucleus-table-hover thead tr th {
    text-align: left;
    border-width: 0px 0px 2px 0px;
    border-color: #e8e8e8;
    border-style: solid; }
  table.nucleus-table-hover tbody tr:hover td {
    background-color: rgba(245, 245, 245, 0.97); }

/* This is for the my courses page */
.button-panel, .button-panel-margin-bottom {
  margin-top: 10px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  padding: 10px; }
  .button-panel:hover, .button-panel-margin-bottom:hover {
    background-color: rgba(220, 237, 251, 0.45); }

.button-panel-margin-bottom {
  margin-bottom: 10px;
  margin-top: 0px !important; }

.person-grid, .course-grid, .attachment-grid, .attachment-grid-forum {
  width: 100%;
  height: 300px;
  margin-top: 5px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8; }
  .person-grid:hover, .course-grid:hover, .attachment-grid:hover, .attachment-grid-forum:hover {
    overflow: auto; }

.attachment-grid-forum {
  height: 140px; }

.course-grid {
  height: 160px; }

.person-image-layout, .attachment-item {
  display: inline-block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: grayscale(60%);
  -moz-filter: grayscale(60%);
  -ms-filter: grayscale(60%);
  -o-filter: grayscale(60%);
  filter: grayscale(60%); }
  .person-image-layout:hover, .attachment-item:hover {
    -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
    border-color: rgba(82, 168, 236, 0.6);
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none; }
  .person-image-layout img, .attachment-item img {
    width: 100%; }
  .person-image-layout div, .attachment-item div {
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5); }
    .person-image-layout div span, .attachment-item div span {
      display: block;
      padding: 10px;
      color: #fff;
      font-weight: bold;
      word-wrap: break-word; }

.nucleus-info-box {
  margin: 10px;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(82, 168, 236, 0.6);
  background-color: rgba(220, 237, 251, 0.45); }

.message-view .meta-information {
  width: 400px; }
.message-view .message-area, .message-view .message-text-area, .message-view .message-body, .message-view .message-body-previous {
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  margin-bottom: 10px;
  border-color: rgba(220, 237, 251, 0.45);
  padding: 10px; }
.message-view .message-text-area {
  border-width: 1px 0px 1px 0px;
  display: block;
  width: 100%;
  min-height: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 10px; }
.message-view .message-body, .message-view .message-body-previous {
  white-space: pre-wrap;
  width: 100%; }
.message-view .message-body-previous {
  border-width: 1px 15px 1px 15px;
  width: 95%; }

.person-missing, .general-warn {
  border-width: 1px;
  border-style: solid;
  border-color: #9d3f3f;
  background-color: rgba(229, 190, 190, 0.85);
  padding: 10px;
  margin: 10px;
  background-image: url(../public/images/error-warn-robo.png);
  background-repeat: no-repeat;
  min-height: 85px;
  padding-left: 80px !important; }

.not-visible-warn {
  background-color: #E87747;
  padding: 4px; }

.address-book, .file-locker-dialog {
  width: 100%; }
  .address-book td, .file-locker-dialog td {
    vertical-align: top; }
  .address-book .recipients table, .address-book .recipients, .file-locker-dialog .recipients table, .file-locker-dialog .recipients {
    width: 225px !important;
    max-height: 475px; }
  .address-book .tags table, .address-book .tags, .file-locker-dialog .tags table, .file-locker-dialog .tags {
    width: 150px !important;
    word-wrap: break-word; }
  .address-book h3, .file-locker-dialog h3 {
    padding: 0px;
    margin: 0px; }
  .address-book .recipients, .address-book .tags, .file-locker-dialog .recipients, .file-locker-dialog .tags {
    display: block;
    border-style: solid;
    border-color: rgba(220, 237, 251, 0.45);
    border-width: 1px;
    padding: 5px;
    margin: 2px;
    width: 100%;
    height: 100%;
    min-height: 100%; }

.member-list {
  width: 100%;
  max-height: 150px;
  overflow: hidden; }
  .member-list:hover {
    overflow: auto; }

.index-prompts {
  background-color: rgba(220, 237, 251, 0.45); }

.spotlight {
  border-color: rgba(245, 245, 245, 0.97);
  border-width: 1px;
  border-style: solid;
  padding: 20px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset; }

.edit-page-layout {
  width: 600px; }
  .edit-page-layout .layout-area {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    margin: 5px;
    padding: 5px;
    height: 110px;
    display: block;
    overflow: hidden; }
    .edit-page-layout .layout-area:hover {
      background-color: rgba(245, 245, 245, 0.97); }
    .edit-page-layout .layout-area .trash-widget:hover i {
      color: #9d3f3f; }
    .edit-page-layout .layout-area a {
      height: 100px;
      display: block; }
    .edit-page-layout .layout-area table {
      height: 100px; }
      .edit-page-layout .layout-area table tbody tr td {
        vertical-align: top; }
    .edit-page-layout .layout-area .trash-widget {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 30px;
      height: 30px;
      text-align: center; }
    .edit-page-layout .layout-area .dnd-handle {
      position: absolute;
      bottom: 0px;
      left: 30px;
      width: 30px;
      height: 30px;
      text-align: center; }
  .edit-page-layout .dnd-hover {
    background-color: green !important; }
  .edit-page-layout .widget-present {
    -webkit-box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset;
    -moz-box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset;
    box-shadow: 0px 0px 5px rgba(197, 226, 249, 0.6) inset;
    background-color: rgba(243, 249, 254, 0.6); }
  .edit-page-layout .west, .edit-page-layout .center, .edit-page-layout .east {
    display: inline-block;
    vertical-align: middle;
    width: 175px; }

.smart-title form {
  display: inline; }
.smart-title .help-icon {
  opacity: 0;
  transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -webkit-transition: all 1.25s ease;
  text-decoration: none;
  color: rgba(82, 168, 236, 0.6);
  display: inline; }
.smart-title:hover .help-icon {
  opacity: 1; }

.help-content {
  padding: 4px;
  border-width: 1px;
  border-color: #9a9a9a;
  border-style: solid; }

.correct-incorrect-table {
  border-spacing: 10px;
  border-collapse: separate; }
  .correct-incorrect-table tbody tr td {
    vertical-align: top; }
    .correct-incorrect-table tbody tr td ul {
      margin-top: 0px;
      margin-bottom: 0px; }
  .correct-incorrect-table tbody tr:first-child td {
    font-weight: bold;
    font-size: 1.1em;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #9a9a9a; }
  .correct-incorrect-table tfoot tr td {
    color: #9a9a9a !important; }

.poll-table > tbody > tr > td:first-child {
  width: 35px;
  vertical-align: top; }
  .poll-table > tbody > tr > td:first-child span {
    font-size: 1.4em !important; }
.poll-table > tbody > tr > td div.question-wrap {
  padding: 5px;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  transition: all 1.0s ease;
  border-width: 0px 0px 4px 0px;
  border-style: solid;
  border-color: transparent; }
  .poll-table > tbody > tr > td div.question-wrap:hover {
    background-color: rgba(220, 237, 251, 0.45);
    border-color: #e8e8e8; }
    .poll-table > tbody > tr > td div.question-wrap:hover .options {
      background-color: #fff; }
  .poll-table > tbody > tr > td div.question-wrap .options {
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    transition: all 1.0s ease;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    margin: 10px 30px 10px 30px;
    background-color: rgba(245, 245, 245, 0.97); }
    .poll-table > tbody > tr > td div.question-wrap .options h3 {
      display: block;
      padding: 4px 4px 4px 8px;
      margin: 0px;
      border-width: 0px 0px 1px 0px;
      border-style: solid;
      border-color: #e8e8e8;
      background-color: rgba(245, 245, 245, 0.97); }
    .poll-table > tbody > tr > td div.question-wrap .options .options-inner {
      padding: 5px; }
      .poll-table > tbody > tr > td div.question-wrap .options .options-inner li {
        margin-bottom: 5px; }

.poll-summary {
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  margin-top: 10px;
  margin-bottom: 5px; }

.poll-countdown-wrapper {
  display: block;
  position: fixed;
  top: 25px;
  right: 8px;
  width: 200px;
  text-align: right;
  text-weight: bold; }

.event-item h3 {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  margin-top: 0px;
  margin-bottom: 3px; }

.nucleus-widget {
  overflow: auto; }
  .nucleus-widget .widget-teacher-info {
    padding-left: 10px;
    padding-right: 10px;
    position: relative; }
    .nucleus-widget .widget-teacher-info .edit-btn {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 100px;
      display: none; }

.nucleus-widget:hover .edit-btn {
  display: inline; }

.cal-event-personal {
  background-color: #158c00 !important;
  border-color: #158c00 !important; }

.cal-event-course1 {
  background-color: #00158c !important;
  border-color: #00158c !important; }

.cal-event-course2 {
  background-color: #8C0072 !important;
  border-color: #8C0072 !important; }

.cal-event-course3 {
  background-color: #8A8C00 !important;
  border-color: #8A8C00 !important; }

.cal-event-course4 {
  background-color: #49008C !important;
  border-color: #49008C !important; }

.cal-event-course5 {
  background-color: #000000 !important;
  border-color: #000000 !important; }

.cal-event-course6 {
  background-color: #007C7C !important;
  border-color: #007C7C !important; }

.cal-event-course7 {
  background-color: #828282 !important;
  border-color: #828282 !important; }

.cal-event-course8 {
  background-color: #00AEB2 !important;
  border-color: #00AEB2 !important; }

.cal-event-course9 {
  background-color: #DA00B3 !important;
  border-color: #DA00B3 !important; }

.cal-event-course10 {
  background-color: #7D0BFF !important;
  border-color: #7D0BFF !important; }

.cal-event-school {
  background-color: #858585 !important;
  border-color: #000 !important; }

.no-classes-found img {
  position: relative;
  float: right;
  right: 10px;
  bottom: 0px;
  height: 250px; }

.error-options {
  width: 200px;
  position: relative;
  top: -185px;
  right: -350px; }

.blogentry {
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  transition: all 1.0s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  margin: 10px;
  background-color: #fff; }
  .blogentry h3 {
    display: block;
    padding: 4px 4px 4px 8px;
    margin: 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e8e8e8;
    background-color: rgba(245, 245, 245, 0.97); }
  .blogentry .html-widget-wrapper {
    padding: 10px; }

.icon-listing a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  width: 35px;
  margin: 2px;
  padding: 3px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent; }
.icon-listing a:hover {
  background-color: rgba(220, 237, 251, 0.45);
  border-color: #cccccc; }

.forum-view, .box-layout {
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  transition: all 1.0s ease;
  border-width: 1px;
  border-style: solid;
  border-color: #e8e8e8;
  margin-top: 20px;
  background-color: #fff; }
  .forum-view h3, .box-layout h3 {
    display: block;
    padding: 4px 4px 4px 8px;
    margin: 0px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e8e8e8;
    background-color: rgba(245, 245, 245, 0.97); }
  .forum-view .html-widget-wrapper, .box-layout .html-widget-wrapper {
    padding: 10px; }

.box-layout {
  margin-top: 0px; }

.forum-tree table tbody tr td {
  vertical-align: middle;
  padding: 4px;
  white-space: normal !important; }
.forum-tree .forum-not-viewed {
  font-weight: bold;
  background-color: rgba(220, 237, 251, 0.45); }
.forum-tree .forum-icon {
  display: inline-block;
  width: 24px; }
.forum-tree .forum-colum {
  white-space: nowrap !important; }
  .forum-tree .forum-colum .ui-treetable-indent {
    width: 24px; }

.course-setup h1, .course-setup-robo h1 {
  font-size: 1.4em;
  display: block;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e8e8e8;
  margin-top: 0px;
  margin-bottom: 3px; }

.course-setup-robo {
  background: url(/nucleus/public/images/robo-configure.png);
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: right center; }

.highlight-table > {
  width: 100%; }
  .highlight-table > tbody > tr > td {
    padding: 3px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: transparent; }
  .highlight-table > tbody tr:hover td {
    border-color: #e8e8e8;
    background-color: rgba(245, 245, 245, 0.97);
    color: #000; }

p.version {
  font-weight: bold;
  border-bottom-width: 1px;
  border-bottom-color: #e8e8e8;
  border-bottom-style: solid; }

.border-top-bottom-button {
  border-bottom-width: 3px;
  border-bottom-color: #000000;
  border-bottom-style: solid; }

.sys-info > tbody > tr td, .two-col > tbody > tr td {
  border-width: 0px 0px 1px 0px;
  border-style: dotted;
  border-color: #CCC; }

.sys-info > tbody > tr td:first-child {
  font-weight: bold; }

.page-listing li {
  margin-bottom: 7px; }

.menu-hover {
  display: none;
  position: absolute;
  z-index: 900;
  padding: 10px;
  border: 0px solid rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  background-color: rgba(255, 255, 255, 0.95); }

.menu-hover-layer {
  height: 60px; }
  .menu-hover-layer a:hover::after {
    opacity: 1; }
  .menu-hover-layer a::after {
    display: block;
    float: left;
    position: absolute;
    bottom: 7px;
    left: 7px;
    opacity: 0;
    text-decoration: none;
    content: attr(title);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    font-weight: bold;
    font-family: 'Cinzel Decorative', cursive !important;
    font-size: 20px;
    text-decoration: none;
    color: #9a9a9a; }
  .menu-hover-layer a {
    padding-right: 14px;
    display: inline; }
    .menu-hover-layer a img {
      width: 25px; }

.course-scroller {
  max-height: 320px;
  overflow: auto; }

.pre-mono, .pre-mono-scroll {
  display: block;
  font-family: Consolas,monospace;
  white-space: pre !important; }

.pre-mono-scroll {
  overflow: auto; }

.table-cell-top td {
  vertical-align: top; }

.block-underline {
  display: block;
  margin-top: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #9a9a9a;
  border-style: solid; }

.file-sub-comments {
  border-width: 0px; }
  .file-sub-comments tbody tr td {
    border-width: 0px; }
  .file-sub-comments tbody tr td:nth-child(1) {
    width: 120px; }
  .file-sub-comments tbody tr td:nth-child(3) {
    width: 120px; }
  .file-sub-comments .bubble {
    background-color: #F2F2F2;
    border-radius: 5px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
    display: inline-block;
    padding: 10px 18px;
    position: relative;
    vertical-align: top; }
  .file-sub-comments .bubble::before {
    background-color: #F2F2F2;
    content: "\00a0";
    display: block;
    height: 16px;
    position: absolute;
    top: 11px;
    transform: rotate(29deg) skew(-35deg);
    -moz-transform: rotate(29deg) skew(-35deg);
    -ms-transform: rotate(29deg) skew(-35deg);
    -o-transform: rotate(29deg) skew(-35deg);
    -webkit-transform: rotate(29deg) skew(-35deg);
    width: 20px; }
  .file-sub-comments .me {
    float: left;
    margin: 5px 45px 5px 20px; }
  .file-sub-comments .me::before {
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.3);
    left: -9px; }
  .file-sub-comments .you {
    float: right;
    margin: 5px 20px 5px 45px; }
  .file-sub-comments .you::before {
    box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, 0.3);
    right: -9px; }

.cafe-info h1, .reg-info h1 {
  margin-top: 0px;
  padding-top: 0px;
  border-width: 0px 0px 1px 0px;
  border-color: #9a9a9a;
  border-style: solid; }
.cafe-info .fee, .reg-info .fee {
  font-size: 2.5em;
  display: block;
  padding: 20px; }
.cafe-info ol li, .reg-info ol li {
  padding-top: 7px;
  padding-bottom: 7px; }

.buynow {
  margin-top: 15px;
  padding: 5px 8px 5px 8px;
  font-weight: bold; }

.reg-file-wrapper h2 {
  margin-top: 0px;
  padding-top: 0px;
  display: block;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #9a9a9a;
  font-size: 1.2em; }
.reg-file-wrapper .spotlight > table td:first-child {
  min-width: 50px;
  width: 5%; }
.reg-file-wrapper .spotlight > table td:nth-child(2) {
  min-width: 75px;
  width: 5%; }
.reg-file-wrapper .spotlight > table td:nth-child(3) {
  min-width: 300px;
  width: 50%; }
.reg-file-wrapper .spotlight > table td:nth-child(4) {
  max-width: 150px;
  min-width: 150px; }

.reg-progress {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  vertical-align: middle;
  height: 100%;
  font-weight: bold;
  margin-top: 13px;
  padding-right: 10px;
  width: 200px; }

.reg-question {
  -webkit-transition: all 2.0s ease;
  -moz-transition: all 2.0s ease;
  transition: all 2.0s ease;
  display: block;
  padding: 5px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: transparent transparent #9a9a9a transparent;
  margin-bottom: 15px; }
  .reg-question:hover {
    background: rgba(245, 245, 245, 0.97);
    border-color: #9a9a9a; }
  .reg-question .ui-selectoneradio, .reg-question .ui-selectmanycheckbox {
    margin-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px; }
    .reg-question .ui-selectoneradio .ui-radiobutton, .reg-question .ui-selectmanycheckbox .ui-radiobutton {
      margin-right: 12px;
      margin-bottom: 5px; }
    .reg-question .ui-selectoneradio td:first-child, .reg-question .ui-selectmanycheckbox td:first-child {
      padding-right: 15px; }
  .reg-question .tabin {
    display: block;
    padding: 7px 7px 7px 47px;
    border-width: 0px;
    border-style: solid;
    border-color: #2098D1;
    background-color: rgba(32, 152, 209, 0.1); }

.sig-checkbox {
  padding: 30px;
  font-weight: bold; }

.reg-bypass {
  width: 40px; }

/* Remove the border from PF Layout */
body.ui-layout-container #main-layout-body, body.ui-layout-container #main-layout-west, body.ui-layout-container #main-layout-east, body.ui-layout-container #main-layout-header, body.ui-layout-container #main-layout-footer {
  border-width: 0px !important; }

body.ui-layout-container > div.ui-layout-unit, .ui-layout-container > div.ui-layout-unit > div.ui-layout-unit-content {
  background-color: transparent; }

.ui-widget {
  font-family: "Fauna One", serif !important; }

fieldset {
  background-color: transparent !important; }

.ui-messages ul {
  margin: 0 5px !important; }
  .ui-messages ul li {
    border-width: 1px 0px 0px 0px;
    border-color: #9a9a9a;
    border-style: solid; }
  .ui-messages ul li:first-child {
    border-width: 0; }

.ui-messages-info-icon, .ui-messages-error-icon, .ui-messages-warn-icon {
  display: none !important; }

.ui-messages-warn, .ui-messages-error, .ui-messages-info {
  background-repeat: no-repeat;
  min-height: 35px;
  padding-left: 40px !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-size: 35px;
  filter: alpha(opacity=80);
  opacity: 0.8; }

.ui-messages-warn, .ui-messages-error {
  background-image: url(../public/images/error-warn-robo.png); }

.ui-messages-info {
  background-image: url(../public/images/info-robo.png); }

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary, .ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary, .ui-message-error-summary, .ui-message-fatal-summary {
  margin-left: 0px !important; }

.ui-menu {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important; }

.nucleus-data-table .data-search {
  display: inline-block;
  width: 90%;
  text-align: center; }
  .nucleus-data-table .data-search button {
    margin-left: 15px; }
.nucleus-data-table tbody tr:hover td {
  background-color: rgba(220, 237, 251, 0.45); }
.nucleus-data-table .ui-state-active, .nucleus-data-table .ui-widget-content .ui-state-active, .nucleus-data-table .ui-widget-header .ui-state-active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important; }
.nucleus-data-table .ui-datatable-header, .nucleus-data-table .ui-panelgrid-header {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  text-align: left !important;
  background-color: rgba(245, 245, 245, 0.97) !important;
  border-color: #e8e8e8 !important; }
.nucleus-data-table .ui-datatable-header:empty, .nucleus-data-table .ui-panelgrid-header:empty {
  display: none; }
.nucleus-data-table table.default-datatable {
  table-layout: auto; }
  .nucleus-data-table table.default-datatable thead tr th {
    border-color: #e8e8e8 !important;
    background-color: rgba(245, 245, 245, 0.97) !important;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

a.action-option {
  text-decoration: none;
  padding-left: 6px;
  padding-right: 6px; }
  a.action-option:first-child {
    padding-left: 0px; }

.auto-table {
  table-layout: auto !important; }

.ui-dialog {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25) !important; }
  .ui-dialog .ui-dialog-titlebar {
    background-color: rgba(245, 245, 245, 0.97) !important;
    -moz-border-radius-topleft: 0px !important;
    -webkit-border-top-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    -moz-border-radius-topright: 0px !important;
    -webkit-border-top-right-radius: 0px !important;
    border-top-right-radius: 0px !important; }
    .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
      font-size: 14px !important; }
    .ui-dialog .ui-dialog-titlebar a {
      margin-top: 0px !important; }
  .ui-dialog .ui-dialog-footer {
    background-color: rgba(245, 245, 245, 0.97) !important;
    padding-bottom: 10px;
    padding-top: 10px; }

.ui-fileupload-content {
  min-height: 100px;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-image: url(../public/images/drop.png);
  background-repeat: no-repeat; }
  .ui-fileupload-content .ui-fileupload-files {
    margin-top: 100px; }

.ui-fileupload-buttonbar {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important; }

.ui-accordion .ui-state-default {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important; }

.ui-accordion-header {
  background-color: #e8e8e8 !important; }

.ui-corner-all, .ui-datepicker-calendar .ui-state-default {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* Without this the titlebar didn't fill the full width */
.ui-dialog .ui-dialog-titlebar {
  position: static; }

.ui-treetable-indent {
  background-color: #e8e8e8; }

.ui-contentflow .caption {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #e8e8e8;
  color: #000;
  font-weight: bold; }
  .ui-contentflow .caption .muted, .ui-contentflow .caption .buttonhover.back, .ui-contentflow .caption .message-view .message-body-previous, .message-view .ui-contentflow .caption .message-body-previous, .ui-contentflow .caption .edit-page-layout .layout-area a, .edit-page-layout .layout-area .ui-contentflow .caption a, .ui-contentflow .caption .edit-page-layout .layout-area .dnd-handle, .edit-page-layout .layout-area .ui-contentflow .caption .dnd-handle, .ui-contentflow .caption .cafe-info .fee, .cafe-info .ui-contentflow .caption .fee, .ui-contentflow .caption .reg-info .fee, .reg-info .ui-contentflow .caption .fee {
    color: #9a9a9a !important;
    font-weight: normal; }

.ui-button.primary {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bolder; }

.reg-info .ui-state-error {
  border: 3px solid #b94a48 !important; }

#main-layout-header-resizer {
  height: 0px !important; }

#main-layout-header {
  overflow: hidden;
  padding-bottom: 0px; }
  #main-layout-header .logo {
    height: 60px; }
  #main-layout-header .ui-layout-unit-content {
    overflow: hidden;
    padding: 0px; }
  #main-layout-header .welcome-message {
    padding-right: 7px; }
    #main-layout-header .welcome-message i {
      padding-right: 5px; }

#main-menu {
  margin-top: 0px;
  height: 30px;
  width: 100%;
  background-color: #e8e8e8;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #cccccc; }
  #main-menu a {
    display: inline-block;
    height: 23px;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 25px;
    text-decoration: none; }
    #main-menu a i {
      padding-right: 8px;
      padding-left: 8px; }
    #main-menu a span {
      font-weight: bold; }
  #main-menu a:hover {
    box-shadow: 0px 0px 6px rgba(82, 168, 236, 0.6);
    background-color: whitesmoke;
    border-width: 0px 1px 0px 0px;
    border-style: solid;
    border-color: #cccccc; }
  #main-menu a.load-notifications-button:hover {
    border-width: 0px 0px 0px 1px; }

.nuclear-menu {
  position: absolute;
  min-height: 300px;
  width: 200px;
  background-color: rgba(245, 245, 245, 0.97);
  z-index: 997;
  -webkit-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.25);
  overflow: auto; }
  .nuclear-menu ul {
    list-style: none;
    padding: 0; }
    .nuclear-menu ul .menu-label {
      display: block;
      font-weight: bold;
      padding-left: 10px;
      adding-top: 3px;
      padding-bottom: 3px; }
    .nuclear-menu ul li a, .nuclear-menu ul li span.notification-item, .nuclear-menu ul div.li-actor a, .nuclear-menu ul div.li-actor span.notification-item {
      border-width: 0px 0px 1px 0px !important;
      border-style: solid;
      border-color: #e8e8e8;
      display: block;
      padding-top: 3px;
      padding-bottom: 3px;
      text-decoration: none;
      padding-left: 10px; }
      .nuclear-menu ul li a i, .nuclear-menu ul li span.notification-item i, .nuclear-menu ul div.li-actor a i, .nuclear-menu ul div.li-actor span.notification-item i {
        padding-right: 10px;
        width: 15px;
        display: inline-block; }
      .nuclear-menu ul li a .single, .nuclear-menu ul li span.notification-item .single, .nuclear-menu ul div.li-actor a .single, .nuclear-menu ul div.li-actor span.notification-item .single {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .nuclear-menu ul li .transparent, .nuclear-menu ul div.li-actor .transparent {
      color: transparent; }
    .nuclear-menu ul li a.first-child, .nuclear-menu ul li span.notification-item.first-child, .nuclear-menu ul div.li-actor a.first-child, .nuclear-menu ul div.li-actor span.notification-item.first-child {
      border-width: 1px 0px 1px 0px !important; }
    .nuclear-menu ul li a:hover, .nuclear-menu ul div.li-actor a:hover {
      background-color: white;
      box-shadow: 0px 0px 6px rgba(82, 168, 236, 0.6); }
  .nuclear-menu .student-selector {
    margin: 10px; }
    .nuclear-menu .student-selector .person-image-layout {
      margin-left: 10px; }
  .nuclear-menu.east-menu {
    right: 0px; }

.nuclear-menu-manage {
  background-color: rgba(245, 230, 230, 0.85) !important; }
  .nuclear-menu-manage i {
    color: #000; }
  .nuclear-menu-manage a:hover i {
    color: #9d3f3f; }

#main-layout-footer {
  text-align: center; }

.mce-panel {
  border-color: #e8e8e8 !important; }

.mce-tinymce button {
  height: 24px; }
.mce-tinymce .mce-toolbar, .mce-tinymce .mce-statusbar {
  background-color: #e8e8e8 !important;
  background-image: none; }

/* This is the wrapper for all course content */
.course-content {
  width: 100%; }
  .course-content .north, .course-content .south, .course-content .west, .course-content .middle, .course-content .east {
    padding: 2px; }
  .course-content .html-widget-wrapper h1 {
    margin: 0.33em 0 !important;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #e8e8e8; }
  .course-content .html-widget-wrapper h2 {
    font-size: 1.5em; }
  .course-content .html-widget-wrapper h3 {
    font-size: 1.3em; }

/* Override bootstrap */
@media (max-width: 767px) {
  body {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
.nucleus-galleria {
  width: 100%;
  min-height: 400px;
  background: #1F1F1F; }

.nucleus-galleria-simple img {
  max-width: 100%;
  max-height: 400px; }

.nucleus-gallery .nucleus-gallery-item {
  margin: 3px;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: relative;
  display: inline-block; }
  .nucleus-gallery .nucleus-gallery-item img {
    width: 200px; }
  .nucleus-gallery .nucleus-gallery-item .desc-wrapper {
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%; }
  .nucleus-gallery .nucleus-gallery-item .desc {
    display: block;
    padding: 5px;
    color: #fff; }

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