/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  td.column_type_color .menu .text_wrapper {
    color: white !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    /* page-break-inside: avoid; */
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    /* page-break-inside: avoid; */
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
  background: #c4c4c4;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 400;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn:not(.ds-btn) {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  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;
}
.btn:not(.ds-btn):focus,
.btn:not(.ds-btn):active:focus,
.btn:not(.ds-btn).active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:not(.ds-btn):hover,
.btn:not(.ds-btn):focus {
  color: #333;
  text-decoration: none;
}
.btn:not(.ds-btn):active,
.btn:not(.ds-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);
}
.btn:not(.ds-btn).disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: "Glyphicons Halflings";

  src: url(https://cdn.monday.com/../fonts/glyphicons-halflings-regular.eot);
  src: url(https://cdn.monday.com/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),
    url(https://cdn.monday.com/../fonts/glyphicons-halflings-regular.woff) format("woff"),
    url(https://cdn.monday.com/../fonts/glyphicons-halflings-regular.ttf) format("truetype"),
    url(https://cdn.monday.com/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  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);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -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);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#80000000',
      endColorstr='#00000000',
      GradientType=1
    );
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#00000000',
      endColorstr='#80000000',
      GradientType=1
    );
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: none;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* line 3, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-success {
  background-color: #abe4d7;
  border-color: #48cfad;
  color: #369c82;
}

/* line 7, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-success a {
  color: #369c82;
  text-decoration: underline;
}

/* line 13, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-warning {
  background-color: #fddce2;
  border-color: #f65f7c;
  color: #b9485d;
}

/* line 17, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-warning a {
  color: #b9485d;
  text-decoration: underline;
}

/* line 23, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-danger {
  background-color: #fddce2;
  border-color: #f65f7c;
  color: #b9485d;
}

/* line 27, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.alert-danger a {
  color: #b9485d;
  text-decoration: underline;
}

/* line 33, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
body.modal-open {
  overflow: inherit;
}

/* line 37, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal {
  overflow: inherit;
  overflow-y: inherit;
}

/* line 42, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

/* line 48, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-content {
  background-color: var(--primary-background-color);
}

/* line 50, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-content .modal-title,
.modal-content .modal-body {
  color: var(--primary-text-color);
}

/* line 54, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-content .bootbox-close-button {
  color: var(--icon-color);
  opacity: 0.75;
}

/* line 57, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-content .bootbox-close-button:hover {
  opacity: 1;
}

/* line 63, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.fade {
  -webkit-transition: opacity 0.05s linear;
  transition: opacity 0.05s linear;
}

/* line 71, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer {
  border-top: 1px solid;
  border-top-color: var(--layout-border-color);
}

/* line 74, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .btn {
  border-radius: var(--border-radius-small);
}

/* line 76, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .btn[data-bb-handler="cancel"] {
  color: var(--primary-text-color);
  margin-right: 8px;
}

/* line 79, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .btn[data-bb-handler="cancel"]:hover {
  background-color: var(--primary-background-hover-color);
  color: var(--primary-text-color);
}

/* line 86, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button {
  outline: none;
  border: none;
  border-radius: var(--border-radius-small);
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: var(--motion-productive-short) transform, var(--motion-productive-medium) var(--motion-timing-transition) min-width;
  transition: var(--motion-productive-short) transform, var(--motion-productive-medium) var(--motion-timing-transition) min-width;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  --element-width: 32;
  --element-height: 32;
  min-width: var(--element-width);
}

/* line 102, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button:active {
  -webkit-transform: scale(0.95) translate3d(0, 0, 0);
          transform: scale(0.95) translate3d(0, 0, 0);
}

/* line 106, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.color-primary {
  background: var(--primary-color);
}

/* line 108, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.color-primary:hover:not(:active) {
  background: var(--primary-hover-color);
}

/* line 112, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.color-negative {
  background: var(--negative-color);
}

/* line 115, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.kind-primary {
  color: var(--text-color-on-primary);
}

/* line 118, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.kind-tertiary {
  color: var(--primary-text-color);
  background: rgba(0, 0, 0, 0);
}

/* line 121, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.kind-tertiary:hover:not(:active) {
  background: var(--primary-background-hover-color);
}

/* line 125, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.margin-right {
  margin-right: var(--spacing-small);
}

/* line 128, app/assets/javascripts/lib/bootstrap/bootstrap-override.scss */
.modal-dialog .modal-footer .monday-style-button.size-medium {
  padding: var(--spacing-small) var(--spacing-medium);
  height: 40px;
}
/*! jQuery UI - v1.10.4 - 2014-05-07
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-hidden {
  display: none;
}

/* line 12, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 22, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 32, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

/* line 38, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 41, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 44, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 54, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 61, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 70, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 82, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 89, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 95, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 102, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 106, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 113, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 120, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 128, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 134, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 139, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 144, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu-icons {
  position: relative;
}

/* line 147, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 153, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 160, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 164, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 169, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 173, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: none;
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 179, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/* Component containers
----------------------------------*/
/* line 185, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 189, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 192, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 199, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #eeeeee;
  color: #333333;
}

/* line 204, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-content a {
  color: #333333;
}

/* line 207, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828;
  color: #ffffff;
  font-weight: bold;
}

/* line 213, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
/* line 219, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  font-weight: bold;
  color: #1c94c4;
}

/* line 227, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}

/* line 233, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce;
  font-weight: bold;
  color: #c77405;
}

/* line 244, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

/* line 255, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff;
  font-weight: bold;
  color: #eb8f00;
}

/* line 263, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 272, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c;
  color: #363636;
}

/* line 279, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 284, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900;
  color: #ffffff;
}

/* line 291, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

/* line 296, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

/* line 301, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 306, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 313, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 320, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 328, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 332, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_222222_256x240.png);
}

/* line 336, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-header .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_ffffff_256x240.png);
}

/* line 339, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-default .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_ef8c08_256x240.png);
}

/* line 342, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_ef8c08_256x240.png);
}

/* line 346, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-active .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_ef8c08_256x240.png);
}

/* line 349, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-highlight .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_228ef1_256x240.png);
}

/* line 352, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(https://cdn.monday.com/images/images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
/* line 358, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 359, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 360, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 361, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 362, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 363, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 364, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 365, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 366, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 367, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 368, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 369, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 370, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 371, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 372, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 373, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 374, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 375, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 376, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 377, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 378, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 379, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 380, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 381, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 382, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 383, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 384, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 385, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 386, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 387, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 388, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 389, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 390, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 391, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 392, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 393, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 394, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 395, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 396, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 397, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 398, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 399, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 400, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 401, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 402, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 403, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 404, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 405, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 406, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 407, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 408, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 409, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 410, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 411, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 412, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 413, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 414, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 415, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 416, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 417, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 418, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 419, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 420, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 421, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 422, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 423, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 424, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 425, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 426, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 427, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 428, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 429, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 430, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 431, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 432, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 433, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 434, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 435, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 436, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 437, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 438, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 439, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 440, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 441, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 442, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 443, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 444, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 445, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 446, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 447, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 448, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 449, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 450, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 451, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 452, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 453, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 454, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 455, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 456, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 457, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 458, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 459, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 460, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 461, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 462, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 463, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 464, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 465, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 466, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 467, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 468, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 469, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 470, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 471, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 472, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 473, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 474, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 475, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 476, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 477, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 478, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 479, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 480, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 481, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 482, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 483, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 484, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 485, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 486, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 487, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 488, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 489, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 490, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 491, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 492, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 493, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 494, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 496, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 497, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 498, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 499, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 500, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 501, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 502, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 503, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 504, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 505, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 506, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 507, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 508, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 509, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 510, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 511, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 512, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 513, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 514, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 515, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 516, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 517, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 518, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 519, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 520, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 521, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 522, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 523, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 524, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 525, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 526, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 527, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 528, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 529, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 530, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 531, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 532, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 533, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 540, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 546, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 552, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 558, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 566, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-overlay {
  background: #666666 url(https://cdn.monday.com/images/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

/* line 571, app/assets/javascripts/lib/jquery/jqueryui/jquery-ui-1.10.4.custom.scss */
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(https://cdn.monday.com/images/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: Alpha(Opacity=20);
  border-radius: 5px;
}

/* e.g confirmation dialog */
/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 5, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100008020;
}

/* line 29, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-skin {
  position: relative;
  background-color: var(--primary-background-color);
  color: var(--primary-text-color);
  text-shadow: none;
}

/* line 36, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-opened {
  z-index: 100008030;
}

/* line 40, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
#select2-drop {
  z-index: 100008010;
}

/* line 44, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 50, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-outer,
.fancybox-inner {
  position: relative;
}

/* line 55, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 59, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 63, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 71, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 78, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 83, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(https://cdn.monday.com/images/fancybox_sprite.png);
}

/* line 90, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 100008060;
}

/* line 102, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(https://cdn.monday.com/images/fancybox_loading.gif) center center no-repeat;
}

/* line 108, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 100008040;
}

/* line 118, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(https://cdn.monday.com/images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 100008040;
}

/* line 130, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 134, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 138, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 100008040;
  visibility: hidden;
}

/* line 149, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 154, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 159, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 163, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 175, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-lock {
  overflow: hidden;
}

/* line 179, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 100008010;
  background: var(--react-modal-background);
}

/* line 188, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-overlay.file-upload-dialog {
  z-index: 100000001;
}

/* line 193, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 199, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 206, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 100008050;
}

/* line 214, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 218, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 100008050;
  text-align: center;
}

/* line 227, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 243, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 249, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 253, app/assets/javascripts/lib/jquery/fancybox2/jquery.fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* e.g confirmation dialog */
/* line 3, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100008050;
}

/* line 10, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons.top {
  top: 10px;
}

/* line 14, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons.bottom {
  bottom: 10px;
}

/* line 18, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), color-stop(50%, #343434), color-stop(50%, #292929), to(#333333));
  background: linear-gradient(to bottom, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

/* line 41, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0;
}

/* line 47, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-image: url(https://cdn.monday.com/images/fancybox_buttons.png);
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8;
}

/* line 58, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a:hover {
  opacity: 1;
}

/* line 62, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPrev {
  background-position: 5px 0;
}

/* line 66, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e;
}

/* line 71, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPlay {
  background-position: 0 -30px;
}

/* line 75, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px;
}

/* line 79, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px;
}

/* line 86, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px;
}

/* line 90, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px;
}

/* line 96, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-buttons.scss */
#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default;
}

/* line 1, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
.btnDownloadOriginal, .btnDownloadAllImages {
  text-indent: 0 !important;
  background-image: none !important;
  color: white;
  width: auto !important;
  padding: 6px 10px 0px 10px;
  border-left: 1px solid #111;
  border-right: 1px solid #3E3E3E;
  height: 24px !important;
  white-space: nowrap;
}

/* line 12, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
.btnDownloadOriginal:hover, .btnDownloadOriginal:focus, .btnDownloadAllImages:hover, .btnDownloadAllImages:focus {
  text-decoration: none;
  color: #e1e1e1;
}

/* line 18, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons ul.with_original_button {
  width: 303px;
}

/* line 22, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons ul.with_download_all_button {
  width: 390px;
}

/* line 25, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons ul.with_download_all_button .post_download_all_images_wrapper {
  color: inherit;
  font-size: inherit;
  height: inherit;
  display: inherit;
  margin-left: inherit;
  border-left: inherit;
  padding-left: inherit;
}

/* line 38, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons .post_download_all_images_wrapper a {
  color: #fff;
  display: inline-block;
}

/* line 43, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons .post_download_all_images_wrapper .downloading {
  display: none;
}

/* line 46, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-original_image.scss */
#fancybox-buttons .post_download_all_images_wrapper .fa-spin {
  color: #fff;
  margin-left: 40px;
  margin-top: 5px;
  font-size: 18px;
  display: none;
}

