@font-face {
  font-family: 'aleobold';
  src: url("../fonts/Aleo-Bold-webfont.eot");
  src: url("../fonts/Aleo-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Bold-webfont.woff2") format("woff2"), url("../fonts/Aleo-Bold-webfont.woff") format("woff"), url("../fonts/Aleo-Bold-webfont.ttf") format("truetype"), url("../fonts/Aleo-Bold-webfont.svg#aleobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aleoregular';
  src: url("../fonts/Aleo-Regular-webfont.eot");
  src: url("../fonts/Aleo-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Aleo-Regular-webfont.woff2") format("woff2"), url("../fonts/Aleo-Regular-webfont.woff") format("woff"), url("../fonts/Aleo-Regular-webfont.ttf") format("truetype"), url("../fonts/Aleo-Regular-webfont.svg#aleoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 
   Everything here sets the style 
   of the text, formatatting is 
   not included here
*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

html {
  position: relative;
  min-height: 100%; }

body {
  font-size: 16px;
  line-height: 1.5;
  background-color: #f6f6f6;
  margin-bottom: 166px; }

#footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #153347;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 166px;
  color: #b7e0f3;
  font-size: 14px; }
  #footer a {
    color: #5dbaf0; }

#navigation {
  background: url(../img/header-bg-1.jpg);
  background-size: cover;
  min-height: 200px;
  background-position: top center;
  border-top: 10px solid #0068b6;
  padding-top: 20px;
  padding-bottom: 20px; }
  #navigation .navbar {
    background: none;
    border: none;
    margin-bottom: 0; }
    #navigation .navbar .navbar-brand {
      height: 60px; }
      #navigation .navbar .navbar-brand img {
        height: 30px; }
    #navigation .navbar .navbar-toggle {
      border-radius: 0;
      border-width: 2px;
      margin-top: 12px;
      transition: all .2s; }
      #navigation .navbar .navbar-toggle:hover, #navigation .navbar .navbar-toggle:focus {
        background-color: #0085e9; }
      #navigation .navbar .navbar-toggle .icon-bar {
        background-color: white; }
    #navigation .navbar .navbar-nav.navbar-right {
      margin-top: 30px; }
    #navigation .navbar .navbar-nav li span {
      display: inline-block;
      color: white;
      padding-left: 0;
      padding-right: 0;
      margin-left: 25px;
      padding-bottom: 10px;
      line-height: 20px;
      padding-top: 15px; }
      #navigation .navbar .navbar-nav li span.current::after {
        width: 100%;
        background: white;
        content: '';
        position: relative;
        display: block;
        margin: auto;
        height: 4px;
        top: 6px; }
    #navigation .navbar .navbar-nav li a {
      color: white;
      padding-left: 0;
      padding-right: 0;
      margin-left: 25px;
      padding-bottom: 10px;
      display: inline-block; }
      #navigation .navbar .navbar-nav li a:hover {
        color: white; }
        #navigation .navbar .navbar-nav li a:hover::after {
          width: 100%;
          background: white; }
      #navigation .navbar .navbar-nav li a::after {
        content: '';
        position: relative;
        display: block;
        margin: auto;
        height: 4px;
        top: 6px;
        width: 0px;
        background: transparent;
        transition: width .2s ease, background-color .2s ease; }

@media only screen and (min-width: 768px) {
  #navigation .navbar .navbar-brand {
    height: 80px; }
    #navigation .navbar .navbar-brand img {
      height: 50px; }
  #navigation .navbar .navbar-nav.navbar-right {
    margin-top: 12px; } }
@media only screen and (min-width: 1200px) {
  #navigation .navbar .navbar-brand {
    height: 100px; }
    #navigation .navbar .navbar-brand img {
      height: 70px; }
  #navigation .navbar .navbar-nav.navbar-right {
    margin-top: 28px; } }
.home .header-content {
  padding-top: 30px;
  padding-bottom: 10px; }
  .home .header-content p {
    color: white;
    line-height: 26px; }
.home .entercode {
  text-align: center; }
  .home .entercode .access {
    font-size: 18px; }
.home h1 {
  font-family: "aleoregular";
  font-size: 22px;
  color: white; }
  .home h1.hp {
    margin-bottom: 35px; }
