/*
 * This is a manifest file that'll automatically include all the stylesheets available in this directory
 * and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
 * the top of the compiled file, but it's generally better to create a new file per style scope.








*/

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: 0.3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/../img/glyphicons-halflings.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/../img/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-color: #e6e6e6;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: hsl(193, 49%, 48%);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: hsl(193, 49%, 38%);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: hsl(193, 49%, 38%);
}
.btn-warning {
  background-color: #fbb450;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #f89406;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
}
.btn-danger {
  background-color: hsl(0, 64%, 58%);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: hsl(0, 60%, 45%);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: hsl(0, 60%, 45%);
}
.btn-success {
  background-color: hsl(100, 45%, 52%);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: hsl(100, 40%, 46%);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: hsl(100, 40%, 46%);
}
.btn-info {
  background-color: #5bc0de;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #2f96b4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}
.btn-inverse {
  background-color: #444;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #222;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: 0.3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: hsl(193, 49%, 38%);
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: hsl(0, 60%, 45%);
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: hsl(100, 40%, 46%);
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  float: left;
  display: block;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e5e5e5;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #fff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #e5e5e5;
  color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
  border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #111111;
  border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #111111;
  color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  outline: 0;
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #040404;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.nope {
  color: brown;
}
/*
UploadiFive
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
*/


.-unite-asset-browser #uploadifive-undefined { margin: 0.5em 0; }

.-unite-asset-browser .uploadifive-queue {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999999;
}
.-unite-asset-browser .uploadifive-queue .complete {
  background: rgb(190, 241, 196);
  background: rgba(190, 241, 196, 0.5);
}
.-unite-asset-browser .uploadifive-queue .error {
  background: rgb(240, 187, 187);
  background: rgba(240, 187, 187, 0.5);
}

.-unite-asset-browser .uploadifive-queue-item {
  width: 300px;
  border-bottom: 1px dotted #D5D5D5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 12px Arial, Helvetica, Sans-serif;
  margin-top: 3px;
  padding: 15px;
  background: rgb(245, 245, 245);
  background: rgba(245, 245, 245, 0.5);
}
.uploadifive-queue-item .close {
	background: url(/images/uploadifive-cancel.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 16px;
	text-indent: -9999px;
	width: 16px;
}
.uploadifive-queue-item .progress {
	border: 1px solid #D0D0D0;
	height: 3px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background-color: #0072BC;
	height: 3px;
	width: 0;
}
.-unite-asset-browser .uploadifive-queue-item .filename {
  white-space: nowrap;
  max-width: 185px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
.-unite-asset-browser .uploadifive-queue-item .fileinfo {
  display: inline-block;
  vertical-align: top;
}
/* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).
Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */

.mejs__offscreen {
    clip: rect(1px, 1px, 1px, 1px); /* IE8-IE11 - no support for clip-path */
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.mejs__container {
    position: relative;
    background: #000;
    font-family: "Helvetica", Arial, serif;
    text-align: left;
    vertical-align: top;
    text-indent: 0;
    box-sizing: border-box;
    min-width: 250px;
}

.mejs__container .mejs__video {
    min-height: 140px;
}

.mejs__container * {
    box-sizing: border-box;
}

/* Hide native play button from iOS to favor plugin button */
.mejs__container video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.mejs__fill-container,
.mejs__fill-container .mejs__container {
    width: 100%;
    height: 100%;
}

.mejs__fill-container {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: transparent;
}

.mejs__container:focus {
    outline: none;
}

.mejs__iframe-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

.mejs__embed,
.mejs__embed body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
}

.mejs__fullscreen {
    overflow: hidden !important;
}

.mejs__container-fullscreen {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1000;
}

.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
    width: 100% !important;
    height: 100% !important;
}

.mejs__clear {
    clear: both;
}

/* Start: LAYERS */
.mejs__background {
    position: absolute;
    top: 0;
    left: 0;
}

.mejs__mediaelement {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mejs__poster {
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
}

:root .mejs__poster-img {
    display: none;
}

.mejs__poster-img {
    border: 0;
    padding: 0;
}

.mejs__overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.mejs__layer {
    z-index: 1;
}

.mejs__overlay-play {
    cursor: pointer;
}

.mejs__overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    background: url(/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    overflow: hidden;
    z-index: 1;
}

.mejs__overlay:hover > .mejs__overlay-button {
    background-position: -80px -39px;
}

.mejs__overlay-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
}

.mejs__overlay-loading-bg-img {
    display: block;
    width: 80px;
    height: 80px;
    background: transparent url(/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    -webkit-animation: mejs-loading-spinner 1s linear infinite;
    -moz-animation: mejs-loading-spinner 1s linear infinite;
    animation: mejs-loading-spinner 1s linear infinite;
    z-index: 1;
}

@-moz-keyframes mejs-loading-spinner {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes mejs-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes mejs-loading-spinner {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* End: LAYERS */

/* Start: CONTROL BAR */
.mejs__controls {
    position: absolute;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 100%;
    z-index: 1;
}

.mejs__controls:not([style*="display: none"]) {
    background: rgba(255, 0, 0, 0.7);
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.35));
}

.mejs__button,
.mejs__time,
.mejs__time-rail {
    float: left;
    margin: 0;
    width: 32px;
    height: 40px;
    font-size: 10px;
    line-height: 10px;
}

.mejs__button > button {
    cursor: pointer;
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    margin: 10px 6px;
    padding: 0;
    position: absolute;
    height: 20px;
    width: 20px;
    border: 0;
    background: transparent url(/mediaelement/mejs-controls.svg);
    overflow: hidden;
}

/* :focus for accessibility */
.mejs__button > button:focus {
    outline: dotted 1px #999;
}

.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
    outline: 0;
}

/* End: CONTROL BAR */

/* Start: Time (Current / Duration) */
.mejs__time {
    color: #fff;
    display: block;
    height: 24px;
    width: auto;
    font-weight: bold;
    font-size: 11px;
    padding: 16px 6px 0 6px;
    overflow: hidden;
    text-align: center;
    box-sizing: content-box;
}

/* End: Time (Current / Duration) */

/* Start: Play/Pause/Stop */
.mejs__play > button {
    background-position: 0 0;
}

.mejs__pause > button {
    background-position: -20px 0;
}

.mejs__replay > button {
    background-position: -280px 0;
}

/* End: Play/Pause/Stop */

/* Start: Progress Bar */
.mejs__time-rail {
    direction: ltr;
    width: 200px;
    padding-top: 10px;
    height: 40px;
    position: relative;
    margin: 0 10px;
}

.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-float,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 10px;
    border-radius: 2px;
}

.mejs__time-total {
    margin: 5px 0 0 0;
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
}

.mejs__time-buffering {
    width: 100%;
    background: 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: 15px 15px;
    animation: buffering-stripes 2s linear infinite;
}

@keyframes buffering-stripes {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 30px 0;
    }
}

.mejs__time-loaded {
    background: rgba(255, 255, 255, .3);
    width: 0;
}

.mejs__time-current {
    background: rgba(255, 255, 255, 0.9);
    width: 0;
}

.mejs__time-handle {
    display: none;
    position: absolute;
    margin: 0;
    width: 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: solid 2px #333;
    top: -2px;
    text-align: center;
}

.mejs__time-float {
    position: absolute;
    display: none;
    background: #eee;
    width: 36px;
    height: 17px;
    border: solid 1px #333;
    top: -26px;
    margin-left: -18px;
    text-align: center;
    color: #111;
}

.mejs__time-float-current {
    margin: 2px;
    width: 30px;
    display: block;
    text-align: center;
    left: 0;
}

.mejs__time-float-corner {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    border: solid 5px #eee;
    border-color: #eee transparent transparent transparent;
    border-radius: 0;
    top: 15px;
    left: 13px;
}

.mejs__long-video .mejs__time-float {
    width: 64px;
    margin-left:-23px;
}

.mejs__long-video .mejs__time-float-current {
    width: 60px;
}

.mejs__long-video .mejs__time-float-corner {
    left: 18px;
}

.mejs__broadcast {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 10px;
    top: 15px;
}

/* End: Progress Bar */

/* Start: Fullscreen */
.mejs__fullscreen-button > button {
    background-position: -80px 0;
}

.mejs__unfullscreen > button {
    background-position: -100px 0;
}

/* End: Fullscreen */

/* Start: Mute/Volume */
.mejs__mute > button {
    background-position: -60px 0;
}

.mejs__unmute > button {
    background-position: -40px 0;
}

.mejs__volume-button {
    position: relative;
}

.mejs__volume-button > .mejs__volume-slider {
    display: none;
    height: 115px;
    width: 25px;
    background: rgba(50, 50, 50, 0.7);
    border-radius: 0;
    top: -115px;
    left: 5px;
    z-index: 1;
    position: absolute;
    margin: 0;
}

.mejs__volume-button:hover {
    border-radius: 0 0 4px 4px;
}

.mejs__volume-total {
    position: absolute;
    left: 11px;
    top: 8px;
    width: 2px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.mejs__volume-current {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    margin: 0;
}

.mejs__volume-handle {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 16px;
    height: 6px;
    margin: 0 0 -3px -7px;
    background: rgba(255, 255, 255, 0.9);
    cursor: ns-resize;
    border-radius: 1px;
}

.mejs__horizontal-volume-slider {
    height: 36px;
    width: 56px;
    position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}

.mejs__horizontal-volume-total {
    position: absolute;
    left: 0;
    top: 16px;
    width: 50px;
    height: 8px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: rgba(50, 50, 50, 0.8);
}

.mejs__horizontal-volume-current {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.8);
}

.mejs__horizontal-volume-handle {
    display: none;
}

/* End: Mute/Volume */

/* Start: Track (Captions and Chapters) */
.mejs__captions-button, .mejs__chapters-button {
    position: relative;
}

.mejs__captions-button > button {
    background-position: -140px 0;
}

.mejs__chapters-button > button {
    background-position: -302px 0;
}

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
    visibility: hidden;
    position: absolute;
    bottom: 40px;
    right: -51px;
    width: 85px;
    background: rgba(50, 50, 50, 0.7);
    border: solid 1px transparent;
    padding: 0;
    overflow: hidden;
    border-radius: 0;
}

.mejs__chapters-button > .mejs__chapters-selector {
    width: 110px;
}

.mejs__captions-button > .mejs__captions-selector, .mejs__chapters-button > .mejs__chapters-selector {
    visibility: visible;
}

.mejs__captions-selector-list, .mejs__chapters-selector-list {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none !important;
    overflow: hidden;
}

.mejs__captions-selector-list-item, .mejs__chapters-selector-list-item {
    margin: 0 0 6px 0;
    padding: 0 10px;
    list-style-type: none !important;
    display: block;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
}

.mejs__captions-selector-list-item:hover, .mejs__chapters-selector-list-item:hover {
    background-color: rgb(200, 200, 200) !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.mejs__captions-selector-input, .mejs__chapters-selector-input {
    clear: both;
    float: left;
    margin: 3px 3px 0 5px;
    position: absolute;
    left: -1000px;
}

.mejs__captions-selector-label, .mejs__chapters-selector-label {
    width: 55px;
    float: left;
    padding: 4px 0 0 0;
    line-height: 15px;
    font-size: 10px;
    cursor: pointer;
}

.mejs__captions-selected, .mejs__chapters-selected {
    color: rgba(33, 248, 248, 1);
}

.mejs__captions-translations {
    font-size: 10px;
    margin: 0 0 5px 0;
}

.mejs__captions-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.mejs__captions-layer a {
    color: #fff;
    text-decoration: underline;
}

.mejs__captions-layer[lang=ar] {
    font-size: 20px;
    font-weight: normal;
}

.mejs__captions-position {
    position: absolute;
    width: 100%;
    bottom: 15px;
    left: 0;
}

.mejs__captions-position-hover {
    bottom: 35px;
}

.mejs__captions-text, .mejs__captions-text * {
    padding: 0;
    background: rgba(20, 20, 20, 0.5);
    white-space: pre-wrap;
    box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}

/* End: Track (Captions and Chapters) */

/* Start: Error */
.me_cannotplay a {
    font-weight: bold;
}

.mejs__container .me_cannotplay a {
    color: #fff;
}

.me_cannotplay span {
    padding: 15px;
    display: block;
}
/* End: Error */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.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: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.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-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.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-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.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: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.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/chosen-sprite.png) no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/images/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/images/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/images/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url(/images/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/images/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(/assets/chosen-sprite@2x-edc297359fe8a5f6ee0bc4a1abc36ce4a773104a9225e17bbe592f820c617a72.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/* line 1, app/assets/stylesheets/common/admin.scss */
#admin {
  display: none;
}

@media screen and (min-width: 765px) {
  /* line 7, app/assets/stylesheets/common/admin.scss */
  html.admin.admin-loading body::after {
    content: '.';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 38px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAIUlEQVQIW2NydnZm+v//Pxj/+/cPhaaU/ffvX7xq8OgDAHnab3rNiHD0AAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-position: 0 0;
    border-bottom: 1px solid #404040;
    box-shadow: 0 0 5px 0px black;
    -moz-box-shadow: 0 0 5px 0px black;
    -webkit-box-shadow: 0 0 5px 0px black;
  }
  /* line 29, app/assets/stylesheets/common/admin.scss */
  #admin {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    line-height: 1.15em;
    height: 42px;
  }
  /* line 40, app/assets/stylesheets/common/admin.scss */
  #admin_stripe {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAmCAIAAACK3mZQAAAAIUlEQVQIW2NydnZm+v//Pxj/+/cPhaaU/ffvX7xq8OgDAHnab3rNiHD0AAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-position: 0 0;
    border-bottom: 1px solid #404040;
    box-shadow: 0 0 5px 0px black;
    -moz-box-shadow: 0 0 5px 0px black;
    -webkit-box-shadow: 0 0 5px 0px black;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 38px;
  }
}

/* line 59, app/assets/stylesheets/common/admin.scss */
html.admin-loading .-unite-page-admin {
  display: none !important;
}

/* line 62, app/assets/stylesheets/common/admin.scss */
#help_widget {
  display: none;
}
/* line 1, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .drop-target {
  width: 90%;
  height: 30px;
  background: gray;
}

/* line 11, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset {
  width: 70px;
  margin: 5px;
  padding: 5px;
  float: left;
}

/* line 17, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset .-unite-asset-name {
  font-size: 11px;
  line-height: 1em;
}

/* line 18, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset .-unite-asset-size {
  font-size: 12px;
  line-height: 1em;
  float: left;
}

/* line 22, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser.loading::after {
  content: '.';
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-image: url(/images/48px-ajax-loader.gif) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 39, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-upload-header {
  margin-bottom: 10px;
}

/* line 43, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-list {
  border: 1px solid #bbb;
  background: #efefef;
  border-radius: 3px;
  max-width: 620px;
  height: 360px !important;
}

/* line 51, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-list.over {
  border: 1px dashed #0782C1;
  background: #D5E8FF;
}

/* line 55, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-list.over .-unite-asset {
  opacity: 0.35;
}

/* line 58, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-list.over .-unite-asset img {
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url(/resources.svg#desaturate);
  /* Gecko */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}

