@charset "UTF-8";
/* ==================================================================================================================== */
/*  RESET */
/* ==================================================================================================================== */
/* line 6, ../sass/sass/_reset.sass */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 10, ../sass/sass/_reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 14, ../sass/sass/_reset.sass */
fieldset, img {
  border: 0;
}

/* line 17, ../sass/sass/_reset.sass */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* line 21, ../sass/sass/_reset.sass */
ol, ul, li {
  list-style: none;
}

/* line 24, ../sass/sass/_reset.sass */
caption, th {
  text-align: left;
}

/* line 27, ../sass/sass/_reset.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 30, ../sass/sass/_reset.sass */
q:before, q:after {
  content: "";
}

/* line 34, ../sass/sass/_reset.sass */
strong {
  font-weight: 700;
}

/* line 36, ../sass/sass/_reset.sass */
em {
  font-style: italic;
}

/* line 38, ../sass/sass/_reset.sass */
a img {
  border: none;
}

/* FOR IE (IN COMBINATION WITH HTML SHIV / MODERNIZR) */
/* --------------- */
/* line 42, ../sass/sass/_reset.sass */
section, aside, header, footer, hgroup, header, article {
  display: block;
}

/* END OF RESET */
/* -------------------------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: "Museo-700";
  src: url("fonts/227AED_0_0.eot");
  src: local("☺"), url("fonts/227AED_0_0.eot?#iefix") format("eot"), url("fonts/227AED_0_0.woff") format("woff"), url("fonts/227AED_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-300";
  src: url("fonts/227AED_1_0.eot");
  src: local("☺"), url("fonts/227AED_1_0.eot?#iefix") format("eot"), url("fonts/227AED_1_0.woff") format("woff"), url("fonts/227AED_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "Museo-500";
  src: url("fonts/227AED_2_0.eot");
  src: local("☺"), url("fonts/227AED_2_0.eot?#iefix") format("eot"), url("fonts/227AED_2_0.woff") format("woff"), url("fonts/227AED_2_0.ttf") format("truetype");
}
/* Magnific Popup CSS */
/* line 89, ../sass/sass/_magnific.sass */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 103, ../sass/sass/_magnific.sass */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

/* line 115, ../sass/sass/_magnific.sass */
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 129, ../sass/sass/_magnific.sass */
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 138, ../sass/sass/_magnific.sass */
.mfp-align-top .mfp-container:before {
  display: none;
}

/* line 142, ../sass/sass/_magnific.sass */
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

/* line 152, ../sass/sass/_magnific.sass */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

/* line 157, ../sass/sass/_magnific.sass */
.mfp-ajax-cur {
  cursor: progress;
}

/* line 161, ../sass/sass/_magnific.sass */
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

/* line 166, ../sass/sass/_magnific.sass */
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* line 173, ../sass/sass/_magnific.sass */
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

/* line 176, ../sass/sass/_magnific.sass */
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 186, ../sass/sass/_magnific.sass */
.mfp-loading.mfp-figure {
  display: none;
}

/* line 202, ../sass/sass/_magnific.sass */
.mfp-hide {
  display: none !important;
}

/* line 210, ../sass/sass/_magnific.sass */
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
/* line 220, ../sass/sass/_magnific.sass */
.mfp-preloader a {
  color: #cccccc;
}
/* line 222, ../sass/sass/_magnific.sass */
.mfp-preloader a:hover {
  color: white;
}

/* line 227, ../sass/sass/_magnific.sass */
.mfp-s-ready .mfp-preloader {
  display: none;
}

/* line 232, ../sass/sass/_magnific.sass */
.mfp-s-error .mfp-content {
  display: none;
}

/* line 237, ../sass/sass/_magnific.sass */
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 250, ../sass/sass/_magnific.sass */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 255, ../sass/sass/_magnific.sass */
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
/* line 270, ../sass/sass/_magnific.sass */
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
/* line 273, ../sass/sass/_magnific.sass */
.mfp-close:active {
  top: 1px;
}

/* line 277, ../sass/sass/_magnific.sass */
.mfp-close-btn-in .mfp-close {
  color: #333333;
}

/* line 282, ../sass/sass/_magnific.sass */
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

/* line 290, ../sass/sass/_magnific.sass */
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

/* line 300, ../sass/sass/_magnific.sass */
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
/* line 310, ../sass/sass/_magnific.sass */
.mfp-arrow:active {
  margin-top: -54px;
}
/* line 312, ../sass/sass/_magnific.sass */
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
/* line 315, ../sass/sass/_magnific.sass */
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
/* line 329, ../sass/sass/_magnific.sass */
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
/* line 334, ../sass/sass/_magnific.sass */
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

/* line 338, ../sass/sass/_magnific.sass */
.mfp-arrow-left {
  left: 0;
}
/* line 340, ../sass/sass/_magnific.sass */
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
/* line 344, ../sass/sass/_magnific.sass */
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

/* line 348, ../sass/sass/_magnific.sass */
.mfp-arrow-right {
  right: 0;
}
/* line 350, ../sass/sass/_magnific.sass */
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
/* line 354, ../sass/sass/_magnific.sass */
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

/* line 360, ../sass/sass/_magnific.sass */
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
/* line 363, ../sass/sass/_magnific.sass */
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 700px;
}
/* line 367, ../sass/sass/_magnific.sass */
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

/* line 369, ../sass/sass/_magnific.sass */
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/* line 374, ../sass/sass/_magnific.sass */
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: white;
}

/* Main image in popup */
/* line 388, ../sass/sass/_magnific.sass */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
/* line 400, ../sass/sass/_magnific.sass */
.mfp-figure {
  line-height: 0;
}
/* line 402, ../sass/sass/_magnific.sass */
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
/* line 415, ../sass/sass/_magnific.sass */
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* line 420, ../sass/sass/_magnific.sass */
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

/* line 427, ../sass/sass/_magnific.sass */
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

/* line 435, ../sass/sass/_magnific.sass */
.mfp-image-holder .mfp-content {
  max-width: 100%;
}

/* line 439, ../sass/sass/_magnific.sass */
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen */
  /* line 446, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 450, ../sass/sass/_magnific.sass */
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* line 452, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-figure {
    /* The shadow behind the image */
  }
  /* line 454, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  /* line 457, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  /* line 460, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 470, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  /* line 472, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  /* line 475, ../sass/sass/_magnific.sass */
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  /* line 488, ../sass/sass/_magnific.sass */
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  /* line 491, ../sass/sass/_magnific.sass */
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  /* line 494, ../sass/sass/_magnific.sass */
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  /* line 497, ../sass/sass/_magnific.sass */
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* line 505, ../sass/sass/_magnific.sass */
.mfp-ie7 .mfp-img {
  padding: 0;
}
/* line 507, ../sass/sass/_magnific.sass */
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
/* line 513, ../sass/sass/_magnific.sass */
.mfp-ie7 .mfp-container {
  padding: 0;
}
/* line 515, ../sass/sass/_magnific.sass */
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
/* line 517, ../sass/sass/_magnific.sass */
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* line 523, ../sass/sass/_magnific.sass */
.popup .container {
  padding: 20px;
  width: auto;
}
/* line 526, ../sass/sass/_magnific.sass */
.popup .content {
  width: 660px;
}