.home h2 {
  margin-bottom: 30px;
  font-family: "aleoregular";
  font-size: 20px;
  color: #1588cb; }
.home .codeError {
  padding: 5px;
  margin-top: 15px;
  font-size: 14px;
  color: maroon; }
.home .mid-bar {
  background: #fd9827;
  background: -moz-linear-gradient(top, #fd9827 0%, #db9123 100%);
  background: -webkit-linear-gradient(top, #fd9827 0%, #db9123 100%);
  background: linear-gradient(to bottom, #fd9827 0%, #db9123 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd9827', endColorstr='#db9123',GradientType=0 );
  padding: 30px 0; }
  .home .mid-bar .code-contact {
    text-align: center;
    color: white;
    font-weight: 500; }
    .home .mid-bar .code-contact a {
      color: white;
      text-decoration: underline; }
.home .program-content {
  overflow-x: hidden;
  position: relative; }
  .home .program-content .header-right {
    text-align: left;
    padding-left: 60px;
    padding-top: 80px; }
    .home .program-content .header-right h2 {
      color: #173446;
      font-size: 32px;
      font-weight: 100;
      margin-bottom: 0;
      padding-bottom: 0; }
    .home .program-content .header-right span {
      display: block;
      color: #173446;
      font-size: 18px; }
  .home .program-content .header-left {
    text-align: right;
    padding-right: 60px;
    padding-top: 80px; }
    .home .program-content .header-left h2 {
      color: #1588cb;
      font-size: 32px;
      font-weight: 100;
      margin-bottom: 0;
      padding-bottom: 0; }
    .home .program-content .header-left span {
      display: block;
      color: #1588cb;
      font-size: 18px; }
  .home .program-content .index-left, .home .program-content .index-right {
    padding-top: 40px;
    padding-bottom: 20px; }
  .home .program-content .index-right {
    padding-top: 0;
    padding-bottom: 60px; }
  .home .program-content .content-container, .home .program-content .index-right, .home .program-content .index-left {
    z-index: 2; }
    .home .program-content .content-container p, .home .program-content .index-right p, .home .program-content .index-left p {
      color: #333;
      line-height: 26px; }
    .home .program-content .content-container:last-child, .home .program-content .index-right:last-child, .home .program-content .index-left:last-child {
      margin-bottom: 0; }
.home .action-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #dddddd; }
  .home .action-item:last-child {
    border-bottom: none; }
  .home .action-item:first-child {
    padding-top: 0; }
  .home .action-item h2 {
    font-family: "aleoregular";
    font-size: 20px;
    line-height: 60px;
    color: #0063b1;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px; }
    .home .action-item h2::before {
      left: 0;
      position: absolute;
      font-family: "fontAwesome";
      font-size: 32px;
      text-align: center;
      color: white;
      border-radius: 50%;
      content: "";
      display: block;
      background-color: #0068b6;
      width: 60px;
      height: 60px; }
  .home .action-item:first-child h2 {
    margin-top: 0; }
  .home .action-item a {
    height: 44px;
    width: 100%;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 20px; }
  .home .action-item.mka h2::before {
    content: "\f041";
    font-size: 24px; }
  .home .action-item.ec h2::before {
    content: "\f02d";
    font-size: 24px; }
  .home .action-item.ce h2::before {
    content: "\f040";
    font-size: 24px; }
.home .homepage-action .btn.action {
  display: block;
  width: 100%; }
.home .homepage-action .current {
  border: 1px solid #ef7f02;
  border-radius: 4px;
  padding: 15px;
  background-color: #fdb05a; }
  .home .homepage-action .current .title {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px; }
.home .homepage-action .new {
  border: 1px solid #ef7f02;
  border-radius: 4px;
  padding: 15px;
  background-color: #fdb05a; }
  .home .homepage-action .new .title {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px; }
.home .homepage-action .purchase {
  border: 1px solid #ef7f02;
  border-radius: 4px;
  padding: 15px;
  background-color: #fdb05a; }
  .home .homepage-action .purchase .title {
    font-size: 18px;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px; }
.home #guidelines {
  background: #2c539e;
  color: white;
  display: none;
  background: -moz-linear-gradient(-45deg, #2c539e 0%, #2c539e 100%);
  background: -webkit-linear-gradient(-45deg, #2c539e 0%, #2c539e 100%);
  background: linear-gradient(135deg, #2c539e 0%, #2c539e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=1 ); }
  .home #guidelines .close {
    font-size: 26px;
    opacity: 1;
    color: #b2dbfb;
    text-shadow: none; }
  .home #guidelines .guidelines-content {
    padding: 30px; }
    .home #guidelines .guidelines-content .well {
      background-color: #0960a5;
      border-color: #0960a5; }
    .home #guidelines .guidelines-content h3 {
      font-size: 18px;
      font-weight: bold;
      color: #e3f2fd; }
    .home #guidelines .guidelines-content h2 {
      font-family: "aleoregular";
      font-size: 28px;
      padding-left: 15px;
      color: #e3f2fd; }
    .home #guidelines .guidelines-content ol {
      padding-left: 15px;
      text-shadow: 0 1px #064475; }
      .home #guidelines .guidelines-content ol li {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: justify; }
  .home #guidelines.viewed {
    display: block; }

@media only screen and (min-width: 768px) {
  .home .action-item {
    margin-left: 15px; }
    .home .action-item h2 {
      font-size: 18px; }
  .home .program-content {
    position: relative; }
    .home .program-content .bg1 {
      background: url(../img/bg-design.jpg) no-repeat;
      background-size: cover;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      opacity: 0.5; }
    .home .program-content .bg2 {
      background: url(../img/bg-objectives.jpg) no-repeat;
      background-size: cover;
      position: absolute;
      right: 50%;
      top: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      opacity: 0.5; }
    .home .program-content .header-right {
      text-align: left;
      padding-left: 60px;
      padding-top: 80px; }
      .home .program-content .header-right h2 {
        color: #173446;
        font-size: 32px;
        font-weight: 100;
        margin-bottom: 0;
        padding-bottom: 0; }
      .home .program-content .header-right span {
        display: block;
        color: #173446;
        font-size: 18px; }
    .home .program-content .header-left {
      text-align: right;
      padding-right: 60px;
      padding-top: 80px; }
      .home .program-content .header-left h2 {
        color: #1588cb;
        font-size: 32px;
        font-weight: 100;
        margin-bottom: 0;
        padding-bottom: 0; }
      .home .program-content .header-left span {
        display: block;
        color: #1588cb;
        font-size: 18px; }
    .home .program-content .index-right {
      padding-left: 60px; }
    .home .program-content .index-left {
      padding-right: 60px; }
    .home .program-content .index-left, .home .program-content .index-right {
      padding-top: 30px;
      padding-bottom: 50px; } }
@media only screen and (min-width: 992px) {
  .home .action-item h2 {
    font-size: 20px; } }
body.mkas .header-content {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center; }
  body.mkas .header-content h1 {
    font-family: "aleoregular";
    font-size: 28px;
    text-align: center;
    color: white; }
  body.mkas .header-content .gl-btn {
    border-radius: 3px;
    font-size: 16px; }
body.mkas #guidelines {
  background: #2c539e;
  color: white;
  display: none;
  background: -moz-linear-gradient(-45deg, #2c539e 0%, #2c539e 100%);
  background: -webkit-linear-gradient(-45deg, #2c539e 0%, #2c539e 100%);
  background: linear-gradient(135deg, #2c539e 0%, #2c539e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c539e', endColorstr='#2c539e',GradientType=1 ); }
  body.mkas #guidelines .close {
    font-size: 26px;
    opacity: 1;
    color: #b2dbfb;
    text-shadow: none; }
  body.mkas #guidelines .guidelines-content {
    padding: 30px; }
    body.mkas #guidelines .guidelines-content .well {
      background-color: #0960a5;
      border-color: #0960a5; }
    body.mkas #guidelines .guidelines-content h3 {
      font-size: 18px;
      font-weight: bold;
      color: #e3f2fd; }
    body.mkas #guidelines .guidelines-content h2 {
      font-family: "aleoregular";
      font-size: 28px;
      padding-left: 15px;
      color: #e3f2fd; }
    body.mkas #guidelines .guidelines-content ol {
      padding-left: 15px;
      text-shadow: 0 1px #064475; }
      body.mkas #guidelines .guidelines-content ol li {
        font-size: 15px;
        margin-bottom: 10px;
        text-align: justify; }
  body.mkas #guidelines.viewed {
    display: block; }
body.mkas #mkas {
  padding-top: 30px;
  padding-bottom: 0px; }
  body.mkas #mkas a {
    text-decoration: none; }
  body.mkas #mkas .mka-item {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    border: 4px solid white;
    box-shadow: 0px 0px 5px #CCC;
    transition: border-color .4s; }
    body.mkas #mkas .mka-item .core {
      font-size: 14px;
      position: absolute;
      left: 10px;
      top: 10px;
      background-color: #ff9800;
      padding: 2px 10px;
      color: white;
      border-radius: 25px; }
    body.mkas #mkas .mka-item .status {
      position: absolute;
      display: block;
      top: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 45px solid transparent;
      border-right: 0px solid transparent;
      border-top: 45px solid transparent; }
      body.mkas #mkas .mka-item .status::after {
        position: absolute;
        font-family: "fontAwesome";
        width: 0;
        height: 0;
        color: white;
        text-align: center;
        display: block; }
    body.mkas #mkas .mka-item .mkanum {
      position: absolute;
      bottom: 5px;
      right: 5px;
      display: block;
      padding: 2px 10px;
      background-color: #ff9800;
      border-radius: 3px;
      font-size: 13px;
      color: white; }
    body.mkas #mkas .mka-item.inprogress .status {
      border-top: 45px solid #2196f3; }
      body.mkas #mkas .mka-item.inprogress .status::after {
        content: "\f017";
        font-size: 18px;
        top: -44px;
        right: 21px; }
    body.mkas #mkas .mka-item.inprogress:hover {
      border-color: #2196f3; }
    body.mkas #mkas .mka-item.default .status {
      display: none;
      border-top: 45px solid #2196f3; }
      body.mkas #mkas .mka-item.default .status::after {
        content: "\f017";
        font-size: 18px;
        top: -44px;
        right: 21px; }
    body.mkas #mkas .mka-item.default:hover {
      border-color: #2196f3; }
    body.mkas #mkas .mka-item.reviewed .status {
      border-top-color: #4caf50; }
      body.mkas #mkas .mka-item.reviewed .status::after {
        content: "\f00c";
        font-size: 15px;
        top: -44px;
        right: 22px; }
    body.mkas #mkas .mka-item.reviewed:hover {
      border-color: #4caf50; }
    body.mkas #mkas .mka-item.reviewed img {
      margin: 0 auto; }
    body.mkas #mkas .mka-item.locked {
      background-color: #e1e1e1;
      cursor: default; }
      body.mkas #mkas .mka-item.locked h3 {
        color: #b4b1b1;
        text-shadow: none; }
      body.mkas #mkas .mka-item.locked .status {
        border-top-color: #CCCCCC; }
        body.mkas #mkas .mka-item.locked .status::after {
          content: "\f023";
          font-size: 18px;
          top: -44px;
          right: 18px;
          color: #b4b1b1; }
      body.mkas #mkas .mka-item.locked .mkanum {
        background-color: #CCC;
        color: #b4b1b1; }
    body.mkas #mkas .mka-item h3 {
      text-shadow: 0px 2px white;
      color: #0063b1;
      text-align: center;
      font-size: 22px;
      font-family: "aleoregular"; }
    body.mkas #mkas .mka-item img {
      width: 200px; }

