/*
 * @package     theme_essential
 * @copyright   2013 Julian Ridden
 * @copyright   2014 Gareth J Barnard, David Bezemer
 * @license     http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
/* @group Quiz styles.css - here so can selectively remove styles that are not needed.  Original excluded in config.php. */
/** Attempt and review pages **/
#page-mod-quiz-attempt #page .controls,
#page-mod-quiz-summary #page .controls,
#page-mod-quiz-review #page .controls {
  text-align: center;
  margin: 8px auto;
}
#page-mod-quiz-attempt .submitbtns,
#page-mod-quiz-review .submitbtns {
  clear: left;
  text-align: left;
  padding-top: 1.5em;
}
body.jsenabled .questionflagcheckbox {
  display: none;
}
#page-mod-quiz-attempt #connection-ok,
#page-mod-quiz-attempt #connection-error {
  position: fixed;
  top: 0;
  width: 80%;
  left: 10%;
  color: #555;
  border-radius: 0 0 10px 10px;
  box-shadow: 5px 5px 20px 0 #666666;
  padding: 1em 1em 0;
  z-index: 10000;
}
#page-mod-quiz-attempt #connection-error {
  background-color: #fcc;
}
#page-mod-quiz-attempt #connection-ok {
  background-color: #cfb;
  width: 60%;
  left: 20%;
}
/** Mod quiz attempt **/
.generalbox#passwordbox {
  /* Should probably match .generalbox#intro above */
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
#passwordform {
  margin: 1em 0;
}
/* Question navigation block. */
#quiznojswarning {
  color: red;
}
#quiznojswarning {
  font-size: 0.7em;
  line-height: 1.1;
}
.jsenabled #quiznojswarning {
  display: none;
}
.path-mod-quiz #user-picture {
  margin: 0.5em 0;
}
.path-mod-quiz #user-picture img {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.path-mod-quiz .qnbutton {
  display: block;
  position: relative;
  float: left;
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin: 0.3em 0.3em 0.3em 0;
  padding: 0;
  border: 1px solid #bbb;
  background: #ddd;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5em !important;
  font-weight: bold;
  text-decoration: none;
}
.path-mod-quiz .qnbutton .trafficlight,
.path-mod-quiz .qnbutton .thispageholder {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.path-mod-quiz .qnbutton.thispage {
  border-color: #666;
}
.path-mod-quiz .qnbutton.thispage .thispageholder {
  border: 1px solid #666;
}
.path-mod-quiz .qnbutton.notyetanswered,
.path-mod-quiz .qnbutton.requiresgrading,
.path-mod-quiz .qnbutton.invalidanswer {
  background-color: white;
}
.path-mod-quiz .qnbutton.correct {
  background-color: #cfc;
}
.path-mod-quiz .qnbutton.correct .trafficlight {
  border-bottom: 3px solid #080;
}
.path-mod-quiz .qnbutton.partiallycorrect {
  background-color: #ffa;
}
.path-mod-quiz .qnbutton.notanswered,
.path-mod-quiz .qnbutton.incorrect {
  background-color: #fcc;
}
.path-mod-quiz .qnbutton.notanswered .trafficlight,
.path-mod-quiz .qnbutton.incorrect .trafficlight {
  border-top: 3px solid #800;
}
.path-mod-quiz .qnbutton.free:hover {
  text-decoration: underline;
}
.path-mod-quiz .qnbutton.free span {
  cursor: pointer;
}
.path-mod-quiz .othernav {
  clear: both;
  margin: 0.5em 0;
}
.path-mod-quiz .othernav a,
.path-mod-quiz .othernav input {
  display: block;
  margin: 0.5em 0;
}
/* Countdown timer. */
#quiz-timer {
  display: none;
  margin-top: 1em;
}
#quiz-time-left {
  font-weight: bold;
}
#quiz-timer.timeleft15 {
  background: #ffffff;
}
#quiz-timer.timeleft14 {
  background: #ffeeee;
}
#quiz-timer.timeleft13 {
  background: #ffdddd;
}
#quiz-timer.timeleft12 {
  background: #ffcccc;
}
#quiz-timer.timeleft11 {
  background: #ffbbbb;
}
#quiz-timer.timeleft10 {
  background: #ffaaaa;
}
#quiz-timer.timeleft9 {
  background: #ff9999;
}
#quiz-timer.timeleft8 {
  background: #ff8888;
}
#quiz-timer.timeleft7 {
  background: #ff7777;
}
#quiz-timer.timeleft6 {
  background: #ff6666;
}
#quiz-timer.timeleft5 {
  background: #ff5555;
}
#quiz-timer.timeleft4 {
  background: #ff4444;
}
#quiz-timer.timeleft3 {
  background: #ff3333;
}
#quiz-timer.timeleft2 {
  background: #ff2222;
}
#quiz-timer.timeleft1 {
  background: #ff1111;
}
#quiz-timer.timeleft0 {
  background: #ff0000;
}
/** mod quiz mod **/
#page-mod-quiz-mod #id_reviewoptionshdr .fitem {
  width: 23%;
  margin-left: 10px;
}
#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup {
  width: 100%;
  text-align: left;
  margin-left: 0;
}
#page-mod-quiz-edit div.question div.content .questiontext,
#categoryquestions .questiontext {
  position: relative;
  zoom: 1;
  padding-left: 0.3em;
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}
#page-mod-quiz-edit div.question div.content .questionname,
#categoryquestions .questionname {
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  text-overflow: ellipsis;
}
#categoryquestions .questionname {
  max-width: 100%;
}
#page-mod-quiz-edit div.question div.content .questionname {
  min-width: 14%;
  max-width: 24%;
}
#page-mod-quiz-edit div.editq div.question div.content .singlequestion a .questionname,
div.editq div.question div.content .singlequestion a .questiontext {
  text-decoration: underline;
}
#page-mod-quiz-mod #id_reviewoptionshdr .fitem {
  float: left;
  width: 23%;
  clear: none;
}
#page-mod-quiz-mod #id_reviewoptionshdr .fitemtitle {
  width: 100%;
  font-weight: bold;
  text-align: left;
  height: 2.5em;
  margin-left: 0;
}
#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup {
  clear: left;
  margin: 0 0 1em;
}
#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup > span {
  float: left;
  clear: left;
  line-height: 1.7;
}
#page-mod-quiz-mod #id_reviewoptionshdr fieldset.fgroup span label {
  margin-left: 0.4em;
}
/** Mod quiz view **/
#page-mod-quiz-view .quizinfo,
#page-mod-quiz-view #page .quizgradefeedback,
#page-mod-quiz-view #page .quizattempt {
  text-align: center;
}
#page-mod-quiz-view #page .quizattemptsummary td p {
  margin-top: 0;
}
#page-mod-quiz-view table.quizattemptsummary tr.bestrow td {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
table.quizattemptsummary .noreviewmessage {
  color: gray;
}
#page-mod-quiz-view .generaltable.quizattemptsummary {
  margin-left: auto;
  margin-right: auto;
}
#page-mod-quiz-view .generalbox#feedback {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
#page-mod-quiz-view .generalbox#feedback h2 {
  margin: 0;
}
#page-mod-quiz-view .generalbox#feedback h3 {
  /*@replace: center*/
  text-align: left;
}
#page-mod-quiz-view .generalbox#feedback .overriddennotice {
  text-align: center;
  font-size: 0.7em;
}
.quizstartbuttondiv.quizsecuremoderequired input {
  display: none;
}
.jsenabled .quizstartbuttondiv.quizsecuremoderequired input {
  display: inline;
}
body.path-mod-quiz .gradedattempt,
body.path-mod-quiz table tbody tr.gradedattempt > td {
  border-color: #bce8f1;
  background-color: #d9edf7;
}
.quizattemptcounts {
  clear: left;
  text-align: center;
  display: inline;
  margin-left: 20%;
  margin-right: 0;
}
#page-mod-quiz-view .quizattemptcounts,
.dir-rtl #page-mod-quiz-view .quizattemptcounts {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
/** Mod quiz summary **/
#page-mod-quiz-summary #content {
  text-align: center;
}
#page-mod-quiz-summary .questionflag {
  vertical-align: text-bottom;
}
#page-mod-quiz-summary #quiz-timer {
  text-align: center;
  margin-top: 1em;
}
#page-mod-quiz-summary .submitbtns {
  margin-top: 1.5em;
}
@media print {
  .quiz-secure-window * {
    display: none !important;
  }
}
/** Mod quiz review **/
table.quizreviewsummary {
  width: 100%;
}
table.quizreviewsummary th.cell {
  padding: 1px 0.5em 1px 1em;
  font-weight: bold;
  text-align: right;
  width: 10em;
  background: #f0f0f0;
}
table.quizreviewsummary td.cell {
  padding: 1px 1em 1px 0.5em;
  text-align: left;
  background: #fafafa;
}
/** Mod quiz make comment or override grade popup. **/
#page-mod-quiz-comment .mform {
  width: 100%;
}
#page-mod-quiz-comment .mform fieldset {
  margin: 0;
}
/** Mod quiz report **/
#page-mod-quiz-report h2.main {
  clear: both;
}
#page-mod-quiz-report div#commands,
#page-mod-quiz-report .controls {
  text-align: center;
}
#page-mod-quiz-report .dubious {
  background-color: #fcc;
}
#page-mod-quiz-report .highlight {
  border: 1px solid #bce8f1;
  background-color: #d9edf7;
}
#page-mod-quiz-report .negcovar {
  border: medium solid pink;
}
#page-mod-quiz-report .toggleincludeauto {
  text-align: center;
}
#page-mod-quiz-report .gradetheselink {
  font-size: 0.8em;
}
#page-mod-quiz-report .mform fieldset.fgroup span label {
  margin-right: 14px;
}
#page-mod-quiz-report table th {
  white-space: normal;
}
#page-mod-quiz-report table#attempts td,
#page-mod-quiz-report table.quizresponseanalysis td {
  word-wrap: break-word;
  max-width: 20em;
}
#page-mod-quiz-report table.titlesleft td.c0 {
  font-weight: bold;
}
#page-mod-quiz-report table .numcol {
  text-align: center;
  vertical-align: middle !important;
}
#page-mod-quiz-report table#attempts {
  clear: both;
  width: 80%;
  margin: 0.2em auto;
}
#page-mod-quiz-report table#attempts .header,
#page-mod-quiz-report table#attempts .cell {
  padding: 4px;
}
#page-mod-quiz-report table#attempts .header .commands {
  display: inline;
}
#page-mod-quiz-report table#attempts .picture {
  width: 40px;
}
#page-mod-quiz-report table#attempts td {
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  vertical-align: middle;
}
#page-mod-quiz-report table#attempts .header {
  text-align: left;
}
#page-mod-quiz-report table#attempts .picture {
  text-align: center !important;
}
#page-mod-quiz-report table#attempts.grades span.que,
#page-mod-quiz-report table#attempts span.avgcell {
  white-space: nowrap;
}
#page-mod-quiz-report table#attempts span.que .requiresgrading {
  white-space: normal;
}
#page-mod-quiz-report table#attempts .questionflag {
  vertical-align: text-bottom;
  padding-left: 6px;
  padding-right: 0;
}
#page-mod-quiz-report .graph.flexible-wrap {
  text-align: center;
  overflow: auto;
}
#page-mod-quiz-report #cachingnotice {
  margin-bottom: 1em;
  padding: 0.2em;
}
#page-mod-quiz-report #cachingnotice .singlebutton {
  margin: 0.5em 0 0;
}
#page-mod-quiz-report .bold .reviewlink {
  font-weight: normal;
}
#page-mod-quiz-report tr.lastrowforattempt {
  border-bottom: lightgrey solid 0.2em;
}
/** Mod quiz edit **/
#page-mod-quiz-edit h2.main {
  display: inline;
  padding-right: 1em;
  clear: left;
}
#categoryquestions > tbody > tr:nth-of-type(even) {
  background: #e4e4e4;
}
#categoryquestions > tbody > tr:nth-of-type(even).highlight {
  background-color: #AAFFAA;
}
#categoryquestions .header {
  text-align: center;
  padding: 0 2px;
  border: 0 none;
}
#categoryquestions th.modifiername .sorters,
#categoryquestions th.creatorname .sorters {
  font-weight: normal;
  font-size: 0.8em;
}
table#categoryquestions {
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
}
#categoryquestions .iconcol {
  width: 15px;
  text-align: center;
}
#categoryquestions .checkbox {
  width: 19px;
  text-align: center;
}
#categoryquestions .qtype {
  text-align: center;
}
#categoryquestions .qtype {
  width: 28px;
  padding: 0;
}
#categoryquestions .questiontext p {
  margin: 0;
}
#page-mod-quiz-edit div.quizcontents {
  float: left;
  width: 70%;
  display: block;
  clear: left;
}
#page-mod-quiz-edit div.quizwhenbankcollapsed {
  width: 100%;
}
#page-mod-quiz-edit div.quizpage {
  display: block;
  clear: both;
  width: 100%;
}
#page-mod-quiz-edit div.quizpage span.pagetitle {
  margin-top: 0.3em;
  float: left;
  display: block;
  color: #006;
}
#page-mod-quiz-edit div.quizpage .pagecontent {
  margin-top: 0.3em;
  display: block;
  float: left;
  position: relative;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-bottom: 0.2em;
  line-height: 1.3em;
  width: 88%;
  padding: 0.15em 0 0.3em;
}
#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus {
  border-bottom-right-radius: 0.3em;
  border-top-right-radius: 0.3em;
  margin: 0.3em;
  padding: 0.1em 0.1em 0.1em 0.3em;
  font-weight: bold;
}
#page-mod-quiz-edit div.quizpage .pagecontent form#addquestion {
  background-color: #fff;
}
#page-mod-quiz-edit div.quizpage .pagecontent form.randomquestionform div {
  /* it is a mystery why this has to be inline-table but otherwise the layout gets screwed, even if it is "inline" */
  display: inline-table;
}
#page-mod-quiz-edit div.quizpage .pagecontent form.randomquestionform div input {
  display: inline;
}
#page-mod-quiz-edit .addpage {
  clear: both;
  padding-top: 0.3em;
  float: right;
  margin-right: 2em;
}
#page-mod-quiz-edit .statusdisplay {
  background-color: #ffc;
  clear: both;
  margin: 0.3em 1em 0.3em 0;
  padding: 1px ;
  /* Stop margin collapse. */
}
#page-mod-quiz-edit .statusdisplay p {
  margin: 0.4em;
}
#page-mod-quiz-edit div.reorder .reordercontrols {
  clear: both;
  padding-right: 1em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
#page-mod-quiz-edit div.reorder .reordercontrols .moveselectedonpage {
  clear: right;
  float: right;
  padding-left: 0.3em;
  padding-right: 0.3em;
  padding-top: 0em;
  padding-bottom: 0.5em;
  text-align: right;
}
#page-mod-quiz-edit div.reorder .reordercontrols .addnewpagesafterselected,
#page-mod-quiz-edit .repaginatecommand {
  float: right;
  clear: right;
  padding-right: 1em;
}
#page-mod-quiz-edit div.reorder .reordercontrols .deleteselected {
  float: right;
  margin-right: 1em;
}
#page-mod-quiz-edit div.reorder div.question {
  padding-top: 0.2em;
}
#page-mod-quiz-edit div.reorder div.question div.qnum {
  width: 2.9em;
  padding-top: 0.1em;
}
#page-mod-quiz-edit .reorder div.question div.content {
  width: 87%;
  float: right;
  position: relative;
  border-radius: 0.3em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  line-height: 1.2em;
  padding: 0.1em;
  background-color: #F9F9F9;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer .quiz_randomquestion {
  position: relative;
}
#page-mod-quiz-edit .reorder div.question div.content div.quiz_randomquestion {
  line-height: 1em;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer {
  overflow: hidden;
  white-space: nowrap;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory {
  overflow: hidden;
  white-space: nowrap;
  display: inline;
  float: none;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory label {
  max-width: 25%;
  overflow: hidden;
  padding-left: 0.3em;
  white-space: nowrap;
  display: inline-block;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer .randomquestionfromcategory label {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
#page-mod-quiz-edit .reorder .questioncontentcontainer .randomquestionfromcategory,
#page-mod-quiz-edit .reorder div.question div.content .questionpreview {
  display: inline;
  float: none;
}
#page-mod-quiz-edit .reorder fieldset {
  display: inline;
}
#page-mod-quiz-edit div.reorder div.question div.qnum {
  text-align: right;
  font-size: 1em;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist {
  padding-left: 0.2em;
  padding-right: 0.2em;
  clear: both;
  margin: 0.5em;
  margin-top: 0.8em;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist .totalquestionsinrandomqcategory {
  overflow: auto;
  white-space: normal;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li {
  clear: left;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li img {
  padding-right: 0.3em;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul li span {
  display: inline;
}
#page-mod-quiz-edit .questioncontentcontainer a {
  text-decoration: underline;
}
#page-mod-quiz-edit .questioncontentcontainer div.singlequestion a {
  text-decoration: underline;
}
#page-mod-quiz-edit .questioncontentcontainer .randomquestioncategory {
  font-weight: bold;
}
#page-mod-quiz-edit div.question {
  clear: left;
  width: 100%;
}
#page-mod-quiz-edit div.question div.qnum {
  display: block;
  float: left;
  width: 1.4em;
  padding-right: 0.3em;
  padding-left: 0;
  text-align: right;
  color: #333;
}
#page-mod-quiz-edit div.question div.questioncontainer {
  background-color: #ffc;
}
#page-mod-quiz-edit div.editq div.question div.content {
  width: 87%;
  float: left;
  position: relative;
  border-radius: 0.6em;
  line-height: 1.4em;
  padding: 0.5em;
}
#page-mod-quiz-edit div.question div.content div.points input {
  padding: 0;
}
#page-mod-quiz-edit div.question div.content div.points input.pointssubmitbutton {
  width: auto;
}
#page-mod-quiz-edit div.question div.content div.qorder {
  line-height: 1em;
  max-width: 30%;
  position: absolute;
  right: 64px;
  border-radius: 0.2em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  display: block;
  margin: 0;
  background-color: #ddf;
}
#page-mod-quiz-edit div.question div.content div.qorder input {
  padding: 0;
  margin: 0;
}
#page-mod-quiz-edit div.question div.content .editicon {
  width: 15px;
}
#page-mod-quiz-edit div.question div.content .questiontype {
  display: block;
  clear: left;
  float: left;
}
#page-mod-quiz-edit div.question div.content .questionpreview {
  display: block;
  float: left;
  margin-left: 0.3em;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
#page-mod-quiz-edit div.question div.content div.quiz_randomquestion .questionpreview {
  display: inline;
  float: none;
}
#page-mod-quiz-edit div.question div.content div.questioncontrols img.upwithoutdown {
  padding-right: 12px;
  display: inline;
}
#page-mod-quiz-edit div.question div.content .questiontext {
  font-weight: bold;
}
#page-mod-quiz-edit div.question div.content .questiontype {
  font-style: italic;
}
#page-mod-quiz-edit .editq div.question div.qnum {
  padding-top: 0.2em;
}
#page-mod-quiz-edit .editq div.question {
  padding-top: 0.3em;
}
#page-mod-quiz-edit .editq div.questioncontentcontainer div.singlequestion img {
  float: left;
  padding-top: 0.3em;
  padding-right: 0.3em;
}
#page-mod-quiz-edit .editq div.question div.content .randomquestioncategory {
  margin-top: 0.4em;
  position: relative;
  display: inline-block;
}
#page-mod-quiz-edit .editq div.question div.content .randomquestioncategory a {
  display: block;
  max-width: 15em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  position: relative;
}
#page-mod-quiz-edit .editq div.question div.content .questionpreview {
  float: left;
}
#page-mod-quiz-edit .editq div.question div.content .questionpreview a {
  font-weight: normal;
  margin-left: 0em;
  display: inline;
  float: none;
}
#page-mod-quiz-edit .editq div.question div.content .randomquestioncategory .questionpreview img {
  padding-right: 0.3em;
}
#page-mod-quiz-edit .editq div.question div.content .singlequestion .questioneditbutton .questionname,
#page-mod-quiz-edit .editq div.question div.content .singlequestion .questioneditbutton .questiontext {
  float: left;
}
#page-mod-quiz-edit .reorder div.question div.content .singlequestion.missingtype .questionname,
#page-mod-quiz-edit .editq div.question div.content .singlequestion.missingtype .questionname {
  font-style: italic;
  max-width: 75%;
}
#page-mod-quiz-edit .editq div.question div.description div.content .questiontext {
  max-width: 75%;
}
#page-mod-quiz-edit .editq div.question div.qnum {
  font-size: 1.5em;
}
table#categoryquestions td,
#page-mod-quiz-edit table#categoryquestions th {
  overflow: hidden;
  white-space: nowrap;
}
.questionbankwindow.block {
  float: right;
  width: 30%;
  right: 0.3em;
  display: block;
  border-width: 0;
}
.questionbankwindow.block .content {
  padding: 0;
}
.questionbankwindow .choosecategory {
  padding: 0.3em;
}
.questionbankwindow .createnewquestion .singlebutton {
  display: inline;
}
.questionbankwindow #catmenu_jump {
  display: block;
}
.noquestionsincategory {
  clear: both;
  padding-top: 1em;
  padding-bottom: 1em;
}
.quizquestionlistcontrols {
  text-align: center;
}
.categoryinfo {
  padding: 0.3em;
}
.path-mod-quiz .gradingdetails {
  font-size: small;
}
body #quizcontentsblock #repaginatedialog {
  display: none;
}
body.jsenabled #quizcontentsblock #repaginatedialog .hd {
  display: block;
}
body.jsenabled #quizcontentsblock #repaginatedialog .bd {
  padding: 1em;
}
body.jsenabled #quizcontentsblock .repaginatecommand #repaginatecommand {
  display: block;
}
#page-mod-quiz-edit #randomquestiondialog {
  display: none;
}
#page-mod-quiz-edit .questionbankwindow select#catmenu_jump {
  /* In Opera9, IE6 the width of the
select obeys the width of its content
by default. This prevents that. */
  width: 100%;
}
/*this color might need to be theme-specific,
but in terms of usability, as testing showed,
http: //docs.moodle.org/dev/Quiz_UI_redesign/usability_testing_of_August_2008/Issues#Question_bank_.2F_question_adding_controls_visibility
it must be ensured that the question
bank window's title is prominent enough*/
#page-mod-quiz-edit .questionbankwindow.block div.header {
  background-color: #009;
  background-image: none;
  padding-top: 0.2em;
  font-weight: bold;
  border: 0 none;
}
#page-mod-quiz-edit .questionbankwindow.block div.header div.title h2 {
  color: #FFF;
  text-align: center;
}
#page-mod-quiz-edit .collapsed .container {
  display: none;
}
#page-mod-quiz-edit .questionbankwindow a#showbankcmd,
#page-mod-quiz-edit .questionbankwindow a#hidebankcmd {
  text-decoration: underline;
}
#page-mod-quiz-edit .questionbankwindow a#showbankcmd:hover,
#page-mod-quiz-edit .questionbankwindow a#hidebankcmd:hover {
  text-decoration: none;
}
#page-mod-quiz-edit .questionbankwindow #showbankcmd {
  display: none;
}
#page-mod-quiz-edit .collapsed #showbankcmd {
  display: inline;
}
#page-mod-quiz-edit .questionbankwindow #hidebankcmd {
  display: inline;
}
#page-mod-quiz-edit .collapsed #hidebankcmd {
  display: none;
}
#page-mod-quiz-edit .quizquestionlistcontrols {
  display: inline;
}
#page-mod-quiz-edit .quizpagedelete {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  display: inline;
}
#page-mod-quiz-edit .quizpagedelete img {
  padding: 0.6em;
}
#page-mod-quiz-edit .pagecontrols {
  clear: both;
  margin-left: 0.5em;
  margin-right: 0.5em;
  padding-top: 0.5em;
}
#page-mod-quiz-edit .pagecontrols .singlebutton {
  float: left;
}
#page-mod-quiz-edit div.editq div.question div.content {
  width: 90%;
}
#page-mod-quiz-edit .pagecontrols .helplink {
  float: left;
}
#page-mod-quiz-edit div#randomquestiondialog_c {
  width: 90%;
}
#page-mod-quiz-edit div#randomquestiondialog_c .mform,
#randomquestiondialog_c select {
  width: 100%;
}
#page-mod-quiz-edit div#repaginatedialog .mform {
  margin-left: auto;
  margin-right: auto;
}
#page-mod-quiz-edit div.container div.generalbox {
  position: relative;
  display: block;
  border: 0 none;
  margin: 0;
  padding: 0;
}
#page-mod-quiz-edit .questionbankwindow .createnewquestion select,
#page-mod-quiz-edit .questionbankwindow #catmenu select,
#page-mod-quiz-edit .questionbankwindow #menucategory {
  width: 100%;
}
#page-mod-quiz-edit .paging {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background-color: #ddd;
}
#page-mod-quiz-edit .pagingbottom {
  padding-bottom: 0.3em;
}
#page-mod-quiz-edit .paging a:hover {
  background-color: #eef;
}
#page-mod-quiz-edit #page-footer {
  clear: both;
  padding-top: 1em;
}
#page-mod-quiz-edit #categoryquestions .questiontext {
  font-weight: bold;
}
#page-mod-quiz-edit .categoryinfofield {
  font-style: italic;
}
#page-mod-quiz-edit .categorynamefield {
  font-weight: bold;
}
#page-mod-quiz-edit a.configurerandomquestion {
  font-size: small;
  text-decoration: underline;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist {
  background-color: #eee;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist ul {
  color: #555;
}
#page-mod-quiz-edit .questioncontentcontainer div.randomquestionqlist .totalquestionsinrandomqcategory {
  color: #000;
}
#page-mod-quiz-edit .questionsortoptions {
  background-color: #ddd;
}
#page-mod-quiz-edit div.questionbank {
  background-color: #e6e6ff;
}
#page-mod-quiz-edit div.questionbank form .invisiblefieldset {
  clear: both;
}
#page-mod-quiz-edit div.questionbank .categorysortopotionscontainer {
  margin-top: 0.3em;
}
.qnum label {
  padding-right: 0.25em;
}
/* RTL Mode */
#page-question-edit.dir-rtl td.creatorname,
#page-question-edit.dir-rtl td.modifiername {
  text-align: center;
}
.path-question.dir-rtl input[name="maxmark"],
.path-question-type.dir-rtl input[name="defaultmark"],
#page-mod-quiz-edit.dir-rtl div.points input {
  /*@noflip*/
  direction: ltr;
  /*@noflip*/
  text-align: left;
}
/* @end Quiz styles.css */
/* core.less */
/** Page layout CSS starts **/
.layout-option-noheader #page-header,
.layout-option-nonavbar #page-navbar,
.layout-option-nofooter #page-footer,
.layout-option-nocourseheader .course-content-header,
.layout-option-nocoursefooter .course-content-footer {
  display: none;
}
.empty-region-side-pre #block-region-side-pre,
.empty-region-side-post #block-region-side-post,
.jsenabled.docked-region-side-post #block-region-side-post,
.jsenabled.docked-region-side-pre #block-region-side-pre {
  display: none;
}
.content-only #region-main.span9,
.empty-region-side-post #region-bs-main-and-pre.span9,
.empty-region-side-pre #region-bs-main-and-post.span9,
.empty-region-side-post #region-bs-main-and-post.span9 #region-main.span8,
.jsenabled.docked-region-side-post #region-bs-main-and-pre.span9,
.jsenabled.docked-region-side-post #region-bs-main-and-post.span9 #region-main.span8,
.jsenabled.docked-region-side-pre #region-bs-main-and-post.span9 {
  width: 100%;
}
.empty-region-side-pre #region-bs-main-and-pre.span9 #region-main,
.jsenabled.docked-region-side-pre #region-bs-main-and-pre.span9 #region-main {
  width: 100%;
}
.empty-region-side-post.used-region-side-pre #region-main.span8,
.jsenabled.docked-region-side-post.used-region-side-pre #region-main.span8 {
  /** Increase the span size by 1 **/
  width: 74.46808511%;
  *width: 74.41489362%;
}
.empty-region-side-post.used-region-side-pre #block-region-side-pre.span4,
.jsenabled.docked-region-side-post.used-region-side-pre #block-region-side-pre.span4 {
  /** Decrease the span size by 1 **/
  width: 23.40425532%;
  *width: 23.35106383%;
}
.empty-region-side-pre #region-bs-main-and-post.span9 #region-main.span8,
.jsenabled.docked-region-side-pre #region-bs-main-and-post.span9 #region-main.span8 {
  float: right;
}
/** Page layout CSS ends **/
#add,
#remove,
.centerpara,
.mdl-align {
  text-align: center;
}
a.dimmed,
a.dimmed:link,
a.dimmed:visited,
a.dimmed_text,
a.dimmed_text:link,
a.dimmed_text:visited,
.dimmed_text,
.dimmed_text a,
.dimmed_text a:link,
.dimmed_text a:visited,
.usersuspended,
.usersuspended a,
.usersuspended a:link,
.usersuspended a:visited,
.dimmed_category,
.dimmed_category a {
  color: #999999;
}
.activity.label .dimmed_text {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.unlist,
.unlist li,
.inline-list,
.inline-list li,
.block .list,
.block .list li,
.section li.activity,
.section li.movehere,
.tabtree li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline,
.inline-list li {
  display: inline;
}
.notifytiny {
  font-size: 10.5px;
}
.notifytiny li,
.notifytiny td {
  font-size: 100%;
}
.red,
.notifyproblem {
  color: #b94a48;
}
.green,
.notifysuccess {
  color: #468847;
}
.highlight {
  background: #d9edf7;
}
.reportlink {
  text-align: right;
}
a.autolink.glossary:hover {
  cursor: help;
}
/* Block which is hidden if javascript enabled, prevents fickering visible when JS from footer used! */
.collapsibleregioncaption {
  white-space: nowrap;
}
.collapsibleregioncaption img {
  vertical-align: middle;
}
.jsenabled .hiddenifjs {
  display: none;
}
.visibleifjs {
  display: none;
}
.jsenabled .visibleifjs {
  display: inline;
}
.jsenabled .collapsibleregion {
  overflow: hidden;
}
.jsenabled .collapsed .collapsibleregioninner {
  visibility: hidden;
}
.collapsible-actions {
  display: none;
  text-align: right;
}
.jsenabled .collapsible-actions {
  display: block;
}
.collapsible-actions .collapseexpand {
  padding-left: 20px;
  padding-right: 0px;
}
.yui-overlay .yui-widget-bd {
  background-color: #FFEE69;
  border: 1px solid #A6982B;
  border-top-color: #D4C237;
  color: #000000;
  left: 0;
  padding: 2px 5px;
  position: relative;
  top: 0;
  z-index: 1;
}
.clearer {
  background: transparent;
  border-width: 0;
  clear: both;
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
}
.bold,
.warning,
.errorbox .title,
.pagingbar .title,
.pagingbar .thispage {
  font-weight: bold;
}
img.resize {
  height: 1em;
  width: 1em;
}
.block img.resize,
.breadcrumb img.resize {
  height: 0.9em;
  width: 0.8em;
}
/* Icon styles */
img.icon {
  height: 16px;
  vertical-align: text-bottom;
  width: 16px;
  padding-right: 6px;
  padding-left: 0px;
}
img.iconsmall {
  height: 12px;
  margin-right: 3px;
  vertical-align: middle;
  width: 12px;
}
img.iconhelp,
.helplink img {
  height: 16px;
  padding-left: 3px;
  vertical-align: text-bottom;
  width: 16px;
}
h1 img.iconhelp,
h1 img.icon,
h2 img.iconhelp,
h2 img.icon,
h3 img.iconhelp,
h3 img.icon,
h4 img.iconhelp,
h4 img.icon,
h5 img.iconhelp,
h5 img.icon,
h6 img.iconhelp,
h6 img.icon {
  vertical-align: middle;
  padding: 4px;
}
img.iconlarge {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}
img.iconsort {
  vertical-align: text-bottom;
  padding-left: .3em;
  padding-right: 0;
  margin-bottom: .15em;
}
img.icontoggle {
  height: 17px;
  vertical-align: middle;
  width: 50px;
}
img.iconkbhelp {
  height: 17px;
  width: 49px;
}
img.icon-pre {
  padding-right: 3px;
  padding-left: 0;
}
img.icon-post {
  padding-left: 3px;
  padding-right: 0;
}
.boxaligncenter {
  margin-left: auto;
  margin-right: auto;
}
.boxalignright {
  margin-left: auto;
  margin-right: 0;
}
.boxalignleft {
  margin-left: 0;
  margin-right: auto;
}
.boxwidthnarrow {
  width: 30%;
}
.boxwidthnormal {
  width: 50%;
}
.boxwidthwide {
  width: 80%;
}
.headermain {
  font-weight: bold;
}
#maincontent {
  display: block;
  height: 1px;
  overflow: hidden;
}
img.uihint {
  cursor: help;
}
#addmembersform table {
  margin-left: auto;
  margin-right: auto;
}
table.flexible .emptyrow {
  display: none;
}
img.emoticon {
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
form.popupform,
form.popupform div {
  display: inline;
}
.arrow_button input {
  overflow: hidden;
}
.action-icon img.smallicon {
  vertical-align: text-bottom;
  margin: 0 0.3em;
}
/** The 1-pixel padding is there to avoid phantom scroll bars on OS X (FF, Safari and Chrome)**/
.no-overflow {
  overflow: auto;
  padding-bottom: 1px;
}
.pagelayout-report .no-overflow {
  overflow: visible;
}
.no-overflow > .generaltable {
  margin-bottom: 0;
}
.accesshide {
  position: absolute;
  left: -10000px;
  font-weight: normal;
  font-size: 1em;
}
span.hide,
div.hide {
  display: none;
}
a.skip-block,
a.skip {
  position: absolute;
  top: -1000em;
  font-size: 0.85em;
  text-decoration: none;
}
a.skip-block:focus,
a.skip-block:active,
a.skip:focus,
a.skip:active {
  position: static;
  display: block;
}
.skip-block-to {
  display: block;
  height: 1px;
  overflow: hidden;
}
.addbloglink {
  text-align: center;
}
.blog_entry .audience {
  text-align: right;
  padding-right: 4px;
}
.blog_entry .tags {
  margin-top: 15px;
}
.blog_entry .tags .action-icon img.smallicon {
  height: 16px;
  width: 16px;
}
.blog_entry .content {
  margin-left: 43px;
}
#page-group-index #groupeditform {
  text-align: center;
}
#doc-contents h1 {
  margin: 1em 0 0 0;
}
#doc-contents ul {
  margin: 0;
  padding: 0;
  width: 90%;
}
#doc-contents ul li {
  list-style-type: none;
}
.groupmanagementtable td {
  vertical-align: top;
}
.groupmanagementtable #existingcell,
.groupmanagementtable #potentialcell {
  width: 42%;
}
.groupmanagementtable #buttonscell {
  width: 16%;
}
.groupmanagementtable #buttonscell p.arrow_button input {
  width: auto;
  min-width: 80%;
  margin: 0 auto;
}
.groupmanagementtable #removeselect_wrapper,
.groupmanagementtable #addselect_wrapper {
  width: 100%;
}
.groupmanagementtable #removeselect_wrapper label,
.groupmanagementtable #addselect_wrapper label {
  font-weight: normal;
}
.groupmanagementtable p {
  text-align: left;
}
#group-usersummary {
  width: 14em;
}
.groupselector {
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
}
.groupselector label {
  display: inline-block;
}
.loginbox {
  margin: 15px;
  overflow: visible;
}
.loginbox.twocolumns {
  margin: 15px;
}
.loginbox h2,
.loginbox .subcontent {
  margin: 5px;
  padding: 10px;
  text-align: center;
}
.loginbox .loginpanel .desc {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 15px;
}
.loginbox .signuppanel .subcontent {
  text-align: left;
}
.loginbox .loginsub {
  margin-left: 0;
  margin-right: 0;
}
.loginbox .guestsub,
.loginbox .forgotsub,
.loginbox .potentialidps {
  margin: 5px 12%;
}
.loginbox .potentialidps .potentialidplist {
  margin-left: 40%;
}
.loginbox .potentialidps .potentialidplist div {
  text-align: left;
}
.loginbox .loginform {
  margin-top: 1em;
  text-align: left;
}
.loginbox .loginform .form-label {
  float: left;
  text-align: right;
  width: 49%;
  white-space: nowrap;
}
.loginbox .loginform .form-input {
  float: right;
  width: 50%;
}
.loginbox .loginform .form-input input {
  width: 6em;
}
.loginbox .signupform {
  margin-top: 1em;
  text-align: center;
}
.loginbox.twocolumns .loginpanel,
.loginbox.twocolumns .signuppanel {
  width: 48%;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.76243%;
  min-height: 30px;
  margin-bottom: -2000px;
  padding-bottom: 2000px;
}
.loginbox .potentialidp .smallicon {
  vertical-align: text-bottom;
  margin: 0 .3em;
}
.notepost {
  margin-bottom: 1em;
}
.notepost .userpicture {
  float: left;
  margin-right: 5px;
}
.notepost .content,
.notepost .footer {
  clear: both;
}
.notesgroup {
  margin-left: 20px;
}
.path-my .coursebox .overview {
  margin: 15px 30px 10px 30px;
}
.path-my .coursebox .info {
  float: none;
  margin: 0;
}
.mod_introbox {
  padding: 10px;
}
table.mod_index {
  width: 100%;
}
.comment-ctrl {
  font-size: 12px;
  display: none;
  margin: 0;
  padding: 0;
}
.comment-ctrl h5 {
  margin: 0;
  padding: 5px;
}
.comment-area {
  max-width: 400px;
  padding: 5px;
}
.comment-area textarea {
  width: 100%;
  overflow: auto;
}
.comment-area textarea.fullwidth {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-area .fd {
  text-align: right;
}
.comment-meta span {
  color: gray;
}
.comment-link img {
  vertical-align: text-bottom;
}
.comment-list {
  font-size: 11px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  margin: 2px;
  list-style: none;
  margin-bottom: 5px;
  clear: both;
  padding: .3em;
  position: relative;
}
.comment-list li.first {
  display: none;
}
.comment-paging {
  text-align: center;
}
.comment-paging .pageno {
  padding: 2px;
}
.comment-paging .curpage {
  border: 1px solid #CCC;
}
.comment-message .picture {
  width: 20px;
  float: left;
}
.comment-message .text {
  margin: 0;
  padding: 0;
}
.comment-message .text p {
  padding: 0;
  margin: 0 18px 0 0;
}
.comment-delete {
  position: absolute;
  top: 0;
  right: 0;
  margin: .3em;
}
.comment-report-selectall {
  display: none;
}
.comment-link {
  display: none;
}
.jsenabled .comment-link {
  display: block;
}
.jsenabled .showcommentsnonjs {
  display: none;
}
.jsenabled .comment-report-selectall {
  display: inline;
}
/**
* Completion progress report
*/
.completion-expired {
  background: #f2dede;
}
.completion-expected {
  font-size: 10.5px;
}
.completion-sortchoice,
.completion-identifyfield {
  font-size: 10.5px;
  vertical-align: bottom;
}
.completion-progresscell {
  text-align: right;
}
.completion-expired .completion-expected {
  font-weight: bold;
}
/**
* Tags
*/
#page-tag-coursetags_edit .coursetag_edit_centered {
  position: relative;
  width: 600px;
  margin: 20px auto;
}
#page-tag-coursetags_edit .coursetag_edit_row {
  clear: both;
}
#page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_left {
  float: left;
  width: 50%;
  text-align: right;
}
#page-tag-coursetags_edit .coursetag_edit_row .coursetag_edit_right {
  margin-left: 50%;
}
#page-tag-coursetags_edit .coursetag_edit_input3 {
  display: none;
}
#page-tag-coursetags_more .coursetag_more_large {
  font-size: 120%;
}
#page-tag-coursetags_more .coursetag_more_small {
  font-size: 80%;
}
#page-tag-coursetags_more .coursetag_more_link {
  font-size: 80%;
}
#tag-description,
#tag-blogs {
  width: 100%;
}
#tag-management-box {
  margin-bottom: 10px;
  line-height: 20px;
}
#tag-user-table {
  padding: 3px;
  clear: both;
  width: 100%;
}
#tag-user-table {
  *zoom: 1;
}
#tag-user-table:before,
#tag-user-table:after {
  display: table;
  content: "";
  line-height: 0;
}
#tag-user-table:after {
  clear: both;
}
img.user-image {
  height: 100px;
  width: 100px;
}
#small-tag-cloud-box {
  width: 300px;
  margin: 0 auto;
}
#big-tag-cloud-box {
  width: 600px;
  margin: 0 auto;
  float: none;
}
ul#tag-cloud-list {
  list-style: none;
  padding: 5px;
  margin: 0;
}
ul#tag-cloud-list li {
  margin: 0;
  display: inline;
  list-style-type: none;
}
#tag-search-box {
  text-align: center;
  margin: 10px auto;
}
#tag-search-results-container {
  padding: 0;
  width: 100%;
}
#tag-search-results {
  padding: 0;
  margin: 15px 20% 0 20%;
  float: left;
  width: 60%;
  display: block;
}
#tag-search-results li {
  width: 30%;
  float: left;
  padding-left: 1%;
  text-align: left;
  line-height: 20px;
  padding-right: 1%;
  list-style: none;
}
span.flagged-tag,
span.flagged-tag a {
  color: #b94a48;
}
table#tag-management-list {
  text-align: left;
  width: 100%;
}
table#tag-management-list td,
table#tag-management-list th {
  vertical-align: middle;
  text-align: left;
  padding: 4px;
}
.tag-management-form {
  text-align: center;
}
#relatedtags-autocomplete-container {
  margin-left: auto;
  margin-right: auto;
  min-height: 4.6em;
  width: 100%;
}
#relatedtags-autocomplete {
  position: relative;
  display: block;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