/* line 3, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 21, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn:focus, .note-editor .btn:active:focus, .note-editor .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 25, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn:hover, .note-editor .btn:focus {
  color: #333;
  text-decoration: none;
}
/* line 28, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn:active, .note-editor .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 33, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn.disabled, .note-editor .btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
/* line 41, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
/* line 49, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
/* line 53, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default:hover, .note-editor .btn-default:focus, .note-editor .btn-default:active, .note-editor .btn-default.active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 58, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 64, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default:active, .note-editor .btn-default.active {
  background-image: none;
}
/* line 67, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 71, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default.disabled, .note-editor .btn-default[disabled] {
  background-color: #fff;
  border-color: #ccc;
}
/* line 75, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-default {
  background-color: #fff;
  border-color: #ccc;
}
/* line 80, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default.disabled:hover, .note-editor .btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}
/* line 84, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
/* line 89, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default.disabled:focus, .note-editor .btn-default[disabled]:focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 93, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-default:focus {
  background-color: #fff;
  border-color: #ccc;
}
/* line 98, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default.disabled:active, .note-editor .btn-default[disabled]:active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 102, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-default:active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 107, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default.disabled.active, .note-editor .btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 111, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
/* line 115, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-default .badge {
  color: #fff;
  background-color: #333;
}
/* line 119, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 123, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary:hover, .note-editor .btn-primary:focus, .note-editor .btn-primary:active, .note-editor .btn-primary.active {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 128, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 134, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary:active, .note-editor .btn-primary.active {
  background-image: none;
}
/* line 137, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 141, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary.disabled, .note-editor .btn-primary[disabled] {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 145, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-primary {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 150, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary.disabled:hover, .note-editor .btn-primary[disabled]:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 154, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-primary:hover {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 159, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary.disabled:focus, .note-editor .btn-primary[disabled]:focus {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 163, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-primary:focus {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 168, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary.disabled:active, .note-editor .btn-primary[disabled]:active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 172, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-primary:active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 177, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary.disabled.active, .note-editor .btn-primary[disabled].active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 181, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 185, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
/* line 189, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 193, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success:hover, .note-editor .btn-success:focus, .note-editor .btn-success:active, .note-editor .btn-success.active {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 198, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 204, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success:active, .note-editor .btn-success.active {
  background-image: none;
}
/* line 207, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 211, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success.disabled, .note-editor .btn-success[disabled] {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 215, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 220, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success.disabled:hover, .note-editor .btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 224, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 229, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success.disabled:focus, .note-editor .btn-success[disabled]:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 233, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-success:focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 238, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success.disabled:active, .note-editor .btn-success[disabled]:active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 242, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-success:active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 247, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success.disabled.active, .note-editor .btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 251, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 255, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
/* line 259, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 263, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info:hover, .note-editor .btn-info:focus, .note-editor .btn-info:active, .note-editor .btn-info.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 268, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 274, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info:active, .note-editor .btn-info.active {
  background-image: none;
}
/* line 277, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-info {
  background-image: none;
}
/* line 281, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info.disabled, .note-editor .btn-info[disabled] {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 285, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 290, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info.disabled:hover, .note-editor .btn-info[disabled]:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 294, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 299, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info.disabled:focus, .note-editor .btn-info[disabled]:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 303, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-info:focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 308, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info.disabled:active, .note-editor .btn-info[disabled]:active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 312, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-info:active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 317, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info.disabled.active, .note-editor .btn-info[disabled].active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 321, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 325, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
/* line 329, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 333, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning:hover, .note-editor .btn-warning:focus, .note-editor .btn-warning:active, .note-editor .btn-warning.active {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 338, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 344, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning:active, .note-editor .btn-warning.active {
  background-image: none;
}
/* line 347, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 351, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning.disabled, .note-editor .btn-warning[disabled] {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 355, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 360, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning.disabled:hover, .note-editor .btn-warning[disabled]:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 364, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 369, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning.disabled:focus, .note-editor .btn-warning[disabled]:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 373, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-warning:focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 378, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning.disabled:active, .note-editor .btn-warning[disabled]:active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 382, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-warning:active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 387, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning.disabled.active, .note-editor .btn-warning[disabled].active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 391, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 395, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
/* line 399, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 403, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger:hover, .note-editor .btn-danger:focus, .note-editor .btn-danger:active, .note-editor .btn-danger.active {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 408, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 414, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger:active, .note-editor .btn-danger.active {
  background-image: none;
}
/* line 417, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
/* line 421, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger.disabled, .note-editor .btn-danger[disabled] {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 425, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 430, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger.disabled:hover, .note-editor .btn-danger[disabled]:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 434, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 439, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger.disabled:focus, .note-editor .btn-danger[disabled]:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 443, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-danger:focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 448, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger.disabled:active, .note-editor .btn-danger[disabled]:active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 452, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-danger:active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 457, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger.disabled.active, .note-editor .btn-danger[disabled].active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 461, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 465, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
/* line 469, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 477, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link:active, .note-editor .btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 482, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 487, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link {
  border-color: transparent;
}
/* line 489, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link:hover, .note-editor .btn-link:focus, .note-editor .btn-link:active {
  border-color: transparent;
}
/* line 491, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link:hover, .note-editor .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 495, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-link[disabled]:hover {
  color: #777;
  text-decoration: none;
}
/* line 499, ../sass/sass/_bootstrap_summernote.sass */
.note-editor fieldset[disabled] .btn-link:hover, .note-editor .btn-link[disabled]:focus, .note-editor fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
/* line 503, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-lg, .note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
/* line 509, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-sm, .note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 515, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-xs, .note-editor .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 521, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-block {
  display: block;
  width: 100%;
}
/* line 524, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-block + .btn-block {
  margin-top: 5px;
}
/* line 528, ../sass/sass/_bootstrap_summernote.sass */
.note-editor input[type="submit"].btn-block, .note-editor input[type="reset"].btn-block, .note-editor input[type="button"].btn-block {
  width: 100%;
}
/* line 531, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 536, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .fade.in {
  opacity: 1;
}
/* line 539, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .collapse {
  display: none;
}
/* line 541, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .collapse.in {
  display: block;
}
/* line 544, ../sass/sass/_bootstrap_summernote.sass */
.note-editor tr.collapse.in {
  display: table-row;
}
/* line 547, ../sass/sass/_bootstrap_summernote.sass */
.note-editor tbody.collapse.in {
  display: table-row-group;
}
/* line 550, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/* line 558, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 568, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown {
  position: relative;
}
/* line 571, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-toggle:focus {
  outline: 0;
}
/* line 574, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 595, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 598, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 604, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333;
  white-space: nowrap;
}
/* line 612, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > li > a:hover, .note-editor .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
/* line 616, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
/* line 621, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > .active > a:hover, .note-editor .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
/* line 626, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > .disabled > a {
  color: #777;
}
/* line 628, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > .disabled > a:hover, .note-editor .dropdown-menu > .disabled > a:focus {
  color: #777;
}
/* line 630, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu > .disabled > a:hover, .note-editor .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/* line 638, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > .dropdown-menu {
  display: block;
}
/* line 640, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .open > a {
  outline: 0;
}
/* line 643, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu-right {
  right: 0;
  left: auto;
}
/* line 647, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-menu-left {
  right: auto;
  left: 0;
}
/* line 651, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
/* line 659, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
/* line 667, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
/* line 671, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropup .caret, .note-editor .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
/* line 676, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropup .dropdown-menu, .note-editor .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
/* line 681, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group, .note-editor .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 686, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn, .note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 690, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:hover, .note-editor .btn-group-vertical > .btn:hover, .note-editor .btn-group > .btn:focus, .note-editor .btn-group-vertical > .btn:focus, .note-editor .btn-group > .btn:active, .note-editor .btn-group-vertical > .btn:active, .note-editor .btn-group > .btn.active, .note-editor .btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 693, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:focus, .note-editor .btn-group-vertical > .btn:focus {
  outline: 0;
}
/* line 698, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group .btn + .btn, .note-editor .btn-group .btn + .btn-group {
  margin-left: -1px;
}
/* line 701, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group .btn-group + .btn, .note-editor .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
/* line 705, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-toolbar .btn-group, .note-editor .btn-toolbar .input-group {
  float: left;
}
/* line 708, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-toolbar > .btn, .note-editor .btn-toolbar > .btn-group, .note-editor .btn-toolbar > .input-group {
  margin-left: 5px;
}
/* line 714, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 716, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 718, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 721, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 724, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 727, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn-group {
  float: left;
}
/* line 729, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 732, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn-group:first-child > .btn:last-child, .note-editor .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 735, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 738, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group .dropdown-toggle:active {
  outline: 0;
}
/* line 740, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group.open .dropdown-toggle {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 744, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 748, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
/* line 751, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
/* line 755, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn .caret {
  margin-left: 0;
}
/* line 758, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
/* line 762, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
/* line 766, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 771, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 776, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  float: none;
}
/* line 783, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn + .btn, .note-editor .btn-group-vertical > .btn + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 787, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group + .btn, .note-editor .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
/* line 791, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 793, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 797, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
/* line 802, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
/* line 805, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .note-editor .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 808, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
/* line 812, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 818, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-justified > .btn {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 822, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
/* line 826, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 828, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 832, ../sass/sass/_bootstrap_summernote.sass */
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 838, ../sass/sass/_bootstrap_summernote.sass */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 848, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 852, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 856, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 860, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 864, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 868, ../sass/sass/_bootstrap_summernote.sass */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 877, ../sass/sass/_bootstrap_summernote.sass */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 884, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 891, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 897, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 903, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 910, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 917, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 924, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 930, ../sass/sass/_bootstrap_summernote.sass */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 940, ../sass/sass/_bootstrap_summernote.sass */
.main-list .note-editor {
  width: 690px;
  clear: left;
}