/* line 70, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-asset-list.over::after {
  content: "Drop files here";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  font-size: 5em;
  font-weight: bold;
  color: #024669;
  margin-top: -0.5em;
}

/* line 87, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-upload-button {
  height: inherit !important;
  line-height: inherit !important;
}

/* line 92, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser .-unite-over-limit-message {
  display: none;
}

/* line 95, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser.-unite-over-limit .-unite-over-limit-message {
  display: block;
  color: #e30;
  line-height: 2em;
  margin: 0.5em 0;
}

/* line 101, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser.-unite-over-limit .-unite-upload-button {
  display: none;
}

/* line 104, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser a.-unite-delete-asset {
  font-size: 1px;
  color: transparent;
  display: block;
  float: left;
}

/* line 110, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser a.-unite-delete-asset::before {
  font-family: 'FontAwesome';
  content: '\f014';
  font-size: 13px;
  color: #ccc;
  color: rgba(0, 0, 0, 0.5);
}

/* line 119, app/assets/stylesheets/common/asset_upload.scss */
.-unite-asset-browser a.-unite-delete-asset:hover::before {
  color: #000;
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/common/asset_upload.scss */
.uploadifive-queue-item > div,
.uploadifive-queue-item .fileinfo {
  white-space: normal !important;
}
/* line 4, app/assets/stylesheets/common/assets.scss */
.-unite-asset-list {
  display: block;
  overflow-y: scroll;
  padding: 0 0.66em !important;
  margin: 0;
}

/* line 10, app/assets/stylesheets/common/assets.scss */
.-unite-asset-list .asset-group-label {
  text-transform: uppercase;
  font-family: serif;
  font-weight: bold;
  padding-top: 5px;
  border-top: 1px solid #bbb;
}

/* line 17, app/assets/stylesheets/common/assets.scss */
.-unite-asset-list .asset-group-label.first {
  border-top: none;
  padding-top: 0;
}

/* line 24, app/assets/stylesheets/common/assets.scss */
.-unite-asset-list a.rest-of-assets:hover {
  cursor: pointer;
}

/* line 26, app/assets/stylesheets/common/assets.scss */
.-unite-asset-list .rest-of-assets {
  line-height: 25px;
  margin: 10px;
}

/* line 32, app/assets/stylesheets/common/assets.scss */
.-unite-asset {
  display: inline-block;
  width: 70px;
  margin: 1px;
  padding: 4px 8px;
  float: left;
  position: relative;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/common/assets.scss */
.-unite-asset input[type="radio"] {
  display: none;
}

/* line 45, app/assets/stylesheets/common/assets.scss */
.-unite-asset.deleting {
  opacity: 0.5;
}

/* line 46, app/assets/stylesheets/common/assets.scss */
.-unite-asset.hover {
  background-color: rgba(52, 172, 178, 0.08);
}

/* line 47, app/assets/stylesheets/common/assets.scss */
.-unite-asset.selected {
  background-color: rgba(52, 172, 178, 0.15);
  color: #244142;
}

/* line 49, app/assets/stylesheets/common/assets.scss */
.-unite-asset .-unite-asset-thumbnail {
  position: relative;
  padding: 4px 0;
  margin-bottom: 4px;
  min-height: 50px;
}

/* line 55, app/assets/stylesheets/common/assets.scss */
.-unite-asset .-unite-asset-thumbnail img {
  box-sizing: border-box;
  max-width: 68px;
  max-height: 68px;
  padding: 3px;
  border: #999 1px solid;
  background-color: #ffffff;
  display: block;
}

/* line 66, app/assets/stylesheets/common/assets.scss */
.-unite-asset .-unite-asset-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 10.5em;
  line-height: normal;
  color: #aaa;
}

/* line 75, app/assets/stylesheets/common/assets.scss */
.-unite-asset .-unite-asset-size {
  font-size: 12px;
  color: #999;
  color: rgba(0, 0, 0, 0.6);
}
/* jQuery UI Autocomplete 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 10, app/assets/stylesheets/common/autocomplete.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
  z-index: 3 !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

/* line 16, app/assets/stylesheets/common/autocomplete.scss */
.ui-autocomplete li {
  list-style-type: none;
}

/* line 19, app/assets/stylesheets/common/autocomplete.scss */
.ui-autocomplete-loading {
  background: white url(/images/ui-anim_basic_16x16.gif) right center no-repeat;
}

/* workarounds */
/* line 22, app/assets/stylesheets/common/autocomplete.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 37, app/assets/stylesheets/common/autocomplete.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 44, app/assets/stylesheets/common/autocomplete.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 47, app/assets/stylesheets/common/autocomplete.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 55, app/assets/stylesheets/common/autocomplete.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 62, app/assets/stylesheets/common/autocomplete.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
  background: #5f83b9;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px #234386;
  border-color: #466086;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 1, app/assets/stylesheets/common/calendar.scss */
.calendar {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/calendar.scss */
.calendar.loading .calendar-loading {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 11, app/assets/stylesheets/common/calendar.scss */
.calendar.loading .calendar-loading h2 {
  text-align: center;
}

/* line 14, app/assets/stylesheets/common/calendar.scss */
.calendar.loading .calendar-loading .calendar-loading-progress {
  height: 3px;
  width: 210px;
  position: relative;
  margin: auto;
  margin-top: -6px;
  border-radius: 2px;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/common/calendar.scss */
.calendar.loading .calendar-loading .calendar-loading-progress div {
  -moz-transition: width 0.1s;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
  width: 0;
  height: 3px;
  background: #44474E;
}

/* line 32, app/assets/stylesheets/common/calendar.scss */
.calendar.loading .fc-header, .calendar.loading .fc-content {
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 39, app/assets/stylesheets/common/calendar.scss */
.calendar[data-new-href] .fc-day {
  cursor: pointer;
}

/* line 40, app/assets/stylesheets/common/calendar.scss */
.calendar[data-new-href] .fc-content-skeleton td {
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/common/calendar.scss */
.calendar.for-cell {
  padding: 0;
}

/* line 46, app/assets/stylesheets/common/calendar.scss */
.calendar.for-cell .list-view {
  padding: 0;
}

/* line 49, app/assets/stylesheets/common/calendar.scss */
.calendar.for-cell h1.title {
  margin-left: 3em;
}

/* line 53, app/assets/stylesheets/common/calendar.scss */
#body a.fc-event {
  color: #fff;
  opacity: 0.8;
  border: none;
  padding: 0px 3px;
}

/* line 59, app/assets/stylesheets/common/calendar.scss */
#body a.fc-event:hover {
  opacity: 1;
}

/* line 66, app/assets/stylesheets/common/calendar.scss */
.user-settings {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 25px;
  height: 25px;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/common/calendar.scss */
.user-settings .calendar-name-label {
  padding: 3px;
  border-radius: 3px;
  color: white;
}

/* line 80, app/assets/stylesheets/common/calendar.scss */
.user-settings .group-calendar:before {
  font-family: FontAwesome;
  content: "\f0c0";
  margin-left: 5px;
}

/* line 88, app/assets/stylesheets/common/calendar.scss */
.user-settings .google-calendar:before {
  content: url(/images/mobileapp-16.png);
  margin-left: 5px;
  vertical-align: sub;
}

/* line 96, app/assets/stylesheets/common/calendar.scss */
#calendar_controls {
  margin-bottom: 15px;
  height: 30px;
}

/* line 100, app/assets/stylesheets/common/calendar.scss */
#calendar_controls #event_scope {
  margin-left: 20px;
  font-size: 2em;
  line-height: 1.2em;
}

/* line 108, app/assets/stylesheets/common/calendar.scss */
.popover-content table th {
  text-align: left;
  vertical-align: top;
  width: 5em;
  color: #343331;
}

/* line 114, app/assets/stylesheets/common/calendar.scss */
.popover-content table td {
  color: #343331;
}

/* line 117, app/assets/stylesheets/common/calendar.scss */
.popover-title {
  border-bottom: 1px solid #d8d8d8;
  background: #f4f4f4;
  color: #343331;
}

/* line 124, app/assets/stylesheets/common/calendar.scss */
.event-popover-table .calendar-name {
  display: block;
}

/* line 126, app/assets/stylesheets/common/calendar.scss */
.event-popover-table td p {
  margin: 0;
}

/* line 134, app/assets/stylesheets/common/calendar.scss */
.list-view {
  padding: 2em 3.33em 0 3.33em;
}

/* line 137, app/assets/stylesheets/common/calendar.scss */
.list-view table.events-list {
  border: none;
  border-spacing: 10px;
}

/* line 141, app/assets/stylesheets/common/calendar.scss */
.list-view table.events-list td {
  border: none;
  padding-bottom: 2em;
}

/* line 147, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-date {
  text-align: right;
  padding-right: 15px;
  width: 7em;
}

/* line 152, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-date p {
  margin: 0;
}

/* line 154, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-date .event-day-of-week {
  font-size: 14px;
  font-weight: bold;
}

/* line 159, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-date .event-day {
  color: #a4a49a;
}

/* line 165, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .events-list-no-events {
  margin-left: 5em;
  font-style: italic;
  color: #a4a49a;
}

/* line 171, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* line 177, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description ul li p {
  margin: 0;
  text-indent: -5em;
  padding-left: 5em;
}

/* line 185, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description a {
  margin-right: 5px;
}

/* line 188, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .all-day a {
  font-weight: bold !important;
}

/* line 189, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .all-day .event-time {
  color: #a4a49a;
}

/* line 192, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .event-time {
  display: inline-block;
  text-align: right;
  width: 4.33em;
  padding-right: 0.66em;
  white-space: nowrap;
  color: #848477;
}

/* line 202, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .event-location {
  margin-right: 5px;
  font-weight: bold;
}

/* line 205, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .event-location::before {
  content: '(';
  font-weight: normal;
}

/* line 206, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .event-location::after {
  content: ')';
  font-weight: normal;
}

/* line 210, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-description .calendar-name {
  padding: 1px 4px;
  font-size: 10px;
  margin: 0.125em 0.5em 0.125em 0;
  color: white;
}

/* line 219, app/assets/stylesheets/common/calendar.scss */
.list-view .weekday-name-full {
  display: none;
}

/* line 220, app/assets/stylesheets/common/calendar.scss */
.list-view td.event-date {
  width: 5em;
}

@media (min-width: 600px) {
  /* line 222, app/assets/stylesheets/common/calendar.scss */
  .list-view td.event-date {
    width: 7em;
  }
  /* line 223, app/assets/stylesheets/common/calendar.scss */
  .list-view .weekday-name-short {
    display: none;
  }
  /* line 224, app/assets/stylesheets/common/calendar.scss */
  .list-view .weekday-name-full {
    display: inline;
  }
}

/* line 228, app/assets/stylesheets/common/calendar.scss */
.tag-sm {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: 600 !important;
  line-height: 13px;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  margin: 0.125em 0;
  text-indent: 0;
}

/* line 242, app/assets/stylesheets/common/calendar.scss */
.-unite-calendar-page .popover {
  max-width: 500px;
}
/* line 1, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] {
  overflow: hidden;
  position: relative;
  background: transparent;
}

/* line 6, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 1s;
  height: 100%;
  background-color: #000;
}

/* line 17, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames.single-image {
  transform: none !important;
  transition: none;
}

/* line 22, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames .carousel-frame {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 35, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames .carousel-frame img {
  display: none;
}

/* line 37, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames .carousel-frame .carousel-frame-overlay {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

/* line 48, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames .carousel-frame .carousel-frame-overlay h3, [data-unite-carousel] .carousel-frames .carousel-frame .carousel-frame-overlay p {
  margin: 0;
  color: #fff;
}

/* line 54, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames .carousel-frame .carousel-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

/* line 64, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-frames.without-animation {
  transition: none !important;
}

/* line 69, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-arrow {
  font-size: 2em;
  position: absolute;
  top: calc(50% - 1.25em);
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 1em;
}

/* line 77, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-arrow:hover {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* line 82, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-arrow.carousel-prev {
  left: 0;
  padding-left: 0.25em;
}

/* line 86, app/assets/stylesheets/common/carousel.scss */
[data-unite-carousel] .carousel-arrow.carousel-next {
  right: 0;
  padding-right: 0.25em;
}
/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  vertical-align: bottom;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
/*  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;*/
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
/*  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;*/
  color: #444;
  text-decoration: none;

  /* Aristo styles */
  line-height: normal;
  font-size: 14px !important;
  padding: .5em 1em;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;

  /* Aristo styles */
  color: #4F4F4F !important;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url(/images/chosen-sprite.png) no-repeat 0 1px;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url(/images/chosen-sprite.png) no-repeat 100% -22px;
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px !important;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;

  /* Overrides */
  height: 15px !important;
  font-size: 13px !important;
  line-height: 1em !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow   : none !important;
  -o-box-shadow     : none !important;
  box-shadow        : none !important;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/images/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  white-space: nowrap;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  z-index: 1000;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div {
  left: 0; right: auto;
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, #ffffff;
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url(/images/chosen-sprite.png) no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  padding: 4px 5px 4px 20px;
}
/* @end */
/* line 6, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-multi .chosen-choices {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  min-height: 30px;
  display: block;
  width: 100%;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

/* line 24, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-active .chosen-choices {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* line 33, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 37, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-single .chosen-single {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* line 41, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  color: #999;
}

/* line 45, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container .chosen-results {
  margin: 4px 0;
  padding: 0;
}

/* line 50, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-single .chosen-search {
  padding: 0;
}

/* line 54, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container .chosen-drop {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 2px;
}

/* line 59, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-single .chosen-search input[type="text"] {
  border-top: none;
  border-left: none;
  border-right: none;
  margin: 0;
}

/* line 65, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container-single .chosen-search input[type="text"]:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

/* line 70, app/assets/stylesheets/common/chosen-overrides.scss */
.chosen-container .chosen-results li.highlighted {
  background-image: none;
  text-shadow: none;
  background-color: #34acb2;
  color: white;
}
/* line 1, app/assets/stylesheets/common/ckeditor.scss */
.cke_combopanel__styles {
  width: 220px !important;
}

/* line 5, app/assets/stylesheets/common/ckeditor.scss */
.modal {
  z-index: 999999;
}

/* line 9, app/assets/stylesheets/common/ckeditor.scss */
.modal #link_form .control-label {
  padding-top: 0;
  margin-top: 5px;
}

/* line 13, app/assets/stylesheets/common/ckeditor.scss */
.modal #link_form .controls {
  margin-top: 5px;
}

/* line 16, app/assets/stylesheets/common/ckeditor.scss */
.modal #html_widget_editor {
  min-height: 300px;
}

/* line 21, app/assets/stylesheets/common/ckeditor.scss */
.ck-dropdown .ck-insert-asset-dropdown .ck-insert-asset-dropdown-item {
  padding: 5px;
  padding-right: 15px;
  padding-left: 8px;
}

/* line 26, app/assets/stylesheets/common/ckeditor.scss */
.ck-dropdown .ck-insert-asset-dropdown .ck-insert-asset-dropdown-item:hover {
  cursor: pointer;
  background-color: #dedede;
}

/* line 33, app/assets/stylesheets/common/ckeditor.scss */
.ck-dropdown .ck-list .ck.ck-button.ck-button_with-text {
  margin: 0 !important;
}

/* line 39, app/assets/stylesheets/common/ckeditor.scss */
.ck.ck-reset_all .ck-text-alternative-form,
.ck.ck-reset_all .ck-asset-width-form {
  display: flex;
  padding: 4px;
}

/* line 44, app/assets/stylesheets/common/ckeditor.scss */
.ck.ck-reset_all .ck-text-alternative-form .ck.ck-label,
.ck.ck-reset_all .ck-asset-width-form .ck.ck-label {
  display: none;
}

/* line 51, app/assets/stylesheets/common/ckeditor.scss */
.cell-padding img.pull-left,
.post-content img.pull-left {
  margin: 1em 1em 1em 0;
}

/* line 52, app/assets/stylesheets/common/ckeditor.scss */
.cell-padding img.pull-right,
.post-content img.pull-right {
  margin: 1em 0 1em 1em;
}

/* line 56, app/assets/stylesheets/common/ckeditor.scss */
.ck div[data-html-widget] > * {
  pointer-events: none;
}

/* line 58, app/assets/stylesheets/common/ckeditor.scss */
.ck-widget[data-html-widget] {
  min-height: 20px;
}