/* e.g confirmation dialog */
/* line 3, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 100008050;
}

/* line 11, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs.bottom {
  bottom: 2px;
}

/* line 15, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs.top {
  top: 2px;
}

/* line 19, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 26, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
}

/* line 32, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff;
}

/* line 38, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li:hover {
  opacity: 1;
}

/* line 42, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none;
}

/* line 51, app/assets/javascripts/lib/jquery/fancybox2/helpers/jquery.fancybox-thumbs.scss */
#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
}

/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 27, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-animate-hide {
  display: none !important;
}

/* line 31, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn 0.2s ease-in-out;
          animation: fadeIn 0.2s ease-in-out;
}

/* line 36, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-fadeOut {
  opacity: 1;
  -webkit-animation: fadeOut 0.2s ease-in-out;
          animation: fadeOut 0.2s ease-in-out;
}

@font-face {
  font-family: "Redactor";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 49, app/assets/javascripts/lib/redactor/redactor.css */
[class^="re-icon-"],
[class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Redactor" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 63, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-aligncenter:before {
  content: "\e900";
}

/* line 67, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901";
}

/* line 72, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-alignright:before {
  content: "\e902";
}

/* line 76, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-bold:before {
  content: "\e903";
}

/* line 80, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-bookmark:before {
  content: "\e904";
}

/* line 84, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-clips:before {
  content: "\e905";
}

/* line 88, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-codesnippets:before {
  content: "\e906";
}

/* line 92, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-deleted:before {
  content: "\e907";
}

/* line 96, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-expand:before {
  content: "\e908";
}

/* line 100, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-file:before {
  content: "\e909";
}

/* line 104, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-fontcolor:before {
  content: "\e90a";
}

/* line 108, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-fontfamily:before {
  content: "\e90b";
}

/* line 112, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-fontsize:before {
  content: "\e90c";
}

/* line 116, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-format:before {
  content: "\e90d";
}

/* line 120, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-html:before {
  content: "\e90e";
}

/* line 124, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-imagecenter:before {
  content: "\e90f";
}

/* line 128, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-imageleft:before {
  content: "\e910";
}

/* line 132, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-imageright:before {
  content: "\e911";
}

/* line 136, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-image:before {
  content: "\e912";
}

/* line 140, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-indent:before {
  content: "\e913";
}

/* line 144, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-inline:before {
  content: "\e914";
}

/* line 148, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-italic:before {
  content: "\e915";
}

/* line 152, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916";
}

/* line 157, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-link:before {
  content: "\e917";
}

/* line 161, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918";
}

/* line 166, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-outdent:before {
  content: "\e919";
}

/* line 170, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-properties:before {
  content: "\e91a";
}

/* line 174, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-readmore:before {
  content: "\e91b";
}

/* line 178, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-redo:before {
  content: "\e91c";
}

/* line 182, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-retract:before {
  content: "\e91d";
}

/* line 186, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-specialcharacters:before {
  content: "\e91e";
}

/* line 190, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-sub:before {
  content: "\e91f";
}

/* line 194, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-sup:before {
  content: "\e920";
}

/* line 198, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-table:before {
  content: "\e921";
}

/* line 202, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-textdirection:before {
  content: "\e922";
}

/* line 206, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-toggle:before {
  content: "\e923";
}

/* line 210, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-underline:before {
  content: "\e924";
}

/* line 214, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-undo:before {
  content: "\e925";
}

/* line 218, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926";
}

/* line 224, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-variable:before {
  content: "\e927";
}

/* line 228, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-video:before {
  content: "\e928";
}

/* line 232, app/assets/javascripts/lib/redactor/redactor.css */
.re-icon-widget:before {
  content: "\e929";
}

