@charset "UTF-8";
:root {
  --color_primary: [[color_primary]];
  --color_secondary: [[color_secondary]];
  --color_blackcurrant_approx: [[color_blackcurrant_approx]];
  --color_plum_approx: [[color_plum_approx]];
  --color_blackcurrant_90_approx: [[color_blackcurrant_90_approx]];
  --color_french_lilac_approx: [[color_french_lilac_approx]];
  --color_snuff_approx: [[color_snuff_approx]];
  --color_tutu_approx: [[color_tutu_approx]];
  --color_blackcurrant_25_approx: [[color_blackcurrant_25_approx]];
  --color_palette_1: #597E52;
  --color_palette_2: #F1E4C3;
  --color_palette_3: #C6A969;
  --color_palette_4: #FFFFEC;
  --color_palette_5:
  --black: #000;
  --color_mountain_mist_approx: #999;
  --gray: #808080;
  --color_mine_shaft_approx: #313131;
  --color_tapa_approx: #757575;
  --color_fuscous_gray_approx: #545251;
  --color_black_haze_approx: #f7f7f7;
  --mercury: #e5e5e5;
  --color_quill_gray_approx: #d4d4d4;
  --color_mystic_approx: #dce7ec;
  --color_celeste_approx: #cdcdcd;
  --color_romantic_approx: #ffd3bd;
  --color_zanah_approx: #d6f8cd;
  --color_cape_honey_approx: #fee7ae;
  --color_boston_blue_approx: #3a87ad;
  --color_link_water_approx: #d9edf7;
  --color_charlotte_approx: #bce8f1;
  --color_gray: #adadad;
  --color_pattens_blue: #dee2e6;
  --color_heather: #b1bbc4;
  --white: #fff;
  --color_san_marino_approx: #4a6ea9;
  --color_picton_blue_approx: #55acee;
  --color_valencia_approx: #d44132;
  --color_monza_approx: #bd081c;
  --black_50: rgba(0, 0, 0, 0.5);
  --black_20: rgba(0, 0, 0, 0.2);
  --white_20: rgba(255, 255, 255, .2);
  --white_50: rgba(255, 255, 255, .50);
  --color_silver_86_approx: rgba(189, 189, 189, 0.86);
  --color_primary_20_approx: rgba(142, 85, 142, .2);
  --font_1: "fontawesome";
}

body {
  font-family: "Source Sans Pro", sans-serif;
  color: #505050;
}

.font-title {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5em;
}

#page-site-index div#page ul.breadcrumb li, #page-site-index div#page #about-us, #page-site-index div#page #videos, #page-site-index div#page #didactic-content p {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5em;
}

div#featured-dashboard span.title, .forumpost .topic .subject, h1, h2, h3, h4, h5, h6, .userbutton, div#page-header h1.headermain, .block .header h2, form#register_student label, body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5em;
}

.font-text {
  font-family: "Source Sans Pro", sans-serif, "Verdana";
}

form#register_student .form-control {
  height: 40px;
}

form#register_student label input, form#register_student label select {
  font-family: "Source Sans Pro", sans-serif, "Verdana";
}

.border-pattern-1, .box, .mform fieldset {
  border: 2px solid #E0E0E0;
  border-radius: 6px;
  padding: 6px;
}

form label {
  font-size: 14px;
  font-weight: bold;
}

.scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.padding-extra, .box, .mform fieldset, div#layout-doc div#chat-messages li .chat-message .text, .margin-extra {
  padding: 12px;
}

body.editing ul.topics li.section:not(:first-child) {
  height: auto !important;
}
body.editing .cm-edit-action > span {
  color: #505050;
}

@-webkit-keyframes bounce-hover {
  0% {
    transform: scale(1.2, 1.2);
    box-shadow: 4px 6px 10px gray !important;
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
    box-shadow: 4px 6px 10px gray !important;
  }
}
@keyframes bounce-hover {
  0% {
    transform: scale(1.2, 1.2);
    box-shadow: 4px 6px 10px gray !important;
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.4, 1.4);
    box-shadow: 4px 6px 10px gray !important;
  }
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-xs-6 {
    width: 50%;
  }
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}
@media screen and (max-width: 768px) {
  div#info-datetime {
    display: none;
  }
  div#page-header {
    min-height: 216px;
  }
  #logo {
    margin: 0px auto;
  }
  .que .info {
    text-align: center;
    width: 100% !important;
  }
  body#page-course-view-topics ul.topics:before {
    display: none;
  }
  body#page-course-view-topics ul.topics li.section:not(:first-child) {
    height: auto !important;
  }
  body#page-course-view-topics ul.topics li.section:not(:first-child) div.section-summary-activities {
    margin-top: 0px;
  }
  body#page-course-view-topics ul.topics li.section:not(:first-child) div.section-summary-activities span.activity-count {
    display: block;
  }
  body#page-course-view-topics ul.topics li.section .box-module-access a {
    width: 36px !important;
    height: 36px !important;
  }
  body#page-course-view-topics ul.topics h3 {
    width: 100%;
  }
  body#page-course-view-topics ul.topics ul.section {
    display: block !important;
  }
  body#page-course-view-topics ul.topics ul.section li div.activityinstance {
    width: 100% !important;
  }
  div.box-disciplines {
    min-height: 216px;
  }
  div.dock-right {
    position: relative;
    left: 0%;
  }
  div.dock-right a {
    float: left;
  }
  div.headermenu {
    margin-bottom: 24px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .block {
    width: 100%;
  }
  .block .header h2 {
    font-size: 16px;
  }
  div#region-pre, div#region-post {
    width: 100%;
  }
  a.block-toggle-action {
    margin-top: -36px;
  }
  a.block-toggle-action i {
    font-size: 1em;
  }
  .settings-edit {
    display: none;
  }
  .course-category-showcase .course-category-box {
    height: 128px;
  }
  div#featured-dashboard {
    margin: 6px;
    min-width: 120px;
    border-radius: 0px;
  }
  div#featured-dashboard > div {
    padding: 24px 0px;
    margin: 36px 0px;
  }
  div#featured-dashboard > div:not(:nth-child(1)) {
    border-top: 6px dotted #E0E0E0;
  }
  div#featured-dashboard a {
    margin: 36px 0px;
  }
  div#featured-dashboard a:hover {
    transform: none;
  }
  div#featured-dashboard a i {
    font-size: 4em;
  }
  div#featured-dashboard .legend {
    font-size: 0.7em;
  }
  div.book_content iframe {
    margin-left: 0;
  }
  #region-main-box {
    min-height: 0px;
  }
  footer h3 {
    font-size: 14px;
  }
  footer div {
    padding: 12px;
  }
  .sector-frontpage {
    min-height: 0px;
  }
  .list-studyplan {
    margin: 6px;
  }
  .list-studyplan ol {
    margin-left: 60px;
    border-bottom: 0px;
  }
  .list-studyplan ol:before, .list-studyplan ol:after {
    display: none !important;
  }
  .list-studyplan ol li {
    display: block;
  }
  .box-product-module:before {
    display: none;
  }
  .box-product-module .box-icon {
    width: 72px !important;
    height: 72px !important;
  }
  .box-product-module .box-icon i {
    font-size: 36px;
  }
  div.box-login-home {
    display: table-cell;
    margin: 36px 0px !important;
  }
  div.profile_tree .node_category {
    margin: 12px 6px;
    max-width: 45%;
    overflow: scroll;
  }
  body#page-login-index {
    background-image: url([[pix:theme|768x434]]);
  }
  div.box-knowledge-area {
    height: auto !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  select, textarea {
    text-align: center;
  }
  input[type=number], input[type=password], input[type=text] {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  div#page-header-home {
    height: 216px;
  }
  div#page-header-home div.navbar-header h3 {
    color: #fff !important;
    font-weight: bold;
  }
  div#page-header-home div.navbar-links {
    color: #fff !important;
  }
  div#page-header-home h1.headermain {
    float: none;
  }
  div.box-login-home {
    margin: 12px 0px !important;
    width: 100% !important;
  }
  div.box-login-home form {
    float: none;
    width: 100%;
  }
  div.carousel {
    height: 100%;
  }
  .box-video {
    margin: 24px 0px;
  }
  .sector-large {
    padding: 24px;
  }
  div#didactic-content .arrow {
    text-indent: 0px;
    position: relative !important;
    background: none;
    color: #fff;
    font-size: 12px;
    overflow: visible !important;
    position: relative !important;
    display: inline-block !important;
    margin: 0px 72px !important;
    left: 0px !important;
  }
  div#didactic-content .arrow.next {
    margin-left: 0px;
  }
}
div#page-header-home {
  padding: 24px 0;
  margin-right: 0px !important;
  height: 180px;
  background-image: url([[pix:theme|public-header-2]]);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px -18px;
}
div#page-header-home div.navbar-links ul.nav {
  margin-left: -12px;
}
div#page-header-home #img-logo {
  width: 252px !important;
}
div#page-header-home div.box-login-home {
  padding: 6px;
  margin: -80px 0px;
  float: right;
}
div#page-header-home div.box-login-home h3 {
  color: #fff !important;
  margin-top: -6px;
  font-weight: bold;
}
div#page-header-home div.box-login-home form {
  background-color: #b0c28e;
  background-image: url([[pix:theme|textures/escheresque]]);
  margin-bottom: 6px;
}
div#page-header-home div.box-login-home form .form-control, div#page-header-home div.box-login-home form select, div#page-header-home div.box-login-home form textarea {
  border: 1px solid gray;
}
div#page-header-home div.box-login-home form input[type=number], div#page-header-home div.box-login-home form input[type=password], div#page-header-home div.box-login-home form input[type=text], div#page-header-home div.box-login-home form input[type=email], div#page-header-home div.box-login-home form input[type=search] {
  border: 1px solid gray;
}
div#page-header-home div.box-login-home form .form-control:focus, div#page-header-home div.box-login-home form select:focus, div#page-header-home div.box-login-home form textarea:focus {
  border-color: #b0c28e;
}
div#page-header-home div.box-login-home form input[type=number]:focus, div#page-header-home div.box-login-home form input[type=password]:focus, div#page-header-home div.box-login-home form input[type=text]:focus, div#page-header-home div.box-login-home form input[type=email]:focus, div#page-header-home div.box-login-home form input[type=search]:focus {
  border-color: #b0c28e;
}
div#page-header-home div.box-login-home a {
  color: #fff;
}
div#page-header-home div.box-login-home .btn, div#page-header-home div.box-login-home div.section-navigation a {
  width: 100%;
}
div.section-navigation div#page-header-home div.box-login-home a {
  width: 100%;
}
div#page-header-home div.box-login-home input[type=submit], div#page-header-home div.box-login-home input[type=button], div#page-header-home div.box-login-home input[type=reset] {
  width: 100%;
}
div#page-header-home div.box-login-home button {
  width: 100%;
}
div#page-header-home div.box-login-home #btn-subscribe {
  background-image: linear-gradient(#cf4566, #b41e2a 60%, #b41e2a) !important;
}

#page-site-index {
  background-color: #fff;
  color: #505050;
}
#page-site-index div#page nav {
  background: linear-gradient(#505050, gray 60%);
  border-radius: 0px !important;
  box-shadow: 2px 2px 12px gray;
}
#page-site-index div#page nav li a {
  color: #fff;
  font-weight: bold;
}
#page-site-index div#page nav li a:hover {
  background-color: gray;
}
#page-site-index div#page nav h3 {
  color: #fff;
  margin-top: 6px;
  font-size: 1.2em;
}
#page-site-index div#page .sector {
  display: block;
}
#page-site-index div#page .sector h2 {
  color: #505050;
}
#page-site-index div#page .sector-large {
  min-height: 324px;
  padding: 24px 12px;
}
#page-site-index div#page .sector-medium {
  min-height: 216px;
  padding: 12px 0px;
}
#page-site-index div#page .sector-small {
  min-height: 108px;
  padding: 6px 0px;
}
#page-site-index div#page h2 {
  margin: 24px 0px;
  font-size: 2.5em !important;
}
#page-site-index div#page ul.breadcrumb {
  background-image: url([[pix:theme|backg-about-us]]);
  background-size: cover;
}
#page-site-index div#page ul.breadcrumb li {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: bounce-hover;
  animation-duration: 2s;
  animation-name: bounce-hover;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #E0E0E0;
  width: 180px;
  height: 48px;
}
#page-site-index div#page ul.breadcrumb li:before {
  display: none;
}
#page-site-index div#page ul.breadcrumb li a {
  width: 100%;
  height: 100%;
  line-height: 46px;
  font-size: 24px;
  color: gray;
}
#page-site-index div#page ul.breadcrumb li a:hover {
  text-decoration: none;
  color: #22A7F0;
  transition: all 0.5s ease;
}
#page-site-index div#page #about-us {
  line-height: 1.5em;
  margin-top: 24px;
}
#page-site-index div#page #about-us ul {
  padding: 6px 0px 0px 12px;
}
#page-site-index div#page #about-us div.carousel {
  border: 1px dotted rgba(100, 100, 100, 0.5);
  padding: 6px;
  max-height: 360px;
  overflow-y: hidden;
}
#page-site-index div#page #about-us div.carousel ol.carousel-indicators {
  bottom: 0px !important;
}
#page-site-index div#page #about-us div.carousel ol.carousel-indicators li {
  border: 1px solid #505050 !important;
}
#page-site-index div#page #about-us div.carousel div.carousel-caption {
  left: 0px !important;
  right: 0px !important;
  padding-top: 0px !important;
  width: 100%;
  height: 25%;
  background-color: rgba(80, 80, 50, 0.5);
}
#page-site-index div#page #about-us div.carousel div.carousel-caption h3 {
  color: #F4D03F;
}
#page-site-index div#page #videos {
  font-weight: bold;
}
#page-site-index div#page #videos div.box-video:hover {
  cursor: pointer;
}
#page-site-index div#page #videos div.box-video:hover p:before {
  font-family: FontAwesome;
  content: "\f08e";
  margin-right: 6px;
}
#page-site-index div#page #videos p {
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  line-height: 1.5em;
  margin-top: 12px;
}
#page-site-index div#page #tutors-team {
  color: #505050;
}
#page-site-index div#page #tutors-team div.box-discipline {
  margin: 24px 0px;
  height: 216px;
}
#page-site-index div#page #tutors-team div.box-discipline:nth-child(even) img {
  margin-top: -12px;
  margin-bottom: 12px;
}
#page-site-index div#page #tutors-team div.box-discipline img.img-tutor {
  height: 180px !important;
  width: 180px;
}
#page-site-index div#page #tutors-team div.box-discipline img.img-tutor:hover {
  transform: scale(1.2, 1.2);
}
#page-site-index div#page #tutors-team p {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
}
#page-site-index div#page #subscribe-call {
  padding: 24px 0px;
  margin: 24px 0px;
  background-color: #b0c28e;
  background-image: url([[pix:theme|textures/axiom-pattern]]);
}
#page-site-index div#page #didactic-content {
  background-color: gray;
  background-image: url([[pix:theme|textures/axiom-pattern]]);
}
#page-site-index div#page #didactic-content h2 {
  color: #fff;
}
#page-site-index div#page #didactic-content p {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: 72px;
}
#page-site-index div#page #news {
  height: 350px;
}
#page-site-index div#page #news div.box-news {
  margin: 12px;
}
#page-site-index div#page #news div.box-news .panel-heading {
  background-color: #b0c28e !important;
}
#page-site-index div#page #news div.box-news:before {
  content: " ";
  width: 40px;
  height: 100%;
  background-image: url([[pix:theme|news-marker-2]]);
  display: block;
  margin-left: -45px;
  position: absolute;
  background-repeat: no-repeat;
}
#page-site-index div#page #news div.box-news h4 {
  margin-bottom: 6px;
  color: #b0c28e;
  text-transform: uppercase;
}
#page-site-index div#page #news div.box-news p {
  font-size: 12px;
  line-height: 12px;
}
#page-site-index div#page #footer {
  margin-top: 24px !important;
  background-color: #E0E0E0;
  font-size: 16px;
  padding: 24px 0px;
  border-top: 6px solid #E0E0E0;
  background-image: url([[pix:theme|textures/axiom-pattern]]);
}
#page-site-index div#page #footer h3 {
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
#page-site-index div#page #footer ul {
  list-style: square;
  line-height: 1.2em;
  font-size: 12px;
}
#page-site-index div#page #footer i {
  vertical-align: middle;
  color: gray;
}
#page-site-index div#page #footer i:hover {
  border-bottom: 2px solid #22A7F0;
  padding-bottom: 6px;
}
#page-site-index div#page div#page-header {
  margin-bottom: 36px !important;
}
#page-site-index div#page div#page-header .headermenu {
  background-color: transparent !important;
}

.form-item {
  margin: 36px 0px;
}

fieldset.hidden {
  display: block !important;
}

div.forumpost div.content {
  padding: 12px;
}
div.modal-dialog div.modal-content .modal-header {
  background-color: #EAEAEA;
}
div.discussion-nav ul li {
  padding: 0px;
}

.block_book_toc {
  display: none;
}

.mdl-right {
  float: right;
}

fieldset#id_searchbyusername, fieldset#id_searchbyemail {
  max-width: 540px;
  margin: 24px auto;
}

.fitemtitle {
  width: 20% important;
}

.ftext {
  width: 65% !important;
  margin-left: 16% !important;
}

ul.dropdown-menu {
  margin: 0 35% !important;
}

.label, .badge {
  vertical-align: middle !important;
}

small, .small {
  font-size: 11px !important;
}

h1 {
  font-size: 36px !important;
  font-weight: 700;
}
h1.sector-title {
  margin: 12px 0;
  padding: 24px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

h2 {
  font-size: 24px !important;
  font-weight: 600;
}

h3 {
  font-size: 18px !important;
  font-weight: 500;
}

.box-featured .panel-heading {
  background-color: #B0C28E;
  overflow: hidden;
}
.box-featured .panel-heading:before {
  content: "";
  width: 25px;
  position: absolute;
  top: -10px;
  background-color: #fff;
  display: block;
  height: 60px;
  transform: rotate(30deg);
  left: 0px;
}
.box-featured .panel-heading h3 {
  color: #fff;
}

.middle-align {
  vertical-align: middle !important;
  margin-top: 10%;
}

figure#site-logo img {
  max-width: 216px;
}

div.row-spacer {
  margin: 36px 0px;
}

img.iconsmall {
  width: 16px !important;
  height: 16px !important;
}

div#featured-dashboard {
  padding: 36px 0px;
}
div#featured-dashboard a:hover i {
  transform: scale(1.2, 1.2) rotate(10deg);
}
div#featured-dashboard a i {
  transition: all 0.8s ease;
  color: gray;
  font-size: 7em;
  margin-bottom: 12px;
}
div#featured-dashboard span.title {
  font-size: 18px;
  line-height: 48px;
}

.featured-section-1 {
  height: 100% !important;
  color: #fff !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
}
.featured-section-1 div#featured-content-1 {
  background-color: rgba(0, 0, 0, 0.5);
}
.featured-section-1 h2 {
  font-size: 24px !important;
  margin: 12px 0 24px 24px !important;
  color: #fff;
}
.featured-section-1 .block .content {
  background-color: transparent !important;
}
.featured-section-1 .featured-number {
  font-size: 48px;
}

.block-region {
  min-height: 0px !important;
}

figcaption {
  text-align: center;
  color: gray;
}

span.login a {
  font-size: 1.7em;
  line-height: 2em;
  color: #fff;
}

div.dock-right {
  position: fixed;
  left: 85%;
}
div.dock-right a {
  float: right !important;
}

.forumpost .header {
  border: 2px solid #E0E0E0;
}
.forumpost .topic .subject {
  font-weight: bold;
  margin-bottom: 3px !important;
}

input[type=submit], input[type=button], input[type=reset] {
  line-height: 1em !important;
}

button {
  line-height: 1em !important;
}

ul.menubar {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0px !important;
}
ul.menubar span.menu-action-text {
  outline: none !important;
  outline-color: transparent !important;
  outline-style: none !important;
  outline-width: 0px !important;
}

.moodle-dialogue-wrap {
  border: none !important;
}

.box.flush {
  padding: 0px !important;
}

.box-product-module {
  margin: 6px 0px;
  padding: 6px 0px;
  background: linear-gradient(#FAFAFA, #E0E0E0 60%);
  border: 1px solid #E0E0E0;
}
.box-product-module:before {
  content: "";
  border-left: 12px dotted gray;
  height: 72px;
  position: absolute;
  margin-top: 16px;
  margin-left: -24px;
}
.box-product-module:hover {
  transition: all 0.5s ease;
  background: linear-gradient(#E0E0E0, #FAFAFA 60%);
  box-shadow: 1px 1px 8px #A0A0A0;
  cursor: pointer;
}
.box-product-module:hover .box-icon {
  background: linear-gradient(#b0c28e, #73A839 60%);
}
.box-product-module .box-icon {
  background: linear-gradient(#E0E0E0, gray 60%);
  padding: 15px;
  margin: 10px 0px 5px 20%;
  border-radius: 50%;
  width: 92px;
  height: 92px;
  border: 2px solid #D0D0D0;
}
.box-product-module .box-icon i {
  transform: rotate(-40deg);
  color: #fff;
}
.box-product-module .box-content {
  padding: 6px;
  margin: 12px 0px;
}

div.collapsibleregioncaption:hover {
  cursor: pointer !important;
}

.userbutton {
  text-transform: uppercase;
}

div#page {
  border-top: 6px solid #E0E0E0;
  background-color: #fff;
  overflow: hidden;
}
div#page-header {
  background-size: cover;
  min-height: 108px;
  border-bottom: 3px solid #c31523;
}
div#page-header #info-datetime {
  color: #fff;
  font-size: 11px;
}
div#page-header img#logo {
  max-width: 180px;
  margin: 12px;
}
div#page-header .navbar {
  background-color: none !important;
  background-image: none !important;
}
div#page-header h1.headermain {
  font-size: 1.6em !important;
  color: #505050;
}
div#page-header .headermenu {
  margin: 0px !important;
  color: #fff;
}
div#page-header .headermenu .usermenu:hover img.userpicture {
  transform: scale(1.1, 1.1);
}
div#page-header .headermenu .usermenu .usertext {
  color: #505050 !important;
  font-size: 18px !important;
  text-shadow: -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff, 1px 1px 0px #fff;
  font-size: 18px !important;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
div#page-header .headermenu .usermenu img.userpicture {
  width: 72px;
  height: 72px;
  border: 3px solid rgba(255, 255, 255, 0.2);
}
div#page-header .headermenu .usermenu img.userpicture:hover:before {
  content: "MENU";
}
div#page-header .headermenu .usermenu .avatars {
  vertical-align: bottom !important;
  width: 72px !important;
  height: 48px !important;
}
div#page-header .headermenu .usermenu label {
  color: #fff !important;
}
div#page-header .headermenu a.menu-action span {
  color: gray !important;
}
div#page-header .headermenu a.text-menu span {
  color: #fff !important;
}
div#page-header ul#action-menu-0-menu.menu {
  border-radius: 0px !important;
  box-shadow: none !important;
}
div#page-header ul#action-menu-0-menu.menu a:focus {
  outline: none !important;
  outline: 0px !important;
  outline-offset: 0px !important;
}
div#page-header ul#action-menu-0-menu.menu a:hover {
  font-weight: bold;
  color: #505050;
  background-color: #E0E0E0;
}

.adminsearchform input#adminsearchquery {
  float: left;
  width: 55%;
}
.adminsearchform input[type=submit] {
  width: 38%;
  float: right;
  height: 34px;
}

.searchform input#searchform_search {
  float: left;
  width: 65%;
}
.searchform button[type=submit] {
  padding: 0px !important;
  width: 30%;
  float: right;
  height: 32px;
}

.forumsearch input#search {
  float: left;
  width: 55%;
}
.forumsearch input[type=submit] {
  display: block !important;
  padding: 0px !important;
  width: 39%;
  float: right;
  height: 32px;
}

div#page-content {
  min-width: 0 !important;
  min-height: 70vh !important;
  width: auto !important;
  float: none !important;
}
div#page-content #region-main-wrap {
  width: 100%;
  right: 0 !important;
  float: none !important;
}
div#page-content #region-main {
  margin-left: 0 !important;
  overflow: visible !important;
}
div#page-content #region-main .region-content {
  padding: 0px !important;
}
div#page-content #region-main .region-content div.generalbox h2, div#page-content #region-main .region-content h2:first-child {
  font-size: 24px !important;
}
div#page-content #region-main-box {
  float: none !important;
  left: 0 !important;
  width: auto !important;
  min-height: 432px;
}
div#region-pre {
  left: 0 !important;
  margin-left: 0 !important;
  width: 100% !important;
}
div#region-post {
  width: 100% !important;
}

#region-post-box {
  float: none !important;
  left: 0 !important;
  margin-left: 0 !important;
  width: auto !important;
  padding-top: 18px;
}

#page-footer {
  color: #fff !important;
}
#page-footer a:hover {
  color: #fff !important;
}

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

.collapsibleregioninner {
  display: block !important;
}

h2.main {
  border-bottom: 3px solid gray;
  color: gray;
  text-align: center;
}
h2.headingblock {
  font-size: 18pt;
  margin-top: 0;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.navbar {
  padding-left: 1em;
  background-image: none;
  border: none !important;
  webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
}
.navbar div.breadcrumb nav ul li a, .navbar div.breadcrumb nav ul li span {
  font-size: 14px;
  color: gray;
}

.block {
  border: 1px solid #E0E0E0;
}
.block:before {
  content: "";
  background-color: #F64747;
  overflow: hidden;
  position: absolute;
  width: 6px;
  height: 6px;
  margin: -4px;
  transform: rotate(45deg);
}
.block:hover {
  box-shadow: 4px 2px 12px #B0B0B0;
}
.block:hover a.block-toggle-action {
  transform: scale(1.2, 1.2);
}
.block .header {
  padding: 6px;
  border-bottom: 1px solid #E0E0E0;
}
.block .header h2 {
  color: gray !important;
  padding: 0 0 0 24px !important;
  font-size: 20px !important;
}
.block .header a.block-toggle-action {
  float: right;
  margin-top: -28px !important;
}
.block .header a.block-toggle-action i {
  cursor: pointer;
  font-size: 1.2em;
  color: gray;
}
.block .content {
  padding: 12px;
  background-color: #fff;
}
.block .content .block_tree_box {
  border: none !important;
}
.block .content .block_tree {
  font-size: 1.2em !important;
}
.block .content .block_tree p {
  font-size: 14px;
}

.block_settings_navigation_tree .content .footer {
  text-align: center;
}
.block_settings_navigation_tree .content .footer .adminsearchform {
  margin-left: 5%;
  width: 90%;
  font-size: 9pt;
}
.block_settings_navigation_tree .content .footer .adminsearchform #adminsearchquery {
  width: 95%;
}

.coursebox {
  margin-top: 12px;
}
.coursebox p {
  color: #fff;
  background-color: transparent !important;
}
.coursebox a {
  font-size: 16px;
}
.coursebox .info .coursename {
  width: auto !important;
}
.coursebox .summary {
  width: 100% !important;
}
.coursebox .courseimage {
  clear: none !important;
  width: auto !important;
}
.coursebox .courseimage img {
  max-width: 200px !important;
}
.coursebox .coursefile {
  clear: none !important;
  width: auto !important;
}

.block_settings .footer {
  margin-bottom: 36px !important;
}

.commands a {
  display: inline-table;
  line-height: 2em;
}

.event {
  border: none !important;
}

#links-external a {
  font-size: 12px !important;
}

.moodle-dialogue {
  height: 100% !important;
}
.moodle-dialogue .moodle-dialogue-hd {
  border-radius: 0px !important;
}
.moodle-dialogue .moodle-dialogue-hd h1 {
  color: #fff !important;
}
.moodle-dialogue input[type=text] {
  height: 36px;
}
.moodle-dialogue .yui3-widget-hd {
  border-radius: none !important;
  background-image: none !important;
  background-color: gray !important;
  text-shadow: none !important;
  color: #fff !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.moodle-dialogue .moodle-dialogue-wrap {
  border-radius: 0px !important;
}
.moodle-dialogue .fp-content {
  height: 320px !important;
}
.moodle-dialogue .fp-content button {
  color: #fff;
}
.moodle-dialogue .fp-repo-area {
  max-height: none !important;
}

.mform fieldset .fp-btn-choose {
  color: #fff !important;
}

.forumheaderlist {
  border: none !important;
}
.forumheaderlist td {
  border: none !important;
}

.message .contactselector {
  width: 100% !important;
  float: none !important;
}
.message .messagearea {
  width: 100% !important;
  float: none !important;
  border-left: none !important;
}

.defaultsnext {
  margin-right: 0px !important;
  display: block !important;
}

.form-defaultinfo {
  font-size: 12px !important;
}

form#register_student label {
  font-weight: tiny !important;
  width: 100%;
}
form#register_student label input, form#register_student label select {
  font-weight: tiny !important;
}

div.userprofile h2 {
  line-height: 2em !important;
}
div.userprofile .userprofilebox dl.list {
  margin-top: 100px !important;
}
div.userprofile .userprofilebox dl.list dt {
  width: 220px !important;
}

h1 {
  font-size: 36px;
}

div.book_content h3 {
  font-size: 36px !important;
}
div.book_content iframe {
  width: 100%;
  height: 432px !important;
}
div.box-knowledge-area {
  height: 200px;
  padding: 24px;
  border-bottom: 1px dashed #22A7F0;
  margin-top: 12px;
}
div.box-knowledge-area div.box-discipline:hover img {
  transform: scale(1.2, 1.2);
}
div.box-knowledge-area h3 {
  font-weight: bold;
  line-height: 2.5em;
}
div.box-knowledge-area img {
  width: 120px;
  height: 132px;
}
div.box-news:before {
  content: " ";
  width: 48px;
  height: 100%;
  background-image: url([[pix:theme|news-marker-2]]);
  display: block;
  margin-left: -30px;
  position: absolute;
  background-repeat: no-repeat;
}

