/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'fontawesome-alloy';
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot");
  src: url("aui/alloy-font-awesome/font/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.woff") format("woff"), url("aui/alloy-font-awesome/font/fontawesome-alloy.ttf") format("truetype"), url("aui/alloy-font-awesome/font/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
  font-weight: normal;
  font-style: normal; }

.aui {
  /*!
   * Bootstrap v2.3.2
   *
   * 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.
   */
  /* White icons with optional class, or on hover/focus/active states of certain elements */
  /* move down carets for tabs */
  @-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; } }

  /* FONT AWESOME CORE
   * -------------------------- */
  /* makes the font 33% larger relative to the icon container */
  /* makes sure icons active on rollover in links */
  /* increased font size for icon-large */
  /* BOOTSTRAP SPECIFIC CLASSES
   * -------------------------- */
  /* Bootstrap 2.0 sprites.less reset */
  /* more sprites.less reset */
  /* keeps Bootstrap styles with and without icons the same */
  /* Fixes alignment in nav lists */
  /* EXTRAS
   * -------------------------- */
  /* Stacked and layered icon */
  /* Animated rotating icon */
  /* Prevent stack and spinners from being taken inline when inside a link */
  @-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 */
  /* ensure rotation occurs inside anchor tags */
  @font-face {
    font-family: 'fontawesome-alloy';
    src: url("fonts/fontawesome-alloy.eot");
    src: url("fonts/fontawesome-alloy.eot?#iefix") format("embedded-opentype"), url("fonts/fontawesome-alloy.woff") format("woff"), url("fonts/fontawesome-alloy.ttf") format("truetype"), url("fonts/fontawesome-alloy.svg#fontawesome-alloy") format("svg");
    font-weight: normal;
    font-style: normal; }

  /* Use the following CSS code if you want to use data attributes for inserting your icons */
  /* Use the following CSS code if you want to have a class per icon */
  /*
  Instead of a list of all class selectors,
  you can use the generic selector below, but it's slower:
  [class*="icon-"] {
  */
  /* background-color: $bodyBackground;
  color: $textColor;
  font-family: $baseFontFamily;
  font-size: $baseFontSize;
  line-height: $baseLineHeight;
  margin: 0; */ }
  .aui table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0; }
  .aui .table {
    width: 100%;
    margin-bottom: 20px; }
    .aui .table th,
    .aui .table td {
      padding: 8px;
      line-height: 20px;
      text-align: left;
      vertical-align: top;
      border-top: 1px solid #dddddd; }
    .aui .table th {
      font-weight: bold; }
    .aui .table thead th {
      vertical-align: bottom; }
    .aui .table caption + thead tr:first-child th,
    .aui .table caption + thead tr:first-child td,
    .aui .table colgroup + thead tr:first-child th,
    .aui .table colgroup + thead tr:first-child td,
    .aui .table thead:first-child tr:first-child th,
    .aui .table thead:first-child tr:first-child td {
      border-top: 0; }
    .aui .table tbody + tbody {
      border-top: 2px solid #dddddd; }
    .aui .table .table {
      background-color: white; }
  .aui .table-condensed th,
  .aui .table-condensed td {
    padding: 4px 5px; }
  .aui .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; }
    .aui .table-bordered th,
    .aui .table-bordered td {
      border-left: 1px solid #dddddd; }
    .aui .table-bordered caption + thead tr:first-child th,
    .aui .table-bordered caption + tbody tr:first-child th,
    .aui .table-bordered caption + tbody tr:first-child td,
    .aui .table-bordered colgroup + thead tr:first-child th,
    .aui .table-bordered colgroup + tbody tr:first-child th,
    .aui .table-bordered colgroup + tbody tr:first-child td,
    .aui .table-bordered thead:first-child tr:first-child th,
    .aui .table-bordered tbody:first-child tr:first-child th,
    .aui .table-bordered tbody:first-child tr:first-child td {
      border-top: 0; }
    .aui .table-bordered thead:first-child tr:first-child > th:first-child,
    .aui .table-bordered tbody:first-child tr:first-child > td:first-child,
    .aui .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; }
    .aui .table-bordered thead:first-child tr:first-child > th:last-child,
    .aui .table-bordered tbody:first-child tr:first-child > td:last-child,
    .aui .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; }
    .aui .table-bordered thead:last-child tr:last-child > th:first-child,
    .aui .table-bordered tbody:last-child tr:last-child > td:first-child,
    .aui .table-bordered tbody:last-child tr:last-child > th:first-child,
    .aui .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .aui .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; }
    .aui .table-bordered thead:last-child tr:last-child > th:last-child,
    .aui .table-bordered tbody:last-child tr:last-child > td:last-child,
    .aui .table-bordered tbody:last-child tr:last-child > th:last-child,
    .aui .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .aui .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; }
    .aui .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; }
    .aui .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; }
    .aui .table-bordered caption + thead tr:first-child th:first-child,
    .aui .table-bordered caption + tbody tr:first-child td:first-child,
    .aui .table-bordered colgroup + thead tr:first-child th:first-child,
    .aui .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; }
    .aui .table-bordered caption + thead tr:first-child th:last-child,
    .aui .table-bordered caption + tbody tr:first-child td:last-child,
    .aui .table-bordered colgroup + thead tr:first-child th:last-child,
    .aui .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; }
  .aui .table-striped tbody > tr:nth-child(odd) > td,
  .aui .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9; }
  .aui .table-hover tbody tr:hover > td,
  .aui .table-hover tbody tr:hover > th {
    background-color: whitesmoke; }
  .aui table td[class*="span"],
  .aui table th[class*="span"],
  .aui .row-fluid table td[class*="span"],
  .aui .row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0; }
  .aui .table td.span1,
  .aui .table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0; }
  .aui .table td.span2,
  .aui .table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0; }
  .aui .table td.span3,
  .aui .table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0; }
  .aui .table td.span4,
  .aui .table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0; }
  .aui .table td.span5,
  .aui .table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0; }
  .aui .table td.span6,
  .aui .table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0; }
  .aui .table td.span7,
  .aui .table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0; }
  .aui .table td.span8,
  .aui .table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0; }
  .aui .table td.span9,
  .aui .table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0; }
  .aui .table td.span10,
  .aui .table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0; }
  .aui .table td.span11,
  .aui .table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0; }
  .aui .table td.span12,
  .aui .table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0; }
  .aui .table tbody tr.success > td {
    background-color: #dff0d8; }
  .aui .table tbody tr.error > td {
    background-color: #f2dede; }
  .aui .table tbody tr.warning > td {
    background-color: #fcf8e3; }
  .aui .table tbody tr.info > td {
    background-color: #d9edf7; }
  .aui .table-hover tbody tr.success:hover > td {
    background-color: #d0e9c6; }
  .aui .table-hover tbody tr.error:hover > td {
    background-color: #ebcccc; }
  .aui .table-hover tbody tr.warning:hover > td {
    background-color: #faf2cc; }
  .aui .table-hover tbody tr.info:hover > td {
    background-color: #c4e3f3; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/aui/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px; }
  .aui .icon-white,
  .aui .nav-pills > .active > a > [class^="icon-"],
  .aui .nav-pills > .active > a > [class*=" icon-"],
  .aui .nav-list > .active > a > [class^="icon-"],
  .aui .nav-list > .active > a > [class*=" icon-"],
  .aui .navbar-inverse .nav > .active > a > [class^="icon-"],
  .aui .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .aui .dropdown-menu > li > a:hover > [class^="icon-"],
  .aui .dropdown-menu > li > a:focus > [class^="icon-"],
  .aui .dropdown-menu > li > a:hover > [class*=" icon-"],
  .aui .dropdown-menu > li > a:focus > [class*=" icon-"],
  .aui .dropdown-menu > .active > a > [class^="icon-"],
  .aui .dropdown-menu > .active > a > [class*=" icon-"],
  .aui .dropdown-submenu:hover > a > [class^="icon-"],
  .aui .dropdown-submenu:focus > a > [class^="icon-"],
  .aui .dropdown-submenu:hover > a > [class*=" icon-"],
  .aui .dropdown-submenu:focus > a > [class*=" icon-"] {
    background-image: url("../images/aui/glyphicons-halflings-white.png"); }
  .aui .icon-glass {
    background-position: 0      0; }
  .aui .icon-music {
    background-position: -24px  0; }
  .aui .icon-search {
    background-position: -48px  0; }
  .aui .icon-envelope {
    background-position: -72px  0; }
  .aui .icon-heart {
    background-position: -96px  0; }
  .aui .icon-star {
    background-position: -120px 0; }
  .aui .icon-star-empty {
    background-position: -144px 0; }
  .aui .icon-user {
    background-position: -168px 0; }
  .aui .icon-film {
    background-position: -192px 0; }
  .aui .icon-th-large {
    background-position: -216px 0; }
  .aui .icon-th {
    background-position: -240px 0; }
  .aui .icon-th-list {
    background-position: -264px 0; }
  .aui .icon-ok {
    background-position: -288px 0; }
  .aui .icon-remove {
    background-position: -312px 0; }
  .aui .icon-zoom-in {
    background-position: -336px 0; }
  .aui .icon-zoom-out {
    background-position: -360px 0; }
  .aui .icon-off {
    background-position: -384px 0; }
  .aui .icon-signal {
    background-position: -408px 0; }
  .aui .icon-cog {
    background-position: -432px 0; }
  .aui .icon-trash {
    background-position: -456px 0; }
  .aui .icon-home {
    background-position: 0      -24px; }
  .aui .icon-file {
    background-position: -24px  -24px; }
  .aui .icon-time {
    background-position: -48px  -24px; }
  .aui .icon-road {
    background-position: -72px  -24px; }
  .aui .icon-download-alt {
    background-position: -96px  -24px; }
  .aui .icon-download {
    background-position: -120px -24px; }
  .aui .icon-upload {
    background-position: -144px -24px; }
  .aui .icon-inbox {
    background-position: -168px -24px; }
  .aui .icon-play-circle {
    background-position: -192px -24px; }
  .aui .icon-repeat {
    background-position: -216px -24px; }
  .aui .icon-refresh {
    background-position: -240px -24px; }
  .aui .icon-list-alt {
    background-position: -264px -24px; }
  .aui .icon-lock {
    background-position: -287px -24px; }
  .aui .icon-flag {
    background-position: -312px -24px; }
  .aui .icon-headphones {
    background-position: -336px -24px; }
  .aui .icon-volume-off {
    background-position: -360px -24px; }
  .aui .icon-volume-down {
    background-position: -384px -24px; }
  .aui .icon-volume-up {
    background-position: -408px -24px; }
  .aui .icon-qrcode {
    background-position: -432px -24px; }
  .aui .icon-barcode {
    background-position: -456px -24px; }
  .aui .icon-tag {
    background-position: 0      -48px; }
  .aui .icon-tags {
    background-position: -25px  -48px; }
  .aui .icon-book {
    background-position: -48px  -48px; }
  .aui .icon-bookmark {
    background-position: -72px  -48px; }
  .aui .icon-print {
    background-position: -96px  -48px; }
  .aui .icon-camera {
    background-position: -120px -48px; }
  .aui .icon-font {
    background-position: -144px -48px; }
  .aui .icon-bold {
    background-position: -167px -48px; }
  .aui .icon-italic {
    background-position: -192px -48px; }
  .aui .icon-text-height {
    background-position: -216px -48px; }
  .aui .icon-text-width {
    background-position: -240px -48px; }
  .aui .icon-align-left {
    background-position: -264px -48px; }
  .aui .icon-align-center {
    background-position: -288px -48px; }
  .aui .icon-align-right {
    background-position: -312px -48px; }
  .aui .icon-align-justify {
    background-position: -336px -48px; }
  .aui .icon-list {
    background-position: -360px -48px; }
  .aui .icon-indent-left {
    background-position: -384px -48px; }
  .aui .icon-indent-right {
    background-position: -408px -48px; }
  .aui .icon-facetime-video {
    background-position: -432px -48px; }
  .aui .icon-picture {
    background-position: -456px -48px; }
  .aui .icon-pencil {
    background-position: 0      -72px; }
  .aui .icon-map-marker {
    background-position: -24px  -72px; }
  .aui .icon-adjust {
    background-position: -48px  -72px; }
  .aui .icon-tint {
    background-position: -72px  -72px; }
  .aui .icon-edit {
    background-position: -96px  -72px; }
  .aui .icon-share {
    background-position: -120px -72px; }
  .aui .icon-check {
    background-position: -144px -72px; }
  .aui .icon-move {
    background-position: -168px -72px; }
  .aui .icon-step-backward {
    background-position: -192px -72px; }
  .aui .icon-fast-backward {
    background-position: -216px -72px; }
  .aui .icon-backward {
    background-position: -240px -72px; }
  .aui .icon-play {
    background-position: -264px -72px; }
  .aui .icon-pause {
    background-position: -288px -72px; }
  .aui .icon-stop {
    background-position: -312px -72px; }
  .aui .icon-forward {
    background-position: -336px -72px; }
  .aui .icon-fast-forward {
    background-position: -360px -72px; }
  .aui .icon-step-forward {
    background-position: -384px -72px; }
  .aui .icon-eject {
    background-position: -408px -72px; }
  .aui .icon-chevron-left {
    background-position: -432px -72px; }
  .aui .icon-chevron-right {
    background-position: -456px -72px; }
  .aui .icon-plus-sign {
    background-position: 0      -96px; }
  .aui .icon-minus-sign {
    background-position: -24px  -96px; }
  .aui .icon-remove-sign {
    background-position: -48px  -96px; }
  .aui .icon-ok-sign {
    background-position: -72px  -96px; }
  .aui .icon-question-sign {
    background-position: -96px  -96px; }
  .aui .icon-info-sign {
    background-position: -120px -96px; }
  .aui .icon-screenshot {
    background-position: -144px -96px; }
  .aui .icon-remove-circle {
    background-position: -168px -96px; }
  .aui .icon-ok-circle {
    background-position: -192px -96px; }
  .aui .icon-ban-circle {
    background-position: -216px -96px; }
  .aui .icon-arrow-left {
    background-position: -240px -96px; }
  .aui .icon-arrow-right {
    background-position: -264px -96px; }
  .aui .icon-arrow-up {
    background-position: -289px -96px; }
  .aui .icon-arrow-down {
    background-position: -312px -96px; }
  .aui .icon-share-alt {
    background-position: -336px -96px; }
  .aui .icon-resize-full {
    background-position: -360px -96px; }
  .aui .icon-resize-small {
    background-position: -384px -96px; }
  .aui .icon-plus {
    background-position: -408px -96px; }
  .aui .icon-minus {
    background-position: -433px -96px; }
  .aui .icon-asterisk {
    background-position: -456px -96px; }
  .aui .icon-exclamation-sign {
    background-position: 0      -120px; }
  .aui .icon-gift {
    background-position: -24px  -120px; }
  .aui .icon-leaf {
    background-position: -48px  -120px; }
  .aui .icon-fire {
    background-position: -72px  -120px; }
  .aui .icon-eye-open {
    background-position: -96px  -120px; }
  .aui .icon-eye-close {
    background-position: -120px -120px; }
  .aui .icon-warning-sign {
    background-position: -144px -120px; }
  .aui .icon-plane {
    background-position: -168px -120px; }
  .aui .icon-calendar {
    background-position: -192px -120px; }
  .aui .icon-random {
    background-position: -216px -120px;
    width: 16px; }
  .aui .icon-comment {
    background-position: -240px -120px; }
  .aui .icon-magnet {
    background-position: -264px -120px; }
  .aui .icon-chevron-up {
    background-position: -288px -120px; }
  .aui .icon-chevron-down {
    background-position: -313px -119px; }
  .aui .icon-retweet {
    background-position: -336px -120px; }
  .aui .icon-shopping-cart {
    background-position: -360px -120px; }
  .aui .icon-folder-close {
    background-position: -384px -120px;
    width: 16px; }
  .aui .icon-folder-open {
    background-position: -408px -120px;
    width: 16px; }
  .aui .icon-resize-vertical {
    background-position: -432px -119px; }
  .aui .icon-resize-horizontal {
    background-position: -456px -118px; }
  .aui .icon-hdd {
    background-position: 0      -144px; }
  .aui .icon-bullhorn {
    background-position: -24px  -144px; }
  .aui .icon-bell {
    background-position: -48px  -144px; }
  .aui .icon-certificate {
    background-position: -72px  -144px; }
  .aui .icon-thumbs-up {
    background-position: -96px  -144px; }
  .aui .icon-thumbs-down {
    background-position: -120px -144px; }
  .aui .icon-hand-right {
    background-position: -144px -144px; }
  .aui .icon-hand-left {
    background-position: -168px -144px; }
  .aui .icon-hand-up {
    background-position: -192px -144px; }
  .aui .icon-hand-down {
    background-position: -216px -144px; }
  .aui .icon-circle-arrow-right {
    background-position: -240px -144px; }
  .aui .icon-circle-arrow-left {
    background-position: -264px -144px; }
  .aui .icon-circle-arrow-up {
    background-position: -288px -144px; }
  .aui .icon-circle-arrow-down {
    background-position: -312px -144px; }
  .aui .icon-globe {
    background-position: -336px -144px; }
  .aui .icon-wrench {
    background-position: -360px -144px; }
  .aui .icon-tasks {
    background-position: -384px -144px; }
  .aui .icon-filter {
    background-position: -408px -144px; }
  .aui .icon-briefcase {
    background-position: -432px -144px; }
  .aui .icon-fullscreen {
    background-position: -456px -144px; }
  .aui .dropup,
  .aui .dropdown {
    position: relative; }
  .aui .dropdown-toggle {
    *margin-bottom: -3px; }
  .aui .dropdown-toggle:active,
  .aui .open .dropdown-toggle {
    outline: 0; }
  .aui .caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: ""; }
  .aui .dropdown .caret {
    margin-top: 8px;
    margin-left: 2px; }
  .aui .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: white;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .aui .dropdown-menu.pull-right {
      right: 0;
      left: auto; }
    .aui .dropdown-menu .divider {
      *width: 100%;
      height: 1px;
      margin: 9px 1px;
      *margin: -5px 0 5px;
      overflow: hidden;
      background-color: #e5e5e5;
      border-bottom: 1px solid white; }
    .aui .dropdown-menu > li > a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 20px;
      color: #333333;
      white-space: nowrap; }
  .aui .dropdown-menu > li > a:hover,
  .aui .dropdown-menu > li > a:focus,
  .aui .dropdown-submenu:hover > a,
  .aui .dropdown-submenu:focus > a {
    text-decoration: none;
    color: white;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }
  .aui .dropdown-menu > .active > a,
  .aui .dropdown-menu > .active > a:hover,
  .aui .dropdown-menu > .active > a:focus {
    color: white;
    text-decoration: none;
    outline: 0;
    background-color: #0081c2;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0088CC', endColorstr='#FF0077B3', GradientType=0); }
  .aui .dropdown-menu > .disabled > a,
  .aui .dropdown-menu > .disabled > a:hover,
  .aui .dropdown-menu > .disabled > a:focus {
    color: #999999; }
  .aui .dropdown-menu > .disabled > a:hover,
  .aui .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: default; }
  .aui .open {
    *z-index: 1000; }
    .aui .open > .dropdown-menu {
      display: block; }
  .aui .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }
  .aui .pull-right > .dropdown-menu {
    right: 0;
    left: auto; }
  .aui .dropup .caret,
  .aui .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    content: ""; }
  .aui .dropup .dropdown-menu,
  .aui .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px; }
  .aui .dropdown-submenu {
    position: relative; }
  .aui .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; }
  .aui .dropdown-submenu:hover > .dropdown-menu {
    display: block; }
  .aui .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; }
  .aui .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; }
  .aui .dropdown-submenu:hover > a:after {
    border-left-color: white; }
  .aui .dropdown-submenu.pull-left {
    float: none; }
    .aui .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; }
  .aui .dropdown .dropdown-menu .nav-header {
    padding-left: 20px;
    padding-right: 20px; }
  .aui .typeahead {
    z-index: 1051;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .aui .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: whitesmoke;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
    .aui .well blockquote {
      border-color: #ddd;
      border-color: rgba(0, 0, 0, 0.15); }
  .aui .well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .aui .well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .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; }
    .aui .fade.in {
      opacity: 1; }
  .aui .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; }
    .aui .collapse.in {
      height: auto; }
  .aui .close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: black;
    text-shadow: 0 1px 0 white;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .aui .close:hover, .aui .close:focus {
      color: black;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.4;
      filter: alpha(opacity=40); }
  .aui button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }
  .aui .nav {
    margin-left: 0;
    margin-bottom: 20px;
    list-style: none; }
  .aui .nav > li > a {
    display: block; }
  .aui .nav > li > a:hover,
  .aui .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
  .aui .nav > li > a > img {
    max-width: none; }
  .aui .nav > .pull-right {
    float: right; }
  .aui .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #999999;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase; }
  .aui .nav li + .nav-header {
    margin-top: 9px; }
  .aui .nav-list {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0; }
  .aui .nav-list > li > a,
  .aui .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  .aui .nav-list > li > a {
    padding: 3px 15px; }
  .aui .nav-list > .active > a,
  .aui .nav-list > .active > a:hover,
  .aui .nav-list > .active > a:focus {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    background-color: #0088cc; }
  .aui .nav-list [class^="icon-"],
  .aui .nav-list [class*=" icon-"] {
    margin-right: 2px; }
  .aui .nav-list .divider {
    *width: 100%;
    height: 1px;
    margin: 9px 1px;
    *margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid white; }
  .aui .nav-tabs,
  .aui .nav-pills {
    *zoom: 1; }
    .aui .nav-tabs:before, .aui .nav-tabs:after,
    .aui .nav-pills:before,
    .aui .nav-pills:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .nav-tabs:after,
    .aui .nav-pills:after {
      clear: both; }
  .aui .nav-tabs > li,
  .aui .nav-pills > li {
    float: left; }
  .aui .nav-tabs > li > a,
  .aui .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 2px;
    line-height: 14px; }
  .aui .nav-tabs {
    border-bottom: 1px solid #ddd; }
  .aui .nav-tabs > li {
    margin-bottom: -1px; }
  .aui .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; }
    .aui .nav-tabs > li > a:hover, .aui .nav-tabs > li > a:focus {
      border-color: #eeeeee #eeeeee #dddddd; }
  .aui .nav-tabs > .active > a,
  .aui .nav-tabs > .active > a:hover,
  .aui .nav-tabs > .active > a:focus {
    color: #555555;
    background-color: white;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }
  .aui .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; }
  .aui .nav-pills > .active > a,
  .aui .nav-pills > .active > a:hover,
  .aui .nav-pills > .active > a:focus {
    color: white;
    background-color: #0088cc; }
  .aui .nav-stacked > li {
    float: none; }
  .aui .nav-stacked > li > a {
    margin-right: 0; }
  .aui .nav-tabs.nav-stacked {
    border-bottom: 0; }
  .aui .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .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; }
  .aui .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; }
  .aui .nav-tabs.nav-stacked > li > a:hover,
  .aui .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ddd;
    z-index: 2; }
  .aui .nav-pills.nav-stacked > li > a {
    margin-bottom: 3px; }
  .aui .nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px; }
  .aui .nav-tabs .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px; }
  .aui .nav-pills .dropdown-menu {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }
  .aui .nav .dropdown-toggle .caret {
    border-top-color: #0088cc;
    border-bottom-color: #0088cc;
    margin-top: 6px; }
  .aui .nav .dropdown-toggle:hover .caret,
  .aui .nav .dropdown-toggle:focus .caret {
    border-top-color: #005580;
    border-bottom-color: #005580; }
  .aui .nav-tabs .dropdown-toggle .caret {
    margin-top: 8px; }
  .aui .nav .active .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .aui .nav-tabs .active .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .nav > .dropdown.active > a:hover,
  .aui .nav > .dropdown.active > a:focus {
    cursor: pointer; }
  .aui .nav-tabs .open .dropdown-toggle,
  .aui .nav-pills .open .dropdown-toggle,
  .aui .nav > li.dropdown.open.active > a:hover,
  .aui .nav > li.dropdown.open.active > a:focus {
    color: white;
    background-color: #999999;
    border-color: #999999; }
  .aui .nav li.dropdown.open .caret,
  .aui .nav li.dropdown.open.active .caret,
  .aui .nav li.dropdown.open a:hover .caret,
  .aui .nav li.dropdown.open a:focus .caret {
    border-top-color: white;
    border-bottom-color: white;
    opacity: 1;
    filter: alpha(opacity=100); }
  .aui .tabs-stacked .open > a:hover,
  .aui .tabs-stacked .open > a:focus {
    border-color: #999999; }
  .aui .tabbable {
    *zoom: 1; }
    .aui .tabbable:before, .aui .tabbable:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .tabbable:after {
      clear: both; }
  .aui .tab-content {
    overflow: auto; }
  .aui .tabs-below > .nav-tabs,
  .aui .tabs-right > .nav-tabs,
  .aui .tabs-left > .nav-tabs {
    border-bottom: 0; }
  .aui .tab-content > .tab-pane,
  .aui .pill-content > .pill-pane {
    display: none; }
  .aui .tab-content > .active,
  .aui .pill-content > .active {
    display: block; }
  .aui .tabs-below > .nav-tabs {
    border-top: 1px solid #ddd; }
  .aui .tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0; }
  .aui .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; }
    .aui .tabs-below > .nav-tabs > li > a:hover, .aui .tabs-below > .nav-tabs > li > a:focus {
      border-bottom-color: transparent;
      border-top-color: #ddd; }
  .aui .tabs-below > .nav-tabs > .active > a,
  .aui .tabs-below > .nav-tabs > .active > a:hover,
  .aui .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #ddd #ddd #ddd; }
  .aui .tabs-left > .nav-tabs > li,
  .aui .tabs-right > .nav-tabs > li {
    float: none; }
  .aui .tabs-left > .nav-tabs > li > a,
  .aui .tabs-right > .nav-tabs > li > a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px; }
  .aui .tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd; }
  .aui .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; }
  .aui .tabs-left > .nav-tabs > li > a:hover,
  .aui .tabs-left > .nav-tabs > li > a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee; }
  .aui .tabs-left > .nav-tabs .active > a,
  .aui .tabs-left > .nav-tabs .active > a:hover,
  .aui .tabs-left > .nav-tabs .active > a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: white; }
  .aui .tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
    border-left: 1px solid #ddd; }
  .aui .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; }
  .aui .tabs-right > .nav-tabs > li > a:hover,
  .aui .tabs-right > .nav-tabs > li > a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd; }
  .aui .tabs-right > .nav-tabs .active > a,
  .aui .tabs-right > .nav-tabs .active > a:hover,
  .aui .tabs-right > .nav-tabs .active > a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: white; }
  .aui .nav > .disabled > a {
    color: #999999; }
  .aui .nav > .disabled > a:hover,
  .aui .nav > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    cursor: default; }
  .aui .tabbable-hidden {
    display: none; }
  .aui .navbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2; }
  .aui .navbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF2F2F2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1; }
    .aui .navbar-inner:before, .aui .navbar-inner:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .navbar-inner:after {
      clear: both; }
  .aui .navbar .container {
    width: auto; }
  .aui .nav-collapse.collapse {
    height: auto;
    overflow: visible; }
  .aui .navbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 white; }
    .aui .navbar .brand:hover, .aui .navbar .brand:focus {
      text-decoration: none; }
  .aui .navbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777; }
  .aui .navbar-link {
    color: #777777; }
    .aui .navbar-link:hover, .aui .navbar-link:focus {
      color: #333333; }
  .aui .navbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid white; }
  .aui .navbar .btn,
  .aui .navbar .btn-group {
    margin-top: 5px; }
  .aui .navbar .btn-group .btn,
  .aui .navbar .input-prepend .btn,
  .aui .navbar .input-append .btn,
  .aui .navbar .input-prepend .btn-group,
  .aui .navbar .input-append .btn-group {
    margin-top: 0; }
  .aui .navbar-form {
    margin-bottom: 0;
    *zoom: 1; }
    .aui .navbar-form:before, .aui .navbar-form:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .navbar-form:after {
      clear: both; }
    .aui .navbar-form input,
    .aui .navbar-form select,
    .aui .navbar-form .radio,
    .aui .navbar-form .checkbox {
      margin-top: 5px; }
    .aui .navbar-form input,
    .aui .navbar-form select,
    .aui .navbar-form .btn {
      display: inline-block;
      margin-bottom: 0; }
    .aui .navbar-form input[type="image"],
    .aui .navbar-form input[type="checkbox"],
    .aui .navbar-form input[type="radio"] {
      margin-top: 3px; }
    .aui .navbar-form .input-append,
    .aui .navbar-form .input-prepend {
      margin-top: 5px;
      white-space: nowrap; }
      .aui .navbar-form .input-append input,
      .aui .navbar-form .input-prepend input {
        margin-top: 0; }
  .aui .navbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0; }
    .aui .navbar-search .search-query {
      margin-bottom: 0;
      padding: 4px 14px;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: normal;
      line-height: 1;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px; }
  .aui .navbar-static-top {
    position: static;
    margin-bottom: 0; }
    .aui .navbar-static-top .navbar-inner {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
  .aui .navbar-fixed-top,
  .aui .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-bottom: 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-static-top .navbar-inner {
    border-width: 0 0 1px; }
  .aui .navbar-fixed-bottom .navbar-inner {
    border-width: 1px 0 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-fixed-bottom .navbar-inner {
    padding-left: 0;
    padding-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .aui .navbar-static-top .container,
  .aui .navbar-fixed-top .container,
  .aui .navbar-fixed-bottom .container {
    width: 940px; }
  .aui .navbar-fixed-top {
    top: 0; }
  .aui .navbar-fixed-top .navbar-inner,
  .aui .navbar-static-top .navbar-inner {
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .aui .navbar-fixed-bottom {
    bottom: 0; }
    .aui .navbar-fixed-bottom .navbar-inner {
      -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1); }
  .aui .navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0; }
  .aui .navbar .nav.pull-right {
    float: right;
    margin-right: 0; }
  .aui .navbar .nav > li {
    float: left; }
  .aui .navbar .nav > li > a {
    float: none;
    padding: 10px 15px 10px;
    color: #777777;
    text-decoration: none;
    text-shadow: 0 1px 0 white; }
  .aui .navbar .nav .dropdown-toggle .caret {
    margin-top: 8px; }
  .aui .navbar .nav > li > a:focus,
  .aui .navbar .nav > li > a:hover {
    background-color: transparent;
    color: #333333;
    text-decoration: none; }
  .aui .navbar .nav > .active > a,
  .aui .navbar .nav > .active > a:hover,
  .aui .navbar .nav > .active > a:focus {
    color: #555555;
    text-decoration: none;
    background-color: #e6e6e6;
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); }
  .aui .navbar .btn-navbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
    background-image: linear-gradient(to bottom, #f2f2f2, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF2F2F2', 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);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075); }
    .aui .navbar .btn-navbar:hover, .aui .navbar .btn-navbar:focus, .aui .navbar .btn-navbar:active, .aui .navbar .btn-navbar.active, .aui .navbar .btn-navbar.disabled, .aui .navbar .btn-navbar[disabled] {
      color: white;
      background-color: #e6e6e6;
      *background-color: #d9d9d9; }
    .aui .navbar .btn-navbar:active, .aui .navbar .btn-navbar.active {
      background-color: #cccccc \9; }
  .aui .navbar .btn-navbar .icon-bar {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .aui .btn-navbar .icon-bar + .icon-bar {
    margin-top: 3px; }
  .aui .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; }
  .aui .navbar .nav > li > .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px; }
  .aui .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; }
  .aui .navbar-fixed-bottom .nav > li > .dropdown-menu:after {
    border-top: 6px solid white;
    border-bottom: 0;
    bottom: -6px;
    top: auto; }
  .aui .navbar .nav li.dropdown > a:hover .caret,
  .aui .navbar .nav li.dropdown > a:focus .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .navbar .nav li.dropdown.open > .dropdown-toggle,
  .aui .navbar .nav li.dropdown.active > .dropdown-toggle,
  .aui .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e6e6e6;
    color: #555555; }
  .aui .navbar .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777; }
  .aui .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
  .aui .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
  .aui .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555; }
  .aui .navbar .pull-right > li > .dropdown-menu,
  .aui .navbar .nav > li > .dropdown-menu.pull-right {
    left: auto;
    right: 0; }
    .aui .navbar .pull-right > li > .dropdown-menu:before,
    .aui .navbar .nav > li > .dropdown-menu.pull-right:before {
      left: auto;
      right: 12px; }
    .aui .navbar .pull-right > li > .dropdown-menu:after,
    .aui .navbar .nav > li > .dropdown-menu.pull-right:after {
      left: auto;
      right: 13px; }
    .aui .navbar .pull-right > li > .dropdown-menu .dropdown-menu,
    .aui .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; }
  .aui .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; }
  .aui .navbar-inverse .brand,
  .aui .navbar-inverse .nav > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
    .aui .navbar-inverse .brand:hover, .aui .navbar-inverse .brand:focus,
    .aui .navbar-inverse .nav > li > a:hover,
    .aui .navbar-inverse .nav > li > a:focus {
      color: white; }
  .aui .navbar-inverse .brand {
    color: #999999; }
  .aui .navbar-inverse .navbar-text {
    color: #999999; }
  .aui .navbar-inverse .nav > li > a:focus,
  .aui .navbar-inverse .nav > li > a:hover {
    background-color: transparent;
    color: white; }
  .aui .navbar-inverse .nav .active > a,
  .aui .navbar-inverse .nav .active > a:hover,
  .aui .navbar-inverse .nav .active > a:focus {
    color: white;
    background-color: #111111; }
  .aui .navbar-inverse .navbar-link {
    color: #999999; }
    .aui .navbar-inverse .navbar-link:hover, .aui .navbar-inverse .navbar-link:focus {
      color: white; }
  .aui .navbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222; }
  .aui .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
  .aui .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
  .aui .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: white; }
  .aui .navbar-inverse .nav li.dropdown > a:hover .caret,
  .aui .navbar-inverse .nav li.dropdown > a:focus .caret {
    border-top-color: white;
    color: white; }
  .aui .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999; }
  .aui .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
  .aui .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
  .aui .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: white;
    border-bottom-color: white; }
  .aui .navbar-inverse .navbar-search .search-query {
    color: white;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none; }
    .aui .navbar-inverse .navbar-search .search-query:-moz-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
      color: #cccccc; }
    .aui .navbar-inverse .navbar-search .search-query:focus, .aui .navbar-inverse .navbar-search .search-query.focused {
      padding: 5px 15px;
      color: #333333;
      text-shadow: 0 1px 0 white;
      background-color: white;
      border: 0;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
      outline: 0; }
  .aui .navbar-inverse .btn-navbar {
    color: white;
    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 black;
    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); }
    .aui .navbar-inverse .btn-navbar:hover, .aui .navbar-inverse .btn-navbar:focus, .aui .navbar-inverse .btn-navbar:active, .aui .navbar-inverse .btn-navbar.active, .aui .navbar-inverse .btn-navbar.disabled, .aui .navbar-inverse .btn-navbar[disabled] {
      color: white;
      background-color: #040404;
      *background-color: black; }
    .aui .navbar-inverse .btn-navbar:active, .aui .navbar-inverse .btn-navbar.active {
      background-color: black \9; }
  .aui .pagination {
    margin: 20px 0; }
  .aui .pagination ul {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
  .aui .pagination ul > li {
    display: inline; }
  .aui .pagination ul > li > a,
  .aui .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: white;
    border: 1px solid #dddddd;
    border-left-width: 0; }
  .aui .pagination ul > li > a:hover,
  .aui .pagination ul > li > a:focus,
  .aui .pagination ul > .active > a,
  .aui .pagination ul > .active > span {
    background-color: whitesmoke; }
  .aui .pagination ul > .active > a,
  .aui .pagination ul > .active > span {
    color: #999999;
    cursor: default; }
  .aui .pagination ul > .disabled > span,
  .aui .pagination ul > .disabled > a,
  .aui .pagination ul > .disabled > a:hover,
  .aui .pagination ul > .disabled > a:focus {
    color: #999999;
    background-color: transparent;
    cursor: default; }
  .aui .pagination ul > li:first-child > a,
  .aui .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; }
  .aui .pagination ul > li:last-child > a,
  .aui .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; }
  .aui .pagination-centered {
    text-align: center; }
  .aui .pagination-right {
    text-align: right; }
  .aui .pagination-large ul > li > a,
  .aui .pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px; }
  .aui .pagination-large ul > li:first-child > a,
  .aui .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; }
  .aui .pagination-large ul > li:last-child > a,
  .aui .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; }
  .aui .pagination-mini ul > li:first-child > a,
  .aui .pagination-mini ul > li:first-child > span,
  .aui .pagination-small ul > li:first-child > a,
  .aui .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; }
  .aui .pagination-mini ul > li:last-child > a,
  .aui .pagination-mini ul > li:last-child > span,
  .aui .pagination-small ul > li:last-child > a,
  .aui .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; }
  .aui .pagination-small ul > li > a,
  .aui .pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px; }
  .aui .pagination-mini ul > li > a,
  .aui .pagination-mini ul > li > span {
    padding: 0px 6px;
    font-size: 10.5px; }
  .aui .pagination-hidden {
    display: none; }
  .aui .pager {
    margin: 20px 0;
    list-style: none;
    text-align: center;
    *zoom: 1; }
    .aui .pager:before, .aui .pager:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .pager:after {
      clear: both; }
  .aui .pager li {
    display: inline; }
  .aui .pager li > a,
  .aui .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; }
  .aui .pager li > a:hover,
  .aui .pager li > a:focus {
    text-decoration: none;
    background-color: #f5f5f5; }
  .aui .pager .next > a,
  .aui .pager .next > span {
    float: right; }
  .aui .pager .previous > a,
  .aui .pager .previous > span {
    float: left; }
  .aui .pager .disabled > a,
  .aui .pager .disabled > a:hover,
  .aui .pager .disabled > a:focus,
  .aui .pager .disabled > span {
    color: #999999;
    background-color: #fff;
    cursor: default; }
  .aui .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black; }
    .aui .modal-backdrop.fade {
      opacity: 0; }
  .aui .modal-backdrop,
  .aui .modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .aui .modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: white;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    /* IE6-7 */
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none; }
    .aui .modal.fade {
      -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
      -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
      -o-transition: opacity 0.3s linear, top 0.3s ease-out;
      transition: opacity 0.3s linear, top 0.3s ease-out;
      top: -25%; }
    .aui .modal.fade.in {
      top: 10%; }
  .aui .modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee; }
    .aui .modal-header .close {
      margin-top: 2px; }
    .aui .modal-header h3 {
      margin: 0;
      line-height: 30px; }
  .aui .modal-body {
    position: relative;
    overflow-y: auto;
    max-height: 400px;
    padding: 15px; }
  .aui .modal-form {
    margin-bottom: 0; }
  .aui .modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 white;
    -moz-box-shadow: inset 0 1px 0 white;
    box-shadow: inset 0 1px 0 white;
    *zoom: 1; }
    .aui .modal-footer:before, .aui .modal-footer:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .modal-footer:after {
      clear: both; }
    .aui .modal-footer .btn + .btn {
      margin-left: 5px;
      margin-bottom: 0; }
    .aui .modal-footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .aui .modal-footer .btn-block + .btn-block {
      margin-left: 0; }
  .aui .modal-hidden {
    display: none; }
  .aui .modal-content {
    overflow: hidden; }
  .aui .tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 11px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0); }
    .aui .tooltip.in {
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .aui .tooltip.top {
      margin-top: -3px;
      padding: 5px 0; }
    .aui .tooltip.right {
      margin-left: 3px;
      padding: 0 5px; }
    .aui .tooltip.bottom {
      margin-top: 3px;
      padding: 5px 0; }
    .aui .tooltip.left {
      margin-left: -3px;
      padding: 0 5px; }
  .aui .tooltip-inner {
    max-width: 200px;
    padding: 8px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .aui .tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: black; }
  .aui .tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: black; }
  .aui .tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: black; }
  .aui .tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: black; }
  .aui .tooltip-help {
    font-size: 14px; }
    .aui .tooltip-help .tooltip-inner {
      color: #535353;
      background-color: #fdfaec;
      border: 1px solid #b0ad95;
      max-width: 400px;
      text-align: left; }
    .aui .tooltip-help.top .tooltip-arrow {
      border-top-color: #b0ad95; }
    .aui .tooltip-help.right .tooltip-arrow {
      border-right-color: #b0ad95; }
    .aui .tooltip-help.left .tooltip-arrow {
      border-left-color: #b0ad95; }
    .aui .tooltip-help.bottom .tooltip-arrow {
      border-bottom-color: #b0ad95; }
  .aui .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: white;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal; }
    .aui .popover.top {
      margin-top: -10px; }
    .aui .popover.right {
      margin-left: 10px; }
    .aui .popover.bottom {
      margin-top: 10px; }
    .aui .popover.left {
      margin-left: -10px; }
  .aui .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; }
    .aui .popover-title:empty {
      display: none; }
  .aui .popover-content {
    padding: 9px 14px; }
  .aui .popover .arrow,
  .aui .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }
  .aui .popover .arrow {
    border-width: 11px; }
  .aui .popover .arrow:after {
    border-width: 10px;
    content: ""; }
  .aui .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; }
    .aui .popover.top .arrow:after {
      bottom: 1px;
      margin-left: -10px;
      border-bottom-width: 0;
      border-top-color: white; }
  .aui .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); }
    .aui .popover.right .arrow:after {
      left: 1px;
      bottom: -10px;
      border-left-width: 0;
      border-right-color: white; }
  .aui .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; }
    .aui .popover.bottom .arrow:after {
      top: 1px;
      margin-left: -10px;
      border-top-width: 0;
      border-bottom-color: white; }
  .aui .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); }
    .aui .popover.left .arrow:after {
      right: 1px;
      border-right-width: 0;
      border-left-color: white;
      bottom: -10px; }
  .aui .popover-hidden {
    display: none; }
  .aui .thumbnails {
    margin-left: -20px;
    list-style: none;
    *zoom: 1; }
    .aui .thumbnails:before, .aui .thumbnails:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .thumbnails:after {
      clear: both; }
  .aui .row-fluid .thumbnails {
    margin-left: 0; }
  .aui .thumbnails > li {
    float: left;
    margin-bottom: 20px;
    margin-left: 20px; }
  .aui .thumbnail {
    display: block;
    padding: 4px;
    line-height: 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .aui a.thumbnail:hover,
  .aui a.thumbnail:focus {
    border-color: #0088cc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); }
  .aui .thumbnail > img {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
  .aui .thumbnail .caption {
    padding: 9px;
    color: #555555; }
  .aui .media,
  .aui .media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1; }
  .aui .media,
  .aui .media .media {
    margin-top: 15px; }
  .aui .media:first-child {
    margin-top: 0; }
  .aui .media-object {
    display: block; }
  .aui .media-heading {
    margin: 0 0 5px; }
  .aui .media > .pull-left {
    margin-right: 10px; }
  .aui .media > .pull-right {
    margin-left: 10px; }
  .aui .media-list {
    margin-left: 0;
    list-style: none; }
  .aui .progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .aui .progress .bar {
    width: 0%;
    height: 100%;
    color: white;
    float: left;
    font-size: 12px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0d90d1;
    background-image: -moz-linear-gradient(top, #149bdf, #0480be);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
    background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
    background-image: -o-linear-gradient(top, #149bdf, #0480be);
    background-image: linear-gradient(to bottom, #149bdf, #0480be);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.6s ease;
    -moz-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease; }
  .aui .progress .bar + .bar {
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); }
  .aui .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; }
  .aui .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; }
  .aui .progress-danger .bar, .aui .progress .bar-danger {
    background-color: #dd514b;
    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); }
  .aui .progress-danger.progress-striped .bar, .aui .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); }
  .aui .progress-success .bar, .aui .progress .bar-success {
    background-color: #5db95d;
    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); }
  .aui .progress-success.progress-striped .bar, .aui .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); }
  .aui .progress-info .bar, .aui .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); }
  .aui .progress-info.progress-striped .bar, .aui .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); }
  .aui .progress-warning .bar, .aui .progress .bar-warning {
    background-color: #f9a732;
    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); }
  .aui .progress-warning.progress-striped .bar, .aui .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); }
  .aui .progress-hiden {
    display: none; }
  .aui .progress.vertical {
    width: 20px;
    height: 100%;
    margin-right: 20px; }
  .aui .progress .bar {
    overflow: hidden; }
  .aui .progress .bar p {
    margin: 0;
    color: white;
    font-size: 11px;
    text-align: center;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25); }
  .aui .progress.vertical .bar {
    width: 100%;
    height: 0; }
  .aui .progress.vertical.bottom {
    position: relative; }
  .aui .progress.vertical.bottom .bar {
    position: absolute;
    bottom: 0; }
  .aui .accordion {
    margin-bottom: 20px; }
  .aui .accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .aui .accordion-heading {
    border-bottom: 0; }
  .aui .accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px; }
  .aui .accordion-toggle {
    cursor: pointer; }
  .aui .accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5; }
  .aui .carousel-hidden {
    display: none; }
  .aui .pull-right {
    float: right; }
  .aui .pull-left {
    float: left; }
  .aui .hide {
    display: none; }
  .aui .show {
    display: block; }
  .aui .invisible {
    visibility: hidden; }
  .aui .affix {
    position: fixed; }
  .aui .clearfix {
    *zoom: 1; }
    .aui .clearfix:before, .aui .clearfix:after {
      display: table;
      content: "";
      line-height: 0; }
    .aui .clearfix:after {
      clear: both; }
  .aui .hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }
  .aui .input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .aui .hide {
    display: none !important; }
  .aui .show {
    display: block !important; }
  .aui .hide-accessible {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
    /*Webkit and IE7 let clipped content change the scroll height of the page*/
    /*Scale webkit to 0*/
    -webkit-transform: scale(0);
    -webkit-transform-origin-x: 0px;
    -webkit-transform-origin-y: 0px;
    /*Change IE7 to using fixed*/
    *position: fixed !important;
    /*...And reset back to absolute for IE6*/
    _position: absolute !important; }
  .aui .force-offset {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important; }
  .aui .unselectable, .aui .unselectable * {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -webkit-user-select: none;
    user-select: none; }
  .aui .scroll-lock {
    height: 100%;
    margin: 0;
    overflow: hidden;
    width: 100%; }
  .aui [class^="icon-"],
  .aui [class*=" icon-"] {
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em; }
  .aui [class^="icon-"]:before,
  .aui [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none; }
  .aui .icon-large:before {
    vertical-align: -10%;
    font-size: 1.33333em; }
  .aui a [class^="icon-"],
  .aui a [class*=" icon-"] {
    display: inline; }
  .aui [class^="icon-"].icon-fixed-width,
  .aui [class*=" icon-"].icon-fixed-width {
    display: inline-block;
    width: 1.14286em;
    text-align: right;
    padding-right: 0.28571em; }
    .aui [class^="icon-"].icon-fixed-width.icon-large,
    .aui [class*=" icon-"].icon-fixed-width.icon-large {
      width: 1.42857em; }
  .aui .icons-ul {
    margin-left: 2.14286em;
    list-style-type: none; }
    .aui .icons-ul > li {
      position: relative; }
    .aui .icons-ul .icon-li {
      position: absolute;
      left: -2.14286em;
      width: 2.14286em;
      text-align: center;
      line-height: inherit; }
  .aui [class^="icon-"].hide,
  .aui [class*=" icon-"].hide {
    display: none; }
  .aui .icon-muted {
    color: #eeeeee; }
  .aui .icon-light {
    color: white; }
  .aui .icon-dark {
    color: #333333; }
  .aui .icon-border {
    border: solid 1px #eeeeee;
    padding: .2em .25em .15em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .aui .icon-2x {
    font-size: 2em; }
    .aui .icon-2x.icon-border {
      border-width: 2px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px; }
  .aui .icon-3x {
    font-size: 3em; }
    .aui .icon-3x.icon-border {
      border-width: 3px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
  .aui .icon-4x {
    font-size: 4em; }
    .aui .icon-4x.icon-border {
      border-width: 4px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px; }
  .aui .icon-5x {
    font-size: 5em; }
    .aui .icon-5x.icon-border {
      border-width: 5px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      border-radius: 7px; }
  .aui .pull-right {
    float: right; }
  .aui .pull-left {
    float: left; }
  .aui [class^="icon-"].pull-left,
  .aui [class*=" icon-"].pull-left {
    margin-right: .3em; }
  .aui [class^="icon-"].pull-right,
  .aui [class*=" icon-"].pull-right {
    margin-left: .3em; }
  .aui [class^="icon-"],
  .aui [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; }
  .aui .icon-white,
  .aui .nav-pills > .active > a > [class^="icon-"],
  .aui .nav-pills > .active > a > [class*=" icon-"],
  .aui .nav-list > .active > a > [class^="icon-"],
  .aui .nav-list > .active > a > [class*=" icon-"],
  .aui .navbar-inverse .nav > .active > a > [class^="icon-"],
  .aui .navbar-inverse .nav > .active > a > [class*=" icon-"],
  .aui .dropdown-menu > li > a:hover > [class^="icon-"],
  .aui .dropdown-menu > li > a:hover > [class*=" icon-"],
  .aui .dropdown-menu > .active > a > [class^="icon-"],
  .aui .dropdown-menu > .active > a > [class*=" icon-"],
  .aui .dropdown-submenu:hover > a > [class^="icon-"],
  .aui .dropdown-submenu:hover > a > [class*=" icon-"] {
    background-image: none; }
  .aui .btn [class^="icon-"].icon-large,
  .aui .btn [class*=" icon-"].icon-large, .aui .nav [class^="icon-"].icon-large,
  .aui .nav [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].icon-spin,
  .aui .btn [class*=" icon-"].icon-spin, .aui .nav [class^="icon-"].icon-spin,
  .aui .nav [class*=" icon-"].icon-spin {
    display: inline-block; }
  .aui .nav-tabs [class^="icon-"], .aui .nav-tabs [class^="icon-"].icon-large,
  .aui .nav-tabs [class*=" icon-"],
  .aui .nav-tabs [class*=" icon-"].icon-large, .aui .nav-pills [class^="icon-"], .aui .nav-pills [class^="icon-"].icon-large,
  .aui .nav-pills [class*=" icon-"],
  .aui .nav-pills [class*=" icon-"].icon-large {
    line-height: .9em; }
  .aui .btn [class^="icon-"].pull-left.icon-2x, .aui .btn [class^="icon-"].pull-right.icon-2x,
  .aui .btn [class*=" icon-"].pull-left.icon-2x,
  .aui .btn [class*=" icon-"].pull-right.icon-2x {
    margin-top: .18em; }
  .aui .btn [class^="icon-"].icon-spin.icon-large,
  .aui .btn [class*=" icon-"].icon-spin.icon-large {
    line-height: .8em; }
  .aui .btn.btn-small [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-small [class^="icon-"].pull-right.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-left.icon-2x,
  .aui .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
    margin-top: .25em; }
  .aui .btn.btn-large [class^="icon-"],
  .aui .btn.btn-large [class*=" icon-"] {
    margin-top: 0; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x, .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-top: .05em; }
    .aui .btn.btn-large [class^="icon-"].pull-left.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
      margin-right: .2em; }
    .aui .btn.btn-large [class^="icon-"].pull-right.icon-2x,
    .aui .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
      margin-left: .2em; }
  .aui .nav-list [class^="icon-"],
  .aui .nav-list [class*=" icon-"] {
    line-height: inherit; }
  .aui .icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: -35%; }
    .aui .icon-stack [class^="icon-"],
    .aui .icon-stack [class*=" icon-"] {
      display: block;
      text-align: center;
      position: absolute;
      width: 100%;
      height: 100%;
      font-size: 1em;
      line-height: inherit;
      *line-height: 2em; }
    .aui .icon-stack .icon-stack-base {
      font-size: 2em;
      *line-height: 1em; }
  .aui .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; }
  .aui a .icon-stack,
  .aui a .icon-spin {
    display: inline-block;
    text-decoration: none; }
  .aui .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); }
  .aui .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); }
  .aui .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); }
  .aui .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); }
  .aui .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); }
  .aui a .icon-rotate-90:before, .aui a .icon-rotate-180:before, .aui a .icon-rotate-270:before, .aui a .icon-flip-horizontal:before, .aui a .icon-flip-vertical:before {
    display: inline-block; }
  .aui [data-icon]:before {
    font-family: 'fontawesome-alloy';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .aui .icon-music, .aui .icon-search, .aui .icon-envelope, .aui .icon-heart, .aui .icon-star, .aui .icon-star-empty, .aui .icon-user, .aui .icon-film, .aui .icon-th-large, .aui .icon-th, .aui .icon-th-list, .aui .icon-ok, .aui .icon-remove, .aui .icon-zoom-in, .aui .icon-zoom-out, .aui .icon-off, .aui .icon-signal, .aui .icon-cog, .aui .icon-trash, .aui .icon-home, .aui .icon-file, .aui .icon-time, .aui .icon-road, .aui .icon-download-alt, .aui .icon-download, .aui .icon-upload, .aui .icon-inbox, .aui .icon-play-circle, .aui .icon-repeat, .aui .icon-refresh, .aui .icon-list-alt, .aui .icon-lock, .aui .icon-flag, .aui .icon-headphones, .aui .icon-volume-off, .aui .icon-volume-down, .aui .icon-volume-up, .aui .icon-qrcode, .aui .icon-barcode, .aui .icon-tag, .aui .icon-tags, .aui .icon-book, .aui .icon-bookmark, .aui .icon-print, .aui .icon-camera, .aui .icon-font, .aui .icon-bold, .aui .icon-italic, .aui .icon-text-height, .aui .icon-text-width, .aui .icon-align-left, .aui .icon-align-center, .aui .icon-align-right, .aui .icon-align-justify, .aui .icon-list, .aui .icon-indent-left, .aui .icon-indent-right, .aui .icon-facetime-video, .aui .icon-picture, .aui .icon-pencil, .aui .icon-map-marker, .aui .icon-adjust, .aui .icon-tint, .aui .icon-edit, .aui .icon-share, .aui .icon-check, .aui .icon-move, .aui .icon-step-backward, .aui .icon-fast-backward, .aui .icon-backward, .aui .icon-play, .aui .icon-pause, .aui .icon-stop, .aui .icon-forward, .aui .icon-fast-forward, .aui .icon-step-forward, .aui .icon-eject, .aui .icon-chevron-left, .aui .icon-chevron-right, .aui .icon-plus-sign, .aui .icon-minus-sign, .aui .icon-remove-sign, .aui .icon-ok-sign, .aui .icon-question-sign, .aui .icon-info-sign, .aui .icon-screenshot, .aui .icon-remove-circle, .aui .icon-ok-circle, .aui .icon-ban-circle, .aui .icon-arrow-left, .aui .icon-arrow-right, .aui .icon-arrow-up, .aui .icon-arrow-down, .aui .icon-share-alt, .aui .icon-resize-full, .aui .icon-resize-small, .aui .icon-plus, .aui .icon-minus, .aui .icon-asterisk, .aui .icon-exclamation-sign, .aui .icon-gift, .aui .icon-leaf, .aui .icon-fire, .aui .icon-eye-open, .aui .icon-eye-close, .aui .icon-warning-sign, .aui .icon-plane, .aui .icon-calendar, .aui .icon-random, .aui .icon-comment, .aui .icon-magnet, .aui .icon-chevron-up, .aui .icon-chevron-down, .aui .icon-retweet, .aui .icon-shopping-cart, .aui .icon-folder-close, .aui .icon-folder-open, .aui .icon-resize-vertical, .aui .icon-resize-horizontal, .aui .icon-bar-chart, .aui .icon-twitter-sign, .aui .icon-facebook-sign, .aui .icon-camera-retro, .aui .icon-key, .aui .icon-cogs, .aui .icon-comments, .aui .icon-thumbs-up, .aui .icon-thumbs-down, .aui .icon-star-half, .aui .icon-heart-empty, .aui .icon-signout, .aui .icon-linkedin-sign, .aui .icon-pushpin, .aui .icon-external-link, .aui .icon-signin, .aui .icon-trophy, .aui .icon-github-sign, .aui .icon-upload-alt, .aui .icon-lemon, .aui .icon-phone, .aui .icon-check-empty, .aui .icon-bookmark-empty, .aui .icon-phone-sign, .aui .icon-twitter, .aui .icon-facebook, .aui .icon-github, .aui .icon-unlock, .aui .icon-credit, .aui .icon-rss, .aui .icon-hdd, .aui .icon-bullhorn, .aui .icon-bell, .aui .icon-certificate, .aui .icon-hand-right, .aui .icon-hand-left, .aui .icon-hand-up, .aui .icon-hand-down, .aui .icon-circle-arrow-left, .aui .icon-circle-arrow-right, .aui .icon-circle-arrow-up, .aui .icon-circle-arrow-down, .aui .icon-globe, .aui .icon-wrench, .aui .icon-tasks, .aui .icon-filter, .aui .icon-briefcase, .aui .icon-fullscreen, .aui .icon-group, .aui .icon-link, .aui .icon-cloud, .aui .icon-beaker, .aui .icon-cut, .aui .icon-copy, .aui .icon-paper-clip, .aui .icon-save, .aui .icon-sign-blank, .aui .icon-reorder, .aui .icon-list-ul, .aui .icon-list-ol, .aui .icon-strikethrough, .aui .icon-underline, .aui .icon-table, .aui .icon-magic, .aui .icon-truck, .aui .icon-pinterest, .aui .icon-pinterest-sign, .aui .icon-google-plus-sign, .aui .icon-google-plus, .aui .icon-money, .aui .icon-caret-down, .aui .icon-caret-up, .aui .icon-caret-left, .aui .icon-caret-right, .aui .icon-columns, .aui .icon-sort, .aui .icon-sort-down, .aui .icon-sort-up, .aui .icon-envelope-alt, .aui .icon-linkedin, .aui .icon-undo, .aui .icon-legal, .aui .icon-dashboard, .aui .icon-comment-alt, .aui .icon-comments-alt, .aui .icon-bolt, .aui .icon-sitemap, .aui .icon-umbrella, .aui .icon-paste, .aui .icon-lightbulb, .aui .icon-exchange, .aui .icon-cloud-download, .aui .icon-cloud-upload, .aui .icon-user-md, .aui .icon-stethoscope, .aui .icon-suitcase, .aui .icon-bell-alt, .aui .icon-coffee, .aui .icon-food, .aui .icon-file-alt, .aui .icon-building, .aui .icon-hospital, .aui .icon-ambulance, .aui .icon-medkit, .aui .icon-fighter-jet, .aui .icon-beer, .aui .icon-h-sign, .aui .icon-plus-sign-2, .aui .icon-double-angle-left, .aui .icon-double-angle-right, .aui .icon-double-angle-up, .aui .icon-double-angle-down, .aui .icon-angle-left, .aui .icon-angle-right, .aui .icon-angle-up, .aui .icon-angle-down, .aui .icon-desktop, .aui .icon-laptop, .aui .icon-tablet, .aui .icon-mobile, .aui .icon-circle-blank, .aui .icon-quote-left, .aui .icon-quote-right, .aui .icon-spinner, .aui .icon-circle, .aui .icon-reply, .aui .icon-github-alt, .aui .icon-folder-close-alt, .aui .icon-folder-open-alt, .aui .icon-expand-alt, .aui .icon-collapse-alt, .aui .icon-smile, .aui .icon-frown, .aui .icon-meh, .aui .icon-gamepad, .aui .icon-keyboard, .aui .icon-flag-alt, .aui .icon-flag-checkered, .aui .icon-terminal, .aui .icon-code, .aui .icon-reply-all, .aui .icon-star-half-full, .aui .icon-location-arrow, .aui .icon-crop, .aui .icon-code-fork, .aui .icon-unlink, .aui .icon-question, .aui .icon-info, .aui .icon-exclamation, .aui .icon-superscript, .aui .icon-subscript, .aui .icon-eraser, .aui .icon-puzzle, .aui .icon-microphone, .aui .icon-microphone-off, .aui .icon-shield, .aui .icon-calendar-empty, .aui .icon-fire-extinguisher, .aui .icon-rocket, .aui .icon-maxcdn, .aui .icon-chevron-sign-left, .aui .icon-chevron-sign-right, .aui .icon-chevron-sign-up, .aui .icon-chevron-sign-down, .aui .icon-html5, .aui .icon-css3, .aui .icon-anchor, .aui .icon-unlock-alt, .aui .icon-bullseye, .aui .icon-ellipsis-horizontal, .aui .icon-ellipsis-vertical, .aui .icon-rss-sign, .aui .icon-play-sign, .aui .icon-ticket, .aui .icon-minus-sign-alt, .aui .icon-check-minus, .aui .icon-level-up, .aui .icon-level-down, .aui .icon-check-sign, .aui .icon-edit-sign, .aui .icon-external-link-sign, .aui .icon-share-sign, .aui .icon-compass, .aui .icon-collapse, .aui .icon-collapse-top, .aui .icon-expand, .aui .icon-euro, .aui .icon-gbp, .aui .icon-dollar, .aui .icon-yen, .aui .icon-renminbi, .aui .icon-won, .aui .icon-bitcoin, .aui .icon-file-2, .aui .icon-file-text, .aui .icon-sort-by-alphabet, .aui .icon-sort-by-alphabet-alt, .aui .icon-sort-by-attributes, .aui .icon-sort-by-attributes-alt, .aui .icon-sort-by-order, .aui .icon-sort-by-order-alt, .aui .icon-thumbs-up-2, .aui .icon-thumbs-down-2, .aui .icon-youtube-sign, .aui .icon-youtube, .aui .icon-xing, .aui .icon-xing-sign, .aui .icon-youtube-play, .aui .icon-dropbox, .aui .icon-stackexchange, .aui .icon-instagram, .aui .icon-flickr, .aui .icon-adn, .aui .icon-bitbucket, .aui .icon-bitbucket-sign, .aui .icon-tumblr, .aui .icon-tumblr-sign, .aui .icon-long-arrow-down, .aui .icon-long-arrow-up, .aui .icon-long-arrow-left, .aui .icon-long-arrow-right, .aui .icon-apple, .aui .icon-windows, .aui .icon-android, .aui .icon-linux, .aui .icon-dribbble, .aui .icon-skype, .aui .icon-foursquare, .aui .icon-trello, .aui .icon-female, .aui .icon-male, .aui .icon-gittip, .aui .icon-sun, .aui .icon-moon, .aui .icon-archive, .aui .icon-bug, .aui .icon-vk, .aui .icon-rupee, .aui .icon-glass, .aui .icon-fb-text-box, .aui .icon-fb-select, .aui .icon-fb-radio, .aui .icon-fb-text, .aui .icon-fb-number, .aui .icon-fb-integer, .aui .icon-fb-decimal, .aui .icon-fb-boolean, .aui .icon-renren, .aui .icon-weibo, .aui .icon-db-joinxor, .aui .icon-db-state, .aui .icon-db-end, .aui .icon-db-start, .aui .icon-db-fork, .aui .icon-db-task, .aui .icon-db-condition, .aui .icon-db-join, .aui .icon-fb-button, .aui .icon-fb-fieldset, .aui .icon-fb-custom-field, .aui .icon-fb-separator, .aui .icon-fb-paragraph, .aui .icon-fb-file-upload {
    font-family: 'fontawesome-alloy';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .aui .icon-music:before {
    content: "\f001"; }
  .aui .icon-search:before {
    content: "\f002"; }
  .aui .icon-envelope:before {
    content: "\f003"; }
  .aui .icon-heart:before {
    content: "\f004"; }
  .aui .icon-star:before {
    content: "\f005"; }
  .aui .icon-star-empty:before {
    content: "\f006"; }
  .aui .icon-user:before {
    content: "\f007"; }
  .aui .icon-film:before {
    content: "\f008"; }
  .aui .icon-th-large:before {
    content: "\f009"; }
  .aui .icon-th:before {
    content: "\f00a"; }
  .aui .icon-th-list:before {
    content: "\f00b"; }
  .aui .icon-ok:before {
    content: "\f00c"; }
  .aui .icon-remove:before {
    content: "\f00d"; }
  .aui .icon-zoom-in:before {
    content: "\f00e"; }
  .aui .icon-zoom-out:before {
    content: "\f010"; }
  .aui .icon-off:before {
    content: "\f011"; }
  .aui .icon-signal:before {
    content: "\f012"; }
  .aui .icon-cog:before {
    content: "\f013"; }
  .aui .icon-trash:before {
    content: "\f014"; }
  .aui .icon-home:before {
    content: "\f015"; }
  .aui .icon-file:before {
    content: "\f016"; }
  .aui .icon-time:before {
    content: "\f017"; }
  .aui .icon-road:before {
    content: "\f018"; }
  .aui .icon-download-alt:before {
    content: "\f019"; }
  .aui .icon-download:before {
    content: "\f01a"; }
  .aui .icon-upload:before {
    content: "\f01b"; }
  .aui .icon-inbox:before {
    content: "\f01c"; }
  .aui .icon-play-circle:before {
    content: "\f01d"; }
  .aui .icon-repeat:before {
    content: "\f01e"; }
  .aui .icon-refresh:before {
    content: "\f021"; }
  .aui .icon-list-alt:before {
    content: "\f022"; }
  .aui .icon-lock:before {
    content: "\f023"; }
  .aui .icon-flag:before {
    content: "\f024"; }
  .aui .icon-headphones:before {
    content: "\f025"; }
  .aui .icon-volume-off:before {
    content: "\f026"; }
  .aui .icon-volume-down:before {
    content: "\f027"; }
  .aui .icon-volume-up:before {
    content: "\f028"; }
  .aui .icon-qrcode:before {
    content: "\f029"; }
  .aui .icon-barcode:before {
    content: "\f02a"; }
  .aui .icon-tag:before {
    content: "\f02b"; }
  .aui .icon-tags:before {
    content: "\f02c"; }
  .aui .icon-book:before {
    content: "\f02d"; }
  .aui .icon-bookmark:before {
    content: "\f02e"; }
  .aui .icon-print:before {
    content: "\f02f"; }
  .aui .icon-camera:before {
    content: "\f030"; }
  .aui .icon-font:before {
    content: "\f031"; }
  .aui .icon-bold:before {
    content: "\f032"; }
  .aui .icon-italic:before {
    content: "\f033"; }
  .aui .icon-text-height:before {
    content: "\f034"; }
  .aui .icon-text-width:before {
    content: "\f035"; }
  .aui .icon-align-left:before {
    content: "\f036"; }
  .aui .icon-align-center:before {
    content: "\f037"; }
  .aui .icon-align-right:before {
    content: "\f038"; }
  .aui .icon-align-justify:before {
    content: "\f039"; }
  .aui .icon-list:before {
    content: "\f03a"; }
  .aui .icon-indent-left:before {
    content: "\f03b"; }
  .aui .icon-indent-right:before {
    content: "\f03c"; }
  .aui .icon-facetime-video:before {
    content: "\f03d"; }
  .aui .icon-picture:before {
    content: "\f03e"; }
  .aui .icon-pencil:before {
    content: "\f040"; }
  .aui .icon-map-marker:before {
    content: "\f041"; }
  .aui .icon-adjust:before {
    content: "\f042"; }
  .aui .icon-tint:before {
    content: "\f043"; }
  .aui .icon-edit:before {
    content: "\f044"; }
  .aui .icon-share:before {
    content: "\f045"; }
  .aui .icon-check:before {
    content: "\f046"; }
  .aui .icon-move:before {
    content: "\f047"; }
  .aui .icon-step-backward:before {
    content: "\f048"; }
  .aui .icon-fast-backward:before {
    content: "\f049"; }
  .aui .icon-backward:before {
    content: "\f04a"; }
  .aui .icon-play:before {
    content: "\f04b"; }
  .aui .icon-pause:before {
    content: "\f04c"; }
  .aui .icon-stop:before {
    content: "\f04d"; }
  .aui .icon-forward:before {
    content: "\f04e"; }
  .aui .icon-fast-forward:before {
    content: "\f050"; }
  .aui .icon-step-forward:before {
    content: "\f051"; }
  .aui .icon-eject:before {
    content: "\f052"; }
  .aui .icon-chevron-left:before {
    content: "\f053"; }
  .aui .icon-chevron-right:before {
    content: "\f054"; }
  .aui .icon-plus-sign:before {
    content: "\f055"; }
  .aui .icon-minus-sign:before {
    content: "\f056"; }
  .aui .icon-remove-sign:before {
    content: "\f057"; }
  .aui .icon-ok-sign:before {
    content: "\f058"; }
  .aui .icon-question-sign:before {
    content: "\f059"; }
  .aui .icon-info-sign:before {
    content: "\f05a"; }
  .aui .icon-screenshot:before {
    content: "\f05b"; }
  .aui .icon-remove-circle:before {
    content: "\f05c"; }
  .aui .icon-ok-circle:before {
    content: "\f05d"; }
  .aui .icon-ban-circle:before {
    content: "\f05e"; }
  .aui .icon-arrow-left:before {
    content: "\f060"; }
  .aui .icon-arrow-right:before {
    content: "\f061"; }
  .aui .icon-arrow-up:before {
    content: "\f062"; }
  .aui .icon-arrow-down:before {
    content: "\f063"; }
  .aui .icon-share-alt:before {
    content: "\f064"; }
  .aui .icon-resize-full:before {
    content: "\f065"; }
  .aui .icon-resize-small:before {
    content: "\f066"; }
  .aui .icon-plus:before {
    content: "\f067"; }
  .aui .icon-minus:before {
    content: "\f068"; }
  .aui .icon-asterisk:before {
    content: "\f069"; }
  .aui .icon-exclamation-sign:before {
    content: "\f06a"; }
  .aui .icon-gift:before {
    content: "\f06b"; }
  .aui .icon-leaf:before {
    content: "\f06c"; }
  .aui .icon-fire:before {
    content: "\f06d"; }
  .aui .icon-eye-open:before {
    content: "\f06e"; }
  .aui .icon-eye-close:before {
    content: "\f070"; }
  .aui .icon-warning-sign:before {
    content: "\f071"; }
  .aui .icon-plane:before {
    content: "\f072"; }
  .aui .icon-calendar:before {
    content: "\f073"; }
  .aui .icon-random:before {
    content: "\f074"; }
  .aui .icon-comment:before {
    content: "\f075"; }
  .aui .icon-magnet:before {
    content: "\f076"; }
  .aui .icon-chevron-up:before {
    content: "\f077"; }
  .aui .icon-chevron-down:before {
    content: "\f078"; }
  .aui .icon-retweet:before {
    content: "\f079"; }
  .aui .icon-shopping-cart:before {
    content: "\f07a"; }
  .aui .icon-folder-close:before {
    content: "\f07b"; }
  .aui .icon-folder-open:before {
    content: "\f07c"; }
  .aui .icon-resize-vertical:before {
    content: "\f07d"; }
  .aui .icon-resize-horizontal:before {
    content: "\f07e"; }
  .aui .icon-bar-chart:before {
    content: "\f080"; }
  .aui .icon-twitter-sign:before {
    content: "\f081"; }
  .aui .icon-facebook-sign:before {
    content: "\f082"; }
  .aui .icon-camera-retro:before {
    content: "\f083"; }
  .aui .icon-key:before {
    content: "\f084"; }
  .aui .icon-cogs:before {
    content: "\f085"; }
  .aui .icon-comments:before {
    content: "\f086"; }
  .aui .icon-thumbs-up:before {
    content: "\f087"; }
  .aui .icon-thumbs-down:before {
    content: "\f088"; }
  .aui .icon-star-half:before {
    content: "\f089"; }
  .aui .icon-heart-empty:before {
    content: "\f08a"; }
  .aui .icon-signout:before {
    content: "\f08b"; }
  .aui .icon-linkedin-sign:before {
    content: "\f08c"; }
  .aui .icon-pushpin:before {
    content: "\f08d"; }
  .aui .icon-external-link:before {
    content: "\f08e"; }
  .aui .icon-signin:before {
    content: "\f090"; }
  .aui .icon-trophy:before {
    content: "\f091"; }
  .aui .icon-github-sign:before {
    content: "\f092"; }
  .aui .icon-upload-alt:before {
    content: "\f093"; }
  .aui .icon-lemon:before {
    content: "\f094"; }
  .aui .icon-phone:before {
    content: "\f095"; }
  .aui .icon-check-empty:before {
    content: "\f096"; }
  .aui .icon-bookmark-empty:before {
    content: "\f097"; }
  .aui .icon-phone-sign:before {
    content: "\f098"; }
  .aui .icon-twitter:before {
    content: "\f099"; }
  .aui .icon-facebook:before {
    content: "\f09a"; }
  .aui .icon-github:before {
    content: "\f09b"; }
  .aui .icon-unlock:before {
    content: "\f09c"; }
  .aui .icon-credit:before {
    content: "\f09d"; }
  .aui .icon-rss:before {
    content: "\f09e"; }
  .aui .icon-hdd:before {
    content: "\f0a0"; }
  .aui .icon-bullhorn:before {
    content: "\f0a1"; }
  .aui .icon-bell:before {
    content: "\f0a2"; }
  .aui .icon-certificate:before {
    content: "\f0a3"; }
  .aui .icon-hand-right:before {
    content: "\f0a4"; }
  .aui .icon-hand-left:before {
    content: "\f0a5"; }
  .aui .icon-hand-up:before {
    content: "\f0a6"; }
  .aui .icon-hand-down:before {
    content: "\f0a7"; }
  .aui .icon-circle-arrow-left:before {
    content: "\f0a8"; }
  .aui .icon-circle-arrow-right:before {
    content: "\f0a9"; }
  .aui .icon-circle-arrow-up:before {
    content: "\f0aa"; }
  .aui .icon-circle-arrow-down:before {
    content: "\f0ab"; }
  .aui .icon-globe:before {
    content: "\f0ac"; }
  .aui .icon-wrench:before {
    content: "\f0ad"; }
  .aui .icon-tasks:before {
    content: "\f0ae"; }
  .aui .icon-filter:before {
    content: "\f0b0"; }
  .aui .icon-briefcase:before {
    content: "\f0b1"; }
  .aui .icon-fullscreen:before {
    content: "\f0b2"; }
  .aui .icon-group:before {
    content: "\f0c0"; }
  .aui .icon-link:before {
    content: "\f0c1"; }
  .aui .icon-cloud:before {
    content: "\f0c2"; }
  .aui .icon-beaker:before {
    content: "\f0c3"; }
  .aui .icon-cut:before {
    content: "\f0c4"; }
  .aui .icon-copy:before {
    content: "\f0c5"; }
  .aui .icon-paper-clip:before {
    content: "\f0c6"; }
  .aui .icon-save:before {
    content: "\f0c7"; }
  .aui .icon-sign-blank:before {
    content: "\f0c8"; }
  .aui .icon-reorder:before {
    content: "\f0c9"; }
  .aui .icon-list-ul:before {
    content: "\f0ca"; }
  .aui .icon-list-ol:before {
    content: "\f0cb"; }
  .aui .icon-strikethrough:before {
    content: "\f0cc"; }
  .aui .icon-underline:before {
    content: "\f0cd"; }
  .aui .icon-table:before {
    content: "\f0ce"; }
  .aui .icon-magic:before {
    content: "\f0d0"; }
  .aui .icon-truck:before {
    content: "\f0d1"; }
  .aui .icon-pinterest:before {
    content: "\f0d2"; }
  .aui .icon-pinterest-sign:before {
    content: "\f0d3"; }
  .aui .icon-google-plus-sign:before {
    content: "\f0d4"; }
  .aui .icon-google-plus:before {
    content: "\f0d5"; }
  .aui .icon-money:before {
    content: "\f0d6"; }
  .aui .icon-caret-down:before {
    content: "\f0d7"; }
  .aui .icon-caret-up:before {
    content: "\f0d8"; }
  .aui .icon-caret-left:before {
    content: "\f0d9"; }
  .aui .icon-caret-right:before {
    content: "\f0da"; }
  .aui .icon-columns:before {
    content: "\f0db"; }
  .aui .icon-sort:before {
    content: "\f0dc"; }
  .aui .icon-sort-down:before {
    content: "\f0dd"; }
  .aui .icon-sort-up:before {
    content: "\f0de"; }
  .aui .icon-envelope-alt:before {
    content: "\f0e0"; }
  .aui .icon-linkedin:before {
    content: "\f0e1"; }
  .aui .icon-undo:before {
    content: "\f0e2"; }
  .aui .icon-legal:before {
    content: "\f0e3"; }
  .aui .icon-dashboard:before {
    content: "\f0e4"; }
  .aui .icon-comment-alt:before {
    content: "\f0e5"; }
  .aui .icon-comments-alt:before {
    content: "\f0e6"; }
  .aui .icon-bolt:before {
    content: "\f0e7"; }
  .aui .icon-sitemap:before {
    content: "\f0e8"; }
  .aui .icon-umbrella:before {
    content: "\f0e9"; }
  .aui .icon-paste:before {
    content: "\f0ea"; }
  .aui .icon-lightbulb:before {
    content: "\f0eb"; }
  .aui .icon-exchange:before {
    content: "\f0ec"; }
  .aui .icon-cloud-download:before {
    content: "\f0ed"; }
  .aui .icon-cloud-upload:before {
    content: "\f0ee"; }
  .aui .icon-user-md:before {
    content: "\f0f0"; }
  .aui .icon-stethoscope:before {
    content: "\f0f1"; }
  .aui .icon-suitcase:before {
    content: "\f0f2"; }
  .aui .icon-bell-alt:before {
    content: "\f0f3"; }
  .aui .icon-coffee:before {
    content: "\f0f4"; }
  .aui .icon-food:before {
    content: "\f0f5"; }
  .aui .icon-file-alt:before {
    content: "\f0f6"; }
  .aui .icon-building:before {
    content: "\f0f7"; }
  .aui .icon-hospital:before {
    content: "\f0f8"; }
  .aui .icon-ambulance:before {
    content: "\f0f9"; }
  .aui .icon-medkit:before {
    content: "\f0fa"; }
  .aui .icon-fighter-jet:before {
    content: "\f0fb"; }
  .aui .icon-beer:before {
    content: "\f0fc"; }
  .aui .icon-h-sign:before {
    content: "\f0fd"; }
  .aui .icon-plus-sign-2:before {
    content: "\f0fe"; }
  .aui .icon-double-angle-left:before {
    content: "\f100"; }
  .aui .icon-double-angle-right:before {
    content: "\f101"; }
  .aui .icon-double-angle-up:before {
    content: "\f102"; }
  .aui .icon-double-angle-down:before {
    content: "\f103"; }
  .aui .icon-angle-left:before {
    content: "\f104"; }
  .aui .icon-angle-right:before {
    content: "\f105"; }
  .aui .icon-angle-up:before {
    content: "\f106"; }
  .aui .icon-angle-down:before {
    content: "\f107"; }
  .aui .icon-desktop:before {
    content: "\f108"; }
  .aui .icon-laptop:before {
    content: "\f109"; }
  .aui .icon-tablet:before {
    content: "\f10a"; }
  .aui .icon-mobile:before {
    content: "\f10b"; }
  .aui .icon-circle-blank:before {
    content: "\f10c"; }
  .aui .icon-quote-left:before {
    content: "\f10d"; }
  .aui .icon-quote-right:before {
    content: "\f10e"; }
  .aui .icon-spinner:before {
    content: "\f110"; }
  .aui .icon-circle:before {
    content: "\f111"; }
  .aui .icon-reply:before {
    content: "\f112"; }
  .aui .icon-github-alt:before {
    content: "\f113"; }
  .aui .icon-folder-close-alt:before {
    content: "\f114"; }
  .aui .icon-folder-open-alt:before {
    content: "\f115"; }
  .aui .icon-expand-alt:before {
    content: "\f116"; }
  .aui .icon-collapse-alt:before {
    content: "\f117"; }
  .aui .icon-smile:before {
    content: "\f118"; }
  .aui .icon-frown:before {
    content: "\f119"; }
  .aui .icon-meh:before {
    content: "\f11a"; }
  .aui .icon-gamepad:before {
    content: "\f11b"; }
  .aui .icon-keyboard:before {
    content: "\f11c"; }
  .aui .icon-flag-alt:before {
    content: "\f11d"; }
  .aui .icon-flag-checkered:before {
    content: "\f11e"; }
  .aui .icon-terminal:before {
    content: "\f120"; }
  .aui .icon-code:before {
    content: "\f121"; }
  .aui .icon-reply-all:before {
    content: "\f122"; }
  .aui .icon-star-half-full:before {
    content: "\f123"; }
  .aui .icon-location-arrow:before {
    content: "\f124"; }
  .aui .icon-crop:before {
    content: "\f125"; }
  .aui .icon-code-fork:before {
    content: "\f126"; }
  .aui .icon-unlink:before {
    content: "\f127"; }
  .aui .icon-question:before {
    content: "\f128"; }
  .aui .icon-info:before {
    content: "\f129"; }
  .aui .icon-exclamation:before {
    content: "\f12a"; }
  .aui .icon-superscript:before {
    content: "\f12b"; }
  .aui .icon-subscript:before {
    content: "\f12c"; }
  .aui .icon-eraser:before {
    content: "\f12d"; }
  .aui .icon-puzzle:before {
    content: "\f12e"; }
  .aui .icon-microphone:before {
    content: "\f130"; }
  .aui .icon-microphone-off:before {
    content: "\f131"; }
  .aui .icon-shield:before {
    content: "\f132"; }
  .aui .icon-calendar-empty:before {
    content: "\f133"; }
  .aui .icon-fire-extinguisher:before {
    content: "\f134"; }
  .aui .icon-rocket:before {
    content: "\f135"; }
  .aui .icon-maxcdn:before {
    content: "\f136"; }
  .aui .icon-chevron-sign-left:before {
    content: "\f137"; }
  .aui .icon-chevron-sign-right:before {
    content: "\f138"; }
  .aui .icon-chevron-sign-up:before {
    content: "\f139"; }
  .aui .icon-chevron-sign-down:before {
    content: "\f13a"; }
  .aui .icon-html5:before {
    content: "\f13b"; }
  .aui .icon-css3:before {
    content: "\f13c"; }
  .aui .icon-anchor:before {
    content: "\f13d"; }
  .aui .icon-unlock-alt:before {
    content: "\f13e"; }
  .aui .icon-bullseye:before {
    content: "\f140"; }
  .aui .icon-ellipsis-horizontal:before {
    content: "\f141"; }
  .aui .icon-ellipsis-vertical:before {
    content: "\f142"; }
  .aui .icon-rss-sign:before {
    content: "\f143"; }
  .aui .icon-play-sign:before {
    content: "\f144"; }
  .aui .icon-ticket:before {
    content: "\f145"; }
  .aui .icon-minus-sign-alt:before {
    content: "\f146"; }
  .aui .icon-check-minus:before {
    content: "\f147"; }
  .aui .icon-level-up:before {
    content: "\f148"; }
  .aui .icon-level-down:before {
    content: "\f149"; }
  .aui .icon-check-sign:before {
    content: "\f14a"; }
  .aui .icon-edit-sign:before {
    content: "\f14b"; }
  .aui .icon-external-link-sign:before {
    content: "\f14c"; }
  .aui .icon-share-sign:before {
    content: "\f14d"; }
  .aui .icon-compass:before {
    content: "\f14e"; }
  .aui .icon-collapse:before {
    content: "\f150"; }
  .aui .icon-collapse-top:before {
    content: "\f151"; }
  .aui .icon-expand:before {
    content: "\f152"; }
  .aui .icon-euro:before {
    content: "\f153"; }
  .aui .icon-gbp:before {
    content: "\f154"; }
  .aui .icon-dollar:before {
    content: "\f155"; }
  .aui .icon-yen:before {
    content: "\f157"; }
  .aui .icon-renminbi:before {
    content: "\f158"; }
  .aui .icon-won:before {
    content: "\f159"; }
  .aui .icon-bitcoin:before {
    content: "\f15a"; }
  .aui .icon-file-2:before {
    content: "\f15b"; }
  .aui .icon-file-text:before {
    content: "\f15c"; }
  .aui .icon-sort-by-alphabet:before {
    content: "\f15d"; }
  .aui .icon-sort-by-alphabet-alt:before {
    content: "\f15e"; }
  .aui .icon-sort-by-attributes:before {
    content: "\f160"; }
  .aui .icon-sort-by-attributes-alt:before {
    content: "\f161"; }
  .aui .icon-sort-by-order:before {
    content: "\f162"; }
  .aui .icon-sort-by-order-alt:before {
    content: "\f163"; }
  .aui .icon-thumbs-up-2:before {
    content: "\f164"; }
  .aui .icon-thumbs-down-2:before {
    content: "\f165"; }
  .aui .icon-youtube-sign:before {
    content: "\f166"; }
  .aui .icon-youtube:before {
    content: "\f167"; }
  .aui .icon-xing:before {
    content: "\f168"; }
  .aui .icon-xing-sign:before {
    content: "\f169"; }
  .aui .icon-youtube-play:before {
    content: "\f16a"; }
  .aui .icon-dropbox:before {
    content: "\f16b"; }
  .aui .icon-stackexchange:before {
    content: "\f16c"; }
  .aui .icon-instagram:before {
    content: "\f16d"; }
  .aui .icon-flickr:before {
    content: "\f16e"; }
  .aui .icon-adn:before {
    content: "\f170"; }
  .aui .icon-bitbucket:before {
    content: "\f171"; }
  .aui .icon-bitbucket-sign:before {
    content: "\f172"; }
  .aui .icon-tumblr:before {
    content: "\f173"; }
  .aui .icon-tumblr-sign:before {
    content: "\f174"; }
  .aui .icon-long-arrow-down:before {
    content: "\f175"; }
  .aui .icon-long-arrow-up:before {
    content: "\f176"; }
  .aui .icon-long-arrow-left:before {
    content: "\f177"; }
  .aui .icon-long-arrow-right:before {
    content: "\f178"; }
  .aui .icon-apple:before {
    content: "\f179"; }
  .aui .icon-windows:before {
    content: "\f17a"; }
  .aui .icon-android:before {
    content: "\f17b"; }
  .aui .icon-linux:before {
    content: "\f17c"; }
  .aui .icon-dribbble:before {
    content: "\f17d"; }
  .aui .icon-skype:before {
    content: "\f17e"; }
  .aui .icon-foursquare:before {
    content: "\f180"; }
  .aui .icon-trello:before {
    content: "\f181"; }
  .aui .icon-female:before {
    content: "\f182"; }
  .aui .icon-male:before {
    content: "\f183"; }
  .aui .icon-gittip:before {
    content: "\f184"; }
  .aui .icon-sun:before {
    content: "\f185"; }
  .aui .icon-moon:before {
    content: "\f186"; }
  .aui .icon-archive:before {
    content: "\f187"; }
  .aui .icon-bug:before {
    content: "\f188"; }
  .aui .icon-vk:before {
    content: "\f189"; }
  .aui .icon-rupee:before {
    content: "\f156"; }
  .aui .icon-glass:before {
    content: "\f000"; }
  .aui .icon-fb-text-box:before {
    content: "\e001"; }
  .aui .icon-fb-select:before {
    content: "\e002"; }
  .aui .icon-fb-radio:before {
    content: "\e003"; }
  .aui .icon-fb-text:before {
    content: "\e000"; }
  .aui .icon-fb-number:before {
    content: "\e004"; }
  .aui .icon-fb-integer:before {
    content: "\e005"; }
  .aui .icon-fb-decimal:before {
    content: "\e007"; }
  .aui .icon-fb-boolean:before {
    content: "\e008"; }
  .aui .icon-renren:before {
    content: "\f18b"; }
  .aui .icon-weibo:before {
    content: "\f18a"; }
  .aui .icon-db-joinxor:before {
    content: "\e006"; }
  .aui .icon-db-state:before {
    content: "\e009"; }
  .aui .icon-db-end:before {
    content: "\e00a"; }
  .aui .icon-db-start:before {
    content: "\e00b"; }
  .aui .icon-db-fork:before {
    content: "\e00c"; }
  .aui .icon-db-task:before {
    content: "\e00d"; }
  .aui .icon-db-condition:before {
    content: "\e00e"; }
  .aui .icon-db-join:before {
    content: "\e00f"; }
  .aui .icon-fb-button:before {
    content: "\e010"; }
  .aui .icon-fb-fieldset:before {
    content: "\e011"; }
  .aui .icon-fb-custom-field:before {
    content: "\e012"; }
  .aui .icon-fb-separator:before {
    content: "\e013"; }
  .aui .icon-fb-paragraph:before {
    content: "\e014"; }
  .aui .icon-fb-file-upload:before {
    content: "\e015"; }
  .aui .icon-btc:before {
    content: "\f15a"; }
  .aui .icon-cny:before {
    content: "\f158"; }
  .aui .icon-eur:before {
    content: "\f153"; }
  .aui .icon-gear:before {
    content: "\f013"; }
  .aui .icon-gears:before {
    content: "\f085"; }
  .aui .icon-inr:before {
    content: "\f156"; }
  .aui .icon-jpy:before {
    content: "\f157"; }
  .aui .icon-krw:before {
    content: "\f159"; }
  .aui .icon-mail-forward:before {
    content: "\f064"; }
  .aui .icon-mail-reply:before {
    content: "\f112"; }
  .aui .icon-paperclip:before {
    content: "\f0c6"; }
  .aui .icon-power-off:before {
    content: "\f011"; }
  .aui .icon-rotate-left:before {
    content: "\f0e2"; }
  .aui .icon-rotate-right:before {
    content: "\f01e"; }
  .aui .icon-star-half-empty:before {
    content: "\f123"; }
  .aui .icon-unchecked:before {
    content: "\f096"; }
  .aui .icon-usd:before {
    content: "\f155"; }