/* line 236, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}

/* line 241, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

/* line 246, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 254, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box.redactor-inline {
  position: static;
}

/* line 258, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box.validation-error,
.redactor-box.validation-error.redactor-focus,
.redactor-box.validation-error.redactor-focus.redactor-styles-on {
  border-color: var(--negative-color) !important;
}

/* line 264, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-focus.redactor-styles-on,
.redactor-focus.redactor-styles-on:focus {
  border-color: #82b7ec !important;
}

/* line 269, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-over.redactor-styles-on:hover {
  border-color: #ee698a !important;
}

/* line 273, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}

/* line 278, app/assets/javascripts/lib/redactor/redactor.css */
.grey-out {
  opacity: 0.5;
}

/* line 282, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 288, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in:focus {
  outline: none;
}

/* line 292, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-inline .redactor-in {
  overflow: hidden;
}

/* line 296, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in *,
.redactor-read-only * {
  outline: none !important;
}

/* line 301, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty,
.redactor-in div[data-redactor-tag="br"]:empty,
.redactor-in div[data-redactor-tag="tbr"]:empty {
  min-height: 1.5em;
}

/* line 314, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in div[data-redactor-tag="br"],
.redactor-in div[data-redactor-tag="tbr"] {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 320, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in strong:empty,
.redactor-in b:empty,
.redactor-in em:empty,
.redactor-in i:empty,
.redactor-in span:empty,
.redactor-in sup:empty,
.redactor-in sub:empty,
.redactor-in u:empty,
.redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}

/* line 334, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in table {
  empty-cells: show;
}

/* line 338, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}

/* line 345, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none;
}

/* line 353, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in figure[data-redactor-type="line"] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline;
}

/* line 358, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in figure[data-redactor-type="line"] hr {
  margin: 0;
  height: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
}

/* line 365, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-script-tag {
  display: none !important;
}

/* line 369, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component {
  position: relative;
}

/* line 373, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}

/* line 383, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component[data-redactor-type="image"],
.redactor-component[data-redactor-type="widget"] {
  clear: both;
}

/* line 388, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component[data-redactor-type="variable"] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}

/* line 399, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

/* line 403, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active[data-redactor-type="image"] {
  outline: none !important;
}

/* line 406, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active[data-redactor-type="image"] img {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

/* line 410, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active[data-redactor-type="variable"] {
  outline: none !important;
  background: #ee698a;
}

/* line 415, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active[data-redactor-type="video"] {
  outline: none !important;
}

/* line 418, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-active[data-redactor-type="video"] iframe {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}

/* line 422, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}

/* line 425, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type="image"] {
  outline: none !important;
}

/* line 428, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type="image"] img {
  outline: 5px solid #ddd !important;
}

/* line 431, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type="video"] {
  outline: none !important;
}

/* line 434, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type="video"] iframe {
  outline: 5px solid #ddd !important;
}

/* line 437, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type="variable"] {
  outline: none !important;
  background: #ddd;
}

/* line 442, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-component-caret {
  position: absolute;
  left: -9999px;
}

/* line 447, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-textnodes-wrapper {
  display: inline-block;
}

/* line 451, app/assets/javascripts/lib/redactor/redactor.css */
#redactor-image-resizer {
  position: absolute;
  z-index: 9999999999;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}