body#page-course-view-topics div.page-header-image {
  width: 144px;
  float: left;
}
body#page-course-view-topics div.profile_tree {
  margin: 36px 0px;
  padding: 24px 0px;
}
body#page-course-view-topics div.course-content {
  padding: 0px 24px;
}
body#page-course-view-topics div.course-content .single-section-page ul.topics:before {
  display: none !important;
}
body#page-course-view-topics div.course-content .single-section-page ul.topics div.navigationtitle {
  margin: 24px 0px;
}
body#page-course-view-topics div.course-content .single-section-page ul.topics li.section {
  height: auto !important;
}
body#page-course-view-topics div.course-content .single-section-page ul.topics li.section:not(:first-child) {
  margin: 0px !important;
  width: 100%;
}
body#page-course-view-topics div.course-content .single-section-page ul.topics li.section div.content {
  margin: 0px !important;
}
body#page-course-view-topics div.course-content ul.topics:before {
  border-left: 3px dotted #B0C28E !important;
  content: "";
  height: 90%;
  width: 5px;
  position: absolute;
  top: 30%;
  left: 16%;
}
body#page-course-view-topics div.course-content ul.topics div.box-module-access a {
  display: block;
  color: #fff;
  height: 80px;
  border-radius: 50%;
  width: 80px;
  position: absolute;
  padding-top: 3%;
  font-size: 12px;
  border: 4px double #FFF;
  top: -15px;
  left: -12px;
  padding-top: 3%;
  background-color: #B0C28E;
  text-align: center;
}
body#page-course-view-topics div.course-content ul.topics div.box-module-access a:hover {
  background-image: linear-gradient(#B0C28E, #B0C28E 60%, #B0C28E) !important;
}
body#page-course-view-topics div.course-content ul.topics div.box-module-access a:hover i {
  transform: scale(1.2, 1.2);
  transition: all 0.5s ease;
}
body#page-course-view-topics div.course-content ul.topics div.box-module-access a i {
  vertical-align: middle;
}
body#page-course-view-topics div.course-content ul.topics div.box-module-access.sectionname {
  background-color: #E0E0E0;
  color: gray;
  text-transform: text-uppercase;
}
body#page-course-view-topics div.course-content ul.topics ul.section {
  display: flex;
  width: 80%;
  margin: 0px auto;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li {
  width: 160px;
  margin: 12px 0px;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li:first-child {
  margin-top: 24px;
  width: 144px;
  float: left;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance {
  text-align: center;
  width: 96px;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance:hover {
  transition: all 0.5s ease;
  transform: scale(1.1, 1.1);
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance a {
  color: gray;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance img {
  width: 96px;
  height: 96px;
  margin: 12px 0px;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance span.instancename {
  margin: 12px 0px;
}
body#page-course-view-topics div.course-content ul.topics ul.section > li div.activityinstance span.unread {
  font-size: 12px;
  display: block;
}
body#page-course-view-topics div.course-content ul.topics li.section {
  margin: 12px 0px;
}
body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child) {
  height: 48px;
  width: 88%;
  margin: 36px 6px 48px 10%;
}
body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child) div.summarytext {
  padding: 0px 24px;
}
body#page-course-view-topics div.course-content ul.topics li.section#section-1 div#discipline-header div.col-sm-3 {
  display: none;
  width: 0px;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header {
  font-size: 1.4em;
  padding: 12px;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header div.icon-discipline-wrapper {
  width: 100%;
  overflow: hidden;
  height: 216px;
  background-color: #fff;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header div.icon-discipline-wrapper img.icon-teacher {
  min-width: 70%;
  border-radius: 12px;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header div.icon-discipline-wrapper img.icon-discipline {
  width: 48px;
  height: 48px;
  margin: -48px 0px 0px -48px;
  background-color: #fff;
  border: 2px solid #fff;
  vertical-align: middle;
  border-radius: 12px;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header:hover img.icon-discipline {
  transform: scale(1.2, 1.2);
  -webkit-animation-name: bounce-hover;
  -webkit-animation-duration: 3s;
  animation-name: bounce-hover;
  animation-duration: 3s;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header img#discipline-thumbnail {
  width: 108px;
  height: 108px;
  margin: 0 6px 6px 0;
  vertical-align: middle;
  display: inline-block !important;
  border: 2px solid #E0E0E0;
}
body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header div.summary {
  font-size: 14px;
}
body#page-course-view-topics div.course-content ul.topics div.section-summary-activities {
  font-weight: bold;
  margin-top: -20px;
}
body#page-course-view-topics div.course-content ul.topics div.section-summary-activities span.activity-count {
  margin: 0px 12px;
  font-size: 12px;
}

span.error {
  display: block !important;
}

ul.checklist li:before {
  font-family: FontAwesome;
  content: "xf00c";
}

viewer-toolbar {
  background-color: gray !important;
}
viewer-toolbar viewer-button#save-button, viewer-toolbar viewer-button#print-button {
  display: none !important;
}

div.toolbar button#print, div.toolbar button#download {
  display: none !important;
}

i.user-menu-toggle {
  vertical-align: middle;
}

footer > div {
  padding-top: 36px;
  min-height: 180px;
  line-height: 16px;
}
footer > div h3 {
  margin: 12px 0 !important;
}
footer > div ul {
  line-height: 1.2em;
  font-size: 14px;
  margin-left: 12px;
}
footer > div ul li {
  list-style: square;
}
footer > div div#social i {
  font-size: 10px;
}

ul.list-group li.active a {
  color: #fff !important;
}

table#dt {
  font-size: 12px;
}

ul#navbar-admin li.active {
  border-bottom: 2px solid #F4D03F;
}

div.box-portion {
  height: 340px;
  padding: 6px;
  text-align: center;
}

.tree {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1em;
  position: relative;
}
.tree ul ul {
  margin-left: 0.5em;
}
.tree ul:before {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-left: 1px solid;
}
.tree li {
  margin: 0;
  padding: 0 1.5em;
  line-height: 2em;
  color: #369;
  font-weight: bold;
  position: relative;
}
.tree ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid;
  margin-top: -1px;
  position: absolute;
  top: 1em;
  left: 0;
}
.tree ul li:last-child:before {
  background: white;
  height: auto;
  top: 1em;
}

th.actions a {
  display: inline-block;
  margin-left: 12px;
}

body#page-mod-quiz-attempt .que .info {
  width: auto !important;
}
body#page-mod-quiz-attempt .que .content {
  margin: 0px !important;
}
body#page-mod-quiz-attempt .que .content .formulation {
  background-color: #FAFAFA;
  border: 1px dotted #E0E0E0;
}
body#page-mod-quiz-attempt .que .content .formulation .incorrect {
  background-color: #CAA !important;
  font-style: italic;
}
body#page-mod-quiz-attempt .que .content .formulation input.submit {
  float: right;
}
body#page-mod-quiz-attempt div.submitbtns {
  float: right;
}
body#page-mod-quiz-view div#feedback {
  width: 100%;
}

div.profile_tree .node_category {
  background-color: #eaeaea;
  padding: 36px;
  padding: 12px;
  height: 324px;
}
div.profile_tree .node_category .node_image {
  float: left;
  max-width: 28%;
}
div.profile_tree .node_category ul {
  float: right;
  padding: 12px;
  max-width: 68%;
}
div.form-description {
  margin-left: 24px;
}
div.form-description div.form-setting {
  float: left;
  margin: 24px;
}
div.form-description div.form-setting div.form-checkbox {
  text-align: center;
  float: left;
}

.list-studyplan {
  white-space: nowrap;
  color: #505050;
  padding: 24px 0px;
  margin-right: 36px;
  margin-top: 24px;
  margin-left: -24px;
  width: 100%;
  overflow-x: scroll;
}
.list-studyplan::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
.list-studyplan::-webkit-scrollbar-thumb {
  background: #708090;
}
.list-studyplan::-webkit-scrollbar-track {
  background: #b7bfc7;
}
.list-studyplan ol {
  position: relative;
  display: block;
  margin: 12px;
  border-bottom: 2px dotted #b0c28e;
  margin-left: 72px;
  width: 85%;
}
.list-studyplan ol:before {
  content: " ";
  width: 50px;
  background-image: url([[pix:theme|aluno]]);
  top: -30px;
  left: -60px;
  height: 58px;
  position: absolute;
  display: block;
  font-size: 46px;
  color: #505050;
  transform: rotate(-20deg);
}
.list-studyplan ol:after {
  position: absolute;
  display: block;
  font-size: 46px;
  color: #505050;
  transform: rotate(-20deg);
  font-family: FontAwesome;
  content: "\f11e" !important;
  right: -60px !important;
  top: -20px !important;
}
.list-studyplan ol > li {
  position: relative;
  display: inline-block;
  float: left;
  font: bold 14px arial;
  padding: 20px 0px 12px 6px;
  margin: 12px;
  min-height: 144px;
}
.list-studyplan ol > li:before {
  font-family: FontAwesome;
  content: "\f063";
  position: absolute;
  left: 40%;
  top: -8px;
  display: block;
  font-size: 24px;
  color: #b0c28e;
}
.list-studyplan ol > li ul.list-chapters > li {
  margin: 6px;
  background: linear-gradient(#E0E0E0, #FAFAFA 60%);
  box-shadow: 1px 1px #E0E0E0 !important;
}
.list-studyplan ol > li ul.list-chapters > li:hover {
  transition: all 0.5s ease;
  background: linear-gradient(#FAFAFA, #E0E0E0 60%);
}
.list-studyplan ol > li ul.list-chapters > li:hover i {
  border-color: #22A7F0;
}
.list-studyplan ol > li ul.list-chapters > li:hover i a:hover {
  text-decoration: none;
}
.list-studyplan ol > li ul.list-chapters > li:hover .details {
  display: block;
  color: #444;
}
.list-studyplan ol > li ul.list-chapters > li a {
  padding: 6px;
  display: block;
}
.list-studyplan ol > li ul.list-chapters > li.list-chapter-viewed a {
  opacity: 0.7;
}
.list-studyplan ol > li ul.list-chapters > li.list-chapter-viewed a:hover {
  opacity: 1;
}
.list-studyplan ol > li ul.list-chapters > li.list-chapter-active {
  background-color: #b0c28e !important;
}
.list-studyplan ol > li ul.list-chapters > li.list-chapter-active a {
  cursor: no-drop !important;
}
.list-studyplan ol > li ul.list-chapters > li.list-chapter-lastviewed {
  border-left: 3px solid #c31523 !important;
}

form#register_student div.row {
  min-height: 72px;
}

div.modal-success div.modal-content {
  box-shadow: 0px 5px 15px rgba(255, 255, 255, 0.5) !important;
  border: none !important;
}

.wizard {
  margin: 20px auto;
}
.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom: 0px;
  margin-top: vh;
  flex-direction: column;
}
.wizard > div.wizard-inner {
  position: relative;
}

.connecting-line {
  background: #E0E0E0 none repeat scroll 0% 0%;
  position: absolute;
  width: 100%;
  left: 0px;
  right: 0px;
  z-index: 1;
  margin: 0px auto;
  top: 50%;
  height: 2px;
}

.wizard .nav-tabs > li.active > a {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}
.wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  display: inline-block;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 100%;
}
.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}
.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 47%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}
.wizard .nav-tabs > li a {
  margin: 12px auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.wizard .nav-tabs > li a.active {
  display: flex;
  opacity: 1;
  padding: 24px;
}
.wizard .nav-tabs > li a.active:after {
  content: "Opção escolhida";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  margin: auto;
  width: 100%;
  font-size: 10px;
  background: rgba(0, 128, 0, 0.6117647059);
  color: #fff;
  font-weight: bold;
}
.wizard .nav-tabs > li a:not(.active) img {
  height: 120px;
}
.wizard .nav-tabs > li a:hover {
  background: transparent;
}
.wizard a.active + a {
  opacity: 0.5;
}
.wizard .tab-pane {
  position: relative;
}
.wizard h3 {
  margin-top: 0;
}

.plans-showcase {
  margin-top: 72px;
}
.plans-showcase .plan-box {
  color: #505050 !important;
  font-weight: bold;
  border: 2px solid #E0E0E0;
  padding: 6px;
  margin: 6px;
  background: linear-gradient(#fff, #E0E0E0 60%);
  box-shadow: 1px 2px 12px #E0E0E0;
}
.plans-showcase .plan-box:hover {
  cursor: pointer;
  z-index: 1;
  background: linear-gradient(#E0E0E0, #fff 60%);
}
.plans-showcase .plan-box h3 {
  fon-weight: bold;
}
.plans-showcase .plan-box .plan-image {
  transform: rotate(-45deg);
  width: 48px;
  margin: 6px;
  box-shadow: 1px 1px 6px #fff !important;
}
.plans-showcase .plan-box .plan-image p.price-tag {
  text-align: right;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.5rem;
  margin: -20px 3px 0px 0px;
  background: #b0c28e;
  z-index: 10;
  position: absolute;
  right: 0;
  padding: 6px;
}
.plans-showcase .plan-box .plan-image p.plan-number {
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  font-size: 1.5rem;
  margin: -20px 3px 0px 0px;
  background: gray none repeat scroll 0% 0%;
  z-index: 10;
  position: absolute;
  padding: 6px;
  top: 60px;
  transform: rotate(-5deg);
  transform: skew(10deg);
  color: #fff;
}
.plans-showcase .plan-box .plan-image img {
  width: 100%;
}
.plans-showcase .plan-box ul {
  padding: 12px;
}
.plans-showcase .plan-box ul li {
  padding-left: 6px;
}
.plans-showcase .plan-box ul li:before {
  font-family: FontAwesome;
  content: "\f046";
  color: #b0c28e;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist {
  background-color: #fff;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li {
  padding: 3px;
  line-height: 36px;
  width: 100%;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li img {
  border-radius: 50%;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li table tr td {
  vertical-align: top;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li table tr td span {
  font-size: 12px;
  margin-left: 3px;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li table tr td:nth-child(2) a {
  float: right;
}
div#layout-doc div.yui-layout-unit-right div#chat-userlist ul#users-list li a {
  font-size: 12px;
  margin: 0px 0px -18px;
}
div#layout-doc div.yui-layout-wrap {
  background-color: #EAEAEA;
}
div#layout-doc div#chat-input-area table.generaltable {
  width: 40%;
}
div#layout-doc div#chat-messages ul#messages-list {
  min-height: 72px;
}
div#layout-doc div#chat-messages h2 {
  margin-bottom: 36px;
}
div#layout-doc div#chat-messages li {
  border: none !important;
  display: inline;
}
div#layout-doc div#chat-messages li .chat-message {
  border-radius: none !important;
  border: none !important;
  margin: 24px 0px;
}
div#layout-doc div#chat-messages li .chat-message div.chat-message-meta {
  font-size: 11px !important;
}
div#layout-doc div#chat-messages li .chat-message div.chat-message-meta.right {
  margin-bottom: 6px;
  right: 130px;
  margin-top: 20px;
}
div#layout-doc div#chat-messages li .chat-message .text {
  width: 90%;
  border: 1px solid #E0E0E0;
  margin-top: -5px;
  color: #505050;
  border-radius: 6px;
  box-shadow: 1px -1px 3px #E0E0E0 !important;
  background: linear-gradient(#E0E0E0, #fff 60%);
}
div#layout-doc div#chat-messages li .chat-message .left {
  height: 48px;
  text-align: center;
}
div#layout-doc div#chat-messages li .chat-message .left .picture {
  margin-left: 24px;
  float: left;
}
div#layout-doc div#chat-messages li .chat-message img {
  border: 1px solid #22A7F0;
  border-radius: 50%;
}
div#layout-doc div#chat-messages .triangle-border {
  position: relative;
  padding: 12px;
  margin: 1em 0 3em;
  border: 1px solid #E0E0E0;
  background: linear-gradient(#E0E0E0, #fff 60%);
  border-radius: 6px;
  margin-top: 0px;
}
div#layout-doc div#chat-messages .triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #E0E0E0 transparent;
  display: block;
  width: 0;
}
div#layout-doc div#chat-messages .triangle-border:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 47px;
  border-width: 13px 13px 0;
  border-style: solid;
  border-color: #fff transparent;
  display: block;
  width: 0;
}
div#layout-doc div#chat-messages .triangle-border.left {
  margin-left: 30px;
  float: right;
}
div#layout-doc div#chat-messages .triangle-border.left:before {
  top: 7px;
  bottom: auto;
  left: -24px;
  border-width: 10px 24px 10px 0;
  border-color: transparent #E0E0E0;
}
div#layout-doc div#chat-messages .triangle-border.left:after {
  top: 8px;
  bottom: auto;
  left: -21px;
  border-width: 9px 21px 9px 0;
  border-color: transparent #fff;
}
div#layout-doc div#chat-messages .triangle-border.right {
  margin-right: 30px;
  float: left;
}
div#layout-doc div#chat-messages .triangle-border.right:before {
  top: 7px;
  bottom: auto;
  left: auto;
  right: -24px;
  border-width: 10px 0 10px 24px;
  border-color: transparent #E0E0E0;
}
div#layout-doc div#chat-messages .triangle-border.right:after {
  top: 8px;
  bottom: auto;
  left: auto;
  right: -21px;
  border-width: 9px 0 9px 21px;
  border-color: transparent #fff;
}

@media all and (max-device-width: 320px) {
  .triangle-border {
    width: 50%;
  }
}
@media all and (min-device-width: 321px) and (max-device-width: 640px) {
  .triangle-border {
    width: 60%;
  }
}
@media all and (min-device-width: 641px) {
  .triangle-border {
    width: 65%;
  }
}
body#page-mod-quiz-view .quizinfo, body#page-mod-quiz-view .quizattemptcounts, body#page-mod-quiz-view #feedback {
  display: none !important;
}
body#page-mod-quiz-view .quizattemptsummary .lastcol, body#page-mod-quiz-view div.region-content h3 {
  display: none;
}
body#page-mod-quiz-attempt .outcome {
  background-color: #22A7F0;
  color: #fff;
  line-height: 1.4em;
}

#page-login-index {
  margin-bottom: 24px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url([[pix:theme|1360x768]]);
}
#page-login-index div#page-header {
  display: none;
  margin-bottom: 12px;
}
#page-login-index div#page-login .loginform .form-control, #page-login-index div#page-login .loginform select, #page-login-index div#page-login .loginform textarea {
  height: 36px;
  text-align: center;
}
#page-login-index div#page-login .loginform input[type=number], #page-login-index div#page-login .loginform input[type=password], #page-login-index div#page-login .loginform input[type=text], #page-login-index div#page-login .loginform input[type=email], #page-login-index div#page-login .loginform input[type=search] {
  height: 36px;
  text-align: center;
}
#page-login-index div#page-login .box-login {
  padding: 24px;
  margin: 8% 0% 0px 0px;
  background-color: rgba(255, 255, 255, 0.3);
}
#page-login-index div#page-login .box-login div {
  opacity: 1;
  color: #505050;
}
#page-login-index div#page-login .box-login div label {
  line-height: 2em;
}

.maincalendar .bottom {
  display: inline-flex !important;
}

.content .minicalendar .calendar-controls {
  text-transform: uppercase !important;
}
.content .minicalendar .calendar-controls a {
  color: gray;
  font-weight: bold;
}
.content .minicalendar caption {
  text-transform: uppercase !important;
}
.content .minicalendar td {
  border: 1px solid #fff;
}
.content .minicalendar td .hasevent a, .content .minicalendar td.weekend {
  color: #fff !important;
}
.content .minicalendar .day {
  color: #fff;
  background-color: #B0C28E;
  border: 1px dashed #fff;
}
.content .minicalendar .day.hasevent {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
}
.content .minicalendar .day a {
  text-decoration: underline !important;
  color: #fff;
}
.content .minicalendar .today {
  background-color: #F64747;
}
.content .minicalendar .today a {
  display: block;
}
.content .minicalendar .weekdays th {
  border-width: 0;
  font-weight: bold;
  color: gray;
}
.content .minicalendar .weekdays abbr {
  border-width: 0;
  text-decoration: none;
}

.calendar-event-panel {
  color: gray !important;
}

.eventcontent a {
  color: #22A7F0 !important;
}

@media screen and (max-width: 768px) {
  #main-presentation ul {
    margin-top: 0px;
  }
  #main-presentation ul li {
    margin-top: 70px;
  }
}
#main-presentation {
  position: relative;
  margin-bottom: 70px;
}
#main-presentation h3 {
  font: normal 28px "Journal", cursive;
  text-align: center;
  color: #fff;
  margin-top: 100px;
}
#main-presentation #carousel {
  margin-top: 180px;
  text-align: center;
  opacity: 0;
  transition: 0.4s opacity;
}
#main-presentation #carousel.active {
  opacity: 1;
}
#main-presentation #carousel li {
  display: none;
  list-style: none;
  width: 150px;
  height: 150px;
  margin: -82px 18px 0;
  position: relative;
  vertical-align: middle;
  transition: 0.4s all;
}
#main-presentation #carousel li.visible {
  display: inline-block;
}
#main-presentation #carousel li:after {
  content: "";
  background: url([[pix:theme|growing-thumbnails/cradle]]) no-repeat top center;
  background-size: contain;
  bottom: 4%;
  content: "";
  height: 50px;
  left: -6.5%;
  position: absolute;
  right: -6.5%;
  width: auto;
  z-index: 1;
}
#main-presentation #carousel li:hover {
  transform: scale(1.2, 1.2);
  z-index: 10;
  cursor: pointer;
}
#main-presentation #carousel li:hover img {
  box-shadow: 0px -6px 10px 2px #FFF;
}
#main-presentation #carousel li img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 10;
  border: none;
  margin: -32% 12%;
}
#main-presentation .arrow {
  background: url([[pix:theme|growing-thumbnails/arrows]]) no-repeat;
  width: 28px;
  height: 28px;
  opacity: 0.9;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 108%;
  margin-left: -540px;
  transform: scale(1.5);
}
#main-presentation .arrow:hover {
  opacity: 1;
}
#main-presentation .arrow.prev {
  left: 80%;
}
#main-presentation .arrow.next {
  margin-left: 37%;
  left: 20%;
  background-position: top right;
}

/*!
 * bootswatch v3.3.5
 * Homepage: http://bootswatch.com
 * Copyright 2012-2015 Thomas Park
 * Licensed under MIT
 * Based on Bootstrap
*/
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    max-width: 100% !important;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, div.section-navigation a > .caret {
    border-top-color: #000 !important;
  }
  input[type=submit] > .caret, input[type=button] > .caret, input[type=reset] > .caret {
    border-top-color: #000 !important;
  }
  button > .caret, .dropup > .btn > .caret, div.section-navigation .dropup > a > .caret {
    border-top-color: #000 !important;
  }
  .dropup > input[type=submit] > .caret, .dropup > input[type=button] > .caret, .dropup > input[type=reset] > .caret {
    border-top-color: #000 !important;
  }
  .dropup > button > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td, .table th {
    background-color: #fff !important;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before, .glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before, .glyphicon-btc:before, .glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before, .glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before, .glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #158cba;
  text-decoration: none;
}
a:hover {
  color: #158cba;
  text-decoration: underline;
}
a:focus {
  color: #158cba;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, div#page-header .headermenu .usermenu img.userpicture, body#page-course-view-topics div.course-content ul.topics li.section div#discipline-header img#discipline-thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
}

.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 5px;
}

.img-thumbnail, #page-site-index div#page #tutors-team div.box-discipline img.img-tutor {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle, #page-site-index div#page #tutors-team div.box-discipline img.img-tutor, div#page-header .headermenu .usermenu img.userpicture {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: #333333;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
  font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  #page-charge .banner-buying {
    padding: 24px 36px;
  }
  #page-charge .banner-buying h1 {
    font-size: 4rem;
  }
  #page-charge .banner-buying img {
    width: 120px;
  }
  #page-charge .banner-buying .course-summary {
    font-size: 13px;
  }
  .wizard .nav-tabs {
    flex-direction: row !important;
  }
  .wizard .nav-tabs > li {
    width: 33% !important;
  }
  .lead {
    font-size: 21px;
  }
}
small, .small {
  font-size: 85%;
}

mark, .mark {
  background-color: #ff851b;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, div#featured-dashboard span.title, .forumpost .topic .subject, .block .header h2, body#page-course-view-topics div.course-content ul.topics div.section-summary-activities span.activity-count, .maincalendar .controls {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted, .form-defaultinfo {
  color: #999999;
}

.text-primary {
  color: #158cba;
}

a.text-primary:hover, a.text-primary:focus {
  color: #106a8c;
}

.text-success {
  color: #ffffff;
}

a.text-success:hover, a.text-success:focus {
  color: #e6e6e6;
}

.text-info {
  color: #ffffff;
}

a.text-info:hover, a.text-info:focus {
  color: #e6e6e6;
}

.text-warning {
  color: #ffffff;
}

a.text-warning:hover, a.text-warning:focus {
  color: #e6e6e6;
}

.text-danger {
  color: #ffffff;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e6e6e6;
}

.bg-primary {
  color: #fff;
  background-color: #158cba;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #106a8c;
}

.bg-success {
  background-color: #28b62c;
}

div#layout-doc div#chat-input-area {
  background-color: #28b62c;
}
div#layout-doc div#chat-input-area table.generaltable {
  background-color: #28b62c;
}
div#layout-doc div#chat-input-area table.generaltable tr td.cell {
  background-color: #28b62c;
}
div#layout-doc div#chat-messages li .chat-message .text {
  background-color: #28b62c;
}

a.bg-success:hover, div#layout-doc div#chat-messages li .chat-message a.text:hover, a.bg-success:focus, div#layout-doc div#chat-messages li .chat-message a.text:focus {
  background-color: #1f8c22;
}

.bg-info {
  background-color: #75caeb;
}

a.bg-info:hover, a.bg-info:focus {
  background-color: #48b9e5;
}

.bg-warning {
  background-color: #ff851b;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #e76b00;
}

.bg-danger {
  background-color: #ff4136;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ff1103;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: "— ";
}

.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .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 > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-], table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #28b62c;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
  background-color: #23a127;
}
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #23a127;
}

.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
  background-color: #75caeb;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
  background-color: #5fc1e8;
}
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #5fc1e8;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #ff851b;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
  background-color: #ff7701;
}
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #ff7701;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #ff4136;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
  background-color: #ff291c;
}
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ff291c;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  box-sizing: border-box;
}
input[type=radio], input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control, select, textarea {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input[type=number], input[type=password], input[type=text], input[type=email], input[type=search] {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, select:focus, textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type=number]:focus, input[type=password]:focus, input[type=text]:focus, input[type=email]:focus, input[type=search]:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999999;
}

input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999999;
}

input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled], select[disabled], textarea[disabled] {
  background-color: #eeeeee;
  opacity: 1;
}

input[disabled][type=number], input[disabled][type=password], input[disabled][type=text], input[disabled][type=email], input[disabled][type=search] {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[readonly], select[readonly], textarea[readonly] {
  background-color: #eeeeee;
  opacity: 1;
}

input[readonly][type=number], input[readonly][type=password], input[readonly][type=text], input[readonly][type=email], input[readonly][type=search] {
  background-color: #eeeeee;
  opacity: 1;
}

fieldset[disabled] .form-control, fieldset[disabled] select, fieldset[disabled] textarea {
  background-color: #eeeeee;
  opacity: 1;
}
fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=text], fieldset[disabled] input[type=email], fieldset[disabled] input[type=search] {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], select[disabled], textarea[disabled] {
  cursor: not-allowed;
}

input[disabled][type=number], input[disabled][type=password], input[disabled][type=text], input[disabled][type=email], input[disabled][type=search] {
  cursor: not-allowed;
}

fieldset[disabled] .form-control, fieldset[disabled] select, fieldset[disabled] textarea {
  cursor: not-allowed;
}
fieldset[disabled] input[type=number], fieldset[disabled] input[type=password], fieldset[disabled] input[type=text], fieldset[disabled] input[type=email], fieldset[disabled] input[type=search] {
  cursor: not-allowed;
}

textarea {
  height: auto;
}
textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, input[type=date][type=number], input[type=date][type=password], input[type=date][type=text], input[type=date][type=email], input[type=date][type=search] {
    line-height: 38px;
  }
  input[type=time].form-control, input[type=time][type=number], input[type=time][type=password], input[type=time][type=text], input[type=time][type=email], input[type=time][type=search] {
    line-height: 38px;
  }
  input[type=datetime-local].form-control, input[type=datetime-local][type=number], input[type=datetime-local][type=password], input[type=datetime-local][type=text], input[type=datetime-local][type=email], input[type=datetime-local][type=search] {
    line-height: 38px;
  }
  input[type=month].form-control, input[type=month][type=number], input[type=month][type=password], input[type=month][type=text], input[type=month][type=email], input[type=month][type=search] {
    line-height: 38px;
  }
  input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
    line-height: 28px;
  }
  .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month] {
    line-height: 28px;
  }
  input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
    line-height: 52px;
  }
  .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month] {
    line-height: 52px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].disabled, input[type=checkbox].disabled {
  cursor: not-allowed;
}

fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled {
  cursor: not-allowed;
}

fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label {
  cursor: not-allowed;
}

fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-sm {
  height: 28px;
  line-height: 28px;
}