/* line 62, app/assets/stylesheets/common/ckeditor.scss */
.ck-widget[data-html-widget] .html-widget-wrapper::before {
  background-color: rgba(220, 220, 220, 0.6);
  background-image: url(/assets/htmlwidget-f854f4b11fe3f281eb46a90c4a6554a3cc5df509fe5178862498b9aab45fafbb.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: '.';
  color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}

/* line 77, app/assets/stylesheets/common/ckeditor.scss */
.ck.ck-content a {
  pointer-events: none;
}
/* line 3, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.cke_dialog a.cke_btn_unlocked span, .cke_dialog a.cke_btn_locked span {
  padding-left: 16px;
  line-height: 18px;
}

/* line 9, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.cke_dialog input {
  font-size: 1.4em;
  line-height: 1.4em;
  height: 1.8em;
  height: 2em\9;
  padding: 5px !important;
}

/* line 20, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.ck.ck-editor__editable_inline {
  overflow: hidden !important;
}

/* line 24, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.ck.ck-balloon-panel {
  z-index: 99999 !important;
}

/* line 26, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.ck.ck-balloon-panel.ck-balloon-panel_with-arrow {
  z-index: 999999 !important;
}

/* line 29, app/assets/stylesheets/common/ckeditor_tweaks.scss */
.ck > video.ck-widget.centered {
  display: block !important;
  margin: 0 auto !important;
}
/* line 1, app/assets/stylesheets/common/columns.scss */
.two-columns {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/common/columns.scss */
.column-one {
  float: left;
  margin-right: 16px;
}

/* line 10, app/assets/stylesheets/common/columns.scss */
.column-two {
  float: left;
}

/* line 14, app/assets/stylesheets/common/columns.scss */
.in-columns {
  overflow: hidden;
  margin-left: -16px;
}

/* line 18, app/assets/stylesheets/common/columns.scss */
.in-columns .column {
  float: left;
  margin-left: 16px;
  list-style-type: none;
}

/* line 23, app/assets/stylesheets/common/columns.scss */
.in-columns .column ul, .in-columns .column ol {
  margin: 0;
  padding: 0;
}
/* line 1, app/assets/stylesheets/common/comments.scss */
.comment-category {
  display: inline-block;
  border-radius: 3px;
  padding: 0 0.25em;
  color: white;
  margin-left: 1.5em;
  background: gray;
}

/* line 10, app/assets/stylesheets/common/comments.scss */
.comment-category-selector {
  margin: 0.25em 0;
}

/* line 14, app/assets/stylesheets/common/comments.scss */
.comment-category-selector label.selected[for="comment_category_announcement"],
.announcement .comment-category {
  background: red;
}

/* line 19, app/assets/stylesheets/common/comments.scss */
.comment-category-selector label.selected[for="comment_category_prayer_request"],
.prayer-request .comment-category {
  background: purple;
}

/* line 24, app/assets/stylesheets/common/comments.scss */
.comment-category-selector label {
  display: inline-block;
  border-radius: 3px;
  padding: 0 0.25em;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/common/comments.scss */
.comment-category-selector label.selected {
  color: white;
  background: gray;
}

/* line 38, app/assets/stylesheets/common/comments.scss */
.comment-editor *[name="comment[content]"] {
  height: 2.5em;
  padding: 0.5em;
}

/* line 43, app/assets/stylesheets/common/comments.scss */
.comment-editor.comment-reply *[name="comment[content]"] {
  height: 1.25em;
}

/* line 47, app/assets/stylesheets/common/comments.scss */
.comment {
  margin-bottom: 2.15em;
  max-width: 60em;
}

/* line 52, app/assets/stylesheets/common/comments.scss */
.comment-container {
  margin: -6px -8px;
  padding: 6px 8px;
}

/* line 57, app/assets/stylesheets/common/comments.scss */
.comment.announcement > .comment-container {
  background: #ffc;
  overflow: hidden;
  position: relative;
}

/* line 63, app/assets/stylesheets/common/comments.scss */
.comment.comment-reply {
  margin: 0.25em 0 0 0;
}

/* line 67, app/assets/stylesheets/common/comments.scss */
.comment.destroyed {
  text-decoration: line-through;
}

/* line 71, app/assets/stylesheets/common/comments.scss */
.comment-avatar {
  float: left;
}

/* line 75, app/assets/stylesheets/common/comments.scss */
.comment-controls,
.comment-byline {
  font-size: 0.8em;
  line-height: 1.25em;
  display: inline-block;
}

/* line 82, app/assets/stylesheets/common/comments.scss */
.comment-byline {
  margin-left: 16px;
}

/* line 83, app/assets/stylesheets/common/comments.scss */
.comment-content {
  margin-left: 64px;
}

/* line 84, app/assets/stylesheets/common/comments.scss */
.comment-reply .comment-content {
  margin-left: 48px;
}

/* line 85, app/assets/stylesheets/common/comments.scss */
.comment > .comment-content {
  min-height: 32px;
}

/* line 86, app/assets/stylesheets/common/comments.scss */
.comment-reply > .comment-content {
  min-height: 16px;
}

/* line 88, app/assets/stylesheets/common/comments.scss */
.comment-content p {
  margin: 0 0 0.5em 0;
}

/* line 93, app/assets/stylesheets/common/comments.scss */
.comment-replies {
  clear: left;
  margin: 1em 0 0 48px;
}

/* line 101, app/assets/stylesheets/common/comments.scss */
.comment-thumbnail div {
  vertical-align: middle;
}

/* line 104, app/assets/stylesheets/common/comments.scss */
.comment-thumbnail div.comment-thumbnail-avatar {
  display: inline-block;
  margin-right: 0.5em;
}

/* line 108, app/assets/stylesheets/common/comments.scss */
.comment-thumbnail div.comment-thumbnail-content {
  min-height: 35px;
  display: inline-block;
  max-width: 190px;
}

/* line 112, app/assets/stylesheets/common/comments.scss */
.comment-thumbnail div.comment-thumbnail-content p {
  margin: 0;
}
/* line 2, app/assets/stylesheets/common/contact_information.scss */
.contact-information .blank {
  font-style: italic;
}

/* line 4, app/assets/stylesheets/common/contact_information.scss */
.contact-information .phone-number, .contact-information .email-address, .contact-information .household {
  white-space: nowrap;
}

/* line 9, app/assets/stylesheets/common/contact_information.scss */
.contact-information .unlisted .contact-value::after {
  font-family: 'FontAwesome';
  content: ' \f070';
}
/* This is a very basic stylesheet for the date-picker. Feel free to create your own. */

/* Hide the input by using a className */

input.fd-hidden-input,
select.fd-hidden-input
        {
        display:none;
        }
/* Screen reader class - hides it from the visual display */
.fd-screen-reader
        {
        position:absolute;
        left:-999em;
        top:0;
        width:1px;
        height:1px;
        overflow:hidden;
        outline: 0 none;
	-moz-outline: 0 none;
        }
/* Disabled datePicker and activation button */
a.dp-disabled,
.dp-disabled table
        {
        opacity:.3 !important;
        filter:alpha(opacity=40);
        }
.dp-disabled,
.dp-disabled td,
.dp-disabled th,
.dp-disabled th span
        {
        cursor:default !important;
        }
a.date-picker-control:focus,
div.datePicker table td:focus
        {
        overflow:hidden;
        outline:0 none;
	-moz-outline: 0 none;
	color:rgb(100,130,170) !important;
        }
/* The wrapper div */
div.datePicker
        {
        position:absolute;
        z-index:49;
        text-align:center;

        /* Change the font-size to suit your design's CSS. The following line is for the demo that has a 12px font-size defined on the body tag */
        font:900 0.8em/1em Verdana, Sans-Serif;

        /* For Example: If using the YUI font CSS, uncomment the following line to get a 10px font-size within the datePicker */
        /* font:900 77%/77% Verdana, sans-serif; */

        /* Or, if you prefer a pixel precision */
        /* font:900 12px/12px Verdana, sans-serif; */

        background:transparent;

        /* Mozilla & Webkit extensions to stop text-selection. */
        -moz-user-select:none;
        -khtml-user-select:none;
        }
/* Styles for the static datePickers */
div.static-datepicker
        {
        position:relative;
        top:5px;
        left:0;
        margin-bottom:5px;
        }
div.datePicker table
        {
        width:auto;
        height:auto;
        border-collapse:separate;
        }
/* Draggable datepickers */
div.datePicker tfoot th.drag-enabled,
div.datePicker thead th.drag-enabled,
div.datePicker thead th.drag-enabled span
        {
        cursor:move;
        }
/* The iframe hack to cover selectlists in Internet Explorer <= v6 */
iframe.iehack
        {
        position:absolute;
        background:#fff;
        z-index:48;
        padding:0;
        border:0;
        display:none;
        margin:0;
        }
/* The "button" created beside each input for non-static datePickers */
a.date-picker-control:link,
a.date-picker-control:visited
        {
        position:relative;
        /* Moz & FF */
        display: -moz-inline-stack;
        border:0 none;
        padding:0;
        margin:0 0 0 4px;
        background:transparent url(/images/datepicker/cal-grey.gif) no-repeat 50% 50%;
        min-width:16px;
        line-height:1;
        cursor:pointer;
        visibility:visible;
        text-decoration:none;
        vertical-align:top;
        }
a.date-picker-control:hover,
a.date-picker-control:active,
a.date-picker-control:focus,
a.dp-button-active:link,
a.dp-button-active:visited,
a.dp-button-active:hover,
a.dp-button-active:active,
a.dp-button-active:focus
        {
        background:transparent url(/images/datepicker/cal.gif) no-repeat 50% 50% !important;
        }
/* Feed IE6 the following rule, IE7 should handle the min-width declared above */
* html a.date-picker-control
        {
        width:16px;
        }
/* IE, Safari & Opera. Seperate CSS rule seems to be required. */
a.date-picker-control
        {
        display:inline-block;
        }
a.date-picker-control span
        {
        display:block;
        width:16px;
        height:16px;
        margin:auto 0;
        }
/* Default "button" styles */
div.datePicker thead th span
        {
        display:block;
        padding:0;
        margin:0;
        text-align:center;
        line-height:1em;
        border:0 none;
        background:transparent;
        font-weight:bold;
        cursor:pointer;
        }
/* The "month, year" display */
div.datePicker th span.month-display,
div.datePicker th span.year-display
        {
        display:inline;
        text-transform:uppercase;
        letter-spacing:1px;
        font:normal 1.2em Verdana, Sans-Serif;
        cursor:default;
        }
/* Next & Previous (month, year) buttons */
div.datePicker th span.prev-but,
div.datePicker th span.next-but
        {
        font-weight:lighter;
        font-size:2.4em;
        font-family: georgia, times new roman, palatino, times, bookman, serif;
        cursor:pointer !important;
        }
/* Hover effect for Next & Previous (month, year) buttons */
div.datePicker th span.prev-but:hover,
div.datePicker th span.next-but:hover,
div.datePicker th span.today-but:hover
        {
        color:#a84444;
        }
/* Today button */
div.datePicker th span.today-but
        {
        text-align:center;
        margin:0 auto;
        font:normal 1em Verdana, Sans-Serif;
        width:100%;
        text-decoration:none;
        padding-top:0.3em;
        text-transform:uppercase;
        vertical-align:middle;
        cursor:pointer !important
        }
/* Disabled buttons */
div.dp-disabled th span.prev-but,
div.dp-disabled th span.next-but,
div.dp-disabled th span.today-but,
div.dp-disabled th span.prev-but:hover,
div.dp-disabled th span.next-but:hover,
div.dp-disabled th span.today-but:hover,
div.datePicker th span.prev-but.fd-disabled:hover,
div.datePicker th span.next-but.fd-disabled:hover,
div.datePicker thead th span.fd-disabled,
div.datePicker th span.fd-disabled:hover
        {
        color:#aaa;
        cursor:default !important;
        opacity:1;
        }
/* The mon, tue, wed etc day buttons */
div.datePicker th span.fd-day-header
        {
        text-align:center;
        margin:0 auto;
        font:900 1em Verdana, Sans-Serif;
        text-decoration:none;
        text-transform:lowercase;
        cursor:pointer;
        }
/* The table */
div.datePicker table
        {
        margin:0;
        padding:0;
        border:1px solid #ccc;
        background:#fff url(/images/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -20px;
        text-align:center;
        border-spacing:2px;
        padding:0.3em;
        width:auto;
        empty-cells:show;
        border-radius:0.8em;
        -moz-border-radius:0.8em;
        -moz-box-shadow:0px 0px 5px #aaa;
        }
/* Common TD & TH styling */
div.datePicker table td,
div.datePicker table tbody th
        {
        border:0 none;
        padding:0;
        text-align:center;
        vertical-align:middle;
        cursor:pointer;
        background:#fff url(/images/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        width:3em;
        height:3em;
        overflow:hidden;
        outline:transparent none 0px;
        border:1px solid #ccc;
        text-transform:none;
        -moz-border-radius:2px;
        border-radius:2px;
        }
div.datePicker table td:focus,
div.datePicker table td:active
        {
        outline:0 none red;
        }
div.datePicker table th
        {
        border:0 none;
        padding:0;
        font-weight:bold;
        color:#222;
        text-align:center;
        vertical-align:middle;
        text-transform:none;
        }
div.datePicker table thead th
        {
        height:auto !important;
        }
div.datePicker table tbody th
        {
        border:1px solid #dcdcdc;
        }
/* Week number display */
div.datePicker table thead th.date-picker-week-header,
div.datePicker table tbody th.date-picker-week-header
        {
        font-style:oblique;
        background:transparent;
        cursor:default;
        }
div.datePicker table thead th.date-picker-week-header
        {
        cursor:help;
        border:0 none;
        padding:0 0 0.2em 0;
        }
/* tfoot status bar */
div.datePicker tfoot th
        {
        cursor:default;
        font-weight:normal;
        text-transform:uppercase;
        letter-spacing:0.1em;
        border:0 none;
        background:#fff;
        height:2.8em;
        }
/* TD cell that is _not_ used to display a day of the month */
div.datePicker table tbody td.date-picker-unused
        {
        background:#fff url(/images/datepicker/backstripes.gif);
        border-color:#dcdcdc;
        cursor:default !important;
        }

/* The TH cell used to display the "month, year" title */
div.datePicker table thead th.date-picker-title
        {
        width:auto;
        height:auto;
        padding:0.4em 0;
        }
/* The "mon tue wed etc" day header styles */
div.datePicker table thead th.date-picker-day-header
        {
        text-transform:lowercase;
        cursor:help;
        height:auto;
        }
/* The "todays date" style */
div.datePicker table tbody td.date-picker-today
        {
        background:#fff url(/images/datepicker/bullet2.gif) no-repeat 0 0;
        color:rgb(100,100,100) !important;
        }

div.datePicker table tbody td.month-out.date-picker-highlight
        {
        color:#aa8866 !important;
        }
/* The "highlight days" style */
div.datePicker table tbody td.date-picker-highlight,
div.datePicker table thead th.date-picker-highlight
        {
        color:#a86666 !important;
        }
/* The "active cursor" style */
div.datePicker table tbody td.date-picker-hover
        {
          color:#333 !important;
          border-color:rgb(100,130,170) !important;
/*          border-color:#333 !important;*/
        }
/* The "disabled days" style */
div.datePicker table tbody td.day-disabled
        {
        background:#fff url(/images/datepicker/backstripes.gif) no-repeat 0 0;
        color:#aaa !important;
        cursor:default;
        text-decoration:line-through;
        }
div.datePicker table tbody td.month-out
        {
        border-color:#ddd;
        color:#aaa !important;
        background:#fff url(/images/datepicker/gradient-e5e5e5-ffffff.gif) repeat-x 0 -40px;
        }
/* The "selected date" style */
div.datePicker table tbody td.date-picker-selected-date
        {
          background:#fff url(/images/datepicker/bg_header.jpg) no-repeat 0 0;
          cursor:pointer;
          border-color:rgb(100,130,170) !important;
          color:rgb(100,130,170);
          text-shadow: 0px 1px 1px #fff;
        }
/* The date "out of range" style */
div.datePicker table tbody td.out-of-range,
div.datePicker table tbody td.not-selectable
        {
        color:#ccc !important;
        font-style:oblique;
        background:#fcfcfc !important;
        cursor:default !important;
        }
/* Week number "out of range" && "month-out" styles */
div.datePicker table tbody th.month-out,
div.datePicker table tbody th.out-of-range
        {
        color:#aaa !important;
        font-style:oblique;
        background:#fcfcfc !important;
        }
/* week numbers "out of range" */
div.datePicker table tbody th.out-of-range
        {
        opacity:0.6;
        filter:alpha(opacity=60);
        }
/* Used when the entire grid is full but the next/prev months dates cannot be selected */
div.datePicker table tbody td.not-selectable
        {
        opacity:0.8;
        filter:alpha(opacity=80);
        }
div.datePicker table tbody tr
        {
        display:table-row;
        }
div.datePicker table tfoot sup
        {
        font-size:0.86em;
        letter-spacing:normal;
        text-transform:none;
        height: 0;
	line-height: 1;
	position: relative;
	top: -0.2em;	
	vertical-align: baseline !important;
	vertical-align: top;
        }
div.datePicker table thead th.date-picker-day-header,
div.datePicker table thead span.month-display,
div.datePicker table thead span.year-display
        {
        text-shadow: 0px 1px 1px #fff;
        }
/* You can add focus effects (for everything but IE6) like so: */

div.datepicker-focus table.datePickerTable
        {
        border-color:#999 !important;
        }
div.datePicker table tbody tr td:focus,
div.datePicker table tbody td.date-picker-hover
        {
        overflow:hidden;
        outline:0px solid #ff0000;
	-moz-outline: 0 none;
	-o-highlight:0 none;
	color:rgb(100,130,170) !important;        	
        }
div.static-datepicker table
        {
        -moz-box-shadow:0 0 0 transparent;

        }
div.datepicker-focus table
        {
        /* Naughty, naughty - but we add a highlight using the table's border colour */
        outline:none;
         -moz-box-shadow:0px 0px 5px #aaa;
        }
       *:-o-prefocus{outline : -o-highlight-border;}

/* INTERNET EXPLORER WOES
   ======================

   Hover Effects
   -------------

   IE cannot deal with :focus on the TR so the datePicker script adds the class "dp-row-highlight" to the
   row currently being hovered over. This should enable you to add hover effects if desired.

   e.g. the following rule will highlight the cell borders in another colour when a row is moused over,
   it looks like crap though so I didn't include the rule within the demo:

div.datePicker table tbody tr.dp-row-highlight td
        {
        border-color:#aaa;
        }
*/

/* Remove the images for Internet Explorer <= v6 using the "* html" hack
   This is a workaround for a nasty IE6 bug that never caches background images on dynamically created DOM nodes
   which means that they are downloaded for every cell for every table - nasty! */
* html div.datePicker table td
        {
        background-image:none;
        }
* html div.datePicker table td.date-picker-unused
        {
        background:#f2f2f2;
        }
body.fd-drag-active
        {
        -webkit-user-select:none;
        }
/* Chrome has problems with the -webkit-box-shadow and -webkit-border-radius styles together
   Remove one or the other to get things looking less ugly */
@media screen and (-webkit-min-device-pixel-ratio:0) {
        div.datePicker table
                {
                border-spacing:0.3em;
                /* Naughty, naughty */
                -webkit-box-shadow:0px 0px 5px #aaa;
                -webkit-border-radius:0.8em;
                }
        div.static-datepicker table
                {
                -webkit-box-shadow:0 0 0 transparent;
                }
        div.datepicker-focus table
                {
                -webkit-box-shadow:0px 0px 5px #aaa;
                }
        div.datePicker table td,
        div.datePicker table tbody th
                {
                padding:0.1em;
                -webkit-border-radius:2px;
                }
        div.datePicker table tbody td.date-picker-hover
                {
                -webkit-box-shadow:0px 0px 1px rgb(100,130,170);
                }
}
/* line 1, app/assets/stylesheets/common/devise.scss */
ul.oauth-options {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 6, app/assets/stylesheets/common/devise.scss */
ul.oauth-options li {
  margin: 0;
  padding: 0;
  display: block;
}
/* line 1, app/assets/stylesheets/common/edit_event.scss */
textarea#event_details {
  height: 8em;
  width: 100%;
  box-sizing: border-box;
}

/* line 8, app/assets/stylesheets/common/edit_event.scss */
.event-schedule .schedule-weekly {
  display: none;
}

/* line 9, app/assets/stylesheets/common/edit_event.scss */
.event-schedule .schedule-monthly {
  display: none;
}

/* line 10, app/assets/stylesheets/common/edit_event.scss */
.event-schedule .schedule-start-and-end {
  display: none;
}

/* line 13, app/assets/stylesheets/common/edit_event.scss */
select.select-monthly-ordinal {
  max-width: 5em;
}

/* line 14, app/assets/stylesheets/common/edit_event.scss */
select.select-monthly-kind {
  max-width: 10em;
}

/* line 16, app/assets/stylesheets/common/edit_event.scss */
.nested-row.monthly_occurrence {
  margin: 3px 0 3px 12px;
}

/* line 20, app/assets/stylesheets/common/edit_event.scss */
.schedule-weekdays {
  padding: 0.75em 0;
  width: 100%;
}

/* line 25, app/assets/stylesheets/common/edit_event.scss */
.schedule-weekday {
  display: inline-block;
  margin: 0 1em 0 0;
}

/* line 30, app/assets/stylesheets/common/edit_event.scss */
.event-form label {
  line-height: 20px;
  display: inline-block;
}

/* line 31, app/assets/stylesheets/common/edit_event.scss */
.event-form .field_with_errors {
  display: inline;
}

/* line 34, app/assets/stylesheets/common/edit_event.scss */
.event-form div[class*="span"] {
  float: none;
  display: inline-block;
  margin-left: 0;
  padding-left: 10px;
}

/* line 41, app/assets/stylesheets/common/edit_event.scss */
.event-form .chosen-container {
  width: 100% !important;
}

/* line 45, app/assets/stylesheets/common/edit_event.scss */
.event-form #calendar_search {
  margin: 0.5em 0 0;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
}

/* line 52, app/assets/stylesheets/common/edit_event.scss */
.event-form .event-visibility {
  margin-top: 0.5em;
  padding: 4px 8px;
  font-size: 0.85em;
  background: #f4f4f4;
  border-radius: 4px;
}

/* line 61, app/assets/stylesheets/common/edit_event.scss */
#event_title {
  vertical-align: top;
}

/* line 63, app/assets/stylesheets/common/edit_event.scss */
#event_schedule,
#invite_people {
  display: none;
}