/* line 462, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 470, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: 0.5;
}

/* line 479, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-file-remover:hover {
  opacity: 1;
}

/* line 483, app/assets/javascripts/lib/redactor/redactor.css */
#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3);
}

/* line 492, app/assets/javascripts/lib/redactor/redactor.css */
#redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}

/* line 498, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}

/* line 519, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}

/* line 523, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: var(--secondary-text-color);
  font-weight: normal;
  cursor: text;
}

/* line 531, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

/* line 537, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}

/* line 541, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-errorbar {
  margin: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

/* line 549, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-errorbar li {
  padding: 0 10px;
}

/* line 553, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar {
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

/* line 562, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar li {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 569, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar li:last-child {
  border-right-color: transparent;
}

/* line 572, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}

/* line 576, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}

/* line 580, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-statusbar:empty {
  display: none;
}

/* line 584, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar-wrapper {
  position: relative;
}

/* line 588, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 602, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}

/* line 606, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 629, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}

/* line 635, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}

/* line 642, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4);
}

/* line 647, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}

/* line 651, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}

/* line 659, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source-view .redactor-toolbar {
  background: #252525;
}

/* line 663, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}

/* line 667, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}

/* line 671, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}

/* line 676, app/assets/javascripts/lib/redactor/redactor.css */
.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
}

/* line 689, app/assets/javascripts/lib/redactor/redactor.css */
.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 4px;
  margin-left: -4px;
}

