@charset "UTF-8";
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
.ui-datepicker {
  background: #fff;
  width: 20rem;
  height: auto;
  margin: 5px auto 0;
  font: 1rem  Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5); }
  .ui-datepicker .ui-datepicker-header {
    padding: .5rem; }
  .ui-datepicker .ui-datepicker-title {
    padding: 1rem 0;
    font-weight: 700;
    text-align: center; }
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    right: .5rem; }
  .ui-datepicker a {
    border-bottom: none; }
  .ui-datepicker table {
    display: table;
    width: 100%;
    margin-bottom: 0.8rem; }
  .ui-datepicker thead {
    display: table-header-group; }
    .ui-datepicker thead th {
      background: #ccc; }
  .ui-datepicker tbody {
    display: table-row-group; }
  .ui-datepicker tr {
    display: table-row; }
  .ui-datepicker th, .ui-datepicker td {
    display: table-cell;
    text-align: center;
    padding: .5rem; }

.r-tabs {
  position: relative;
  border-radius: 4px;
  text-align: left; }
  .r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0; }
    .r-tabs .r-tabs-nav .r-tabs-tab {
      position: relative;
      background-color: #8B8B8B;
      margin: 0 0.1rem;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      width: 30%;
      text-align: center; }
    .r-tabs .r-tabs-nav .r-tabs-anchor {
      display: inline-block;
      padding: 1rem 1rem;
      text-decoration: none;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
      font-size: 1.1rem;
      font-weight: bold;
      color: #fff;
      border-bottom: 0;
      width: 100%; }
    .r-tabs .r-tabs-nav .r-tabs-state-disabled {
      opacity: 0.5; }
    .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
      color: #fff;
      text-shadow: none;
      background-color: #f6923f;
      border-top-right-radius: 15px;
      border-top-left-radius: 15px;
      border-bottom: 1px solid white;
      width: 100%; }
  .r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none; }
  .r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
    background-color: white;
    border-bottom: 4px solid white;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
    .r-tabs .r-tabs-panel.r-tabs-state-active {
      display: block; }
  .r-tabs .r-tabs-accordion-title {
    display: none; }
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
      display: block;
      padding: 10px;
      background-color: #8B8B8B;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-shadow: 0 1px rgba(0, 0, 0, 0.4);
      font-size: 14px;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
      background-color: #fff;
      color: #8B8B8B;
      text-shadow: none; }
    .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
      opacity: 0.5; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
  .r-tabs .r-tabs-nav {
    display: none; }
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

