@charset "UTF-8";
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}
/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/*
a:focus {
    outline: thin dotted;
}
*/
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}
/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */

}
/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */

  -webkit-appearance: button;
  /* 2 */

  *overflow: visible;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome-webfont.eot');
  src: url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../font/fontawesome-webfont.woff') format('woff'), url('../font/fontawesome-webfont.ttf') format('truetype'), url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav-tabs [class^="icon-"],
.btn [class*=" icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -0.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */

  vertical-align: initial;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope-alt:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-user-md:before {
  content: "\f200";
}
html,
button,
input,
select,
textarea {
  font-family: "Segoe UI", "Helvetica Neue", Helvetica, "微软雅黑", "黑体", SimHei, sans-serif;
}
body {
  font-size: 16px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAFoCAIAAAAZ+wb4AAAAF0lEQVQ4jWNM36HNOIpH8SgexaN40GEAywPRiNzYSTQAAAAASUVORK5CYII=) repeat-x 0 -280px;
}
.ie6 body,
.ie7 body {
  background-image: url(../img/bg.png);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1 {
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
}
h2 {
  padding: 10px 0;
  margin: 0;
}
::-moz-selection {
  background: #5ba326;
  color: #FFF;
}
::selection {
  background: #5ba326;
  color: #FFF;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted;
}
a:hover,
a:focus {
  border-bottom: 1px solid;
}
a.btn {
  font-weight: normal;
  background: #508f21;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  color: #fefffd;
}
a.btn:hover,
a.btn:focus {
  background: #447a1d;
  color: #FFF;
}
a.btn-danger {
  background-color: #cd303e;
}
a.btn-danger:hover,
a.btn-danger:focus {
  background-color: #a32632;
}
.alert {
  padding: 5px 10px;
  color: #000;
  font-weight: bold;
  margin: 5px;
}
.alert-info {
  color: #3986ac;
  background: #d9edf7;
}
.alert-success {
  background: #deefd7;
  color: #458746;
}
.alert-error {
  background: #f2dede;
  color: #b94846;
}
ul {
  margin: 0;
  list-style: square;
}
ul li {
  padding: 3px 0;
}
hr {
  border: 0;
  border-bottom: 1px dotted #333;
}
.action-list {
  list-style: none;
  padding: 0 10px;
}
.action-list .btn {
  font-size: 0.8em;
  line-height: 2em;
  padding: 0 15px;
}
.invisible {
  visibility: hidden;
}
input[type=submit] {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[readonly] {
  background: #DDD;
}
button.btn,
input.btn {
  background: #508f21;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  color: #fefffd;
}
button.btn:hover,
input.btn:hover,
button.btn:focus,
input.btn:focus {
  background: #447a1d;
  color: #FFF;
}
button.btn-danger,
input.btn-danger {
  background-color: #cd303e;
}
button.btn-danger:hover,
input.btn-danger:hover,
button.btn-danger:focus,
input.btn-danger:focus {
  background-color: #a32632;
}
input.readonly {
  background: #CCC;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
form.horizontal legend {
  font-size: 2em;
  padding: 0;
  padding-bottom: 10px;
  text-align: center;
  margin: 0;
}
form.horizontal .field {
  margin: 10px 0;
}
form.horizontal .field:before,
form.horizontal .field:after {
  content: "";
  display: table;
}
form.horizontal .field:after {
  clear: both;
}
form.horizontal .field {
  zoom: 1;
}
form.horizontal label {
  float: left;
  width: 200px;
  text-align: right;
  line-height: 30px;
}
form.horizontal .controls,
form.horizontal .form-actions {
  padding-left: 220px;
}
form.horizontal .help-block {
  color: #666;
  padding: 0;
  margin: 0;
  padding-top: 5px;
  font-size: 0.8em;
}
textarea.text,
input.text {
  line-height: 20px;
  border: 1px solid #AAA;
  padding: 4px;
  margin: 0;
  width: 280px;
}
input.text-tiny {
  width: 70px;
}
table.table {
  width: 100%;
}
table.table th,
table.table td {
  padding: 10px;
}
table.table tr:hover td {
  background: #F3F3F3;
}
table.table tr:nth-child(odd) {
  background: #FAFAFA;
}
table.table th {
  background: #73cd30;
  text-align: left;
  color: #FFF;
  border: 1px solid #5ba326;
}
table.table td {
  border: 1px solid #EEE;
}
table.table.vertical th {
  text-align: right;
}
table.table.vertical ul {
  padding-left: 20px;
}
#page {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#logo {
  position: absolute;
  top: 10px;
  left: 20px;
  color: #FFF;
  font-family: 'Ubuntu', Helvetica, Arial;
  font-size: 40px;
  line-height: 60px;
  font-weight: 300;
}
#logo a {
  color: #FFF;
  text-decoration: none;
  border: none;
}
#nav {
  position: absolute;
  top: 7px;
  right: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li {
  padding: 0;
  float: left;
  line-height: 40px;
  font-size: 18px;
  margin: 10px 10px;
}
#nav li a.btn {
  padding: 8px 16px;
}
#search {
  background: #ffffff no-repeat 6px center;
  height: 30px;
  line-height: 30px;
  padding: 8px 16px;
  border: none;
  opacity: 0.5;
  padding-left: 40px;
  background-image: url(../img/search.png);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMi4zMzgiIGhlaWdodD0iMzIuMzM4IiB2aWV3Qm94PSIwIDAgMzIuMzM3OTQwMjE2MDY0NDUgMzIuMzM3OTM2NDAxMzY3MTkiPjxwYXRoIGQ9Ik0yNy42NjYgMjQuNzNsLTUuODkyLTUuMDEyYy0uNjA5LS41NDgtMS4yNjEtLjgtMS43ODctLjc3NiAxLjM5MS0xLjYyOSAyLjIzMi0zLjc0MiAyLjIzMi02LjA1MiAwLTUuMTUxLTQuMTc3LTkuMzI4LTkuMzI4LTkuMzI4cy05LjMyOCA0LjE3Ny05LjMyOCA5LjMyOCA0LjE3NyA5LjMyOCA5LjMyOCA5LjMyOGMyLjMxIDAgNC40MjQtLjg0IDYuMDUzLTIuMjMxLS4wMjQuNTI2LjIyNyAxLjE3OC43NzYgMS43ODdsNS4wMTIgNS44OTJjLjg1OC45NTMgMi4yNiAxLjAzNCAzLjExNS4xNzkuODU1LS44NTUuNzc0LTIuMjU3LS4xOC0zLjExNnptLTE0Ljc3Ni01LjYyMWMtMy40MzQgMC02LjIxOS0yLjc4NC02LjIxOS02LjIxOSAwLTMuNDM0IDIuNzg0LTYuMjE5IDYuMjE5LTYuMjE5IDMuNDM0IDAgNi4yMTkgMi43ODQgNi4yMTkgNi4yMTkgMCAzLjQzNC0yLjc4NCA2LjIxOS02LjIxOSA2LjIxOXoiIGZpbGw9IiMyMzNlMGUiLz48L3N2Zz4=);
  width: 150px;
}
#search:focus {
  opacity: 0.9;
}
#search::before {
  content: "";
  position: absolute;
}
#content {
  padding-top: 90px;
  padding-bottom: 10px;
}
#footer {
  text-align: center;
  color: #AAA;
  font-size: 0.8em;
  padding-bottom: 10px;
}
#footer a,
#footer a:hover,
#footer a:focus {
  background: none;
  color: #AAA;
}
ul.breadcrumb {
  list-style: none;
  border: 1px solid #AAA;
  background: #EEE;
  padding: 8px;
  margin: 8px 0;
}
ul.breadcrumb:before,
ul.breadcrumb:after {
  content: "";
  display: table;
}
ul.breadcrumb:after {
  clear: both;
}
ul.breadcrumb {
  zoom: 1;
}
ul.breadcrumb li {
  float: left;
}
ul.breadcrumb .divider {
  color: #999;
  padding: 0 5px;
}
#home {
  background-position: 0 75px;
}
#home a {
  color: #e2f5d4;
}
#home a:hover,
#home a:focus {
  color: #FFF;
}
#home a:focus {
  outline: none;
}
#home-page {
  width: 960px;
  height: 510px;
  margin: 0 auto;
  position: relative;
}
#home-logo {
  background: #5ba326;
  padding: 5px 10px;
  position: absolute;
  top: 140px;
  left: 15px;
  color: #FFF;
  font-family: 'Ubuntu', Helvetica, Arial;
  font-size: 60px;
  font-weight: 300;
}
#home-welcome {
  position: absolute;
  top: 240px;
  left: 35px;
  color: #FFF;
  font-size: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#home-welcome li {
  padding: 5px;
}
#home-login {
  position: absolute;
  top: 165px;
  left: 580px;
}
#home-login input {
  outline: none;
  font-size: 30px;
  opacity: 0.8;
  border: none;
}
#home-login input:hover,
#home-login input:focus {
  opacity: 1.0;
}
#home-input-username,
#home-input-password {
  margin: 10px;
  padding: 10px;
  width: 330px;
}
#home-input-submit {
  background: #508f21;
  color: #FFF;
  margin: 10px;
  margin-left: 260px;
  padding: 10px;
  width: 100px;
}
#home-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
  color: #AAA;
  font-size: 0.8em;
}
#home-footer a,
#home-footer a:hover,
#home-footer a:focus {
  background: none;
  color: #AAA;
}
#profile {
  padding: 10px;
  padding-top: 60px;
  margin-top: 50px;
  position: relative;
  border-top: 2px solid #60ac28;
}
#profile.no-avatar {
  padding: 0;
  margin: 0;
  border: 0;
}
#profile h1 {
  position: absolute;
  top: 0px;
  left: 140px;
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
}
#profile .top-right {
  position: absolute;
  top: 10px;
  right: 10px;
}
#profile th {
  font-weight: normal;
  text-align: right;
  color: #888;
  width: 110px;
  padding: 5px 10px;
  vertical-align: top;
}
#profile td {
  padding: 5px 10px;
}
#profile-avatar {
  border: 1px solid #60ac28;
  position: absolute;
  top: -50px;
  left: 23px;
  height: 100px;
  width: 100px;
}
#group {
  padding: 10px;
}
#group ul {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#group li {
  background: #FFF;
  color: #000;
  font-size: 18px;
  padding: 10px;
}
#group li .node {
  cursor: pointer;
}
#group li.show {
  background: #73cd30;
  color: #FFF;
}
#group li.show > .node {
  font-weight: bold;
}
#group li a {
  display: block;
}
#group li a.btn {
  display: inline-block;
}
#export {
  float: right;
}
