.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      margin-bottom: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      /* CUSTOM CODE (Accessibility) - must use font icon instead of borders for arrow */
      height: 0;
      position: absolute;
      top: 10px;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* CUSTOM CODE (Accessibility) - must use font icon instead of borders for arrow */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    background-color: transparent;
    padding: 3px;
    border: none;
    font-size: 16px;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!* Datetimepicker 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
**/
.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datetimepicker-inline {
    width: 220px
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0
}

[class*=" datetimepicker-dropdown"]: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, .2);
    position: absolute
}

[class*=" datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute
}

[class*=" datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    border-bottom: 0
}

[class*=" datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px
}

.datetimepicker > div {
    display: none
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block
}

.datetimepicker.days div.datetimepicker-days {
    display: block
}

.datetimepicker.months div.datetimepicker-months {
    display: block
}

.datetimepicker.years div.datetimepicker-years {
    display: block
}

.datetimepicker table {
    margin: 0
}

.datetimepicker td, .datetimepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datetimepicker table tr td, .table-striped .datetimepicker table tr th {
    background-color: transparent
}

.datetimepicker table tr td.minute:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.hour:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datetimepicker table tr td.old, .datetimepicker table tr td.new {
    color: #999
}

.datetimepicker table tr td.disabled, .datetimepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td.today, .datetimepicker table tr td.today:hover, .datetimepicker table tr td.today.disabled, .datetimepicker 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, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
}

.datetimepicker table tr td.today:hover, .datetimepicker table tr td.today:hover:hover, .datetimepicker table tr td.today.disabled:hover, .datetimepicker table tr td.today.disabled:hover:hover, .datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active, .datetimepicker table tr td.today.disabled, .datetimepicker table tr td.today:hover.disabled, .datetimepicker table tr td.today.disabled.disabled, .datetimepicker table tr td.today.disabled:hover.disabled, .datetimepicker table tr td.today[disabled], .datetimepicker table tr td.today:hover[disabled], .datetimepicker table tr td.today.disabled[disabled], .datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a
}

.datetimepicker table tr td.today:active, .datetimepicker table tr td.today:hover:active, .datetimepicker table tr td.today.disabled:active, .datetimepicker table tr td.today.disabled:hover:active, .datetimepicker table tr td.today.active, .datetimepicker table tr td.today:hover.active, .datetimepicker table tr td.today.disabled.active, .datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069
}

.datetimepicker table tr td.active, .datetimepicker table tr td.active:hover, .datetimepicker table tr td.active.disabled, .datetimepicker 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: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datetimepicker table tr td.active:hover, .datetimepicker table tr td.active:hover:hover, .datetimepicker table tr td.active.disabled:hover, .datetimepicker table tr td.active.disabled:hover:hover, .datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active, .datetimepicker table tr td.active.disabled, .datetimepicker table tr td.active:hover.disabled, .datetimepicker table tr td.active.disabled.disabled, .datetimepicker table tr td.active.disabled:hover.disabled, .datetimepicker table tr td.active[disabled], .datetimepicker table tr td.active:hover[disabled], .datetimepicker table tr td.active.disabled[disabled], .datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td.active:active, .datetimepicker table tr td.active:hover:active, .datetimepicker table tr td.active.disabled:active, .datetimepicker table tr td.active.disabled:hover:active, .datetimepicker table tr td.active.active, .datetimepicker table tr td.active:hover.active, .datetimepicker table tr td.active.disabled.active, .datetimepicker table tr td.active.disabled:hover.active {
    background-color: #039
}

.datetimepicker 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
}

.datetimepicker .datetimepicker-hours span {
    height: 26px;
    line-height: 26px
}

.datetimepicker .datetimepicker-hours table tr td span.hour_am, .datetimepicker .datetimepicker-hours table tr td span.hour_pm {
    width: 14.6%
}

.datetimepicker .datetimepicker-hours fieldset legend, .datetimepicker .datetimepicker-minutes fieldset legend {
    margin-bottom: inherit;
    line-height: 30px
}

.datetimepicker .datetimepicker-minutes span {
    height: 26px;
    line-height: 26px
}

.datetimepicker table tr td span:hover {
    background: #eee
}

.datetimepicker table tr td span.disabled, .datetimepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datetimepicker table tr td span.active, .datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active.disabled, .datetimepicker 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: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.datetimepicker table tr td span.active:hover, .datetimepicker table tr td span.active:hover:hover, .datetimepicker table tr td span.active.disabled:hover, .datetimepicker table tr td span.active.disabled:hover:hover, .datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active, .datetimepicker table tr td span.active.disabled, .datetimepicker table tr td span.active:hover.disabled, .datetimepicker table tr td span.active.disabled.disabled, .datetimepicker table tr td span.active.disabled:hover.disabled, .datetimepicker table tr td span.active[disabled], .datetimepicker table tr td span.active:hover[disabled], .datetimepicker table tr td span.active.disabled[disabled], .datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #04c
}

.datetimepicker table tr td span.active:active, .datetimepicker table tr td span.active:hover:active, .datetimepicker table tr td span.active.disabled:active, .datetimepicker table tr td span.active.disabled:hover:active, .datetimepicker table tr td span.active.active, .datetimepicker table tr td span.active:hover.active, .datetimepicker table tr td span.active.disabled.active, .datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #039
}

.datetimepicker table tr td span.old {
    color: #999
}

.datetimepicker th.switch {
    width: 145px
}

.datetimepicker thead tr:first-child th, .datetimepicker tfoot tr:first-child th {
    cursor: pointer
}

.datetimepicker thead tr:first-child th:hover, .datetimepicker tfoot tr:first-child th:hover {
    background: #eee
}

.input-append.date .add-on i, .input-prepend.date .add-on i, .input-group.date .input-group-addon span {
    cursor: pointer;
    width: 14px;
    height: 14px
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../scripts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../scripts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../scripts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../scripts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../scripts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../scripts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.pln {
    color: #000
}

@media screen {
    .str {
        color: #080
    }

    .kwd {
        color: #008
    }

    .com {
        color: #800
    }

    .typ {
        color: #606
    }

    .lit {
        color: #066
    }

    .pun, .opn, .clo {
        color: #660
    }

    .tag {
        color: #008
    }

    .atn {
        color: #606
    }

    .atv {
        color: #080
    }

    .dec, .var {
        color: #606
    }

    .fun {
        color: red
    }
}

@media print, projection {
    .str {
        color: #060
    }

    .kwd {
        color: #006;
        font-weight: bold
    }

    .com {
        color: #600;
        font-style: italic
    }

    .typ {
        color: #404;
        font-weight: bold
    }

    .lit {
        color: #044
    }

    .pun, .opn, .clo {
        color: #440
    }

    .tag {
        color: #006;
        font-weight: bold
    }

    .atn {
        color: #404
    }

    .atv {
        color: #060
    }
}

pre.prettyprint {
    padding: 2px;
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0
}

li.L0, li.L1, li.L2, li.L3, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #eee
}
/*
 * qTip2 - Pretty powerful tooltips - v3.0.3-3-g
 * http://qtip2.com
 *
 * Copyright (c) 2019 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Thu Nov 21 2019 06:43 EST-0500
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	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);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		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;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}

/*! jQuery UI - v1.10.3 - 2013-06-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* 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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	background: #cccccc url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.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-on { background-position: -96px -144px; }
.ui-icon-radio-off { 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; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url('../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url('../../../../themes/thub/scripts/jquery-ui/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png') 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;-webkit-box-shadow:inset 0 0 5px 5px #222;-moz-box-shadow:inset 0 0 5px 5px #222;box-shadow:inset 0 0 5px 5px #222}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-o-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(255,255,255,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #222;-moz-box-shadow:inset 0 0 15px 3px #222;box-shadow:inset 0 0 15px 3px #222}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(255,255,255,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,0.9)}

/* BASICS */

.CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
}

/* PADDING */

.CodeMirror-lines {
  padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px; /* Horizontal padding of content */
}

.CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  background-color: white; /* The little square between H and V scrollbars */
}

/* GUTTER */

.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.CodeMirror-guttermarker { color: black; }
.CodeMirror-guttermarker-subtle { color: #999; }

/* CURSOR */

.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@-webkit-keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}
@keyframes blink {
  0% {}
  50% { background-color: transparent; }
  100% {}
}

/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror-overwrite .CodeMirror-cursor {}

.cm-tab { display: inline-block; text-decoration: inherit; }

.CodeMirror-rulers {
  position: absolute;
  left: 0; right: 0; top: -50px; bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0; bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-strikethrough {text-decoration: line-through;}

.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable,
.cm-s-default .cm-punctuation,
.cm-s-default .cm-property,
.cm-s-default .cm-operator {}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}

.cm-s-default .cm-error {color: #f00;}
.cm-invalidchar {color: #f00;}

.CodeMirror-composing { border-bottom: 2px solid; }

/* Default styles for common addons */

div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
.CodeMirror-matchingtag { background: rgba(255, 150, 0, .3); }
.CodeMirror-activeline-background {background: #e8f2ff;}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.CodeMirror-scroll {
  overflow: scroll !important; /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px; margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none; /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0; top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0; left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0; bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0; bottom: 0;
}

.CodeMirror-gutters {
  position: absolute; left: 0; top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0; bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.CodeMirror-lines {
  cursor: text;
  min-height: 1px; /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.CodeMirror-linebackground {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  z-index: 0;
}

.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

.CodeMirror-widget {}

.CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre { position: static; }

div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}

.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.CodeMirror-crosshair { cursor: crosshair; }
.CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; }
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; }

.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, .4);
}

/* Used to force a border model for a node */
.cm-force-border { padding-right: .1px; }

@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */
.cm-tab-wrap-hack:after { content: ''; }

/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext { background: none; }

/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 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 @twitter 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;
  -o-box-sizing: border-box;
  -ms-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;
  -o-box-sizing: content-box;
  -ms-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: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #e9e8dd;
}
a {
  color: #3b73b9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3b73b9;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -ms-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;
  -webkit-box-sizing: 500px;
  -moz-box-sizing: 500px;
  -o-box-sizing: 500px;
  -ms-box-sizing: 500px;
  box-sizing: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
  clear: both;
}
.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;
  clear: both;
}
.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;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[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;
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
  clear: both;
}
.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: #a7a9ac;
}
a.muted:hover,
a.muted:focus {
  color: #8d8f93;
}
.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: #a7a9ac;
}
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 #eeeeee;
}
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;
  clear: both;
}
.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 #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a7a9ac;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #a7a9ac;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  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: Menlo, Monaco, Consolas, 'Courier New', monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #a7a9ac;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: 'Open Sans', '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: #555555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
  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: #ffffff;
  border: 1px solid #cccccc;
  -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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-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;
  -webkit-transition: all border linear .2s, box-shadow linear .2s ease;
  -moz-transition: all border linear .2s, box-shadow linear .2s ease;
  -o-transition: all border linear .2s, box-shadow linear .2s ease;
  -ms-transition: all border linear .2s, box-shadow linear .2s ease;
  transition: all border linear .2s, box-shadow linear .2s ease;
}
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);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -ms-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 #cccccc;
  background-color: #ffffff;
}
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: #a7a9ac;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -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);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -ms-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: #a7a9ac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #a7a9ac;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a7a9ac;
}
.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;
  clear: both;
}
.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: #eeeeee;
}
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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-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;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -ms-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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-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;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -ms-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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-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;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -ms-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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -ms-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;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -ms-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;
  -o-box-shadow: 0 0 6px #f8b9b7;
  -ms-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;
  clear: both;
}
.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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: 0 3px 3px 0;
  -moz-box-sizing: 0 3px 3px 0;
  -o-box-sizing: 0 3px 3px 0;
  -ms-box-sizing: 0 3px 3px 0;
  box-sizing: 0 3px 3px 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 #ffffff;
  background-color: #eeeeee;
  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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: 3px 0 0 3px;
  -moz-box-sizing: 3px 0 0 3px;
  -o-box-sizing: 3px 0 0 3px;
  -ms-box-sizing: 3px 0 0 3px;
  box-sizing: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: 3px 0 0 3px;
  -moz-box-sizing: 3px 0 0 3px;
  -o-box-sizing: 3px 0 0 3px;
  -ms-box-sizing: 3px 0 0 3px;
  box-sizing: 3px 0 0 3px;
}
.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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: 0 3px 3px 0;
  -moz-box-sizing: 0 3px 3px 0;
  -o-box-sizing: 0 3px 3px 0;
  -ms-box-sizing: 0 3px 3px 0;
  box-sizing: 0 3px 3px 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: 0 3px 3px 0;
  -moz-box-sizing: 0 3px 3px 0;
  -o-box-sizing: 0 3px 3px 0;
  -ms-box-sizing: 0 3px 3px 0;
  box-sizing: 0 3px 3px 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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: 0 3px 3px 0;
  -moz-box-sizing: 0 3px 3px 0;
  -o-box-sizing: 0 3px 3px 0;
  -ms-box-sizing: 0 3px 3px 0;
  box-sizing: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: 3px 0 0 3px;
  -moz-box-sizing: 3px 0 0 3px;
  -o-box-sizing: 3px 0 0 3px;
  -ms-box-sizing: 3px 0 0 3px;
  box-sizing: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: 0 3px 3px 0;
  -moz-box-sizing: 0 3px 3px 0;
  -o-box-sizing: 0 3px 3px 0;
  -ms-box-sizing: 0 3px 3px 0;
  box-sizing: 0 3px 3px 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;
  -webkit-box-sizing: 15px;
  -moz-box-sizing: 15px;
  -o-box-sizing: 15px;
  -ms-box-sizing: 15px;
  box-sizing: 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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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;
  -webkit-box-sizing: 14px 0 0 14px;
  -moz-box-sizing: 14px 0 0 14px;
  -o-box-sizing: 14px 0 0 14px;
  -ms-box-sizing: 14px 0 0 14px;
  box-sizing: 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;
  -webkit-box-sizing: 0 14px 14px 0;
  -moz-box-sizing: 0 14px 14px 0;
  -o-box-sizing: 0 14px 14px 0;
  -ms-box-sizing: 0 14px 14px 0;
  box-sizing: 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;
  -webkit-box-sizing: 0 14px 14px 0;
  -moz-box-sizing: 0 14px 14px 0;
  -o-box-sizing: 0 14px 14px 0;
  -ms-box-sizing: 0 14px 14px 0;
  box-sizing: 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;
  -webkit-box-sizing: 14px 0 0 14px;
  -moz-box-sizing: 14px 0 0 14px;
  -o-box-sizing: 14px 0 0 14px;
  -ms-box-sizing: 14px 0 0 14px;
  box-sizing: 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;
  clear: both;
}
.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 #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
  background-color: lightgrey;
}
.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 #dddddd;
}
.table .table {
  background-color: #e9e8dd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.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;
}
/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../resources/fontawesome/font/fontawesome-webfont.eot?v=3.1.0');
  src: url('../resources/fontawesome/font/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'), url('../resources/fontawesome/font/fontawesome-webfont.woff?v=3.1.0') format('woff'), url('../resources/fontawesome/font/fontawesome-webfont.ttf?v=3.1.0') format('truetype'), url('../resources/fontawesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"],
a [class^="icon-"]:before,
a [class*=" icon-"]:before {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.2857142857142858em;
  text-align: center;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.5714285714285714em;
}
ul.icons-ul {
  list-style-type: none;
  text-indent: -0.7142857142857143em;
  margin-left: 2.142857142857143em;
}
ul.icons-ul > li .icon-li {
  width: 0.7142857142857143em;
  display: inline-block;
  text-align: center;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: 5px;
  -moz-box-sizing: 5px;
  -o-box-sizing: 5px;
  -ms-box-sizing: 5px;
  box-sizing: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: 7px;
  -moz-box-sizing: 7px;
  -o-box-sizing: 7px;
  -ms-box-sizing: 7px;
  box-sizing: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.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:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before,
.icon-rotate-right:before {
  content: "\f01e";
}
/* F020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before,
.icon-mail-forward:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before,
.icon-rotate-left:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-reply:before,
.icon-mail-reply:before {
  content: "\f112";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
@charset "UTF-8";
@font-face {
  font-family: 'zocial';
  font-style: normal;
  font-weight: normal;
  src: url('/themes/thub/resources/zocial/zocial-regular-webfont.eot');
  src: url('/themes/thub/resources/zocial/zocial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/themes/thub/resources/zocial/zocial-regular-webfont.woff') format('woff'), url('/themes/thub/resources/zocial/zocial-regular-webfont.ttf') format('truetype'), url('/themes/thub/resources/zocial/zocial-regular-webfont.svg#zocialregular') format('svg');
}
@font-face {
  font-family: 'zocial';
  src: url('/themes/thub/resources/zocial/zocial-regular-webfont.eot');
}
@font-face {
  font-family: 'zocial';
  src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'), url('/themes/thub/resources/zocial/zocial-regular-webfont.ttf') format('truetype'), url('/themes/thub/resources/zocial/zocial-regular-webfont.svg#zocialregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.zocial {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(49%, rgba(255, 255, 255, 0.05)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1));
  /* Button icon and color */
  /* Icon characters are stored in unicode private area */
  /*
	The Miscellaneous Buttons
	These button have no icons and can be general purpose buttons while ensuring consistent button style
	Credit to @guillermovs for suggesting
	*/
}
.zocial,
a.zocial {
  position: relative;
  display: inline-block;
  padding: 0 .95em 0 0;
  color: #fff;
  font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
  box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.4), inset 0 0 0.1em rgba(255,255,255,0.9);
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
}
.zocial:before {
  content: "";
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
  float: left;
  font: 120%/1.65 zocial;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-font-smoothing: antialiased;
}
.zocial:hover,
.zocial:focus {
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.15)), color-stop(49%, rgba(255, 255, 255, 0.15)), color-stop(51%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15));
}
.zocial:active {
  outline: none;
  /* outline is visible on :focus */
  background-image: -moz-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1));
}
.zocial.icon {
  max-width: 2.4em;
  max-height: 2.15em;
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  overflow: hidden;
}
.zocial.icon:before {
  width: 2em;
  height: 2em;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.zocial.acrobat,
.zocial.bitcoin,
.zocial.cloudapp,
.zocial.dropbox,
.zocial.email,
.zocial.eventful,
.zocial.github,
.zocial.gmail,
.zocial.instapaper,
.zocial.itunes,
.zocial.ninetyninedesigns,
.zocial.openid,
.zocial.plancast,
.zocial.pocket,
.zocial.posterous,
.zocial.reddit,
.zocial.secondary,
.zocial.stackoverflow,
.zocial.viadeo,
.zocial.weibo,
.zocial.wikipedia {
  border: 1px solid #aaa;
  border-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: #777;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
  box-shadow: inset 0 0.08em 0 rgba(255,255,255,0.7), inset 0 0 0.08em rgba(255,255,255,0.5);
}
.zocial.acrobat:focus,
.zocial.bitcoin:focus,
.zocial.cloudapp:focus,
.zocial.dropbox:focus,
.zocial.email:focus,
.zocial.eventful:focus,
.zocial.github:focus,
.zocial.gmail:focus,
.zocial.instapaper:focus,
.zocial.itunes:focus,
.zocial.ninetyninedesigns:focus,
.zocial.openid:focus,
.zocial.plancast:focus,
.zocial.pocket:focus,
.zocial.posterous:focus,
.zocial.reddit:focus,
.zocial.secondary:focus,
.zocial.stackoverflow:focus,
.zocial.viadeo:focus,
.zocial.weibo:focus,
.zocial.wikipedia:focus,
.zocial.acrobat:hover,
.zocial.bitcoin:hover,
.zocial.cloudapp:hover,
.zocial.dropbox:hover,
.zocial.email:hover,
.zocial.eventful:hover,
.zocial.github:hover,
.zocial.gmail:hover,
.zocial.instapaper:hover,
.zocial.itunes:hover,
.zocial.ninetyninedesigns:hover,
.zocial.openid:hover,
.zocial.plancast:hover,
.zocial.pocket:hover,
.zocial.posterous:hover,
.zocial.reddit:hover,
.zocial.secondary:hover,
.zocial.stackoverflow:hover,
.zocial.viadeo:hover,
.zocial.weibo:hover,
.zocial.wikipedia:hover {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(49%, rgba(255, 255, 255, 0.2)), color-stop(51%, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.15));
}
.zocial.acrobat:active,
.zocial.bitcoin:active,
.zocial.cloudapp:active,
.zocial.dropbox:active,
.zocial.email:active,
.zocial.eventful:active,
.zocial.github:active,
.zocial.gmail:active,
.zocial.instapaper:active,
.zocial.itunes:active,
.zocial.ninetyninedesigns:active,
.zocial.openid:active,
.zocial.plancast:active,
.zocial.pocket:active,
.zocial.posterous:active,
.zocial.reddit:active,
.zocial.secondary:active,
.zocial.stackoverflow:active,
.zocial.viadeo:active,
.zocial.weibo:active,
.zocial.wikipedia:active {
  background-image: -moz-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -ms-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -o-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(center top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1));
}
.zocial.acrobat {
  background-color: #fff;
  color: #000;
}
.zocial.acrobat:before {
  content: "\00E3";
  color: #FB0000;
}
.zocial.amazon {
  background-color: #ffad1d;
  color: #030037;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.zocial.amazon:before {
  content: "a";
}
.zocial.android {
  background-color: #a4c639;
}
.zocial.android:before {
  content: "&";
}
.zocial.angellist {
  background-color: #000;
}
.zocial.angellist:before {
  content: "\00D6";
}
.zocial.aol {
  background-color: #f00;
}
.zocial.aol:before {
  content: "\"";
}
.zocial.appnet {
  background-color: #3178bd;
}
.zocial.appnet:before {
  content: "\00E1";
}
.zocial.appstore {
  background-color: #000;
}
.zocial.appstore:before {
  content: "A";
}
.zocial.bitcoin {
  background-color: #efefef;
  color: #4d4d4d;
}
.zocial.bitcoin:before {
  content: "2";
  color: #f7931a;
}
.zocial.bitbucket {
  background-color: #205081;
}
.zocial.bitbucket:before {
  content: "\00E9";
}
.zocial.blogger {
  background-color: #ee5a22;
}
.zocial.blogger:before {
  content: "B";
}
.zocial.buffer {
  background-color: #232323;
}
.zocial.buffer:before {
  content: "\00E5";
}
.zocial.call {
  background-color: #008000;
}
.zocial.call:before {
  content: "7";
}
.zocial.cal {
  background-color: #d63538;
}
.zocial.cal:before {
  content: ".";
}
.zocial.cart {
  background-color: #333;
}
.zocial.cart:before {
  content: "\00C9";
}
.zocial.chrome {
  background-color: #006cd4;
}
.zocial.chrome:before {
  content: "[";
}
.zocial.cloudapp {
  background-color: #fff;
  color: #312c2a;
}
.zocial.cloudapp:before {
  content: "c";
}
.zocial.creativecommons {
  background-color: #000;
}
.zocial.creativecommons:before {
  content: "C";
}
.zocial.delicious {
  background-color: #3271cb;
}
.zocial.delicious:before {
  content: "#";
}
.zocial.digg {
  background-color: #164673;
}
.zocial.digg:before {
  content: ";";
}
.zocial.disqus {
  background-color: #5d8aad;
}
.zocial.disqus:before {
  content: "Q";
}
.zocial.dribbble {
  background-color: #ea4c89;
}
.zocial.dribbble:before {
  content: "D";
}
.zocial.dropbox {
  background-color: #fff;
  color: #312c2a;
}
.zocial.dropbox:before {
  content: "d";
  color: #1f75cc;
}
.zocial.drupal {
  background-color: #0077c0;
  color: #fff;
}
.zocial.drupal:before {
  content: "\00E4";
  color: #fff;
}
.zocial.dwolla {
  background-color: #e88c02;
}
.zocial.dwolla:before {
  content: "\00E0";
}
.zocial.email {
  background-color: #f0f0eb;
  color: #312c2a;
}
.zocial.email:before {
  content: "]";
  color: #312c2a;
}
.zocial.eventasaurus {
  background-color: #192931;
  color: #fff;
}
.zocial.eventasaurus:before {
  content: "v";
  color: #9de428;
}
.zocial.eventbrite {
  background-color: #ff5616;
}
.zocial.eventbrite:before {
  content: "|";
}
.zocial.eventful {
  background-color: #fff;
  color: #47ab15;
}
.zocial.eventful:before {
  content: "'";
  color: #0066CC;
}
.zocial.evernote {
  background-color: #6bb130;
  color: #fff;
}
.zocial.evernote:before {
  content: "E";
}
.zocial.facebook {
  background-color: #4863ae;
}
.zocial.facebook:before {
  content: "f";
}
.zocial.fivehundredpx {
  background-color: #333;
}
.zocial.fivehundredpx:before {
  content: "0";
  color: #29b6ff;
}
.zocial.flattr {
  background-color: #8aba42;
}
.zocial.flattr:before {
  content: "%";
}
.zocial.flickr {
  background-color: #ff0084;
}
.zocial.flickr:before {
  content: "F";
}
.zocial.forrst {
  background-color: #1e360d;
}
.zocial.forrst:before {
  content: ":";
  color: #50894f;
}
.zocial.foursquare {
  background-color: #44a8e0;
}
.zocial.foursquare:before {
  content: "4";
}
.zocial.github {
  background-color: #fbfbfb;
  color: #050505;
}
.zocial.github:before {
  content: "g";
}
.zocial.gmail {
  background-color: #efefef;
  color: #222;
}
.zocial.gmail:before {
  content: "m";
  color: #f00;
}
.zocial.google {
  background-color: #4e6cf7;
}
.zocial.google:before {
  content: "G";
}
.zocial.googleplay {
  background-color: #000;
}
.zocial.googleplay:before {
  content: "h";
}
.zocial.googleplus {
  background-color: #dd4b39;
}
.zocial.googleplus:before {
  content: "+";
}
.zocial.gowalla {
  background-color: #ff720a;
}
.zocial.gowalla:before {
  content: "@";
}
.zocial.grooveshark {
  background-color: #111;
  color: #eee;
}
.zocial.grooveshark:before {
  content: "8";
}
.zocial.guest {
  background-color: #1b4d6d;
}
.zocial.guest:before {
  content: "?";
}
.zocial.html5 {
  background-color: #ff3617;
}
.zocial.html5:before {
  content: "5";
}
.zocial.ie {
  background-color: #00a1d9;
}
.zocial.ie:before {
  content: "6";
}
.zocial.instapaper {
  background-color: #eee;
  color: #222;
}
.zocial.instapaper:before {
  content: "I";
}
.zocial.instagram {
  background-color: #3f729b;
}
.zocial.instagram:before {
  content: "\00DC";
}
.zocial.intensedebate {
  background-color: #0099e1;
}
.zocial.intensedebate:before {
  content: "{";
}
.zocial.itunes {
  background-color: #efefeb;
  color: #312c2a;
}
.zocial.itunes:before {
  content: "i";
  color: #1a6dd2;
}
.zocial.klout {
  background-color: #e34a25;
}
.zocial.klout:before {
  content: "K";
}
.zocial.lanyrd {
  background-color: #2e6ac2;
}
.zocial.lanyrd:before {
  content: "-";
}
.zocial.lastfm {
  background-color: #dc1a23;
}
.zocial.lastfm:before {
  content: "l";
}
.zocial.lego {
  background-color: #fb0000;
}
.zocial.lego:before {
  content: "\00EA";
  color: #fff900;
}
.zocial.linkedin {
  background-color: #0083a8;
}
.zocial.linkedin:before {
  content: "L";
}
.zocial.lkdto {
  background-color: #7c786f;
}
.zocial.lkdto:before {
  content: "\00EE";
}
.zocial.logmein {
  background-color: #000;
}
.zocial.logmein:before {
  content: "\00EB";
}
.zocial.macstore {
  background-color: #007dcb;
}
.zocial.macstore:before {
  content: "^";
}
.zocial.meetup {
  background-color: #ff0026;
}
.zocial.meetup:before {
  content: "M";
}
.zocial.myspace {
  background-color: #000;
}
.zocial.myspace:before {
  content: "_";
}
.zocial.ninetyninedesigns {
  background-color: #fff;
  color: #072243;
}
.zocial.ninetyninedesigns:before {
  content: "9";
  color: #f50;
}
.zocial.openid {
  background-color: #f5f5f5;
  color: #333;
}
.zocial.openid:before {
  content: "o";
  color: #ff921d;
}
.zocial.opentable {
  background-color: #990000;
}
.zocial.opentable:before {
  content: "\00C7";
}
.zocial.paypal {
  background-color: #fff;
  color: #32689a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.zocial.paypal:before {
  content: "$";
}
.zocial.pinboard {
  background-color: blue;
}
.zocial.pinboard:before {
  content: "n";
}
.zocial.pinterest {
  background-color: #c91618;
}
.zocial.pinterest:before {
  content: "1";
}
.zocial.plancast {
  background-color: #e7ebed;
  color: #333;
}
.zocial.plancast:before {
  content: "P";
}
.zocial.pocket {
  background-color: #fff;
  color: #777;
}
.zocial.pocket:before {
  content: "\00E7";
  color: #ee4056;
}
.zocial.plurk {
  background-color: #cf682f;
}
.zocial.plurk:before {
  content: "j";
}
.zocial.podcast {
  background-color: #9365ce;
}
.zocial.podcast:before {
  content: "`";
}
.zocial.posterous {
  background-color: #ffd959;
  color: #bc7134;
}
.zocial.posterous:before {
  content: "~";
}
.zocial.print {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.zocial.print:before {
  content: "\00D1";
}
.zocial.quora {
  background-color: #a82400;
}
.zocial.quora:before {
  content: "q";
}
.zocial.reddit {
  background-color: #fff;
  color: #222;
}
.zocial.reddit:before {
  content: ">";
  color: red;
}
.zocial.rss {
  background-color: #ff7f25;
}
.zocial.rss:before {
  content: "R";
}
.zocial.scribd {
  background-color: #231c1a;
}
.zocial.scribd:before {
  content: "}";
  color: #00d5ea;
}
.zocial.skype {
  background-color: #00a2ed;
}
.zocial.skype:before {
  content: "S";
}
.zocial.smashing {
  background-color: #ff4f27;
}
.zocial.smashing:before {
  content: "*";
}
.zocial.songkick {
  background-color: #ff0050;
}
.zocial.songkick:before {
  content: "k";
}
.zocial.soundcloud {
  background-color: #ff4500;
}
.zocial.soundcloud:before {
  content: "s";
}
.zocial.spotify {
  background-color: #60af00;
}
.zocial.spotify:before {
  content: "=";
}
.zocial.stackoverflow {
  background-color: #fff;
  color: #555;
}
.zocial.stackoverflow:before {
  content: "\00EC";
  color: #ff7a15;
}
.zocial.statusnet {
  background-color: #829d25;
}
.zocial.statusnet:before {
  content: "\00E2";
  color: #fff;
}
.zocial.steam {
  background-color: #000;
}
.zocial.steam:before {
  content: "b";
}
.zocial.stripe {
  background-color: #2f7ed6;
}
.zocial.stripe:before {
  content: "\00A3";
}
.zocial.stumbleupon {
  background-color: #eb4924;
}
.zocial.stumbleupon:before {
  content: "/";
}
.zocial.tumblr {
  background-color: #374a61;
}
.zocial.tumblr:before {
  content: "t";
}
.zocial.twitter {
  background-color: #46c0fb;
}
.zocial.twitter:before {
  content: "T";
}
.zocial.viadeo {
  background-color: #fff;
  color: #000;
}
.zocial.viadeo:before {
  content: "H";
  color: #f59b20;
}
.zocial.vimeo {
  background-color: #00a2cd;
}
.zocial.vimeo:before {
  content: "V";
}
.zocial.vk {
  background-color: #45688E;
}
.zocial.vk:before {
  content: "N";
}
.zocial.weibo {
  background-color: #faf6f1;
  color: #000;
}
.zocial.weibo:before {
  content: "J";
  color: #e6162d;
}
.zocial.wikipedia {
  background-color: #fff;
  color: #000;
}
.zocial.wikipedia:before {
  content: ",";
}
.zocial.windows {
  background-color: #0052a4;
  color: #fff;
}
.zocial.windows:before {
  content: "W";
}
.zocial.wordpress {
  background-color: #464646;
}
.zocial.wordpress:before {
  content: "w";
}
.zocial.xing {
  background-color: #0A5D5E;
}
.zocial.xing:before {
  content: "X";
}
.zocial.yahoo {
  background-color: #a200c2;
}
.zocial.yahoo:before {
  content: "Y";
}
.zocial.ycombinator {
  background-color: #ff6600;
}
.zocial.ycombinator:before {
  content: "\00ED";
}
.zocial.yelp {
  background-color: #e60010;
}
.zocial.yelp:before {
  content: "y";
}
.zocial.youtube {
  background-color: #f00;
}
.zocial.youtube:before {
  content: "U";
}
.zocial.primary,
.zocial.secondary {
  margin: 0.1em 0;
  padding: 0 1em;
}
.zocial.primary:before,
.zocial.secondary:before {
  display: none;
}
.zocial.primary {
  background-color: #333;
}
.zocial.secondary {
  background-color: #f0f0eb;
  color: #222;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
/* Any browser-specific adjustments */
button:-moz-focus-inner {
  border: 0;
  padding: 0;
}
.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 #000000;
  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: #ffffff;
  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-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-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 #ffffff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  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: #ffffff;
  background-color: #396eb1;
  background-image: -moz-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3567a6));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -o-linear-gradient(top, #3b73b9, #3567a6);
  background-image: linear-gradient(to bottom, #3b73b9, #3567a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3567a6', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #396eb1;
  background-image: -moz-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3567a6));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3567a6);
  background-image: -o-linear-gradient(top, #3b73b9, #3567a6);
  background-image: linear-gradient(to bottom, #3b73b9, #3567a6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3567a6', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #a7a9ac;
}
.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;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  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;
  -webkit-box-sizing: 0 6px 6px 6px;
  -moz-box-sizing: 0 6px 6px 6px;
  -o-box-sizing: 0 6px 6px 6px;
  -ms-box-sizing: 0 6px 6px 6px;
  box-sizing: 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;
  -webkit-box-sizing: 5px 5px 5px 0;
  -moz-box-sizing: 5px 5px 5px 0;
  -o-box-sizing: 5px 5px 5px 0;
  -ms-box-sizing: 5px 5px 5px 0;
  box-sizing: 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: #ffffff;
}
.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;
  -webkit-box-sizing: 6px 0 6px 6px;
  -moz-box-sizing: 6px 0 6px 6px;
  -o-box-sizing: 6px 0 6px 6px;
  -ms-box-sizing: 6px 0 6px 6px;
  box-sizing: 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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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);
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -ms-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;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 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;
  -webkit-transition: all opacity 0.15s linear ease;
  -moz-transition: all opacity 0.15s linear ease;
  -o-transition: all opacity 0.15s linear ease;
  -ms-transition: all opacity 0.15s linear ease;
  transition: all opacity 0.15s linear ease;
}
.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;
  -webkit-transition: all height 0.35s ease ease;
  -moz-transition: all height 0.35s ease ease;
  -o-transition: all height 0.35s ease ease;
  -ms-transition: all height 0.35s ease ease;
  transition: all height 0.35s ease ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  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;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  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);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #bbbbbb;
  *border: 0;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  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;
  -webkit-transition: all background-position 0.1s linear ease;
  -moz-transition: all background-position 0.1s linear ease;
  -o-transition: all background-position 0.1s linear ease;
  -ms-transition: all background-position 0.1s linear ease;
  transition: all background-position 0.1s linear ease;
}
.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);
  -o-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-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;
  -o-box-shadow: none;
  -ms-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;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 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;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-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 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3b66b9;
  background-image: -moz-linear-gradient(top, #3b73b9, #3b54b9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#3b73b9), to(#3b54b9));
  background-image: -webkit-linear-gradient(top, #3b73b9, #3b54b9);
  background-image: -o-linear-gradient(top, #3b73b9, #3b54b9);
  background-image: linear-gradient(to bottom, #3b73b9, #3b54b9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b73b9', endColorstr='#ff3b54b9', GradientType=0);
  border-color: #3b54b9 #3b54b9 #29397f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3b54b9;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #3b54b9;
  *background-color: #354ba6;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #2f4292 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  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);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
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;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #3b73b9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #3b73b9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  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: .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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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);
  -o-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);
  -ms-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);
  -o-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -ms-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: #3b54b9;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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;
  -webkit-box-sizing: 4px 4px 0 0;
  -moz-box-sizing: 4px 4px 0 0;
  -o-box-sizing: 4px 4px 0 0;
  -ms-box-sizing: 4px 4px 0 0;
  box-sizing: 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;
  -webkit-box-sizing: 0 0 4px 4px;
  -moz-box-sizing: 0 0 4px 4px;
  -o-box-sizing: 0 0 4px 4px;
  -ms-box-sizing: 0 0 4px 4px;
  box-sizing: 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;
  -webkit-box-sizing: 6px 6px 0 0;
  -moz-box-sizing: 6px 6px 0 0;
  -o-box-sizing: 6px 6px 0 0;
  -ms-box-sizing: 6px 6px 0 0;
  box-sizing: 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;
  -webkit-box-sizing: 0 0 6px 6px;
  -moz-box-sizing: 0 0 6px 6px;
  -o-box-sizing: 0 0 6px 6px;
  -ms-box-sizing: 0 0 6px 6px;
  box-sizing: 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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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: #eeeeee;
}
.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: #a7a9ac;
  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: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #3b73b9;
}
.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 #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
  clear: both;
}
.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;
  -webkit-box-sizing: 4px 4px 0 0;
  -moz-box-sizing: 4px 4px 0 0;
  -o-box-sizing: 4px 4px 0 0;
  -ms-box-sizing: 4px 4px 0 0;
  box-sizing: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  background-color: #e9e8dd;
  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;
  -webkit-box-sizing: 5px;
  -moz-box-sizing: 5px;
  -o-box-sizing: 5px;
  -ms-box-sizing: 5px;
  box-sizing: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #3b73b9;
}
.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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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;
  -webkit-box-sizing: 0 0 6px 6px;
  -moz-box-sizing: 0 0 6px 6px;
  -o-box-sizing: 0 0 6px 6px;
  -ms-box-sizing: 0 0 6px 6px;
  box-sizing: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #3b73b9;
  border-bottom-color: #3b73b9;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #3b73b9;
  border-bottom-color: #3b73b9;
}
/* 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: #555555;
  border-bottom-color: #555555;
}
.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: #ffffff;
  background-color: #a7a9ac;
  border-color: #a7a9ac;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #a7a9ac;
}
.tabbable {
  *zoom: 1;
  clear: both;
}
.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;
  -webkit-box-sizing: 0 0 4px 4px;
  -moz-box-sizing: 0 0 4px 4px;
  -o-box-sizing: 0 0 4px 4px;
  -ms-box-sizing: 0 0 4px 4px;
  box-sizing: 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;
  -webkit-box-sizing: 4px 0 0 4px;
  -moz-box-sizing: 4px 0 0 4px;
  -o-box-sizing: 4px 0 0 4px;
  -ms-box-sizing: 4px 0 0 4px;
  box-sizing: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.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: #ffffff;
}
.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;
  -webkit-box-sizing: 0 4px 4px 0;
  -moz-box-sizing: 0 4px 4px 0;
  -o-box-sizing: 0 4px 4px 0;
  -ms-box-sizing: 0 4px 4px 0;
  box-sizing: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.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: #ffffff;
}
.nav > .disabled > a {
  color: #a7a9ac;
}
.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-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  *zoom: 1;
  clear: both;
}
.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: #a7a9ac;
  text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #a7a9ac;
}
.navbar-link {
  color: #a7a9ac;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}
.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;
  clear: both;
}
.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: 'Open Sans', '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;
  -webkit-box-sizing: 15px;
  -moz-box-sizing: 15px;
  -o-box-sizing: 15px;
  -ms-box-sizing: 15px;
  box-sizing: 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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 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);
  -o-box-shadow: 0 1px 10px rgba(0,0,0,.1);
  -ms-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);
  -o-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
  -ms-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: #a7a9ac;
  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: #333333;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #333333;
  text-decoration: none;
  background-color: #f2f2f2;
  -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);
  -o-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
  -ms-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: #ffffff;
  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);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
  -ms-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: #ffffff;
  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-sizing: 1px;
  -moz-box-sizing: 1px;
  -o-box-sizing: 1px;
  -ms-box-sizing: 1px;
  box-sizing: 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);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -ms-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 #ffffff;
  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 #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #f2f2f2;
  color: #333333;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #a7a9ac;
  border-bottom-color: #a7a9ac;
}
.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: #333333;
  border-bottom-color: #333333;
}
.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;
  -webkit-box-sizing: 6px 0 6px 6px;
  -moz-box-sizing: 6px 0 6px 6px;
  -o-box-sizing: 6px 0 6px 6px;
  -ms-box-sizing: 6px 0 6px 6px;
  box-sizing: 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: #a7a9ac;
  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: #ffffff;
}
.navbar-inverse .brand {
  color: #a7a9ac;
}
.navbar-inverse .navbar-text {
  color: #a7a9ac;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: navbarInverseLinkColorHover;
  background-color: #111111;
}
.navbar-inverse .navbar-link {
  color: #a7a9ac;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.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: navbarInverseLinkColorHover;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: navbarInverseLinkColorHover;
  border-bottom-color: navbarInverseLinkColorHover;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #a7a9ac;
  border-bottom-color: #a7a9ac;
}
.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: navbarInverseLinkColorHover;
  border-bottom-color: navbarInverseLinkColorHover;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  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);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
  -ms-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;
  -webkit-transition: all none ease;
  -moz-transition: all none ease;
  -o-transition: all none ease;
  -ms-transition: all none ease;
  transition: all none ease;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  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);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -ms-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: #ffffff;
  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: #ffffff;
  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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #a7a9ac;
}
.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-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -ms-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: #ffffff;
  border: 1px solid #dddddd;
  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: #a7a9ac;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #a7a9ac;
  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;
  clear: both;
}
.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;
  -webkit-box-sizing: 15px;
  -moz-box-sizing: 15px;
  -o-box-sizing: 15px;
  -ms-box-sizing: 15px;
  box-sizing: 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: #a7a9ac;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: #ffffff;
  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-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -ms-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;
  -webkit-transition: all opacity .3s linear, top .3s ease-out ease;
  -moz-transition: all opacity .3s linear, top .3s ease-out ease;
  -o-transition: all opacity .3s linear, top .3s ease-out ease;
  -ms-transition: all opacity .3s linear, top .3s ease-out ease;
  transition: all opacity .3s linear, top .3s ease-out ease;
  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-sizing: 0 0 6px 6px;
  -moz-box-sizing: 0 0 6px 6px;
  -o-box-sizing: 0 0 6px 6px;
  -ms-box-sizing: 0 0 6px 6px;
  box-sizing: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
  clear: both;
}
.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: 1020;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -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-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-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;
  -webkit-box-sizing: 5px 5px 0 0;
  -moz-box-sizing: 5px 5px 0 0;
  -o-box-sizing: 5px 5px 0 0;
  -ms-box-sizing: 5px 5px 0 0;
  box-sizing: 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
  clear: both;
}
.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-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -ms-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;
  -webkit-transition: all all 0.2s ease-in-out ease;
  -moz-transition: all all 0.2s ease-in-out ease;
  -o-transition: all all 0.2s ease-in-out ease;
  -ms-transition: all all 0.2s ease-in-out ease;
  transition: all all 0.2s ease-in-out ease;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #3b73b9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -o-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -ms-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: #555555;
}
.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: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #636363;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  -webkit-box-sizing: 9px;
  -moz-box-sizing: 9px;
  -o-box-sizing: 9px;
  -ms-box-sizing: 9px;
  box-sizing: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  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: #333333;
}
.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);
  -o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -ms-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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  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);
  -o-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -ms-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;
  -o-box-sizing: border-box;
  -ms-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;
  -webkit-transition: all width 0.6s ease ease;
  -moz-transition: all width 0.6s ease ease;
  -o-transition: all width 0.6s ease ease;
  -ms-transition: all width 0.6s ease ease;
  transition: all width 0.6s ease 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);
  -o-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -ms-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;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 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;
  -webkit-transition: all 0.6s ease-in-out left ease;
  -moz-transition: all 0.6s ease-in-out left ease;
  -o-transition: all 0.6s ease-in-out left ease;
  -ms-transition: all 0.6s ease-in-out left ease;
  transition: all 0.6s ease-in-out left ease;
}
.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: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  -webkit-box-sizing: 23px;
  -moz-box-sizing: 23px;
  -o-box-sizing: 23px;
  -ms-box-sizing: 23px;
  box-sizing: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  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: #333333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  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: #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-sizing: 6px;
  -moz-box-sizing: 6px;
  -o-box-sizing: 6px;
  -ms-box-sizing: 6px;
  box-sizing: 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;
}
/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 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 @twitter by @mdo and @fat.
 */
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    clear: both;
  }
  .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;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
    clear: both;
  }
  .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: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
    clear: both;
  }
  .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;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #a7a9ac;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #a7a9ac;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: 3px;
    -moz-box-sizing: 3px;
    -o-box-sizing: 3px;
    -ms-box-sizing: 3px;
    box-sizing: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: 4px;
    -moz-box-sizing: 4px;
    -o-box-sizing: 4px;
    -ms-box-sizing: 4px;
    box-sizing: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #a7a9ac;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: 0;
    -moz-box-sizing: 0;
    -o-box-sizing: 0;
    -ms-box-sizing: 0;
    box-sizing: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