/* line 66, app/assets/stylesheets/common/edit_event.scss */
#event_schedule_attributes_kind {
  display: none;
  width: 6em;
}

/* line 71, app/assets/stylesheets/common/edit_event.scss */
#event_schedule_attributes_skip {
  width: 6em;
}

/* line 77, app/assets/stylesheets/common/edit_event.scss */
#invite_people_control #invite_people_container {
  border: 1px solid rgba(182, 182, 182, 0.75);
  padding: 10px;
  border-radius: 4px;
  height: 200px;
  overflow-y: auto;
}

/* line 85, app/assets/stylesheets/common/edit_event.scss */
#invite_people_control .invitable-user {
  width: 33%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* line 92, app/assets/stylesheets/common/edit_event.scss */
#invite_people_control .invitable-user img {
  padding-left: 3px;
  vertical-align: top;
  margin-top: 4px;
}

/* line 98, app/assets/stylesheets/common/edit_event.scss */
#invite_people_control .invitable-user label {
  display: inline-block;
  width: 100%;
  line-height: 40px;
}

/* line 104, app/assets/stylesheets/common/edit_event.scss */
#invite_people_control .invitable-user input[type=checkbox]:checked + label {
  background-color: rgba(118, 184, 255, 0.32);
  border-radius: 4px;
}

/* line 111, app/assets/stylesheets/common/edit_event.scss */
.row-fluid > .datetimeEntry_wrap {
  margin-left: 2.127659574468085%;
}

/* line 112, app/assets/stylesheets/common/edit_event.scss */
.row-fluid > .datetimeEntry_wrap:first-child {
  margin-left: 0;
}

/* line 113, app/assets/stylesheets/common/edit_event.scss */
.row-fluid > label[class*="span"] {
  min-height: 0;
}
/* line 2, app/assets/stylesheets/common/edit_household.scss */
form input#household_permanent_address_street {
  width: 356px;
  margin-left: 0;
  margin-bottom: 0.5em;
}

/* line 7, app/assets/stylesheets/common/edit_household.scss */
form input#household_permanent_address_city {
  width: 160px;
  margin-left: 0;
}

/* line 11, app/assets/stylesheets/common/edit_household.scss */
form input#household_permanent_address_state {
  width: 44px;
  margin-left: 12px;
}

/* line 15, app/assets/stylesheets/common/edit_household.scss */
form input#household_permanent_address_zip {
  width: 100px;
  margin-left: 12px;
}

/* line 21, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit {
  margin: 15px 0;
}

/* line 24, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .household-member {
  list-style: none;
  padding: 3px 0;
}

/* line 28, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .household-member.draggable {
  padding-left: 0.5em;
}

/* line 31, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .household-member.draggable .drag-me {
  opacity: 0.3;
  padding-right: 0.25em;
}

/* line 36, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .household-member.draggable:hover {
  background: rgba(0, 162, 255, 0.1);
  cursor: move;
}

/* line 40, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .household-member.draggable:hover .drag-me {
  opacity: 1;
}

/* line 45, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .member-avatar {
  width: 32px;
  height: 32px;
}

/* line 50, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .member-name {
  line-height: 1em;
}

/* line 54, app/assets/stylesheets/common/edit_household.scss */
#household_members_edit .member-not-listed {
  font-size: smaller;
  font-style: italic;
}
/* line 8, app/assets/stylesheets/common/edit_mode.scss */
.-unite-admin-command {
  visibility: collapse !important;
}

/* line 13, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-admin-command {
  visibility: visible !important;
}

/* line 15, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content,
.edit-mode .cell > .cell-padding {
  position: relative;
  outline: none;
  border: 2px dashed #ddd;
  margin: 0 !important;
}

/* line 22, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content.ck-focused,
.edit-mode .cell > .cell-padding.ck-focused {
  padding: 5px;
  border: 1px solid #999;
  -moz-box-shadow: inset 0 0 8px #aaa;
  -webkit-box-shadow: inset 0 0 8px #aaa;
  box-shadow: inset 0 0 8px #aaa;
}

/* line 30, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content.invalid,
.edit-mode .cell > .cell-padding.invalid {
  border-color: red;
}

/* line 34, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content[dirty]::after,
.edit-mode .cell > .cell-padding[dirty]::after {
  content: '.';
  background-color: #FFDA7C;
  color: transparent;
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  visibility: visible;
}

/* line 48, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content .-row-editor-trigger,
.edit-mode .cell > .cell-padding .-row-editor-trigger {
  position: absolute;
  left: -2em;
  font-size: 2em;
  color: #ddd;
  cursor: pointer;
}

/* line 55, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode #document > .post-content .-row-editor-trigger:hover,
.edit-mode .cell > .cell-padding .-row-editor-trigger:hover {
  color: #fff;
}

/* line 59, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 12px;
  transition: margin-top .6s ease-in-out;
}

/* line 66, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row.add-row-hover {
  margin-top: 24px;
}

/* line 68, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .add-row-button {
  position: absolute;
  top: -12px;
  height: 11px;
  line-height: 11px;
  display: block;
  width: 100%;
  text-align: center;
  color: #ddd;
  transition: all .6s ease-in-out;
}

/* line 79, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .add-row-button i {
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .add-row-button:hover {
  height: 22px;
  font-size: 2em;
  top: -24px;
  color: #0782C1;
}

/* line 89, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell {
  position: relative;
  flex-shrink: 99;
  min-height: 4em;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* line 97, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell[draggable="true"] {
  cursor: grab;
}

/* line 100, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.dragging[draggable="true"] {
  cursor: grabbing;
}

/* line 105, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell .cell-padding {
  flex-grow: 1;
}

/* line 109, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell:not(:nth-child(2)) {
  margin-left: 12px;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-1 {
  flex-grow: 1;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-2 {
  flex-grow: 2;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-3 {
  flex-grow: 3;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-4 {
  flex-grow: 4;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-5 {
  flex-grow: 5;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-6 {
  flex-grow: 6;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-7 {
  flex-grow: 7;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-8 {
  flex-grow: 8;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-9 {
  flex-grow: 9;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-10 {
  flex-grow: 10;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-11 {
  flex-grow: 11;
}

/* line 114, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.cell-column-width-12 {
  flex-grow: 12;
}

/* line 117, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.drop-left {
  padding-left: 30px;
}

/* line 120, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.drop-left::before {
  content: ".";
  background: #ddd;
  color: transparent;
  display: block;
  height: calc(100% - 4px);
  width: 20px;
  border: 2px dashed #999;
  position: absolute;
  left: 0px;
}

/* line 132, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.drop-right {
  padding-right: 30px;
}

/* line 135, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.drop-right::after {
  content: ".";
  background: #ddd;
  color: transparent;
  display: block;
  height: calc(100% - 4px);
  width: 20px;
  border: 2px dashed #999;
  position: absolute;
  right: 0px;
}

/* line 151, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.type-Feed .cell-padding::before, .edit-mode .-unite-row .cell.type-Calendar .cell-padding::before, .edit-mode .-unite-row .cell.type-Carousel .cell-padding::before {
  font-family: FontAwesome;
  background-color: rgba(146, 146, 146, 0.1);
  height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 3em;
}

/* line 162, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.type-Feed .cell-padding::before {
  content: "\f09e";
}

/* line 165, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.type-Calendar .cell-padding::before {
  content: "\f073";
}

/* line 168, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.type-Carousel .cell-padding::before {
  content: "\f03e";
}

/* line 170, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell.type-Carousel div[data-unite-carousel] {
  display: none;
}

/* line 174, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell group-widget::before {
  background-color: rgba(146, 146, 146, 0.1);
  height: 50px;
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 1em;
  content: "Group Widget";
}

/* line 185, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell .cell-options {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  display: none;
  z-index: 999;
}

/* line 193, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell .cell-options > div {
  display: inline-block;
  color: #ddd;
}

/* line 197, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell .cell-options > div:hover {
  color: #0782C1;
  cursor: pointer;
}

/* line 202, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell .cell-options > div .dropdown-menu {
  font-size: 1rem;
}

/* line 209, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell:hover .cell-options {
  display: block;
}

/* line 210, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell:hover .cell-padding {
  border-color: #0782C1;
}

/* line 214, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-drag-handle {
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  cursor: ew-resize;
}

/* line 223, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-drag-handle::before {
  content: '.';
  color: transparent;
  background-color: transparent;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
}

/* line 235, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-drag-handle:hover::before, .edit-mode .-unite-row .cell-drag-handle.dragging::before {
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 241, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .add-cell-button {
  position: absolute;
  top: calc(50% - 0.5em);
  right: -1em;
  font-size: 2em;
  color: #ddd;
}

/* line 248, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .add-cell-button:hover {
  color: #0782C1;
  cursor: pointer;
}

/* line 254, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-row-spacer {
  flex-grow: 1;
}

/* line 258, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-row-button {
  font-size: 2em;
  color: #ddd;
  cursor: pointer;
}

/* line 263, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row .cell-row-button:hover {
  color: #0782C1;
}

/* line 266, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .-unite-row video {
  display: block;
  margin: 0 auto;
}

/* line 273, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor input[type="number"] {
  max-width: 5em;
}

/* line 277, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-settings,
.edit-mode .carousel-editor .carousel-editor-frame {
  padding: 1em;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 0.5em;
}

/* line 286, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor dl dt {
  width: 20%;
  margin-bottom: 0.25em;
  display: inline-block;
}

/* line 291, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor dl dd {
  width: 70%;
  margin-left: 0;
  margin-bottom: 0.25em;
  display: inline-block;
}

/* line 299, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-editor-frame {
  display: flex;
  flex-direction: row;
}

/* line 303, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-editor-frame .image-preview-area {
  width: 20%;
}

/* line 305, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-editor-frame .image-preview-area img {
  width: 100%;
  margin-bottom: 0.25em;
}

/* line 308, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-editor-frame .editing-area {
  margin-left: 1em;
  display: flex;
  flex-direction: column;
}

/* line 313, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .carousel-editor .carousel-editor-frame .editing-area .carousel-frame-any-url,
.edit-mode .carousel-editor .carousel-editor-frame .editing-area .carousel-frame-page-select {
  display: none;
}

/* line 319, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .calendar-cell-calendars {
  margin: 0;
}

/* line 322, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .calendar-cell-calendars .calendar-cell-calendar {
  list-style: none;
}

/* line 326, app/assets/stylesheets/common/edit_mode.scss */
.edit-mode .calendar-cell-calendars .calendar-cell-calendar label.owner-google {
  background-image: url(/images/mobileapp-16.png);
  background-repeat: no-repeat;
  background-position: 0;
  text-indent: 18px;
  display: inline-block;
}

/* line 340, app/assets/stylesheets/common/edit_mode.scss */
body.debug-mode .cell::before {
  content: "[" attr(data-cell-row) ", " attr(data-cell-number) "] [" attr(data-colspan) "]";
  position: absolute;
  top: 0;
  right: 2px;
  background: #e8d9c6;
  padding: 1px 3px;
}

/* line 353, app/assets/stylesheets/common/edit_mode.scss */
#document.inserting-row .add-row-button {
  display: none !important;
}
/* line 1, app/assets/stylesheets/common/error_response.scss */
#error_response {
  width: 100%;
  display: block;
  text-align: center;
}
/* line 1, app/assets/stylesheets/common/errors.scss */
#error_explanation {
  margin: 1em 0.5em;
  padding: 0.5em 1em;
  background-color: #ffd;
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/common/errors.scss */
#error_explanation h4 {
  margin: 0;
  padding: 0;
}

/* line 10, app/assets/stylesheets/common/errors.scss */
.field_with_errors {
  display: inline-block;
}

/* line 13, app/assets/stylesheets/common/errors.scss */
.field_with_errors label {
  font-weight: bold;
}

/* line 16, app/assets/stylesheets/common/errors.scss */
.field_with_errors input {
  background-color: #ffd;
}
@charset "UTF-8";
/* line 1, app/assets/stylesheets/common/event.scss */
.event-date-weekday::after {
  content: ', ';
}

/* line 2, app/assets/stylesheets/common/event.scss */
.event-date-month::after {
  content: ' ';
}

/* line 3, app/assets/stylesheets/common/event.scss */
.event-time-hour::after {
  content: ':';
}

/* line 4, app/assets/stylesheets/common/event.scss */
.event-time-ampm {
  text-transform: lowercase;
}

/* line 5, app/assets/stylesheets/common/event.scss */
.event-time-range-min::after {
  content: ' – ';
}

/* line 7, app/assets/stylesheets/common/event.scss */
.event-information {
  position: relative;
}