/* line 944, ../sass/sass/_bootstrap_summernote.sass */
.has-notes .note-editor {
  width: 480px;
}

/* line 946, ../sass/sass/_bootstrap_summernote.sass */
.note-editor {
  position: relative;
  border: 1px solid #d1d2d3;
  width: 356px;
  float: left;
}
/* line 952, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 1;
  display: none;
  color: #87cefa;
  background-color: white;
  border: 2px dashed #87cefa;
  opacity: 0.95;
  pointer-event: none;
}
/* line 961, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
/* line 967, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-dropzone.hover {
  color: #098ddf;
  border: 2px dashed #098ddf;
}
/* line 970, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.dragover .note-dropzone {
  display: table;
}
/* line 972, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
/* line 978, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.fullscreen .note-editable {
  background-color: white;
}
/* line 980, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.fullscreen .note-resizebar {
  display: none;
}
/* line 983, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.codeview .note-editable {
  display: none;
}
/* line 985, ../sass/sass/_bootstrap_summernote.sass */
.note-editor.codeview .note-codable {
  display: block;
}
/* line 987, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
/* line 989, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #a9a9a9;
}
/* line 994, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}
/* line 998, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
  clear: left;
}
/* line 1003, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
/* line 1005, ../sass/sass/_bootstrap_summernote.sass */
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1025, ../sass/sass/_bootstrap_summernote.sass */
.note-air-editor {
  outline: 0;
}

/* line 1028, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover {
  max-width: none;
}
/* line 1030, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
/* line 1037, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .arrow {
  left: 20px;
}
/* line 1039, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 1043, ../sass/sass/_bootstrap_summernote.sass */
.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 1047, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1052, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-table .dropdown-menu, .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}

/* line 1056, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker, .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}

/* line 1059, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1066, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1073, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted, .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/pngbase64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 1080, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-style h1, .note-toolbar .note-style h1, .note-popover .popover .popover-content .note-style h2, .note-toolbar .note-style h2, .note-popover .popover .popover-content .note-style h3, .note-toolbar .note-style h3, .note-popover .popover .popover-content .note-style h4, .note-toolbar .note-style h4, .note-popover .popover .popover-content .note-style h5, .note-toolbar .note-style h5, .note-popover .popover .popover-content .note-style h6, .note-toolbar .note-style h6, .note-popover .popover .popover-content .note-style blockquote, .note-toolbar .note-style blockquote {
  margin: 0;
}

/* line 1083, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-toggle, .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1087, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu, .note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

/* line 1090, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group, .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

/* line 1093, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

/* line 1096, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1102, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1111, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}

/* line 1114, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

/* line 1117, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-para .dropdown-menu, .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1121, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child, .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1124, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu, .note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1127, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu.right, .note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1131, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu.right::before, .note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1135, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu.right::after, .note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1139, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu li a i, .note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1143, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .dropdown-menu li a.checked i, .note-toolbar .dropdown-menu li a.checked i {
  visibility: visible;
}

/* line 1146, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-fontsize-10, .note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1149, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color-palette, .note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1152, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color-palette div .note-color-btn, .note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1159, ../sass/sass/_bootstrap_summernote.sass */
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover, .note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1163, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog > div {
  display: none;
}
/* line 1165, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
/* line 1173, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background: transparent;
  background-color: #222 !important;
  border: 0;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
/* line 1185, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 1194, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
/* line 1197, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  border-bottom: white 1px solid;
}
/* line 1203, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
/* line 1207, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}
/* line 1209, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}
/* line 1211, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}
/* line 1213, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .note-shortcut th {
  font-size: 13px;
  color: #dd0;
  text-align: left;
}
/* line 1217, ../sass/sass/_bootstrap_summernote.sass */
.note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  padding-right: 10px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
}

/* line 1224, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
/* line 1228, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection > div {
  position: absolute;
}
/* line 1230, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
/* line 1240, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-handle, .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
/* line 1244, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}
/* line 1249, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
/* line 1254, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
/* line 1259, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
/* line 1264, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
/* line 1268, ../sass/sass/_bootstrap_summernote.sass */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 29, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: Museo-500, Arial, sans-serif;
}

/* line 32, ../sass/style.sass */
h2 {
  margin-bottom: 1em;
  font-size: 1.333em;
}

/* line 35, ../sass/style.sass */
body {
  background: #FFF;
  color: #4d4d4d;
  font-size: 0.75em;
  font-family: Helvetica, Arial, sans-serif;
}

/* line 40, ../sass/style.sass */
a {
  color: #58595b;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  text-decoration: none;
  outline: 0;
}
/* line 45, ../sass/style.sass */
a:hover {
  color: #007a92;
}

/* line 49, ../sass/style.sass */
html {
  height: 100%;
}