.label-outline,
.badge-outline {
  color: #a7a9ac;
  vertical-align: baseline;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #a7a9ac;
}
.label-pill {
  border-radius: 10px;
}
.label-outline-danger,
.badge-outline-danger {
  color: #ea5757;
  border-color: #ea5757;
}
.label-outline-danger[href],
.badge-outline-danger[href] {
  color: #e42a2a;
  border-color: #e42a2a;
}
.label-outline-warning,
.badge-outline-warning {
  color: #f8ac59;
  border-color: #f8ac59;
}
.label-outline-warning[href],
.badge-outline-warning[href] {
  color: #f69428;
  border-color: #f69428;
}
.label-outline-primary,
.badge-outline-primary {
  color: #1ab394;
  border-color: #1ab394;
}
.label-outline-primary[href],
.badge-outline-primary[href] {
  color: #14866f;
  border-color: #14866f;
}
.label-outline-success,
.badge-outline-success {
  color: #1c84c6;
  border-color: #1c84c6;
}
.label-outline-success[href],
.badge-outline-success[href] {
  color: #166699;
  border-color: #166699;
}
.label-outline-info,
.badge-outline-info {
  color: #3a87ad;
  border-color: #3a87ad;
}
.label-outline-info[href],
.badge-outline-info[href] {
  color: #2d6987;
  border-color: #2d6987;
}
.label-outline-inverse,
.badge-outline-inverse {
  color: #333333;
  border-color: #333333;
}
.label-outline-inverse[href],
.badge-outline-inverse[href] {
  color: #1a1a1a;
  border-color: #1a1a1a;
}
/* IMPORTING ALL HELPERS FROM THE HELPERS FOLDER */
/* This is just to maintain a cleaner import structure. No styles should be added here. */
/**** DISPLAY HELPERS ****/
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
/**** PADDING HELPERS ****/
.pl-1 {
  padding-left: 0.5em;
}
.pr-1 {
  padding-right: 0.5em;
}
.pt-1 {
  padding-top: 0.5em;
}
.pb-1 {
  padding-bottom: 0.5em;
}
.pa-1 {
  padding: 0.5em;
}
.py-1 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.px-1 {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.pl-2 {
  padding-left: 1em;
}
.pr-2 {
  padding-right: 1em;
}
.pt-2 {
  padding-top: 1em;
}
.pb-2 {
  padding-bottom: 1em;
}
.pa-2 {
  padding: 1em;
}
.py-2 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.px-2 {
  padding-left: 1em;
  padding-right: 1em;
}
.pl-3 {
  padding-left: 1.5em;
}
.pr-3 {
  padding-right: 1.5em;
}
.pt-3 {
  padding-top: 1.5em;
}
.pb-3 {
  padding-bottom: 1.5em;
}
.pa-3 {
  padding: 1.5em;
}
.py-3 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.px-3 {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.pl-4 {
  padding-left: 2em;
}
.pr-4 {
  padding-right: 2em;
}
.pt-4 {
  padding-top: 2em;
}
.pb-4 {
  padding-bottom: 2em;
}
.pa-4 {
  padding: 2em;
}
.py-4 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.px-4 {
  padding-left: 2em;
  padding-right: 2em;
}
.no-pad {
  padding: 0 !important;
}
/**** TYPOGRAPHY HELPERS ****/
/* HEADINGS */
.h1 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 24px;
}
.h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 38px;
  color: #2f4151;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 400;
}
.h3 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
}
.h4 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 18px;
}
.h5 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
}
.h6 {
  font-weight: 400;
  margin-bottom: 0;
  font-size: inherit;
}
.capitalize {
  text-transform: capitalize;
}
.fw-black {
  font-weight: 700;
}
.fw-bold {
  font-weight: 600;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
/* OVERFLOW */
.text-truncate {
  text-overflow: ellipsis;
  overflow: hidden;
}
.username-shorten {
  max-width: 8em;
}
/* VALIDATION */
.error-text {
  color: #b5383f;
}
.modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  box-sizing: border-box;
  column-gap: 15px;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper .cover-image-gallery {
  border: 2px solid #636363;
  display: inline-block;
  cursor: pointer;
  height: 185px;
  width: 100%;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper .cover-image-gallery {
    height: auto;
  }
}
.modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper .cover-image-gallery:hover,
.modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper .cover-image-gallery:focus {
  border-color: #2792e2;
}
.modal.pick-from-gallery-modal .modal-dialog .modal-body .cover-images-wrapper .cover-image-gallery img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.badge {
  border-radius: 3px;
  font-weight: 500;
  text-shadow: unset;
}
.badge.badge-warning {
  color: black;
}
/* IMPORTING ALL COMPONENTS FROM THE COMPONENTS FOLDER */
/* This is just to maintain a cleaner import structure. No styles should be added here. */
/* This is ONLY LESS Related to our custom, Pure CSS tooltips. */
/* If you want to add code related to another component, create a file. */
.has-tooltip {
  position: relative;
}
.has-tooltip .tooltip {
  display: none;
}
.qtip-custom-style {
  font-size: 12px;
  font-weight: normal !important;
  text-transform: none !important;
}
.hidden-file-input {
  display: none;
}
.fake-input {
  background-color: white;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  width: 100%;
  display: block;
  float: left;
  height: 1.4em;
  box-sizing: border-box;
  border-radius: 5px;
  height: 150px;
  margin-bottom: 15px;
}
.upload-box-container {
  position: relative;
}
.upload-box-container .upload-box-instruction {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 8%;
  pointer-events: none;
}
.cover-image-form .select-hide {
  display: none;
}
.cover-image-form .active {
  display: block;
}
.cover-image-form .select-wrapper {
  position: relative;
}
.cover-image-form .select-wrapper select#cover-image--type {
  width: 100%;
  border-radius: 1px;
  box-sizing: border-box;
  border: solid 1px #e5e6e7;
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cover-image-form .select-wrapper select#cover-image--type::-ms-expand {
  display: none;
}
.cover-image-form .select-wrapper .icon-caret-down {
  position: absolute;
  height: 36px;
  width: 20px;
  top: 0;
  right: 1px;
  pointer-events: none;
}
.cover-image-form .select-wrapper .icon-caret-down:before {
  position: absolute;
  /* 7px = 1/2 of icon height */
  top: calc(50% - 7px);
}
.cover-image-form .cover-image-preview .image-wrapper.fill {
  width: 247px;
}
@media screen and (max-width: 1200px) {
  .cover-image-form .cover-image-preview .image-wrapper.fill {
    width: 197px;
  }
}
@media screen and (max-width: 992px) {
  .cover-image-form .cover-image-preview .image-wrapper.fill {
    width: auto;
  }
}
.cover-image-form .cover-image-preview .grid-view,
.cover-image-form .cover-image-preview .list-view {
  margin-bottom: 15px;
}
.cover-image-form .cover-image-preview .grid-view {
  width: 33%;
}
@media screen and (max-width: 992px) {
  .cover-image-form .cover-image-preview .grid-view {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .cover-image-form .cover-image-preview .grid-view {
    width: 100%;
  }
}
.cover-image-form .cover-image-preview .grid-view .image-wrapper {
  height: 150px;
}
.cover-image-form .cover-image-preview .grid-view .image-wrapper.fill {
  height: 139px;
}
.cover-image-form .cover-image-preview .grid-view .image-wrapper.fill img {
  object-fit: fill;
  font-family: "object-fit: fill;";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cover-image-form .cover-image-preview .grid-view .image-wrapper.fill {
    height: 111px;
  }
}
@media screen and (max-width: 992px) {
  .cover-image-form .cover-image-preview .grid-view .image-wrapper.fill {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .cover-image-form .cover-image-preview .grid-view .image-wrapper {
    height: auto;
  }
}
.cover-image-form .cover-image-preview .grid-view .image-wrapper img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.cover-image-form .cover-image-preview .list-view .image-wrapper {
  width: calc(40% - 15px);
  height: 180px;
}
.cover-image-form .cover-image-preview .list-view .image-wrapper.fill {
  flex-basis: 318.6px;
  flex-shrink: 0;
}
.cover-image-form .cover-image-preview .list-view .image-wrapper.fill img {
  object-fit: fill;
  font-family: "object-fit: fill;";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .cover-image-form .cover-image-preview .list-view .image-wrapper.fill {
    flex-basis: 300px;
    flex-shrink: 0;
    height: 169px;
  }
}
@media screen and (max-width: 992px) {
  .cover-image-form .cover-image-preview .list-view .image-wrapper.fill {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .cover-image-form .cover-image-preview .list-view .image-wrapper {
    width: calc(50% - 15px);
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .cover-image-form .cover-image-preview .list-view .image-wrapper {
    width: 100%;
  }
}
.cover-image-form .cover-image-preview .list-view .image-wrapper img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
/*
-----
TODO: Add more components here like:
- Avatar
- Modals
- Buttons
- Etc.
-----
*/
/*
[1. Global]
*/
html,
body {
  height: 100%;
  background: #fff;
}
.position-relative {
  position: relative;
}
.alert .dismiss-alert {
  position: absolute;
  top: 4px;
  right: 4px;
  line-height: 1;
}
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body input:-webkit-autofill,
body input:-webkit-autofill:hover,
body input:-webkit-autofill:focus textarea:-webkit-autofill,
body textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
body select:-webkit-autofill,
body select:-webkit-autofill:hover,
body select:-webkit-autofill:focus {
  -webkit-text-fill-color: unset;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}
.post-label {
  font-size: 12px !important;
  border-radius: 20px;
  padding: 2px 8px;
  font-weight: 600;
  position: relative;
  top: -2px;
  text-transform: uppercase !important;
}
.post-label.post-label-error {
  margin: 0 0.15em;
  display: inline-block;
  border: #b5383f 2px solid;
  line-height: 1 !important;
  background-color: #b5383f !important;
  color: #fff !important;
}
.post-label.post-label-error.post-label-outline {
  border: #b5383f 2px solid;
  background-color: transparent !important;
  color: #b5383f !important;
}
.post-label.post-label-warning {
  margin: 0 0.15em;
  display: inline-block;
  border: #8a6a33 2px solid;
  line-height: 1 !important;
  background-color: #8a6a33 !important;
  color: #fff !important;
}
.post-label.post-label-warning.post-label-outline {
  border: #8a6a33 2px solid;
  background-color: transparent !important;
  color: #8a6a33 !important;
}
.post-label.post-label-neutral {
  margin: 0 0.15em;
  display: inline-block;
  border: #636363 2px solid;
  line-height: 1 !important;
  background-color: #636363 !important;
  color: #fff !important;
}
.post-label.post-label-neutral.post-label-outline {
  border: #636363 2px solid;
  background-color: transparent !important;
  color: #636363 !important;
}
.post-label.post-label-success {
  margin: 0 0.15em;
  display: inline-block;
  border: #217868 2px solid;
  line-height: 1 !important;
  background-color: #217868 !important;
  color: #fff !important;
}
.post-label.post-label-success.post-label-outline {
  border: #217868 2px solid;
  background-color: transparent !important;
  color: #217868 !important;
}
.post-label.post-label-info {
  margin: 0 0.15em;
  display: inline-block;
  border: #327ab8 2px solid;
  line-height: 1 !important;
  background-color: #327ab8 !important;
  color: #fff !important;
}
.post-label.post-label-info.post-label-outline {
  border: #327ab8 2px solid;
  background-color: transparent !important;
  color: #327ab8 !important;
}
a .sr-only,
button .sr-only,
.fr-desktop .fr-command .sr-only,
input[type="button"] .sr-only,
button[type="submit"] .sr-only,
input[type="submit"] .sr-only,
[tabindex="0"] .sr-only,
.btn .sr-only {
  text-transform: none;
}
a:focus,
button:focus,
.fr-desktop .fr-command:focus,
input[type="button"]:focus,
button[type="submit"]:focus,
input[type="submit"]:focus,
[tabindex="0"]:focus,
.btn:focus {
  outline: #2792e2 solid 2px;
  outline-offset: 1px;
}
.control-group .fr-box .fr-toolbar .fr-command.fr-btn[data-cmd="redo"],
.control-group .fr-box .fr-toolbar .fr-command.fr-btn[data-cmd="undo"],
.control-group .fr-box .fr-toolbar .fr-command.fr-btn[data-cmd="fullscreen"] {
  float: none;
}
@media only all and (-ms-high-contrast: white-on-black) {
  .select2-results__option--highlighted,
  .select2-highlighted,
  .ui-menu-item:focus,
  .ui-menu-item:hover,
  .ui-state-focus {
    outline: #ffffff dashed 2px !important;
    outline-offset: -2px;
  }
}
@media only all and (-ms-high-contrast: black-on-white) {
  .select2-results__option--highlighted,
  .select2-highlighted,
  .ui-menu-item:focus,
  .ui-menu-item:hover,
  .ui-state-focus {
    outline: black dashed 2px !important;
    outline-offset: -2px;
  }
}
input[type="text"]:focus,
textarea:focus,
.select2-container--default.select2-container--focus .select2-selection,
.select2-container--focus input[role="combobox"]:focus {
  outline: 0;
  border-color: #2792e2 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2f4151;
}
.egoField .select2-container {
  min-width: 0;
}
.jcrop-holder img {
  max-width: none;
  max-height: none;
}
.required-asterisk.fa-asterisk {
  font-size: 0.85em;
  color: #b5383f;
  padding-right: 0.25em;
}
.select2-drop-active {
  border: 1px solid #2f4151;
  border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #2f4151;
}
.select2-drop .select2-search input {
  box-shadow: none;
  border-radius: 1px;
  background: url(../../../../themes/thub/scripts/select2/select2.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top);
}
.select2-drop .select2-search input:focus {
  border: 1px solid #2f4151;
}
.select2-results .select2-highlighted {
  background: #2f4151;
  color: #fff;
}
.sort-bar-theme {
  background: rgba(46, 64, 80, 0.9);
  border-radius: 3px;
}
.sort-bar-theme .tooltipster-content {
  font-size: 10px;
  color: white;
  line-height: 15px;
  padding: 2px 4px 2px;
  text-align: center;
}
.sort-bar-theme .tooltipster-arrow-bottom {
  border: 1px solid transparent;
}
.sort-bar-theme .tooltipster-arrow-bottom span {
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  border-bottom: 5px solid;
  top: -5px;
}
.label-info {
  background: white;
  color: #b46108;
  border: 1px solid;
  border-radius: 8px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 1px 4px;
  text-shadow: none;
  vertical-align: bottom;
}
.nav-pills li a,
.nav-pills li button {
  margin: 0;
  border-radius: 0;
  border: solid 1px #dddddd;
  border-left: none;
  padding: 7px 11px;
}
.nav-pills li a i,
.nav-pills li button i {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 0.9;
}
.nav-pills li a:hover,
.nav-pills li button:hover,
.nav-pills li a:focus,
.nav-pills li button:focus {
  background-color: #f5f5f5;
}
.nav-pills li:first-of-type a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px #dddddd;
}
.nav-pills li:last-of-type a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.nav-pills li.active a {
  background: #2f4151;
  border: 1px solid #2f4151;
}
.nav-pills li.active a:hover,
.nav-pills li.active a:focus {
  background: #2f4151;
}
.nav-pills li.active a i {
  color: #fff;
}
#not-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
#not-footer #main-breadcrumb {
  background: #f2f3f4;
}
.halo-container {
  text-align: center;
}
.haloLabel {
  margin: 0 auto;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  padding: 1px 2px;
  text-shadow: 2px 1px 0px #000;
  color: white;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
img.gravatar {
  border: 2px solid #ddd;
}
.gravatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: 50%;
  -moz-box-sizing: 50%;
  -o-box-sizing: 50%;
  -ms-box-sizing: 50%;
  box-sizing: 50%;
  box-sizing: border-box;
}
.gravatar.gravatar-sm {
  width: 40px;
  height: 40px;
}
.clearfix {
  clear: both;
}
#not-footer #main-navbar .dropdown-menu,
#not-footer #middle .dropdown-menu {
  list-style: none;
  margin-left: 0;
  padding: 0;
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
}
#not-footer #main-navbar .dropdown-menu > li > a,
#not-footer #middle .dropdown-menu > li > a {
  color: #333333;
  display: block;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: normal;
  margin: 4px;
}
#not-footer #main-navbar .dropdown-menu > li > a:hover,
#not-footer #middle .dropdown-menu > li > a:hover,
#not-footer #main-navbar .dropdown-menu > li > a:focus,
#not-footer #middle .dropdown-menu > li > a:focus {
  background: #f2f3f4;
  border-radius: 3px;
  text-decoration: underline;
}
#not-footer #main-navbar .dropdown-menu > li.active > a,
#not-footer #middle .dropdown-menu > li.active > a {
  background-color: #2f4151;
  background-image: none;
  color: #fff;
}
#not-footer #main-navbar .dropdown-menu ul,
#not-footer #middle .dropdown-menu ul {
  list-style: none;
  margin-left: 0;
}
#not-footer #main-navbar .dropdown-menu ul a,
#not-footer #middle .dropdown-menu ul a {
  padding-left: 40px !important;
  color: #333333;
  display: block;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: normal;
  margin: 4px;
}
#not-footer #main-navbar .dropdown-menu ul a:hover,
#not-footer #middle .dropdown-menu ul a:hover,
#not-footer #main-navbar .dropdown-menu ul a:focus,
#not-footer #middle .dropdown-menu ul a:focus {
  background: #f2f3f4;
  border-radius: 3px;
}
#not-footer #main-navbar .dropdown-menu ul ul a,
#not-footer #middle .dropdown-menu ul ul a {
  padding-left: 50px !important;
}
.btn-icon-only {
  padding-right: 3px;
  padding-left: 3px;
}
.moderation-node {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.moderation-node:last-of-type {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.moderation-node .summary-wrapper .node-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.moderation-node .moderation-tools a,
.moderation-node .report-tools a {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.moderation-node .moderation-tools a.mod-outdated-edit-item,
.moderation-node .report-tools a.mod-outdated-edit-item {
  margin-bottom: 0px;
}
.moderation-node .moderation-tools div.comment-tools,
.moderation-node .report-tools div.comment-tools {
  padding-left: 0;
}
.moderation-node .moderation-tools div.comment-tools a.btn.btn-outline.btn-outline-primary,
.moderation-node .report-tools div.comment-tools a.btn.btn-outline.btn-outline-primary {
  width: 100%;
  display: block;
  margin: 0;
}
.moderation-node .report-tools .report-details {
  display: flex;
  align-items: center;
}
.moderation-node .comments-container {
  display: block;
}
.moderation-node .gravatar-wrapper a {
  display: inline-block;
  vertical-align: middle;
}
.moderation-node .gravatar-wrapper a.text-obj {
  max-width: calc(100% - 40px);
  margin-left: 3px;
}
.moderation-search h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.button-to-link {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.button-to-link:hover,
.button-to-link:focus {
  text-decoration: underline;
}
.button-to-link.on {
  color: #1ab394;
}
.sibling-list-button {
  font-size: 28px;
}
.button-to-text {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  display: inline-block;
}
.comment .comment .button-to-link,
.reply-container .comment .button-to-link {
  font-size: 12px;
}
#not-footer #middle .dropdown-menu li.item {
  display: block;
}
#not-footer #middle .dropdown-menu li.item a.button-to-link {
  width: auto;
}
#not-footer #middle .dropdown-menu li.item > .button-to-link {
  color: #333333;
  display: block;
  line-height: 20px;
  text-decoration: none;
  padding: 5px 20px;
  font-weight: normal;
  margin: 4px;
  white-space: nowrap;
  width: calc(96%);
  text-align: left;
  font-size: 14px;
}
#not-footer #middle .dropdown-menu li.item > .button-to-link:hover,
#not-footer #middle .dropdown-menu li.item > .button-to-link:focus {
  background: #f2f3f4;
  border-radius: 3px;
  text-decoration: underline;
}
.underline {
  text-decoration: underline;
}
.underline:focus,
.underline:hover {
  text-decoration: none;
}
.v-align-middle {
  vertical-align: middle;
}
.v-align-none {
  vertical-align: unset;
}
/*------------------------------------------------------------------
[2. Navbar / .navbar]
*/
#main-navbar {
  position: static;
}
#main-navbar .navbar-inner {
  background: #2f4151;
  padding: 0 20px;
  border-width: 0;
}
#main-navbar .navbar-inner .btn.btn-warning#create-button,
#main-navbar .navbar-inner .btn.btn-warning.dropdown-toggle {
  background-color: #327ab8;
}
#main-navbar .navbar-inner .btn.btn-warning#create-button:hover,
#main-navbar .navbar-inner .btn.btn-warning.dropdown-toggle:hover,
#main-navbar .navbar-inner .btn.btn-warning#create-button:focus,
#main-navbar .navbar-inner .btn.btn-warning.dropdown-toggle:focus,
#main-navbar .navbar-inner .btn.btn-warning#create-button:active,
#main-navbar .navbar-inner .btn.btn-warning.dropdown-toggle:active {
  background-color: #4e99d4;
}
#main-navbar .navbar-inner .row-fluid {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper {
  position: relative;
  max-width: 770px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search {
  width: 100%;
  margin-top: 0;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search .search-query {
  border-radius: 1px;
  height: 38px;
  width: 100%;
  font-size: 16px;
  color: #435765;
  box-sizing: border-box;
  padding-right: 35px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search .search-query::-ms-clear {
  display: none;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search .search-query::placeholder,
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search .search-query:-ms-input-placeholder,
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search .search-query:-moz-placeholder {
  color: #435765;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  display: block;
  position: absolute;
  right: 9px;
  top: 7px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button:hover,
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button:hover,
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button.on {
  color: #1ab394;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .navbar-search #search-query-button .icon-search {
  font-size: 22px;
  color: #999999;
  text-decoration: none;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover {
  max-width: 770px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover.bottom {
  margin-top: 0;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .inner-link-wrapper {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
  float: right;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .inner-link-wrapper .popover-title {
  display: inline-block;
  box-sizing: border-box;
  float: left;
  color: #000;
  font-weight: 600;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .inner-link-wrapper a {
  float: left;
  color: #0094e4;
  font-size: 16px;
  line-height: 34px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .popover-content ul {
  margin-left: 0px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .popover-content ul li {
  padding: 10px 0px 0px;
  font-size: 14px;
  float: left;
  width: 100%;
  color: #333;
  list-style: none;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .popover-content ul li span {
  font-size: 11px;
  color: #707070;
  margin-left: 10px;
  letter-spacing: 0.2px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .popover-content ul li span.highlighted {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .popover .popover-content ul li:last-of-type {
  padding-bottom: 10px;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .off-canvas-nav-btn {
  display: none;
  position: absolute;
  margin-top: -14px;
  top: 14px;
  left: -5px;
  background: transparent;
  border: 0 none;
  color: #ffffff;
  padding: 13px 10px;
  z-index: 10;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .off-canvas-nav-btn:hover {
  background: transparent;
  -webkit-box-shadow: 1px 1px 1px #22436c;
  -moz-box-shadow: 1px 1px 1px #22436c;
  -o-box-shadow: 1px 1px 1px #22436c;
  -ms-box-shadow: 1px 1px 1px #22436c;
  box-shadow: 1px 1px 1px #22436c;
}
#main-navbar .navbar-inner .row-fluid .search-wrapper .off-canvas-nav-btn:active {
  background: #22436c;
  -webkit-box-shadow: 1px 1px 1px #162b45 inset;
  -moz-box-shadow: 1px 1px 1px #162b45 inset;
  -o-box-shadow: 1px 1px 1px #162b45 inset;
  -ms-box-shadow: 1px 1px 1px #162b45 inset;
  box-shadow: 1px 1px 1px #162b45 inset;
}
#main-navbar .navbar-inner .row-fluid .nav-links-container {
  min-width: 250px;
}
#main-navbar .navbar-inner .row-fluid .nav-links {
  float: right;
  list-style: none outside none;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li {
  display: inline-block;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li ul {
  text-align: left;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > button {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > button:hover,
#main-navbar .navbar-inner .row-fluid .nav-links > li > button:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > button:hover,
#main-navbar .navbar-inner .row-fluid .nav-links > li > button:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > button.on {
  color: #1ab394;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > a,
#main-navbar .navbar-inner .row-fluid .nav-links > li > button {
  text-decoration: none;
  color: #eee;
  display: block;
  padding: 10px 5px;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li > a:hover,
#main-navbar .navbar-inner .row-fluid .nav-links > li > button:hover {
  color: #ddd;
}
#main-navbar .navbar-inner .row-fluid .nav-links > li:last-child > a {
  padding-right: 0;
}
#main-navbar .navbar-inner .row-fluid .nav-links .navbar-action {
  margin-right: 8px;
  margin-bottom: 5px;
  color: #ffffff !important;
}
#main-navbar .navbar-inner .row-fluid .nav-links .navbar-action button {
  margin-left: 1px;
}
#main-navbar .navbar-inner .row-fluid .nav-links #spacesMenu #spaces-menu-dropdown {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3px;
  color: #eeeeee;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:hover,
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:hover,
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:focus {
  text-decoration: underline;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown.on {
  color: #1ab394;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:hover,
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown:focus {
  text-decoration: none;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown .user-dropdown {
  width: 20px;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown .gravatar {
  border: 2px solid #2f4151;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profile-menu-dropdown i {
  color: #fff;
}
#main-navbar .navbar-inner.brand-nav {
  padding: 0;
  background: #fff;
}
#main-navbar .navbar-inner.brand-nav .brand {
  font-weight: 600;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
#main-navbar .navbar-inner.brand-nav img {
  max-width: 260px;
  max-height: 100px;
  padding: 20px 0;
}
#not-footer #main-navbar .dropdown-menu {
  z-index: 1025;
}
#not-footer #main-navbar .dropdown-menu li a:hover,
#not-footer #main-navbar .dropdown-menu li a:focus {
  background: #2f4151;
  color: #fff;
  text-decoration: underline;
}
/*------------------------------------------------------------------
[4. Main / .main]
*/
.main {
  padding-bottom: 2em;
}
#middle {
  margin-top: 20px;
}
/*------------------------------------------------------------------
[5. Bottom/#bottom]
*/
#bottom {
  width: 100%;
}
#bottom * {
  box-sizing: border-box;
}
#bottom .extra .extra-inner {
  padding: 27.5px 0;
  font-size: 14px;
  color: #a7a9ac;
  font-weight: 600;
  background: #f5f5f5;
}
#bottom .extra .extra-inner .footer-logo {
  padding-left: 0;
}
#bottom .extra .extra-inner .right-side {
  padding-right: 0;
}
#bottom .extra .extra-inner .right-side ul {
  margin: 0;
}
#bottom .extra .extra-inner a {
  color: #647178;
}
#bottom .extra .extra-inner a.dzone-inc {
  padding-left: 3.5px;
}
#bottom .extra .extra-inner .copy-right {
  font-weight: normal;
  color: #6d6d6d;
}
#bottom .extra .extra-inner .container {
  display: flex;
  align-items: center;
}
/*------------------------------------------------------------------
[6. Widget / .widget]
*/
.pagination {
  width: 100%;
  float: left;
}
.pagination ul {
  box-shadow: unset;
}
.pagination ul > li.hidden {
  display: none;
}
.pagination ul li a,
.pagination ul li button {
  color: #333;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  float: left;
  padding: 4px 12px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul li a i,
.pagination ul li button i {
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
}
.pagination ul li:first-of-type a,
.pagination ul li:first-of-type button {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination ul li:last-of-type a,
.pagination ul li:last-of-type button {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination ul li.active a,
.pagination ul li.active button {
  background-color: #2f4151;
  border-color: #2f4151;
  color: #ffffff;
  font-weight: 900;
}
.widget {
  float: left;
  width: 100%;
}
.widget .widget-content {
  float: left;
  width: 100%;
}
.mainContent .post-icon-wrapper {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 0;
}
.mainContent .post-icon-wrapper > i {
  font-size: 22px;
  color: rgba(41, 57, 72, 0.75);
  margin-right: 5px;
  line-height: 38px;
}
.mainContent .post-icon-wrapper > span,
.mainContent .post-icon-wrapper > h3,
.mainContent .post-icon-wrapper > .h3 {
  line-height: 38px;
  color: #2f4151;
  text-transform: capitalize;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
.mainContent .widget .widget-content .post-icon-wrapper {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 12px;
  padding: 0;
}
.mainContent .widget .widget-content .post-icon-wrapper > i {
  font-size: 22px;
  color: rgba(41, 57, 72, 0.75);
  margin-right: 5px;
  line-height: 38px;
}
.mainContent .widget .widget-content .post-icon-wrapper > span,
.mainContent .widget .widget-content .post-icon-wrapper > h3,
.mainContent .widget .widget-content .post-icon-wrapper > .h3 {
  line-height: 38px;
  color: #2f4151;
  text-transform: capitalize;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 400;
  margin: 0;
}
.mainContent .widget .widget-header {
  border-bottom: solid 1px #ccc;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .mainContent .widget .widget-header {
    flex-direction: column;
  }
  .mainContent .widget .widget-header .title-container {
    margin-right: auto;
  }
  .mainContent .widget .widget-header .list-pager-container,
  .mainContent .widget .widget-header .sort-options-container {
    margin-left: auto;
  }
}
.mainContent .widget .widget-header .h3 {
  line-height: 38px;
  color: #2f4151;
  text-transform: capitalize;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  flex-grow: 1;
}
.mainContent .widget .widget-header h3 {
  font-weight: 600;
}
.mainContent .widget .widget-header span {
  padding-left: 0;
  color: #2f4151;
  font-size: 20px;
  line-height: 38px;
  box-sizing: border-box;
}
.mainContent .widget .widget-header span h3 {
  margin: 0;
  font-weight: 400;
  line-height: inherit;
  font-size: inherit;
}
.mainContent .widget .widget-header span span,
.mainContent .widget .widget-header span a {
  line-height: normal;
}
.mainContent .widget .widget-header span span.answer-form,
.mainContent .widget .widget-header span a.answer-form {
  font-size: 14px;
}
.mainContent .widget .widget-header span span.child-counter,
.mainContent .widget .widget-header span a.child-counter {
  font-weight: 600;
}
.mainContent .widget .widget-header span span.question-filter,
.mainContent .widget .widget-header span a.question-filter {
  color: unset;
  text-decoration: none;
}
.mainContent .widget .widget-header span span.middot,
.mainContent .widget .widget-header span a.middot {
  color: #a7a9ac;
  font-size: 14px;
  padding-right: 2px;
}
.mainContent .widget .widget-header div {
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
}
.mainContent .widget .widget-header div .nav-pills {
  float: right;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .mainContent .widget .widget-header div .nav-pills.changeView {
    float: none;
  }
}
.mainContent .widget .widget-header .nav-pills.sort li a,
.mainContent .widget .widget-header .nav-pills.sort li button {
  position: relative;
}
.sidebarOne .widget.recent-notification .alert-block,
.sidebarTwo .widget.recent-notification .alert-block {
  background: rgba(249, 184, 45, 0.08);
  color: #8c631f;
  border: 1px solid rgba(249, 184, 45, 0.45);
  border-radius: 3px;
  padding: 15px;
  margin-top: -15px;
  margin-bottom: 0;
}
.sidebarOne .widget.recent-notification .alert-block img,
.sidebarTwo .widget.recent-notification .alert-block img {
  width: 100%;
  margin-bottom: 15px;
}
.sidebarOne .widget.recent-notification .alert-block h4,
.sidebarTwo .widget.recent-notification .alert-block h4 {
  color: #3b73b9;
  font-size: 17px;
  line-height: 20.4px;
  vertical-align: bottom;
}
.sidebarOne .widget.recent-notification .alert-block h4 .date,
.sidebarTwo .widget.recent-notification .alert-block h4 .date {
  color: #8c631f;
  font-weight: bold;
  font-size: 13px;
  opacity: 0.5;
}
.sidebarOne .widget.recent-notification .alert-block p,
.sidebarTwo .widget.recent-notification .alert-block p {
  color: #8c631f;
  text-shadow: none;
  font-size: 14px;
  padding-top: 7px;
}
.sidebarOne .widget.recent-topics-widget .tags .tag,
.sidebarTwo .widget.recent-topics-widget .tags .tag {
  white-space: normal;
  display: inline-block;
}
.sidebarOne .widget.recent-topics-widget .topic-content,
.sidebarTwo .widget.recent-topics-widget .topic-content {
  padding-bottom: 15px;
  width: 100%;
}
.sidebarOne .widget.top-contributors-widget .board,
.sidebarTwo .widget.top-contributors-widget .board {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
}
.sidebarOne .widget.top-contributors-widget .board .board-rows,
.sidebarTwo .widget.top-contributors-widget .board .board-rows {
  align-items: center;
  justify-content: flex-start;
  grid-column-gap: 15px;
}
.sidebarOne .widget.top-contributors-widget .board .board-rows a:not(.gravatar),
.sidebarTwo .widget.top-contributors-widget .board .board-rows a:not(.gravatar),
.sidebarOne .widget.top-contributors-widget .board .board-rows > span,
.sidebarTwo .widget.top-contributors-widget .board .board-rows > span {
  font-weight: 600;
  color: #747474;
  flex-basis: 120px;
}
.sidebarOne .widget.top-contributors-widget .board .board-rows a:not(.gravatar):focus,
.sidebarTwo .widget.top-contributors-widget .board .board-rows a:not(.gravatar):focus,
.sidebarOne .widget.top-contributors-widget .board .board-rows > span:focus,
.sidebarTwo .widget.top-contributors-widget .board .board-rows > span:focus {
  color: #2792e2;
}
.sidebarOne .widget.top-contributors-widget .board .board-rows a:not(.gravatar),
.sidebarTwo .widget.top-contributors-widget .board .board-rows a:not(.gravatar) {
  flex-basis: 120px;
}
.sidebarOne .widget.top-contributors-widget .board .board-rows > span,
.sidebarTwo .widget.top-contributors-widget .board .board-rows > span {
  flex-basis: 190px;
  text-align: right;
}
.sidebarOne .widget#recent-badges-widget .answer-badges ul,
.sidebarTwo .widget#recent-badges-widget .answer-badges ul {
  margin: 0;
  padding-bottom: 15px;
}
.sidebarOne .widget#recent-badges-widget .answer-badges li,
.sidebarTwo .widget#recent-badges-widget .answer-badges li {
  padding-bottom: 5px;
}
.sidebarOne .widget#recent-badges-widget .answer-badges img,
.sidebarTwo .widget#recent-badges-widget .answer-badges img {
  max-width: 32px;
}
.sidebarOne .widget#recent-badges-widget .answer-badges a,
.sidebarTwo .widget#recent-badges-widget .answer-badges a {
  font-weight: 600;
  color: #747474;
}
.sidebarOne .widget#recent-badges-widget .answer-badges a:hover,
.sidebarTwo .widget#recent-badges-widget .answer-badges a:hover,
.sidebarOne .widget#recent-badges-widget .answer-badges a:focus,
.sidebarTwo .widget#recent-badges-widget .answer-badges a:focus {
  color: #2792e2;
}
.sidebarOne .widget#recent-badges-widget .answer-badges a.award,
.sidebarTwo .widget#recent-badges-widget .answer-badges a.award {
  text-decoration: none;
}
.sidebarOne .widget#recent-badges-widget .answer-badges .qtip ul,
.sidebarTwo .widget#recent-badges-widget .answer-badges .qtip ul {
  padding-bottom: 0;
}
.sidebarOne .widget#recent-badges-widget .answer-badges .qtip li,
.sidebarTwo .widget#recent-badges-widget .answer-badges .qtip li {
  padding-bottom: 7px;
}
.sidebarOne .widget#recent-badges-widget .answer-badges .qtip img,
.sidebarTwo .widget#recent-badges-widget .answer-badges .qtip img {
  max-width: none;
}
.sidebarOne .widget#recent-badges-widget .answer-badges .qtip a,
.sidebarTwo .widget#recent-badges-widget .answer-badges .qtip a {
  font-weight: 400;
}
.sidebarOne .widget.related-questions-widget .widget-content a,
.sidebarTwo .widget.related-questions-widget .widget-content a {
  font-weight: 600;
}
.sidebarOne .widget.related-questions-widget .widget-content span,
.sidebarTwo .widget.related-questions-widget .widget-content span {
  font-size: 13px;
  color: #a7a9ac;
}
.sidebarOne .widget.question-follow-widget,
.sidebarTwo .widget.question-follow-widget {
  margin-bottom: 15px;
}
.sidebarOne .widget.question-follow-widget .widget-content .btn,
.sidebarTwo .widget.question-follow-widget .widget-content .btn {
  display: inline;
  margin-right: 5.5px;
}
.sidebarOne .widget.idea-follow-widget .widget-content .status span,
.sidebarTwo .widget.idea-follow-widget .widget-content .status span {
  vertical-align: middle;
  padding-right: 3px;
}
.sidebarOne .widget.follow-widget a.btn-success:hover span,
.sidebarTwo .widget.follow-widget a.btn-success:hover span {
  display: none;
}
.sidebarOne .widget.create-case-widget .widget-header h3,
.sidebarTwo .widget.create-case-widget .widget-header h3 {
  letter-spacing: -0.9px;
}
.sidebarOne .widget.create-case-widget .salesforce-widget-content,
.sidebarTwo .widget.create-case-widget .salesforce-widget-content {
  min-height: 30px;
  padding-top: 10px;
}
.sidebarOne .widget.create-case-widget .salesforce-widget-content div,
.sidebarTwo .widget.create-case-widget .salesforce-widget-content div {
  box-sizing: border-box;
  padding-left: 0;
}
.sidebarOne .widget .widget-header,
.sidebarTwo .widget .widget-header {
  width: 100%;
  border-bottom: solid 1px #ccc;
  display: flex;
  padding: 5px 0;
  align-items: center;
}
.sidebarOne .widget .widget-header select,
.sidebarTwo .widget .widget-header select {
  margin: 2px;
}
.sidebarOne .widget .widget-header img,
.sidebarTwo .widget .widget-header img {
  max-height: 35px;
}
.sidebarOne .widget .widget-header > .sort,
.sidebarTwo .widget .widget-header > .sort {
  clear: none;
  float: right;
  margin-bottom: 0;
}
.sidebarOne .widget .widget-header h3,
.sidebarTwo .widget .widget-header h3 {
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: rgba(47, 65, 81, 0.85);
  text-transform: uppercase;
  margin: 0;
  flex-grow: 1;
  letter-spacing: 0.1px;
  line-height: 1.25;
}
.sidebarOne .widget .widget-header h3.top-contributors,
.sidebarTwo .widget .widget-header h3.top-contributors {
  letter-spacing: -0.2px;
}
.sidebarOne .widget .widget-header > [class^="icon-"],
.sidebarTwo .widget .widget-header > [class^="icon-"],
.sidebarOne .widget .widget-header > [class*=" icon-"],
.sidebarTwo .widget .widget-header > [class*=" icon-"] {
  display: inline-block;
  margin-left: 13px;
  margin-right: -2px;
  font-size: 16px;
  color: #555555;
  vertical-align: middle;
}
.sidebarOne .widget .widget-header > [class^="icon-"]:first-child,
.sidebarTwo .widget .widget-header > [class^="icon-"]:first-child,
.sidebarOne .widget .widget-header > [class*=" icon-"]:first-child,
.sidebarTwo .widget .widget-header > [class*=" icon-"]:first-child {
  display: none;
}
.sidebarOne .widget .widget-header + .widget-content,
.sidebarTwo .widget .widget-header + .widget-content {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.sidebarOne .widget .widget-content,
.sidebarTwo .widget .widget-content {
  padding: 15px 0 10px 0;
  clear: left;
  /* Widget Content Clearfix */
}
.sidebarOne .widget .widget-content .followers a,
.sidebarTwo .widget .widget-content .followers a {
  padding: 0 5px 5px 0;
}
.sidebarOne .widget .widget-content .rss-buttons,
.sidebarTwo .widget .widget-content .rss-buttons {
  padding: 20px 0;
}
.sidebarOne .widget .widget-content:before,
.sidebarTwo .widget .widget-content:before,
.sidebarOne .widget .widget-content:after,
.sidebarTwo .widget .widget-content:after {
  content: "";
  display: table;
}
.sidebarOne .widget .widget-content:after,
.sidebarTwo .widget .widget-content:after {
  clear: both;
}
.sidebarOne .widget.widget-nopad .widget-content,
.sidebarTwo .widget.widget-nopad .widget-content {
  padding: 0;
}
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  padding: 0;
  font-weight: 700;
}
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces:hover,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces:hover,
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces:focus,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces:focus {
  text-decoration: underline;
}
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces:hover,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces:hover,
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces:focus,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces:focus {
  text-decoration: underline;
}
.sidebarOne #favorite-spaces-navigation #toggle-favorite-all-spaces.on,
.sidebarTwo #favorite-spaces-navigation #toggle-favorite-all-spaces.on {
  color: #1ab394;
}
.sidebarOne #favorite-spaces-navigation ul li.has-child,
.sidebarTwo #favorite-spaces-navigation ul li.has-child {
  list-style: none;
}
.sidebarOne .mod-spaces-list,
.sidebarTwo .mod-spaces-list {
  list-style: none;
  margin-left: 0;
}
.sidebarOne .mod-spaces-list ul,
.sidebarTwo .mod-spaces-list ul {
  list-style: none;
}
.sidebarOne .mod-spaces-list li .mod-filter-space-field,
.sidebarTwo .mod-spaces-list li .mod-filter-space-field {
  margin: 0;
}
.sidebarOne .mod-spaces-list li label,
.sidebarTwo .mod-spaces-list li label {
  display: inline-block;
}
/* Widget Table */
.widget-table .widget-content {
  padding: 0;
}
.widget-table .table {
  margin-bottom: 0;
  border: none;
}
.widget-table .table tr td:first-child {
  border-left: none;
}
.widget-table .table tr th:first-child {
  border-left: none;
}
/*------------------------------------------------------------------
[7. Error / .error-container]
*/
.error-container {
  margin-top: 4em;
  margin-bottom: 4em;
  text-align: center;
}
.error-container h1 {
  margin-bottom: 0.5em;
  font-size: 120px;
  line-height: 1em;
}
.error-container h2 {
  margin-bottom: 0.75em;
  font-size: 28px;
}
.error-container .error-details {
  margin-bottom: 1.5em;
  font-size: 16px;
}
.error-container .error-actions a {
  margin: 0 0.5em;
}
.ui-autocomplete-input.open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}
.ui-menu {
  padding: 0;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  -webkit-box-sizing: 6px 6px 6px 6px;
  -moz-box-sizing: 6px 6px 6px 6px;
  -o-box-sizing: 6px 6px 6px 6px;
  -ms-box-sizing: 6px 6px 6px 6px;
  box-sizing: 6px 6px 6px 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);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 2000;
}
.ui-menu .ui-menu-item {
  font-size: 14px;
  background-color: #ffffff;
}
.ui-menu .ui-menu-item a {
  padding: 2px 10px;
  color: #333333;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: 0;
  -moz-box-sizing: 0;
  -o-box-sizing: 0;
  -ms-box-sizing: 0;
  box-sizing: 0;
  border: 0px transparent none;
}
.ui-menu .ui-menu-item a.ui-state-hover {
  background-color: #3b73b9;
  color: #ffffff;
  text-shadow: none;
  background-image: none;
  border: none;
  margin: 0;
}
.ui-menu .ui-menu-item a.ui-state-hover .autocomplete-type {
  color: #9db9dc;
}
.ui-menu .ui-menu-item a .gravatar {
  margin-top: 4px;
}
.ui-menu .ui-menu-item a .autocomplete-type {
  color: #a7a9ac;
  font-size: 11px;
}
.ui-menu .ui-menu-item:last-child {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: 0 0 5px 5px;
  -moz-box-sizing: 0 0 5px 5px;
  -o-box-sizing: 0 0 5px 5px;
  -ms-box-sizing: 0 0 5px 5px;
  box-sizing: 0 0 5px 5px;
}
.ui-menu .ui-menu-item:last-child a {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: 0 0 5px 5px;
  -moz-box-sizing: 0 0 5px 5px;
  -o-box-sizing: 0 0 5px 5px;
  -ms-box-sizing: 0 0 5px 5px;
  box-sizing: 0 0 5px 5px;
}
.login {
  max-width: 870px;
  margin: 40px auto;
}
.login #password,
.login #username {
  width: 88%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}