/* line 10, app/assets/stylesheets/common/event.scss */
.event-information h1.event-title {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

/* line 16, app/assets/stylesheets/common/event.scss */
.event-information .event-when, .event-information .event-location, .event-information .event-participation {
  margin: 0.5em 0;
}

/* line 20, app/assets/stylesheets/common/event.scss */
.event-information .event-date, .event-information .event-time, .event-information .event-location, .event-information .event-participation, .event-information .event-details, .event-information .event-reminders {
  margin-right: 1em;
  padding-left: 1.66em;
  position: relative;
}

/* line 25, app/assets/stylesheets/common/event.scss */
.event-information .event-date::before, .event-information .event-time::before, .event-information .event-location::before, .event-information .event-participation::before, .event-information .event-details::before, .event-information .event-reminders::before {
  font-family: 'FontAwesome';
  display: block;
  width: 1.25em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 37, app/assets/stylesheets/common/event.scss */
.event-information .event-participation .event-participation-actions {
  margin-right: 1em;
}

/* line 38, app/assets/stylesheets/common/event.scss */
.event-information .event-participation .event-participation-actions a {
  display: none;
  margin-left: 0.25em;
}

/* line 42, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited .event-participation-actions a[data-action="change-rsvp"] {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited .event-participation-actions.change-rsvp a[data-action="change-rsvp"] {
  display: none;
}

/* line 46, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited .event-participation-actions.change-rsvp a[data-action="rsvp"] {
  display: inline-block;
}

/* line 50, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited.user-rsvp-invited {
  display: none;
}

/* line 51, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited.user-rsvp-attending .event-participation-message::before {
  content: 'I am going to this event';
}

/* line 54, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited.user-rsvp-maybe .event-participation-message::before {
  content: 'I might go to this event';
}

/* line 57, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-invited.user-rsvp-declined .event-participation-message::before {
  content: 'I am not going to this event';
}

/* line 64, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-not-invited.user-participates .event-participation-actions a[data-action="leave"] {
  display: inline-block;
}

/* line 65, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-not-invited.user-participates .event-participation-message::before {
  content: 'I am going to this event';
}

/* line 68, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-not-invited.user-doesnt-participate .event-participation-actions a[data-action="join"] {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-not-invited.user-doesnt-participate .event-participation-message::before {
  content: 'I am not going to this event';
}

/* line 75, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .reminder-selection {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  width: 10em;
  height: 17em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em 0;
  top: -8px;
  box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 90, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .reminder-selection label {
  display: block;
  line-height: 1.5em;
  padding: 0 0.66em;
}

/* line 95, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .reminder-selection label.checked {
  background: #ffd;
}

/* line 99, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .event-reminders-actions {
  margin-left: 10em;
  padding-left: 0.66em;
}

/* line 104, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .event-reminders-edit {
  display: inline-block;
  margin-left: 0.25em;
}

/* line 110, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .event-reminders-more::before {
  content: '(+';
}

/* line 111, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders .event-reminders-more::after {
  content: ')';
}

/* line 115, app/assets/stylesheets/common/event.scss */
.event-information .event-date::before {
  content: '\f073';
}

/* line 116, app/assets/stylesheets/common/event.scss */
.event-information .event-time::before {
  content: '\f017';
}

/* line 117, app/assets/stylesheets/common/event.scss */
.event-information .event-location::before {
  content: '\f041';
}

/* line 118, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-participates::before {
  content: '\f00c';
}

/* line 119, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-doesnt-participate::before {
  content: '\f00d';
}

/* line 120, app/assets/stylesheets/common/event.scss */
.event-information .event-participation.user-rsvp-maybe::before {
  content: '\f128';
}

/* line 121, app/assets/stylesheets/common/event.scss */
.event-information .event-details::before {
  content: '\f040';
}

/* line 122, app/assets/stylesheets/common/event.scss */
.event-information .event-reminders::before {
  content: '\f0a2';
}

/* line 125, app/assets/stylesheets/common/event.scss */
.event-information .event-when.event-when-multiday .event-when-label {
  display: inline-block;
  width: 3em;
}

/* line 126, app/assets/stylesheets/common/event.scss */
.event-information .event-when.event-when-multiday .event-date {
  display: inline-block;
  min-width: 11em;
  margin-right: 0;
}

/* line 130, app/assets/stylesheets/common/event.scss */
.event-information .event-details h6 {
  line-height: 1em;
  margin: 0.25em 0;
}

/* line 135, app/assets/stylesheets/common/event.scss */
.event-information .event-details p {
  margin: 0 0 0.5em 0;
}

/* line 138, app/assets/stylesheets/common/event.scss */
.event-information .event-group {
  position: absolute;
  right: 0;
}

/* line 142, app/assets/stylesheets/common/event.scss */
.event-information .event-group dt {
  display: inline;
}

/* line 143, app/assets/stylesheets/common/event.scss */
.event-information .event-group dd {
  display: inline;
}

/* line 146, app/assets/stylesheets/common/event.scss */
.event-information .event-actions {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

/* line 152, app/assets/stylesheets/common/event.scss */
.event-information .event-actions .event-action {
  display: block;
}

/* line 157, app/assets/stylesheets/common/event.scss */
.event-information .copy-link {
  vertical-align: bottom;
  margin-left: 15px;
  font-size: .8em;
}

/* line 164, app/assets/stylesheets/common/event.scss */
.event-rsvp-banner {
  background: #ffffe0;
  padding: 0.5em 1.33em;
}

/* line 168, app/assets/stylesheets/common/event.scss */
.event-rsvp-banner .event-rsvp-responses {
  margin-left: 2em;
}

/* line 173, app/assets/stylesheets/common/event.scss */
#event_reminders {
  -moz-columns: 3 10px;
  -webkit-columns: 3 10px;
  columns: 3 10px;
}
/* line 1, app/assets/stylesheets/common/event_participants.scss */
.event-participants {
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/common/event_participants.scss */
.event-participants li {
  padding: 2px 0;
  list-style-type: none;
}

/* line 12, app/assets/stylesheets/common/event_participants.scss */
.event-invitations .status {
  color: gray;
  font-style: italic;
  font-size: smaller;
  margin-left: 10px;
}

/* line 20, app/assets/stylesheets/common/event_participants.scss */
.participant-count {
  color: silver;
  font-style: smaller;
}
/* line 1, app/assets/stylesheets/common/flash.scss */
.flash {
  max-width: 560px;
  margin: 4px auto;
  padding: 5px 0;
  text-align: center;
  border-radius: 3px;
  background: #f3f3c5;
  color: #505030;
}

/* line 10, app/assets/stylesheets/common/flash.scss */
.flash.error {
  background: #f7dbd8;
  color: #703030;
}

/* line 14, app/assets/stylesheets/common/flash.scss */
.flash.notice {
  background: #ddeedb;
  color: #228a32;
}

/* line 21, app/assets/stylesheets/common/flash.scss */
.flash-container ul {
  list-style-type: none;
}

/* line 23, app/assets/stylesheets/common/flash.scss */
.flash-container ul li {
  text-align: center;
  font-size: 17px;
}

/* line 30, app/assets/stylesheets/common/flash.scss */
#mailing_list_error {
  margin: 0 auto;
  display: none;
}
/* line 3, app/assets/stylesheets/common/forms.scss */
dl.form {
  margin-bottom: 0.75em;
}

/* line 5, app/assets/stylesheets/common/forms.scss */
dl.form dt {
  margin-top: 0.75em;
}

/* line 6, app/assets/stylesheets/common/forms.scss */
dl.form dd {
  margin: 0;
}

/* line 9, app/assets/stylesheets/common/forms.scss */
dl.form-controls {
  margin-top: 0;
}

/* line 13, app/assets/stylesheets/common/forms.scss */
#tenant_church_address {
  height: 3.66em;
}

/* line 17, app/assets/stylesheets/common/forms.scss */
label {
  display: inline;
}

/* line 18, app/assets/stylesheets/common/forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-top: -3px;
}

/* line 23, app/assets/stylesheets/common/forms.scss */
.buttons {
  vertical-align: middle;
}

/* line 26, app/assets/stylesheets/common/forms.scss */
.authentications li {
  list-style: none;
}

/* line 27, app/assets/stylesheets/common/forms.scss */
.authentications .auth-option {
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/common/forms.scss */
.authentications .button_to {
  display: inline-block;
}

/* line 31, app/assets/stylesheets/common/forms.scss */
p.markdown-help {
  margin-top: 0;
}

/* line 35, app/assets/stylesheets/common/forms.scss */
#search_box input {
  width: 205px;
}

/* line 39, app/assets/stylesheets/common/forms.scss */
legend {
  line-height: 1.33em;
  box-sizing: border-box;
}

/* line 43, app/assets/stylesheets/common/forms.scss */
legend > label {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

/* line 50, app/assets/stylesheets/common/forms.scss */
fieldset {
  margin: 3em 0;
  padding: 0.66em 0;
}

/* line 54, app/assets/stylesheets/common/forms.scss */
fieldset.first {
  margin-top: 1em;
}

/* line 55, app/assets/stylesheets/common/forms.scss */
fieldset > input[type="radio"] {
  margin-left: 0.66em;
}

/* line 58, app/assets/stylesheets/common/forms.scss */
.form-section {
  width: 100%;
  box-sizing: border-box;
  padding-left: 80px;
  position: relative;
  margin-bottom: 3em;
}

/* line 66, app/assets/stylesheets/common/forms.scss */
.form-subsection {
  margin-bottom: 2em;
}

/* line 70, app/assets/stylesheets/common/forms.scss */
.form-section-explanation {
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 48px;
  text-align: right;
  font-size: 0.88em;
  font-style: italic;
  line-height: 1em;
  color: #ccc;
}

/* line 81, app/assets/stylesheets/common/forms.scss */
.form-section-explanation i.icon {
  display: block;
  font-size: 2em;
}

/* line 87, app/assets/stylesheets/common/forms.scss */
input.page-title {
  font-size: 2em;
  height: auto;
}
/*
    GENERAL STYLES FOR FREIGHT TRAIN
*/
/* line 6, app/assets/stylesheets/common/freight_train.scss */
.list > ol {
  display: block;
  margin: 0;
  padding: 0;
}

/* line 12, app/assets/stylesheets/common/freight_train.scss */
li.neat-row {
  list-style: none;
  display: block;
  margin: 0 -8px;
  padding: 6px 8px;
}

/* line 18, app/assets/stylesheets/common/freight_train.scss */
li.neat-row:before,
li.neat-row:after {
  display: inline;
}

/* line 22, app/assets/stylesheets/common/freight_train.scss */
li.neat-row.editor {
  line-height: 28px;
}

/* line 24, app/assets/stylesheets/common/freight_train.scss */
.neat-row > a,
.neat-row > div {
  margin-right: 6px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}

/* line 31, app/assets/stylesheets/common/freight_train.scss */
.neat-row > a label,
.neat-row > div label {
  line-height: 20px;
}

/* line 34, app/assets/stylesheets/common/freight_train.scss */
div.last-child {
  float: right;
}

/* line 38, app/assets/stylesheets/common/freight_train.scss */
.neat-row.hovered {
  background-color: #ebf8f8;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 45, app/assets/stylesheets/common/freight_train.scss */
#groups .hovered .last-child {
  right: 8px;
}

/* line 49, app/assets/stylesheets/common/freight_train.scss */
.neat-row.in-edit {
  display: none;
}

/* line 53, app/assets/stylesheets/common/freight_train.scss */
#edit_neat-row.neat-row {
  background-color: #eee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 -8px;
  padding-left: 8px;
  padding-right: 8px;
}

/* line 63, app/assets/stylesheets/common/freight_train.scss */
.neat-row.editor.new {
  border-bottom: Solid 1px #e1e1e1;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

/* line 69, app/assets/stylesheets/common/freight_train.scss */
.neat-row.interactive {
  cursor: pointer;
}

/* line 73, app/assets/stylesheets/common/freight_train.scss */
.neat-row.selected,
.neat-row.selected.hovered {
  background-color: #ffffe6;
}

/* line 78, app/assets/stylesheets/common/freight_train.scss */
.neat-row.deleting,
.neat-neat-row.deleting-proxy {
  background: #ffdad0 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin: 0 -8px;
  padding-left: 8px;
  padding-right: 8px;
}
/* line 1, app/assets/stylesheets/common/globals.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.25em 0;
}

/* line 3, app/assets/stylesheets/common/globals.scss */
h1.top, h2.top, h3.top, h4.top, h5.top, h6.top {
  margin-top: 0 !important;
}

/* line 5, app/assets/stylesheets/common/globals.scss */
h1 {
  font-size: 2em;
}

/* line 6, app/assets/stylesheets/common/globals.scss */
h2 {
  font-size: 1.66em;
}

/* line 7, app/assets/stylesheets/common/globals.scss */
h3 {
  font-size: 1.35em;
}

/* line 8, app/assets/stylesheets/common/globals.scss */
h4 {
  font-size: 1.15em;
}

/* line 9, app/assets/stylesheets/common/globals.scss */
h5 {
  font-size: 1em;
}

/* line 10, app/assets/stylesheets/common/globals.scss */
h6 {
  font-size: 0.8em;
}

/* line 12, app/assets/stylesheets/common/globals.scss */
#navigation li {
  list-style-type: none;
}

/* line 16, app/assets/stylesheets/common/globals.scss */
.videoPlayer[id] {
  display: block;
  width: 500px;
  height: 300px;
}

/* line 22, app/assets/stylesheets/common/globals.scss */
.-unite-calendar-page .btn.new-event {
  display: inline;
  text-shadow: none;
}

/* line 27, app/assets/stylesheets/common/globals.scss */
.on-page-message {
  font-size: 14px;
  margin-bottom: 0;
}

/* line 32, app/assets/stylesheets/common/globals.scss */
.remember {
  font-weight: bold;
  position: relative;
  margin-left: 10px;
}

/* line 37, app/assets/stylesheets/common/globals.scss */
.remember:before {
  font-family: FontAwesome;
  content: "\f071";
  color: rgba(0, 0, 0, 0.2);
  font-size: 21px;
  position: absolute;
  left: -14px;
}

/* line 47, app/assets/stylesheets/common/globals.scss */
.remember.-alert:before {
  color: rgba(255, 76, 31, 0.3);
}

/* line 53, app/assets/stylesheets/common/globals.scss */
.-unite-link-to-signout {
  white-space: nowrap;
}

/* line 55, app/assets/stylesheets/common/globals.scss */
.mejs__audio {
  max-width: 500px;
  min-width: 300px;
}

/* line 60, app/assets/stylesheets/common/globals.scss */
.mejs__video {
  max-width: 500px;
  width: 100% !important;
}

/* line 64, app/assets/stylesheets/common/globals.scss */
.mejs__video video,
.mejs__video iframe {
  width: 100%;
  height: 100%;
}

/* line 72, app/assets/stylesheets/common/globals.scss */
figure.table {
  margin: 0;
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/common/globals.scss */
img[href] {
  cursor: pointer;
}
/* line 3, app/assets/stylesheets/common/group_membership.scss */
#page_main .change-role > a {
  display: block;
}

/* line 6, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group,
#page_main .-email-selected-members,
#page_main .-promote-selected-members,
#page_main .-promote-selected-members,
#page_main .change-role {
  margin-top: 9px;
  margin-left: 10px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* line 15, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group.btn,
#page_main .-email-selected-members.btn,
#page_main .-promote-selected-members.btn,
#page_main .-promote-selected-members.btn,
#page_main .change-role.btn {
  color: white;
  font-weight: normal;
}

/* line 19, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group > a,
#page_main .-email-selected-members > a,
#page_main .-promote-selected-members > a,
#page_main .-promote-selected-members > a,
#page_main .change-role > a {
  color: white;
  font-weight: normal;
  margin-top: 0;
  text-decoration: none;
}

/* line 25, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group > a:hover,
#page_main .-email-selected-members > a:hover,
#page_main .-promote-selected-members > a:hover,
#page_main .-promote-selected-members > a:hover,
#page_main .change-role > a:hover {
  text-decoration: none;
  color: white;
}

/* line 32, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group .role-selector a,
#page_main .-email-selected-members .role-selector a,
#page_main .-promote-selected-members .role-selector a,
#page_main .-promote-selected-members .role-selector a,
#page_main .change-role .role-selector a {
  margin: 0;
}

/* line 35, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group .role-selector a:hover,
#page_main .-email-selected-members .role-selector a:hover,
#page_main .-promote-selected-members .role-selector a:hover,
#page_main .-promote-selected-members .role-selector a:hover,
#page_main .change-role .role-selector a:hover {
  background: rgba(47, 150, 180, 0.5);
  color: black;
}

/* line 43, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group {
  text-decoration: none;
}

/* line 46, app/assets/stylesheets/common/group_membership.scss */
#page_main .-email-group:hover {
  text-decoration: none;
}

/* line 52, app/assets/stylesheets/common/group_membership.scss */
.initiate-delete {
  background: url(/images/destroy18.png) no-repeat;
  width: 18px;
  height: 18px;
  margin: 8px 6px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}

/* line 61, app/assets/stylesheets/common/group_membership.scss */
.initiate-delete:hover {
  background: url(/images/destroy18-hover.png) no-repeat;
}

/* line 67, app/assets/stylesheets/common/group_membership.scss */
.confirm-delete-member a, .confirm-delete-member span {
  display: inline-block;
}

/* line 69, app/assets/stylesheets/common/group_membership.scss */
.confirm-delete-member a {
  vertical-align: top;
  margin-top: 5px;
  color: white !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none !important;
}

/* line 77, app/assets/stylesheets/common/group_membership.scss */
.confirm-delete-member .cancel-delete {
  background: url(/images/cancel18.png) no-repeat;
  width: 18px;
  height: 18px;
  margin: 8px 6px;
  text-indent: -9999em;
  overflow: hidden;
}

/* line 85, app/assets/stylesheets/common/group_membership.scss */
.confirm-delete-member .cancel-delete:hover {
  background: url(/images/cancel18-hover.png) no-repeat;
}

/* line 92, app/assets/stylesheets/common/group_membership.scss */
.group_membership:hover {
  background: rgba(112, 112, 112, 0.2);
}

/* line 97, app/assets/stylesheets/common/group_membership.scss */
.select-all-members,
.deselect-all-members {
  margin-top: 12px;
  font-size: smaller;
}

/* line 103, app/assets/stylesheets/common/group_membership.scss */
.deselect-all-members {
  display: none;
}