/* line 704, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}

/* line 709, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97);
}

/* line 717, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}

/* line 723, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air a:hover {
  background: #3d79f2;
}

/* line 727, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* line 732, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}

/* line 736, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}

/* line 748, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-air-helper:hover {
  background: #fff;
}

/* line 752, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-voice-label {
  display: none;
}

/* line 756, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
}

/* line 767, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}

/* line 774, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a:first-child {
  padding-left: 0;
}

/* line 777, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}

/* line 782, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a:before {
  content: "";
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 787, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a:hover {
  color: #fff;
}

/* line 790, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}

/* line 795, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}

/* line 799, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}

/* line 803, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
}

/* line 810, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}

/* line 815, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown {
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}

/* line 831, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}

/* line 837, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 844, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}

/* line 847, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a {
  color: #000;
}

/* line 850, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}

/* line 854, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
}

/* line 859, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-cells {
  margin: 10px auto;
}

/* line 862, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* line 873, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-selector {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

/* line 877, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-selector span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}

/* line 883, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-selector span:hover {
  background: #eee;
}

/* line 886, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee;
}

/* line 892, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

/* line 897, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}

/* line 901, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}

/* line 907, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}

/* line 913, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

/* line 919, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}

/* line 925, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

/* line 931, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}

/* line 938, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px;
}

/* line 951, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000;
}

/* line 960, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal form {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 965, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input,
.redactor-modal select,
.redactor-modal textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 0.5em;
}

/* line 982, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal textarea {
  padding: 0.5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}

/* line 988, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}

/* line 995, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: 0.5em 0.75em;
}

/* line 1000, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
}

/* line 1009, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input[type="radio"],
.redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

/* line 1021, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .form-item {
  margin-bottom: 20px;
}

/* line 1024, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .form-item:last-child {
  margin-bottom: 0;
}

/* line 1027, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 1034, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}

/* line 1037, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
  font-size: 14px;
}

/* line 1043, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal label .desc,
.redactor-modal label .success,
.redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}

/* line 1049, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal label.checkbox {
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}

/* line 1055, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}

/* line 1059, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input:hover,
.redactor-modal textarea:hover,
.redactor-modal select:hover {
  outline: none;
  background-color: #fff;
  border-color: #969fa9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 1067, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input:focus,
.redactor-modal textarea:focus,
.redactor-modal select:focus {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  outline: none;
  background-color: #fff;
  border-color: rgba(0, 125, 255, 0.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 125, 255, 0.5);
          box-shadow: 0 0 3px rgba(0, 125, 255, 0.5);
}

/* line 1076, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input.error,
.redactor-modal textarea.error,
.redactor-modal select.error {
  background-color: rgba(255, 50, 101, 0.1);
  border: 1px solid #ff7f9e;
}

/* line 1082, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input.error:focus,
.redactor-modal textarea.error:focus,
.redactor-modal select.error:focus {
  border-color: #ff3265;
  -webkit-box-shadow: 0 0 1px #ff3265;
          box-shadow: 0 0 1px #ff3265;
}

/* line 1088, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input.success,
.redactor-modal textarea.success,
.redactor-modal select.success {
  background-color: rgba(47, 196, 182, 0.1);
  border: 1px solid #65dacf;
}

/* line 1094, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input.success:focus,
.redactor-modal textarea.success:focus,
.redactor-modal select.success:focus {
  border-color: #2fc4b6;
  -webkit-box-shadow: 0 0 1px #2fc4b6;
          box-shadow: 0 0 1px #2fc4b6;
}

/* line 1100, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal input:disabled,
.redactor-modal input:disabled:hover,
.redactor-modal input.disabled,
.redactor-modal input.disabled:hover,
.redactor-modal textarea:disabled,
.redactor-modal textarea:disabled:hover,
.redactor-modal textarea.disabled,
.redactor-modal textarea.disabled:hover,
.redactor-modal select:disabled,
.redactor-modal select:disabled:hover,
.redactor-modal select.disabled,
.redactor-modal select.disabled:hover {
  resize: none;
  opacity: 0.6;
  cursor: default;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid #cacfd4;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
}

/* line 1121, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
  font-size: 110%;
}

/* line 1128, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .desc {
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
}

/* line 1132, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal span.desc {
  margin-left: 0.25em;
}

/* line 1135, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal div.desc {
  margin-top: 0.25em;
}

/* line 1138, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal span.success,
.redactor-modal span.error {
  font-size: 12px;
  margin-left: 0.25em;
}

/* line 1143, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal div.desc {
  margin-bottom: -0.5em;
}

/* line 1146, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-close {
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 4px;
  color: #000;
  opacity: 0.3;
  cursor: pointer;
}

/* line 1157, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-close:hover {
  opacity: 1;
}

/* line 1160, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-close:before {
  content: "\00d7";
}

/* line 1163, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: #007dff;
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #007dff;
  min-height: 40px;
  outline: none;
  padding: 0.5em 1.25em;
  cursor: pointer;
  line-height: 1.2;
  vertical-align: middle;
  -webkit-appearance: none;
}

/* line 1183, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button:hover {
  outline: none;
  text-decoration: none;
  background: none;
  color: rgba(0, 125, 255, 0.6);
  border-color: rgba(0, 125, 255, 0.5);
}

/* line 1190, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}

/* line 1194, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42, 46, 52, 0.6);
  border-color: rgba(42, 46, 52, 0.5);
}

/* line 1198, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button.redactor-button-danger,
.redactor-modal button.redactor-button-unstyled {
  background: none;
  border-color: transparent;
  color: rgba(42, 46, 52, 0.6);
}

/* line 1204, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal button.redactor-button-danger:hover,
.redactor-modal button.redactor-button-unstyled:hover {
  background: none;
  border-color: transparent;
  color: #ff3265;
  text-decoration: underline;
}

/* line 1211, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 1216, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}

/* line 1221, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* line 1226, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}

/* line 1231, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}

/* line 1236, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}

/* line 1241, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}

/* line 1246, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 1254, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-header:empty {
  display: none;
}

/* line 1258, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px;
}

/* line 1263, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

/* line 1268, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-footer button {
  margin-right: 4px;
}

/* line 1271, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-footer button.redactor-button-unstyled {
  margin-right: 0;
  float: right;
}

/* line 1275, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-footer:empty {
  display: none;
}

/* line 1279, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-tabs {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}

/* line 1284, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-tabs a {
  font-size: 15px;
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}

/* line 1293, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-tabs a:hover {
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

/* line 1296, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-modal-tabs a:hover,
.redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}

/* line 1303, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1312, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 1317, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}

/* line 1321, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right;
}

/* line 1325, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}

/* line 1328, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ul[dir="rtl"] li,
.redactor-styles ol[dir="rtl"] li {
  text-align: right;
}

/* line 1332, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles a,
.redactor-styles a.user_mention_editor,
.redactor-styles a:hover {
  color: #3397ff;
}

/* line 1337, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  padding: 0;
  margin: 0;
  margin-bottom: 1em;
}

/* line 1349, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ul,
.redactor-styles ol {
  padding: 0;
}

/* line 1353, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ul,
.redactor-styles ul ul,
.redactor-styles ul ol,
.redactor-styles ol,
.redactor-styles ol ul,
.redactor-styles ol ol {
  margin: 0;
  -webkit-margin-start: 1.5em;
          margin-inline-start: 1.5em;
}

/* line 1362, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ul li,
.redactor-styles ol li {
  text-align: left;
}

/* line 1366, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles div[dir="rtl"] ul li,
.redactor-styles div[dir="rtl"] ol li {
  text-align: right;
}

/* line 1370, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ol ol li {
  list-style-type: lower-alpha;
}

/* line 1373, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ol ol ol li {
  list-style-type: lower-roman;
}

/* line 1376, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles ul,
.redactor-styles ol {
  margin-bottom: 1em;
}

/* line 1380, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  font-weight: bold;
  color: #111;
  text-rendering: optimizeLegibility;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  line-height: 1.2;
}

/* line 1394, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h1 {
  font-size: 2.0736em;
}

/* line 1397, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h2 {
  font-size: 1.728em;
}

/* line 1400, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h3 {
  font-size: 1.44em;
}

/* line 1403, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h4 {
  font-size: 1.2em;
}

/* line 1406, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h5 {
  font-size: 1em;
}

/* line 1409, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles h6 {
  font-size: 0.83333em;
  text-transform: uppercase;
  letter-spacing: 0.035em;
}

/* line 1414, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles blockquote {
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
  border: none;
}

/* line 1419, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles table {
  width: 100%;
}

/* line 1422, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles time,
.redactor-styles small,
.redactor-styles var,
.redactor-styles code,
.redactor-styles kbd,
.redactor-styles mark {
  display: inline-block;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 87.5%;
  line-height: 1;
  color: rgba(51, 51, 51, 0.9);
}

/* line 1434, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles var,
.redactor-styles cite {
  opacity: 0.6;
}

/* line 1438, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles var {
  font-style: normal;
}

/* line 1441, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles dfn,
.redactor-styles abbr {
  text-transform: uppercase;
}

/* line 1445, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles dfn[title],
.redactor-styles abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
  cursor: help;
}

/* line 1451, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles code,
.redactor-styles kbd {
  position: relative;
  top: -1px;
  padding: 0.25em;
  padding-bottom: 0.2em;
  border-radius: 2px;
}

/* line 1459, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles code {
  background-color: #eff1f2;
}

/* line 1462, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles mark {
  border-radius: 2px;
  padding: 0.125em 0.25em;
  background-color: #fdb833;
}

/* line 1467, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles kbd {
  border: 1px solid #e5e7e9;
}

/* line 1470, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles sub,
.redactor-styles sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 1477, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles sub {
  bottom: -0.25em;
}

/* line 1480, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles sup {
  top: -0.5em;
}

/* line 1483, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles pre {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  font-size: 0.9em;
}

/* line 1487, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles pre,
.redactor-styles pre code {
  background-color: #f6f7f8;
  padding: 0;
  top: 0;
  display: block;
  line-height: 1.5;
  color: rgba(51, 51, 51, 0.85);
  overflow: none;
  white-space: pre-wrap;
}

/* line 1498, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles pre {
  padding: 1rem;
}

/* line 1501, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}

/* line 1506, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles table caption {
  text-transform: uppercase;
  padding: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}

/* line 1512, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles table th,
.redactor-styles table td {
  border: 1px solid #eee;
  padding: 16px;
  padding-bottom: 15px;
}

/* line 1518, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles table tfoot th,
.redactor-styles table tfoot td {
  color: rgba(0, 0, 0, 0.5);
}

/* line 1522, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}

/* line 1529, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}

/* line 1535, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles img {
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

/* line 1539, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-styles figcaption {
  display: block;
  opacity: 0.6;
  font-size: 12px;
  font-style: italic;
  text-align: left;
}

/* line 1547, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

/* line 1563, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}

/* line 1570, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075);
}

/* line 1574, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075);
}

/* line 1578, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3);
}

/* line 1582, app/assets/javascripts/lib/redactor/redactor.css */
.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3);
}