.login #password:-moz-placeholder,
.login #username:-moz-placeholder {
  color: #5c708a;
}
.login #password:-ms-input-placeholder,
.login #username:-ms-input-placeholder {
  color: #5c708a;
}
.login #password::-webkit-input-placeholder,
.login #username::-webkit-input-placeholder {
  color: #5c708a;
}
.login .keepMeLoggedIn {
  font-size: 12px;
  float: right;
}
.login .seperate-or {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  height: 10px;
  border-bottom: 1px solid #999999;
}
.login .seperate-or .or {
  background: #fff;
  padding: 0 5px;
  color: #5c708a;
}
.login .social-login form {
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
}
.login .social-login form img {
  cursor: pointer;
  max-height: 32px;
}
.login .social-login input[type="text"] {
  width: 100%;
  height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.login .social-login .social-actions {
  text-align: right;
}
.login .input-prepend {
  width: 100%;
  margin-bottom: 0;
}
.login .input-prepend .add-on {
  width: 12%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
}
.login .forgot-password-wrap {
  font-size: 12px;
  float: left;
}
.login .login-modes .btn {
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
}
.login .login-modes .actions {
  padding-top: 10px;
  font-size: 12px;
}
.login .login-modes .sign-up {
  position: relative;
  top: 10px;
}
.login .login-info {
  padding-right: 1em;
  color: #5c708a;
}
.login .login-info li {
  font-size: 16px;
  margin-bottom: 10px;
}
.login .login-info h3 {
  margin-bottom: 20px;
}
.login .bright-form {
  display: none;
  clear: both;
  padding-top: 10px;
}
.temp-login-wrap input,
.temp-login-wrap .input-append {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 120%;
  word-wrap: break-word;
}
.tags {
  padding-bottom: 10px;
}
.vote-icons-large {
  font-size: 24px;
  text-align: center;
}
.vote-icons-large .icon-thumbs-up {
  color: #a9dba9;
}
.vote-icons-large .icon-thumbs-up:hover {
  color: #46a546;
}
.vote-icons-large .icon-thumbs-down {
  color: #a2a2a2;
}
.vote-icons-large .icon-thumbs-down:hover {
  color: #555555;
}
#post-header {
  background: #ffffff;
  border-bottom: 1px solid #ddd;
}
#post-header .nav-tabs {
  border-bottom: none;
}
#post-header .nav-tabs .active a.main-nav {
  background: #e9e8dd;
}
#post-header .nav {
  margin-top: 18px;
  margin-bottom: 0;
}
#post-header #askHeader {
  padding: 10px 0 10px 0;
}
#post-header .ask-btn {
  margin: 23px 0;
}
.tags .tag {
  font-size: 12px;
  line-height: 16px;
  position: relative;
  cursor: pointer;
  border-radius: 1px;
  background-color: #eaebed;
  border: solid 1px #dddddd;
  color: #435765;
  padding: 2px 4px 4px;
  margin-right: 4px;
  display: inline-block;
}
.tags .tag:hover,
.tags .tag:focus {
  color: #3b73b9;
  text-decoration: none;
  background-color: rgba(28, 132, 198, 0.25);
  border: solid 1px rgba(28, 132, 198, 0.5);
}
.topic-block .tag {
  margin: 5px 2px 0 0;
}
.ui-dialog {
  float: left;
  padding: 20px;
  padding-top: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: 10px;
  -moz-box-sizing: 10px;
  -o-box-sizing: 10px;
  -ms-box-sizing: 10px;
  box-sizing: 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
.widget-content .post-container {
  position: relative;
}
.widget-content .post-container .extradatas {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.widget-content .post-container .extradatas label {
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 0;
}
.widget-content .post-container .extradatas .extradata {
  padding-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-content .post-container .extradatas .survey-block {
  width: 470px;
  padding-bottom: 20px;
}
.widget-content .post-container .extradatas .survey-block .survey-title {
  font-size: 18px;
  font-weight: 700;
  color: #696a6c;
  padding-bottom: 10px;
}
.widget-content .post-container .extradatas .survey-block label {
  font-size: 16px;
  color: #333;
  padding: 10px 0;
  font-weight: 600;
}
.widget-content .post-container .extradatas .survey-block .survey-bar {
  height: 40px;
}
.widget-content .post-container .extradatas .survey-block .survey-bar:nth-of-type(1) {
  background: #2f4051;
}
.widget-content .post-container .extradatas .survey-block .survey-bar:nth-of-type(2) {
  background: #3e611e;
}
.widget-content .post-container .extradatas .survey-block .survey-bar:nth-of-type(3) {
  background: #000;
}
.widget-content .post-container .extradatas .survey-block .survey-bar:nth-of-type(4) {
  background: #5d3308;
}
.widget-content .post-container .extradatas .survey-block .survey-bar:nth-of-type(5) {
  background: #cc4e3a;
}
.widget-content .post-container .extradatas .survey-block .survey-bar span {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
  padding-left: 10px;
}
.widget-content .post-container .extradatas .survey-block .survey-bar span.black-legend {
  color: #000;
}
.widget-content .post-container .extradatas .survey-block .surveyDataLegend {
  color: #696a6c;
  font-size: 11px;
}
.widget-content .post-container .extradatas .survey .form-group {
  padding: 10px 0;
}
.widget-content .post-container .extradatas .survey .form-group .checkbox input {
  margin-right: 10px;
  vertical-align: text-top;
}
.question-body,
.answer-body,
.comment-text {
  word-wrap: break-word;
}
.question-body table,
.node-body table,
.comment-text table,
.answer-body table,
.wmd-previewer table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: 4px;
  -moz-box-sizing: 4px;
  -o-box-sizing: 4px;
  -ms-box-sizing: 4px;
  box-sizing: 4px;
  table-layout: fixed;
}
.question-body table th,
.node-body table th,
.comment-text table th,
.answer-body table th,
.wmd-previewer table th,
.question-body table td,
.node-body table td,
.comment-text table td,
.answer-body table td,
.wmd-previewer table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.question-body table th,
.node-body table th,
.comment-text table th,
.answer-body table th,
.wmd-previewer table th {
  font-weight: bold;
}
.question-body table thead th,
.node-body table thead th,
.comment-text table thead th,
.answer-body table thead th,
.wmd-previewer table thead th {
  vertical-align: bottom;
  background-color: lightgrey;
}
.question-body table caption + thead tr:first-child th,
.node-body table caption + thead tr:first-child th,
.comment-text table caption + thead tr:first-child th,
.answer-body table caption + thead tr:first-child th,
.wmd-previewer table caption + thead tr:first-child th,
.question-body table caption + thead tr:first-child td,
.node-body table caption + thead tr:first-child td,
.comment-text table caption + thead tr:first-child td,
.answer-body table caption + thead tr:first-child td,
.wmd-previewer table caption + thead tr:first-child td,
.question-body table colgroup + thead tr:first-child th,
.node-body table colgroup + thead tr:first-child th,
.comment-text table colgroup + thead tr:first-child th,
.answer-body table colgroup + thead tr:first-child th,
.wmd-previewer table colgroup + thead tr:first-child th,
.question-body table colgroup + thead tr:first-child td,
.node-body table colgroup + thead tr:first-child td,
.comment-text table colgroup + thead tr:first-child td,
.answer-body table colgroup + thead tr:first-child td,
.wmd-previewer table colgroup + thead tr:first-child td,
.question-body table thead:first-child tr:first-child th,
.node-body table thead:first-child tr:first-child th,
.comment-text table thead:first-child tr:first-child th,
.answer-body table thead:first-child tr:first-child th,
.wmd-previewer table thead:first-child tr:first-child th,
.question-body table thead:first-child tr:first-child td,
.node-body table thead:first-child tr:first-child td,
.comment-text table thead:first-child tr:first-child td,
.answer-body table thead:first-child tr:first-child td,
.wmd-previewer table thead:first-child tr:first-child td {
  border-top: 0;
}
.question-body table tbody + tbody,
.node-body table tbody + tbody,
.comment-text table tbody + tbody,
.answer-body table tbody + tbody,
.wmd-previewer table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.question-body table .table,
.node-body table .table,
.comment-text table .table,
.answer-body table .table,
.wmd-previewer table .table {
  background-color: #e9e8dd;
}
.question-body table th,
.node-body table th,
.comment-text table th,
.answer-body table th,
.wmd-previewer table th,
.question-body table td,
.node-body table td,
.comment-text table td,
.answer-body table td,
.wmd-previewer table td {
  border-left: 1px solid #dddddd;
}
.question-body table caption + thead tr:first-child th,
.node-body table caption + thead tr:first-child th,
.comment-text table caption + thead tr:first-child th,
.answer-body table caption + thead tr:first-child th,
.wmd-previewer table caption + thead tr:first-child th,
.question-body table caption + tbody tr:first-child th,
.node-body table caption + tbody tr:first-child th,
.comment-text table caption + tbody tr:first-child th,
.answer-body table caption + tbody tr:first-child th,
.wmd-previewer table caption + tbody tr:first-child th,
.question-body table caption + tbody tr:first-child td,
.node-body table caption + tbody tr:first-child td,
.comment-text table caption + tbody tr:first-child td,
.answer-body table caption + tbody tr:first-child td,
.wmd-previewer table caption + tbody tr:first-child td,
.question-body table colgroup + thead tr:first-child th,
.node-body table colgroup + thead tr:first-child th,
.comment-text table colgroup + thead tr:first-child th,
.answer-body table colgroup + thead tr:first-child th,
.wmd-previewer table colgroup + thead tr:first-child th,
.question-body table colgroup + tbody tr:first-child th,
.node-body table colgroup + tbody tr:first-child th,
.comment-text table colgroup + tbody tr:first-child th,
.answer-body table colgroup + tbody tr:first-child th,
.wmd-previewer table colgroup + tbody tr:first-child th,
.question-body table colgroup + tbody tr:first-child td,
.node-body table colgroup + tbody tr:first-child td,
.comment-text table colgroup + tbody tr:first-child td,
.answer-body table colgroup + tbody tr:first-child td,
.wmd-previewer table colgroup + tbody tr:first-child td,
.question-body table thead:first-child tr:first-child th,
.node-body table thead:first-child tr:first-child th,
.comment-text table thead:first-child tr:first-child th,
.answer-body table thead:first-child tr:first-child th,
.wmd-previewer table thead:first-child tr:first-child th,
.question-body table tbody:first-child tr:first-child th,
.node-body table tbody:first-child tr:first-child th,
.comment-text table tbody:first-child tr:first-child th,
.answer-body table tbody:first-child tr:first-child th,
.wmd-previewer table tbody:first-child tr:first-child th,
.question-body table tbody:first-child tr:first-child td,
.node-body table tbody:first-child tr:first-child td,
.comment-text table tbody:first-child tr:first-child td,
.answer-body table tbody:first-child tr:first-child td,
.wmd-previewer table tbody:first-child tr:first-child td {
  border-top: 0;
}
.question-body table thead:first-child tr:first-child > th:first-child,
.node-body table thead:first-child tr:first-child > th:first-child,
.comment-text table thead:first-child tr:first-child > th:first-child,
.answer-body table thead:first-child tr:first-child > th:first-child,
.wmd-previewer table thead:first-child tr:first-child > th:first-child,
.question-body table tbody:first-child tr:first-child > td:first-child,
.node-body table tbody:first-child tr:first-child > td:first-child,
.comment-text table tbody:first-child tr:first-child > td:first-child,
.answer-body table tbody:first-child tr:first-child > td:first-child,
.wmd-previewer table tbody:first-child tr:first-child > td:first-child,
.question-body table tbody:first-child tr:first-child > th:first-child,
.node-body table tbody:first-child tr:first-child > th:first-child,
.comment-text table tbody:first-child tr:first-child > th:first-child,
.answer-body table tbody:first-child tr:first-child > th:first-child,
.wmd-previewer table 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;
}
.question-body table thead:first-child tr:first-child > th:last-child,
.node-body table thead:first-child tr:first-child > th:last-child,
.comment-text table thead:first-child tr:first-child > th:last-child,
.answer-body table thead:first-child tr:first-child > th:last-child,
.wmd-previewer table thead:first-child tr:first-child > th:last-child,
.question-body table tbody:first-child tr:first-child > td:last-child,
.node-body table tbody:first-child tr:first-child > td:last-child,
.comment-text table tbody:first-child tr:first-child > td:last-child,
.answer-body table tbody:first-child tr:first-child > td:last-child,
.wmd-previewer table tbody:first-child tr:first-child > td:last-child,
.question-body table tbody:first-child tr:first-child > th:last-child,
.node-body table tbody:first-child tr:first-child > th:last-child,
.comment-text table tbody:first-child tr:first-child > th:last-child,
.answer-body table tbody:first-child tr:first-child > th:last-child,
.wmd-previewer table 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;
}
.question-body table thead:last-child tr:last-child > th:first-child,
.node-body table thead:last-child tr:last-child > th:first-child,
.comment-text table thead:last-child tr:last-child > th:first-child,
.answer-body table thead:last-child tr:last-child > th:first-child,
.wmd-previewer table thead:last-child tr:last-child > th:first-child,
.question-body table tbody:last-child tr:last-child > td:first-child,
.node-body table tbody:last-child tr:last-child > td:first-child,
.comment-text table tbody:last-child tr:last-child > td:first-child,
.answer-body table tbody:last-child tr:last-child > td:first-child,
.wmd-previewer table tbody:last-child tr:last-child > td:first-child,
.question-body table tbody:last-child tr:last-child > th:first-child,
.node-body table tbody:last-child tr:last-child > th:first-child,
.comment-text table tbody:last-child tr:last-child > th:first-child,
.answer-body table tbody:last-child tr:last-child > th:first-child,
.wmd-previewer table tbody:last-child tr:last-child > th:first-child,
.question-body table tfoot:last-child tr:last-child > td:first-child,
.node-body table tfoot:last-child tr:last-child > td:first-child,
.comment-text table tfoot:last-child tr:last-child > td:first-child,
.answer-body table tfoot:last-child tr:last-child > td:first-child,
.wmd-previewer table tfoot:last-child tr:last-child > td:first-child,
.question-body table tfoot:last-child tr:last-child > th:first-child,
.node-body table tfoot:last-child tr:last-child > th:first-child,
.comment-text table tfoot:last-child tr:last-child > th:first-child,
.answer-body table tfoot:last-child tr:last-child > th:first-child,
.wmd-previewer table 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;
}
.question-body table thead:last-child tr:last-child > th:last-child,
.node-body table thead:last-child tr:last-child > th:last-child,
.comment-text table thead:last-child tr:last-child > th:last-child,
.answer-body table thead:last-child tr:last-child > th:last-child,
.wmd-previewer table thead:last-child tr:last-child > th:last-child,
.question-body table tbody:last-child tr:last-child > td:last-child,
.node-body table tbody:last-child tr:last-child > td:last-child,
.comment-text table tbody:last-child tr:last-child > td:last-child,
.answer-body table tbody:last-child tr:last-child > td:last-child,
.wmd-previewer table tbody:last-child tr:last-child > td:last-child,
.question-body table tbody:last-child tr:last-child > th:last-child,
.node-body table tbody:last-child tr:last-child > th:last-child,
.comment-text table tbody:last-child tr:last-child > th:last-child,
.answer-body table tbody:last-child tr:last-child > th:last-child,
.wmd-previewer table tbody:last-child tr:last-child > th:last-child,
.question-body table tfoot:last-child tr:last-child > td:last-child,
.node-body table tfoot:last-child tr:last-child > td:last-child,
.comment-text table tfoot:last-child tr:last-child > td:last-child,
.answer-body table tfoot:last-child tr:last-child > td:last-child,
.wmd-previewer table tfoot:last-child tr:last-child > td:last-child,
.question-body table tfoot:last-child tr:last-child > th:last-child,
.node-body table tfoot:last-child tr:last-child > th:last-child,
.comment-text table tfoot:last-child tr:last-child > th:last-child,
.answer-body table tfoot:last-child tr:last-child > th:last-child,
.wmd-previewer table 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;
}
.question-body table tfoot + tbody:last-child tr:last-child td:first-child,
.node-body table tfoot + tbody:last-child tr:last-child td:first-child,
.comment-text table tfoot + tbody:last-child tr:last-child td:first-child,
.answer-body table tfoot + tbody:last-child tr:last-child td:first-child,
.wmd-previewer table 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;
}
.question-body table tfoot + tbody:last-child tr:last-child td:last-child,
.node-body table tfoot + tbody:last-child tr:last-child td:last-child,
.comment-text table tfoot + tbody:last-child tr:last-child td:last-child,
.answer-body table tfoot + tbody:last-child tr:last-child td:last-child,
.wmd-previewer table 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;
}
.question-body table caption + thead tr:first-child th:first-child,
.node-body table caption + thead tr:first-child th:first-child,
.comment-text table caption + thead tr:first-child th:first-child,
.answer-body table caption + thead tr:first-child th:first-child,
.wmd-previewer table caption + thead tr:first-child th:first-child,
.question-body table caption + tbody tr:first-child td:first-child,
.node-body table caption + tbody tr:first-child td:first-child,
.comment-text table caption + tbody tr:first-child td:first-child,
.answer-body table caption + tbody tr:first-child td:first-child,
.wmd-previewer table caption + tbody tr:first-child td:first-child,
.question-body table colgroup + thead tr:first-child th:first-child,
.node-body table colgroup + thead tr:first-child th:first-child,
.comment-text table colgroup + thead tr:first-child th:first-child,
.answer-body table colgroup + thead tr:first-child th:first-child,
.wmd-previewer table colgroup + thead tr:first-child th:first-child,
.question-body table colgroup + tbody tr:first-child td:first-child,
.node-body table colgroup + tbody tr:first-child td:first-child,
.comment-text table colgroup + tbody tr:first-child td:first-child,
.answer-body table colgroup + tbody tr:first-child td:first-child,
.wmd-previewer table colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.question-body table caption + thead tr:first-child th:last-child,
.node-body table caption + thead tr:first-child th:last-child,
.comment-text table caption + thead tr:first-child th:last-child,
.answer-body table caption + thead tr:first-child th:last-child,
.wmd-previewer table caption + thead tr:first-child th:last-child,
.question-body table caption + tbody tr:first-child td:last-child,
.node-body table caption + tbody tr:first-child td:last-child,
.comment-text table caption + tbody tr:first-child td:last-child,
.answer-body table caption + tbody tr:first-child td:last-child,
.wmd-previewer table caption + tbody tr:first-child td:last-child,
.question-body table colgroup + thead tr:first-child th:last-child,
.node-body table colgroup + thead tr:first-child th:last-child,
.comment-text table colgroup + thead tr:first-child th:last-child,
.answer-body table colgroup + thead tr:first-child th:last-child,
.wmd-previewer table colgroup + thead tr:first-child th:last-child,
.question-body table colgroup + tbody tr:first-child td:last-child,
.node-body table colgroup + tbody tr:first-child td:last-child,
.comment-text table colgroup + tbody tr:first-child td:last-child,
.answer-body table colgroup + tbody tr:first-child td:last-child,
.wmd-previewer table colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.post-container {
  float: left;
  width: 100%;
}
.post-container .post {
  padding: 0;
}
.post-container .post-gravatar {
  padding: 0;
}
.post-container h1.node-title,
.post-container h1.question-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 10px;
  padding-right: 15px;
  word-wrap: break-word;
}
.post-container .user {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
}
.post-container .user.deactivated a {
  text-decoration: line-through;
}
.post-container .user.suspended a,
.post-container .user.deactivated a {
  color: #c7c7c7;
}
.post-container .user a {
  color: #435765;
  font-weight: 700;
}
.post-container .user .idea-status-label {
  font-weight: 700;
  margin-left: 4px;
}
.post-container .post-body {
  padding-bottom: 27px;
}
.post-container .post-body h1,
.post-container .post-body h2,
.post-container .post-body h3,
.post-container .post-body h4 {
  color: #4a4a4a;
  font-weight: 600;
}
.post-container .post-body h1 {
  line-height: 32px;
  font-size: 26px;
  margin: 20px 0 8px 0;
}
.post-container .post-body h2 {
  line-height: 26px;
  font-size: 21px;
  margin: 15px 0 5px 0;
}
.post-container .post-body h3 {
  line-height: 22px;
  font-size: 18px;
  margin: 12px 0 4px 0;
}
.post-container .post-body h4 {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 2px;
}
.post-container .post-info a.tag {
  margin-bottom: 3px;
  margin-left: 0;
}
.post-container .post-info a.tag:first-child {
  margin-left: 0;
}
.post-container .post-tools {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  float: right;
}
.post-container .post-tools .dropdown-menu {
  right: 0;
  left: auto;
}
.post-container .post-tools .dropdown-toggle {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  color: #555555;
  padding: 0;
}
.post-container .post-tools .dropdown-toggle:hover,
.post-container .post-tools .dropdown-toggle:focus {
  text-decoration: underline;
}
.post-container .post-tools .dropdown-toggle:hover,
.post-container .post-tools .dropdown-toggle:focus {
  text-decoration: underline;
}
.post-container .post-tools .dropdown-toggle.on {
  color: #1ab394;
}
.post-container .post-tools .dropdown-toggle .transition,
.post-container .post-tools .dropdown-toggle:hover,
.post-container .post-tools .dropdown-toggle:focus {
  color: #333333;
}
.post-container .vote-widget {
  margin-top: 5px;
  text-align: center;
  max-width: 48px;
}
.post-container .vote-widget button {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.post-container .vote-widget button:hover,
.post-container .vote-widget button:focus {
  text-decoration: underline;
}
.post-container .vote-widget button:hover,
.post-container .vote-widget button:focus {
  text-decoration: underline;
}
.post-container .vote-widget button.on {
  color: #1ab394;
}
.post-container .vote-widget .score {
  display: block;
  font-weight: bold;
  font-size: 18px;
  color: #a7a9ac;
}
.post-container .vote-widget .score.positive {
  color: #46a546;
}
.post-container .vote-widget .score.negative {
  color: #9d261d;
}
.post-container .vote-widget .post-score-wrapper {
  display: block;
}
.post-container .vote-widget a {
  display: block;
  text-decoration: none;
}
.post-container .vote-widget a.on.vote-up,
.post-container .vote-widget a:hover.vote-up {
  color: #46a546;
}
.post-container .vote-widget a.on.vote-down,
.post-container .vote-widget a:hover.vote-down {
  color: #9d261d;
}
.post-container .control-bar {
  margin: 15px 0;
  *zoom: 1;
  clear: both;
}
.post-container .control-bar:before,
.post-container .control-bar:after {
  display: table;
  content: "";
  line-height: 0;
}
.post-container .control-bar:after {
  clear: both;
}
.post-container .control-bar .post-controls {
  float: left;
}
.post-container .control-bar .post-controls .fa {
  padding-right: 5px;
}
.post-container .control-bar .post-controls .vote-up.on {
  color: #1ab394;
}
.post-container .control-bar .post-controls .vote-up.on i {
  color: #1ab394;
}
.post-container .control-bar .post-controls i {
  color: #747474;
}
.post-container .control-bar .post-controls .accept-answer.on {
  color: #1ab394;
}
.post-container .control-bar .post-controls .control-score-counter {
  padding: 0 3px;
  background: #f0f0f0;
  color: #747474;
}
.post-container .control-bar .post-controls .fa-star-o {
  color: #747474;
}
.post-container .control-bar .post-controls .show-comments-container {
  cursor: pointer;
  padding: 0;
  padding-right: 2px;
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.post-container .control-bar .post-controls .show-comments-container:hover,
.post-container .control-bar .post-controls .show-comments-container:focus {
  text-decoration: underline;
}
.post-container .control-bar .post-controls .show-comments-container:hover,
.post-container .control-bar .post-controls .show-comments-container:focus {
  text-decoration: underline;
}
.post-container .control-bar .post-controls .show-comments-container.on {
  color: #1ab394;
}
.post-container .control-bar .post-stats > span {
  float: left;
  padding: 4px 10px;
}
.post-container .control-bar .post-stats > a {
  float: left;
  padding: 4px 10px;
}
.post-container .control-bar .post-stats .count {
  background-color: #bbb;
  color: #ffffff;
}
.post-container .control-bar .post-stats .count.positive {
  background-color: #468847;
  cursor: pointer;
}
.post-container .control-bar .post-stats .count.negative {
  background-color: #b94a48;
}
.post-container .control-bar .post-stats .count .score {
  font-weight: bold;
}
.post-container .control-bar .post-stats .show-comments-container {
  cursor: pointer;
  opacity: 0.3;
}
.post-container .reply-input {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: 28px;
  resize: none;
  overflow: hidden;
  /* need this to hide scrollbar */
}
.post-container .actions select {
  margin-bottom: 4px;
}
.post-votes-modal ul li.spinner {
  line-height: normal;
  text-align: center;
}
.post-votes-modal ul li.userWithFollow {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  float: left;
  padding: 10px 0;
  width: 100%;
}
.post-votes-modal ul li.userWithFollow:first-child {
  padding-top: 0;
}
.post-votes-modal ul li.userWithFollow:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.post-votes-modal ul li.userWithFollow .gravatar-link {
  display: block;
  float: left;
}
.post-votes-modal ul li.userWithFollow .gravatar-link .gravatar {
  width: 48px;
}
.post-votes-modal ul li.userWithFollow .info {
  float: left;
  margin-left: 10px;
}
.post-votes-modal ul li.userWithFollow .info .username {
  font-size: 18px;
}
.post-votes-modal ul li.userWithFollow a.followLink {
  min-width: 70px;
  font-weight: bold;
  float: right;
  margin-top: 8px;
}
.post-votes-modal ul li.userWithFollow a.followLink.btn {
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transition: all 0.1s linear ease;
  -moz-transition: all 0.1s linear ease;
  -o-transition: all 0.1s linear ease;
  -ms-transition: all 0.1s linear ease;
  transition: all 0.1s linear ease;
}
.post-votes-modal ul li.userWithFollow a.followLink.btn.on {
  color: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: all none ease;
  -moz-transition: all none ease;
  -o-transition: all none ease;
  -ms-transition: all none ease;
  transition: all none ease;
}
.ask-to-answer-widget .ask-to-answer-list {
  margin-top: 10px;
}
.ask-to-answer-widget .ask-to-answer-list .ask-to-answer-user {
  display: inline-block;
  margin-bottom: 5px;
}
.ask-to-answer-widget .ask-to-answer-list .ask-to-answer-user img {
  max-width: 24px;
}
.ask-to-answer-widget .create-case-logo-sidebar {
  width: 60px;
  margin-bottom: 5px;
  max-height: unset;
}
.user-integration {
  border-bottom: solid 1px #ccc;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  color: #888;
}
.user-integration .question-title-wrapper {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.user-integration a {
  color: #3b73b9;
}
.redirectDialog .modal-body {
  max-height: none !important;
}
.modal.create-case {
  width: 70%;
  margin-left: 0;
  left: 15%;
  border-radius: 7px;
  top: 7%;
}
.modal.create-case .modal-body h1 {
  font-size: 26px;
  font-weight: 300;
  max-width: 85%;
  display: inline-block;
  padding: 0 0 20px 35px;
  color: #373c48;
  line-height: 12px;
}
.modal.create-case .modal-body input,
.modal.create-case .modal-body textarea {
  height: 45px;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  background-color: white;
  padding-left: 20px;
  margin-bottom: 20px;
  resize: none;
}
.modal.create-case .modal-body input:focus,
.modal.create-case .modal-body textarea:focus {
  border-color: rgba(0, 171, 141, 0.8);
}
.modal.create-case .modal-body textarea {
  height: 90px;
}
.modal.create-case .modal-body .right-col {
  padding-top: 25px;
}
.modal.create-case .modal-body .right-col .topic-list {
  margin-top: 20px;
  text-align: left;
}
.modal.create-case .modal-body div.form-control {
  border: 1px solid #ccc;
  padding: 6px 14px;
  height: 38px;
  line-height: 34px;
  height: 45px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  margin-bottom: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal.create-case .modal-body div.form-control span {
  padding-left: 10px;
  position: absolute;
  right: 20px;
  top: 38px;
}
.modal.create-case .modal-body label {
  font-size: 16px;
  color: #595f6f;
}
.modal.create-case .modal-body textarea {
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}
.modal.create-case .modal-body textarea:focus {
  border-color: rgba(0, 171, 141, 0.8);
}
.modal.create-case .modal-body .close {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #252323;
  width: 32px;
  margin-top: 0;
  height: 32px;
  opacity: 0.3;
}
.modal.create-case .modal-body .close:before {
  position: absolute;
  transform: rotate(45deg);
  left: 14px;
  height: 16px;
  top: 7px;
  content: " ";
  width: 2px;
  background-color: #252323;
}
.modal.create-case .modal-body .close:after {
  position: absolute;
  transform: rotate(-45deg);
  left: 14px;
  height: 16px;
  top: 7px;
  content: " ";
  width: 2px;
  background-color: #252323;
}
.modal.create-case .modal-body .close:hover {
  opacity: 1;
}
.modal.create-case .modal-body .row-left {
  padding: 0 40px;
  box-sizing: border-box;
}
.modal.create-case .modal-body .row-left .border {
  border-right: 1px solid #70707061;
  height: 360px;
  position: fixed;
  left: 53%;
  box-sizing: border-box;
  top: 170px;
}
.modal.create-case .modal-body .custom-wrapper {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 25px 15px 0 15px;
  overflow: hidden;
}
.modal.create-case .modal-body .custom-wrapper .custom-fields-wrapper {
  box-sizing: border-box;
  float: left;
}
.modal.create-case .modal-body .custom-wrapper .title {
  font-weight: 800;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.modal.create-case .modal-footer {
  background: white;
  text-align: center;
}
.modal.create-case .modal-footer .btn-primary {
  text-transform: uppercase;
  width: 180px;
  height: 40px;
  font-size: 15px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  float: unset;
}
.modal-footer .select2-results ul {
  text-align: left;
}
#recent-followers .gravatar {
  width: 48px;
  max-width: 48px;
}
#ask-to-answer img {
  width: 20px;
  max-width: 20px;
}
.select2-results__option img.gravatar,
.select2-selection__choice img.gravatar {
  width: 30px;
  max-width: 30px;
}
.topic-experts .gravatar {
  width: 32px;
  max-width: 32px;
}
.other-experts .gravatar {
  width: 24px;
  max-width: 24px;
}
#askToAnswerModal .active button {
  background-color: #2a7e98;
  color: #ffffff;
}
#askToAnswerModal input.askToAnswerUsersInput {
  width: 100%;
  min-width: 100%;
  height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#askToAnswerModal .select2-container {
  margin-bottom: 1em;
}
#askToAnswerModal .askToAnswerMessage {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 84px;
}
.ask-to-answer-input .select2-container {
  margin-bottom: 1em;
}
.mainContent .answer-list .widget-header {
  margin-bottom: 0;
}
.mainContent .answer-list .widget-header h3,
.mainContent .answer-list .widget-header .h3 {
  font-size: 25px;
  display: inline-block;
  float: none;
}
.mainContent .answer-list .widget-content {
  background-color: transparent;
  border: none;
}
.mainContent .answer-list .widget-content .answer-container,
.mainContent .answer-list .widget-content .reply-container {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px 8px;
  border-top: solid 1px #e5e6e7;
}
.mainContent .answer-list .widget-content .answer-container:first-child,
.mainContent .answer-list .widget-content .reply-container:first-child {
  border-top: none 0 transparent;
}
.mainContent .answer-list .widget-content .answer-container .answer-body,
.mainContent .answer-list .widget-content .reply-container .answer-body {
  padding: 5px 0 10px;
}
.mainContent .answer-list .widget-content .answer-container .control-bar,
.mainContent .answer-list .widget-content .reply-container .control-bar {
  margin: 0;
  padding: 0px 0 15px;
}
.mainContent .answer-list .widget-content .alert {
  display: flex;
}
.alert.alert-success {
  color: #1c6356;
}
.alert.alert-success a {
  color: #1c6356;
}
.alert.alert-warning {
  color: #8a6a33;
}
.alert.alert-info {
  color: #2f6e8e;
}
.alert.alert-error {
  color: #b5383f;
}
.alert.alert-bounty {
  color: #b46108;
}
.comment-form-container {
  display: none;
  color: #333333;
  margin-top: 15px;
}
.comment-form-container .comment-recipient-toggle-btn {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  padding: 0;
  vertical-align: unset;
}
.comment-form-container .comment-recipient-toggle-btn:hover,
.comment-form-container .comment-recipient-toggle-btn:focus {
  text-decoration: underline;
}
.comment-form-container .comment-recipient-toggle-btn:hover,
.comment-form-container .comment-recipient-toggle-btn:focus {
  text-decoration: underline;
}
.comment-form-container .comment-recipient-toggle-btn.on {
  color: #1ab394;
}
.comments-locked {
  display: none;
}
.add-comment-link {
  display: none;
  padding: 6px 12px 5px;
  margin-top: 10px;
}
.share-btn {
  border: 0;
  padding-left: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.share-btn:hover,
.share-btn:focus {
  text-decoration: underline;
}
#facebook_share,
#twitter_share,
#linkedin_share {
  display: inline-block;
  margin-right: 2px;
}
#external-sharing {
  display: flex;
}
#facebook_share {
  display: block;
  float: left;
  cursor: pointer;
  height: 20px;
  border-radius: 3px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #3b5998;
}
#facebook_share:hover,
#facebook_share:focus {
  background-color: #193975;
}
.fb-share-button:hover {
  text-decoration: none;
}
.comment-recipient-container {
  display: none;
}
.comment-user-gravatar {
  position: absolute;
  left: 0;
  top: 10px;
  width: 24px;
}
.comments-container {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  width: 100%;
  float: left;
  display: none;
}
.comments-container .comment {
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  border-top: dotted #e5e6e7 1px;
}
.comments-container .comment.activity-comment {
  border-top: none;
  border-bottom: dotted #e5e6e7 1px;
}
.comments-container .comment .comment .comment .comment .comment .comment .comment {
  margin-left: -30px;
}
.comments-container .comment .comment-age {
  color: #a7a9ac;
}
.comments-container .comment .comment-parent {
  position: relative;
  color: #747474;
  font-weight: 600;
}
.comments-container .comment .comment-content {
  padding-bottom: 10px;
}
 > .comments-container .comment .comment-content:first-child {
  border-top: none;
}
.comments-container .comment .comment-content .comment-header {
  font-size: 12px;
  line-height: normal;
}
.comments-container .comment .comment-content .comment-header a {
  color: #a7a9ac;
}
.comments-container .comment .comment-content .comment-header a[rel="user"],
.comments-container .comment .comment-content .comment-header a.parent-author {
  color: #747474;
  font-weight: 600;
  position: static !important;
}
.comments-container .comment .comment-content .gravatar[rel="user"],
.comments-container .comment .comment-content .gravatar.parent-author {
  position: absolute !important;
}
.comments-container .comment .comment-content .gravatar .userinfo[rel="user"],
.comments-container .comment .comment-content .gravatar .userinfo.parent-author {
  position: static !important;
}
.comments-container .comment .comment-content .comment-text {
  font-size: 12px;
  color: #333333;
  line-height: 15px;
  word-wrap: break-word;
}
.comments-container .comment .comment-content .comment-info {
  display: inline-block;
  font-size: 12px;
}
.comments-container .comment .comment-content .comment-info .middot {
  color: #a7a9ac;
}
.comments-container .comment .comment-content .comment-info .control-score-counter {
  padding: 0 3px;
  background: #f0f0f0;
  color: #747474;
}
.comments-container .comment .comment-content .comment-info a {
  color: #3871bb;
}
.comments-container .comment .comment-content .comment-info a.vote-up {
  color: #747474;
}
.comments-container .comment .comment-content .comment-info a.on.vote-up,
.comments-container .comment .comment-content .comment-info a:hover.vote-up {
  color: #1ab394;
}
.comments-container .comment .comment-content .comment-info a.on.vote-down,
.comments-container .comment .comment-content .comment-info a:hover.vote-down {
  color: #9d261d;
}
.comments-container .comment .comment-content .comment-info .dropdown-menu {
  border-radius: 3px;
}
.comments-container .comment .comment-content .comment-info .dropdown-menu > li > a:hover,
.comments-container .comment .comment-content .comment-info .dropdown-menu > li > a:focus,
.comments-container .comment .comment-content .comment-info .dropdown-menu > .active > a,
.comments-container .comment .comment-content .comment-info .dropdown-menu > .active > a:hover,
.comments-container .comment .comment-content .comment-info .dropdown-menu > .active > a:focus {
  background: #f8ac59;
}
.comments-expand {
  display: block;
  text-align: center;
  border-top: 1px dotted #eeeeee;
  padding: 10px 0;
}
.tagsList {
  list-style-type: none;
  margin: 0;
  min-height: 360px;
  padding: 0;
  overflow: visible;
  display: inline-block;
}
.tagsList li {
  float: left;
  width: 180px;
  padding-bottom: 10px;
}
#settings_sidebar a {
  width: 108px;
}
.topic-stats-widget .stats .count {
  display: block;
  color: #333;
  font-size: 22px;
  font-weight: bold;
}
.topic-stats-widget .stats div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 33%;
  padding: 0 10px;
  font-size: 12px;
  color: #5c708a;
}
.topic-top .topic-header {
  margin-bottom: 10px;
  position: relative;
}
.topic-top .topic-header #editNameInput {
  margin-bottom: 0;
  margin-left: 10px;
}
.topic-top .topic-header #editNameOn {
  font-size: 14px;
}
.topic-top .topic-header .topicIconEditLink {
  height: 46px;
  position: absolute;
  top: 0;
  width: 46px;
}
.topic-top .topic-header .topicIconEditLink button {
  background: none repeat scroll 0 0 #333333;
  border-bottom-left-radius: 23px;
  border-bottom-right-radius: 23px;
  color: white;
  display: block;
  margin-top: 25px;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.topic-top .topic-header:hover .topicIconEditLink button,
.topic-top .topic-header .topicIconEditLink button:focus {
  opacity: 0.6;
}
.topic-top .topic-header .topic-icon {
  float: left;
}
.topic-top .topic-header .topic-icon img {
  height: 46px;
  width: 46px;
}
.topic-top .topic-header h1 {
  margin: 0;
  margin-left: 10px;
  float: left;
}
.topic-top .topic-header .btn-follow {
  float: right;
}
.topic-top .about-container .about-add-link {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.topic-top .about-container .about-add-link:hover,
.topic-top .about-container .about-add-link:focus {
  text-decoration: underline;
}
.topic-top .about-container .about-add-link:hover,
.topic-top .about-container .about-add-link:focus {
  text-decoration: underline;
}
.topic-top .about-container .about-add-link.on {
  color: #1ab394;
}
.topic-top .actions {
  text-align: right;
}
.topic-top .edit {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.topic-top .edit:hover,
.topic-top .edit:focus {
  text-decoration: underline;
}
.topic-top .edit:hover,
.topic-top .edit:focus {
  text-decoration: underline;
}
.topic-top .edit.on {
  color: #1ab394;
}
.topic-top #body {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#badges ul li {
  display: inline-block;
  margin: 1px;
  min-height: 5em;
  padding: 5px 5px 5px 45px;
  vertical-align: top;
  width: 24%;
  font-size: 12px;
}
#badges ul li .medal {
  float: left;
  border: 1px solid #ffffff;
  margin-left: -45px;
  margin-right: 0.5em;
  border-radius: 100%;
}
#badges ul li .medal img {
  display: inline-block;
}
#badges ul li .medal > img:hover,
#badges ul li .medal > span > img:hover {
  transform: scale(1.1);
}
#badges ul li .medal:focus {
  transform: scale(1.1);
  outline: 0;
  box-shadow: 1px 1px 0px 1px #2792e2, -1px -1px 0px 1px #2792e2, 1px -1px 0px 1px #2792e2, -1px 1px 0px 1px #2792e2;
}
#badges ul li .count {
  color: #404040;
}
#recent-badges-widget .answer-badges a.award {
  line-height: 0;
  display: inline-block;
}
#recent-badges-widget .answer-badges a.award span {
  border-radius: 100%;
  padding: 0;
  display: block;
}
#recent-badges-widget .answer-badges a.award span img {
  border: 2px solid #ddd;
  border-radius: 100%;
}
#recent-badges-widget .answer-badges a.award > img:hover,
#recent-badges-widget .answer-badges a.award > span > img:hover {
  transform: scale(1.1);
}
#recent-badges-widget .answer-badges a.award:focus {
  border-radius: 100%;
  outline: 0;
  box-shadow: 1px 1px 0px 1px #2792e2, -1px -1px 0px 1px #2792e2, 1px -1px 0px 1px #2792e2, -1px 1px 0px 1px #2792e2;
}
#recent-badges-widget .answer-badges a.award:focus > img,
#recent-badges-widget .answer-badges a.award:focus > span > img {
  border-color: #fff;
  transform: scale(1.1);
}
a.gravatar {
  display: inline-block;
  border-radius: 100%;
  line-height: 1;
}
a.gravatar img:hover {
  transform: scale(1.1);
}
a.gravatar:focus {
  outline: 0;
}
a.gravatar:focus > span img,
a.gravatar:focus > img {
  transform: scale(1.1);
  border-color: #fff;
  box-shadow: 1px 1px 0px 1px #2792e2, -1px -1px 0px 1px #2792e2, 1px -1px 0px 1px #2792e2, -1px 1px 0px 1px #2792e2;
}
a.gravatar span {
  display: block;
}
a.gravatar span.badge {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}
a.gravatar span img {
  display: block;
}
#main-navbar .navbar-inner .row-fluid .nav-links button:focus,
#main-navbar .navbar-inner .row-fluid .nav-links [role="button"]:focus,
#main-navbar .navbar-inner .row-fluid .nav-links .btn-group.navbar-action .btn.btn-warning:focus,
#main-navbar .navbar-inner .row-fluid .nav-links #login-link:focus {
  outline: solid #fff 2px;
  outline-offset: 2px;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profileMenu > button {
  display: inline-block;
  border-radius: 100%;
  border: none;
  line-height: 1;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profileMenu > button:focus {
  outline: 0;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profileMenu > button:focus img {
  box-shadow: 1px 1px 0px 1px #ffffff, -1px -1px 0px 1px #ffffff, 1px -1px 0px 1px #ffffff, -1px 1px 0px 1px #ffffff;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profileMenu > button span#userMenuLabel {
  border-radius: 100%;
  display: block;
}
#main-navbar .navbar-inner .row-fluid .nav-links #profileMenu > button span#userMenuLabel img.gravatar {
  border-radius: 100%;
  border: #2f4151 solid 2px !important;
  display: block;
}
.bronze,
.badge3,
.badge-bronze {
  color: #c57e50;
}
.silver,
.badge2,
.badge-silver {
  color: #7a868c;
}
.gold,
.badge1,
.badge-gold {
  color: #8d7249;
}
.badge-level-medal {
  font-weight: bold;
}
ul.nav li.dropdown:hover ul.hover-menu {
  display: block;
}
a.menu:after,
.dropdown-toggle:after {
  content: none;
}
ul.hover-menu {
  margin-top: 0;
}
.userlist {
  display: inline-block;
}
.userlist .user {
  float: left;
  width: 275px;
  padding: 10px;
  margin: 0 5px 5px 0;
  background: #efefef;
  background: -moz-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fafafa, endColorstr=#efefef);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#efefef, endColorstr=#efefef);
  border: 1px solid #d5d5d5;
  vertical-align: top;
}
.userlist .user.qtip {
  width: auto;
  background: #fff;
}
.userlist .user .thumb {
  float: left;
  margin: 0 10px 0 0;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  -webkit-box-sizing: 50% 50% 50% 50%;
  -moz-box-sizing: 50% 50% 50% 50%;
  -o-box-sizing: 50% 50% 50% 50%;
  -ms-box-sizing: 50% 50% 50% 50%;
  box-sizing: 50% 50% 50% 50%;
}
.userlist .user .thumb .gravatar {
  max-width: 48px;
}
.interestsUsers .thumb img {
  width: 24px;
  max-width: 24px;
}
.widget-header .btn-group {
  float: right;
  margin: 2px 0;
}
.widget-header .edit-btn {
  float: right;
  margin: 2px 0;
}
.widget-header .edit-btn i {
  display: inline;
  margin: 0;
}
.topic_header {
  margin-left: 5px;
  margin-bottom: -20px;
}
#s2id_space_select {
  width: 50%;
}
.main-attachments-container {
  display: none;
}
.form-actions {
  padding-left: 0 !important;
  padding-right: 0;
  background-color: transparent;
  border-top: 1px solid #eaebed;
}
.widget.root-content-post div,
.widget.answer-form-widget div,
.widget.reply-form-widget div,
.comment-form-container div {
  box-sizing: border-box;
}
.widget.root-content-post .post-gravatar,
.widget.answer-form-widget .post-gravatar,
.widget.reply-form-widget .post-gravatar,
.comment-form-container .post-gravatar {
  padding: 0;
  position: relative;
}
.widget.root-content-post .post-gravatar .gravatar,
.widget.answer-form-widget .post-gravatar .gravatar,
.widget.reply-form-widget .post-gravatar .gravatar,
.comment-form-container .post-gravatar .gravatar {
  max-width: 45px;
}
.widget.root-content-post form,
.widget.answer-form-widget form,
.widget.reply-form-widget form,
.comment-form-container form {
  box-sizing: border-box;
  padding: 0;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top,
.comment-form-container form .fr-box.fr-basic.fr-top {
  width: 100%;
  margin-left: 0;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-wrapper,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-wrapper,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-wrapper,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-wrapper {
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px #e5e6e7;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-wrapper.show-placeholder .fr-placeholder,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-wrapper.show-placeholder .fr-placeholder,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-wrapper.show-placeholder .fr-placeholder,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-wrapper.show-placeholder .fr-placeholder {
  padding-left: 14px !important;
  color: #a7a9ac;
  font-size: 15px !important;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-toolbar.fr-top,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-toolbar.fr-top,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-toolbar.fr-top,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-toolbar.fr-top {
  box-shadow: none;
  border: solid 1px #d9dcdd;
  border-top: solid 3px #4a4a4a;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-element,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-element,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-element,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-element {
  padding-left: 14px;
  min-height: 100px;
  font-size: 15px;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-element:focus,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-element:focus,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-element:focus,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-element:focus {
  border: 1px solid #2792e2;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-counter,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-counter,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-counter,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-counter {
  border: solid 1px #e5e6e7;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .fr-counter.focused,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .fr-counter.focused,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .fr-counter.focused,
.comment-form-container form .fr-box.fr-basic.fr-top .fr-counter.focused {
  border: 1px solid #2f4151;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .CodeMirror-focused,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .CodeMirror-focused,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .CodeMirror-focused,
.comment-form-container form .fr-box.fr-basic.fr-top .CodeMirror-focused {
  border: 1px solid #2f4151;
}
.widget.root-content-post form .fr-box.fr-basic.fr-top .CodeMirror-sizer,
.widget.answer-form-widget form .fr-box.fr-basic.fr-top .CodeMirror-sizer,
.widget.reply-form-widget form .fr-box.fr-basic.fr-top .CodeMirror-sizer,
.comment-form-container form .fr-box.fr-basic.fr-top .CodeMirror-sizer {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 1px 3px 0px inset;
}
.widget.root-content-post form .teamhub-editor,
.widget.answer-form-widget form .teamhub-editor,
.widget.reply-form-widget form .teamhub-editor,
.comment-form-container form .teamhub-editor {
  padding-bottom: 5px;
}
.widget.root-content-post form .control-group.input-append a,
.widget.answer-form-widget form .control-group.input-append a,
.widget.reply-form-widget form .control-group.input-append a,
.comment-form-container form .control-group.input-append a {
  color: #333333;
}
.widget.root-content-post form .control-group.input-append span.add-on,
.widget.answer-form-widget form .control-group.input-append span.add-on,
.widget.reply-form-widget form .control-group.input-append span.add-on,
.comment-form-container form .control-group.input-append span.add-on {
  height: 26px;
  border: 1px solid #e5e6e7;
  border-radius: 0 1px 1px 0;
}
.widget.root-content-post form .control-group.input-append span.add-on i,
.widget.answer-form-widget form .control-group.input-append span.add-on i,
.widget.reply-form-widget form .control-group.input-append span.add-on i,
.comment-form-container form .control-group.input-append span.add-on i {
  line-height: 26px;
}
.widget.root-content-post form .control-group.error .controls input:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls input:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls input:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls input:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .fr-element:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .fr-element:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .fr-element:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .fr-element:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls select:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls select:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls select:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls select:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls textarea:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls textarea:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls textarea:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls textarea:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .select2-choice:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .select2-choice:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .select2-choice:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .select2-choice:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .select2-selection:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .select2-selection:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .select2-selection:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .select2-selection:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .select2-choices:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .select2-choices:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .select2-choices:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .select2-choices:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .fr-counter:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .fr-counter:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .fr-counter:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .fr-counter:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.root-content-post form .control-group.error .controls .attachment:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.answer-form-widget form .control-group.error .controls .attachment:not(.select2-input):not([type="button"]):not(.select2-search__field),
.widget.reply-form-widget form .control-group.error .controls .attachment:not(.select2-input):not([type="button"]):not(.select2-search__field),
.comment-form-container form .control-group.error .controls .attachment:not(.select2-input):not([type="button"]):not(.select2-search__field) {
  border: 1px solid #b94a48 !important;
}
.widget.root-content-post form .control-group.error .controls .help-inline,
.widget.answer-form-widget form .control-group.error .controls .help-inline,
.widget.reply-form-widget form .control-group.error .controls .help-inline,
.comment-form-container form .control-group.error .controls .help-inline {
  margin-left: 0;
  padding-left: 0;
}
.widget.root-content-post form .control-group .controls #clearParent,
.widget.answer-form-widget form .control-group .controls #clearParent,
.widget.reply-form-widget form .control-group .controls #clearParent,
.comment-form-container form .control-group .controls #clearParent {
  color: #2f4151;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection {
  border-radius: 1px;
  box-sizing: border-box;
  border: solid 1px #e5e6e7;
  height: 36px;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection .select2-selection__arrow,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__arrow,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__arrow,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection .select2-selection__arrow {
  height: 36px;
  top: 0;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin-top: 3px;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #435765;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection input.select2-search__field,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection input.select2-search__field {
  line-height: 34px;
  float: left;
  height: 34px;
  margin: 0;
}
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.widget.root-content-post form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder,
.widget.answer-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder,
.widget.reply-form-widget form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder,
.comment-form-container form .control-group .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder {
  color: #435765;
}
.widget.root-content-post form .control-group .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection,
.widget.answer-form-widget form .control-group .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection,
.widget.reply-form-widget form .control-group .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection,
.comment-form-container form .control-group .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.widget.root-content-post form .control-group .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection,
.widget.answer-form-widget form .control-group .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection,
.widget.reply-form-widget form .control-group .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection,
.comment-form-container form .control-group .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
.widget.root-content-post form .control-group .controls label,
.widget.answer-form-widget form .control-group .controls label,
.widget.reply-form-widget form .control-group .controls label,
.comment-form-container form .control-group .controls label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #676a6c;
}
.widget.root-content-post form .control-group .controls input[type="radio"],
.widget.answer-form-widget form .control-group .controls input[type="radio"],
.widget.reply-form-widget form .control-group .controls input[type="radio"],
.comment-form-container form .control-group .controls input[type="radio"],
.widget.root-content-post form .control-group .controls input[type="checkbox"],
.widget.answer-form-widget form .control-group .controls input[type="checkbox"],
.widget.reply-form-widget form .control-group .controls input[type="checkbox"],
.comment-form-container form .control-group .controls input[type="checkbox"] {
  margin: 0;
}
.widget.root-content-post form .control-group .controls .body-hints,
.widget.answer-form-widget form .control-group .controls .body-hints,
.widget.reply-form-widget form .control-group .controls .body-hints,
.comment-form-container form .control-group .controls .body-hints,
.widget.root-content-post form .control-group .controls .hint-label,
.widget.answer-form-widget form .control-group .controls .hint-label,
.widget.reply-form-widget form .control-group .controls .hint-label,
.comment-form-container form .control-group .controls .hint-label {
  color: #5c708a;
  line-height: 19px;
  padding-top: 10px;
  display: block;
}
.widget.root-content-post form .control-group .controls > input:not(.select2-input),
.widget.answer-form-widget form .control-group .controls > input:not(.select2-input),
.widget.reply-form-widget form .control-group .controls > input:not(.select2-input),
.comment-form-container form .control-group .controls > input:not(.select2-input),
.widget.root-content-post form .control-group .controls > textarea:not(.select2-input),
.widget.answer-form-widget form .control-group .controls > textarea:not(.select2-input),
.widget.reply-form-widget form .control-group .controls > textarea:not(.select2-input),
.comment-form-container form .control-group .controls > textarea:not(.select2-input),
.widget.root-content-post form .control-group .controls > input:not(.select2-search__field),
.widget.answer-form-widget form .control-group .controls > input:not(.select2-search__field),
.widget.reply-form-widget form .control-group .controls > input:not(.select2-search__field),
.comment-form-container form .control-group .controls > input:not(.select2-search__field),
.widget.root-content-post form .control-group .controls > textarea:not(.select2-search__field),
.widget.answer-form-widget form .control-group .controls > textarea:not(.select2-search__field),
.widget.reply-form-widget form .control-group .controls > textarea:not(.select2-search__field),
.comment-form-container form .control-group .controls > textarea:not(.select2-search__field) {
  border: solid 1px #e5e6e7;
  border-radius: 1px;
  height: 36px;
  color: #000000;
  padding: 7px 14px 9px;
  box-sizing: border-box;
  box-shadow: none;
  font-size: 15px;
  width: 100%;
}
.widget.root-content-post form .control-group .controls > input[type="checkbox"],
.widget.answer-form-widget form .control-group .controls > input[type="checkbox"],
.widget.reply-form-widget form .control-group .controls > input[type="checkbox"],
.comment-form-container form .control-group .controls > input[type="checkbox"],
.widget.root-content-post form .control-group .controls > textarea[type="checkbox"],
.widget.answer-form-widget form .control-group .controls > textarea[type="checkbox"],
.widget.reply-form-widget form .control-group .controls > textarea[type="checkbox"],
.comment-form-container form .control-group .controls > textarea[type="checkbox"] {
  margin: 0;
  margin-right: 3px;
  width: auto;
}
.widget.root-content-post form .control-group .controls > input:focus,
.widget.answer-form-widget form .control-group .controls > input:focus,
.widget.reply-form-widget form .control-group .controls > input:focus,
.comment-form-container form .control-group .controls > input:focus,
.widget.root-content-post form .control-group .controls > textarea:focus,
.widget.answer-form-widget form .control-group .controls > textarea:focus,
.widget.reply-form-widget form .control-group .controls > textarea:focus,
.comment-form-container form .control-group .controls > textarea:focus {
  border-color: #2f4151;
}
.widget.root-content-post form .control-group .controls > input::placeholder,
.widget.answer-form-widget form .control-group .controls > input::placeholder,
.widget.reply-form-widget form .control-group .controls > input::placeholder,
.comment-form-container form .control-group .controls > input::placeholder,
.widget.root-content-post form .control-group .controls > textarea::placeholder,
.widget.answer-form-widget form .control-group .controls > textarea::placeholder,
.widget.reply-form-widget form .control-group .controls > textarea::placeholder,
.comment-form-container form .control-group .controls > textarea::placeholder,
.widget.root-content-post form .control-group .controls > input:-ms-input-placeholder,
.widget.answer-form-widget form .control-group .controls > input:-ms-input-placeholder,
.widget.reply-form-widget form .control-group .controls > input:-ms-input-placeholder,
.comment-form-container form .control-group .controls > input:-ms-input-placeholder,
.widget.root-content-post form .control-group .controls > textarea:-ms-input-placeholder,
.widget.answer-form-widget form .control-group .controls > textarea:-ms-input-placeholder,
.widget.reply-form-widget form .control-group .controls > textarea:-ms-input-placeholder,
.comment-form-container form .control-group .controls > textarea:-ms-input-placeholder,
.widget.root-content-post form .control-group .controls > input:-moz-placeholder,
.widget.answer-form-widget form .control-group .controls > input:-moz-placeholder,
.widget.reply-form-widget form .control-group .controls > input:-moz-placeholder,
.comment-form-container form .control-group .controls > input:-moz-placeholder,
.widget.root-content-post form .control-group .controls > textarea:-moz-placeholder,
.widget.answer-form-widget form .control-group .controls > textarea:-moz-placeholder,
.widget.reply-form-widget form .control-group .controls > textarea:-moz-placeholder,
.comment-form-container form .control-group .controls > textarea:-moz-placeholder {
  color: #435765;
}
.widget.root-content-post form .control-group.ghost-edit-control-group,
.widget.answer-form-widget form .control-group.ghost-edit-control-group,
.widget.reply-form-widget form .control-group.ghost-edit-control-group,
.comment-form-container form .control-group.ghost-edit-control-group {
  line-height: 30px;
}
.widget.root-content-post form .control-group.ghost-edit-control-group label,
.widget.answer-form-widget form .control-group.ghost-edit-control-group label,
.widget.reply-form-widget form .control-group.ghost-edit-control-group label,
.comment-form-container form .control-group.ghost-edit-control-group label {
  max-width: 180px;
  vertical-align: middle;
  display: inline-block;
  margin: 0;
}
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button:focus {
  text-decoration: underline;
}
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button:hover,
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button:focus,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button:focus {
  text-decoration: underline;
}
.widget.root-content-post form .control-group.ghost-edit-control-group .ghost-popover-button.on,
.widget.answer-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button.on,
.widget.reply-form-widget form .control-group.ghost-edit-control-group .ghost-popover-button.on,
.comment-form-container form .control-group.ghost-edit-control-group .ghost-popover-button.on {
  color: #1ab394;
}
.widget.root-content-post form .control-group.ghost-edit-control-group i.fa-question-circle-o,
.widget.answer-form-widget form .control-group.ghost-edit-control-group i.fa-question-circle-o,
.widget.reply-form-widget form .control-group.ghost-edit-control-group i.fa-question-circle-o,
.comment-form-container form .control-group.ghost-edit-control-group i.fa-question-circle-o {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 16px;
  color: #676a6c;
}
.widget.root-content-post form .control-group.ghost-edit-control-group #ghost-popover,
.widget.answer-form-widget form .control-group.ghost-edit-control-group #ghost-popover,
.widget.reply-form-widget form .control-group.ghost-edit-control-group #ghost-popover,
.comment-form-container form .control-group.ghost-edit-control-group #ghost-popover {
  width: 460px;
  display: block;
  max-width: 460px;
  font-weight: 600;
  border: none;
  border-radius: 0;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
.widget.root-content-post form .control-group.ghost-edit-control-group #ghost-popover .popover-title,
.widget.answer-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover-title,
.widget.reply-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover-title,
.comment-form-container form .control-group.ghost-edit-control-group #ghost-popover .popover-title {
  background: white;
  border-bottom: none;
  color: #3b73b9;
  font-weight: 700;
}
.widget.root-content-post form .control-group.ghost-edit-control-group #ghost-popover .popover-content,
.widget.answer-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover-content,
.widget.reply-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover-content,
.comment-form-container form .control-group.ghost-edit-control-group #ghost-popover .popover-content {
  line-height: 1.43;
  color: #676a6c;
}
.widget.root-content-post form .control-group.ghost-edit-control-group #ghost-popover .popover .arrow,
.widget.answer-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover .arrow,
.widget.reply-form-widget form .control-group.ghost-edit-control-group #ghost-popover .popover .arrow,
.comment-form-container form .control-group.ghost-edit-control-group #ghost-popover .popover .arrow {
  border-right-color: rgba(51, 51, 51, 0.07);
}
.widget.root-content-post form .inline-label,
.widget.answer-form-widget form .inline-label,
.widget.reply-form-widget form .inline-label,
.comment-form-container form .inline-label,
.widget.root-content-post form .clear-primary-space,
.widget.answer-form-widget form .clear-primary-space,
.widget.reply-form-widget form .clear-primary-space,
.comment-form-container form .clear-primary-space {
  display: inline-block;
}
.widget.root-content-post form .clear-primary-space,
.widget.answer-form-widget form .clear-primary-space,
.widget.reply-form-widget form .clear-primary-space,
.comment-form-container form .clear-primary-space {
  background-color: transparent;
  border: none;
  color: #2f4151;
}
.widget.root-content-post form .clear-primary-space:hover,
.widget.answer-form-widget form .clear-primary-space:hover,
.widget.reply-form-widget form .clear-primary-space:hover,
.comment-form-container form .clear-primary-space:hover,
.widget.root-content-post form .clear-primary-space:focus,
.widget.answer-form-widget form .clear-primary-space:focus,
.widget.reply-form-widget form .clear-primary-space:focus,
.comment-form-container form .clear-primary-space:focus {
  text-decoration: underline;
}
.widget.root-content-post .form-actions input.btn,
.widget.answer-form-widget .form-actions input.btn,
.widget.reply-form-widget .form-actions input.btn,
.comment-form-container .form-actions input.btn {
  margin-right: 5px;
}
.control-group.error input.submit.btn.btn-primary {
  color: #fff;
  border: none;
}
.fa-question-circle-o.has-tooltip {
  cursor: pointer;
  color: #327ab8;
}
.ask-form-wrapper .form-actions,
.node-form-wrapper .form-actions {
  margin-bottom: 0;
}
.ask-form-wrapper .edit-summary,
.node-form-wrapper .edit-summary {
  width: 100%;
}
.ask-form-wrapper .askForm-title,
.node-form-wrapper .askForm-title,
.ask-form-wrapper .form-title,
.node-form-wrapper .form-title {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
}
.ask-form-wrapper input[id*="extraData"],
.node-form-wrapper input[id*="extraData"] {
  width: auto;
  max-width: 100;
  min-width: 165px;
}
.ask-form-wrapper #suggested-topics,
.node-form-wrapper #suggested-topics {
  margin: 10px 0 0 0;
  display: none;
}
.ask-form-wrapper .dropdown,
.node-form-wrapper .dropdown {
  position: relative;
}
.ask-form-wrapper .dropdown .fa-caret-down,
.node-form-wrapper .dropdown .fa-caret-down {
  position: absolute;
  right: 10px;
  top: 25%;
  color: #888;
  pointer-events: none;
}
.ask-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad,
.node-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad {
  line-height: 141px;
}
.ask-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad .image-wrapper,
.node-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad .image-wrapper {
  width: 250px;
  background: #242629ed;
  height: 141px;
  align-items: center;
  justify-content: center;
}
.ask-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad .image-wrapper img,
.node-form-wrapper .control-group.form-inline.d-flex .controls.col-md-12.no-pad .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
.similar-questions .unstyled {
  -webkit-box-shadow: 0 1px 2px 0 #a7a9ac inset;
  -moz-box-shadow: 0 1px 2px 0 #a7a9ac inset;
  -o-box-shadow: 0 1px 2px 0 #a7a9ac inset;
  -ms-box-shadow: 0 1px 2px 0 #a7a9ac inset;
  box-shadow: 0 1px 2px 0 #a7a9ac inset;
  height: 200px;
  overflow-y: auto;
  padding: 10px 15px;
  border: 1px solid #cccccc;
}
.similar-questions .unstyled > li {
  display: block;
  padding-bottom: 5px;
  color: #555555;
}
.similar-questions .unstyled > li .score {
  background: none repeat scroll 0 0 #ebebeb;
  border: 1px solid #dedede;
  -webkit-border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-sizing: 4px 4px 4px 4px;
  -moz-box-sizing: 4px 4px 4px 4px;
  -o-box-sizing: 4px 4px 4px 4px;
  -ms-box-sizing: 4px 4px 4px 4px;
  box-sizing: 4px 4px 4px 4px;
  color: #555555;
  display: inline-block;
  margin-right: 10px;
  padding: 2px 2px 1px;
  text-align: center;
  width: 22px;
}
.similar-questions .unstyled > li .score.accepted {
  background-color: #dff1df;
  border: 1px solid #97d397;
  color: #46a546;
}
.similar-questions .unstyled > li a {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transition: all all 0.5s ease 0s ease;
  -moz-transition: all all 0.5s ease 0s ease;
  -o-transition: all all 0.5s ease 0s ease;
  -ms-transition: all all 0.5s ease 0s ease;
  transition: all all 0.5s ease 0s ease;
}
.redactor_span12.redactor_editor {
  float: none;
}
.redactor-draft-save {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  height: 20px;
  color: #7da1b9;
  display: none;
  text-align: right;
  font-size: 14px;
}
.redactor-draft-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: white;
  opacity: 0.2;
}
.redactor-draft-message {
  height: 65px;
}
.redactor-draft-message .buttons input {
  margin-right: -16px;
  float: right;
  font-size: 12px;
}
.redactor-draft-message .buttons .load-draft {
  margin-left: 30px;
}
.uneditable-input,
.uneditable-textarea {
  color: #333 !important;
  background-color: #ebebeb !important;
}
#space-list {
  margin: 0;
  list-style: none;
}
#space-list .space-list-header {
  position: relative;
  height: 40px;
  line-height: 40px;
  background: #e9e9e9;
  background: -moz-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #e9e9e9));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* IE10+ */
  background: linear-gradient(top, #fafafa 0%, #e9e9e9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
  border-bottom: 1px solid #d5d5d5;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-background-clip: padding-box;
}
#space-list .space-list-header h2 {
  position: relative;
  top: 0;
  left: 13px;
  display: inline-block;
  margin-right: 3em;
  font-size: 25px;
  font-weight: 800;
  color: #555;
  line-height: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