/*!
 *  Font Awesome 4.2.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("../bower_components/fontawesome/fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../bower_components/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../bower_components/fontawesome/fonts/fontawesome-webfont.svg?v=4.2.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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

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

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-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 {
  -webkit-filter: none;
          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: #fff; }

/* 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: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

/* Basic */
body {
  background: #fff; }
  body.is-loading * {
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    transition: none !important; }

body, input, select, textarea {
  color: #888;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19pt;
  font-weight: 300;
  line-height: 1.75em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #666;
  line-height: 1.5em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    color: #333; }

h2 {
  font-size: 2em;
  letter-spacing: -1px; }
  h2.alt {
    color: #888; }
    h2.alt strong {
      color: #666; }

h3 {
  font-size: 1.5em; }

header {
  margin: 0 0 1.5em 0;
  position: relative; }
  header > p {
    margin: 1em 0 0 0; }

strong, b {
  font-weight: 300;
  color: #666; }

em, i {
  font-style: italic; }

a {
  text-decoration: none;
  color: inherit;
  border-bottom: dotted 1px rgba(128, 128, 128, 0.5);
  transition: color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out;
  outline: 0; }
  a:hover {
    color: #77b3d8;
    border-bottom-color: rgba(255, 255, 255, 0); }

sub {
  position: relative;
  top: 0.5em;
  font-size: 0.8em; }

sup {
  position: relative;
  top: -0.5em;
  font-size: 0.8em; }

hr {
  border: 0;
  border-top: solid 1px #ddd; }

blockquote {
  border-left: solid 0.5em #ddd;
  padding: 1em 0 1em 2em;
  font-style: italic; }

p, ul, ol, dl, table {
  margin-bottom: 1.5em; }

pre {
  text-align: left;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #000; }

br.clear {
  clear: both; }

section, article {
  margin-bottom: 3em; }
  section > :last-child, section > .container > :last-child, article > :last-child, article > .container > :last-child {
    margin-bottom: 0; }
  section:last-child, article:last-child {
    margin-bottom: 0; }

.row > section, .row > article {
  margin-bottom: 0; }

/* Image */
.image {
  display: inline-block;
  border: 0; }
  .image img {
    display: block;
    width: 100%; }
  .image.avatar48 {
    width: 48px;
    height: 48px;
    background: #f00; }
    .image.avatar48 img {
      width: 48px;
      height: 48px; }
  .image.fit {
    display: block;
    width: 100%; }
  .image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0; }
  .image.left {
    float: left;
    margin: 0 2em 2em 0; }
  .image.centered {
    display: block;
    margin: 0 0 2em 0; }
    .image.centered img {
      margin: 0 auto;
      width: auto; }

/* List */
ul.default {
  list-style: disc;
  padding-left: 1em; }
  ul.default li {
    padding-left: 0.5em; }

ul.icons {
  cursor: default; }
  ul.icons li {
    display: inline-block; }
    ul.icons li a {
      display: inline-block;
      width: 2em;
      height: 2em;
      line-height: 2em;
      text-align: center;
      border: 0; }

ol.default {
  list-style: decimal;
  padding-left: 1.25em; }
  ol.default li {
    padding-left: 0.25em; }

/* Form */
form label {
  display: block;
  text-align: left; }

form input[type="text"],
form input[type="email"],
form input[type="password"],
form select,
form textarea {
  position: relative;
  -webkit-appearance: none;
  display: block;
  border: 0;
  outline: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  border-radius: 0.35em;
  padding: 0.75em 1em;
  box-shadow: inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out; }

form select {
  padding-right: 2em; }

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form select:focus,
form form textarea:focus {
  box-shadow: 0 0 2px 1px #68c991;
  background: #fff; }

form select, form select:focus, form select:active {
  background: #fff 98% 50% no-repeat url("/_img/chevron-down.png");
  padding: 0.5rem 1rem; }

form textarea {
  min-height: 8rem; }

form .formerize-placeholder {
  color: #AEAEAE !important; }

form ::-webkit-input-placeholder {
  color: #AEAEAE !important; }

form :-moz-placeholder {
  color: #AEAEAE !important; }

form ::-moz-placeholder {
  color: #AEAEAE !important; }

form :-ms-input-placeholder {
  color: #AEAEAE !important; }

form ::-moz-focus-inner {
  border: 0; }

form.add-user .row {
  margin: 2rem 0; }

form .error {
  color: #db0000; }

form#login-form {
  margin-bottom: 1rem; }

form div {
  margin: 0 auto 1rem; }

form.labels label {
  margin: 0 0 0 0.5em; }

/* Form II (adds custom styling for checkbox and radio options) */
/* TODO: Circle back and clean this up */
label {
  color: #666;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0 0 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border-radius: 0.5em;
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.25);
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    border-color: #494d53;
    box-shadow: 0 0 0 1px #494d53; }

.select-wrapper {
  text-decoration: none;
  display: block;
  position: relative; }
  .select-wrapper:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important; }
  .select-wrapper:before {
    content: '\f078';
    color: rgba(144, 144, 144, 0.25);
    display: block;
    height: 2.75em;
    line-height: 2.75em;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 2.75em; }
  .select-wrapper select::-ms-expand {
    display: none; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-transform: none !important; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(144, 144, 144, 0.075);
      border-radius: 0.5em;
      border: solid 1px rgba(144, 144, 144, 0.25);
      content: '';
      display: inline-block;
      height: 1.65em;
      left: 0.25em;
      line-height: 1.58125em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 1.65em; }
    input[type="checkbox"] + label.error,
    input[type="radio"] + label.error {
      display: block; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #494d53;
    border-color: #494d53;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #494d53;
    box-shadow: 0 0 0 1px #494d53; }

input[type="checkbox"] + label:before {
  border-radius: 0.5em; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #949494 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #949494 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #949494 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #949494 !important;
  opacity: 1.0; }

.formerize-placeholder {
  color: #949494 !important;
  opacity: 1.0; }

/* Table */
table {
  width: 100%; }
  table.default {
    width: 100%;
    text-align: left; }
    table.default tbody tr:nth-child(2n+2) {
      background: #f4f4f4; }
    table.default td {
      padding: 0.5em 1em 0.5em 1em; }
    table.default th {
      text-align: left;
      padding: 0.5em 1em 0.5em 1em;
      color: #fff;
      background: #222729 url("/_img/overlay.png"); }
    table.default thead {
      background: #444;
      color: #fff; }
    table.default tfoot {
      background: #eee; }
  table.data {
    font-size: 1.1rem;
    line-height: 1.5rem; }
    table.data th, table.data td {
      padding: 1rem 0.3rem;
      text-align: left; }
    table.data thead th, table.data thead td {
      border-bottom: 2px solid #ddd;
      font-weight: 800;
      background-color: #dce3e2; }
    table.data thead th:first-child {
      padding: 0 0 0 0;
      text-align: center;
      min-width: 3rem; }
    table.data thead th:last-child {
      padding-right: 1rem; }
    table.data thead th.sortable {
      cursor: pointer; }
      table.data thead th.sortable.sorting-asc:after {
        content: '\f078';
        display: inline-block;
        font-family: FontAwesome;
        padding-left: 0.2rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      table.data thead th.sortable.sorting-desc:after {
        content: '\f077';
        display: inline-block;
        font-family: FontAwesome;
        padding-left: 0.2rem;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    table.data tbody tr:nth-of-type(odd) {
      background-color: #f9f9f9; }
    table.data tbody th, table.data tbody td {
      border-top: 1px solid #ddd; }
    table.data tbody td:first-child {
      padding: 0 0.5rem;
      text-align: center; }
    table.data tbody td:last-child {
      padding-right: 1rem; }
    table.data tbody th.tight, table.data tbody td.tight {
      width: 3rem;
      text-align: center; }
    table.data tbody th.no-padding, table.data tbody td.no-padding {
      padding: 0 !important; }
    table.data input[type="checkbox"] + label, table.data input[type="radio"] + label {
      padding-right: 0; }
    table.data .featured {
      text-align: center; }
      table.data .featured a {
        border-bottom: 0; }
        table.data .featured a.on .off {
          display: none; }
        table.data .featured a.off .on {
          display: none; }
    table.data .actions {
      float: none;
      min-width: 4rem;
      text-align: center; }
      table.data .actions a {
        border-bottom: 0;
        font-size: 1.4rem;
        padding: 0 0.3rem; }
        table.data .actions a.button {
          padding: 0.75em 1em; }
    table.data .frame {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      text-align: center; }
  table.xdebug-error {
    width: 65%;
    font-size: 18px;
    color: black;
    font-weight: 400;
    margin-left: 375px; }
    table.xdebug-error th, table.xdebug-error td {
      border: 1px solid #333; }

/* Button */
input[type="button"],
input[type="submit"],
input[type="reset"],
.button {
  position: relative;
  display: inline-block;
  border-radius: 0.5em;
  color: #fff !important;
  text-decoration: none;
  padding: 0.75em 2.5em 0.75em 2.5em;
  background-color: #7a1f00;
  border: 0;
  cursor: pointer;
  -moz-background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('/_img/overlay.png');
  -webkit-background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('/_img/overlay.png');
  -o-background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('/_img/overlay.png');
  -ms-background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('/_img/overlay.png');
  background-image: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url('/_img/overlay.png');
  transition: background-color 0.35s ease-in-out; }
  input[type="button"]:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  .button:hover {
    background-color: #a62b00; }
  input[type="button"]:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  .button:active {
    background-color: #a62b00; }
  input[type="button"].small,
  input[type="submit"].small,
  input[type="reset"].small,
  .button.small {
    line-height: 1rem;
    padding: 0.75em 1.5em 0.75em 1.5em; }
  input[type="button"].right,
  input[type="submit"].right,
  input[type="reset"].right,
  .button.right {
    position: absolute;
    right: 0;
    top: .5rem; }
  input[type="button"].left,
  input[type="submit"].left,
  input[type="reset"].left,
  .button.left {
    position: absolute;
    left: 0;
    top: .5rem; }

/* Item */
.item {
  box-shadow: 0 0.05em 0.15em 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 40px; }
  .item header {
    background: #fff;
    margin: 0;
    padding: 1em 0 1em 0;
    font-size: 0.8em; }
    .item header h3 {
      font-size: 1em; }

/* Icons */
.icon {
  text-decoration: none; }
  .icon:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .icon > .label {
    display: none; }

/* Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 375px;
  height: 100%;
  color: #fff;
  background: #333 url("/_img/overlay.png");
  box-shadow: inset -0.25em 0 0.25em 0 rgba(0, 0, 0, 0.1);
  text-align: right; }
  #header .top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
  #header .bottom {
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
    text-align: center; }
  #header .icons {
    font-size: 0.8em;
    margin: 0 0 1em 0;
    text-align: center; }
    #header .icons a {
      color: #41484c;
      transition: color 0.35s ease-in-out; }
      #header .icons a:hover {
        color: #fff; }

#logo {
  position: relative;
  margin: 1.75em 1.5em 1.5em 1.5em;
  min-height: 48px;
  cursor: default;
  letter-spacing: 0.5rem;
  text-align: center; }
  #logo h1 {
    position: relative;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    background: url(/_img/logo-admin.png) no-repeat left top;
    text-indent: -9999px;
    width: 12rem;
    text-align: left; }
  #logo p {
    position: relative;
    display: block;
    font-size: 0.6em;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.25em;
    margin: 0.5em 0 0 0;
    clear: both; }
  #logo .image {
    position: absolute;
    left: 0;
    top: 0; }

.alrt {
  width: 100%;
  background: #dfa5a3;
  text-align: center;
  padding: 1rem;
  color: #900; }

#nav ul li a {
  display: block;
  padding: 0.5em 1.5em 0.5em 1.5em;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  outline: 0;
  border: 0;
  transition: none; }
  #nav ul li a span {
    position: relative;
    display: block;
    font-size: 1.2em;
    float: left; }
    #nav ul li a span:before {
      position: absolute;
      left: 0;
      color: rgba(255, 255, 255, 0.5);
      text-align: center;
      width: 1.25em;
      line-height: 1.75em; }
  #nav ul li a.active {
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 0.25em 0 rgba(0, 0, 0, 0.125);
    color: #fff; }
    #nav ul li a.active span:before {
      color: #77b3d8; }

#nav #signout-link {
  padding: 0.5em 1.5em 0.5em 1.5em;
  border: 0; }
  #nav #signout-link .icon:before {
    padding-right: 1rem; }

/* Footer */
#footer {
  margin-left: 0;
  text-align: center;
  background-color: #dce3e2;
  padding: 3em 0 4em 0;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
  font-size: 0.8em; }
  #footer.admin, #footer.dashboard {
    margin-left: 375px; }
  #footer .copyright {
    cursor: default;
    margin: 0; }
    #footer .copyright li {
      display: inline-block;
      line-height: 1em;
      border-left: solid 1px rgba(128, 128, 128, 0.35);
      padding: 0 0 0 0.5em;
      margin: 0 0 0 0.5em; }
      #footer .copyright li:first-child {
        border-left: 0;
        padding-left: 0;
        margin-left: 0; }

/* Main */
#main {
  margin-left: 0; }
  #main.admin, #main.dashboard {
    margin-left: 375px; }
  #main > section {
    margin: 0;
    overflow: hidden;
    padding: 4em 0;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05), inset 0 0.1em 0.1em 0 rgba(0, 0, 0, 0.025);
    text-align: center;
    background-image: url("/_img/overlay.png"); }
    #main > section.dark {
      color: #ddd;
      color: rgba(255, 255, 255, 0.75); }
      #main > section.dark h2, #main > section.dark h3, #main > section.dark h4, #main > section.dark h5, #main > section.dark h6 {
        color: inherit; }
      #main > section.dark strong, #main > section.dark a {
        color: #fff;
        border-color: inherit; }
      #main > section.dark a:hover {
        border-bottom-color: rgba(255, 255, 255, 0); }
    #main > section.cover {
      padding: 6em 0;
      background-size: cover;
      background-position: center center; }
    #main > section.one {
      background-color: #81918E;
      background-image: url("/_img/banner.jpg"); }
    #main > section.two {
      background-color: #f5fafa; }
    #main > section.three {
      background-color: #ecf1f1; }
    #main > section.four {
      background-color: #e8edec; }
  #main h1 {
    color: #ABAAAA; }
  #main h1.alrt {
    color: #900;
    text-align: center; }

.group-actions {
  float: right; }
  .group-actions a {
    border-bottom: 0;
    margin: 0 1rem;
    font-size: 1rem; }

.centered {
  text-align: center; }

.set-apart {
  margin-top: 2rem; }

.present {
  padding: 5rem 0 0 0; }
  .present .container {
    width: 65%;
    text-align: left; }
  .present h1, .present h2, .present p {
    margin: 0;
    text-align: left; }
  .present h1 {
    margin-bottom: 3rem; }
  .present p {
    margin-bottom: 2rem; }

.portal {
  text-align: left; }
  .portal header {
    text-align: left; }
  .portal h1, .portal h2, .portal h3, .portal p {
    text-align: left; }
  .portal .title {
    margin-bottom: 1.5rem; }
    .portal .title .print-title {
      position: absolute;
      top: 10px;
      right: 0;
      display: none;
      text-align: right; }
      .portal .title .print-title h1 {
        font-size: 1.5rem;
        margin: 0;
        text-align: right; }
    .portal .title p {
      margin: 0; }
  .portal .group {
    margin: 0 0 2rem 0; }
    .portal .group p {
      margin: 0; }
  .portal .actions {
    margin: 0 0.3rem;
    float: right; }
  .portal .label > div {
    margin-top: 1rem; }
  .portal .label h3 {
    font-size: 1.5rem;
    color: #b8b8b8;
    margin: 0 0 0 .5rem;
    border-bottom: 1px dashed #ccc;
    text-align: left; }
  .portal a.add-record {
    font-size: 1rem;
    border-bottom: 0;
    float: right; }
    .portal a.add-record i {
      margin: 0 0.3rem 0 0; }
  .portal .next {
    float: right;
    border-bottom: 0;
    font-size: 1.1rem;
    padding: 1rem 0 0 0; }

.row.framed {
  overflow: auto;
  height: 400px;
  margin: 0 auto 2rem;
  border: 1px solid #ccc;
  background: white; }

#min-nav {
  background: #333;
  height: 4rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  #min-nav a {
    color: #ccc;
    float: left;
    border-bottom: 0;
    margin: 1rem; }
    #min-nav a i {
      padding: 0 0.3rem; }
  #min-nav .actions {
    float: right; }

#main.min-ui h1.alrt {
  margin-top: 4rem; }

.tabs h3 {
  padding-top: 1rem;
  border-bottom: 1px dashed #ccc; }

.tabs form {
  margin: 0 1rem; }

.list-form .actions {
  width: 100%;
  text-align: right;
  float: none;
  padding: 0.5rem 1rem 0 0; }
  .list-form .actions a {
    border-bottom: 0;
    font-size: 1.4rem;
    padding: 0 0.3rem; }
    .list-form .actions a.button {
      padding: 0.75em 1em; }

.list-form .select-all {
  float: right;
  margin-left: 0.5rem;
  margin-top: -1.2rem;
  display: none; }
  .list-form .select-all span {
    font-size: 0.9rem;
    display: block;
    margin: 0;
    padding: 0;
    margin-left: -0.25rem;
    line-height: 0;
    margin-top: 1rem; }

.list-form ul {
  margin-left: 2rem;
  list-style: outside; }
  .list-form ul li {
    position: relative; }
    .list-form ul li .udid {
      display: block;
      font-size: 0.95rem;
      padding-bottom: 0.5rem; }
    .list-form ul li .approve, .list-form ul li .seen {
      position: absolute;
      right: 0;
      display: none;
      padding: 0.15rem;
      z-index: 100;
      top: -0.5rem; }
    .list-form ul li .seen {
      display: block; }
    .list-form ul li .wrapper {
      margin: 0;
      position: relative; }
      .list-form ul li .wrapper p {
        margin: 0;
        padding: 0.4rem 1rem;
        line-height: 1rem; }
      .list-form ul li .wrapper .readonly {
        display: block;
        margin: 0; }
      .list-form ul li .wrapper .editable {
        display: none;
        margin: 0; }
    .list-form ul li input[type="text"] {
      display: inline-block;
      width: 100%; }
    .list-form ul li a {
      display: inline-block;
      border-bottom: 0;
      margin-left: 1rem; }
      .list-form ul li a.add {
        font-size: 3rem;
        color: #68c991; }
      .list-form ul li a.cancel {
        font-size: 1rem; }
        .list-form ul li a.cancel i {
          font-size: 1.5rem;
          padding: 1rem 0; }
    .list-form ul li.removed {
      color: #990000;
      text-decoration: line-through; }
    .list-form ul li.added {
      color: green;
      background-color: #c5f0c5; }
    .list-form ul li.edited {
      background-color: rgba(247, 228, 24, 0.53); }
    .list-form ul li.editing {
      text-decoration: none; }
      .list-form ul li.editing .wrapper .readonly {
        display: none;
        margin: 0; }
      .list-form ul li.editing .wrapper .editable {
        display: block;
        margin: 0; }

.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto; }
  .autocomplete-suggestions .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden; }
    .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
      background: #F0F0F0; }
    .autocomplete-suggestions .autocomplete-suggestion strong {
      font-weight: normal;
      color: #3399FF; }
  .autocomplete-suggestions .autocomplete-group {
    padding: 2px 5px; }
    .autocomplete-suggestions .autocomplete-group strong {
      display: block;
      border-bottom: 1px solid #000; }

body.splash {
  background: #1e1411;
  font-family: 'Helvetica Neue', Roboto, 'Segoe UI', sans-serif; }
  body.splash h2, body.splash p {
    font-size: 2rem;
    color: #efefef;
    letter-spacing: 1rem;
    font-weight: 300;
    text-align: center;
    padding-top: 15%; }
  body.splash a:active {
    color: red; }
  body.splash img {
    display: block;
    width: 150px;
    margin: 0 auto 1rem auto; }
  body.splash p {
    font-size: 1rem;
    letter-spacing: 0.5rem;
    margin-top: 3rem; }

.fancybox-title {
  line-height: 1.1rem; }

.fancybox-image {
  border: 3px solid #333; }

.price {
  float: right;
  text-align: right;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.9rem; }
  .price .sold {
    border-radius: 50%;
    border: 0.8rem solid red;
    display: block;
    float: right;
    width: 1rem;
    height: 1rem; }
  .price .add-to-cart {
    font-weight: 500;
    font-size: .9rem;
    border-radius: 0.5rem;
    background: #78ab77;
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.2rem 1rem;
    color: white;
    letter-spacing: 0.2rem;
    text-transform: uppercase; }
  .price .remove-from-cart {
    font-weight: 300;
    font-size: 1.1rem; }

.gallery a {
  display: block;
  border: none; }
  .gallery a img {
    width: 8rem;
    border: 3px solid #666; }

table.cart {
  table-layout: fixed;
  margin-bottom: 0; }
  table.cart tr {
    border-bottom: 1px solid #ccc; }
    table.cart tr td {
      text-align: left;
      line-height: 1.7rem;
      padding: 1rem 0;
      vertical-align: top; }
      table.cart tr td.details {
        display: inline-block;
        width: 100%; }
    table.cart tr td:nth-of-type(1) {
      width: 9rem; }
    table.cart tr td:nth-of-type(2) {
      width: 100%; }
    table.cart tr.total {
      border-bottom: 0; }
      table.cart tr.total td {
        text-align: right;
        font-weight: 700;
        font-size: 2rem; }

.delivery {
  text-align: left;
  margin-bottom: 1rem; }
  .delivery li {
    position: relative;
    padding-left: 3.5rem;
    margin: 1rem 0; }
  .delivery input[type="radio"] + label {
    position: absolute;
    left: 0;
    top: 0; }

#error-box {
  margin-left: 3.5rem; }

#banner {
  background-attachment: scroll,						fixed;
  background-color: #494d53;
  background-image: url("/images/overlay.png"), url("/images/banner-01.jpg");
  background-position: top left,					center center;
  background-repeat: repeat,						no-repeat;
  background-size: auto,						cover;
  color: #d2d3d4;
  padding: 7em 0;
  position: relative;
  text-align: center;
  min-height: 70rem; }
  #banner:after {
    transition: opacity 2s ease-in-out;
    background: #3d4045;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  #banner :last-child {
    margin-bottom: 0; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6 {
    color: #ffffff; }
  #banner .inner {
    position: relative;
    z-index: 2; }
  #banner .button {
    padding: 0.8rem 2.5rem;
    border-color: white !important;
    color: #ffffff !important;
    opacity: 0.8; }
    #banner .button:hover {
      background-color: rgba(255, 255, 255, 0.075); }
    #banner .button:active {
      background-color: rgba(255, 255, 255, 0.2); }
  #banner h2 {
    font-size: 3.25em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    padding: 1rem;
    display: inline-block;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 1rem; }
  #banner p {
    font-size: 1.5em;
    margin-bottom: 1.75em;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 1rem;
    display: inline-block; }
  #banner .logo-8li {
    display: block;
    margin: 0 auto 55px; }
  #banner .caption {
    font-style: italic;
    text-shadow: 2px 2px #333333;
    text-align: right;
    position: absolute;
    bottom: 45px;
    right: 30px;
    font-size: 16px;
    line-height: 1.4rem; }
    #banner .caption span {
      display: block; }
  #banner .actions li {
    display: inline-block;
    margin: 0.5rem; }