/* line 108, app/assets/stylesheets/common/group_membership.scss */
#group_memberships .member-checkbox {
  line-height: 35px;
  display: inline-block;
  width: 20px;
  padding-left: 7px;
}

/* line 116, app/assets/stylesheets/common/group_membership.scss */
.member-leader {
  display: inline-block;
  padding: 2px;
  line-height: 30px;
  margin-left: 0.5em;
  vertical-align: top;
}

/* line 124, app/assets/stylesheets/common/group_membership.scss */
.member-invited {
  display: inline-block;
  padding: 2px;
  line-height: 30px;
  margin-left: 0.5em;
  vertical-align: top;
}

/* line 131, app/assets/stylesheets/common/group_membership.scss */
.member-invited:before {
  content: '(';
}

/* line 132, app/assets/stylesheets/common/group_membership.scss */
.member-invited:after {
  content: ')';
}

/* line 135, app/assets/stylesheets/common/group_membership.scss */
[attr="group_membership[leader]"][value="false"] {
  display: none;
}

/* line 137, app/assets/stylesheets/common/group_membership.scss */
#group_membership_user_id_chzn a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #B6B6B6;
  line-height: 28px;
  margin: 0 !important;
  padding: 0;
}

/* line 147, app/assets/stylesheets/common/group_membership.scss */
#membership_request_count {
  display: inline-block;
  background: #F10500;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-align: center;
  min-width: 1.5em;
}

/* line 159, app/assets/stylesheets/common/group_membership.scss */
#group_add_member .tab-content {
  overflow: visible;
  min-height: 150px;
}

/* line 164, app/assets/stylesheets/common/group_membership.scss */
#join_request_add_all {
  text-align: right;
  padding-right: 0.3em;
}

/* line 169, app/assets/stylesheets/common/group_membership.scss */
ul#join_requests {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 173, app/assets/stylesheets/common/group_membership.scss */
ul#join_requests li {
  overflow: hidden;
  padding: 0.3em;
  line-height: 44px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 180, app/assets/stylesheets/common/group_membership.scss */
ul#join_requests li:hover {
  background: #ebf8f8;
}

/* line 183, app/assets/stylesheets/common/group_membership.scss */
ul#join_requests li .join-request-action {
  float: right;
}

/* line 185, app/assets/stylesheets/common/group_membership.scss */
ul#join_requests li .join-request-action form {
  float: left;
  margin: 0 0.25em 0 0;
}

/* line 194, app/assets/stylesheets/common/group_membership.scss */
p#join_requests_empty {
  font-style: italic;
  text-align: center;
}
/* line 1, app/assets/stylesheets/common/groups.scss */
ul#groups {
  margin: 0;
  padding: 0;
}

/* line 5, app/assets/stylesheets/common/groups.scss */
ul#groups li {
  list-style-type: none;
}

/* line 8, app/assets/stylesheets/common/groups.scss */
textarea#group_summary {
  height: 6em;
  width: 100%;
  box-sizing: border-box;
}

/* line 14, app/assets/stylesheets/common/groups.scss */
p {
  margin-top: 1.33em;
}

/* line 18, app/assets/stylesheets/common/groups.scss */
h3.group-title {
  display: inline-block;
}

/* line 22, app/assets/stylesheets/common/groups.scss */
.group-metadata {
  margin-top: 0.5em;
  display: inline-block;
}

/* line 27, app/assets/stylesheets/common/groups.scss */
.group-metadata.hover p {
  opacity: 0;
}

/* line 28, app/assets/stylesheets/common/groups.scss */
.group-metadata.hover li {
  opacity: 0.3;
}

/* line 31, app/assets/stylesheets/common/groups.scss */
.group-metadata.hover li.hover {
  opacity: 1;
}

/* line 34, app/assets/stylesheets/common/groups.scss */
.group-metadata.hover li.hover .member-name {
  display: block;
  position: absolute;
  z-index: 100;
  bottom: 5px;
  left: 24px;
  line-height: 1em;
  white-space: nowrap;
  font-weight: bold;
  color: black;
  margin: 0 8px;
  padding: 0;
}

/* line 51, app/assets/stylesheets/common/groups.scss */
.group-metadata .group-leaders li:hover .member-name {
  left: 32px;
  bottom: 10px;
}

/* line 54, app/assets/stylesheets/common/groups.scss */
.group-metadata .group-leaders li:hover .member-name:after {
  content: ' (Leader)';
}

/* line 57, app/assets/stylesheets/common/groups.scss */
.group-metadata ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

/* line 64, app/assets/stylesheets/common/groups.scss */
.group-metadata p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 32px;
}

/* line 72, app/assets/stylesheets/common/groups.scss */
.group-metadata li {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0;
  vertical-align: bottom;
  list-style-type: none;
  position: relative;
}

/* line 80, app/assets/stylesheets/common/groups.scss */
.group-metadata li a {
  text-decoration: none;
}

/* line 83, app/assets/stylesheets/common/groups.scss */
.group-metadata .member-avatar {
  vertical-align: bottom;
}

/* line 84, app/assets/stylesheets/common/groups.scss */
.group-metadata .member-name {
  display: none;
}

/* line 85, app/assets/stylesheets/common/groups.scss */
.group-metadata .group-members .member-avatar {
  height: 24px;
}

/* line 87, app/assets/stylesheets/common/groups.scss */
.group-metadata .group-members .member-avatar img {
  width: 24px;
  height: 24px;
}

/* line 92, app/assets/stylesheets/common/groups.scss */
#add_group_page {
  margin-bottom: 5px;
}

/* line 95, app/assets/stylesheets/common/groups.scss */
#add_group_page input[type="submit"] {
  font-size: 14px;
  vertical-align: bottom;
}

/* line 101, app/assets/stylesheets/common/groups.scss */
.group-links {
  margin: 0;
}

/* line 104, app/assets/stylesheets/common/groups.scss */
.group-links li {
  list-style: none;
}

/* line 110, app/assets/stylesheets/common/groups.scss */
#group_pages_wrapper #save_group_page_changes {
  margin-top: 15px;
}

/* line 115, app/assets/stylesheets/common/groups.scss */
#group_pages {
  height: 180px;
  overflow-y: scroll;
  background: white;
  border-radius: 3px;
  border: solid #ccc 1px;
}

/* line 122, app/assets/stylesheets/common/groups.scss */
#group_pages ul {
  margin: 3px;
}

/* line 126, app/assets/stylesheets/common/groups.scss */
#group_pages .group-page {
  list-style: none;
  padding: 5px;
  position: relative;
}

/* line 131, app/assets/stylesheets/common/groups.scss */
#group_pages .group-page input[type="checkbox"] {
  margin-right: 5px;
}

/* line 135, app/assets/stylesheets/common/groups.scss */
#group_pages .group-page:hover {
  background-color: rgba(135, 220, 253, 0.2);
}

/* line 139, app/assets/stylesheets/common/groups.scss */
#group_pages .group-page.draft::before {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-size: 17px;
  color: white;
  display: block;
  padding: 3px 8px 3px 3px;
  position: absolute;
  top: 3px;
  right: 4px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  content: '\f044';
  background-color: #888888;
}

/* line 157, app/assets/stylesheets/common/groups.scss */
#group_pages .group-page.draft::after {
  font-family: Verdana;
  font-size: 11px;
  color: white;
  display: block;
  padding: 3px 3px 3px 8px;
  position: absolute;
  top: 3px;
  right: 26px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  content: 'Draft';
  background-color: #888888;
  right: 32px;
}

/* line 175, app/assets/stylesheets/common/groups.scss */
#group_pages .no-group-pages {
  font-style: italic;
  color: #ccc;
}

/* line 183, app/assets/stylesheets/common/groups.scss */
#group_details table {
  table-layout: fixed;
}

/* line 186, app/assets/stylesheets/common/groups.scss */
#group_details table .row-spacer {
  height: 15px;
}

/* line 188, app/assets/stylesheets/common/groups.scss */
#group_details table tbody th {
  font-weight: normal;
  font-weight: inherit;
  text-align: left;
  padding-right: 1.5em;
}

/* line 196, app/assets/stylesheets/common/groups.scss */
#group_details table thead.small {
  height: 40px;
}

/* line 199, app/assets/stylesheets/common/groups.scss */
#group_details table thead.small td {
  padding-bottom: 10px;
  padding-left: 20px;
}

/* line 205, app/assets/stylesheets/common/groups.scss */
#group_details table thead td {
  vertical-align: bottom;
  padding-bottom: 20px;
  font-size: 0.88em;
  line-height: 1em;
  padding: 0 0.5em 0.25em;
  width: 4em;
}

/* line 216, app/assets/stylesheets/common/groups.scss */
#group_details table .options input[type=radio] {
  margin-left: 23px;
}

/* line 223, app/assets/stylesheets/common/groups.scss */
.group-pages-instructions {
  margin: 0;
  font-size: 0.88em;
}
/* line 3, app/assets/stylesheets/common/households.scss */
.household-information h1.family-name {
  line-height: 1em;
  margin: 0;
  padding: 0;
}

/* line 9, app/assets/stylesheets/common/households.scss */
.household-information .household-address, .household-information .household-phone-numbers, .household-information .household-email-addresses {
  margin: 0.5em 1em 0.5em 0;
  padding-left: 1.66em;
  position: relative;
}

/* line 14, app/assets/stylesheets/common/households.scss */
.household-information .household-address::before, .household-information .household-phone-numbers::before, .household-information .household-email-addresses::before {
  font-family: 'FontAwesome';
  display: block;
  width: 1.25em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 25, app/assets/stylesheets/common/households.scss */
.household-information .household-address::before {
  content: '\f015';
}

/* line 26, app/assets/stylesheets/common/households.scss */
.household-information .household-phone-numbers::before {
  content: '\f095';
}

/* line 27, app/assets/stylesheets/common/households.scss */
.household-information .household-email-addresses::before {
  content: '\f0e0';
}

/* line 29, app/assets/stylesheets/common/households.scss */
.household-information .household-actions {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

/* line 37, app/assets/stylesheets/common/households.scss */
#household_members {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/* line 43, app/assets/stylesheets/common/households.scss */
#household_members .household-member {
  list-style: none;
  padding: 3px 0;
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/* line 51, app/assets/stylesheets/common/households.scss */
#household_members .household-member h3 {
  margin: 0;
}

/* line 53, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-avatar {
  width: 32px;
  height: 32px;
}

/* line 58, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-name {
  line-height: 1em;
  margin-left: 0;
}

/* line 63, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-address, #household_members .household-member .member-phone-numbers, #household_members .household-member .member-email-addresses {
  margin: 0.1em 1em 0.1em 0;
  padding-left: 1.66em;
  position: relative;
}

/* line 68, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-address::before, #household_members .household-member .member-phone-numbers::before, #household_members .household-member .member-email-addresses::before {
  font-family: 'FontAwesome';
  display: block;
  width: 1.25em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 79, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-address::before {
  content: '\f015';
}

/* line 80, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-phone-numbers::before {
  content: '\f095';
}

/* line 81, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-email-addresses::before {
  content: '\f0e0';
}

/* line 83, app/assets/stylesheets/common/households.scss */
#household_members .household-member .member-not-listed {
  color: #333;
  font-size: 0.6em;
  font-style: italic;
}
/* line 2, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker #theme_preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal {
  position: absolute;
  z-index: 501;
  left: 50%;
  top: 50%;
  margin-left: -330px;
  margin-top: -200px;
  width: 680px;
  height: 400px;
  padding: 20px 40px;
  -moz-border-radius: 18px;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
}

/* line 29, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.hovered {
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.3);
}

/* line 31, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered {
  background: transparent;
  -moz-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.16);
}

/* line 38, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered button {
  visibility: hidden;
}

/* line 41, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered .-unite-asset-list {
  overflow-y: hidden;
}

/* line 44, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered .-unite-theme {
  background-color: transparent;
}

/* line 47, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered .-unite-theme-name {
  visibility: hidden;
}

/* line 50, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal.unhovered .-unite-theme-thumbnail img {
  opacity: 0.16;
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  /* Not yet supported in Gecko, Opera or IE */
  filter: url(/resources.svg#desaturate);
  /* Gecko */
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}

/* line 81, app/assets/stylesheets/common/immersive_theme_picker.scss */
.-unite-immersive-theme-picker .-unite-setup-themes-modal #themes {
  height: 320px;
}
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* positioning */

.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
/* line 3, app/assets/stylesheets/common/layouts.scss */
.-unite-column {
  display: inline-block;
  float: left;
  vertical-align: top;
}

/* line 10, app/assets/stylesheets/common/layouts.scss */
.cell.layout-mode-on {
  height: 150px;
  overflow: hidden;
  margin: 0 4px 10px 0;
}

/* line 15, app/assets/stylesheets/common/layouts.scss */
.cell.layout-mode-on:before {
  content: ".";
  background-color: black;
  width: 100%;
  display: block;
  height: 150px;
}