#space-list .space-list-header h2 a {
  color: #555;
}
#space-list .subspaces {
  margin: 0 0 0 15px;
}
#space-list .subspaces .subspace {
  margin: 5px 15px 5px 0;
  width: 286px;
  float: left;
}
#space-list .subspaces .subspace h3 {
  line-height: 18px;
  font-weight: 400;
  font-size: 14px;
  padding: 5px 0 5px 0;
  border-bottom: #eeeeee solid 1px;
  margin: 0;
  color: #555555;
}
#space-list .subspaces .subspace h3 .question-count {
  color: #a7a9ac;
}
#space-list .subspaces .subspace .subspace-questions {
  padding-left: 10px;
  position: relative;
}
#space-list .subspaces .subspace .subspace-questions a {
  margin-top: 7px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#space-list .subspaces .subspace .subspace-questions a:after {
  content: "";
  width: 25px;
  right: 0;
  position: absolute;
  height: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
}
.ui-dialog-titlebar-close.ui-corner-all {
  float: right;
  text-decoration: none;
}
.ui-dialog-titlebar {
  font-weight: bold;
  border-bottom: solid 1px #eeeeee;
}
.modal-body input[type="file"] {
  line-height: 1;
}
.prompt-examples {
  width: 100%;
}
.comment-tools {
  float: right;
}
textarea.commentBox {
  height: 80px;
  width: 100%;
}
.well .comment {
  padding-bottom: 5px;
}
.well a,
.well .button-to-link {
  color: #3366a3;
}
.comment .comment-header {
  border-top: none;
}
.search-list-page .widget-content .no-results {
  color: #a7a9ac;
  font-size: 16px;
  line-height: normal;
}
.search-list-page .widget-content .topic-hit {
  display: flex;
  align-items: center;
  width: 100%;
}
.search-list-page .widget-content .topic-hit div {
  box-sizing: border-box;
}
.search-list-page .widget-content .topic-hit .left-side {
  padding-left: 0;
}
.search-list-page .widget-content .topic-hit .left-side img {
  border-radius: 50%;
  width: 54px;
  vertical-align: middle;
}
.search-list-page .widget-content .topic-hit .left-side .topic {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
  margin-left: 11px;
}
.search-list-page .widget-content .topic-hit .right-side {
  padding-right: 0;
}
.search-list-page .widget-content .topic-hit .right-side .follow-button {
  transition: background-color 0.8s ease;
  transition: color 0.5s ease;
  background-color: white;
  border: 1px solid #1c84c6;
  border-radius: 3px;
  padding: 5px 30px;
  color: #1c84c6;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.search-list-page .widget-content .topic-hit .right-side .follow-button:hover {
  background-color: #1c84c6;
  color: white;
  text-decoration: none;
}
.search-list-page .widget-content .topic-hit .right-side .follow-button.following {
  background-color: #1c84c6;
  color: white;
  text-decoration: none;
}
.search-list-page .widget-content .topic-hit .right-side .follow-button.following:hover {
  background-color: white;
  color: #1c84c6;
}
.search-list-page .widget-content .user-hit {
  float: left;
  width: 100%;
  display: flex;
}
.search-list-page .widget-content .user-hit div {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.search-list-page .widget-content .user-hit div.right-side {
  align-self: center;
}
.search-list-page .widget-content .user-hit .left-side .user-hit-display-name {
  font-size: 18px;
  font-weight: 600;
  margin-left: 11px;
  color: #333;
}
.search-hit {
  width: 100%;
  float: left;
  padding: 10px 0;
}
.search-hit .post-container.answer-container,
.search-hit .post-container.reply-container {
  border: 0 none;
}
.search-hit .post-container.answer-container .post,
.search-hit .post-container.reply-container .post {
  min-height: 0;
}
.search-hit .question-body {
  font-size: 12px;
  padding: 4px 0;
  color: #4a4a4a;
}
.search-hit .comment.nsc {
  float: left;
  padding-left: 9.4%;
  padding-bottom: 10px;
}
.search-hit .comment.nsc .comment-header {
  color: #a7a9ac;
  font-size: 12px;
}
.search-hit .comment.nsc .comment-header a {
  color: #747474;
  font-weight: 600;
}
.search-hit .comment.nsc .comment-header .post-info a {
  color: #a7a9ac;
  font-weight: normal;
}
.search-hit .comment.nsc .comment-text {
  font-size: 12px;
  padding: 0 0 4px;
  color: #4a4a4a;
}
.search-hit .attachment-hit {
  padding-left: 64px;
  margin-top: 6px;
  background: url("../images/attachment.png") no-repeat 46px top;
}
.search-hit .answer-container .attachment-hit,
.search-hit .comment-content .attachment-hit {
  padding-left: 18px;
  background: url("../images/attachment.png") no-repeat 0 top;
}
.search-hit .answer-container {
  padding-bottom: 10px;
}
.search-hit .answer-container .answer-gravatar {
  padding-left: 9.4%;
  float: left;
}
.search-hit .answer-container .answer-body {
  padding: 0;
  margin-top: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 85%;
  margin-left: 11px;
  font-size: 12px;
  color: #4a4a4a;
}
.search-hit .answer-container .answer-body .author-info {
  color: #a7a9ac;
  font-size: 12px;
}
.search-hit .answer-container .answer-body .author-info a {
  color: #747474;
}
.search-hit .answer-container .answer-body .author-info .post-info a {
  color: #a7a9ac;
}
.answers-search-result {
  float: left;
  width: 100%;
}
.answers-search-result .counts {
  float: left;
  margin-right: 0px;
  margin-top: 4px;
  padding-right: 2px;
}
.answers-search-result .counts .item-count {
  font-size: 17px;
  font-weight: bold;
}
.answers-search-result .sub-result-wrapper {
  width: 690px;
  color: #666;
  float: left;
  margin: 5px 5px 5px 5px;
  padding-left: 12px;
  border-left: 1px solid #f1f1f1;
}
.answers-search-result .sub-result-wrapper .result-accepted {
  font-weight: normal;
  color: #009933;
  background-color: #ebffe6;
  border-left: 1px solid #ccffcc;
}
.answers-search-result .sub-result-wrapper .result-accepted b {
  background-color: #ebffe6;
  color: #009933;
}
.answers-search-result .sub-result-wrapper .result-accepted div small:after {
  content: " - Accepted as Best Answer";
  color: #009933;
}
.answers-search-result .sub-result-wrapper .result-accepted div small {
  color: #666;
}
.answers-search-result b {
  color: #ff9900;
  background-color: #ffffcc;
}
.answers-search-result .votes,
.answers-search-result .status,
.answers-search-result .views {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-box-sizing: 5px 5px 5px 5px;
  -moz-box-sizing: 5px 5px 5px 5px;
  -o-box-sizing: 5px 5px 5px 5px;
  -ms-box-sizing: 5px 5px 5px 5px;
  box-sizing: 5px 5px 5px 5px;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  float: left;
  font-size: 11px;
  height: 42px;
  margin: 0 6px 0 0px;
  padding: 8px 2px 0;
  text-align: center;
  width: 46px;
}
.answers-search-result .votes,
.answers-search-result .views {
  color: #666666;
}
.answers-search-result .favorites {
  width: 24px;
  float: left;
  text-align: center;
}
#searchResultsAutoComplete ul li a {
  color: #3e3e3e;
  font-size: 14px;
  padding: 5px 10px;
}
#searchResultsAutoComplete ul li a .search-icon {
  max-width: 25px;
  border-radius: 50%;
}
#searchResultsAutoComplete ul li a.ui-state-focus {
  background: #effaff;
  margin: 0;
}
#searchResultsAutoComplete ul li a i {
  color: rgba(41, 57, 72, 0.75);
  font-size: 16px;
  padding: 0 6px;
}
#searchResultsAutoComplete ul li a i.icon-lightbulb {
  color: #5f6b76;
  font-size: 18px;
  padding-right: 8px;
}
#searchResultsAutoComplete ul li a i.icon-book {
  padding-right: 3px;
}
#searchResultsAutoComplete ul li a img.gravatar {
  vertical-align: sub;
  margin: 0 6px 0;
  width: 16px;
}
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  color: #ffffff;
}
.about-block label,
.about-block h2 {
  padding-left: 0;
  margin: 0;
  color: #2f4151;
  font-size: 22px;
  line-height: 38px;
  box-sizing: border-box;
  display: inline-block;
  cursor: default;
  flex-grow: 1;
}
.about-block .edit-link {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.about-block .edit-link:hover,
.about-block .edit-link:focus {
  text-decoration: underline;
}
.about-block .edit-link:hover,
.about-block .edit-link:focus {
  text-decoration: underline;
}
.about-block .edit-link.on {
  color: #1ab394;
}
.about-block .edit {
  width: 100%;
}
.about-block p {
  word-wrap: break-word;
}
.about-block .edit-input {
  width: 100%;
  box-sizing: border-box;
}
.about-block .actions {
  width: 100%;
  text-align: right;
}
.about-block .actions .btn {
  margin: 10px 0 0 5px;
}
.badges-block span.count {
  font-weight: 600;
}
.info-block h1 {
  margin: 0;
}
.info-block h1 .gravatar {
  display: none;
}
.info-block .counts > div {
  text-align: center;
}
.info-block .counts .count {
  font-weight: bold;
  font-size: 20px;
}
.info-block .activity-stats {
  margin-top: 5px;
}
.info-block .activity-stats > div {
  margin-right: 10px;
}
.info-block .extradata .values {
  word-break: break-word;
}
.activity-block .widget-content.stream {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0 none;
  padding-bottom: 0;
}
.activity-block .widget-content.stream .row-fluid {
  padding-bottom: 10px;
}
.activity-block .widget-content.actions {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0 none;
  text-align: center;
}
.activity-block .widget-content.actions .more {
  cursor: pointer;
  padding: 5px;
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
}
.activity-block .widget-content.actions .more:hover,
.activity-block .widget-content.actions .more:focus {
  text-decoration: underline;
}
.activity-block .widget-content.actions .more:hover,
.activity-block .widget-content.actions .more:focus {
  text-decoration: underline;
}
.activity-block .widget-content.actions .more.on {
  color: #1ab394;
}
#edit-user-profile .form-actions {
  text-align: right;
}
#editUserPhoto {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  font-size: 12px;
}
#editUserPhoto:hover,
#editUserPhoto:focus {
  text-decoration: underline;
}
#editUserPhoto:hover,
#editUserPhoto:focus {
  text-decoration: underline;
}
#editUserPhoto.on {
  color: #1ab394;
}
.fake-avatar-input span,
.click-on-avatar img {
  margin-left: 10px;
}
.answer-badges.user-badges {
  margin: 0;
  padding: 0;
}
.answer-badges.user-badges .count {
  font-size: 12px;
  font-weight: bold;
}
.answer-badges.user-badges li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.answer-badges.user-badges li a.gravatar {
  position: unset !important;
}
.widget-header .profile-header-buttongroup {
  float: none;
}
.profile-header-buttongroup [class^="icon-"],
.profile-header-buttongroup [class*=" icon-"] {
  margin-left: 0px;
}
ul.answer-badges {
  list-style: none;
  margin-left: 0;
}
.accepted-answer {
  background-image: linear-gradient(to bottom, #e8f9ea, rgba(255, 255, 255, 0));
}
.main-attachments-container {
  display: none;
}
.main-attachments-container .node-attachment,
.comments-form-attachments .node-attachment {
  margin: 0 0 8px 8px;
}
.main-attachments-container .attachment,
.comments-form-attachments .node-attachment,
.comments-form-attachments .img-node-attachment {
  padding: 5px;
  border: 1px solid #d3d3d3;
  position: relative;
}
.node-attachments .node-attachment {
  margin: 0 0 8px 0;
}
.node-attachment-delete {
  background-color: #fad163;
  border: 2px solid #735005;
  color: #735005;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px;
  padding: 0 3px;
  right: 2px;
  text-decoration: none;
  top: 2px;
  opacity: 0.3;
  position: absolute;
}
.node-attachment-delete:hover {
  opacity: 1;
}
.node-attachments {
  clear: both;
}
.attachment-icon {
  position: relative;
}
.img-attachment-icon {
  position: relative;
}
.img-node-attachments {
  position: relative;
}
.attachment-icon:before {
  font-family: "FontAwesome";
  content: "\f0c6";
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.img-attachment-icon:before {
  font-family: "FontAwesome";
  content: "\f030";
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.img-node-attachments:before {
  font-family: "FontAwesome";
  content: "\f030";
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.img-node-attachment {
  display: inline-block;
  text-align: center;
  width: 150px;
  vertical-align: top;
  min-height: 80px;
  margin: 8px 0 8px 8px;
}
.img-node-attachment span {
  display: block;
}
.redirect-autocomplete-ul {
  background-color: #fff;
  border: solid 1px;
  padding: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
  width: 290px;
  padding-left: 20px;
}
.profileFormSection {
  position: relative;
}
.profileFormCover {
  z-index: 2;
  opacity: 0.5;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.profileFormFields {
  z-index: 1;
}
.profileFormField label {
  display: inline-block;
  font-weight: normal;
  width: 300px;
}
.profileFormField select {
  margin-left: 20px;
}
.profileFormField input[type="radio"] {
  margin: 0 4px 0 20px;
}
.profileFormField .pref-select-radio {
  display: inline-block;
}
.profileFormField .pref-select-radio .radio-button--label {
  width: auto;
}
#prefDialogMenu {
  border: dotted 1px #857866;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: 5px;
  -moz-box-sizing: 5px;
  -o-box-sizing: 5px;
  -ms-box-sizing: 5px;
  box-sizing: 5px;
  padding-left: 6px;
  width: 100%;
}
.widget-content .image-grid-view {
  display: grid;
  display: -ms-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 15px;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .widget-content .image-grid-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .widget-content .image-grid-view {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.widget-content .image-grid-view .grid-view-item {
  align-items: stretch;
  flex-direction: column;
  padding-bottom: 0;
}
.widget-content .image-grid-view .grid-view-item .image-wrapper {
  height: 150px;
}
.widget-content .image-grid-view .grid-view-item .image-wrapper.fill {
  height: 139px;
}
.widget-content .image-grid-view .grid-view-item .image-wrapper.fill img {
  object-fit: fill;
  font-family: "object-fit: fill;";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .widget-content .image-grid-view .grid-view-item .image-wrapper.fill {
    height: 111px;
  }
}
@media screen and (max-width: 992px) {
  .widget-content .image-grid-view .grid-view-item .image-wrapper.fill {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .widget-content .image-grid-view .grid-view-item .image-wrapper {
    height: auto;
  }
}
.widget-content .image-grid-view .grid-view-item .image-wrapper img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper {
  background: #00000011;
  padding: 10px 5px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper.accepted {
  background-color: #e0f4e2;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .title {
  font-size: 15px;
  display: flex;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .title .content-type {
  color: #636363;
  margin-right: 3px;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .title a {
  color: #3568a7;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  padding-bottom: 1em;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper .avatar-wrapper {
  font-size: 12px;
  line-height: normal;
  color: #636363;
  width: 100%;
  padding-bottom: 1em;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper .avatar-wrapper .user a {
  color: #636363;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  color: #636363;
  position: absolute;
  bottom: 0px;
  right: 5px;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats > span,
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats > div {
  margin-left: 5px;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats > span:first-child,
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats > div:first-child {
  margin-left: 0;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats .fa-check {
  color: #217868;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats .fa-thumbs-up,
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats .fa-comments,
.widget-content .image-grid-view .grid-view-item .node-wrapper .bottom-wrapper > .stats .fa-comment {
  vertical-align: bottom;
}
.widget-content .node-list-item {
  width: 100%;
  float: left;
  padding: 0;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 100%;
  color: #999;
}
.widget-content .node-list-item div {
  box-sizing: border-box;
}
.widget-content .node-list-item.image-list-view {
  align-items: stretch;
}
@media screen and (max-width: 992px) {
  .widget-content .node-list-item.image-list-view.fill {
    display: block;
  }
  .widget-content .node-list-item.image-list-view.fill .node-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .widget-content .node-list-item.image-list-view {
    display: block;
  }
}
.widget-content .node-list-item.image-list-view .image-wrapper {
  width: calc(40% - 15px);
  height: 180px;
}
.widget-content .node-list-item.image-list-view .image-wrapper.fill {
  flex-basis: 318.6px;
  flex-shrink: 0;
}
.widget-content .node-list-item.image-list-view .image-wrapper.fill img {
  object-fit: fill;
  font-family: "object-fit: fill;";
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .widget-content .node-list-item.image-list-view .image-wrapper.fill {
    flex-basis: 300px;
    flex-shrink: 0;
    height: 169px;
  }
}
@media screen and (max-width: 992px) {
  .widget-content .node-list-item.image-list-view .image-wrapper.fill {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .widget-content .node-list-item.image-list-view .image-wrapper {
    width: calc(50% - 15px);
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .widget-content .node-list-item.image-list-view .image-wrapper {
    width: 100%;
  }
}
.widget-content .node-list-item.image-list-view .image-wrapper img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
}
.widget-content .node-list-item.image-list-view .image-wrapper {
  padding-left: 0;
  flex-grow: 1;
  margin-right: 15px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .widget-content .node-list-item.image-list-view .image-wrapper {
    margin-right: 0;
  }
}
.widget-content .node-list-item.image-list-view .node-wrapper {
  background-color: #00000011;
  padding: 8px 10px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 60%;
  max-width: 436.41px;
  position: relative;
}
.widget-content .node-list-item.image-list-view .node-wrapper.accepted {
  background-color: #e0f4e2;
}
@media screen and (max-width: 1200px) {
  .widget-content .node-list-item.image-list-view .node-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .widget-content .node-list-item.image-list-view .node-wrapper {
    width: 100%;
  }
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper,
.widget-content .node-list-item.image-list-view .node-wrapper .status,
.widget-content .node-list-item.image-list-view .node-wrapper .body-wrapper {
  margin-bottom: 8px;
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper {
  display: flex;
  align-items: center;
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper .content-type {
  color: #636363;
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper .title {
  padding: 0;
  flex-grow: 1;
  display: flex;
  width: calc(100% - 40px);
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper .title a {
  color: #3568a7;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-content .node-list-item.image-list-view .node-wrapper .title-wrapper .avatar-wrapper {
  min-width: 30px;
  margin-left: 8px;
}
.widget-content .node-list-item.image-list-view .node-wrapper .body-wrapper {
  flex-grow: 1;
}
.widget-content .node-list-item.image-list-view .node-wrapper .body-wrapper p {
  line-height: normal;
  word-wrap: break-word;
  color: #636363;
}
.widget-content .node-list-item.image-list-view .node-wrapper .tags {
  padding-bottom: 1em;
}
.widget-content .node-list-item.image-list-view .node-wrapper .tags a {
  border-color: #636363;
  color: #636363;
}
.widget-content .node-list-item.image-list-view .node-wrapper .tags a:hover,
.widget-content .node-list-item.image-list-view .node-wrapper .tags afocus {
  border-color: #545454;
  color: #545454;
}
.widget-content .node-list-item.image-list-view .node-wrapper > .stats {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  color: #636363;
  position: absolute;
  bottom: 8px;
  right: 10px;
}
.widget-content .node-list-item.image-list-view .node-wrapper > .stats > span,
.widget-content .node-list-item.image-list-view .node-wrapper > .stats > div {
  margin-left: 5px;
}
.widget-content .node-list-item.image-list-view .node-wrapper > .stats > span:first-child,
.widget-content .node-list-item.image-list-view .node-wrapper > .stats > div:first-child {
  margin-left: 0;
}
.widget-content .node-list-item.image-list-view .node-wrapper > .stats .fa-check {
  color: #217868;
  border: 1px solid;
  border-radius: 50%;
  padding: 2px;
  font-size: 8px;
  margin-right: 5px;
  vertical-align: text-bottom;
}
.widget-content .node-list-item.image-list-view .node-wrapper > .stats .fa-thumbs-up,
.widget-content .node-list-item.image-list-view .node-wrapper > .stats .fa-comments,
.widget-content .node-list-item.image-list-view .node-wrapper > .stats .fa-comment {
  vertical-align: bottom;
}
.widget-content .node-list-item.image-list-view .node-wrapper .content-type {
  margin: 0 3px;
}
.widget-content .node-list-item .info {
  color: #435765;
}
.widget-content .node-list-item .info .user.deactivated a,
.widget-content .node-list-item .info .user.suspended a {
  color: #c7c7c7;
}
.widget-content .node-list-item .info .user.deactivated a {
  text-decoration: line-through;
}
.widget-content .node-list-item .info .user a,
.widget-content .node-list-item .info .user .space a {
  color: #435765;
  font-weight: 700;
}
.widget-content .node-list-item a[rel="user"] {
  font-weight: 600;
  color: #999;
}
.widget-content .node-list-item a[rel="user"]:hover {
  color: #3b73b9;
}
.widget-content .node-list-item .icon-wrapper {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
}
.widget-content .node-list-item .icon-wrapper > i {
  font-size: 20px;
  margin-right: 10px;
  color: rgba(41, 57, 72, 0.75);
}
.widget-content .node-list-item .icon-wrapper > i.icon-lightbulb {
  font-size: 24px;
  margin-right: 14px;
}
.widget-content .node-list-item .icon-wrapper .gravatar-wrapper img {
  vertical-align: unset;
}
.widget-content .node-list-item .icon-wrapper .gravatar-wrapper a {
  width: 32px;
}
.widget-content .node-list-item .icon-wrapper .gravatar-wrapper .qtip a {
  width: auto;
}
.widget-content .node-list-item .vote-down-up-wrapper {
  padding-right: 0;
}
.widget-content .node-list-item .vote-down-up-wrapper .idea-in-list-votes {
  height: unset;
  padding-right: 0;
  margin-right: 40px;
}
.widget-content .node-list-item .vote-down-up-counter-wrapper {
  width: 28px;
  padding-left: 4px;
  padding-right: 0;
}
.widget-content .node-list-item .title {
  margin: 0;
  font-size: 17px;
  line-height: 20.4px;
  font-weight: 600;
}
.widget-content .node-list-item p {
  margin-bottom: 0;
}
.widget-content .node-list-item .info {
  font-size: 12px;
}
.widget-content .node-list-item .info .space-name {
  color: #777;
  font-weight: 600;
}
.widget-content .node-list-item .tags {
  padding-bottom: 0;
  padding-top: 1px;
  float: left;
}
.widget-content .node-list-item .tags .tag {
  margin: 5px 5px 0 0;
}
.widget-content .node-list-item .counts {
  font-size: 12px;
  align-items: center;
}
.widget-content .node-list-item .counts .ico-notation {
  font-size: 8.5pt;
  line-height: 1;
  font-weight: 400;
  color: #217868;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget-content .node-list-item .counts .has-accepted {
  background: transparent;
  width: auto;
}
.widget-content .node-list-item .counts .has-accepted .fa.fa-check {
  color: #217868;
  border: solid #217868 1px;
  font-size: 0.5rem;
  height: 1.75em;
  width: 1.75em;
  border-radius: 100%;
  margin-top: 0.25em;
  padding: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
}
.widget-content .node-list-item .counts .ico-bounty-notation {
  font-size: 8.5pt;
  line-height: 0.7em;
  color: #b46108;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget-content .node-list-item .counts .has-bounty {
  background: transparent;
  width: auto;
  margin-top: 1%;
}
.widget-content .node-list-item .counts .has-bounty .fa.fa-trophy {
  color: #b46108;
  border: solid #b46108 1px;
  height: 1.55em;
  width: 1.55em;
  border-radius: 100%;
  padding: 0.05em;
  box-sizing: border-box;
  line-height: 1.5;
}
.widget-content .node-list-item .counts.btn-group {
  padding-right: 0;
}
.widget-content .node-list-item .counts.btn-group span:last-child.btn.btn-primary:hover {
  background-color: white;
  color: #1ab394;
  border: 1px solid #1ab394;
}
.widget-content .node-list-item .counts.btn-group span:first-child {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border: solid 1px #adb6bf;
  background-color: #f7f8fa;
  color: #747474;
  border-left: none;
}
.widget-content .node-list-item .counts p {
  display: inline-block;
  margin-left: 5px;
  width: auto;
  padding: 0px 6px;
  height: 34px;
  white-space: nowrap;
  border-radius: 3px;
  text-align: center;
  background: #f4f4f4;
  font-size: 11px;
}
.widget-content .node-list-item .counts p span {
  display: block;
  text-align: center;
  padding-top: 3px;
  font-size: 12px;
  font-weight: bold;
}
.widget-content .node-list-item .counts p.votes {
  color: #636363;
}
.widget-content .node-list-item .counts p.votes.muted {
  color: #5c708a !important;
  background-color: #f4f4f4;
}
.widget-content .node-list-item .counts p.answers,
.widget-content .node-list-item .counts p.comments {
  color: #217868;
  background-color: #e6f5e5;
}
.widget-content .node-list-item .counts p.answers.accepted,
.widget-content .node-list-item .counts p.comments.accepted {
  background-color: #e0f4e2;
}
.widget-content .node-list-item .counts p.answers.unanswered,
.widget-content .node-list-item .counts p.comments.unanswered {
  color: #5c708a;
  background-color: #f4f4f4;
}
.muted {
  color: #435765 !important;
}
.typeahead li {
  border-bottom: solid 1px #cccccc;
}
.typeahead li.active a,
.typeahead li a:hover {
  color: #ffffff;
}
.typeahead-result-icon {
  padding: 1px;
  padding-right: 4px;
  height: 14px;
  display: inline-block;
  width: 18px;
}
.typeahead-result-icon img {
  height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: 3px;
  -moz-box-sizing: 3px;
  -o-box-sizing: 3px;
  -ms-box-sizing: 3px;
  box-sizing: 3px;
  width: 18px;
}
.typeahead-result-title {
  max-width: 390px;
  width: 390px;
  display: inline-block;
}
.stream.widget-content .short-summary {
  border-bottom: solid 1px #eeeeee;
}
.stream.widget-content .short-summary .votes {
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-sizing: 7px;
  -moz-box-sizing: 7px;
  -o-box-sizing: 7px;
  -ms-box-sizing: 7px;
  box-sizing: 7px;
  padding: 2px;
  background-color: #eeeeee;
}
.stream.widget-content .short-summary h2 {
  font-size: 16px;
}
.email-not-validated,
.comments-char-left-count.warn,
.comments-chars-togo-msg,
.comments-chars-left-msg.warn {
  color: #d22830;
  font-weight: bold;
}
.email-validated {
  color: green;
  font-weight: bold;
}
.sticky-posts-list {
  width: 100%;
  float: left;
  border-radius: 3px;
  background-color: rgba(47, 65, 81, 0.06);
  border: solid 1px rgba(47, 65, 81, 0.45);
  padding: 13px 0;
  padding-left: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.sticky-posts-list div {
  padding-left: 20px;
  padding-bottom: 13px;
  display: flex;
}
.sticky-posts-list div:last-child {
  padding-bottom: 0;
}
.sticky-posts-list span {
  padding-right: 10px;
  display: flex;
  min-width: 17px;
}
.sticky-posts-list span i {
  color: rgba(41, 57, 72, 0.75);
  font-size: 20px;
  align-items: center;
}
.sticky-posts-list a {
  font-size: 17px;
  line-height: 20.4px;
  font-weight: 600;
  overflow: hidden;
  margin-right: 15px;
  color: #3568a7;
}
.sticky-posts-list:empty {
  display: none;
}
.smallmargin {
  margin-bottom: 7px;
}
.control-label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #676a6c;
}
.qtip-bootstrap {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.flex-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}
.ahub-popover {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ahub-popover .header {
  height: 52px;
  background-color: #f2f3f4;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ahub-popover .header .popover-gravatar,
.ahub-popover .header .popover-icon {
  margin: 10px 10px 0;
  width: 84px;
  float: left;
}
.ahub-popover .header .popover-gravatar a,
.ahub-popover .header .popover-icon a {
  display: inline-block;
}
.ahub-popover .header .btn.btn-follow {
  float: right;
  margin: 10px;
}
.ahub-popover .body {
  min-height: 52px;
}
.ahub-popover .body .stats-wrapper {
  margin-left: 104px;
}
.ahub-popover .body .stats {
  width: auto;
  margin-bottom: 0;
  display: table;
}
.ahub-popover .body .stats li {
  display: table-cell;
  vertical-align: middle;
  padding: 7px 10px 7px;
  border-right: 1px solid #ddd;
  line-height: normal;
  min-width: 60px;
  width: auto;
  float: none;
}
.ahub-popover .body .stats li a {
  font-size: 11px;
  color: #747474;
}
.ahub-popover .body .stats li a .count {
  font-size: 16px;
  color: #747474;
  font-weight: bold;
}
.ahub-popover .body .stats li:last-of-type {
  border-right: 0 none;
  padding-right: 0;
}
.ahub-popover .body .stats li:first-of-type {
  padding-left: 0;
}
.ahub-popover.user-popover .header .name {
  float: left;
  font-size: 20px;
  font-weight: bold;
  overflow-x: hidden;
  overflow-y: visible;
  line-height: 52px;
  white-space: nowrap;
  max-width: 280px;
  text-overflow: ellipsis;
  margin: 0;
}
.ahub-popover.user-popover .header .name a {
  color: #333;
}
.ahub-popover.badge-popover {
  float: left;
  width: auto;
}
.ahub-popover.badge-popover .header {
  padding-right: 10px;
  display: flex;
}
.ahub-popover.badge-popover .header .pull-left {
  margin: 10px;
}
.ahub-popover.badge-popover .header .award-icon {
  background: white;
}
.ahub-popover.badge-popover .header .nameAndTagline {
  font-size: 14px;
  font-weight: normal;
  line-height: NORMAL;
  max-width: none;
  padding: 10px 0 0;
  white-space: nowrap;
}
.ahub-popover.badge-popover .header .nameAndTagline a {
  color: #333;
}
.ahub-popover.badge-popover .header .name {
  font-size: 18px;
  color: #fff;
}
.ahub-popover.badge-popover .body .users-wrapper {
  margin-left: 104px;
}
.ahub-popover.badge-popover .body .stats {
  width: auto;
}
.ahub-popover.badge-popover .body .stats .users {
  display: table;
  width: auto;
  margin-bottom: 0;
}
.ahub-popover.badge-popover .body .stats .users .user-list-title {
  color: #bbbbbb;
  display: block;
  word-wrap: normal;
  width: 80px;
  font-size: 12px;
  min-width: 110px;
  font-weight: 600;
}
.ahub-popover.badge-popover .body .stats .users .gravatar {
  max-width: 32px;
}
.ahub-popover.badge-popover .body .stats .users li {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 5px 0px;
  border-right: 1px;
  line-height: normal;
  min-width: unset;
}
.ahub-popover.topic-popover .description {
  line-height: normal;
  padding: 10px;
  border-top: 1px solid #d5d5d5;
}
.ahub-popover.topic-popover .description p:last-child {
  margin-bottom: 0;
}
.ahub-popover.topic-popover .name-and-follow {
  display: flex;
  justify-content: space-between;
  margin-left: 104px;
}
@media screen and (max-width: 767px) {
  .ahub-popover.topic-popover .name-and-follow {
    display: block;
  }
}
.ahub-popover.topic-popover .name-and-follow .name,
.ahub-popover.topic-popover .name-and-follow .follow-button {
  vertical-align: middle;
  min-width: 130px;
}
.ahub-popover.topic-popover .name-and-follow .name {
  font-size: 20px;
  font-weight: bold;
  overflow-x: hidden;
  overflow-y: visible;
  line-height: 52px;
  white-space: nowrap;
  width: 100%;
  max-width: 280px;
  text-overflow: ellipsis;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .ahub-popover.topic-popover .name-and-follow .name {
    max-width: 200px;
  }
}
.ahub-popover.topic-popover .name-and-follow .name a {
  color: #333;
}
@media screen and (max-width: 767px) {
  .ahub-popover.topic-popover .stats-wrapper {
    margin-left: 0;
  }
  .ahub-popover.topic-popover .stats {
    width: 100%;
    text-align: center;
  }
  .ahub-popover.topic-popover .stats li {
    width: 33%;
  }
}
.qtip.user,
.qtip.topic {
  max-width: 600px;
  padding: 0;
}
.qtip.user .qtip-content,
.qtip.topic .qtip-content {
  line-height: 20px;
  padding: 0;
}
.qtip.award {
  float: left;
  max-width: none;
  padding: 0;
}
.qtip.award .qtip-content {
  line-height: 20px;
  padding: 0;
}
.btn[command="follow"] {
  min-width: 70px;
  font-weight: bold;
}
.breadcrumb {
  margin-bottom: 0;
  padding: 13px 0;
}
@media screen and (max-width: 992px) {
  .breadcrumb {
    margin-left: 12px;
  }
}
.breadcrumb li a {
  color: #435765;
  font-weight: 600;
  size: 14px;
}
.breadcrumb li .divider {
  font-weight: 600;
  color: #a7a9ac;
}
.breadcrumb li:last-of-type .divider {
  display: none;
}
.breadcrumb li:last-of-type a {
  font-weight: bold;
}
#fmask .popover {
  width: 250px;
}
del {
  color: #9d261d;
}
del .post-tag {
  color: #9d261d;
}
ins {
  color: #217868;
}
.post-tag {
  color: #46a546;
}
.revision .revision-toggle {
  background-color: transparent;
  border: 0;
}
.revision .revision-toggle i {
  color: #3b73b9;
}
.revision .revision-toggle:hover,
.revision .revision-toggle:focus {
  text-decoration: underline;
}
.revision .text {
  word-break: break-word;
}
.activity_stream_item {
  padding: 5px;
}
.activity_stream_body {
  padding-left: 10px;
}
.activity_stream_item .gravatar-wrapper {
  float: left;
}
.activity_stream_item .activity_stream_container {
  float: left;
  margin-top: 5px;
}
.ask_alterego_avatar,
.answer_alterego_avatar {
  padding: 11px;
}
.autotaguser-autocomplete-box {
  border: 1px solid #d3d3d3;
  display: inline;
  position: relative;
}
.autotaguser-autocomplete-box input {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  z-index: -1;
}
.autotaguser-item {
  clear: both;
  margin-bottom: 7px;
}
.autotaguser-item a img {
  width: 24px;
  max-width: 24px;
}
.search-result {
  font-size: 10pt;
}
.search-result-title {
  font-size: 10pt;
  width: 400px;
}
.search-result-type {
  font-size: 10pt;
  text-align: right;
  width: 100px;
}
pre.prettyprint {
  padding-left: 15px;
}
pre.prettyprint.linenums li {
  list-style-type: decimal;
}
pre.prettyprint.linenums.no-num {
  padding-left: 2px;
}
pre.prettyprint.linenums.no-num ol {
  margin: 0;
}
pre.prettyprint.linenums.no-num ol li {
  list-style-type: none;
  padding-left: 10px;
}
.cover {
  position: fixed;
  height: 100%;
  z-index: 10000;
  width: 100%;
  cursor: pointer;
  display: none;
}
.off-canvas-nav {
  -webkit-box-shadow: #111111 -2px 0px 5px inset;
  -moz-box-shadow: #111111 -2px 0px 5px inset;
  -o-box-shadow: #111111 -2px 0px 5px inset;
  -ms-box-shadow: #111111 -2px 0px 5px inset;
  box-shadow: #111111 -2px 0px 5px inset;
  background: #333333;
  color: #a7a9ac;
  display: block;
  visibility: hidden;
  height: 0;
}
.off-canvas-nav > ul.nav-list {
  border-bottom: 0 none;
  border-top: 0 none;
}
.off-canvas-nav > ul.nav-list > li {
  line-height: 30px;
  border-top: 0 none;
  border-bottom: 0 none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}
.off-canvas-nav > ul.nav-list > li ul {
  border: 0 none;
  padding-left: 10px;
}
.off-canvas-nav > ul.nav-list > li ul li:hover {
  background: transparent;
  text-decoration: underline;
}
.off-canvas-nav > ul.nav-list > li ul li:hover a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.off-canvas-nav > ul.nav-list > li ul li a {
  padding: 0;
}
.off-canvas-nav > ul.nav-list > li ul li.active {
  line-height: 30px;
  color: #ffffff;
}
.off-canvas-nav > ul.nav-list > li ul li.active a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.off-canvas-nav > ul.nav-list > li ul li:not(.active) > a {
  color: #a7a9ac;
  text-decoration: none;
}
.off-canvas-nav > ul.nav-list > li > ul {
  padding-left: 25px;
}
.off-canvas-nav > ul.nav-list > li li {
  line-height: 30px;
  border: 0 none;
}
.off-canvas-nav > ul.nav-list > li li:hover {
  line-height: 30px;
}
.off-canvas-nav > ul.nav-list > li.nav-header {
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-box-shadow: 1px 1px 1px #000000;
  -moz-box-shadow: 1px 1px 1px #000000;
  -o-box-shadow: 1px 1px 1px #000000;
  -ms-box-shadow: 1px 1px 1px #000000;
  box-shadow: 1px 1px 1px #000000;
  background: #333333;
  margin-left: 0;
  margin-right: 0;
}
.off-canvas-nav > ul.nav-list > li.nav-header span {
  display: inline;
  background: transparent;
}
.off-canvas-nav > ul.nav-list > li.divider {
  background-color: #222222;
  border-bottom: 1px solid #555555;
}
.off-canvas-nav > ul.nav-list > li > a {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  color: #a7a9ac;
  background: transparent;
  line-height: 30px;
  margin-left: 0;
  padding-left: 20px;
  margin-right: 0;
}
.off-canvas-nav > ul.nav-list > li > a:hover {
  background: transparent;
}
.off-canvas-nav > ul.nav-list > li li:hover,
.off-canvas-nav > ul.nav-list > li a:hover,
.off-canvas-nav > ul.nav-list > li.active a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 30px;
}
.off-canvas-nav > ul.nav-list > li .btn {
  color: #ffffff;
  margin: 0;
}
.off-canvas-nav > ul.nav-list > li ul a {
  display: block;
  margin: 0;
  color: inherit;
  text-decoration: none;
}
.off-canvas-nav > ul.nav-list.active a {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  line-height: 30px;
}
.suggested-users {
  list-style: none;
}
.suggested-users:empty {
  margin: 0;
}
/** survey section styles **/
#add-survey-section {
  margin: 20px;
}
#add-survey-section button {
  margin-right: 20px;
}
#add-survey-section label {
  display: inline-block;
}
.rounded {
  background-color: white;
  border-radius: 25px;
  width: 26px;
  height: 26px;
  text-align: center;
  border: 2px solid #eee;
  border-bottom-color: #bbb;
  border-left-color: #bbb;
  color: #0094e4;
}
#survey-wrapper {
  display: flex;
  margin: 20px 0 15px 10px;
}
#survey-wrapper .rounded.add {
  margin-right: 15px;
}
#survey-wrapper .hint {
  font-size: 10px;
  margin-left: 5px;
}
#survey-wrapper .option-wrapper .rounded {
  display: inline-block;
  border: 4px solid #ddd;
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
#survey-wrapper .col-options {
  width: 45px;
  display: inline-block;
  border-right: 1px solid #bbb;
}
#survey-wrapper .col-sections {
  padding-left: 25px;
  display: inline-block;
}
#survey-wrapper .col-sections input {
  margin-bottom: 15px;
}
#survey-wrapper .option-wrapper input,
#survey-wrapper input[name="survey.title"] {
  padding: 8px;
  display: inline-block;
  border: none;
  border-bottom: 1px solid #ccc;
}
#survey-wrapper .deadline-section .control-group {
  margin-bottom: unset;
}
#survey-wrapper .deadline-section label {
  font-size: 12px;
  font-weight: unset;
  padding-left: 20px;
}
#survey-wrapper .deadline-section .input-append input {
  border: 1px solid #e5e6e7;
  border-radius: 1px;
}
#survey-wrapper .deadline-section .input-append a {
  color: #333333;
}
#survey-wrapper .deadline-section .input-append span.add-on {
  height: 26px;
  border: 1px solid #e5e6e7;
  border-radius: 0 1px 1px 0;
}
#survey-wrapper .deadline-section .input-append span.add-on i {
  line-height: 26px;
}
.add-new-option-section {
  margin-bottom: 30px;
}
.add-new-option-section label {
  display: inline-block;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  min-width: unset;
}
button.remove {
  background: none;
  border: none;
}
/** end of survey section styles **/
.advanced-search-widget,
.top-contributors-widget {
  float: left;
}
.advanced-search-widget .controls input.search-datepicker,
.top-contributors-widget .controls input.search-datepicker {
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  border-radius: 0;
  border: 1px solid #e5e6e7;
}
.advanced-search-widget .controls input.search-datepicker:placeholder,
.top-contributors-widget .controls input.search-datepicker:placeholder {
  color: #444;
}
.advanced-search-widget .controls span.add-on,
.top-contributors-widget .controls span.add-on {
  box-sizing: border-box;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  border-radius: 0;
  border: 1px solid #e5e6e7;
}
.advanced-search-widget .controls span.add-on i,
.top-contributors-widget .controls span.add-on i {
  color: #444;
}
.advanced-search-widget .controls i.fa-caret-down,
.top-contributors-widget .controls i.fa-caret-down {
  float: right;
  position: relative;
  right: 10px;
  top: -35px;
  line-height: 36px;
  color: #888;
  pointer-events: none;
}
.advanced-search-widget .controls .select2-container--default .select2-selection,
.top-contributors-widget .controls .select2-container--default .select2-selection {
  border-radius: 1px;
  box-sizing: border-box;
  border: solid 1px #e5e6e7;
  height: 36px;
}
.advanced-search-widget .controls .select2-container--default .select2-selection .select2-selection__arrow,
.top-contributors-widget .controls .select2-container--default .select2-selection .select2-selection__arrow {
  height: 36px;
  top: 0;
}
.advanced-search-widget .controls .select2-container--default .select2-selection .select2-selection__rendered,
.top-contributors-widget .controls .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 34px;
}
.advanced-search-widget .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice,
.top-contributors-widget .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin-top: 3px;
}
.advanced-search-widget .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.top-contributors-widget .controls .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #435765;
}
.advanced-search-widget .controls .select2-container--default .select2-selection input.select2-search__field,
.top-contributors-widget .controls .select2-container--default .select2-selection input.select2-search__field {
  line-height: 34px;
  float: left;
  height: 34px;
  margin: 0;
}
.advanced-search-widget .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.top-contributors-widget .controls .select2-container--default .select2-selection input.select2-search__field::placeholder,
.advanced-search-widget .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.top-contributors-widget .controls .select2-container--default .select2-selection input.select2-search__field:-ms-input-placeholder,
.advanced-search-widget .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder,
.top-contributors-widget .controls .select2-container--default .select2-selection input.select2-search__field:-moz-placeholder {
  color: #435765;
}
.advanced-search-widget .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection,
.top-contributors-widget .controls .select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.advanced-search-widget .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection,
.top-contributors-widget .controls .select2-container--default.select2-container--open.select2-container--above .select2-selection {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
.advanced-search-widget .search-type-links,
.top-contributors-widget .search-type-links {
  margin-bottom: 10px;
}
.advanced-search-widget > .widget-header,
.top-contributors-widget > .widget-header {
  margin-bottom: 10px;
}
.advanced-search-widget > .widget-body,
.top-contributors-widget > .widget-body {
  float: left;
  width: 100%;
}
.advanced-search-widget > .widget-body form label,
.top-contributors-widget > .widget-body form label {
  font-size: 14px;
  font-weight: bold;
  color: #676a6c;
}
.advanced-search-widget > .widget-body form .checkbox-wrapper,
.top-contributors-widget > .widget-body form .checkbox-wrapper {
  box-sizing: border-box;
  padding-left: 0;
  padding-top: 15px;
}
.advanced-search-widget > .widget-body form .checkbox-wrapper label,
.top-contributors-widget > .widget-body form .checkbox-wrapper label {
  color: #333;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 11px;
}
.advanced-search-widget > .widget-body form .checkbox-wrapper label input[type="checkbox"],
.top-contributors-widget > .widget-body form .checkbox-wrapper label input[type="checkbox"] {
  margin: 0 4px 1px 0;
}
.advanced-search-widget > .widget-body form .checkbox-wrapper label[name="includeChildren"],
.top-contributors-widget > .widget-body form .checkbox-wrapper label[name="includeChildren"] {
  color: #4a4a4a;
  opacity: 0.55;
}
.advanced-search-widget > .widget-body form .actions btn-primary,
.top-contributors-widget > .widget-body form .actions btn-primary {
  margin-right: 3px;
}
.advanced-search-widget > .widget-body form legend,
.top-contributors-widget > .widget-body form legend {
  font-size: 14px;
  font-weight: bold;
  color: #676a6c;
  line-height: 1;
  margin-bottom: 5px;
  border: none;
}
.advanced-search-widget .search-type-links,
.top-contributors-widget .search-type-links {
  float: left;
  width: 100%;
}
.widget form .control-group .controls .fr-box.fr-basic.fr-top .fr-wrapper.show-placeholder .fr-placeholder {
  color: #5c708a;
}
.widget form .control-group .controls input[type="text"]:-moz-placeholder {
  color: #5c708a;
}
.widget form .control-group .controls input[type="text"]:-ms-input-placeholder {
  color: #5c708a;
}
.widget form .control-group .controls input[type="text"]::-webkit-input-placeholder {
  color: #5c708a;
}
.select2-container {
  min-width: 100%;
}
.select2-container .select2-dropdown {
  border-radius: 1px;
  border: solid 1px #5c708a;
}
.select2-container input.select2-search__field {
  height: 34px;
  padding: 0 5px;
  margin: 0 0 5px 0;
  border-radius: 1px;
  box-shadow: none;
}
.select2-offscreen {
  display: none;
}
.select2-dropdown-open .select2-choices {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.footer-copyright a:hover {
  text-decoration: none;
}
.app-form-wrapper {
  padding-left: 63px;
}
.app-form-wrapper form .control-group input {
  width: 80%;
}
.app-form-wrapper form p input {
  width: 80%;
}
.app-form-wrapper form p select {
  width: 80%;
}
.app-form-wrapper .form-actions {
  margin-bottom: 0;
}
.app-form-wrapper .form-actions a {
  margin-left: 10px;
}
.app-form-wrapper .app-title,
.app-form-wrapper .form-title {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
}
.app-form-help {
  margin-top: 15px;
}
.feed-icon {
  margin-left: 5px;
  margin-top: 8px;
  display: inline-block;
  height: 18px;
}
#answer-form .fieldError {
  display: block;
  color: #9d261d;
}
.progress .bar {
  max-width: 100%;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url(../resources/fonts/Open_Sans/OpenSans-Regular.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("OpenSans"), url(../resources/fonts/Open_Sans/OpenSans-Regular.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url(../resources/fonts/Open_Sans/OpenSans-Light.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-Light.eot?#iefix") format("embedded-opentype"), local("Open Sans Light"), local("OpenSans-Light"), url(../resources/fonts/Open_Sans/OpenSans-Light.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url(../resources/fonts/Open_Sans/OpenSans-Semibold.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold"), local("OpenSans-Semibold"), url(../resources/fonts/Open_Sans/OpenSans-Semibold.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url(../resources/fonts/Open_Sans/OpenSans-Bold.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("OpenSans-Bold"), url(../resources/fonts/Open_Sans/OpenSans-Bold.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url(../resources/fonts/Open_Sans/OpenSans-ExtraBold.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(../resources/fonts/Open_Sans/OpenSans-ExtraBold.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url(../resources/fonts/Open_Sans/OpenSans-Italic.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), local("Open Sans Italic"), local("OpenSans-Italic"), url(../resources/fonts/Open_Sans/OpenSans-Italic.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url(../resources/fonts/Open_Sans/OpenSans-LightItalic.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), local("Open Sans Light Italic"), local("OpenSansLight-Italic"), url(../resources/fonts/Open_Sans/OpenSans-LightItalic.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url(../resources/fonts/Open_Sans/OpenSans-SemiboldItalic.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(../resources/fonts/Open_Sans/OpenSans-SemiboldItalic.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url(../resources/fonts/Open_Sans/OpenSans-BoldItalic.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(../resources/fonts/Open_Sans/OpenSans-BoldItalic.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url(../resources/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot);
  src: url("../resources/fonts/Open_Sans/OpenSans-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), local("Open Sans Extrabold Italic"), local("OpenSans-ExtraboldItalic"), url(../resources/fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf) format("truetype");
  
  /** ie **/
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url(../resources/fonts/Open_Sans_Condensed/OpenSans-CondLight.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(../resources/fonts/Open_Sans_Condensed/OpenSans-CondBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Cond Light Italic"), local("OpenSans-CondensedLightItalic"), url(../resources/fonts/Open_Sans_Condensed/OpenSans-CondLightItalic.ttf) format("truetype");
}
/** Chrome has a problem with webfonts in its newer versions - make things repaint just after loading **/
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/** End Chrome Hack **/
.sort-label {
  margin-top: 7px;
  font-weight: bold;
}
.icon-history:before {
  content: "\f1da";
}
.modal {
  z-index: 2050;
}
.modal .modal-content {
  max-height: 80vh;
  overflow-y: auto;
}
.modal .modal-content .modal-body {
  max-height: unset;
}
.cover-image-modal.modal,
.preview_modal {
  max-width: 98%;
  min-width: 40%;
  width: auto;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 98%;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .cover-image-modal.modal,
  .preview_modal {
    transform: translate(0%, -50%);
    width: 96%;
    left: 2%;
  }
}
.cover-image-modal.modal .modal-body table,
.preview_modal .modal-body table {
  margin: 0 auto;
}
.ui-autocomplete {
  z-index: 2060;
}
/* ------ Advanced comment visibility modal */
#advanced-visibility-dialog-form .form-section {
  padding-top: 0.5em;
}
#advanced-visibility-dialog-form legend {
  border-bottom: none;
}
#advanced-visibility-dialog-form .h4 {
  font-weight: 600;
  margin-bottom: 0;
}
#advanced-visibility-dialog-form input[type="checkbox"] {
  padding-right: 0.25em;
  margin: 0;
}
/**
EDITOR
 */
.teamhub-editor {
  position: relative;
}
.teamhub-editor .editor-label {
  position: absolute;
  top: 5px;
  left: 2px;
  background-color: #ecf7ff;
  padding: 1px 6px;
  font-size: 0.9em;
  color: #435765;
  border-radius: 4px;
}
.teamhub-editor .editor-label a {
  margin-left: 4px;
  font-size: 1.4em;
}
.teamhub-editor .editor-label a i {
  color: #0094e4;
  vertical-align: middle;
}
.teamhub-editor ul.editor-selector {
  border-bottom: 0;
  margin-bottom: 0;
  text-align: right;
}
.teamhub-editor ul.editor-selector li {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.teamhub-editor ul.editor-selector li > button {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #cccccc;
  color: #747474;
  margin-bottom: 8px;
  margin-right: 0;
  margin-left: -1px;
  font-size: 0.8em;
  line-height: 0.9em;
  padding: 8px 12px;
}
.teamhub-editor ul.editor-selector li > button.source-tab {
  border-radius: 0 4px 4px 0;
}
.teamhub-editor ul.editor-selector li > button.preview-tab {
  border-radius: 4px 0 0 4px;
}
.teamhub-editor ul.editor-selector li.active > button {
  font-weight: bold;
  -moz-box-shadow: inset 0 0 3px #cccccc;
  -webkit-box-shadow: inset 0 0 3px #cccccc;
  box-shadow: inset 0 0 3px #cccccc;
}
.teamhub-editor ul.editor-selector li.active > button:hover,
.teamhub-editor ul.editor-selector li.active > button:focus {
  background-color: transparent;
}
.teamhub-editor ul.editor-selector li:hover,
.teamhub-editor ul.editor-selector li:focus {
  background-color: transparent;
}
.teamhub-editor-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  opacity: 0.75;
}
.teamhub-editor-warning-msg {
  left: 10%;
  top: 25px;
  position: absolute;
  z-index: 1001;
  width: 80%;
  padding-bottom: 0;
  padding-top: 22px;
  padding-right: 14px;
  border: 1px solid #f9c877;
  background-color: #fff8e1;
  color: #734100;
}
.teamhub-editor-warning-msg p {
  margin-bottom: 22px;
}
.teamhub-editor-warning-msg p .btn {
  margin-right: 5px;
}
.advanced-search-usage h5.main-title {
  font-size: 14px;
  margin: 5px 0;
  line-height: 18px;
  text-decoration: underline;
}
.advanced-search-usage h5.sub {
  font-weight: normal;
  margin: 0 0 5px;
  font-style: italic;
}
.advanced-search-usage p {
  padding-bottom: 10px;
}
.btn {
  border-radius: 3px;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.54;
  letter-spacing: 1px;
  padding: 5px 10px 6px;
  background-image: none;
  color: #ffffff;
  white-space: nowrap;
  transition: background-color 0.8s ease, color 0.5s ease, border 0.5s ease;
}
.btn.btn-light {
  color: #5c708a;
}
.btn.btn-mini {
  font-size: 12px;
  padding: 2px 5px 3px;
  line-height: 17px;
}
.btn.btn-primary {
  background-color: #12826c;
}
.btn.btn-primary:hover {
  background-color: #18a689;
}
.btn.btn-success {
  background-color: #1c84c6;
}
.btn.btn-success:hover {
  background-color: #1a7bb9;
}
.btn.btn-danger {
  background-color: #d22830;
}
.btn.btn-danger:hover {
  background-color: #b5383f;
}
.btn.btn-warning {
  background-color: #f8ac59;
}
.btn.btn-warning:hover {
  background-color: #f7a54a;
  color: #ffffff;
}
.btn.btn-outline.btn-outline-primary {
  background: #fff;
  color: #12826c;
  border: 1px solid #12826c;
}
.btn.btn-outline.btn-outline-primary:hover,
.btn.btn-outline.btn-outline-primary:focus {
  color: #fff;
  background: #12826c;
}
.btn.btn-outline.btn-outline-success {
  background: #fff;
  color: #1c84c6;
  border: 1px solid #1c84c6;
}
.btn.btn-outline.btn-outline-success:hover,
.btn.btn-outline.btn-outline-success:focus {
  color: #fff;
  background: #1c84c6;
}
.btn.btn-outline.btn-outline-danger {
  background: #fff;
  color: #ea5757;
  border: 1px solid #ea5757;
}
.btn.btn-outline.btn-outline-danger:hover,
.btn.btn-outline.btn-outline-danger:focus {
  color: #fff;
  background: #ea5757;
}
.btn.btn-outline.btn-outline-warning {
  background: #fff;
  color: #f8ac59;
  border: 1px solid #f8ac59;
}
.btn.btn-outline.btn-outline-warning:hover,
.btn.btn-outline.btn-outline-warning:focus {
  color: #fff;
  background: #f8ac59;
}
.btn.btn-outline.btn-follow {
  background: #fff;
  color: #2a7e98;
  border: 1px solid #2a7e98;
}
.btn.btn-outline.btn-follow:hover,
.btn.btn-outline.btn-follow:focus {
  color: #fff;
  background: #2a7e98;
}
.btn.btn-default {
  background-color: #ffffff;
  color: #676a6c;
}
.btn.btn-default:hover {
  background-color: #e6e6e6;
}
.btn.btn-info {
  background-color: #2a7e98;
}
.btn.btn-info:hover,
.btn.btn-info:focus {
  background-color: #216478;
}
.btn.btn-follow {
  background-color: #2a7e98;
}
.btn.btn-follow:hover,
.btn.btn-follow:focus {
  background-color: #216478;
}
.btn:hover,
.btn:focus {
  text-decoration: underline;
}
.btn-group > .btn,
.btn-group .dropdown-togle {
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-group > .btn:first-child,
.btn-group .dropdown-togle:first-child {
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#user_profile {
  /* Rounded sliders */
}
#user_profile .widget-content .pagination {
  float: left;
  width: 100%;
  margin-top: 20px;
}
#user_profile .widget-content .tab-content {
  overflow: visible;
}
#user_profile .widget-content .tab-content #detailsPanel div.date a {
  color: #333333;
}
#user_profile .widget-content .tab-content > .active {
  height: 100%;
  width: 100%;
}
#user_profile .widget-content .tab-content #question img.gravatar,
#user_profile .widget-content .tab-content #idea img.gravatar,
#user_profile .widget-content .tab-content #kbentry img.gravatar,
#user_profile .widget-content .tab-content #user img.gravatar {
  width: 32px;
}
#user_profile .widget-content .tab-content #space ul,
#user_profile .widget-content .tab-content #user ul,
#user_profile .widget-content .tab-content #topic ul {
  flex-wrap: wrap;
  gap: 15px;
}
#user_profile .widget-content .tab-content #space ul > li,
#user_profile .widget-content .tab-content #user ul > li,
#user_profile .widget-content .tab-content #topic ul > li {
  flex-basis: 100%;
  align-items: center;
  justify-content: space-between;
}
#user_profile .widget-content .expert-topics-panel.no-topics .with-topics {
  display: none;
}
#user_profile .widget-content .expert-topics-panel.with-topics .no-topics {
  display: none;
}
#user_profile .widget-content .expert-topics-panel .select2-selection__choice {
  display: none;
}
#user_profile .widget-content .expert-topics-panel h4 {
  display: inline-block;
}
#user_profile .widget-content .expert-topics-panel .tag-container {
  margin: 0;
  list-style: none;
}
#user_profile .widget-content .expert-topics-panel .tag-container .tag {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  border-radius: 3px;
  padding: 3px 10px;
  color: #333;
  border: 1px solid #aaa;
  background-color: #e4e4e4;
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
#user_profile .widget-content .expert-topics-panel .tag-container .tag button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin-right: 5px;
  color: #333;
}
#user_profile .widget-content .expert-topics-panel .tag-container .tag button:hover i,
#user_profile .widget-content .expert-topics-panel .tag-container .tag button:focus i {
  text-decoration: underline;
}
#user_profile .widget-content .nav-tabs li button {
  border: 0;
  background-color: transparent;
  color: #3b73b9;
  line-height: 20px;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
}
#user_profile .widget-content .nav-tabs li button:hover,
#user_profile .widget-content .nav-tabs li button:focus {
  text-decoration: underline;
}
#user_profile .widget-content .nav-tabs li button:hover,
#user_profile .widget-content .nav-tabs li button:focus {
  text-decoration: underline;
}
#user_profile .widget-content .nav-tabs li button.on {
  color: #1ab394;
}
#user_profile .widget-content .nav-tabs li button:hover,
#user_profile .widget-content .nav-tabs li button:focus {
  background-color: #eeeeee;
  border-color: #eeeeee #eeeeee #dddddd;
}
#user_profile .widget-content .nav-tabs li.active button {
  color: #555555;
  background-color: #e9e8dd;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