#relatedtags-autocomplete .yui-ac-content {
  position: absolute;
  width: 420px;
  left: 20%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  overflow: hidden;
  z-index: 9050;
}
#relatedtags-autocomplete .ysearchquery {
  position: absolute;
  right: 10px;
  color: #808080;
  z-index: 10;
}
#relatedtags-autocomplete .yui-ac-shadow {
  position: absolute;
  margin: .3em;
  width: 100%;
  background: #a0a0a0;
  z-index: 9049;
}
#relatedtags-autocomplete ul {
  padding: 0;
  width: 100%;
  margin: 0;
  list-style-type: none;
}
#relatedtags-autocomplete li {
  padding: 0 5px;
  cursor: default;
  white-space: nowrap;
}
#relatedtags-autocomplete li.yui-ac-highlight {
  background: #0070a8;
  color: #ffffff;
}
h2.tag-heading,
div#tag-description,
div#tag-blogs,
body.tag .managelink {
  padding: 5px;
}
.tag_cloud .s20 {
  font-size: 1.5em;
  font-weight: bold;
}
.tag_cloud .s19 {
  font-size: 1.5em;
}
.tag_cloud .s18 {
  font-size: 1.4em;
  font-weight: bold;
}
.tag_cloud .s17 {
  font-size: 1.4em;
}
.tag_cloud .s16 {
  font-size: 1.3em;
  font-weight: bold;
}
.tag_cloud .s15 {
  font-size: 1.3em;
}
.tag_cloud .s14 {
  font-size: 1.2em;
  font-weight: bold;
}
.tag_cloud .s13 {
  font-size: 1.2em;
}
.tag_cloud .s12,
.tag_cloud .s11 {
  font-size: 1.1em;
  font-weight: bold;
}
.tag_cloud .s10,
.tag_cloud .s9 {
  font-size: 1.1em;
}
.tag_cloud .s8,
.tag_cloud .s7 {
  font-size: 1em;
  font-weight: bold;
}
.tag_cloud .s6,
.tag_cloud .s5 {
  font-size: 1em;
}
.tag_cloud .s4,
.tag_cloud .s3 {
  font-size: 0.9em;
  font-weight: bold;
}
.tag_cloud .s2,
.tag_cloud .s1 {
  font-size: 0.9em;
}
.tag_cloud .s0 {
  font-size: 0.8em;
}
/**
* Web Service
*/
#webservice-doc-generator td {
  text-align: left;
  border: 0 solid black;
}
/**
* Smart Select Element
*/
.smartselect {
  position: absolute;
}
.smartselect .smartselect_mask {
  background-color: #fff;
}
.smartselect ul {
  padding: 0;
  margin: 0;
}
.smartselect ul li {
  list-style: none;
}
.smartselect .smartselect_menu {
  margin-right: 5px;
}
.safari .smartselect .smartselect_menu {
  margin-left: 2px;
}
.smartselect .smartselect_menu,
.smartselect .smartselect_submenu {
  border: 1px solid #000;
  background-color: #FFF;
  display: none;
}
.smartselect .smartselect_menu.visible,
.smartselect .smartselect_submenu.visible {
  display: block;
}
.smartselect .smartselect_menu_content ul li {
  position: relative;
  padding: 2px 5px;
}
.smartselect .smartselect_menu_content ul li a {
  color: #333;
  text-decoration: none;
}
.smartselect .smartselect_menu_content ul li a.selectable {
  color: inherit;
}
.smartselect .smartselect_submenuitem {
  background-repeat: no-repeat;
  background-position: 100%;
}
/** Spanning mode */
.smartselect.spanningmenu .smartselect_submenu {
  position: absolute;
  top: -1px;
  left: 100%;
}
.smartselect.spanningmenu .smartselect_submenu a {
  white-space: nowrap;
  padding-right: 16px;
}
.smartselect.spanningmenu .smartselect_menu_content ul li a.selectable:hover {
  text-decoration: underline;
}
/** Compact mode */
.smartselect.compactmenu .smartselect_submenu {
  position: relative;
  margin: 2px -3px;
  margin-left: 10px;
  display: none;
  border-width: 0;
  z-index: 1010;
}
.smartselect.compactmenu .smartselect_submenu.visible {
  display: block;
}
.smartselect.compactmenu .smartselect_menu {
  z-index: 1000;
  overflow: hidden;
}
.smartselect.compactmenu .smartselect_submenu .smartselect_submenu {
  z-index: 1020;
}
.smartselect.compactmenu .smartselect_submenuitem:hover > .smartselect_menuitem_label {
  font-weight: bold;
}
/**
* Registration
*/
#page-admin-registration-register .registration_textfield {
  width: 300px;
}
/**
* Enrol
*/
.userenrolment {
  width: 100%;
  border-collapse: collapse;
}
.userenrolment tr {
  vertical-align: top;
}
.userenrolment td {
  padding: 0;
  height: 41px;
}
.userenrolment .subfield {
  margin-right: 5px;
}
.userenrolment .col_userdetails .subfield_picture {
  float: left;
}
.userenrolment .col_lastseen {
  width: 150px;
}
.userenrolment .col_role {
  width: 262px;
}
.userenrolment .col_role .roles,
.userenrolment .col_group .groups {
  margin-right: 30px;
}
.userenrolment .col_role .role,
.userenrolment .col_group .group {
  float: left;
  padding: 3px;
  margin: 3px;
  white-space: nowrap;
}
.userenrolment .col_role .role a,
.userenrolment .col_group .group a {
  margin-left: 3px;
  cursor: pointer;
}
.userenrolment .col_role .addrole,
.userenrolment .col_group .addgroup {
  float: right;
  padding: 3px;
  margin: 3px;
}
.userenrolment .col_role .addrole > *:hover,
.userenrolment .col_group .addgroup > *:hover {
  border-bottom: 1px solid #666;
}
.userenrolment .col_role .addrole img,
.userenrolment .col_group .addgroup img {
  vertical-align: baseline;
}
.userenrolment .hasAllRoles .col_role .addrole {
  display: none;
}
.userenrolment .col_enrol .enrolment {
  float: left;
  padding: 3px;
  margin: 3px;
}
.userenrolment .col_enrol .enrolment a {
  float: right;
  margin-left: 3px;
}
#page-enrol-users .enrol_user_buttons {
  float: right;
}
#page-enrol-users .enrol_user_buttons .enrolusersbutton {
  display: inline;
}
#page-enrol-users .enrol_user_buttons .enrolusersbutton div,
#page-enrol-users .enrol_user_buttons .enrolusersbutton form {
  display: inline;
  margin-right: 0;
}
#page-enrol-users #filterform {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
#page-enrol-users #filterform blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#page-enrol-users #filterform .fitem {
  display: inline-block;
  line-height: 40px;
  margin-right: .3em;
  white-space: nowrap;
}
#page-enrol-users #filterform .fitem label {
  display: inline;
  line-height: 20px;
  padding-right: .3em;
}
#page-enrol-users #filterform .fitem :before,
#page-enrol-users #filterform .fitem :after {
  display: inline;
}
#page-enrol-users #filterform div,
#page-enrol-users #filterform fieldset {
  display: inline;
  float: none;
  clear: none;
  width: auto;
  margin: 0;
}
#page-enrol-users #filterform select,
#page-enrol-users #filterform .ftext input {
  width: 7em;
}
#page-enrol-users #filterform input,
#page-enrol-users #filterform select {
  margin-bottom: 0;
}
#page-enrol-users .user-enroller-panel .uep-search-results .user .details {
  width: 237px;
}
.corelightbox {
  background-color: #CCC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.corelightbox img {
  position: fixed;
  top: 50%;
  left: 50%;
}
.mod-indent-outer {
  display: table;
}
.mod-indent {
  display: table-cell;
}
.label .mod-indent {
  float: left;
  padding-top: 20px;
}
/* Creates a series of .mod-indent-# rule declarations based on indent size and number of indent levels. */
.mod-indent-1 {
  width: 30px;
}
.mod-indent-2 {
  width: 60px;
}
.mod-indent-3 {
  width: 90px;
}
.mod-indent-4 {
  width: 120px;
}
.mod-indent-5 {
  width: 150px;
}
.mod-indent-6 {
  width: 180px;
}
.mod-indent-7 {
  width: 210px;
}
.mod-indent-8 {
  width: 240px;
}
.mod-indent-9 {
  width: 270px;
}
.mod-indent-10 {
  width: 300px;
}
.mod-indent-11 {
  width: 330px;
}
.mod-indent-12 {
  width: 360px;
}
.mod-indent-13 {
  width: 390px;
}
.mod-indent-14 {
  width: 420px;
}
.mod-indent-15 {
  width: 450px;
}
.mod-indent-16 {
  width: 480px;
}
.mod-indent-huge {
  width: 480px;
}
/* Audio player size in 'block' mode (can only change width, height is hardcoded in JS) */
.resourcecontent .mediaplugin_mp3 object {
  height: 25px;
  width: 600px;
}
.resourcecontent audio.mediaplugin_html5audio {
  width: 600px;
}
/** Large resource images should avoid hidden overflow **/
.resourceimage {
  max-width: 100%;
}
/* Audio player size in 'inline' mode (can only change width, as above) */
.mediaplugin_mp3 object {
  height: 15px;
  width: 300px;
}
audio.mediaplugin_html5audio {
  width: 300px;
}
/* TinyMCE moodle media preview frame should not have padding */
.core_media_preview.pagelayout-embedded #content {
  padding: 0;
}
.core_media_preview.pagelayout-embedded #maincontent {
  height: 0;
}
body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
  padding: 0;
  margin: 0;
  min-width: 0;
  background: none;
}
.path-rating .ratingtable {
  width: 100%;
  margin-bottom: 1em;
}
.path-rating .ratingtable th.rating {
  width: 100%;
}
.path-rating .ratingtable td.rating,
.path-rating .ratingtable td.time {
  white-space: nowrap;
  text-align: center;
}
.initialbar a,
.initialbar strong {
  padding-left: 3px;
  padding-right: 3px;
}
/* Moodle Dialogue Settings (moodle-core-dialogue)  */
.moodle-dialogue-base .moodle-dialogue-lightbox {
  background-color: #AAA;
}
.moodle-dialogue-base .hidden,
.moodle-dialogue-base .moodle-dialogue-hidden {
  display: none;
}
.no-scrolling {
  overflow: hidden;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: -50px;
  position: fixed;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
  overflow: auto;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen .closebutton {
  width: 28px;
  height: 16px;
  background-size: 100%;
}
.moodle-dialogue-base .moodle-dialogue {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  z-index: 600;
  outline: #000 dotted 0;
}
.moodle-dialogue-base .moodle-dialogue-wrap {
  margin-top: -3px;
  margin-left: -3px;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 20px 0 #666666;
  -moz-box-shadow: 5px 5px 20px 0 #666666;
  box-shadow: 5px 5px 20px 0 #666666;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd,
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd.yui3-widget-hd {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #bbb;
  background: #ccc;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
  filter: 0;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd h1 {
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 100%;
  font-weight: bold;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-hd .yui3-widget-buttons {
  padding: 5px;
}
.moodle-dialogue-base .closebutton {
  width: 25px;
  height: 15px;
  float: right;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  background-repeat: no-repeat;
  border-style: none;
}
.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-bd {
  padding: 1em;
  line-height: 2em;
  color: #555;
  font-size: 12px;
}
.moodle-dialogue-base .moodle-dialogue-wrap .moodle-dialogue-content {
  padding: 0;
  background: #FFF;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-hd {
  padding: 10px;
  font-size: 16px;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-content {
  overflow: auto;
  position: absolute;
  top: 0px;
  bottom: 50px;
  left: 0px;
  right: 0px;
  margin: 0px;
  border: 0px;
}
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-hd,
.moodle-dialogue-base .moodle-dialogue-fullscreen .moodle-dialogue-wrap {
  border-radius: 0px;
}
.moodle-dialogue-confirm .confirmation-dialogue {
  text-align: center;
}
.moodle-dialogue-confirm .confirmation-dialogue input {
  text-align: center;
}
.moodle-dialogue-exception .moodle-exception-message {
  text-align: center;
}
.moodle-dialogue-exception .moodle-exception-param label {
  font-weight: bold;
}
.moodle-dialogue-exception .param-stacktrace label {
  background-color: #EEE;
  border: 1px solid #ccc;
  border-bottom-width: 0;
}
.moodle-dialogue-exception .param-stacktrace pre {
  border: 1px solid #ccc;
  background-color: #fff;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-file {
  color: navy;
  font-size: 11.9px;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-line {
  color: #b94a48;
  font-size: 11.9px;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-call {
  color: #333;
  font-size: 90%;
  border-bottom: 1px solid #eee;
}
.moodle-dialogue-base .moodle-dialogue .moodle-dialogue-content .moodle-dialogue-ft {
  padding: 0;
  margin: 0.7em 1em;
  text-align: right;
  background-color: #FFF;
  font-size: 12px;
}
.moodle-dialogue-confirm .confirmation-message {
  margin: 0.5em 1em;
}
.moodle-dialogue-confirm .confirmation-dialogue input {
  min-width: 80px;
}
.moodle-dialogue-exception .moodle-exception-message {
  margin: 1em;
}
.moodle-dialogue-exception .moodle-exception-param {
  margin-bottom: 0.5em;
}
.moodle-dialogue-exception .moodle-exception-param label {
  width: 150px;
}
.moodle-dialogue-exception .param-stacktrace label {
  display: block;
  margin: 0;
  padding: 4px 1em;
}
.moodle-dialogue-exception .param-stacktrace pre {
  display: block;
  height: 200px;
  overflow: auto;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-file {
  display: inline-block;
  margin: 4px 0;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-line {
  display: inline-block;
  width: 50px;
  margin: 4px 1em;
}
.moodle-dialogue-exception .param-stacktrace .stacktrace-call {
  padding-left: 25px;
  margin-bottom: 4px;
  padding-bottom: 4px;
}
.moodle-dialogue .moodle-dialogue-bd .content-lightbox {
  opacity: 0.75;
  filter: alpha(opacity=75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  text-align: center;
  padding: 10% 0;
}
/* Apply a default max-height on tooltip text */
.moodle-dialogue .tooltiptext {
  max-height: 300px;
}
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip {
  z-index: 3001;
}
.moodle-dialogue-base .moodle-dialogue.moodle-dialogue-tooltip .moodle-dialogue-bd {
  overflow: auto;
}
/**
 * Chooser Dialogues (moodle-core-chooserdialogue)
 *
 * This CSS belong to the chooser dialogue which should work both with, and
 * without javascript enabled
 */
/* Hide the dialog and it's title */
.chooserdialoguebody,
.choosertitle {
  display: none;
}
.moodle-dialogue.chooserdialogue .moodle-dialogue-content .moodle-dialogue-ft {
  margin: 0;
}
.chooserdialogue .moodle-dialogue-wrap .moodle-dialogue-bd {
  padding: 0;
  background: #F2F2F2;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
}
/* Center the submit buttons within the area */
.choosercontainer #chooseform .submitbuttons {
  padding: 0.7em 0;
  text-align: center;
}
/* Fixed for safari browser on iPhone4S with ios7.*/
@media (max-height: 639px) {
  .ios.safari .choosercontainer #chooseform .submitbuttons {
    padding: 45px 0;
  }
}
.choosercontainer #chooseform .submitbuttons input {
  min-width: 100px;
  margin: 0 0.5em;
}
/* Various settings for the options area */
.choosercontainer #chooseform .options {
  position: relative;
  border-bottom: 1px solid #BBBBBB;
}
/* Only set these options if we're showing the js container */
.jschooser .choosercontainer #chooseform .alloptions {
  overflow-x: hidden;
  overflow-y: auto;
  max-width: 20.3em;
  -webkit-box-shadow: inset 0 0 30px 0px #cccccc;
  -moz-box-shadow: inset 0 0 30px 0px #cccccc;
  box-shadow: inset 0 0 30px 0px #cccccc;
}
/* Settings for option rows and option subtypes */
.choosercontainer #chooseform .moduletypetitle,
.choosercontainer #chooseform .option,
.choosercontainer #chooseform .nonoption {
  margin-bottom: 0;
  padding: 0 1.6em 0 1.6em;
}
.choosercontainer #chooseform .moduletypetitle {
  text-transform: uppercase;
  padding-top: 1.2em;
  padding-bottom: 0.4em;
}
.choosercontainer #chooseform .option .typename,
.choosercontainer #chooseform .option span.modicon img.icon,
.choosercontainer #chooseform .nonoption .typename,
.choosercontainer #chooseform .nonoption span.modicon img.icon {
  padding: 0 0 0 0.5em;
}
.chooserdialogue-course-modchooser .choosercontainer #chooseform .option span.modicon img.icon,
.chooserdialogue-course-modchooser .choosercontainer #chooseform .nonoption span.modicon img.icon {
  height: 24px;
  width: 24px;
}
.choosercontainer #chooseform .option input[type=radio],
.choosercontainer #chooseform .option span.typename,
.choosercontainer #chooseform .option span.modicon {
  vertical-align: middle;
}
.choosercontainer #chooseform .option label {
  display: block;
  padding: 0.3em 0 0.1em 0;
  border-bottom: 1px solid #FFFFFF;
}
.choosercontainer #chooseform .nonoption {
  padding-right: 0;
  padding-left: 2.7em;
  padding-top: 0.3em;
  padding-bottom: 0.1em;
}
.choosercontainer #chooseform .subtype {
  margin-bottom: 0;
  padding: 0 1.6em 0 3.2em;
}
.choosercontainer #chooseform .subtype .typename {
  margin: 0 0 0 0.2em;
}
/* The instruction/help area */
.jschooser .choosercontainer #chooseform .instruction,
.jschooser .choosercontainer #chooseform .typesummary {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 20.3em;
  margin: 0;
  padding: 1.6em;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  line-height: 2em;
}
/* Selected option settings */
.jschooser .choosercontainer #chooseform .instruction,
.choosercontainer #chooseform .selected .typesummary {
  display: block;
}
.choosercontainer #chooseform .selected {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0 10px 0 #cccccc;
  -moz-box-shadow: 0px 0 10px 0 #cccccc;
  box-shadow: 0px 0 10px 0 #cccccc;
}
.section-modchooser-link img.smallicon {
  padding: 3px;
}
/* Form element: listing */
.formlistingradio {
  padding-bottom: 25px;
  padding-right: 10px;
}
.formlistinginputradio {
  float: left;
}
.formlistingmain {
  min-height: 225px;
}
.formlisting {
  position: relative;
  margin: 15px 0;
  padding: 1px 19px 14px;
  background-color: white;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.formlistingmore {
  position: absolute;
  cursor: pointer;
  bottom: -1px;
  right: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: whiteSmoke;
  border: 1px solid #ddd;
  color: #9DA0A4;
  -webkit-border-radius: 4px 0 4px 0;
  -moz-border-radius: 4px 0 4px 0;
  border-radius: 4px 0 4px 0;
}
.formlistingall {
  margin: 15px 0;
  padding: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.formlistingrow {
  cursor: pointer;
  border-bottom: 1px solid;
  border-color: #E1E1E8;
  border-left: 1px solid #E1E1E8;
  border-right: 1px solid #E1E1E8;
  background-color: #F7F7F9;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 6px;
  top: 50%;
  left: 50%;
  min-height: 34px;
  float: left;
  width: 150px;
}
body.jsenabled .formlistingradio {
  display: none;
}
body.jsenabled .formlisting {
  display: block;
}
/* Badges styles */
table.collection {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
table.collection th,
table.collection td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.collection th {
  font-weight: bold;
}
table.collection thead th {
  vertical-align: bottom;
}
table.collection caption + thead tr:first-child th,
table.collection caption + thead tr:first-child td,
table.collection colgroup + thead tr:first-child th,
table.collection colgroup + thead tr:first-child td,
table.collection thead:first-child tr:first-child th,
table.collection thead:first-child tr:first-child td {
  border-top: 0;
}
table.collection tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.collection .table {
  background-color: #ffffff;
}
table.collection th,
table.collection td {
  border-left: 1px solid #dddddd;
}
table.collection caption + thead tr:first-child th,
table.collection caption + tbody tr:first-child th,
table.collection caption + tbody tr:first-child td,
table.collection colgroup + thead tr:first-child th,
table.collection colgroup + tbody tr:first-child th,
table.collection colgroup + tbody tr:first-child td,
table.collection thead:first-child tr:first-child th,
table.collection tbody:first-child tr:first-child th,
table.collection tbody:first-child tr:first-child td {
  border-top: 0;
}
table.collection thead:first-child tr:first-child > th:first-child,
table.collection tbody:first-child tr:first-child > td:first-child,
table.collection tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
table.collection thead:first-child tr:first-child > th:last-child,
table.collection tbody:first-child tr:first-child > td:last-child,
table.collection tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
table.collection thead:last-child tr:last-child > th:first-child,
table.collection tbody:last-child tr:last-child > td:first-child,
table.collection tbody:last-child tr:last-child > th:first-child,
table.collection tfoot:last-child tr:last-child > td:first-child,
table.collection tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
table.collection thead:last-child tr:last-child > th:last-child,
table.collection tbody:last-child tr:last-child > td:last-child,
table.collection tbody:last-child tr:last-child > th:last-child,
table.collection tfoot:last-child tr:last-child > td:last-child,
table.collection tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
table.collection tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
table.collection tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
table.collection caption + thead tr:first-child th:first-child,
table.collection caption + tbody tr:first-child td:first-child,
table.collection colgroup + thead tr:first-child th:first-child,
table.collection colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
table.collection caption + thead tr:first-child th:last-child,
table.collection caption + tbody tr:first-child td:last-child,
table.collection colgroup + thead tr:first-child th:last-child,
table.collection colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
table.collection tbody > tr:nth-child(odd) > td,
table.collection tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table.collection .name {
  text-align: left;
  vertical-align: middle;
}
table.collection .awards {
  width: 10%;
  text-align: center;
  vertical-align: middle;
}
table.collection .criteria {
  width: 40%;
  text-align: left;
  vertical-align: top;
}
table.collection .badgeimage,
table.collection .status {
  width: 15%;
  text-align: center;
  vertical-align: middle;
}
table.collection .description {
  width: 25%;
  text-align: left;
}
table.collection .actions {
  width: 11em;
  text-align: center;
  vertical-align: middle;
}
a.criteria-action {
  padding: 0px 3px;
  float: right;
}
table.issuedbadgebox {
  width: 750px;
  background-color: #f5f5f5;
}
table.badgeissuedimage {
  width: 150px;
  text-align: center;
}
table.badgeissuedinfo {
  width: 600px;
}
table.badgeissuedinfo .bvalue {
  text-align: left;
  vertical-align: middle;
}
table.badgeissuedinfo .bfield {
  width: 125px;
  text-align: left;
  font-style: italic;
}
ul.badges {
  margin: 0;
  list-style: none;
}
.badges li {
  position: relative;
  display: inline-block;
  padding-bottom: 2em;
  text-align: center;
  vertical-align: top;
  width: 150px;
}
.badges li .badge-name {
  display: block;
  padding: 5px;
}
.badges li > img {
  position: absolute;
}
.badges li .badge-image {
  width: 90px;
  height: 90px;
  left: 10px;
  top: 0px;
  z-index: 1;
}
.badges li .badge-actions {
  position: relative;
}
div.badge {
  position: relative;
  display: block;
}
div.badge .expireimage {
  width: 100px;
  height: 100px;
  left: 20px;
  top: 0px;
}
.expireimage {
  opacity: 0.85;
  filter: alpha(opacity=85);
  width: 90px;
  height: 90px;
  left: 30px;
  top: 0px;
  position: absolute;
  z-index: 10;
}
.badge-profile {
  vertical-align: top;
}
.connected {
  color: #468847;
}
.notconnected {
  color: #b94a48;
}
.connecting {
  color: #c09853;
}
#page-badges-award .recipienttable tr td {
  vertical-align: top;
}
#page-badges-award .recipienttable tr td.actions .actionbutton {
  margin: 0.3em 0;
  padding: 0.5em 0;
  width: 100%;
}
#page-badges-award .recipienttable tr td.existing,
#page-badges-award .recipienttable tr td.potential {
  width: 42%;
}
.statustable {
  margin-bottom: 0px;
}
.statusbox.active {
  background-color: #dff0d8;
}
.statusbox.inactive {
  background-color: #fcf8e3;
}
.activatebadge {
  margin: 0px;
  text-align: left;
  vertical-align: middle;
}
img#persona_signin {
  cursor: pointer;
}
.addcourse {
  float: right;
}
.invisiblefieldset {
  display: inline;
  margin: 0;
  padding: 0;
  border-width: 0;
}
.breadcrumb-nav {
  float: left;
  margin-bottom: 10px;
}
.breadcrumb-button .singlebutton div {
  margin-right: 0;
}
.breadcrumb-nav .breadcrumb {
  margin: 0;
}
/** Action menu component styles **/
.moodle-actionmenu,
.moodle-actionmenu > ul,
.moodle-actionmenu > ul > li {
  display: inline-block;
}
.moodle-actionmenu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.moodle-actionmenu .toggle-display,
.moodle-actionmenu .menu-action-text {
  display: none;
  /** Hidden by default, display none so that we don't take up space. **/
}
.jsenabled .moodle-actionmenu[data-enhance] {
  display: block;
}
.jsenabled .moodle-actionmenu[data-enhance] .menu {
  display: none;
}
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display {
  display: inline;
  /** JS is enabled, we'll be using it so return display to normal **/
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu {
  display: block;
  margin-left: 4px;
  margin-right: initial;
  padding-left: 4px;
  padding-right: 4px;
}
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .iconsmall,
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .smallicon {
  margin: 4px 4px 4px 0px;
  padding: 8px 4px 0px 2px;
  vertical-align: text-bottom;
}
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret {
  margin-top: 8px;
  margin-left: 2px;
  margin-right: initial;
  border-top-color: #777777;
}
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret:hover,
.jsenabled .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret:active {
  border-top-color: #555555;
}
.jsenabled .moodle-actionmenu[data-enhanced] .toggle-display {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jsenabled .moodle-actionmenu[data-enhanced] .menu-action-text {
  display: inline;
}
.moodle-actionmenu[data-enhanced].show {
  position: relative;
}
.moodle-actionmenu[data-enhanced].show .menu {
  display: block;
  position: absolute;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 20px 0 #666666;
  -moz-box-shadow: 5px 5px 20px 0 #666666;
  box-shadow: 5px 5px 20px 0 #666666;
  /** bottom left of button **/
  /** bottom right of button **/
  /** top left of button **/
  /** top right of button **/
}
.moodle-actionmenu[data-enhanced].show .menu a {
  display: block;
  color: #333333;
  padding: 2px 1em 2px 28px;
}
.moodle-actionmenu[data-enhanced].show .menu a:hover {
  color: #ffffff;
  background-color: #0070a8;
}
.moodle-actionmenu[data-enhanced].show .menu a:first-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu a:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu a.hidden {
  display: none;
}
.moodle-actionmenu[data-enhanced].show .menu img {
  vertical-align: middle;
}
.moodle-actionmenu[data-enhanced].show .menu .iconsmall,
.moodle-actionmenu[data-enhanced].show .menu .smallicon {
  margin: 4px 4px 4px -24px;
}
.moodle-actionmenu[data-enhanced].show .menu > li {
  display: block;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tl-bl {
  top: 100%;
  left: 0;
  margin-top: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tr-bl {
  top: 100%;
  right: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-bl-bl {
  bottom: 100%;
  left: 0;
}
.moodle-actionmenu[data-enhanced].show .menu.align-br-bl {
  bottom: 100%;
  right: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tl-br {
  top: 100%;
  left: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tr-br {
  top: 100%;
  right: 0;
  margin-top: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu.align-bl-br {
  bottom: 100%;
  left: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-br-br {
  bottom: 100%;
  right: 0;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tl-tl {
  top: 0;
  left: 0;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tr-tl {
  top: 0;
  right: 100%;
  margin-right: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu.align-bl-tl {
  bottom: 100%;
  left: 0;
  margin-bottom: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu.align-br-tl {
  bottom: 100%;
  right: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tl-tr {
  top: 0;
  left: 100%;
  margin-left: 4px;
}
.moodle-actionmenu[data-enhanced].show .menu.align-tr-tr {
  top: 0;
  right: 0;
}
.moodle-actionmenu[data-enhanced].show .menu.align-bl-tr {
  bottom: 100%;
  left: 100%;
}
.moodle-actionmenu[data-enhanced].show .menu.align-br-tr {
  bottom: 100%;
  right: 0;
  margin-bottom: 4px;
}
.block .moodle-actionmenu {
  text-align: right;
}
ul.dragdrop-keyboard-drag li {
  list-style-type: none;
}
.block-control-actions .moodle-core-dragdrop-draghandle img {
  width: 12px;
  height: 12px;
}
a.disabled:hover,
a.disabled {
  text-decoration: none;
  cursor: default;
  font-style: italic;
  color: #808080;
}
body.lockscroll {
  height: 100%;
  overflow: hidden;
}
dd:before,
dd:after {
  display: block;
  content: " ";
}
dd:after {
  clear: both;
}
/* admin.less */
.formtable tbody th {
  font-weight: normal;
  text-align: right;
}
.path-admin #assignrole {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.path-admin .admintable .leftalign {
  text-align: left;
}
.environmenttable p.warn {
  background-color: #fcf8e3;
  color: #c09853;
}
.environmenttable .error,
.environmenttable span.warn,
.environmenttable .ok {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.environmenttable .error:empty,
.environmenttable span.warn:empty,
.environmenttable .ok:empty {
  display: none;
}
.environmenttable .error-important,
.environmenttable span.warn-important,
.environmenttable .ok-important {
  background-color: #b94a48;
}
.environmenttable .error-important[href],
.environmenttable span.warn-important[href],
.environmenttable .ok-important[href] {
  background-color: #953b39;
}
.environmenttable .error-warning,
.environmenttable span.warn-warning,
.environmenttable .ok-warning {
  background-color: #f89406;
}
.environmenttable .error-warning[href],
.environmenttable span.warn-warning[href],
.environmenttable .ok-warning[href] {
  background-color: #c67605;
}
.environmenttable .error-success,
.environmenttable span.warn-success,
.environmenttable .ok-success {
  background-color: #468847;
}
.environmenttable .error-success[href],
.environmenttable span.warn-success[href],
.environmenttable .ok-success[href] {
  background-color: #356635;
}
.environmenttable .error-info,
.environmenttable span.warn-info,
.environmenttable .ok-info {
  background-color: #3a87ad;
}
.environmenttable .error-info[href],
.environmenttable span.warn-info[href],
.environmenttable .ok-info[href] {
  background-color: #2d6987;
}
.environmenttable .error-inverse,
.environmenttable span.warn-inverse,
.environmenttable .ok-inverse {
  background-color: #333333;
}
.environmenttable .error-inverse[href],
.environmenttable span.warn-inverse[href],
.environmenttable .ok-inverse[href] {
  background-color: #1a1a1a;
}
.environmenttable .error {
  background-color: #b94a48;
}
.environmenttable span.warn {
  background-color: #f89406;
}
.environmenttable .ok {
  background-color: #468847;
}
.path-admin .admintable.environmenttable .name,
.path-admin .admintable.environmenttable .info,
.path-admin #assignrole .admintable .role,
.path-admin #assignrole .admintable .userrole,
.path-admin #assignrole .admintable .roleholder {
  white-space: nowrap;
}
.path-admin .incompatibleblockstable td.c0 {
  font-weight: bold;
}
#page-admin-course-category .addcategory {
  padding: 10px;
}
#page-admin-course-index .editcourse {
  margin: 20px auto;
}
#page-admin-course-index .editcourse th,
#page-admin-course-index .editcourse td {
  padding-left: 10px;
  padding-right: 10px;
}
.timewarninghidden {
  display: none;
}
.statusok,
.statuswarning,
.statusserious,
.statuscritical {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.statusok:empty,
.statuswarning:empty,
.statusserious:empty,
.statuscritical:empty {
  display: none;
}
.statusok-important,
.statuswarning-important,
.statusserious-important,
.statuscritical-important {
  background-color: #b94a48;
}
.statusok-important[href],
.statuswarning-important[href],
.statusserious-important[href],
.statuscritical-important[href] {
  background-color: #953b39;
}
.statusok-warning,
.statuswarning-warning,
.statusserious-warning,
.statuscritical-warning {
  background-color: #f89406;
}
.statusok-warning[href],
.statuswarning-warning[href],
.statusserious-warning[href],
.statuscritical-warning[href] {
  background-color: #c67605;
}
.statusok-success,
.statuswarning-success,
.statusserious-success,
.statuscritical-success {
  background-color: #468847;
}
.statusok-success[href],
.statuswarning-success[href],
.statusserious-success[href],
.statuscritical-success[href] {
  background-color: #356635;
}
.statusok-info,
.statuswarning-info,
.statusserious-info,
.statuscritical-info {
  background-color: #3a87ad;
}
.statusok-info[href],
.statuswarning-info[href],
.statusserious-info[href],
.statuscritical-info[href] {
  background-color: #2d6987;
}
.statusok-inverse,
.statuswarning-inverse,
.statusserious-inverse,
.statuscritical-inverse {
  background-color: #333333;
}
.statusok-inverse[href],
.statuswarning-inverse[href],
.statusserious-inverse[href],
.statuscritical-inverse[href] {
  background-color: #1a1a1a;
}
.statusok {
  background-color: #468847;
}
.statuswarning {
  background-color: #c09853;
}
.statusserious {
  background-color: #f89406;
}
.statuscritical {
  background-color: #b94a48;
}
#page-admin-report-capability-index #capabilitysearch {
  width: 30em;
}
#page-admin-report-backups-index .backup-error,
#page-admin-report-backups-index .backup-unfinished {
  color: #b94a48;
}
#page-admin-report-backups-index .backup-skipped,
#page-admin-report-backups-index .backup-ok,
#page-admin-report-backups-index .backup-notyetrun {
  color: #468847;
}
#page-admin-report-backups-index .backup-warning {
  color: #c09853;
}
#page-admin-qtypes .disabled,
#page-admin-qbehaviours .disabled {
  color: #999999;
}
#page-admin-qtypes #qtypes div,
#page-admin-qtypes #qtypes form,
#page-admin-qbehaviours #qbehaviours div,
#page-admin-qbehaviours #qbehaviours form {
  display: inline;
}
#page-admin-qtypes #qtypes img.spacer,
#page-admin-qbehaviours #qbehaviours img.spacer {
  width: 16px;
}
img.iconsmall {
  margin: 0;
  padding: 0.3em;
}
#page-admin-qbehaviours .cell.c3,
#page-admin-qtypes .cell.c3 {
  font-size: 10.5px;
}
#page-admin-lang .generalbox,
#page-admin-course-index .singlebutton,
#page-admin-course-index .addcategory,
#page-course-index .buttons,
#page-course-index-category .buttons,
#page-admin-course-category .addcategory,
#page-admin-stickyblocks .generalbox,
#page-admin-maintenance .buttons,
#page-admin-course-index .buttons,
#page-admin-course-category .buttons,
#page-admin-index .copyright,
#page-admin-index .copyrightnotice,
#page-admin-index .adminerror .singlebutton,
#page-admin-index .adminwarning .singlebutton,
#page-admin-index #layout-table .singlebutton {
  text-align: center;
  margin-bottom: 1em;
}
.path-admin-roles .capabilitysearchui {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#page-admin-roles-define .topfields {
  margin: 1em 0 2em;
}
#page-admin-roles-define .capdefault {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
}
#page-filter-manage .backlink,
.path-admin-roles .backlink {
  margin-top: 1em;
}
#page-admin-roles-explain #chooseuser h3,
#page-admin-roles-usersroles .contextname {
  margin-top: 0;
}
#page-admin-roles-explain #chooseusersubmit {
  margin-top: 0;
  text-align: center;
}
#page-admin-roles-usersroles p {
  margin: 0;
}
#page-admin-roles-override .cell.c1,
#page-admin-roles-assign .cell.c3,
#page-admin-roles-assign .cell.c1 {
  padding-top: 0.75em;
}
#page-admin-roles-override .overridenotice,
#page-admin-roles-define .definenotice {
  margin: 1em 10% 2em 10%;
  text-align: left;
}
#notice {
  width: 60%;
  min-width: 220px;
  margin: auto;
}
#page-admin-index .releasenoteslink,
#page-admin-index .adminwarning,
#page-admin-index .adminerror {
  margin: auto;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  width: 60%;
  min-width: 220px;
}
#page-admin-index .adminerror {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
#page-admin-index .releasenoteslink {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo span {
  display: block;
}
#page-admin-index .updateplugin div,
#page-admin-plugins .updateplugin div {
  margin-bottom: 0.5em;
}
#page-admin-index .updateplugin .updatepluginconfirmexternal,
#page-admin-plugins .updateplugin .updatepluginconfirmexternal {
  padding: 1em;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