/* line 51, ../sass/style.sass */
body {
  min-height: 100%;
  background: #FFF url(/img/container.png) 0 0 repeat-y;
}
/* line 54, ../sass/style.sass */
body.popup {
  background: #FFF;
}

/* line 56, ../sass/style.sass */
.container {
  width: 980px;
  margin: 0;
  position: relative;
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.container:before, .container:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.container:after {
  clear: both;
}

/* line 63, ../sass/style.sass */
.site-header {
  padding: 23px 0 25px 0;
  border-bottom: 2px dotted #007a92;
  *zoom: 1;
  background: #FFF;
}
/* line 13, ../sass/sass/_mixins.sass */
.site-header:before, .site-header:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.site-header:after {
  clear: both;
}

/* line 68, ../sass/style.sass */
.description {
  margin: 10px 0 0 50px;
  font-family: Museo-500, Arial, sans-serif;
  font-size: 1.333em;
  color: #007a92;
  float: left;
}
/* line 74, ../sass/style.sass */
.description span {
  color: #999;
}

/* line 76, ../sass/style.sass */
.header-nav {
  position: absolute;
  top: 14px;
  left: 850px;
}
/* line 80, ../sass/style.sass */
.header-nav a {
  color: #007a92;
}
/* line 82, ../sass/style.sass */
.header-nav a:hover {
  color: #4d4d4d;
}

/* line 84, ../sass/style.sass */
.logo-description {
  margin-left: 30px;
}

/* line 86, ../sass/style.sass */
.logo {
  height: 23px;
  width: 200px;
  overflow: hidden;
  display: block;
  float: left;
}
/* line 92, ../sass/style.sass */
.logo img {
  position: relative;
  top: -97px;
  left: -277px;
}

/* line 97, ../sass/style.sass */
.logo-large {
  height: 28px;
  width: 250px;
  overflow: hidden;
  display: block;
  margin: 0 auto 20px auto;
}
/* line 103, ../sass/style.sass */
.logo-large img {
  position: relative;
  top: -97px;
}

/* line 107, ../sass/style.sass */
.main {
  *zoom: 1;
  padding-bottom: 10em;
}
/* line 13, ../sass/sass/_mixins.sass */
.main:before, .main:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.main:after {
  clear: both;
}

/* line 111, ../sass/style.sass */
.sidebar {
  width: 200px;
  float: left;
  margin-right: 80px;
}
/* line 115, ../sass/style.sass */
.sidebar ul {
  *zoom: 1;
  border-bottom: 1px solid #FFF;
}
/* line 13, ../sass/sass/_mixins.sass */
.sidebar ul:before, .sidebar ul:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.sidebar ul:after {
  clear: both;
}
/* line 118, ../sass/style.sass */
.sidebar li {
  font-family: Museo-500, Arial, sans-serif;
  font-size: 1.333em;
  border-bottom: 1px solid #e6e7e8;
  float: left;
}
/* line 123, ../sass/style.sass */
.sidebar a {
  color: #007a92;
  float: left;
  width: 170px;
  padding: 22px 0 12px 30px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
/* line 130, ../sass/style.sass */
.sidebar a:hover, .sidebar a.current {
  background: #FFF;
}
/* line 132, ../sass/style.sass */
.sidebar a:before {
  content: "";
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
  float: left;
  height: 26px;
  width: 26px;
  margin-right: 15px;
  position: relative;
  top: -6px;
}
/* line 143, ../sass/style.sass */
.sidebar a.home:before {
  background-position: 0 0;
}
/* line 146, ../sass/style.sass */
.sidebar a.home:hover:before, .sidebar a.home.current:before {
  background-position: 0 -50px;
}
/* line 149, ../sass/style.sass */
.sidebar a.pre-assessments:before {
  background-position: -50px 0;
}
/* line 152, ../sass/style.sass */
.sidebar a.pre-assessments:hover:before {
  background-position: -50px -50px;
}
/* line 155, ../sass/style.sass */
.sidebar a.draft-reports:before {
  background-position: -50px 0;
}
/* line 158, ../sass/style.sass */
.sidebar a.draft-reports:hover:before {
  background-position: -50px -50px;
}
/* line 161, ../sass/style.sass */
.sidebar a.past-reports:before {
  background-position: -100px 0;
}
/* line 164, ../sass/style.sass */
.sidebar a.past-reports:hover:before {
  background-position: -100px -50px;
}
/* line 167, ../sass/style.sass */
.sidebar a.edit-data:before {
  background-position: -150px 0;
}
/* line 170, ../sass/style.sass */
.sidebar a.edit-data:hover:before {
  background-position: -150px -50px;
}

/* line 173, ../sass/style.sass */
.content {
  *zoom: 1;
  width: 700px;
  float: left;
  padding-top: 30px;
}
/* line 13, ../sass/sass/_mixins.sass */
.content:before, .content:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.content:after {
  clear: both;
}

/* line 178, ../sass/style.sass */
.page-header {
  margin-bottom: 2em;
  position: relative;
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.page-header:before, .page-header:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.page-header:after {
  clear: both;
}
/* line 182, ../sass/style.sass */
.page-header h1 {
  float: left;
  font-size: 2.167em;
  margin-bottom: 0.25em;
}
/* line 186, ../sass/style.sass */
.page-header h1.short {
  width: 70%;
}
/* line 188, ../sass/style.sass */
.page-header h2 {
  float: left;
  clear: both;
  font-size: 1.25em;
}
/* line 192, ../sass/style.sass */
.page-header p {
  float: right;
}

/* line 194, ../sass/style.sass */
.progress {
  *zoom: 1;
  margin: 0 0 2em 0;
}
/* line 13, ../sass/sass/_mixins.sass */
.progress:before, .progress:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.progress:after {
  clear: both;
}
/* line 197, ../sass/style.sass */
.progress a {
  width: 36px;
  text-align: center;
}
/* line 200, ../sass/style.sass */
.progress span {
  display: block;
}
/* line 202, ../sass/style.sass */
.progress .button-s {
  float: left;
}
/* line 204, ../sass/style.sass */
.progress .button-s a {
  font-size: 0.917em;
  padding-top: 7px;
  padding-bottom: 5px;
}

/* line 208, ../sass/style.sass */
.progress_prev {
  float: left;
}

/* line 210, ../sass/style.sass */
.progress_next {
  float: right;
}

/* line 212, ../sass/style.sass */
.progress_bar {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 24px;
  float: left;
  margin: 0 10px;
}
/* line 219, ../sass/style.sass */
.progress_bar a {
  width: 66.5px;
  border-left: 1px solid #ccc;
  transition: background-color 0.25s;
}
/* line 223, ../sass/style.sass */
.progress_bar a span {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* line 225, ../sass/style.sass */
.progress_bar a:hover {
  background: #afb420;
}

/* line 227, ../sass/style.sass */
.progress_bar_marker {
  float: left;
  height: 100%;
}

/* line 231, ../sass/style.sass */
.marker_on {
  background: #c4ca24;
}

/* line 235, ../sass/style.sass */
.dashboard {
  margin-top: 45px;
}
/* line 237, ../sass/style.sass */
.dashboard li {
  float: left;
  width: 280px;
  margin: 0 80px 60px 0;
}
/* line 241, ../sass/style.sass */
.dashboard li:nth-child(even) {
  margin-right: 0;
}
/* line 243, ../sass/style.sass */
.dashboard a {
  color: #333;
  float: left;
}
/* line 246, ../sass/style.sass */
.dashboard a h2 {
  color: #007a92;
  margin-bottom: 0;
}
/* line 249, ../sass/style.sass */
.dashboard a:before {
  content: "";
  float: left;
  height: 36px;
  width: 36px;
  margin-right: 23px;
  background-image: url(/img/sprite.png);
  background-repeat: no-repeat;
}
/* line 258, ../sass/style.sass */
.dashboard a.home:before {
  background-position: -466px 0;
}
/* line 261, ../sass/style.sass */
.dashboard a.home:hover:before {
  background-position: -466px -60px;
}
/* line 264, ../sass/style.sass */
.dashboard a.draft-reports:before {
  background-position: -526px 0;
}
/* line 267, ../sass/style.sass */
.dashboard a.draft-reports:hover:before {
  background-position: -526px -60px;
}
/* line 270, ../sass/style.sass */
.dashboard a.past-reports:before {
  background-position: -586px 0;
}
/* line 273, ../sass/style.sass */
.dashboard a.past-reports:hover:before {
  background-position: -586px -60px;
}
/* line 276, ../sass/style.sass */
.dashboard a.edit-data:before {
  background-position: -646px 0;
}
/* line 279, ../sass/style.sass */
.dashboard a.edit-data:hover:before {
  background-position: -646px -60px;
}
/* line 282, ../sass/style.sass */
.dashboard a.tests:before {
  background-position: -177px 0;
}
/* line 285, ../sass/style.sass */
.dashboard a.tests:hover:before {
  background-position: -177px -60px;
}
/* line 288, ../sass/style.sass */
.dashboard a.appendices:before {
  background-position: -237px 0;
}
/* line 291, ../sass/style.sass */
.dashboard a.appendices:hover:before {
  background-position: -237px -60px;
}
/* line 294, ../sass/style.sass */
.dashboard a.staff:before {
  background-position: -297px 0;
}
/* line 297, ../sass/style.sass */
.dashboard a.staff:hover:before {
  background-position: -297px -60px;
}
/* line 300, ../sass/style.sass */
.dashboard a.recommendations:before {
  background-position: -357px 0;
}
/* line 303, ../sass/style.sass */
.dashboard a.recommendations:hover:before {
  background-position: -357px -60px;
}
/* line 307, ../sass/style.sass */
.dashboard a.reporttext:before {
  background-position: -424px 0;
}
/* line 310, ../sass/style.sass */
.dashboard a.reporttext:hover:before {
  background-position: -424px -60px;
}

/* line 314, ../sass/style.sass */
table {
  width: 100%;
}

/* line 316, ../sass/style.sass */
th {
  padding: 10px 0 10px 0;
  color: #007a92;
  cursor: pointer;
}

/* line 320, ../sass/style.sass */
td {
  padding: 15px 15px 10px 0;
  vertical-align: top;
}

/* line 324, ../sass/style.sass */
thead tr {
  border-bottom: 1px solid #d1d2d3;
}

/* line 327, ../sass/style.sass */
tbody tr {
  border-bottom: 1px solid #d1d2d3;
}

/* line 330, ../sass/style.sass */
li tr {
  border: none;
}

/* line 332, ../sass/style.sass */
.item-name {
  font-family: Museo-500, Arial, sans-serif;
  color: #007a92;
  font-size: 1.333em;
}
/* line 336, ../sass/style.sass */
.item-name a {
  color: #007a92;
  white-space: nowrap;
}

/* line 339, ../sass/style.sass */
.row-actions {
  display: table-row;
  color: #808285;
  clear: both;
  float: left;
}
/* line 344, ../sass/style.sass */
.row-actions a {
  color: #808285;
  font-weight: normal;
}
/* line 347, ../sass/style.sass */
.row-actions li {
  display: table-cell;
  border-right: 1px solid #808285;
  padding: 2px 4px 0 4px;
}
/* line 351, ../sass/style.sass */
.row-actions li:last-child {
  border-right: none;
}
/* line 353, ../sass/style.sass */
.row-actions li:first-child {
  padding-left: 0;
}
/* line 355, ../sass/style.sass */
.row-actions li a {
  line-height: 1;
}
/* line 357, ../sass/style.sass */
.row-actions li a:hover {
  color: #007a92;
}
/* line 359, ../sass/style.sass */
.row-actions input {
  background: none;
  border: none;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1em;
  position: relative;
  color: #808285;
}
/* line 367, ../sass/style.sass */
.row-actions input:hover {
  color: #007a92;
}

/* line 371, ../sass/style.sass */
.tablesorter-headerRow th {
  background-position: 95% center;
  background-repeat: no-repeat;
}

/* line 374, ../sass/style.sass */
.tablesorter-headerUnSorted:hover {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAEtCQv///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
}

/* line 376, ../sass/style.sass */
.tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

/* line 378, ../sass/style.sass */
.tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAEtCQv///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}

/* line 382, ../sass/style.sass */
.main-list > li {
  margin-bottom: 3em;
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.main-list > li:before, .main-list > li:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.main-list > li:after {
  clear: both;
}
/* line 385, ../sass/style.sass */
.main-list label {
  margin-bottom: 0.5em;
  float: left;
  clear: both;
  font-weight: bold;
}
/* line 390, ../sass/style.sass */
.main-list textarea {
  float: left;
  clear: left;
  width: 672px;
  margin-bottom: 1em;
}
/* line 396, ../sass/style.sass */
.main-list .sub-list ul {
  clear: left;
}
/* line 398, ../sass/style.sass */
.main-list .sub-list ul h4 {
  margin-bottom: 0.5em;
}
/* line 400, ../sass/style.sass */
.main-list .sub-list ul.test-text {
  margin-top: 1.5em;
  float: left;
}
/* line 403, ../sass/style.sass */
.main-list .sub-list ul.test-text li {
  margin-bottom: 1.5em;
  float: left;
}

/* line 406, ../sass/style.sass */
.selectall {
  cursor: pointer;
  color: #007a92;
}

/* line 410, ../sass/style.sass */
li.has-notes textarea {
  width: 65%;
}

/* line 412, ../sass/style.sass */
p.notes {
  float: right;
  width: 30%;
}

/* line 415, ../sass/style.sass */
.cat-heading {
  border-bottom: 1px solid #d1d2d3;
  padding-bottom: 0.5em;
  outline: 0;
  margin-bottom: 0.75em;
}

/* line 421, ../sass/style.sass */
.sub-list input {
  float: left;
  margin-right: 0.5em;
}
/* line 424, ../sass/style.sass */
.sub-list > li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #d1d2d3;
  *zoom: 1;
  float: left;
  width: 100%;
}
/* line 13, ../sass/sass/_mixins.sass */
.sub-list > li:before, .sub-list > li:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.sub-list > li:after {
  clear: both;
}
/* line 431, ../sass/style.sass */
.sub-list > label span {
  font-family: Museo-500, Arial, sans-serif;
}
/* line 433, ../sass/style.sass */
.sub-list label {
  float: left;
  cursor: pointer;
  width: 100%;
  padding: 0.25em 0 0.75em 0;
  margin-bottom: 0;
}
/* line 439, ../sass/style.sass */
.sub-list label a {
  color: #007a92;
}
/* line 442, ../sass/style.sass */
.sub-list label h2 {
  padding-top: 10px;
  float: left;
  margin-bottom: 0;
}
/* line 446, ../sass/style.sass */
.sub-list label h3 {
  float: left;
}
/* line 448, ../sass/style.sass */
.sub-list label h4, .sub-list label h5, .sub-list label h6 {
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  font-size: 1em;
  margin-left: 3em;
  padding-top: 0.1em;
  font-weight: bold;
}
/* line 455, ../sass/style.sass */
.sub-list h2 {
  margin-bottom: 0;
  font-size: 1.333em;
}
/* line 457, ../sass/style.sass */
.sub-list h2 a {
  color: #007a92;
}
/* line 460, ../sass/style.sass */
.sub-list p {
  float: left;
  margin-bottom: 1em;
}
/* line 463, ../sass/style.sass */
.sub-list p.notes {
  float: right;
}

/* line 465, ../sass/style.sass */
.appendix-check {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 467, ../sass/style.sass */
li .groups:not(:first-of-type) {
  border-top: 1px solid #d1d2d3;
}

/* line 469, ../sass/style.sass */
.group-subtests {
  margin-bottom: 1em;
  float: left;
}
/* line 472, ../sass/style.sass */
.group-subtests td {
  padding: 0;
}
/* line 474, ../sass/style.sass */
.group-subtests td input {
  border: 1px solid #d1d2d3;
  padding: 3px;
}
/* line 478, ../sass/style.sass */
.group-subtests tr td:first-child, .group-subtests tr th:first-child {
  padding-left: 1em;
}

/* line 481, ../sass/style.sass */
.cols-2 td {
  width: 50%;
}

/* line 484, ../sass/style.sass */
.cols-3 td {
  width: 33%;
}

/* line 487, ../sass/style.sass */
.cols-4 td {
  width: 25%;
}

/* line 489, ../sass/style.sass */
.group {
  font-family: Helvetica, Arial, sans-serif;
}

/* line 491, ../sass/style.sass */
h4.group {
  font-weight: bold;
  margin-top: 1em;
  margin-left: 1em;
}

/* line 495, ../sass/style.sass */
.overall {
  font-style: italic;
}

/* line 497, ../sass/style.sass */
.main-list .test-check {
  margin-bottom: 0.5em;
}

/* line 499, ../sass/style.sass */
.subtests {
  float: left;
  clear: both;
  margin-left: 15px;
}
/* line 503, ../sass/style.sass */
.subtests div {
  margin-left: 15px;
}
/* line 505, ../sass/style.sass */
.subtests textarea {
  width: 652px;
  font-size: 1em;
}
/* line 508, ../sass/style.sass */
.subtests li {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 2em;
}
/* line 514, ../sass/style.sass */
.subtests li .row-actions li {
  margin-bottom: 0;
}
/* line 516, ../sass/style.sass */
.subtests h4 {
  margin: 1em 0;
}
/* line 518, ../sass/style.sass */
.subtests h5 {
  margin-bottom: 0.5em;
}
/* line 520, ../sass/style.sass */
.subtests h5, .subtests label {
  font-size: 1em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 524, ../sass/style.sass */
.subtests h4, .subtests h6 {
  clear: left;
  display: block;
  float: none;
  font-size: 1.167em;
  margin-left: 0;
  padding-top: 0.25em;
}

/* line 531, ../sass/style.sass */
.ui-widget-content {
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.ui-widget-content:before, .ui-widget-content:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.ui-widget-content:after {
  clear: both;
}
/* line 533, ../sass/style.sass */
.ui-widget-content li {
  *zoom: 1;
  margin-bottom: 1em;
}
/* line 13, ../sass/sass/_mixins.sass */
.ui-widget-content li:before, .ui-widget-content li:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.ui-widget-content li:after {
  clear: both;
}

/* line 537, ../sass/style.sass */
.control-group {
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.control-group:before, .control-group:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.control-group:after {
  clear: both;
}

/* line 539, ../sass/style.sass */
.form-controls {
  margin-top: 1em;
}
/* line 541, ../sass/style.sass */
.form-controls .button {
  width: 68px;
}
/* line 543, ../sass/style.sass */
.form-controls .button input {
  width: 68px;
}
/* line 545, ../sass/style.sass */
.form-controls .button-arrow {
  width: 56px;
}
/* line 547, ../sass/style.sass */
.form-controls .button-arrow input {
  width: 56px;
}

/* line 550, ../sass/style.sass */
.main-form {
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.main-form:before, .main-form:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.main-form:after {
  clear: both;
}
/* line 552, ../sass/style.sass */
.main-form p, .main-form fieldset {
  clear: both;
  float: left;
  margin-bottom: 1em;
}
/* line 556, ../sass/style.sass */
.main-form label, .main-form legend {
  float: left;
  width: 200px;
  margin-right: 15px;
  clear: left;
  font-weight: bold;
  font-size: 1.167em;
  color: #58595b;
  margin-top: 0.6em;
}
/* line 565, ../sass/style.sass */
.main-form label.error, .main-form legend.error {
  color: #c10056;
}
/* line 567, ../sass/style.sass */
.main-form input, .main-form select {
  float: left;
  margin-right: 0.5em;
}
/* line 571, ../sass/style.sass */
.main-form fieldset legend, .main-form fieldset select, .main-form fieldset .radio {
  float: left;
}
/* line 573, ../sass/style.sass */
.main-form fieldset .radio {
  width: inherit;
  clear: none;
}
/* line 576, ../sass/style.sass */
.main-form fieldset label {
  width: 100%;
}
/* line 578, ../sass/style.sass */
.main-form select, .main-form option {
  font-size: 1em;
}
/* line 580, ../sass/style.sass */
.main-form .radio {
  font-weight: normal;
}
/* line 582, ../sass/style.sass */
.main-form .radio input {
  margin-right: 0.5em;
}
/* line 584, ../sass/style.sass */
.main-form .radio input, .main-form .radio span {
  float: left;
}
/* line 586, ../sass/style.sass */
.main-form .radio span {
  width: 555px;
}

/* line 589, ../sass/style.sass */
.main-form .textfields, .main-list .textfields {
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 1em;
}
/* line 594, ../sass/style.sass */
.main-form .textfields legend, .main-list .textfields legend {
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 597, ../sass/style.sass */
.main-form .textfields label, .main-list .textfields label {
  width: 200px;
}

/* line 599, ../sass/style.sass */
.textinput, .main-form input[type='password'] {
  font-family: Helvetica, Arial, sans-serif;
  border: 1px solid #d1d2d3;
  padding: 9px 8px;
  font-size: 1.167em;
  width: 340px;
  line-height: 1.2;
}

/* line 607, ../sass/style.sass */
.empty .textinput {
  border: 1px solid #ededee;
}
/* line 609, ../sass/style.sass */
.empty label, .empty legend {
  color: #BCBDBD;
}

/* line 612, ../sass/style.sass */
.customSelect {
  background: #FFF url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 95% 50%;
  border: 1px solid #d1d2d3;
  padding: 9px 8px;
  width: 235px;
  font-size: 1.167em;
}

/* line 618, ../sass/style.sass */
.customSelectInner {
  width: 200px !important;
}

/* line 621, ../sass/style.sass */
fieldset .customSelect {
  width: 60px;
  margin-right: 5px;
}

/* line 626, ../sass/style.sass */
.list-form .sub-list {
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.list-form .sub-list:before, .list-form .sub-list:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.list-form .sub-list:after {
  clear: both;
}
/* line 628, ../sass/style.sass */
.list-form .sub-list label {
  width: 100%;
}
/* line 631, ../sass/style.sass */
.list-form .sub-list ul li, .list-form .sub-list ul p {
  margin-left: 0.5em;
}
/* line 633, ../sass/style.sass */
.list-form fieldset {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 1em;
  margin-bottom: 1em;
  *zoom: 1;
}
/* line 13, ../sass/sass/_mixins.sass */
.list-form fieldset:before, .list-form fieldset:after {
  display: table;
  content: "";
}
/* line 17, ../sass/sass/_mixins.sass */
.list-form fieldset:after {
  clear: both;
}
/* line 639, ../sass/style.sass */
.list-form fieldset p {
  margin-bottom: 1em;
}
/* line 641, ../sass/style.sass */
.list-form fieldset h3 {
  font-size: 1.167em;
  margin: 1em 0 0.5em 0;
}
/* line 644, ../sass/style.sass */
.list-form fieldset .sub-list {
  margin-bottom: 1em;
}
/* line 646, ../sass/style.sass */
.list-form fieldset fieldset {
  border: none;
}
/* line 648, ../sass/style.sass */
.list-form fieldset fieldset label {
  float: none;
}
/* line 650, ../sass/style.sass */
.list-form legend {
  font-family: Museo-500, Arial, sans-serif;
  font-size: 1.167em;
}
/* line 653, ../sass/style.sass */
.list-form label {
  width: 100px;
  float: left;
  font-weight: bold;
}
/* line 657, ../sass/style.sass */
.list-form label span {
  float: left;
  margin-bottom: 0.25em;
  line-height: 1.2;
  width: 650px;
}
/* line 663, ../sass/style.sass */
.list-form table {
  margin-bottom: 1em;
}
/* line 665, ../sass/style.sass */
.list-form table td {
  padding: 5px;
  vertical-align: middle;
}
/* line 668, ../sass/style.sass */
.list-form table input {
  float: none;
  width: 4em;
  margin: 0;
}

/* line 674, ../sass/style.sass */
.login {
  background: #f2f2f2;
}
/* line 676, ../sass/style.sass */
.login .container {
  background: transparent;
  width: 340px;
  margin: 210px auto 20px auto;
  text-align: center;
}
/* line 681, ../sass/style.sass */
.login .container .logo {
  margin: 0 auto 20px auto;
  display: block;
  float: none;
}
/* line 685, ../sass/style.sass */
.login .content {
  text-align: left;
  background: #FFF;
  width: 280px;
  padding: 18px 30px;
  margin-bottom: 1.5em;
}
/* line 691, ../sass/style.sass */
.login h1 {
  font-size: 1.333em;
  color: #007a92;
  margin-bottom: 1.125em;
}
/* line 695, ../sass/style.sass */
.login h1 span {
  color: #999;
}
/* line 697, ../sass/style.sass */
.login h2 {
  margin-bottom: 0.5em;
}
/* line 699, ../sass/style.sass */
.login p {
  margin-bottom: 1em;
}
/* line 701, ../sass/style.sass */
.login .flash_error {
  color: #c10056;
  margin-bottom: 1em;
}

/* line 704, ../sass/style.sass */
.login-content {
  margin: 0 auto;
  width: 260px;
}

/* line 708, ../sass/style.sass */
.form-signin label {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
/* line 711, ../sass/style.sass */
.form-signin .controls input {
  width: 238px;
  border: 1px solid #d1d2d3;
  background: #f1f1f1;
  color: #58595b;
  padding: 15px 10px;
  margin-bottom: 20px;
}

/* line 718, ../sass/style.sass */
.lost-password-login {
  float: right;
  margin-top: 12px;
}

/* line 723, ../sass/style.sass */
.screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 725, ../sass/style.sass */
.invisible {
  visibility: hidden;
}

/* line 727, ../sass/style.sass */
.visible {
  visibility: visible;
}

/* line 731, ../sass/style.sass */
.button-l {
  height: 30px;
  overflow: hidden;
}
/* line 734, ../sass/style.sass */
.button-l .button {
  border: none;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #FFF;
  height: 30px;
  position: relative;
  background: #c4ca24;
  margin: 0px 24px 0px 0px;
  padding: 6px;
}
/* line 745, ../sass/style.sass */
.button-l .button:hover {
  background: #9fa825;
  cursor: pointer;
  color: #FFF;
}
/* line 749, ../sass/style.sass */
.button-l .button:hover:after {
  border-left-color: #9fa825;
}
/* line 751, ../sass/style.sass */
.button-l .button:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 760, ../sass/style.sass */
.button-l .button:after {
  border-left-color: #C4CA24;
  border-width: 15px;
  margin-top: -15px;
}

/* line 765, ../sass/style.sass */
.button-s {
  height: 26px;
  overflow: hidden;
}
/* line 768, ../sass/style.sass */
.button-s input {
  border: none;
  background: transparent;
  color: #FFF;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
/* line 774, ../sass/style.sass */
.button-s input:hover {
  cursor: pointer;
}
/* line 776, ../sass/style.sass */
.button-s .button, .button-s .button-arrow, .button-s .button-arrow-prev {
  text-align: center;
  float: left;
  font-size: 1.167em;
  color: #FFF;
  height: 14px;
  padding: 6px;
  background: #c4ca24;
}
/* line 784, ../sass/style.sass */
.button-s .button {
  margin-right: 2px;
  background: #c4ca24;
}
/* line 787, ../sass/style.sass */
.button-s .button.delete {
  background: #d1d2d3;
}
/* line 789, ../sass/style.sass */
.button-s .button:hover {
  background: #9fa825;
  cursor: pointer;
}
/* line 794, ../sass/style.sass */
.button-s .button-arrow {
  position: relative;
  margin: 0 24px 0 0;
}
/* line 797, ../sass/style.sass */
.button-s .button-arrow.next {
  background: #d1d2d3;
}
/* line 799, ../sass/style.sass */
.button-s .button-arrow.next:after {
  border-left-color: #d1d2d3;
}
/* line 801, ../sass/style.sass */
.button-s .button-arrow:hover {
  background: #9fa825;
  cursor: pointer;
  color: #FFF;
}
/* line 805, ../sass/style.sass */
.button-s .button-arrow:hover.next {
  background: #c4ca24;
}
/* line 807, ../sass/style.sass */
.button-s .button-arrow:hover.next:after {
  border-left-color: #c4ca24;
}
/* line 809, ../sass/style.sass */
.button-s .button-arrow:hover:after {
  border-left-color: #9fa825;
}
/* line 811, ../sass/style.sass */
.button-s .button-arrow:after {
  left: 99%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 820, ../sass/style.sass */
.button-s .button-arrow:after {
  border-left-color: #C4CA24;
  border-width: 15px;
  margin-top: -15px;
}
/* line 826, ../sass/style.sass */
.button-s .button-arrow-prev {
  position: relative;
  margin: 0 0 0 15px;
}
/* line 829, ../sass/style.sass */
.button-s .button-arrow-prev.prev {
  background: #d1d2d3;
}
/* line 831, ../sass/style.sass */
.button-s .button-arrow-prev.prev:before {
  border-right-color: #d1d2d3;
}
/* line 833, ../sass/style.sass */
.button-s .button-arrow-prev:hover {
  background: #9fa825;
  cursor: pointer;
  color: #FFF;
}
/* line 837, ../sass/style.sass */
.button-s .button-arrow-prev:hover.next {
  background: #c4ca24;
}
/* line 839, ../sass/style.sass */
.button-s .button-arrow-prev:hover.next:before {
  border-right-color: #c4ca24;
}
/* line 841, ../sass/style.sass */
.button-s .button-arrow-prev:hover:before {
  border-right-color: #9fa825;
}
/* line 843, ../sass/style.sass */
.button-s .button-arrow-prev:before {
  right: 99%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 852, ../sass/style.sass */
.button-s .button-arrow-prev:before {
  border-right-color: #C4CA24;
  border-width: 15px;
  margin-top: -15px;
}

/* line 859, ../sass/style.sass */
.sub-list .error-arrow {
  margin: 2px 0 0 5px;
}

/* line 862, ../sass/style.sass */
.error-arrow {
  height: 3px;
  font-size: 12px;
  position: relative;
  background: #FFF;
  border: 1px solid #c10056;
  padding: 2px 10px 11px 10px;
  width: 40px;
}

/* line 870, ../sass/style.sass */
.error-arrow:after, .error-arrow:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 879, ../sass/style.sass */
.error-arrow:after {
  border-right-color: #FFF;
  border-width: 8px;
  margin-top: -8px;
}

/* line 883, ../sass/style.sass */
.error-arrow:before {
  border-right-color: #c10056;
  border-width: 9px;
  margin-top: -9px;
}

/* line 888, ../sass/style.sass */
.error {
  color: #c10056;
}

/* line 890, ../sass/style.sass */
.notice {
  color: #007a92;
}

/* line 892, ../sass/style.sass */
.success {
  color: #c4ca24;
}

/* line 894, ../sass/style.sass */
.errormessage {
  font-size: 1.167em;
  margin-bottom: 1em;
}

/* line 900, ../sass/style.sass */
.ui-datepicker {
  background: #FFF;
  padding: 1em;
  margin-left: 5px;
  border: 1px solid #ededee;
  box-shadow: 2px 2px 2px #ddd;
  display: none;
}
/* line 907, ../sass/style.sass */
.ui-datepicker th, .ui-datepicker td {
  padding: 0.5em;
}
/* line 909, ../sass/style.sass */
.ui-datepicker td {
  text-align: right;
}

/* line 911, ../sass/style.sass */
.ui-datepicker-today {
  background: #ccc;
}

/* line 913, ../sass/style.sass */
.ui-datepicker-prev {
  cursor: pointer;
  float: left;
  padding: 0 1em 0.5em 0;
}
/* line 917, ../sass/style.sass */
.ui-datepicker-prev:before {
  content: "‹";
  float: left;
  margin-right: 0.25em;
}

/* line 921, ../sass/style.sass */
.ui-datepicker-next {
  cursor: pointer;
  float: right;
  padding: 0 0 0.5em 1em;
}
/* line 925, ../sass/style.sass */
.ui-datepicker-next:before {
  content: "›";
  float: right;
  margin-left: 0.25em;
}

/* line 929, ../sass/style.sass */
.ui-datepicker-title {
  clear: both;
  text-align: center;
  padding: 0.25em 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 936, ../sass/style.sass */
.accordion h2 {
  cursor: pointer;
  border-bottom: 1px solid #d1d2d3;
  margin-bottom: 0.75em;
  outline: 0 none;
  padding-bottom: 0.5em;
}
/* line 942, ../sass/style.sass */
.accordion h2:before {
  content: "+";
  float: left;
  height: 20px;
  width: 20px;
  border: 1px solid #4d4d4d;
  border-radius: 12px;
  text-align: center;
  margin: -2px 0.5em 0 0;
  font-weight: bold;
}

/* line 953, ../sass/style.sass */
.accordion h2.opened:before {
  content: "-";
}

/* line 956, ../sass/style.sass */
.pw-strength {
  float: left;
  clear: both;
  width: 150px;
  font-size: 1.167em;
  height: 24px;
  text-align: center;
  border-top: 1px solid #EDEDEE;
  border-left: 1px solid #EDEDEE;
  border-bottom: 1px solid #EDEDEE;
  margin-left: 215px;
  position: relative;
}
/* line 968, ../sass/style.sass */
.pw-strength #strength {
  float: left;
  height: 100%;
  background: #c4ca24;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 975, ../sass/style.sass */
.pw-strength p {
  margin: 0;
  position: absolute;
  top: 6px;
  width: 142px;
}
/* line 981, ../sass/style.sass */
.pw-strength .arrow {
  position: absolute;
  right: -2px;
  top: -1px;
  height: 27px;
  width: 8px;
  display: block;
  background: transparent url(/img/sprite.png) -504px -97px no-repeat;
}

/* line 989, ../sass/style.sass */
.ci {
  display: block;
}
/* line 991, ../sass/style.sass */
.ci span {
  float: left;
}

/* line 993, ../sass/style.sass */
.ci-min, .ci-max, .ci-sep {
  width: 3ch;
}

/* line 995, ../sass/style.sass */
.ci-cat {
  margin-left: 1em;
}

/* line 997, ../sass/style.sass */
.ci-sep {
  text-align: center;
}

/* line 999, ../sass/style.sass */
.ci-max {
  text-align: right;
}

/* line 1004, ../sass/style.sass */
.main-form .btn-sm, .main-form .btn-group-sm > .btn {
  padding: 5px 7px;
}

/* line 1007, ../sass/style.sass */
.note-editable ol li {
  list-style: decimal;
  margin-left: 0.5em;
}
/* line 1010, ../sass/style.sass */
.note-editable ul li {
  list-style: outside disc;
}
/* line 1012, ../sass/style.sass */
.note-editable ol, .note-editable ul {
  margin-left: 1em;
  clear: left;
}
/* line 1015, ../sass/style.sass */
.note-editable p {
  margin-bottom: 1em;
  font-size: 14px;
  float: none;
}

/* line 1020, ../sass/style.sass */
.main-list .note-editor {
  margin-bottom: 1em;
}

/* line 1025, ../sass/style.sass */
.pagination {
  text-align: center;
  margin-top: 2em;
}
/* line 1028, ../sass/style.sass */
.pagination li {
  display: inline-block;
  font-size: 110%;
}
/* line 1031, ../sass/style.sass */
.pagination li a {
  color: #007a92;
}
/* line 1033, ../sass/style.sass */
.pagination li a, .pagination li span {
  padding: 0.5em;
}

.blurb p {
  margin:10px 0;
}
.blurb li {
  list-style:disc;
  margin-left:20px;
}
.blurb ul.dashboard li{
  list-style:none;
}
.indent_q {
  border-left:20px solid white;
}
/* line 609, ../sass/style.sass */
.paq-form .empty label, .paq-form .empty legend {
  color:inherit;
}
.paq-form input[type='checkbox'] {
  margin-top:12px;
}
.greyed.button, .greyed.button:hover  {
  background-color:#d1d2d3;
  cursor:;
}

.greyed input:hover {
  cursor: default;
}

,
input:-moz-read-only { /* For Firefox */
  color:#97989b;
}

input:read-only { 
  color:#97989b;
}
.main-form span.readonly label {
  color:#97989b;
}

.wider_select {
  width:340px !important;
}