#user_profile .widget-content .nav-tabs li.active button:hover {
  text-decoration: none;
}
#user_profile .hidden {
  display: none;
}
#user_profile .notification-check-labels label {
  display: inline-block;
  width: unset;
}
#user_profile div.switch,
#user_profile label.switch {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 20px;
}
#user_profile div.switch input,
#user_profile label.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#user_profile .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#user_profile .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0px;
  bottom: -1px;
  background-color: white;
  border: solid 1px #999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#user_profile .slider:hover,
#user_profile .slider:focus,
#user_profile input:checked + .slider:hover,
#user_profile input:checked + .slider:focus {
  background-color: #eea236;
}
#user_profile input:checked + .slider {
  background-color: #009966;
}
#user_profile input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
#user_profile .slider.round {
  border-radius: 17px;
  border: 1px solid transparent;
  width: 33px;
  top: 5px;
  height: 20px;
}
#user_profile .slider.round:before {
  border-radius: 50%;
}
#user_profile .preference-label {
  margin-top: 10px;
  margin-bottom: 10px;
}
#user_profile .profileFormField select.notification-select {
  margin: 3px 0 3px 20px;
  width: 130px;
}
#user_profile .profileFormField label.preference-label {
  display: inline-block;
  font-weight: normal;
  width: 290px;
}
#user_profile .notifications-main {
  display: inline-block;
  width: 75%;
}
#user_profile .notifications-main .preference-label {
  cursor: default;
}
#user_profile .notifications-main .preference-label .preference-title {
  cursor: default;
  width: 290px;
}
#user_profile .profileFormField label.notification-check-label {
  width: unset;
}
#user_profile .notifications-integrations {
  display: inline-block;
  width: 24%;
}
.fa-fw:before {
  width: 32px;
}
.flex-between {
  justify-content: space-between;
}
.flex-baseline {
  align-items: baseline;
}
.flex {
  display: flex;
}
.notification-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.notification-card.unread {
  font-weight: 700;
  cursor: pointer;
}
.notification-card .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.notification-card .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.75rem 1.25rem 1.25rem;
}
.notification-card .close {
  position: absolute;
  top: 0.75rem;
  right: 1.25rem;
  color: inherit;
}
.skip-navigation:focus {
  position: absolute;
}
.guide-callout-container {
  margin: 10px 10px 30px;
  height: 220px;
}
.guide-callout-container .guide-callout {
  background-color: #F5F5F5;
  width: 200px;
  height: 165px;
  margin: 0 32px 0 0;
  padding: 14px;
  box-shadow: #CCCCCC 2px 2px 4px 0px;
  display: block;
  float: left;
  line-height: 30.4px;
}
.guide-callout-container .guide-callout .guide-callout-header {
  background-color: #3B73B9;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 0 4px #1A549C inset;
  margin-bottom: 10px;
  padding: 0 0 4px;
  color: #FFFFFF;
}
.guide-callout-container .guide-callout .guide-callout-header small {
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.guide-callout-container .guide-callout a {
  color: #666666;
}
.guide-callout-container .guide-callout a:hover {
  text-decoration: none;
}
.guide-callout-container .guide-callout a.guide-icon-anchor {
  color: #666666;
}
.guide-callout-container .guide-callout a.guide-icon-anchor h1 {
  font-size: 32px;
  margin-bottom: 10px;
  text-align: center;
}
.guide-callout-container .guide-callout .guide-callout-text {
  font-size: 14px;
  font-weight: bold;
  margin: auto;
  text-align: center;
  line-height: 20px;
}
.guide-callout-container .last {
  margin: 0;
}
.guide-node-list-item {
  position: relative;
  border: 2px solid #666666;
  border-radius: 15px;
  min-height: 75px;
  padding-top: 10px;
  margin-bottom: 50px;
}
.guide-node-list-item .guide-vote-button {
  position: absolute;
  top: 10px;
}
.guide-node-list-item .gravatar-wrapper,
.guide-node-list-item .type-icon,
.guide-node-list-item .counts {
  margin-top: 10px;
}
.guide-node-list-item .counts {
  margin-right: 10px;
}
.guide-action-button {
  position: absolute;
  bottom: -15px;
  right: 30px;
}
.guide-action-button.down {
  bottom: -40px;
}
.guide-shadow,
.guide-text-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.guide-shadow {
  background-color: #ffffff;
  opacity: 0.5;
}
.guide-shadow.max {
  opacity: 0.8;
}
.guide-text-overlay {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10%;
  font-weight: 600;
  color: #666666;
}
.guide-text-overlay.profile {
  padding-top: 10px;
  font-size: 1.3em;
}
.guide-profile-position {
  position: relative;
  min-height: 40px;
}
.guide-profile-welcome {
  position: absolute;
  background-color: #F0F8FF;
  opacity: 0.9;
  z-index: 1000;
  top: 50px;
  width: 500px;
  left: 140px;
  height: 230px;
  border: 1px solid #000000;
  border-radius: 15px;
}
.guide-profile-text-overlay {
  position: absolute;
  z-index: 1100;
  top: 50px;
  width: 500px;
  left: 140px;
  height: 200px;
  padding: 15px;
}
.guide-profile-close {
  margin-right: 30px;
  float: right;
}
.guide-profile-text {
  width: 80%;
  float: left;
}
.mainContent .resource-links {
  width: 100%;
  border-radius: 3px;
  background-color: rgba(47, 65, 81, 0.06);
  border: solid 1px rgba(47, 65, 81, 0.45);
  padding: 13px 0;
  padding-left: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.mainContent .resource-links .resource-link-header {
  font-size: 16px;
  font-weight: 600;
  color: rgba(47, 65, 81, 0.85);
  text-transform: uppercase;
  margin: 0;
  flex-grow: 1;
  letter-spacing: 0.1px;
  line-height: 1.25;
  padding-left: 10px;
}
.mainContent .resource-links .resource-link-wrapper {
  display: inline-flex;
  align-items: flex-start;
}
.mainContent .resource-links .resource-link-wrapper .resource-link {
  padding: 10px;
}
.sidebarTwo .highlights .highlight-header img,
.mainContent .highlights .highlight-header img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.sidebarTwo .highlights .flex-container,
.mainContent .highlights .flex-container {
  justify-content: space-between;
  display: flex;
}
.sidebarTwo .highlights .highlight-content p,
.mainContent .highlights .highlight-content p {
  font-size: small;
}
.sidebarTwo .highlights .flex-container {
  flex-direction: column;
}
.sidebarTwo .highlights .highlights-title {
  width: 100%;
  border-bottom: solid 1px #ccc;
  display: flex;
  padding: 5px 0;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: rgba(47, 65, 81, 0.85);
  text-transform: uppercase;
  margin: 0;
  flex-grow: 1;
  letter-spacing: 0.1px;
  line-height: 1.25;
}
.sidebarTwo .resource-links .resource-link-wrapper {
  padding: 10px 0 15px;
}
.sidebarTwo .resource-links .resource-link-header {
  font-size: 16px;
  font-weight: 600;
  color: rgba(47, 65, 81, 0.85);
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 0.1px;
  line-height: 1.25;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: solid 1px #ccc;
  align-items: center;
}
.highlights .highlights-title {
  margin-bottom: 10px;
}
.highlights a.highlight-wrapper {
  text-decoration: none;
}
.highlights .highlight-wrapper {
  border: 1px solid #888;
  margin-bottom: 10px;
}
.highlights .highlight-wrapper .highlight-content {
  padding: 0 15px;
}
.mainContent .highlights h3 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(47, 65, 81, 0.85);
  text-transform: uppercase;
}
.mainContent .highlights .highlight-wrapper {
  width: 32%;
}
.mainContent .highlights .highlight-wrapper:last-child {
  margin: 0 0 10px 0;
}
@media (max-width: 1199px) {
  #middle .main-inner .container .sidebarTwo {
    float: right;
  }
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 970px;
  }
  .sidebarTwo .widget.question-follow-widget .widget-content .btn {
    margin-top: 5px;
    float: left;
  }
  .sidebarTwo .widget.question-follow-widget .widget-content .qtip .btn {
    float: right;
  }
  .sidebarOne .widget.create-case-widget .widget-header h3,
  .sidebarTwo .widget.create-case-widget .widget-header h3 {
    max-width: 57%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .sidebarOne .widget.create-case-widget .widget-header h3.has_content,
  .sidebarTwo .widget.create-case-widget .widget-header h3.has_content {
    max-width: unset;
  }
  .modal.create-case .modal-body .right-col {
    padding: 25px 40px 0;
  }
}
@media (max-width: 992px) {
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }
  #main-navbar .navbar-inner.brand-nav .brand {
    text-align: center;
    width: 100%;
  }
  #middle .main .main-inner .container {
    width: auto;
    padding: 0 20px;
  }
  #bottom .extra .extra-inner .container {
    width: auto;
    padding: 0 20px;
  }
  .sidebarOne .widget.create-case-widget .widget-header h3,
  .sidebarTwo .widget.create-case-widget .widget-header h3 {
    max-width: 42%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .modal.create-case .modal-body h1 {
    font-size: 21px;
  }
}
@media (max-width: 979px) {
  .navbar .btn-navbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .xs-hidden {
    display: none !important;
  }
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
  .info-block .counts {
    width: 100%;
    margin-top: 5px;
  }
  .info-block .counts > div {
    width: 25%;
    float: left;
  }
  .info-block .activity-stats {
    text-align: center;
  }
  .info-block .activity-stats > div {
    display: inline-block;
    float: none;
  }
  .info-block .btn-group {
    margin: 10px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info-block .btn-group .btn {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .info-block .btn-group .btn:only-child {
    width: 100%;
  }
  .info-block h1 .gravatar {
    display: inline;
  }
  .info-block .avatar {
    display: none;
  }
  .info-block .info {
    display: none;
  }
  .node-list-item {
    padding-right: 0;
  }
  .node-list-item .counts > .flex-wrapper {
    padding: 10px;
    justify-content: flex-start;
  }
  .login {
    max-width: 265px;
    margin: 0 auto;
  }
  .login .login-info {
    display: none;
  }
  .brand-container {
    text-align: center;
  }
  .brand-container .brand {
    display: inline-block;
    float: none;
  }
  .ask-form-wrapper,
  .node-form-wrapper {
    padding-left: 0px;
  }
  .widget .widget-header .sort,
  .widget .widget-header .changeView {
    width: 100%;
  }
  .widget .widget-header .sort li,
  .widget .widget-header .changeView li {
    width: auto;
    text-align: center;
    padding-right: auto;
    margin-right: 1px;
  }
  #main-navbar .navbar-search {
    padding-left: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-navbar .span4 {
    display: none;
  }
  #main-navbar .navbar-inner {
    padding: 0 10px;
  }
  #main-navbar .navbar-inner .row-fluid .search-wrapper .off-canvas-nav-btn {
    display: block;
  }
  #middle {
    margin: 0 10px;
  }
  #middle .main .main-inner .container {
    padding: 0;
  }
  .widget-content.root-content-post form {
    padding-left: 0;
  }
  .widget.root-content-post form .control-group.ghost-edit-control-group #ghost-popover,
  .widget.answer-form-widget form .control-group.ghost-edit-control-group #ghost-popover,
  .widget.reply-form-widget form .control-group.ghost-edit-control-group #ghost-popover,
  .comment-form-container form .control-group.ghost-edit-control-group #ghost-popover {
    width: 80%;
    position: absolute;
    left: 10% !important;
  }
  #bottom .extra .extra-inner {
    padding: 17.5px 0;
  }
  #bottom .extra .extra-inner .container {
    display: block;
    align-items: normal;
    text-align: center;
  }
  #bottom .extra .extra-inner .container .footer-logo {
    padding-left: 15px;
  }
  #bottom .extra .extra-inner .container .right-side {
    padding-left: 0px;
  }
  #bottom .extra .extra-inner .container .right-side .pull-right {
    float: none;
  }
  .modal.create-case {
    width: 96%;
    margin-left: 0;
    left: 2%;
  }
  .modal.create-case .modal-body h1 {
    max-width: 75%;
    line-height: 1.6;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .widget-content.root-content-post form {
    padding-left: 15px;
  }
  .span8 {
    width: 63%;
  }
  .span4 {
    width: 30%;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