#page-admin-user-user_bulk #users .fgroup {
  white-space: nowrap;
}
#page-admin-report-stats-index .graph {
  text-align: center;
  margin-bottom: 1em;
}
#page-admin-report-courseoverview-index .graph {
  text-align: center;
  margin-bottom: 1em;
}
#page-admin-lang .translator {
  border-width: 1px;
  border-style: solid;
}
.path-admin .roleassigntable {
  width: 100%;
}
.path-admin .roleassigntable td {
  vertical-align: top;
  padding: 0.2em 0.3em;
}
.path-admin .roleassigntable p {
  text-align: left;
  margin: 0.2em 0;
}
.path-admin .roleassigntable #existingcell,
.path-admin .roleassigntable #potentialcell {
  width: 42%;
}
.path-admin .roleassigntable #existingcell p > label:first-child,
.path-admin .roleassigntable #potentialcell p > label:first-child {
  font-weight: bold;
}
.path-admin .roleassigntable #buttonscell {
  width: 16%;
}
.path-admin .roleassigntable #buttonscell #assignoptions {
  font-size: 10.5px;
}
.path-admin .roleassigntable #removeselect_wrapper,
.path-admin .roleassigntable #addselect_wrapper {
  width: 100%;
}
.path-admin table.rolecap tr.rolecap th {
  text-align: left;
  font-weight: normal;
}
.path-admin .rolecap .hiddenrow {
  display: none;
}
.path-admin #defineroletable .rolecap .inherit,
.path-admin #defineroletable .rolecap .allow,
.path-admin #defineroletable .rolecap .prevent,
.path-admin #defineroletable .rolecap .prohibit {
  text-align: center;
  padding: 0;
  min-width: 3.5em;
}
.path-admin .rolecap .cap-name,
.path-admin .rolecap .note {
  display: block;
  font-size: 10.5px;
  white-space: nowrap;
  font-weight: normal;
}
.path-admin .rolecap label {
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: 0;
}
.plugincheckwrapper {
  width: 100%;
}
.environmentbox {
  margin-top: 1em;
}
#mnetconfig table {
  margin-left: auto;
  margin-right: auto;
}
.environmenttable .cell {
  padding: .15em .5em;
}
.environmenttable img.iconhelp {
  padding-right: .3em;
}
#trustedhosts .generaltable {
  margin-left: auto;
  margin-right: auto;
  width: 500px;
}
#trustedhosts .standard {
  width: auto;
}
#adminsettings legend {
  display: none;
}
#adminsettings fieldset.error {
  margin: .2em 0 .5em 0;
}
#adminsettings fieldset.error legend {
  display: block;
}
/* Styles for flags on admin settings */
.adminsettingsflags {
  float: right;
}
.adminsettingsflags label {
  margin-right: 7px;
}
.form-description {
  clear: right;
}
.form-item .form-setting .form-htmlarea {
  width: 640px;
  display: inline;
}
.form-item .form-setting .form-htmlarea .htmlarea {
  width: 640px;
  display: block;
}
.form-item .form-setting .form-multicheckbox ul {
  list-style: none;
  padding: 0;
  margin: 7px 0 0 0;
}
.form-item .form-setting .defaultsnext {
  margin-left: 0;
  margin-right: 0.5em;
  display: inline;
}
.form-item .form-setting .locked-checkbox {
  margin-right: 0.2em;
  margin-left: 0.5em;
  display: inline;
}
.form-item .form-setting .form-password .unmask,
.form-item .form-setting .form-defaultinfo {
  display: inline-block;
}
.form-item .pathok,
.form-item .patherror {
  margin-left: 0.5em;
}
#admin-emoticons td input {
  width: 8em;
}
#admin-emoticons td.c0 input {
  width: 4em;
}
#adminthemeselector .selectedtheme td.c0 {
  border: 1px solid #000000;
  border-right-width: 0;
}
#adminthemeselector .selectedtheme td.c1 {
  border: 1px solid #000000;
  border-left-width: 0;
}
.admin_colourpicker,
.admin_colourpicker_preview {
  display: none;
}
.jsenabled .admin_colourpicker_preview {
  display: inline;
}
.jsenabled .admin_colourpicker {
  display: block;
  height: 102px;
  width: 410px;
  margin-bottom: 10px;
}
.admin_colourpicker .loadingicon {
  vertical-align: middle;
  margin-left: auto;
}
.admin_colourpicker .colourdialogue {
  float: left;
  border: 1px solid #000000;
}
.admin_colourpicker .previewcolour {
  border: 1px solid #000000;
  margin-left: 301px;
}
.admin_colourpicker .currentcolour {
  border: 1px solid #000000;
  margin-left: 301px;
  border-top-width: 0;
}
#page-admin-index #notice .checkforupdates {
  text-align: center;
}
#plugins-check-info {
  text-align: center;
  margin: 1em;
}
#plugins-check .displayname .pluginicon {
  width: 16px;
}
#plugins-check .status-new .status {
  background-color: #dff0d8;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity200 .info.release,
#plugins-check .status-upgrade .status,
#plugins-check .status-delete .status {
  background-color: #d9edf7;
}
#plugins-control-panel .extension .source,
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity100 .info.release,
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity150 .info.release,
.pluginupdateinfo.maturity100,
.pluginupdateinfo.maturity150,
#plugins-check .extension .source {
  background-color: #fcf8e3;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo.maturity50 .info.release,
.pluginupdateinfo.maturity50,
#plugins-check .requires-failed,
#plugins-check .missingfromdisk .displayname,
#plugins-check .status-missing .status,
#plugins-check .status-downgrade .status {
  background-color: #f2dede;
}
#plugins-control-panel .statusmsg {
  background-color: #eeeeee;
  padding: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#plugins-control-panel .status-missing .pluginname {
  background-color: #f2dede;
}
#plugins-control-panel .status-missing .statusmsg {
  color: #b94a48;
}
#plugins-control-panel .status-new .pluginname {
  background-color: #dff0d8;
}
#plugins-control-panel .status-new .statusmsg {
  color: #468847;
}
#plugins-control-panel .disabled .availability {
  background-color: #eeeeee;
}
#plugins-check .standard .source,
#plugins-check .status-nodb .status,
#plugins-check .status-uptodate .status,
#plugins-check .requires-ok {
  color: #999999;
}
#plugins-check .requires ul {
  font-size: 10.5px;
  margin: 0;
}
#plugins-check .status .pluginupdateinfo {
  padding: 5px 10px;
  margin: 10px;
  background-color: #d9edf7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#plugins-check .status .pluginupdateinfo span,
#plugins-check .status .pluginupdateinfo a {
  padding-right: 1em;
}
#page-admin-index .upgradepluginsinfo {
  text-align: center;
}
#page-admin-plugins .checkforupdates {
  margin: 0 auto 1em;
  text-align: center;
}
#plugins-control-panel .requiredby,
#plugins-control-panel .pluginname .componentname {
  font-size: 11.9px;
  color: #999999;
}
#plugins-control-panel .pluginname .componentname {
  margin-left: 22px;
}
#plugins-overview-filter .filter-item,
#plugins-overview-panel .info {
  padding: 0 10px;
}
#page-admin-index .adminwarning.availableupdatesinfo .moodleupdateinfo .separator,
#plugins-check .status .pluginupdateinfo .separator,
#page-admin-plugins .separator {
  border-left: 1px dotted #999999;
}
#plugins-control-panel .msg td {
  text-align: center;
}
#plugins-overview-filter,
#plugins-overview-panel {
  margin: 1em auto;
  text-align: center;
}
#plugins-overview-panel .info.updatable {
  margin-left: 10px;
  background-color: #d9edf7;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#plugins-overview-filter .filter-item.active {
  font-weight: bold;
}
#plugins-control-panel .displayname img.icon {
  padding-top: 0;
  padding-bottom: 0;
}
#plugins-control-panel .uninstall a {
  color: #b94a48;
}
#plugins-control-panel .notes .pluginupdateinfo {
  padding: 5px 10px;
  margin: 10px;
  background-color: #d9edf7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#plugins-control-panel .notes .pluginupdateinfo span,
#plugins-control-panel .notes .pluginupdateinfo a {
  padding-right: 1em;
}
/** MNet networking */
#page-admin-mnet-peers .box.deletedhosts {
  margin-bottom: 1em;
  font-size: 11.9px;
}
#page-admin-mnet-peers .mform .deletedhostinfo {
  background-color: #f2dede;
  border: 2px solid #eed3d7;
  padding: 4px;
  margin-bottom: 5px;
}
#core-cache-plugin-summaries table,
#core-cache-store-summaries table {
  width: 100%;
}
#core-cache-lock-summary table,
#core-cache-definition-summaries table,
#core-cache-mode-mappings table {
  margin: 0 auto;
}
#core-cache-store-summaries .default-store td {
  font-style: italic;
}
#core-cache-rescan-definitions,
#core-cache-mode-mappings .edit-link,
#core-cache-lock-summary .new-instance {
  margin-top: 0.5em;
  text-align: center;
}
.tinymcesubplugins img.icon {
  padding-top: 0;
  padding-bottom: 0;
}
.maintenancewarning {
  padding: 3px 1em;
  text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
}
.maintenancewarning.error {
  color: #b94a48;
  background-color: #f2dede;
  border: 2px solid #eed3d7;
  font-weight: bold;
}
.maintenancewarning.warning {
  color: #c09853;
  background-color: #fcf8e3;
  border: 2px solid #fbeed5;
}
#adminsettings .form-overridden {
  color: #3a87ad;
  background-color: #d9edf7;
}
/* calendar.less */
.calendar_event_course {
  background-color: #ffd3bd;
}
.calendar_event_global {
  background-color: #d6f8cd;
}
.calendar_event_group {
  background-color: #fee7ae;
}
.calendar_event_user {
  background-color: #dce7ec;
}
.path-calendar .calendartable {
  width: 100%;
}
.path-calendar .calendartable th,
.path-calendar .calendartable td {
  width: 14%;
  vertical-align: top;
  text-align: center;
  border: 0;
}
.path-calendar .calendar-controls .previous,
.path-calendar .calendar-controls .next,
.path-calendar .calendar-controls .current {
  display: block;
  /*@noflip*/
  float: left;
  width: 12%;
}
.path-calendar .calendar-controls .previous {
  text-align: left;
}
.path-calendar .calendar-controls .current {
  text-align: center;
  width: 76%;
}
.path-calendar .calendar-controls .next {
  text-align: right;
}
.path-calendar .filters table {
  border-collapse: separate;
  border-spacing: 2px;
  width: 100%;
}
.path-calendar .cal_courses_flt label {
  margin-left: 0;
  margin-right: .45em;
}
.path-calendar .maincalendar {
  vertical-align: top;
  padding: 0;
}
.path-calendar .maincalendar .bottom {
  text-align: center;
  padding: 5px 0 0 0;
}
.path-calendar .maincalendar .heightcontainer {
  height: 100%;
  position: relative;
}
.path-calendar .maincalendar .calendarmonth {
  width: 98%;
  margin: 10px auto;
}
.path-calendar .maincalendar .calendarmonth ul {
  margin: 0;
}
.path-calendar .maincalendar .calendarmonth ul li {
  list-style-type: none;
  margin-top: 4px;
}
.path-calendar .maincalendar .calendarmonth td {
  height: 5em;
}
.path-calendar .maincalendar .calendar-controls .previous,
.path-calendar .maincalendar .calendar-controls .next {
  width: 30%;
}
.path-calendar .maincalendar .calendar-controls .current {
  width: 39.95%;
}
.path-calendar .maincalendar .controls {
  width: 98%;
  margin: 10px auto;
}
.path-calendar .maincalendar .calendar_event_course,
.path-calendar .maincalendar .calendar_event_global,
.path-calendar .maincalendar .calendar_event_group,
.path-calendar .maincalendar .calendar_event_user {
  border-width: 1px 1px 1px 12px;
  border-style: solid;
}
.path-calendar .maincalendar .calendar_event_course {
  border-color: #ffd3bd;
}
.path-calendar .maincalendar .calendar_event_global {
  border-color: #d6f8cd;
}
.path-calendar .maincalendar .calendar_event_group {
  border-color: #fee7ae;
}
.path-calendar .maincalendar .calendar_event_user {
  border-color: #dce7ec;
}
.path-calendar .maincalendar .calendar-event-panel {
  background-color: #eeeeee;
  border: 2px solid #eeeeee;
}
.path-calendar .maincalendar .calendar-event-panel .yui3-overlay-content {
  padding: 19px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.path-calendar .maincalendar .calendar-controls .current {
  font-family: inherit;
  font-weight: bold;
  color: inherit;
  font-size: 25px;
  line-height: 1.2;
}
.path-calendar .maincalendar .calendartable td,
.path-calendar .maincalendar .calendartable li {
  padding: 5px;
}
.path-calendar .maincalendar .calendartable li {
  padding-left: 10px;
  text-align: left;
}
.path-calendar .maincalendar .header {
  overflow: hidden;
}
.path-calendar .maincalendar .header .buttons {
  float: right;
}
.path-calendar .maincalendar .eventlist .event {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  position: relative;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.path-calendar .maincalendar .eventlist .event .picture {
  vertical-align: text-top;
}
.path-calendar .maincalendar .eventlist .event .topic .name {
  font-size: 17.5px;
  font-weight: 200;
  line-height: 24px;
  float: left;
}
.path-calendar .maincalendar .eventlist .event .topic .name,
.path-calendar .maincalendar .eventlist .event .topic .course {
  margin-bottom: 5px;
}
.path-calendar .maincalendar .eventlist .event .topic .date {
  float: right;
}
.path-calendar .maincalendar .eventlist .event .course,
.path-calendar .maincalendar .eventlist .event .subscription {
  float: left;
  clear: left;
}
.path-calendar .maincalendar .eventlist .event .side {
  width: 22px;
}
.path-calendar .maincalendar .eventlist .event .description {
  background-color: #ffffff;
  padding: 5px;
}
.path-calendar .maincalendar .eventlist .event .description .commands {
  position: absolute;
  right: 0;
  top: 0;
  margin: 3px;
}
.path-calendar .maincalendar .eventlist .event .commands a {
  margin: 0 3px;
}
#page-calendar-export .indent {
  padding-left: 20px;
}
.block .minicalendar {
  max-width: 280px;
  margin: 0 auto;
  width: 100%;
}
.block .minicalendar th,
.block .minicalendar td {
  padding: 2px;
  font-size: 0.8em;
  text-align: center;
}
.block .minicalendar td.weekend {
  color: #999999;
}
.block .calendar-event-panel {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
}
.block .calendar-event-panel .yui3-overlay-content {
  padding: 19px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.block .calendar-event-panel .yui3-overlay-content h2.eventtitle {
  line-height: 1.2;
  font-size: 18px;
}
.block .calendar-event-panel .yui3-overlay-content .eventcontent img {
  padding-left: 0;
  padding-right: 5px;
}
.block .calendar-controls .previous,
.block .calendar-controls .current,
.block .calendar-controls .next {
  display: block;
  /*@noflip*/
  float: left;
}
.block .calendar-controls .previous {
  text-align: left;
  width: 12%;
}
.block .calendar-controls .current {
  text-align: center;
  width: 76%;
}
.block .calendar-controls .next {
  text-align: right;
  width: 12%;
}
.block .calendar_filters ul {
  list-style: none;
  margin: 0;
}
.block .calendar_filters li {
  margin-bottom: 0.2em;
}
.block .calendar_filters li span img {
  padding: 0 0.2em;
}
.block .calendar_filters .eventname {
  padding-left: 0.2em;
  padding-right: 0;
}
.block .content h3.eventskey {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  #page-calender-view .container-fluid {
    min-width: 1024px;
  }
}
/* course.less */
/* COURSE CONTENT */
.section_add_menus {
  text-align: right;
}
.section_add_menus .horizontal div,
.section_add_menus .horizontal form {
  display: inline;
}
.section_add_menus optgroup {
  font-weight: normal;
  font-style: italic;
}
.section_add_menus .urlselect {
  margin-left: .4em;
  margin-right: 0;
}
.section_add_menus .urlselect select {
  margin-left: .2em;
  margin-right: 0;
}
.section_add_menus .urlselect img.iconhelp {
  padding: 0;
  margin: 0;
  vertical-align: text-bottom;
}
.sitetopic ul.section {
  margin: 0;
}
.course-content ul.section {
  margin: 1em;
}
.section .spinner {
  height: 16px;
  width: 16px;
}
.section .activity {
  /* The command block for each activity */
}
.section .activity .spinner {
  left: 100%;
  position: absolute;
  vertical-align: text-bottom;
}
.section .activity .editing_move {
  /* Move the move icon to the start of the line */
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.section .activity .mod-indent-outer {
  /**
       * Add appropriate padding such that nothing overlaps the
       * absolute positioned move icon.
       */
  padding-left: 32px;
}
.section .activity .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.section .activity .contentwithoutlink,
.section .activity .activityinstance {
  min-width: 40%;
  display: table-cell;
  padding-right: 4px;
  min-height: 2em;
}
.section .activity .contentwithoutlink .dimmed img.activityicon,
.section .activity .activityinstance .dimmed img.activityicon {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.section .label .contentwithoutlink,
.section .label .activityinstance {
  padding-right: 32px;
  display: block;
  height: inherit;
}
.section .label .mod-indent-outer {
  padding-left: 24px;
  padding-right: initial;
  display: block;
}
.section .filler {
  width: 16px;
  height: 16px;
  padding: 0.3em;
  display: inline-block;
}
.section .activity.editor_displayed a.editing_title,
.section .activity.editor_displayed .moodle-actionmenu {
  display: none;
}
.section .activity.editor_displayed div.activityinstance {
  padding-right: initial;
}
.section .activity.editor_displayed div.activityinstance input {
  margin-bottom: initial;
  padding-top: initial;
  padding-bottom: initial;
  vertical-align: text-bottom;
}
.activity img.activityicon {
  margin-left: 0px;
  margin-right: 6px;
  vertical-align: text-bottom;
}
.section .activity .activityinstance,
.section .activity .activityinstance div {
  display: inline-block;
}
.editing .section .activity .contentwithoutlink,
.editing .section .activity .activityinstance {
  padding-left: 0;
  padding-right: 200px;
}
.editing_show + .editing_assign,
.editing_hide + .editing_assign {
  margin-left: 20px;
}
.section .activity .commands {
  white-space: nowrap;
  display: inline;
}
.section .activity.modtype_label.label {
  font-weight: normal;
  padding: .2em;
}
.section li.activity {
  padding: .2em;
  clear: both;
}
.section .activity .activityinstance .groupinglabel {
  padding-left: 30px;
}
.section .activity .availabilityinfo,
.section .activity .contentafterlink {
  margin-top: 0.5em;
  margin-left: 30px;
  margin-right: 0;
}
.section .activity .contentafterlink p {
  margin: .5em 0;
}
.editing .section .activity:hover,
.editing .section .activity.action-menu-shown {
  background-color: #eeeeee;
}
.course-content .current {
  background-color: #d9edf7;
}
.course-content .section-summary {
  border: 1px solid #dddddd;
  margin-top: 5px;
  list-style: none;
}
.course-content .section-summary .section-title {
  margin: 2px 5px 10px 5px;
}
.course-content .section-summary .summarytext {
  margin: 2px 5px 2px 5px;
}
.course-content .section-summary .section-summary-activities .activity-count {
  color: #999999;
  font-size: 11.9px;
  margin: 3px;
  white-space: nowrap;
  display: inline-block;
}
.course-content .section-summary .summary {
  margin-top: 5px;
}
.course-content .single-section {
  margin-top: 1em;
}
.course-content .single-section .section-navigation {
  display: block;
  padding: 0.5em;
  margin-bottom: -0.5em;
}
.course-content .single-section .section-navigation .title {
  font-weight: bold;
  font-size: 108%;
  clear: both;
}
.course-content .single-section .section-navigation .mdl-left {
  font-weight: normal;
  float: left;
  margin-right: 1em;
}
.course-content .single-section .section-navigation .mdl-left .larrow {
  margin-right: 0.1em;
}
.course-content .single-section .section-navigation .mdl-right {
  font-weight: normal;
  float: right;
  margin-left: 1em;
}
.course-content .single-section .section-navigation .mdl-right .rarrow {
  margin-left: 0.1em;
}
.course-content .single-section .section-navigation .mdl-bottom {
  margin-top: 0;
}
.course-content ul li.section.main {
  border-bottom: 2px solid #dddddd;
  margin-top: 0;
}
.course-content ul li.section.hidden {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.course-content ul.topics li.section .content,
.course-content ul.weeks li.section .content {
  margin-right: 20px;
  margin-left: 20px;
  padding: 0;
}
.course-content {
  margin-top: 0;
}
.course-content ul.topics li.section {
  padding-bottom: 20px;
}
.course-content ul.topics li.section .summary {
  margin-left: 25px;
}
.path-course-view .completionprogress {
  margin-left: 25px;
}
.path-course-view .completionprogress {
  display: block;
  float: right;
  height: 20px;
  position: relative;
  z-index: 1000;
}
#page-site-index .subscribelink {
  text-align: right;
}
#site-news-forum h2,
#frontpage-course-list h2,
#frontpage-category-names h2,
#frontpage-category-combo h2 {
  margin-bottom: 9px;
}
.path-course-view a.reduce-sections {
  padding-left: 0.2em;
}
.path-course-view .subscribelink {
  text-align: right;
}
.path-course-view .unread {
  margin-left: 30px;
}
.path-course-view .block.drag .header {
  cursor: move;
}
.path-course-view .completionprogress {
  text-align: right;
}
.path-course-view .single-section .completionprogress {
  margin-right: 5px;
}
.path-course-view .section .summary {
  line-height: normal;
}
.path-site li.activity > div,
.path-course-view li.activity > div {
  position: relative;
  padding: 0 16px 0 0;
  /* to accommodate the floated completion icon with highlighting */
}
.path-course-view li.activity span.autocompletion img {
  vertical-align: text-bottom;
}
.path-course-view li.activity form.togglecompletion img {
  max-width: none;
  /* The width is 0 so ensure we don't end up with a relative max-width */
}
.path-course-view li.activity form.togglecompletion .ajaxworking {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 22px;
  top: 3px;
}
li.section.hidden span.commands a.editing_hide,
li.section.hidden span.commands a.editing_show {
  cursor: default;
}
ul.weeks h3.sectionname {
  white-space: nowrap;
}
.editing ul.weeks h3.sectionname {
  white-space: normal;
}
.single-section h3.sectionname {
  text-align: center;
  clear: both;
}
.section img.movetarget {
  height: 16px;
  width: 80px;
}
input.titleeditor {
  width: 330px;
  vertical-align: text-bottom;
}
span.editinstructions {
  position: absolute;
  top: 0;
  margin-top: -22px;
  margin-left: 30px;
  line-height: 16px;
  font-size: 11.9px;
  padding: .1em .4em;
  background-color: #d9edf7;
  color: #3a87ad;
  text-decoration: none;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 5px 1px #cccccc;
  -moz-box-shadow: 2px 2px 5px 1px #cccccc;
  box-shadow: 2px 2px 5px 1px #cccccc;
  border: 1px solid #bce8f1;
}
/* Course drag and drop upload styles */
#dndupload-status {
  position: fixed;
  left: 0;
  width: 40%;
  margin: 0 30%;
  padding: 6px;
  border: 1px solid #bce8f1;
  text-align: center;
  background: #d9edf7;
  color: #3a87ad;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 5px 1px #cccccc;
  -moz-box-shadow: 2px 2px 5px 1px #cccccc;
  box-shadow: 2px 2px 5px 1px #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.dndupload-preview {
  color: #909090;
  border: 1px dashed #909090;
  list-style: none;
  margin-top: .2em;
  padding: .3em;
}
.dndupload-preview img.icon {
  vertical-align: text-bottom;
  padding: 0;
}
.dndupload-progress-outer {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.dndupload-progress-inner {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.dndupload-hidden {
  display: none;
}
/* COURSES LISTINGS AND COURSE SUMMARY */
#page-course-pending .singlebutton,
#page-course-index .singlebutton,
#page-course-index-category .singlebutton,
#page-course-editsection .singlebutton {
  text-align: center;
}
#page-admin-course-manage #movecourses td img {
  margin: 0 .22em;
  vertical-align: text-bottom;
}
#page-admin-course-manage #movecourses td img.icon {
  padding: 0;
}
#coursesearch {
  margin-top: 1em;
  text-align: center;
}
#page-course-pending .pendingcourserequests {
  margin-bottom: 1em;
}
#page-course-pending .pendingcourserequests .singlebutton {
  display: inline;
}
#page-course-pending .pendingcourserequests .cell {
  padding: 0 5px;
}
#page-course-pending .pendingcourserequests .cell.c6 {
  white-space: nowrap;
}
.coursebox {
  margin-bottom: 15px;
  border: 1px dotted #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
}
.coursebox > .info > .coursename a {
  display: block;
  background-repeat: no-repeat;
  padding-left: 21px;
  padding-right: 0px;
  background-position: left 0.5em;
}
.coursebox .content .teachers,
.coursebox .content .courseimage,
.coursebox .content .coursefile {
  float: left;
  width: 40%;
  clear: left;
}
.coursebox > .info > h3.coursename {
  margin: 5px;
}
.coursebox > .info > .coursename {
  margin: 5px;
  padding: 0;
}
.coursebox .content .teachers li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.coursebox .enrolmenticons {
  padding: 3px 0;
  float: right;
}
.coursebox .moreinfo {
  padding: 3px 0;
  float: right;
}
.coursebox .enrolmenticons img,
.coursebox .moreinfo img {
  margin: 0 .2em;
}
.coursebox .content {
  clear: both;
}
.coursebox .content .summary,
.coursebox .content .coursecat {
  float: right;
  width: 55%;
}
.coursebox .content .coursecat {
  text-align: right;
  clear: right;
}
.coursebox.remotecoursebox .remotecourseinfo {
  float: left;
  width: 40%;
}
.coursebox .content .courseimage img {
  max-width: 100px;
  max-height: 100px;
}
.coursebox .content .coursecat,
.coursebox .content .summary,
.coursebox .content .courseimage,
.coursebox .content .coursefile,
.coursebox .content .teachers,
.coursebox.remotecoursebox .remotecourseinfo {
  margin: 3px 5px;
  padding: 0;
}
.coursebox.collapsed {
  margin-bottom: 0;
}
.coursebox.collapsed > .content {
  display: none;
}
.courses .coursebox.collapsed {
  border: 1px solid #dddddd;
  padding: 5px;
}
.courses .coursebox.even {
  background-color: #f9f9f9;
}
.courses .coursebox:hover,
.course_category_tree .courses > .paging.paging-morelink:hover {
  background-color: #f5f5f5;
}
.course_category_tree .category .numberofcourse {
  font-size: 11.9px;
}
.course_category_tree .controls {
  visibility: hidden;
}
.course_category_tree .controls div {
  display: inline;
  cursor: pointer;
}
.jsenabled .course_category_tree .controls {
  visibility: visible;
}
.course_category_tree .controls {
  margin-bottom: 5px;
  text-align: right;
  float: right;
}
.course_category_tree .controls div {
  padding-right: 2em;
  font-size: 75%;
}
.course_category_tree .category > .info > .categoryname {
  background-repeat: no-repeat;
  padding: 2px 18px;
  margin: 3px;
  background-position: center left;
}
.course_category_tree .category.with_children > .info > .categoryname {
  cursor: pointer;
}
.course_category_tree .category.collapsed > .content {
  display: none;
}
.course_category_tree .category > .info {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  min-height: 0;
  padding: 0;
  margin: 3px 0;
  margin-bottom: 3px;
  clear: both;
}
.course_category_tree .category > .info blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.course_category_tree.frontpage-category-names .category > .info {
  background: none;
  border: none;
  margin: 0;
}
.course_category_tree .category > .content {
  padding-left: 16px;
  padding-right: 0;
}
.course_category_tree .subcategories > .paging,
.courses > .paging {
  margin: 0;
  padding: 5px;
  text-align: center;
}
.courses > .paging.paging-morelink,
.course_category_tree .subcategories > .paging.paging-morelink {
  text-align: left;
}
.course_category_tree .paging.paging-morelink a {
  font-size: 11.9px;
}
#page-course-index-category .generalbox.info {
  margin-bottom: 15px;
  border: 1px dotted #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
}
#page-course-index-category .categorypicker {
  text-align: center;
  margin: 10px 0 20px;
}
.section .summary .iconsmall,
.section .activity .iconsmall {
  width: 16px;
  height: 16px;
}
.section .editing_title .iconsmall {
  width: 12px;
  height: 12px;
  margin: 8px 8px 0px 0;
  padding: 4px 8px 0px 0;
  vertical-align: text-bottom;
}
.section .moodle-actionmenu .iconsmall {
  max-width: none !important;
  /** reset sets 100% !important which breaks on IE8 without this !important */
  width: 16px;
  height: 16px;
  padding: 4px;
  vertical-align: text-bottom;
}
.section .moodle-actionmenu[data-enhanced] .menu img {
  width: 12px;
  height: 12px;
}
/**
 * Course management page
 * Palette
 *
 * Background (reg)         #F5F5F5
 * Background (light        #fafafa
 * Background (highlight)   #ddffaa
 * Borders                  #e1e1e8
 */
