/* This is a compiled file, you should be editing the file in the templates directory */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #22df80;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #22df80, 0 0 5px #22df80;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #22df80;
  border-left-color: #22df80;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
  0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
audio, canvas, video {
  display: inline-block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
[hidden], template {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
body {
  margin: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a {
  background: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a:focus {
  outline: thin dotted;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a:active, a:hover {
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h1 {
  margin: .67em 0;
  font-size: 2em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
b, strong {
  font-weight: bold;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
dfn {
  font-style: italic;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
mark {
  color: #000;
  background: #ff0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
pre {
  white-space: pre-wrap;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
small {
  font-size: 80%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
sup {
  top: -0.5em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
sub {
  bottom: -0.25em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
img {
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
figure {
  margin: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
legend {
  padding: 0;
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button, input {
  line-height: normal;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button, select {
  text-transform: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  thead {
    display: table-header-group;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  select {
    background: #fff !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar {
    display: none;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
img {
  vertical-align: middle;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.img-circle {
  border-radius: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
  font-size: 75%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
p {
  margin: 0 0 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
small, .small {
  font-size: 85%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
cite {
  font-style: normal;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-muted {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-primary {
  color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-primary:hover {
  color: #3071a9;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-warning:hover {
  color: #66512c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-danger {
  color: #a94442;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-danger:hover {
  color: #843534;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-success {
  color: #3c763d;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-success:hover {
  color: #2b542c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-info {
  color: #31708f;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-info:hover {
  color: #245269;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-left {
  text-align: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-right {
  text-align: right;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-center {
  text-align: center;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-inline > li:first-child {
  padding-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
dt, dd {
  line-height: 1.428571429;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
dt {
  font-weight: bold;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .dl-horizontal dd:after {
    clear: both;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote p:last-child {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote small, blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: '';
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
blockquote:before, blockquote:after {
  content: "";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .container {
    width: 1170px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.row:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.row:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-12 {
  width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-9 {
  width: 75%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-6 {
  width: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-3 {
  width: 25%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-pull-0 {
    right: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-push-0 {
    left: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-pull-0 {
    right: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-push-0 {
    left: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-pull-0 {
    right: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-push-0 {
    left: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table {
  max-width: 100%;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
th {
  text-align: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table .table {
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
  background-color: #f5f5f5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
  background-color: #dff0d8;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
  background-color: #f2dede;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
  background-color: #fcf8e3;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="file"] {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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 .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control:-moz-placeholder {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea.form-control {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
select.input-sm {
  height: 30px;
  line-height: 30px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea.input-sm {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
select.input-lg {
  height: 46px;
  line-height: 46px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea.input-lg {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  color: #8a6d3b;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  color: #a94442;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  color: #3c763d;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-control-static {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-inline .form-control {
    display: inline-block;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-inline select.form-control {
    width: auto;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-group:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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.active[disabled], fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
input.btn-block[type="submit"], input.btn-block[type="reset"], input.btn-block[type="button"] {
  width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.fade.in {
  opacity: 1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.collapse {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.collapse.in {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons-halflingsregular) format("svg");
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon:empty {
  width: 1em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown {
  position: relative;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
  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);
  background-clip: padding-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.open > a {
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar .btn-group {
  float: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn .caret {
  margin-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn {
  position: relative;
  white-space: nowrap;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li.disabled > a {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs.nav-justified > li {
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-pills > li {
  float: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-stacked > li {
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-justified {
  width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-justified > li {
  float: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs-justified {
  border-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tab-content > .active {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-header:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-header {
    float: left;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form .form-control {
    display: inline-block;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form select.form-control {
    width: auto;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-brand {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-text {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-link {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.breadcrumb > .active {
  color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination > li {
  display: inline;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager li {
  display: inline;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label:empty {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-default {
  background-color: #999;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-primary {
  background-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.badge:empty {
  display: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.jumbotron h1, .jumbotron .h1 {
  line-height: 1;
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.jumbotron p {
  line-height: 1.4;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.container .jumbotron {
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.thumbnail > img, .thumbnail a > img {
  display: block;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-dismissable {
  padding-right: 35px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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 .6s ease;
  transition: width .6s ease;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: 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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media, .media .media {
  margin-top: 15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media:first-child {
  margin-top: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media-object {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item > .badge {
  float: right;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.list-group-item {
  color: #555;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-body {
  padding: 15px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-body:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-body:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
  border-top: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .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, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .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 {
  border-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-title > a {
  color: inherit;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-default {
  border-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-open {
  overflow: hidden;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  margin: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .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);
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
  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);
  background-clip: padding-box;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.top {
  margin-top: -10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.right {
  margin-left: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.left {
  margin-left: -10px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover .arrow {
  border-width: 11px;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel {
  position: relative;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.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);
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.clearfix:after {
  clear: both;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pull-right {
  float: right !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.pull-left {
  float: left !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hide {
  display: none !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.show {
  display: block !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.invisible {
  visibility: hidden;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-xs {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-xs.visible-sm {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-xs.visible-sm {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-xs.visible-md {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-xs.visible-md {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-xs.visible-lg {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-xs.visible-lg {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-sm.visible-xs {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-sm.visible-xs {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-sm {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-sm.visible-md {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-sm.visible-md {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-sm.visible-lg {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-sm.visible-lg {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-md.visible-xs {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-md.visible-xs {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-md.visible-sm {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-md.visible-sm {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-md {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-md {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-md.visible-lg {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-md.visible-lg {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-lg.visible-xs {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-lg.visible-xs {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-lg.visible-sm {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-lg.visible-sm {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-lg.visible-md {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-lg.visible-md {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-lg {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hidden-xs {
  display: block !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table.hidden-xs {
  display: table;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
tr.hidden-xs {
  display: table-row !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hidden-sm {
  display: block !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table.hidden-sm {
  display: table;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
tr.hidden-sm {
  display: table-row !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hidden-md {
  display: block !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table.hidden-md {
  display: table;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
tr.hidden-md {
  display: table-row !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.hidden-lg {
  display: block !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
table.hidden-lg {
  display: table;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
tr.hidden-lg {
  display: table-row !important;
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}

/* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .visible-print {
    display: block !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  table.visible-print {
    display: table;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
  /* line 8, vendor/assets/javascripts/plugins/bootstrapv3/css/bootstrap.min.css.scss */
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning{-webkit-box-shadow:none;box-shadow:none}.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge{text-shadow:none}.btn.active,.btn:active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:focus,.btn-default:hover{background-color:#e0e0e0;background-position:0 -15px}.btn-default.active,.btn-default:active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#245580}.btn-primary:focus,.btn-primary:hover{background-color:#265a88;background-position:0 -15px}.btn-primary.active,.btn-primary:active{background-color:#265a88;border-color:#245580}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#265a88;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:focus,.btn-success:hover{background-color:#419641;background-position:0 -15px}.btn-success.active,.btn-success:active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:focus,.btn-info:hover{background-color:#2aabd2;background-position:0 -15px}.btn-info.active,.btn-info:active{background-color:#2aabd2;border-color:#28a4c9}.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:focus,.btn-warning:hover{background-color:#eb9316;background-position:0 -15px}.btn-warning.active,.btn-warning:active{background-color:#eb9316;border-color:#e38d13}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:focus,.btn-danger:hover{background-color:#c12e2a;background-position:0 -15px}.btn-danger.active,.btn-danger:active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#c12e2a;background-image:none}.img-thumbnail,.thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{background-color:#2e6da4;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#080808),to(#0f0f0f));background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#286090));background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2b669a));background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);background-repeat:repeat-x;border-color:#2b669a}.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#2e6da4));background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */





@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format('embedded-opentype'), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format('woff2'), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format('woff'), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format('truetype'), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{20%,53%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.050,.855,.060);animation-timing-function:cubic-bezier(.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}@keyframes pulse{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}@keyframes rubberBand{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{from,to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}to{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}@keyframes tada{from,to{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}@keyframes wobble{from,to{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{11.1%,from,to{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{20%,40%,60%,80%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{60%,75%,90%,from,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{from{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{from{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{from{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);transform:perspective(400px) rotate3d(0,1,0,-360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}.flipInY,.flipOutX{-webkit-backface-visibility:visible!important}@-webkit-keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{from{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{from{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{from{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{from{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutDownRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}@keyframes rotateOutUpLeft{from{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}@keyframes rotateOutUpRight{from{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);transform:rotate3d(0,0,1,90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{from{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}@keyframes rollOut{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{from{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{from{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/* line 4, ../../src/sass/messenger.sass */

ul.messenger {
  margin: 0;
  padding: 0;
}
/* line 8, ../../src/sass/messenger.sass */
ul.messenger > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../../src/sass/messenger.sass */
ul.messenger.messenger-empty {
  display: none;
}
/* line 17, ../../src/sass/messenger.sass */
ul.messenger .messenger-message {
  overflow: hidden;
  *zoom: 1;
}
/* line 20, ../../src/sass/messenger.sass */
ul.messenger .messenger-message.messenger-hidden {
  display: none;
}
/* line 23, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-phrase, ul.messenger .messenger-message .messenger-actions a {
  padding-right: 5px;
}
/* line 26, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions {
  float: right;
}
/* line 29, ../../src/sass/messenger.sass */
ul.messenger .messenger-message .messenger-actions a {
  cursor: pointer;
  text-decoration: underline;
}
/* line 33, ../../src/sass/messenger.sass */
ul.messenger .messenger-message ul, ul.messenger .messenger-message ol {
  margin: 10px 18px 0;
}
/* line 36, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed {
  position: fixed;
  z-index: 10000;
}
/* line 40, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .messenger-message {
  min-width: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 45, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed .message .messenger-actions {
  float: left;
}
/* line 48, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top {
  top: 20px;
}
/* line 51, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-bottom {
  bottom: 20px;
}
/* line 54, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
  left: 50%;
  width: 800px;
  margin-left: -400px;
}
@media (max-width: 960px) {
  /* line 54, ../../src/sass/messenger.sass */
  ul.messenger.messenger-fixed.messenger-on-top, ul.messenger.messenger-fixed.messenger-on-bottom {
    left: 10%;
    width: 80%;
    margin-left: 0px;
  }
}
/* line 64, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-right {
  right: 20px;
  left: auto;
}
/* line 68, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
  left: 20px;
  margin-left: 0px;
}
/* line 72, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right, ul.messenger.messenger-fixed.messenger-on-left {
  width: 350px;
}
/* line 75, ../../src/sass/messenger.sass */
ul.messenger.messenger-fixed.messenger-on-right .messenger-actions, ul.messenger.messenger-fixed.messenger-on-left .messenger-actions {
  float: left;
}
/* line 78, ../../src/sass/messenger.sass */
ul.messenger .messenger-spinner {
  display: none;
}

 @media (min-width: 980px) { 
	ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
	  left: 270px;
	  margin-left: 0px;
	}
	
	ul.messenger.messenger-fixed.messenger-on-top {
	  top: 80px;
	}
 }
 
 @media (min-width: 768px) and (max-width: 1024px) { 

	
	ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
	  left: 70px;
	  margin-left: 0px;
	}
 }
 
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
	  left: 20px;
	  margin-left: 0px;
	}
	
}

@media (max-width: 480px) {
	ul.messenger.messenger-fixed.messenger-on-top.messenger-on-left, ul.messenger.messenger-fixed.messenger-on-bottom.messenger-on-left {
	  left: 20px;
	  margin-left: 0px;
	}
}
/*************** SCROLLBAR BASE CSS ***************/


.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}









/*************** SIMPLE INNER SCROLLBAR ***************/

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }










/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }










/*************** SCROLLBAR MAC OS X ***************/

.scrollbar-hidden > .scroll-element,
.scrollbar-hidden > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-hidden > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-hidden > .scroll-element .scroll-element_track { display: none; }
.scrollbar-hidden > .scroll-element .scroll-bar {
    background-color: rgb(161, 178, 189);
    display: block;

    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.scrollbar-hidden:hover > .scroll-element .scroll-bar,
.scrollbar-hidden > .scroll-element.scroll-draggable .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}


.scrollbar-hidden > .scroll-element.scroll-x {
    bottom: 0px;
    height: 0px;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%;
}

.scrollbar-hidden > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0px;
    top: 0;
    width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-hidden > .scroll-element.scroll-x .scroll-bar { height: 5px; min-width: 10px; top: -9px; }
.scrollbar-hidden > .scroll-element.scroll-y .scroll-bar { left: -9px; min-height: 10px; width: 5px; }

.scrollbar-hidden > .scroll-element.scroll-x .scroll-element_outer { left: 2px; }
.scrollbar-hidden > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-hidden > .scroll-element.scroll-y .scroll-element_outer { top: 2px; }
.scrollbar-hidden > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */
.scrollbar-hidden > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-hidden > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }










/*************** SCROLLBAR LIGHT ***************/

.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-light > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+');
    background: -moz-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dbdbdb), color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -o-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(left, #dbdbdb 0%,#e8e8e8 100%);
    background: linear-gradient(to right, #dbdbdb 0%,#e8e8e8 100%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px;
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi
    8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2
    VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaW
    VudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2
    Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMC
    UiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD
    0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdm
    c+');
    background: -moz-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#fefefe), color-stop(100%,#f5f5f5));
    background: -webkit-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -o-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: -ms-linear-gradient(left, #fefefe 0%,#f5f5f5 100%);
    background: linear-gradient(to right, #fefefe 0%,#f5f5f5 100%);

    border: 1px solid #dbdbdb;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-light > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-light > .scroll-content.scroll-scrollx_visible { top:  -17px; margin-top:  17px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 0px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-bar { left: 0px; min-height: 10px; width: 10px; }

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer { height: 12px; left: 2px; top: 2px; }
.scrollbar-light > .scroll-element.scroll-x .scroll-element_size { left: -4px; }

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer { left: 2px; top: 2px; width: 12px; }
.scrollbar-light > .scroll-element.scroll-y .scroll-element_size { top: -4px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }










/*************** SCROLLBAR RAIL ***************/

.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-rail > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%;
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */

.scrollbar-rail > .scroll-content.scroll-scrolly_visible { left: -17px; margin-left: 17px; }
.scrollbar-rail > .scroll-content.scroll-scrollx_visible { margin-top: 17px; top: -17px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar { height: 10px; min-width: 10px; top: 1px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-bar { left: 1px; min-height: 10px; width: 10px; }

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer { height: 15px; left: 5px; }
.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size { height: 2px; left: -10px; top: 5px; }

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer { top: 5px; width: 15px; }
.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size { left: 5px; top: -10px; width: 2px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -25px; }

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -25px; }
.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -25px; }










/*************** SCROLLBAR DYNAMIC ***************/

.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div
{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 0.3;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #cccccc;
    opacity: 0;

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: rgb(161, 178, 189);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto;
}
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 5px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;

    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    -o-transition: height 0.2s;
    -ms-transition: height 0.2s;
    transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;

    -webkit-transition: width 0.2s;
    -moz-transition: width 0.2s;
    -o-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size { left: -4px; }
.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size { top: -4px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -11px; }
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -11px; }

/*************** SCROLLBAR GOOGLE CHROME ***************/

.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div
{
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-chrome > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_outer {}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%;
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible { left: -16px; margin-left: 16px; }
.scrollbar-chrome > .scroll-content.scroll-scrollx_visible { top:  -16px; margin-top:  16px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar { height: 8px; min-width: 10px; top: 3px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar { left: 3px; min-height: 10px; width: 8px; }

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer { border-left: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track { height: 14px; left: -3px; }
.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size { height: 14px; left: -4px; }

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer { border-top: 1px solid #dbdbdb; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track { top: -3px; width: 14px; }
.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size { top: -4px; width: 14px; }

/* update scrollbar offset if both scrolls are visible */

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -19px; }

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -19px; }
.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -19px; }







/*
 * This is a manifest file that'll be compiled into sign_in.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *









 */

/* Overrides finais para garantir aplicação no body da tela de login */

body.error-body {
  background-color: #e5e9ec !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  height: 100%;
}
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
/*------------------------------------------------------------------
Webarch v2.8
Theme : Default
Generated From LESS
[Table of contents]

1. Layouts
2. Icons
3. Horizontal Menu
4. Typography
5. Misc
6. Form Elements
7. Portlets
8. Message and Notification
9. Tiles
10. Buttons
11. Tabs & Accordians
12. Sliders
13. Tables
14. Datatables
15. Charts
16. User Profile
17. Vector Map
18. Error Page
19. Timeline
20. Search Results
21. RTL
22. Print
23. Slider
-------------------------------------------------------------------*/
/*!
* direction.less v0.1.0
*/
/*------------------------------------------------------------------
[1. Layouts]
*/
/* line 38, app/assets/stylesheets/application/theme.css.scss */
:-moz-placeholder {
  color: '#333843';
}

/* line 41, app/assets/stylesheets/application/theme.css.scss */
::-moz-placeholder {
  color: '#333843';
  opacity: 0.5;
}

/* line 45, app/assets/stylesheets/application/theme.css.scss */
:-ms-input-placeholder {
  color: '#333843';
}

/* line 48, app/assets/stylesheets/application/theme.css.scss */
::-webkit-input-placeholder {
  color: '#333843';
}

/* line 51, app/assets/stylesheets/application/theme.css.scss */
.placeholder {
  color: '#333843';
}

/* line 54, app/assets/stylesheets/application/theme.css.scss */
html {
  font-size: 100%;
  height: 100%;
}

/* line 58, app/assets/stylesheets/application/theme.css.scss */
body {
  direction: ltr;
  background-color: #3d424e;
  color: #1A1A1A;
  font-family: 'Arial';
  font-size: 13px;
  padding: 0px !important;
  margin: 0px !important;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
  height: 100%;
}

/* line 71, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .header-seperation {
  display: none;
}

/* line 74, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .page-content {
  margin-left: 50px;
}

/* line 77, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .footer-widget {
  display: none;
}

/* line 80, app/assets/stylesheets/application/theme.css.scss */
body.condense-menu .scrollup {
  left: 34px;
}

/* line 83, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .header {
  width: auto;
}

/* line 86, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .header-quick-nav {
  display: none;
}

/* line 89, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .page-content .content {
  padding-top: 25px;
}

/* line 92, app/assets/stylesheets/application/theme.css.scss */
body.hide-top-content-header .page-sidebar.mini .page-sidebar-wrapper > ul {
  padding: 0;
}

/* line 95, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .header-seperation {
  display: none;
}

/* line 98, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .page-sidebar {
  display: none;
}

/* line 101, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .page-content {
  margin-left: 0;
}

/* line 104, app/assets/stylesheets/application/theme.css.scss */
body.hide-sidebar .scrollup {
  left: 34px;
}

/* line 107, app/assets/stylesheets/application/theme.css.scss */
body.menu-non-fixed .page-sidebar {
  position: absolute;
}

/* line 110, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-content {
  margin-right: 250px;
  margin-left: 0;
}

/* line 114, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-content.condensed {
  margin-left: 0;
  margin-right: 50px;
}

/* line 118, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .page-sidebar {
  right: 0;
}

/* line 121, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .header .header-seperation {
  float: right;
}

/* line 124, app/assets/stylesheets/application/theme.css.scss */
body.right-side-bar .footer-widget {
  right: 0;
}

/* line 127, app/assets/stylesheets/application/theme.css.scss */
body.bottom-header .header {
  bottom: 0;
}

/* line 130, app/assets/stylesheets/application/theme.css.scss */
body.bottom-header .page-content .content {
  padding-top: 25px;
  padding-bottom: 83px;
}

/* line 134, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .page-container {
  position: relative;
  left: -260px;
}

/* line 138, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .header {
  left: -260px;
}

/* line 141, app/assets/stylesheets/application/theme.css.scss */
body.open-menu-right-desktop .fonter-widget {
  display: none;
}

/* line 144, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .page-container {
  position: inherit;
}

/* line 147, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .page-content {
  position: inherit;
}

/* line 150, app/assets/stylesheets/application/theme.css.scss */
body.modal-open .chat-window-wrapper {
  display: none;
}

/* line 153, app/assets/stylesheets/application/theme.css.scss */
body.boxed-layout .footer-widget {
  display: none;
}

/* line 156, app/assets/stylesheets/application/theme.css.scss */
.navbar,
.navbar-inverse {
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
}

/* line 163, app/assets/stylesheets/application/theme.css.scss */
.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

/* line 174, app/assets/stylesheets/application/theme.css.scss */
.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

/* line 184, app/assets/stylesheets/application/theme.css.scss */
.navbar .notifications {
  background-color: #1B1E24;
  display: block;
  float: left;
  left: 0;
  margin: 0 10px 0 0;
  padding-top: 5px;
  position: relative;
}

/* line 193, app/assets/stylesheets/application/theme.css.scss */
.header-seperation {
  background-color: #FFFFFF;
}

/* line 196, app/assets/stylesheets/application/theme.css.scss */
.header {
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease,left  0.3s ease, right  0.3s ease;
  padding: 0 !important;
  margin: 0 !important;
  position: fixed;
  width: 100%;
  z-index: 999;
  min-height: 60px;
  left: 0;
  -webkit-backface-visibility: hidden;
}

/* line 208, app/assets/stylesheets/application/theme.css.scss */
.header .navbar-inner {
  background-image: none !important;
  background-color: #ffffff !important;
  width: 100%;
  margin: 0;
  border: 0px;
  padding: 0px;
  box-shadow: none;
  border-radius: 0px;
}

/* line 218, app/assets/stylesheets/application/theme.css.scss */
.header .navbar-inner [class*="span"] {
  min-height: 58px !important;
}

/* line 221, app/assets/stylesheets/application/theme.css.scss */
.header .btn-navbar {
  background-color: #1f1f1f !important;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 6px;
  background-image: none;
  box-shadow: none;
  color: #ffffff;
  border: 0;
}

/* line 232, app/assets/stylesheets/application/theme.css.scss */
.header .btn-navbar:hover {
  text-decoration: none;
}

/* line 235, app/assets/stylesheets/application/theme.css.scss */
.header .nav {
  display: block;
}

/* line 238, app/assets/stylesheets/application/theme.css.scss */
.header .nav li.dropdown .dropdown-toggle i {
  color: #eff4f8 !important;
}

/* line 241, app/assets/stylesheets/application/theme.css.scss */
.header .nav li.dropdown.user .dropdown-toggle i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  color: #808080 !important;
}

/* line 248, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: inline-block;
  float: left;
}

/* line 255, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle {
  margin: 0px;
}

/* line 258, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle i {
  font-size: 15px;
  margin-left: auto;
  margin-right: auto;
}

/* line 263, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: absolute;
  font-size: 10px !important;
  font-weight: 700;
  top: 0px;
  right: 2px;
  text-align: center;
  background-color: #ec7962;
  padding: 4px 6px;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  border-radius: 12px !important;
  text-shadow: none !important;
  color: #ffffff;
}

/* line 278, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown .active {
  background-color: #182029;
}

/* line 281, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown.user .dropdown-toggle {
  padding: 8px 4px 7px 9px;
}

/* line 284, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown.user .dropdown-toggle:hover {
  text-decoration: none;
}

/* line 287, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.quicklinks i {
  display: inline-block;
  margin-top: 5px;
  margin: 0;
  font-size: 14px;
  color: #656565 !important;
}

/* line 294, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.quicklinks > a {
  padding: 4px 2px !important;
}

/* line 297, app/assets/stylesheets/application/theme.css.scss */
.header .nav .h-seperate {
  height: 6px;
  width: 2px;
  margin: 0px 10px 0px 10px;
  border-left: 1px solid #e1e1e1;
  display: inline;
  position: relative;
  top: 2px;
}

/* line 306, app/assets/stylesheets/application/theme.css.scss */
.header .nav .dropdown-menu {
  margin-top: 3px;
}

/* line 309, app/assets/stylesheets/application/theme.css.scss */
.header .header-seperation {
  width: 250px;
  display: block;
  float: left;
  height: 60px;
}

/* line 315, app/assets/stylesheets/application/theme.css.scss */
.header .header-seperation .notifcation-center {
  margin-right: 15px !important;
}

/* line 318, app/assets/stylesheets/application/theme.css.scss */
.header .header-quick-nav {
  padding-right: 10px;
  height: 60px;
  -webkit-transition-duration: 1;
  -moz-transition-duration: 1s;
  transition-duration: 1s;
  transition-timing-function: ease-in-out;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

/* line 329, app/assets/stylesheets/application/theme.css.scss */
.header .header-quick-nav input {
  height: 12px !important;
}

/* line 332, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center {
  background-color: #182029;
  margin-top: 12px;
  margin-right: 15px !important;
  display: inline-flex;
  display: -ms-flexbox;
  direction: ltr;
}

/* line 340, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li {
  min-width: 30px !important;
}

/* line 343, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li a {
  padding: 10px !important;
  min-height: 17.5px;
}

/* line 347, app/assets/stylesheets/application/theme.css.scss */
.header .notifcation-center li a i {
  font-size: 13px !important;
}

/* line 350, app/assets/stylesheets/application/theme.css.scss */
.header a {
  text-decoration: none;
}

/* line 353, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler {
  position: relative;
  top: 10px;
  margin-right: 5px;
  display: inline-block;
  float: left;
  min-width: 100px;
}

/* line 361, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details {
  display: inline-block;
  float: left;
  line-height: 35px;
}

/* line 366, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details .username a {
  color: #1b1e24;
  font-size: 15px;
}

/* line 370, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .user-details .company a {
  color: #8b8f92;
  font-weight: 400;
  text-align: right;
  font-size: 12px;
}

/* line 376, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .iconset {
  display: inline-block;
  float: left;
  margin: 15px 10px;
}

/* line 381, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  float: left;
}

/* line 389, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler a {
  color: #1b1e24;
  font-size: 15px;
  display: inline-block;
  float: left;
}

/* line 395, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler > i {
  color: #808080;
  text-align: right;
  font-size: 20px;
  position: relative;
  padding: 8px;
  top: 8px;
}

/* line 403, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .message-count {
  display: inline-block;
  float: left;
}

/* line 407, app/assets/stylesheets/application/theme.css.scss */
.header .chat-toggler .message-count .badge {
  position: absolute;
  float: left;
  right: 0;
  top: 0;
}

/* line 413, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview {
  border-left: 1px solid #e5e9ec;
  border-right: 1px solid #e5e9ec;
  padding: 4px 15px;
  margin-right: 12px;
}

/* line 419, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .user-details {
  display: inline-block;
  float: left;
}

/* line 423, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .user-details .username a {
  color: #22262e;
  font-weight: 600;
  text-align: right;
}

/* line 428, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .profile-pic {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-left: 10px;
}

/* line 437, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview a {
  color: #6F7B8A;
}

/* line 440, app/assets/stylesheets/application/theme.css.scss */
.header .chat-message-preview .chat-message {
  color: #8b8f92;
  background-color: #e5e9ec;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 447, app/assets/stylesheets/application/theme.css.scss */
.header .quick-section {
  margin-left: 20px;
  margin-top: 16px;
  margin-right: 10px;
  display: inline-block;
  float: left;
  direction: ltr;
}

/* line 455, app/assets/stylesheets/application/theme.css.scss */
.header .search-form {
  display: inline-block;
  float: left;
  margin-left: 25px !important;
  top: -4.5px;
  position: relative;
}

/* line 462, app/assets/stylesheets/application/theme.css.scss */
.header .popover-title {
  border-bottom: 0px;
  padding-top: 14px;
}

/* line 466, app/assets/stylesheets/application/theme.css.scss */
.menu-title {
  color: #808285;
  font-size: 10.5px;
  padding-left: 31px;
  padding-right: 31px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* line 476, app/assets/stylesheets/application/theme.css.scss */
.menu-title a {
  color: #808285;
}

/* line 479, app/assets/stylesheets/application/theme.css.scss */
.menu-title a:hover {
  text-decoration: none;
}

/* line 482, app/assets/stylesheets/application/theme.css.scss */
.menu-title i {
  font-size: 10px;
  font-weight: normal;
}

/* line 487, app/assets/stylesheets/application/theme.css.scss */
.sidebar-color-cotia {
  background-color: #04A25F !important;
}

/* line 491, app/assets/stylesheets/application/theme.css.scss */
.sidebar-color-artrab {
  background-color: #04A25F !important;
}

/* line 495, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar {
  height: 100%;
  font-family: 'Open Sans';
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 503, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.full-length {
  padding-bottom: 57px;
}

/* line 506, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .outer-tab-nav-section {
  display: inline-block;
  width: 45px;
  position: absolute;
  height: 100%;
  background-color: #00cdb1 !important;
}

/* line 513, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .inner-menu {
  display: inline-block;
  width: 200px;
}

/* line 517, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .inner-menu ul {
  width: 200px;
}

/* line 520, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper {
  position: relative;
  overflow-y: auto;
}

/* line 524, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 529, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

/* line 535, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a {
  color: #FFF;
  display: block;
  position: relative;
  margin: 0;
  border: 0px;
  padding: 11.5px 15px 11.5px 15px;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
}

/* line 546, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a.open {
  background: #313131;
}

/* line 549, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a i {
  font-size: 14px;
  margin-right: 5px;
  text-shadow: none;
}

/* line 554, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 3px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

/* line 566, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li:last-child > a {
  border-bottom: 1px solid transparent !important;
}

/* line 569, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li a i {
  color: #FFF;
  width: 20px;
  text-align: center;
  display: inline-block;
}

/* line 575, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a {
  border-top-color: transparent !important;
  color: #ffffff;
  border: none;
  text-shadow: none;
}

/* line 581, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > a i {
  color: #ffffff;
}

/* line 584, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active i {
  color: #ffffff;
}

/* line 587, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu {
  display: block;
}

/* line 590, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.active > ul.sub-menu > li ul.sub-menu {
  display: block;
}

/* line 593, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px;
  background-color: #182029;
  padding: 8px 0px 10px 0px;
}

/* line 601, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
}

/* line 607, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
  margin-left: 0px;
  padding-left: 5px;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px;
  padding-left: 53px !important;
  color: #e1eaf1;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
  background: none;
}

/* line 621, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  background: #3d424e !important;
}

/* line 624, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
  border-top: 0px !important;
}

/* line 627, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu {
  display: none;
  list-style: none;
  clear: both;
  margin: 0px 0px 0px 0px;
  padding-left: 0;
}

/* line 634, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li ul.sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
}

/* line 639, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
  margin-left: 70px;
}

/* line 642, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 80px;
}

/* line 645, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 20px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

/* line 657, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > a > .arrow.open:before {
  float: right;
  margin-top: 1px;
  margin-right: 18px;
  display: inline;
  font-family: FontAwesome;
  height: auto;
  font-size: 16px;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
}

/* line 669, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a {
  display: block;
  padding: 5px 0px;
  color: #ccc;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 13px;
  font-weight: 300;
}

/* line 678, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a > i {
  font-size: 13px;
}

/* line 681, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.start > a {
  border-top-color: transparent !important;
}

/* line 684, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini {
  width: 50px;
  overflow: visible !important;
  background-color: #04A25F !important;
  height: 100%;
  margin-top: 0;
  position: fixed;
  z-index: 90;
}

/* line 693, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul {
  width: 50px;
  padding: 60px 0 0;
}

/* line 697, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > ul.sub-menu {
  position: absolute;
  margin-top: -46px;
  margin-left: 50px;
  width: auto;
  z-index: 110;
  min-width: 250px;
}

/* line 705, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a {
  padding: 13px;
  color: #ffffff;
}

/* line 709, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a i {
  color: #ffffff;
}

/* line 712, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > p {
  display: none;
}

/* line 715, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > .side-bar-widgets {
  display: none;
}

/* line 718, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .user-info {
  display: none;
}

/* line 721, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .status-widget {
  display: none;
}

/* line 724, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .notification-alert {
  display: none;
}

/* line 727, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.title {
  display: none;
}

/* line 730, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.arrow {
  display: none;
}

/* line 733, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li span.badge {
  display: none;
}

/* line 736, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li ul li span.title {
  display: inline;
}

/* line 739, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul li ul li span.arrow {
  display: inline;
}

/* line 742, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul.big-items span.badge {
  display: inline-block;
}

/* line 745, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini ul.small-items span.badge {
  display: inline-block;
}

/* line 748, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .profile-wrapper {
  display: none;
}

/* line 751, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .footer-widget {
  display: none;
}

/* line 754, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders {
  list-style: none;
  margin: 0px;
  padding: 0;
}

/* line 759, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li {
  border: 0 none;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 765, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > a {
  padding: 5px 31px;
  font-size: 13px;
  color: #ffffff;
  display: block;
  position: relative;
}

/* line 772, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > a:hover {
  text-decoration: none;
}

/* line 775, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul.folders > li > input {
  margin: 5px 31px;
  font-size: 13px;
  width: 150px;
}

/* line 780, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar ul > li > a > .arrow:before {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

/* line 792, app/assets/stylesheets/application/theme.css.scss */
.nav-collapse.collapse {
  height: 100%  !important;
}

/* line 795, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
  background: #3d424e;
  color: #ffffff;
}

/* line 801, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li a > .label {
  display: none;
}

/* line 804, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}

/* line 809, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.mini .page-sidebar-wrapper > ul > li:hover > a {
  background: #0b9c8f;
}

/* line 813, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar.mini .page-sidebar-wrapper > ul > li.active > a i,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a i {
  color: #ffffff !important;
}

/* line 817, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
  color: #919091 !important;
}

/* line 821, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
  color: #ffffff !important;
}

/* line 825, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper ul > li.open > a i,
.page-sidebar .page-sidebar-wrapper > ul > li.open > a i {
  color: #ffffff !important;
}

/* line 829, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
  color: #ffffff !important;
}

/* line 833, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
  color: #ffffff !important;
}

/* line 838, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before,
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
  color: #919091  !important;
}

/* line 842, app/assets/stylesheets/application/theme.css.scss */
.page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
  font-weight: 600;
}

/* line 845, app/assets/stylesheets/application/theme.css.scss */
.header .nav > li.dropdown,
.header .nav > li.dropdown > a {
  text-align: center;
}

/* line 849, app/assets/stylesheets/application/theme.css.scss */
.header .nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #ffffff;
}

/* line 854, app/assets/stylesheets/application/theme.css.scss */
.open {
  position: relative;
}

/* line 857, app/assets/stylesheets/application/theme.css.scss */
.navbar .pull-right > li.open > .dropdown-menu,
.navbar .nav > li.open > .dropdown-menu.pull-right {
  margin-right: -6px;
  margin-top: 7px;
}

/* line 862, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-activity {
  top: 72px;
  border-top-color: #00cdb1;
  border-left-color: #00cdb1;
  right: 15px;
  left: auto;
}

/* line 869, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-progress {
  background: #00cdb1;
}

/* line 872, app/assets/stylesheets/application/theme.css.scss */
.pace .pace-progress-inner {
  box-shadow: 0 0 10px #00cdb1, 0 0 5px #00cdb1;
}

/* line 875, app/assets/stylesheets/application/theme.css.scss */
.no-top .pace .pace-activity {
  top: 10px;
}

/* line 878, app/assets/stylesheets/application/theme.css.scss */
.loading-animator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
  border-color: rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.4);
  border-image: none;
  border-radius: 10px 10px 10px 10px;
  border-right: 2px solid rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 2px;
  display: block;
  height: 14px;
  margin-left: 40%;
  width: 14px;
  z-index: 2000;
}

/* line 900, app/assets/stylesheets/application/theme.css.scss */
.page-container {
  background-color: #c3c3c3;
  background-size: 100% 153%;
  -webkit-transition: -webkit-transform 0.3s ease, left 0.3s ease, right 0.3s ease;
  transition: transform 0.3s ease, left  0.3s ease, right  0.3s ease;
  margin: 0px;
  padding: 0px;
  position: relative;
  height: 100%;
  left: 0;
  z-index: 10;
}

/* line 913, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper {
  font-family: 'Arial';
  font-size: 13px;
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  background-color: #3d424e;
  height: 100%;
  z-index: 5;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

/* line 926, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .inner-content {
  height: 100%;
  overflow: hidden;
}

/* line 930, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-header {
  height: 58px;
}

/* line 933, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget {
  margin-top: 15px;
  display: block;
}

/* line 937, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-title {
  color: #808285;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding-left: 31px;
  padding-right: 31px;
  text-transform: uppercase;
}

/* line 946, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content {
  display: block;
}

/* line 949, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups {
  list-style: none;
  margin: 0;
  margin-top: 10px;
  padding-left: 0;
}

/* line 955, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups li {
  line-height: 25px;
}

/* line 958, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a {
  color: #ffffff;
  font-size: 13px;
  padding: 5px 31px;
}

/* line 963, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .side-widget-content ul.groups > li > a:hover {
  text-decoration: none;
}

/* line 966, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper {
  display: block;
  margin: 8px;
  padding: 10px;
  border-radius: 3px;
}

/* line 972, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper .status-icon {
  margin-right: 0px;
}

/* line 975, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper.active {
  background-color: #372b32;
}

/* line 978, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper.active:hover {
  background-color: #482f36;
  cursor: pointer;
}

/* line 982, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper:hover {
  background-color: #182029;
  cursor: pointer;
}

/* line 986, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-profile {
  display: inline-block;
  float: left;
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 13px;
}

/* line 995, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details {
  display: inline-block;
  float: left;
}

/* line 999, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-name {
  display: block;
  color: #ffffff;
}

/* line 1003, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-wrapper > .user-details > .user-more {
  display: block;
  color: #747b89;
  font-size: 11px;
  width: 120px;
}

/* line 1009, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages {
  position: relative;
  overflow: auto;
  height: calc(100% - 155px);
}

/* line 1014, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper {
  padding: 6px;
}

/* line 1017, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .chat-messages .user-details-wrapper:hover {
  background-color: #22262e;
  cursor: auto;
}

/* line 1021, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-status-wrapper {
  display: inline-block;
  float: left;
  min-width: 32px;
  margin-top: 8px;
}

/* line 1027, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper .user-details-count-wrapper {
  display: inline-block;
  float: left;
  margin-top: 8px;
}

/* line 1032, app/assets/stylesheets/application/theme.css.scss */
.sidr {
  background-color: #3d424e;
  box-shadow: none;
}

/* line 1036, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li {
  border: 0px;
}

/* line 1039, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:nth-child(odd) {
  background-color: #ffffff;
}

/* line 1042, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:nth-child(even) {
  background-color: #f5f6f8;
}

/* line 1045, app/assets/stylesheets/application/theme.css.scss */
.sidr ul.chat-window li:hover > a,
.sidr ul.chat-window li:hover > span,
.sidr ul.chat-window li.active > a,
.sidr ul.chat-window li.active > span,
.sidr ul.chat-window li.sidr-class-active > a,
.sidr ul.chat-window li.sidr-class-active > span {
  box-shadow: none;
  background-color: #fed8db;
  line-height: 16px;
}

/* line 1055, app/assets/stylesheets/application/theme.css.scss */
.scrollup {
  background: url(/../pullup.png) no-repeat;
  background-position: 0px 0px;
  width: 27px;
  height: 27px;
  position: fixed;
  bottom: 92px;
  left: 235px;
  display: none;
  text-indent: -9999px;
  z-index: 101;
}

/* line 1067, app/assets/stylesheets/application/theme.css.scss */
.scrollup:hover {
  background-position: -30px 0px;
}

/* line 1070, app/assets/stylesheets/application/theme.css.scss */
.scrollup.to-edge {
  left: 35px;
}

/* line 1073, app/assets/stylesheets/application/theme.css.scss */
.footer-widget {
  position: fixed;
  bottom: 0px;
  left: 0;
  padding: 11px 21px;
  background-color: #182029;
  width: 250px;
  clear: both;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}

/* line 1084, app/assets/stylesheets/application/theme.css.scss */
.footer-widget .progress {
  position: relative;
  top: 15px;
  width: 70%;
}

/* line 1089, app/assets/stylesheets/application/theme.css.scss */
.footer-widget a {
  color: #b7b9bd;
}

/* line 1092, app/assets/stylesheets/application/theme.css.scss */
.footer-widget i {
  font-size: 14px;
  color: #5e646d;
}

/* line 1096, app/assets/stylesheets/application/theme.css.scss */
.footer-widget .details-status {
  background-color: #2d3139;
  border-radius: 3px 3px 3px 3px;
  color: #8B91A0;
  display: inline-block;
  font-size: 11px;
  padding: 6px;
  left: -22px;
  position: relative;
}

/* line 1106, app/assets/stylesheets/application/theme.css.scss */
.footer-widget a:hover,
.footer-widget a:hover i {
  color: #8B91A0;
  text-decoration: none;
}

/* line 1111, app/assets/stylesheets/application/theme.css.scss */
.chat-window-wrapper input[type="text"],
.chat-window-wrapper input[type="password"],
.chat-window-wrapper input[type="date"],
.chat-window-wrapper input[type="datetime"],
.chat-window-wrapper input[type="email"],
.chat-window-wrapper input[type="number"],
.chat-window-wrapper input[type="search"],
.chat-window-wrapper input[type="tel"],
.chat-window-wrapper input[type="time"],
.chat-window-wrapper input[type="url"],
.chat-window-wrapper textarea,
.chat-window-wrapper select {
  background-color: #0d0f12;
  height: 28px;
}

/* line 1126, app/assets/stylesheets/application/theme.css.scss */
.chat-header input[type="text"] {
  margin: 15px 0 15px 14px;
  width: 195px;
  border: transparent;
}

/* line 1131, app/assets/stylesheets/application/theme.css.scss */
.chat-header .iconset {
  margin: 20px 15px;
}

/* line 1134, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header {
  background-color: #1b1e24;
  color: #4c5264;
  padding: 8px;
  padding-left: 21px;
}

/* line 1140, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status {
  height: 10px;
  width: 10px;
  border-radius: 8px;
  background-color: #e5e9ec;
  display: inline-block;
  margin-right: 12px;
}

/* line 1148, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.online {
  background-color: #00cdb1;
}

/* line 1151, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.busy {
  background-color: #f35958;
}

/* line 1154, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header .status.away {
  background-color: #00cdb1;
}

/* line 1157, app/assets/stylesheets/application/theme.css.scss */
.chat-messages-header a > i {
  color: #4c5264;
  font-size: 10px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

/* line 1164, app/assets/stylesheets/application/theme.css.scss */
.chat-footer {
  position: absolute;
  bottom: 0px;
  background-color: #e5e9ec;
  padding: 10px;
  padding-bottom: 0px;
  width: 92.6%;
}

/* line 1172, app/assets/stylesheets/application/theme.css.scss */
.bubble {
  position: relative;
  width: 165px;
  min-height: 40px;
  padding: 0px;
  background: #e5e9ec;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #22262e;
  padding: 10px;
  cursor: pointer;
}

/* line 1185, app/assets/stylesheets/application/theme.css.scss */
.bubble.old {
  background: #0d0f12;
  color: #4c5264;
}

/* line 1189, app/assets/stylesheets/application/theme.css.scss */
.bubble.old:after {
  border-color: transparent #0d0f12;
}

/* line 1192, app/assets/stylesheets/application/theme.css.scss */
.bubble.sender {
  background: #0ba195;
  color: #ffffff;
}

/* line 1196, app/assets/stylesheets/application/theme.css.scss */
.bubble.sender:after {
  border-color: transparent #0ba195;
  border-width: 9px 0 9px 7px;
  right: -7px !important;
  left: auto;
}

/* line 1202, app/assets/stylesheets/application/theme.css.scss */
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 7px 9px 0;
  border-color: transparent #e5e9ec;
  display: block;
  width: 0;
  z-index: 1;
  left: -7px;
  top: 12px;
}

/* line 1214, app/assets/stylesheets/application/theme.css.scss */
.chat-messages .sent_time {
  width: 100%;
  color: #4c5264;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}

/* line 1221, app/assets/stylesheets/application/theme.css.scss */
.chat-messages .sent_time.off {
  display: none;
}

/* line 1224, app/assets/stylesheets/application/theme.css.scss */
.chat-input-wrapper {
  position: absolute;
  bottom: 0;
  background-color: #1b1e24;
  width: 256px;
  padding: 7px;
  z-index: 110;
}

/* line 1232, app/assets/stylesheets/application/theme.css.scss */
.chat-input-wrapper textarea {
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 1238, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper {
  display: block;
  padding: 10px 15px;
}

/* line 1242, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 0px 10px 0 0px;
}

/* line 1251, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat {
  display: inline-block;
  float: left;
}

/* line 1255, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .user-name {
  color: #22262e;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1262, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .user-chat-preview {
  display: block;
  float: left;
}

/* line 1266, app/assets/stylesheets/application/theme.css.scss */
.user-chat-wrapper .user-chat .more-details {
  display: inline-block;
  float: left;
  color: #8b8f92;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1276, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-sidebar {
  position: absolute;
  width: 225px;
}

/* line 1280, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-sidebar ul {
  width: 225px;
}

/* line 1283, app/assets/stylesheets/application/theme.css.scss */
.ie8 .page-content {
  margin-left: 225px;
  margin-top: 0px;
}

/* line 1287, app/assets/stylesheets/application/theme.css.scss */
.page-content {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e9ec;
  background-size: 100% 153%;
  overflow: auto;
  position: relative;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  z-index: 6;
}

/* line 1300, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed {
  margin-left: 50px;
}

/* line 1303, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed .admin-bar-inner {
  margin-right: 50px !important;
}

/* line 1306, app/assets/stylesheets/application/theme.css.scss */
.page-content.condensed-layout {
  margin-left: 50px !important;
}

/* line 1309, app/assets/stylesheets/application/theme.css.scss */
.page-content .admin-bar {
  -moz-box-sizing: border-box;
  bottom: -115px;
  right: 0;
  left: 0;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* line 1321, app/assets/stylesheets/application/theme.css.scss */
.page-content .admin-bar .admin-bar-inner {
  background: none repeat scroll 0 0 padding-box #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.08);
  padding: 30px 35px 30px 40px;
  text-align: right;
}

/* line 1328, app/assets/stylesheets/application/theme.css.scss */
.page-content .header {
  padding: 20px !important;
}

/* line 1331, app/assets/stylesheets/application/theme.css.scss */
.page-content .header h3 {
  font-size: 20px;
  display: inline;
}

/* line 1335, app/assets/stylesheets/application/theme.css.scss */
.page-content .header i {
  font-size: 18px;
}

/* line 1338, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb {
  font-family: 'Open Sans';
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px;
}

/* line 1349, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb a {
  margin-left: 10px;
}

/* line 1352, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb li p {
  font-size: 12.5px !important;
  font-weight: 400;
  color: #7b7d82;
}

/* line 1357, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb li .active {
  font-weight: 600;
  font-size: 14px;
}

/* line 1361, app/assets/stylesheets/application/theme.css.scss */
.page-content .content {
  padding-left: 26px;
  padding-right: 26px;
  padding-top: 83px;
}

/* line 1366, app/assets/stylesheets/application/theme.css.scss */
.inner-menu {
  display: inline-block;
  position: absolute;
  width: 200px;
  font-family: 'Open Sans';
  background-color: #3d424e;
  height: 100%;
}

/* line 1374, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper {
  padding: 20px 20px 0;
}

/* line 1377, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper .menu-title {
  padding-left: 0px;
}

/* line 1380, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-wrapper .menu-title i {
  padding-right: 0px;
}

/* line 1383, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .inner-menu-content {
  margin-top: 50px;
}

/* line 1386, app/assets/stylesheets/application/theme.css.scss */
.inner-menu .menu-title {
  padding-right: 23px;
}

/* line 1389, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

/* line 1395, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li {
  text-align: right;
  padding: 8px 25px;
}

/* line 1399, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li a {
  color: #8b91a0;
  font-size: 18px;
}

/* line 1403, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}

/* line 1407, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li:hover {
  background-color: #182029;
}

/* line 1410, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li.active {
  background-color: #182029;
}

/* line 1413, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li.active a {
  background-color: #182029;
  color: #e5e9ec;
}

/* line 1417, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.big-items li .badge {
  position: relative;
  top: -2px;
}

/* line 1421, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items {
  list-style: none outside none;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0;
}

/* line 1427, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li {
  text-align: right;
  padding: 8px 25px;
}

/* line 1431, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li a {
  color: #8b91a0;
  font-size: 14px;
}

/* line 1435, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li a:hover {
  text-decoration: none;
  color: #e5e9ec;
}

/* line 1439, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li:hover {
  background-color: #182029;
}

/* line 1442, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li.active {
  background-color: #182029;
}

/* line 1445, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li.active a {
  background-color: #182029;
  color: #e5e9ec;
}

/* line 1449, app/assets/stylesheets/application/theme.css.scss */
.inner-menu ul.small-items li .badge {
  position: relative;
  top: -1px;
}

/* line 1453, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper {
  display: block;
  margin: 40px 20px 15px;
  margin-bottom: 20px;
}

/* line 1458, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .profile-wrapper {
  height: 160px;
  width: 160px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  left: 50%;
  margin-left: -80.5px;
}

/* line 1468, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info {
  color: #ffffff;
  display: table;
  margin: 0 auto;
  margin-top: 15px;
}

/* line 1474, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .status {
  color: #929fa5;
  font-size: 13px;
  margin-bottom: 10px;
  margin-top: 2px;
  font-weight: normal;
}

/* line 1481, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .profile {
  float: right;
  display: inline;
}

/* line 1485, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .btn-set {
  margin-top: 10px;
}

/* line 1488, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .username {
  font-size: 19px;
}

/* line 1491, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .greeting {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 1.5px;
}

/* line 1497, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info a {
  color: #ffffff;
}

/* line 1500, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info a:hover {
  text-decoration: none;
}

/* line 1503, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .status-icon {
  margin: 0px 5px;
}

/* line 1506, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse {
  width: 18px;
  height: 18px;
  background-color: #50545c;
  position: absolute;
  right: 15px;
  margin-top: 10px;
}

/* line 1514, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse i {
  position: relative;
  margin-top: -8px;
  top: -2px;
  left: 3px;
}

/* line 1520, app/assets/stylesheets/application/theme.css.scss */
.user-info-wrapper .user-info .collapse:hover {
  background-color: #000000;
}

/* line 1523, app/assets/stylesheets/application/theme.css.scss */
.side-panel {
  border-width: 0;
  display: block;
  max-height: none;
  min-height: 100%;
  position: fixed;
  top: 0;
  width: 17em;
  background: linear-gradient(#f9f9f9, #eeeeee) repeat scroll 0 0 #f9f9f9;
  border: 1px solid #AAAAAA;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  float: right;
  right: 0;
  z-index: 1200;
}

/* line 1539, app/assets/stylesheets/application/theme.css.scss */
.status-widget {
  margin-bottom: 9px;
  padding: 0 31px;
  animation-duration: 0.3s !important;
}

/* line 1544, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title {
  color: #ffffff;
  font-size: 13px;
}

/* line 1548, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title i {
  float: right;
  font-size: 7px;
  margin-top: 6px;
  margin-right: 6px;
  color: #8b8f92;
}

/* line 1555, app/assets/stylesheets/application/theme.css.scss */
.status-widget p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  color: #808285;
}

/* line 1562, app/assets/stylesheets/application/theme.css.scss */
.status-widget .progress {
  height: 10px;
  background-color: #2a2e36;
  background-image: -moz-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a2e36), to(#2a2e36));
  background-image: -webkit-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: -o-linear-gradient(top, #2a2e36, #2a2e36);
  background-image: linear-gradient(to bottom, #2a2e36, #2a2e36);
  background-repeat: repeat-x;
  margin-bottom: 5px;
  -webkit-transition: width 30.0s ease !important;
  -moz-transition: width 30.0s ease !important;
  -o-transition: width 30.0s ease !important;
  transition: width 30.0s ease !important;
}

/* line 1577, app/assets/stylesheets/application/theme.css.scss */
.status-widget-wrapper {
  font-size: 13px;
}

/* line 1580, app/assets/stylesheets/application/theme.css.scss */
.status-widget .title a:hover,
.status-widget .title a:active {
  text-decoration: none;
}

/* line 1584, app/assets/stylesheets/application/theme.css.scss */
.status-icon {
  background: url(/assets/icon/status-ff5d799b5db9ea97bb9bc4f39709be39672fa5db0ea68dc079fcf1c38c32fd07.png) no-repeat;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  top: 2px;
}

/* line 1591, app/assets/stylesheets/application/theme.css.scss */
.status-icon.green {
  background-position: -1px -1px;
  width: 14px;
  height: 14px;
}

/* line 1596, app/assets/stylesheets/application/theme.css.scss */
.status-icon.red {
  background-position: -17px -1px;
  width: 14px;
  height: 14px;
}

/* line 1601, app/assets/stylesheets/application/theme.css.scss */
.status-icon.blue {
  background-position: -33px -1px;
  width: 14px;
  height: 14px;
}

/* line 1606, app/assets/stylesheets/application/theme.css.scss */
.status-icon.yellow {
  background-position: -48px -1px;
  width: 15px;
  height: 14px;
}

/* line 1611, app/assets/stylesheets/application/theme.css.scss */
.status-icon.grey {
  background-position: -64px -1px;
  width: 14px;
  height: 14px;
}

/* line 1616, app/assets/stylesheets/application/theme.css.scss */
.user-info img {
  float: left;
  margin-right: 5px;
}

/* line 1620, app/assets/stylesheets/application/theme.css.scss */
.user-info .details {
  display: inline-block;
}

/* line 1623, app/assets/stylesheets/application/theme.css.scss */
.user-info .label {
  font-weight: 300;
  font-size: 11px;
}

/* line 1627, app/assets/stylesheets/application/theme.css.scss */
.mini .page-sidebar-wrapper {
  overflow: visible !important;
}

/* line 1630, app/assets/stylesheets/application/theme.css.scss */
.mini .scroll-element {
  visibility: hidden;
}

/* line 1633, app/assets/stylesheets/application/theme.css.scss */
.container {
  height: 100%;
}

/* line 1636, app/assets/stylesheets/application/theme.css.scss */
.pull-left {
  float: left !important;
}

/* line 1639, app/assets/stylesheets/application/theme.css.scss */
.pull-right {
  float: right !important;
}

/*------------------------------------------------------------------
[2. Icons]
*/
@font-face {
  font-family: 'icomoon';
  src: url(/fonts/custom-set.eot);
  src: url(/fonts/custom-set.eot?#iefix) format("embedded-opentype"), url(/fonts/custom-set.woff) format("woff"), url(/fonts/custom-set.ttf) format("truetype"), url(/fonts/custom-set.svg#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 1653, app/assets/stylesheets/application/theme.css.scss */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-custom-"] {
*/
/* line 1669, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-refresh,
.icon-custom-up,
.icon-custom-ui,
.icon-custom-thumb,
.icon-custom-settings,
.icon-custom-right,
.icon-custom-previous,
.icon-custom-portlets,
.icon-custom-next,
.icon-custom-newpage,
.icon-custom-new,
.icon-custom-message,
.icon-custom-map,
.icon-custom-left,
.icon-custom-home,
.icon-custom-gallery,
.icon-custom-form,
.icon-custom-feedbacks,
.icon-custom-extra,
.icon-custom-downloads,
.icon-custom-down,
.icon-custom-cross,
.icon-custom-chart,
.icon-custom-alert {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 1702, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-refresh:before {
  content: "\e000";
}

/* line 1705, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-up:before {
  content: "\e001";
}

/* line 1708, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-ui:before {
  content: "\e002";
}

/* line 1711, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-thumb:before {
  content: "\e003";
}

/* line 1714, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-settings:before {
  content: "\e004";
}

/* line 1717, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-right:before {
  content: "\e005";
}

/* line 1720, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-previous:before {
  content: "\e006";
}

/* line 1723, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-portlets:before {
  content: "\e007";
}

/* line 1726, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-next:before {
  content: "\e008";
}

/* line 1729, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-newpage:before {
  content: "\e009";
}

/* line 1732, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-new:before {
  content: "\e00a";
}

/* line 1735, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-message:before {
  content: "\e00b";
}

/* line 1738, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-map:before {
  content: "\e00c";
}

/* line 1741, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-left:before {
  content: "\e00d";
}

/* line 1744, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-home:before {
  content: "\e00e";
}

/* line 1747, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-gallery:before {
  content: "\e00f";
}

/* line 1750, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-form:before {
  content: "\e010";
}

/* line 1753, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-feedbacks:before {
  content: "\e011";
}

/* line 1756, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-extra:before {
  content: "\e012";
}

/* line 1759, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-downloads:before {
  content: "\e013";
}

/* line 1762, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-down:before {
  content: "\e014";
}

/* line 1765, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-cross:before {
  content: "\e015";
}

/* line 1768, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-chart:before {
  content: "\e016";
}

/* line 1771, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-alert:before {
  content: "\e017";
}

/*------------------------------------------------------------------
[3. Horizontal Menu]
*/
/* line 1777, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .header-seperation {
  display: none;
}

/* line 1780, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar {
  width: 100%;
  background-color: #f4f5f7;
  position: fixed;
  margin-top: 56px;
  display: table;
  z-index: 50;
}

/* line 1788, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner {
  display: table-cell;
  width: 100%;
}

/* line 1792, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul {
  margin: 0;
  padding: 0;
}

/* line 1796, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li {
  display: inline-block;
  padding: 10px 15px;
  font-family: 'Open Sans';
  vertical-align: middle;
}

/* line 1802, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.classic {
  position: relative;
}

/* line 1805, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > a {
  opacity: 1;
}

/* line 1808, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.mega.open,
.horizontal-menu .bar-inner > ul > li.horizontal.open {
  position: inherit;
}

/* line 1812, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a {
  color: #1b1e24;
}

/* line 1815, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow {
  display: inline-block;
}

/* line 1818, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > a > .arrow:before {
  float: right;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  content: "\f107";
  font-weight: 300;
  text-shadow: none;
  margin-left: 8px;
  opacity: 0.5;
  position: relative;
  top: 6px;
}

/* line 1832, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a {
  opacity: 0.7;
}

/* line 1835, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a .description {
  opacity: 0.7;
  transition: opacity 0.1s linear 0s;
}

/* line 1839, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a:hover {
  opacity: 1;
}

/* line 1842, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li a:hover .description {
  opacity: 1;
}

/* line 1845, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open {
  background: #fff;
}

/* line 1848, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic {
  max-height: 999px;
}

/* line 1851, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .classic > li {
  opacity: 1;
}

/* line 1854, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li.open > .mega,
.horizontal-menu .bar-inner > ul > li.open > .horizontal {
  display: block;
}

/* line 1858, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic {
  margin: 0;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  left: 0;
  right: 0;
  top: 40px;
  min-width: 220px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

/* line 1873, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #22262e;
  opacity: 0;
  -webkit-transition: all 0.1s linear 0.1s;
  transition: all 0.1s linear 0.1s;
}

/* line 1882, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a {
  color: #1b1e24;
}

/* line 1885, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}

/* line 1890, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .classic > li:last-child {
  border-bottom: 0;
}

/* line 1893, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #e5e9ec;
}

/* line 1906, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li {
  margin: 15px;
  color: #1b1e24;
  display: inline-block;
}

/* line 1911, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a {
  color: #1b1e24;
}

/* line 1914, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .horizontal li a .description {
  display: block;
  font-size: 12px;
  color: #6f7b8a;
}

/* line 1919, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega {
  margin: 0;
  top: 40px;
  padding: 0;
  position: absolute;
  background-color: #fff;
  list-style: none;
  display: none;
  left: 0;
  right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e9ec;
}

/* line 1932, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li {
  margin: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e9ec;
  color: #1b1e24;
}

/* line 1938, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega > li a {
  color: #1b1e24;
}

/* line 1941, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu-heading {
  font-size: 14px;
  color: #1b1e24;
  margin-bottom: 10px;
  margin-top: 20px;
}

/* line 1947, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

/* line 1953, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li {
  padding-left: 0;
  padding-bottom: 5px;
}

/* line 1957, app/assets/stylesheets/application/theme.css.scss */
.horizontal-menu .bar-inner > ul > li > .mega .sub-menu > li > a {
  color: #1b1e24;
}

@media (min-width: 980px) {
  /* line 1961, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0;
  }
  /* line 1964, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content .content {
    padding-top: 123px;
  }
}

/*------------------------------------------------------------------
[4. Typography]
*/
/* line 1971, app/assets/stylesheets/application/theme.css.scss */
.h-ribbon {
  width: 100%;
  height: 4px;
  background-color: #f35958;
}

/* line 1976, app/assets/stylesheets/application/theme.css.scss */
.h-ribbon .red {
  background-color: #f35958 !important;
}

/* line 1979, app/assets/stylesheets/application/theme.css.scss */
.notification-alert {
  width: 29px;
  height: 29px;
  background-image: url(/../notification-alert.png);
  position: absolute;
  float: right;
  right: -15px;
  z-index: 9999;
}

/* line 1988, app/assets/stylesheets/application/theme.css.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: 'Open Sans';
  font-weight: 300;
  color: #1A1A1A;
}

/* line 1999, app/assets/stylesheets/application/theme.css.scss */
h1 {
  line-height: 43px;
}

/* line 2002, app/assets/stylesheets/application/theme.css.scss */
h2 {
  line-height: 35px;
}

/* line 2005, app/assets/stylesheets/application/theme.css.scss */
h3 {
  line-height: 30px;
}

/* line 2008, app/assets/stylesheets/application/theme.css.scss */
h4 {
  line-height: 22px;
}

/* line 2011, app/assets/stylesheets/application/theme.css.scss */
h3 small,
h4 small,
h5 small {
  font-family: 'Open Sans';
  font-weight: 300;
  color: #444;
}

/* line 2018, app/assets/stylesheets/application/theme.css.scss */
h1.block,
h2.block,
h3.block,
h4.block,
h5.block,
h6.block {
  padding-bottom: 10px;
}

/* line 2026, app/assets/stylesheets/application/theme.css.scss */
a {
  text-shadow: none !important;
  color: #0d638f;
  transition: color 0.1s linear 0s, background-color 0.1s linear 0s, opacity 0.1s linear 0s !important;
}

/* line 2031, app/assets/stylesheets/application/theme.css.scss */
a.icon:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .4;
}

/* line 2040, app/assets/stylesheets/application/theme.css.scss */
a,
a:focus,
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}

/* line 2047, app/assets/stylesheets/application/theme.css.scss */
i {
  font-size: 14px;
}

/* line 2050, app/assets/stylesheets/application/theme.css.scss */
label {
  display: block;
  margin-bottom: 5px;
}

/* line 2054, app/assets/stylesheets/application/theme.css.scss */
label.inline {
  display: inline-block;
  position: relative;
  top: 0px;
  font-size: 13px;
}

/* line 2060, app/assets/stylesheets/application/theme.css.scss */
label.done {
  color: #0090d9 !important;
  text-decoration: line-through;
}

/* line 2064, app/assets/stylesheets/application/theme.css.scss */
ul > li {
  padding-left: 6px;
  line-height: 20px;
}

/* line 2068, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list {
  list-style: none;
  margin: 10px 5px 23px 0;
  padding: 0;
}

/* line 2073, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper {
  display: inline-block;
  float: left;
}

/* line 2077, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper .name {
  display: block;
  color: #000;
  font-size: 13px;
}

/* line 2082, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-wrapper .description {
  display: block;
  color: #9a9a9a;
  font-size: 12px;
}

/* line 2087, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .details-status {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 2097, app/assets/stylesheets/application/theme.css.scss */
ul.progress-list li .progress {
  margin-top: 10px;
}

/* line 2100, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends {
  margin: 0px;
  margin-top: 16px;
  padding: 0;
}

/* line 2105, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends li {
  float: left;
  display: inline;
  margin-right: 5px;
  margin-bottom: 8px;
}

/* line 2111, app/assets/stylesheets/application/theme.css.scss */
ul.my-friends li .profile-pic {
  border-radius: 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

/* line 2119, app/assets/stylesheets/application/theme.css.scss */
address {
  margin-bottom: 0px;
}

/* line 2122, app/assets/stylesheets/application/theme.css.scss */
blockquote {
  padding: 0 0 0 18px;
  border-left: 5px solid #EEEEEE;
}

/* line 2126, app/assets/stylesheets/application/theme.css.scss */
blockquote p {
  font-size: 16px;
}

/* line 2129, app/assets/stylesheets/application/theme.css.scss */
blockquote small {
  line-height: 29px;
  color: #8b91a0;
}

/* line 2133, app/assets/stylesheets/application/theme.css.scss */
blockquote small:before {
  content: "";
}

/* line 2136, app/assets/stylesheets/application/theme.css.scss */
blockquote.pull-right small:after {
  content: "";
}

/* line 2139, app/assets/stylesheets/application/theme.css.scss */
.logo {
  margin: 10px 51px;
}

/* line 2142, app/assets/stylesheets/application/theme.css.scss */
.normal {
  font-weight: normal;
}

/* line 2145, app/assets/stylesheets/application/theme.css.scss */
.semi-bold {
  font-weight: 600;
}

/* line 2148, app/assets/stylesheets/application/theme.css.scss */
.bold {
  font-weight: bold;
}

/* line 2151, app/assets/stylesheets/application/theme.css.scss */
.all-caps {
  text-transform: uppercase;
}

/* line 2154, app/assets/stylesheets/application/theme.css.scss */
.light {
  font-weight: 300 !important;
}

/* line 2157, app/assets/stylesheets/application/theme.css.scss */
.text-extra-small {
  font-size: 10.5px !important;
}

/* line 2160, app/assets/stylesheets/application/theme.css.scss */
.small-text {
  font-size: 12px !important;
}

/* line 2163, app/assets/stylesheets/application/theme.css.scss */
.normal-text {
  font-size: 13px !important;
}

/* line 2166, app/assets/stylesheets/application/theme.css.scss */
.large-text {
  font-size: 15px !important;
}

/* line 2169, app/assets/stylesheets/application/theme.css.scss */
.center-text {
  text-align: center !important;
}

/* line 2172, app/assets/stylesheets/application/theme.css.scss */
.muted {
  color: #b6bfc5;
}

/* line 2175, app/assets/stylesheets/application/theme.css.scss */
.bg-blue {
  background-color: #61acf2 !important;
}

/* line 2178, app/assets/stylesheets/application/theme.css.scss */
.bg-red {
  background-color: #ec7962 !important;
}

/* line 2181, app/assets/stylesheets/application/theme.css.scss */
.bg-yellow {
  background-color: #fae274 !important;
}

/* line 2184, app/assets/stylesheets/application/theme.css.scss */
.bg-green {
  background-color: #00cdb1 !important;
}

/* line 2187, app/assets/stylesheets/application/theme.css.scss */
.bg-purple {
  color: #7981d8 !important;
}

/* line 2190, app/assets/stylesheets/application/theme.css.scss */
.bg-grey {
  color: #dce0e8 !important;
}

/* line 2193, app/assets/stylesheets/application/theme.css.scss */
.text-black {
  color: #1b1e24 !important;
}

/* line 2196, app/assets/stylesheets/application/theme.css.scss */
.text-purple {
  color: #7981d8 !important;
}

/* line 2199, app/assets/stylesheets/application/theme.css.scss */
.text-white {
  color: #ffffff !important;
}

/* line 2202, app/assets/stylesheets/application/theme.css.scss */
.text-grey {
  color: #dce0e8 !important;
}

/* line 2205, app/assets/stylesheets/application/theme.css.scss */
.text-success {
  color: #00cdb1 !important;
}

/* line 2208, app/assets/stylesheets/application/theme.css.scss */
.text-info {
  color: #61acf2 !important;
}

/* line 2211, app/assets/stylesheets/application/theme.css.scss */
.text-warning {
  color: #fae274 !important;
}

/* line 2214, app/assets/stylesheets/application/theme.css.scss */
.text-error {
  color: #ec7962 !important;
}

/* line 2217, app/assets/stylesheets/application/theme.css.scss */
.text-white-opacity {
  color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

/* line 2222, app/assets/stylesheets/application/theme.css.scss */
.text-right {
  text-align: right !important;
}

/* line 2225, app/assets/stylesheets/application/theme.css.scss */
.text-left {
  text-align: left !important;
}

/* line 2228, app/assets/stylesheets/application/theme.css.scss */
.text-center {
  text-align: center !important;
}

/* line 2231, app/assets/stylesheets/application/theme.css.scss */
.color-bands {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin-right: 2px;
  margin-bottom: 8px;
}

/* line 2238, app/assets/stylesheets/application/theme.css.scss */
.color-bands.green {
  background-color: #00cdb1;
}

/* line 2241, app/assets/stylesheets/application/theme.css.scss */
.color-bands.purple {
  background-color: #7981d8;
}

/* line 2244, app/assets/stylesheets/application/theme.css.scss */
.color-bands.red {
  background-color: #ec7962;
}

/* line 2247, app/assets/stylesheets/application/theme.css.scss */
.color-bands.blue {
  background-color: #61acf2;
}

/* line 2250, app/assets/stylesheets/application/theme.css.scss */
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #E0DFDF;
  border-bottom: 1px solid #FEFEFE;
}

/* line 2256, app/assets/stylesheets/application/theme.css.scss */
.icon-custom-2x {
  font-size: 0.9em;
}

/* line 2259, app/assets/stylesheets/application/theme.css.scss */
.fa-5x {
  font-size: 5em;
}

/* line 2262, app/assets/stylesheets/application/theme.css.scss */
.fa-6x {
  font-size: 6em;
}

/* line 2265, app/assets/stylesheets/application/theme.css.scss */
.fa-7x {
  font-size: 7em;
}

/* line 2268, app/assets/stylesheets/application/theme.css.scss */
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:hover,
[class*=" icon-"]:hover {
  background: none !important;
}

/* line 2274, app/assets/stylesheets/application/theme.css.scss */
.page-title {
  padding: 0px;
  letter-spacing: -1px;
  display: block;
  color: #666;
  margin: 0 0 10px;
  font-weight: 300;
  font-family: 'Open Sans';
}

/* line 2283, app/assets/stylesheets/application/theme.css.scss */
.page-title h3 {
  display: inline-block;
  top: -5px;
  position: relative;
  width: 83%;
}

/* line 2289, app/assets/stylesheets/application/theme.css.scss */
.page-title p {
  color: #63696d;
  letter-spacing: 0.5px;
}

/* line 2293, app/assets/stylesheets/application/theme.css.scss */
.page-title i {
  display: inline-block;
  color: #73777c;
  font-size: 30px;
  margin-right: 12px;
  position: relative;
  top: 7px;
  float: left;
}

/* line 2302, app/assets/stylesheets/application/theme.css.scss */
.page-title small {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #888;
}

/* line 2308, app/assets/stylesheets/application/theme.css.scss */
.page-title .actions {
  font-family: 'Arial';
}

/* line 2311, app/assets/stylesheets/application/theme.css.scss */
.page-content .breadcrumb a,
.page-content .breadcrumb i,
.page-content .breadcrumb span,
.page-content .breadcrumb li {
  color: #515050;
  font-weight: 300;
  text-shadow: none;
}

/* line 2319, app/assets/stylesheets/application/theme.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f105";
}

/* line 2325, app/assets/stylesheets/application/theme.css.scss */
.well {
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  background-image: none;
}

/* line 2336, app/assets/stylesheets/application/theme.css.scss */
.well.well-large {
  padding: 24px;
  width: auto;
}

/* line 2340, app/assets/stylesheets/application/theme.css.scss */
.well.well-small {
  padding: 13px;
  width: auto;
}

/* line 2344, app/assets/stylesheets/application/theme.css.scss */
.well.green {
  background-color: #00cdb1;
  color: #ffffff;
  border: none;
}

/*------------------------------------------------------------------
[5. Misc]
*/
/* line 2352, app/assets/stylesheets/application/theme.css.scss */
span.iconset {
  display: block;
}

/* line 2355, app/assets/stylesheets/application/theme.css.scss */
.iconset {
  background: url(/assets/icon/top-tray-f41b67bc59b3435e24ade3bd79c3b48d082cc21a41ef4cd36e242f5941a1884b.png) no-repeat;
  position: relative;
  top: 1px;
}

/* line 2360, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-home {
  background-position: -6px -7px;
  width: 16px;
  height: 14px;
  top: -1px;
}

/* line 2366, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-settings {
  background-position: -35px -6px;
  width: 16px;
  height: 16px;
  top: 1px;
}

/* line 2372, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-messages {
  background-position: -63px -8px;
  width: 16px;
  height: 12px;
  top: 1px;
}

/* line 2378, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-back {
  background-position: -92px -8px;
  width: 15px;
  height: 14px;
}

/* line 2383, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-forward {
  background-position: -121px -8px;
  width: 15px;
  height: 14px;
}

/* line 2388, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-reload {
  background-position: -147px -6px;
  width: 18px;
  height: 16px;
}

/* line 2393, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-settings-dark {
  background-position: -176px -6px;
  width: 17px;
  height: 16px;
}

/* line 2398, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-tiles {
  background-position: -206px -7px;
  width: 14px;
  height: 14px;
  top: 1.5px;
}

/* line 2404, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-down-arrow {
  background-position: -238px -12px;
  width: 7px;
  height: 5px;
}

/* line 2409, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-search {
  background-position: -261px -6px;
  width: 16px;
  height: 16px;
  top: 5px;
}

/* line 2415, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-menu-toggle-dark {
  background-position: -288px -7px;
  width: 18px;
  height: 15px;
}

/* line 2420, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-menu-toggle-white {
  background-position: -315px -7px;
  width: 18px;
  height: 15px;
}

/* line 2425, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-chat-dark {
  background-position: -341px -6px;
  width: 21px;
  height: 16px;
}

/* line 2430, app/assets/stylesheets/application/theme.css.scss */
.iconset.top-chat-white {
  background-position: -369px -6px;
  width: 21px;
  height: 16px;
}

/* line 2435, app/assets/stylesheets/application/theme.css.scss */
.iconset .badge {
  top: -12px;
  right: -10px;
  position: relative;
  padding: 4px 6px;
  font-size: 10px;
}

/* line 2442, app/assets/stylesheets/application/theme.css.scss */
.iconplaceholder {
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #e5e9ec;
  padding: 3px;
  display: inline-block;
  margin-right: 5px;
  direction: ltr;
}

/* line 2452, app/assets/stylesheets/application/theme.css.scss */
.iconplaceholder i {
  font-size: 10px;
  color: #656c78;
  position: relative;
  left: 4px;
  top: -3px;
}

/* line 2459, app/assets/stylesheets/application/theme.css.scss */
.blog-bar {
  border-top: 1px solid #d7dbe0;
  margin-top: 18px;
  padding: 10px;
}

/* line 2464, app/assets/stylesheets/application/theme.css.scss */
.blog-bar a {
  color: #8b91a0;
  margin-right: 8px;
  text-decoration: none;
}

/* line 2469, app/assets/stylesheets/application/theme.css.scss */
.blog-bar a:hover {
  color: #d7dbe0;
}

/* line 2472, app/assets/stylesheets/application/theme.css.scss */
.no-padding {
  padding: 0px !important;
}

/* line 2475, app/assets/stylesheets/application/theme.css.scss */
.no-margin {
  margin: 0px !important;
}

/* line 2478, app/assets/stylesheets/application/theme.css.scss */
.spacing-bottom {
  margin-bottom: 30px;
}

/* line 2481, app/assets/stylesheets/application/theme.css.scss */
.inherit-size {
  width: inherit;
  height: inherit;
}

/* line 2485, app/assets/stylesheets/application/theme.css.scss */
.inherit-height {
  height: inherit;
}

/* line 2488, app/assets/stylesheets/application/theme.css.scss */
.v-align-bottom {
  vertical-align: bottom;
  display: table-cell;
}

/* line 2492, app/assets/stylesheets/application/theme.css.scss */
.v-align-top {
  vertical-align: top;
  display: table-cell;
}

/* line 2496, app/assets/stylesheets/application/theme.css.scss */
.v-align-middle {
  vertical-align: middle;
  display: table-cell;
}

/* line 2500, app/assets/stylesheets/application/theme.css.scss */
.h-align-middle {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* line 2505, app/assets/stylesheets/application/theme.css.scss */
.padding-10 {
  padding: 10px;
}

/* line 2508, app/assets/stylesheets/application/theme.css.scss */
.padding-20 {
  padding: 20px;
}

/* line 2511, app/assets/stylesheets/application/theme.css.scss */
.p-t-5 {
  padding-top: 5px;
}

/* line 2514, app/assets/stylesheets/application/theme.css.scss */
.p-r-5 {
  padding-right: 5px;
}

/* line 2517, app/assets/stylesheets/application/theme.css.scss */
.p-l-5 {
  padding-left: 5px;
}

/* line 2520, app/assets/stylesheets/application/theme.css.scss */
.p-b-5 {
  padding-bottom: 5px;
}

/* line 2523, app/assets/stylesheets/application/theme.css.scss */
.p-t-10 {
  padding-top: 10px;
}

/* line 2526, app/assets/stylesheets/application/theme.css.scss */
.p-r-10 {
  padding-right: 10px;
}

/* line 2529, app/assets/stylesheets/application/theme.css.scss */
.p-l-10 {
  padding-left: 10px;
}

/* line 2532, app/assets/stylesheets/application/theme.css.scss */
.p-b-10 {
  padding-bottom: 10px;
}

/* line 2535, app/assets/stylesheets/application/theme.css.scss */
.p-t-15 {
  padding-top: 15px;
}

/* line 2538, app/assets/stylesheets/application/theme.css.scss */
.p-r-15 {
  padding-right: 15px;
}

/* line 2541, app/assets/stylesheets/application/theme.css.scss */
.p-l-15 {
  padding-left: 15px;
}

/* line 2544, app/assets/stylesheets/application/theme.css.scss */
.p-b-15 {
  padding-bottom: 15px;
}

/* line 2547, app/assets/stylesheets/application/theme.css.scss */
.p-t-20 {
  padding-top: 20px;
}

/* line 2550, app/assets/stylesheets/application/theme.css.scss */
.p-r-20 {
  padding-right: 20px;
}

/* line 2553, app/assets/stylesheets/application/theme.css.scss */
.p-l-20 {
  padding-left: 20px;
}

/* line 2556, app/assets/stylesheets/application/theme.css.scss */
.p-b-20 {
  padding-bottom: 20px;
}

/* line 2559, app/assets/stylesheets/application/theme.css.scss */
.p-t-25 {
  padding-top: 25px;
}

/* line 2562, app/assets/stylesheets/application/theme.css.scss */
.p-r-25 {
  padding-right: 25px;
}

/* line 2565, app/assets/stylesheets/application/theme.css.scss */
.p-l-25 {
  padding-left: 25px;
}

/* line 2568, app/assets/stylesheets/application/theme.css.scss */
.p-b-25 {
  padding-bottom: 25px;
}

/* line 2571, app/assets/stylesheets/application/theme.css.scss */
.p-t-30 {
  padding-top: 30px;
}

/* line 2574, app/assets/stylesheets/application/theme.css.scss */
.p-r-30 {
  padding-right: 30px;
}

/* line 2577, app/assets/stylesheets/application/theme.css.scss */
.p-l-30 {
  padding-left: 30px;
}

/* line 2580, app/assets/stylesheets/application/theme.css.scss */
.p-b-30 {
  padding-bottom: 30px;
}

/* line 2583, app/assets/stylesheets/application/theme.css.scss */
.p-t-35 {
  padding-top: 35px;
}

/* line 2586, app/assets/stylesheets/application/theme.css.scss */
.p-r-35 {
  padding-right: 35px;
}

/* line 2589, app/assets/stylesheets/application/theme.css.scss */
.p-l-35 {
  padding-left: 35px;
}

/* line 2592, app/assets/stylesheets/application/theme.css.scss */
.p-b-35 {
  padding-bottom: 35px;
}

/* line 2595, app/assets/stylesheets/application/theme.css.scss */
.p-t-40 {
  padding-top: 40px;
}

/* line 2598, app/assets/stylesheets/application/theme.css.scss */
.p-r-40 {
  padding-right: 40px;
}

/* line 2601, app/assets/stylesheets/application/theme.css.scss */
.p-l-40 {
  padding-left: 40px;
}

/* line 2604, app/assets/stylesheets/application/theme.css.scss */
.p-b-40 {
  padding-bottom: 40px;
}

/* line 2607, app/assets/stylesheets/application/theme.css.scss */
.p-t-45 {
  padding-top: 45px;
}

/* line 2610, app/assets/stylesheets/application/theme.css.scss */
.p-r-45 {
  padding-right: 45px;
}

/* line 2613, app/assets/stylesheets/application/theme.css.scss */
.p-l-45 {
  padding-left: 45px;
}

/* line 2616, app/assets/stylesheets/application/theme.css.scss */
.p-b-45 {
  padding-bottom: 45px;
}

/* line 2619, app/assets/stylesheets/application/theme.css.scss */
.p-t-50 {
  padding-top: 50px;
}

/* line 2622, app/assets/stylesheets/application/theme.css.scss */
.p-r-50 {
  padding-right: 50px;
}

/* line 2625, app/assets/stylesheets/application/theme.css.scss */
.p-l-50 {
  padding-left: 50px;
}

/* line 2628, app/assets/stylesheets/application/theme.css.scss */
.p-b-50 {
  padding-bottom: 50px;
}

/* line 2631, app/assets/stylesheets/application/theme.css.scss */
.p-t-55 {
  padding-top: 55px;
}

/* line 2634, app/assets/stylesheets/application/theme.css.scss */
.p-r-55 {
  padding-right: 55px;
}

/* line 2637, app/assets/stylesheets/application/theme.css.scss */
.p-l-55 {
  padding-left: 55px;
}

/* line 2640, app/assets/stylesheets/application/theme.css.scss */
.p-b-55 {
  padding-bottom: 55px;
}

/* line 2643, app/assets/stylesheets/application/theme.css.scss */
.p-t-60 {
  padding-top: 60px;
}

/* line 2646, app/assets/stylesheets/application/theme.css.scss */
.p-r-60 {
  padding-right: 60px;
}

/* line 2649, app/assets/stylesheets/application/theme.css.scss */
.p-l-60 {
  padding-left: 60px;
}

/* line 2652, app/assets/stylesheets/application/theme.css.scss */
.p-b-60 {
  padding-bottom: 60px;
}

/* line 2655, app/assets/stylesheets/application/theme.css.scss */
.p-t-65 {
  padding-top: 65px;
}

/* line 2658, app/assets/stylesheets/application/theme.css.scss */
.p-r-65 {
  padding-right: 65px;
}

/* line 2661, app/assets/stylesheets/application/theme.css.scss */
.p-l-65 {
  padding-left: 65px;
}

/* line 2664, app/assets/stylesheets/application/theme.css.scss */
.p-b-65 {
  padding-bottom: 65px;
}

/* line 2667, app/assets/stylesheets/application/theme.css.scss */
.p-t-70 {
  padding-top: 70px;
}

/* line 2670, app/assets/stylesheets/application/theme.css.scss */
.p-r-70 {
  padding-right: 70px;
}

/* line 2673, app/assets/stylesheets/application/theme.css.scss */
.p-l-70 {
  padding-left: 70px;
}

/* line 2676, app/assets/stylesheets/application/theme.css.scss */
.p-b-70 {
  padding-bottom: 70px;
}

/* line 2679, app/assets/stylesheets/application/theme.css.scss */
.p-t-75 {
  padding-top: 75px;
}

/* line 2682, app/assets/stylesheets/application/theme.css.scss */
.p-r-75 {
  padding-right: 75px;
}

/* line 2685, app/assets/stylesheets/application/theme.css.scss */
.p-l-75 {
  padding-left: 75px;
}

/* line 2688, app/assets/stylesheets/application/theme.css.scss */
.p-b-75 {
  padding-bottom: 75px;
}

/* line 2691, app/assets/stylesheets/application/theme.css.scss */
.p-t-80 {
  padding-top: 80px;
}

/* line 2694, app/assets/stylesheets/application/theme.css.scss */
.p-r-80 {
  padding-right: 80px;
}

/* line 2697, app/assets/stylesheets/application/theme.css.scss */
.p-l-80 {
  padding-left: 80px;
}

/* line 2700, app/assets/stylesheets/application/theme.css.scss */
.p-b-80 {
  padding-bottom: 80px;
}

/* line 2703, app/assets/stylesheets/application/theme.css.scss */
.p-t-85 {
  padding-top: 85px;
}

/* line 2706, app/assets/stylesheets/application/theme.css.scss */
.p-r-85 {
  padding-right: 85px;
}

/* line 2709, app/assets/stylesheets/application/theme.css.scss */
.p-l-85 {
  padding-left: 85px;
}

/* line 2712, app/assets/stylesheets/application/theme.css.scss */
.p-b-85 {
  padding-bottom: 85px;
}

/* line 2715, app/assets/stylesheets/application/theme.css.scss */
.p-t-90 {
  padding-top: 90px;
}

/* line 2718, app/assets/stylesheets/application/theme.css.scss */
.p-r-90 {
  padding-right: 90px;
}

/* line 2721, app/assets/stylesheets/application/theme.css.scss */
.p-l-90 {
  padding-left: 90px;
}

/* line 2724, app/assets/stylesheets/application/theme.css.scss */
.p-b-90 {
  padding-bottom: 90px;
}

/* line 2727, app/assets/stylesheets/application/theme.css.scss */
.p-t-95 {
  padding-top: 95px;
}

/* line 2730, app/assets/stylesheets/application/theme.css.scss */
.p-r-95 {
  padding-right: 95px;
}

/* line 2733, app/assets/stylesheets/application/theme.css.scss */
.p-l-95 {
  padding-left: 95px;
}

/* line 2736, app/assets/stylesheets/application/theme.css.scss */
.p-b-95 {
  padding-bottom: 95px;
}

/* line 2739, app/assets/stylesheets/application/theme.css.scss */
.p-t-100 {
  padding-top: 100px;
}

/* line 2742, app/assets/stylesheets/application/theme.css.scss */
.p-r-100 {
  padding-right: 100px;
}

/* line 2745, app/assets/stylesheets/application/theme.css.scss */
.p-l-100 {
  padding-left: 100px;
}

/* line 2748, app/assets/stylesheets/application/theme.css.scss */
.p-b-100 {
  padding-bottom: 100px;
}

/* line 2751, app/assets/stylesheets/application/theme.css.scss */
.m-t-0 {
  margin-top: 0px !important;
}

/* line 2754, app/assets/stylesheets/application/theme.css.scss */
.m-r-0 {
  margin-right: 0px !important;
}

/* line 2757, app/assets/stylesheets/application/theme.css.scss */
.m-l-0 {
  margin-left: 0px !important;
}

/* line 2760, app/assets/stylesheets/application/theme.css.scss */
.m-b-0 {
  margin-bottom: 0px !important;
}

/* line 2763, app/assets/stylesheets/application/theme.css.scss */
.m-t-5 {
  margin-top: 5px;
}

/* line 2766, app/assets/stylesheets/application/theme.css.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 2769, app/assets/stylesheets/application/theme.css.scss */
.m-l-5 {
  margin-left: 5px;
}

/* line 2772, app/assets/stylesheets/application/theme.css.scss */
.m-b-5 {
  margin-bottom: 5px;
}

/* line 2775, app/assets/stylesheets/application/theme.css.scss */
.m-t-10 {
  margin-top: 10px;
}

/* line 2778, app/assets/stylesheets/application/theme.css.scss */
.m-r-10 {
  margin-right: 10px;
}

/* line 2781, app/assets/stylesheets/application/theme.css.scss */
.m-l-10 {
  margin-left: 10px;
}

/* line 2784, app/assets/stylesheets/application/theme.css.scss */
.m-b-10 {
  margin-bottom: 10px;
}

/* line 2787, app/assets/stylesheets/application/theme.css.scss */
.m-t-15 {
  margin-top: 15px;
}

/* line 2790, app/assets/stylesheets/application/theme.css.scss */
.m-r-15 {
  margin-right: 15px;
}

/* line 2793, app/assets/stylesheets/application/theme.css.scss */
.m-l-15 {
  margin-left: 15px;
}

/* line 2796, app/assets/stylesheets/application/theme.css.scss */
.m-b-15 {
  margin-bottom: 15px;
}

/* line 2799, app/assets/stylesheets/application/theme.css.scss */
.m-t-20 {
  margin-top: 20px;
}

/* line 2802, app/assets/stylesheets/application/theme.css.scss */
.m-r-20 {
  margin-right: 20px;
}

/* line 2805, app/assets/stylesheets/application/theme.css.scss */
.m-l-20 {
  margin-left: 20px;
}

/* line 2808, app/assets/stylesheets/application/theme.css.scss */
.m-b-20 {
  margin-bottom: 20px;
}

/* line 2811, app/assets/stylesheets/application/theme.css.scss */
.m-t-25 {
  margin-top: 25px;
}

/* line 2814, app/assets/stylesheets/application/theme.css.scss */
.m-r-25 {
  margin-right: 25px;
}

/* line 2817, app/assets/stylesheets/application/theme.css.scss */
.m-l-25 {
  margin-left: 25px;
}

/* line 2820, app/assets/stylesheets/application/theme.css.scss */
.m-b-25 {
  margin-bottom: 25px;
}

/* line 2823, app/assets/stylesheets/application/theme.css.scss */
.m-t-30 {
  margin-top: 30px;
}

/* line 2826, app/assets/stylesheets/application/theme.css.scss */
.m-r-30 {
  margin-right: 30px;
}

/* line 2829, app/assets/stylesheets/application/theme.css.scss */
.m-l-30 {
  margin-left: 30px;
}

/* line 2832, app/assets/stylesheets/application/theme.css.scss */
.m-b-30 {
  margin-bottom: 30px;
}

/* line 2835, app/assets/stylesheets/application/theme.css.scss */
.m-t-35 {
  margin-top: 35px;
}

/* line 2838, app/assets/stylesheets/application/theme.css.scss */
.m-r-35 {
  margin-right: 35px;
}

/* line 2841, app/assets/stylesheets/application/theme.css.scss */
.m-l-35 {
  margin-left: 35px;
}

/* line 2844, app/assets/stylesheets/application/theme.css.scss */
.m-b-35 {
  margin-bottom: 35px;
}

/* line 2847, app/assets/stylesheets/application/theme.css.scss */
.m-t-40 {
  margin-top: 40px;
}

/* line 2850, app/assets/stylesheets/application/theme.css.scss */
.m-r-40 {
  margin-right: 40px;
}

/* line 2853, app/assets/stylesheets/application/theme.css.scss */
.m-l-40 {
  margin-left: 40px;
}

/* line 2856, app/assets/stylesheets/application/theme.css.scss */
.m-b-40 {
  margin-bottom: 40px;
}

/* line 2859, app/assets/stylesheets/application/theme.css.scss */
.m-t-45 {
  margin-top: 45px;
}

/* line 2862, app/assets/stylesheets/application/theme.css.scss */
.m-r-45 {
  margin-right: 45px;
}

/* line 2865, app/assets/stylesheets/application/theme.css.scss */
.m-l-45 {
  margin-left: 45px;
}

/* line 2868, app/assets/stylesheets/application/theme.css.scss */
.m-b-45 {
  margin-bottom: 45px;
}

/* line 2871, app/assets/stylesheets/application/theme.css.scss */
.m-t-50 {
  margin-top: 50px;
}

/* line 2874, app/assets/stylesheets/application/theme.css.scss */
.m-r-50 {
  margin-right: 50px;
}

/* line 2877, app/assets/stylesheets/application/theme.css.scss */
.m-l-50 {
  margin-left: 50px;
}

/* line 2880, app/assets/stylesheets/application/theme.css.scss */
.m-b-50 {
  margin-bottom: 50px;
}

/* line 2883, app/assets/stylesheets/application/theme.css.scss */
.m-t-55 {
  margin-top: 55px;
}

/* line 2886, app/assets/stylesheets/application/theme.css.scss */
.m-r-55 {
  margin-right: 55px;
}

/* line 2889, app/assets/stylesheets/application/theme.css.scss */
.m-l-55 {
  margin-left: 55px;
}

/* line 2892, app/assets/stylesheets/application/theme.css.scss */
.m-b-55 {
  margin-bottom: 55px;
}

/* line 2895, app/assets/stylesheets/application/theme.css.scss */
.m-t-60 {
  margin-top: 60px;
}

/* line 2898, app/assets/stylesheets/application/theme.css.scss */
.m-r-60 {
  margin-right: 60px;
}

/* line 2901, app/assets/stylesheets/application/theme.css.scss */
.m-l-60 {
  margin-left: 60px;
}

/* line 2904, app/assets/stylesheets/application/theme.css.scss */
.m-b-60 {
  margin-bottom: 60px;
}

/* line 2907, app/assets/stylesheets/application/theme.css.scss */
.m-t-65 {
  margin-top: 65px;
}

/* line 2910, app/assets/stylesheets/application/theme.css.scss */
.m-r-65 {
  margin-right: 65px;
}

/* line 2913, app/assets/stylesheets/application/theme.css.scss */
.m-l-65 {
  margin-left: 65px;
}

/* line 2916, app/assets/stylesheets/application/theme.css.scss */
.m-b-65 {
  margin-bottom: 65px;
}

/* line 2919, app/assets/stylesheets/application/theme.css.scss */
.hide {
  display: none;
}

/* line 2922, app/assets/stylesheets/application/theme.css.scss */
.margin-top-10 {
  margin-top: 10px;
}

/* line 2925, app/assets/stylesheets/application/theme.css.scss */
.margin-top-20 {
  margin-top: 20px;
}

/* line 2928, app/assets/stylesheets/application/theme.css.scss */
.margin-bottom-10 {
  margin-bottom: 10px;
}

/* line 2931, app/assets/stylesheets/application/theme.css.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 2934, app/assets/stylesheets/application/theme.css.scss */
.inline {
  display: inline-block !important;
}

/* line 2937, app/assets/stylesheets/application/theme.css.scss */
.b-blank {
  border-color: #000;
}

/* line 2940, app/assets/stylesheets/application/theme.css.scss */
.b-r {
  border-right: 1px solid;
}

/* line 2943, app/assets/stylesheets/application/theme.css.scss */
.b-l {
  border-left: 1px solid;
}

/* line 2946, app/assets/stylesheets/application/theme.css.scss */
.b-t {
  border-top: 1px solid;
}

/* line 2949, app/assets/stylesheets/application/theme.css.scss */
.b-b {
  border-bottom: 1px solid;
}

/* line 2952, app/assets/stylesheets/application/theme.css.scss */
.b-a {
  border-width: 1px solid;
}

/* line 2955, app/assets/stylesheets/application/theme.css.scss */
.b-transparent {
  border-color: rgba(0, 0, 0, 0.4);
}

/* line 2958, app/assets/stylesheets/application/theme.css.scss */
.b-grey {
  border-color: #e5e9ec;
}

/* line 2961, app/assets/stylesheets/application/theme.css.scss */
.visible-xlg {
  display: none;
}

/* line 2964, app/assets/stylesheets/application/theme.css.scss */
.hidden-xlg {
  display: block;
}

/* line 2967, app/assets/stylesheets/application/theme.css.scss */
.image-responsive-width {
  width: 100%;
}

/* line 2970, app/assets/stylesheets/application/theme.css.scss */
.box-250 {
  width: 250px;
  height: 250px;
}

/* line 2974, app/assets/stylesheets/application/theme.css.scss */
.overlayer {
  position: absolute;
  display: block;
  z-index: 80;
}

/* line 2979, app/assets/stylesheets/application/theme.css.scss */
.overlayer.fullwidth {
  width: 100%;
}

/* line 2982, app/assets/stylesheets/application/theme.css.scss */
.overlayer-wrapper {
  position: relative;
  display: block;
  z-index: 9999;
}

/* line 2987, app/assets/stylesheets/application/theme.css.scss */
.demo-map {
  width: 100%;
}

/* line 2990, app/assets/stylesheets/application/theme.css.scss */
.overlay-fixed {
  top: auto !important;
}

/* line 2993, app/assets/stylesheets/application/theme.css.scss */
.top-left {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2998, app/assets/stylesheets/application/theme.css.scss */
.top-right {
  position: absolute;
  top: 1px;
  right: 0;
}

/* line 3003, app/assets/stylesheets/application/theme.css.scss */
.bottom-left {
  position: absolute;
  bottom: 1px;
  left: 0;
}

/* line 3008, app/assets/stylesheets/application/theme.css.scss */
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 3013, app/assets/stylesheets/application/theme.css.scss */
.pull-down {
  vertical-align: bottom;
  display: table-cell;
}

/* line 3017, app/assets/stylesheets/application/theme.css.scss */
.pull-up {
  vertical-align: top;
  display: table-cell;
}

/* line 3021, app/assets/stylesheets/application/theme.css.scss */
.full-height {
  height: 100%;
}

/* line 3024, app/assets/stylesheets/application/theme.css.scss */
.full-width {
  width: 100%;
}

/* line 3027, app/assets/stylesheets/application/theme.css.scss */
.scroller {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

/* line 3032, app/assets/stylesheets/application/theme.css.scss */
.popover-content {
  font-size: 13px;
}

/* line 3035, app/assets/stylesheets/application/theme.css.scss */
.popover-content .scroller {
  padding-right: 0px !important;
}

/* line 3038, app/assets/stylesheets/application/theme.css.scss */
.toggle-button,
.toggle-button label {
  margin-top: 3px;
  background-image: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border: 1px solid #eee !important;
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

/* line 3060, app/assets/stylesheets/application/theme.css.scss */
.toggle-button span.labelRight,
.toggle-button span.primary,
.toggle-button span.labelLeft,
.toggle-button span.info,
.toggle-button span.success,
.toggle-button span.warning,
.toggle-button span.danger {
  -moz-border-radius-topleft: 0px !important;
  -webkit-border-top-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  -moz-border-radius-bottomleft: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -moz-border-radius-topright: 0px !important;
  -webkit-border-top-right-radius: 0px !important;
  border-top-right-radius: 0px !important;
  -moz-border-radius-bottomright: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  background-image: none !important;
}

/* line 3083, app/assets/stylesheets/application/theme.css.scss */
.toggle-button span.labelRight {
  background-color: #eee;
}

/* line 3086, app/assets/stylesheets/application/theme.css.scss */
.dataTable {
  clear: both;
  margin-top: 5px;
}

/* line 3090, app/assets/stylesheets/application/theme.css.scss */
.dataTables_filter label {
  line-height: 32px !important;
}

/* line 3093, app/assets/stylesheets/application/theme.css.scss */
.DTTT_dropdown li {
  position: relative;
}

/* line 3096, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: 150px;
  text-align: center;
  border: 0px;
  z-index: 999;
}

/* line 3103, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 3109, app/assets/stylesheets/application/theme.css.scss */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 3113, app/assets/stylesheets/application/theme.css.scss */
.invoice-button-action-set {
  position: absolute;
}

/* line 3116, app/assets/stylesheets/application/theme.css.scss */
.login-container {
  margin-top: 13%;
  margin-bottom: 13%;
}

/* line 3120, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper {
  position: relative;
  margin-top: 20%;
}

/* line 3124, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .profile-wrapper {
  border-radius: 100px;
  float: left;
  height: 87px;
  margin-right: 11px;
  margin-top: 9px;
  overflow: hidden;
  width: 87px;
  display: inline-block;
}

/* line 3134, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user {
  text-align: left;
}

/* line 3137, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user-form {
  margin-top: -10px;
  display: inline-block;
  float: left;
  min-width: 320px;
}

/* line 3143, app/assets/stylesheets/application/theme.css.scss */
.lockscreen-wrapper .user-form input,
.lockscreen-wrapper .user-form button {
  float: left;
  margin-right: 10px;
}

/* line 3148, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper {
  padding: 13px;
  padding: 20px;
}

/* line 3152, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .events-wrapper {
  margin-top: 50px;
}

/* line 3155, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .events-heading {
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 14px;
  margin-bottom: 20px;
}

/* line 3162, app/assets/stylesheets/application/theme.css.scss */
.calender-options-wrapper .external-event {
  font-size: 12px;
  color: #ffffff;
  background-color: #d44443;
  display: block;
  padding: 5px 8px;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 8px;
  cursor: move;
}

/* line 3173, app/assets/stylesheets/application/theme.css.scss */
.fc-view {
  margin-top: 15px;
}

/* line 3176, app/assets/stylesheets/application/theme.css.scss */
.fc td,
.fc th {
  vertical-align: middle;
}

/* line 3180, app/assets/stylesheets/application/theme.css.scss */
.fc-grid th {
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 3184, app/assets/stylesheets/application/theme.css.scss */
.fc-grid .fc-day-number {
  padding: 25px 10px;
}

/* line 3187, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 0px;
  border-bottom: 1px solid #e5e9ec;
}

/* line 3192, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-right-width: 0px;
}

/* line 3196, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate td.fc-last {
  border-right-width: 0px;
}

/* line 3199, app/assets/stylesheets/application/theme.css.scss */
.fc-border-separate tr.fc-last td {
  border-bottom-width: 0px;
}

/* line 3202, app/assets/stylesheets/application/theme.css.scss */
.fc-state-highlight {
  background-color: transparent;
}

/* line 3205, app/assets/stylesheets/application/theme.css.scss */
.fc-state-highlight .fc-day-number {
  background-color: #f35958;
  border-radius: 999px;
  padding: 5px 11px;
  color: #ffffff;
}

/* line 3211, app/assets/stylesheets/application/theme.css.scss */
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  margin-top: 10px;
}

/* line 3215, app/assets/stylesheets/application/theme.css.scss */
.fc table thead tr th {
  font-size: 0.9em;
}

/* line 3218, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-controls {
  text-align: left;
}

/* line 3221, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-controls .owl-page span {
  width: 9px;
  height: 9px;
  border: 1px solid #333333;
  opacity: 1;
  background-color: transparent;
}

/* line 3228, app/assets/stylesheets/application/theme.css.scss */
.bordered-circle .owl-theme .owl-controls .owl-page.active span,
.bordered-circle .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #333333;
}

/* line 3232, app/assets/stylesheets/application/theme.css.scss */
.hashtags {
  display: inline-block;
  border: 2px solid #e5e9ec;
  background-color: transparent;
  color: #b9bec2;
  padding: 2px 8px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 12px;
}

/* line 3242, app/assets/stylesheets/application/theme.css.scss */
.hashtags:hover {
  border: 2px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.4);
}

/* line 3246, app/assets/stylesheets/application/theme.css.scss */
.hashtags.transparent {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

/* line 3251, app/assets/stylesheets/application/theme.css.scss */
.hashtags.transparent:hover {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}

/** Global Profile pics **/
/* line 3257, app/assets/stylesheets/application/theme.css.scss */
.user-profile img {
  border-radius: 100px 100px 100px 100px;
}

/** Small Gutter **/
/* line 3261, app/assets/stylesheets/application/theme.css.scss */
.sm-gutter [class^="col-"],
.sm-gutter [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 3266, app/assets/stylesheets/application/theme.css.scss */
.sm-gutter .row {
  margin-right: -5px;
  margin-left: -5px;
}

/**** Notification Widget List ***/
/* line 3271, app/assets/stylesheets/application/theme.css.scss */
.overlap-left-10 {
  position: relative;
  left: -10px;
}

/* line 3275, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_graph {
  overflow: hidden;
}

/** Group List **/
/* line 3279, app/assets/stylesheets/application/theme.css.scss */
.dark .dd-handle {
  background: none repeat scroll 0 0 #dce0e8;
}

/* line 3282, app/assets/stylesheets/application/theme.css.scss */
.carousel {
  height: 100%;
  width: 100%;
}

/* line 3286, app/assets/stylesheets/application/theme.css.scss */
.demo-center-logo {
  left: 0;
  display: block;
  position: absolute;
  text-align: center;
  right: 0;
}

/*------------------------------------------------------------------
[6. Form Elements]
*/
/* line 3296, app/assets/stylesheets/application/theme.css.scss */
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

/* line 3305, app/assets/stylesheets/application/theme.css.scss */
input,
button,
select,
textarea {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 3311, app/assets/stylesheets/application/theme.css.scss */
.uneditable-input,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none !important;
  color: #282323;
  outline: 0;
  height: 16px;
  padding: 6px 11px !important;
  line-height: 15px;
  font-size: 13px;
  font-weight: normal;
  vertical-align: top;
  background-color: #ffffff;
  min-height: 37px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  transition: background 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

/* line 3351, app/assets/stylesheets/application/theme.css.scss */
input {
  border: 1px solid #cecece;
}

/* line 3354, app/assets/stylesheets/application/theme.css.scss */
input.no-boarder {
  border: none;
}

/* line 3357, app/assets/stylesheets/application/theme.css.scss */
input.dark {
  background-color: #e5e9ec;
  border: none;
}

/* line 3361, app/assets/stylesheets/application/theme.css.scss */
input.error {
  border: 1px solid #f35958;
}

/* line 3364, app/assets/stylesheets/application/theme.css.scss */
textarea {
  height: auto;
  padding-left: 12px !important;
  padding-top: 10px !important;
}

/* line 3369, app/assets/stylesheets/application/theme.css.scss */
.uneditable-input.focus,
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.m-uneditable-input:focus {
  border-color: #f1f1f1;
  background-color: #f4f5f7;
  outline: 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 3394, app/assets/stylesheets/application/theme.css.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 3404, app/assets/stylesheets/application/theme.css.scss */
select,
input[type="file"] {
  height: 34px !important;
  line-height: 30px;
}

/* line 3409, app/assets/stylesheets/application/theme.css.scss */
select {
  width: 220px;
  background-color: #ffffff;
  background-image: none !important;
  border: 1px solid #e5e5e5;
  outline: none;
  min-height: 35px;
  padding: 5px;
}

/* line 3418, app/assets/stylesheets/application/theme.css.scss */
select.xsmall {
  width: 64px !important;
}

/* line 3421, app/assets/stylesheets/application/theme.css.scss */
select.small {
  width: 134px !important;
}

/* line 3424, app/assets/stylesheets/application/theme.css.scss */
select.medium {
  width: 220px !important;
}

/* line 3427, app/assets/stylesheets/application/theme.css.scss */
select.large {
  width: 334px !important;
}

/* line 3430, app/assets/stylesheets/application/theme.css.scss */
select[multiple],
select[size] {
  height: auto !important;
}

/* line 3434, app/assets/stylesheets/application/theme.css.scss */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 3445, app/assets/stylesheets/application/theme.css.scss */
input[class*="span"] {
  float: none;
  height: 34px !important;
  margin-left: 0;
}

/* line 3450, app/assets/stylesheets/application/theme.css.scss */
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 3455, app/assets/stylesheets/application/theme.css.scss */
.input-lg {
  border-radius: 3px !important;
  font-size: 18px !important;
  height: 45px !important;
  line-height: 1.33 !important;
}

/* line 3461, app/assets/stylesheets/application/theme.css.scss */
.input-sm {
  font-size: 13px !important;
  min-height: 29px !important;
}

/* line 3465, app/assets/stylesheets/application/theme.css.scss */
.input-prepend,
.input-append {
  border: 0;
  display: inline-block;
}

/* line 3470, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 24px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
}

/* line 3485, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on > .halflings-icon,
.input-prepend .add-on > i,
.input-prepend .add-on > .fa {
  margin-top: 5px;
  margin-left: 3px;
}

/* line 3491, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on > .halflings-icon .input-append .add-on > i,
.input-append .add-on > .fa {
  margin-top: 5px;
  margin-left: 0px;
}

/* line 3496, app/assets/stylesheets/application/theme.css.scss */
.input-append,
.input-append :focus {
  border-right: 0 !important;
}

/* line 3500, app/assets/stylesheets/application/theme.css.scss */
.input-append input[class*="span"],
.input-prepend input[class*="span"],
.input-append input,
.input-prepend input {
  display: inline-block !important;
  width: 100%;
  float: left;
}

/* line 3508, app/assets/stylesheets/application/theme.css.scss */
.xsmall {
  width: 50px !important;
}

/* line 3511, app/assets/stylesheets/application/theme.css.scss */
.small {
  width: 120px !important;
}

/* line 3514, app/assets/stylesheets/application/theme.css.scss */
.medium {
  width: 206px !important;
}

/* line 3517, app/assets/stylesheets/application/theme.css.scss */
.large {
  width: 320px !important;
}

/* line 3520, app/assets/stylesheets/application/theme.css.scss */
.huge {
  width: 480px !important;
  font-size: 24px !important;
  height: 36px !important;
  line-height: 36px !important;
  padding: 22px 8px !important;
}

/* line 3527, app/assets/stylesheets/application/theme.css.scss */
.radio,
.checkbox {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0px;
}

/* line 3533, app/assets/stylesheets/application/theme.css.scss */
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
}

/* line 3543, app/assets/stylesheets/application/theme.css.scss */
.radio label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 2.5px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 99px;
}

/* line 3556, app/assets/stylesheets/application/theme.css.scss */
.radio label:after {
  font-size: 13px;
  content: "";
  text-align: center;
  display: inline-block;
  width: 17px;
  height: 17px;
  position: absolute;
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 99px;
  left: 0px;
  top: 1px;
  background-color: #6f7b8a;
  border: 1px solid #6f7b8a;
}

/* line 3575, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio] {
  display: none;
}

/* line 3578, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

/* line 3581, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-success label:after {
  background-color: #61acf2;
  border: 1px solid #61acf2;
}

/* line 3585, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-success input[type=radio]:checked + label:before {
  border: 1px solid #61acf2;
}

/* line 3588, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-primary label:after {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
}

/* line 3592, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-primary input[type=radio]:checked + label:before {
  border: 1px solid #00cdb1;
}

/* line 3595, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-info label:after {
  background-color: #3b4751;
  border: 1px solid #3b4751;
}

/* line 3599, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-info label input[type=radio]:checked + :before {
  border: 1px solid #3b4751;
}

/* line 3602, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-warning label:after {
  background-color: #fae274;
  border: 1px solid #fae274;
}

/* line 3606, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-warning input[type=radio]:checked + label:before {
  border: 1px solid #fae274;
}

/* line 3609, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-danger label:after {
  background-color: #F35958;
  border: 1px solid #F35958;
}

/* line 3613, app/assets/stylesheets/application/theme.css.scss */
.radio.radio-danger input[type=radio]:checked + label:before {
  border: 1px solid #F35958;
}

/* line 3616, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label {
  color: #4d5056;
}

/* line 3619, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label:after {
  -o-transform: scale(0.63);
  -ms-transform: scale(0.63);
  -moz-transform: scale(0.63);
  -webkit-transform: scale(0.63);
  transform: scale(0.63);
  line-height: 18px;
  -o-transition: -o-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: -ms-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: -moz-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: -webkit-transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -o-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -ms-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -moz-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  -webkit-transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: transform 0.1s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

/* line 3636, app/assets/stylesheets/application/theme.css.scss */
.radio input[type=radio]:checked + label:before {
  border: 1px solid #8e9095;
}

/* line 3639, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=radio][disabled] + label:after {
  background-color: #eceff3;
}

/* line 3642, app/assets/stylesheets/application/theme.css.scss */
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
  margin-bottom: 6px;
  color: #777a80;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
  direction: ltr;
}

/* line 3655, app/assets/stylesheets/application/theme.css.scss */
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 1.4px;
  background-color: #ffffff;
  border: 1px solid #c2c6cb;
  border-radius: 3px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3669, app/assets/stylesheets/application/theme.css.scss */
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.2px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3679, app/assets/stylesheets/application/theme.css.scss */
.checkbox label:after {
  border-radius: 3px;
}

/* line 3682, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox] {
  display: none;
}

/* line 3685, app/assets/stylesheets/application/theme.css.scss */
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

/* line 3688, app/assets/stylesheets/application/theme.css.scss */
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

/* line 3691, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox]:checked + label {
  color: #4d5056;
}

/* line 3694, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
}

/* line 3698, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

/* line 3701, app/assets/stylesheets/application/theme.css.scss */
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

/* line 3704, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-success input[type=checkbox]:checked + label:before {
  background-color: #61acf2;
  border: 1px solid #61acf2;
}

/* line 3708, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-success input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3711, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
}

/* line 3715, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-primary input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3718, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-info input[type=checkbox]:checked + label:before {
  background-color: #3b4751;
  border: 1px solid #3b4751;
}

/* line 3722, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3725, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  background-color: #fae274;
  border: 1px solid #fae274;
}

/* line 3729, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-warning input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3732, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  background-color: #ec7962;
  border: 1px solid #ec7962;
}

/* line 3736, app/assets/stylesheets/application/theme.css.scss */
.checkbox.check-danger input[type=checkbox]:checked + label::after {
  color: #ffffff;
}

/* line 3739, app/assets/stylesheets/application/theme.css.scss */
table td .checkbox label {
  padding-left: 0px;
}

/* line 3742, app/assets/stylesheets/application/theme.css.scss */
table th .checkbox label {
  padding-left: 0px;
}

/* line 3745, app/assets/stylesheets/application/theme.css.scss */
table.fc-border-separate {
  margin-top: 20px;
}

/* line 3748, app/assets/stylesheets/application/theme.css.scss */
.star label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
  margin-bottom: 10px;
}

/* line 3756, app/assets/stylesheets/application/theme.css.scss */
.star label:before {
  font-family: 'FontAwesome';
  content: "\F005";
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 18px;
  color: #97a3b3;
  transition: border 0.2s linear 0s,color 0.2s linear 0s;
}

/* line 3768, app/assets/stylesheets/application/theme.css.scss */
.star input[type=checkbox] {
  display: none;
}

/* line 3771, app/assets/stylesheets/application/theme.css.scss */
.star input[type=checkbox]:checked + label:before {
  color: #ffd200;
}

/* line 3774, app/assets/stylesheets/application/theme.css.scss */
.wysihtml5-toolbar li {
  padding-left: 0px;
}

/* line 3777, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput {
  border: 1px solid #E5E9EC;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  transition: background 0.2s linear 0s;
}

/* line 3784, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput.active-element {
  background-color: #f4f5f7;
}

/* line 3787, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput input {
  border: none;
  margin-bottom: 0px;
  min-height: 25px;
}

/* line 3792, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput .tag {
  vertical-align: middle;
  padding: 4px 9px;
  margin-top: 3px;
  display: inline-block;
}

/* line 3798, app/assets/stylesheets/application/theme.css.scss */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
}

/* line 3802, app/assets/stylesheets/application/theme.css.scss */
form {
  margin: 0;
}

/* line 3805, app/assets/stylesheets/application/theme.css.scss */
form legend {
  margin: 15px 0px 10px 0px !important;
}

/* line 3808, app/assets/stylesheets/application/theme.css.scss */
.column-seperation > div[class*="col-"] {
  border-right: 1px solid #ddd;
}

/* line 3811, app/assets/stylesheets/application/theme.css.scss */
.column-seperation > div[class*="col-"]:last-child {
  border-right: 0px;
}

/* line 3814, app/assets/stylesheets/application/theme.css.scss */
.form-no-horizontal-spacing .row-fluid .side-label {
  border-right: 1px solid #dddddd;
}

/* line 3817, app/assets/stylesheets/application/theme.css.scss */
.form-no-horizontal-spacing .error {
  margin-bottom: 10px;
}

/* line 3820, app/assets/stylesheets/application/theme.css.scss */
input.placeholder,
textarea.placeholder {
  color: #aaa !important;
}

/* line 3824, app/assets/stylesheets/application/theme.css.scss */
.help-block {
  margin-top: 10px;
}

/* line 3827, app/assets/stylesheets/application/theme.css.scss */
.form-inline input {
  margin-bottom: 0px !important;
}

/* line 3830, app/assets/stylesheets/application/theme.css.scss */
.form-label {
  margin-top: 2px;
}

/* line 3833, app/assets/stylesheets/application/theme.css.scss */
.form-label .required {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}

/* line 3838, app/assets/stylesheets/application/theme.css.scss */
.help-inline {
  margin-top: 6px;
}

/* line 3841, app/assets/stylesheets/application/theme.css.scss */
.help-small {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3848, app/assets/stylesheets/application/theme.css.scss */
.success .help-inline.ok:before {
  content: "\f00c";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

/* line 3856, app/assets/stylesheets/application/theme.css.scss */
form legend,
.form-view legend {
  margin-bottom: 15px !important;
}

/* line 3860, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio .checker,
.controls > .checkbox .checker {
  margin-right: 2px !important;
}

/* line 3864, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio,
.controls > .checkbox {
  display: inline-block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 8px !important;
  margin-right: 15px !important;
}

/* line 3872, app/assets/stylesheets/application/theme.css.scss */
.controls > .radio.line,
.controls > .checkbox.line {
  display: block;
  padding: 0 !important;
  margin: 0 !important;
  margin-top: 5px !important;
}

/* line 3879, app/assets/stylesheets/application/theme.css.scss */
.controls .inline {
  margin-top: 8px;
}

/* line 3882, app/assets/stylesheets/application/theme.css.scss */
.form-view .control-group {
  margin-top: 0px;
  margin-bottom: 5px;
}

/* line 3886, app/assets/stylesheets/application/theme.css.scss */
.uploader {
  margin-top: 2px !important;
}

/* line 3889, app/assets/stylesheets/application/theme.css.scss */
.hint {
  padding: 5px 0px 0px 10px;
}

/* line 3892, app/assets/stylesheets/application/theme.css.scss */
.form form {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 3896, app/assets/stylesheets/application/theme.css.scss */
.form .form-actions {
  background-color: #f6f7f8 !important;
  margin-top: 0px !important;
  margin-top: 40px;
  padding-left: 190px;
}

/* line 3902, app/assets/stylesheets/application/theme.css.scss */
.form-actions {
  background-color: #f6f7f8;
  border: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 19px 20px 20px;
}

/* line 3909, app/assets/stylesheets/application/theme.css.scss */
.form-actions:after {
  clear: both;
}

/* line 3912, app/assets/stylesheets/application/theme.css.scss */
.form-actions:before,
.form-actions:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 3918, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

/* line 3924, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

/* line 3929, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group:first-child {
  border-bottom: 1px solid #eee !important;
}

/* line 3932, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group.last {
  border-bottom: 0;
}

/* line 3935, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls {
  padding: 10px;
  position: relative;
  border-left: 1px solid #eee;
}

/* line 3940, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container {
  min-height: 32px;
}

/* line 3943, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .controls .chosen-container .help-block {
  clear: both;
  padding-top: 10px !important;
}

/* line 3947, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .control-group .control-label {
  margin-top: 10px;
}

/* line 3950, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-row-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 3953, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-row-stripped .m-wrap {
  background: #ffffff !important;
}

/* line 3956, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) {
  background-color: #fcfcfc;
}

/* line 3959, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered.form-label-stripped .control-group:nth-child(even) .controls {
  background-color: #ffffff;
}

/* line 3962, app/assets/stylesheets/application/theme.css.scss */
.form-horizontal.form-bordered .help-inline,
.form-horizontal.form-bordered .help-block {
  padding-left: 0;
}

/* line 3966, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form .form-actions,
.grid.solid .form .form-actions {
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: -10px !important;
}

/* line 3972, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 3979, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li {
  display: block;
  float: left;
  max-width: 25%;
  min-width: 25%;
  text-align: center;
  padding-left: 0;
}

/* line 3987, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:before {
  border-top: 6px solid #55606E;
  content: "";
  display: block;
  font-size: 0;
  overflow: hidden;
  position: relative;
  top: 13px;
  right: 1px;
  width: 100%;
  z-index: 1;
}

/* line 3999, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:first-child:before {
  left: 50%;
  max-width: 50%;
}

/* line 4003, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}

/* line 4007, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.complete .step {
  background-color: #00cdb1;
  padding: 1px 6px;
  border: 4px solid #55606e;
}

/* line 4012, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .step {
  background-color: #dce0e8;
  border-radius: 32px 32px 32px 32px;
  color: #ffffff;
  display: inline;
  font-size: 15px;
  font-weight: bold;
  line-height: 12px;
  padding: 4px 9px;
  position: relative;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear 0s;
}

/* line 4026, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .step i {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  top: -1.5px;
}

/* line 4032, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li .title {
  color: #B1BCC5;
  display: block;
  font-size: 13px;
  line-height: 15px;
  max-width: 100%;
  position: relative;
  table-layout: fixed;
  text-align: center;
  top: 20px;
  word-wrap: break-word;
  z-index: 104;
}

/* line 4045, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps a:hover,
.wizard-steps a:active,
.wizard-steps a:focus {
  text-decoration: none;
}

/* line 4050, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.active .step,
.wizard-steps li.active.complete .step {
  background-color: #61acf2;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  border: none;
  font-size: 16px;
}

/* line 4059, app/assets/stylesheets/application/theme.css.scss */
.wizard-steps li.complete .title,
.wizard-steps li.active .title {
  color: #2B3D53;
}

/* line 4063, app/assets/stylesheets/application/theme.css.scss */
.step-content {
  margin-left: 60px;
  margin-top: 40px;
}

/* line 4067, app/assets/stylesheets/application/theme.css.scss */
.step-content .step-pane {
  display: none;
  min-height: 267px;
}

/* line 4071, app/assets/stylesheets/application/theme.css.scss */
.step-content .active {
  display: block;
}

/* line 4074, app/assets/stylesheets/application/theme.css.scss */
.wizard-actions {
  display: block;
  list-style: none outside none;
  padding: 0;
  position: relative;
  width: 100%;
}

/* line 4081, app/assets/stylesheets/application/theme.css.scss */
.wizard-actions li {
  display: inline;
}

/* line 4084, app/assets/stylesheets/application/theme.css.scss */
.tab-content {
  overflow: auto;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  overflow: hidden;
  margin-bottom: 18px;
}

/* line 4092, app/assets/stylesheets/application/theme.css.scss */
.tab-content.transparent {
  background-color: transparent;
}

/* line 4095, app/assets/stylesheets/application/theme.css.scss */
.form-group {
  margin-bottom: 20px;
}

/* line 4098, app/assets/stylesheets/application/theme.css.scss */
.form-group .form-label {
  color: #55606e;
  display: inline-block;
  margin-right: 8px;
}

/* line 4103, app/assets/stylesheets/application/theme.css.scss */
.form-group .help {
  color: #A7ABB1;
  font-size: 12px;
}

/* line 4107, app/assets/stylesheets/application/theme.css.scss */
.form-group .controls {
  margin-top: 8px;
}

/* line 4110, app/assets/stylesheets/application/theme.css.scss */
.form-control {
  border: 1px solid #E5E9EC;
  font-size: 13px;
}

/* line 4114, app/assets/stylesheets/application/theme.css.scss */
.form-row input,
.form-row select,
.form-row textarea,
.form-row select2 {
  margin-bottom: 10px;
}

/* line 4120, app/assets/stylesheets/application/theme.css.scss */
.form-row .radio {
  margin-bottom: 7px;
}

/* line 4123, app/assets/stylesheets/application/theme.css.scss */
.form-row:last-child {
  margin-bottom: 0;
}

/* line 4126, app/assets/stylesheets/application/theme.css.scss */
.slide-primary,
.slide-success {
  display: inline-block;
}

/* line 4130, app/assets/stylesheets/application/theme.css.scss */
.slide-primary .ios-switch .on-background {
  background-image: none;
  background-color: #00cdb1;
}

/* line 4134, app/assets/stylesheets/application/theme.css.scss */
.slide-success .ios-switch .on-background {
  background-image: none;
  background-color: #61acf2;
}

/* line 4138, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice {
  background-image: none;
  border-radius: 2px;
  border: 1px solid #e5e9ec;
  padding: 3px 9px;
  transition: border 0.2s linear 0s;
  height: 35px;
}

/* line 4146, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow {
  background: transparent;
  border-left: 0px;
}

/* line 4150, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow b {
  background: none;
}

/* line 4153, app/assets/stylesheets/application/theme.css.scss */
.select2-container .select2-choice .select2-arrow b:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  position: relative;
  top: 2px;
  right: 5px;
  font-size: 12px;
}

/* line 4161, app/assets/stylesheets/application/theme.css.scss */
.select2-container.select2-drop-above .select2-choice {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 4169, app/assets/stylesheets/application/theme.css.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
}

/* line 4175, app/assets/stylesheets/application/theme.css.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4182, app/assets/stylesheets/application/theme.css.scss */
.select2-drop.select2-drop-above {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  box-shadow: none;
}

/* line 4191, app/assets/stylesheets/application/theme.css.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-radius: 2px;
  padding-top: 0px;
}

/* line 4197, app/assets/stylesheets/application/theme.css.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  box-shadow: none;
  border: 1px solid #e5e9ec;
  background: #f4f5f7;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 4209, app/assets/stylesheets/application/theme.css.scss */
.select2-search {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
}

/* line 4214, app/assets/stylesheets/application/theme.css.scss */
.select2-search input {
  background: #ffffff !important;
  vertical-align: baseline;
  line-height: 28px;
  border-radius: 2px;
  border: none;
  font-size: 12px;
  border: 1px solid #999999;
}

/* line 4223, app/assets/stylesheets/application/theme.css.scss */
.select2-results {
  margin: 3px 10px 10px 3px;
}

/* line 4226, app/assets/stylesheets/application/theme.css.scss */
.select2-results li {
  color: #6F7B8A;
}

/* line 4229, app/assets/stylesheets/application/theme.css.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  color: #282323;
}

/* line 4232, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-highlighted {
  background: #61acf2;
  border-radius: 3px;
}

/* line 4236, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-highlighted .select2-result-label {
  color: #ffffff;
}

/* line 4239, app/assets/stylesheets/application/theme.css.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: none;
  color: #6F7B8A;
  font-size: 12px;
  padding-left: 8px;
  padding-top: 0px;
  position: relative;
  top: -5px;
}

/* line 4250, app/assets/stylesheets/application/theme.css.scss */
.select2-drop-active {
  border: 1px solid #e5e9ec;
  border-bottom: none;
  border-top: none;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
}

/* line 4262, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-choices {
  background-image: none;
  border: 1px solid #dae0e4;
  border-radius: 2px;
}

/* line 4267, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #e8edf1;
  background-image: none;
  border: none;
  box-shadow: none;
  color: inherit;
  border-radius: 8px;
  margin: 8px -5px 7px 10px;
  padding: 4px 8px 4px 21px;
  direction: ltr;
}

/* line 4278, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #dae0e4;
  box-shadow: none;
}

/* line 4282, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi.select2-container-active .select2-search-choice {
  background-color: #ffffff !important;
}

/* line 4285, app/assets/stylesheets/application/theme.css.scss */
.select2-container-multi .select2-search-choice-close {
  left: 6px;
}

/* line 4288, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close {
  background: none;
  top: 4px;
  right: 0;
}

/* line 4293, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close:hover {
  text-decoration: none;
}

/* line 4296, app/assets/stylesheets/application/theme.css.scss */
.select2-search-choice-close:before {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 12px;
  color: #94a1b2;
}

/* line 4302, app/assets/stylesheets/application/theme.css.scss */
.select2-drop-multi .select2-results .select2-no-results,
.select2-drop-multi .select2-results .select2-searching,
.select2-drop-multi .select2-results .select2-selection-limit {
  top: 0px;
}

/* line 4307, app/assets/stylesheets/application/theme.css.scss */
.select2.form-control {
  padding: 0;
  box-shadow: none;
  border: 0;
}

/* line 4312, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0;
}

/* line 4317, app/assets/stylesheets/application/theme.css.scss */
.input-prepend.inside .add-on:first-child,
.input-prepend .btn:first-child {
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
  position: relative;
  left: 3px;
  border-radius: 2px;
  padding-left: 8px;
  padding-right: 4px;
  padding-top: 4px;
  top: 0px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
  color: #9ea9b2;
}

/* line 4331, app/assets/stylesheets/application/theme.css.scss */
.input-prepend.inside.no-boarder .add-on:first-child,
.input-prepend.no-boarder .btn:first-child {
  border: none;
}

/* line 4335, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on,
.input-prepend .add-on {
  position: absolute;
  background-color: #dce0e8;
  color: #5E5E5E;
  text-shadow: none;
  border: #dce0e8;
  border-radius: 0 2px 2px 0;
  height: 37px;
  min-width: 34px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 6px;
}

/* line 4349, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on .arrow {
  background-color: transparent !important;
  position: absolute;
  left: -6px;
  color: #dce0e8;
  z-index: 100;
  font-size: 26px;
}

/* line 4357, app/assets/stylesheets/application/theme.css.scss */
.input-append .add-on .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9 ";
}

/* line 4361, app/assets/stylesheets/application/theme.css.scss */
.input-append.primary .add-on .arrow {
  color: #00cdb1;
}

/* line 4364, app/assets/stylesheets/application/theme.css.scss */
.input-append.success .add-on .arrow {
  color: #61acf2;
}

/* line 4367, app/assets/stylesheets/application/theme.css.scss */
.input-append.info .add-on .arrow {
  color: #3b4751;
}

/* line 4370, app/assets/stylesheets/application/theme.css.scss */
.input-append.warning .add-on .arrow {
  color: #fae274;
}

/* line 4373, app/assets/stylesheets/application/theme.css.scss */
.input-append.danger .add-on .arrow {
  color: #ec7962;
}

/* line 4376, app/assets/stylesheets/application/theme.css.scss */
.input-append input[class*="span"] {
  padding-left: 16px;
  border-right: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 4389, app/assets/stylesheets/application/theme.css.scss */
.input-append .form-control {
  display: inline-block;
}

/* line 4392, app/assets/stylesheets/application/theme.css.scss */
.input-append.primary .add-on,
.input-prepend .add-on {
  background-color: #00cdb1;
  color: #ffffff;
}

/* line 4397, app/assets/stylesheets/application/theme.css.scss */
.input-append.success .add-on,
.input-prepend .add-on {
  background-color: #61acf2;
  color: #ffffff;
  display: inline-block;
  float: left;
}

/* line 4404, app/assets/stylesheets/application/theme.css.scss */
.input-append.info .add-on,
.input-prepend .add-on {
  background-color: #3b4751;
  color: #ffffff;
}

/* line 4409, app/assets/stylesheets/application/theme.css.scss */
.input-append.warning .add-on,
.input-prepend .add-on {
  background-color: #fae274;
  color: #ffffff;
}

/* line 4414, app/assets/stylesheets/application/theme.css.scss */
.input-append.danger .add-on,
.input-prepend .add-on {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 4419, app/assets/stylesheets/application/theme.css.scss */
.input-focus {
  background-color: #f4f5f7 !important;
  color: #56646e !important;
}

/* line 4423, app/assets/stylesheets/application/theme.css.scss */
.no-boarder .input-focus {
  border: none !important;
}

/* line 4426, app/assets/stylesheets/application/theme.css.scss */
.input-prepend input[class*="span"] {
  padding-left: 16px;
  border-left: 0px;
  -webkit-border-radius: 2px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 2px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 2px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 4439, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon {
  position: relative;
}

/* line 4442, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon input {
  padding-left: 32px !important;
}

/* line 4445, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon i {
  color: #e5e9ec;
  display: block;
  position: absolute;
  margin: 9px 2px 4px 10px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

/* line 4455, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon.right input {
  padding-left: 12px !important;
  padding-right: 33px !important;
}

/* line 4459, app/assets/stylesheets/application/theme.css.scss */
.input-with-icon.right i {
  right: 8px;
  float: right;
}

/* line 4463, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon {
  border: 1px solid #E5E9EC;
  color: #9EA9B2;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s, color 0.2s linear 0s, box-shadow 0.2s linear 0s, background 0.2s linear 0s;
}

/* line 4471, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon i {
  position: relative;
  top: 1px;
}

/* line 4475, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.primary {
  background-color: #00cdb1;
  border: 1px solid #00cdb1;
  color: #ffffff;
}

/* line 4480, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.primary .arrow {
  color: #00cdb1;
}

/* line 4483, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.success {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 4487, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.success .arrow {
  color: #61acf2;
}

/* line 4490, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.info {
  background-color: #1f3853;
  color: #ffffff;
}

/* line 4494, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.info .arrow {
  color: #1f3853;
}

/* line 4497, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.warning {
  background-color: #fbb05e;
  color: #ffffff;
}

/* line 4501, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.warning .arrow {
  color: #fbb05e;
}

/* line 4504, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.danger {
  background-color: #f35958;
  color: #ffffff;
}

/* line 4508, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon.danger .arrow {
  color: #f35958;
}

/* line 4511, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon .arrow {
  position: relative;
  right: -6px;
  color: #dce0e8;
  z-index: 100;
}

/* line 4517, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0da";
  font-size: 23px;
  position: absolute;
  left: 17px;
  top: -2px;
}

/* line 4525, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon:last-child .arrow:before {
  font-family: 'FontAwesome';
  content: "\f0d9";
  font-size: 23px;
  position: absolute;
  left: -23px;
  top: -2px;
}

/* line 4533, app/assets/stylesheets/application/theme.css.scss */
.input-group-addon:last-child input {
  border-left: 0px;
}

/* line 4536, app/assets/stylesheets/application/theme.css.scss */
.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-left: 0;
}

/* line 4545, app/assets/stylesheets/application/theme.css.scss */
.transparent .input-group-addon {
  background-color: #ffffff;
  padding: 8px 1px 10px 9px;
}

/* line 4549, app/assets/stylesheets/application/theme.css.scss */
.transparent.input-group .form-control:first-child,
.transparent .input-group-addon:first-child,
.transparent .input-group-btn:first-child > .btn,
.transparent .input-group-btn:first-child > .dropdown-toggle,
.transparent .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-right: 0px;
  border-left: 1px solid #e5e9ec;
}

/* line 4557, app/assets/stylesheets/application/theme.css.scss */
.transparent .input-group .form-control:last-child,
.transparent .input-group-addon:last-child,
.transparent .input-group-btn:last-child > .btn,
.transparent .input-group-btn:last-child > .dropdown-toggle,
.transparent .input-group-btn:first-child > .btn:not(:first-child) {
  padding: 6px 10px;
}

/* line 4564, app/assets/stylesheets/application/theme.css.scss */
.datepicker {
  padding: 10px 16px;
  border-radius: 2px;
  font-size: 12px;
}

/* line 4569, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .datepicker-switch {
  color: #6f7b8a;
  font-size: 13px;
}

/* line 4573, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .prev {
  color: #61acf2;
  content: '';
  font-size: 0px;
}

/* line 4578, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .prev:before {
  color: #61acf2;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 13px;
}

/* line 4584, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .next {
  color: #61acf2;
  content: '';
  font-size: 0px;
}

/* line 4589, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .next:before {
  color: #61acf2;
  font-family: 'FontAwesome';
  content: "\f054";
  font-size: 13px;
}

/* line 4595, app/assets/stylesheets/application/theme.css.scss */
.datepicker thead tr .dow {
  color: #61acf2;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 4600, app/assets/stylesheets/application/theme.css.scss */
.datepicker tbody tr .odd {
  color: #d0d3d8;
}

/* line 4603, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.day:hover {
  background: #eeeeee;
  opacity: 0.65;
}

/* line 4607, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td span {
  border-radius: 4px 4px 4px 4px;
}

/* line 4610, app/assets/stylesheets/application/theme.css.scss */
.datepicker th,
.datepicker td {
  padding: 5.5px !important;
}

/* line 4614, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #d0d3d8;
}

/* line 4618, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-image: none;
  text-shadow: none;
  font-weight: 600;
}

/* line 4626, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #e5e9ec;
  background-image: none;
  color: #ffffff;
}

/* line 4634, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #61acf2;
}

/* line 4656, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-image: none;
  border: none;
  text-shadow: none;
}

/* line 4664, app/assets/stylesheets/application/theme.css.scss */
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #61acf2;
}

/* line 4686, app/assets/stylesheets/application/theme.css.scss */
.datepicker-inline {
  width: auto;
}

/* line 4689, app/assets/stylesheets/application/theme.css.scss */
.error {
  font-size: 12px;
  color: #f35958;
  display: block;
}

/* line 4694, app/assets/stylesheets/application/theme.css.scss */
.has-error .form-control,
.has-error .form-control:focus {
  border-color: #ec7962;
}

/* line 4698, app/assets/stylesheets/application/theme.css.scss */
.error-control input {
  border: 1px solid #ec7962;
}

/* line 4701, app/assets/stylesheets/application/theme.css.scss */
.error-control select {
  border: 1px solid #ec7962;
}

/* line 4704, app/assets/stylesheets/application/theme.css.scss */
.error-control textarea {
  border: 1px solid #ec7962;
}

/* line 4707, app/assets/stylesheets/application/theme.css.scss */
.error-control .select2-container .select2-choice {
  border: 1px solid #ec7962;
}

/* line 4710, app/assets/stylesheets/application/theme.css.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f12a";
  color: #ec7962;
}

/* line 4714, app/assets/stylesheets/application/theme.css.scss */
.error-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4721, app/assets/stylesheets/application/theme.css.scss */
.error-control i {
  color: #ec7962;
}

/* line 4724, app/assets/stylesheets/application/theme.css.scss */
.success-control input {
  border: 1px solid #00cdb1;
}

/* line 4727, app/assets/stylesheets/application/theme.css.scss */
.success-control select {
  border: 1px solid #00cdb1;
}

/* line 4730, app/assets/stylesheets/application/theme.css.scss */
.success-control textarea {
  border: 1px solid #00cdb1;
}

/* line 4733, app/assets/stylesheets/application/theme.css.scss */
.success-control .select2-container .select2-choice {
  border: 1px solid #00cdb1;
}

/* line 4736, app/assets/stylesheets/application/theme.css.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b:before {
  content: "\f00c";
  color: #00cdb1;
}

/* line 4740, app/assets/stylesheets/application/theme.css.scss */
.success-control.input-with-icon .select2-container .select2-choice .select2-arrow b {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 4747, app/assets/stylesheets/application/theme.css.scss */
.success-control i {
  color: #00cdb1;
}

/* line 4750, app/assets/stylesheets/application/theme.css.scss */
.clockpicker-popover {
  z-index: 10;
}

/*------------------------------------------------------------------
[7. Portlets]
*/
/* line 4756, app/assets/stylesheets/application/theme.css.scss */
.grid {
  clear: both;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
}

/* line 4762, app/assets/stylesheets/application/theme.css.scss */
.grid.closed .grid-body {
  display: none;
  overflow: hidden;
}

/* line 4766, app/assets/stylesheets/application/theme.css.scss */
.grid.box {
  padding: 0px !important;
}

/* line 4769, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form-horizontal.form-bordered .control-group {
  margin-left: -10px;
  margin-right: -10px;
}

/* line 4773, app/assets/stylesheets/application/theme.css.scss */
.grid.box .form-horizontal.form-bordered .control-group:first-child {
  margin-top: -10px;
}

/* line 4776, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title {
  padding: 8px 10px 2px 10px;
  border-bottom: 1px solid #eee;
  color: #ffffff !important;
  margin-bottom: 0px;
}

/* line 4782, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}

/* line 4785, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title .tools {
  margin-top: 3px;
}

/* line 4788, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-title .tools a {
  background: url(/icon/portlet-tray.png) no-repeat;
  width: 23px;
  height: 23px;
}

/* line 4793, app/assets/stylesheets/application/theme.css.scss */
.grid.box .grid-body {
  background-color: #ffffff;
  padding: 10px;
}

/* line 4797, app/assets/stylesheets/application/theme.css.scss */
.grid.box.blue {
  border: 1px solid #b4cef8;
  border-top: 0;
}

/* line 4801, app/assets/stylesheets/application/theme.css.scss */
.grid.box.blue .grid-title {
  background-color: #58acf3;
}

/* line 4804, app/assets/stylesheets/application/theme.css.scss */
.grid.box.red {
  border: 1px solid #f35958;
  border-top: 0;
}

/* line 4808, app/assets/stylesheets/application/theme.css.scss */
.grid.box.red .grid-title {
  background-color: #f35958;
}

/* line 4811, app/assets/stylesheets/application/theme.css.scss */
.grid.box.yellow {
  border: 1px solid #fccb7e;
  border-top: 0;
}

/* line 4815, app/assets/stylesheets/application/theme.css.scss */
.grid.box.yellow .grid-title {
  background-color: #ffb848;
}

/* line 4818, app/assets/stylesheets/application/theme.css.scss */
.grid.box.green {
  border: 1px solid #00cdb1;
  border-top: 0;
}

/* line 4822, app/assets/stylesheets/application/theme.css.scss */
.grid.box.green .grid-title {
  background-color: #00cdb1;
}

/* line 4825, app/assets/stylesheets/application/theme.css.scss */
.grid.box.purple {
  border: 1px solid #af5cc1;
  border-top: 0;
}

/* line 4829, app/assets/stylesheets/application/theme.css.scss */
.grid.box.purple .grid-title {
  background-color: #852b99;
}

/* line 4832, app/assets/stylesheets/application/theme.css.scss */
.grid.box.grey {
  border: 1px solid #9d9c9c;
  border-top: 0;
}

/* line 4836, app/assets/stylesheets/application/theme.css.scss */
.grid.box.grey .grid-title {
  background-color: #555555;
}

/* line 4839, app/assets/stylesheets/application/theme.css.scss */
.grid.box.light-grey {
  border: 1px solid #eee;
  border-top: 0;
}

/* line 4843, app/assets/stylesheets/application/theme.css.scss */
.grid.box.light-grey .grid-title {
  background-color: #aaa;
}

/* line 4846, app/assets/stylesheets/application/theme.css.scss */
.grid .simple .form-actions {
  margin-left: -20px !important;
  margin-right: -20px !important;
  margin-bottom: -20px !important;
}

/* line 4851, app/assets/stylesheets/application/theme.css.scss */
.grid .solid .grid-title {
  color: #ffffff !important;
  border-bottom: 1px solid #ffffff;
}

/* line 4855, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title {
  margin-bottom: 5px;
  border: 0px;
  padding: 13px 15px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
}

/* line 4861, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title .tools {
  margin-top: 2px;
  border: 0px;
}

/* line 4865, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-title h4 {
  color: #ffffff;
}

/* line 4868, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-body {
  color: #ffffff;
  padding: 20px;
}

/* line 4872, app/assets/stylesheets/application/theme.css.scss */
.grid.solid .grid-body h3 {
  color: #ffffff;
}

/* line 4875, app/assets/stylesheets/application/theme.css.scss */
.grid.simple {
  padding: 0px !important;
}

/* line 4878, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title {
  padding: 14px 15px 7px 15px;
  border-bottom: 1px solid #eee;
  color: #282323 !important;
  background-color: #ffffff;
  margin-bottom: 0px;
  border: 1px solid #dddddd;
  border-bottom: 0px;
}

/* line 4887, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title > .actions > .btn > i {
  color: #ffffff !important;
}

/* line 4890, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools {
  margin-top: 0px;
  position: relative;
}

/* line 4894, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title.no-border {
  border: 0px;
  border-bottom: 0px;
}

/* line 4898, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .form-actions {
  margin-right: -26px !important;
  margin-left: -26px !important;
  margin-bottom: -26px !important;
}

/* line 4903, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.transparent .grid-body {
  background-color: transparent !important;
  border: none;
}

/* line 4907, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.transparent .grid-title {
  border: none;
  border-bottom: 1px solid #D7DBE0;
  background-color: transparent;
}

/* line 4912, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body {
  background-color: #ffffff;
  padding: 26px;
  border: 1px solid #dddddd;
  color: #1A1A1A;
}

/* line 4918, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.no-padding {
  padding: 0px;
}

/* line 4921, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body .wrap-body {
  padding: 0 26px;
  padding-top: 10px;
}

/* line 4925, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.no-border {
  border: 0px;
  padding-top: 1px;
}

/* line 4929, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body h4 {
  color: #282323;
}

/* line 4932, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body h3 {
  color: #282323;
}

/* line 4935, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.invoice-body {
  padding: 30px;
}

/* line 4938, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-body.invoice-body .invoice-logo {
  margin-bottom: 18px;
}

/* line 4941, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.green {
  border-left: 4px solid #00cdb1;
  border-top: none !important;
}

/* line 4945, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.red {
  border-left: 4px solid #f35958;
  border-top: none !important;
}

/* line 4949, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.purple {
  border-left: 4px solid #736086;
  border-top: none !important;
}

/* line 4953, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.vertical.blue {
  border-left: 4px solid #0090d9;
  border-top: none !important;
}

/* line 4957, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.red .grid-title {
  border-top: 4px solid #f35958;
}

/* line 4960, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.yellow .grid-title {
  border-top: 4px solid #ffb848;
}

/* line 4963, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.green .grid-title {
  border-top: 4px solid #00cdb1;
}

/* line 4966, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.purple .grid-title {
  border-top: 4px solid #852b99;
}

/* line 4969, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.grey .grid-title {
  border-top: 4px solid #555555;
}

/* line 4972, app/assets/stylesheets/application/theme.css.scss */
.grid.simple.horizontal.light-grey .grid-title {
  border-top: 4px solid #aaa;
}

/* line 4975, app/assets/stylesheets/application/theme.css.scss */
.grid:after,
.grid:before {
  display: table;
}

/* line 4979, app/assets/stylesheets/application/theme.css.scss */
.grid-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}

/* line 4983, app/assets/stylesheets/application/theme.css.scss */
.grid-title h4 {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 7px;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 4995, app/assets/stylesheets/application/theme.css.scss */
.grid-title h4 i {
  font-size: 14px;
  margin-right: 5px;
  color: #666;
}

/* line 5000, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive {
  padding-left: 23px !important;
  padding-top: 20px !important;
}

/* line 5004, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions {
  margin-right: 14px;
  margin-top: -16px;
}

/* line 5008, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions a {
  color: #4c5264;
}

/* line 5011, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions a:hover {
  opacity: 0.5;
}

/* line 5014, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive .actions i {
  font-size: 22px;
  margin-right: 10px;
}

/* line 5018, app/assets/stylesheets/application/theme.css.scss */
.grid-title.descriptive p {
  display: inline-block;
  width: 60%;
  white-space: nowrap;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #7a7d82;
  font-size: 12px;
}

/* line 5028, app/assets/stylesheets/application/theme.css.scss */
.grid-title.clickable {
  cursor: pointer;
}

/* line 5031, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools > a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
}

/* line 5036, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools > a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: .6;
}

/* line 5045, app/assets/stylesheets/application/theme.css.scss */
.grid-title .dropdown-menu i {
  color: #000;
}

/* line 5048, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn-group {
  margin-top: -12px;
}

/* line 5051, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn-group > .btn {
  padding: 4px 10px;
  margin-top: -1px;
}

/* line 5055, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn {
  padding: 4px 10px;
  margin-top: -13px;
}

/* line 5059, app/assets/stylesheets/application/theme.css.scss */
.grid-title .actions > .btn.mini {
  margin-top: -12px;
  padding: 4px 10px;
}

/* line 5063, app/assets/stylesheets/application/theme.css.scss */
.grid-title .pagination.pagination-small {
  float: right !important;
  display: inline-block !important;
  margin: 0px;
  margin-top: -2px;
}

/* line 5069, app/assets/stylesheets/application/theme.css.scss */
.grid-title .tools,
.grid-title .actions {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-top: 6px;
  float: right;
}

/* line 5077, app/assets/stylesheets/application/theme.css.scss */
.grid-body {
  padding: 0;
}

/* line 5080, app/assets/stylesheets/application/theme.css.scss */
.grid-body .btn-toolbar {
  margin: 0px !important;
  padding: 0px !important;
}

/* line 5084, app/assets/stylesheets/application/theme.css.scss */
.grid-body .slimScrollBar {
  margin-right: 0px !important;
}

/* line 5087, app/assets/stylesheets/application/theme.css.scss */
.grid-body:before {
  display: table;
  content: " ";
}

/* line 5091, app/assets/stylesheets/application/theme.css.scss */
.grid-body:after {
  clear: both;
  display: table;
  content: " ";
}

/* line 5096, app/assets/stylesheets/application/theme.css.scss */
.grid-body.light-blue,
.grid.light-blue {
  background-color: #bfd5fa  !important;
}

/* line 5100, app/assets/stylesheets/application/theme.css.scss */
.grid-body.blue,
.grid.blue {
  background-color: #58acf3 !important;
}

/* line 5104, app/assets/stylesheets/application/theme.css.scss */
.grid-body.red,
.grid.red {
  background-color: #f35958 !important;
}

/* line 5108, app/assets/stylesheets/application/theme.css.scss */
.grid-body.yellow,
.grid.yellow {
  background-color: #ffb848 !important;
}

/* line 5112, app/assets/stylesheets/application/theme.css.scss */
.grid-body.green,
.grid.green {
  background-color: #00cdb1 !important;
}

/* line 5116, app/assets/stylesheets/application/theme.css.scss */
.grid-body.purple,
.grid.purple {
  background-color: #852b99 !important;
}

/* line 5120, app/assets/stylesheets/application/theme.css.scss */
.grid-body.light-grey,
.grid.light-grey {
  background-color: #fafafa !important;
}

/* line 5124, app/assets/stylesheets/application/theme.css.scss */
.grid-body.dark-grey,
.grid.dark-grey {
  background-color: #555555 !important;
}

/* line 5128, app/assets/stylesheets/application/theme.css.scss */
.sortable .grid .grid-title {
  cursor: move;
}

/* line 5131, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable {
  min-height: 25px !important;
}

/* line 5134, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable-placeholder {
  border: 1px dotted black;
  visibility: visible !important;
  height: 100% !important;
}

/* line 5139, app/assets/stylesheets/application/theme.css.scss */
.ui-sortable-placeholder * {
  visibility: hidden;
}

/* line 5142, app/assets/stylesheets/application/theme.css.scss */
.sortable-box-placeholder {
  background-color: #f5f5f5;
  border: 1px dashed #DDDDDD;
  display: block;
  margin-top: 0px !important;
  margin-bottom: 24px !important;
}

/* line 5149, app/assets/stylesheets/application/theme.css.scss */
.sortable-box-placeholder * {
  visibility: hidden;
}

/* line 5152, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools a,
.grid.solid .grid-title .tools a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
}

/* line 5158, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.remove,
.grid.solid .grid-title .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
  top: -5px;
}

/* line 5165, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.config,
.grid.solid .grid-title .tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

/* line 5171, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.reload,
.grid.solid .grid-title .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
  top: -5px;
}

/* line 5178, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.expand,
.grid.solid .grid-title .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5185, app/assets/stylesheets/application/theme.css.scss */
.grid.simple .grid-title .tools > a.collapse,
.grid.solid .grid-title .tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
  top: -5px;
}

/*------------------------------------------------------------------
[8. Message and Notification]
*/
/* line 5195, app/assets/stylesheets/application/theme.css.scss */
.alert {
  color: #ce8f22;
  background-color: #fffcee;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  padding: 9px 19px 9px 15px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #F0DBB4;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

/* line 5207, app/assets/stylesheets/application/theme.css.scss */
.alert .link {
  color: #ce8f22;
  font-weight: bold;
}

/* line 5211, app/assets/stylesheets/application/theme.css.scss */
.alert .alert-heading {
  color: #ce8f22 !important;
  margin-bottom: 5px;
  font-weight: 600;
}

/* line 5216, app/assets/stylesheets/application/theme.css.scss */
.alert .btn-small {
  position: relative;
  top: -3.5px;
}

/* line 5220, app/assets/stylesheets/application/theme.css.scss */
.alert .button-set .btn {
  position: relative;
  top: 8px;
}

/* line 5238, app/assets/stylesheets/application/theme.css.scss */
.alert-success {
  color: #438a85;
  background-color: #f3faf8;
  border-color: #bfd1cf;
}

/* line 5243, app/assets/stylesheets/application/theme.css.scss */
.alert-success .link {
  color: #438a85;
}

/* line 5246, app/assets/stylesheets/application/theme.css.scss */
.alert-success .alert-heading {
  color: #438a85 !important;
}

/* line 5249, app/assets/stylesheets/application/theme.css.scss */
.alert-success .close {
  background-position: -38px -10px !important;
}

/* line 5252, app/assets/stylesheets/application/theme.css.scss */
.alert-info {
  color: #246a8e;
  background-color: #ebf6fb;
  border-color: #bfd4de;
}

/* line 5257, app/assets/stylesheets/application/theme.css.scss */
.alert-info .link {
  color: #246a8e;
}

/* line 5260, app/assets/stylesheets/application/theme.css.scss */
.alert-info .alert-heading {
  color: #246a8e !important;
}

/* line 5263, app/assets/stylesheets/application/theme.css.scss */
.alert-info .close {
  background-position: -67px -10px !important;
}

/* line 5266, app/assets/stylesheets/application/theme.css.scss */
.alert-danger,
.alert-error {
  color: #e76e70;
  background-color: #fff6f4;
  border-color: #f8cdcd;
}

/* line 5272, app/assets/stylesheets/application/theme.css.scss */
.alert-danger .link,
.alert-error .link {
  color: #e76e70;
}

/* line 5276, app/assets/stylesheets/application/theme.css.scss */
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #e76e70 !important;
}

/* line 5280, app/assets/stylesheets/application/theme.css.scss */
.alert-error .close,
.alert .alert-danger .close {
  background-position: -95px -10px !important;
}

/* line 5284, app/assets/stylesheets/application/theme.css.scss */
.alert-block {
  padding: 15px 19px 15px 17px;
}

/* line 5287, app/assets/stylesheets/application/theme.css.scss */
.popover-content .notification-messages {
  padding: 15px 18px 15px;
}

/* line 5290, app/assets/stylesheets/application/theme.css.scss */
.notification-messages {
  font-family: 'Arial';
  background-color: #eef9f8;
  padding: 15px 18px 10px;
  display: block;
  color: #8b91a0;
  margin-bottom: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5301, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success {
  background-color: #eef9f8;
}

/* line 5304, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success:hover {
  background-color: #d9edf1;
  cursor: pointer;
}

/* line 5308, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.success .iconholder i {
  color: #f35958;
}

/* line 5311, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger {
  background-color: #fef2f2;
}

/* line 5314, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger:hover {
  background-color: #fae1e1;
  cursor: pointer;
}

/* line 5318, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.danger .iconholder i {
  color: #f35958;
}

/* line 5321, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info {
  background-color: #edf7fc;
}

/* line 5324, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info:hover {
  background-color: #d8ebf4;
  cursor: pointer;
}

/* line 5328, app/assets/stylesheets/application/theme.css.scss */
.notification-messages.info .iconholder i {
  color: #f35958;
}

/* line 5331, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper {
  display: inline-block;
  width: 70%;
  height: 43px;
  float: left;
}

/* line 5337, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper .heading {
  display: block;
  float: left;
  text-align: left;
  color: #1b1e24;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  width: 100%;
  margin: 0;
  line-height: 19px;
  font-weight: 600;
}

/* line 5352, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .message-wrapper .description {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 11px;
  width: 100%;
  line-height: 19px;
}

/* line 5364, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .date {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  opacity: 0.4;
}

/* line 5371, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .user-profile {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  float: left;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin-right: 10px;
  margin-top: 2px;
}

/* line 5381, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .iconholder {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 5387, app/assets/stylesheets/application/theme.css.scss */
.notification-messages .iconholder i {
  font-size: 28px;
}

/* line 5390, app/assets/stylesheets/application/theme.css.scss */
.tooltip-inner {
  padding: 6px 9px;
}

/* line 5393, app/assets/stylesheets/application/theme.css.scss */
.progress {
  height: 12px;
  background-color: #e9ecee;
  background-image: none;
  box-shadow: none;
  filter: none;
}

/* line 5400, app/assets/stylesheets/application/theme.css.scss */
.progress.no-radius {
  border-radius: 0px;
}

/* line 5403, app/assets/stylesheets/application/theme.css.scss */
.progress.no-radius .progress-bar {
  border-radius: 0px;
}

/* line 5406, app/assets/stylesheets/application/theme.css.scss */
.progress.transparent {
  background-color: rgba(0, 0, 0, 0.28);
}

/* line 5409, app/assets/stylesheets/application/theme.css.scss */
.progress.progress-small {
  height: 4px;
}

/* line 5412, app/assets/stylesheets/application/theme.css.scss */
.progress.progress-large {
  height: 20px;
}

/* line 5415, app/assets/stylesheets/application/theme.css.scss */
.progress-bar {
  box-shadow: none;
  border-radius: 3px;
  background-color: #0090D9;
  background-image: none;
  -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 1000ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  float: left;
  filter: none;
}

/* line 5430, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-success {
  background-color: #00cdb1;
  background-image: none;
}

/* line 5434, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-info {
  background-color: #61acf2;
  background-image: none;
}

/* line 5438, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-warning {
  background-color: #fdd01c;
  background-image: none;
}

/* line 5442, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-danger {
  background-color: #ec7962;
  background-image: none;
}

/* line 5446, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-white {
  background-color: #ffffff;
  background-image: none;
}

/* line 5450, app/assets/stylesheets/application/theme.css.scss */
.progress-bar-black {
  background-color: #1b1e24;
  background-image: none;
}

/* line 5454, app/assets/stylesheets/application/theme.css.scss */
.progress-info .bar,
.progress .bar-info {
  background-color: #3b4751;
  background-image: none;
}

/* line 5459, app/assets/stylesheets/application/theme.css.scss */
.progress-warning .bar,
.progress .bar-warning {
  background-color: #fdd01c;
  background-image: none;
}

/* line 5464, app/assets/stylesheets/application/theme.css.scss */
.progress-danger .bar,
.progress .bar-danger {
  background-color: #ec7962;
  background-image: none;
}

/* line 5469, app/assets/stylesheets/application/theme.css.scss */
.progress-white .bar,
.progress .bar-white {
  background-color: #ffffff;
  background-image: none;
}

/* line 5474, app/assets/stylesheets/application/theme.css.scss */
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #61acf2;
}

/* line 5478, app/assets/stylesheets/application/theme.css.scss */
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #3b4751;
}

/* line 5482, app/assets/stylesheets/application/theme.css.scss */
.details-status-single {
  display: inline-block;
  background-color: #e5e9ec;
  color: #5c6370;
  font-size: 11px;
  padding: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 5492, app/assets/stylesheets/application/theme.css.scss */
.label {
  padding: 3px 9px;
  font-size: 11px;
  text-shadow: none;
  background-color: #dce0e8;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #5E5E5E;
}

/* line 5501, app/assets/stylesheets/application/theme.css.scss */
.badge {
  text-shadow: none;
  font-family: 'Open Sans';
  font-weight: 600;
  background-color: #dce0e8;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-bottom: 4px;
  color: #5E5E5E;
}

/* line 5512, app/assets/stylesheets/application/theme.css.scss */
.label-primary,
.badge-primary {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 5517, app/assets/stylesheets/application/theme.css.scss */
.label-success,
.badge-success {
  background-color: #449d44;
  color: #ffffff;
}

/* line 5522, app/assets/stylesheets/application/theme.css.scss */
.label-warning,
.badge-warning {
  background-color: #f0ad4e;
  color: #ffffff;
}

/* line 5527, app/assets/stylesheets/application/theme.css.scss */
.label-important,
.badge-important {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 5532, app/assets/stylesheets/application/theme.css.scss */
.label-danger,
.badge-danger {
  background-color: #ec7962;
  color: #ffffff;
}

/* line 5537, app/assets/stylesheets/application/theme.css.scss */
.label-info,
.badge-info {
  background-color: #61acf2;
  color: #ffffff;
}

/* line 5542, app/assets/stylesheets/application/theme.css.scss */
.label-inverse,
.badge-inverse {
  background-color: #1f3853;
  color: #ffffff;
}

/* line 5547, app/assets/stylesheets/application/theme.css.scss */
.label-white,
.badge-white {
  background-color: #ffffff;
  color: #5E5E5E;
}

/* line 5552, app/assets/stylesheets/application/theme.css.scss */
.label-white,
.badge-disable {
  background-color: red;
  color: #fff;
}

/* line 5557, app/assets/stylesheets/application/theme.css.scss */
.popover {
  border-radius: 3px;
  border: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  max-width: 350px;
}

/* line 5565, app/assets/stylesheets/application/theme.css.scss */
.popover.right .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5568, app/assets/stylesheets/application/theme.css.scss */
.popover.left .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5571, app/assets/stylesheets/application/theme.css.scss */
.popover.top .arrow {
  border-right-color: rgba(0, 0, 0, 0.08);
}

/* line 5574, app/assets/stylesheets/application/theme.css.scss */
.popover.bottom .arrow:after {
  top: 0;
  margin-left: -11px;
}

/* line 5578, app/assets/stylesheets/application/theme.css.scss */
.popover .arrow:after {
  border-width: 11px;
}

/* line 5581, app/assets/stylesheets/application/theme.css.scss */
.popover-title {
  background-color: #ffffff;
  margin: 0 5px;
  font-weight: bold;
  color: #505458 !important;
  text-align: center;
}

/* line 5588, app/assets/stylesheets/application/theme.css.scss */
.modal {
  border-radius: 3px;
}

/* line 5591, app/assets/stylesheets/application/theme.css.scss */
.modal-header {
  text-align: center;
}

/* line 5594, app/assets/stylesheets/application/theme.css.scss */
.modal-header p {
  color: #8b91a0;
}

/* line 5597, app/assets/stylesheets/application/theme.css.scss */
.modal-body {
  background-color: #e5e9ec;
}

/* line 5600, app/assets/stylesheets/application/theme.css.scss */
.modal-content {
  border: 0;
}

/* line 5603, app/assets/stylesheets/application/theme.css.scss */
.modal-footer {
  border-top: none;
  box-shadow: none;
  background-color: #F3F5F6;
  margin-top: 0;
  text-align: right;
}

/* line 5610, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/*------------------------------------------------------------------
[9. Tiles]
*/
/* line 5617, app/assets/stylesheets/application/theme.css.scss */
.tiles-container {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 5621, app/assets/stylesheets/application/theme.css.scss */
.tiles {
  background-color: #bcbcbc;
  color: #ffffff;
  position: relative;
}

/* line 5626, app/assets/stylesheets/application/theme.css.scss */
.tiles.overflow-hidden {
  overflow: hidden;
}

/* line 5629, app/assets/stylesheets/application/theme.css.scss */
.tiles.full-height {
  height: 100%;
}

/* line 5632, app/assets/stylesheets/application/theme.css.scss */
.tiles.added-margin {
  margin-right: -10px;
}

/* line 5635, app/assets/stylesheets/application/theme.css.scss */
.tiles.no-margin {
  margin-right: 0;
}

/* line 5638, app/assets/stylesheets/application/theme.css.scss */
.tiles.margin-reset {
  margin-left: 37px;
}

/* line 5641, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-title {
  font-size: 10.5px;
  font-family: 'Open Sans';
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* line 5647, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-body {
  padding: 19px 18px 15px 24px;
}

/* line 5650, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller {
  position: relative;
  display: inline-block;
  float: right;
}

/* line 5655, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 5661, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 5667, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 5672, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 5678, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5684, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 5690, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.remove:hover {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 5696, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 5701, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.reload:hover {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 5707, app/assets/stylesheets/application/theme.css.scss */
.tiles .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 5713, app/assets/stylesheets/application/theme.css.scss */
.tiles.white {
  background-color: #ffffff;
  color: #8b91a0;
}

/* line 5717, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}

/* line 5724, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}

/* line 5730, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}

/* line 5737, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
  opacity: 0.6;
}

/* line 5744, app/assets/stylesheets/application/theme.css.scss */
.tiles.white > .tile-footer {
  background-color: #eceff1;
  color: #d1d3d9;
  font-size: 13px;
  padding: 8px 15px;
}

/* line 5750, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.borderall {
  border: 1px solid #e5e9ec;
}

/* line 5753, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-left {
  border-left: 1px solid #e5e9ec;
}

/* line 5756, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-right {
  border-right: 1px solid #e5e9ec;
}

/* line 5759, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-top {
  border-top: 1px solid #e5e9ec;
}

/* line 5762, app/assets/stylesheets/application/theme.css.scss */
.tiles.white.border-bottom {
  border-bottom: 1px solid #e5e9ec;
}

/* line 5765, app/assets/stylesheets/application/theme.css.scss */
.tiles.white hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #f2f3f5;
}

/* line 5771, app/assets/stylesheets/application/theme.css.scss */
.tiles.white label {
  color: #9aa0ad;
}

/* line 5774, app/assets/stylesheets/application/theme.css.scss */
.tiles.white > .tiles-body > .heading {
  color: #000;
}

/* line 5777, app/assets/stylesheets/application/theme.css.scss */
.tiles.white .tiles-body > .description {
  color: #8b91a0;
}

/* line 5780, app/assets/stylesheets/application/theme.css.scss */
.tiles .settings-box {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 4px;
}

/* line 5786, app/assets/stylesheets/application/theme.css.scss */
.tiles .heading {
  font-size: 25px;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 4px 0px;
}

/* line 5793, app/assets/stylesheets/application/theme.css.scss */
.tiles .heading .icon-grid {
  top: 1px;
  font-size: 31px;
  position: relative;
}

/* line 5798, app/assets/stylesheets/application/theme.css.scss */
.tiles p {
  margin: 0 0 5px;
}

/* line 5801, app/assets/stylesheets/application/theme.css.scss */
.tiles hr {
  margin: 10px 0px;
  height: 1px;
  border: none;
  background-color: #2b3038;
}

/* line 5807, app/assets/stylesheets/application/theme.css.scss */
.tiles .tiles-body-overlay {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
  width: auto;
}

/* line 5813, app/assets/stylesheets/application/theme.css.scss */
.tiles .progress {
  width: 70%;
  margin-bottom: 15px;
}

/* line 5817, app/assets/stylesheets/application/theme.css.scss */
.tiles .iconplaceholder {
  background-color: rgba(0, 0, 0, 0.28);
}

/* line 5820, app/assets/stylesheets/application/theme.css.scss */
.tiles .iconplaceholder i {
  color: #ffffff;
}

/* line 5823, app/assets/stylesheets/application/theme.css.scss */
.tiles > .tiles-body > .description {
  font-size: 12px;
  display: block;
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

/* line 5831, app/assets/stylesheets/application/theme.css.scss */
.tiles .description i {
  font-size: 21px;
  color: #ffffff;
}

/* line 5835, app/assets/stylesheets/application/theme.css.scss */
.tiles .description .mini-description {
  position: relative;
  top: -5px;
}

/* line 5839, app/assets/stylesheets/application/theme.css.scss */
.tiles label {
  color: #ffffff;
}

/* line 5842, app/assets/stylesheets/application/theme.css.scss */
.tiles.red {
  background-color: #ec7962;
}

/* line 5845, app/assets/stylesheets/application/theme.css.scss */
.tiles.red .button {
  background: #bf3938;
  color: #f7bebe;
}

/* line 5849, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple {
  background-color: #7981d8;
}

/* line 5852, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple .button {
  background: #736086;
  color: #d7d5d7;
}

/* line 5856, app/assets/stylesheets/application/theme.css.scss */
.tiles.blue {
  background-color: #61acf2;
}

/* line 5859, app/assets/stylesheets/application/theme.css.scss */
.tiles.green {
  background-color: #00cdb1;
}

/* line 5862, app/assets/stylesheets/application/theme.css.scss */
.tiles.black {
  background-color: #182029;
}

/* line 5865, app/assets/stylesheets/application/theme.css.scss */
.tiles.black .blend {
  color: #8b91a0;
}

/* line 5868, app/assets/stylesheets/application/theme.css.scss */
.tiles.black input {
  background-color: rgba(0, 0, 0, 0.35);
  border: 0;
}

/* line 5872, app/assets/stylesheets/application/theme.css.scss */
.tiles.dark-blue {
  background-color: #365d98;
}

/* line 5875, app/assets/stylesheets/application/theme.css.scss */
.tiles.light-blue {
  background-color: #00abea;
}

/* line 5878, app/assets/stylesheets/application/theme.css.scss */
.tiles.light-red {
  background-color: #f96773;
}

/* line 5881, app/assets/stylesheets/application/theme.css.scss */
.tiles.grey {
  background-color: #e9ecee;
}

/* line 5884, app/assets/stylesheets/application/theme.css.scss */
.tiles.gradient-grey {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(131, 131, 131, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(131, 131, 131, 0.65) 100%);
}

/* line 5892, app/assets/stylesheets/application/theme.css.scss */
.tiles.gradient-black {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

/* line 5900, app/assets/stylesheets/application/theme.css.scss */
.tiles .blend {
  color: rgba(0, 0, 0, 0.42);
}

/* line 5903, app/assets/stylesheets/application/theme.css.scss */
.tiles .button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}

/* line 5909, app/assets/stylesheets/application/theme.css.scss */
.tile-more-content {
  background-color: #ffffff;
}

/* line 5912, app/assets/stylesheets/application/theme.css.scss */
.tile-more-content .tiles-body {
  padding: 19px 18px 17px 24px;
}

/* line 5915, app/assets/stylesheets/application/theme.css.scss */
.row-fluid.side-content .tiles,
.row-fluid .tile-content {
  margin: 0;
}

/* line 5919, app/assets/stylesheets/application/theme.css.scss */
.tile-footer {
  background-color: rgba(0, 0, 0, 0.28);
  color: #ffffff;
  font-size: 13px;
  padding: 8px 15px;
}

/* line 5925, app/assets/stylesheets/application/theme.css.scss */
.chart-wrapper {
  padding-top: 40px;
}

/* line 5928, app/assets/stylesheets/application/theme.css.scss */
.tiles.red .settings-box,
.tiles.red .button {
  background: #bf3938;
  color: #f35958;
}

/* line 5933, app/assets/stylesheets/application/theme.css.scss */
.tiles.purple .settings-box,
.tiles.red .button {
  background: #08897e;
  color: transparent;
}

/* line 5938, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart {
  position: relative;
}

/* line 5941, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .tiles-body {
  position: absolute;
  z-index: 100;
  padding: 19px 18px 17px 24px;
}

/* line 5946, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .tiles-body .heading {
  color: #00cdb1;
}

/* line 5949, app/assets/stylesheets/application/theme.css.scss */
.tiles-chart .controller {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 100;
}

/* line 5955, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay {
  width: 100%;
  height: 100%;
}

/* line 5959, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.auto {
  width: auto;
  height: auto;
}

/* line 5963, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.green {
  background-color: rgba(0, 205, 177, 0.8);
}

/* line 5966, app/assets/stylesheets/application/theme.css.scss */
.tiles-overlay.blue {
  background-color: rgba(97, 172, 242, 0.8);
}

/* line 5969, app/assets/stylesheets/application/theme.css.scss */
.widget-item {
  position: relative;
}

/* line 5972, app/assets/stylesheets/application/theme.css.scss */
.widget-item.narrow-margin {
  margin-right: -10px;
}

/* line 5975, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller {
  position: absolute;
  display: block;
  z-index: 100;
}

/* line 5980, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller.right {
  right: 20px;
  top: 20px;
}

/* line 5984, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller.left {
  left: 10px;
  top: 10px;
}

/* line 5988, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 5994, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6000, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6005, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6011, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6017, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 6023, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.remove:hover {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
  opacity: 0.6;
}

/* line 6030, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
  opacity: 0.6;
}

/* line 6036, app/assets/stylesheets/application/theme.css.scss */
.widget-item.white .controller a.reload:hover {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
  opacity: 0.6;
}

/* line 6043, app/assets/stylesheets/application/theme.css.scss */
.widget-item .controller a.remove:hover,
.widget-item .controller a.config:hover,
.widget-item .controller a.reload:hover,
.widget-item .controller a.expand:hover,
.widget-item .controller a.collapse:hover {
  opacity: 0.50;
}

/* line 6050, app/assets/stylesheets/application/theme.css.scss */
.widget {
  display: block;
  margin-right: -10px;
}

/* line 6054, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title {
  display: block;
  padding: 10px;
  padding-bottom: 14px;
  background-color: #ffffff;
  color: #e5e9ec;
  text-align: center;
  font-weight: bold;
}

/* line 6063, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark {
  background-color: #1b1e24;
  color: #ffffff;
}

/* line 6067, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.remove {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6073, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6078, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.reload {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6084, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.blue {
  background-color: #0090D9;
  color: #ffffff;
}

/* line 6088, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.red {
  background-color: #F35958;
  color: #ffffff;
}

/* line 6092, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.green {
  background-color: #00cdb1;
  color: #ffffff;
}

/* line 6096, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.purple {
  background-color: #736086;
  color: #ffffff;
}

/* line 6100, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-body {
  display: block;
  background-color: #ffffff;
  padding: 15px 25px;
}

/* line 6105, app/assets/stylesheets/application/theme.css.scss */
.widget .controller {
  position: relative;
  display: inline-block;
  float: right;
  top: 6px;
  margin-right: 8px;
}

/* line 6112, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
  display: inline-block;
}

/* line 6118, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.remove {
  background-position: -66px -38px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6124, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.config {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6129, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.reload {
  background-position: -37px -38px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6135, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.expand {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6141, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.collapse:hover {
  background-position: -95px -40px;
  height: 7px;
  top: -5px;
  width: 9px;
}

/* line 6147, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.remove:hover {
  background-position: -66px -9px;
  height: 10px;
  top: -5px;
  width: 10px;
}

/* line 6153, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.config:hover {
  background-position: -3px -32px;
  height: 22px;
  width: 22px;
}

/* line 6158, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.reload:hover {
  background-position: -38px -9px;
  height: 10px;
  top: -5px;
  width: 12px;
}

/* line 6164, app/assets/stylesheets/application/theme.css.scss */
.widget .controller a.expand:hover {
  background-position: -123px -11px;
  width: 10px;
  height: 6px;
  top: -5px;
}

/* line 6170, app/assets/stylesheets/application/theme.css.scss */
.widget .widget-title.dark .controller a.reload:hover,
.widget .widget-title.dark .controller a.remove:hover {
  opacity: 0.5;
}

/* line 6174, app/assets/stylesheets/application/theme.css.scss */
.weather-widget {
  overflow: hidden;
}

/* line 6177, app/assets/stylesheets/application/theme.css.scss */
.weather-widget .big-icon {
  width: 120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 23px;
  margin-bottom: 8px;
}

/* line 6184, app/assets/stylesheets/application/theme.css.scss */
.weather-widget .small-text-description {
  position: relative;
  top: -9px;
}

/* line 6188, app/assets/stylesheets/application/theme.css.scss */
.weather-widget-big-text {
  font-size: 54px !important;
}

/* line 6191, app/assets/stylesheets/application/theme.css.scss */
.widget-stats {
  padding-left: 0;
  display: inline-block;
}

/* line 6195, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper {
  margin: 5px 0 5px 0;
  border-right: 1px solid #363a41;
  margin-right: 7px;
  padding-right: 7px;
}

/* line 6201, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper.transparent {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 6204, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .wrapper.last {
  border: 0;
}

/* line 6207, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .item-title {
  font-size: 12px;
}

/* line 6210, app/assets/stylesheets/application/theme.css.scss */
.widget-stats .item-count {
  font-size: 15px;
  color: #ffffff;
  display: block;
  font-weight: bold;
}

/* line 6216, app/assets/stylesheets/application/theme.css.scss */
.market-share-widget-innerscroller {
  height: calc(100% - 110px);
}

/* line 6219, app/assets/stylesheets/application/theme.css.scss */
.sales-graph-heading {
  padding-left: 45px;
  padding-top: 35px;
}

/* Metro JS */
/* line 6224, app/assets/stylesheets/application/theme.css.scss */
.live-tile,
.list-tile,
.copy-tile {
  height: 100%;
}

/* line 6229, app/assets/stylesheets/application/theme.css.scss */
.live-tile,
.list-tile,
.copy-tile,
.tile-strip .flip-list > li {
  margin: 0;
  width: 100%;
}

/* line 6236, app/assets/stylesheets/application/theme.css.scss */
.live-tile p,
.list-tile p,
.copy-tile p {
  padding: 0;
}

/* line 6241, app/assets/stylesheets/application/theme.css.scss */
h4.custom-line-height {
  line-height: 25px;
}

/* line 6244, app/assets/stylesheets/application/theme.css.scss */
.hover-effect-img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 6248, app/assets/stylesheets/application/theme.css.scss */
.tiles:hover .hover-effect-img {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  filter: contrast(130%);
  -webkit-filter: contrast(130%);
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 6258, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text p {
    font-size: 10px;
  }
  /* line 6261, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text h3 {
    font-size: 20px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 6266, app/assets/stylesheets/application/theme.css.scss */
  .tiles.adjust-text p {
    font-size: 14px;
  }
}

/* line 6270, app/assets/stylesheets/application/theme.css.scss */
.btn {
  display: inline-block;
  padding: 9px 12px;
  padding-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e5e5e;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  background-image: none !important;
  border: none;
  text-shadow: none;
  box-shadow: none;
  transition: all 0.12s linear 0s !important;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 6290, app/assets/stylesheets/application/theme.css.scss */
.btn:focus {
  outline: none !important;
}

/* line 6293, app/assets/stylesheets/application/theme.css.scss */
.btn .caret {
  margin-left: 3px;
}

/* line 6296, app/assets/stylesheets/application/theme.css.scss */
.btn .caret.single {
  margin-left: 0px;
}

/* line 6299, app/assets/stylesheets/application/theme.css.scss */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #b9c3c8;
}

/* line 6307, app/assets/stylesheets/application/theme.css.scss */
.btn-cons {
  margin-right: 5px;
  min-width: 120px;
  margin-bottom: 8px;
}

/* line 6312, app/assets/stylesheets/application/theme.css.scss */
.btn-demo-space {
  margin-bottom: 8px;
}

/* line 6315, app/assets/stylesheets/application/theme.css.scss */
.demo-placeholder {
  width: 100%;
  height: 250px;
}

/* line 6319, app/assets/stylesheets/application/theme.css.scss */
.btn-social {
  font-size: 20px;
  margin: 10px;
}

/* line 6323, app/assets/stylesheets/application/theme.css.scss */
.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active,
.btn-social.disabled,
.btn-social[disabled] {
  color: #2d8ebf;
  text-decoration: none;
}

/* line 6332, app/assets/stylesheets/application/theme.css.scss */
.btn-primary {
  color: #ffffff;
  background-color: #00cdb1;
}

/* line 6336, app/assets/stylesheets/application/theme.css.scss */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #00c7a7;
}

/* line 6350, app/assets/stylesheets/application/theme.css.scss */
.btn-success {
  color: #ffffff;
  background-color: #61acf2;
}

/* line 6354, app/assets/stylesheets/application/theme.css.scss */
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-success.active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  background-color: #54a1f0;
}

/* line 6368, app/assets/stylesheets/application/theme.css.scss */
.btn-info {
  color: #ffffff;
  background-color: #3b4751;
}

/* line 6372, app/assets/stylesheets/application/theme.css.scss */
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  background-color: #333e47;
}

/* line 6386, app/assets/stylesheets/application/theme.css.scss */
.btn-warning {
  color: #ffffff;
  background-color: #fae274;
}

/* line 6390, app/assets/stylesheets/application/theme.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled],
.btn-warning.active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  background-color: #f9de65;
}

/* line 6404, app/assets/stylesheets/application/theme.css.scss */
.btn-danger {
  color: #ffffff;
  background-color: #ec7962;
}

/* line 6408, app/assets/stylesheets/application/theme.css.scss */
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled],
.btn-danger.active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  background-color: #ea6955;
}

/* line 6422, app/assets/stylesheets/application/theme.css.scss */
.btn-danger-dark {
  color: #ffffff;
  background-color: #b94141;
}

/* line 6426, app/assets/stylesheets/application/theme.css.scss */
.btn-danger-dark:hover,
.btn-danger-dark:focus,
.btn-danger-dark:active,
.btn-danger-dark.active,
.btn-danger-dark.disabled,
.btn-danger-dark[disabled] {
  background-color: #e94847;
  color: #ffffff;
}

/* line 6435, app/assets/stylesheets/application/theme.css.scss */
.btn-dark {
  color: #ffffff;
  background-color: #1b1e24;
}

/* line 6439, app/assets/stylesheets/application/theme.css.scss */
.btn-white {
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #e5e9ec;
}

/* line 6444, app/assets/stylesheets/application/theme.css.scss */
.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.disabled,
.btn-white[disabled] {
  background-color: #fbfcfd;
  border: 1px solid #b4b9be;
}

/* line 6453, app/assets/stylesheets/application/theme.css.scss */
.btn-link {
  color: #5e5e5e;
  background-color: transparent;
  border: none;
}

/* line 6458, app/assets/stylesheets/application/theme.css.scss */
.btn-large {
  padding: 11px 19px;
  font-size: 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 6465, app/assets/stylesheets/application/theme.css.scss */
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.disabled,
.btn-link[disabled] {
  background-color: transparent;
}

/* line 6473, app/assets/stylesheets/application/theme.css.scss */
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

/* line 6477, app/assets/stylesheets/application/theme.css.scss */
.btn-small {
  padding: 3px 12px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6484, app/assets/stylesheets/application/theme.css.scss */
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

/* line 6488, app/assets/stylesheets/application/theme.css.scss */
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

/* line 6492, app/assets/stylesheets/application/theme.css.scss */
.btn-mini {
  padding: 2px 9px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6499, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

/* line 6502, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #00cdb1;
}

/* line 6505, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #fae274;
}

/* line 6508, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #ec7962;
}

/* line 6511, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #61acf2;
}

/* line 6514, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #3b4751;
}

/* line 6517, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

/* line 6520, app/assets/stylesheets/application/theme.css.scss */
.btn-group.open .btn-white.dropdown-toggle {
  background-color: #fbfcfd;
}

/* line 6523, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn + .dropdown-toggle {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-left: 1px #f7f7f7 solid;
  padding-right: 10px;
  border-left: 1px solid #E5E9EC;
}

/* line 6531, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn.btn-mini + .dropdown-toggle {
  padding-right: 8px;
}

/* line 6534, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .dropdown-menu {
  font-size: 13px;
}

/* line 6537, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .dropdown-menu li {
  padding-left: 0px;
}

/* line 6540, app/assets/stylesheets/application/theme.css.scss */
.btn-block + .btn-block {
  margin-top: 8px;
}

/* line 6543, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  list-style: none;
  text-shadow: none;
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.2);
  border: none;
  border-radius: 3px;
  padding: 0px;
  font-size: 13px;
}

/* line 6560, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu .divider {
  background-color: #eaedf0;
  height: 1px;
  margin: 3px 0;
  border-bottom: 0px;
}

/* line 6566, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > li > a {
  line-height: 25px;
  color: #2a2e36;
  margin: 4px;
  border-radius: 3px;
  text-align: left;
}

/* line 6573, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu li {
  padding-left: 0px;
}

/* line 6576, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}

/* line 6585, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #1b1e24;
  text-decoration: none;
  background-color: #eff2f3;
  background-image: none;
}

/* line 6593, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}

/* line 6598, app/assets/stylesheets/application/theme.css.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
}

/* line 6605, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 0;
}

/* line 6611, app/assets/stylesheets/application/theme.css.scss */
.btn-group > .btn.btn-white:hover,
.btn-group > .btn.btn-white:focus,
.btn-group > .btn.btn-white:active,
.btn-group > .btn.btn-white.active {
  border: 1px solid #E5E9EC;
}

/* line 6617, app/assets/stylesheets/application/theme.css.scss */
code,
pre {
  border: none;
}

/* line 6621, app/assets/stylesheets/application/theme.css.scss */
code {
  background-color: #f3f6f9;
}

/* line 6624, app/assets/stylesheets/application/theme.css.scss */
code:hover {
  background-color: #e8edf3;
}

/* line 6627, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget {
  height: auto;
}

/* line 6630, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget h3 {
  font-size: 22px;
  line-height: 32.5px;
}

/* line 6634, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .heading {
  padding: 8px 15px;
  padding-bottom: 4px;
  background-color: #ffffff;
}

/* line 6639, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .heading h4 {
  margin-bottom: 5px;
  margin-top: 5px;
}

/* line 6643, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper {
  padding: 15px 27px;
  padding-bottom: 20px;
}

/* line 6647, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper i {
  color: #ffffff;
}

/* line 6650, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.red {
  background-color: #f35958;
}

/* line 6653, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.red p {
  color: #832929;
}

/* line 6656, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.green {
  background-color: #00cdb1;
}

/* line 6659, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.green p {
  color: #505458;
}

/* line 6662, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.blue {
  background-color: #0090d9;
}

/* line 6665, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper.blue p {
  color: #0a5174;
}

/* line 6668, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper .mini-logo {
  margin-bottom: 15px;
}

/* line 6671, app/assets/stylesheets/application/theme.css.scss */
.single-colored-widget .content-wrapper .h3 {
  margin-bottom: 15px;
}

/* line 6674, app/assets/stylesheets/application/theme.css.scss */
.the-icons {
  padding-top: 17px;
}

/* line 6677, app/assets/stylesheets/application/theme.css.scss */
.the-icons i {
  color: #505458;
  width: 32px;
  font-size: 14px;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

/* line 6685, app/assets/stylesheets/application/theme.css.scss */
.the-icons a {
  color: #505458;
  font-size: 14px;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
}

/* line 6693, app/assets/stylesheets/application/theme.css.scss */
.the-icons a:hover {
  text-decoration: none;
}

/* line 6696, app/assets/stylesheets/application/theme.css.scss */
.the-icons [class*="span"]:first-child {
  margin-left: 2.5641%;
}

/* line 6699, app/assets/stylesheets/application/theme.css.scss */
.the-icons a:hover .fa,
.the-icons a:hover [class*="fa"] {
  font-size: 28px;
  vertical-align: -5px;
}

/*------------------------------------------------------------------
[11. Tabs and Accordians]
*/
/* line 6707, app/assets/stylesheets/application/theme.css.scss */
.tabbable:after {
  clear: both;
}

/* line 6710, app/assets/stylesheets/application/theme.css.scss */
.tabbable:before,
.tabbable:after {
  content: "";
  display: table;
  line-height: 0;
}

/* line 6716, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0 none;
}

/* line 6721, app/assets/stylesheets/application/theme.css.scss */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
  padding: 15px;
}

/* line 6726, app/assets/stylesheets/application/theme.css.scss */
.tab-content > .active,
.pill-content > .active {
  display: block;
  padding: 19px;
}

/* line 6731, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #DDDDDD;
}

/* line 6734, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > li {
  margin-bottom: 0;
  margin-top: -1px;
}

/* line 6738, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > li > a {
  border-radius: 0 0 4px 4px;
}

/* line 6741, app/assets/stylesheets/application/theme.css.scss */
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
}

/* line 6746, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

/* line 6750, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-bottom: 3px;
  margin-right: 0;
  min-width: 74px;
}

/* line 6756, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs {
  border-right: 1px solid #DDDDDD;
  margin-right: 19px;
  float: left;
  margin-right: 0px;
}

/* line 6762, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: -1px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 6772, app/assets/stylesheets/application/theme.css.scss */
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}

/* line 6776, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs {
  border-left: 1px solid #DDDDDD;
  margin-left: 19px;
  float: right;
  margin-left: 0px;
}

/* line 6782, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6792, app/assets/stylesheets/application/theme.css.scss */
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}

/* line 6796, app/assets/stylesheets/application/theme.css.scss */
.nav > .disabled > a {
  color: #999999;
}

/* line 6799, app/assets/stylesheets/application/theme.css.scss */
.nav .tools {
  float: right;
  position: relative;
  right: 10px;
  top: 10px;
}

/* line 6805, app/assets/stylesheets/application/theme.css.scss */
.nav .tools a {
  position: relative;
  background: url(/assets/icon/portlet-tray-3f8d52beed4fff192c819e5899c51a264e43b133e78ca558a3055e14e66bd380.png) no-repeat;
  transition: all 0.1s linear 0s;
}

/* line 6810, app/assets/stylesheets/application/theme.css.scss */
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  background-color: rgba(0, 0, 0, 0);
  cursor: default;
  text-decoration: none;
}

/* line 6816, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs {
  margin-bottom: 0px;
  background-color: #dce0e8;
  padding: 0;
}

/* line 6821, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li {
  margin-bottom: -3px;
  padding-left: 0;
}

/* line 6825, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li > a {
  border-radius: 0;
  border: 0px;
  padding: 15px 20px;
  color: #8e9aa2;
  min-width: 70px;
}

/* line 6832, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-width: 0px;
}

/* line 6837, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border: 0px;
  color: #505458;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 6852, app/assets/stylesheets/application/theme.css.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
  color: #505458;
}

/* line 6857, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.remove,
.nav .tools > a.remove {
  background-position: -66px -38px;
  width: 10px;
  height: 10px;
}

/* line 6863, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.config,
.nav.tools > a.config {
  background-position: -3px -32px;
  width: 22px;
  height: 22px;
}

/* line 6869, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.reload,
.nav .tools > a.reload {
  background-position: -37px -38px;
  width: 12px;
  height: 10px;
}

/* line 6875, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.expand,
.nav .tools > a.expand {
  background-position: -123px -40px;
  width: 10px;
  height: 6px;
}

/* line 6881, app/assets/stylesheets/application/theme.css.scss */
.nav .tools > a.collapse,
.nav.tools > a.collapse {
  background-position: -95px -40px;
  width: 9px;
  height: 7px;
}

/* line 6887, app/assets/stylesheets/application/theme.css.scss */
.nav-pills {
  margin-bottom: 10px;
}

/* line 6890, app/assets/stylesheets/application/theme.css.scss */
.nav-pills > li > a {
  padding: 8px 12px;
}

/* line 6893, app/assets/stylesheets/application/theme.css.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #61acf2;
}

/* line 6898, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0px;
}

/* line 6902, app/assets/stylesheets/application/theme.css.scss */
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  background-color: #C1CACE;
}

/* line 6908, app/assets/stylesheets/application/theme.css.scss */
.accordion-group {
  border: 0px;
}

/* line 6911, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading {
  background-color: #dce0e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 35px;
}

/* line 6918, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a {
  color: #505458;
}

/* line 6921, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a.collapsed {
  color: #8E9AA2;
}

/* line 6924, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading a.collapsed:hover {
  color: #505458;
}

/* line 6927, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed {
  background-color: #d9e0e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 6933, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}

/* line 6939, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .collapsed i:before {
  content: "\f055";
}

/* line 6942, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading i {
  font-family: 'FontAwesome';
  float: right;
  position: relative;
  top: 4px;
}

/* line 6948, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading i:before {
  content: "\f056";
}

/* line 6951, app/assets/stylesheets/application/theme.css.scss */
.accordion-heading .accordion-toggle {
  padding: 12px 18px;
}

/* line 6954, app/assets/stylesheets/application/theme.css.scss */
.panel {
  background-color: transparent;
  box-shadow: none;
}

/* line 6958, app/assets/stylesheets/application/theme.css.scss */
.panel-default {
  border: 0px;
}

/* line 6961, app/assets/stylesheets/application/theme.css.scss */
.panel-default > .panel-heading {
  background-image: none;
  background-color: #dce0e8;
  border-radius: 2px;
  box-shadow: none;
}

/* line 6967, app/assets/stylesheets/application/theme.css.scss */
.panel-group {
  margin-bottom: 18px;
}

/* line 6970, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading.collapsed {
  background-color: #dce0e8;
}

/* line 6973, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}

/* line 6976, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a {
  color: #505458;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

/* line 6982, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:hover {
  color: #505458 !important;
}

/* line 6985, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:hover:after {
  color: #505458 !important;
}

/* line 6988, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a:after {
  font-family: 'FontAwesome';
  content: "\f056";
  float: right;
  color: #505458;
}

/* line 6994, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a.collapsed {
  color: #8E9AA2;
}

/* line 6997, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel-heading .panel-title > a.collapsed:after {
  content: "\f055";
  color: #8E9AA2;
}

/* line 7001, app/assets/stylesheets/application/theme.css.scss */
.panel-group .panel + .panel {
  margin-top: 2px;
}

/*------------------------------------------------------------------
[23. Slider]
*/
/* line 7007, app/assets/stylesheets/application/theme.css.scss */
.slider {
  margin: 5px 0px;
  direction: ltr;
}

/* line 7011, app/assets/stylesheets/application/theme.css.scss */
.slider.primary .slider-track {
  background: #00cdb1;
  background-image: none;
}

/* line 7015, app/assets/stylesheets/application/theme.css.scss */
.slider.sucess .slider-track {
  background: #61acf2;
  background-image: none;
}

/* line 7019, app/assets/stylesheets/application/theme.css.scss */
.slider.info .slider-track {
  background-color: #3b4751;
  background-image: none;
}

/* line 7023, app/assets/stylesheets/application/theme.css.scss */
.slider.warning .slider-track {
  background: #fae274;
  background-image: none;
}

/* line 7027, app/assets/stylesheets/application/theme.css.scss */
.slider.danger .slider-track {
  background: #ec7962;
  background-image: none;
}

/* line 7031, app/assets/stylesheets/application/theme.css.scss */
.slider.white .slider-track {
  background: #ffffff;
  background-image: none;
}

/* line 7035, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical {
  margin: 0 10px;
}

/* line 7038, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical .slider-handle {
  margin-left: -10px !important;
}

/* line 7041, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-vertical .slider-track {
  width: 5px !important;
}

/* line 7044, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-horizontal .slider-handle {
  margin-top: -10px !important;
}

/* line 7047, app/assets/stylesheets/application/theme.css.scss */
.slider.slider-horizontal .slider-track {
  height: 5px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  -moz-box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
  box-shadow: inset 0px 0px 1px 1px rgba(107, 170, 165, 0.33) !important;
}

/* line 7056, app/assets/stylesheets/application/theme.css.scss */
.slider-handle.round {
  opacity: 1;
  background: #f8f9fa;
  background: -moz-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #f8f9fa), color-stop(97%, #ffffff));
  background: -webkit-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -o-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: -ms-linear-gradient(top, #f8f9fa 13%, #ffffff 97%);
  background: linear-gradient(to bottom, #f8f9fa 13%, #ffffff 97%);
  -webkit-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  -moz-box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  box-shadow: inset 0 2px 1px -1px #ffffff, 0px 1px 3px rgba(0, 0, 0, 0.39);
  width: 26px;
  height: 26px;
}

/* line 7071, app/assets/stylesheets/application/theme.css.scss */
.slider-selection {
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  border-radius: 8px !important;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.11) !important;
}

/* line 7079, app/assets/stylesheets/application/theme.css.scss */
.blue .slider-selection {
  background-image: none !important;
  background-color: #0a6ea0 !important;
}

/* line 7083, app/assets/stylesheets/application/theme.css.scss */
.red .slider-selection {
  background-image: none !important;
  background-color: #000 !important;
}

/* line 7087, app/assets/stylesheets/application/theme.css.scss */
.green .slider-selection {
  background-image: none !important;
  background-color: #00cdb1 !important;
  cursor: point2;
}

/*------------------------------------------------------------------
[13. Tables]
*/
/* line 7095, app/assets/stylesheets/application/theme.css.scss */
.table > thead > tr > th {
  border-bottom: 0px;
}

/* line 7098, app/assets/stylesheets/application/theme.css.scss */
.table th {
  border-top: 1px solid #e8edf1;
  padding: 10px 12px;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 7104, app/assets/stylesheets/application/theme.css.scss */
.table th.medium-cell {
  width: 112px;
}

/* line 7107, app/assets/stylesheets/application/theme.css.scss */
.table th.big-cell {
  width: 200px;
}

/* line 7110, app/assets/stylesheets/application/theme.css.scss */
.table tr.row_selected td {
  background-color: #ffffcc !important;
}

/* line 7113, app/assets/stylesheets/application/theme.css.scss */
.table tr.row_selected .progress {
  background-color: #ffffff;
}

/* line 7116, app/assets/stylesheets/application/theme.css.scss */
.table td {
  border-top: 1px solid #e8edf1;
  vertical-align: top;
  padding: 10px 12px !important;
  color: #576475;
  font-size: 13px;
}

/* line 7123, app/assets/stylesheets/application/theme.css.scss */
.table td.no-border {
  border: none;
}

/* line 7126, app/assets/stylesheets/application/theme.css.scss */
.table td:first-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 7131, app/assets/stylesheets/application/theme.css.scss */
.table td:last-child {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 7136, app/assets/stylesheets/application/theme.css.scss */
.table td .progress {
  margin-bottom: 0px;
}

/* line 7139, app/assets/stylesheets/application/theme.css.scss */
.table td .muted {
  color: #95989a;
}

/* line 7142, app/assets/stylesheets/application/theme.css.scss */
.table td.clickable {
  cursor: pointer;
}

/* line 7145, app/assets/stylesheets/application/theme.css.scss */
.table .checkbox {
  margin-left: 3px;
}

/* line 7148, app/assets/stylesheets/application/theme.css.scss */
.table .star {
  margin-left: 3px;
}

/* line 7151, app/assets/stylesheets/application/theme.css.scss */
th {
  text-align: left;
}

/* line 7154, app/assets/stylesheets/application/theme.css.scss */
.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: 12px;
}

/* line 7162, app/assets/stylesheets/application/theme.css.scss */
.table th input[type="radio"],
input[type="checkbox"],
.table td input[type="radio"],
input[type="checkbox"] {
  margin-top: -2px;
}

/* line 7168, app/assets/stylesheets/application/theme.css.scss */
.table td.small-cell,
.table th.small-cell {
  width: 40px;
}

/* line 7172, app/assets/stylesheets/application/theme.css.scss */
.table-fixed-layout {
  table-layout: fixed;
}

/* line 7175, app/assets/stylesheets/application/theme.css.scss */
.table-fixed-layout td {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 7181, app/assets/stylesheets/application/theme.css.scss */
.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: 9px;
}

/* line 7189, app/assets/stylesheets/application/theme.css.scss */
.table-condensed th .checkbox {
  margin-left: 4px;
}

/* line 7192, app/assets/stylesheets/application/theme.css.scss */
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #e8edf1;
}

/* line 7196, app/assets/stylesheets/application/theme.css.scss */
.table-striped tbody > tr:nth-child(2n+1) > td,
.table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #ecf0f2;
  border: none;
}

/* line 7201, app/assets/stylesheets/application/theme.css.scss */
.table-striped tbody > tr > td {
  border: 0px;
}

/* line 7204, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #e2e8eb;
}

/* line 7208, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr.row_selected:hover > td {
  background-color: #fef8ae !important;
}

/* line 7211, app/assets/stylesheets/application/theme.css.scss */
.table-hover tbody tr:hover > td .progress {
  background-color: #ffffff;
}

/* line 7214, app/assets/stylesheets/application/theme.css.scss */
.table-condensed th,
.table-condensed td {
  padding: 10px 5px;
}

/* line 7218, app/assets/stylesheets/application/theme.css.scss */
.table-tools-actions {
  margin: 0px 5px;
}

/* line 7221, app/assets/stylesheets/application/theme.css.scss */
.inner-table td {
  background-color: transparent !important;
}

/* line 7224, app/assets/stylesheets/application/theme.css.scss */
.table-bordered {
  border-color: #e8edf1 !important;
}

/* line 7227, app/assets/stylesheets/application/theme.css.scss */
.table-bordered th {
  background-color: #ecf0f2;
  border: 0 !important;
}

/* line 7231, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td {
  border: 1px solid #e8edf1 !important;
}

/* line 7234, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td:first-child {
  border-radius: 0px;
}

/* line 7237, app/assets/stylesheets/application/theme.css.scss */
.table-bordered td:last-child {
  border-radius: 0px;
}

/*------------------------------------------------------------------
[14. Datatables]
*/
/* line 7243, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul {
  box-shadow: none;
  font-size: 12px;
  padding: 0;
}

/* line 7248, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li {
  display: inline-block;
  padding-left: 0px;
}

/* line 7252, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a {
  padding: 5px 10px;
}

/* line 7255, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.next > a:hover {
  background-color: #ffffff;
  color: #000;
}

/* line 7259, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.next.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}

/* line 7264, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.prev > a:hover {
  background-color: #ffffff;
  color: #000;
}

/* line 7268, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li.prev.disabled > a:hover {
  color: #C2C6CB;
  opacity: 0.65;
  background-color: #ffffff;
}

/* line 7273, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li:last-child > a,
.dataTables_wrapper .pagination ul > li:last-child > span {
  margin-left: -8px;
}

/* line 7277, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a,
.pagination ul > li > span {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  color: #6F7B8A;
}

/* line 7284, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #C2C6CB !important;
  opacity: 0.65 !important;
  background-color: #ffffff !important;
}

/* line 7292, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #F3F6F9;
  font-weight: 600;
}

/* line 7297, app/assets/stylesheets/application/theme.css.scss */
.dataTables_wrapper .pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #e8edf3;
}

/*------------------------------------------------------------------
[15. Charts]
*/
/* line 7306, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-custom {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}

/* line 7313, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-custom canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 7318, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

/* line 7323, app/assets/stylesheets/application/theme.css.scss */
.easy-pie-percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}

/* line 7328, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper {
  display: block;
  width: 100%;
  padding: 19px 9px 0;
}

/* line 7333, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper {
  display: inline-block;
  margin: 8px;
}

/* line 7337, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper .chartname {
  display: block;
  font-size: 10.5px;
  text-transform: uppercase;
  color: #9A9A9A;
}

/* line 7343, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .chart-details-wrapper .chart-value {
  display: block;
  font-size: 14px;
  color: #000000;
}

/* line 7348, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper .mini-chart {
  display: inline-block;
  position: relative;
  top: -10px;
}

/* line 7353, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper.donut .chart-details-wrapper {
  float: left;
  margin-top: 0;
}

/* line 7357, app/assets/stylesheets/application/theme.css.scss */
.mini-chart-wrapper.donut .mini-chart {
  float: left;
}

/* line 7360, app/assets/stylesheets/application/theme.css.scss */
.legendColorBox > div {
  border: 0px !important;
}

/* line 7363, app/assets/stylesheets/application/theme.css.scss */
.legendLabel {
  line-height: 20px !important;
}

/* line 7366, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend {
  display: block;
  border-radius: 0px;
  background-color: transparent;
}

/* line 7371, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .line {
  margin-bottom: 10px;
}

/* line 7374, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .line .swatch {
  margin: 0 8px;
}

/* line 7377, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend .label {
  color: #6F7B8A;
}

/* line 7380, app/assets/stylesheets/application/theme.css.scss */
.rickshaw_legend ul {
  margin: 15px 16px;
}

/*------------------------------------------------------------------
[16. User Profile]
*/
/* line 7386, app/assets/stylesheets/application/theme.css.scss */
i.image-upload {
  background-color: #00cdb1;
  border-radius: 50%;
  float: left;
  height: 76px;
  margin-left: -1px;
  width: 76px;
}

/* line 7395, app/assets/stylesheets/application/theme.css.scss */
.btn-file-wrapper.image-wrapper {
  left: 16px;
  opacity: 0;
  position: absolute;
  top: 5px;
}

/* line 7402, app/assets/stylesheets/application/theme.css.scss */
.btn-image-upload {
  border-radius: 50%;
  height: 168px;
  margin: 0;
  padding: 0;
  width: 168px;
}

/* line 7410, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

/* line 7421, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper.big {
  height: 68px;
  width: 68px;
}

/* line 7425, app/assets/stylesheets/application/theme.css.scss */
.profile-img-wrapper.with-left-space-custom {
  margin-left: 7px;
}

/* line 7428, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper {
  display: block;
  margin-bottom: 9px;
  padding: 0 14px;
}

/* line 7433, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .profile-wrapper {
  float: left;
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  width: 35px;
  margin: 6px 8px 0 0px;
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

/* line 7445, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment {
  display: inline-block;
  float: left;
}

/* line 7449, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .user-name {
  color: #0090d9;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7456, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .more-details-wrapper {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

/* line 7462, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .preview-wrapper {
  display: block;
  color: #71798a;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* line 7471, app/assets/stylesheets/application/theme.css.scss */
.user-comment-wrapper .comment .more-details {
  display: inline-block;
  float: left;
  color: #bfbfbf;
  margin-right: 10px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7481, app/assets/stylesheets/application/theme.css.scss */
.user-status {
  width: 14px;
  height: 14px;
  position: relative;
  border-radius: 14px;
  background-color: #c5c8cb;
  display: inline-block;
  float: left;
  margin-right: 3px;
  top: 3px;
}

/* line 7492, app/assets/stylesheets/application/theme.css.scss */
.user-status.busy {
  background-color: #fb3c4a;
}

/* line 7495, app/assets/stylesheets/application/theme.css.scss */
.user-status.away {
  background-color: #c5c8cb;
}

/* line 7498, app/assets/stylesheets/application/theme.css.scss */
.user-status.available {
  background-color: #00cdb1;
}

/* line 7501, app/assets/stylesheets/application/theme.css.scss */
.user-status:before {
  width: 5px;
  height: 5px;
  position: relative;
  border-radius: 10px;
  background-color: #ffffff;
  display: inline-block;
}

/* line 7509, app/assets/stylesheets/application/theme.css.scss */
.blog-post-controls-wrapper {
  display: block;
  margin-top: 4px;
  margin-bottom: 15px;
}

/* line 7514, app/assets/stylesheets/application/theme.css.scss */
.blog-post-control {
  display: inline-block;
  float: left;
  margin-right: 8px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  opacity: 0.7;
}

/* line 7523, app/assets/stylesheets/application/theme.css.scss */
.content-loading-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

/* line 7528, app/assets/stylesheets/application/theme.css.scss */
.content-loading {
  position: relative;
  left: 45%;
  top: 45%;
}

/* line 7533, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup {
  margin-top: 3px;
  padding: 5px 0;
  left: -77.5px;
  top: 25px;
  position: absolute;
  z-index: 10000;
  cursor: pointer;
}

/* line 7542, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup .simple-chat-popup-arrow {
  border-bottom-color: #292b2e;
  border-width: 0 5px 5px;
  left: 74%;
  margin-left: -5px;
  top: 0;
}

/* line 7549, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-arrow {
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

/* line 7556, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-inner {
  background-color: #000000;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  padding: 8px;
  text-align: right;
  text-decoration: none;
  background-color: #292b2e;
  font-size: 12px;
}

/* line 7566, app/assets/stylesheets/application/theme.css.scss */
.simple-chat-popup-inner .message {
  color: #bfc0c1;
  font-size: 11px;
  margin-top: -4px;
}

/* line 7571, app/assets/stylesheets/application/theme.css.scss */
.side-bar-widgets {
  position: relative;
  display: block;
}

/* line 7575, app/assets/stylesheets/application/theme.css.scss */
.cover-pic-wrapper {
  max-height: 250px;
  position: relative;
  overflow: hidden;
}

/* line 7580, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic {
  width: 100%;
  text-align: right;
  margin-top: -40px;
  position: relative;
  z-index: 200;
}

/* line 7587, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic img {
  border-radius: 100px 100px 100px 100px;
  display: inline-block;
  height: 68px;
  overflow: hidden;
  width: 68px;
  border: 5px solid #ffffff;
  background-color: #e5e9ec;
}

/* line 7596, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description {
  margin-right: 10px;
}

/* line 7599, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description h3 {
  margin: 5px 0;
  margin-bottom: 0px;
  text-align: right;
}

/* line 7604, app/assets/stylesheets/application/theme.css.scss */
.user-mini-description h5 {
  margin: 0px;
  font-size: 13px;
  color: #8B91A0;
  text-align: right;
}

/* line 7610, app/assets/stylesheets/application/theme.css.scss */
.user-description-box {
  background-color: #f2f4f6;
  margin: 10px 15px;
  padding: 20px;
}

/* line 7615, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p {
  margin: 0 0 10px;
  font-size: 12px;
}

/* line 7619, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p i {
  width: 25px;
  font-size: 14px;
}

/* line 7623, app/assets/stylesheets/application/theme.css.scss */
.user-description-box p:last-child {
  margin: 0px;
}

/* line 7626, app/assets/stylesheets/application/theme.css.scss */
.friend-list {
  color: #414243;
  margin: 15px 0;
}

/* line 7630, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-details-wrapper {
  display: inline-block;
  float: left;
}

/* line 7634, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-profile-pic {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

/* line 7639, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-name {
  display: block;
  font-size: 13px;
}

/* line 7643, app/assets/stylesheets/application/theme.css.scss */
.friend-list .friend-description {
  display: block;
  font-size: 12px;
  color: #767e84;
}

/* line 7648, app/assets/stylesheets/application/theme.css.scss */
.friend-list .action-bar {
  display: inline-block;
  margin-left: 10px;
  margin-top: 8px;
  float: left;
}

/* line 7654, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-normal {
  border-radius: 100px 100px 100px 100px;
  height: 35px;
  overflow: hidden;
  width: 35px;
}

/* line 7660, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-2x {
  border-radius: 100px 100px 100px 100px;
  height: 50px;
  overflow: hidden;
  width: 50px;
}

/* line 7666, app/assets/stylesheets/application/theme.css.scss */
.user-profile-pic-2x.white-border {
  border: 5px solid #ffffff;
}

/* line 7669, app/assets/stylesheets/application/theme.css.scss */
.user-status-box {
  border: none;
  border-radius: 0;
  margin: 0;
}

/* line 7674, app/assets/stylesheets/application/theme.css.scss */
.post {
  display: block;
}

/* line 7677, app/assets/stylesheets/application/theme.css.scss */
.post .info-wrapper {
  display: inline-block;
  float: left;
  width: 80%;
}

/* line 7682, app/assets/stylesheets/application/theme.css.scss */
.post .info-wrapper.small-width {
  width: 70%;
}

/* line 7685, app/assets/stylesheets/application/theme.css.scss */
.post .username {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

/* line 7690, app/assets/stylesheets/application/theme.css.scss */
.post .info {
  display: block;
}

/* line 7693, app/assets/stylesheets/application/theme.css.scss */
.post .user-profile-pic-wrapper {
  display: inline-block;
  float: left;
  margin-right: 16px;
}

/* line 7698, app/assets/stylesheets/application/theme.css.scss */
.post .more-details {
  display: block;
  float: left;
}

/* line 7702, app/assets/stylesheets/application/theme.css.scss */
.post .post-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 11px;
  padding: 0;
}

/* line 7708, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
}

/* line 7715, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li:after {
  color: #999999;
  content: "•";
  padding-left: 8px;
}

/* line 7720, app/assets/stylesheets/application/theme.css.scss */
.post .post-links li:last-child:after {
  content: "";
}

/* line 7723, app/assets/stylesheets/application/theme.css.scss */
.post .dark-text {
  color: #2a2e36;
}

/* line 7726, app/assets/stylesheets/application/theme.css.scss */
.post .action-bar {
  display: block;
  list-style: none;
  margin: 13px 0 37px;
  font-size: 12px;
  padding: 0;
}

/* line 7733, app/assets/stylesheets/application/theme.css.scss */
.post .action-bar li {
  display: inline;
  float: left;
  position: relative;
  padding-right: 8px;
}

/* line 7739, app/assets/stylesheets/application/theme.css.scss */
.post-input {
  padding-left: 14px !important;
  padding-top: 18px !important;
  font-size: 14px;
}

/* line 7744, app/assets/stylesheets/application/theme.css.scss */
.comments-section {
  margin-top: 12px;
}

/* line 7747, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  margin-bottom: 30px;
}

/* line 7750, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper {
  position: relative;
  background: #dce0e8;
  overflow: hidden;
}

/* line 7755, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}

/* line 7766, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper.loaded img {
  opacity: 1;
}

/*------------------------------------------------------------------
[17. Vector Map]
*/
/* line 7772, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomin {
  bottom: 15px;
  top: auto;
}

/* line 7776, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomout {
  bottom: 15px;
  left: 35px;
  top: auto;
}

/* line 7781, app/assets/stylesheets/application/theme.css.scss */
.jvectormap-zoomin,
.jvectormap-zoomout {
  background-color: #0090d9;
  padding: 8px 10px;
  height: auto;
  width: auto;
}

/* line 7788, app/assets/stylesheets/application/theme.css.scss */
.craft-map-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

/* line 7794, app/assets/stylesheets/application/theme.css.scss */
.overlap-left-10 {
  position: relative;
  left: -10px;
}

/* line 7798, app/assets/stylesheets/application/theme.css.scss */
.mapplic-container {
  background-color: transparent;
}

/* line 7801, app/assets/stylesheets/application/theme.css.scss */
.mapplic-element.mapplic-loading {
  background-image: none;
  opacity: 0.7;
}

/* line 7805, app/assets/stylesheets/application/theme.css.scss */
.mapplic-element.mapplic-loading:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2000;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000;
  border-left-color: #000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

/*------------------------------------------------------------------
[18. Error Page]
*/
/* line 7827, app/assets/stylesheets/application/theme.css.scss */
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

/* line 7833, app/assets/stylesheets/application/theme.css.scss */
.error-body {
  background-color: #e5e9ec !important;
  font-family: 'Open Sans';
  height: 100%;
}

/* line 7838, app/assets/stylesheets/application/theme.css.scss */
.error-wrapper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -130px;
  padding: 0 0 60px;
  height: 624px;
}

/* line 7845, app/assets/stylesheets/application/theme.css.scss */
.error-wrapper:after {
  content: "";
  display: block;
}

/* line 7849, app/assets/stylesheets/application/theme.css.scss */
.wrappers {
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  vertical-align: text-top;
  width: inherit;
  height: inherit;
}

/* line 7869, app/assets/stylesheets/application/theme.css.scss */
.error-container {
  font-family: 'Open Sans';
}

/* line 7872, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-number {
  color: #22262e;
  font-size: 120px;
  text-align: center;
  font-weight: 600;
  line-height: 130px;
}

/* line 7879, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-description {
  color: #22262e;
  font-size: 32px;
  text-align: center;
  font-weight: 300;
}

/* line 7885, app/assets/stylesheets/application/theme.css.scss */
.error-container .error-description-mini {
  color: #22262e;
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

/* line 7891, app/assets/stylesheets/application/theme.css.scss */
.error-container .input-prepend.inside .add-on {
  background-color: #ffffff;
  padding-top: 6px;
  color: #a1a1a1;
}

/* line 7896, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

/* line 7902, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0px 10px;
}

/* line 7907, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li a {
  color: #22262e;
  font-size: 12px;
}

/* line 7911, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links li:last-child {
  display: inline;
  border-right: none;
  padding: 0px 10px;
}

/* line 7916, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li {
  border-right: 1px solid #616a7b;
}

/* line 7919, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li a {
  color: #616a7b;
  font-size: 11px;
}

/* line 7923, app/assets/stylesheets/application/theme.css.scss */
.error-container ul.footer-links.small-links li:last-child {
  border-right: none;
}

/* line 7926, app/assets/stylesheets/application/theme.css.scss */
.error-container .copyright {
  font-size: 12px;
  text-align: center;
}

/* line 7930, app/assets/stylesheets/application/theme.css.scss */
.error-main {
  text-align: center;
  position: absolute;
  margin-top: 18%;
}

/* line 7935, app/assets/stylesheets/application/theme.css.scss */
#footer {
  height: 130px;
}

/* line 7938, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu {
  text-align: center;
}

/* line 7941, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu a {
  color: #8b91a0;
}

/* line 7944, app/assets/stylesheets/application/theme.css.scss */
#gmaps_context_menu a:hover {
  color: #1b1e24;
  text-decoration: none;
}

/*------------------------------------------------------------------
[19. Timeline]
*/
/* line 7951, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  position: relative;
}

/* line 7957, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline li {
  position: relative;
}

/* line 7960, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10px;
  background: #f2f4f6;
  left: 20%;
  margin-left: -10px;
}

/* line 7970, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime {
  display: block;
  width: 25%;
  padding-right: 100px;
  position: absolute;
  font-family: 'Arial';
  text-align: right;
}

/* line 7978, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime .date {
  font-size: 1.2em;
  color: #505458;
  margin-bottom: 5px;
  display: block;
}

/* line 7984, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmtime .time {
  font-size: 1.5em;
  color: #505458;
  display: block;
}

/* line 7989, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
  color: #505458;
}

/* line 7992, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
  background: #ffffff;
}

/* line 7995, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
  border-right-color: #ffffff;
}

/* line 7998, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel {
  margin: 0 0 15px 25%;
  background: #ffffff;
  font-size: 13px;
  line-height: 1.4;
  position: relative;
}

/* line 8005, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel h2 {
  margin-top: 0px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

/* line 8010, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmlabel:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-right-color: #ffffff;
  border-width: 10px;
  top: 10px;
}

/* line 8021, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon {
  width: 40px;
  height: 40px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #7c8694;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #ffffff;
  text-align: center;
  left: 20%;
  top: 0;
  margin: 0 0 0 -25px;
  font-size: 1.3em;
}

/* line 8042, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.success {
  background: #61acf2;
  box-shadow: 0 0 0 8px #2ba3df;
  color: #ffffff;
}

/* line 8047, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.primary {
  background: #00cdb1;
  box-shadow: 0 0 0 8px #33b5aa;
  color: #ffffff;
}

/* line 8052, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.warning {
  background: #fae274;
  box-shadow: 0 0 0 8px #fcbd79;
  color: #ffffff;
}

/* line 8057, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.danger {
  background: #ec7962;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}

/* line 8062, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline > li .cbp_tmicon.info {
  background: #3b4751;
  box-shadow: 0 0 0 8px #455a70;
  color: #ffffff;
}

/* line 8067, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links {
  margin: 4px 0 0;
  list-style: none;
  font-size: 13px;
  padding: 0;
  float: left;
}

/* line 8074, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li {
  display: inline;
  float: left;
  position: relative;
  padding-left: 0px;
  padding-right: 8px;
  color: #8b91a0;
}

/* line 8082, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li:after {
  color: #999999;
  content: "•";
  padding-left: 8px;
}

/* line 8087, app/assets/stylesheets/application/theme.css.scss */
.cbp_tmtimeline .action-links li:last-child:after {
  content: "";
}

/* Media Queries */
@media screen and (max-width: 47.2em) {
  /* line 8092, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline:before {
    display: none;
  }
  /* line 8095, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
    position: relative;
    padding: 0 0 20px 0;
  }
  /* line 8100, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    text-align: left;
  }
  /* line 8103, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 30px 0;
    padding: 1em;
    font-weight: 400;
    font-size: 95%;
  }
  /* line 8109, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmlabel:after {
    right: auto;
    left: 20px;
    border-right-color: transparent;
    border-bottom-color: #fff;
    top: -20px;
  }
  /* line 8116, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
    border-right-color: transparent;
    border-bottom-color: #fff;
  }
  /* line 8120, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmicon {
    position: relative;
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
  }
}

/*------------------------------------------------------------------
[20. Search Results]
*/
/* line 8130, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  margin-bottom: 30px;
}

/* line 8133, app/assets/stylesheets/application/theme.css.scss */
#Parks ul {
  padding-left: 0px;
}

/* IMAGES */
/* line 8137, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper {
  position: relative;
  background: #d1dade;
  overflow: hidden;
  float: left;
  direction: ltr;
}

/* line 8144, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}

/* line 8155, app/assets/stylesheets/application/theme.css.scss */
.img_wrapper.loaded img {
  opacity: 1;
}

/* FAIL ELEMENT */
/* line 8159, app/assets/stylesheets/application/theme.css.scss */
#Parks {
  position: relative;
  margin: 0px;
}

/* line 8163, app/assets/stylesheets/application/theme.css.scss */
.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}

/* line 8174, app/assets/stylesheets/application/theme.css.scss */
.fail .fail_element {
  opacity: 1;
}

/* LIST VIEW STYLES */
/* line 8178, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header {
  height: 38px;
  line-height: 38px;
  background: #dce0e8;
  text-align: right;
  color: #59514c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 8188, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .meta {
  display: inline-block;
  width: 205px;
  text-align: center;
  line-height: 99px;
  border-left: 1px solid #d7dbe0;
  height: 100%;
  vertical-align: top;
}

/* line 8197, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta {
  line-height: 38px;
  border: 0 none;
  margin-top: -8px;
  vertical-align: inherit;
}

/* line 8203, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .meta.name {
  float: left;
  text-align: left;
  width: auto;
  border-left: 0 none;
}

/* line 8209, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta.name {
  padding-left: 15px;
}

/* line 8212, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
  cursor: pointer;
  top: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 8224, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: 5px solid transparent;
}

/* line 8231, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.asc:after {
  border-top: 7px solid #8E9AA2;
}

/* line 8234, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.desc:after {
  top: 4px;
  border-bottom: 7px solid #8e9aa2;
}

/* line 8238, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span:hover {
  background: #b8bbbe;
}

/* line 8241, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.asc:hover:after {
  border-top-color: #e5e9ec;
}

/* line 8244, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.desc:hover:after {
  border-bottom-color: #e5e9ec;
}

/* line 8247, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.active.asc:after {
  border-top-color: #505458;
}

/* line 8250, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .list_header .meta span.active.desc:after {
  border-bottom-color: #505458;
}

/* line 8253, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix {
  display: none;
  opacity: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #d7dbe0;
  text-align: right;
  height: 135px;
  width: 100%;
  line-height: 99px;
  vertical-align: top;
  font-weight: 300;
}

/* line 8265, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta * {
  line-height: 1;
}

/* line 8268, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta p,
#Parks.list .mix .meta ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}

/* line 8274, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .mix .meta li {
  margin-bottom: 5px;
}

/* line 8277, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .img_wrapper {
  display: inline-block;
  width: 177px;
  height: 95px;
  vertical-align: top;
  margin-right: 30px;
}

/* line 8284, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles {
  display: inline-block;
  vertical-align: middle;
}

/* line 8288, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
  line-height: 1.2 !important;
}

/* line 8297, app/assets/stylesheets/application/theme.css.scss */
#Parks.list .titles p {
  text-indent: -2px;
}

/* line 8300, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid {
  text-align: justify;
}

/* line 8303, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .list_header {
  display: none;
}

/* line 8306, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .meta {
  display: none;
}

/* line 8309, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .meta.name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}

/* line 8316, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .mix {
  display: none;
  opacity: 0;
  position: relative;
  width: 48.5%;
  padding-top: 26%;
  margin-bottom: 3%;
}

/* line 8324, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

/* line 8330, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 75%;
  margin: 53.5% auto 0;
  top: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* line 8344, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles h2 {
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  color: #47a497;
  letter-spacing: 2px;
  margin-bottom: 3px;
}

/* line 8352, app/assets/stylesheets/application/theme.css.scss */
#Parks.grid .titles p {
  font-weight: 300;
  text-indent: -2px;
}

@media (max-width: 500px) {
  /* line 8357, app/assets/stylesheets/application/theme.css.scss */
  #Parks.grid .mix {
    width: 100%;
    padding-top: 53%;
  }
  /* line 8361, app/assets/stylesheets/application/theme.css.scss */
  .drop_down {
    display: none;
  }
}

@media (max-width: 1000px) {
  /* line 8366, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta {
    width: 150px;
  }
}

@media (max-width: 840px) {
  /* line 8371, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta.region,
#Parks.list .meta.rec {
    display: none;
  }
}

@media (max-width: 540px) {
  /* line 8377, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .meta.area {
    display: none;
  }
  /* line 8380, app/assets/stylesheets/application/theme.css.scss */
  #Parks.list .titles {
    max-width: 37%;
  }
}

/*------------------------------------------------------------------
[21. RTL]
*/
/* line 8387, app/assets/stylesheets/application/theme.css.scss */
body.rtl {
  overflow-x: hidden;
}

/* line 8390, app/assets/stylesheets/application/theme.css.scss */
body.rtl .breadcrumb > li + li:before {
  display: none;
}

/* line 8393, app/assets/stylesheets/application/theme.css.scss */
body.rtl .breadcrumb > li + li:after {
  padding: 0 5px;
  color: #515050;
  font-family: FontAwesome;
  content: "\f104";
}

/* line 8399, app/assets/stylesheets/application/theme.css.scss */
body.rtl .chat-window-wrapper {
  left: 0;
  right: auto;
}

/* line 8403, app/assets/stylesheets/application/theme.css.scss */
body.rtl #header_task_bar {
  display: none;
}

/* line 8406, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-left .page-content {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* line 8410, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-left .header {
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* line 8414, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-right .page-content {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

/* line 8418, app/assets/stylesheets/application/theme.css.scss */
body.rtl.open-menu-right .header {
  -webkit-transform: translateX(260px);
  transform: translateX(260px);
}

/* line 8422, app/assets/stylesheets/application/theme.css.scss */
body.rtl .header {
  right: 0;
}

/* line 8425, app/assets/stylesheets/application/theme.css.scss */
body.rtl .footer-widget {
  right: 0;
  left: auto;
}

@media only screen and (min-width: 1824px) {
  /* line 8430, app/assets/stylesheets/application/theme.css.scss */
  body {
    height: 100%;
  }
  /* line 8433, app/assets/stylesheets/application/theme.css.scss */
  .page-container {
    height: 100%;
  }
  /** Side bar widget **/
  /* line 8437, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    position: fixed;
  }
  /** Tables **/
  /* line 8441, app/assets/stylesheets/application/theme.css.scss */
  .table th {
    font-size: 14px;
  }
  /* line 8444, app/assets/stylesheets/application/theme.css.scss */
  .table td {
    font-size: 14px;
  }
  /* line 8447, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 42px;
  }
  /** Controls **/
  /* line 8452, app/assets/stylesheets/application/theme.css.scss */
  .checkbox label:before {
    top: 0.5px;
  }
  /** Tiles **/
  /* line 8456, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 51px;
  }
  /** Only Demo Purpose **/
  /* line 8460, app/assets/stylesheets/application/theme.css.scss */
  .demo-map {
    min-height: 100%;
  }
  /* line 8463, app/assets/stylesheets/application/theme.css.scss */
  .error-main {
    margin-top: 40%;
  }
  /* line 8466, app/assets/stylesheets/application/theme.css.scss */
  .visible-xlg {
    display: block !important;
  }
  /* line 8469, app/assets/stylesheets/application/theme.css.scss */
  .hidden-xlg {
    display: none !important;
  }
  /* line 8472, app/assets/stylesheets/application/theme.css.scss */
  .cbp_tmtimeline > li .cbp_tmtime {
    width: 24%;
  }
}

@media (min-width: 1600px) {
  /* line 8477, app/assets/stylesheets/application/theme.css.scss */
  .visible-xlg {
    display: block !important;
  }
  /* line 8480, app/assets/stylesheets/application/theme.css.scss */
  .hidden-xlg {
    display: none !important;
  }
  /* line 8483, app/assets/stylesheets/application/theme.css.scss */
  .container {
    width: 1170px;
  }
  /* line 8486, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-1,
.col-vlg-2,
.col-vlg-3,
.col-vlg-4,
.col-vlg-5,
.col-vlg-6,
.col-vlg-7,
.col-vlg-8,
.col-vlg-9,
.col-vlg-10,
.col-vlg-11 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 8503, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 8511, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-11 {
    width: 91.66666666666666%;
  }
  /* line 8514, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-10 {
    width: 83.33333333333334%;
  }
  /* line 8517, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-9 {
    width: 75%;
  }
  /* line 8520, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-8 {
    width: 66.66666666666666%;
  }
  /* line 8523, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-7 {
    width: 58.333333333333336%;
  }
  /* line 8526, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-6 {
    width: 50%;
  }
  /* line 8529, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-5 {
    width: 41.66666666666667%;
  }
  /* line 8532, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-4 {
    width: 33.33333333333333%;
  }
  /* line 8535, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-3 {
    width: 25%;
  }
  /* line 8538, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-2 {
    width: 16.666666666666664%;
  }
  /* line 8541, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-1 {
    width: 8.333333333333332%;
  }
  /* line 8544, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-12 {
    right: 100%;
  }
  /* line 8547, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-11 {
    right: 91.66666666666666%;
  }
  /* line 8550, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-10 {
    right: 83.33333333333334%;
  }
  /* line 8553, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-9 {
    right: 75%;
  }
  /* line 8556, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-8 {
    right: 66.66666666666666%;
  }
  /* line 8559, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-7 {
    right: 58.333333333333336%;
  }
  /* line 8562, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-6 {
    right: 50%;
  }
  /* line 8565, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-5 {
    right: 41.66666666666667%;
  }
  /* line 8568, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-4 {
    right: 33.33333333333333%;
  }
  /* line 8571, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-3 {
    right: 25%;
  }
  /* line 8574, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-2 {
    right: 16.666666666666664%;
  }
  /* line 8577, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-1 {
    right: 8.333333333333332%;
  }
  /* line 8580, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-pull-0 {
    right: 0;
  }
  /* line 8583, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-12 {
    left: 100%;
  }
  /* line 8586, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-11 {
    left: 91.66666666666666%;
  }
  /* line 8589, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-10 {
    left: 83.33333333333334%;
  }
  /* line 8592, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-9 {
    left: 75%;
  }
  /* line 8595, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-8 {
    left: 66.66666666666666%;
  }
  /* line 8598, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-7 {
    left: 58.333333333333336%;
  }
  /* line 8601, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-6 {
    left: 50%;
  }
  /* line 8604, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-5 {
    left: 41.66666666666667%;
  }
  /* line 8607, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-4 {
    left: 33.33333333333333%;
  }
  /* line 8610, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-3 {
    left: 25%;
  }
  /* line 8613, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-2 {
    left: 16.666666666666664%;
  }
  /* line 8616, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-1 {
    left: 8.333333333333332%;
  }
  /* line 8619, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-push-0 {
    left: 0;
  }
  /* line 8622, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-12 {
    margin-left: 100%;
  }
  /* line 8625, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  /* line 8628, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  /* line 8631, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-9 {
    margin-left: 75%;
  }
  /* line 8634, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  /* line 8637, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  /* line 8640, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-6 {
    margin-left: 50%;
  }
  /* line 8643, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  /* line 8646, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  /* line 8649, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-3 {
    margin-left: 25%;
  }
  /* line 8652, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  /* line 8655, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  /* line 8658, app/assets/stylesheets/application/theme.css.scss */
  .col-vlg-offset-0 {
    margin-left: 0;
  }
}

@media (max-width: 1400px) {
  /* line 8663, app/assets/stylesheets/application/theme.css.scss */
  .sales-graph-heading {
    padding-left: 17px;
    padding-top: 30px;
  }
}

/*** Desktops & Laptops ***/
@media (min-width: 980px) {
  /*** Page sidebar ***/
  /* line 8671, app/assets/stylesheets/application/theme.css.scss */
  body.bottom-header .page-sidebar {
    margin-top: 0;
    margin-bottom: 58px;
  }
  /* line 8675, app/assets/stylesheets/application/theme.css.scss */
  .menu-non-fixed .page-sidebar {
    margin-top: 0;
    padding-top: 58px;
  }
  /* line 8679, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: inline-block;
    float: left;
    position: fixed;
    width: 250px;
    margin-top: 58px;
    padding-bottom: 105px;
  }
  /* line 8687, app/assets/stylesheets/application/theme.css.scss */
  .menu-non-fixed .footer-widget {
    z-index: 100;
  }
  /* line 8690, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    padding-top: 20px;
    display: inline-block;
    float: left;
    height: 100%;
    max-width: 250px;
    width: 100%;
  }
  /* line 8698, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.fixed {
    position: fixed;
  }
  /* line 8701, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar ul {
    width: 250px;
  }
  /*** Page content ***/
  /* line 8705, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-left: 250px;
    min-height: 100%;
  }
  /* line 8709, app/assets/stylesheets/application/theme.css.scss */
  .page-content.no-min-height {
    min-height: auto;
  }
  /* line 8712, app/assets/stylesheets/application/theme.css.scss */
  .full-width-page .page-content {
    margin-left: 0px !important;
  }
  /* line 8715, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    padding-top: 60px;
  }
  /** Const size button for medium devices **/
  /* line 8719, app/assets/stylesheets/application/theme.css.scss */
  .btn-cons-md {
    min-width: 120px;
  }
  /* line 8722, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout {
    background-color: #f6f7f8;
  }
  /* line 8725, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .container {
    position: relative;
  }
  /* line 8728, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .chat-window-wrapper {
    position: absolute;
  }
  /* line 8731, app/assets/stylesheets/application/theme.css.scss */
  .boxed-layout .chat-window-wrapper .inner-content .chat-window-wrapper {
    margin-right: 0;
  }
  /* line 8734, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .header-seperation {
    display: none !important;
  }
}

@media screen and (min-width: 0\0) {
  /* line 8739, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-container {
    position: relative;
    left: -260px;
  }
  /* line 8743, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    left: -260px;
  }
  /* line 8746, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .footer-widget {
    left: -260px;
  }
  /* line 8749, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .scrollup {
    display: none !important;
  }
  /* line 8752, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    left: -260px;
  }
}

/*** General tablets and phones ***/
@media (max-width: 979px) {
  /*** Body ***/
  /* line 8759, app/assets/stylesheets/application/theme.css.scss */
  body {
    margin: 0px !important;
  }
  /* line 8762, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0px;
  }
  /*** Page header ***/
  /* line 8766, app/assets/stylesheets/application/theme.css.scss */
  .header {
    margin: 0 !important;
  }
  /* line 8769, app/assets/stylesheets/application/theme.css.scss */
  .header .nav li.dropdown i {
    display: inline-block;
    position: relative;
    top: 1px;
    right: 0px;
  }
  /* line 8775, app/assets/stylesheets/application/theme.css.scss */
  .header .nav {
    margin-bottom: 0px !important;
  }
  /*** Page container ***/
  /* line 8779, app/assets/stylesheets/application/theme.css.scss */
  .page-container {
    margin: 0 !important;
    padding: 0 !important;
  }
  /* line 8783, app/assets/stylesheets/application/theme.css.scss */
  .fixed-top .page-container {
    margin-top: 0px !important;
  }
  /*** Page content ***/
  /* line 8787, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-top: 0;
  }
  /* line 8790, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    -webkit-overflow-scrolling: touch;
  }
  /* line 8793, app/assets/stylesheets/application/theme.css.scss */
  .chat-messages {
    -webkit-overflow-scrolling: touch;
  }
  /* line 8796, app/assets/stylesheets/application/theme.css.scss */
  .tiles {
    margin-right: 0px;
  }
  /* line 8799, app/assets/stylesheets/application/theme.css.scss */
  .tiles.added-margin {
    margin-right: 0px;
  }
  /* line 8802, app/assets/stylesheets/application/theme.css.scss */
  .page-content .admin-bar .admin-bar-inner {
    margin-right: 0px;
  }
  /* line 8805, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 235px;
  }
  /* line 8808, app/assets/stylesheets/application/theme.css.scss */
  body.condense-menu .page-content {
    margin-left: 0;
  }
}

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 8814, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content {
    margin-left: 0px;
  }
  /* line 8817, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .page-content .content {
    margin-top: 26px;
  }
  /*** Body ***/
  /* line 8821, app/assets/stylesheets/application/theme.css.scss */
  body {
    background-color: #00cdb1;
    padding-top: 0px;
  }
  /* line 8825, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened {
    background-color: #1b1e24 !important;
    height: auto;
    font-family: 'Open Sans';
    width: 250px;
    margin-top: 60px;
  }
  /* line 8832, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .outer-tab-nav-section {
    display: inline-block;
    width: 45px;
    position: absolute;
    height: 100%;
    background-color: #0aa699 !important;
  }
  /* line 8839, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .inner-menu {
    display: inline-block;
    width: 200px;
  }
  /* line 8843, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
    color: #8b91a0;
  }
  /* line 8846, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li:last-child > a {
    border-bottom: 1px solid transparent !important;
  }
  /* line 8849, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li a i {
    color: #8b91a0;
    width: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
  }
  /* line 8856, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
    background: #1b1e24;
    /* border-left:4px solid  #0aa699;*/
    padding: 11.5px 31px;
    color: #fff;
  }
  /* line 8864, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a i,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover i,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a i {
    color: #fff;
  }
  /* line 8869, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a {
    border-top-color: transparent !important;
    color: #fff;
  }
  /* line 8873, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.active i {
    color: #fff;
  }
  /* line 8876, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a.open {
    background: #313131;
  }
  /* line 8879, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul > li > a > .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a > .arrow.open:before {
    color: #919091 !important;
  }
  /* line 8883, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul > li.active > a .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li.active > a .arrow.open:before {
    color: #fff !important;
  }
  /* line 8887, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a {
    margin-left: 0px;
    padding-left: 5px;
  }
  /* line 8891, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li:first-child > a {
    border-top: 0px !important;
  }
  /* line 8894, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li.active > a {
    font-weight: 600;
  }
  /* line 8897, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu > li > a:hover {
    background: #1b1e24 !important;
  }
  /* 3rd level sub menu */
  /* line 8901, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li.active > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li > ul.sub-menu > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu li.open > a {
    color: #fff !important;
  }
  /* line 8906, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow:before,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu a .arrow.open:before {
    color: #919091  !important;
  }
  /* line 8910, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders {
    list-style: none;
    margin: 0px;
    padding: 0;
  }
  /* line 8915, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li {
    border: 0 none;
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 8921, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > a {
    padding: 5px 31px;
    font-size: 13px;
    color: #fff;
    display: block;
    position: relative;
  }
  /* line 8928, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > a:hover {
    text-decoration: none;
  }
  /* line 8931, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened ul.folders > li > input {
    margin: 5px 31px;
    font-size: 13px;
    width: 150px;
  }
  /* line 8936, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul {
    width: 250px;
    padding-top: 0;
  }
  /* line 8940, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > a {
    padding: 10px 25px 10px 21px;
  }
  /* line 8943, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar.opened .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar.opened .page-sidebar-wrapper > ul > li:hover > a {
    padding: 10px 25px 10px 21px;
  }
  /* line 8948, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .user-info {
    display: block;
  }
  /* line 8951, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > p {
    display: block;
  }
  /* line 8954, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > .status-widget {
    display: block;
  }
  /* line 8957, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > .notification-alert {
    display: inline-block;
  }
  /* line 8960, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.title {
    display: inline-block;
  }
  /* line 8963, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.arrow {
    display: inline;
  }
  /* line 8966, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 8969, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 8972, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul li span.badge {
    display: inline-block;
  }
  /* line 8975, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper ul li span.label {
    display: inline-block;
  }
  /* line 8978, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .profile-wrapper {
    display: block;
  }
  /* line 8981, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .slimScrollDiv {
    overflow: hidden !important;
  }
  /* line 8984, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .slimScrollDiv .page-sidebar-wrapper {
    overflow: hidden !important;
  }
  /* line 8987, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.opened .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    z-index: 10;
  }
  /* line 8994, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    padding-top: 60px;
  }
  /*** Page sidebar ***/
  /* line 8998, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .btn-navbar.collapsed .arrow {
    display: none;
  }
  /* line 9001, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .btn-navbar .arrow {
    position: absolute;
    right: 25px;
    width: 0;
    height: 0;
    top: 50px;
    border-bottom: 15px solid #5f646b;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
  /* line 9011, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    display: none !important;
  }
  /* line 9014, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: absolute;
    width: 50px;
    margin: 0;
    overflow: visible;
    z-index: 90;
  }
  /* line 9021, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9024, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 60px;
  }
  /* line 9029, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px;
    color: #fff;
  }
  /* line 9033, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9036, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .user-info {
    display: none;
  }
  /* line 9039, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9042, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9045, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9048, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9051, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9054, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9057, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9060, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9063, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9066, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9069, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    background-color: #04A25F !important;
  }
  /* line 9072, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9077, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9082, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9090, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9093, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: none !important;
  }
  /* line 9096, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 50px;
    height: 100%;
  }
  /* line 9102, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    display: inline-block;
    float: left;
    margin-top: 20px;
    margin-left: 0;
  }
  /* line 9108, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 250px;
  }
  /*** Page content ***/
  /* line 9112, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin-left: 50px;
    margin-top: 0px;
    min-height: 100%;
  }
  /* line 9117, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding-top: 95px;
  }
  /* line 9120, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-layout .page-content {
    margin-left: 250px;
  }
  /* line 9123, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    margin-left: 50px;
  }
  /* line 9126, app/assets/stylesheets/application/theme.css.scss */
  .visible-tablet {
    display: block !important;
  }
  /* line 9129, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 36px;
  }
  /* line 9132, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 40px;
  }
}

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 9139, app/assets/stylesheets/application/theme.css.scss */
  body {
    background-color: #1b1e24;
  }
  /* line 9142, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9145, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9148, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 250px;
    height: 100%;
  }
  /* line 9154, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    background-color: #00cdb1 !important;
  }
  /* line 9157, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  /* line 9160, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9163, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 60px;
  }
  /* line 9168, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px !important;
    color: #fff;
  }
  /* line 9172, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9175, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .user-info {
    display: none;
  }
  /* line 9178, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9181, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9184, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9187, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9190, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9193, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9196, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9199, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9202, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9205, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9208, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9212, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9217, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9225, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9228, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    margin-top: 15px;
  }
  /* line 9231, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 0;
  }
  /* line 9234, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    width: 100% !important;
    display: block !important;
    position: fixed;
    z-index: 999;
    text-align: center;
  }
  /* line 9241, app/assets/stylesheets/application/theme.css.scss */
  .logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 18px;
  }
  /* line 9246, app/assets/stylesheets/application/theme.css.scss */
  .header-quick-nav {
    display: none;
  }
  /* line 9249, app/assets/stylesheets/application/theme.css.scss */
  .header .notifcation-center {
    margin-left: 15px;
  }
  /* line 9252, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding-top: 95px;
  }
  /* line 9255, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: fixed;
    width: 260px;
    background-color: #04A25F !important;
    z-index: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow-y: hidden;
  }
  /* line 9266, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .user-info {
    display: inline-block;
  }
  /* line 9269, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > p {
    display: block;
  }
  /* line 9272, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > .status-widget {
    display: block;
  }
  /* line 9275, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar > .notification-alert {
    display: inline-block;
  }
  /* line 9278, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: inline-block;
  }
  /* line 9281, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: inline-block;
    float: right;
  }
  /* line 9285, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: inline-block;
  }
  /* line 9288, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: inline-block;
  }
  /* line 9291, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul {
    width: 260px;
    padding-top: 0px !important;
  }
  /* line 9295, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .profile-wrapper {
    display: inline-block;
  }
  /* line 9298, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: block;
    width: 250px;
  }
  /* line 9302, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: block;
  }
  /* line 9305, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 11.5px 31px 11.5px 31px;
    color: #8B91A0;
  }
  /* line 9309, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #3d424e;
  }
  /* line 9314, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 11.5px 31px 11.5px 31px;
  }
  /* line 9319, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > a i {
    color: #8B91A0;
  }
  /* line 9322, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: relative;
    margin: 0px;
  }
  /* line 9326, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.mini-mobile .side-bar-widgets {
    display: none;
  }
  /* line 9329, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    -webkit-overflow-scrolling: touch;
  }
  /* line 9332, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    margin-left: 0px;
    margin-top: 60px;
  }
  /* line 9336, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-layout .page-content {
    margin-left: 200px;
  }
  /* line 9339, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    left: 244px;
  }
  /* line 9342, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow-y: hidden;
  }
  /* line 9349, app/assets/stylesheets/application/theme.css.scss */
  .page-content {
    margin: 0px;
  }
  /* line 9352, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 25px;
    padding-top: 95px;
  }
  /* line 9356, app/assets/stylesheets/application/theme.css.scss */
  .widget {
    margin-right: 0px;
  }
  /* line 9359, app/assets/stylesheets/application/theme.css.scss */
  .column-seperation > div[class*="col-"] {
    border-right: none;
  }
  /** Profile Page **/
  /* line 9363, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9366, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** Login Page **/
  /* line 9371, app/assets/stylesheets/application/theme.css.scss */
  .login-container {
    padding: 0 10px;
  }
  /* line 9374, app/assets/stylesheets/application/theme.css.scss */
  .spacing-bottom-sm {
    margin-bottom: 20px;
  }
  /* line 9377, app/assets/stylesheets/application/theme.css.scss */
  .error-wrapper {
    margin-bottom: 0px;
    padding: auto;
  }
  /* line 9381, app/assets/stylesheets/application/theme.css.scss */
  .widget-item.narrow-margin {
    margin-right: auto;
  }
  /* line 9384, app/assets/stylesheets/application/theme.css.scss */
  .page-content.condensed {
    margin-left: 0px;
  }
  /* line 9387, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .header {
    width: 100%;
    padding: 0 !important;
  }
  /* line 9391, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 9399, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9402, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9405, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar .page-sidebar-wrapper {
    display: inline-block;
    float: left;
    width: 260px;
    height: 100%;
  }
  /* line 9411, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    width: 50px;
    overflow: visible;
  }
  /* line 9415, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul {
    background-color: #00cdb1;
  }
  /* line 9418, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv {
    overflow: visible !important;
  }
  /* line 9421, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .slimScrollDiv .page-sidebar-wrapper {
    overflow: visible !important;
  }
  /* line 9424, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul {
    width: 50px;
    margin: 0;
    padding-top: 17px;
    height: 100%;
  }
  /* line 9430, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a {
    padding: 13px !important;
    color: #fff;
  }
  /* line 9434, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li a i {
    color: #fff;
  }
  /* line 9437, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .user-info {
    display: none;
  }
  /* line 9440, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > p {
    display: none;
  }
  /* line 9443, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .status-widget {
    display: none;
  }
  /* line 9446, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .notification-alert {
    display: none;
  }
  /* line 9449, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.title {
    display: none;
  }
  /* line 9452, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.arrow {
    display: none;
  }
  /* line 9455, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.title {
    display: inline;
  }
  /* line 9458, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li ul li span.arrow {
    display: inline;
  }
  /* line 9461, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul li span.badge {
    display: none;
  }
  /* line 9464, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper ul li span.label {
    display: none;
  }
  /* line 9467, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .profile-wrapper {
    display: none;
  }
  /* line 9470, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    background: #0b9c8f;
  }
  /* line 9474, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li.open > a,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > a:hover,
.inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li:hover > a {
    padding: 13px;
  }
  /* line 9479, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > ul > li > ul.sub-menu {
    position: absolute;
    margin-top: -46px;
    margin-left: 50px;
    width: auto;
    z-index: 100;
    min-width: 250px;
  }
  /* line 9487, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper > .side-bar-widgets {
    display: none;
  }
  /* line 9490, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .inner-menu {
    display: inline-block;
    float: left;
    margin-top: 20px;
  }
  /* line 9495, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-content {
    margin-left: 0;
  }
  /* line 9498, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu {
    display: none;
  }
  /* line 9501, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.mini-mobile {
    width: 260px;
  }
  /*** Page header ***/
  /* line 9505, app/assets/stylesheets/application/theme.css.scss */
  .header .navbar-inner .container-fluid {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 9509, app/assets/stylesheets/application/theme.css.scss */
  .header .top-nav .nav {
    margin-top: 0px;
    margin-right: 5px;
  }
  /* line 9513, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.notification:after,
.header .nav > li > .dropdown-menu.notification:before {
    margin-right: 180px;
  }
  /* line 9517, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.notification {
    margin-right: -180px;
  }
  /* line 9520, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.inbox:after,
.header .nav > li > .dropdown-menu.inbox:before {
    margin-right: 140px;
  }
  /* line 9524, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.inbox {
    margin-right: -140px;
  }
  /* line 9527, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.tasks:after,
.header .nav > li > .dropdown-menu.tasks:before {
    margin-right: 90px;
  }
  /* line 9531, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li > .dropdown-menu.tasks {
    margin-right: -90px;
  }
  /* line 9534, app/assets/stylesheets/application/theme.css.scss */
  .header-seperation {
    width: 100% !important;
    z-index: 999;
    text-align: center;
    min-height: 60px;
    display: block !important;
  }
  /* line 9541, app/assets/stylesheets/application/theme.css.scss */
  .header .notifcation-center {
    margin-left: 15px;
  }
  /* line 9544, app/assets/stylesheets/application/theme.css.scss */
  .logo {
    margin-right: auto;
    margin-left: auto;
    margin-top: 16px;
  }
  /* line 9549, app/assets/stylesheets/application/theme.css.scss */
  .header-quick-nav {
    display: none;
  }
  /* line 9552, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    position: fixed;
    z-index: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
  }
  /*** Page content ***/
  /* line 9564, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 8px;
    padding-top: 95px;
  }
  /*** Page title ***/
  /* line 9569, app/assets/stylesheets/application/theme.css.scss */
  .page-title {
    margin-bottom: 20px;
  }
  /*** Portlet form action ***/
  /* line 9573, app/assets/stylesheets/application/theme.css.scss */
  .portlet-body.form .form-actions {
    padding-left: 15px;
  }
  /* line 9576, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    right: 50px;
    left: auto;
    bottom: 35px;
  }
  /* line 9581, app/assets/stylesheets/application/theme.css.scss */
  .footer-widget {
    display: none;
  }
  /* line 9584, app/assets/stylesheets/application/theme.css.scss */
  .form-horizontal .form-actions {
    padding-left: 180px;
  }
  /* line 9587, app/assets/stylesheets/application/theme.css.scss */
  .no-margin-grid .row-fluid [class*="span"] {
    width: 100% !important;
    margin: 0px;
    margin-bottom: 10px;
  }
  /* line 9592, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 0px;
  }
  /** Profile Page **/
  /* line 9596, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9599, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** email **/
  /* line 9604, app/assets/stylesheets/application/theme.css.scss */
  .email-body {
    padding: 8px !important;
  }
  /** Login Page **/
  /* line 9608, app/assets/stylesheets/application/theme.css.scss */
  .login-container {
    padding: 0 10px;
  }
  /* line 9611, app/assets/stylesheets/application/theme.css.scss */
  .table td.small-cell,
.table th.small-cell {
    width: 42px;
  }
  /* line 9615, app/assets/stylesheets/application/theme.css.scss */
  .error-wrapper {
    margin-bottom: 0px;
    min-height: 624px;
    height: 624px;
  }
  /* line 9620, app/assets/stylesheets/application/theme.css.scss */
  .widget-item.narrow-margin {
    margin-right: auto;
  }
  /* line 9623, app/assets/stylesheets/application/theme.css.scss */
  .page-content.condensed {
    margin-left: 0px;
  }
  /* line 9626, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    display: none;
  }
  /* line 9629, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .header {
    width: 100%;
    padding: 0 !important;
  }
  /* line 9633, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    padding: 0;
    width: 100%;
  }
  /* line 9637, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .user-info-wrapper {
    display: none;
  }
  /* line 9640, app/assets/stylesheets/application/theme.css.scss */
  .inner-menu-always-open .page-sidebar .page-sidebar-wrapper {
    height: auto;
  }
  /** Horizontal Menu **/
  /* line 9644, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar {
    display: none;
  }
  /*** Horizontal Menu **/
  /* line 9648, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar {
    background-color: #fff;
  }
  /* line 9651, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner {
    display: block;
    max-height: 400px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /* line 9657, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li {
    display: block;
  }
  /* line 9660, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li .classic {
    position: relative;
    background-color: transparent;
    top: 0;
  }
  /* line 9665, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li .mega,
.horizontal-menu .bar .bar-inner > ul > li.horizontal {
    position: relative;
  }
  /* line 9669, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal {
    position: relative;
    top: 0;
    border-bottom: 0;
  }
  /* line 9674, app/assets/stylesheets/application/theme.css.scss */
  .horizontal-menu .bar .bar-inner > ul > li > .horizontal li {
    display: block;
  }
  /* line 9677, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
  }
}

/*** Phones ***/
@media (max-width: 480px) {
  /* line 9685, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .header {
    width: 100%;
  }
  /* line 9688, app/assets/stylesheets/application/theme.css.scss */
  body.hide-top-content-header .page-content .content {
    padding-top: 93px;
  }
  /* line 9691, app/assets/stylesheets/application/theme.css.scss */
  .page-title h3 {
    width: 80%;
  }
  /* line 9694, app/assets/stylesheets/application/theme.css.scss */
  .page-content .content {
    padding: 8px;
    padding-top: 93px;
    overflow-x: hidden;
  }
  /* line 9699, app/assets/stylesheets/application/theme.css.scss */
  .tiles.margin-reset {
    margin-left: 0px;
  }
  /* line 9702, app/assets/stylesheets/application/theme.css.scss */
  .column-seperation > div[class*="span"] {
    border-right: none;
  }
  /* line 9705, app/assets/stylesheets/application/theme.css.scss */
  table th.unseen,
table td.unseen {
    display: none !important;
  }
  /* line 9709, app/assets/stylesheets/application/theme.css.scss */
  .row-fluid {
    margin-bottom: 10px;
  }
  /* line 9712, app/assets/stylesheets/application/theme.css.scss */
  .small {
    width: 100px !important;
  }
  /* line 9715, app/assets/stylesheets/application/theme.css.scss */
  .medium {
    width: 150px !important;
  }
  /* line 9718, app/assets/stylesheets/application/theme.css.scss */
  .large {
    width: 200px !important;
  }
  /* line 9721, app/assets/stylesheets/application/theme.css.scss */
  .huge {
    width: 246px !important;
    font-size: 24px !important;
    height: 36px !important;
    line-height: 36px !important;
    padding: 22px 8px !important;
  }
  /* line 9728, app/assets/stylesheets/application/theme.css.scss */
  select.small {
    width: 114px !important;
  }
  /* line 9731, app/assets/stylesheets/application/theme.css.scss */
  select.medium {
    width: 164px !important;
  }
  /* line 9734, app/assets/stylesheets/application/theme.css.scss */
  select.large {
    width: 214px !important;
  }
  /* line 9737, app/assets/stylesheets/application/theme.css.scss */
  .btn-cons {
    min-width: 110px;
  }
  /* line 9740, app/assets/stylesheets/application/theme.css.scss */
  .btn-large {
    padding: 9px 15px;
  }
  /* Force table to not be like tables anymore */
  /* line 9744, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables table,
.no-more-tables thead,
.no-more-tables tbody,
.no-more-tables th,
.no-more-tables td,
.no-more-tables tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  /* line 9753, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 9758, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables.table-bordered td {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  /* line 9762, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td {
    /* Behave like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    white-space: normal;
    text-align: left;
  }
  /* line 9770, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
  Label the data
  */
  /* line 9785, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables td:before {
    content: attr(data-title);
  }
  /* line 9788, app/assets/stylesheets/application/theme.css.scss */
  .no-more-tables .text-right,
.no-more-tables .text-center {
    text-align: left !important;
  }
  /* line 9792, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll .cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  /* line 9800, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll * html .cf {
    zoom: 1;
  }
  /* line 9803, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll *:first-child + html .cf {
    zoom: 1;
  }
  /* line 9806, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  /* line 9811, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    width: auto !important;
    border-radius: 0px !important;
  }
  /* line 9815, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th,
.table-flip-scroll td {
    margin: 0;
    vertical-align: top;
  }
  /* line 9820, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    text-align: left;
  }
  /* line 9823, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll table {
    display: block;
    position: relative;
    width: 100%;
  }
  /* line 9828, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll thead {
    display: block;
    float: left;
  }
  /* line 9832, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 9839, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll thead tr {
    display: block;
  }
  /* line 9842, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    display: block;
  }
  /* line 9845, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 9849, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* sort out borders */
  /* line 9855, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll th {
    border-bottom: 0;
    border-left: 0;
  }
  /* line 9859, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll td {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0px !important;
  }
  /* line 9865, app/assets/stylesheets/application/theme.css.scss */
  .table-flip-scroll tbody tr {
    border-left: 1px solid #babcbf;
  }
  /** Profile Page **/
  /* line 9869, app/assets/stylesheets/application/theme.css.scss */
  .user-profile-pic {
    text-align: center;
  }
  /* line 9872, app/assets/stylesheets/application/theme.css.scss */
  .user-mini-description h3,
.user-mini-description h5 {
    text-align: center;
  }
  /** email **/
  /* line 9877, app/assets/stylesheets/application/theme.css.scss */
  .email-body {
    padding: 8px !important;
  }
  /** lockscreen **/
  /* line 9881, app/assets/stylesheets/application/theme.css.scss */
  .lockscreen-wrapper .profile-wrapper {
    margin-bottom: 8px;
  }
  /* line 9884, app/assets/stylesheets/application/theme.css.scss */
  .image-responsive-width {
    width: auto;
  }
  /* line 9887, app/assets/stylesheets/application/theme.css.scss */
  .xs-image-responsive-width {
    width: 100%;
  }
}

@media (max-width: 320px) {
  /* line 9892, app/assets/stylesheets/application/theme.css.scss */
  .header .nav > li.dropdown .dropdown-toggle {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

/*** Retina Display Images **/
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 200/100), only screen and (min-device-pixel-ratio: 2) {
  /* line 9899, app/assets/stylesheets/application/theme.css.scss */
  .grid.simple .grid-title .tools a {
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9903, app/assets/stylesheets/application/theme.css.scss */
  .tiles .controller a {
    position: relative;
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9908, app/assets/stylesheets/application/theme.css.scss */
  .widget-item .controller a {
    position: relative;
    background: url(/assets/icon/portlet-tray-2x-7c0d67a7361bbfbda20f45cfa8ec8ae2091e6f6bb850a11d90e7eb6b8045b7f0.png);
    background-size: 199px 57px;
  }
  /* line 9913, app/assets/stylesheets/application/theme.css.scss */
  .iconset {
    background: url(/assets/icon/top-trayx2-b9bb51515a2c0e6b11dd7fb456ac5dab1095703cf304d7b99fc3177c0017e30c.png) no-repeat;
    background-size: 394px 29px;
  }
  /* line 9917, app/assets/stylesheets/application/theme.css.scss */
  .status-icon {
    background: url(/assets/icon/status2x-07c2ed9d162680a47f403622ad08f60dcb3055c76fdfe7cd98a251ca7b4af19c.png);
    background-size: 79px 16px;
  }
  /* line 9921, app/assets/stylesheets/application/theme.css.scss */
  .scrollup {
    background: url(/../pullup2x.png);
    background-size: 57px 27px;
  }
  /* line 9925, app/assets/stylesheets/application/theme.css.scss */
  .alert .close {
    background: url(/assets/icon/noti-cross-2x-d5cfe4dc0c3a019d773a84dde210cd6c2aa7aaad5827addc889991a19357f2bc.png) no-repeat scroll 0 0 transparent;
    background-position: -9px -10px;
    width: 10px;
    height: 9px;
    position: relative;
    opacity: 0.8;
    background-size: 114px 29px;
  }
  /* line 9934, app/assets/stylesheets/application/theme.css.scss */
  .checkbox label::after {
    top: 1.5px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* line 9939, app/assets/stylesheets/application/theme.css.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: none;
    background-repeat: no-repeat !important;
    background-size: none !important;
  }
  /* line 9947, app/assets/stylesheets/application/theme.css.scss */
  .select2-search input {
    background-position: none !important;
  }
}

@media (min-width: 980px) {
  /* line 9952, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    position: relative;
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9958, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9963, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-sidebar {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9968, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .footer-widget {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  /* line 9973, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .scrollup {
    display: none !important;
  }
  /* line 9976, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .page-content {
    position: relative;
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9982, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .header {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9987, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .page-sidebar {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9992, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .footer-widget {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    transform: translateX(260px);
  }
  /* line 9997, app/assets/stylesheets/application/theme.css.scss */
  body.rtl.open-menu-right .scrollup {
    display: none !important;
  }
}

/*** General tablets and phones ***/
@media (max-width: 979px) {
  /* line 10003, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-content {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  /* line 10007, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .header {
    -webkit-transform: translate3d(260px, 0, 0);
    transform: translate3d(260px, 0, 0);
  }
  /* line 10011, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  /* line 10015, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translate3d(-260px, 0, 0);
    transform: translate3d(-260px, 0, 0);
  }
  /* line 10019, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    display: none;
  }
}

/* Landscape view of all tablet devices */
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 10025, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    left: auto;
  }
  /* line 10030, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .header {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
    left: auto;
  }
  /* line 10035, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .page-content .admin-bar {
    display: none;
  }
  /* line 10038, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout {
    background-color: #f6f7f8;
  }
  /* line 10041, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .container {
    position: relative;
  }
  /* line 10044, app/assets/stylesheets/application/theme.css.scss */
  body.boxed-layout .chat-window-wrapper {
    position: absolute;
    margin-right: 15px;
  }
}

/* Portrait view of all tablet devices */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 10051, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    display: none;
  }
  /* line 10054, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper.visible {
    display: block;
  }
  /* line 10057, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: none;
  }
  /* line 10060, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.visible {
    display: block;
  }
  /* line 10063, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* line 10068, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .chat-window-wrapper {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
}

@media (max-width: 767px) {
  /* line 10075, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper {
    display: none;
  }
  /* line 10078, app/assets/stylesheets/application/theme.css.scss */
  .chat-window-wrapper.visible {
    display: block;
  }
  /* line 10081, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar {
    display: none;
  }
  /* line 10084, app/assets/stylesheets/application/theme.css.scss */
  .page-sidebar.visible {
    display: block;
  }
  /* line 10087, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-right .chat-window-wrapper {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
  }
  /* line 10092, app/assets/stylesheets/application/theme.css.scss */
  body.open-menu-left .page-sidebar {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    -webkit-backface-visibility: hidden;
  }
}