/* line 27, app/assets/stylesheets/common/layouts.scss */
.-unite-row::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-1 {
  width: 8.3333333333%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-2 {
  width: 16.6666666667%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-3 {
  width: 25%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-4 {
  width: 33.3333333333%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-5 {
  width: 41.6666666667%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-6 {
  width: 50%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-7 {
  width: 58.3333333333%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-8 {
  width: 66.6666666667%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-9 {
  width: 75%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-10 {
  width: 83.3333333333%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-11 {
  width: 91.6666666667%;
}

/* line 36, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-column-width-12 {
  width: 100%;
}

/* line 39, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell-padding:not(.ck-editor__editable) {
  margin: 0;
  padding: 10px;
}

/* line 42, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell h1.feed-title {
  margin: 0 0 15px 0 !important;
}

/* line 43, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post {
  margin: 0 0 10px 0 !important;
}

/* line 46, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post h3.post-title {
  line-height: 1.5em;
  margin: 0 0 5px 0 !important;
}

/* line 50, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post h3.post-title a {
  line-height: 1.5em;
}

/* line 52, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post .post-content {
  margin-left: 5px;
}

/* line 55, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post .post-content > * {
  margin: 0 0 5px 0 !important;
}

/* line 57, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell .post .post-info {
  font-size: 0.6em;
}

/* line 61, app/assets/stylesheets/common/layouts.scss */
.-unite-row .cell img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-1 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-2 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-3 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-4 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-5 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-6 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-7 {
    width: 50%;
  }
  /* line 74, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-8 {
    width: 50%;
  }
  /* line 79, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-9 {
    width: 100%;
  }
  /* line 79, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-10 {
    width: 100%;
  }
  /* line 79, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-11 {
    width: 100%;
  }
  /* line 79, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell-column-width-12 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* line 84, app/assets/stylesheets/common/layouts.scss */
  .-unite-row .cell.-unite-column {
    width: 100%;
  }
}

/* line 90, app/assets/stylesheets/common/layouts.scss */
.layout {
  overflow: hidden;
  margin: -8px;
}

/* line 95, app/assets/stylesheets/common/layouts.scss */
.layout1 .cell2, .layout1 .cell3, .layout1 .cell4, .layout1 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 99, app/assets/stylesheets/common/layouts.scss */
.layout2 .cell1 {
  width: 50%;
  float: left;
}

/* line 100, app/assets/stylesheets/common/layouts.scss */
.layout2 .cell2 {
  width: 50%;
  float: right;
}

/* line 101, app/assets/stylesheets/common/layouts.scss */
.layout2 .cell3, .layout2 .cell4, .layout2 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 102, app/assets/stylesheets/common/layouts.scss */
.layout2:after {
  content: '.';
  font-size: 0;
  clear: both;
}

/* line 106, app/assets/stylesheets/common/layouts.scss */
.layout3 .cell1 {
  width: 66%;
  float: left;
}

/* line 107, app/assets/stylesheets/common/layouts.scss */
.layout3 .cell2 {
  width: 34%;
  float: right;
}

/* line 108, app/assets/stylesheets/common/layouts.scss */
.layout3 .cell3, .layout3 .cell4, .layout3 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 109, app/assets/stylesheets/common/layouts.scss */
.layout3:after {
  content: '.';
  font-size: 0;
  clear: both;
}

/* line 113, app/assets/stylesheets/common/layouts.scss */
.layout4 .cell2 {
  width: 66%;
  float: left;
}

/* line 114, app/assets/stylesheets/common/layouts.scss */
.layout4 .cell3 {
  width: 34%;
  float: right;
}

/* line 115, app/assets/stylesheets/common/layouts.scss */
.layout4 .cell4, .layout4 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 116, app/assets/stylesheets/common/layouts.scss */
.layout4:after {
  content: '.';
  font-size: 0;
  clear: both;
}

/* line 120, app/assets/stylesheets/common/layouts.scss */
.layout5 .cell2 {
  width: 34%;
  float: left;
}

/* line 121, app/assets/stylesheets/common/layouts.scss */
.layout5 .cell3 {
  width: 66%;
  float: right;
}

/* line 122, app/assets/stylesheets/common/layouts.scss */
.layout5 .cell4, .layout5 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 123, app/assets/stylesheets/common/layouts.scss */
.layout5:after {
  content: '.';
  font-size: 0;
  clear: both;
}

/* line 127, app/assets/stylesheets/common/layouts.scss */
.layout6 .cell2 {
  width: 33%;
  float: left;
}

/* line 128, app/assets/stylesheets/common/layouts.scss */
.layout6 .cell3 {
  width: 34%;
  float: left;
}

/* line 129, app/assets/stylesheets/common/layouts.scss */
.layout6 .cell4 {
  width: 33%;
  float: right;
}

/* line 130, app/assets/stylesheets/common/layouts.scss */
.layout6 .cell5 {
  visibility: hidden;
  height: 0;
}

/* line 131, app/assets/stylesheets/common/layouts.scss */
.layout6:after {
  content: '.';
  font-size: 0;
  clear: both;
}

/* line 137, app/assets/stylesheets/common/layouts.scss */
.cell.loading:after {
  content: ".";
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.6);
}

/* line 148, app/assets/stylesheets/common/layouts.scss */
.cell.loading .cell-padding {
  border: none;
  padding: 6px;
  margin: 0 2px;
}

/* line 156, app/assets/stylesheets/common/layouts.scss */
.cell-padding {
  margin: 2px;
  padding: 6px;
}

/* line 161, app/assets/stylesheets/common/layouts.scss */
.cell img {
  max-width: 100%;
}

/* line 165, app/assets/stylesheets/common/layouts.scss */
.cell > div:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 175, app/assets/stylesheets/common/layouts.scss */
.post-content img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 2, app/assets/stylesheets/common/loading.scss */
.loading {
  position: relative;
}

/* line 5, app/assets/stylesheets/common/loading.scss */
.loading::after {
  content: '.';
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-image: url(/images/48px-ajax-loader.gif) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* line 22, app/assets/stylesheets/common/loading.scss */
.disabled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/* line 30, app/assets/stylesheets/common/loading.scss */
.scrollable {
  overflow-y: scroll;
}

/* line 32, app/assets/stylesheets/common/loading.scss */
.clickBarrier {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
}

.mejs__container.centered {
  margin: 0 auto !important;
}
/* line 1, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory {
  min-height: 300px;
}

/* line 2, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory.loading {
  background: rgba(200, 200, 200, 0.15);
}

/* line 5, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory ol {
  padding: 0;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory ol li {
  list-style-type: none;
  float: left;
  width: 440px;
  overflow: hidden;
  margin: 3px 0;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .household-information .household-address, #membership_directory .household-information .household-phone-numbers, #membership_directory .household-information .household-email-addresses {
  margin: 0;
}

/* line 23, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .household-information .household-address [class*="span"], #membership_directory .household-information .household-phone-numbers [class*="span"], #membership_directory .household-information .household-email-addresses [class*="span"] {
  float: none;
  margin-left: 0;
}

/* line 27, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .memberdir-info {
  float: left;
}

/* line 28, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .memberdir-name {
  font-size: 1.2em;
}

/* line 29, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .memberdir-name,
#membership_directory .memberdir-contact {
  display: block;
}

/* line 32, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .directory-entry + .directory-entry {
  margin-top: 2em;
}

/* line 34, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .directory-entry-members {
  margin: 0.5em 0;
}

/* line 37, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .directory-entry-members .household-member + .household-member {
  margin-left: 0.5em;
}

/* line 38, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .directory-entry-members .member-name {
  padding: 0;
  line-height: 1.2em;
  margin-left: 0.33em;
}

/* line 41, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .member-avatar, #membership_directory .member-avatar img {
  width: 1.2em;
  height: 1.2em;
  vertical-align: text-bottom;
}

/* line 44, app/assets/stylesheets/common/membership_directory.scss */
#membership_directory .directory-entry-person .member-name {
  padding: 0;
  line-height: inherit;
  margin-left: 0;
}
/* line 1, app/assets/stylesheets/common/misc.scss */
body .row-fluid .span1p5 {
  width: 10.638297872340424%;
}

/* line 2, app/assets/stylesheets/common/misc.scss */
body .row-fluid .offset1p5:first-child {
  margin-left: 12.765957446808509%;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 5, app/assets/stylesheets/common/misc.scss */
  body .row-fluid .span1p5 {
    width: 10.082872928176796%;
  }
  /* line 6, app/assets/stylesheets/common/misc.scss */
  body .row-fluid .offset1p5:first-child {
    margin-left: 12.210532502644881%;
  }
}

@media (min-width: 1200px) {
  /* line 10, app/assets/stylesheets/common/misc.scss */
  body .row-fluid .span1p5 {
    width: 10.256410256410255%;
  }
  /* line 11, app/assets/stylesheets/common/misc.scss */
  body .row-fluid .offset1p5:first-child {
    margin-left: 12.82051282051282%;
  }
}
/* line 2, app/assets/stylesheets/common/nested_editors.scss */
.nested ol {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 8, app/assets/stylesheets/common/nested_editors.scss */
.nested-row {
  list-style-type: none;
  display: block;
  margin: 0 0 10px;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/common/nested_editors.scss */
.nested-row > div {
  display: inline-block;
}

/* line 19, app/assets/stylesheets/common/nested_editors.scss */
.nested-row > div.delete-nested a {
  background: url(/images/icons/delete.png) no-repeat;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  display: inline-block;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
}

/* line 31, app/assets/stylesheets/common/nested_editors.scss */
.nested-row > div.add-nested a {
  background: url(/images/icons/add.png) no-repeat;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
  display: inline-block;
  text-indent: -9999em;
  overflow: hidden;
}
/* line 1, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  display: block;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin li {
  display: inline-block;
  padding: 0 6px 0 0;
  float: right;
}

/* line 13, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin li.-unite-page-flag {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 3px 4px 2px 8px;
  font-family: Verdana;
  font-size: 11px;
  color: white;
  line-height: 17px;
  vertical-align: top;
}

/* line 26, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin li.-unite-page-flag i {
  font-size: 17px;
}

/* line 28, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin li.-unite-page-flag.-unite-page-draft {
  background-color: #888888;
}

/* line 29, app/assets/stylesheets/common/page_admin.scss */
.-unite-page-admin li.-unite-page-flag.-unite-page-private {
  background-color: #d84747;
}

/* line 35, app/assets/stylesheets/common/page_admin.scss */
.post.draft::before, .post.scheduled::before {
  font-family: 'FontAwesome';
  font-size: 17px;
  color: white;
  display: block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #888888;
  width: 1em;
  height: 1em;
  float: left;
  position: relative;
  left: -1.5em;
  margin-right: -1.5em;
}

/* line 55, app/assets/stylesheets/common/page_admin.scss */
.post.draft::before {
  content: '\f044';
  padding: 2px 1px 2px 3px;
}

/* line 59, app/assets/stylesheets/common/page_admin.scss */
.post.scheduled::before {
  content: '\f017';
  padding: 1px 1px 3px 3px;
}
/* Page Navigation */
/* line 4, app/assets/stylesheets/common/page_navigation.scss */
#page_sidebar {
  float: right;
  max-width: 200px;
}

/* line 9, app/assets/stylesheets/common/page_navigation.scss */
.page-with-internal-nav::after {
  content: '.';
  color: transparent;
  clear: both;
  display: block;
  height: 0;
}

/* line 17, app/assets/stylesheets/common/page_navigation.scss */
.tabs {
  margin: 0;
  padding: 0;
}

/* line 22, app/assets/stylesheets/common/page_navigation.scss */
.tabs > li {
  list-style: none;
  margin-bottom: 1em;
  padding: 0.5em;
}

/* line 28, app/assets/stylesheets/common/page_navigation.scss */
.tab-name {
  margin: 0 0 8px 0;
  padding: 0;
}

/* line 33, app/assets/stylesheets/common/page_navigation.scss */
#navigation {
  white-space: nowrap;
}

/* Tab lists */
/* line 41, app/assets/stylesheets/common/page_navigation.scss */
.tab-preview-list {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 47, app/assets/stylesheets/common/page_navigation.scss */
.tab-preview-list li {
  list-style-type: none;
  display: block;
  overflow: hidden;
}

/* line 53, app/assets/stylesheets/common/page_navigation.scss */
.tab-preview-list li.member {
  white-space: nowrap;
}

/* line 57, app/assets/stylesheets/common/page_navigation.scss */
.tab-preview-list li.thumbnail {
  display: inline-block;
  margin-left: 0.5em;
}

/* Members (in tab) */
/* line 66, app/assets/stylesheets/common/page_navigation.scss */
.members > li {
  padding: 2px 0;
}

/* line 70, app/assets/stylesheets/common/page_navigation.scss */
.members > li img {
  width: 32px;
  height: 32px;
  float: left;
}

/* line 76, app/assets/stylesheets/common/page_navigation.scss */
.member-avatar {
  display: inline-block;
  height: 32px;
}

/* line 81, app/assets/stylesheets/common/page_navigation.scss */
.member-name {
  display: inline-block;
  padding: 2px;
  line-height: 30px;
  margin-left: 0.5em;
}

/* Comments (in tab) */
/* line 95, app/assets/stylesheets/common/page_navigation.scss */
.comment-preview {
  margin-top: 0.25em;
}

/* Events (in tab) */
/* line 103, app/assets/stylesheets/common/page_navigation.scss */
.events > li .event-name {
  float: left;
}

/* line 107, app/assets/stylesheets/common/page_navigation.scss */
.events > li .event-date {
  float: right;
}
/* line 1, app/assets/stylesheets/common/pagination.scss */
nav.pagination {
  margin-top: 1em;
  text-align: center;
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/common/placeholders.scss */
.admin img[src="placeholder.png"] {
  position: relative;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-style: dashed;
  overflow: hidden;
  display: inline-block;
  content: '.';
  color: #777;
  color: rgba(0, 0, 0, 0.45);
  border-color: #777;
  border-color: rgba(0, 0, 0, 0.45);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 0 3px #aaa;
  -webkit-box-shadow: inset 0 0 3px #aaa;
  box-shadow: inner 0 0 3px #aaa;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

/* line 36, app/assets/stylesheets/common/placeholders.scss */
.admin img[src="placeholder.png"]::after {
  content: "(" attr(width) "×" attr(height) ")";
  display: block;
  font-size: 1em;
  line-height: 1em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: 0.5em;
}

/* line 50, app/assets/stylesheets/common/placeholders.scss */
.admin img[src="placeholder.png"]::before {
  content: "Image";
  display: block;
  font-size: 1.5em;
  line-height: 1em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -0.75em;
}
/* line 1, app/assets/stylesheets/common/portraits.scss */
ul.portrait-options {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 7, app/assets/stylesheets/common/portraits.scss */
.portrait-option {
  list-style-type: none;
  display: block;
  margin: 1em 1em 1em 0;
  padding: 0.5em;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/common/portraits.scss */
.portrait-option input[type="radio"] {
  float: left;
  display: block;
  height: 56px;
  vertical-align: middle;
  margin-right: 0.5em;
}

/* line 22, app/assets/stylesheets/common/portraits.scss */
.portrait-option h3 {
  margin: 0;
}

/* line 23, app/assets/stylesheets/common/portraits.scss */
.portrait-option p {
  margin: 0;
}

/* line 24, app/assets/stylesheets/common/portraits.scss */
.portrait-option.selected {
  background-color: #efefef;
}
/* line 1, app/assets/stylesheets/common/post.scss */
.comments-container[data-context-type="post"] .comment-category {
  display: none;
}

/* line 5, app/assets/stylesheets/common/post.scss */
#new_post_form h3 {
  margin-top: 0;
}

/* line 7, app/assets/stylesheets/common/post.scss */
#new_post_form #post_title {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  line-height: 1em;
  height: 1.2em;
  padding: 5px;
}

/* line 16, app/assets/stylesheets/common/post.scss */
#new_post_form #post_content {
  min-height: 120px;
  outline: none;
  padding: 5px;
  border: 1px solid #999;
}

/* line 23, app/assets/stylesheets/common/post.scss */
#new_post_form #post_content:focus {
  -moz-box-shadow: inset 0 0 8px #aaa;
  -webkit-box-shadow: inset 0 0 8px #aaa;
  box-shadow: inset 0 0 8px #aaa;
}

/* line 30, app/assets/stylesheets/common/post.scss */
#new_post_form .buttons {
  margin-top: 8px;
  text-align: right;
}

/* line 34, app/assets/stylesheets/common/post.scss */
#new_post_form .buttons #new_post_status {
  float: left;
  margin-right: 5px;
  width: 160px;
}

/* line 40, app/assets/stylesheets/common/post.scss */
#new_post_form .buttons #published_at_picker {
  float: left;
}

/* line 43, app/assets/stylesheets/common/post.scss */
#new_post_form .buttons #published_at_picker #post_published_at {
  width: 140px;
}
/* line 2, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-portrait {
  float: left;
}

/* line 6, app/assets/stylesheets/common/profile.scss */
.personal-information h1.profile-name {
  line-height: 1em;
  margin: 0 0 0 72px;
  padding: 0;
}

/* line 12, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-phone-numbers,
.personal-information .profile-email-addresses,
.personal-information .profile-household {
  margin: 0.5em 1em 0.5em 72px;
  padding-left: 1.66em;
  position: relative;
}

/* line 19, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-phone-numbers::before,
.personal-information .profile-email-addresses::before,
.personal-information .profile-household::before {
  font-family: 'FontAwesome';
  display: block;
  width: 1.25em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 30, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-phone-numbers::before {
  content: '\f095';
}

/* line 31, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-email-addresses::before {
  content: '\f0e0';
}

/* line 32, app/assets/stylesheets/common/profile.scss */
.personal-information .profile-household::before {
  content: '\f015';
}

/* line 34, app/assets/stylesheets/common/profile.scss */
.personal-information .edit-household-link {
  font-style: italic;
  font-size: smaller;
}

/* line 42, app/assets/stylesheets/common/profile.scss */
.edit_profile .email-address input {
  width: 90%;
}
.recaptchatable a {
  margin:0 !important;
  display:inline !important;
}
/* line 1, app/assets/stylesheets/common/search.scss */
.snippet > .match {
  font-weight: bold;
}

/* line 5, app/assets/stylesheets/common/search.scss */
.search-query {
  font-size: 1.3em;
  margin-bottom: 15px;
}

/* line 10, app/assets/stylesheets/common/search.scss */
.search-result {
  margin-bottom: 15px;
}

/* line 13, app/assets/stylesheets/common/search.scss */
.search-result .result-group-name {
  font-size: 1em;
  opacity: 0.7;
}

/* line 17, app/assets/stylesheets/common/search.scss */
.search-result .result-group-page-title {
  font-size: 1.5em;
}
/* line 1, app/assets/stylesheets/common/social.scss */
.page-description {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/social.scss */
.page-description h1 {
  margin-top: 0;
}

/* line 7, app/assets/stylesheets/common/social.scss */
.portrait {
  float: left;
  border: 1px solid #ccc;
  padding: 2px;
  margin-right: 0.75em;
  line-height: 0;
}
/* line 1, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 3px 0;
  margin: 0;
  line-height: 32px;
  height: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAEElEQVR42gEFAPr/AAAAAIAAhQCBx/kPfQAAAABJRU5ErkJggg==);
}

/* line 12, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar .tb-label {
  display: block;
  color: white;
  text-transform: uppercase;
  line-height: 10px;
  font-size: 11px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.64);
  margin: 0;
  margin-bottom: 2px;
}

/* line 23, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
}

/* line 28, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar li select {
  height: 25px;
}

/* line 29, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar li input {
  height: 15px;
}

/* line 32, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar form {
  display: inline;
}

/* line 37, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #email {
  max-width: 125px;
}

/* line 38, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #create_user_remote_id {
  max-width: 120px;
}

/* line 39, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #role,
#tester_bar #subscription {
  max-width: 75px;
}

/* line 41, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #theme_version {
  max-width: 65px;
}

/* line 42, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #release_email {
  max-width: 150px;
}

/* line 43, app/assets/stylesheets/common/tester_bar.scss */
#tester_bar #change_user_email {
  max-width: 150px;
}
/* line 1, app/assets/stylesheets/common/themes.scss */
.-unite-asset.-unite-theme,
.-unite-asset.-unite-preset {
  width: 120px;
}

/* line 6, app/assets/stylesheets/common/themes.scss */
.-unite-asset.-unite-theme {
  margin: 1px 8px;
}

/* line 10, app/assets/stylesheets/common/themes.scss */
.-unite-asset.-unite-theme .-unite-theme-thumbnail img {
  width: 112px;
  height: 74px;
  padding: 3px;
  border: #999 1px solid;
  background-color: #ffffff;
}

/* line 19, app/assets/stylesheets/common/themes.scss */
.-unite-asset.-unite-theme .-unite-theme-name {
  color: #aaa;
}

/* line 24, app/assets/stylesheets/common/themes.scss */
.-unite-asset.-unite-theme.upgrading::after {
  content: '.';
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5) !important;
  background-image: url(/images/48px-ajax-loader.gif) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
/* line 1, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  margin-bottom: 0;
}

/* line 3, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
label {
  margin-bottom: 0;
  line-height: 28px;
}

/* line 5, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
.no-show {
  display: none !important;
}

/* line 7, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
.dropdown-menu {
  overflow: hidden;
  overflow-y: auto;
}

/* line 13, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
.dropdown.as-button .dropdown-menu {
  margin-top: 11px;
}

/* line 19, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
.dropdown.left-align .dropdown-menu {
  left: inherit;
  right: 0;
}

/* line 25, app/assets/stylesheets/common/twitter_bootstrap_overrides.scss */
.dropdown a {
  color: black !important;
}
/* line 1, app/assets/stylesheets/common/widgets.scss */
.group-widget {
  display: block;
  margin: 1em 0;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-small .group-widget-title {
  font-size: 1.15em;
  margin: 0;
}

/* line 14, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-medium .group-widget-title {
  font-size: 1.25em;
  margin: 0;
}

/* line 21, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large .group-widget-title {
  font-size: 1.33em;
  margin: 0;
}

/* line 26, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large .group-widget-title-and-summary {
  box-sizing: border-box;
  width: 66%;
  padding-right: 1em;
  float: left;
  clear: left;
}

/* line 34, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large .group-widget-leaders {
  box-sizing: border-box;
  padding-left: 1em;
  float: right;
  width: 34%;
}

/* line 40, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large .group-widget-leaders h6 {
  margin: 0;
}

/* line 42, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large .group-widget-leaders .group-leader {
  display: block;
  white-space: nowrap;
  margin: 0.125em 0;
}

/* line 49, app/assets/stylesheets/common/widgets.scss */
.group-widget.group-widget-large::after {
  content: '.';
  color: transparent;
  clear: both;
  display: block;
  height: 0;
}

/* line 60, app/assets/stylesheets/common/widgets.scss */
.member.member-small .member-avatar {
  height: 24px;
}

/* line 61, app/assets/stylesheets/common/widgets.scss */
.member.member-small .member-name {
  line-height: 20px;
  margin-left: 0.25em;
}
/*!
 * FullCalendar v2.2.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */



.fc {
	direction: ltr;
	text-align: left;
}

.fc-rtl {
	text-align: right;
}

body .fc { /* extra precedence to overcome jqui */
	font-size: 1em;
}


/* Colors
--------------------------------------------------------------------------------------------------*/

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
	border-color: #ddd;
}

.fc-unthemed .fc-popover {
	background-color: #fff;
}

.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
	background: #eee;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	color: #666;
}

.fc-unthemed .fc-today {
	background: #fcf8e3;
}

.fc-highlight { /* when user is selecting cells */
	background: #bce8f1;
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-bgevent { /* default look for background events */
	background: rgb(143, 223, 130);
	opacity: .3;
	filter: alpha(opacity=30); /* for IE */
}

.fc-nonbusiness { /* default look for non-business-hours areas */
	/* will inherit .fc-bgevent's styles */
	background: #ccc;
}


/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/

.fc-icon {
	display: inline-block;
	font-size: 2em;
	line-height: .5em;
	height: .5em; /* will make the total height 1em */
	font-family: "Courier New", Courier, monospace;
}

.fc-icon-left-single-arrow:after {
	content: "\02039";
	font-weight: bold;
}

.fc-icon-right-single-arrow:after {
	content: "\0203A";
	font-weight: bold;
}

.fc-icon-left-double-arrow:after {
	content: "\000AB";
}

.fc-icon-right-double-arrow:after {
	content: "\000BB";
}

.fc-icon-x:after {
	content: "\000D7";
}


/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/

.fc button {
	/* force height to include the border and padding */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	/* dimensions */
	margin: 0;
	height: 2.1em;
	padding: 0 .6em;

	/* text & cursor */
	font-size: 1em; /* normalize */
	white-space: nowrap;
	cursor: pointer;
}

/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner { margin: 0; padding: 0; }
	
.fc-state-default { /* non-theme */
	border: 1px solid;
}

.fc-state-default.fc-corner-left { /* non-theme */
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right { /* non-theme */
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* icons in buttons */

.fc button .fc-icon { /* non-theme */
	position: relative;
	top: .05em; /* seems to be a good adjustment across browsers */
	margin: 0 .1em;
}
	
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/

.fc-state-default {
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
	color: #333333;
	background-color: #e6e6e6;
}

.fc-state-hover {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	   -moz-transition: background-position 0.1s linear;
	     -o-transition: background-position 0.1s linear;
	        transition: background-position 0.1s linear;
}

.fc-state-down,
.fc-state-active {
	background-color: #cccccc;
	background-image: none;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	box-shadow: none;
}


/* Buttons Groups
--------------------------------------------------------------------------------------------------*/

.fc-button-group {
	display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/

.fc .fc-button-group > * { /* extra precedence b/c buttons have margin set to zero */
	float: left;
	margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child { /* same */
	margin-left: 0;
}


/* Popover
--------------------------------------------------------------------------------------------------*/

.fc-popover {
	position: absolute;
	box-shadow: 0 2px 6px rgba(0,0,0,.15);
}

.fc-popover .fc-header {
	padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
	margin: 0 2px;
}

.fc-popover .fc-header .fc-close {
	cursor: pointer;
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
	float: left;
}

.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
	float: right;
}

/* unthemed */

.fc-unthemed .fc-popover {
	border-width: 1px;
	border-style: solid;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
	font-size: 25px;
	margin-top: 4px;
}

/* jqui themed */

.fc-popover > .ui-widget-header + .ui-widget-content {
	border-top: 0; /* where they meet, let the header have the border */
}


/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/

.fc hr {
	height: 0;
	margin: 0;
	padding: 0 0 2px; /* height is unreliable across browsers, so use padding */
	border-style: solid;
	border-width: 1px 0;
}

.fc-clear {
	clear: both;
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
	/* these element should always cling to top-left/right corners */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-bg {
	bottom: 0; /* strech bg to bottom edge */
}

.fc-bg table {
	height: 100%; /* strech bg to bottom edge */
}


/* Tables
--------------------------------------------------------------------------------------------------*/

.fc table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em; /* normalize cross-browser */
}

.fc th {
	text-align: center;
}

.fc th,
.fc td {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
}

.fc td.fc-today {
	border-style: double; /* overcome neighboring borders */
}


/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/

.fc .fc-row { /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
	/* no visible border by default. but make available if need be (scrollbar width compensation) */
	border-style: solid;
	border-width: 0;
}

.fc-row table {
	/* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
	border-left: 0 hidden transparent;
	border-right: 0 hidden transparent;

	/* no bottom borders on rows */
	border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
	border-top: 0 hidden transparent; /* no top border on first row */
}


/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/

.fc-row {
	position: relative;
}

.fc-row .fc-bg {
	z-index: 1;
}

/* highlighting cells & background event skeleton */

.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
	bottom: 0; /* stretch skeleton to bottom of row */
}

.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
	height: 100%; /* stretch skeleton to bottom of row */
}

.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
	border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
	z-index: 2;

}

.fc-row .fc-highlight-skeleton {
	z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/

.fc-row .fc-content-skeleton {
	position: relative;
	z-index: 4;
	padding-bottom: 2px; /* matches the space above the events */
}

.fc-row .fc-helper-skeleton {
	z-index: 5;
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
	/* see-through to the background below */
	background: none; /* in case <td>s are globally styled */
	border-color: transparent;

	/* don't put a border between events and/or the day number */
	border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, /* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td {
	/* don't put a border between event cells */
	border-top: 0;
}


/* Scrolling Container
--------------------------------------------------------------------------------------------------*/

.fc-scroller { /* this class goes on elements for guaranteed vertical scrollbars */
	overflow-y: scroll;
	overflow-x: hidden;
}

.fc-scroller > * { /* we expect an immediate inner element */
	position: relative; /* re-scope all positions */
	width: 100%; /* hack to force re-sizing this inner element when scrollbars appear/disappear */
	overflow: hidden; /* don't let negative margins or absolute positioning create further scroll */
}


/* Global Event Styles
--------------------------------------------------------------------------------------------------*/

.fc-event {
	position: relative; /* for resize handle and other inner positioning */
	display: block; /* make the <a> tag block */
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad; /* default BORDER color */
	background-color: #3a87ad; /* default BACKGROUND color */
	font-weight: normal; /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
	color: #fff; /* default TEXT color */
	text-decoration: none; /* if <a> has an href */
}

.fc-event[href],
.fc-event.fc-draggable {
	cursor: pointer; /* give events with links and draggable events a hand mouse pointer */
}

.fc-not-allowed, /* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event { /* to override an event's custom cursor */
	cursor: not-allowed;
}


/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-day-grid-event {
	margin: 1px 2px 0; /* spacing between events and edges */
	padding: 0 1px;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */

.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
	margin-left: 0;
	border-left-width: 0;
	padding-left: 1px; /* replace the border with padding */
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
	margin-right: 0;
	border-right-width: 0;
	padding-right: 1px; /* replace the border with padding */
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-day-grid-event > .fc-content { /* force events to be one-line tall */
	white-space: nowrap;
	overflow: hidden;
}

.fc-day-grid-event .fc-time {
	font-weight: bold;
}

/* resize handle (outside of fc-content, so can go outside of bounds) */

.fc-day-grid-event .fc-resizer {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 7px;
}

.fc-ltr .fc-day-grid-event .fc-resizer {
	right: -3px;
	cursor: e-resize;
}

.fc-rtl .fc-day-grid-event .fc-resizer {
	left: -3px;
	cursor: w-resize;
}


/* Event Limiting
--------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */

a.fc-more {
	margin: 1px 3px;
	font-size: .85em;
	cursor: pointer;
	text-decoration: none;
}

a.fc-more:hover {
	text-decoration: underline;
}

.fc-limited { /* rows and cells that are hidden because of a "more" link */
	display: none;
}

/* popover that appears when "more" link is clicked */

.fc-day-grid .fc-row {
	z-index: 1; /* make the "more" popover one higher than this */
}

.fc-more-popover {
	z-index: 2;
	width: 220px;
}

.fc-more-popover .fc-event-container {
	padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/

.fc-toolbar {
	text-align: center;
	margin-bottom: 1em;
	overflow: hidden; /* prevent .fc-clear from dropping the calendar beneath a page's sidebar (if it has one) */
}

.fc-toolbar .fc-left {
	float: left;
}

.fc-toolbar .fc-right {
	float: right;
}

.fc-toolbar .fc-center {
	display: inline-block;
}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > * { /* extra precedence to override button border margins */
	float: left;
	margin-left: .75em;
}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child { /* extra precedence to override button border margins */
	margin-left: 0;
}
	
/* title text */

.fc-toolbar h2 {
	margin: 0;
}

/* button layering (for border precedence) */

.fc-toolbar button {
	position: relative;
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
	z-index: 2;
}
	
.fc-toolbar .fc-state-down {
	z-index: 3;
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
	z-index: 4;
}

.fc-toolbar button:focus {
	z-index: 5;
}


/* View Structure
--------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
}

.fc-view, /* scope positioning and z-index's for everything within the view */
.fc-view > table { /* so dragged elements can be above the view's main element */
	position: relative;
	z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/

/* day row structure */

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
	/* we are sure there are no day numbers in these views, so... */
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* ensure a space at bottom of cell for user selecting/clicking */
}

.fc-basic-view tbody .fc-row {
	min-height: 4em; /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */

.fc-row.fc-rigid {
	overflow: hidden;
}

.fc-row.fc-rigid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

/* week and day number styling */

.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
	padding: 0 2px;
}

.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
	padding-top: 2px;
	padding-bottom: 2px;
}

.fc-basic-view .fc-week-number {
	text-align: center;
}

.fc-basic-view .fc-week-number span {
	/* work around the way we do column resizing and ensure a minimum width */
	display: inline-block;
	min-width: 1.25em;
}

.fc-ltr .fc-basic-view .fc-day-number {
	text-align: right;
}

.fc-rtl .fc-basic-view .fc-day-number {
	text-align: left;
}

.fc-day-number.fc-other-month {
	opacity: 0.3;
	filter: alpha(opacity=30); /* for IE */
	/* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/

.fc-agenda-view .fc-day-grid {
	position: relative;
	z-index: 2; /* so the "more.." popover will be over the time grid */
}

.fc-agenda-view .fc-day-grid .fc-row {
	min-height: 3em; /* all-day section will never get shorter than this */
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
	padding-top: 1px; /* add a pixel to make sure there are 2px padding above events */
	padding-bottom: 1em; /* give space underneath events for clicking/selecting days */
}


/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/

.fc .fc-axis { /* .fc to overcome default cell styles */
	vertical-align: middle;
	padding: 0 4px;
	white-space: nowrap;
}

.fc-ltr .fc-axis {
	text-align: right;
}

.fc-rtl .fc-axis {
	text-align: left;
}

.ui-widget td.fc-axis {
	font-weight: normal; /* overcome jqui theme making it bold */
}


/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/

.fc-time-grid-container, /* so scroll container's z-index is below all-day */
.fc-time-grid { /* so slats/bg/content/etc positions get scoped within here */
	position: relative;
	z-index: 1;
}

.fc-time-grid {
	min-height: 100%; /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

.fc-time-grid table { /* don't put outer borders on slats/bg/content/etc */
	border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
	z-index: 1;
}

.fc-time-grid .fc-slats,
.fc-time-grid > hr { /* the <hr> AgendaView injects when grid is shorter than scroller */
	position: relative;
	z-index: 2;
}

.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.fc-time-grid .fc-bgevent-skeleton {
	z-index: 3;
}

.fc-time-grid .fc-highlight-skeleton {
	z-index: 4;
}

.fc-time-grid .fc-content-skeleton {
	z-index: 5;
}

.fc-time-grid .fc-helper-skeleton {
	z-index: 6;
}


/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/

.fc-slats td {
	height: 1.5em;
	border-bottom: 0; /* each cell is responsible for its top border */
}

.fc-slats .fc-minor td {
	border-top-style: dotted;
}

.fc-slats .ui-widget-content { /* for jqui theme */
	background: none; /* see through to fc-bg */
}


/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-highlight-container { /* a div within a cell within the fc-highlight-skeleton */
	position: relative; /* scopes the left/right of the fc-highlight to be in the column */
}

.fc-time-grid .fc-highlight {
	position: absolute;
	left: 0;
	right: 0;
	/* top and bottom will be in by JS */
}


/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/

.fc-time-grid .fc-event-container, /* a div within a cell within the fc-content-skeleton */
.fc-time-grid .fc-bgevent-container { /* a div within a cell within the fc-bgevent-skeleton */
	position: relative;
}

.fc-ltr .fc-time-grid .fc-event-container { /* space on the sides of events for LTR (default) */
	margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container { /* space on the sides of events for RTL */
	margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
	position: absolute;
	z-index: 1; /* scope inner z-index's */
}

.fc-time-grid .fc-bgevent {
	/* background events always span full width */
	left: 0;
	right: 0;
}


/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/

.fc-time-grid-event.fc-not-start { /* events that are continuing from another day */
	/* replace space made by the top border with padding */
	border-top-width: 0;
	padding-top: 1px;

	/* remove top rounded corners */
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.fc-time-grid-event.fc-not-end {
	/* replace space made by the top border with padding */
	border-bottom-width: 0;
	padding-bottom: 1px;

	/* remove bottom rounded corners */
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.fc-time-grid-event {
	overflow: hidden; /* don't let the bg flow over rounded corners */
}

.fc-time-grid-event > .fc-content { /* contains the time and title, but no bg and resizer */
	position: relative;
	z-index: 2; /* above the bg */
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
	padding: 0 1px;
}

.fc-time-grid-event .fc-time {
	font-size: .85em;
	white-space: nowrap;
}

.fc-time-grid-event .fc-bg {
	z-index: 1;
	background: #fff;
	opacity: .25;
	filter: alpha(opacity=25); /* for IE */
}

/* short mode, where time and title are on the same line */

.fc-time-grid-event.fc-short .fc-content {
	/* don't wrap to second line (now that contents will be inline) */
	white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
	/* put the time and title on the same line */
	display: inline-block;
	vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
	display: none; /* don't display the full time text... */
}

.fc-time-grid-event.fc-short .fc-time:before {
	content: attr(data-start); /* ...instead, display only the start time */
}

.fc-time-grid-event.fc-short .fc-time:after {
	content: "\000A0-\000A0"; /* seperate with a dash, wrapped in nbsp's */
}

.fc-time-grid-event.fc-short .fc-title {
	font-size: .85em; /* make the title text the same size as the time */
	padding: 0; /* undo padding from above */
}

/* resizer */

.fc-time-grid-event .fc-resizer {
	position: absolute;
	z-index: 3; /* above content */
	left: 0;
	right: 0;
	bottom: 0;
	height: 8px;
	overflow: hidden;
	line-height: 8px;
	font-size: 11px;
	font-family: monospace;
	text-align: center;
	cursor: s-resize;
}

.fc-time-grid-event .fc-resizer:after {
	content: "=";
}