@media only screen and (min-width: 480px) {
  body.mkas #mka .mka-item img {
    width: 300px; } }
@media only screen and (min-width: 992px) {
  body.mkas #mkas .mka-item img {
    width: 168px; } }
@media only screen and (min-width: 1200px) {
  body.mkas #mkas .mka-item img {
    width: 243px; } }
body.mka {
  background-color: #fafafa; }
  body.mka .header-content {
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative; }
    body.mka .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
    body.mka .header-content .info-container {
      position: absolute;
      right: 0;
      bottom: -20px; }
      body.mka .header-content .info-container .base, body.mka .header-content .info-container .notes-btn, body.mka .header-content .info-container .guidelines-btn {
        cursor: pointer;
        float: left;
        font-size: 14px;
        padding: 5px 10px;
        background-color: white;
        border-radius: 3px 3px 0 0;
        color: #333; }
    body.mka .header-content .notes-btn i {
      color: #03a9f4; }
    body.mka .header-content .guidelines-btn {
      text-decoration: none;
      margin-right: 5px; }
      body.mka .header-content .guidelines-btn i {
        color: #8bc34a; }
  body.mka #badgeModal .modal-content {
    background-color: #e7f5fd; }
  body.mka #badgeModal .modal-header {
    text-align: center;
    font-family: "aleoregular"; }
  body.mka #badgeModal .modal-body {
    padding-top: 30px; }
    body.mka #badgeModal .modal-body .thanks {
      text-align: center; }
  body.mka #badgeModal .feedback {
    text-align: center; }
    body.mka #badgeModal .feedback .mka-question {
      text-align: center;
      font-family: "aleoregular";
      font-size: 22px;
      padding-bottom: 20px;
      color: #168ecf; }
    body.mka #badgeModal .feedback .good-title {
      color: #1ab95a; }
    body.mka #badgeModal .feedback .bad-title {
      color: #e82626; }
    body.mka #badgeModal .feedback .neutral-title {
      color: #e8d826; }
    body.mka #badgeModal .feedback .titles, body.mka #badgeModal .feedback .good-title, body.mka #badgeModal .feedback .bad-title, body.mka #badgeModal .feedback .neutral-title {
      margin-top: 5px;
      font-size: 14px;
      font-weight: bold; }
    body.mka #badgeModal .feedback .icons, body.mka #badgeModal .feedback .good, body.mka #badgeModal .feedback .bad, body.mka #badgeModal .feedback .neutral {
      cursor: pointer;
      width: 78px;
      height: 78px;
      margin: 0 auto; }
    body.mka #badgeModal .feedback .good {
      background: url(../img/good.png); }
      body.mka #badgeModal .feedback .good.selected, body.mka #badgeModal .feedback .good:hover {
        background-position-y: bottom; }
    body.mka #badgeModal .feedback .bad {
      background: url(../img/bad.png); }
      body.mka #badgeModal .feedback .bad.selected, body.mka #badgeModal .feedback .bad:hover {
        background-position-y: bottom; }
    body.mka #badgeModal .feedback .neutral {
      background: url(../img/neutral.png); }
      body.mka #badgeModal .feedback .neutral.selected, body.mka #badgeModal .feedback .neutral:hover {
        background-position-y: bottom; }
  body.mka #badgeModal label {
    margin-top: 30px;
    font-size: 14px;
    color: #168ecf;
    padding-left: 3px; }
  body.mka #badgeModal textarea {
    background-color: #d0ebfa; }
  body.mka #guidelines .modal-dialog .modal-header {
    padding-bottom: 7px;
    border-bottom-color: #0286c2;
    font-family: "aleoregular";
    color: white; }
    body.mka #guidelines .modal-dialog .modal-header .close {
      font-size: 24px; }
    body.mka #guidelines .modal-dialog .modal-header h4 {
      font-size: 24px; }
  body.mka #guidelines .modal-dialog .modal-content {
    background-color: #03a9f4; }
    body.mka #guidelines .modal-dialog .modal-content .modal-body {
      padding: 30px;
      padding-top: 10px;
      color: white; }
      body.mka #guidelines .modal-dialog .modal-content .modal-body h2 {
        font-family: "aleoregular"; }
      body.mka #guidelines .modal-dialog .modal-content .modal-body ol {
        margin-bottom: 0;
        padding-left: 10px; }
        body.mka #guidelines .modal-dialog .modal-content .modal-body ol li {
          margin-top: 10px; }
  body.mka .exam_btn {
    width: 154px;
    height: 48px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; }
  body.mka .popover {
    color: black; }
  body.mka .claim-badge {
    padding: 40px;
    text-align: center;
    font-size: 22px;
    background-color: #1976d2;
    color: white;
    font-family: "aleoregular"; }
    body.mka .claim-badge span {
      color: #cddc39; }
    body.mka .claim-badge input {
      font-size: 18px; }
  body.mka #mka {
    position: relative; }
    body.mka #mka h2 {
      font-family: "aleoregular";
      font-size: 22px;
      color: #607d8b; }
    body.mka #mka .content-left {
      padding-bottom: 40px; }
      body.mka #mka .content-left::after {
        content: " ";
        position: absolute !important;
        top: 0;
        right: 0;
        width: 200%;
        height: 100% !important;
        background-color: white;
        display: block;
        z-index: -999; }
    body.mka #mka .urlError, body.mka #mka .titleError, body.mka #mka .answerError {
      padding: 5px;
      margin-top: 5px;
      font-size: 14px;
      color: maroon;
      display: none; }
    body.mka #mka .content-right {
      border-left: 1px solid #cfd8dc; }
      body.mka #mka .content-right .sidebar {
        border-bottom: 1px solid #CCC;
        margin-bottom: 15px;
        padding-bottom: 15px; }
        body.mka #mka .content-right .sidebar:last-child {
          border-bottom: 0; }
      body.mka #mka .content-right .sidebar-learning-resources .resource-item {
        position: relative;
        border-bottom: 1px solid #ededed;
        margin-bottom: 5px; }
        body.mka #mka .content-right .sidebar-learning-resources .resource-item.user .item:before {
          color: #4caf50; }
        body.mka #mka .content-right .sidebar-learning-resources .resource-item .delete {
          display: inline-block;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -2px;
          line-height: 1;
          transform: translateY(-50%);
          transform: translateY(-50%);
          color: #9e9e9e; }
          body.mka #mka .content-right .sidebar-learning-resources .resource-item .delete .fa {
            font-size: 18px; }
          body.mka #mka .content-right .sidebar-learning-resources .resource-item .delete:hover {
            color: #f44336; }
        body.mka #mka .content-right .sidebar-learning-resources .resource-item.visited :before {
          color: #4caf50; }
      body.mka #mka .content-right .sidebar-learning-resources .item {
        display: inline-block;
        position: relative;
        padding-left: 25px;
        margin-bottom: 5px;
        padding-right: 25px;
        font-size: 15px; }
        body.mka #mka .content-right .sidebar-learning-resources .item::before {
          position: absolute;
          color: #CCCCCC;
          font-family: "fontAwesome";
          content: "\f00c";
          left: 0;
          top: 2px; }
      body.mka #mka .content-right .sidebar-learning-resources .add-resource {
        cursor: pointer;
        margin-top: 10px;
        background-color: #7d95a0;
        border-radius: 3px;
        text-align: center;
        padding: 5px 0;
        font-size: 15px; }
        body.mka #mka .content-right .sidebar-learning-resources .add-resource a {
          display: block;
          color: white;
          text-decoration: none; }
        body.mka #mka .content-right .sidebar-learning-resources .add-resource .form-resource {
          display: none;
          margin-top: 5px;
          background-color: #f5f5f5;
          padding: 15px;
          border: 1px solid #eeeeee;
          overflow: auto; }
      body.mka #mka .content-right .sidebar-challenge-scenarios {
        overflow: auto; }
        body.mka #mka .content-right .sidebar-challenge-scenarios #challenge_scenario .scenario-cont {
          padding: 20px;
          background-color: white;
          border: 1px solid #e0e0e0; }
        body.mka #mka .content-right .sidebar-challenge-scenarios .pagination li.active a {
          border-color: #0068b6;
          color: #337ab7;
          background-color: white; }
        body.mka #mka .content-right .sidebar-challenge-scenarios .pagination li.completed a {
          background-color: rgba(76, 175, 80, 0.1); }
      body.mka #mka .content-right .sidebar-knowledge-checks {
        position: relative; }
        body.mka #mka .content-right .sidebar-knowledge-checks .complete {
          border: 1px solid #ededed;
          border-radius: 4px;
          padding: 15px;
          background-color: rgba(0, 128, 0, 0.1); }
        body.mka #mka .content-right .sidebar-knowledge-checks .pagination li.active a {
          border-color: #0068b6;
          color: #337ab7;
          background-color: white; }
        body.mka #mka .content-right .sidebar-knowledge-checks .pagination li.completed a {
          background-color: rgba(76, 175, 80, 0.1); }
        body.mka #mka .content-right .sidebar-knowledge-checks .pagination li.incorrect a {
          background-color: rgba(233, 30, 99, 0.1);
          color: #e91e63; }
        body.mka #mka .content-right .sidebar-knowledge-checks .pagination li.incorrect.active {
          color: #e91e63; }
        body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check {
          padding: 20px;
          background-color: white;
          border: 1px solid #e0e0e0; }
          body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .question {
            font-family: "aleoregular";
            font-size: 18px;
            padding-left: 30px;
            position: relative; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .question span {
              position: absolute;
              left: 0px;
              display: inline-block; }
          body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answer-submit {
            margin-top: 15px;
            text-align: center; }
          body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group {
            position: relative;
            margin-bottom: 0; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item input[type=radio] {
              position: absolute;
              visibility: hidden; }
              body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item input[type=radio]:checked ~ .check::before {
                background: #3bafda; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item .correct {
              border: 1px solid green;
              background-color: rgba(0, 128, 0, 0.1);
              border-radius: 4px; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item .incorrect {
              border: 1px solid red;
              background-color: rgba(255, 0, 0, 0.1);
              border-radius: 4px; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item label {
              display: block;
              position: relative;
              padding: 8px 25px 8px 60px;
              margin-bottom: 0;
              z-index: 9;
              cursor: pointer;
              -webkit-transition: all 0.25s linear;
              font-family: "aleoregular";
              color: #616161; }
            body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item .check {
              position: absolute;
              border: 1px solid #AAAAAA;
              border-radius: 100%;
              height: 20px;
              width: 20px;
              top: 10px;
              left: 30px;
              z-index: 5;
              transition: border .25s linear;
              -webkit-transition: border .25s linear; }
              body.mka #mka .content-right .sidebar-knowledge-checks .knowledge-check .answers .form-group.item .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 8px;
                width: 8px;
                top: 5px;
                left: 5px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear; }
    body.mka #mka .content-left, body.mka #mka .content-right {
      padding-top: 40px; }
    body.mka #mka .content-left .take-exam-ui {
      padding: 15px 180px 15px 15px;
      border-radius: 4px;
      background-color: #1976d2;
      color: white;
      position: relative; }
      body.mka #mka .content-left .take-exam-ui input {
        padding: 12px 17px;
        font-size: 16px;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%); }
        body.mka #mka .content-left .take-exam-ui input:disabled {
          opacity: 1;
          background-color: #ccc;
          border-color: #b4b1b1;
          color: #a2a2a2; }
    body.mka #mka .content-left #accordion .panel-default .panel-heading {
      position: relative;
      padding: 14px 15px;
      cursor: pointer;
      color: white;
      padding-right: 35px;
      background-color: #008fd5; }
      body.mka #mka .content-left #accordion .panel-default .panel-heading::after {
        font-family: "fontAwesome";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        content: "\f077"; }
      body.mka #mka .content-left #accordion .panel-default .panel-heading.collapsed::after {
        content: "\f078"; }
      body.mka #mka .content-left #accordion .panel-default .panel-heading.completed {
        background-color: #4caf50; }
        body.mka #mka .content-left #accordion .panel-default .panel-heading.completed h4::before {
          font-family: "fontAwesome";
          content: "\f00c";
          margin-right: 5px; }
    body.mka #mka .content-left #accordion .panel-default .list-group-item {
      padding: 0px;
      overflow: auto; }
    body.mka #mka .content-left #accordion .panel-default .objective {
      border-left: 40px solid #fafafa;
      position: relative;
      padding: 10px;
      padding-left: 70px; }
      body.mka #mka .content-left #accordion .panel-default .objective .objective-check {
        position: absolute;
        left: -40px;
        top: 0px;
        width: 40px;
        min-height: 40px;
        padding: 10px;
        display: inline-block; }
        body.mka #mka .content-left #accordion .panel-default .objective .objective-check input {
          position: absolute;
          top: 0;
          left: 0; }
        body.mka #mka .content-left #accordion .panel-default .objective .objective-check label {
          width: 20px;
          height: 20px;
          cursor: pointer;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          margin: 0;
          background: white;
          border: 1px solid #dddddd; }
          body.mka #mka .content-left #accordion .panel-default .objective .objective-check label:after {
            transition: all .2s;
            position: absolute;
            left: 0;
            right: 0;
            font-family: "fontAwesome";
            content: '\f00c';
            text-align: center;
            background: #4caf50;
            opacity: 0;
            width: 20px;
            height: 20px;
            line-height: 20px;
            color: white;
            font-size: 14px;
            transform: scale(0, 0); }
        body.mka #mka .content-left #accordion .panel-default .objective .objective-check input[type=checkbox] {
          visibility: hidden; }
          body.mka #mka .content-left #accordion .panel-default .objective .objective-check input[type=checkbox]:checked + label:after {
            opacity: 1;
            transform: scale(1, 1); }
    body.mka #mka .content-left #accordion .panel-default .id-sub {
      width: 64px;
      display: inline-block;
      background-color: #98adb9;
      padding: 12px;
      line-height: 1.4;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: white;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }

body.exam {
  background-color: #fafafa; }
  body.exam #navigation {
    min-height: auto; }
  body.exam .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.exam .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.exam .exam-header {
    background-color: #0068b6;
    padding: 10px;
    border-radius: 3px;
    color: white;
    margin-top: 20px; }
  body.exam .exam-holder {
    padding-top: 15px; }
    body.exam .exam-holder .exam-options {
      margin-bottom: 15px; }
    body.exam .exam-holder .question {
      padding-bottom: 5px; }
    body.exam .exam-holder .exam-content {
      padding: 15px; }
    body.exam .exam-holder .exam-controls {
      margin-top: 30px; }
  body.exam .question {
    font-family: "aleoregular";
    font-size: 18px;
    position: relative; }
    body.exam .question span {
      position: absolute;
      left: 0px;
      display: inline-block; }
    body.exam .question .item input[type=radio] {
      position: absolute;
      visibility: hidden; }
      body.exam .question .item input[type=radio]:checked ~ .check::before {
        background: #3bafda; }
    body.exam .question .item .correct {
      border: 1px solid green;
      background-color: rgba(0, 128, 0, 0.1);
      border-radius: 4px; }
    body.exam .question .item .incorrect {
      border: 1px solid red;
      background-color: rgba(255, 0, 0, 0.1);
      border-radius: 4px; }
    body.exam .question .item label {
      display: block;
      position: relative;
      padding: 8px 25px 8px 50px;
      margin-bottom: 0;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      font-family: "aleoregular";
      color: #616161; }
    body.exam .question .item .check {
      position: absolute;
      border: 1px solid #AAAAAA;
      border-radius: 100%;
      height: 20px;
      width: 20px;
      top: 10px;
      left: 20px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
      body.exam .question .item .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 8px;
        width: 8px;
        top: 5px;
        left: 5px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
  body.exam #exam {
    padding: 150px 0; }
    body.exam #exam .exam-notification {
      background-color: #f6f6f6;
      padding: 15px 15px 5px 15px;
      border-radius: 4px;
      border: 1px solid #e0e0e0; }
      body.exam #exam .exam-notification .mka-list > div {
        margin-bottom: 10px; }

body.examindex {
  background-color: #fafafa; }
  body.examindex .passed
  #navigation {
    min-height: auto; }
  body.examindex .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.examindex .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.examindex .exam-header {
    background-color: #0068b6;
    padding: 10px;
    border-radius: 3px;
    color: white;
    margin-top: 20px; }
  body.examindex .exam-holder {
    padding-top: 15px; }
    body.examindex .exam-holder .exam-options {
      margin-bottom: 15px; }
    body.examindex .exam-holder .question {
      padding-bottom: 5px; }
    body.examindex .exam-holder .exam-content {
      padding: 15px; }
    body.examindex .exam-holder .exam-controls {
      margin-top: 30px; }
  body.examindex .question {
    font-family: "aleoregular";
    font-size: 18px;
    position: relative; }
    body.examindex .question span {
      position: absolute;
      left: 0px;
      display: inline-block; }
    body.examindex .question .item input[type=radio] {
      position: absolute;
      visibility: hidden; }
      body.examindex .question .item input[type=radio]:checked ~ .check::before {
        background: #3bafda; }
    body.examindex .question .item .correct {
      border: 1px solid green;
      background-color: rgba(0, 128, 0, 0.1);
      border-radius: 4px; }
    body.examindex .question .item .incorrect {
      border: 1px solid red;
      background-color: rgba(255, 0, 0, 0.1);
      border-radius: 4px; }
    body.examindex .question .item label {
      display: block;
      position: relative;
      padding: 8px 25px 8px 50px;
      margin-bottom: 0;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      font-family: "aleoregular";
      color: #616161; }
    body.examindex .question .item .check {
      position: absolute;
      border: 1px solid #AAAAAA;
      border-radius: 100%;
      height: 20px;
      width: 20px;
      top: 10px;
      left: 20px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
      body.examindex .question .item .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 8px;
        width: 8px;
        top: 5px;
        left: 5px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
  body.examindex #exam {
    padding: 30px 0; }
    body.examindex #exam .exam-notification {
      background-color: #f6f6f6;
      padding: 15px 15px 5px 15px;
      border-radius: 4px;
      border: 1px solid #e0e0e0; }
      body.examindex #exam .exam-notification .mka-list > div {
        margin-bottom: 10px; }

body.mkaexam {
  background-color: #fafafa; }
  body.mkaexam #navigation {
    min-height: auto; }
  body.mkaexam .header-content h1 {
    font-family: "aleoregular";
    font-size: 28px;
    text-align: center;
    color: white; }
  body.mkaexam .exam-header {
    background-color: #0068b6;
    padding: 10px;
    border-radius: 3px;
    color: white;
    margin-top: 20px; }
  body.mkaexam .exam-holder {
    padding-top: 15px; }
    body.mkaexam .exam-holder .exam-options {
      margin-bottom: 15px; }
    body.mkaexam .exam-holder .question {
      padding-bottom: 5px; }
    body.mkaexam .exam-holder .exam-content {
      padding: 15px; }
    body.mkaexam .exam-holder .exam-controls {
      margin-top: 30px; }
  body.mkaexam #badgeModal .modal-content {
    background-color: #e7f5fd; }
  body.mkaexam #badgeModal .modal-header {
    text-align: center;
    font-family: "aleoregular"; }
  body.mkaexam #badgeModal .modal-body {
    padding-top: 30px; }
    body.mkaexam #badgeModal .modal-body .thanks {
      text-align: center; }
  body.mkaexam #badgeModal .feedback {
    text-align: center; }
    body.mkaexam #badgeModal .feedback .mka-question {
      text-align: center;
      font-family: "aleoregular";
      font-size: 22px;
      padding-bottom: 20px;
      color: #168ecf; }
    body.mkaexam #badgeModal .feedback .good-title {
      color: #1ab95a; }
    body.mkaexam #badgeModal .feedback .bad-title {
      color: #e82626; }
    body.mkaexam #badgeModal .feedback .neutral-title {
      color: #e8d826; }
    body.mkaexam #badgeModal .feedback .titles, body.mkaexam #badgeModal .feedback .good-title, body.mkaexam #badgeModal .feedback .bad-title, body.mkaexam #badgeModal .feedback .neutral-title {
      margin-top: 5px;
      font-size: 14px;
      font-weight: bold; }
    body.mkaexam #badgeModal .feedback .icons, body.mkaexam #badgeModal .feedback .good, body.mkaexam #badgeModal .feedback .bad, body.mkaexam #badgeModal .feedback .neutral {
      cursor: pointer;
      width: 78px;
      height: 78px;
      margin: 0 auto; }
    body.mkaexam #badgeModal .feedback .good {
      background: url(../img/good.png); }
      body.mkaexam #badgeModal .feedback .good.selected, body.mkaexam #badgeModal .feedback .good:hover {
        background-position-y: bottom; }
    body.mkaexam #badgeModal .feedback .bad {
      background: url(../img/bad.png); }
      body.mkaexam #badgeModal .feedback .bad.selected, body.mkaexam #badgeModal .feedback .bad:hover {
        background-position-y: bottom; }
    body.mkaexam #badgeModal .feedback .neutral {
      background: url(../img/neutral.png); }
      body.mkaexam #badgeModal .feedback .neutral.selected, body.mkaexam #badgeModal .feedback .neutral:hover {
        background-position-y: bottom; }
  body.mkaexam #badgeModal label {
    margin-top: 30px;
    font-size: 14px;
    color: #168ecf;
    padding-left: 3px; }
  body.mkaexam #badgeModal textarea {
    background-color: #d0ebfa; }
  body.mkaexam .question {
    font-family: "aleoregular";
    font-size: 18px;
    position: relative; }
    body.mkaexam .question span {
      position: absolute;
      left: 0px;
      display: inline-block; }
    body.mkaexam .question .item input[type=radio] {
      position: absolute;
      visibility: hidden; }
      body.mkaexam .question .item input[type=radio]:checked ~ .check::before {
        background: #3bafda; }
    body.mkaexam .question .item .correct {
      border: 1px solid green;
      background-color: rgba(0, 128, 0, 0.1);
      border-radius: 4px; }
    body.mkaexam .question .item .incorrect {
      border: 1px solid red;
      background-color: rgba(255, 0, 0, 0.1);
      border-radius: 4px; }
    body.mkaexam .question .item label {
      display: block;
      position: relative;
      padding: 8px 25px 8px 50px;
      margin-bottom: 0;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear;
      font-family: "aleoregular";
      color: #616161; }
    body.mkaexam .question .item .check {
      position: absolute;
      border: 1px solid #AAAAAA;
      border-radius: 100%;
      height: 20px;
      width: 20px;
      top: 10px;
      left: 20px;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear; }
      body.mkaexam .question .item .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 8px;
        width: 8px;
        top: 5px;
        left: 5px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
  body.mkaexam #exam {
    padding: 150px 0; }
    body.mkaexam #exam .exam-notification {
      background-color: #f6f6f6;
      padding: 15px 15px 5px 15px;
      border-radius: 4px;
      border: 1px solid #e0e0e0; }
      body.mkaexam #exam .exam-notification .mka-list > div {
        margin-bottom: 10px; }