/* line 1586, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h1,
.redactor-structure h2,
.redactor-structure h3,
.redactor-structure h4,
.redactor-structure h5,
.redactor-structure h6,
.redactor-structure div {
  position: relative;
}

/* line 1595, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h1:before,
.redactor-structure h2:before,
.redactor-structure h3:before,
.redactor-structure h4:before,
.redactor-structure h5:before,
.redactor-structure h6:before,
.redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.5;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}

/* line 1613, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h1:before {
  content: "h1";
}

/* line 1617, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h2:before {
  content: "h2";
}

/* line 1621, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h3:before {
  content: "h3";
}

/* line 1625, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h4:before {
  content: "h4";
}

/* line 1629, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h5:before {
  content: "h5";
}

/* line 1633, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure h6:before {
  content: "h6";
}

/* line 1637, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-structure div:before {
  content: "div";
}

/* line 1641, app/assets/javascripts/lib/redactor/redactor.css */
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}

/* line 1650, app/assets/javascripts/lib/redactor/redactor.css */
#redactor-progress span {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 1718, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 1726, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-box-fullscreen-target {
  position: absolute !important;
}

/* line 1730, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}

/* line 1735, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}

/* line 1739, app/assets/javascripts/lib/redactor/redactor.css */
.redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}

/* e.g confirmation dialog */
/* line 6, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box, .redactor-box.redactor-styles-on,
.collaboration_box_body,
.collaboration_box_body.redactor-styles-on {
  background-color: var(--primary-background-color);
}

/* line 11, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box.redactor-box, .redactor-box.redactor-box,
.redactor-box .redactor-styles-on,
.collaboration_box_body.redactor-box,
.collaboration_box_body.redactor-box,
.collaboration_box_body .redactor-styles-on {
  border: 1px solid;
  border-color: var(--primary-color);
  border-radius: 8px;
}

/* line 19, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar,
.redactor-box .redactor-air,
.collaboration_box_body .redactor-toolbar,
.collaboration_box_body .redactor-air {
  border: none !important;
  background-color: var(--secondary-background-color);
  border-bottom: 1px solid !important;
  border-bottom-color: var(--ui-border-on-secondary-color) !important;
  border-radius: 8px 8px 0 0;
  padding: 0 !important;
}

/* line 28, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a,
.redactor-box .redactor-air a,
.collaboration_box_body .redactor-toolbar a,
.collaboration_box_body .redactor-air a {
  background-color: transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  margin: 4px 1px;
  padding: 8px;
  color: var(--primary-text-color);
}

/* line 37, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a:hover,
.redactor-box .redactor-air a:hover,
.collaboration_box_body .redactor-toolbar a:hover,
.collaboration_box_body .redactor-air a:hover {
  text-decoration: none;
  background-color: var(--primary-background-hover-on-secondary-color);
  color: var(--primary-text-color) !important;
}

/* line 43, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a.redactor-button-active,
.redactor-box .redactor-air a.redactor-button-active,
.collaboration_box_body .redactor-toolbar a.redactor-button-active,
.collaboration_box_body .redactor-air a.redactor-button-active {
  background-color: var(--dark-background-on-secondary-color);
}

/* line 46, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a.redactor-button-active:hover,
.redactor-box .redactor-air a.redactor-button-active:hover,
.collaboration_box_body .redactor-toolbar a.redactor-button-active:hover,
.collaboration_box_body .redactor-air a.redactor-button-active:hover {
  color: var(--primary-text-color);
}

/* line 51, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a.redactor-button-active, .redactor-box .redactor-toolbar a.redactor-act,
.redactor-box .redactor-air a.redactor-button-active,
.redactor-box .redactor-air a.redactor-act,
.collaboration_box_body .redactor-toolbar a.redactor-button-active,
.collaboration_box_body .redactor-toolbar a.redactor-act,
.collaboration_box_body .redactor-air a.redactor-button-active,
.collaboration_box_body .redactor-air a.redactor-act {
  background-color: var(--primary-selected-color) !important;
  color: var(--primary-color) !important;
}

/* line 56, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar a.redactor-button-active:hover, .redactor-box .redactor-toolbar a.redactor-act:hover,
.redactor-box .redactor-air a.redactor-button-active:hover,
.redactor-box .redactor-air a.redactor-act:hover,
.collaboration_box_body .redactor-toolbar a.redactor-button-active:hover,
.collaboration_box_body .redactor-toolbar a.redactor-act:hover,
.collaboration_box_body .redactor-air a.redactor-button-active:hover,
.collaboration_box_body .redactor-air a.redactor-act:hover {
  color: var(--primary-color) !important;
}

/* line 62, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar > a:first-child,
.redactor-box .redactor-air > a:first-child,
.collaboration_box_body .redactor-toolbar > a:first-child,
.collaboration_box_body .redactor-air > a:first-child {
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}

/* line 66, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar > a:last-child,
.redactor-box .redactor-air > a:last-child,
.collaboration_box_body .redactor-toolbar > a:last-child,
.collaboration_box_body .redactor-air > a:last-child {
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}

/* line 71, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar li,
.redactor-box .redactor-air li,
.collaboration_box_body .redactor-toolbar li,
.collaboration_box_body .redactor-air li {
  display: inline-block;
}

/* line 74, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar li:first-child a,
.redactor-box .redactor-air li:first-child a,
.collaboration_box_body .redactor-toolbar li:first-child a,
.collaboration_box_body .redactor-air li:first-child a {
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}

/* line 78, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .redactor-toolbar li:last-child a,
.redactor-box .redactor-air li:last-child a,
.collaboration_box_body .redactor-toolbar li:last-child a,
.collaboration_box_body .redactor-air li:last-child a {
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}

/* line 84, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box figure.redactor-component[data-redactor-type="image"],
.collaboration_box_body figure.redactor-component[data-redactor-type="image"] {
  display: inline-block;
}

/* line 90, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .img_enlarge_wrapper.img_enlarge_wrapper,
.redactor-box figure.redactor-component.img_enlarge_wrapper,
.collaboration_box_body .img_enlarge_wrapper.img_enlarge_wrapper,
.collaboration_box_body figure.redactor-component.img_enlarge_wrapper {
  position: relative;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: rgba(0, 0, 0, 0.6) dashed 1px;
}

/* line 100, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .img_enlarge_wrapper .loading_image,
.redactor-box .img_enlarge_wrapper .img_enlarge_loader,
.redactor-box figure.redactor-component .loading_image,
.redactor-box figure.redactor-component .img_enlarge_loader,
.collaboration_box_body .img_enlarge_wrapper .loading_image,
.collaboration_box_body .img_enlarge_wrapper .img_enlarge_loader,
.collaboration_box_body figure.redactor-component .loading_image,
.collaboration_box_body figure.redactor-component .img_enlarge_loader {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px !important;
  margin-top: -20px !important;
  background: #000 url(https://cdn.monday.com/images/ajax_spinner_dark.gif) 50% 50% no-repeat !important;
  padding: 20px;
  border-radius: 12px;
  opacity: 0.7 !important;
}

/* line 115, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .img_enlarge_wrapper .enlarge_image_btn,
.redactor-box .img_enlarge_wrapper .img_enlarge_btn,
.redactor-box figure.redactor-component .enlarge_image_btn,
.redactor-box figure.redactor-component .img_enlarge_btn,
.collaboration_box_body .img_enlarge_wrapper .enlarge_image_btn,
.collaboration_box_body .img_enlarge_wrapper .img_enlarge_btn,
.collaboration_box_body figure.redactor-component .enlarge_image_btn,
.collaboration_box_body figure.redactor-component .img_enlarge_btn {
  height: 24px;
  width: 24px;
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  background-image: url(https://cdn.monday.com/images/icn_small-s70cc03ef11.png);
  background-repeat: no-repeat;
  background-position: 0 -834px;
}

/* line 127, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-box .img_enlarge_wrapper .enlarge_image_btn.small_btn,
.redactor-box .img_enlarge_wrapper .img_enlarge_btn.small_btn,
.redactor-box figure.redactor-component .enlarge_image_btn.small_btn,
.redactor-box figure.redactor-component .img_enlarge_btn.small_btn,
.collaboration_box_body .img_enlarge_wrapper .enlarge_image_btn.small_btn,
.collaboration_box_body .img_enlarge_wrapper .img_enlarge_btn.small_btn,
.collaboration_box_body figure.redactor-component .enlarge_image_btn.small_btn,
.collaboration_box_body figure.redactor-component .img_enlarge_btn.small_btn {
  background-position: 0 -858px;
}

/* line 134, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown {
  list-style: none;
  background-color: var(--secondary-background-color);
  z-index: 100000000;
}

/* line 139, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown a {
  padding: 8px;
  color: var(--primary-text-color) !important;
}

/* line 143, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: var(--disabled-text-color) !important;
  background-color: transparent;
}

/* line 148, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown a:hover {
  text-decoration: none;
  background-color: var(--primary-background-hover-on-secondary-color) !important;
  color: var(--primary-text-color) !important;
}

/* line 155, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown .redactor-dropdown-selector {
  margin-bottom: 10px;
}

/* line 158, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown .redactor-dropdown-selector span {
  border-radius: 4px;
  color: var(--primary-text-color);
}

/* line 163, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown .redactor-dropdown-selector span:hover {
  background-color: var(--primary-hover-color);
  color: var(--text-color-on-primary);
}

/* line 168, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown .redactor-dropdown-selector span.active {
  background-color: var(--primary-selected-color);
}

/* line 171, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-dropdown .redactor-dropdown-selector span.active:hover {
  color: var(--primary-text-color);
}

/* line 179, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-errorbar {
  float: left;
  background: none;
  text-align: left;
  padding: 0px 0 8px 8px;
}

/* line 185, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-errorbar li {
  color: var(--negative-color);
  font-size: 14px;
}

/* line 191, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-statusbar {
  float: right;
  background: none;
  text-align: right;
  padding: 8px 0;
}

/* line 197, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-statusbar li {
  color: var(--primary-text-color);
  font-size: var(--font-size-general-label);
  min-height: 16px;
}

/* line 204, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.re-button-tooltip {
  font-size: var(--font-size-general-label);
  padding: 8px;
}

/* line 209, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box {
  font-size: var(--font-size-general-label);
  z-index: 100000000;
}

/* line 213, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal {
  background-color: var(--primary-background-color);
  padding: 32px;
  border-radius: var(--border-radius-big);
}

/* line 218, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal input {
  padding: var(--spacing-small) var(--spacing-xl) var(--spacing-small) var(--spacing-medium);
  font: var(--font-text1-normal);
  background-color: var(--secondary-background-color);
}

/* line 224, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal label {
  color: var(--primary-text-color);
  font: var(--font-text2-normal);
}

/* line 230, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--primary-color);
}

/* line 236, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal textarea,
.redactor-modal-box .redactor-modal select {
  border-color: var(--ui-border-color);
}

/* line 240, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal textarea:hover, .redactor-modal-box .redactor-modal textarea:focus,
.redactor-modal-box .redactor-modal select:hover,
.redactor-modal-box .redactor-modal select:focus {
  background: none;
  border-color: var(--ui-border-color);
}

/* line 247, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-close {
  color: var(--primary-text-color);
  top: 26px;
  right: 26px;
}

/* line 253, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-header {
  border: none;
  color: var(--primary-text-color);
  padding: 0;
  font: var(--font-h2-medium);
}

/* line 261, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-body {
  color: var(--primary-text-color);
  padding: 20px 0;
}

/* line 266, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-footer {
  border: none;
  padding: 0;
}

/* line 270, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-footer button {
  background-color: var(--primary-color);
  border: none;
  color: var(--text-color-on-primary);
  float: right;
  margin: 0 4px;
  font: var(--font-text1-normal);
}

/* line 280, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-footer button.redactor-button-danger:hover, .redactor-modal-box .redactor-modal .redactor-modal-footer button.redactor-button-unstyled:hover {
  text-decoration: none;
}

/* line 285, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-modal-box .redactor-modal .redactor-modal-footer button.redactor-button-unstyled {
  background: none;
  color: var(--primary-text-color);
}

/* line 294, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-context-toolbar {
  background-color: var(--redactor-context-background-color);
  padding: 8px 16px;
}

/* line 298, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-context-toolbar a {
  color: var(--redactor-context-link-color);
}

/* line 301, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.redactor-context-toolbar a:hover {
  color: var(--redactor-context-link-color);
}

/* line 310, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.post_body_wrapper > :not(.pulse_post_editor) .redactor-component-active[data-redactor-type="image"] img {
  outline: none !important;
}

/* line 319, app/assets/javascripts/lib/redactor/redactor-editor.override.scss */
.reply-component > :not(.reply-component-editing) .redactor-component-active[data-redactor-type="image"] img {
  outline: none !important;
}