#course-category-listings {
  background-color: transparent;
  margin-bottom: 200px;
  /** Two column layout */
  /** Three column layout */
}
#course-category-listings.columns-2 > #course-listing > div {
  position: relative;
  left: -1px;
}
#course-category-listings.columns-3 > #course-listing > div {
  height: 100%;
}
#course-category-listings > div > div {
  min-height: 300px;
}
#course-category-listings > div > div > ul.ml > li:first-child > div {
  border-top: 0;
}
#course-category-listings h3 {
  margin: 0;
  padding: 0.4rem 0.6rem 0.3rem;
}
#course-category-listings h4 {
  margin: 1rem 0 0;
  padding: 0.6rem 1rem 0.5rem;
}
#course-category-listings .moodle-actionmenu {
  white-space: nowrap;
}
#course-category-listings .moodle-actionmenu[data-enhance] .toggle-display img {
  width: auto;
}
#course-category-listings .moodle-actionmenu[data-enhance] .toggle-display.textmenu {
  padding-right: 4px;
}
#course-category-listings .moodle-actionmenu[data-enhance] .toggle-display.textmenu .caret {
  margin-top: 12px;
}
#course-category-listings .listing-actions {
  text-align: center;
  padding: 0.4rem 0.3rem 0.3rem;
  line-height: 2.2em;
}
#course-category-listings .listing-actions > .moodle-actionmenu {
  display: inline-block;
}
#course-category-listings .listing-actions > .moodle-actionmenu .menu a {
  padding-left: 1rem;
}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) li {
  line-height: normal;
}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a {
  color: inherit;
  display: inline-block;
}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a > img {
  display: none;
}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menubar a .caret {
  display: none;
}
#course-category-listings .listing-actions .moodle-actionmenu:not([data-enhanced]) > .menu .menu-action-text {
  display: inline-block;
}
#course-category-listings ul.ml {
  list-style: none;
  margin: 1rem 0;
}
#course-category-listings ul.ml ul.ml {
  margin: 0;
}
#course-category-listings li {
  line-height: 2.2em;
}
#course-category-listings li > div:hover {
  background-color: #f5f5f5;
}
#course-category-listings li .tree-icon {
  margin: 2px 6px 0 0;
  width: 12px;
  vertical-align: inherit;
}
#course-category-listings li[data-selected='1'] > div {
  background-color: #f9f9f9;
}
#course-category-listings li[data-selected='1'] > div:hover {
  background-color: #f5f5f5;
}
#course-category-listings li .tree-icon {
  margin-left: 0;
}
#course-category-listings li li .tree-icon {
  margin-left: 1em;
}
#course-category-listings li li li .tree-icon {
  margin-left: 2em;
}
#course-category-listings li li li li .tree-icon {
  margin-left: 3em;
}
#course-category-listings li li li li li .tree-icon {
  margin-left: 4em;
}
#course-category-listings li li li li li li .tree-icon {
  margin-left: 4.5em;
}
#course-category-listings li li li li li li li .tree-icon {
  margin-left: 5em;
}
#course-category-listings li li li li li li li li .tree-icon {
  margin-left: 5.5em;
}
#course-category-listings .item-actions {
  margin-right: 1em;
  display: inline-block;
  display: initial;
}
#course-category-listings .item-actions > a img,
#course-category-listings .item-actions .menubar img {
  margin: 0 4px;
  height: 12px;
  padding: 0;
  vertical-align: inherit;
}
#course-category-listings .item-actions.show .menu li {
  line-height: 20px;
}
#course-category-listings .item-actions.show .menu img {
  width: 12px;
  max-width: none;
}
#course-category-listings .item-actions .menu-action-text {
  vertical-align: inherit;
}
#course-category-listings .listitem > div > .float-left {
  float: left;
}
#course-category-listings .listitem > div > .float-right {
  float: right;
  text-align: right;
}
#course-category-listings .listitem > div .item-actions .action-show {
  display: none;
}
#course-category-listings .listitem > div .item-actions .action-hide {
  display: inline;
}
#course-category-listings .listitem > div .without-actions {
  color: #333;
}
#course-category-listings .listitem > div .idnumber {
  color: #a1a1a8;
  margin-right: 2em;
}
#course-category-listings .listitem[data-visible="0"] {
  color: #999999;
}
#course-category-listings .listitem[data-visible="0"] > div > a {
  color: #999999;
}
#course-category-listings .listitem[data-visible="0"] > div .item-actions .action-show {
  display: inline;
}
#course-category-listings .listitem[data-visible="0"] > div .item-actions .action-hide {
  display: none;
}
#course-category-listings .listitem.highlight {
  background-color: transparent;
}
#course-category-listings .listitem.highlight > div,
#course-category-listings .listitem.highlight > div:hover,
#course-category-listings .listitem.highlight[data-selected='1'] > div {
  background-color: #f5f5f5;
}
#course-category-listings #course-listing .listitem .categoryname {
  display: inline-block;
  margin-left: 1em;
  color: #a1a1a8;
}
#course-category-listings #course-listing .listitem .coursename {
  display: inline-block;
}
#course-category-listings #course-listing .listitem > div {
  padding-left: 1rem;
}
#course-category-listings #course-listing > .firstpage .listitem:first-child > div .item-actions .action-moveup,
#course-category-listings #course-listing > .lastpage .listitem:last-child > div .item-actions .action-movedown {
  display: none;
}
#course-category-listings #course-listing .bulk-action-checkbox {
  margin: -2px 6px 0 0;
}
#course-category-listings #category-listing .listitem.collapsed > ul.ml {
  display: none;
}
#course-category-listings #category-listing .listitem > div > .ba-checkbox {
  width: 2.2em;
  text-align: center;
  margin: -1px 0.5em 0 0;
  padding-top: 2px;
}
#course-category-listings #category-listing .listitem.highlight > div > .ba-checkbox {
  background-color: #f5f5f5;
}
#course-category-listings #category-listing .listitem[data-selected='1'] > div > .ba-checkbox {
  margin: 0 0.5em 0 0;
  padding: 0;
  background-color: inherit;
}
#course-category-listings #category-listing .listitem:first-child > div .item-actions .action-moveup,
#course-category-listings #category-listing .listitem:last-child > div .item-actions .action-movedown {
  display: none;
}
#course-category-listings #category-listing .course-count {
  color: #a1a1a8;
  margin-right: 2rem;
  min-width: 3.5em;
  display: inline-block;
}
#course-category-listings #category-listing .course-count .smallicon {
  width: 12px;
  margin-left: 4px;
  vertical-align: inherit;
}
#course-category-listings #category-listing .bulk-action-checkbox {
  margin-right: -3px;
}
#course-category-listings #category-listing .category-listing > ul > .listitem:first-child {
  position: relative;
}
#course-category-listings #category-listing .category-bulk-actions {
  margin: 0 0.5em 0.5em;
  position: relative;
}
#course-category-listings .detail-pair {
  border-bottom: 1px solid #dddddd;
  margin: 0 1rem;
}
#course-category-listings .detail-pair > * {
  display: inline-block;
  line-height: 2.2rem;
}
#course-category-listings .detail-pair .pair-key {
  font-weight: bold;
  vertical-align: top;
}
#course-category-listings .detail-pair .pair-key span {
  margin-right: 1rem;
  display: block;
}
#course-category-listings .detail-pair .pair-value select {
  max-width: 100%;
}
#course-category-listings .bulk-actions .detail-pair > * {
  display: block;
  width: 100%;
}
#course-category-listings .listing-pagination {
  text-align: center;
}
#course-category-listings .listing-pagination .yui3-button {
  background-color: #ffffff;
  border: 0;
  margin: 0.4rem 0.2rem 0.45rem;
  font-size: 10.4px;
}
#course-category-listings .listing-pagination .yui3-button.active-page {
  background-color: #e6e6e6;
}
#course-category-listings .listing-pagination-totals {
  text-align: center;
}
#course-category-listings .listing-pagination-totals.dimmed {
  color: #999999;
  margin: 0.4rem 1rem 0.45rem;
}
#course-category-listings .select-a-category .notifymessage,
#course-category-listings .select-a-category .alert {
  margin: 1em;
}
#course-category-listings #course-listing .listitem .drag-handle {
  display: none;
}
.jsenabled #course-category-listings #course-listing .listitem .drag-handle {
  display: inline-block;
  margin: 0 6px 0 0;
  cursor: pointer;
}
/** Management header styling **/
.coursecat-management-header {
  vertical-align: middle;
}
.coursecat-management-header h2 {
  display: inline-block;
  text-align: left;
}
.coursecat-management-header > div {
  display: inline-block;
  float: right;
  line-height: 40px;
}
.coursecat-management-header > div > div {
  margin-left: 1em;
  margin-right: 0;
  margin: 10px 0;
  display: inline-block;
}
.coursecat-management-header select {
  max-width: 300px;
  cursor: pointer;
  padding: 0.4em 0.5em 0.45em 1em;
  vertical-align: baseline;
  white-space: nowrap;
}
.coursecat-management-header .view-mode-selector .moodle-actionmenu {
  white-space: nowrap;
  display: inline-block;
}
.coursecat-management-header .view-mode-selector .moodle-actionmenu[data-enhanced].show .menu a {
  padding-left: 1em;
}
.course-being-dragged-proxy {
  border: 0;
  color: #0070a8;
  vertical-align: middle;
  padding: 0 0 0 4em;
}
.course-being-dragged {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/**
 * Display sizes:
 * Large displays                   1200        +
 * Default displays                  980     1199
 * Tablets                           768      979
 * Small tablets and large phones    481      767
 * Phones                              0      480
 */
@media (min-width: 1200px) and (max-width: 1600px) {
  #course-category-listings.columns-3 {
    background-color: transparent;
    border: 0;
  }
  #course-category-listings.columns-3 #category-listing,
  #course-category-listings.columns-3 #course-listing {
    width: 50%;
  }
  #course-category-listings.columns-3 #category-listing > div,
  #course-category-listings.columns-3 #course-listing > div,
  #course-category-listings.columns-3 #course-detail > div {
    background-color: transparent;
  }
  #course-category-listings.columns-3 #course-detail {
    width: 100%;
    margin-top: 1em;
  }
}
@media (max-width: 1199px) {
  #course-category-listings.columns-2,
  #course-category-listings.columns-3 {
    background-color: transparent;
    border: 0;
  }
  #course-category-listings.columns-2 #category-listing,
  #course-category-listings.columns-3 #category-listing,
  #course-category-listings.columns-2 #course-listing,
  #course-category-listings.columns-3 #course-listing,
  #course-category-listings.columns-2 #course-detail,
  #course-category-listings.columns-3 #course-detail {
    width: 100%;
    margin: 0 0 1em;
  }
  #course-category-listings.columns-2 #category-listing > div,
  #course-category-listings.columns-3 #category-listing > div,
  #course-category-listings.columns-2 #course-listing > div,
  #course-category-listings.columns-3 #course-listing > div,
  #course-category-listings.columns-2 #course-detail > div,
  #course-category-listings.columns-3 #course-detail > div {
    background-color: transparent;
  }
}
.filemanager,
.filepicker,
.file-picker {
  font-size: 11px;
}
.filemanager a,
.file-picker a,
.filemanager a:hover,
.file-picker a:hover {
  color: #555555;
  text-decoration: none;
}
.filemanager input[type="text"],
.file-picker input[type="text"] {
  width: 265px;
}
.filemanager .fp-license td,
.file-picker .fp-setlicense td {
  max-width: 265px;
}
.filemanager .fp-license select,
.file-picker .fp-setlicense select {
  max-width: 100%;
}
.fp-content-center {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.fp-content-hidden {
  visibility: hidden;
}
.yui3-panel-focused {
  outline: none;
}
#filesskin .yui3-panel-content {
  padding-bottom: 20px;
  background: #F2F2F2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #fff;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 5px 5px 20px 0 #666666;
  -moz-box-shadow: 5px 5px 20px 0 #666666;
  box-shadow: 5px 5px 20px 0 #666666;
}
#filesskin .yui3-widget-hd {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 1px solid #BBBBBB;
  padding: 5px;
  text-align: center;
  font-size: 12px;
  color: #333;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #fff;
  filter: dropshadow(color=#ffffff, offx=1, offy=1);
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
}
.fp-panel-button {
  background: #fff;
  padding: 3px 20px 2px 20px;
  text-align: center;
  margin: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  -webkit-box-shadow: 2px 2px 3px 0.1px #999999;
  -moz-box-shadow: 2px 2px 3px 0.1px #999999;
  box-shadow: 2px 2px 3px 0.1px #999999;
}
.moodle-dialogue-base .filepicker .moodle-dialogue-wrap .moodle-dialogue-bd {
  padding: 0px;
}
#filesskin .file-picker.fp-generallayout {
  width: 859px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #CCCCCC;
  position: relative;
}
.file-picker .fp-repo-area {
  width: 180px;
  overflow: auto;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  float: left;
  height: 525px;
  border-right: 1px solid #BBBBBB;
  border-left: none;
}
.file-picker .fp-repo-items {
  float: none;
  width: auto;
  margin-left: 181px;
}
.moodle-dialogue-fullscreen .file-picker .fp-repo-items {
  margin-left: 0px;
  margin-right: 0px;
  float: left;
}
.file-picker .fp-navbar {
  background: #F2F2F2;
  border-bottom: 1px solid #BBBBBB;
  min-height: 40px;
  overflow: hidden;
}
.file-picker .fp-navbar .fp-viewbar {
  margin: 4px;
}
.file-picker .fp-content {
  background: #FFFFFF;
  clear: none;
  overflow: auto;
  height: 452px;
}
.filepicker.moodle-dialogue-fullscreen .file-picker .fp-content {
  width: 100%;
}
.file-picker .fp-content-loading {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.file-picker .fp-content .fp-object-container {
  width: 98%;
  height: 98%;
}
.file-picker .fp-list {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0;
  text-align: left;
}
.file-picker .fp-list .fp-repo a {
  display: block;
  padding: .5em .7em;
}
.file-picker .fp-list .fp-repo.active {
  background: #F2F2F2;
}
.file-picker .fp-list .fp-repo-icon {
  padding: 0 7px 0 5px;
  width: 16px;
  height: 16px;
}
.fp-toolbar {
  float: left;
}
.fp-toolbar.empty {
  display: none;
}
.fp-toolbar div {
  display: block;
  float: left;
  margin-left: 0px;
  margin-right: 4px;
}
.fp-toolbar img {
  vertical-align: -15%;
  margin-right: 5px;
}
.fp-toolbar .fp-tb-search {
  width: 235px;
  height: 27px;
}
.fp-toolbar .fp-tb-search input {
  padding: 2px 6px 1px 27px;
  width: 200px;
  height: 27px;
  border: 1px solid #BBBBBB;
}
.fp-viewbar {
  float: right;
  height: 30px;
  border: 1px solid #CCC;
  border-bottom: 1px solid #B3B3B3;
  border-radius: 4px;
  background: white;
}
.fp-repo-items fp-viewbar {
  margin: 4px;
}
.fp-viewbar a {
  width: 30px;
  height: 30px;
  border-right: 1px solid #CCC;
  display: block;
  float: left;
}
.fp-viewbar a.checked:hover,
.fp-viewbar a:hover {
  background-image: radial-gradient(ellipse at center, #ffffff 60%, #dfdfdf 100%);
  background-color: #ebebeb;
}
.fp-viewbar a.checked,
.fp-viewbar a:active {
  background-image: radial-gradient(ellipse at center, #ffffff 40%, #dfdfdf 100%);
  background-color: #dfdfdf;
}
.fp-viewbar a.fp-vb-icons {
  border-radius: 4px 0 0 4px;
}
.fp-viewbar a.fp-vb-tree {
  border-right: 0;
  border-radius: 0 4px 4px 0;
}
.fp-viewbar a img {
  margin: 7px;
}
.fp-viewbar.disabled a {
  opacity: 0.45;
  filter: alpha(opacity=45);
  background: none;
  cursor: default;
}
.file-picker .fp-clear-left {
  clear: left;
}
.file-picker .fp-pathbar {
  display: table-row;
}
.fp-pathbar.empty {
  display: none;
}
.fp-pathbar .fp-path-folder {
  width: 27px;
  height: 12px;
  margin-left: 4px;
}
.fp-pathbar .fp-path-folder-name {
  margin-left: 32px;
  line-height: 20px;
}
.fp-iconview .fp-file {
  float: left;
  text-align: center;
  position: relative;
  margin: 10px 10px 35px;
}
.fp-iconview .fp-thumbnail {
  min-width: 110px;
  min-height: 110px;
  line-height: 110px;
  text-align: center;
  border: 1px solid #FFFFFF;
  display: block;
}
.fp-iconview .fp-thumbnail img {
  border: 1px solid #ddd;
  padding: 3px;
  vertical-align: middle;
  -webkit-box-shadow: 1px 1px 2px 0 #cccccc;
  -moz-box-shadow: 1px 1px 2px 0 #cccccc;
  box-shadow: 1px 1px 2px 0 #cccccc;
}
.fp-iconview .fp-thumbnail:hover {
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 0 10px 0px #cccccc;
  -moz-box-shadow: inset 0 0 10px 0px #cccccc;
  box-shadow: inset 0 0 10px 0px #cccccc;
}
.fp-iconview .fp-filename-field {
  height: 33px;
  word-wrap: break-word;
  overflow: hidden;
  position: absolute;
}
.fp-iconview .fp-filename-field:hover {
  overflow: visible;
  z-index: 1000;
}
.fp-iconview .fp-filename-field .fp-filename {
  background: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 12px;
  min-width: 112px;
}
.file-picker .yui3-datatable table {
  border: 0 solid #BBBBBB;
  width: 100%;
}
#filesskin .file-picker .yui3-datatable-header {
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-left: 0 solid #FFFFFF;
  color: #555555;
}
#filesskin .file-picker .yui3-datatable-odd .yui3-datatable-cell {
  background-color: #F6F6F6;
  border-left: 0 solid #F6F6F6;
}
#filesskin .file-picker .yui3-datatable-even .yui3-datatable-cell {
  background-color: #FFFFFF;
  border-left: 0 solid #FFFFFF;
}
.file-picker .ygtvtn,
.filemanager .ygtvtn {
  width: 17px;
  height: 22px;
}
.file-picker .ygtvtm,
.filemanager .ygtvtm {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvtmh,
.filemanager .ygtvtmh {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvtp,
.filemanager .ygtvtp {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvtph,
.filemanager .ygtvtph {
  width: 13px;
  height: 22px;
  cursor: pointer;
}
.file-picker .ygtvln,
.filemanager .ygtvln {
  width: 17px;
  height: 22px;
}
.file-picker .ygtvlm,
.filemanager .ygtvlm {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvlmh,
.filemanager .ygtvlmh {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvlp,
.filemanager .ygtvlp {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvlph,
.filemanager .ygtvlph {
  width: 13px;
  height: 12px;
  cursor: pointer;
}
.file-picker .ygtvloading,
.filemanager .ygtvloading {
  width: 16px;
  height: 22px;
}
.file-picker .ygtvdepthcell,
.filemanager .ygtvdepthcell {
  width: 17px;
  height: 32px;
}
.file-picker .ygtvblankdepthcell,
.filemanager .ygtvblankdepthcell {
  width: 17px;
  height: 22px;
}
a.ygtvspacer:hover {
  color: transparent;
  text-decoration: none;
}
.ygtvlabel,
.ygtvlabel:link,
.ygtvlabel:visited,
.ygtvlabel:hover {
  background-color: transparent;
  cursor: pointer;
  margin-left: 2px;
  text-decoration: none;
}
.file-picker .ygtvfocus,
.filemanager .ygtvfocus {
  background-color: #EEEEEE;
}
.fp-filename-icon {
  margin-top: 10px;
  display: block;
  position: relative;
}
.fp-icon {
  float: left;
  margin-top: -7px;
  width: 24px;
  height: 24px;
  margin-left: 0;
  margin-right: 10px;
  text-align: center;
  line-height: 24px;
}
.fp-icon img {
  max-height: 24px;
  max-width: 24px;
  vertical-align: middle;
}
.fp-filename {
  padding-left: 0;
  padding-right: 10px;
}
.file-picker .fp-login-form {
  height: 100%;
  width: 100%;
  display: table;
}
.file-picker .fp-login-form table {
  margin: 0 auto;
}
.file-picker .fp-login-form p {
  text-align: center;
  margin-top: 3em;
}
.file-picker .fp-login-form .fp-login-input label {
  text-align: right;
  display: block;
}
.file-picker .fp-login-form .fp-login-input .input {
  text-align: left;
}
.file-picker .fp-login-form input[type="checkbox"] {
  width: 15px;
  height: 15px;
}
.file-picker .fp-upload-form {
  height: 100%;
  width: 100%;
  display: table;
}
.file-picker .fp-upload-form table {
  margin: 0 auto;
}
.file-picker.fp-dlg {
  text-align: center;
}
.file-picker.fp-dlg .fp-dlg-text {
  padding: 30px 20px 10px;
  font-size: 12px;
}
.file-picker.fp-dlg .fp-dlg-buttons {
  margin: 0 20px;
}
.file-picker.fp-msg {
  text-align: center;
}
.file-picker.fp-msg .fp-msg-text {
  padding: 40px 20px 10px 20px;
  min-width: 200px;
  max-width: 500px;
  max-height: 300px;
  overflow: auto;
  font-size: 12px;
}
.file-picker.fp-msg.fp-msg-error .fp-msg-text {
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}
.file-picker .fp-content-error {
  height: 100%;
  width: 100%;
  display: table;
  text-align: center;
}
.file-picker .fp-content-error .fp-error {
  height: 100%;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 40px 20px 10px 20px;
  font-size: 12px;
}
.file-picker .fp-nextpage {
  clear: both;
}
.file-picker .fp-nextpage .fp-nextpage-loading {
  display: none;
}
.file-picker .fp-nextpage.loading .fp-nextpage-link {
  display: none;
}
.file-picker .fp-nextpage.loading .fp-nextpage-loading {
  display: block;
  text-align: center;
  height: 100px;
  padding-top: 50px;
}
.fp-select form {
  padding: 20px 20px 0;
}
.fp-select .fp-select-loading {
  text-align: center;
  margin-top: 20px;
}
.fp-select .fp-hr {
  clear: both;
  height: 1px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  width: auto;
  margin: 10px 0;
}
.fp-select table {
  padding: 0 0 10px;
}
.fp-select table .mdl-right {
  min-width: 84px;
}
.fp-select .fp-reflist .mdl-right {
  vertical-align: top;
}
.fp-select .fp-select-buttons {
  float: right;
}
.fp-select .fp-info {
  display: block;
  clear: both;
  padding: 1px 20px 0;
}
.fp-select .fp-thumbnail {
  float: left;
  min-width: 110px;
  min-height: 110px;
  line-height: 110px;
  text-align: center;
  margin: 10px 20px 0 0;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 0 10px 0 #cccccc;
  -moz-box-shadow: inset 0 0 10px 0 #cccccc;
  box-shadow: inset 0 0 10px 0 #cccccc;
}
.fp-select .fp-thumbnail img {
  border: 1px solid #DDDDDD;
  padding: 3px;
  vertical-align: middle;
  margin: 10px;
}
.fp-select .fp-fileinfo {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-top: 10px;
}
.file-picker.fp-select .fp-fileinfo {
  max-width: 240px;
}
.fp-select .fp-fileinfo div {
  padding-bottom: 5px;
}
.file-picker.fp-select .uneditable {
  display: none;
}
.file-picker.fp-select .fp-select-loading {
  display: none;
}
.file-picker.fp-select.loading .fp-select-loading {
  display: block;
}
.file-picker.fp-select.loading form {
  display: none;
}
.fp-select .fp-dimensions.fp-unknown {
  display: none;
}
.filemanager-loading {
  display: none;
}
.jsenabled .filemanager-loading {
  display: block;
  margin-top: 100px;
}
.filemanager.fm-loading .filemanager-toolbar,
.filemanager.fm-loading .fp-pathbar,
.filemanager.fm-loading .filemanager-container,
.filemanager.fm-loaded .filemanager-loading,
.filemanager.fm-maxfiles .fp-btn-add,
.filemanager.fm-maxfiles .dndupload-message,
.filemanager.fm-noitems .fp-btn-download,
.filemanager .fm-empty-container,
.filemanager.fm-noitems .filemanager-container .fp-content {
  display: none;
}
.filemanager .fp-img-downloading {
  display: none;
  padding-top: 7px;
}
.filemanager .filemanager-updating {
  display: none;
  text-align: center;
}
.filemanager.fm-updating .filemanager-updating {
  display: block;
  margin-top: 37px;
}
.filemanager.fm-updating .fm-content-wrapper,
.filemanager.fm-nomkdir .fp-btn-mkdir,
.fitem.disabled .filemanager .filemanager-toolbar,
.fitem.disabled .filemanager .fp-pathbar,
.fitem.disabled .filemanager .fp-restrictions,
.fitem.disabled .filemanager .fm-content-wrapper {
  display: none;
}
.filemanager .fp-restrictions {
  text-align: right;
}
.filemanager .fp-navbar {
  background: #F2F2F2;
  border: 1px solid #BBBBBB;
  border-bottom: none;
}
.filemanager-toolbar {
  padding: 4px;
  overflow: hidden;
}
.fp-pathbar {
  border-top: 1px solid #BBBBBB;
  padding: 5px 8px 1px;
  min-height: 20px;
}
.file-picker .fp-toolbar {
  padding: 4px;
}
.fp-toolbar .fp-btn-add,
.fp-toolbar .fp-btn-download,
.fp-toolbar .fp-btn-mkdir,
.fp-toolbar .fp-tb-help,
.fp-toolbar .fp-tb-manage,
.fp-toolbar .fp-tb-logout,
.fp-toolbar .fp-tb-refresh {
  border: 1px solid #CCC;
  border-bottom: 1px solid #B3B3B3;
  border-radius: 4px;
  background: white;
  width: 30px;
  height: 30px;
}
.fp-toolbar a:hover {
  background-image: radial-gradient(ellipse at center, #ffffff 60%, #dfdfdf 100%);
  background-color: #ebebeb;
}
.fp-toolbar a:active {
  background-image: radial-gradient(ellipse at center, #ffffff 40%, #dfdfdf 100%);
  background-color: #dfdfdf;
}
.fp-btn-add a,
.fp-btn-download a,
.fp-btn-mkdir a,
.fp-tb-help a,
.fp-tb-manage a,
.fp-tb-logout a,
.fp-tb-refresh a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 4px;
}
.fp-btn-add img,
.fp-btn-download img,
.fp-btn-mkdir img,
.fp-tb-help img,
.fp-tb-manage img,
.fp-tb-logout img,
.fp-tb-refresh img {
  margin: 7px;
}
.filemanager .fp-pathbar.empty {
  display: none;
}
.filepicker-filelist,
.filemanager-container {
  background: #FFFFFF;
  clear: both;
  overflow: auto;
  border: 1px solid #BBBBBB;
  min-height: 140px;
  position: relative;
}
.filemanager .fp-content {
  overflow: auto;
  max-height: 472px;
  min-height: 157px;
}
.filemanager-container,
.filepicker-filelist {
  overflow: hidden;
}
.fitem.disabled .filepicker-filelist,
.fitem.disabled .filemanager-container {
  background-color: #EBEBE4;
}
.fitem.disabled .fp-btn-choose {
  color: #999999;
}
.fitem.disabled .filepicker-filelist .filepicker-filename {
  display: none;
}
.fp-iconview .fp-reficons1 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fp-iconview .fp-reficons2 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fp-iconview .fp-file.fp-hasreferences .fp-reficons1 {
  background-position: bottom right;
}
.fp-iconview .fp-file.fp-isreference .fp-reficons2 {
  background-position: bottom left;
}
.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail img {
  display: none;
}
.filemanager .fp-iconview .fp-file.fp-originalmissing .fp-thumbnail {
  background-position: center center;
}
.filemanager .yui3-datatable table {
  border: 0 solid #BBBBBB;
  width: 100%;
}
.filemanager .yui3-datatable-header {
  background: #FFFFFF !important;
  border-bottom: 1px solid #CCCCCC !important;
  border-left: 0 solid #FFFFFF !important;
  color: #555555 !important;
}
.filemanager .yui3-datatable-odd .yui3-datatable-cell {
  background-color: #F6F6F6 !important;
  border-left: 0 solid #F6F6F6;
}
.filemanager .yui3-datatable-even .yui3-datatable-cell {
  background-color: #FFFFFF !important;
  border-left: 0 solid #FFFFFF;
}
.filemanager .fp-filename-icon.fp-hasreferences .fp-reficons1 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 17px;
  z-index: 1000;
}
.filemanager .fp-filename-icon.fp-isreference .fp-reficons2 {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 9px;
  left: -6px;
  z-index: 1001;
}
.filemanager .fp-contextmenu {
  display: none;
}
.filemanager .fp-iconview .fp-folder.fp-hascontextmenu .fp-contextmenu {
  display: block;
  position: absolute;
  left: inherit;
  right: 7px;
  bottom: 5px;
}
.filemanager .fp-treeview .fp-folder.fp-hascontextmenu .fp-contextmenu,
.filemanager .fp-tableview .fp-folder.fp-hascontextmenu .fp-contextmenu {
  display: inline;
  position: absolute;
  left: 14px;
  margin-right: -20px;
  top: 6px;
}
.filepicker-filelist .filepicker-container,
.filemanager.fm-noitems .fm-empty-container {
  display: block;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed #BBBBBB;
  padding-top: 85px;
  text-align: center;
}
.filepicker-filelist .dndupload-target,
.filemanager-container .dndupload-target {
  background: #FFFFFF;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed #fb7979;
  padding-top: 85px;
  text-align: center;
  -webkit-box-shadow: 0px 0 0 10px #ffffff;
  -moz-box-shadow: 0px 0 0 10px #ffffff;
  box-shadow: 0px 0 0 10px #ffffff;
}
.filepicker-filelist.dndupload-over .dndupload-target,
.filemanager-container.dndupload-over .dndupload-target {
  background: #FFFFFF;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 2px dashed #6c8cd3;
  padding-top: 85px;
  text-align: center;
}
.dndupload-message {
  display: none;
}
.dndsupported .dndupload-message {
  display: inline;
}
.dnduploadnotsupported-message {
  display: none;
}
.dndnotsupported .dnduploadnotsupported-message {
  display: inline;
}
.dndupload-target {
  display: none;
}
.dndsupported .dndupload-ready .dndupload-target {
  display: block;
}
.dndupload-uploadinprogress {
  display: none;
  text-align: center;
}
.dndupload-uploading .dndupload-uploadinprogress {
  display: block;
}
.dndupload-arrow {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 5px;
}
.fitem.disabled .filepicker-container,
.fitem.disabled .fm-empty-container {
  display: none;
}
.dndupload-progressbars {
  padding: 10px;
  display: none;
}
.dndupload-inprogress .dndupload-progressbars {
  display: block;
}
.dndupload-inprogress .fp-content {
  display: none;
}
.filemanager.fm-noitems .dndupload-inprogress .fm-empty-container {
  display: none;
}
.filepicker-filelist.dndupload-inprogress .filepicker-container {
  display: none;
}
.filepicker-filelist.dndupload-inprogress a {
  display: none;
}
.filemanager.fp-select .fp-select-loading {
  display: none;
}
.filemanager.fp-select.loading .fp-select-loading {
  display: block;
}
.filemanager.fp-select.loading form {
  display: none;
}
.filemanager.fp-select.fp-folder .fp-license,
.filemanager.fp-select.fp-folder .fp-author,
.filemanager.fp-select.fp-file .fp-file-unzip,
.filemanager.fp-select.fp-folder .fp-file-unzip,
.filemanager.fp-select.fp-file .fp-file-zip,
.filemanager.fp-select.fp-zip .fp-file-zip {
  display: none;
}
.filemanager.fp-select .fp-file-setmain,
.filemanager.fp-select .fp-file-setmain-help {
  display: none;
}
.filemanager.fp-select.fp-cansetmain .fp-file-setmain,
.filemanager.fp-select.fp-cansetmain .fp-file-setmain-help {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.filemanager .fp-mainfile .fp-filename {
  font-weight: bold;
}
.filemanager.fp-select.fp-folder .fp-file-download {
  display: none;
}
.fm-operation {
  font-weight: bold;
}
.filemanager.fp-select .fp-original.fp-unknown,
.filemanager.fp-select .fp-original .fp-originloading {
  display: none;
}
.filemanager.fp-select .fp-original.fp-loading .fp-originloading {
  display: inline;
}
.filemanager.fp-select .fp-reflist.fp-unknown,
.filemanager.fp-select .fp-reflist .fp-reflistloading {
  display: none;
}
.filemanager.fp-select .fp-refcount {
  max-width: 265px;
}
.filemanager.fp-select .fp-reflist.fp-loading .fp-reflistloading {
  display: inline;
}
.filemanager.fp-select .fp-reflist .fp-value {
  background: #F9F9F9;
  border: 1px solid #BBBBBB;
  padding: 8px 7px;
  margin: 0;
  max-width: 265px;
  max-height: 75px;
  overflow: auto;
}
.filemanager.fp-select .fp-reflist .fp-value li {
  padding-bottom: 7px;
}
.filemanager.fp-mkdir-dlg {
  text-align: center;
}
.filemanager.fp-mkdir-dlg .fp-mkdir-dlg-text {
  text-align: left;
  margin: 20px;
}
.filemanager.fp-dlg {
  text-align: center;
}
.filemanager.fp-dlg .fp-dlg-text {
  padding: 0 10px;
  min-width: 200px;
  max-width: 340px;
  max-height: 300px;
  overflow: auto;
  line-height: 22px;
  margin: 40px 20px 20px;
  font-size: 12px;
}
.file-picker div.bd {
  text-align: left;
}
.fp-formset {
  max-width: 500px;
  padding: 10px;
}
.fp-formset input[type="file"] {
  line-height: inherit;
}
.fp-forminset {
  max-width: 400px;
  padding: 0 10px;
}
.fp-forminset .control-group.control-radio {
  margin-bottom: 0;
}
.fp-forminset .control-group label.control-label {
  width: 105px;
}
.fp-forminset .control-group label.control-radio {
  float: right;
  text-align: left;
  width: 215px;
}
.fp-forminset .control-group .controls {
  margin-left: 125px;
  margin-right: 0;
}
.fp-forminset .control-group .controls.control-radio input {
  margin-top: 3px;
}
.fp-forminset .fp-select-buttons {
  float: none;
}
.fp-forminset input[type="text"] {
  width: 228px;
}
.fp-fileinfo .fp-value {
  display: inline-block;
  padding-left: 5px;
}
/** Message **/
.message-discussion-noframes h1 {
  font-size: 1em;
}
.message-discussion-noframes #userinfo .commands,
.message .noframesjslink,
.message .link {
  font-size: 11.9px;
}
.message .heading {
  font-size: 1em;
  font-weight: bold;
}
.message .author {
  font-weight: bold;
}
.message .time {
  font-style: italic;
}
#page-message-user .commands span {
  font-size: 0.7em;
}
#page-message-user .name {
  font-weight: bold;
  font-size: 1.1em;
}
.message .time {
  color: #999999;
}
#page-message-messages {
  padding: 10px;
}
#page-message-send .notifysuccess {
  padding: 1px;
}
#page-message-send td.fixeditor {
  text-align: center;
}
.message .note {
  padding: 10px;
}
table.message .searchresults td {
  padding: 5px;
}
.message .contactselector {
  width: 24%;
  float: left;
}
.message .contactselector .contact {
  text-align: left;
}
.message .contactselector .messageselecteduser {
  font-weight: bold;
}
.message .contactselector .paging {
  z-index: 1;
  position: relative;
}
.message .messagearea {
  padding-left: 1%;
  border-left: 1px solid #dddddd;
  width: 74%;
  float: right;
  min-height: 200px;
}
.message .messagearea .messagehistorytype {
  clear: both;
  padding-bottom: 20px;
}
.message .messagearea .messagehistory .message_user_pictures {
  margin-left: auto;
  margin-right: auto;
}
.message .messagearea .messagehistory .message_user_pictures #user1 {
  vertical-align: top;
  width: 200px;
}
.message .messagearea .messagehistory .message_user_pictures #user2 {
  vertical-align: top;
  width: 200px;
}
.message .messagearea .messagehistory .message_user_pictures .useractionlinks {
  font-size: 0.9em;
}
.message .messagearea .messagehistory .heading {
  width: 100%;
  clear: both;
}
.message .messagearea .messagehistory .left {
  padding-bottom: 10px;
  width: 50%;
  float: left;
  clear: both;
}
.message .messagearea .messagehistory .right {
  padding-bottom: 10px;
  width: 50%;
  float: right;
  clear: both;
}
.message .messagearea .messagehistory .notification {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 5px;
}
.message .messagearea .messagehistory .notification blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.message .messagearea .messagesend {
  padding-top: 20px;
  clear: both;
}
.message .messagearea .messagesend .messagesendbox {
  width: 100%;
}
.message .messagearea .messagesend fieldset {
  padding: 0;
  margin: 0;
}
.message .messagearea .messagerecent {
  text-align: left;
  width: 100%;
}
.message .messagearea .messagerecent .singlemessage {
  border-bottom: 1px solid #dddddd;
  padding: 10px;
}
.message .messagearea .messagerecent .singlemessage .otheruser span {
  padding: 5px;
}
.message .messagearea .messagerecent .singlemessage .messagedate {
  float: right;
}
.message .hiddenelement {
  display: none;
}
.message .visible {
  display: inline;
}
.message #usergroupselector.fieldset,
.message #viewing {
  width: 100%;
}
.messagesearchresults {
  margin-bottom: 40px;
}
.messagesearchresults td {
  padding: 0 10px 0 20px;
}
.messagesearchresults td span {
  white-space: nowrap;
}
.messagesearchresults td img.userpicture {
  padding-right: .45em;
  vertical-align: text-bottom;
}
.messagesearchresults td span img {
  padding: 0 0 0 .45em;
  vertical-align: text-bottom;
}
#newmessageoverlay {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  margin: 0 1em;
  position: fixed;
  bottom: 0;
  right: 0;
}
#newmessageoverlay blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
#newmessageoverlay #usermessage {
  padding: 10px;
}
/* Widen the plain text editor on the bulk message screen */
#page-user-action_redir #edit-messagebody {
  width: auto;
}
/* Question */
.questionbank h2 {
  margin-top: 0;
}
.questioncategories h3 {
  margin-top: 0;
}
#chooseqtypebox {
  margin-top: 1em;
}
#chooseqtype h3 {
  margin: 0 0 0.3em;
}
#chooseqtype .instruction {
  display: none;
}
#chooseqtype .fakeqtypes {
  border-top: 1px solid silver;
}
#chooseqtype .qtypeoption {
  margin-bottom: 0.5em;
}
#chooseqtype label {
  display: block;
}
#chooseqtype .qtypename img {
  padding: 0 0.3em;
}
#chooseqtype .qtypename {
  display: inline-table;
  width: 16em;
}
#chooseqtype .qtypesummary {
  display: block;
  margin: 0 2em;
}
#chooseqtype .submitbuttons {
  margin: 0.7em 0;
  text-align: center;
}
#qtypechoicecontainer {
  display: none;
}
#qtypechoicecontainer_c.yui-panel-container.shadow .underlay {
  background: none;
}
#qtypechoicecontainer.yui-panel .hd {
  color: #333;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px #fff;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(to bottom, #ffffff, #cccccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcccccc', GradientType=0);
}
#qtypechoicecontainer {
  font-size: 12px;
  color: #333;
  background: #F2F2F2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #ccc;
  border-top: 0 none;
  -webkit-box-shadow: 5px 5px 20px 0 #666666;
  -moz-box-shadow: 5px 5px 20px 0 #666666;
  box-shadow: 5px 5px 20px 0 #666666;
}
#qtypechoicecontainer #chooseqtype {
  width: 40em;
}
#chooseqtypehead h3 {
  margin: 0;
  font-weight: normal;
}
#chooseqtype .qtypes {
  position: relative;
  border-bottom: 1px solid #bbb;
  padding: 0.24em 0;
}
#chooseqtype .alloptions {
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 400px;
  max-height: calc(85vh);
  /* The next line is a workaround because recess is crap. Delete ththe following line once
   * https://github.com/twitter/recess/issues/59 / https://github.com/twitter/recess/issues/75
   * is fixed. The previous line is the right one. */
  max-height: 60vh;
  width: 60%;
}
#chooseqtype .qtypeoption {
  margin-bottom: 0;
  padding: 0.3em 0.3em 0.3em 1.6em;
}
#chooseqtype .qtypeoption img {
  vertical-align: text-bottom;
  padding-left: 1em;
  padding-right: 0.5em;
}
#chooseqtype .selected {
  background-color: #fff;
  -webkit-box-shadow: 0px 0 10px 0 #cccccc;
  -moz-box-shadow: 0px 0 10px 0 #cccccc;
  box-shadow: 0px 0 10px 0 #cccccc;
}
#chooseqtype .instruction,
#chooseqtype .qtypesummary {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 60%;
  margin: 0;
  overflow-x: hidden;
  padding: 1.5em 1.6em;
  background-color: #fff;
  overflow-y: auto;
}
#chooseqtype .instruction,
#chooseqtype .selected .qtypesummary {
  display: block;
}
#categoryquestions {
  margin: 0;
}
#categoryquestions td,
#categoryquestions th {
  padding: 0 0.2em;
  text-align: left;
}
#categoryquestions th {
  text-align: left;
  font-weight: normal;
}
#categoryquestions .checkbox {
  padding-left: 5px;
}
#categoryquestions .checkbox input[type="checkbox"] {
  margin-left: 0px;
  float: none;
}
#categoryquestions img.iconsmall {
  padding: 0;
}
#categoryquestions .iconcol {
  padding: 3px;
}
#categoryquestions label {
  margin: 0;
}
#page-mod-quiz-edit div.questionbankwindow div.header {
  margin: 0;
}
#page-mod-quiz-edit div.questionbankwindow.block {
  padding: 0;
}
.questionbank .singleselect {
  margin: 0;
}
/* Question editing form */
#combinedfeedbackhdr div.fhtmleditor {
  padding: 0;
}
#combinedfeedbackhdr div.fcheckbox {
  margin-bottom: 1em;
}
#multitriesheader div.fitem_feditor {
  margin-top: 1em;
}
#multitriesheader div.fitem_fgroup {
  margin-bottom: 1em;
}
#multitriesheader div.fitem_fgroup fieldset.felement label {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
body.path-question-type .fitem_fgroup .accesshide {
  font: inherit;
  left: 0;
  position: static;
  padding-right: .3em;
}
.que {
  clear: left;
  text-align: left;
  margin: 0 auto 1.8em auto;
}
.que .info {
  float: left;
  width: 7em;
  padding: 0.5em;
  margin-bottom: 1.8em;
  background-color: #eeeeee;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.que h3.no {
  margin: 0;
  font-size: 0.8em;
  line-height: 1;
}
.que span.qno {
  font-size: 1.5em;
  font-weight: bold;
}
.que .info > div {
  font-size: 0.8em;
  margin-top: 0.7em;
}
.que .info .questionflag.editable {
  cursor: pointer;
}
.que .info .editquestion img,
.que .info .questionflag img,
.que .info .questionflag input {
  vertical-align: bottom;
}
.que .content {
  margin: 0 0 0 8.5em;
}
.que .formulation,
.que .outcome,
.que .comment {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.que .formulation {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  color: #333333;
}
.formulation input[type="text"],
.formulation select {
  width: auto;
}
.path-mod-quiz input[size] {
  width: auto;
}
.que .comment {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.que .history {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
}
.que .history blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.que .ablock {
  margin: 0.7em 0 0.3em 0;
}
.que .im-controls {
  margin-top: 0.5em;
  text-align: left;
}
.que .specificfeedback,
.que .generalfeedback,
.que .rightanswer,
.que .im-feedback,
.que .feedback,
.que p {
  margin: 0 0 0.5em;
}
.que .qtext {
  margin-bottom: 1.5em;
}
.que .correctness {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.que .correctness:empty {
  display: none;
}
.que .correctness-important {
  background-color: #b94a48;
}
.que .correctness-important[href] {
  background-color: #953b39;
}
.que .correctness-warning {
  background-color: #f89406;
}
.que .correctness-warning[href] {
  background-color: #c67605;
}
.que .correctness-success {
  background-color: #468847;
}
.que .correctness-success[href] {
  background-color: #356635;
}
.que .correctness-info {
  background-color: #3a87ad;
}
.que .correctness-info[href] {
  background-color: #2d6987;
}
.que .correctness-inverse {
  background-color: #333333;
}
.que .correctness-inverse[href] {
  background-color: #1a1a1a;
}
.que .correctness.correct {
  background-color: #468847;
}
.que .correctness.partiallycorrect {
  background-color: #f89406;
}
.que .correctness.notanswered,
.que .correctness.incorrect {
  background-color: #b94a48;
}
.que .validationerror {
  color: #b94a48;
}
.formulation .correct {
  background-color: #dff0d8;
}
.formulation .partiallycorrect {
  background-color: #fcf8e3;
}
.formulation .incorrect {
  background-color: #f2dede;
}
.formulation select.correct,
.formulation input.correct {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formulation select.correct:focus,
.formulation input.correct:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.formulation select.partiallycorrect,
.formulation input.partiallycorrect {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formulation select.partiallycorrect:focus,
.formulation input.partiallycorrect:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.formulation select.incorrect,
.formulation input.incorrect {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.formulation select.incorrect:focus,
.formulation input.incorrect:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.que .grading,
.que .comment,
.que .commentlink,
.que .history {
  margin-top: 0.5em;
}
.que .history h3 {
  margin: 0 0 0.2em;
  font-size: 1em;
}
.que .history table {
  width: 100%;
  margin: 0;
}
.que .history .current {
  font-weight: bold;
}
.que .questioncorrectnessicon {
  vertical-align: text-bottom;
}
.que input.questionflagimage {
  padding-left: 0;
  padding-right: 3px;
}
.importerror {
  margin-top: 10px;
  border-bottom: 1px solid #555;
}
.mform .que.comment .fitemtitle {
  width: 20%;
}
#page-question-preview #techinfo {
  margin: 1em 0;
}
#page-mod-quiz-edit .box.generalbox.questionbank {
  padding: 0.5em;
}
#page-mod-quiz-edit .questionbank .categorypagingbarcontainer,
#page-mod-quiz-edit .questionbank .categoryquestionscontainer,
#page-mod-quiz-edit .questionbank .choosecategory {
  padding: 0;
}
#page-mod-quiz-edit .questionbank .choosecategory select {
  width: 100%;
}
#page-mod-quiz-edit div.questionbank .categoryquestionscontainer {
  background: transparent;
}
#page-mod-quiz-edit #categoryquestions > thead {
  background: #FFF;
}
#page-mod-quiz-edit #categoryquestions > tbody > tr:nth-of-type(even) {
  background: #e4e4e4;
}
#page-mod-quiz-edit .questionbankwindow div.header {
  color: #444;
  text-shadow: none;
  padding: 3px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  margin: 0 -10px 0 -10px;
  padding: 2px 10px 2px 10px;
  background: transparent;
  /* Old browsers */
}
#page-mod-quiz-edit .questionbankwindow div.header a:link,
#page-mod-quiz-edit .questionbankwindow div.header a:visited {
  color: #0070a8;
}
#page-mod-quiz-edit .questionbankwindow div.header a:hover {
  color: #003d5c;
}
#page-mod-quiz-edit .createnewquestion {
  padding: 0.3em 0;
}
#page-mod-quiz-edit .createnewquestion div,
#page-mod-quiz-edit .createnewquestion input {
  margin: 0;
}
#page-mod-quiz-edit .questionbankwindow div.header .title {
  color: #333333;
}
#page-mod-quiz-edit div.container div.generalbox {
  background-color: transparent;
  padding: 1.5em;
}
#page-mod-quiz-edit .categoryinfo {
  background-color: transparent;
  border-bottom: none;
}
#page-mod-quiz-edit .createnewquestion .singlebutton input {
  margin-bottom: 0;
}
#page-mod-quiz-edit div.questionbank .categorysortopotionscontainer,
#page-mod-quiz-edit div.questionbank .categoryselectallcontainer {
  padding: 0 0 1.5em 0;
}
#page-mod-quiz-edit div.questionbank .categorypagingbarcontainer {
  background-color: transparent;
  margin: 0;
  border-top: 0;
  border-bottom: 0;
}
#page-mod-quiz-edit div.questionbank .categorypagingbarcontainer .paging {
  padding: 0 0.3em;
}
#page-mod-quiz-edit div.question div.content div.questioncontrols {
  background-color: #ffffff;
}
#page-mod-quiz-edit div.question div.content div.points {
  margin-top: -0.5em;
  padding-bottom: 0em;
  border: none;
  background-color: #ffffff;
  position: static;
  width: 12.1em;
  float: right;
  margin-left: 0px;
  margin-right: 60px;
}
#page-mod-quiz-edit div.question div.content div.points br {
  display: none;
}
#page-mod-quiz-edit div.question div.content div.points label {
  display: inline-block;
}
#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus {
  background-color: #ffffff;
}
#page-mod-quiz-edit .quizpagedelete,
#page-mod-quiz-edit .quizpagedelete img {
  background-color: transparent;
}
#page-mod-quiz-edit div.quizpage .pagecontent {
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
#page-mod-quiz-edit div.questionbank .categoryinfo {
  padding: 0.3em 0;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer {
  padding: 0;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer strong {
  display: block;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer hr,
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer br {
  display: none;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer strong {
  margin-left: -0.3em;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer strong label {
  margin-left: 0.3em;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer input {
  margin-left: 0;
}
#page-mod-quiz-edit div.questionbank .modulespecificbuttonscontainer input + input {
  margin-left: 5px;
}
.questionbankwindow .module {
  width: auto;
}
#page-mod-quiz-edit div.editq div.question div.content {
  background-color: #ffffff;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
}
.path-mod-quiz .statedetails {
  display: block;
  font-size: 0.9em;
}
a#hidebankcmd {
  color: #0070a8;
}
.que.shortanswer .answer {
  padding: 0;
}
.que label {
  display: inline;
}
body.path-question-type .mform fieldset.hidden {
  padding: 0;
  margin: 0.7em 0 0;
}
/* user.less */
.userprofile .fullprofilelink {
  text-align: center;
  margin: 10px;
}
.userprofile .description {
  margin-bottom: 20px;
}
.userprofile dl.list {
  *zoom: 1;
}
.userprofile dl.list:before,
.userprofile dl.list:after {
  display: table;
  content: "";
  line-height: 0;
}
.userprofile dl.list:after {
  clear: both;
}
.userprofile dl.list dt {
  float: left;
  width: 180px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.userprofile dl.list dd {
  margin-left: 200px;
}
.user-box {
  margin: 8px;
  width: 115px;
  height: 160px;
  text-align: center;
  float: left;
  clear: none;
}
.userlist .action-icon img {
  vertical-align: middle;
}
.userlist #showall {
  margin: 10px 0;
}
.userlist .buttons {
  text-align: center;
}
.userlist .buttons label {
  padding: 0 3px;
}
.userlist table#participants {
  text-align: center;
}
.userlist table#participants td,
.userlist table#participants th {
  vertical-align: middle;
  text-align: left;
  padding: 4px;
}
.userlist table.controls {
  width: 100%;
}
.userlist table.controls tr {
  vertical-align: top;
}
.userlist table.controls .right {
  text-align: right;
}
.userlist table.controls .groupselector {
  margin-bottom: 0;
  margin-top: 0;
}
.userlist table.controls .groupselector label {
  display: block;
}
.userinfobox {
  width: 100%;
  border: 1px solid;
  border-collapse: separate;
  padding: 10px;
}
.userinfobox .left,
.userinfobox .side {
  width: 100px;
  vertical-align: top;
}
.userinfobox .userpicture {
  width: 100px;
  height: 100px;
}
.userinfobox .content {
  vertical-align: top;
}
.userinfobox .links {
  width: 100px;
  padding: 5px;
  vertical-align: bottom;
}
.userinfobox .links a {
  display: block;
}
.userinfobox .list td {
  padding: 3px;
}
.userinfobox .username {
  padding-bottom: 20px;
  font-weight: bold;
}
.userinfobox td.label {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  font-weight: bold;
}
.groupinfobox {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
}
.groupinfobox blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.groupinfobox .left {
  padding: 10px;
  width: 100px;
  vertical-align: top;
}
.course-participation #showall {
  text-align: center;
  margin: 10px 0;
}
#user-policy .noticebox {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  width: 80%;
  height: 250px;
}
#user-policy #policyframe {
  width: 100%;
  height: 100%;
}
.iplookup #map {
  margin: auto;
}
.userselector select {
  width: 100%;
}
.userselector div {
  margin-top: 0.2em;
}
.userselector div label {
  margin-right: 0.3em;
}
/* Next style does not work in all browsers but looks nicer when it does */
.userselector .userselector-infobelow {
  font-size: 0.8em;
}
#userselector_options {
  padding: 0.3em 0;
}
#userselector_options .collapsibleregioncaption {
  font-weight: bold;
}
#userselector_options p {
  margin: 0.2em 0;
  text-align: left;
}
/** user full profile */
#page-user-profile .messagebox {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
/** user course profile */
#page-course-view-weeks .messagebox {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.profileeditor > .singleselect {
  margin: 0 0.5em 0 0;
}
.profileeditor > .singlebutton {
  display: inline-block;
  margin: 0 0 0 0.5em;
}
.profileeditor > .singlebutton div,
.profileeditor > .singlebutton input {
  margin: 0;
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #0070a8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #003d5c;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 180px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 200px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 180px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 200px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 200px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 200px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #00699e;
  background-image: -moz-linear-gradient(top, #0070a8, #005f8f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070a8), to(#005f8f));
  background-image: -webkit-linear-gradient(top, #0070a8, #005f8f);
  background-image: -o-linear-gradient(top, #0070a8, #005f8f);
  background-image: linear-gradient(to bottom, #0070a8, #005f8f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070a8', endColorstr='#ff005f8f', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #00699e;
  background-image: -moz-linear-gradient(top, #0070a8, #005f8f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070a8), to(#005f8f));
  background-image: -webkit-linear-gradient(top, #0070a8, #005f8f);
  background-image: -o-linear-gradient(top, #0070a8, #005f8f);
  background-image: linear-gradient(to bottom, #0070a8, #005f8f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070a8', endColorstr='#ff005f8f', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005aa8;
  background-image: -moz-linear-gradient(top, #0070a8, #0038a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070a8), to(#0038a8));
  background-image: -webkit-linear-gradient(top, #0070a8, #0038a8);
  background-image: -o-linear-gradient(top, #0070a8, #0038a8);
  background-image: linear-gradient(to bottom, #0070a8, #0038a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070a8', endColorstr='#ff0038a8', GradientType=0);
  border-color: #0038a8 #0038a8 #001e5c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0038a8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0038a8;
  *background-color: #002f8f;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #002775 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0070a8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #003d5c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0038a8;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0070a8;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0070a8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #0070a8;
  border-bottom-color: #0070a8;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #003d5c;
  border-bottom-color: #003d5c;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}
.navbar-link {
  color: #777777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #999999;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0070a8;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/**
 * bootstrapoverride.less
 *
 * This file is meant to contain rules which specifically override
 * rules defined in Bootstrap.
*/
h1 {
  font-size: 32px;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 12px;
}
h1 small {
  font-size: 24px;
}
h2 small {
  font-size: 20px;
}
h3 small {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
@media print {
  a[href]:after {
    content: "";
  }
}
/**
 * Implement missing variables, or faulty ones, in Bootstrap rules.
 *
 * Those are minimal overrides of Bootstrap rules to introduce the usage
 * of a variable, or to fix a variable being used.
 */
legend {
  border-bottom-color: #dddddd;
  color: #333333;
}
.breadcrumb {
  background-color: #f5f5f5;
}
.well {
  border-color: #e3e3e3;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
/* some very targetted corrections to roll back nameclashes between
 * Moodle and Bootstrap like .row, .label, .content, .controls
 *
 * Mostly relies on these styles being more specific than the Bootstrap
 * ones in order to overule them.
 */
li.activity.label,
.file-picker td.label {
  background: inherit;
  color: inherit;
  border: inherit;
  text-shadow: none;
  padding: 8px;
  white-space: normal;
  display: block;
  font-size: inherit;
  line-height: inherit;
}
.file-picker td.label {
  display: table-cell;
  text-align: right;
}
.choosercontainer #chooseform .option label {
  font-size: 12px;
}
/* block.invisible vs .invisible
 * block.hidden vs .invisible
 *
 * uses .invisible where the rest of Moodle uses .dimmed
 * fixible in block renderer?
 *
 * There's seems to be even more naming confusion here since,
 * blocks can be actually 'visible' (or not) to students,
 * marked 'visible' but really just dimmed to indicate to editors
 * that students can't see them or  'visible' to the user who
 * collapses them, 'visible' if you have the right role and in
 * different circumstances different sections of a block can
 * be 'visible' or not.
 *
 * currently worked around in renderers.php function block{}
 * by rewriting the class name "invisible" to "dimmed",
 * though the blocks don't look particularly different apart
 * from their contents disappearing. Maybe try .muted? or
 * dimming all the edit icons apart from unhide, might be a
 * nice effect, though they'd still be active. Maybe reverse
 * it to white?
 */
li.section.hidden,
.block.hidden,
.block.invisible {
  visibility: visible;
  display: block;
}
/* .row vs .row
 *
 * very tricky to track down this when it goes wrong,
 * since the styles are applied to generated content
 *
 * basically if you see things shifted left or right compared
 * with where they should be check for a .row
 */
#turnitintool_style .row,
.forumpost .row {
  margin-left: 0 !important;
}
#turnitintool_style .row:before,
#turnitintool_style .row:after,
.forumpost .row:before,
.forumpost .row:after {
  content: none;
}
/* fieldset.hidden vs .hidden
 *
 * Moodle uses fieldset.hidden for mforms, to signify a collection of
 * form elements that don't have a box drawn round them. Bootstrap
 * uses hidden for stuff that is hidden in various responsive modes.
 *
 * Relatedly, there is also fieldset.invisiblefieldset which hides the
 * border and sets the display to inline.
 *
 * Originally this just set block and visible, but it is used
 * in random question dialogue in Quiz,
 * that dialogue is hidden and shown, so when hidden the
 * above workaround leaves you with a button floating around
 */
fieldset.hidden {
  display: inherit;
  visibility: inherit;
}
/* .controls vs .controls
 *
 * in expanding course list, can be fixed in renderer though
 */
/* .btn vs .btn
 *
 * links, inputs and buttons are commonly styled with .btn in
 * bootstrap but it seems that some buttons in Moodle are
 * wrapped in div.btn e.g. the login block's "login" button
 */
div.c1.btn {
  display: block;
  padding: 0;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  vertical-align: inherit;
  cursor: default;
  color: inherit;
  text-shadow: inherit;
  background-color: inherit;
  background-image: none;
  background-repeat: none;
  border: none;
  border-radius: none;
  box-shadow: none;
}
/* .container vs .container
 *
 * bootstrap uses .container to set the width of the layout at 960px or so, Moodle uses it
 * in the Quiz to contain the questions to add. If you don't overule the Bootstrap code,
 * it becomes near unuseable.
 */
#questionbank + .container {
  width: auto;
}
img.hide {
  display: inherit;
}
.icon-bar,
img.icon-post,
img.icon-info,
img.icon-warn,
img.icon-pre {
  background-image: none;
}
.loginbox.twocolumns .signuppanel,
.loginbox.twocolumns .signuppanel,
.loginbox.twocolumns .loginpanel,
.loginbox.twocolumns .loginpanel {
  padding: 0px;
  margin: 0px;
}
.tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline;
}
body:not(.jsenabled) .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: -6px;
}
body:not(.jsenabled) .langmenu:hover > .dropdown-menu,
.langmenu.open > .dropdown-menu {
  display: block;
  max-height: 150px;
  overflow-y: auto;
}
.block {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  padding: 8px 0;
}
.block blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.block .header h2 {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.1em;
  word-wrap: break-word;
  margin: 0;
}
.block .header .block_action {
  padding: 3px 15px;
  float: right;
}
.block .header .block_action > * {
  margin-left: 3px;
}
.block .header .block_action .block-hider-show,
.block .header .block_action .block-hider-hide {
  cursor: pointer;
}
.block .header .block_action .block-hider-show {
  display: none;
}
.block .header .commands {
  clear: both;
  text-align: right;
  display: block;
  padding: 3px 15px;
}
.block .header .commands > a {
  margin: 0 3px;
}
.block .header .commands .icon img {
  width: 12px;
  height: 12px;
}
.block .header .commands img.actionmenu {
  width: auto;
}
.block .content {
  padding: 4px 14px;
  word-wrap: break-word;
}
.block .content h3 {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.1em;
}
.block .content hr {
  margin: 5px 0;
}
.block .content .userpicture {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.block .content .list li.listentry {
  clear: both;
}
.block .content .list .c0 {
  display: inline;
}
.block .content .list .c1 {
  margin-left: 5px;
  display: inline;
}
.block .footer {
  margin-bottom: 4px;
  display: block;
  padding: 3px 5px;
}
.block.beingmoved {
  border-width: 2px;
  border-style: dashed;
}
.block.invisible {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.block.hidden .header .block_action .block-hider-hide {
  display: none;
}
.block.hidden .header .block_action .block-hider-show {
  display: inline;
}
.block.list_block .unlist > li > .column {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.jsenabled .block.hidden .content {
  display: none;
}
.blockmovetarget {
  border-width: 2px;
  border-style: dashed;
  display: block;
  height: 1em;
  margin-bottom: 20px;
}
.blockannotation {
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}
.block_blog_menu #blogsearchquery {
  max-width: 92%;
}
.block_settings #adminsearchquery {
  max-width: 92%;
}
.block_search_forums #searchform_search {
  width: auto;
  max-width: 92%;
}
.block_calendar_upcoming .content .date {
  padding-left: 22px;
}
.block_calendar_upcoming .content .footer {
  margin-top: .5em;
  padding-top: 10px;
  padding-left: 0px;
}
.block_rss_client .content li {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.block_rss_client .content li .link {
  font-weight: inherit;
}
.block_rss_client .list li:first-child {
  border-top-width: 1px;
}
.block_news_items .content .newlink {
  padding-bottom: 10px;
}
.block_news_items .content ul li {
  border-top: 1px rgba(0, 0, 0, 0.05) solid;
  padding: 2px;
  display: table;
  width: 100%;
}
.block_news_items .content ul li .info {
  display: table-header-group;
}
.block_news_items .content ul li .date {
  font-size: 11.9px;
  display: inline;
}
.block_news_items .content ul li .name {
  font-size: 11.9px;
  padding-left: 1ex;
  display: inline;
}
.block_news_items .content .footer {
  padding-top: 10px;
  padding-left: 0px;
}
.block_login input#login_username,
.block_login input#login_password {
  width: 95%;
}
.block_login .content {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
}
.block_login input[type="submit"] {
  margin: 10px 0;
}
.block_adminblock .content {
  display: block;
  padding: 3px 5px;
}
.block_adminblock select {
  max-width: 92%;
}
/**
 * Moodle forms HTML isn't changeable via renderers (yet?) so this
 * .less file imports styles from the bootstrap @variables file and
 * adds them to the existing Moodle form CSS ids and classes.
 *
 */
form {
  margin: 0;
}
.mform fieldset .advancedbutton {
  text-align: right;
}
.jsenabled .mform .containsadvancedelements .advanced {
  display: none;
}
.mform .containsadvancedelements .advanced.show {
  display: block;
}
.mform fieldset.group {
  margin-bottom: 0;
}
.mform fieldset.error {
  border: 1px solid #b94a48;
}
.mform span.error {
  display: inline-block;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  background-color: #f2dede;
  padding: 4px;
  margin-bottom: 4px;
}
.mform fieldset.collapsible legend a.fheader {
  padding: 0 5px 0 20px;
  margin-left: -20px;
  margin-right: 0;
  background-position: 2px center;
  background-repeat: no-repeat;
}
.jsenabled .mform .collapsed .fcontainer {
  display: none;
}
.mform .fitem .fitemtitle div {
  display: inline;
}
.loginpanel .error,
.mform .error {
  color: #b94a48;
}
.mform .fdescription.required {
  margin-left: 200px;
}
.mform .fpassword .unmask {
  display: inline-block;
  margin-left: 0.5em;
}
.mform .fpassword .unmask > input {
  margin: 0;
}
.mform .fpassword .unmask > label {
  display: inline-block;
}
.mform label {
  display: inline-block;
}
.mform .iconhelp {
  margin-left: 4px;
}
.mform .ftextarea #id_alltext {
  width: 100%;
}
.mform ul.file-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mform label .req,
.mform label .adv {
  cursor: help;
}
.mform .fcheckbox input {
  margin-left: 0;
  margin-top: 5px;
}
.mform .fitem fieldset.fgroup label,
.mform fieldset.fdate_selector label {
  display: inline;
  float: none;
  width: auto;
}
.mform .ftags label.accesshide {
  display: block;
  position: static;
}
.mform .ftags select {
  margin-bottom: 0.7em;
  min-width: 22em;
}
.mform .helplink img {
  margin: 0 .45em;
  padding: 0;
}
.mform legend .helplink img {
  margin: 0 .2em;
}
.singleselect label {
  margin-left: 0;
  margin-right: .3em;
}
input#id_externalurl {
  direction: ltr;
}
#portfolio-add-button {
  display: inline;
}
.form-item,
.mform .fitem {
  margin-bottom: 20px;
  *zoom: 1;
  margin-bottom: 10px;
}
.form-item:before,
.mform .fitem:before,
.form-item:after,
.mform .fitem:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-item:after,
.mform .fitem:after {
  clear: both;
}
.form-item .form-label,
.mform .fitem div.fitemtitle {
  float: left;
  width: 180px;
  padding-top: 5px;
  text-align: right;
  width: 140px;
}
.form-defaultinfo,
.form-label .form-shortname {
  color: #999999;
}
.form-label .form-shortname {
  font-size: 10.5px;
  display: block;
}
.form-item .form-setting,
.form-item .form-description,
.mform .fitem .felement,
#page-mod-forum-search .c1 {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 200px;
  *margin-left: 0;
}
.form-item .form-setting:first-child,
.form-item .form-description:first-child,
.mform .fitem .felement:first-child,
#page-mod-forum-search .c1:first-child {
  *padding-left: 200px;
}
.formsettingheading {
  margin-bottom: 0;
}
.form-item .form-description,
.felement.fstatic {
  color: #595959;
  display: block;
  margin-bottom: 10px;
  padding-top: 5px;
}
.form-item .form-description {
  padding-top: 0;
}
table#form td.submit,
.form-buttons,
.path-admin .buttons,
#fitem_id_submitbutton,
.fp-content-center form + div,
div.backup-section + form,
#fgroup_id_buttonar {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
  padding-left: 0;
}
table#form td.submit:before,
.form-buttons:before,
.path-admin .buttons:before,
#fitem_id_submitbutton:before,
.fp-content-center form + div:before,
div.backup-section + form:before,
#fgroup_id_buttonar:before,
table#form td.submit:after,
.form-buttons:after,
.path-admin .buttons:after,
#fitem_id_submitbutton:after,
.fp-content-center form + div:after,
div.backup-section + form:after,
#fgroup_id_buttonar:after {
  display: table;
  content: "";
  line-height: 0;
}
table#form td.submit:after,
.form-buttons:after,
.path-admin .buttons:after,
#fitem_id_submitbutton:after,
.fp-content-center form + div:after,
div.backup-section + form:after,
#fgroup_id_buttonar:after {
  clear: both;
}
.path-admin .buttons,
.form-buttons {
  padding-left: 200px;
}
.form-item .form-setting .form-checkbox.defaultsnext {
  margin-top: 5px;
  display: inline-block;
}
#adminsettings h3 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.mform legend a,
.mform legend a:hover {
  color: #333333;
  text-decoration: none;
}
#page-grade-edit-outcome-course .courseoutcomes {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#page-grade-edit-outcome-course .courseoutcomes td {
  text-align: center;
}
/* Install Process' text fields Forms, should always be justified to the left */
#installform #id_wwwroot,
#installform #id_dirroot,
#installform #id_dataroot,
#installform #id_dbhost,
#installform #id_dbname,
#installform #id_dbuser,
#installform #id_dbpass,
#installform #id_prefix {
  direction: ltr;
}
.mdl-right > label {
  display: inline-block;
}
input[type="radio"] + label,
input[type="checkbox"] + label {
  display: inline;
  padding-left: 0.2em;
}
input[type="radio"],
input[type="checkbox"] {
  margin-top: -4px;
  margin-left: auto;
  margin-right: 7px;
}
.singleselect {
  display: inline-block;
}
.singleselect form,
.singleselect select {
  margin: 0;
}
.form-item .form-label label {
  margin-bottom: 0;
}
.felement.ffilepicker {
  margin-top: 5px;
}
div#dateselector-calendar-panel {
  z-index: 3100;
  /* Set higher than the z-index of the filemanager - see MDL-39047. */
}
fieldset.coursesearchbox label {
  display: inline;
}
/**
 * Show the labels above text editors and file managers except on wide screens.
 */
#region-main .mform:not(.unresponsive) .fitem .fitemtitle label {
  font-weight: bold;
}
/**
 * Make forms vertical when the screen is less than 1200px;
 */