body.badges, body.badge_share {
  background-color: #fafafa;
  background-color: #fafafa; }
  body.badges .header-content, body.badge_share .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.badges .header-content h1, body.badge_share .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.badges .badge-item, body.badge_share .badge-item {
    margin-top: 15px;
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 15px;
    background: #ffffff;
    background: -moz-linear-gradient(-45deg, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(-45deg, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(135deg, #ffffff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=1 ); }
    body.badges .badge-item:last-child, body.badge_share .badge-item:last-child {
      margin-bottom: 15px; }
  body.badges .header-content, body.badge_share .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.badges .header-content h1, body.badge_share .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.badges #badges #accordion, body.badges #badge_share #accordion, body.badge_share #badges #accordion, body.badge_share #badge_share #accordion {
    margin-bottom: 0; }
    body.badges #badges #accordion .panel-default .panel-heading, body.badges #badge_share #accordion .panel-default .panel-heading, body.badge_share #badges #accordion .panel-default .panel-heading, body.badge_share #badge_share #accordion .panel-default .panel-heading {
      position: relative;
      padding: 14px 15px;
      cursor: pointer;
      color: white;
      padding-right: 35px;
      background-color: #008fd5; }
      body.badges #badges #accordion .panel-default .panel-heading::after, body.badges #badge_share #accordion .panel-default .panel-heading::after, body.badge_share #badges #accordion .panel-default .panel-heading::after, body.badge_share #badge_share #accordion .panel-default .panel-heading::after {
        font-family: "fontAwesome";
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        content: "\f077"; }
      body.badges #badges #accordion .panel-default .panel-heading.collapsed::after, body.badges #badge_share #accordion .panel-default .panel-heading.collapsed::after, body.badge_share #badges #accordion .panel-default .panel-heading.collapsed::after, body.badge_share #badge_share #accordion .panel-default .panel-heading.collapsed::after {
        content: "\f078"; }
      body.badges #badges #accordion .panel-default .panel-heading.completed, body.badges #badge_share #accordion .panel-default .panel-heading.completed, body.badge_share #badges #accordion .panel-default .panel-heading.completed, body.badge_share #badge_share #accordion .panel-default .panel-heading.completed {
        background-color: #4caf50; }
        body.badges #badges #accordion .panel-default .panel-heading.completed h4::before, body.badges #badge_share #accordion .panel-default .panel-heading.completed h4::before, body.badge_share #badges #accordion .panel-default .panel-heading.completed h4::before, body.badge_share #badge_share #accordion .panel-default .panel-heading.completed h4::before {
          font-family: "fontAwesome";
          content: "\f00c";
          margin-right: 5px; }
    body.badges #badges #accordion .panel-default .panel-collapse ul, body.badges #badge_share #accordion .panel-default .panel-collapse ul, body.badge_share #badges #accordion .panel-default .panel-collapse ul, body.badge_share #badge_share #accordion .panel-default .panel-collapse ul {
      margin-top: 10px; }
    body.badges #badges #accordion .panel-default .list-group-item, body.badges #badge_share #accordion .panel-default .list-group-item, body.badge_share #badges #accordion .panel-default .list-group-item, body.badge_share #badge_share #accordion .panel-default .list-group-item {
      overflow: auto; }
  body.badges #badges h2, body.badges #badge_share h2, body.badge_share #badges h2, body.badge_share #badge_share h2 {
    font-family: "aleoregular";
    font-size: 22px; }