/* line 3, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles {
  font-family: var(--font-family);
  font-size: 100%;
  color: var(--primary-text-color);
}

/* line 8, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles a:not([data-mention-type][data-mention-id]) {
  text-decoration: underline;
}

/* line 12, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul li,
.redactor-styles ol li {
  text-align: unset;
}

/* line 17, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles p,
.redactor-styles dl,
.redactor-styles blockquote,
.redactor-styles hr,
.redactor-styles pre,
.redactor-styles table,
.redactor-styles figure,
.redactor-styles address {
  margin-bottom: 5px;
}

/* line 28, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
  color: var(--primary-text-color);
}

/* line 37, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles pre,
.redactor-styles pre code {
  color: var(--primary-text-color);
  background-color: var(--dark-background-color);
  padding: 8px;
  margin: 10px 0px 10px 0px;
  font-family: Courier;
  font-size: 12px;
  border-radius: 4px;
}

/* line 48, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles blockquote {
  color: var(--primary-text-color);
  font-style: italic;
  font-size: 14px;
  border-left: 2px solid;
  border-left-color: var(--ui-border-color);
  padding-left: 8px;
}

/* line 58, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul.checklist li {
  position: relative;
  padding-left: 26px !important;
}

/* line 61, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul.checklist li:before {
  vertical-align: middle;
  position: absolute;
  left: -4px;
  top: 2px;
}

/* line 68, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul.checklist li:hover:before {
  border-color: #00c875;
  background-image: none;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

/* line 74, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul.checklist li.is_checked:hover:before {
  background-color: #00af66;
  border-color: #00af66;
  background-image: url(https://cdn.monday.com/images/checklist/dapulse-checkmark.svg);
}

/* line 82, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles ul.checklist li.disabled:before {
  cursor: default !important;
  border-color: #ccc;
}

/* line 90, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles img {
  max-width: 100% !important;
  height: auto;
  padding: 4px;
}

/* line 95, app/assets/javascripts/lib/redactor/redactor-styles.override.scss */
.redactor-styles img[data-asset_id] {
  cursor: pointer;
}