@media (max-width: 1199px) {
  body #region-main .mform:not(.unresponsive) .fitem .fitemtitle {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
  }
  body #region-main .mform:not(.unresponsive) .fitem .felement {
    margin-left: 0;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  body #region-main .mform:not(.unresponsive) .fitem .fstatic:empty {
    display: none;
  }
  body #region-main .mform:not(.unresponsive) .femptylabel .fitemtitle {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
  body #region-main .mform:not(.unresponsive) .femptylabel .felement {
    display: inline-block;
    margin-top: 4px;
    padding-top: 5px;
    width: auto;
  }
  body #region-main .mform:not(.unresponsive) .fitem_fcheckbox .fitemtitle,
  body #region-main .mform:not(.unresponsive) .fitem_fcheckbox .felement {
    display: inline-block;
    width: auto;
  }
  body #region-main .mform:not(.unresponsive) .fitem_fcheckbox .felement {
    padding: 6px;
  }
}
/**
 * Make forms vertical when the screen is less than 1474px AND both side-pre and side-post contain blocks.
 * This is an extra special media rule.
 * It causes forms to show vertically when the screen size is calculated as:
 * 1199px + (1199px * 23%)
 * Where 23% is the width of span3
 * Full calculation is:
 *   @maxWidthForVerticalForms: 1199px * (unit(((@fluidGridColumnWidth1200 * 3) + (@fluidGridGutterWidth * (3 - 1)))) / 100) + 1199px;
 */
@media (max-width: 1474px) {
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem .fitemtitle {
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: left;
    width: 100%;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem .felement {
    margin-left: 0;
    width: 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem .fstatic:empty {
    display: none;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .femptylabel .fitemtitle {
    display: inline-block;
    width: auto;
    margin-right: 8px;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .femptylabel .felement {
    display: inline-block;
    margin-top: 4px;
    padding-top: 5px;
    width: auto;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem_fcheckbox .fitemtitle,
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem_fcheckbox .felement {
    display: inline-block;
    width: auto;
  }
  .used-region-side-pre.used-region-side-post #region-main .mform:not(.unresponsive) .fitem_fcheckbox .felement {
    padding: 6px;
  }
}
/* Section and module editing forms contain special JS components for the
   availability system (if enabled). */
#fitem_id_availabilityconditionsjson {
  /* Eye icon in front of an item and delete icon after it. */
  /* Hidden eye icon still takes up space. */
  /* Eye icons in front of child lists are aligned specially. */
  /* Add button lines up with child elements. */
  /* Nested section is grey. */
  /* Second (and more) levels of nested sections are white. */
  /* Connecting text needs to be indented. */
}
#fitem_id_availabilityconditionsjson *[aria-hidden=true] {
  display: none;
}
#fitem_id_availabilityconditionsjson select,
#fitem_id_availabilityconditionsjson input[type=text] {
  position: relative;
  top: 4px;
}
#fitem_id_availabilityconditionsjson label {
  display: inline;
}
#fitem_id_availabilityconditionsjson .availability-group {
  margin-right: 8px;
}
#fitem_id_availabilityconditionsjson .availability-item {
  margin-bottom: 6px;
}
#fitem_id_availabilityconditionsjson .availability-none {
  margin-left: 20px;
  margin-bottom: 4px;
}
#fitem_id_availabilityconditionsjson .availability-plugincontrols {
  padding: 2px 0px 0px 4px;
  background: none repeat scroll 0% 0% #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
}
#fitem_id_availabilityconditionsjson .availability-eye,
#fitem_id_availabilityconditionsjson .availability-delete {
  margin-right: 8px;
}
#fitem_id_availabilityconditionsjson .availability-eye[aria-hidden=true] {
  display: inline;
  visibility: hidden;
}
#fitem_id_availabilityconditionsjson .availability-list > .availability-eye img {
  vertical-align: top;
  margin-top: 12px;
}
#fitem_id_availabilityconditionsjson .availability-button {
  margin-left: 15px;
}
#fitem_id_availabilityconditionsjson .availability-childlist > .availability-inner {
  display: inline-block;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 6px;
  margin-bottom: 6px;
}
#fitem_id_availabilityconditionsjson .availability-childlist .availability-childlist > .availability-inner {
  background: white;
}
#fitem_id_availabilityconditionsjson .availability-connector {
  margin-left: 20px;
  margin-bottom: 6px;
}
/* Default form styling colours all text red. With availability conditions
   this looks excessive as we show 'Invalid' markers in specific places. */
.mform .error .availability-field {
  color: #333333;
}
/* This dialogue is used to add an availability condition. */
.availability-dialogue .moodle-dialogue .moodle-dialogue-bd {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2px;
}
.availability-dialogue ul {
  display: block;
  margin: 0;
}
.availability-dialogue li {
  display: block;
  list-style-type: none;
  padding: 0 0 4px;
  clear: both;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 4px;
}
.availability-dialogue ul button {
  float: left;
  margin-left: 1em;
  min-width: 140px;
  margin-top: 4px;
}
.availability-dialogue label {
  margin-left: 170px;
  margin-right: 1em;
  margin-bottom: 0;
}
.availability-dialogue .availability-buttons button {
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 4px;
}
/* Revert to the non-fixed width where a textarea has the number of columns
   specified, or an input has it's size specified. */