body.certificates {
  background-color: #fafafa;
  background-color: #fafafa; }
  body.certificates .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.certificates .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.certificates .header-content {
    padding-top: 70px;
    padding-bottom: 60px; }
    body.certificates .header-content h1 {
      font-family: "aleoregular";
      font-size: 28px;
      text-align: center;
      color: white; }
  body.certificates #certificates {
    padding-top: 15px; }
    body.certificates #certificates h2 {
      font-family: "aleoregular";
      font-size: 22px; }
    body.certificates #certificates .cert-item {
      border: 1px solid #CCC;
      padding: 15px;
      display: block;
      text-decoration: none;
      transition: all, .2s; }
      body.certificates #certificates .cert-item i {
        margin-right: 10px; }
      body.certificates #certificates .cert-item:hover {
        color: white;
        background-color: #008bf2; }

body.report .header-content, body.codes .header-content, body.vipcodes .header-content, body.caps .header-content, body.feedback .header-content, body.examreport .header-content {
  padding-top: 70px;
  padding-bottom: 60px;
  text-align: center; }
  body.report .header-content h1, body.codes .header-content h1, body.vipcodes .header-content h1, body.caps .header-content h1, body.feedback .header-content h1, body.examreport .header-content h1 {
    font-family: "aleoregular";
    font-size: 28px;
    text-align: center;
    color: white; }
  body.report .header-content .gl-btn, body.codes .header-content .gl-btn, body.vipcodes .header-content .gl-btn, body.caps .header-content .gl-btn, body.feedback .header-content .gl-btn, body.examreport .header-content .gl-btn {
    border-radius: 3px;
    font-size: 16px; }
