@charset "utf-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  background: none;
  color: #000;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

#tabs,
.hide_from_print,
.print,
#item_blank,
.item_blank,
.devtools,
.toolbar,
.edits, 
.language_menu,
.banner,
.help_holder,
#search_form,
.plate .buttons,
.printable.paper .banner, 
.printable.paper .modules,
.printable.paper .chapters,
.printable.paper .running_text > h1,
.printable.paper + form,
.printable.paper ~ .comments,
ul.modules,
ul.chapters, 
div.linear, 
div.comments form,
.paper ul.tips,
a#edit,
a#upload,
footer,
.debug,
.details .alertbox,
.paper.accounts form .hint,
.paper.accounts form .btn,
.paper.accounts form .cancel {
  display:none;
  visibility:hidden;
}
.only_on_print{
	display:block !important;
	visibility:visible !important;
}

.plate {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
}
@page {
  margin: 2cm;
}

.backend .tabs, 
.backend .extras, 
.backend .pagination,
.backend form,
.backend a,
.backend hr,
.backend .growl {
  display:none;
  visibility:hidden;
}



/* Pinview
*************************/
.pinview.plate {
  position: relative;
  margin: 0;
  line-height: 1.6em;
}
footer {
  margin: 2cm 1cm 0 1cm;
}
footer div {
  margin: 1cm 0;
  line-height: 1.6em;
  text-align: center;
}
footer div a {
  color: #000;
}
.pinview .owner {
  position: absolute;
  top: 1cm;
  right: 0;
  float: none;
  padding: 0;
  border: 0;
  background-color: transparent;
  text-align: right;
}
.pinview .owner:after {
  border: 0;
}
.pinview ul,
.pinview ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search_results .option {
  display: none;
}
.pinview .buttons {
  margin-top: 2cm;
  float: none;
}
.pinview .buttons + .right {
  width: 100%;
  text-align: left;
  float: none;
  margin-top: 1cm;
  text-align: center;
  background: #414141;
  color: #fff;
  padding: .2cm 0;
}
.prospect .statuslist {
  color: #999;
}
.pinview a,
.search_results td:nth-of-type(2) a,
.activity li a {
  color: #2178d0; 
}



/* Search results
*************************/
.search_results tbody td {
  border: 0 !important;
  page-break-inside: avoid;
  vertical-align: top;
  padding-bottom: 1cm;
}
.search_results td:first-of-type h3 {
  margin-bottom: .2cm;
}
.search_results td:nth-of-type(2) {
  font-size: .9em;
  color: #999;
  text-align: right;
}
.search_results td:nth-of-type(2) a {
  margin-top: 1cm;
  display: block;
}
.activity li .title {
  font-weight: bold;
  text-decoration: none;
}
.activity li a {
  line-height: 20px;
  text-decoration: none;
}
.activity li.closed,
.activity li.closed a {
  color: #666;
}
.activity li.closed .title {
  text-decoration: line-through;
  color: #666;
}
.activity li.closed .date {
  font-size: 11px;
  color: #999;
  font-style: italic;
}
.activity + h4 {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: normal;
}


/* Course manuscript
*************************/
.printable.paper .front-page {
  margin: 50% auto;
}
.printable.paper ul.pages > li {
  list-style: none;
  page-break-inside: avoid;
  position: relative;
}
.printable.paper ul.pages li ul {
  list-style: disc;
}
.printable.paper ul.pages > li.chapter {
  margin-top: 80px;
  line-height: 56px;
  page-break-before: always;
}
.printable.paper a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.printable.paper ul.pages > li:not(.chapter):not(.tip) {
  margin-top: 50px;
  border-top: 0;
  padding-top: 40px;
}
.printable.paper ul.pages > li.tip {
  margin-top: 20px;
}
.printable.paper ul.pages > li.chapter + li {
  margin-top: inherit !important;
  border-top: none !important;
}
.printable.paper ul.pages li:not(.chapter):not(.tip) a:first-of-type {
  font-size: 16px;
  font-weight: bold;
}
.printable.paper ul.pages li.tip a:first-of-type {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.printable.paper ul.pages li ul li a {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.printable.paper ul.pages li.chapter .module {
  font-weight: lighter;
  color: #999;
  font-size: 12px;
  font-family: var(--ff-title);
  text-transform: uppercase;
  line-height: 1.5em;
  display: inline-block;
  position: absolute;
  bottom: 0;
}



/* All questions
*************************/
.examlist h1 {
  font-size: inherit !important;
  font-weight: inherit !important;
  position: relative;
  color: #2d2d2d !important;
  margin-left: .4cm;
  margin-top: 1cm;
}
.examlist h1 a {
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 36px;
  color: #2d2d2d ;
  display: inline;
  text-decoration: none;
}
.examlist .chapter .module {
  font-weight: lighter;
  color: #999 !important;
  font-size: 12px;
  font-family: var(--ff-title);
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: -10px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}
.examlist li {
  margin-top: .7cm;
}
.examlist li table {
  display: inline-table;
  vertical-align: top;
  margin-top: -3px;
}
.examlist li table .exam_q {
  font-weight: bold;
}
.examlist li table .correct td {
  position: relative;
  color: #7cbb2e;
}
.examlist li table .correct td:first-of-type:before {
  position: absolute;
  content: '\2713';
  color: #7cbb2e;
  width: 12px;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  top: 4px;
  right: 0;
}
.alertbox.config {
  margin-left: .4cm;
}


/* My details
********************************/
.paper.accounts {
  border: 0;
}
.paper.accounts form input {
  padding: 0;
  border: 0;
  box-shadow: none;
  font-weight: bold;
  font-size: larger;
}

/* Fancybox
***************************************************/
.fancybox__backdrop {
  background: #fff !important;
}
.fancybox__caption {
  color: #000 !important;
}
.fancybox__toolbar {
  display: none !important;
}