textarea[cols],
input[size] {
  width: auto;
}
/* modules.less */
select {
  width: auto;
}
.path-mod-forum .forumsearch input,
.path-mod-forum .forumsearch .helptooltip {
  margin: 0 3px;
}
.path-mod-forum .forumheaderlist,
.path-mod-forum .forumheaderlist td {
  border: none;
}
.path-mod-forum .forumheaderlist thead .header {
  white-space: normal;
  vertical-align: top;
}
.path-mod-forum .forumheaderlist thead .header.replies {
  text-align: center;
}
.path-mod-forum .forumheaderlist thead .header.lastpost {
  text-align: right;
}
.path-mod-forum .forumheaderlist .discussion .author,
.path-mod-forum .forumheaderlist .discussion .replies,
.path-mod-forum .forumheaderlist .discussion .lastpost {
  white-space: normal;
}
.path-mod-forum .forumheaderlist .discussion .replies {
  text-align: center;
}
.path-mod-forum .forumheaderlist .discussion .topic,
.path-mod-forum .forumheaderlist .discussion .topic.starter,
.path-mod-forum .forumheaderlist .discussion .picture,
.path-mod-forum .forumheaderlist .discussion .author,
.path-mod-forum .forumheaderlist .discussion .replies,
.path-mod-forum .forumheaderlist .discussion .lastpost {
  vertical-align: top;
}
.path-mod-feedback .feedback_bar_image {
  height: 5px;
}
.forumpost {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  padding: 6px;
}
.forumpost blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.forumpost .header {
  margin-bottom: 3px;
}
.forumpost .picture img {
  margin: 3px;
}
.forumpost .picture img.userpicture {
  margin-left: 3px;
  margin-right: 10px;
}
.forumpost .content .posting.fullpost {
  margin-top: 8px;
}
.forumpost .row .topic,
.forumpost .row .content-mask,
.forumpost .row .options {
  margin-left: 48px;
}
.forumpost .row.side {
  clear: both;
}
.forumpost .row .left {
  width: 48px;
}
.forumpost .options .commands {
  margin-left: 0;
}
.forumpost .subject {
  font-weight: bold;
}
.forumsearch input[type=text] {
  margin-bottom: 0 !important;
}
#page-mod-forum-discuss .discussioncontrols {
  width: auto;
  margin: 0;
}
#page-footer {
  margin-top: 1em;
  padding: 1em 0;
  border-top: 2px solid #dddddd;
}
.maincalendar .calendarmonth td,
.maincalendar .calendarmonth th {
  border: 1px dotted #dddddd;
}
.path-grade-report-grader h1 {
  text-align: inherit;
}
#page-mod-chat-gui_basic input#message {
  max-width: 100%;
}
#page-mod-data-view #singleimage {
  width: auto;
}
.path-mod-data form {
  margin-top: 10px;
}
.template_heading {
  margin-top: 10px;
}
.breadcrumb-button {
  float: right;
  margin-top: 4px;
}
.breadcrumb-button .singlebutton {
  float: left;
  margin-left: 4px;
}
.navbar-inverse .logininfo a {
  color: #999999;
}
.navbar-inverse .logininfo a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  z-index: 4030;
}
.ie .row-fluid .desktop-first-column {
  margin-left: 0;
}
.langmenu form {
  margin: 0;
}
.container-fluid {
  max-width: 1680px;
  margin: 0 auto;
}
canvas {
  -ms-touch-action: auto;
}
div#dock {
  display: none;
}
.path-mod-choice .horizontal .choices {
  margin: 0;
}
.path-mod-choice .horizontal .choices .option {
  display: inline-block;
  padding: 10px;
}
.path-mod-choice .results .data {
  white-space: normal;
}
.path-mod-lesson .firstpageoptions {
  margin: auto;
  min-width: 280px;
  width: 60%;
}
.path-mod-lesson .centerpadded {
  padding: 5px;
  text-align: center;
}
.path-mod-wiki .wiki_headingtitle,
.path-mod-wiki .midpad,
.path-mod-wiki .wiki_headingtime {
  text-align: inherit;
}
.path-mod-wiki .wiki_contentbox {
  width: 100%;
}
.dropdown-menu > li > a {
  padding: 3px 20px 3px 8px;
}
.path-mod-survey .surveytable > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}
.path-mod-survey .surveytable > tbody > tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.path-mod-survey .surveytable .rblock label {
  text-align: center;
}
.path-mod-survey .resultgraph,
.path-mod-survey .reportsummary,
.path-mod-survey .studentreport,
.path-mod-survey .reportbuttons,
.path-mod-survey .centerpara {
  text-align: center;
}
.nav .caret {
  margin-left: 4px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax {
  background-color: #ffffff;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd-nohd,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd-noft,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom {
  border: 0;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  border-radius: 0;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right blockquote,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit div.yui-layout-bd {
  background-color: transparent;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell {
  border: 0;
  padding: 3px 15px;
  white-space: nowrap;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable input,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell input {
  margin: 0 10px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable input#input-message,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell input#input-message {
  width: 45%;
  margin: auto;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable a,
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell a {
  margin: 0 5px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist {
  padding: 10px 5px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ffffff;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list img {
  margin-right: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: none;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages {
  margin: 20px 25px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-event.course-theme {
  text-align: center;
  margin: 10px 0;
  font-size: 11.9px;
  color: #777;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme {
  background-color: #ffffff;
  border: 1px dotted #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 10px;
  margin: 10px 0;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme .time {
  float: right;
  font-size: 11px;
  color: #777;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .mdl-chat-my-entry .chat-message.course-theme {
  background-color: #f6f6f6;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .mdl-chat-my-entry .chat-message.course-theme .user {
  font-weight: bold;
}
/* reports.less */
#page-report-participation-index .participationselectform div label {
  display: inline;
  margin: 0 5px;
}
.path-backup .mform .grouped_settings.section_level {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #e3e3e3;
  padding: 10px 0 0 0;
  clear: both;
}
.path-backup .mform .grouped_settings.section_level blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.path-backup .mform .grouped_settings {
  clear: both;
  overflow: hidden;
}
.path-backup .include_setting,
.path-backup .grouped_settings .normal_setting {
  display: inline-block;
}
.path-backup .include_setting.section_level label {
  font-weight: bold;
}
.path-backup .mform .fitem .fitemtitle {
  width: 260px;
}
.path-backup .mform .fitem .felement {
  margin-left: 280px;
}
.path-backup .notification.dependencies_enforced {
  text-align: center;
  color: #b94a48;
  font-weight: bold;
}
.path-backup .backup_progress {
  text-align: center;
}
.path-backup .backup_progress .backup_stage {
  color: #999999;
}
.path-backup .backup_progress .backup_stage.backup_stage_current {
  font-weight: bold;
  color: inherit;
}
.path-backup .backup_progress span.backup_stage.backup_stage_complete {
  color: inherit;
}
#page-backup-restore .filealiasesfailures {
  background-color: #f2dede;
}
#page-backup-restore .filealiasesfailures .aliaseslist {
  width: 90%;
  margin: 0.8em auto;
  background-color: #ffffff;
  border: 1px dotted #666;
}
.path-backup .fitem .smallicon {
  vertical-align: text-bottom;
}
.backup-restore .backup-section > h2.header,
.backup-restore .backup-section .backup-sub-section h3 {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.backup-restore .backup-section .noticebox {
  margin: 1em auto;
  width: 60%;
  text-align: center;
}
.backup-restore .backup-section.settings-section .detail-pair {
  width: 50%;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.backup-restore .backup-section.settings-section .detail-pair-label {
  width: 65%;
}
.backup-restore .backup-section.settings-section .detail-pair-value {
  width: 25%;
}
.backup-restore .activitytable {
  min-width: 500px;
}
.backup-restore .activitytable .modulename {
  width: 100px;
}
.backup-restore .activitytable .moduleincluded {
  width: 50px;
}
.backup-restore .activitytable .userinfoincluded {
  width: 50px;
}
.backup-restore .detail-pair-label {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 25%;
  padding: 8px;
  margin: 0;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}
.backup-restore .detail-pair-value {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  width: 65%;
  padding: 8px;
  margin: 0;
}
.backup-restore .detail-pair-value > .sub-detail {
  display: block;
  font-size: 11.9px;
  color: #999999;
}
.backup-restore > .singlebutton {
  text-align: right;
}
.path-backup .mform .fgroup .proceedbutton {
  float: right;
  margin-right: 5%;
}
.restore-course-search .rcs-results {
  width: 70%;
  min-width: 400px;
}
.restore-course-search .rcs-results table {
  width: 100%;
  margin: 0;
  border-width: 0;
}
.restore-course-search .rcs-results table .no-overflow {
  max-width: 600px;
}
.restore-course-search .rcs-results .paging {
  text-align: left;
  margin: 0;
  background-color: #eee;
  padding: 3px;
}
.restore-course-category .rcs-results {
  width: 70%;
  min-width: 400px;
  border: 1px solid #ddd;
  margin: 5px 0;
}
.restore-course-category .rcs-results table {
  width: 100%;
  margin: 0;
  border-width: 0;
}
.restore-course-category .rcs-results table .no-overflow {
  max-width: 600px;
}
.restore-course-category .rcs-results .paging {
  text-align: left;
  margin: 0;
  background-color: #eee;
  padding: 3px;
}
.path-backup .wibbler {
  width: 500px;
  margin: 0 auto 10px;
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  position: relative;
  min-height: 4px;
}
.path-backup .wibbler .wibble {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
}
.path-backup .wibbler .state0 {
  background: #eee;
}
.path-backup .wibbler .state1 {
  background: #ddd;
}
.path-backup .wibbler .state2 {
  background: #ccc;
}
.path-backup .wibbler .state3 {
  background: #bbb;
}
.path-backup .wibbler .state4 {
  background: #aaa;
}
.path-backup .wibbler .state5 {
  background: #999;
}
.path-backup .wibbler .state6 {
  background: #888;
}
.path-backup .wibbler .state7 {
  background: #777;
}
.path-backup .wibbler .state8 {
  background: #666;
}
.path-backup .wibbler .state9 {
  background: #555;
}
.path-backup .wibbler .state10 {
  background: #444;
}
.path-backup .wibbler .state11 {
  background: #333;
}
.path-backup .wibbler .state12 {
  background: #222;
}
.path-backup .backup_log {
  margin-top: 2em;
}
.path-backup .backup_log h2 {
  font-size: 1em;
}
.path-backup .backup_log_contents {
  border: 1px solid #ddd;
  padding: 10px;
  height: 300px;
  overflow-y: scroll;
}
table.flexible,
.generaltable {
  width: 100%;
  margin-bottom: 20px;
}
table.flexible th,
.generaltable th,
table.flexible td,
.generaltable td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.flexible th,
.generaltable th {
  font-weight: bold;
}
table.flexible thead th,
.generaltable thead th {
  vertical-align: bottom;
}
table.flexible caption + thead tr:first-child th,
.generaltable caption + thead tr:first-child th,
table.flexible caption + thead tr:first-child td,
.generaltable caption + thead tr:first-child td,
table.flexible colgroup + thead tr:first-child th,
.generaltable colgroup + thead tr:first-child th,
table.flexible colgroup + thead tr:first-child td,
.generaltable colgroup + thead tr:first-child td,
table.flexible thead:first-child tr:first-child th,
.generaltable thead:first-child tr:first-child th,
table.flexible thead:first-child tr:first-child td,
.generaltable thead:first-child tr:first-child td {
  border-top: 0;
}
table.flexible tbody + tbody,
.generaltable tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.flexible .table,
.generaltable .table {
  background-color: #ffffff;
}
.singlebutton div {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
#notice .buttons .singlebutton {
  display: inline-block;
}
.continuebutton {
  text-align: center;
}
.btn-lineup {
  margin: 0 0 10px 5px;
}
input[name="searchwikicontent"] + input[type="submit"],
select + input[type="submit"],
input[type="text"] + input[type="button"],
input[type="password"] + input[type="submit"],
input[type="text"] + button,
input[type="text"] + input[type="submit"] {
  margin: 0 0 10px 5px;
}
p.arrow_button {
  margin-top: 5em;
  text-align: center;
}
p.arrow_button #remove {
  margin: 3em auto 5em;
}
p.arrow_button input {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#addcontrols {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 3em;
}
#addcontrols label {
  display: inline;
}
#addcontrols input,
#removecontrols input {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
}
button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
button:hover,
input.form-submit:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input.form-submit:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:active,
input.form-submit:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button.active,
input.form-submit.active,
input[type="button"].active,
input[type="submit"].active,
input[type="reset"].active,
button.disabled,
input.form-submit.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
button[disabled],
input.form-submit[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
input.form-submit:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button.active,
input.form-submit.active,
input[type="button"].active,
input[type="submit"].active,
input[type="reset"].active {
  background-color: #cccccc \9;
}
button:first-child,
input.form-submit:first-child,
input[type="button"]:first-child,
input[type="submit"]:first-child,
input[type="reset"]:first-child {
  *margin-left: 0;
}
button:hover,
input.form-submit:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:focus,
input.form-submit:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
button:focus,
input.form-submit:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button.active,
input.form-submit.active,
input[type="button"].active,
input[type="submit"].active,
input[type="reset"].active,
button:active,
input.form-submit:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
button.disabled,
input.form-submit.disabled,
input[type="button"].disabled,
input[type="submit"].disabled,
input[type="reset"].disabled,
button[disabled],
input.form-submit[disabled],
input[type="button"][disabled],
input[type="submit"][disabled],
input[type="reset"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button .label,
input.form-submit .label,
input[type="button"] .label,
input[type="submit"] .label,
input[type="reset"] .label,
button .badge,
input.form-submit .badge,
input[type="button"] .badge,
input[type="submit"] .badge,
input[type="reset"] .badge {
  position: relative;
  top: -1px;
}
button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  margin: 0 0 10px 5px;
}
button.yui3-button.closebutton,
button.yui3-button.closebutton:hover {
  background-position: 0 0;
}
input.fp-btn-choose {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-enroller-panel .uep-search-results .user .options .enrol {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-enroller-panel .uep-search-results .user .options .enrol .label,
.user-enroller-panel .uep-search-results .user .options .enrol .badge {
  top: 0;
}
.gradetreebox h4 {
  font-size: 14px;
}
.gradetreebox th.cell,
.gradetreebox input[type=text] {
  width: auto;
}
.gradetreebox input[type=text],
.gradetreebox select {
  margin-bottom: 0;
}
#page-grade-grading-manage #activemethodselector label {
  display: inline-block;
}
#page-grade-grading-manage #activemethodselector .helptooltip {
  margin-right: 0.5em;
}
#page-grade-grading-manage .actions {
  display: block;
  text-align: center;
  margin-bottom: 1em;
}
#page-grade-grading-manage .actions .action {
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 150px;
  text-align: center;
  overflow: hidden;
  margin: 0.5em;
  padding: 1em;
  border: 1px solid #aaa;
}
#page-grade-grading-manage .actions .action:hover,
#page-grade-grading-manage .actions .action:focus,
#page-grade-grading-manage .actions .action:active,
#page-grade-grading-manage .actions .action.active,
#page-grade-grading-manage .actions .action.disabled,
#page-grade-grading-manage .actions .action[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#page-grade-grading-manage .actions .action:active,
#page-grade-grading-manage .actions .action.active {
  background-color: #cccccc \9;
}
#page-grade-grading-manage .actions .action:first-child {
  *margin-left: 0;
}
#page-grade-grading-manage .actions .action:hover,
#page-grade-grading-manage .actions .action:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#page-grade-grading-manage .actions .action:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#page-grade-grading-manage .actions .action.active,
#page-grade-grading-manage .actions .action:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#page-grade-grading-manage .actions .action.disabled,
#page-grade-grading-manage .actions .action[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-grade-grading-manage .actions .action .label,
#page-grade-grading-manage .actions .action .badge {
  position: relative;
  top: -1px;
}
#page-grade-grading-manage .actions .action .action-icon {
  display: inline-block;
  position: relative;
  height: 64px;
  width: 64px;
}
#page-grade-grading-manage .actions .action .action-text {
  position: relative;
  top: 0.4em;
  font-size: 14px;
}
#page-grade-grading-form-rubric-edit .gradingform_rubric_editform .status {
  font-size: 70%;
}
.gradingform_rubric.editor .addlevel input,
.gradingform_rubric.editor .addcriterion input {
  background: #ffffff none no-repeat top left;
}
#rubric-rubric.gradingform_rubric #rubric-criteria {
  margin-bottom: 1em;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .description {
  vertical-align: top;
  padding: 6px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .description textarea {
  margin-bottom: 0px;
  height: 115px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .definition textarea {
  width: 80%;
  margin-bottom: 0px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .score {
  position: relative;
  float: left;
  margin-right: 28px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .score input {
  margin-bottom: 0px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .level {
  vertical-align: top;
  padding: 6px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .level .delete {
  position: relative;
  width: 32px;
  height: 32px;
  margin-top: -32px;
  clear: both;
  float: right;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .level .delete input {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  margin: 0px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .level .delete input:hover {
  background-color: #ddd;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .scorevalue input {
  float: none;
  width: 2em;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .scorevalue input.hiddenelement,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .scorevalue input.pseudotablink {
  width: 0;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel {
  vertical-align: middle;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  background-position: 0px 0px;
  height: 30px;
  margin-right: 5px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:hover,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:focus,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:active,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input.active,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input.disabled,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:active,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input.active {
  background-color: #cccccc \9;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:first-child {
  *margin-left: 0;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:hover,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input.active,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input.disabled,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input .label,
#rubric-rubric.gradingform_rubric #rubric-criteria .criterion .addlevel input .badge {
  position: relative;
  top: -1px;
}
#rubric-rubric.gradingform_rubric .addcriterion {
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  padding: 0;
  margin-bottom: 1em;
}
#rubric-rubric.gradingform_rubric .addcriterion:hover,
#rubric-rubric.gradingform_rubric .addcriterion:focus,
#rubric-rubric.gradingform_rubric .addcriterion:active,
#rubric-rubric.gradingform_rubric .addcriterion.active,
#rubric-rubric.gradingform_rubric .addcriterion.disabled,
#rubric-rubric.gradingform_rubric .addcriterion[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#rubric-rubric.gradingform_rubric .addcriterion:active,
#rubric-rubric.gradingform_rubric .addcriterion.active {
  background-color: #cccccc \9;
}
#rubric-rubric.gradingform_rubric .addcriterion:first-child {
  *margin-left: 0;
}
#rubric-rubric.gradingform_rubric .addcriterion:hover,
#rubric-rubric.gradingform_rubric .addcriterion:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#rubric-rubric.gradingform_rubric .addcriterion:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#rubric-rubric.gradingform_rubric .addcriterion.active,
#rubric-rubric.gradingform_rubric .addcriterion:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#rubric-rubric.gradingform_rubric .addcriterion.disabled,
#rubric-rubric.gradingform_rubric .addcriterion[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#rubric-rubric.gradingform_rubric .addcriterion .label,
#rubric-rubric.gradingform_rubric .addcriterion .badge {
  position: relative;
  top: -1px;
}
#rubric-rubric.gradingform_rubric .addcriterion input {
  margin: 0;
  color: inherit;
  text-shadow: inherit;
  border: 0px none;
  line-height: inherit;
  padding-left: 26px;
}
#rubric-rubric.gradingform_rubric .options {
  clear: both;
}
#rubric-rubric.gradingform_rubric .options .option label {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 2em;
  color: inherit;
  text-shadow: none;
  background-color: transparent;
}
#rubric-rubric.gradingform_rubric .options .option input {
  margin-left: 5px;
  margin-right: 12px;
}
/**
 * This styles the H2 node the dock creates to test the width before making its title rotation.
 * We need to apply these EXACT styles to the #dock .dockedtitle h2 to be sure things are spaced correctly.
 */
.transform-test-heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
body.has_dock #page {
  padding-left: 45px;
  padding-right: 0;
}
body.has_dock div#dock {
  display: inline;
}
#dock {
  width: 42px;
  position: fixed;
  top: 0;
  left: 0%;
  right: auto;
  height: 100%;
  background-color: transparent;
  border-right: 0 none;
}
#dock .nothingdocked {
  visibility: hidden;
  display: none;
}
#dock .dockeditem_container {
  margin-top: 68px;
}
#dock .dockeditem .firstdockitem {
  margin-top: 1em;
}
#dock .dockedtitle {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  display: block;
  width: 36px;
  margin: 3px;
  padding: 0;
  cursor: pointer;
}
#dock .dockedtitle:hover,
#dock .dockedtitle:focus,
#dock .dockedtitle:active,
#dock .dockedtitle.active,
#dock .dockedtitle.disabled,
#dock .dockedtitle[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#dock .dockedtitle:active,
#dock .dockedtitle.active {
  background-color: #cccccc \9;
}
#dock .dockedtitle:first-child {
  *margin-left: 0;
}
#dock .dockedtitle:hover,
#dock .dockedtitle:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#dock .dockedtitle:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#dock .dockedtitle.active,
#dock .dockedtitle:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#dock .dockedtitle.disabled,
#dock .dockedtitle[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#dock .dockedtitle .label,
#dock .dockedtitle .badge {
  position: relative;
  top: -1px;
}
#dock .dockedtitle h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 36px;
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#dock .dockedtitle .filterrotate {
  margin-left: 8px;
}
#dock .controls {
  position: absolute;
  bottom: 1em;
  text-align: center;
  width: 100%;
}
#dock .controls img {
  cursor: pointer;
}
#dock .editing_move,
#dock .moodle-core-dragdrop-draghandle {
  display: none;
}
#dockeditempanel {
  z-index: 12000;
  /** Required to place the dock panel above the fixed pos navbar */
  min-width: 200px;
  position: relative;
  left: 100%;
  padding-left: 5px;
}
#dockeditempanel.dockitempanel_hidden {
  display: none;
}
#dockeditempanel .dockeditempanel_content {
  background-color: #f5f5f5;
  width: 384px;
  border: 1px solid #d5d5d5;
  -webkit-box-shadow: 2px 4px 4px 2px #eeeeee;
  -moz-box-shadow: 2px 4px 4px 2px #eeeeee;
  box-shadow: 2px 4px 4px 2px #eeeeee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#dockeditempanel .dockeditempanel_bd {
  overflow: auto;
  /** Required to make the content scrollable when it flows over the fixed area of the screen */
}
#dockeditempanel .dockeditempanel_bd > * {
  margin: 1em;
}
#dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {
  overflow: visible;
}
#dockeditempanel .dockeditempanel_hd {
  border-bottom: 1px solid #ffffff;
  padding: 0.5em 1em;
}
#dockeditempanel .dockeditempanel_hd h2 {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}
#dockeditempanel .dockeditempanel_hd .commands {
  display: block;
  text-align: right;
}
#dockeditempanel .dockeditempanel_hd .commands > a,
#dockeditempanel .dockeditempanel_hd .commands > span {
  margin-left: 3px;
  cursor: pointer;
}
#dockeditempanel .dockeditempanel_hd .commands img,
#dockeditempanel .dockeditempanel_hd .commands input {
  vertical-align: middle;
  margin-right: 1px;
}
#dockeditempanel .dockeditempanel_hd .commands .hidepanelicon img {
  cursor: pointer;
}
/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/* responsive.less */
@media (min-width: 980px) and (max-width: 1199px) {
  .form-item .form-label,
  .mform .fitem div.fitemtitle,
  .userprofile dl.list dt,
  .form-horizontal .control-label {
    width: 200px;
  }
  .form-item .form-setting,
  .form-item .form-description,
  .mform .fitem .felement,
  #page-mod-forum-search .c1,
  .mform .fdescription.required,
  .userprofile dl.list dd,
  .form-horizontal .controls {
    margin-left: 220px;
  }
  #page-mod-forum-search.dir-lrt .c1 {
    margin-right: 220px;
  }
  .path-admin .buttons,
  .form-buttons {
    padding-left: 220px;
  }
}
@media (max-width: 873px) {
  .file-picker .fp-repo-area {
    width: 100%;
    height: auto;
    max-height: 220px;
    y-scroll: auto;
    float: none;
    border: 0px;
  }
  .file-picker .fp-repo-items {
    width: 100%;
    float: none;
  }
  .file-picker .fp-login-form .fp-login-input label {
    text-align: left;
  }
  .file-picker .fp-content form td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .fp-content .mdl-right {
    text-align: left;
  }
  .fp-repo-items .fp-navbar {
    border-top: 1px solid #bbbbbb;
  }
  .fp-formset div {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .path-question #id_answerhdr div.fitem_feditor {
    padding-right: 6px;
  }
  .loginbox.twocolumns .loginpanel {
    margin-left: 0;
  }
  .loginbox.twocolumns .loginpanel,
  .loginbox.twocolumns .signuppanel {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .form-item .form-label,
  .mform .fitem div.fitemtitle,
  .userprofile dl.list dt,
  .form-horizontal .control-label {
    width: 245px;
  }
  .form-item .form-setting,
  .form-item .form-description,
  .mform .fitem .felement,
  #page-mod-forum-search .c1,
  .mform .fdescription.required,
  .userprofile dl.list dd,
  .form-horizontal .controls {
    margin-left: 265px;
  }
  .path-admin .buttons,
  .form-buttons {
    padding-left: 265px;
  }
  .empty-region-side-post.used-region-side-pre #region-main.span8,
  .jsenabled.docked-region-side-post.used-region-side-pre #region-main.span8 {
    /** increase the span size by 1 **/
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .empty-region-side-post.used-region-side-pre #block-region-side-pre.span4,
  .jsenabled.docked-region-side-post.used-region-side-pre #block-region-side-pre.span4 {
    /** decrease the span size by 1 **/
    width: 23.07692308%;
    *width: 23.02373159%;
  }
}
@media (min-width: 980px) {
  .loginbox.twocolumns .loginpanel {
    margin-left: 0;
  }
  .loginbox.twocolumns .loginpanel,
  .loginbox.twocolumns .signuppanel {
    width: 48.617948717948715%;
    *width: 48.664757228587014%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .loginbox.twocolumns .loginpanel {
    margin-left: 0;
  }
  .loginbox.twocolumns .loginpanel,
  .loginbox.twocolumns .signuppanel {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .empty-region-side-post.used-region-side-pre #region-main.span8,
  .jsenabled.docked-region-side-post.used-region-side-pre #region-main.span8 {
    /** increase the span size by 1 **/
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .empty-region-side-post.used-region-side-pre #block-region-side-pre.span4,
  .jsenabled.docked-region-side-post.used-region-side-pre #block-region-side-pre.span4 {
    /** decrease the span size by 1 **/
    width: 22.9281768%;
    *width: 22.87498531%;
  }
}
@media (max-width: 767px) {
  .loginbox.twocolumns .loginpanel,
  .loginbox.twocolumns .signuppanel {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #page-mod-quiz-edit div.quizcontents,
  .questionbankwindow.block {
    width: 100%;
    float: none;
  }
  #page-mod-quiz-edit #block-region-side-pre,
  #page-mod-quiz-edit #block-region-side-post {
    clear: both;
  }
}
@media (max-width: 480px) {
  .nav-tabs > li {
    float: none;
  }
  .nav-tabs > li > a {
    margin-right: 0;
  }
  .nav-tabs {
    border-bottom: 0;
  }
  .nav-tabs > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .nav-tabs > .active > a,
  .nav-tabs > .active > a:hover {
    border: 1px solid #ddd;
  }
  .nav-tabs > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
  }
  .nav-tabs > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > a:focus {
    border-color: #ddd;
    z-index: 2;
  }
  .fp-content-center {
    display: block;
    vertical-align: top;
  }
  .course-content ul.topics li.section,
  .course-content ul.topics li.section .content,
  .course-content ul.weeks li.section .content,
  .course-content ul.weeks li.section,
  .course-content ul.section {
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
  .activityinstance {
    display: block;
  }
  .editing .course-content .section .activity {
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    border-bottom: thin solid #eee;
  }
  .course-content .section .activity .commands {
    text-align: right;
  }
  /** Handles display of the activity chooser on small screens **/
  .jsenabled .choosercontainer #chooseform .alloptions {
    max-width: 100%;
  }
  .jsenabled .choosercontainer #chooseform .instruction,
  .jsenabled .choosercontainer #chooseform .typesummary {
    position: static;
  }
  .que .info {
    float: none;
    width: auto;
  }
  .que .content {
    margin: 0;
  }
  .path-mod-choice .horizontal .choices .option {
    display: block;
  }
  .path-mod-forum .forumsearch #search {
    width: 120px;
  }
  .path-mod-forum .forumheaderlist .picture {
    display: none;
  }
}
@media (min-width: 768px) {
  .row-fluid .desktop-first-column {
    margin-left: 0;
  }
  #page-navbar .breadcrumb-button {
    display: inline;
  }
}
@media (max-width: 767px) {
  .row-fluid .desktop-first-column {
    clear: right;
  }
}
@media (max-width: 767px) {
  .form-item .form-label,
  .mform .fitem div.fitemtitle {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-item .form-label label {
    display: inline-block;
    margin-right: .5em;
  }
  .form-item .form-setting .form-checkbox {
    margin-top: 0;
  }
  .form-label span.form-shortname {
    display: inline-block;
  }
  .form-item .form-setting,
  .mform .fitem .felement,
  .path-backup .mform .fitem .felement,
  .mform .fdescription.required,
  .form-item .form-description {
    margin-left: 0;
  }
  table#form td.submit,
  .form-buttons,
  #fitem_id_submitbutton,
  .fp-content-center form + div,
  #fgroup_id_buttonar,
  .form-horizontal .form-actions,
  .fitem_fsubmit .felement.fsubmit {
    padding-left: 10px;
    padding-right: 10px;
  }
  #helppopupbox {
    width: auto !important;
    left: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .block_calendar_month .content,
  .block .minicalendar td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 979px) {
  .nav-collapse {
    height: 0;
  }
  .nav-collapse .nav > li > a {
    color: #333333;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus,
  .nav-collapse .dropdown-submenu a:focus,
  .nav-collapse .dropdown-submenu a:hover,
  .nav-collapse .dropdown-submenu a:active,
  .nav-collapse .dropdown-menu > li > a:hover,
  .nav-collapse .dropdown-menu > li > a:focus {
    background-image: none;
    color: #333333;
  }
  .nav-collapse.active {
    height: auto;
  }
  .path-mod-data .box > table > tbody > tr > td {
    display: block;
  }
  .path-mod-forum .forumheaderlist thead .header {
    font-weight: normal;
    font-size: 12px;
  }
  .path-mod-forum .forumheaderlist .discussion .author,
  .path-mod-forum .forumheaderlist .discussion .replies,
  .path-mod-forum .forumheaderlist .discussion .lastpost {
    font-size: 12px;
  }
  .path-mod-forum .forumheaderlist .discussion .replies .unread a {
    padding: 0;
  }
  .navbar .nav-collapse.active {
    border-top: 1px solid #d4d4d4;
  }
  .navbar .nav-collapse.active.pull-left,
  .navbar .nav-collapse.active.pull-right {
    float: none;
  }
  .navbar .nav-collapse.active > .nav {
    margin: 0;
  }
  .navbar .nav-collapse.active > .nav > li > a {
    padding-left: 20px;
    border-radius: 0px;
  }
  .navbar .nav-collapse.active > .nav .dropdown-menu {
    margin: 0px 0px 0px 15px;
  }
  .navbar .nav-collapse.active > .nav .dropdown-menu li > a {
    border-radius: 0px;
  }
  .navbar .nav-collapse.active .nav .dropdown-submenu .dropdown-toggle:after,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu .dropdown-toggle:after {
    float: none;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-top-color: #d4d4d4;
    margin-left: 4px;
    margin-top: 8px;
  }
  .navbar .nav-collapse.active .nav .dropdown-submenu.open > a,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu.open > a {
    background-color: #f2f2f2;
  }
  .navbar .nav-collapse.active .nav .dropdown-submenu:hover .dropdown-menu,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    display: none;
  }
  .navbar .nav-collapse.active .nav .dropdown-submenu:hover.open > a,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu:hover.open > a {
    background: #f2f2f2;
  }
  .navbar .nav-collapse.active .nav .dropdown-submenu:hover.open > .dropdown-menu,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu:hover.open > .dropdown-menu,
  .navbar .nav-collapse.active .nav .dropdown-submenu:hover.open .open > .dropdown-menu,
  .navbar .nav-collapse.active .nav .dropdown-menu .dropdown-submenu:hover.open .open > .dropdown-menu {
    display: block;
  }
  .navbar.navbar-inverse .nav-collapse.active {
    border-top-color: #252525;
  }
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-submenu .dropdown-toggle:after,
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-menu .dropdown-submenu .dropdown-toggle:after {
    border-top-color: #252525;
  }
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-submenu.open > a,
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-menu .dropdown-submenu.open > a {
    background-color: #111111;
  }
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-submenu:hover.open > a,
  .navbar.navbar-inverse .nav-collapse.active .nav .dropdown-menu .dropdown-submenu:hover.open > a {
    background: #111111;
  }
}
@media (max-width: 767px) {
  #filesskin .yui3-panel,
  #filesskin .file-picker.fp-generallayout {
    width: 100%;
    left: 0;
  }
  .userprofile dl.list dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .userprofile dl.list dd {
    margin-left: 0;
  }
  #page-mod-wiki-create .mform .fitem div.fitemtitle {
    float: left;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid .span8.pull-right,
  .row-fluid .span9.pull-right {
    float: none;
  }
  .row {
    margin-left: 0;
  }
  [class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .empty-region-side-post.used-region-side-pre #block-region-side-pre.span4,
  .jsenabled.docked-region-side-post.used-region-side-pre #block-region-side-pre.span4,
  .empty-region-side-post.used-region-side-pre #region-main.span8,
  .jsenabled.docked-region-side-post.used-region-side-pre #region-main.span8 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  div[role=main] {
    margin-bottom: 1em;
  }
  .coursebox .info .name a {
    background-position: 0 13px;
  }
  .category-browse .coursebox .info .name a {
    background-position: 0 13px;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  #course-category-listings.columns-3 {
    background-color: transparent;
    border: 0;
  }
  #course-category-listings.columns-3 #category-listing,
  #course-category-listings.columns-3 #course-listing {
    width: 48.71794872%;
    *width: 48.66475723%;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  #course-category-listings.columns-3 #category-listing:first-child,
  #course-category-listings.columns-3 #course-listing:first-child {
    margin-left: 0;
  }
  #course-category-listings.columns-3 #course-detail {
    width: 100%;
    *width: 99.94680851%;
    margin: 1em 0 0;
  }
}
@media (max-width: 1199px) {
  .path-question #id_answerhdr div.fitem {
    padding-right: 6px;
    padding-left: 4px;
  }
  #course-category-listings.columns-3 {
    background-color: transparent;
    border: 0;
  }
  #course-category-listings.columns-3 #category-listing,
  #course-category-listings.columns-3 #course-listing,
  #course-category-listings.columns-3 #course-detail {
    width: 100%;
    *width: 99.94680851%;
    margin: 0 0 1em 0;
  }
  #page-mod-forum-discuss .discussioncontrols {
    text-align: right;
  }
  #page-mod-forum-discuss .discussioncontrols .discussioncontrol {
    float: none;
    width: auto;
    display: inline-block;
    margin: 0 3px 0.5em;
  }
  #page-mod-forum-discuss .discussioncontrols .discussioncontrol select,
  #page-mod-forum-discuss .discussioncontrols .discussioncontrol input {
    margin-bottom: 0;
  }
  #page-mod-forum-discuss .discussioncontrols .discussioncontrol.movediscussion {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .fp-forminset .control-group .controls {
    margin-left: 0;
  }
}
table#explaincaps tbody > tr:nth-child(odd) > td,
table#defineroletable tbody > tr:nth-child(odd) > td,
table.grading-report tbody > tr:nth-child(odd) > td,
table#listdirectories tbody > tr:nth-child(odd) > td,
table.rolecaps tbody > tr:nth-child(odd) > td,
table.userenrolment tbody > tr:nth-child(odd) > td,
table#form tbody > tr:nth-child(odd) > td,
form#movecourses table tbody > tr:nth-child(odd) > td,
#page-admin-course-index .editcourse tbody > tr:nth-child(odd) > td,
.forumheaderlist tbody > tr:nth-child(odd) > td,
table.flexible tbody > tr:nth-child(odd) > td,
.generaltable tbody > tr:nth-child(odd) > td,
table#explaincaps tbody > tr:nth-child(odd) > th,
table#defineroletable tbody > tr:nth-child(odd) > th,
table.grading-report tbody > tr:nth-child(odd) > th,
table#listdirectories tbody > tr:nth-child(odd) > th,
table.rolecaps tbody > tr:nth-child(odd) > th,
table.userenrolment tbody > tr:nth-child(odd) > th,
table#form tbody > tr:nth-child(odd) > th,
form#movecourses table tbody > tr:nth-child(odd) > th,
#page-admin-course-index .editcourse tbody > tr:nth-child(odd) > th,
.forumheaderlist tbody > tr:nth-child(odd) > th,
table.flexible tbody > tr:nth-child(odd) > th,
.generaltable tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
#page-report-loglive-index .generaltable th,
#page-admin-report-log-index .generaltable th,
#page-report-log-user .generaltable th,
#page-admin-user table th,
.environmenttable th,
.category_subcategories th,
.rcs-results th,
table#listdirectories th,
#page-report-loglive-index .generaltable td,
#page-admin-report-log-index .generaltable td,
#page-report-log-user .generaltable td,
#page-admin-user table td,
.environmenttable td,
.category_subcategories td,
.rcs-results td,
table#listdirectories td {
  padding: 4px 5px;
}
.user-enroller-panel .uep-search-results .users tbody tr:hover > td,
table.grading-report tbody tr:hover > td,
.forumheaderlist tbody tr:hover > td,
.generaltable tbody tr:hover > td,
table.flexible tbody tr:hover > td,
.category_subcategories tbody tr:hover > td,
table#modules tbody tr:hover > td,
table#permissions tbody tr:hover > td,
.user-enroller-panel .uep-search-results .users tbody tr:hover > th,
table.grading-report tbody tr:hover > th,
.forumheaderlist tbody tr:hover > th,
.generaltable tbody tr:hover > th,
table.flexible tbody tr:hover > th,
.category_subcategories tbody tr:hover > th,
table#modules tbody tr:hover > th,
table#permissions tbody tr:hover > th {
  background-color: #f5f5f5;
}
div[id^="bar_pbar_"] {
  overflow: hidden !important;
  height: 20px !important;
  margin-bottom: 20px !important;
  background-color: #f7f7f7 !important;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)) !important;
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9) !important;
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9) !important;
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0) !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: none !important;
}
div[id^="progress_pbar_"] {
  height: 100% !important;
  color: #ffffff !important;
  float: left !important;
  font-size: 12px !important;
  text-align: center !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
  background-color: #0e90d2 !important;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be) !important;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)) !important;
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be) !important;
  background-image: -o-linear-gradient(top, #149bdf, #0480be) !important;
  background-image: linear-gradient(to bottom, #149bdf, #0480be) !important;
  background-repeat: repeat-x !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0) !important;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: width 0.6s ease !important;
  -moz-transition: width 0.6s ease !important;
  -o-transition: width 0.6s ease !important;
  transition: width 0.6s ease !important;
  padding-top: 0 !important;
  border: none !important;
}
input.form-submit,
input#id_submitbutton,
input#id_submitbutton2,
.path-admin .buttons input[type="submit"],
td.submit input {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005aa8;
  background-image: -moz-linear-gradient(top, #0070a8, #0038a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070a8), to(#0038a8));
  background-image: -webkit-linear-gradient(top, #0070a8, #0038a8);
  background-image: -o-linear-gradient(top, #0070a8, #0038a8);
  background-image: linear-gradient(to bottom, #0070a8, #0038a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070a8', endColorstr='#ff0038a8', GradientType=0);
  border-color: #0038a8 #0038a8 #001e5c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0038a8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
input.form-submit:hover,
input#id_submitbutton:hover,
input#id_submitbutton2:hover,
.path-admin .buttons input[type="submit"]:hover,
td.submit input:hover,
input.form-submit:focus,
input#id_submitbutton:focus,
input#id_submitbutton2:focus,
.path-admin .buttons input[type="submit"]:focus,
td.submit input:focus,
input.form-submit:active,
input#id_submitbutton:active,
input#id_submitbutton2:active,
.path-admin .buttons input[type="submit"]:active,
td.submit input:active,
input.form-submit.active,
input#id_submitbutton.active,
input#id_submitbutton2.active,
.path-admin .buttons input[type="submit"].active,
td.submit input.active,
input.form-submit.disabled,
input#id_submitbutton.disabled,
input#id_submitbutton2.disabled,
.path-admin .buttons input[type="submit"].disabled,
td.submit input.disabled,
input.form-submit[disabled],
input#id_submitbutton[disabled],
input#id_submitbutton2[disabled],
.path-admin .buttons input[type="submit"][disabled],
td.submit input[disabled] {
  color: #ffffff;
  background-color: #0038a8;
  *background-color: #002f8f;
}
input.form-submit:active,
input#id_submitbutton:active,
input#id_submitbutton2:active,
.path-admin .buttons input[type="submit"]:active,
td.submit input:active,
input.form-submit.active,
input#id_submitbutton.active,
input#id_submitbutton2.active,
.path-admin .buttons input[type="submit"].active,
td.submit input.active {
  background-color: #002775 \9;
}
input.form-submit .caret,
input#id_submitbutton .caret,
input#id_submitbutton2 .caret,
.path-admin .buttons input[type="submit"] .caret,
td.submit input .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
#notice .singlebutton + .singlebutton input:hover,
.submit.buttons input[name="cancel"]:hover,
#notice .singlebutton + .singlebutton input:focus,
.submit.buttons input[name="cancel"]:focus,
#notice .singlebutton + .singlebutton input:active,
.submit.buttons input[name="cancel"]:active,
#notice .singlebutton + .singlebutton input.active,
.submit.buttons input[name="cancel"].active,
#notice .singlebutton + .singlebutton input.disabled,
.submit.buttons input[name="cancel"].disabled,
#notice .singlebutton + .singlebutton input[disabled],
.submit.buttons input[name="cancel"][disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
#notice .singlebutton + .singlebutton input:active,
.submit.buttons input[name="cancel"]:active,
#notice .singlebutton + .singlebutton input.active,
.submit.buttons input[name="cancel"].active {
  background-color: #cccccc \9;
}
#notice .singlebutton + .singlebutton input:first-child,
.submit.buttons input[name="cancel"]:first-child {
  *margin-left: 0;
}
#notice .singlebutton + .singlebutton input:hover,
.submit.buttons input[name="cancel"]:hover,
#notice .singlebutton + .singlebutton input:focus,
.submit.buttons input[name="cancel"]:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
#notice .singlebutton + .singlebutton input:focus,
.submit.buttons input[name="cancel"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#notice .singlebutton + .singlebutton input.active,
.submit.buttons input[name="cancel"].active,
#notice .singlebutton + .singlebutton input:active,
.submit.buttons input[name="cancel"]:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
#notice .singlebutton + .singlebutton input.disabled,
.submit.buttons input[name="cancel"].disabled,
#notice .singlebutton + .singlebutton input[disabled],
.submit.buttons input[name="cancel"][disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#notice .singlebutton + .singlebutton input .label,
.submit.buttons input[name="cancel"] .label,
#notice .singlebutton + .singlebutton input .badge,
.submit.buttons input[name="cancel"] .badge {
  position: relative;
  top: -1px;
}
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
  margin: 0 0 10px 5px;
}
input[id$="_clearbutton"],
input[type="reset"] {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff !important;
}
input[id$="_clearbutton"]:hover,
input[type="reset"]:hover,
input[id$="_clearbutton"]:focus,
input[type="reset"]:focus,
input[id$="_clearbutton"]:active,
input[type="reset"]:active,
input[id$="_clearbutton"].active,
input[type="reset"].active,
input[id$="_clearbutton"].disabled,
input[type="reset"].disabled,
input[id$="_clearbutton"][disabled],
input[type="reset"][disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
input[id$="_clearbutton"]:active,
input[type="reset"]:active,
input[id$="_clearbutton"].active,
input[type="reset"].active {
  background-color: #c67605 \9;
}
input[id$="_clearbutton"] .caret,
input[type="reset"] .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
/* @group Core */
body {
  line-height: 20px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.6);
  background-size: cover;
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
.text_to_html {
  display: inline;
  clear: none;
}
#dndupload-status {
  display: none;
}
.moodle-actionmenu[data-enhanced].show .menu {
  box-shadow: none;
}
.sitetopic .section .activity:hover,
.course-content .section .activity:hover {
  background: none;
}
del {
  color: red !important;
}
ins {
  color: green !important;
}
#page,
.pagelayout-redirect {
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.6);
}
#page #page-content,
.pagelayout-redirect #page-content {
  margin-top: 10px;
}
#page #page-content #region-main,
.pagelayout-redirect #page-content #region-main,
#page #page-content div[role="main"],
.pagelayout-redirect #page-content div[role="main"] {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFF;
  padding: 2px 10px;
  margin-bottom: 20px;
  overflow-x: auto;
}
#page #page-content #region-main > div[role="main"],
.pagelayout-redirect #page-content #region-main > div[role="main"] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.bor {
  height: 20px;
  margin: 0px;
  margin-bottom: 10px;
}
#page-admin-upgradesettings #page,
.maintenance#page {
  padding-top: 0px;
}
.path-grade-report-grader table {
  background-color: transparent;
}
.path-grade-report-grader table#fixed_column {
  background-color: transparent;
}
.side-pre {
  border: 1px solid #333;
}
.span12#move {
  margin-top: -30px;
}
.course-content ul.weeks li.section {
  padding-bottom: 20px !important;
}
img.userpicture,
img.profilepicture {
  border-radius: 250px;
  margin-right: 5px;
}
body .chooserdialogue .moodle-dialogue-wrap .moodle-dialogue-bd {
  padding: 0;
}
/* @end */
/* @group Alerts */
.alert .close {
  top: 0px;
}
.alert .close .fa {
  vertical-align: middle;
}
/* @end */
/* @group Blocks */
.block {
  background: white;
  padding: 6px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.block .content {
  padding: 4px 0px;
}
.block .icon {
  margin-right: 5px;
}
.block .moodle-actionmenu[data-enhanced].show .menu a:hover {
  text-decoration: none;
}
.block .moodle-actionmenu[data-enhanced].show .menu a:hover:before {
  color: #fff;
}
.block .moodle-core-dragdrop-draghandle:before {
  font-family: 'FontAwesome';
  content: "\f047";
  margin-right: 5px;
  cursor: move;
}
.block .moodle-core-dragdrop-draghandle img {
  display: none;
}
.block li.item_with_icon > p img {
  position: static !important;
  margin-right: 5px;
}
.editing .block-region.yui3-dd-drop-active-valid {
  border: 1px dashed #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.editing #page-footer .footerblocks > .span4,
.editing #page-footer .block-region.yui3-dd-drop-active-valid {
  min-height: 300px;
}
#middle-blocks {
  margin: 15px 0px;
}
.tree_item.branch {
  background-image: none !important;
}
.tree_item.branch.branch:before {
  font-family: FontAwesome;
  content: "\f07c";
  margin-right: 5px;
}
.tree_item.branch.emptybranch:before {
  font-family: FontAwesome;
  content: "\f114";
  margin-right: 5px;
}
.tree_item.branch img.smallicon.navicon {
  display: none;
}
.block_navigation.block li.type_user > .tree_item.branch:before {
  content: "\f007";
}
.block_navigation.block li.type_unknown.depth_1 > .tree_item.branch:before {
  content: "\f015";
}
.collapsed .tree_item.branch:before {
  font-family: FontAwesome;
  /*@replace: "\f053"*/
  content: "\f07b";
  margin-right: 5px;
}
.hidden-blocks {
  background: #ffe1e1;
  padding: 10px;
  border: 1px solid #EEE;
  border-radius: 5px;
  margin: 10px 0px 10px 0px;
}
.hidden-blocks h4 {
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  margin-top: 0px;
  color: #ff6666;
}
.hidden-blocks .block {
  float: right;
  width: 250px;
  margin-left: 10px;
}
.block .header .title h2,
.block h3.main {
  font-size: 1.15em;
  line-height: 26px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0px;
}
.block .header .title {
  border-bottom: 1px solid #EEE;
  padding-left: 0px;
}
.block .header .title h2:before {
  font-family: FontAwesome;
  font-size: 1.65em;
  margin-right: .3em;
  content: "\f0c9";
}
.block.hidden .header .title h2,
.block.hidden h3.main,
.block.hidden .header .title {
  border-bottom: none;
  margin-bottom: 0px;
}
.block_quiz_results {
  text-align: left;
}
.block_rss_client .description {
  height: auto;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.block_rss_client .content {
  padding: 0px;
}
.block_rss_client .content a:hover {
  text-decoration: none;
}
.block_rss_client .content li {
  border-bottom: 1px dotted #E1E1E1;
  padding: 5px;
}
.block_rss_client .content li:hover {
  background: #f9f9f9;
}
.block_rss_client .header .title h2:before {
  content: "\f09e";
}
.block_rss_client .footer {
  text-align: right;
  padding-top: 5px;
}
.block_rss_client .footer a {
  color: #fff;
  width: 100px;
  padding: 4px 12px;
  font-size: 1em;
  border-radius: 5px;
}
.block_rss_client .footer a:hover {
  color: #fff;
}
/* @group Calendar Block */
.block .minicalendar th,
.block .minicalendar td {
  word-break: break-word;
}
/* @end */
/* @group Logged in User Block */
.block_myprofile .content {
  padding: 5px;
  text-align: center;
  min-height: 80px;
}
.block_myprofile .content img.profilepicture {
  width: 70px;
  height: 70px;
  padding: 3px;
  margin-bottom: 5px;
  float: left;
}
/* @end */
/* @group Login Block */
.block_login .header .title h2:before {
  content: "\f007";
  font-family: FontAwesome;
  float: left;
}
.block_login .content .footer {
  height: 60px;
  width: 100%;
  padding: 0px;
}
.block_login .content .footer div {
  float: left;
  clear: left;
  margin: 0;
  width: 90%;
}
.block_login .content .footer div a {
  background: darkslategray;
}
.block_login .content .footer div a:hover {
  background: red;
}
.block_login .content .footer a {
  color: #fff;
  padding: 0;
  float: left;
  margin: 0;
  font-size: 1em;
  white-space: nowrap;
}
.block_login .content form input[type="submit"],
.block_login .content .footer a {
  background-image: none;
  border-color: #30ADD1;
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  padding: 4px 12px;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  margin: 10px 0;
  width: 100%;
}
.block_login .content form input[type="submit"]:hover,
.block_login .content .footer a:hover {
  text-decoration: none;
  background: green;
}
.block_login input#login_username,
.block_login input#login_password {
  width: 95%;
}
.block_login .username label:before {
  content: "\f007";
  font-family: FontAwesome;
  margin-right: 5px;
}
.block_login .password label:before {
  content: "\f084";
  font-family: FontAwesome;
  margin-right: 5px;
}
/* @end */
/* @group Footer blocks - copied from Shoelace */
aside.footer-edit .block {
  width: 23.40425532%;
  *width: 23.35106383%;
  display: block;
  float: left;
  min-height: 240px;
  max-height: 240px;
  overflow-y: overlay;
  margin-left: 2.12765957%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
  aside.footer-edit .block {
    width: 22.9281768%;
    *width: 22.87498531%;
    margin-left: 2.76243094%;
  }
}
@media (min-width: 1200px) {
  aside.footer-edit .block {
    width: 23.07692308%;
    *width: 23.02373159%;
    margin-left: 2.56410256%;
  }
}
aside.footer-blocks div.row-fluid div.block:first-of-type {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(37) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(33) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(29) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(25) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(21) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(17) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(13) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(9) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(5) {
  margin-left: 0px;
}
aside.footer-edit div.block:nth-of-type(1) {
  margin-left: 0px;
}
/* @end */
/* @end */
/* @group Breadcrumb Button */
.breadcrumb-button {
  margin-top: 0px;
}
.breadcrumb-button input[type="submit"] {
  text-shadow: none;
  border: 0px none;
  margin: 0;
}
.breadcrumb-button input[type="submit"] > .singlebutton > form > div {
  margin: 0;
}
/* @end */
/* @group Breadcrumb */
.breadcrumb-nav {
  width: 65%;
  margin: 0px;
  /* @group Breadcrumb Style None */
  /* @end */
  /* @group Breadcrumb Style Fancy */
  /* @end */
  /* @group Breadcrumb Style Simple */
  /* @end */
  /* @group Breadcrumb Style Thin */
  /* @end */
}
.breadcrumb-nav ul.breadcrumb.style {
  background-color: transparent;
}
.breadcrumb-nav ul.breadcrumb.style1 {
  display: block;
  padding: 0;
  float: left;
  height: 28px;
  width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: clip;
  margin-top: 0px;
  background: none;
}
.breadcrumb-nav ul.breadcrumb.style1 li {
  padding: 0 0 0 45px;
  position: relative;
  display: block;
  float: left;
  line-height: 28px;
  height: 28px;
  border-radius: 0px;
  text-shadow: none;
}
.breadcrumb-nav ul.breadcrumb.style1 li a {
  text-decoration: none;
  padding-right: 3px;
  overflow: hidden;
}
.breadcrumb-nav ul.breadcrumb.style1 li a:hover {
  text-decoration: underline;
}
.breadcrumb-nav ul.breadcrumb.style1 li .dimmed_text {
  font-style: italic;
  color: #999;
}
.breadcrumb-nav ul.breadcrumb.style1 li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  /* Go big on the size, and let overflow hide */
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 100;
  border-left-width: 30px;
  border-left-style: solid;
}
.breadcrumb-nav ul.breadcrumb.style1 li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 100;
  border-left: 30px solid white;
  margin-left: 1px;
}
.breadcrumb-nav ul.breadcrumb.style1 li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.breadcrumb-nav ul.breadcrumb.style1 li:first-of-type a {
  margin-left: -25px;
}
.breadcrumb-nav ul.breadcrumb.style1 li:first-of-type a:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f015 ";
  margin-right: 5px;
  text-decoration: none;
}
.breadcrumb-nav ul.breadcrumb.style1 .last:before,
.breadcrumb-nav ul.breadcrumb.style1 .last:after,
.breadcrumb-nav ul.breadcrumb.style1 li:last-of-type:before,
.breadcrumb-nav ul.breadcrumb.style1 li:last-of-type:after {
  content: '';
  display: none;
}
.breadcrumb-nav ul.breadcrumb.style1 .last,
.breadcrumb-nav ul.breadcrumb.style1 li:last-of-type {
  padding-right: 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.breadcrumb-nav ul.breadcrumb.style1 li:hover .dimmed_text {
  text-decoration: none;
  color: #999;
}
.breadcrumb-nav ul.breadcrumb.style2 {
  width: 100%;
  padding: 0px;
  display: block;
  background: transparent;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: clip;
}
.breadcrumb-nav ul.breadcrumb.style2 li {
  display: block;
  height: 20px;
  float: left;
  padding: 2px;
  border-radius: 0px;
  text-shadow: none;
}
.breadcrumb-nav ul.breadcrumb.style2 li a {
  margin-right: 3px;
}
.breadcrumb-nav ul.breadcrumb.style2 li:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.breadcrumb-nav ul.breadcrumb.style2 li:first-of-type a {
  padding-left: 5px;
}
.breadcrumb-nav ul.breadcrumb.style2 li:after {
  font-family: FontAwesome;
  /*@replace: "\f137"*/
  content: "\f138";
  padding: 5px;
  line-height: 20px;
  vertical-align: top;
}
.breadcrumb-nav ul.breadcrumb.style2 li:last-child:after {
  content: "";
  padding-right: 5px;
}
.breadcrumb-nav ul.breadcrumb.style2 li:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.breadcrumb-nav ul.breadcrumb.style3 {
  width: 100%;
  display: block;
  background: transparent;
  padding: 0px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: clip;
  height: 12px;
}
.breadcrumb-nav ul.breadcrumb.style3 li {
  line-height: 12px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  background: transparent;
}
.breadcrumb-nav ul.breadcrumb.style3 li:after {
  font-family: FontAwesome;
  content: "\f105";
  padding: 2px;
  vertical-align: top;
}
.breadcrumb-nav ul.breadcrumb.style3 li:last-child:after {
  content: "";
}
/* @end */
/* @group Buttons */
.btn-success,
.btn-warning,
.btn-info,
.btn-danger {
  color: #fff !important;
}
/* @end */
/* @group Calendar */
.minicalendar .calendar_event_site,
.minicalendar .calendar_event_course,
.minicalendar .calendar_event_group,
.minicalendar .calendar_event_user {
  border-radius: 50px;
}
.calendar-event-panel {
  background: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding-bottom: 10px;
}
h2.eventtitle {
  font-size: 1.25em;
  border-bottom: 1px solid #e1e1e1;
  line-height: 20px;
  padding-bottom: 10px;
}
.minicalendar th,
.block .minicalendar td {
  padding: 5px 0px;
  border: 1px dotted #e1e1e1;
}
table.calendarmonth.calendartable {
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* @end */
/* @group Carousel */
#essentialCarousel.carousel {
  margin-bottom: 10px;
}
#essentialCarousel.carousel .carousel-inner > .item .carousel-image-container {
  text-align: center;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
#essentialCarousel.carousel .carousel-inner > .item .carousel-image {
  width: auto;
  margin: 0 auto;
  margin-top: 8px;
  height: auto;
  max-height: 300px;
  vertical-align: middle;
  max-width: 100%;
}
#essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption {
  padding-left: 7%;
}
#essentialCarousel.carousel .carousel-inner > .item.side-caption .carousel-image {
  box-shadow: 0px 0px 8px #222;
  padding: 8px;
  background-color: #fff;
  margin-left: -8px;
}
#essentialCarousel.carousel .carousel-inner a,
#essentialCarousel.carousel .carousel-inner a:hover,
#essentialCarousel.carousel .carousel-inner a:active {
  text-decoration: none;
  height: 100%;
}
#essentialCarousel.carousel .carousel-inner .carousel-caption {
  border-radius: 6px;
}
#essentialCarousel.carousel .carousel-inner .carousel-caption .carousel-caption-inner {
  margin: 0 auto;
}
#essentialCarousel.carousel .carousel-inner .carousel-caption h4,
#essentialCarousel.carousel .carousel-inner .carousel-caption p {
  padding: 0px 20px;
}
#essentialCarousel.carousel .carousel-inner .carousel-caption p {
  line-height: 1;
}
#essentialCarousel.carousel .carousel-inner.centred .carousel-caption,
#essentialCarousel.carousel .carousel-inner.centred div.the-side-caption {
  text-align: center;
}
#essentialCarousel.carousel .carousel-control {
  display: none;
  background: none;
  border: 0px;
  font-size: 30px;
}
#essentialCarousel.carousel .carousel-control:hover,
#essentialCarousel.carousel .carousel-control:focus {
  background: none;
  border: 0px;
}
#essentialCarousel.carousel:hover .carousel-control {
  display: block;
}
#essentialCarousel.carousel .carousel-indicators {
  border-radius: 4px;
  padding-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  right: 5px;
}
#essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption h4 {
  font-size: 14px;
  line-height: 1;
}
#essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption p {
  font-size: 10px;
  line-height: 1;
}
@media (min-width: 480px) {
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption h4 {
    font-size: 16px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption p {
    font-size: 12px;
  }
  #essentialCarousel.carousel .carousel-control {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  #essentialCarousel.carousel .carousel-inner > .item {
    height: 200px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image-container {
    line-height: 200px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image {
    max-height: 165px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-caption {
    position: absolute;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-caption h4 {
    font-size: 1.2em;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption {
    padding-left: 0;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.nocaption {
    margin-top: 6.5%;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item,
  #essentialCarousel.carousel .carousel-inner > .item.side-caption {
    height: 280px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-caption,
  #essentialCarousel.carousel .carousel-inner > .item.side-caption .carousel-caption {
    height: 45px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-image-container.nocaption,
  #essentialCarousel.carousel .carousel-inner > .item.side-caption .carousel-image-container.nocaption {
    line-height: 280px;
  }
}
@media (min-width: 768px) {
  #essentialCarousel.carousel .carousel-inner > .item {
    height: 260px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image-container {
    line-height: 260px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image {
    max-height: 225px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption {
    height: 260px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption .the-side-caption-content {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption h4 {
    font-size: 20px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption p {
    font-size: 14px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item {
    height: 345px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-caption {
    height: 55px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-image-container.nocaption {
    line-height: 345px;
  }
  #essentialCarousel.carousel .carousel-control {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #essentialCarousel.carousel .carousel-inner > .item .carousel-caption h4 {
    font-size: 1.2em;
  }
}
@media (min-width: 992px) {
  #essentialCarousel.carousel .carousel-inner > .item {
    height: 328px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image-container {
    line-height: 328px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image {
    max-height: 293px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption {
    height: 328px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption h4 {
    font-size: 26px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption p {
    font-size: 18px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item {
    height: 428px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-caption {
    height: 65px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-image-container.nocaption {
    line-height: 428px;
  }
  #essentialCarousel.carousel .carousel-control {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  #essentialCarousel.carousel .carousel-inner > .item {
    height: 368px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image-container {
    line-height: 368px;
  }
  #essentialCarousel.carousel .carousel-inner > .item .carousel-image {
    max-height: 333px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption {
    height: 368px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption h4 {
    font-size: 32px;
  }
  #essentialCarousel.carousel .carousel-inner > .item.side-caption div.the-side-caption p {
    font-size: 20px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item {
    height: 468px;
  }
  #essentialCarousel.carousel .carousel-inner.below > .item .carousel-image-container.nocaption {
    line-height: 468px;
  }
  #essentialCarousel.carousel .carousel-control {
    font-size: 60px;
  }
}
/* @end */
/*
 * @package   theme_essential
 * @author    Franc Pombal
 * @modified  Julian Ridden
 * @modified  Gareth J Barnard, David Bezemer
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
/* @group Category Icons */
.categoryicons {
  /* Set the position on the frontpage */
  /* adjust line height for tiles that include course count */
  /* Hide icon 'collapsed' because it makes no sense here */
  /* Hide buttons to expand and collapse */
  /* clear course list with subcategory icons above */
}
.categoryicons .course_category_tree .collapsible-actions {
  display: none;
}
.categoryicons .frontpage-category-names .collapsible-actions,
.categoryicons #frontpage-category-combo .collapsible-actions {
  display: none;
}
.categoryicons .frontpage-category-names.course_category_tree .category > .info > .categoryname,
.categoryicons .frontpage-category-names.course_category_tree .category.with_children > .info > .categoryname {
  line-height: 15px;
}
.categoryicons .category-browse {
  overflow: auto;
  width: 100%;
}
.categoryicons .course_category_tree .category.with_children.collapsed > .info > .categoryname,
.categoryicons .course_category_tree .category.with_children > .info > .categoryname,
.categoryicons .course_category_tree .category > .info > .categoryname {
  background-image: none !important;
  padding: 0;
  margin: 0;
}
.categoryicons .course_category_tree .category.dimmed_category {
  border-color: #AAAAAA;
}
.categoryicons .course_category_tree .category {
  float: left;
  margin: 0 5px 10px 5px;
}
.categoryicons .course_category_tree .category .numberofcourse {
  background: #666;
  color: #fff;
  padding: 7px;
  border-radius: 50%;
  position: relative;
  top: 8px;
  left: 80%;
  font-weight: 600;
  font-size: 1em;
  -moz-box-shadow: 1px 1px 5px 0px #ccc;
  -webkit-box-shadow: 1px 1px 5px 0px #ccc;
  box-shadow: 1px 1px 5px 0px #ccc;
  border: 2px solid #fff;
}
.categoryicons .course_category_tree .category .content {
  display: none;
}
.categoryicons .course_category_tree .category .info .name {
  padding: 0px;
  text-align: center;
}
.categoryicons .course_category_tree .category > .info,
.categoryicons .course_category_tree .category > .info > .categoryname {
  background: transparent;
  border: 0px none;
  text-align: center;
  box-shadow: none;
  margin: 0;
}
.categoryicons .course_category_tree .category > .info a,
.categoryicons .course_category_tree .category > .info > .categoryname a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 176px;
}
.categoryicons .course_category_tree .category > .info a > i,
.categoryicons .course_category_tree .category > .info > .categoryname a > i {
  padding-top: 6px;
}
.categoryicons .course_category_tree .category > .info a > span,
.categoryicons .course_category_tree .category > .info > .categoryname a > span {
  font-size: 18px;
}
.categoryicons .course_category_tree .fa {
  font-size: 140px;
  width: 100%;
}
.categoryicons .course_category_tree .category[data-categoryid] {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  border-bottom-width: 3px;
}
.categoryicons .course_category_tree .category[data-categoryid]:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categoryicons .course_category_tree .category[data-categoryid] > .info > .categoryname a {
  line-height: 30px;
}
.categoryicons .course_category_tree .category[data-categoryid] > .info > .categoryname a:hover {
  text-decoration: none;
}
.categoryicons .course_category_tree .content .teachers .fa {
  display: inline;
  font-size: inherit;
}
.categoryicons .jsenabled .course_category_tree .controls {
  display: none;
}
.categoryicons .subcategories + .category-browse {
  clear: both;
}
/* @end */
/* @group Chat */
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-input-area table.generaltable td.cell {
  padding: 0px;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-userlist #users-list img {
  border-radius: 250px;
  height: 35px;
}
/* @end */
/* @group Course */
.course-content ul li.section.main {
  border-bottom: 0px none;
}
#course-category-listings .item-actions.show .menu a {
  padding: 0px 5px;
}
div.mdl-align.title {
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
}
.course-content ul.topics li.section.main.clearfix.current {
  border-radius: 5px;
}
body .course-content ul.topics li.section {
  padding-bottom: 20px;
}
body .course-content ul.topics li.section .content {
  margin-left: 20px;
  margin-right: 20px;
}
.listitem-category .icon {
  margin-right: 5px;
  margin-left: 3px;
}
.editing .section .activity .activityinstance {
  padding-right: 180px;
}
.editing .section .activity .contentwithoutlink {
  padding-right: 100px;
}
.modeditingmenu.editing .section .activity .activityinstance {
  padding-right: 80px;
}
.coursebox > .info > .coursename a {
  background-position: left 0.25em;
}
.coursebox .content .summary.noteachers {
  width: 100%;
  float: none;
}
.coursebox .content .teachers .fa {
  font-size: inherit;
}
/* @group Course Resource */
/* mod_resource css */
.path-mod-resource .resourcecontent {
  overflow: auto;
}
/* @end */
/* @group Course Footer */
.section-navigation {
  padding: 2em 0;
  line-height: 1.5;
  clear: both;
}
.section-navigation a {
  font-style: normal;
  text-decoration: none;
}
#previous_section,
#next_section {
  width: 50%;
  display: block;
}
#next_section {
  text-align: right;
  float: right;
}
#next_section .nav_icon {
  float: right;
  margin-left: 0.3em;
  border-left: 1px solid #eee;
  font-size: 2em;
}
#next_section .text {
  width: 74.05%;
  float: right;
}
#previous_section {
  float: left;
  text-align: left;
}
#previous_section .nav_icon {
  float: left;
  margin-right: 0.3em;
  border-right: 1px solid #eee;
  font-size: 2em;
}
#previous_section .text {
  width: 74.05%;
  float: left;
}
.nav_guide {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
}
.nav_icon {
  padding: 0.3em;
  width: 8.3%;
  text-align: center;
}
/* @end */
/* @end */
/* @group Dock */
.dockbutton:hover,
.dockbutton:focus,
.dockbutton.disabled,
.dockbutton[disabled] {
  color: #7b8a8b;
  background-color: #d0d5d9;
}
.dockbutton:active,
.dockbutton.active {
  background-color: #b4bcc2;
}
.dockbutton:first-child {
  *margin-left: 0;
}
.dockbutton:hover,
.dockbutton:focus {
  color: #7b8a8b;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.dockbutton:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dockbutton.active,
.dockbutton:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dockbutton.disabled,
.dockbutton[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dockbutton .label,
.dockbutton .badge {
  position: relative;
  top: -1px;
}
.dockbutton:hover,
.dockbutton:focus {
  color: white;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.dockbutton:active,
.dockbutton.active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dockbutton.disabled,
.dockbutton[disabled] {
  color: white;
}
.dockbutton-large {
  padding: 18px 36px;
}
.dockbutton-small {
  padding: 2px 12px;
}
.dockbutton-mini {
  padding: 1px 8px;
}
body.has_dock {
  padding-left: 42px;
}
body.has_dock div#dock {
  display: inline;
}
body.has_dock #page {
  padding-left: 20px;
  padding-right: 20px;
}
body.has_dock #dock {
  position: fixed;
  left: 0;
  z-index: 12000;
  height: 100%;
  border-right: 0 none;
}
body.has_dock #dock .controls img {
  background: #fff;
  padding: 3px;
  border-radius: 5px;
}
body.has_dock #dock .nothingdocked {
  display: none;
  visibility: hidden;
}
body.has_dock #dock .dockeditem .firstdockitem {
  margin-top: 1em;
}
body.has_dock #dock .dockedtitle {
  padding: 10px 0;
  margin: 2px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-bottom: 1px dashed #fff;
}
body.has_dock #dock .dockedtitle h2 {
  font-weight: normal;
  text-align: center;
}
body.has_dock #dock .dockedtitle:hover,
body.has_dock #dock .dockedtitle:focus,
body.has_dock #dock .dockedtitle:active,
body.has_dock #dock .dockedtitle.active,
body.has_dock #dock .dockedtitle.disabled,
body.has_dock #dock .dockedtitle[disabled] {
  color: #7b8a8b;
}
body.has_dock #dock .dockedtitle:active,
body.has_dock #dock .dockedtitle.active {
  background-color: #b4bcc2;
}
body.has_dock #dock .dockedtitle:first-child {
  *margin-left: 0;
}
body.has_dock #dock .dockedtitle:hover,
body.has_dock #dock .dockedtitle:focus {
  text-decoration: none;
  background-position: 0 -10px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
body.has_dock #dock .dockedtitle.active,
body.has_dock #dock .dockedtitle:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
body.has_dock #dock .dockedtitle.disabled,
body.has_dock #dock .dockedtitle[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.has_dock #dock .dockedtitle .label,
body.has_dock #dock .dockedtitle .badge {
  position: relative;
  top: -1px;
}
body.has_dock #dock .dockedtitle:hover,
body.has_dock #dock .dockedtitle:focus {
  color: white;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: 0.25s;
}
body.has_dock #dock .dockedtitle:active,
body.has_dock #dock .dockedtitle.active {
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.has_dock #dock .dockedtitle.disabled,
body.has_dock #dock .dockedtitle[disabled] {
  color: white;
}
body.has_dock #dock .dockedtitle-large {
  padding: 18px 36px;
}
body.has_dock #dock .dockedtitle-small {
  padding: 2px 12px;
}
body.has_dock #dock .dockedtitle-mini {
  padding: 1px 8px;
}
body.has_dock #dock .dockedtitle .filterrotate {
  margin-left: 8px;
}
body.has_dock #dock .dockeditempanel_hd h2 {
  display: block;
  padding: 3px 15px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