/* line 1, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053;
}

/* line 7, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

/* line 18, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 28, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal {
  position: relative;
  margin: auto;
  margin-top: 16px;
  padding: 0;
  background: #fff;
  color: #000;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 41, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
  #redactor-modal {
    font-size: 16px !important;
  }
}

/* line 45, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px 24px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background: #f5f5f5;
}

/* line 55, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 4px;
  width: 30px;
  height: 40px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  background: none;
  outline: none;
}

/* line 72, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-close:hover {
  color: #000;
}

/* line 75, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-body {
  overflow: auto;
  padding: 40px 48px 24px 48px;
}

/* line 79, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-body section {
  margin-bottom: 24px;
}

/* line 82, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-body label {
  font-weight: bold;
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

/* line 88, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-body label .desc {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.5);
}

/* line 92, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal #redactor-modal-body label.checkbox {
  font-weight: normal;
  font-size: inherit;
}

@media (max-width: 768px) {
  /* line 97, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
  #redactor-modal #redactor-modal-body {
    padding: 24px;
  }
}

/* line 101, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal select,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 8px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

@media (max-width: 768px) {
  /* line 123, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
  #redactor-modal select,
#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
    font-size: 16px;
  }
}

/* line 132, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal select:focus,
#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  -webkit-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in;
  outline: none;
  border-color: #aaa;
}

/* line 143, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal textarea {
  display: block;
  line-height: 1.4em;
}

/* line 147, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button {
  padding: 13px 24px 14px 24px;
  margin: 0;
  margin-bottom: 8px;
  margin-right: 8px;
  height: 40px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #eee;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 13px;
  font-family: Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer;
}

/* line 166, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button:hover {
  color: #777;
  background: none;
  background: #ddd;
  text-decoration: none;
}

/* line 172, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button.redactor-modal-button-offset {
  margin-left: 24px;
}

/* line 175, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button#redactor-modal-button-delete {
  background: none;
  border-color: #f23d3d;
  color: #f23d3d;
}

/* line 180, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button#redactor-modal-button-delete:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #f23d3d;
}

/* line 184, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button#redactor-modal-button-action {
  background: none;
  color: #fff;
  background-color: #3d79f2;
}

/* line 189, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal button#redactor-modal-button-action:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #3263c6;
}

/* line 193, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal .redactor-group:after {
  content: "";
  display: table;
  clear: both;
}

/* line 198, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal .redactor-modal-tab-side {
  float: left;
  width: 26%;
  margin-right: 6%;
}

/* line 203, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal .redactor-modal-tab-area {
  float: left;
  width: 66%;
}

@media (max-width: 768px) {
  /* line 208, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
  #redactor-modal .redactor-modal-tab-side {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 24px;
  }
  /* line 214, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
  #redactor-modal .redactor-modal-tab-area {
    float: none;
    width: auto;
  }
}

/* line 220, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-tabber {
  margin-bottom: 40px;
  font-size: 12px;
}

/* line 224, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000;
}

/* line 232, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff;
}

/* line 237, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-tabber a.active {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.5);
}

/* line 244, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto;
}

/* line 251, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 254, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-list li:last-child {
  border-bottom: none;
}

/* line 257, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative;
}

/* line 265, app/assets/javascripts/lib/redactor/redactor.modal.v1.scss */
#redactor-modal-list a:hover {
  background-color: #eee;
}