body.report section.report form, body.codes section.report form, body.vipcodes section.report form, body.caps section.report form, body.feedback section.report form, body.examreport section.report form {
  margin-bottom: 0; }
body.report section.report .searchform, body.codes section.report .searchform, body.vipcodes section.report .searchform, body.caps section.report .searchform, body.feedback section.report .searchform, body.examreport section.report .searchform {
  padding: 10px;
  background-color: #2196f3;
  margin: 7px;
  color: white;
  border-radius: 4px; }
body.report section.codes,
body.report section.vipcodes,
body.report section.caps, body.codes section.codes,
body.codes section.vipcodes,
body.codes section.caps, body.vipcodes section.codes,
body.vipcodes section.vipcodes,
body.vipcodes section.caps, body.caps section.codes,
body.caps section.vipcodes,
body.caps section.caps, body.feedback section.codes,
body.feedback section.vipcodes,
body.feedback section.caps, body.examreport section.codes,
body.examreport section.vipcodes,
body.examreport section.caps {
  margin-top: 30px; }
body.report section.feedback table .b-rt, body.codes section.feedback table .b-rt, body.vipcodes section.feedback table .b-rt, body.caps section.feedback table .b-rt, body.feedback section.feedback table .b-rt, body.examreport section.feedback table .b-rt {
  border-left: 2px solid #E91E67; }
body.report section.feedback table .o-rt, body.codes section.feedback table .o-rt, body.vipcodes section.feedback table .o-rt, body.caps section.feedback table .o-rt, body.feedback section.feedback table .o-rt, body.examreport section.feedback table .o-rt {
  border-left: 2px solid #ffc107; }
body.report section.feedback table .g-rt, body.codes section.feedback table .g-rt, body.vipcodes section.feedback table .g-rt, body.caps section.feedback table .g-rt, body.feedback section.feedback table .g-rt, body.examreport section.feedback table .g-rt {
  border-left: 2px solid #8bc34a; }
body.report section.feedback table .bad, body.codes section.feedback table .bad, body.vipcodes section.feedback table .bad, body.caps section.feedback table .bad, body.feedback section.feedback table .bad, body.examreport section.feedback table .bad {
  background-color: #E91E67;
  text-align: center; }
body.report section.feedback table .okay, body.codes section.feedback table .okay, body.vipcodes section.feedback table .okay, body.caps section.feedback table .okay, body.feedback section.feedback table .okay, body.examreport section.feedback table .okay {
  background-color: #ffc107;
  text-align: center; }
body.report section.feedback table .good, body.codes section.feedback table .good, body.vipcodes section.feedback table .good, body.caps section.feedback table .good, body.feedback section.feedback table .good, body.examreport section.feedback table .good {
  background-color: #8bc34a;
  text-align: center; }
body.report section.feedback form, body.codes section.feedback form, body.vipcodes section.feedback form, body.caps section.feedback form, body.feedback section.feedback form, body.examreport section.feedback form {
  margin-bottom: 0; }
body.report section.feedback .feedback, body.codes section.feedback .feedback, body.vipcodes section.feedback .feedback, body.caps section.feedback .feedback, body.feedback section.feedback .feedback, body.examreport section.feedback .feedback {
  padding: 10px;
  background-color: #ededed;
  margin: 7px;
  border-radius: 4px; }

/* The side navigation menu */
.sidenote {
  height: 100%;
  width: 400px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -400px;
  background-color: white;
  overflow-x: hidden;
  transition: 0.5s; }
  .sidenote .note-content {
    padding: 15px; }
  .sidenote h2 {
    font-family: "aleoregular";
    font-size: 22px;
    color: #607d8b; }
  .sidenote a {
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s; }
    .sidenote a:hover {
      color: #f1f1f1; }
  .sidenote .closebtn {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 30px; }
  .sidenote .note-item {
    overflow: auto;
    position: relative;
    padding: 15px 15px 30px 15px;
    font-size: 14px;
    border-bottom: 1px solid #ededed;
    border-left: 2px solid #2196f3; }
    .sidenote .note-item:last-child {
      border-bottom: none; }
    .sidenote .note-item .controls {
      position: absolute;
      right: 10px;
      bottom: 5px; }
      .sidenote .note-item .controls .ctrl-btn {
        display: inline-block; }
        .sidenote .note-item .controls .ctrl-btn a {
          color: #666; }
          .sidenote .note-item .controls .ctrl-btn a:hover {
            color: red; }
        .sidenote .note-item .controls .ctrl-btn.update a {
          color: #666; }
          .sidenote .note-item .controls .ctrl-btn.update a:hover {
            color: #ff9800; }
      .sidenote .note-item .controls a {
        color: white; }
    .sidenote .note-item .note-update {
      color: white; }
    .sidenote .note-item .note-cancel {
      margin-right: 5px; }
      .sidenote .note-item .note-cancel:hover {
        color: #666; }
    .sidenote .note-item .form-note-update {
      display: none; }
      .sidenote .note-item .form-note-update textarea {
        resize: none; }
    .sidenote .note-item.user .item:before {
      color: #4caf50; }
    .sidenote .note-item .delete {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -5px;
      line-height: 1;
      transform: translateY(-50%);
      color: red;
      transform: translateY(-50%); }
      .sidenote .note-item .delete .fa {
        font-size: 15px; }
  .sidenote .item {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
    padding-right: 25px;
    font-size: 15px; }
  .sidenote .add-note {
    margin-top: 5px;
    cursor: pointer;
    background-color: #7d95a0;
    border-radius: 3px;
    text-align: center;
    padding: 5px 0;
    font-size: 15px; }
    .sidenote .add-note a {
      display: block;
      color: white;
      text-decoration: none; }
    .sidenote .add-note .form-note {
      display: none;
      margin-top: 10px;
      background-color: #f5f5f5;
      padding: 15px;
      border: 1px solid #eeeeee;
      overflow: auto; }

#sidenotes {
  z-index: 999999;
  transition: right .5s;
  right: -400px; }
  #sidenotes.n-open {
    right: 0;
    box-shadow: -5px 0 2px rgba(0, 0, 0, 0.2); }

#main {
  transition: margin-left .5s;
  margin-left: 0; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenote {
    padding-top: 15px; }

  .sidenote a {
    font-size: 18px; } }

/*# sourceMappingURL=accsc-cap-program.css.map */