body.has_dock #dock .controls {
  position: absolute;
  bottom: 42px;
  width: 100%;
  text-align: center;
}
body.has_dock #dock .controls img {
  cursor: pointer;
}
body.has_dock #dockeditempanel {
  position: relative;
  left: 100%;
  z-index: 12000;
  min-width: 200px;
  padding-left: 5px;
}
body.has_dock #dockeditempanel .dockeditempanel_content {
  z-index: 12050;
  width: 384px;
  background-color: #fff;
}
body.has_dock #dockeditempanel .dockeditempanel_bd {
  width: auto;
  overflow: auto;
}
body.has_dock #dockeditempanel .dockeditempanel_bd .block_navigation .block_tree li {
  overflow: visible;
}
body.has_dock #dockeditempanel .dockeditempanel_hd {
  position: relative;
  border-bottom: 1px solid #EEE;
}
body.has_dock #dockeditempanel .dockeditempanel_hd h2 {
  padding: 5px;
  margin: 0;
}
body.has_dock #dockeditempanel .dockeditempanel_hd .commands {
  position: absolute;
  top: 16px;
  right: 4px;
}
body.has_dock #dockeditempanel .dockeditempanel_hd .commands > a,
body.has_dock #dockeditempanel .dockeditempanel_hd .commands > span {
  margin-left: 3px;
  cursor: pointer;
}
body.has_dock #dockeditempanel .dockeditempanel_hd a.editing_move,
body.has_dock #dockeditempanel .dockeditempanel_hd a.editing_edit,
body.has_dock #dockeditempanel .dockeditempanel_hd a.editing_roles,
body.has_dock #dockeditempanel .dockeditempanel_hd a.editing_delete,
body.has_dock #dockeditempanel .dockeditempanel_hd a.editing_hide {
  display: none;
}
body.has_dock #dockeditempanel .dockeditempanel_hd .commands img,
body.has_dock #dockeditempanel .dockeditempanel_hd .commands input {
  margin-right: 1px;
  vertical-align: middle;
}
body.has_dock #dockeditempanel .dockeditempanel_hd .commands img {
  display: inline;
}
body.has_dock #dockeditempanel .dockeditempanel_hd .commands .hidepanemicon img {
  cursor: pointer;
}
body.has_dock #dockeditempanel.dockitempanel_hidden {
  display: none;
}
body.has_dock .dockeditempanel_content {
  width: 300px;
}
body.has_dock.empty-region-side-pre:not(.has-region-side-post) #region-bs-main-and-pre {
  width: 100%;
}
body.has_dock.empty-region-side-pre.empty-region-side-post #region-bs-main-and-pre {
  width: 100%;
}
/* @group Dock & Navbar */
.has_dock .navbar .navbar-inner {
  padding-left: 62px;
}
.has_dock .navbar.oldnavbar.affix-top .navbar-inner {
  padding-left: 20px;
}
/* @end Dock & Navbar */
/* @end Dock */
/* @group Edit Buttons */
i > img {
  display: none;
  visibility: hidden;
}
.actions .moodle-actionmenu[data-enhanced].show .menu a {
  text-decoration: none !important;
}
#page-mod-glossary-view .commands img,
#page-calendar-view .commands img {
  display: inline;
}
.commands i {
  margin-left: 3px;
  margin-right: 3px;
}
.menu a.menu-action > i,
p.tree_item.leaf a > i,
.course-item-actions a > i,
.actions a > i {
  width: 14px;
}
.menu a.menu-action.action-delete > i,
p.tree_item.leaf a.action-delete > i,
.course-item-actions a.action-delete > i,
.actions a.action-delete > i {
  color: red;
}
.menu a.menu-action,
.course-item-actions a,
.actions a {
  margin: 0px 3px;
}
a.action-icon > i,
#studentheader > i,
.heading_name_row a > i {
  width: 14px;
  margin: 0px 3px;
}
.menu a.menu-action:hover > i {
  color: #FFF;
}
.section-modchooser-link img {
  display: none;
}
.section-modchooser-link > a:before {
  font-family: 'FontAwesome';
  content: "\f067";
  margin-right: 3px;
}
.section-modchooser-link > a:hover:before {
  text-decoration: none;
}
.editing_title img {
  display: none !important;
}
.editing_title:before {
  font-family: 'FontAwesome';
  content: "\f040 ";
  margin-right: 5px;
}
.moodle-core-dragdrop-draghandle:before {
  font-family: 'FontAwesome';
  content: "\f047 ";
  margin-right: 5px;
  cursor: move;
}
.course-content .section .moodle-core-dragdrop-draghandle:before {
  font-family: 'FontAwesome';
  content: "\f07d ";
  margin-right: 5px;
  cursor: move;
}
.course-content .section .moodle-core-dragdrop-draghandle img {
  display: none;
}
.section .summary > a:before {
  font-family: 'FontAwesome';
  content: "\f013";
  margin-right: 5px;
}
.section .summary .iconsmall.edit {
  display: none;
}
.moodle-actionmenu.show[data-enhanced] .menu a {
  padding: 0.2em;
}
.moodle-actionmenu.show[data-enhanced] .menu a i {
  margin-right: 5px;
}
/* @end */
/* @group Footer */
#page-footer {
  margin: 0px;
  padding: 0px;
  border: 0;
  font-size: 1em;
  text-align: left;
  width: 100%;
  padding-top: 10px;
}
#page-footer .copy {
  padding: 10px;
  float: left;
}
#page-footer .footerlinks .footnote {
  float: left;
  color: #fff;
  margin-left: 0px;
}
#page-footer .footerlinks .footnote a:hover {
  text-decoration: none;
}
#page-footer .footerlinks .helplink {
  float: right;
  padding-right: 20px;
}
#page-footer .footerlinks .helplink a {
  color: orange !important;
}
#page-footer .span4 {
  padding: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#page-footer hr {
  padding: 0px;
  border-bottom: 0px none;
  margin-top: -10px;
}
#page-footer h4 {
  font-size: 1.2em;
  padding-bottom: 6px;
  margin-bottom: 4px;
}
#page-footer ul,
#greyboxright ul {
  list-style-type: none !important;
  margin: 0px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#page-footer ul li,