textarea.input-sm, select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm select, .form-group-sm textarea {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm input[type=number], .form-group-sm input[type=password], .form-group-sm input[type=text], .form-group-sm input[type=email], .form-group-sm input[type=search] {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select {
  height: 28px;
  line-height: 28px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea, .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 32px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

select.input-lg {
  height: 52px;
  line-height: 52px;
}

textarea.input-lg, select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg select, .form-group-lg textarea {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg input[type=number], .form-group-lg input[type=password], .form-group-lg input[type=text], .form-group-lg input[type=email], .form-group-lg input[type=search] {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.form-group-lg select {
  height: 52px;
  line-height: 52px;
}
.form-group-lg select.form-control {
  height: 52px;
  line-height: 52px;
}
.form-group-lg textarea, .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 52px;
  min-height: 38px;
  padding: 14px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback select, .has-feedback textarea {
  padding-right: 47.5px;
}
.has-feedback input[type=number], .has-feedback input[type=password], .has-feedback input[type=text], .has-feedback input[type=email], .has-feedback input[type=search] {
  padding-right: 47.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.form-group-lg .form-control + .form-control-feedback, .form-group-lg select + .form-control-feedback, .form-group-lg textarea + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}
.form-group-lg input[type=number] + .form-control-feedback, .form-group-lg input[type=password] + .form-control-feedback, .form-group-lg input[type=text] + .form-control-feedback, .form-group-lg input[type=email] + .form-control-feedback, .form-group-lg input[type=search] + .form-control-feedback {
  width: 52px;
  height: 52px;
  line-height: 52px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.form-group-sm .form-control + .form-control-feedback, .form-group-sm select + .form-control-feedback, .form-group-sm textarea + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.form-group-sm input[type=number] + .form-control-feedback, .form-group-sm input[type=password] + .form-control-feedback, .form-group-sm input[type=text] + .form-control-feedback, .form-group-sm input[type=email] + .form-control-feedback, .form-group-sm input[type=search] + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #ffffff;
}
.has-success .form-control, .has-success select, .has-success textarea {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success input[type=number], .has-success input[type=password], .has-success input[type=text], .has-success input[type=email], .has-success input[type=search] {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success select:focus, .has-success textarea:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-success input[type=number]:focus, .has-success input[type=password]:focus, .has-success input[type=text]:focus, .has-success input[type=email]:focus, .has-success input[type=search]:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #28b62c;
}
.has-success .form-control-feedback {
  color: #ffffff;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #ffffff;
}
.has-warning .form-control, .has-warning select, .has-warning textarea {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning input[type=number], .has-warning input[type=password], .has-warning input[type=text], .has-warning input[type=email], .has-warning input[type=search] {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning select:focus, .has-warning textarea:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-warning input[type=number]:focus, .has-warning input[type=password]:focus, .has-warning input[type=text]:focus, .has-warning input[type=email]:focus, .has-warning input[type=search]:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff851b;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #ffffff;
}
.has-error .form-control, .has-error select, .has-error textarea {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error input[type=number], .has-error input[type=password], .has-error input[type=text], .has-error input[type=email], .has-error input[type=search] {
  border-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error select:focus, .has-error textarea:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-error input[type=number]:focus, .has-error input[type=password]:focus, .has-error input[type=text]:focus, .has-error input[type=email]:focus, .has-error input[type=search]:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ff4136;
}
.has-error .form-control-feedback {
  color: #ffffff;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline select, .form-inline textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline input[type=number], .form-inline input[type=password], .form-inline input[type=text], .form-inline input[type=email], .form-inline input[type=search] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .input-group select, .form-inline .input-group textarea {
    width: auto;
  }
  .form-inline .input-group input[type=number], .form-inline .input-group input[type=password], .form-inline .input-group input[type=text], .form-inline .input-group input[type=email], .form-inline .input-group input[type=search] {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .input-group > select, .form-inline .input-group > textarea {
    width: 100%;
  }
  .form-inline .input-group > input[type=number], .form-inline .input-group > input[type=password], .form-inline .input-group > input[type=text], .form-inline .input-group > input[type=email], .form-inline .input-group > input[type=search] {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio], .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 28px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 18.3333329px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
    font-size: 12px;
  }
}
.btn, div.section-navigation a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input[type=submit], input[type=button], input[type=reset] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, div.section-navigation a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:focus, .btn:active:focus, div.section-navigation a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=submit]:active:focus, input[type=button]:active:focus, input[type=reset]:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:active:focus, .btn.active:focus, div.section-navigation a.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input.active[type=submit]:focus, input.active[type=button]:focus, input.active[type=reset]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button.active:focus, .btn.focus, div.section-navigation a.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input.focus[type=submit], input.focus[type=button], input.focus[type=reset] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button.focus, .btn:active.focus, div.section-navigation a:active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type=submit]:active.focus, input[type=button]:active.focus, input[type=reset]:active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button:active.focus, .btn.active.focus, div.section-navigation a.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input.active.focus[type=submit], input.active.focus[type=button], input.active.focus[type=reset] {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, div.section-navigation a:hover {
  color: #555555;
  text-decoration: none;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  color: #555555;
  text-decoration: none;
}

button:hover, .btn:focus, div.section-navigation a:focus {
  color: #555555;
  text-decoration: none;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
  color: #555555;
  text-decoration: none;
}

button:focus, .btn.focus, div.section-navigation a.focus {
  color: #555555;
  text-decoration: none;
}

input.focus[type=submit], input.focus[type=button], input.focus[type=reset] {
  color: #555555;
  text-decoration: none;
}

button.focus {
  color: #555555;
  text-decoration: none;
}

.btn:active, div.section-navigation a:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

button:active, .btn.active, div.section-navigation a.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

input.active[type=submit], input.active[type=button], input.active[type=reset] {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

button.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, div.section-navigation a.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

input.disabled[type=submit], input.disabled[type=button], input.disabled[type=reset] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

button.disabled, .btn[disabled], div.section-navigation a[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

input[disabled][type=submit], input[disabled][type=button], input[disabled][type=reset] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

fieldset[disabled] .btn, fieldset[disabled] div.section-navigation a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

div.section-navigation fieldset[disabled] a {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

fieldset[disabled] input[type=submit], fieldset[disabled] input[type=button], fieldset[disabled] input[type=reset] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
fieldset[disabled] button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, div.section-navigation a.disabled {
  pointer-events: none;
}

fieldset[disabled] a.btn, fieldset[disabled] div.section-navigation a {
  pointer-events: none;
}

div.section-navigation fieldset[disabled] a {
  pointer-events: none;
}

.btn-default, div.section-navigation a {
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[type=submit], input[type=button], input[type=reset] {
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button, body#page-mod-quiz-attempt .que .content .formulation input.submit {
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-default:focus, div.section-navigation a:focus {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}

button:focus, body#page-mod-quiz-attempt .que .content .formulation input.submit:focus, .btn-default.focus, div.section-navigation a.focus {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}

input.focus[type=submit], input.focus[type=button], input.focus[type=reset] {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}

button.focus, body#page-mod-quiz-attempt .que .content .formulation input.focus.submit {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #a2a2a2;
}

.btn-default:hover, div.section-navigation a:hover {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

button:hover, body#page-mod-quiz-attempt .que .content .formulation input.submit:hover, .btn-default:active, div.section-navigation a:active {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

button:active, body#page-mod-quiz-attempt .que .content .formulation input.submit:active, .btn-default.active, div.section-navigation a.active {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

input.active[type=submit], input.active[type=button], input.active[type=reset] {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

button.active, body#page-mod-quiz-attempt .que .content .formulation input.active.submit, .open > .dropdown-toggle.btn-default, div.section-navigation .open > a.dropdown-toggle {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

.open > input.dropdown-toggle[type=submit], .open > input.dropdown-toggle[type=button], .open > input.dropdown-toggle[type=reset] {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}
.open > button.dropdown-toggle {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

body#page-mod-quiz-attempt .que .content .formulation .open > input.dropdown-toggle.submit {
  color: #555555;
  background-color: #d5d5d5;
  border-color: #c3c3c3;
}

.btn-default:active:hover, div.section-navigation a:active:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input[type=submit]:active:hover, input[type=button]:active:hover, input[type=reset]:active:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button:active:hover, body#page-mod-quiz-attempt .que .content .formulation input.submit:active:hover, .btn-default.active:hover, div.section-navigation a.active:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input.active[type=submit]:hover, input.active[type=button]:hover, input.active[type=reset]:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button.active:hover, body#page-mod-quiz-attempt .que .content .formulation input.active.submit:hover, .open > .dropdown-toggle.btn-default:hover, div.section-navigation .open > a.dropdown-toggle:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

.open > input.dropdown-toggle[type=submit]:hover, .open > input.dropdown-toggle[type=button]:hover, .open > input.dropdown-toggle[type=reset]:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.open > button.dropdown-toggle:hover {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

body#page-mod-quiz-attempt .que .content .formulation .open > input.dropdown-toggle.submit:hover, .btn-default:active:focus, div.section-navigation a:active:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input[type=submit]:active:focus, input[type=button]:active:focus, input[type=reset]:active:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button:active:focus, body#page-mod-quiz-attempt .que .content .formulation input.submit:active:focus, .btn-default.active:focus, div.section-navigation a.active:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input.active[type=submit]:focus, input.active[type=button]:focus, input.active[type=reset]:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button.active:focus, body#page-mod-quiz-attempt .que .content .formulation input.active.submit:focus, .open > .dropdown-toggle.btn-default:focus, div.section-navigation .open > a.dropdown-toggle:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

.open > input.dropdown-toggle[type=submit]:focus, .open > input.dropdown-toggle[type=button]:focus, .open > input.dropdown-toggle[type=reset]:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.open > button.dropdown-toggle:focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

body#page-mod-quiz-attempt .que .content .formulation .open > input.dropdown-toggle.submit:focus, .btn-default:active.focus, div.section-navigation a:active.focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input[type=submit]:active.focus, input[type=button]:active.focus, input[type=reset]:active.focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button:active.focus, body#page-mod-quiz-attempt .que .content .formulation input.submit:active.focus, .btn-default.active.focus, div.section-navigation a.active.focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

input.active.focus[type=submit], input.active.focus[type=button], input.active.focus[type=reset] {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

button.active.focus, body#page-mod-quiz-attempt .que .content .formulation input.active.focus.submit, .open > .dropdown-toggle.btn-default.focus, div.section-navigation .open > a.dropdown-toggle.focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

.open > input.dropdown-toggle.focus[type=submit], .open > input.dropdown-toggle.focus[type=button], .open > input.dropdown-toggle.focus[type=reset] {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}
.open > button.dropdown-toggle.focus {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

body#page-mod-quiz-attempt .que .content .formulation .open > input.dropdown-toggle.focus.submit {
  color: #555555;
  background-color: #c3c3c3;
  border-color: #a2a2a2;
}

.btn-default:active, div.section-navigation a:active {
  background-image: none;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  background-image: none;
}

button:active, body#page-mod-quiz-attempt .que .content .formulation input.submit:active, .btn-default.active, div.section-navigation a.active {
  background-image: none;
}

input.active[type=submit], input.active[type=button], input.active[type=reset] {
  background-image: none;
}

button.active, body#page-mod-quiz-attempt .que .content .formulation input.active.submit, .open > .dropdown-toggle.btn-default, div.section-navigation .open > a.dropdown-toggle {
  background-image: none;
}

.open > input.dropdown-toggle[type=submit], .open > input.dropdown-toggle[type=button], .open > input.dropdown-toggle[type=reset] {
  background-image: none;
}
.open > button.dropdown-toggle {
  background-image: none;
}

body#page-mod-quiz-attempt .que .content .formulation .open > input.dropdown-toggle.submit {
  background-image: none;
}

.btn-default.disabled, div.section-navigation a.disabled {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled[type=submit], input.disabled[type=button], input.disabled[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled, body#page-mod-quiz-attempt .que .content .formulation input.disabled.submit, .btn-default[disabled], div.section-navigation a[disabled] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled][type=submit], input[disabled][type=button], input[disabled][type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled], body#page-mod-quiz-attempt .que .content .formulation input[disabled].submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default, fieldset[disabled] div.section-navigation a {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input[type=submit], fieldset[disabled] input[type=button], fieldset[disabled] input[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.submit, .btn-default.disabled:hover, div.section-navigation a.disabled:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled[type=submit]:hover, input.disabled[type=button]:hover, input.disabled[type=reset]:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled:hover, body#page-mod-quiz-attempt .que .content .formulation input.disabled.submit:hover, .btn-default[disabled]:hover, div.section-navigation a[disabled]:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled][type=submit]:hover, input[disabled][type=button]:hover, input[disabled][type=reset]:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled]:hover, body#page-mod-quiz-attempt .que .content .formulation input[disabled].submit:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default:hover, fieldset[disabled] div.section-navigation a:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input[type=submit]:hover, fieldset[disabled] input[type=button]:hover, fieldset[disabled] input[type=reset]:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button:hover, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.submit:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.submit:hover, .btn-default.disabled:focus, div.section-navigation a.disabled:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled[type=submit]:focus, input.disabled[type=button]:focus, input.disabled[type=reset]:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled:focus, body#page-mod-quiz-attempt .que .content .formulation input.disabled.submit:focus, .btn-default[disabled]:focus, div.section-navigation a[disabled]:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled][type=submit]:focus, input[disabled][type=button]:focus, input[disabled][type=reset]:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled]:focus, body#page-mod-quiz-attempt .que .content .formulation input[disabled].submit:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default:focus, fieldset[disabled] div.section-navigation a:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input[type=submit]:focus, fieldset[disabled] input[type=button]:focus, fieldset[disabled] input[type=reset]:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button:focus, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.submit:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.submit:focus, .btn-default.disabled.focus, div.section-navigation a.disabled.focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled.focus[type=submit], input.disabled.focus[type=button], input.disabled.focus[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled.focus, body#page-mod-quiz-attempt .que .content .formulation input.disabled.focus.submit, .btn-default[disabled].focus, div.section-navigation a[disabled].focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled].focus[type=submit], input[disabled].focus[type=button], input[disabled].focus[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled].focus, body#page-mod-quiz-attempt .que .content .formulation input[disabled].focus.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default.focus, fieldset[disabled] div.section-navigation a.focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a.focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input.focus[type=submit], fieldset[disabled] input.focus[type=button], fieldset[disabled] input.focus[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button.focus, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.focus.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.focus.submit, .btn-default.disabled:active, div.section-navigation a.disabled:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled[type=submit]:active, input.disabled[type=button]:active, input.disabled[type=reset]:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled:active, body#page-mod-quiz-attempt .que .content .formulation input.disabled.submit:active, .btn-default[disabled]:active, div.section-navigation a[disabled]:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled][type=submit]:active, input[disabled][type=button]:active, input[disabled][type=reset]:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled]:active, body#page-mod-quiz-attempt .que .content .formulation input[disabled].submit:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default:active, fieldset[disabled] div.section-navigation a:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input[type=submit]:active, fieldset[disabled] input[type=button]:active, fieldset[disabled] input[type=reset]:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button:active, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.submit:active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.submit:active, .btn-default.disabled.active, div.section-navigation a.disabled.active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input.disabled.active[type=submit], input.disabled.active[type=button], input.disabled.active[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button.disabled.active, body#page-mod-quiz-attempt .que .content .formulation input.disabled.active.submit, .btn-default[disabled].active, div.section-navigation a[disabled].active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[disabled].active[type=submit], input[disabled].active[type=button], input[disabled].active[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button[disabled].active, body#page-mod-quiz-attempt .que .content .formulation input[disabled].active.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] .btn-default.active, fieldset[disabled] div.section-navigation a.active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

div.section-navigation fieldset[disabled] a.active {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

fieldset[disabled] input.active[type=submit], fieldset[disabled] input.active[type=button], fieldset[disabled] input.active[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
fieldset[disabled] button.active, fieldset[disabled] body#page-mod-quiz-attempt .que .content .formulation input.active.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

body#page-mod-quiz-attempt .que .content .formulation fieldset[disabled] input.active.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-default .badge, div.section-navigation a .badge {
  color: #eeeeee;
  background-color: #555555;
}

input[type=submit] .badge, input[type=button] .badge, input[type=reset] .badge {
  color: #eeeeee;
  background-color: #555555;
}

button .badge, body#page-mod-quiz-attempt .que .content .formulation input.submit .badge {
  color: #eeeeee;
  background-color: #555555;
}

.btn-primary {
  color: #ffffff;
  background-color: #158cba;
  border-color: #127ba3;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #106a8c;
  border-color: #052531;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  color: #ffffff;
  background-color: #106a8c;
  border-color: #0c516c;
}

.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #106a8c;
  border-color: #0c516c;
}

.btn-primary:active:hover, .btn-primary.active:hover {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.open > .dropdown-toggle.btn-primary:hover {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.btn-primary:active:focus, .btn-primary.active:focus {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.open > .dropdown-toggle.btn-primary:focus {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.btn-primary:active.focus, .btn-primary.active.focus {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #0c516c;
  border-color: #052531;
}

.btn-primary:active, .btn-primary.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled] {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary:hover {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary.disabled:focus, .btn-primary[disabled]:focus {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary:focus {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary.disabled.focus, .btn-primary[disabled].focus {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary.focus {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary.disabled:active, .btn-primary[disabled]:active {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary:active {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary.disabled.active, .btn-primary[disabled].active {
  background-color: #158cba;
  border-color: #127ba3;
}

fieldset[disabled] .btn-primary.active {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-primary .badge {
  color: #158cba;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons #id_submitbutton, .mform .fitem_actionbuttons #id_add {
  color: #ffffff;
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[type=submit], body#page-mod-quiz-attempt div.submitbtns input {
  color: #ffffff;
  background-color: #28b62c;
  border-color: #23a127;
}

.btn-success:focus {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons #id_submitbutton:focus, .mform .fitem_actionbuttons #id_add:focus {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns input:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .focus#id_submitbutton, .mform .fitem_actionbuttons .focus#id_add {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input.focus[type=submit], body#page-mod-quiz-attempt div.submitbtns input.focus {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #0c390e;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

.mform .fitem_actionbuttons #id_submitbutton:hover, .mform .fitem_actionbuttons #id_add:hover {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns input:hover, .btn-success:active {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

.mform .fitem_actionbuttons #id_submitbutton:active, .mform .fitem_actionbuttons #id_add:active {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:active, body#page-mod-quiz-attempt div.submitbtns input:active, .btn-success.active {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

.mform .fitem_actionbuttons .active#id_submitbutton, .mform .fitem_actionbuttons .active#id_add {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

div.quizattempt div.quizstartbuttondiv input.active[type=submit], body#page-mod-quiz-attempt div.submitbtns input.active, .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

.mform .fitem_actionbuttons .open > .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_add {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

div.quizattempt div.quizstartbuttondiv .open > input.dropdown-toggle[type=submit], body#page-mod-quiz-attempt div.submitbtns .open > input.dropdown-toggle {
  color: #ffffff;
  background-color: #1f8c22;
  border-color: #186f1b;
}

.btn-success:active:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons #id_submitbutton:active:hover, .mform .fitem_actionbuttons #id_add:active:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:active:hover, body#page-mod-quiz-attempt div.submitbtns input:active:hover, .btn-success.active:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .active#id_submitbutton:hover, .mform .fitem_actionbuttons .active#id_add:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input.active[type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns input.active:hover, .open > .dropdown-toggle.btn-success:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .open > .dropdown-toggle#id_submitbutton:hover, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_add:hover {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv .open > input.dropdown-toggle[type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns .open > input.dropdown-toggle:hover, .btn-success:active:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons #id_submitbutton:active:focus, .mform .fitem_actionbuttons #id_add:active:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:active:focus, body#page-mod-quiz-attempt div.submitbtns input:active:focus, .btn-success.active:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .active#id_submitbutton:focus, .mform .fitem_actionbuttons .active#id_add:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input.active[type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns input.active:focus, .open > .dropdown-toggle.btn-success:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .open > .dropdown-toggle#id_submitbutton:focus, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_add:focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv .open > input.dropdown-toggle[type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns .open > input.dropdown-toggle:focus, .btn-success:active.focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons #id_submitbutton:active.focus, .mform .fitem_actionbuttons #id_add:active.focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:active.focus, body#page-mod-quiz-attempt div.submitbtns input:active.focus, .btn-success.active.focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .active.focus#id_submitbutton, .mform .fitem_actionbuttons .active.focus#id_add {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv input.active.focus[type=submit], body#page-mod-quiz-attempt div.submitbtns input.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.mform .fitem_actionbuttons .open > .dropdown-toggle.focus#id_submitbutton, .mform .fitem_actionbuttons .open > .dropdown-toggle.focus#id_add {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

div.quizattempt div.quizstartbuttondiv .open > input.dropdown-toggle.focus[type=submit], body#page-mod-quiz-attempt div.submitbtns .open > input.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #186f1b;
  border-color: #0c390e;
}

.btn-success:active {
  background-image: none;
}

.mform .fitem_actionbuttons #id_submitbutton:active, .mform .fitem_actionbuttons #id_add:active {
  background-image: none;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:active, body#page-mod-quiz-attempt div.submitbtns input:active, .btn-success.active {
  background-image: none;
}

.mform .fitem_actionbuttons .active#id_submitbutton, .mform .fitem_actionbuttons .active#id_add {
  background-image: none;
}

div.quizattempt div.quizstartbuttondiv input.active[type=submit], body#page-mod-quiz-attempt div.submitbtns input.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}

.mform .fitem_actionbuttons .open > .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_add {
  background-image: none;
}

div.quizattempt div.quizstartbuttondiv .open > input.dropdown-toggle[type=submit], body#page-mod-quiz-attempt div.submitbtns .open > input.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled#id_submitbutton, .mform .fitem_actionbuttons .disabled#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled[type=submit], body#page-mod-quiz-attempt div.submitbtns input.disabled, .btn-success[disabled] {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled]#id_submitbutton, .mform .fitem_actionbuttons [disabled]#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled][type=submit], body#page-mod-quiz-attempt div.submitbtns input[disabled] {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success, fieldset[disabled] .mform .fitem_actionbuttons #id_submitbutton {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_submitbutton, fieldset[disabled] .mform .fitem_actionbuttons #id_add, .mform .fitem_actionbuttons fieldset[disabled] #id_add, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input[type=submit], div.quizattempt div.quizstartbuttondiv fieldset[disabled] input[type=submit], fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input, .btn-success.disabled:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled#id_submitbutton:hover, .mform .fitem_actionbuttons .disabled#id_add:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled[type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns input.disabled:hover, .btn-success[disabled]:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled]#id_submitbutton:hover, .mform .fitem_actionbuttons [disabled]#id_add:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled][type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns input[disabled]:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success:hover, fieldset[disabled] .mform .fitem_actionbuttons #id_submitbutton:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_submitbutton:hover, fieldset[disabled] .mform .fitem_actionbuttons #id_add:hover, .mform .fitem_actionbuttons fieldset[disabled] #id_add:hover, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input[type=submit]:hover, div.quizattempt div.quizstartbuttondiv fieldset[disabled] input[type=submit]:hover, fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input:hover, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input:hover, .btn-success.disabled:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled#id_submitbutton:focus, .mform .fitem_actionbuttons .disabled#id_add:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled[type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns input.disabled:focus, .btn-success[disabled]:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled]#id_submitbutton:focus, .mform .fitem_actionbuttons [disabled]#id_add:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled][type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns input[disabled]:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success:focus, fieldset[disabled] .mform .fitem_actionbuttons #id_submitbutton:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_submitbutton:focus, fieldset[disabled] .mform .fitem_actionbuttons #id_add:focus, .mform .fitem_actionbuttons fieldset[disabled] #id_add:focus, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input[type=submit]:focus, div.quizattempt div.quizstartbuttondiv fieldset[disabled] input[type=submit]:focus, fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input:focus, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input:focus, .btn-success.disabled.focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled.focus#id_submitbutton, .mform .fitem_actionbuttons .disabled.focus#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled.focus[type=submit], body#page-mod-quiz-attempt div.submitbtns input.disabled.focus, .btn-success[disabled].focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled].focus#id_submitbutton, .mform .fitem_actionbuttons [disabled].focus#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled].focus[type=submit], body#page-mod-quiz-attempt div.submitbtns input[disabled].focus {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success.focus, fieldset[disabled] .mform .fitem_actionbuttons .focus#id_submitbutton {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] .focus#id_submitbutton, fieldset[disabled] .mform .fitem_actionbuttons .focus#id_add, .mform .fitem_actionbuttons fieldset[disabled] .focus#id_add, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input.focus[type=submit], div.quizattempt div.quizstartbuttondiv fieldset[disabled] input.focus[type=submit], fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input.focus, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input.focus, .btn-success.disabled:active {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled#id_submitbutton:active, .mform .fitem_actionbuttons .disabled#id_add:active {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled[type=submit]:active, body#page-mod-quiz-attempt div.submitbtns input.disabled:active, .btn-success[disabled]:active {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled]#id_submitbutton:active, .mform .fitem_actionbuttons [disabled]#id_add:active {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled][type=submit]:active, body#page-mod-quiz-attempt div.submitbtns input[disabled]:active {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success:active, fieldset[disabled] .mform .fitem_actionbuttons #id_submitbutton:active {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_submitbutton:active, fieldset[disabled] .mform .fitem_actionbuttons #id_add:active, .mform .fitem_actionbuttons fieldset[disabled] #id_add:active, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input[type=submit]:active, div.quizattempt div.quizstartbuttondiv fieldset[disabled] input[type=submit]:active, fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input:active, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input:active, .btn-success.disabled.active {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons .disabled.active#id_submitbutton, .mform .fitem_actionbuttons .disabled.active#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input.disabled.active[type=submit], body#page-mod-quiz-attempt div.submitbtns input.disabled.active, .btn-success[disabled].active {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons [disabled].active#id_submitbutton, .mform .fitem_actionbuttons [disabled].active#id_add {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[disabled].active[type=submit], body#page-mod-quiz-attempt div.submitbtns input[disabled].active {
  background-color: #28b62c;
  border-color: #23a127;
}

fieldset[disabled] .btn-success.active, fieldset[disabled] .mform .fitem_actionbuttons .active#id_submitbutton {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons fieldset[disabled] .active#id_submitbutton, fieldset[disabled] .mform .fitem_actionbuttons .active#id_add, .mform .fitem_actionbuttons fieldset[disabled] .active#id_add, fieldset[disabled] div.quizattempt div.quizstartbuttondiv input.active[type=submit], div.quizattempt div.quizstartbuttondiv fieldset[disabled] input.active[type=submit], fieldset[disabled] body#page-mod-quiz-attempt div.submitbtns input.active, body#page-mod-quiz-attempt div.submitbtns fieldset[disabled] input.active {
  background-color: #28b62c;
  border-color: #23a127;
}

.btn-success .badge {
  color: #28b62c;
  background-color: #ffffff;
}

.mform .fitem_actionbuttons #id_submitbutton .badge, .mform .fitem_actionbuttons #id_add .badge {
  color: #28b62c;
  background-color: #ffffff;
}

div.quizattempt div.quizstartbuttondiv input[type=submit] .badge, body#page-mod-quiz-attempt div.submitbtns input .badge {
  color: #28b62c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #75caeb;
  border-color: #5fc1e8;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #48b9e5;
  border-color: #1984ae;
}
.btn-info:hover, .btn-info:active, .btn-info.active {
  color: #ffffff;
  background-color: #48b9e5;
  border-color: #29ade0;
}

.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #48b9e5;
  border-color: #29ade0;
}

.btn-info:active:hover, .btn-info.active:hover {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.open > .dropdown-toggle.btn-info:hover {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.btn-info:active:focus, .btn-info.active:focus {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.open > .dropdown-toggle.btn-info:focus {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.btn-info:active.focus, .btn-info.active.focus {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #29ade0;
  border-color: #1984ae;
}

.btn-info:active, .btn-info.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled] {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info:hover {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info.disabled:focus, .btn-info[disabled]:focus {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info:focus {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info.disabled.focus, .btn-info[disabled].focus {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info.focus {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info.disabled:active, .btn-info[disabled]:active {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info:active {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info.disabled.active, .btn-info[disabled].active {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

fieldset[disabled] .btn-info.active {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-info .badge {
  color: #75caeb;
  background-color: #ffffff;
}

.btn-warning, .mform .fitem_actionbuttons #id_cancel {
  color: #ffffff;
  background-color: #ff851b;
  border-color: #ff7701;
}

.btn-warning:focus, .mform .fitem_actionbuttons #id_cancel:focus, .btn-warning.focus, .mform .fitem_actionbuttons .focus#id_cancel {
  color: #ffffff;
  background-color: #e76b00;
  border-color: #813c00;
}

.btn-warning:hover, .mform .fitem_actionbuttons #id_cancel:hover, .btn-warning:active, .mform .fitem_actionbuttons #id_cancel:active, .btn-warning.active, .mform .fitem_actionbuttons .active#id_cancel, .open > .dropdown-toggle.btn-warning, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_cancel {
  color: #ffffff;
  background-color: #e76b00;
  border-color: #c35b00;
}

.btn-warning:active:hover, .mform .fitem_actionbuttons #id_cancel:active:hover, .btn-warning.active:hover, .mform .fitem_actionbuttons .active#id_cancel:hover, .open > .dropdown-toggle.btn-warning:hover, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_cancel:hover, .btn-warning:active:focus, .mform .fitem_actionbuttons #id_cancel:active:focus, .btn-warning.active:focus, .mform .fitem_actionbuttons .active#id_cancel:focus, .open > .dropdown-toggle.btn-warning:focus, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_cancel:focus, .btn-warning:active.focus, .mform .fitem_actionbuttons #id_cancel:active.focus, .btn-warning.active.focus, .mform .fitem_actionbuttons .active.focus#id_cancel, .open > .dropdown-toggle.btn-warning.focus, .mform .fitem_actionbuttons .open > .dropdown-toggle.focus#id_cancel {
  color: #ffffff;
  background-color: #c35b00;
  border-color: #813c00;
}

.btn-warning:active, .mform .fitem_actionbuttons #id_cancel:active, .btn-warning.active, .mform .fitem_actionbuttons .active#id_cancel, .open > .dropdown-toggle.btn-warning, .mform .fitem_actionbuttons .open > .dropdown-toggle#id_cancel {
  background-image: none;
}

.btn-warning.disabled, .mform .fitem_actionbuttons .disabled#id_cancel, .btn-warning[disabled], .mform .fitem_actionbuttons [disabled]#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning, fieldset[disabled] .mform .fitem_actionbuttons #id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_cancel, .btn-warning.disabled:hover, .mform .fitem_actionbuttons .disabled#id_cancel:hover, .btn-warning[disabled]:hover, .mform .fitem_actionbuttons [disabled]#id_cancel:hover {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning:hover, fieldset[disabled] .mform .fitem_actionbuttons #id_cancel:hover {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_cancel:hover, .btn-warning.disabled:focus, .mform .fitem_actionbuttons .disabled#id_cancel:focus, .btn-warning[disabled]:focus, .mform .fitem_actionbuttons [disabled]#id_cancel:focus {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning:focus, fieldset[disabled] .mform .fitem_actionbuttons #id_cancel:focus {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_cancel:focus, .btn-warning.disabled.focus, .mform .fitem_actionbuttons .disabled.focus#id_cancel, .btn-warning[disabled].focus, .mform .fitem_actionbuttons [disabled].focus#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning.focus, fieldset[disabled] .mform .fitem_actionbuttons .focus#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] .focus#id_cancel, .btn-warning.disabled:active, .mform .fitem_actionbuttons .disabled#id_cancel:active, .btn-warning[disabled]:active, .mform .fitem_actionbuttons [disabled]#id_cancel:active {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning:active, fieldset[disabled] .mform .fitem_actionbuttons #id_cancel:active {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] #id_cancel:active, .btn-warning.disabled.active, .mform .fitem_actionbuttons .disabled.active#id_cancel, .btn-warning[disabled].active, .mform .fitem_actionbuttons [disabled].active#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

fieldset[disabled] .btn-warning.active, fieldset[disabled] .mform .fitem_actionbuttons .active#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

.mform .fitem_actionbuttons fieldset[disabled] .active#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

.btn-warning .badge, .mform .fitem_actionbuttons #id_cancel .badge {
  color: #ff851b;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #ff4136;
  border-color: #ff291c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #ff1103;
  border-color: #9c0900;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active {
  color: #ffffff;
  background-color: #ff1103;
  border-color: #de0c00;
}

.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ff1103;
  border-color: #de0c00;
}

.btn-danger:active:hover, .btn-danger.active:hover {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.open > .dropdown-toggle.btn-danger:hover {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.btn-danger:active:focus, .btn-danger.active:focus {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.open > .dropdown-toggle.btn-danger:focus {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.btn-danger:active.focus, .btn-danger.active.focus {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #de0c00;
  border-color: #9c0900;
}

.btn-danger:active, .btn-danger.active {
  background-image: none;
}

.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled] {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger:hover {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger.disabled:focus, .btn-danger[disabled]:focus {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger:focus {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger.disabled.focus, .btn-danger[disabled].focus {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger.focus {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger.disabled:active, .btn-danger[disabled]:active {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger:active {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger.disabled.active, .btn-danger[disabled].active {
  background-color: #ff4136;
  border-color: #ff291c;
}

fieldset[disabled] .btn-danger.active {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-danger .badge {
  color: #ff4136;
  background-color: #ffffff;
}

.btn-link {
  color: #158cba;
  font-weight: normal;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
.btn-link:active, .btn-link.active, .btn-link[disabled] {
  background-color: transparent;
  box-shadow: none;
}

fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #158cba;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover {
  color: #999999;
  text-decoration: none;
}

fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, div.quizattempt div.quizstartbuttondiv input[type=submit], .btn-group-lg > .btn, div.section-navigation .btn-group-lg > a {
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

.btn-group-lg > input[type=submit], .btn-group-lg > input[type=button], .btn-group-lg > input[type=reset] {
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.btn-group-lg > button {
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

.btn-sm {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

div#newmessageoverlay div#newmessagetext, div#newmessageoverlay div#newmessagelinks {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-group-sm > .btn, div.section-navigation .btn-group-sm > a {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-group-sm > input[type=submit], .btn-group-sm > input[type=button], .btn-group-sm > input[type=reset] {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-sm > button {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs, .btn-group-xs > .btn, div.section-navigation .btn-group-xs > a {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-group-xs > input[type=submit], .btn-group-xs > input[type=button], .btn-group-xs > input[type=reset] {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-group-xs > button {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup, .dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
}
.dropdown-menu > .active > a {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #158cba;
}
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #158cba;
}
.dropdown-menu > .disabled > a {
  color: #eeeeee;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #eeeeee;
}
.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: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
  white-space: nowrap;
}

.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 dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group, .adminsearchform, .searchform, .forumsearch, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .adminsearchform > .btn, .searchform > .btn, .forumsearch > .btn {
  position: relative;
  float: left;
}

div.section-navigation .btn-group > a, div.section-navigation .adminsearchform > a, div.section-navigation .searchform > a, div.section-navigation .forumsearch > a {
  position: relative;
  float: left;
}

.btn-group > input[type=submit], .adminsearchform > input[type=submit], .searchform > input[type=submit], .forumsearch > input[type=submit], .btn-group > input[type=button], .adminsearchform > input[type=button], .searchform > input[type=button], .forumsearch > input[type=button], .btn-group > input[type=reset], .adminsearchform > input[type=reset], .searchform > input[type=reset], .forumsearch > input[type=reset], .btn-group > button, .adminsearchform > button, .searchform > button, .forumsearch > button, .btn-group-vertical > .btn, div.section-navigation .btn-group-vertical > a {
  position: relative;
  float: left;
}

.btn-group-vertical > input[type=submit], .btn-group-vertical > input[type=button], .btn-group-vertical > input[type=reset] {
  position: relative;
  float: left;
}
.btn-group-vertical > button {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .adminsearchform > .btn:hover, .searchform > .btn:hover, .forumsearch > .btn:hover {
  z-index: 2;
}

div.section-navigation .btn-group > a:hover, div.section-navigation .adminsearchform > a:hover, div.section-navigation .searchform > a:hover, div.section-navigation .forumsearch > a:hover {
  z-index: 2;
}

.btn-group > input[type=submit]:hover, .adminsearchform > input[type=submit]:hover, .searchform > input[type=submit]:hover, .forumsearch > input[type=submit]:hover, .btn-group > input[type=button]:hover, .adminsearchform > input[type=button]:hover, .searchform > input[type=button]:hover, .forumsearch > input[type=button]:hover, .btn-group > input[type=reset]:hover, .adminsearchform > input[type=reset]:hover, .searchform > input[type=reset]:hover, .forumsearch > input[type=reset]:hover, .btn-group > button:hover, .adminsearchform > button:hover, .searchform > button:hover, .forumsearch > button:hover, .btn-group-vertical > .btn:hover, div.section-navigation .btn-group-vertical > a:hover {
  z-index: 2;
}

.btn-group-vertical > input[type=submit]:hover, .btn-group-vertical > input[type=button]:hover, .btn-group-vertical > input[type=reset]:hover {
  z-index: 2;
}
.btn-group-vertical > button:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .adminsearchform > .btn:focus, .searchform > .btn:focus, .forumsearch > .btn:focus {
  z-index: 2;
}

div.section-navigation .btn-group > a:focus, div.section-navigation .adminsearchform > a:focus, div.section-navigation .searchform > a:focus, div.section-navigation .forumsearch > a:focus {
  z-index: 2;
}

.btn-group > input[type=submit]:focus, .adminsearchform > input[type=submit]:focus, .searchform > input[type=submit]:focus, .forumsearch > input[type=submit]:focus, .btn-group > input[type=button]:focus, .adminsearchform > input[type=button]:focus, .searchform > input[type=button]:focus, .forumsearch > input[type=button]:focus, .btn-group > input[type=reset]:focus, .adminsearchform > input[type=reset]:focus, .searchform > input[type=reset]:focus, .forumsearch > input[type=reset]:focus, .btn-group > button:focus, .adminsearchform > button:focus, .searchform > button:focus, .forumsearch > button:focus, .btn-group-vertical > .btn:focus, div.section-navigation .btn-group-vertical > a:focus {
  z-index: 2;
}

.btn-group-vertical > input[type=submit]:focus, .btn-group-vertical > input[type=button]:focus, .btn-group-vertical > input[type=reset]:focus {
  z-index: 2;
}
.btn-group-vertical > button:focus {
  z-index: 2;
}

.btn-group > .btn:active, .adminsearchform > .btn:active, .searchform > .btn:active, .forumsearch > .btn:active {
  z-index: 2;
}

div.section-navigation .btn-group > a:active, div.section-navigation .adminsearchform > a:active, div.section-navigation .searchform > a:active, div.section-navigation .forumsearch > a:active {
  z-index: 2;
}

.btn-group > input[type=submit]:active, .adminsearchform > input[type=submit]:active, .searchform > input[type=submit]:active, .forumsearch > input[type=submit]:active, .btn-group > input[type=button]:active, .adminsearchform > input[type=button]:active, .searchform > input[type=button]:active, .forumsearch > input[type=button]:active, .btn-group > input[type=reset]:active, .adminsearchform > input[type=reset]:active, .searchform > input[type=reset]:active, .forumsearch > input[type=reset]:active, .btn-group > button:active, .adminsearchform > button:active, .searchform > button:active, .forumsearch > button:active, .btn-group-vertical > .btn:active, div.section-navigation .btn-group-vertical > a:active {
  z-index: 2;
}

.btn-group-vertical > input[type=submit]:active, .btn-group-vertical > input[type=button]:active, .btn-group-vertical > input[type=reset]:active {
  z-index: 2;
}
.btn-group-vertical > button:active {
  z-index: 2;
}

.btn-group > .btn.active, .adminsearchform > .btn.active, .searchform > .btn.active, .forumsearch > .btn.active {
  z-index: 2;
}

div.section-navigation .btn-group > a.active, div.section-navigation .adminsearchform > a.active, div.section-navigation .searchform > a.active, div.section-navigation .forumsearch > a.active {
  z-index: 2;
}

.btn-group > input.active[type=submit], .adminsearchform > input.active[type=submit], .searchform > input.active[type=submit], .forumsearch > input.active[type=submit], .btn-group > input.active[type=button], .adminsearchform > input.active[type=button], .searchform > input.active[type=button], .forumsearch > input.active[type=button], .btn-group > input.active[type=reset], .adminsearchform > input.active[type=reset], .searchform > input.active[type=reset], .forumsearch > input.active[type=reset], .btn-group > button.active, .adminsearchform > button.active, .searchform > button.active, .forumsearch > button.active, .btn-group-vertical > .btn.active, div.section-navigation .btn-group-vertical > a.active {
  z-index: 2;
}

.btn-group-vertical > input.active[type=submit], .btn-group-vertical > input.active[type=button], .btn-group-vertical > input.active[type=reset] {
  z-index: 2;
}
.btn-group-vertical > button.active {
  z-index: 2;
}

.btn-group .btn + .btn, .adminsearchform .btn + .btn, .searchform .btn + .btn, .forumsearch .btn + .btn, .btn-group div.section-navigation a + .btn, div.section-navigation .btn-group a + .btn, .adminsearchform div.section-navigation a + .btn, div.section-navigation .adminsearchform a + .btn, .searchform div.section-navigation a + .btn, div.section-navigation .searchform a + .btn, .forumsearch div.section-navigation a + .btn, div.section-navigation .forumsearch a + .btn, .btn-group input[type=submit] + .btn, .adminsearchform input[type=submit] + .btn, .searchform input[type=submit] + .btn, .forumsearch input[type=submit] + .btn, .btn-group input[type=button] + .btn, .adminsearchform input[type=button] + .btn, .searchform input[type=button] + .btn, .forumsearch input[type=button] + .btn, .btn-group input[type=reset] + .btn, .adminsearchform input[type=reset] + .btn, .searchform input[type=reset] + .btn, .forumsearch input[type=reset] + .btn, .btn-group button + .btn, .adminsearchform button + .btn, .searchform button + .btn, .forumsearch button + .btn, .btn-group div.section-navigation .btn + a, div.section-navigation .btn-group .btn + a, .adminsearchform div.section-navigation .btn + a, div.section-navigation .adminsearchform .btn + a, .searchform div.section-navigation .btn + a, div.section-navigation .searchform .btn + a, .forumsearch div.section-navigation .btn + a, div.section-navigation .forumsearch .btn + a, .btn-group div.section-navigation a + a, div.section-navigation .btn-group a + a, .adminsearchform div.section-navigation a + a, div.section-navigation .adminsearchform a + a, .searchform div.section-navigation a + a, div.section-navigation .searchform a + a, .forumsearch div.section-navigation a + a, div.section-navigation .forumsearch a + a, .btn-group div.section-navigation input[type=submit] + a, div.section-navigation .btn-group input[type=submit] + a, .adminsearchform div.section-navigation input[type=submit] + a, div.section-navigation .adminsearchform input[type=submit] + a, .searchform div.section-navigation input[type=submit] + a, div.section-navigation .searchform input[type=submit] + a, .forumsearch div.section-navigation input[type=submit] + a, div.section-navigation .forumsearch input[type=submit] + a, .btn-group div.section-navigation input[type=button] + a, div.section-navigation .btn-group input[type=button] + a, .adminsearchform div.section-navigation input[type=button] + a, div.section-navigation .adminsearchform input[type=button] + a, .searchform div.section-navigation input[type=button] + a, div.section-navigation .searchform input[type=button] + a, .forumsearch div.section-navigation input[type=button] + a, div.section-navigation .forumsearch input[type=button] + a, .btn-group div.section-navigation input[type=reset] + a, div.section-navigation .btn-group input[type=reset] + a, .adminsearchform div.section-navigation input[type=reset] + a, div.section-navigation .adminsearchform input[type=reset] + a, .searchform div.section-navigation input[type=reset] + a, div.section-navigation .searchform input[type=reset] + a, .forumsearch div.section-navigation input[type=reset] + a, div.section-navigation .forumsearch input[type=reset] + a, .btn-group div.section-navigation button + a, div.section-navigation .btn-group button + a, .adminsearchform div.section-navigation button + a, div.section-navigation .adminsearchform button + a, .searchform div.section-navigation button + a, div.section-navigation .searchform button + a, .forumsearch div.section-navigation button + a, div.section-navigation .forumsearch button + a, .btn-group .btn + input[type=submit], .adminsearchform .btn + input[type=submit], .searchform .btn + input[type=submit], .forumsearch .btn + input[type=submit], .btn-group div.section-navigation a + input[type=submit], div.section-navigation .btn-group a + input[type=submit], .adminsearchform div.section-navigation a + input[type=submit], div.section-navigation .adminsearchform a + input[type=submit], .searchform div.section-navigation a + input[type=submit], div.section-navigation .searchform a + input[type=submit], .forumsearch div.section-navigation a + input[type=submit], div.section-navigation .forumsearch a + input[type=submit], .btn-group input[type=submit] + input[type=submit], .adminsearchform input[type=submit] + input[type=submit], .searchform input[type=submit] + input[type=submit], .forumsearch input[type=submit] + input[type=submit], .btn-group input[type=button] + input[type=submit], .adminsearchform input[type=button] + input[type=submit], .searchform input[type=button] + input[type=submit], .forumsearch input[type=button] + input[type=submit], .btn-group input[type=reset] + input[type=submit], .adminsearchform input[type=reset] + input[type=submit], .searchform input[type=reset] + input[type=submit], .forumsearch input[type=reset] + input[type=submit], .btn-group button + input[type=submit], .adminsearchform button + input[type=submit], .searchform button + input[type=submit], .forumsearch button + input[type=submit], .btn-group .btn + input[type=button], .adminsearchform .btn + input[type=button], .searchform .btn + input[type=button], .forumsearch .btn + input[type=button], .btn-group div.section-navigation a + input[type=button], div.section-navigation .btn-group a + input[type=button], .adminsearchform div.section-navigation a + input[type=button], div.section-navigation .adminsearchform a + input[type=button], .searchform div.section-navigation a + input[type=button], div.section-navigation .searchform a + input[type=button], .forumsearch div.section-navigation a + input[type=button], div.section-navigation .forumsearch a + input[type=button], .btn-group input[type=submit] + input[type=button], .adminsearchform input[type=submit] + input[type=button], .searchform input[type=submit] + input[type=button], .forumsearch input[type=submit] + input[type=button], .btn-group input[type=button] + input[type=button], .adminsearchform input[type=button] + input[type=button], .searchform input[type=button] + input[type=button], .forumsearch input[type=button] + input[type=button], .btn-group input[type=reset] + input[type=button], .adminsearchform input[type=reset] + input[type=button], .searchform input[type=reset] + input[type=button], .forumsearch input[type=reset] + input[type=button], .btn-group button + input[type=button], .adminsearchform button + input[type=button], .searchform button + input[type=button], .forumsearch button + input[type=button], .btn-group .btn + input[type=reset], .adminsearchform .btn + input[type=reset], .searchform .btn + input[type=reset], .forumsearch .btn + input[type=reset], .btn-group div.section-navigation a + input[type=reset], div.section-navigation .btn-group a + input[type=reset], .adminsearchform div.section-navigation a + input[type=reset], div.section-navigation .adminsearchform a + input[type=reset], .searchform div.section-navigation a + input[type=reset], div.section-navigation .searchform a + input[type=reset], .forumsearch div.section-navigation a + input[type=reset], div.section-navigation .forumsearch a + input[type=reset], .btn-group input[type=submit] + input[type=reset], .adminsearchform input[type=submit] + input[type=reset], .searchform input[type=submit] + input[type=reset], .forumsearch input[type=submit] + input[type=reset], .btn-group input[type=button] + input[type=reset], .adminsearchform input[type=button] + input[type=reset], .searchform input[type=button] + input[type=reset], .forumsearch input[type=button] + input[type=reset], .btn-group input[type=reset] + input[type=reset], .adminsearchform input[type=reset] + input[type=reset], .searchform input[type=reset] + input[type=reset], .forumsearch input[type=reset] + input[type=reset], .btn-group button + input[type=reset], .adminsearchform button + input[type=reset], .searchform button + input[type=reset], .forumsearch button + input[type=reset], .btn-group .btn + button, .adminsearchform .btn + button, .searchform .btn + button, .forumsearch .btn + button, .btn-group div.section-navigation a + button, div.section-navigation .btn-group a + button, .adminsearchform div.section-navigation a + button, div.section-navigation .adminsearchform a + button, .searchform div.section-navigation a + button, div.section-navigation .searchform a + button, .forumsearch div.section-navigation a + button, div.section-navigation .forumsearch a + button, .btn-group input[type=submit] + button, .adminsearchform input[type=submit] + button, .searchform input[type=submit] + button, .forumsearch input[type=submit] + button, .btn-group input[type=button] + button, .adminsearchform input[type=button] + button, .searchform input[type=button] + button, .forumsearch input[type=button] + button, .btn-group input[type=reset] + button, .adminsearchform input[type=reset] + button, .searchform input[type=reset] + button, .forumsearch input[type=reset] + button, .btn-group button + button, .adminsearchform button + button, .searchform button + button, .forumsearch button + button, .btn-group .btn + .btn-group, .adminsearchform .btn + .btn-group, .searchform .btn + .btn-group, .forumsearch .btn + .btn-group, .btn-group div.section-navigation a + .btn-group, div.section-navigation .btn-group a + .btn-group, .adminsearchform div.section-navigation a + .btn-group, div.section-navigation .adminsearchform a + .btn-group, .searchform div.section-navigation a + .btn-group, div.section-navigation .searchform a + .btn-group, .forumsearch div.section-navigation a + .btn-group, div.section-navigation .forumsearch a + .btn-group, .btn-group input[type=submit] + .btn-group, .adminsearchform input[type=submit] + .btn-group, .searchform input[type=submit] + .btn-group, .forumsearch input[type=submit] + .btn-group, .btn-group input[type=button] + .btn-group, .adminsearchform input[type=button] + .btn-group, .searchform input[type=button] + .btn-group, .forumsearch input[type=button] + .btn-group, .btn-group input[type=reset] + .btn-group, .adminsearchform input[type=reset] + .btn-group, .searchform input[type=reset] + .btn-group, .forumsearch input[type=reset] + .btn-group, .btn-group button + .btn-group, .adminsearchform button + .btn-group, .searchform button + .btn-group, .forumsearch button + .btn-group, .btn-group .btn + .adminsearchform, .adminsearchform .btn + .adminsearchform, .searchform .btn + .adminsearchform, .forumsearch .btn + .adminsearchform, .btn-group div.section-navigation a + .adminsearchform, div.section-navigation .btn-group a + .adminsearchform, .adminsearchform div.section-navigation a + .adminsearchform, div.section-navigation .adminsearchform a + .adminsearchform, .searchform div.section-navigation a + .adminsearchform, div.section-navigation .searchform a + .adminsearchform, .forumsearch div.section-navigation a + .adminsearchform, div.section-navigation .forumsearch a + .adminsearchform, .btn-group input[type=submit] + .adminsearchform, .adminsearchform input[type=submit] + .adminsearchform, .searchform input[type=submit] + .adminsearchform, .forumsearch input[type=submit] + .adminsearchform, .btn-group input[type=button] + .adminsearchform, .adminsearchform input[type=button] + .adminsearchform, .searchform input[type=button] + .adminsearchform, .forumsearch input[type=button] + .adminsearchform, .btn-group input[type=reset] + .adminsearchform, .adminsearchform input[type=reset] + .adminsearchform, .searchform input[type=reset] + .adminsearchform, .forumsearch input[type=reset] + .adminsearchform, .btn-group button + .adminsearchform, .adminsearchform button + .adminsearchform, .searchform button + .adminsearchform, .forumsearch button + .adminsearchform, .btn-group .btn + .searchform, .adminsearchform .btn + .searchform, .searchform .btn + .searchform, .forumsearch .btn + .searchform, .btn-group div.section-navigation a + .searchform, div.section-navigation .btn-group a + .searchform, .adminsearchform div.section-navigation a + .searchform, div.section-navigation .adminsearchform a + .searchform, .searchform div.section-navigation a + .searchform, div.section-navigation .searchform a + .searchform, .forumsearch div.section-navigation a + .searchform, div.section-navigation .forumsearch a + .searchform, .btn-group input[type=submit] + .searchform, .adminsearchform input[type=submit] + .searchform, .searchform input[type=submit] + .searchform, .forumsearch input[type=submit] + .searchform, .btn-group input[type=button] + .searchform, .adminsearchform input[type=button] + .searchform, .searchform input[type=button] + .searchform, .forumsearch input[type=button] + .searchform, .btn-group input[type=reset] + .searchform, .adminsearchform input[type=reset] + .searchform, .searchform input[type=reset] + .searchform, .forumsearch input[type=reset] + .searchform, .btn-group button + .searchform, .adminsearchform button + .searchform, .searchform button + .searchform, .forumsearch button + .searchform, .btn-group .btn + .forumsearch, .adminsearchform .btn + .forumsearch, .searchform .btn + .forumsearch, .forumsearch .btn + .forumsearch, .btn-group div.section-navigation a + .forumsearch, div.section-navigation .btn-group a + .forumsearch, .adminsearchform div.section-navigation a + .forumsearch, div.section-navigation .adminsearchform a + .forumsearch, .searchform div.section-navigation a + .forumsearch, div.section-navigation .searchform a + .forumsearch, .forumsearch div.section-navigation a + .forumsearch, div.section-navigation .forumsearch a + .forumsearch, .btn-group input[type=submit] + .forumsearch, .adminsearchform input[type=submit] + .forumsearch, .searchform input[type=submit] + .forumsearch, .forumsearch input[type=submit] + .forumsearch, .btn-group input[type=button] + .forumsearch, .adminsearchform input[type=button] + .forumsearch, .searchform input[type=button] + .forumsearch, .forumsearch input[type=button] + .forumsearch, .btn-group input[type=reset] + .forumsearch, .adminsearchform input[type=reset] + .forumsearch, .searchform input[type=reset] + .forumsearch, .forumsearch input[type=reset] + .forumsearch, .btn-group button + .forumsearch, .adminsearchform button + .forumsearch, .searchform button + .forumsearch, .forumsearch button + .forumsearch, .btn-group .btn-group + .btn, .adminsearchform .btn-group + .btn, .searchform .btn-group + .btn, .forumsearch .btn-group + .btn, .btn-group .adminsearchform + .btn, .adminsearchform .adminsearchform + .btn, .searchform .adminsearchform + .btn, .forumsearch .adminsearchform + .btn, .btn-group .searchform + .btn, .adminsearchform .searchform + .btn, .searchform .searchform + .btn, .forumsearch .searchform + .btn, .btn-group .forumsearch + .btn, .adminsearchform .forumsearch + .btn, .searchform .forumsearch + .btn, .forumsearch .forumsearch + .btn, .btn-group div.section-navigation .btn-group + a, div.section-navigation .btn-group .btn-group + a, .adminsearchform div.section-navigation .btn-group + a, div.section-navigation .adminsearchform .btn-group + a, .searchform div.section-navigation .btn-group + a, div.section-navigation .searchform .btn-group + a, .forumsearch div.section-navigation .btn-group + a, div.section-navigation .forumsearch .btn-group + a, .btn-group div.section-navigation .adminsearchform + a, div.section-navigation .btn-group .adminsearchform + a, .adminsearchform div.section-navigation .adminsearchform + a, div.section-navigation .adminsearchform .adminsearchform + a, .searchform div.section-navigation .adminsearchform + a, div.section-navigation .searchform .adminsearchform + a, .forumsearch div.section-navigation .adminsearchform + a, div.section-navigation .forumsearch .adminsearchform + a, .btn-group div.section-navigation .searchform + a, div.section-navigation .btn-group .searchform + a, .adminsearchform div.section-navigation .searchform + a, div.section-navigation .adminsearchform .searchform + a, .searchform div.section-navigation .searchform + a, div.section-navigation .searchform .searchform + a, .forumsearch div.section-navigation .searchform + a, div.section-navigation .forumsearch .searchform + a, .btn-group div.section-navigation .forumsearch + a, div.section-navigation .btn-group .forumsearch + a, .adminsearchform div.section-navigation .forumsearch + a, div.section-navigation .adminsearchform .forumsearch + a, .searchform div.section-navigation .forumsearch + a, div.section-navigation .searchform .forumsearch + a, .forumsearch div.section-navigation .forumsearch + a, div.section-navigation .forumsearch .forumsearch + a, .btn-group .btn-group + input[type=submit], .adminsearchform .btn-group + input[type=submit], .searchform .btn-group + input[type=submit], .forumsearch .btn-group + input[type=submit], .btn-group .adminsearchform + input[type=submit], .adminsearchform .adminsearchform + input[type=submit], .searchform .adminsearchform + input[type=submit], .forumsearch .adminsearchform + input[type=submit], .btn-group .searchform + input[type=submit], .adminsearchform .searchform + input[type=submit], .searchform .searchform + input[type=submit], .forumsearch .searchform + input[type=submit], .btn-group .forumsearch + input[type=submit], .adminsearchform .forumsearch + input[type=submit], .searchform .forumsearch + input[type=submit], .forumsearch .forumsearch + input[type=submit], .btn-group .btn-group + input[type=button], .adminsearchform .btn-group + input[type=button], .searchform .btn-group + input[type=button], .forumsearch .btn-group + input[type=button], .btn-group .adminsearchform + input[type=button], .adminsearchform .adminsearchform + input[type=button], .searchform .adminsearchform + input[type=button], .forumsearch .adminsearchform + input[type=button], .btn-group .searchform + input[type=button], .adminsearchform .searchform + input[type=button], .searchform .searchform + input[type=button], .forumsearch .searchform + input[type=button], .btn-group .forumsearch + input[type=button], .adminsearchform .forumsearch + input[type=button], .searchform .forumsearch + input[type=button], .forumsearch .forumsearch + input[type=button], .btn-group .btn-group + input[type=reset], .adminsearchform .btn-group + input[type=reset], .searchform .btn-group + input[type=reset], .forumsearch .btn-group + input[type=reset], .btn-group .adminsearchform + input[type=reset], .adminsearchform .adminsearchform + input[type=reset], .searchform .adminsearchform + input[type=reset], .forumsearch .adminsearchform + input[type=reset], .btn-group .searchform + input[type=reset], .adminsearchform .searchform + input[type=reset], .searchform .searchform + input[type=reset], .forumsearch .searchform + input[type=reset], .btn-group .forumsearch + input[type=reset], .adminsearchform .forumsearch + input[type=reset], .searchform .forumsearch + input[type=reset], .forumsearch .forumsearch + input[type=reset], .btn-group .btn-group + button, .adminsearchform .btn-group + button, .searchform .btn-group + button, .forumsearch .btn-group + button, .btn-group .adminsearchform + button, .adminsearchform .adminsearchform + button, .searchform .adminsearchform + button, .forumsearch .adminsearchform + button, .btn-group .searchform + button, .adminsearchform .searchform + button, .searchform .searchform + button, .forumsearch .searchform + button, .btn-group .forumsearch + button, .adminsearchform .forumsearch + button, .searchform .forumsearch + button, .forumsearch .forumsearch + button, .btn-group .btn-group + .btn-group, .adminsearchform .btn-group + .btn-group, .searchform .btn-group + .btn-group, .forumsearch .btn-group + .btn-group, .btn-group .adminsearchform + .btn-group, .adminsearchform .adminsearchform + .btn-group, .searchform .adminsearchform + .btn-group, .forumsearch .adminsearchform + .btn-group, .btn-group .searchform + .btn-group, .adminsearchform .searchform + .btn-group, .searchform .searchform + .btn-group, .forumsearch .searchform + .btn-group, .btn-group .forumsearch + .btn-group, .adminsearchform .forumsearch + .btn-group, .searchform .forumsearch + .btn-group, .forumsearch .forumsearch + .btn-group, .btn-group .btn-group + .adminsearchform, .adminsearchform .btn-group + .adminsearchform, .searchform .btn-group + .adminsearchform, .forumsearch .btn-group + .adminsearchform, .btn-group .adminsearchform + .adminsearchform, .adminsearchform .adminsearchform + .adminsearchform, .searchform .adminsearchform + .adminsearchform, .forumsearch .adminsearchform + .adminsearchform, .btn-group .searchform + .adminsearchform, .adminsearchform .searchform + .adminsearchform, .searchform .searchform + .adminsearchform, .forumsearch .searchform + .adminsearchform, .btn-group .forumsearch + .adminsearchform, .adminsearchform .forumsearch + .adminsearchform, .searchform .forumsearch + .adminsearchform, .forumsearch .forumsearch + .adminsearchform, .btn-group .btn-group + .searchform, .adminsearchform .btn-group + .searchform, .searchform .btn-group + .searchform, .forumsearch .btn-group + .searchform, .btn-group .adminsearchform + .searchform, .adminsearchform .adminsearchform + .searchform, .searchform .adminsearchform + .searchform, .forumsearch .adminsearchform + .searchform, .btn-group .searchform + .searchform, .adminsearchform .searchform + .searchform, .searchform .searchform + .searchform, .forumsearch .searchform + .searchform, .btn-group .forumsearch + .searchform, .adminsearchform .forumsearch + .searchform, .searchform .forumsearch + .searchform, .forumsearch .forumsearch + .searchform, .btn-group .btn-group + .forumsearch, .adminsearchform .btn-group + .forumsearch, .searchform .btn-group + .forumsearch, .forumsearch .btn-group + .forumsearch, .btn-group .adminsearchform + .forumsearch, .adminsearchform .adminsearchform + .forumsearch, .searchform .adminsearchform + .forumsearch, .forumsearch .adminsearchform + .forumsearch, .btn-group .searchform + .forumsearch, .adminsearchform .searchform + .forumsearch, .searchform .searchform + .forumsearch, .forumsearch .searchform + .forumsearch, .btn-group .forumsearch + .forumsearch, .adminsearchform .forumsearch + .forumsearch, .searchform .forumsearch + .forumsearch, .forumsearch .forumsearch + .forumsearch {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn, .btn-toolbar div.section-navigation a {
  float: left;
}

div.section-navigation .btn-toolbar a {
  float: left;
}

.btn-toolbar input[type=submit], .btn-toolbar input[type=button], .btn-toolbar input[type=reset] {
  float: left;
}
.btn-toolbar button, .btn-toolbar .btn-group, .btn-toolbar .adminsearchform, .btn-toolbar .searchform, .btn-toolbar .forumsearch, .btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn {
  margin-left: 5px;
}

div.section-navigation .btn-toolbar > a {
  margin-left: 5px;
}

.btn-toolbar > input[type=submit], .btn-toolbar > input[type=button], .btn-toolbar > input[type=reset] {
  margin-left: 5px;
}
.btn-toolbar > button, .btn-toolbar > .btn-group, .btn-toolbar > .adminsearchform, .btn-toolbar > .searchform, .btn-toolbar > .forumsearch, .btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .adminsearchform > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .searchform > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .forumsearch > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

div.section-navigation .btn-group > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.section-navigation .adminsearchform > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.section-navigation .searchform > a:not(:first-child):not(:last-child):not(.dropdown-toggle), div.section-navigation .forumsearch > a:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .searchform > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > input[type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle), .searchform > input[type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=button]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > input[type=reset]:not(:first-child):not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=reset]:not(:first-child):not(:last-child):not(.dropdown-toggle), .searchform > input[type=reset]:not(:first-child):not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=reset]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .adminsearchform > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .searchform > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .forumsearch > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .adminsearchform > .btn:first-child, .searchform > .btn:first-child, .forumsearch > .btn:first-child {
  margin-left: 0;
}

div.section-navigation .btn-group > a:first-child, div.section-navigation .adminsearchform > a:first-child, div.section-navigation .searchform > a:first-child, div.section-navigation .forumsearch > a:first-child {
  margin-left: 0;
}

.btn-group > input[type=submit]:first-child, .adminsearchform > input[type=submit]:first-child, .searchform > input[type=submit]:first-child, .forumsearch > input[type=submit]:first-child, .btn-group > input[type=button]:first-child, .adminsearchform > input[type=button]:first-child, .searchform > input[type=button]:first-child, .forumsearch > input[type=button]:first-child, .btn-group > input[type=reset]:first-child, .adminsearchform > input[type=reset]:first-child, .searchform > input[type=reset]:first-child, .forumsearch > input[type=reset]:first-child, .btn-group > button:first-child, .adminsearchform > button:first-child, .searchform > button:first-child, .forumsearch > button:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .adminsearchform > .btn:first-child:not(:last-child):not(.dropdown-toggle), .searchform > .btn:first-child:not(:last-child):not(.dropdown-toggle), .forumsearch > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.section-navigation .btn-group > a:first-child:not(:last-child):not(.dropdown-toggle), div.section-navigation .adminsearchform > a:first-child:not(:last-child):not(.dropdown-toggle), div.section-navigation .searchform > a:first-child:not(:last-child):not(.dropdown-toggle), div.section-navigation .forumsearch > a:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .searchform > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=submit]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=button]:first-child:not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=button]:first-child:not(:last-child):not(.dropdown-toggle), .searchform > input[type=button]:first-child:not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=button]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=reset]:first-child:not(:last-child):not(.dropdown-toggle), .adminsearchform > input[type=reset]:first-child:not(:last-child):not(.dropdown-toggle), .searchform > input[type=reset]:first-child:not(:last-child):not(.dropdown-toggle), .forumsearch > input[type=reset]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .adminsearchform > button:first-child:not(:last-child):not(.dropdown-toggle), .searchform > button:first-child:not(:last-child):not(.dropdown-toggle), .forumsearch > button:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .adminsearchform > .btn:last-child:not(:first-child), .searchform > .btn:last-child:not(:first-child), .forumsearch > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .btn-group > a:last-child:not(:first-child), div.section-navigation .adminsearchform > a:last-child:not(:first-child), div.section-navigation .searchform > a:last-child:not(:first-child), div.section-navigation .forumsearch > a:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > input[type=submit]:last-child:not(:first-child), .adminsearchform > input[type=submit]:last-child:not(:first-child), .searchform > input[type=submit]:last-child:not(:first-child), .forumsearch > input[type=submit]:last-child:not(:first-child), .btn-group > input[type=button]:last-child:not(:first-child), .adminsearchform > input[type=button]:last-child:not(:first-child), .searchform > input[type=button]:last-child:not(:first-child), .forumsearch > input[type=button]:last-child:not(:first-child), .btn-group > input[type=reset]:last-child:not(:first-child), .adminsearchform > input[type=reset]:last-child:not(:first-child), .searchform > input[type=reset]:last-child:not(:first-child), .forumsearch > input[type=reset]:last-child:not(:first-child), .btn-group > button:last-child:not(:first-child), .adminsearchform > button:last-child:not(:first-child), .searchform > button:last-child:not(:first-child), .forumsearch > button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child), .adminsearchform > .dropdown-toggle:not(:first-child), .searchform > .dropdown-toggle:not(:first-child), .forumsearch > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group, .adminsearchform > .btn-group, .searchform > .btn-group, .forumsearch > .btn-group, .btn-group > .adminsearchform, .adminsearchform > .adminsearchform, .searchform > .adminsearchform, .forumsearch > .adminsearchform, .btn-group > .searchform, .adminsearchform > .searchform, .searchform > .searchform, .forumsearch > .searchform, .btn-group > .forumsearch, .adminsearchform > .forumsearch, .searchform > .forumsearch, .forumsearch > .forumsearch {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .adminsearchform > .btn-group:not(:first-child):not(:last-child) > .btn, .searchform > .btn-group:not(:first-child):not(:last-child) > .btn, .forumsearch > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .adminsearchform:not(:first-child):not(:last-child) > .btn, .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > .btn, .searchform > .adminsearchform:not(:first-child):not(:last-child) > .btn, .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > .btn, .btn-group > .searchform:not(:first-child):not(:last-child) > .btn, .adminsearchform > .searchform:not(:first-child):not(:last-child) > .btn, .searchform > .searchform:not(:first-child):not(:last-child) > .btn, .forumsearch > .searchform:not(:first-child):not(:last-child) > .btn, .btn-group > .forumsearch:not(:first-child):not(:last-child) > .btn, .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > .btn, .searchform > .forumsearch:not(:first-child):not(:last-child) > .btn, .forumsearch > .forumsearch:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

div.section-navigation .btn-group > .btn-group:not(:first-child):not(:last-child) > a, div.section-navigation .adminsearchform > .btn-group:not(:first-child):not(:last-child) > a, div.section-navigation .searchform > .btn-group:not(:first-child):not(:last-child) > a, div.section-navigation .forumsearch > .btn-group:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group > .adminsearchform:not(:first-child):not(:last-child) > a, div.section-navigation .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > a, div.section-navigation .searchform > .adminsearchform:not(:first-child):not(:last-child) > a, div.section-navigation .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group > .searchform:not(:first-child):not(:last-child) > a, div.section-navigation .adminsearchform > .searchform:not(:first-child):not(:last-child) > a, div.section-navigation .searchform > .searchform:not(:first-child):not(:last-child) > a, div.section-navigation .forumsearch > .searchform:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group > .forumsearch:not(:first-child):not(:last-child) > a, div.section-navigation .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > a, div.section-navigation .searchform > .forumsearch:not(:first-child):not(:last-child) > a, div.section-navigation .forumsearch > .forumsearch:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .adminsearchform > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .searchform > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .forumsearch > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .adminsearchform:not(:first-child):not(:last-child) > input[type=submit], .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=submit], .searchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=submit], .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .searchform:not(:first-child):not(:last-child) > input[type=submit], .adminsearchform > .searchform:not(:first-child):not(:last-child) > input[type=submit], .searchform > .searchform:not(:first-child):not(:last-child) > input[type=submit], .forumsearch > .searchform:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .forumsearch:not(:first-child):not(:last-child) > input[type=submit], .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > input[type=submit], .searchform > .forumsearch:not(:first-child):not(:last-child) > input[type=submit], .forumsearch > .forumsearch:not(:first-child):not(:last-child) > input[type=submit], .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=button], .adminsearchform > .btn-group:not(:first-child):not(:last-child) > input[type=button], .searchform > .btn-group:not(:first-child):not(:last-child) > input[type=button], .forumsearch > .btn-group:not(:first-child):not(:last-child) > input[type=button], .btn-group > .adminsearchform:not(:first-child):not(:last-child) > input[type=button], .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=button], .searchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=button], .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > input[type=button], .btn-group > .searchform:not(:first-child):not(:last-child) > input[type=button], .adminsearchform > .searchform:not(:first-child):not(:last-child) > input[type=button], .searchform > .searchform:not(:first-child):not(:last-child) > input[type=button], .forumsearch > .searchform:not(:first-child):not(:last-child) > input[type=button], .btn-group > .forumsearch:not(:first-child):not(:last-child) > input[type=button], .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > input[type=button], .searchform > .forumsearch:not(:first-child):not(:last-child) > input[type=button], .forumsearch > .forumsearch:not(:first-child):not(:last-child) > input[type=button], .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type=reset], .adminsearchform > .btn-group:not(:first-child):not(:last-child) > input[type=reset], .searchform > .btn-group:not(:first-child):not(:last-child) > input[type=reset], .forumsearch > .btn-group:not(:first-child):not(:last-child) > input[type=reset], .btn-group > .adminsearchform:not(:first-child):not(:last-child) > input[type=reset], .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=reset], .searchform > .adminsearchform:not(:first-child):not(:last-child) > input[type=reset], .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > input[type=reset], .btn-group > .searchform:not(:first-child):not(:last-child) > input[type=reset], .adminsearchform > .searchform:not(:first-child):not(:last-child) > input[type=reset], .searchform > .searchform:not(:first-child):not(:last-child) > input[type=reset], .forumsearch > .searchform:not(:first-child):not(:last-child) > input[type=reset], .btn-group > .forumsearch:not(:first-child):not(:last-child) > input[type=reset], .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > input[type=reset], .searchform > .forumsearch:not(:first-child):not(:last-child) > input[type=reset], .forumsearch > .forumsearch:not(:first-child):not(:last-child) > input[type=reset], .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .adminsearchform > .btn-group:not(:first-child):not(:last-child) > button, .searchform > .btn-group:not(:first-child):not(:last-child) > button, .forumsearch > .btn-group:not(:first-child):not(:last-child) > button, .btn-group > .adminsearchform:not(:first-child):not(:last-child) > button, .adminsearchform > .adminsearchform:not(:first-child):not(:last-child) > button, .searchform > .adminsearchform:not(:first-child):not(:last-child) > button, .forumsearch > .adminsearchform:not(:first-child):not(:last-child) > button, .btn-group > .searchform:not(:first-child):not(:last-child) > button, .adminsearchform > .searchform:not(:first-child):not(:last-child) > button, .searchform > .searchform:not(:first-child):not(:last-child) > button, .forumsearch > .searchform:not(:first-child):not(:last-child) > button, .btn-group > .forumsearch:not(:first-child):not(:last-child) > button, .adminsearchform > .forumsearch:not(:first-child):not(:last-child) > button, .searchform > .forumsearch:not(:first-child):not(:last-child) > button, .forumsearch > .forumsearch:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .adminsearchform > .btn-group:first-child:not(:last-child) > .btn:last-child, .searchform > .btn-group:first-child:not(:last-child) > .btn:last-child, .forumsearch > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .adminsearchform:first-child:not(:last-child) > .btn:last-child, .adminsearchform > .adminsearchform:first-child:not(:last-child) > .btn:last-child, .searchform > .adminsearchform:first-child:not(:last-child) > .btn:last-child, .forumsearch > .adminsearchform:first-child:not(:last-child) > .btn:last-child, .btn-group > .searchform:first-child:not(:last-child) > .btn:last-child, .adminsearchform > .searchform:first-child:not(:last-child) > .btn:last-child, .searchform > .searchform:first-child:not(:last-child) > .btn:last-child, .forumsearch > .searchform:first-child:not(:last-child) > .btn:last-child, .btn-group > .forumsearch:first-child:not(:last-child) > .btn:last-child, .adminsearchform > .forumsearch:first-child:not(:last-child) > .btn:last-child, .searchform > .forumsearch:first-child:not(:last-child) > .btn:last-child, .forumsearch > .forumsearch:first-child:not(:last-child) > .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.section-navigation .btn-group > .btn-group:first-child:not(:last-child) > a:last-child, div.section-navigation .adminsearchform > .btn-group:first-child:not(:last-child) > a:last-child, div.section-navigation .searchform > .btn-group:first-child:not(:last-child) > a:last-child, div.section-navigation .forumsearch > .btn-group:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group > .adminsearchform:first-child:not(:last-child) > a:last-child, div.section-navigation .adminsearchform > .adminsearchform:first-child:not(:last-child) > a:last-child, div.section-navigation .searchform > .adminsearchform:first-child:not(:last-child) > a:last-child, div.section-navigation .forumsearch > .adminsearchform:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group > .searchform:first-child:not(:last-child) > a:last-child, div.section-navigation .adminsearchform > .searchform:first-child:not(:last-child) > a:last-child, div.section-navigation .searchform > .searchform:first-child:not(:last-child) > a:last-child, div.section-navigation .forumsearch > .searchform:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group > .forumsearch:first-child:not(:last-child) > a:last-child, div.section-navigation .adminsearchform > .forumsearch:first-child:not(:last-child) > a:last-child, div.section-navigation .searchform > .forumsearch:first-child:not(:last-child) > a:last-child, div.section-navigation .forumsearch > .forumsearch:first-child:not(:last-child) > a:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .adminsearchform > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .searchform > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .forumsearch > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .adminsearchform:first-child:not(:last-child) > input[type=submit]:last-child, .adminsearchform > .adminsearchform:first-child:not(:last-child) > input[type=submit]:last-child, .searchform > .adminsearchform:first-child:not(:last-child) > input[type=submit]:last-child, .forumsearch > .adminsearchform:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .searchform:first-child:not(:last-child) > input[type=submit]:last-child, .adminsearchform > .searchform:first-child:not(:last-child) > input[type=submit]:last-child, .searchform > .searchform:first-child:not(:last-child) > input[type=submit]:last-child, .forumsearch > .searchform:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .forumsearch:first-child:not(:last-child) > input[type=submit]:last-child, .adminsearchform > .forumsearch:first-child:not(:last-child) > input[type=submit]:last-child, .searchform > .forumsearch:first-child:not(:last-child) > input[type=submit]:last-child, .forumsearch > .forumsearch:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > input[type=button]:last-child, .adminsearchform > .btn-group:first-child:not(:last-child) > input[type=button]:last-child, .searchform > .btn-group:first-child:not(:last-child) > input[type=button]:last-child, .forumsearch > .btn-group:first-child:not(:last-child) > input[type=button]:last-child, .btn-group > .adminsearchform:first-child:not(:last-child) > input[type=button]:last-child, .adminsearchform > .adminsearchform:first-child:not(:last-child) > input[type=button]:last-child, .searchform > .adminsearchform:first-child:not(:last-child) > input[type=button]:last-child, .forumsearch > .adminsearchform:first-child:not(:last-child) > input[type=button]:last-child, .btn-group > .searchform:first-child:not(:last-child) > input[type=button]:last-child, .adminsearchform > .searchform:first-child:not(:last-child) > input[type=button]:last-child, .searchform > .searchform:first-child:not(:last-child) > input[type=button]:last-child, .forumsearch > .searchform:first-child:not(:last-child) > input[type=button]:last-child, .btn-group > .forumsearch:first-child:not(:last-child) > input[type=button]:last-child, .adminsearchform > .forumsearch:first-child:not(:last-child) > input[type=button]:last-child, .searchform > .forumsearch:first-child:not(:last-child) > input[type=button]:last-child, .forumsearch > .forumsearch:first-child:not(:last-child) > input[type=button]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > input[type=reset]:last-child, .adminsearchform > .btn-group:first-child:not(:last-child) > input[type=reset]:last-child, .searchform > .btn-group:first-child:not(:last-child) > input[type=reset]:last-child, .forumsearch > .btn-group:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group > .adminsearchform:first-child:not(:last-child) > input[type=reset]:last-child, .adminsearchform > .adminsearchform:first-child:not(:last-child) > input[type=reset]:last-child, .searchform > .adminsearchform:first-child:not(:last-child) > input[type=reset]:last-child, .forumsearch > .adminsearchform:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group > .searchform:first-child:not(:last-child) > input[type=reset]:last-child, .adminsearchform > .searchform:first-child:not(:last-child) > input[type=reset]:last-child, .searchform > .searchform:first-child:not(:last-child) > input[type=reset]:last-child, .forumsearch > .searchform:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group > .forumsearch:first-child:not(:last-child) > input[type=reset]:last-child, .adminsearchform > .forumsearch:first-child:not(:last-child) > input[type=reset]:last-child, .searchform > .forumsearch:first-child:not(:last-child) > input[type=reset]:last-child, .forumsearch > .forumsearch:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .adminsearchform > .btn-group:first-child:not(:last-child) > button:last-child, .searchform > .btn-group:first-child:not(:last-child) > button:last-child, .forumsearch > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group > .adminsearchform:first-child:not(:last-child) > button:last-child, .adminsearchform > .adminsearchform:first-child:not(:last-child) > button:last-child, .searchform > .adminsearchform:first-child:not(:last-child) > button:last-child, .forumsearch > .adminsearchform:first-child:not(:last-child) > button:last-child, .btn-group > .searchform:first-child:not(:last-child) > button:last-child, .adminsearchform > .searchform:first-child:not(:last-child) > button:last-child, .searchform > .searchform:first-child:not(:last-child) > button:last-child, .forumsearch > .searchform:first-child:not(:last-child) > button:last-child, .btn-group > .forumsearch:first-child:not(:last-child) > button:last-child, .adminsearchform > .forumsearch:first-child:not(:last-child) > button:last-child, .searchform > .forumsearch:first-child:not(:last-child) > button:last-child, .forumsearch > .forumsearch:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .adminsearchform > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .searchform > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .forumsearch > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .adminsearchform:first-child:not(:last-child) > .dropdown-toggle, .adminsearchform > .adminsearchform:first-child:not(:last-child) > .dropdown-toggle, .searchform > .adminsearchform:first-child:not(:last-child) > .dropdown-toggle, .forumsearch > .adminsearchform:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .searchform:first-child:not(:last-child) > .dropdown-toggle, .adminsearchform > .searchform:first-child:not(:last-child) > .dropdown-toggle, .searchform > .searchform:first-child:not(:last-child) > .dropdown-toggle, .forumsearch > .searchform:first-child:not(:last-child) > .dropdown-toggle, .btn-group > .forumsearch:first-child:not(:last-child) > .dropdown-toggle, .adminsearchform > .forumsearch:first-child:not(:last-child) > .dropdown-toggle, .searchform > .forumsearch:first-child:not(:last-child) > .dropdown-toggle, .forumsearch > .forumsearch:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .adminsearchform > .btn-group:last-child:not(:first-child) > .btn:first-child, .searchform > .btn-group:last-child:not(:first-child) > .btn:first-child, .forumsearch > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .adminsearchform:last-child:not(:first-child) > .btn:first-child, .adminsearchform > .adminsearchform:last-child:not(:first-child) > .btn:first-child, .searchform > .adminsearchform:last-child:not(:first-child) > .btn:first-child, .forumsearch > .adminsearchform:last-child:not(:first-child) > .btn:first-child, .btn-group > .searchform:last-child:not(:first-child) > .btn:first-child, .adminsearchform > .searchform:last-child:not(:first-child) > .btn:first-child, .searchform > .searchform:last-child:not(:first-child) > .btn:first-child, .forumsearch > .searchform:last-child:not(:first-child) > .btn:first-child, .btn-group > .forumsearch:last-child:not(:first-child) > .btn:first-child, .adminsearchform > .forumsearch:last-child:not(:first-child) > .btn:first-child, .searchform > .forumsearch:last-child:not(:first-child) > .btn:first-child, .forumsearch > .forumsearch:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .btn-group > .btn-group:last-child:not(:first-child) > a:first-child, div.section-navigation .adminsearchform > .btn-group:last-child:not(:first-child) > a:first-child, div.section-navigation .searchform > .btn-group:last-child:not(:first-child) > a:first-child, div.section-navigation .forumsearch > .btn-group:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group > .adminsearchform:last-child:not(:first-child) > a:first-child, div.section-navigation .adminsearchform > .adminsearchform:last-child:not(:first-child) > a:first-child, div.section-navigation .searchform > .adminsearchform:last-child:not(:first-child) > a:first-child, div.section-navigation .forumsearch > .adminsearchform:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group > .searchform:last-child:not(:first-child) > a:first-child, div.section-navigation .adminsearchform > .searchform:last-child:not(:first-child) > a:first-child, div.section-navigation .searchform > .searchform:last-child:not(:first-child) > a:first-child, div.section-navigation .forumsearch > .searchform:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group > .forumsearch:last-child:not(:first-child) > a:first-child, div.section-navigation .adminsearchform > .forumsearch:last-child:not(:first-child) > a:first-child, div.section-navigation .searchform > .forumsearch:last-child:not(:first-child) > a:first-child, div.section-navigation .forumsearch > .forumsearch:last-child:not(:first-child) > a:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .adminsearchform > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .searchform > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .forumsearch > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group > .adminsearchform:last-child:not(:first-child) > input[type=submit]:first-child, .adminsearchform > .adminsearchform:last-child:not(:first-child) > input[type=submit]:first-child, .searchform > .adminsearchform:last-child:not(:first-child) > input[type=submit]:first-child, .forumsearch > .adminsearchform:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group > .searchform:last-child:not(:first-child) > input[type=submit]:first-child, .adminsearchform > .searchform:last-child:not(:first-child) > input[type=submit]:first-child, .searchform > .searchform:last-child:not(:first-child) > input[type=submit]:first-child, .forumsearch > .searchform:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group > .forumsearch:last-child:not(:first-child) > input[type=submit]:first-child, .adminsearchform > .forumsearch:last-child:not(:first-child) > input[type=submit]:first-child, .searchform > .forumsearch:last-child:not(:first-child) > input[type=submit]:first-child, .forumsearch > .forumsearch:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > input[type=button]:first-child, .adminsearchform > .btn-group:last-child:not(:first-child) > input[type=button]:first-child, .searchform > .btn-group:last-child:not(:first-child) > input[type=button]:first-child, .forumsearch > .btn-group:last-child:not(:first-child) > input[type=button]:first-child, .btn-group > .adminsearchform:last-child:not(:first-child) > input[type=button]:first-child, .adminsearchform > .adminsearchform:last-child:not(:first-child) > input[type=button]:first-child, .searchform > .adminsearchform:last-child:not(:first-child) > input[type=button]:first-child, .forumsearch > .adminsearchform:last-child:not(:first-child) > input[type=button]:first-child, .btn-group > .searchform:last-child:not(:first-child) > input[type=button]:first-child, .adminsearchform > .searchform:last-child:not(:first-child) > input[type=button]:first-child, .searchform > .searchform:last-child:not(:first-child) > input[type=button]:first-child, .forumsearch > .searchform:last-child:not(:first-child) > input[type=button]:first-child, .btn-group > .forumsearch:last-child:not(:first-child) > input[type=button]:first-child, .adminsearchform > .forumsearch:last-child:not(:first-child) > input[type=button]:first-child, .searchform > .forumsearch:last-child:not(:first-child) > input[type=button]:first-child, .forumsearch > .forumsearch:last-child:not(:first-child) > input[type=button]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > input[type=reset]:first-child, .adminsearchform > .btn-group:last-child:not(:first-child) > input[type=reset]:first-child, .searchform > .btn-group:last-child:not(:first-child) > input[type=reset]:first-child, .forumsearch > .btn-group:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group > .adminsearchform:last-child:not(:first-child) > input[type=reset]:first-child, .adminsearchform > .adminsearchform:last-child:not(:first-child) > input[type=reset]:first-child, .searchform > .adminsearchform:last-child:not(:first-child) > input[type=reset]:first-child, .forumsearch > .adminsearchform:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group > .searchform:last-child:not(:first-child) > input[type=reset]:first-child, .adminsearchform > .searchform:last-child:not(:first-child) > input[type=reset]:first-child, .searchform > .searchform:last-child:not(:first-child) > input[type=reset]:first-child, .forumsearch > .searchform:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group > .forumsearch:last-child:not(:first-child) > input[type=reset]:first-child, .adminsearchform > .forumsearch:last-child:not(:first-child) > input[type=reset]:first-child, .searchform > .forumsearch:last-child:not(:first-child) > input[type=reset]:first-child, .forumsearch > .forumsearch:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button:first-child, .adminsearchform > .btn-group:last-child:not(:first-child) > button:first-child, .searchform > .btn-group:last-child:not(:first-child) > button:first-child, .forumsearch > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group > .adminsearchform:last-child:not(:first-child) > button:first-child, .adminsearchform > .adminsearchform:last-child:not(:first-child) > button:first-child, .searchform > .adminsearchform:last-child:not(:first-child) > button:first-child, .forumsearch > .adminsearchform:last-child:not(:first-child) > button:first-child, .btn-group > .searchform:last-child:not(:first-child) > button:first-child, .adminsearchform > .searchform:last-child:not(:first-child) > button:first-child, .searchform > .searchform:last-child:not(:first-child) > button:first-child, .forumsearch > .searchform:last-child:not(:first-child) > button:first-child, .btn-group > .forumsearch:last-child:not(:first-child) > button:first-child, .adminsearchform > .forumsearch:last-child:not(:first-child) > button:first-child, .searchform > .forumsearch:last-child:not(:first-child) > button:first-child, .forumsearch > .forumsearch:last-child:not(:first-child) > button:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .adminsearchform .dropdown-toggle:active, .searchform .dropdown-toggle:active, .forumsearch .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.open.adminsearchform .dropdown-toggle, .open.searchform .dropdown-toggle, .open.forumsearch .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .adminsearchform > .btn + .dropdown-toggle, .searchform > .btn + .dropdown-toggle, .forumsearch > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

div.section-navigation .btn-group > a + .dropdown-toggle, div.section-navigation .adminsearchform > a + .dropdown-toggle, div.section-navigation .searchform > a + .dropdown-toggle, div.section-navigation .forumsearch > a + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > input[type=submit] + .dropdown-toggle, .adminsearchform > input[type=submit] + .dropdown-toggle, .searchform > input[type=submit] + .dropdown-toggle, .forumsearch > input[type=submit] + .dropdown-toggle, .btn-group > input[type=button] + .dropdown-toggle, .adminsearchform > input[type=button] + .dropdown-toggle, .searchform > input[type=button] + .dropdown-toggle, .forumsearch > input[type=button] + .dropdown-toggle, .btn-group > input[type=reset] + .dropdown-toggle, .adminsearchform > input[type=reset] + .dropdown-toggle, .searchform > input[type=reset] + .dropdown-toggle, .forumsearch > input[type=reset] + .dropdown-toggle, .btn-group > button + .dropdown-toggle, .adminsearchform > button + .dropdown-toggle, .searchform > button + .dropdown-toggle, .forumsearch > button + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .adminsearchform > .btn-lg + .dropdown-toggle, .searchform > .btn-lg + .dropdown-toggle, .forumsearch > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

div.quizattempt div.quizstartbuttondiv .btn-group > input[type=submit] + .dropdown-toggle, div.quizattempt div.quizstartbuttondiv .adminsearchform > input[type=submit] + .dropdown-toggle, div.quizattempt div.quizstartbuttondiv .searchform > input[type=submit] + .dropdown-toggle, div.quizattempt div.quizstartbuttondiv .forumsearch > input[type=submit] + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.open.adminsearchform .dropdown-toggle, .open.searchform .dropdown-toggle, .open.forumsearch .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.open.adminsearchform .dropdown-toggle.btn-link, .open.searchform .dropdown-toggle.btn-link, .open.forumsearch .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, div.section-navigation a .caret {
  margin-left: 0;
}

input[type=submit] .caret, input[type=button] .caret, input[type=reset] .caret {
  margin-left: 0;
}

button .caret {
  margin-left: 0;
}

.btn-lg .caret, div.quizattempt div.quizstartbuttondiv input[type=submit] .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup div.quizattempt div.quizstartbuttondiv input[type=submit] .caret {
  border-width: 0 5px 5px;
}

div.quizattempt div.quizstartbuttondiv .dropup input[type=submit] .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, div.section-navigation .btn-group-vertical > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > input[type=submit], .btn-group-vertical > input[type=button], .btn-group-vertical > input[type=reset] {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > button, .btn-group-vertical > .btn-group, .btn-group-vertical > .adminsearchform, .btn-group-vertical > .searchform, .btn-group-vertical > .forumsearch, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .adminsearchform > .btn, .btn-group-vertical > .searchform > .btn, .btn-group-vertical > .forumsearch > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

div.section-navigation .btn-group-vertical > .btn-group > a, div.section-navigation .btn-group-vertical > .adminsearchform > a, div.section-navigation .btn-group-vertical > .searchform > a, div.section-navigation .btn-group-vertical > .forumsearch > a {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > input[type=submit], .btn-group-vertical > .adminsearchform > input[type=submit], .btn-group-vertical > .searchform > input[type=submit], .btn-group-vertical > .forumsearch > input[type=submit], .btn-group-vertical > .btn-group > input[type=button], .btn-group-vertical > .adminsearchform > input[type=button], .btn-group-vertical > .searchform > input[type=button], .btn-group-vertical > .forumsearch > input[type=button], .btn-group-vertical > .btn-group > input[type=reset], .btn-group-vertical > .adminsearchform > input[type=reset], .btn-group-vertical > .searchform > input[type=reset], .btn-group-vertical > .forumsearch > input[type=reset], .btn-group-vertical > .btn-group > button, .btn-group-vertical > .adminsearchform > button, .btn-group-vertical > .searchform > button, .btn-group-vertical > .forumsearch > button {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .adminsearchform > .btn, .btn-group-vertical > .searchform > .btn, .btn-group-vertical > .forumsearch > .btn {
  float: none;
}

div.section-navigation .btn-group-vertical > .btn-group > a, div.section-navigation .btn-group-vertical > .adminsearchform > a, div.section-navigation .btn-group-vertical > .searchform > a, div.section-navigation .btn-group-vertical > .forumsearch > a {
  float: none;
}

.btn-group-vertical > .btn-group > input[type=submit], .btn-group-vertical > .adminsearchform > input[type=submit], .btn-group-vertical > .searchform > input[type=submit], .btn-group-vertical > .forumsearch > input[type=submit], .btn-group-vertical > .btn-group > input[type=button], .btn-group-vertical > .adminsearchform > input[type=button], .btn-group-vertical > .searchform > input[type=button], .btn-group-vertical > .forumsearch > input[type=button], .btn-group-vertical > .btn-group > input[type=reset], .btn-group-vertical > .adminsearchform > input[type=reset], .btn-group-vertical > .searchform > input[type=reset], .btn-group-vertical > .forumsearch > input[type=reset], .btn-group-vertical > .btn-group > button, .btn-group-vertical > .adminsearchform > button, .btn-group-vertical > .searchform > button, .btn-group-vertical > .forumsearch > button {
  float: none;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + .btn, .btn-group-vertical > input[type=button] + .btn, .btn-group-vertical > input[type=reset] + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + .btn {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > .btn + a, div.section-navigation .btn-group-vertical > a + a {
  margin-top: -1px;
  margin-left: 0;
}
div.section-navigation .btn-group-vertical > input[type=submit] + a, div.section-navigation .btn-group-vertical > input[type=button] + a, div.section-navigation .btn-group-vertical > input[type=reset] + a {
  margin-top: -1px;
  margin-left: 0;
}
div.section-navigation .btn-group-vertical > button + a {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn + input[type=submit], div.section-navigation .btn-group-vertical > a + input[type=submit] {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + input[type=submit], .btn-group-vertical > input[type=button] + input[type=submit], .btn-group-vertical > input[type=reset] + input[type=submit] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + input[type=submit], .btn-group-vertical > .btn + input[type=button] {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + input[type=button] {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + input[type=button], .btn-group-vertical > input[type=button] + input[type=button], .btn-group-vertical > input[type=reset] + input[type=button] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + input[type=button], .btn-group-vertical > .btn + input[type=reset] {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + input[type=reset] {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + input[type=reset], .btn-group-vertical > input[type=button] + input[type=reset], .btn-group-vertical > input[type=reset] + input[type=reset] {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + input[type=reset], .btn-group-vertical > .btn + button {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + button {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + button, .btn-group-vertical > input[type=button] + button, .btn-group-vertical > input[type=reset] + button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + button, .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + .btn-group, .btn-group-vertical > input[type=button] + .btn-group, .btn-group-vertical > input[type=reset] + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + .btn-group, .btn-group-vertical > .btn + .adminsearchform {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + .adminsearchform {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + .adminsearchform, .btn-group-vertical > input[type=button] + .adminsearchform, .btn-group-vertical > input[type=reset] + .adminsearchform {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + .adminsearchform, .btn-group-vertical > .btn + .searchform {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + .searchform {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + .searchform, .btn-group-vertical > input[type=button] + .searchform, .btn-group-vertical > input[type=reset] + .searchform {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + .searchform, .btn-group-vertical > .btn + .forumsearch {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > a + .forumsearch {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > input[type=submit] + .forumsearch, .btn-group-vertical > input[type=button] + .forumsearch, .btn-group-vertical > input[type=reset] + .forumsearch {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > button + .forumsearch, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .adminsearchform + .btn, .btn-group-vertical > .searchform + .btn, .btn-group-vertical > .forumsearch + .btn {
  margin-top: -1px;
  margin-left: 0;
}

div.section-navigation .btn-group-vertical > .btn-group + a, div.section-navigation .btn-group-vertical > .adminsearchform + a, div.section-navigation .btn-group-vertical > .searchform + a, div.section-navigation .btn-group-vertical > .forumsearch + a {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group + input[type=submit], .btn-group-vertical > .adminsearchform + input[type=submit], .btn-group-vertical > .searchform + input[type=submit], .btn-group-vertical > .forumsearch + input[type=submit], .btn-group-vertical > .btn-group + input[type=button], .btn-group-vertical > .adminsearchform + input[type=button], .btn-group-vertical > .searchform + input[type=button], .btn-group-vertical > .forumsearch + input[type=button], .btn-group-vertical > .btn-group + input[type=reset], .btn-group-vertical > .adminsearchform + input[type=reset], .btn-group-vertical > .searchform + input[type=reset], .btn-group-vertical > .forumsearch + input[type=reset], .btn-group-vertical > .btn-group + button, .btn-group-vertical > .adminsearchform + button, .btn-group-vertical > .searchform + button, .btn-group-vertical > .forumsearch + button, .btn-group-vertical > .btn-group + .btn-group, .btn-group-vertical > .adminsearchform + .btn-group, .btn-group-vertical > .searchform + .btn-group, .btn-group-vertical > .forumsearch + .btn-group, .btn-group-vertical > .btn-group + .adminsearchform, .btn-group-vertical > .adminsearchform + .adminsearchform, .btn-group-vertical > .searchform + .adminsearchform, .btn-group-vertical > .forumsearch + .adminsearchform, .btn-group-vertical > .btn-group + .searchform, .btn-group-vertical > .adminsearchform + .searchform, .btn-group-vertical > .searchform + .searchform, .btn-group-vertical > .forumsearch + .searchform, .btn-group-vertical > .btn-group + .forumsearch, .btn-group-vertical > .adminsearchform + .forumsearch, .btn-group-vertical > .searchform + .forumsearch, .btn-group-vertical > .forumsearch + .forumsearch {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

div.section-navigation .btn-group-vertical > a:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > input[type=submit]:not(:first-child):not(:last-child), .btn-group-vertical > input[type=button]:not(:first-child):not(:last-child), .btn-group-vertical > input[type=reset]:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

div.section-navigation .btn-group-vertical > a:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > input[type=submit]:first-child:not(:last-child), .btn-group-vertical > input[type=button]:first-child:not(:last-child), .btn-group-vertical > input[type=reset]:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > button:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .btn-group-vertical > a:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > input[type=submit]:last-child:not(:first-child), .btn-group-vertical > input[type=button]:last-child:not(:first-child), .btn-group-vertical > input[type=reset]:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > button:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

div.section-navigation .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > a, div.section-navigation .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > input[type=submit], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=button], .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > input[type=button], .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > input[type=button], .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > input[type=button], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type=reset], .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > input[type=reset], .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > input[type=reset], .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > input[type=reset], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .btn-group-vertical > .adminsearchform:not(:first-child):not(:last-child) > button, .btn-group-vertical > .searchform:not(:first-child):not(:last-child) > button, .btn-group-vertical > .forumsearch:not(:first-child):not(:last-child) > button {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .searchform:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

div.section-navigation .btn-group-vertical > .btn-group:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group-vertical > .searchform:first-child:not(:last-child) > a:last-child, div.section-navigation .btn-group-vertical > .forumsearch:first-child:not(:last-child) > a:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group-vertical > .searchform:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > input[type=submit]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=button]:last-child, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > input[type=button]:last-child, .btn-group-vertical > .searchform:first-child:not(:last-child) > input[type=button]:last-child, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > input[type=button]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group-vertical > .searchform:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > input[type=reset]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .searchform:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .btn-group-vertical > .adminsearchform:first-child:not(:last-child) > .dropdown-toggle, .btn-group-vertical > .searchform:first-child:not(:last-child) > .dropdown-toggle, .btn-group-vertical > .forumsearch:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .searchform:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .forumsearch:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .btn-group-vertical > .btn-group:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group-vertical > .searchform:last-child:not(:first-child) > a:first-child, div.section-navigation .btn-group-vertical > .forumsearch:last-child:not(:first-child) > a:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group-vertical > .searchform:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group-vertical > .forumsearch:last-child:not(:first-child) > input[type=submit]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=button]:first-child, .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > input[type=button]:first-child, .btn-group-vertical > .searchform:last-child:not(:first-child) > input[type=button]:first-child, .btn-group-vertical > .forumsearch:last-child:not(:first-child) > input[type=button]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group-vertical > .searchform:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group-vertical > .forumsearch:last-child:not(:first-child) > input[type=reset]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .adminsearchform:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .searchform:last-child:not(:first-child) > button:first-child, .btn-group-vertical > .forumsearch:last-child:not(:first-child) > button:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn {
  float: none;
  display: table-cell;
  width: 1%;
}

div.section-navigation .btn-group-justified > a {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > input[type=submit], .btn-group-justified > input[type=button], .btn-group-justified > input[type=reset] {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > button, .btn-group-justified > .btn-group, .btn-group-justified > .adminsearchform, .btn-group-justified > .searchform, .btn-group-justified > .forumsearch {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .adminsearchform .btn, .btn-group-justified > .searchform .btn, .btn-group-justified > .forumsearch .btn, .btn-group-justified > .btn-group div.section-navigation a {
  width: 100%;
}

div.section-navigation .btn-group-justified > .btn-group a, .btn-group-justified > .adminsearchform div.section-navigation a, div.section-navigation .btn-group-justified > .adminsearchform a, .btn-group-justified > .searchform div.section-navigation a, div.section-navigation .btn-group-justified > .searchform a, .btn-group-justified > .forumsearch div.section-navigation a, div.section-navigation .btn-group-justified > .forumsearch a {
  width: 100%;
}

.btn-group-justified > .btn-group input[type=submit], .btn-group-justified > .adminsearchform input[type=submit], .btn-group-justified > .searchform input[type=submit], .btn-group-justified > .forumsearch input[type=submit], .btn-group-justified > .btn-group input[type=button], .btn-group-justified > .adminsearchform input[type=button], .btn-group-justified > .searchform input[type=button], .btn-group-justified > .forumsearch input[type=button], .btn-group-justified > .btn-group input[type=reset], .btn-group-justified > .adminsearchform input[type=reset], .btn-group-justified > .searchform input[type=reset], .btn-group-justified > .forumsearch input[type=reset], .btn-group-justified > .btn-group button, .btn-group-justified > .adminsearchform button, .btn-group-justified > .searchform button, .btn-group-justified > .forumsearch button {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu, .btn-group-justified > .adminsearchform .dropdown-menu, .btn-group-justified > .searchform .dropdown-menu, .btn-group-justified > .forumsearch .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], div.section-navigation [data-toggle=buttons] > a input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

[data-toggle=buttons] > input[type=submit] input[type=radio], [data-toggle=buttons] > input[type=button] input[type=radio], [data-toggle=buttons] > input[type=reset] input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-toggle=buttons] > button input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .adminsearchform > .btn input[type=radio], [data-toggle=buttons] > .searchform > .btn input[type=radio], [data-toggle=buttons] > .forumsearch > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

div.section-navigation [data-toggle=buttons] > .btn-group > a input[type=radio], div.section-navigation [data-toggle=buttons] > .adminsearchform > a input[type=radio], div.section-navigation [data-toggle=buttons] > .searchform > a input[type=radio], div.section-navigation [data-toggle=buttons] > .forumsearch > a input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

[data-toggle=buttons] > .btn-group > input[type=submit] input[type=radio], [data-toggle=buttons] > .adminsearchform > input[type=submit] input[type=radio], [data-toggle=buttons] > .searchform > input[type=submit] input[type=radio], [data-toggle=buttons] > .forumsearch > input[type=submit] input[type=radio], [data-toggle=buttons] > .btn-group > input[type=button] input[type=radio], [data-toggle=buttons] > .adminsearchform > input[type=button] input[type=radio], [data-toggle=buttons] > .searchform > input[type=button] input[type=radio], [data-toggle=buttons] > .forumsearch > input[type=button] input[type=radio], [data-toggle=buttons] > .btn-group > input[type=reset] input[type=radio], [data-toggle=buttons] > .adminsearchform > input[type=reset] input[type=radio], [data-toggle=buttons] > .searchform > input[type=reset] input[type=radio], [data-toggle=buttons] > .forumsearch > input[type=reset] input[type=radio], [data-toggle=buttons] > .btn-group > button input[type=radio], [data-toggle=buttons] > .adminsearchform > button input[type=radio], [data-toggle=buttons] > .searchform > button input[type=radio], [data-toggle=buttons] > .forumsearch > button input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

div.section-navigation [data-toggle=buttons] > a input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

[data-toggle=buttons] > input[type=submit] input[type=checkbox], [data-toggle=buttons] > input[type=button] input[type=checkbox], [data-toggle=buttons] > input[type=reset] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
[data-toggle=buttons] > button input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox], [data-toggle=buttons] > .adminsearchform > .btn input[type=checkbox], [data-toggle=buttons] > .searchform > .btn input[type=checkbox], [data-toggle=buttons] > .forumsearch > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

div.section-navigation [data-toggle=buttons] > .btn-group > a input[type=checkbox], div.section-navigation [data-toggle=buttons] > .adminsearchform > a input[type=checkbox], div.section-navigation [data-toggle=buttons] > .searchform > a input[type=checkbox], div.section-navigation [data-toggle=buttons] > .forumsearch > a input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

[data-toggle=buttons] > .btn-group > input[type=submit] input[type=checkbox], [data-toggle=buttons] > .adminsearchform > input[type=submit] input[type=checkbox], [data-toggle=buttons] > .searchform > input[type=submit] input[type=checkbox], [data-toggle=buttons] > .forumsearch > input[type=submit] input[type=checkbox], [data-toggle=buttons] > .btn-group > input[type=button] input[type=checkbox], [data-toggle=buttons] > .adminsearchform > input[type=button] input[type=checkbox], [data-toggle=buttons] > .searchform > input[type=button] input[type=checkbox], [data-toggle=buttons] > .forumsearch > input[type=button] input[type=checkbox], [data-toggle=buttons] > .btn-group > input[type=reset] input[type=checkbox], [data-toggle=buttons] > .adminsearchform > input[type=reset] input[type=checkbox], [data-toggle=buttons] > .searchform > input[type=reset] input[type=checkbox], [data-toggle=buttons] > .forumsearch > input[type=reset] input[type=checkbox], [data-toggle=buttons] > .btn-group > button input[type=checkbox], [data-toggle=buttons] > .adminsearchform > button input[type=checkbox], [data-toggle=buttons] > .searchform > button input[type=checkbox], [data-toggle=buttons] > .forumsearch > button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group select, .input-group textarea {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group input[type=number], .input-group input[type=password], .input-group input[type=text], .input-group input[type=email], .input-group input[type=search] {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > select, .input-group-lg > textarea {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.input-group-lg > input[type=number], .input-group-lg > input[type=password], .input-group-lg > input[type=text], .input-group-lg > input[type=email], .input-group-lg > input[type=search] {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

div.section-navigation .input-group-lg > .input-group-btn > a {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

.input-group-lg > .input-group-btn > input[type=submit], .input-group-lg > .input-group-btn > input[type=button], .input-group-lg > .input-group-btn > input[type=reset] {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}
.input-group-lg > .input-group-btn > button {
  height: 52px;
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 5px;
}

select.input-group-lg > .form-control, select.input-group-lg > select, select.input-group-lg > textarea {
  height: 52px;
  line-height: 52px;
}
select.input-group-lg > input[type=number], select.input-group-lg > input[type=password], select.input-group-lg > input[type=text], select.input-group-lg > input[type=email], select.input-group-lg > input[type=search] {
  height: 52px;
  line-height: 52px;
}
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 52px;
  line-height: 52px;
}

div.section-navigation select.input-group-lg > .input-group-btn > a {
  height: 52px;
  line-height: 52px;
}

select.input-group-lg > .input-group-btn > input[type=submit], select.input-group-lg > .input-group-btn > input[type=button], select.input-group-lg > .input-group-btn > input[type=reset] {
  height: 52px;
  line-height: 52px;
}
select.input-group-lg > .input-group-btn > button {
  height: 52px;
  line-height: 52px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > select, textarea.input-group-lg > textarea {
  height: auto;
}
textarea.input-group-lg > input[type=number], textarea.input-group-lg > input[type=password], textarea.input-group-lg > input[type=text], textarea.input-group-lg > input[type=email], textarea.input-group-lg > input[type=search] {
  height: auto;
}
textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

div.section-navigation textarea.input-group-lg > .input-group-btn > a {
  height: auto;
}

textarea.input-group-lg > .input-group-btn > input[type=submit], textarea.input-group-lg > .input-group-btn > input[type=button], textarea.input-group-lg > .input-group-btn > input[type=reset] {
  height: auto;
}
textarea.input-group-lg > .input-group-btn > button {
  height: auto;
}

select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > select, select[multiple].input-group-lg > textarea {
  height: auto;
}
select[multiple].input-group-lg > input[type=number], select[multiple].input-group-lg > input[type=password], select[multiple].input-group-lg > input[type=text], select[multiple].input-group-lg > input[type=email], select[multiple].input-group-lg > input[type=search] {
  height: auto;
}
select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

div.section-navigation select[multiple].input-group-lg > .input-group-btn > a {
  height: auto;
}

select[multiple].input-group-lg > .input-group-btn > input[type=submit], select[multiple].input-group-lg > .input-group-btn > input[type=button], select[multiple].input-group-lg > .input-group-btn > input[type=reset] {
  height: auto;
}
select[multiple].input-group-lg > .input-group-btn > button {
  height: auto;
}

.input-group-sm > .form-control, .input-group-sm > select, .input-group-sm > textarea {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > input[type=number], .input-group-sm > input[type=password], .input-group-sm > input[type=text], .input-group-sm > input[type=email], .input-group-sm > input[type=search] {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

div.section-navigation .input-group-sm > .input-group-btn > a {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group-sm > .input-group-btn > input[type=submit], .input-group-sm > .input-group-btn > input[type=button], .input-group-sm > .input-group-btn > input[type=reset] {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.input-group-sm > .input-group-btn > button {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

select.input-group-sm > .form-control, select.input-group-sm > select, select.input-group-sm > textarea {
  height: 28px;
  line-height: 28px;
}
select.input-group-sm > input[type=number], select.input-group-sm > input[type=password], select.input-group-sm > input[type=text], select.input-group-sm > input[type=email], select.input-group-sm > input[type=search] {
  height: 28px;
  line-height: 28px;
}
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}

div.section-navigation select.input-group-sm > .input-group-btn > a {
  height: 28px;
  line-height: 28px;
}

select.input-group-sm > .input-group-btn > input[type=submit], select.input-group-sm > .input-group-btn > input[type=button], select.input-group-sm > .input-group-btn > input[type=reset] {
  height: 28px;
  line-height: 28px;
}
select.input-group-sm > .input-group-btn > button {
  height: 28px;
  line-height: 28px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > select, textarea.input-group-sm > textarea {
  height: auto;
}
textarea.input-group-sm > input[type=number], textarea.input-group-sm > input[type=password], textarea.input-group-sm > input[type=text], textarea.input-group-sm > input[type=email], textarea.input-group-sm > input[type=search] {
  height: auto;
}
textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

div.section-navigation textarea.input-group-sm > .input-group-btn > a {
  height: auto;
}

textarea.input-group-sm > .input-group-btn > input[type=submit], textarea.input-group-sm > .input-group-btn > input[type=button], textarea.input-group-sm > .input-group-btn > input[type=reset] {
  height: auto;
}
textarea.input-group-sm > .input-group-btn > button {
  height: auto;
}

select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > select, select[multiple].input-group-sm > textarea {
  height: auto;
}
select[multiple].input-group-sm > input[type=number], select[multiple].input-group-sm > input[type=password], select[multiple].input-group-sm > input[type=text], select[multiple].input-group-sm > input[type=email], select[multiple].input-group-sm > input[type=search] {
  height: auto;
}
select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

div.section-navigation select[multiple].input-group-sm > .input-group-btn > a {
  height: auto;
}

select[multiple].input-group-sm > .input-group-btn > input[type=submit], select[multiple].input-group-sm > .input-group-btn > input[type=button], select[multiple].input-group-sm > .input-group-btn > input[type=reset] {
  height: auto;
}
select[multiple].input-group-sm > .input-group-btn > button {
  height: auto;
}

.input-group-addon, .input-group-btn {
  display: table-cell;
}

.input-group .form-control, .input-group select, .input-group textarea {
  display: table-cell;
}
.input-group input[type=number], .input-group input[type=password], .input-group input[type=text], .input-group input[type=email], .input-group input[type=search] {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group select:not(:first-child):not(:last-child), .input-group textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group input[type=number]:not(:first-child):not(:last-child), .input-group input[type=password]:not(:first-child):not(:last-child), .input-group input[type=text]:not(:first-child):not(:last-child), .input-group input[type=email]:not(:first-child):not(:last-child), .input-group input[type=search]:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 7px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 13px 16px;
  font-size: 18px;
  border-radius: 5px;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group select:first-child, .input-group textarea:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group input[type=number]:first-child, .input-group input[type=password]:first-child, .input-group input[type=text]:first-child, .input-group input[type=email]:first-child, .input-group input[type=search]:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child, .input-group-btn:first-child > .btn, div.section-navigation .input-group-btn:first-child > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:first-child > input[type=submit], .input-group-btn:first-child > input[type=button], .input-group-btn:first-child > input[type=reset] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .adminsearchform > .btn, .input-group-btn:first-child > .searchform > .btn, .input-group-btn:first-child > .forumsearch > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.section-navigation .input-group-btn:first-child > .btn-group > a, div.section-navigation .input-group-btn:first-child > .adminsearchform > a, div.section-navigation .input-group-btn:first-child > .searchform > a, div.section-navigation .input-group-btn:first-child > .forumsearch > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:first-child > .btn-group > input[type=submit], .input-group-btn:first-child > .adminsearchform > input[type=submit], .input-group-btn:first-child > .searchform > input[type=submit], .input-group-btn:first-child > .forumsearch > input[type=submit], .input-group-btn:first-child > .btn-group > input[type=button], .input-group-btn:first-child > .adminsearchform > input[type=button], .input-group-btn:first-child > .searchform > input[type=button], .input-group-btn:first-child > .forumsearch > input[type=button], .input-group-btn:first-child > .btn-group > input[type=reset], .input-group-btn:first-child > .adminsearchform > input[type=reset], .input-group-btn:first-child > .searchform > input[type=reset], .input-group-btn:first-child > .forumsearch > input[type=reset], .input-group-btn:first-child > .btn-group > button, .input-group-btn:first-child > .adminsearchform > button, .input-group-btn:first-child > .searchform > button, .input-group-btn:first-child > .forumsearch > button, .input-group-btn:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.section-navigation .input-group-btn:last-child > a:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > input[type=button]:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > input[type=reset]:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .adminsearchform:not(:last-child) > .btn, .input-group-btn:last-child > .searchform:not(:last-child) > .btn, .input-group-btn:last-child > .forumsearch:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

div.section-navigation .input-group-btn:last-child > .btn-group:not(:last-child) > a, div.section-navigation .input-group-btn:last-child > .adminsearchform:not(:last-child) > a, div.section-navigation .input-group-btn:last-child > .searchform:not(:last-child) > a, div.section-navigation .input-group-btn:last-child > .forumsearch:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-btn:last-child > .btn-group:not(:last-child) > input[type=submit], .input-group-btn:last-child > .adminsearchform:not(:last-child) > input[type=submit], .input-group-btn:last-child > .searchform:not(:last-child) > input[type=submit], .input-group-btn:last-child > .forumsearch:not(:last-child) > input[type=submit], .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=button], .input-group-btn:last-child > .adminsearchform:not(:last-child) > input[type=button], .input-group-btn:last-child > .searchform:not(:last-child) > input[type=button], .input-group-btn:last-child > .forumsearch:not(:last-child) > input[type=button], .input-group-btn:last-child > .btn-group:not(:last-child) > input[type=reset], .input-group-btn:last-child > .adminsearchform:not(:last-child) > input[type=reset], .input-group-btn:last-child > .searchform:not(:last-child) > input[type=reset], .input-group-btn:last-child > .forumsearch:not(:last-child) > input[type=reset], .input-group-btn:last-child > .btn-group:not(:last-child) > button, .input-group-btn:last-child > .adminsearchform:not(:last-child) > button, .input-group-btn:last-child > .searchform:not(:last-child) > button, .input-group-btn:last-child > .forumsearch:not(:last-child) > button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group select:last-child, .input-group textarea:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group input[type=number]:last-child, .input-group input[type=password]:last-child, .input-group input[type=text]:last-child, .input-group input[type=email]:last-child, .input-group input[type=search]:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child, .input-group-btn:last-child > .btn, div.section-navigation .input-group-btn:last-child > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn:last-child > input[type=submit], .input-group-btn:last-child > input[type=button], .input-group-btn:last-child > input[type=reset] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .adminsearchform > .btn, .input-group-btn:last-child > .searchform > .btn, .input-group-btn:last-child > .forumsearch > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .input-group-btn:last-child > .btn-group > a, div.section-navigation .input-group-btn:last-child > .adminsearchform > a, div.section-navigation .input-group-btn:last-child > .searchform > a, div.section-navigation .input-group-btn:last-child > .forumsearch > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn:last-child > .btn-group > input[type=submit], .input-group-btn:last-child > .adminsearchform > input[type=submit], .input-group-btn:last-child > .searchform > input[type=submit], .input-group-btn:last-child > .forumsearch > input[type=submit], .input-group-btn:last-child > .btn-group > input[type=button], .input-group-btn:last-child > .adminsearchform > input[type=button], .input-group-btn:last-child > .searchform > input[type=button], .input-group-btn:last-child > .forumsearch > input[type=button], .input-group-btn:last-child > .btn-group > input[type=reset], .input-group-btn:last-child > .adminsearchform > input[type=reset], .input-group-btn:last-child > .searchform > input[type=reset], .input-group-btn:last-child > .forumsearch > input[type=reset], .input-group-btn:last-child > .btn-group > button, .input-group-btn:last-child > .adminsearchform > button, .input-group-btn:last-child > .searchform > button, .input-group-btn:last-child > .forumsearch > button, .input-group-btn:last-child > .dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .input-group-btn:first-child > a:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn:first-child > input[type=submit]:not(:first-child), .input-group-btn:first-child > input[type=button]:not(:first-child), .input-group-btn:first-child > input[type=reset]:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-btn:first-child > button:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .adminsearchform:not(:first-child) > .btn, .input-group-btn:first-child > .searchform:not(:first-child) > .btn, .input-group-btn:first-child > .forumsearch:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

div.section-navigation .input-group-btn:first-child > .btn-group:not(:first-child) > a, div.section-navigation .input-group-btn:first-child > .adminsearchform:not(:first-child) > a, div.section-navigation .input-group-btn:first-child > .searchform:not(:first-child) > a, div.section-navigation .input-group-btn:first-child > .forumsearch:not(:first-child) > a {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-btn:first-child > .btn-group:not(:first-child) > input[type=submit], .input-group-btn:first-child > .adminsearchform:not(:first-child) > input[type=submit], .input-group-btn:first-child > .searchform:not(:first-child) > input[type=submit], .input-group-btn:first-child > .forumsearch:not(:first-child) > input[type=submit], .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=button], .input-group-btn:first-child > .adminsearchform:not(:first-child) > input[type=button], .input-group-btn:first-child > .searchform:not(:first-child) > input[type=button], .input-group-btn:first-child > .forumsearch:not(:first-child) > input[type=button], .input-group-btn:first-child > .btn-group:not(:first-child) > input[type=reset], .input-group-btn:first-child > .adminsearchform:not(:first-child) > input[type=reset], .input-group-btn:first-child > .searchform:not(:first-child) > input[type=reset], .input-group-btn:first-child > .forumsearch:not(:first-child) > input[type=reset], .input-group-btn:first-child > .btn-group:not(:first-child) > button, .input-group-btn:first-child > .adminsearchform:not(:first-child) > button, .input-group-btn:first-child > .searchform:not(:first-child) > button, .input-group-btn:first-child > .forumsearch:not(:first-child) > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}

div.section-navigation .input-group-btn > a {
  position: relative;
}

.input-group-btn > input[type=submit], .input-group-btn > input[type=button], .input-group-btn > input[type=reset] {
  position: relative;
}
.input-group-btn > button {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

div.section-navigation .input-group-btn > a + .btn {
  margin-left: -1px;
}

.input-group-btn > input[type=submit] + .btn, .input-group-btn > input[type=button] + .btn, .input-group-btn > input[type=reset] + .btn {
  margin-left: -1px;
}
.input-group-btn > button + .btn {
  margin-left: -1px;
}

div.section-navigation .input-group-btn > .btn + a, div.section-navigation .input-group-btn > a + a {
  margin-left: -1px;
}
div.section-navigation .input-group-btn > input[type=submit] + a, div.section-navigation .input-group-btn > input[type=button] + a, div.section-navigation .input-group-btn > input[type=reset] + a {
  margin-left: -1px;
}
div.section-navigation .input-group-btn > button + a {
  margin-left: -1px;
}

.input-group-btn > .btn + input[type=submit], div.section-navigation .input-group-btn > a + input[type=submit] {
  margin-left: -1px;
}

.input-group-btn > input[type=submit] + input[type=submit], .input-group-btn > input[type=button] + input[type=submit], .input-group-btn > input[type=reset] + input[type=submit] {
  margin-left: -1px;
}
.input-group-btn > button + input[type=submit], .input-group-btn > .btn + input[type=button] {
  margin-left: -1px;
}

div.section-navigation .input-group-btn > a + input[type=button] {
  margin-left: -1px;
}

.input-group-btn > input[type=submit] + input[type=button], .input-group-btn > input[type=button] + input[type=button], .input-group-btn > input[type=reset] + input[type=button] {
  margin-left: -1px;
}
.input-group-btn > button + input[type=button], .input-group-btn > .btn + input[type=reset] {
  margin-left: -1px;
}

div.section-navigation .input-group-btn > a + input[type=reset] {
  margin-left: -1px;
}

.input-group-btn > input[type=submit] + input[type=reset], .input-group-btn > input[type=button] + input[type=reset], .input-group-btn > input[type=reset] + input[type=reset] {
  margin-left: -1px;
}
.input-group-btn > button + input[type=reset], .input-group-btn > .btn + button {
  margin-left: -1px;
}

div.section-navigation .input-group-btn > a + button {
  margin-left: -1px;
}

.input-group-btn > input[type=submit] + button, .input-group-btn > input[type=button] + button, .input-group-btn > input[type=reset] + button {
  margin-left: -1px;
}
.input-group-btn > button + button {
  margin-left: -1px;
}
.input-group-btn > .btn:hover {
  z-index: 2;
}

div.section-navigation .input-group-btn > a:hover {
  z-index: 2;
}

.input-group-btn > input[type=submit]:hover, .input-group-btn > input[type=button]:hover, .input-group-btn > input[type=reset]:hover {
  z-index: 2;
}
.input-group-btn > button:hover, .input-group-btn > .btn:focus {
  z-index: 2;
}

div.section-navigation .input-group-btn > a:focus {
  z-index: 2;
}

.input-group-btn > input[type=submit]:focus, .input-group-btn > input[type=button]:focus, .input-group-btn > input[type=reset]:focus {
  z-index: 2;
}
.input-group-btn > button:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

div.section-navigation .input-group-btn > a:active {
  z-index: 2;
}

.input-group-btn > input[type=submit]:active, .input-group-btn > input[type=button]:active, .input-group-btn > input[type=reset]:active {
  z-index: 2;
}
.input-group-btn > button:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

div.section-navigation .input-group-btn:first-child > a {
  margin-right: -1px;
}

.input-group-btn:first-child > input[type=submit], .input-group-btn:first-child > input[type=button], .input-group-btn:first-child > input[type=reset] {
  margin-right: -1px;
}
.input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group, .input-group-btn:first-child > .adminsearchform, .input-group-btn:first-child > .searchform, .input-group-btn:first-child > .forumsearch {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  z-index: 2;
  margin-left: -1px;
}

div.section-navigation .input-group-btn:last-child > a {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:last-child > input[type=submit], .input-group-btn:last-child > input[type=button], .input-group-btn:last-child > input[type=reset] {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group, .input-group-btn:last-child > .adminsearchform, .input-group-btn:last-child > .searchform, .input-group-btn:last-child > .forumsearch {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #ffffff;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a {
  background-color: #ffffff;
  border-color: #158cba;
}
.nav .open > a:hover, .nav .open > a:focus {
  background-color: #ffffff;
  border-color: #158cba;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #e7e7e7;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #e7e7e7;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a {
  border: 1px solid #e7e7e7;
}
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a {
    border-bottom-color: #ffffff;
  }
  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a {
  color: #ffffff;
  background-color: #158cba;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #158cba;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a {
  border: 1px solid #e7e7e7;
}
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #e7e7e7;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #e7e7e7;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a {
    border-bottom-color: #ffffff;
  }
  .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form select, .navbar-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form input[type=number], .navbar-form input[type=password], .navbar-form input[type=text], .navbar-form input[type=email], .navbar-form input[type=search] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control, .navbar-form .input-group select, .navbar-form .input-group textarea {
    width: auto;
  }
  .navbar-form .input-group input[type=number], .navbar-form .input-group input[type=password], .navbar-form .input-group input[type=text], .navbar-form .input-group input[type=email], .navbar-form .input-group input[type=search] {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .input-group > select, .navbar-form .input-group > textarea {
    width: 100%;
  }
  .navbar-form .input-group > input[type=number], .navbar-form .input-group > input[type=password], .navbar-form .input-group > input[type=text], .navbar-form .input-group > input[type=email], .navbar-form .input-group > input[type=search] {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}

div#newmessageoverlay div.navbar-btn#newmessagetext, div#newmessageoverlay div.navbar-btn#newmessagelinks {
  margin-top: 11px;
  margin-bottom: 11px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #555555;
}
.navbar-default .navbar-nav > li > a {
  color: #999999;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a {
  color: #eeeeee;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #eeeeee;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #eeeeee;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #999999;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #333333;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}
.navbar-default .navbar-link {
  color: #999999;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #999999;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover {
  color: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #eeeeee;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #eeeeee;
    background-color: transparent;
  }
}
fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #eeeeee;
}

.navbar-inverse {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a {
  color: #eeeeee;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #eeeeee;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #eeeeee;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #eeeeee;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #999999;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #ededed;
}
.navbar-inverse .navbar-nav > .open > a {
  background-color: transparent;
  color: #333333;
}
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #333333;
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #333333;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #333333;
}
.navbar-inverse .btn-link[disabled]:hover {
  color: #eeeeee;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a {
    color: #333333;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a {
    color: #eeeeee;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #eeeeee;
    background-color: transparent;
  }
}
fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #eeeeee;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #fafafa;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "> ";
  padding: 0 5px;
  color: #999999;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #555555;
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 3;
  color: #555555;
  background-color: #eeeeee;
  border-color: #e2e2e2;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #158cba;
  border-color: #127ba3;
  cursor: default;
}
.pagination > .disabled > span {
  color: #999999;
  background-color: #eeeeee;
  border-color: #e2e2e2;
  cursor: not-allowed;
}
.pagination > .disabled > span:hover, .pagination > .disabled > span:focus {
  color: #999999;
  background-color: #eeeeee;
  border-color: #e2e2e2;
  cursor: not-allowed;
}
.pagination > .disabled > a {
  color: #999999;
  background-color: #eeeeee;
  border-color: #e2e2e2;
  cursor: not-allowed;
}
.pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #eeeeee;
  border-color: #e2e2e2;
  cursor: not-allowed;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 13px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  border-radius: 15px;
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a, .pager .next > span {
  float: right;
}
.pager .previous > a, .pager .previous > span {
  float: left;
}
.pager .disabled > a {
  color: #999999;
  background-color: #eeeeee;
  cursor: not-allowed;
}
.pager .disabled > a:hover, .pager .disabled > a:focus {
  color: #999999;
  background-color: #eeeeee;
  cursor: not-allowed;
}
.pager .disabled > span {
  color: #999999;
  background-color: #eeeeee;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover, a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label, div.section-navigation a .label {
  position: relative;
  top: -1px;
}

input[type=submit] .label, input[type=button] .label, input[type=reset] .label {
  position: relative;
  top: -1px;
}

button .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #158cba;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #106a8c;
}

.label-success {
  background-color: #28b62c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #1f8c22;
}

.label-info {
  background-color: #75caeb;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #48b9e5;
}

.label-warning {
  background-color: #ff851b;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #e76b00;
}

.label-danger {
  background-color: #ff4136;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #ff1103;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #158cba;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

.btn .badge, div.section-navigation a .badge {
  position: relative;
  top: -1px;
}

input[type=submit] .badge, input[type=button] .badge, input[type=reset] .badge {
  position: relative;
  top: -1px;
}

button .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, div.section-navigation .btn-group-xs > a .badge {
  top: 0;
  padding: 1px 5px;
}

.btn-group-xs > input[type=submit] .badge, .btn-group-xs > input[type=button] .badge, .btn-group-xs > input[type=reset] .badge {
  top: 0;
  padding: 1px 5px;
}
.btn-group-xs > button .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child) > .badge, .nav-pills > .active > a > .badge {
  color: #158cba;
  background-color: #ffffff;
}

.list-group-item > .badge, body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child) > .badge {
  float: right;
}

.list-group-item > .badge + .badge, body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child) > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #fafafa;
}
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #e1e1e1;
}

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 5px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img, .thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #158cba;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

div#newmessageoverlay, div#notice {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

span.error {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

div#newmessageoverlay h4, div#notice h4 {
  margin-top: 0;
  color: inherit;
}

span.error h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

div#newmessageoverlay .alert-link, div#notice .alert-link {
  font-weight: bold;
}

span.error .alert-link {
  font-weight: bold;
}

.alert > p {
  margin-bottom: 0;
}

div#newmessageoverlay > p, div#notice > p {
  margin-bottom: 0;
}

span.error > p, .alert > ul {
  margin-bottom: 0;
}

div#newmessageoverlay > ul, div#notice > ul {
  margin-bottom: 0;
}

span.error > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

div#newmessageoverlay > p + p, div#notice > p + p {
  margin-top: 5px;
}

span.error > p + p {
  margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #28b62c;
  border-color: #24a528;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #209023;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info, div#newmessageoverlay {
  background-color: #75caeb;
  border-color: #40b5e3;
  color: #ffffff;
}

.alert-info hr, div#newmessageoverlay hr {
  border-top-color: #29ade0;
}

.alert-info .alert-link, div#newmessageoverlay .alert-link {
  color: #e6e6e6;
}

.alert-warning, div#notice {
  background-color: #ff851b;
  border-color: #ff7701;
  color: #ffffff;
}

.alert-warning hr, div#notice hr {
  border-top-color: #e76b00;
}

.alert-warning .alert-link, div#notice .alert-link {
  color: #e6e6e6;
}

.alert-danger, span.error {
  background-color: #ff4136;
  border-color: #ff1103;
  color: #ffffff;
}

.alert-danger hr, span.error hr {
  border-top-color: #e90d00;
}

.alert-danger .alert-link, span.error .alert-link {
  color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 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: #fafafa;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #158cba;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
  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);
  background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #28b62c;
}

.progress-striped .progress-bar-success {
  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-bar-info {
  background-color: #75caeb;
}

.progress-striped .progress-bar-info {
  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-bar-warning {
  background-color: #ff851b;
}

.progress-striped .progress-bar-warning {
  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-bar-danger {
  background-color: #ff4136;
}

.progress-striped .progress-bar-danger {
  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);
}

.media {
  margin-top: 15px;
  zoom: 1;
  overflow: hidden;
}
.media:first-child {
  margin-top: 0;
}

.media-body {
  zoom: 1;
  overflow: hidden;
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

#page-site-index div#page #tutors-team div.box-discipline img.media-object.img-tutor {
  max-width: none;
}

.media-right, .media > .pull-right {
  padding-left: 10px;
}

.media-left, .media > .pull-left {
  padding-right: 10px;
}

.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item, body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child) {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child, body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child, body#page-course-view-topics div.course-content ul.topics li.section:last-child:not(:first-child) {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item, button.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

.list-group-item.disabled, body#page-course-view-topics div.course-content ul.topics li.disabled.section:not(:first-child), .list-group-item.disabled:hover, body#page-course-view-topics div.course-content ul.topics li.disabled.section:hover:not(:first-child), .list-group-item.disabled:focus, body#page-course-view-topics div.course-content ul.topics li.disabled.section:focus:not(:first-child) {
  background-color: #eeeeee;
  color: #999999;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.disabled.section:not(:first-child) .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.disabled.section:hover:not(:first-child) .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.disabled.section:focus:not(:first-child) .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.disabled.section:not(:first-child) .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.disabled.section:hover:not(:first-child) .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.disabled.section:focus:not(:first-child) .list-group-item-text {
  color: #999999;
}

.list-group-item.active, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child), .list-group-item.active:hover, body#page-course-view-topics div.course-content ul.topics li.active.section:hover:not(:first-child), .list-group-item.active:focus, body#page-course-view-topics div.course-content ul.topics li.active.section:focus:not(:first-child) {
  z-index: 2;
  color: #ffffff;
  background-color: #158cba;
  border-color: #158cba;
}

.list-group-item.active .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child) .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.active.section:hover:not(:first-child) .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, body#page-course-view-topics div.course-content ul.topics li.active.section:focus:not(:first-child) .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child) .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, body#page-course-view-topics div.course-content ul.topics li.active.section:hover:not(:first-child) .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, body#page-course-view-topics div.course-content ul.topics li.active.section:focus:not(:first-child) .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child) .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, body#page-course-view-topics div.course-content ul.topics li.active.section:hover:not(:first-child) .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small, body#page-course-view-topics div.course-content ul.topics li.active.section:focus:not(:first-child) .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.active.section:not(:first-child) .list-group-item-text, .list-group-item.active:hover .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.active.section:hover:not(:first-child) .list-group-item-text, .list-group-item.active:focus .list-group-item-text, body#page-course-view-topics div.course-content ul.topics li.active.section:focus:not(:first-child) .list-group-item-text {
  color: #a6dff5;
}

.list-group-item-success {
  color: #ffffff;
  background-color: #28b62c;
}

a.list-group-item-success, button.list-group-item-success {
  color: #ffffff;
}

a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
  color: #ffffff;
  background-color: #23a127;
}

a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-info {
  color: #ffffff;
  background-color: #75caeb;
}

a.list-group-item-info, button.list-group-item-info {
  color: #ffffff;
}

a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
  color: #ffffff;
  background-color: #5fc1e8;
}

a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-warning {
  color: #ffffff;
  background-color: #ff851b;
}

a.list-group-item-warning, button.list-group-item-warning {
  color: #ffffff;
}

a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #ff7701;
}

a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-danger {
  color: #ffffff;
  background-color: #ff4136;
}

a.list-group-item-danger, button.list-group-item-danger {
  color: #ffffff;
}

a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #ff291c;
}

a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel, .forumpost {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group, .forumpost > .list-group, .panel > .panel-collapse > .list-group, .forumpost > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item, .forumpost > .list-group .list-group-item, .panel > .list-group body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .list-group li.section:not(:first-child), .forumpost > .list-group body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .list-group li.section:not(:first-child), .panel > .panel-collapse > .list-group .list-group-item, .forumpost > .panel-collapse > .list-group .list-group-item, .panel > .panel-collapse > .list-group body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .panel-collapse > .list-group li.section:not(:first-child), .forumpost > .panel-collapse > .list-group body#page-course-view-topics div.course-content ul.topics li.section:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .panel-collapse > .list-group li.section:not(:first-child) {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child, .forumpost > .list-group:first-child .list-group-item:first-child, .panel > .list-group:first-child body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .list-group:first-child li.section:first-child:not(:first-child), .forumpost > .list-group:first-child body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .list-group:first-child li.section:first-child:not(:first-child), .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child, .forumpost > .panel-collapse > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .panel-collapse > .list-group:first-child li.section:first-child:not(:first-child), .forumpost > .panel-collapse > .list-group:first-child body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .panel-collapse > .list-group:first-child li.section:first-child:not(:first-child) {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child, .forumpost > .list-group:last-child .list-group-item:last-child, .panel > .list-group:last-child body#page-course-view-topics div.course-content ul.topics li.section:last-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .list-group:last-child li.section:last-child:not(:first-child), .forumpost > .list-group:last-child body#page-course-view-topics div.course-content ul.topics li.section:last-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .list-group:last-child li.section:last-child:not(:first-child), .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child, .forumpost > .panel-collapse > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child body#page-course-view-topics div.course-content ul.topics li.section:last-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .panel-collapse > .list-group:last-child li.section:last-child:not(:first-child), .forumpost > .panel-collapse > .list-group:last-child body#page-course-view-topics div.course-content ul.topics li.section:last-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .panel-collapse > .list-group:last-child li.section:last-child:not(:first-child) {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .forumpost > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child, .panel > .panel-heading + .panel-collapse > .list-group body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .panel > .panel-heading + .panel-collapse > .list-group li.section:first-child:not(:first-child), .forumpost > .panel-heading + .panel-collapse > .list-group body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child), body#page-course-view-topics div.course-content ul.topics .forumpost > .panel-heading + .panel-collapse > .list-group li.section:first-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child, .panel-heading + .list-group body#page-course-view-topics div.course-content ul.topics li.section:first-child:not(:first-child) {
  border-top-width: 0;
}

body#page-course-view-topics div.course-content ul.topics .panel-heading + .list-group li.section:first-child:not(:first-child), .list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table, .forumpost > .table, .panel > .table-responsive > .table, .forumpost > .table-responsive > .table, .panel > .panel-collapse > .table, .forumpost > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption, .forumpost > .table caption, .panel > .table-responsive > .table caption, .forumpost > .table-responsive > .table caption, .panel > .panel-collapse > .table caption, .forumpost > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child, .forumpost > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, .forumpost > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child, .forumpost > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .forumpost > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .forumpost > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .forumpost > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .forumpost > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .forumpost > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .forumpost > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .forumpost > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .forumpost > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .forumpost > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .forumpost > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .forumpost > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .forumpost > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .forumpost > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .forumpost > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .forumpost > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .forumpost > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .forumpost > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .forumpost > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .forumpost > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child, .forumpost > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, .forumpost > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child, .forumpost > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .forumpost > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .forumpost > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .forumpost > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .forumpost > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .forumpost > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .forumpost > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .forumpost > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .forumpost > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .forumpost > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .forumpost > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .forumpost > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .forumpost > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .forumpost > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .forumpost > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table, .forumpost > .panel-body + .table, .panel > .panel-body + .table-responsive, .forumpost > .panel-body + .table-responsive, .panel > .table + .panel-body, .forumpost > .table + .panel-body, .panel > .table-responsive + .panel-body, .forumpost > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th, .forumpost > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td, .forumpost > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered, .forumpost > .table-bordered, .panel > .table-responsive > .table-bordered, .forumpost > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child, .forumpost > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .forumpost > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .forumpost > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .forumpost > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .forumpost > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .forumpost > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .forumpost > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .forumpost > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .forumpost > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .forumpost > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .forumpost > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .forumpost > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child, .forumpost > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .forumpost > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .forumpost > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .forumpost > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .forumpost > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .forumpost > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .forumpost > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .forumpost > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .forumpost > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .forumpost > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .forumpost > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .forumpost > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td, .forumpost > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .forumpost > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .forumpost > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .forumpost > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .forumpost > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .forumpost > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .forumpost > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .forumpost > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .forumpost > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .forumpost > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .forumpost > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .forumpost > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .forumpost > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .forumpost > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .forumpost > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .forumpost > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive, .forumpost > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel, .panel-group .forumpost {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel, .panel-group .forumpost + .panel, .panel-group .panel + .forumpost, .panel-group .forumpost + .forumpost {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid transparent;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid transparent;
}

.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #158cba;
  border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #158cba;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #28b62c;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #28b62c;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #75caeb;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #75caeb;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #ff851b;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #ff851b;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #ff4136;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #ff4136;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  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-lg {
  padding: 24px;
  border-radius: 5px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn, .modal-footer div.section-navigation a + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer a + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer input[type=submit] + .btn, .modal-footer input[type=button] + .btn, .modal-footer input[type=reset] + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer button + .btn, .modal-footer div.section-navigation .btn + a {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer .btn + a, .modal-footer div.section-navigation a + a, div.section-navigation .modal-footer a + a, .modal-footer div.section-navigation input[type=submit] + a, div.section-navigation .modal-footer input[type=submit] + a, .modal-footer div.section-navigation input[type=button] + a, div.section-navigation .modal-footer input[type=button] + a, .modal-footer div.section-navigation input[type=reset] + a, div.section-navigation .modal-footer input[type=reset] + a, .modal-footer div.section-navigation button + a, div.section-navigation .modal-footer button + a {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn + input[type=submit], .modal-footer div.section-navigation a + input[type=submit] {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer a + input[type=submit] {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer input[type=submit] + input[type=submit], .modal-footer input[type=button] + input[type=submit], .modal-footer input[type=reset] + input[type=submit] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer button + input[type=submit], .modal-footer .btn + input[type=button], .modal-footer div.section-navigation a + input[type=button] {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer a + input[type=button] {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer input[type=submit] + input[type=button], .modal-footer input[type=button] + input[type=button], .modal-footer input[type=reset] + input[type=button] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer button + input[type=button], .modal-footer .btn + input[type=reset], .modal-footer div.section-navigation a + input[type=reset] {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer a + input[type=reset] {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer input[type=submit] + input[type=reset], .modal-footer input[type=button] + input[type=reset], .modal-footer input[type=reset] + input[type=reset] {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer button + input[type=reset], .modal-footer .btn + button, .modal-footer div.section-navigation a + button {
  margin-left: 5px;
  margin-bottom: 0;
}

div.section-navigation .modal-footer a + button {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer input[type=submit] + button, .modal-footer input[type=button] + button, .modal-footer input[type=reset] + button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer button + button {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .adminsearchform .btn + .btn, .modal-footer .searchform .btn + .btn, .modal-footer .forumsearch .btn + .btn, .modal-footer .btn-group div.section-navigation a + .btn {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group a + .btn, .modal-footer .adminsearchform div.section-navigation a + .btn, div.section-navigation .modal-footer .adminsearchform a + .btn, .modal-footer .searchform div.section-navigation a + .btn, div.section-navigation .modal-footer .searchform a + .btn, .modal-footer .forumsearch div.section-navigation a + .btn, div.section-navigation .modal-footer .forumsearch a + .btn {
  margin-left: -1px;
}

.modal-footer .btn-group input[type=submit] + .btn, .modal-footer .adminsearchform input[type=submit] + .btn, .modal-footer .searchform input[type=submit] + .btn, .modal-footer .forumsearch input[type=submit] + .btn, .modal-footer .btn-group input[type=button] + .btn, .modal-footer .adminsearchform input[type=button] + .btn, .modal-footer .searchform input[type=button] + .btn, .modal-footer .forumsearch input[type=button] + .btn, .modal-footer .btn-group input[type=reset] + .btn, .modal-footer .adminsearchform input[type=reset] + .btn, .modal-footer .searchform input[type=reset] + .btn, .modal-footer .forumsearch input[type=reset] + .btn, .modal-footer .btn-group button + .btn, .modal-footer .adminsearchform button + .btn, .modal-footer .searchform button + .btn, .modal-footer .forumsearch button + .btn, .modal-footer .btn-group div.section-navigation .btn + a {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group .btn + a, .modal-footer .adminsearchform div.section-navigation .btn + a, div.section-navigation .modal-footer .adminsearchform .btn + a, .modal-footer .searchform div.section-navigation .btn + a, div.section-navigation .modal-footer .searchform .btn + a, .modal-footer .forumsearch div.section-navigation .btn + a, div.section-navigation .modal-footer .forumsearch .btn + a, .modal-footer .btn-group div.section-navigation a + a, div.section-navigation .modal-footer .btn-group a + a, .modal-footer .adminsearchform div.section-navigation a + a, div.section-navigation .modal-footer .adminsearchform a + a, .modal-footer .searchform div.section-navigation a + a, div.section-navigation .modal-footer .searchform a + a, .modal-footer .forumsearch div.section-navigation a + a, div.section-navigation .modal-footer .forumsearch a + a, .modal-footer .btn-group div.section-navigation input[type=submit] + a, div.section-navigation .modal-footer .btn-group input[type=submit] + a, .modal-footer .adminsearchform div.section-navigation input[type=submit] + a, div.section-navigation .modal-footer .adminsearchform input[type=submit] + a, .modal-footer .searchform div.section-navigation input[type=submit] + a, div.section-navigation .modal-footer .searchform input[type=submit] + a, .modal-footer .forumsearch div.section-navigation input[type=submit] + a, div.section-navigation .modal-footer .forumsearch input[type=submit] + a, .modal-footer .btn-group div.section-navigation input[type=button] + a, div.section-navigation .modal-footer .btn-group input[type=button] + a, .modal-footer .adminsearchform div.section-navigation input[type=button] + a, div.section-navigation .modal-footer .adminsearchform input[type=button] + a, .modal-footer .searchform div.section-navigation input[type=button] + a, div.section-navigation .modal-footer .searchform input[type=button] + a, .modal-footer .forumsearch div.section-navigation input[type=button] + a, div.section-navigation .modal-footer .forumsearch input[type=button] + a, .modal-footer .btn-group div.section-navigation input[type=reset] + a, div.section-navigation .modal-footer .btn-group input[type=reset] + a, .modal-footer .adminsearchform div.section-navigation input[type=reset] + a, div.section-navigation .modal-footer .adminsearchform input[type=reset] + a, .modal-footer .searchform div.section-navigation input[type=reset] + a, div.section-navigation .modal-footer .searchform input[type=reset] + a, .modal-footer .forumsearch div.section-navigation input[type=reset] + a, div.section-navigation .modal-footer .forumsearch input[type=reset] + a, .modal-footer .btn-group div.section-navigation button + a, div.section-navigation .modal-footer .btn-group button + a, .modal-footer .adminsearchform div.section-navigation button + a, div.section-navigation .modal-footer .adminsearchform button + a, .modal-footer .searchform div.section-navigation button + a, div.section-navigation .modal-footer .searchform button + a, .modal-footer .forumsearch div.section-navigation button + a, div.section-navigation .modal-footer .forumsearch button + a {
  margin-left: -1px;
}

.modal-footer .btn-group .btn + input[type=submit], .modal-footer .adminsearchform .btn + input[type=submit], .modal-footer .searchform .btn + input[type=submit], .modal-footer .forumsearch .btn + input[type=submit], .modal-footer .btn-group div.section-navigation a + input[type=submit] {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group a + input[type=submit], .modal-footer .adminsearchform div.section-navigation a + input[type=submit], div.section-navigation .modal-footer .adminsearchform a + input[type=submit], .modal-footer .searchform div.section-navigation a + input[type=submit], div.section-navigation .modal-footer .searchform a + input[type=submit], .modal-footer .forumsearch div.section-navigation a + input[type=submit], div.section-navigation .modal-footer .forumsearch a + input[type=submit] {
  margin-left: -1px;
}

.modal-footer .btn-group input[type=submit] + input[type=submit], .modal-footer .adminsearchform input[type=submit] + input[type=submit], .modal-footer .searchform input[type=submit] + input[type=submit], .modal-footer .forumsearch input[type=submit] + input[type=submit], .modal-footer .btn-group input[type=button] + input[type=submit], .modal-footer .adminsearchform input[type=button] + input[type=submit], .modal-footer .searchform input[type=button] + input[type=submit], .modal-footer .forumsearch input[type=button] + input[type=submit], .modal-footer .btn-group input[type=reset] + input[type=submit], .modal-footer .adminsearchform input[type=reset] + input[type=submit], .modal-footer .searchform input[type=reset] + input[type=submit], .modal-footer .forumsearch input[type=reset] + input[type=submit], .modal-footer .btn-group button + input[type=submit], .modal-footer .adminsearchform button + input[type=submit], .modal-footer .searchform button + input[type=submit], .modal-footer .forumsearch button + input[type=submit], .modal-footer .btn-group .btn + input[type=button], .modal-footer .adminsearchform .btn + input[type=button], .modal-footer .searchform .btn + input[type=button], .modal-footer .forumsearch .btn + input[type=button], .modal-footer .btn-group div.section-navigation a + input[type=button] {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group a + input[type=button], .modal-footer .adminsearchform div.section-navigation a + input[type=button], div.section-navigation .modal-footer .adminsearchform a + input[type=button], .modal-footer .searchform div.section-navigation a + input[type=button], div.section-navigation .modal-footer .searchform a + input[type=button], .modal-footer .forumsearch div.section-navigation a + input[type=button], div.section-navigation .modal-footer .forumsearch a + input[type=button] {
  margin-left: -1px;
}

.modal-footer .btn-group input[type=submit] + input[type=button], .modal-footer .adminsearchform input[type=submit] + input[type=button], .modal-footer .searchform input[type=submit] + input[type=button], .modal-footer .forumsearch input[type=submit] + input[type=button], .modal-footer .btn-group input[type=button] + input[type=button], .modal-footer .adminsearchform input[type=button] + input[type=button], .modal-footer .searchform input[type=button] + input[type=button], .modal-footer .forumsearch input[type=button] + input[type=button], .modal-footer .btn-group input[type=reset] + input[type=button], .modal-footer .adminsearchform input[type=reset] + input[type=button], .modal-footer .searchform input[type=reset] + input[type=button], .modal-footer .forumsearch input[type=reset] + input[type=button], .modal-footer .btn-group button + input[type=button], .modal-footer .adminsearchform button + input[type=button], .modal-footer .searchform button + input[type=button], .modal-footer .forumsearch button + input[type=button], .modal-footer .btn-group .btn + input[type=reset], .modal-footer .adminsearchform .btn + input[type=reset], .modal-footer .searchform .btn + input[type=reset], .modal-footer .forumsearch .btn + input[type=reset], .modal-footer .btn-group div.section-navigation a + input[type=reset] {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group a + input[type=reset], .modal-footer .adminsearchform div.section-navigation a + input[type=reset], div.section-navigation .modal-footer .adminsearchform a + input[type=reset], .modal-footer .searchform div.section-navigation a + input[type=reset], div.section-navigation .modal-footer .searchform a + input[type=reset], .modal-footer .forumsearch div.section-navigation a + input[type=reset], div.section-navigation .modal-footer .forumsearch a + input[type=reset] {
  margin-left: -1px;
}

.modal-footer .btn-group input[type=submit] + input[type=reset], .modal-footer .adminsearchform input[type=submit] + input[type=reset], .modal-footer .searchform input[type=submit] + input[type=reset], .modal-footer .forumsearch input[type=submit] + input[type=reset], .modal-footer .btn-group input[type=button] + input[type=reset], .modal-footer .adminsearchform input[type=button] + input[type=reset], .modal-footer .searchform input[type=button] + input[type=reset], .modal-footer .forumsearch input[type=button] + input[type=reset], .modal-footer .btn-group input[type=reset] + input[type=reset], .modal-footer .adminsearchform input[type=reset] + input[type=reset], .modal-footer .searchform input[type=reset] + input[type=reset], .modal-footer .forumsearch input[type=reset] + input[type=reset], .modal-footer .btn-group button + input[type=reset], .modal-footer .adminsearchform button + input[type=reset], .modal-footer .searchform button + input[type=reset], .modal-footer .forumsearch button + input[type=reset], .modal-footer .btn-group .btn + button, .modal-footer .adminsearchform .btn + button, .modal-footer .searchform .btn + button, .modal-footer .forumsearch .btn + button, .modal-footer .btn-group div.section-navigation a + button {
  margin-left: -1px;
}

div.section-navigation .modal-footer .btn-group a + button, .modal-footer .adminsearchform div.section-navigation a + button, div.section-navigation .modal-footer .adminsearchform a + button, .modal-footer .searchform div.section-navigation a + button, div.section-navigation .modal-footer .searchform a + button, .modal-footer .forumsearch div.section-navigation a + button, div.section-navigation .modal-footer .forumsearch a + button {
  margin-left: -1px;
}

.modal-footer .btn-group input[type=submit] + button, .modal-footer .adminsearchform input[type=submit] + button, .modal-footer .searchform input[type=submit] + button, .modal-footer .forumsearch input[type=submit] + button, .modal-footer .btn-group input[type=button] + button, .modal-footer .adminsearchform input[type=button] + button, .modal-footer .searchform input[type=button] + button, .modal-footer .forumsearch input[type=button] + button, .modal-footer .btn-group input[type=reset] + button, .modal-footer .adminsearchform input[type=reset] + button, .modal-footer .searchform input[type=reset] + button, .modal-footer .forumsearch input[type=reset] + button, .modal-footer .btn-group button + button, .modal-footer .adminsearchform button + button, .modal-footer .searchform button + button, .modal-footer .forumsearch button + button {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.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: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  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.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
}
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  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: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  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: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  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: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  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%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption div.section-navigation a {
  text-shadow: none;
}

div.section-navigation .carousel-caption a {
  text-shadow: none;
}

.carousel-caption input[type=submit], .carousel-caption input[type=button], .carousel-caption input[type=reset] {
  text-shadow: none;
}
.carousel-caption button {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .adminsearchform:before, .btn-group-vertical > .searchform:before, .btn-group-vertical > .forumsearch:before, .btn-group-vertical > .btn-group:after, .btn-group-vertical > .adminsearchform:after, .btn-group-vertical > .searchform:after, .btn-group-vertical > .forumsearch:after {
  content: " ";
  display: table;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after {
  clear: both;
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .adminsearchform:after, .btn-group-vertical > .searchform:after, .btn-group-vertical > .forumsearch:after {
  clear: both;
}

.nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
  clear: both;
}

.center-block, #page-site-index div#page ul.breadcrumb, .adminsearchform, .searchform, .forumsearch {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-print, .visible-print-block, .visible-print-inline, .visible-print-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.navbar {
  border-width: 0 1px 4px 1px;
}

.btn, div.section-navigation a {
  padding: 9px 12px 7px;
  border-width: 0 1px 4px 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

input[type=submit], input[type=button], input[type=reset] {
  padding: 9px 12px 7px;
  border-width: 0 1px 4px 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

button {
  padding: 9px 12px 7px;
  border-width: 0 1px 4px 1px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn:hover, div.section-navigation a:hover {
  margin-top: 1px;
  border-bottom-width: 3px;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  margin-top: 1px;
  border-bottom-width: 3px;
}

button:hover {
  margin-top: 1px;
  border-bottom-width: 3px;
}

.btn:active, div.section-navigation a:active {
  margin-top: 2px;
  border-bottom-width: 2px;
  box-shadow: none;
}

input[type=submit]:active, input[type=button]:active, input[type=reset]:active {
  margin-top: 2px;
  border-bottom-width: 2px;
  box-shadow: none;
}

button:active {
  margin-top: 2px;
  border-bottom-width: 2px;
  box-shadow: none;
}

.btn-lg, div.quizattempt div.quizstartbuttondiv input[type=submit], .btn-group-lg > .btn, div.section-navigation .btn-group-lg > a {
  padding: 15px 16px 13px;
  line-height: 15px;
}

.btn-group-lg > input[type=submit], .btn-group-lg > input[type=button], .btn-group-lg > input[type=reset] {
  padding: 15px 16px 13px;
  line-height: 15px;
}
.btn-group-lg > button {
  padding: 15px 16px 13px;
  line-height: 15px;
}

.btn-sm {
  padding: 6px 10px 4px;
}

div#newmessageoverlay div#newmessagetext, div#newmessageoverlay div#newmessagelinks {
  padding: 6px 10px 4px;
}

.btn-group-sm > .btn, div.section-navigation .btn-group-sm > a {
  padding: 6px 10px 4px;
}

.btn-group-sm > input[type=submit], .btn-group-sm > input[type=button], .btn-group-sm > input[type=reset] {
  padding: 6px 10px 4px;
}
.btn-group-sm > button {
  padding: 6px 10px 4px;
}

.btn-xs, .btn-group-xs > .btn, div.section-navigation .btn-group-xs > a {
  padding: 3px 5px 1px;
}

.btn-group-xs > input[type=submit], .btn-group-xs > input[type=button], .btn-group-xs > input[type=reset] {
  padding: 3px 5px 1px;
}
.btn-group-xs > button {
  padding: 3px 5px 1px;
}

.btn-default:hover, div.section-navigation a:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button:hover, body#page-mod-quiz-attempt .que .content .formulation input.submit:hover, .btn-default:focus, div.section-navigation a:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

button:focus, body#page-mod-quiz-attempt .que .content .formulation input.submit:focus, .btn-group.open .dropdown-toggle.btn-default {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.open.adminsearchform .dropdown-toggle.btn-default, .open.searchform .dropdown-toggle.btn-default, .open.forumsearch .dropdown-toggle.btn-default {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-group.open div.section-navigation a.dropdown-toggle, div.section-navigation .btn-group.open a.dropdown-toggle, .open.adminsearchform div.section-navigation a.dropdown-toggle, div.section-navigation .open.adminsearchform a.dropdown-toggle, .open.searchform div.section-navigation a.dropdown-toggle, div.section-navigation .open.searchform a.dropdown-toggle, .open.forumsearch div.section-navigation a.dropdown-toggle, div.section-navigation .open.forumsearch a.dropdown-toggle, .btn-group.open input.dropdown-toggle[type=submit] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.open.adminsearchform input.dropdown-toggle[type=submit], .open.searchform input.dropdown-toggle[type=submit], .open.forumsearch input.dropdown-toggle[type=submit] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-group.open input.dropdown-toggle[type=button] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.open.adminsearchform input.dropdown-toggle[type=button], .open.searchform input.dropdown-toggle[type=button], .open.forumsearch input.dropdown-toggle[type=button] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-group.open input.dropdown-toggle[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.open.adminsearchform input.dropdown-toggle[type=reset], .open.searchform input.dropdown-toggle[type=reset], .open.forumsearch input.dropdown-toggle[type=reset] {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-group.open button.dropdown-toggle {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.open.adminsearchform button.dropdown-toggle, .open.searchform button.dropdown-toggle, .open.forumsearch button.dropdown-toggle {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-group.open body#page-mod-quiz-attempt .que .content .formulation input.dropdown-toggle.submit, body#page-mod-quiz-attempt .que .content .formulation .btn-group.open input.dropdown-toggle.submit, .open.adminsearchform body#page-mod-quiz-attempt .que .content .formulation input.dropdown-toggle.submit, body#page-mod-quiz-attempt .que .content .formulation .open.adminsearchform input.dropdown-toggle.submit, .open.searchform body#page-mod-quiz-attempt .que .content .formulation input.dropdown-toggle.submit, body#page-mod-quiz-attempt .que .content .formulation .open.searchform input.dropdown-toggle.submit, .open.forumsearch body#page-mod-quiz-attempt .que .content .formulation input.dropdown-toggle.submit, body#page-mod-quiz-attempt .que .content .formulation .open.forumsearch input.dropdown-toggle.submit {
  background-color: #eeeeee;
  border-color: #e2e2e2;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-group.open .dropdown-toggle.btn-primary {
  background-color: #158cba;
  border-color: #127ba3;
}

.open.adminsearchform .dropdown-toggle.btn-primary, .open.searchform .dropdown-toggle.btn-primary, .open.forumsearch .dropdown-toggle.btn-primary {
  background-color: #158cba;
  border-color: #127ba3;
}

.btn-success:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons #id_submitbutton:hover, .mform .fitem_actionbuttons #id_add:hover {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:hover, body#page-mod-quiz-attempt div.submitbtns input:hover, .btn-success:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

.mform .fitem_actionbuttons #id_submitbutton:focus, .mform .fitem_actionbuttons #id_add:focus {
  background-color: #28b62c;
  border-color: #23a127;
}

div.quizattempt div.quizstartbuttondiv input[type=submit]:focus, body#page-mod-quiz-attempt div.submitbtns input:focus, .btn-group.open .dropdown-toggle.btn-success {
  background-color: #28b62c;
  border-color: #23a127;
}

.open.adminsearchform .dropdown-toggle.btn-success, .open.searchform .dropdown-toggle.btn-success, .open.forumsearch .dropdown-toggle.btn-success {
  background-color: #28b62c;
  border-color: #23a127;
}

.btn-group.open .mform .fitem_actionbuttons .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .btn-group.open .dropdown-toggle#id_submitbutton, .open.adminsearchform .mform .fitem_actionbuttons .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .open.adminsearchform .dropdown-toggle#id_submitbutton, .open.searchform .mform .fitem_actionbuttons .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .open.searchform .dropdown-toggle#id_submitbutton, .open.forumsearch .mform .fitem_actionbuttons .dropdown-toggle#id_submitbutton, .mform .fitem_actionbuttons .open.forumsearch .dropdown-toggle#id_submitbutton, .btn-group.open .mform .fitem_actionbuttons .dropdown-toggle#id_add, .mform .fitem_actionbuttons .btn-group.open .dropdown-toggle#id_add, .open.adminsearchform .mform .fitem_actionbuttons .dropdown-toggle#id_add, .mform .fitem_actionbuttons .open.adminsearchform .dropdown-toggle#id_add, .open.searchform .mform .fitem_actionbuttons .dropdown-toggle#id_add, .mform .fitem_actionbuttons .open.searchform .dropdown-toggle#id_add, .open.forumsearch .mform .fitem_actionbuttons .dropdown-toggle#id_add, .mform .fitem_actionbuttons .open.forumsearch .dropdown-toggle#id_add, .btn-group.open div.quizattempt div.quizstartbuttondiv input.dropdown-toggle[type=submit], div.quizattempt div.quizstartbuttondiv .btn-group.open input.dropdown-toggle[type=submit], .open.adminsearchform div.quizattempt div.quizstartbuttondiv input.dropdown-toggle[type=submit], div.quizattempt div.quizstartbuttondiv .open.adminsearchform input.dropdown-toggle[type=submit], .open.searchform div.quizattempt div.quizstartbuttondiv input.dropdown-toggle[type=submit], div.quizattempt div.quizstartbuttondiv .open.searchform input.dropdown-toggle[type=submit], .open.forumsearch div.quizattempt div.quizstartbuttondiv input.dropdown-toggle[type=submit], div.quizattempt div.quizstartbuttondiv .open.forumsearch input.dropdown-toggle[type=submit], .btn-group.open body#page-mod-quiz-attempt div.submitbtns input.dropdown-toggle, body#page-mod-quiz-attempt div.submitbtns .btn-group.open input.dropdown-toggle, .open.adminsearchform body#page-mod-quiz-attempt div.submitbtns input.dropdown-toggle, body#page-mod-quiz-attempt div.submitbtns .open.adminsearchform input.dropdown-toggle, .open.searchform body#page-mod-quiz-attempt div.submitbtns input.dropdown-toggle, body#page-mod-quiz-attempt div.submitbtns .open.searchform input.dropdown-toggle, .open.forumsearch body#page-mod-quiz-attempt div.submitbtns input.dropdown-toggle, body#page-mod-quiz-attempt div.submitbtns .open.forumsearch input.dropdown-toggle {
  background-color: #28b62c;
  border-color: #23a127;
}

.btn-info:hover, .btn-info:focus {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-group.open .dropdown-toggle.btn-info {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.open.adminsearchform .dropdown-toggle.btn-info, .open.searchform .dropdown-toggle.btn-info, .open.forumsearch .dropdown-toggle.btn-info {
  background-color: #75caeb;
  border-color: #5fc1e8;
}

.btn-warning:hover, .mform .fitem_actionbuttons #id_cancel:hover, .btn-warning:focus, .mform .fitem_actionbuttons #id_cancel:focus, .btn-group.open .dropdown-toggle.btn-warning {
  background-color: #ff851b;
  border-color: #ff7701;
}

.open.adminsearchform .dropdown-toggle.btn-warning, .open.searchform .dropdown-toggle.btn-warning, .open.forumsearch .dropdown-toggle.btn-warning {
  background-color: #ff851b;
  border-color: #ff7701;
}

.btn-group.open .mform .fitem_actionbuttons .dropdown-toggle#id_cancel, .mform .fitem_actionbuttons .btn-group.open .dropdown-toggle#id_cancel, .open.adminsearchform .mform .fitem_actionbuttons .dropdown-toggle#id_cancel, .mform .fitem_actionbuttons .open.adminsearchform .dropdown-toggle#id_cancel, .open.searchform .mform .fitem_actionbuttons .dropdown-toggle#id_cancel, .mform .fitem_actionbuttons .open.searchform .dropdown-toggle#id_cancel, .open.forumsearch .mform .fitem_actionbuttons .dropdown-toggle#id_cancel, .mform .fitem_actionbuttons .open.forumsearch .dropdown-toggle#id_cancel {
  background-color: #ff851b;
  border-color: #ff7701;
}

.btn-danger:hover, .btn-danger:focus {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-group.open .dropdown-toggle.btn-danger {
  background-color: #ff4136;
  border-color: #ff291c;
}

.open.adminsearchform .dropdown-toggle.btn-danger, .open.searchform .dropdown-toggle.btn-danger, .open.forumsearch .dropdown-toggle.btn-danger {
  background-color: #ff4136;
  border-color: #ff291c;
}

.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.open.adminsearchform .dropdown-toggle, .open.searchform .dropdown-toggle, .open.forumsearch .dropdown-toggle {
  box-shadow: none;
}

.navbar-btn:hover {
  margin-top: 8px;
}
.navbar-btn:active {
  margin-top: 9px;
}
.navbar-btn.btn-sm:hover {
  margin-top: 11px;
}

div#newmessageoverlay div.navbar-btn#newmessagetext:hover, div#newmessageoverlay div.navbar-btn#newmessagelinks:hover {
  margin-top: 11px;
}

.navbar-btn.btn-sm:active {
  margin-top: 12px;
}

div#newmessageoverlay div.navbar-btn#newmessagetext:active, div#newmessageoverlay div.navbar-btn#newmessagelinks:active {
  margin-top: 12px;
}

.navbar-btn.btn-xs:hover {
  margin-top: 15px;
}
.navbar-btn.btn-xs:active {
  margin-top: 16px;
}

.btn-group-vertical .btn + .btn:hover, .btn-group-vertical div.section-navigation a + .btn:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical a + .btn:hover {
  border-top-width: 1px;
}

.btn-group-vertical input[type=submit] + .btn:hover, .btn-group-vertical input[type=button] + .btn:hover, .btn-group-vertical input[type=reset] + .btn:hover {
  border-top-width: 1px;
}
.btn-group-vertical button + .btn:hover, .btn-group-vertical div.section-navigation .btn + a:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical .btn + a:hover, .btn-group-vertical div.section-navigation a + a:hover, div.section-navigation .btn-group-vertical a + a:hover, .btn-group-vertical div.section-navigation input[type=submit] + a:hover, div.section-navigation .btn-group-vertical input[type=submit] + a:hover, .btn-group-vertical div.section-navigation input[type=button] + a:hover, div.section-navigation .btn-group-vertical input[type=button] + a:hover, .btn-group-vertical div.section-navigation input[type=reset] + a:hover, div.section-navigation .btn-group-vertical input[type=reset] + a:hover, .btn-group-vertical div.section-navigation button + a:hover, div.section-navigation .btn-group-vertical button + a:hover {
  border-top-width: 1px;
}

.btn-group-vertical .btn + input[type=submit]:hover, .btn-group-vertical div.section-navigation a + input[type=submit]:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical a + input[type=submit]:hover {
  border-top-width: 1px;
}

.btn-group-vertical input[type=submit] + input[type=submit]:hover, .btn-group-vertical input[type=button] + input[type=submit]:hover, .btn-group-vertical input[type=reset] + input[type=submit]:hover {
  border-top-width: 1px;
}
.btn-group-vertical button + input[type=submit]:hover, .btn-group-vertical .btn + input[type=button]:hover, .btn-group-vertical div.section-navigation a + input[type=button]:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical a + input[type=button]:hover {
  border-top-width: 1px;
}

.btn-group-vertical input[type=submit] + input[type=button]:hover, .btn-group-vertical input[type=button] + input[type=button]:hover, .btn-group-vertical input[type=reset] + input[type=button]:hover {
  border-top-width: 1px;
}
.btn-group-vertical button + input[type=button]:hover, .btn-group-vertical .btn + input[type=reset]:hover, .btn-group-vertical div.section-navigation a + input[type=reset]:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical a + input[type=reset]:hover {
  border-top-width: 1px;
}

.btn-group-vertical input[type=submit] + input[type=reset]:hover, .btn-group-vertical input[type=button] + input[type=reset]:hover, .btn-group-vertical input[type=reset] + input[type=reset]:hover {
  border-top-width: 1px;
}
.btn-group-vertical button + input[type=reset]:hover, .btn-group-vertical .btn + button:hover, .btn-group-vertical div.section-navigation a + button:hover {
  border-top-width: 1px;
}

div.section-navigation .btn-group-vertical a + button:hover {
  border-top-width: 1px;
}

.btn-group-vertical input[type=submit] + button:hover, .btn-group-vertical input[type=button] + button:hover, .btn-group-vertical input[type=reset] + button:hover {
  border-top-width: 1px;
}
.btn-group-vertical button + button:hover {
  border-top-width: 1px;
}
.btn-group-vertical .btn + .btn:active, .btn-group-vertical div.section-navigation a + .btn:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical a + .btn:active {
  border-top-width: 2px;
}

.btn-group-vertical input[type=submit] + .btn:active, .btn-group-vertical input[type=button] + .btn:active, .btn-group-vertical input[type=reset] + .btn:active {
  border-top-width: 2px;
}
.btn-group-vertical button + .btn:active, .btn-group-vertical div.section-navigation .btn + a:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical .btn + a:active, .btn-group-vertical div.section-navigation a + a:active, div.section-navigation .btn-group-vertical a + a:active, .btn-group-vertical div.section-navigation input[type=submit] + a:active, div.section-navigation .btn-group-vertical input[type=submit] + a:active, .btn-group-vertical div.section-navigation input[type=button] + a:active, div.section-navigation .btn-group-vertical input[type=button] + a:active, .btn-group-vertical div.section-navigation input[type=reset] + a:active, div.section-navigation .btn-group-vertical input[type=reset] + a:active, .btn-group-vertical div.section-navigation button + a:active, div.section-navigation .btn-group-vertical button + a:active {
  border-top-width: 2px;
}

.btn-group-vertical .btn + input[type=submit]:active, .btn-group-vertical div.section-navigation a + input[type=submit]:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical a + input[type=submit]:active {
  border-top-width: 2px;
}

.btn-group-vertical input[type=submit] + input[type=submit]:active, .btn-group-vertical input[type=button] + input[type=submit]:active, .btn-group-vertical input[type=reset] + input[type=submit]:active {
  border-top-width: 2px;
}
.btn-group-vertical button + input[type=submit]:active, .btn-group-vertical .btn + input[type=button]:active, .btn-group-vertical div.section-navigation a + input[type=button]:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical a + input[type=button]:active {
  border-top-width: 2px;
}

.btn-group-vertical input[type=submit] + input[type=button]:active, .btn-group-vertical input[type=button] + input[type=button]:active, .btn-group-vertical input[type=reset] + input[type=button]:active {
  border-top-width: 2px;
}
.btn-group-vertical button + input[type=button]:active, .btn-group-vertical .btn + input[type=reset]:active, .btn-group-vertical div.section-navigation a + input[type=reset]:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical a + input[type=reset]:active {
  border-top-width: 2px;
}

.btn-group-vertical input[type=submit] + input[type=reset]:active, .btn-group-vertical input[type=button] + input[type=reset]:active, .btn-group-vertical input[type=reset] + input[type=reset]:active {
  border-top-width: 2px;
}
.btn-group-vertical button + input[type=reset]:active, .btn-group-vertical .btn + button:active, .btn-group-vertical div.section-navigation a + button:active {
  border-top-width: 2px;
}

div.section-navigation .btn-group-vertical a + button:active {
  border-top-width: 2px;
}

.btn-group-vertical input[type=submit] + button:active, .btn-group-vertical input[type=button] + button:active, .btn-group-vertical input[type=reset] + button:active {
  border-top-width: 2px;
}
.btn-group-vertical button + button:active {
  border-top-width: 2px;
}

.text-primary {
  color: #158cba;
}
.text-primary:hover {
  color: #158cba;
}

.text-success {
  color: #28b62c;
}
.text-success:hover {
  color: #28b62c;
}

.text-danger {
  color: #ff4136;
}
.text-danger:hover {
  color: #ff4136;
}

.text-warning {
  color: #ff851b;
}
.text-warning:hover {
  color: #ff851b;
}

.text-info {
  color: #75caeb;
}
.text-info:hover {
  color: #75caeb;
}

table a:not(.btn):not(input[type=submit]):not(button), .table a:not(.btn):not(input[type=submit]):not(button) {
  text-decoration: underline;
}

table .dropdown-menu a, .table .dropdown-menu a {
  text-decoration: none;
}

table .success, .table .success, table .warning, .table .warning, table .danger, .table .danger, table .info, .table .info, table .success a:not(.btn):not(input[type=submit]):not(button), .table .success a:not(.btn):not(input[type=submit]):not(button), table .warning a:not(.btn):not(input[type=submit]):not(button), .table .warning a:not(.btn):not(input[type=submit]):not(button), table .danger a:not(.btn):not(input[type=submit]):not(button), .table .danger a:not(.btn):not(input[type=submit]):not(button), table .info a:not(.btn):not(input[type=submit]):not(button), .table .info a:not(.btn):not(input[type=submit]):not(button) {
  color: #fff;
}

table > thead > tr > th, .table > thead > tr > th, table > tbody > tr > th, .table > tbody > tr > th, table > tfoot > tr > th, .table > tfoot > tr > th, table > thead > tr > td, .table > thead > tr > td, table > tbody > tr > td, .table > tbody > tr > td, table > tfoot > tr > td, .table > tfoot > tr > td {
  border-color: transparent;
}

.form-control, select, textarea {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}

input[type=number], input[type=password], input[type=text], input[type=email], input[type=search] {
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}

label {
  font-weight: normal;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label, .has-warning .form-control-feedback {
  color: #ff851b;
}
.has-warning .form-control, .has-warning select, .has-warning textarea {
  border: 1px solid #ff851b;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-warning input[type=number], .has-warning input[type=password], .has-warning input[type=text], .has-warning input[type=email], .has-warning input[type=search] {
  border: 1px solid #ff851b;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning select:focus, .has-warning textarea:focus {
  border: 1px solid #ff851b;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-warning input[type=number]:focus, .has-warning input[type=password]:focus, .has-warning input[type=text]:focus, .has-warning input[type=email]:focus, .has-warning input[type=search]:focus {
  border: 1px solid #ff851b;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-warning .input-group-addon {
  border: 1px solid #ff851b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-control-feedback {
  color: #ff4136;
}
.has-error .form-control, .has-error select, .has-error textarea {
  border: 1px solid #ff4136;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-error input[type=number], .has-error input[type=password], .has-error input[type=text], .has-error input[type=email], .has-error input[type=search] {
  border: 1px solid #ff4136;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error select:focus, .has-error textarea:focus {
  border: 1px solid #ff4136;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-error input[type=number]:focus, .has-error input[type=password]:focus, .has-error input[type=text]:focus, .has-error input[type=email]:focus, .has-error input[type=search]:focus {
  border: 1px solid #ff4136;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-error .input-group-addon {
  border: 1px solid #ff4136;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label, .has-success .form-control-feedback {
  color: #28b62c;
}
.has-success .form-control, .has-success select, .has-success textarea {
  border: 1px solid #28b62c;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-success input[type=number], .has-success input[type=password], .has-success input[type=text], .has-success input[type=email], .has-success input[type=search] {
  border: 1px solid #28b62c;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success select:focus, .has-success textarea:focus {
  border: 1px solid #28b62c;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-success input[type=number]:focus, .has-success input[type=password]:focus, .has-success input[type=text]:focus, .has-success input[type=email]:focus, .has-success input[type=search]:focus {
  border: 1px solid #28b62c;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.075);
}
.has-success .input-group-addon {
  border: 1px solid #28b62c;
}

.nav .open > a {
  border-color: transparent;
}
.nav .open > a:hover, .nav .open > a:focus {
  border-color: transparent;
}

.nav-tabs > li > a {
  margin-top: 6px;
  color: #333333;
  transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
  margin-top: 0;
}
.nav-tabs > li.active > a {
  margin-top: 0;
}
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  padding-bottom: 16px;
  margin-top: 0;
}
.nav-tabs .open > a {
  padding-bottom: 16px;
  margin-top: 0;
  border-color: #e7e7e7;
}
.nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
  padding-bottom: 16px;
  margin-top: 0;
}
.nav-tabs .open > a:hover, .nav-tabs .open > a:focus {
  border-color: #e7e7e7;
}
.nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 6px;
}
.nav-tabs.nav-justified > li {
  vertical-align: bottom;
}

.dropdown-menu {
  margin-top: 0;
  border-width: 0 1px 4px 1px;
  border-top-width: 1px;
  box-shadow: none;
}

.breadcrumb {
  border-color: #ededed;
  border-style: solid;
  border-width: 0 1px 4px 1px;
}

.pagination > li > a, .pager > li > a, .pagination > li > span, .pager > li > span {
  position: relative;
  top: 0;
  border-width: 0 1px 4px 1px;
  color: #555555;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.pagination > li > a:hover, .pager > li > a:hover, .pagination > li > span:hover, .pager > li > span:hover {
  top: 1px;
  border-bottom-width: 3px;
}

.pagination > li > a:active, .pager > li > a:active, .pagination > li > span:active, .pager > li > span:active {
  top: 2px;
  border-bottom-width: 2px;
}

.pagination > .disabled > a:hover, .pager > .disabled > a:hover, .pagination > .disabled > span:hover, .pager > .disabled > span:hover, .pagination > .disabled > a:active, .pager > .disabled > a:active, .pagination > .disabled > span:active {
  top: 0;
  border-width: 0 1px 4px 1px;
}

.pager > .disabled > span:active {
  top: 0;
  border-width: 0 1px 4px 1px;
}
.pager > li > a, .pager > li > span {
  border-left-width: 2px;
  border-right-width: 2px;
}
.pager > .disabled > a, .pager > .disabled > span {
  border-left-width: 2px;
  border-right-width: 2px;
}
.pager > li > a:hover, .pager > li > span:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}
.pager > .disabled > a:hover, .pager > .disabled > span:hover {
  border-left-width: 2px;
  border-right-width: 2px;
}
.pager > li > a:active, .pager > li > span:active {
  border-left-width: 2px;
  border-right-width: 2px;
}
.pager > .disabled > a:active, .pager > .disabled > span:active {
  border-left-width: 2px;
  border-right-width: 2px;
}

.close {
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.close:hover, .close:focus {
  color: #fff;
  opacity: 1;
}

.alert {
  border-width: 0 1px 4px 1px;
}

div#newmessageoverlay, div#notice {
  border-width: 0 1px 4px 1px;
}

span.error {
  border-width: 0 1px 4px 1px;
}

.alert .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}

div#newmessageoverlay .alert-link, div#notice .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}

span.error .alert-link {
  font-weight: normal;
  color: #fff;
  text-decoration: underline;
}

.label {
  font-weight: normal;
}

.progress {
  border: 1px solid #e7e7e7;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.1);
}

.progress-bar {
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.well {
  border: 1px solid #e7e7e7;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
}

a.list-group-item.active {
  border-color: #dddddd;
}
a.list-group-item.active:hover, a.list-group-item.active:focus {
  border-color: #dddddd;
}
a.list-group-item-success.active {
  background-color: #28b62c;
}
a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  background-color: #23a127;
}
a.list-group-item-warning.active {
  background-color: #ff851b;
}
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  background-color: #ff7701;
}
a.list-group-item-danger.active {
  background-color: #ff4136;
}
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  background-color: #ff291c;
}

.jumbotron {
  border: 1px solid #e7e7e7;
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
}

.panel, .forumpost {
  border: 1px solid #e7e7e7;
  border-width: 0 1px 4px 1px;
}

.panel-default .close, .modal .close, .popover {
  color: #555555;
}

#page-lodger-join-subscription #header, #page-lodger-join-subscription .header-main, #page-lodger-join-subscription .navbar.navbar-toggleable-md, #page-lodger-join-subscription #page-footer, #page-lodger-join-subscription .page-header-headings, #page-lodger-join-subscription-qrcode #header, #page-lodger-join-subscription-qrcode .header-main, #page-lodger-join-subscription-qrcode .navbar.navbar-toggleable-md, #page-lodger-join-subscription-qrcode #page-footer, #page-lodger-join-subscription-qrcode .page-header-headings, #page-lodger-join-subscription-confirm #header, #page-lodger-join-subscription-confirm .header-main, #page-lodger-join-subscription-confirm .navbar.navbar-toggleable-md, #page-lodger-join-subscription-confirm #page-footer, #page-lodger-join-subscription-confirm .page-header-headings {
  display: none;
}

#page-lodger-join-subscription-qrcode #page-header {
  display: none;
}
#page-lodger-join-subscription-qrcode .banner-buying {
  margin-top: -40px;
}

.course-item:hover {
  cursor: pointer;
}

.banner-buying {
  background-color: rgba(89, 126, 82, 0.7882352941);
  color: #fff;
  border-radius: 2px;
  margin-top: -180px;
  padding: 0;
}
.banner-buying h1 {
  color: #fff;
  font-size: 2rem;
}
.banner-buying img {
  width: 60px;
}

#page-lodger-join-subscription-confirm .banner-buying {
  margin-top: -30px;
}

.bg-banner-buying {
  background-image: url("./img/bg-banner-buy.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 200px;
  width: 100%;
}

.nav-wizard {
  display: none;
}

.tab-content {
  margin-top: 6vh;
}

.transaction-handle {
  margin-left: 3vw;
}
.transaction-handle img {
  max-height: 200px;
  width: 230px;
  height: 100%;
}

.wrap-card-brand-image {
  background: #ccc;
}

.nav-tabs:not(.more-nav), .nav-pills {
  background-color: none !important;
}

.wrap-card-brand-image {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-charge label {
  width: 100%;
}

.summary-brief {
  border: 1px dotted var(--color_palette_2);
  padding: 12px;
}
.summary-brief h3 {
  font-size: 14px;
  color: var(--color_palette_1);
  font-weight: bold;
}
.summary-brief p {
  font-size: 12px;
}

.loading-backdrop {
  display: none;
}

.loading-backdrop.d-block {
  z-index: 1000;
  background-image: url("/lodger/img/loading.gif");
  background-size: 512px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}

.dt-search {
  float: right;
}

.transaction-handle a.active img {
  opacity: 1;
  border: 2px solid yellow;
}
.transaction-handle a img {
  opacity: 0.5;
}
.transaction-handle a img:hover {
  opacity: 1;
  border: 2px solid lime;
}

.card-disclaimer {
  font-size: 0.8rem;
}

#error-area, #success-area {
  display: none;
}

form label {
  font-weight: bold;
  text-transform: uppercase;
}

#page-lodger-news-subscribe [data-key=home], #page-lodger-termos [data-key=home], #page-lodger-privacidade [data-key=home] {
  display: none;
}

#page-lodger-news-subscribe #page-content, #page-lodger-termos #page-content, #page-lodger-privacidade #page-content {
  margin-top: 17vh;
}

@media (min-width: 768px) {
  #page-lodger-privacidade #page-content, #page-lodger-termos #page-content {
    padding-top: 12vh;
  }
}
#page-lodger-news-subscribe [data-key=home], #page-lodger-termos [data-key=home], #page-lodger-privacidade [data-key=home] {
  display: none;
}
#page-lodger-news-subscribe #page-content, #page-lodger-termos #page-content, #page-lodger-privacidade #page-content {
  margin-top: 17vh;
}

@media (min-width: 768px) {
  #page-lodger-privacidade #page-content, #page-lodger-termos #page-content {
    padding-top: 12vh;
  }
}/*# sourceMappingURL=general.css.map */