#greyboxright ul li {
  padding: 4px 0px;
  padding-left: 0px;
}
.footerlinks {
  line-height: 15px;
}
body.path-admin-setting #page-footer {
  min-height: 101px;
}
/* @group Footer Block Formatting */
#page-footer .block {
  border: 0px none;
  background: transparent;
  width: 100%;
  padding: 0px;
}
#page-footer .block .header .title h2:before {
  background: transparent;
  padding-left: 0px;
  font-size: 1.2em;
  padding-bottom: 0px;
  margin-bottom: 0px;
  text-transform: none;
  font-weight: normal;
}
#page-footer .block .header .block_action {
  display: none !important;
}
#page-footer .eventskey,
#page-footer .calendar_filters {
  display: none;
}
#page-footer img.profilepicture,
#page-footer .myprofileitem.picture {
  float: left;
  width: 90px;
  height: 90px;
}
#page-footer .myprofileitem.picture {
  margin-right: 20px;
}
#page-footer .myprofileitem.fullname {
  margin-top: 10px;
}
#page-footer .block_login .footer a,
#page-footer .block_login .footer a:visited {
  color: #fff;
}
#page-footer .block_rss_client li:before {
  display: none;
}
#page-footer .block_rss_client .content {
  padding-top: 10px;
}
#page-footer .block_rss_client .content li:hover {
  background: transparent;
}
/* @end */
/* @group Performance Information */
.performanceinfo {
  background: white;
  padding: 8px;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  margin-top: 5px;
}
.performanceinfo .span3 {
  text-align: center;
}
.performanceinfo var {
  font-size: 1.2em;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
}
.performanceinfo h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 5px;
}
.performanceinfo h2:before {
  font-family: FontAwesome;
  font-size: 1.65em;
  margin-right: .3em;
  content: "\f05a";
}
.performanceinfo span {
  display: block;
  margin-top: 5px;
}
.performanceinfo #load:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: .3em;
  font-style: normal;
  font-weight: 100;
  content: "\f017";
}
.performanceinfo #cache:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: .3em;
  font-style: normal;
  font-weight: 100;
  content: "\f1b0";
}
.performanceinfo #memory:before,
.performanceinfo #peakmemory:before,
.performanceinfo #session:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: .3em;
  font-style: normal;
  content: "\f0e4";
}
.performanceinfo #included:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: .3em;
  font-style: normal;
  content: "\f16c";
}
.performanceinfo #dbqueries:before,
.performanceinfo #dbtime:before {
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: .3em;
  font-style: normal;
  content: "\f181";
}
/* @end */
/* @end */
/* @group Forms */
.form-item .form-label,
.mform .fitem div.fitemtitle {
  text-align: left;
}
.form-item .form-label,
.mform .fitem div.fitemtitle,
.userprofile dl.list dt,
.form-horizontal .control-label {
  width: 140px;
}
.form-item .form-setting,
.form-item .form-description,
.mform .fitem .felement,
#page-mod-forum-search .c1 {
  margin-left: 180px;
}
.form-item .form-label .form-overridden {
  font-size: 1em;
  font-family: monospace;
}
#region-main form .form-buttons {
  width: 400px;
  border-radius: 8px;
}
#region-main form .form-buttons input {
  margin: 0px;
}
#region-main form table#form td.submit,
#region-main form .form-buttons,
#region-main form .path-admin .buttons,
#region-main form #fitem_id_submitbutton,
#region-main form .fp-content-center form + div,
#region-main form div.backup-section + form,
#region-main form #fgroup_id_buttonar {
  width: 40%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  padding: 20px;
  border-radius: 8px;
}
#region-main form table#form td.submit .felement,
#region-main form .form-buttons .felement,
#region-main form .path-admin .buttons .felement,
#region-main form #fitem_id_submitbutton .felement,
#region-main form .fp-content-center form + div .felement,
#region-main form div.backup-section + form .felement,
#region-main form #fgroup_id_buttonar .felement {
  margin-left: auto;
  margin-right: auto;
}
#region-main form table#form td.submit > .fgroup,
#region-main form .form-buttons > .fgroup,
#region-main form .path-admin .buttons > .fgroup,
#region-main form #fitem_id_submitbutton > .fgroup,
#region-main form .fp-content-center form + div > .fgroup,
#region-main form div.backup-section + form > .fgroup,
#region-main form #fgroup_id_buttonar > .fgroup {
  margin: 0px;
  padding-top: 15px;
}
#region-main form table#form td.submit input,
#region-main form .form-buttons input,
#region-main form .path-admin .buttons input,
#region-main form #fitem_id_submitbutton input,
#region-main form .fp-content-center form + div input,
#region-main form div.backup-section + form input,
#region-main form #fgroup_id_buttonar input {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #005aa8;
  background-image: -moz-linear-gradient(top, #0070a8, #0038a8);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0070a8), to(#0038a8));
  background-image: -webkit-linear-gradient(top, #0070a8, #0038a8);
  background-image: -o-linear-gradient(top, #0070a8, #0038a8);
  background-image: linear-gradient(to bottom, #0070a8, #0038a8);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0070a8', endColorstr='#ff0038a8', GradientType=0);
  border-color: #0038a8 #0038a8 #001e5c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0038a8;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
#region-main form table#form td.submit input:hover,
#region-main form .form-buttons input:hover,
#region-main form .path-admin .buttons input:hover,
#region-main form #fitem_id_submitbutton input:hover,
#region-main form .fp-content-center form + div input:hover,
#region-main form div.backup-section + form input:hover,
#region-main form #fgroup_id_buttonar input:hover,
#region-main form table#form td.submit input:focus,
#region-main form .form-buttons input:focus,
#region-main form .path-admin .buttons input:focus,
#region-main form #fitem_id_submitbutton input:focus,
#region-main form .fp-content-center form + div input:focus,
#region-main form div.backup-section + form input:focus,
#region-main form #fgroup_id_buttonar input:focus,
#region-main form table#form td.submit input:active,
#region-main form .form-buttons input:active,
#region-main form .path-admin .buttons input:active,
#region-main form #fitem_id_submitbutton input:active,
#region-main form .fp-content-center form + div input:active,
#region-main form div.backup-section + form input:active,
#region-main form #fgroup_id_buttonar input:active,
#region-main form table#form td.submit input.active,
#region-main form .form-buttons input.active,
#region-main form .path-admin .buttons input.active,
#region-main form #fitem_id_submitbutton input.active,
#region-main form .fp-content-center form + div input.active,
#region-main form div.backup-section + form input.active,
#region-main form #fgroup_id_buttonar input.active,
#region-main form table#form td.submit input.disabled,
#region-main form .form-buttons input.disabled,
#region-main form .path-admin .buttons input.disabled,
#region-main form #fitem_id_submitbutton input.disabled,
#region-main form .fp-content-center form + div input.disabled,
#region-main form div.backup-section + form input.disabled,
#region-main form #fgroup_id_buttonar input.disabled,
#region-main form table#form td.submit input[disabled],
#region-main form .form-buttons input[disabled],
#region-main form .path-admin .buttons input[disabled],
#region-main form #fitem_id_submitbutton input[disabled],
#region-main form .fp-content-center form + div input[disabled],
#region-main form div.backup-section + form input[disabled],
#region-main form #fgroup_id_buttonar input[disabled] {
  color: #ffffff;
  background-color: #0038a8;
  *background-color: #002f8f;
}
#region-main form table#form td.submit input:active,
#region-main form .form-buttons input:active,
#region-main form .path-admin .buttons input:active,
#region-main form #fitem_id_submitbutton input:active,
#region-main form .fp-content-center form + div input:active,
#region-main form div.backup-section + form input:active,
#region-main form #fgroup_id_buttonar input:active,
#region-main form table#form td.submit input.active,
#region-main form .form-buttons input.active,
#region-main form .path-admin .buttons input.active,
#region-main form #fitem_id_submitbutton input.active,
#region-main form .fp-content-center form + div input.active,
#region-main form div.backup-section + form input.active,
#region-main form #fgroup_id_buttonar input.active {
  background-color: #002775 \9;
}
#region-main form table#form td.submit input .caret,
#region-main form .form-buttons input .caret,
#region-main form .path-admin .buttons input .caret,
#region-main form #fitem_id_submitbutton input .caret,
#region-main form .fp-content-center form + div input .caret,
#region-main form div.backup-section + form input .caret,
#region-main form #fgroup_id_buttonar input .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
#region-main form .fdescription.required {
  color: orangered;
}
body.desktopdevice #region-main form table#form td.submit,
body.desktopdevice #region-main form .form-buttons,
body.desktopdevice #region-main form .path-admin .buttons,
body.desktopdevice #region-main form #fitem_id_submitbutton,
body.desktopdevice #region-main form .fp-content-center form + div,
body.desktopdevice #region-main form div.backup-section + form,
body.desktopdevice #region-main form #fgroup_id_buttonar {
  position: fixed;
  left: 30%;
  bottom: 30px;
}
#page-mod-assign-view.jsenabled .gradingoptionsform .fitem_actionbuttons {
  display: none;
}
.mform fieldset.collapsible legend a.fheader {
  margin-left: 0px;
}
.mform fieldset a.visibleifjs img.smallicon {
  padding-bottom: 6px;
}
/* @end */
/* @group Forums */
.forumheaderlist .picture img {
  border-radius: 250px;
  margin-right: 10px;
}
.forumpost,
.forumheaderlist {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E1E1E1 !important;
  padding: 10px;
}
.forumheaderlist td {
  padding: 5px;
}
.forumpost .picture img {
  border-radius: 250px;
  margin-right: 10px;
}
.forumpost .content .posting {
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}
.forumpost .subject {
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: -5px;
}
.forumpost .header {
  margin-bottom: 10px;
}
.forumsearch input[type="text"] {
  font-size: 12px !important;
  height: 15px;
  width: 180px;
  margin-right: 10px;
}
.forumsearch input[type="submit"] {
  font-size: 12px !important;
  line-height: 15px;
}
/* @end */
/* @group Frontpage */
#site-news-forum,
#frontpage-course-list,
#frontpage-category-combo,
#frontpage-category-names {
  background-size: 4px 20px;
  padding-top: 25px;
}
.headingblock.header {
  padding: 0px;
  margin: 0px;
  font-size: 1.8em;
  line-height: 35px;
  color: #777;
}
#page-site-index h2.headingblock:before {
  display: block;
  float: left;
  font-family: FontAwesome;
  font-size: .85em;
  height: 1.3em;
  margin-right: .2em;
  text-align: center;
  width: 1.5em;
  content: "\f0b1";
}
#page-site-index #site-news-forum h2.headingblock:before {
  content: "\f0a1";
}
#frontpage-category-names h2.headingblock:before {
  content: "\f07c";
}
.coursebox .content .courseimage img {
  border-radius: 5px;
  border: 3px solid #fff;
}
.courses .coursebox {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E1E1E1 !important;
  padding: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.courses .coursebox.even,
.courses .coursebox.odd {
  background: #fff;
  margin-bottom: 5px;
}
.frontpagecontent {
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #FFF;
  padding: 2px 10px;
  margin-bottom: 10px;
}
/* @group Alerts */
.useralerts [class^="fa-stack"] {
  margin-right: 5px;
}
.useralerts .title {
  font-weight: bold;
  margin-right: 10px;
}
/* @end */
/* @group Back to Top */
.back-to-top [class^="icon-"] {
  font-size: 3em;
}
.back-to-top {
  position: fixed;
  top: 85%;
  right: 15px;
  display: none;
  text-align: center;
  font: 9px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px #fff;
  -moz-box-shadow: 0 0 1px #fff;
  box-shadow: 0 0 1px #fff;
  padding: 5px 12px;
  color: #fff;
}
.back-to-top:hover {
  text-decoration: none;
}
.back-to-top a,
.back-to-top a:visited {
  color: #fff !important;
}
/* @end */
/* @group Marketing Spots */
#marketing-spots {
  overflow: hidden;
}
#marketing-spots .marketing-spot {
  background: #fff;
  padding: 3px 10px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}
#marketing-spots .marketing-spot h5 {
  padding: 3px 0px 8px 0px;
  margin: 3px 0px 4px 0px;
  border-bottom: 1px solid #f1f1f1;
  text-transform: uppercase;
}
#marketing-spots .marketing-spot i {
  font-size: 1.2em;
  margin-top: 3px;
  margin-right: 8px;
}
#marketing-spots .marketing-spot .marketing-image {
  background-size: contain !important;
  background-position: center top !important;
  width: 100%;
  margin-bottom: 5px;
}
#marketing-spots .marketing-spot .marketing-button.responsive {
  display: none;
}
a.marketing-button {
  color: #fff !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
}
a.marketing-button:hover {
  color: #fff !important;
}
#marketing-buttons {
  text-align: right;
}
#marketing-buttons .span4 {
  background: #fff;
  padding: 10px;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
/* @end */
/* @end */
/* @group Gradebook */
#page-grade-report-grader-index .generaltable th.user {
  padding-right: 45px;
}
#page-grade-report-grader-index .generaltable th.user img.userpicture {
  float: left;
}
#page-grade-report-grader-index .generaltable .heading.r1 > th,
#page-grade-report-grader-index .generaltable .heading_name_row.r1 > th {
  padding-right: 35px;
  vertical-align: middle;
}
#page-grade-report-grader-index h1 {
  clear: none;
}
#page-grade-report-grader-index .gradeparent div:nth-of-type(2):not(.topscroll).right_scroller {
  padding-top: 22px;
}
#page-grade-report-grader-index .gradeparent .right_scroller .topscroll {
  min-height: 22px;
}
#page-grade-report-grader-index #user-grades,
#page-grade-report-grader-index table#fixed_column {
  margin-top: 0px;
}
/* @end */
/* @group GreyBox */
table#greyboxright {
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-bottom: 3px solid #EEE;
  border-radius: 10px !important;
  margin-left: 20px;
  float: right;
}
table#greybox {
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-bottom: 3px solid #EEE;
  border-radius: 10px !important;
  margin-top: 30px;
}
table#greyboxleft {
  background: #F9F9F9;
  border: 1px solid #EEE;
  border-bottom: 3px solid #EEE;
  border-radius: 10px !important;
  margin-right: 20px;
  float: left;
}
table#greyboxright td,
table#greyboxleft td {
  padding: 10px;
  padding-top: 0px;
  max-width: 360px;
}
table#greybox td {
  padding: 20px;
}
table#greyboxright h2,
table#greyboxleft h2 {
  border-bottom: 1px solid #EEE;
  padding-bottom: 8px;
  font-size: 1.2em;
  line-height: 17px;
}
/* @end */
/* @group Header */
#page-header {
  height: 75px;
  margin-top: 40px;
  border-bottom: 1px solid #DDD;
}
#page-header .row-fluid [class*="span"] {
  padding-right: 5px;
}
#page-header .btn-icon {
  display: none;
  float: right;
  padding: 7px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: none;
  background-color: #ededed;
}
#page-header .btn-icon .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
}
#page-header .btn-icon:hover {
  background-color: #e5e5e5;
}
#page-header .btn-icon .icon-bar + .icon-bar {
  margin-top: 3px;
}
#page-header .icon-collapse {
  overflow: visible;
}
#page-header h2.main,
#page-header #pageheading {
  font-size: 1.4em;
  line-height: 35px;
  color: #777;
  border-bottom: 1px solid #e1e1e1;
}
#page-header a.logo {
  display: block;
  float: left;
  height: 65px;
  margin: 5px;
  width: 100%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
#page-header h1#title {
  white-space: nowrap;
  font-size: 3em;
  top: 10px;
  position: relative;
}
#page-header h1#smalltitle {
  white-space: nowrap;
  font-size: 2em;
  top: 10px;
  line-height: 20px;
  position: relative;
}
#page-header h2#subtitle {
  white-space: nowrap;
  font-size: 1em;
  position: relative;
  line-height: 25px;
}
#page-header a.textlogo {
  text-decoration: none;
}
#page-header #headerlogo {
  float: left;
  font-size: 4.5em;
  padding-right: 10px;
  position: relative;
  top: 10px;
  margin-right: 10px;
  color: [[setting:themeiconcolor]];
}
#page-header.oldnavbar,
.pagelayout-maintenance #page-header,
#page-admin-upgradesettings #page-header,
.pagelayout-redirect #page-header {
  margin-top: 0px;
}
.pagewidthnarrow.custommenuitems header .navbar-inner {
  height: 80px;
  max-height: 80px;
}
.pagewidthnarrow.custommenuitems #page-header {
  margin-top: 80px;
}
.pagewidthnarrow.custommenuitems #page-header.oldnavbar {
  margin-top: 0px;
}
/* @end */
/* @group Social Buttons */
#socialnetworks,
#mobileapps {
  height: 75px;
  margin-right: 10px;
}
.socials {
  margin: 0px;
}
.socials p {
  font-weight: normal;
  font-size: 1.1em;
}
button.socialicon {
  background-color: #bbbbbb;
  border-radius: 5px;
  border: 0px none;
  font-size: 1.6em;
  padding: 5px;
  text-align: center;
  background-image: none;
  min-width: 29px;
}
button.facebook:hover,
button.facebook:focus {
  background-color: #4a6ea9;
}
button.skype:hover,
button.skype:focus {
  background-color: #00adf7;
}
button.instagram:hover,
button.instagram:focus {
  background-color: #a5674a;
}
button.ios:hover,
button.ios:focus {
  background-color: #000;
}
button.windows:hover,
button.ios:focus {
  background-color: #008A00;
}
button.winphone:hover,
button.ios:focus {
  background-color: #9B4F96;
}
button.android:hover,
button.android:focus {
  background-color: #98cd32;
}
button.vk:hover,
button.vk:focus {
  background-color: #4a6ea9;
}
button.twitter:hover,
button.twitter:focus {
  background-color: #00aced;
}
button.googleplus:hover,
button.googleplus:focus {
  background-color: #f42941;
}
button.flickr:hover,
button.flickr:focus {
  background-color: #ff3096;
}
button.instagram:hover,
button a.instagram:focus {
  background-color: #b99c6b;
}
button.youtube:hover,
button.youtube:focus {
  background-color: #f42941;
}
button.pinterest:hover,
button.pinterest:focus {
  background-color: #f42941;
}
button.linkedin:hover,
button.linkedin:focus {
  background-color: #4A9CC9;
}
ul.socials {
  text-align: right;
}
ul.socials li {
  text-align: right;
  display: inline-block;
}
#socialheading {
  text-align: right;
  letter-spacing: .2em;
  padding: 0px;
  margin: 0px;
  margin-top: 8px;
}
/* @end */
/* @end */
/* @group Gradebook */
.messagearea {
  padding-bottom: 60px;
}
.messagearea #fitem_id_message .fitemtitle {
  width: auto;
  max-width: 20%;
}
.messagearea #fitem_id_message .felement.ftextarea {
  float: left;
  margin-left: 25px;
  width: 70%;
}
.messagearea #fitem_id_submitbutton .felement.fsubmit {
  margin-left: 0px;
}
/* @end */
/* @group Navbar */
/* @group Custom Menu */
.navbar {
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0px;
  background-image: none;
  z-index: 200;
}
.navbar .navbar-inner {
  border: none;
  line-height: 0px;
  background-image: none;
  box-shadow: none;
  filter: none;
}
.navbar .navbar-inner .btn-navbar {
  float: left;
  margin: 5px 10px 0px;
}
.navbar .navbar-inner .brand {
  vertical-align: middle;
  text-shadow: none;
  line-height: 40px;
  padding: 0;
  margin-left: 0px;
  margin-right: 10px;
}
.navbar .navbar-inner ul.nav {
  margin: 0px;
}
.navbar .navbar-inner ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .navbar-inner #custom_menu_language,
.navbar .navbar-inner #custom_menu_courses,
.navbar .navbar-inner #custom_menu_themecolours,
.navbar .navbar-inner #custom_menu {
  display: inline-block;
  vertical-align: top;
}
.navbar .navbar-inner #custom_menu_courses ul.dropdown-menu,
.navbar .navbar-inner #custom_menu_language ul.dropdown-menu {
  max-height: 384px;
  overflow-y: auto;
}
.navbar .navbar-inner .dropdown-menu > li > a:hover,
.navbar .navbar-inner .dropdown-menu > li > a:focus,
.navbar .navbar-inner .dropdown-submenu:hover > a,
.navbar .navbar-inner .dropdown-submenu:focus > a {
  background-image: none;
  text-decoration: none;
}
.navbar .navbar-inner .dropdown .fa {
  margin-right: 5px;
}
.navbar .navbar-inner .open > .dropdown-menu {
  overflow: visible;
  display: block;
}
.navbar .navbar-inner .dropdown-menu {
  z-index: 200;
  margin: 0px;
}
.navbar .navbar-inner .dropdown-menu > li > a,
.navbar .navbar-inner .dropdown-submenu > a {
  padding: 3px 25px 3px 15px;
}
.navbar .navbar-inner .dropdown-menu > li > a:hover {
  background: none;
}
.navbar .navbar-inner .nav > li.dropdown a,
.navbar .navbar-inner .nav > li > a {
  text-shadow: none;
}
.navbar .navbar-inner .nav > li.dropdown a .fa-caret-right:before,
.navbar .navbar-inner .nav > li > a .fa-caret-right:before {
  margin-left: 5px;
  margin-right: 3px;
  /*@replace: "\f0d9"*/
  content: "\f0da";
}
.navbar .navbar-inner .nav > li.dropdown a:hover,
.navbar .navbar-inner .nav > li > a:hover {
  background-image: none;
}
.navbar .navbar-inner .nav > li.dropdown a:hover .fa-caret-right:before,
.navbar .navbar-inner .nav > li > a:hover .fa-caret-right:before {
  content: "\f0d7";
  margin-right: 0px;
}
.navbar .navbar-inner .nav > li.dropdown.open a .fa-caret-right:before {
  content: "\f0d7";
  margin-right: 0px;
}
.navbar .navbar-inner .nav > li.dropdown ul.dropdown-menu > li > a:hover,
.navbar .navbar-inner .nav > li.dropdown ul.dropdown-menu > li > a.open {
  background-image: none;
}
.navbar .navbar-inner .custommenus {
  width: 100%;
}
.navbar .navbar-inner .messagemenu,
.navbar .navbar-inner .usermenu,
.navbar .navbar-inner .gotobottommenu {
  float: right;
}
.navbar .navbar-inner .usermenu .dropdown img.userpicture {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  border-radius: 4px;
  margin-right: 2px;
}
.navbar .navbar-inner .usermenu .dropdown a.dropdown-toggle {
  padding: 9px 15px;
}
.navbar .navbar-inner .usermenu .dropdown .dropdown-submenu.preferences a.dropdown-toggle {
  padding: 3px 25px 3px 15px;
}
.navbar .navbar-inner .usermenu .dropdown ul.dropdown-menu {
  margin: 0px;
}
.navbar .navbar-inner .usermenu .dropdown ul.dropdown-menu i {
  margin-right: 5px;
  width: 15px;
}
.navbar .navbar-inner .usermenu .dropdown ul.dropdown-menu hr.sep {
  margin: 0px;
  height: 0px;
  border: none;
}
.navbar .navbar-inner .messagemenu ul.nav > li > a > .fa {
  margin-left: 5px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu {
  left: auto;
  right: 10px;
  margin: 0px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a {
  padding: 0px;
  background: #fff;
  overflow: hidden;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message {
  padding: 5px 10px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message i {
  margin: 0px 5px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message .msg-picture {
  float: left;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message .msg-body {
  display: inline-block;
  padding-right: 80px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message .msg-body span.msg-sender,
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message .msg-body span.msg-text,
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message .msg-body span.msg-time {
  float: left;
  width: 100%;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message.unread {
  background: #eeeeee;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message.unread .msg-text {
  font-weight: 700;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .message.read {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification {
  width: 255px;
  padding: 5px 10px;
  overflow: hidden;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification .icon {
  float: left;
  font-size: 5em;
  margin-top: 5px;
  margin-right: 10px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification .notification-text {
  width: 185px;
  white-space: normal;
  float: right;
  font-size: 12px;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification .msg-time {
  float: left;
  clear: right;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification.read {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification.unread {
  background: #eeeeee;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a > .notification.unread .msg-text {
  font-weight: 700;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li > a:hover .message {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu li:first-of-type > a {
  border-top: none;
}
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu:before,
.navbar .navbar-inner .messagemenu ul.nav ul.dropdown-menu:after {
  left: auto;
  right: 10px;
}
/* @end */
.navbar.oldnavbar,
.pagelayout-secure .navbar,
.pagelayout-popup .navbar {
  position: relative;
}
.navbar.oldnavbar.affix {
  position: fixed;
}
/* @end */
/* @group Contributed Plugins */
/* @group Collapsed Topics */
body.format-topcoll .course-content ul.ctopics li.section.main {
  padding-bottom: 20px;
}
/* @group End Collapsed Topics */
/* @group End Contributed Plugins */
/* @group Quiz */
#page-mod-quiz-edit div.question div.content div.points {
  margin-top: 0;
}
#page-mod-quiz-edit div.question div.content div.questioncontrols {
  float: right;
  width: 60px;
  position: absolute;
  right: 0.3em;
  top: 0.2em;
  display: block;
  text-align: right;
  background-color: transparent;
}
#page-mod-quiz-edit div.quizpage .pagecontent {
  width: 100%;
}
#page-mod-quiz-edit .pagecontrols .singlebutton {
  margin-left: 1.4em;
}
#page-mod-quiz-edit .addpage {
  margin-right: 0em;
}
#page-mod-quiz-edit div.quizcontents {
  clear: left;
  display: block;
  float: left;
  width: 67%;
}
#page-mod-quiz-edit .questionbankwindow.block div.header {
  border-radius: 6px;
}
#page-mod-quiz-edit .questionbankwindow.block div.header .title h2 {
  margin-bottom: 0px;
}
#page-mod-quiz-edit .reorder div.question div.content .questionpreview .fa {
  vertical-align: middle;
}
#page-mod-quiz-edit .questionbank select.menucategory {
  width: 100%;
}
.questionbankwindow.block {
  background: white;
  padding: 0px 12px;
  border-radius: 8px;
  border: 1px solid #E1E1E1;
  margin-bottom: 10px;
}
.questionbankwindow.block .header .title {
  border-bottom: 0px none;
}
.questionbankwindow.block .header .title h2:before {
  content: "\f128";
}
#page-question-preview h1 {
  font-size: 1.5em;
}
/* @end Quiz */
/* Group scaffolding.less */
.ecol12 {
  width: 100%;
  *width: 99.94680851%;
}
.ecol11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.ecol10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.ecol9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.ecol8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.ecol7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.ecol6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.ecol5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.ecol4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.ecol3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.ecol2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.ecol1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
@media (min-width: 768px) and (max-width: 979px) {
  .ecol12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .ecol11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .ecol10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .ecol9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .ecol8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .ecol7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .ecol6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .ecol5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .ecol4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .ecol3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .ecol2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .ecol1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
}
@media (min-width: 1200px) {
  .ecol12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .ecol11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .ecol10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .ecol9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .ecol8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .ecol7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .ecol6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .ecol5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .ecol4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .ecol3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .ecol2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .ecol1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
}
/* End group scaffolding.less */
/* @group Tabs */
.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
}
.nav-tabs,
.nav-pills {
  text-align: center;
}
.nav > .disabled > a {
  color: #555;
  background: #fff;
}
.nav > .disabled > a:hover {
  border: 1px solid #ddd;
}
.nav-tabs > li > a {
  cursor: default;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/* @end */
/* @group Print Styling */
#printonly {
  display: none;
}
@media print {
  #printonly {
    display: block;
  }
  html,
  body {
    margin: 0;
    padding: 0;
    background: transparent;
    color: #000;
    text-shadow: none;
  }
  #dock,
  #topstripe,
  #page-header,
  #custommenu-wrap-outer,
  #block-region-side-pre,
  #block-region-side-post,
  .navbar,
  #graded_users_selector,
  div.urlselect,
  #page-footer,
  .tabtree,
  .helplink {
    display: none;
  }
  #page-report-outline-user .navbar {
    display: block;
  }
  #page-content-wrapper {
    width: auto;
    min-width: auto;
  }
  #block-region-side-post,
  #block-region-side-pre {
    width: 0;
  }
  .side-post-only #page-content #region-main-box {
    left: 0;
  }
  .side-post-only #page-content #region-post-box {
    margin-left: 0 !important;
  }
  .side-post-only #page-content #region-main,
  .side-post-only #page-content #region-bs-main-and-pre {
    margin-left: 0 !important;
  }
  .row-fluid .span9 {
    width: 100%;
  }
  [class*="span"].pull-right,
  .row-fluid [class*="span"].pull-right {
    float: left;
  }
  #page #region-main .region-content {
    border: 0px solid transparent !important;
    margin: 0 0 !important;
    padding: 0px 0px !important;
  }
  #page-content #region-main-box .region-content {
    padding: 0px 0 0;
  }
  #page .navbar {
    margin: 0 0;
    padding: 1em 0px;
    background: #fff;
    color: #000;
    text-shadow: none;
    font-size: 1em;
  }
  #page .navbar a {
    color: #000;
    text-shadow: none;
    font-size: 1em;
  }
  .navbar .sep {
    text-shadow: none;
  }
  .headingwrap h2.headingblock,
  .headingwrap h2.main {
    text-shadow: none;
  }
}
/* @end */
/* @group Responsive */
@media (min-width: 1200px) {
  .maintenance #region-main,
  #page-login-index #region-main {
    width: 100% !important;
  }
  #page-mod-quiz-edit .reorder div.question div.content {
    width: 92%;
  }
  #page-mod-quiz-edit div.question div.content .questiontext {
    max-width: 60%;
  }
  #page-mod-quiz-edit #categoryquestions .questiontext {
    max-width: 60%;
  }
}
@media (max-width: 979px) {
  font-size: 13px !important;
  
  h1#title {
    font-size: 2.5em;
    line-height: 35px;
  }
  h1#smalltitle {
    font-size: 1.8em;
    line-height: 30px;
  }
  .navbar-inner .brand {
    display: none;
  }
  .navbar-inner .nav-collapse {
    float: left;
    display: block;
    width: 100%;
    z-index: 10;
    /* Get on top of slider. */
    margin-left: -10px;
    margin-right: -10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .navbar-inner .nav-collapse .navbar-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-inner .nav-collapse .nav > li {
    float: left;
  }
  .navbar-inner .nav-collapse #custom_menu_language,
  .navbar-inner .nav-collapse #custom_menu_courses,
  .navbar-inner .nav-collapse #custom_menu_themecolours,
  .navbar-inner .nav-collapse #custom_menu {
    vertical-align: top;
    float: left;
    clear: both;
  }
  .navbar-inner .nav-collapse.collapse.in {
    overflow: visible;
  }
  .navbar-inner .nav-collapse .nav > li > a {
    margin-bottom: 0px;
    border-radius: 0;
  }
  .navbar-inner .nav-collapse .nav > li > .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
  }
  .navbar-inner .nav-collapse .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
  }
  .navbar-inner .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .navbar-inner .nav-collapse .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 160px;
    padding: 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 13px !important;
    line-height: 18px;
  }
  h1#title {
    font-size: 2em;
    line-height: 30px;
  }
  h1#smalltitle {
    font-size: 1.5em;
    line-height: 30px;
  }
  .row-fluid .desktop-first-column {
    margin-left: 0;
  }
  #page-mod-quiz-edit .reorder div.question div.content {
    width: 90%;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 12px !important;
    font-weight: 500;
    line-height: 16px;
  }
  h1#title {
    font-size: 1.8em;
    line-height: 30px;
  }
  h1#smalltitle {
    font-size: 1.2em;
  }
  .row-fluid .desktop-first-column {
    clear: right;
  }
  #page.container-fluid {
    padding: 5px;
  }
  #page-header {
    height: auto;
  }
  #page-header h2#subtitle {
    top: 0px;
    line-height: 10px;
  }
  #page-header .icon-collapse {
    overflow: hidden;
    margin-top: 34px;
    margin-right: 10px;
    float: right;
  }
  #page-header .btn-icon {
    display: block;
  }
  #page-header #headerlogo {
    top: 0px;
  }
  #marketing-spots .marketing-spot {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #marketing-spots .marketing-spot .button {
    text-align: right;
  }
  #marketing-spots .marketing-spot .button .marketing-button.responsive {
    display: inline !important;
  }
  #marketing-buttons {
    display: none;
  }
  #page-mod-quiz-edit div.quizcontents {
    width: 98%;
  }
  #page-mod-quiz-edit #categoryquestions .questiontext {
    max-width: 80%;
  }
  #page-mod-quiz-edit div.question div.content {
    min-height: 45px;
  }
  #page-mod-quiz-edit div.question div.content .questiontext {
    max-width: 50%;
  }
  #page-mod-quiz-edit div.question div.content div.questioncontrols {
    width: 20px;
  }
  #page-mod-quiz-edit div.question div.content div.questioncontrols a {
    display: block;
  }
  #page-mod-quiz-edit div.question div.content div.points {
    width: 9.1em;
    margin-right: 20px;
  }
  #page-mod-quiz-edit div.question div.content div.qorder {
    right: 24px;
  }
  #page-mod-quiz-edit div.question div.content .questionname {
    max-width: 16%;
  }
  body.has_dock #dockeditempanel .dockeditempanel_content {
    width: 300px;
  }
}
@media (max-width: 480px) {
  #page-mod-quiz-edit div.question div.questioncontainer {
    background-color: #fff;
  }
  #page-mod-quiz-edit div.question div.content .questionname {
    max-width: 16%;
  }
  #page-mod-quiz-edit div.question div.content .questiontext {
    max-width: 30%;
  }
  #page-mod-quiz-edit div.editq div.question div.content {
    float: none;
    margin: 0 auto;
  }
  #page-mod-quiz-edit #categoryquestions .questiontext {
    max-width: 70%;
  }
}
/* @end */
/* @group Fixes */
a[name="lastused"] {
  padding-top: 50px;
}
.yui3-overlay,
.user-enroller-panel {
  z-index: 300;
}
label {
  display: inline;
}
/* @end */
.empty-region-side-pre #region-bs-main-and-pre #region-main.span9 {
  width: 100%;
}
.editing .block.invisible {
  opacity: 1;
  filter: alpha(opacity=100);
  background: rgba(255, 255, 255, 0.4);
}
.path-mod-feedback .generalbox div table tbody img {
  height: 35px;
}
.course-content #completionprogressid {
  z-index: 10;
}
/*# sourceMappingURL=/theme/essential/style/essential.treasure.map */