/*
 * IBOS_Revolution  v0.2.1
 * 2014-12-25 02:50:44
 * base.css
*/

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    /*color: #000 !important;*/
    color: #000;
    background: transparent !important;
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
body {
  margin: 0;
  color: #82939e;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #ffffff;
}
body,
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
a {
  color: #82939e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3497db;
  text-decoration: none;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  max-width: 100%;
  width: auto\9;
  vertical-align: middle;
}
.img-rounded {
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.img-circle {
  -moz-border-radius: 500px;
       border-radius: 500px;
}
p {
  margin: 0;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 1.25;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #e26f50;
}
a.text-error:hover,
a.text-error:focus {
  color: #db4b24;
}
.text-success {
  color: #91ce31;
}
a.text-success:hover,
a.text-success:focus {
  color: #74a527;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 40px;
}
h3 {
  line-height: 30px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 38.5px;
  font-size: 4rem;
}
h2 {
  font-size: 31.5px;
  font-size: 3rem;
}
h3 {
  font-size: 24.5px;
  font-size: 2.5rem;
}
h4 {
  font-size: 17.5px;
  font-size: 2rem;
}
h5 {
  font-size: 14px;
  font-size: 1.6rem;
}
h6 {
  font-size: 11.9px;
  font-size: 1.2rem;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
.list-unstyled,
.list-inline {
  margin-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 4px;
       border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
[class^="span"] {
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 728px;
  }
  [class^="span"] {
    float: left;
  }
  .span12 {
    width: 100%;
  }
  .span11 {
    width: 91.66666666666666%;
  }
  .span10 {
    width: 83.33333333333334%;
  }
  .span9 {
    width: 75%;
  }
  .span8 {
    width: 66.66666666666666%;
  }
  .span7 {
    width: 58.333333333333336%;
  }
  .span6 {
    width: 50%;
  }
  .span5 {
    width: 41.66666666666667%;
  }
  .span4 {
    width: 33.33333333333333%;
  }
  .span3 {
    width: 25%;
  }
  .span2 {
    width: 16.666666666666664%;
  }
  .span1 {
    width: 8.333333333333332%;
  }
  .offset12 {
    margin-left: 100%;
  }
  .offset11 {
    margin-left: 91.66666666666666%;
  }
  .offset10 {
    margin-left: 83.33333333333334%;
  }
  .offset9 {
    margin-left: 75%;
  }
  .offset8 {
    margin-left: 66.66666666666666%;
  }
  .offset7 {
    margin-left: 58.333333333333336%;
  }
  .offset6 {
    margin-left: 50%;
  }
  .offset5 {
    margin-left: 41.66666666666667%;
  }
  .offset4 {
    margin-left: 33.33333333333333%;
  }
  .offset3 {
    margin-left: 25%;
  }
  .offset2 {
    margin-left: 16.666666666666664%;
  }
  .offset1 {
    margin-left: 8.333333333333332%;
  }
}
@media screen and (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  [class^="span"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
[class*="span"].pull-right {
  float: right;
}
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.table th,
.table td {
  padding: 10px 10px;
  line-height: 20px;
  vertical-align: middle;
  font-family: Arial, "Microsoft Yahei";
  background-color: #ffffff;
  height: 40px;
}
.table th:first-child,
.table td:first-child {
  padding-left: 20px;
}
.table th:last-child,
.table td:last-child {
  padding-right: 20px;
}
.table thead th {
  background-color: #f9fbff;
  color: #3497db;
  border-bottom: 2px solid #3497db;
  font-weight: 400;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #3497db;
}
.table tfoot td {
  border-top: 1px solid #ebeff6;
}
.table-condensed td {
  height: 30px;
}
.table-bordered {
  border: 1px solid #eaeced;
  border-collapse: separate;
  border-left: 0;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: 0 0 4px #edeeef;
  -moz-box-shadow: 0 0 4px #edeeef;
       box-shadow: 0 0 4px #edeeef;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 1px solid #eaeced;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child > td:first-child {
  -moz-border-radius-bottomleft: 0;
       border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child > td:last-child {
  -moz-border-radius-bottomright: 0;
       border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f9fafa;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #fefaf5;
}
table col[class^="span"] {
  float: none;
  display: table-column;
}
table td[class^="span"],
table th[class^="span"] {
  float: none;
  display: table-cell;
}
form {
  margin: 0;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  padding: 6px 9px;
  font-family: Arial, "Microsoft Yahei";
  font-size: 14px;
  line-height: 20px;
  color: #82939e;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #dadfe6;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
  transition: border linear .2s, -webkit-box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s, -moz-box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s, -moz-box-shadow linear .2s;
}
input,
select,
textarea {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
textarea {
  height: auto;
  min-height: 40px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #3497DB;
  outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
select,
input[type="file"] {
  min-height: 40px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size. TODO: Check if this is still needed when dropping IE7 support */
  line-height: 40px;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b2c0d1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b2c0d1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b2c0d1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b2c0d1;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  margin-top: 5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 5px;
  margin-left: 20px;
}
select.input-large,
textarea.input-large,
input[type="text"].input-large,
input[type="password"].input-large,
input[type="datetime"].input-large,
input[type="datetime-local"].input-large,
input[type="date"].input-large,
input[type="month"].input-large,
input[type="time"].input-large,
input[type="week"].input-large,
input[type="number"].input-large,
input[type="email"].input-large,
input[type="url"].input-large,
input[type="search"].input-large,
input[type="tel"].input-large,
input[type="color"].input-large {
  min-height: 50px;
  padding: 14px 10px;
  font-size: 16px;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
select.input-small,
textarea.input-small,
input[type="text"].input-small,
input[type="password"].input-small,
input[type="datetime"].input-small,
input[type="datetime-local"].input-small,
input[type="date"].input-small,
input[type="month"].input-small,
input[type="time"].input-small,
input[type="week"].input-small,
input[type="number"].input-small,
input[type="email"].input-small,
input[type="url"].input-small,
input[type="search"].input-small,
input[type="tel"].input-small,
input[type="color"].input-small {
  min-height: 30px;
  padding: 2px 5px;
  font-size: 12px;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  float: none;
  margin-left: 0;
  margin-right: 0;
}
.input-append input[class*="span"],
.input-prepend input[class*="span"] {
  display: inline-block;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  height: 40px;
}
input[class*="span"].input-small,
select[class*="span"].input-small {
  height: 30px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly],
fieldset[disabled] input,
fieldset[disabled] select,
fieldset[disabled] textarea {
  cursor: not-allowed;
  background-color: #f5f7f8;
  color: #c1c9ce;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  background-color: transparent;
}
.has-focus .control-label {
  color: #3497db;
}
.has-focus .input-with-feedback {
  padding-right: 32px;
  border-color: #3497db;
}
.has-focus .input-with-feedback:focus {
  border-color: #217cbb;
}
.has-warning .control-label {
  color: #c09853;
}
.has-warning .input-with-feedback {
  padding-right: 32px;
  border-color: #c09853;
}
.has-warning .input-with-feedback:focus {
  border-color: #a47e3c;
}
.has-error .control-label {
  color: #e26f50;
}
.has-error .input-with-feedback {
  padding-right: 32px;
  border-color: #e26f50;
}
.has-error .input-with-feedback:focus {
  border-color: #db4b24;
}
.has-success .control-label {
  color: #91ce31;
}
.has-success .input-with-feedback {
  padding-right: 32px;
  border-color: #91ce31;
}
.has-success .input-with-feedback:focus {
  border-color: #74a527;
}
.has-focus .input-group-addon {
  background-color: #f3fbff;
  border-color: #3497DB;
  color: #3497DB;
}
.has-focus input {
  border-color: #3497DB;
  outline: 0 none;
}
.has-error .input-group-addon {
  background-color: #fdf0de;
  border-color: #e26f50;
  color: #e26f50;
}
.has-success .input-group-addon {
  background-color: #f0f8f3;
  border-color: #91ce31;
  color: #91ce31;
}
.has-disabled .input-group-addon {
  background-color: #f5f7f8;
  color: #c1c9ce;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
}
.form-actions:before,
.form-actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #cad1d6;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.input-group {
  display: table;
  width: 100%;
  border-collapse: separate;
}
.input-group[class*="span"] {
  float: none;
  padding: 0;
}
.input-group input,
.input-group select {
  width: 100%;
}
.input-group-addon,
.input-group-btn,
.input-group input,
.input-group select {
  display: table-cell;
  margin: 0;
  -moz-border-radius: 0;
       border-radius: 0;
}
.input-group-addon.input-small,
.input-group-btn.input-small,
.input-group input.input-small,
.input-group select.input-small {
  -moz-border-radius: 0;
       border-radius: 0;
}
.input-group-addon.input-large,
.input-group-btn.input-large,
.input-group input.input-large,
.input-group select.input-large {
  -moz-border-radius: 0;
       border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
  white-space: nowrap;
}
.input-group-addon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #f8f8f8;
  color: #82939e;
  border: 1px solid #dadfe6;
}
.input-group-addon.input-small {
  padding: 2px 5px;
  font-size: 12px;
  min-width: 30px;
}
.input-group-addon.input-large {
  padding: 14px 10px;
  font-size: 14px;
}
.input-group-addon > [class^="glyphicon-"]::before {
  line-height: 1;
}
.input-group input:first-child,
.input-group select:first-child,
.input-group-addon:first-child {
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.input-group input:first-child.input-small,
.input-group select:first-child.input-small,
.input-group-addon:first-child.input-small {
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px;
}
.input-group input:first-child.input-large,
.input-group select:first-child.input-large,
.input-group-addon:first-child.input-large {
  -moz-border-radius-bottomleft: 6px;
       border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
       border-top-left-radius: 6px;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group input:last-child,
.input-group select:last-child,
.input-group-addon:last-child {
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.input-group input:last-child.input-small,
.input-group select:last-child.input-small,
.input-group-addon:last-child.input-small {
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px;
}
.input-group input:last-child.input-large,
.input-group select:last-child.input-large,
.input-group-addon:last-child.input-large {
  -moz-border-radius-bottomright: 6px;
       border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
       border-top-right-radius: 6px;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
  float: left;
  -moz-border-radius: 0;
       border-radius: 0;
}
.input-group-btn > .btn:first-child {
  border-left: 0 none;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn:first-child,
.input-group-btn:first-child > .dropdown-toggle:first-child {
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.input-group-btn:first-child > .btn:first-child.btn-large,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-large {
  -moz-border-radius-bottomleft: 6px;
       border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
       border-top-left-radius: 6px;
}
.input-group-btn:first-child > .btn:first-child.btn-small,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-small {
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px;
}
.input-group-btn:last-child > .btn:last-child,
.input-group-btn:last-child > .dropdown-toggle {
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.input-group-btn:last-child > .btn:last-child.btn-large,
.input-group-btn:last-child > .dropdown-toggle.btn-large {
  -moz-border-radius-bottomright: 6px;
       border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
       border-top-right-radius: 6px;
}
.input-group-btn:last-child > .btn:last-child.btn-small,
.input-group-btn:last-child > .dropdown-toggle.btn-small {
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px;
}
@media screen and (min-width: 768px) {
  .form-horizontal .control-group {
    position: relative;
    margin-bottom: 20px;
    zoom: 1;
  }
  .form-horizontal .control-group:before,
  .form-horizontal .control-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .form-horizontal .control-group:after {
    clear: both;
  }
  .form-horizontal .control-group input,
  .form-horizontal .control-group select,
  .form-horizontal .control-group textarea {
    margin-bottom: 0;
  }
  .form-horizontal .control-group-combine {
    margin-bottom: 0;
  }
  .form-horizontal .control-group > .control-label {
    float: left;
    width: 160px;
    padding-top: 6px;
    text-align: right;
  }
  .form-horizontal .control-group > .control-label-btn {
    padding-top: 0;
  }
  .form-horizontal .control-group > .controls {
    margin-left: 180px;
  }
  .form-horizontal .control-group-narrow > .control-label {
    width: 120px;
  }
  .form-horizontal .control-group-narrow > .controls {
    margin-left: 140px;
  }
  .form-horizontal .control-group-widen > .control-label {
    width: 200px;
  }
  .form-horizontal .control-group-widen > .controls {
    margin-left: 220px;
  }
  .form-compact .control-group > .control-label {
    width: 80px;
  }
  .form-compact .control-group > .controls {
    margin-left: 100px;
  }
  .form-narrow .control-group > .control-label {
    width: 120px;
  }
  .form-narrow .control-group > .controls {
    margin-left: 140px;
  }
  .form-widen .control-group > .control-label {
    width: 200px;
  }
  .form-widen .control-group > .controls {
    margin-left: 220px;
  }
}
.btn {
  display: inline-block;
  padding: 9px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-family: Arial, "Microsoft Yahei";
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #dadce6;
  -moz-border-radius: 4px;
       border-radius: 4px;
  white-space: nowrap;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.btn-large {
  padding: 14px 30px;
  font-size: 16px;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.btn-small {
  padding: 4px 15px;
  font-size: 12px;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.btn-mini {
  padding: 0 10px;
  font-size: 10.5px;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn {
  background-color: #f8f8f8;
  border-color: #dadce6;
  color: #fff;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
       box-shadow: inset 0 1px 0 #ffffff;
  color: #82939e;
}
.btn.hover,
.btn:hover,
.btn:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #ffffff;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #ffffff;
  background-color: #ffffff;
  border-color: #f8f9fb;
  color: #fff;
}
.btn.active,
.btn:active {
  background: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px #adadad;
  -moz-box-shadow: inset 0 1px 1px #adadad;
       box-shadow: inset 0 1px 1px #adadad;
}
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active {
  background-color: #f8f8f8;
  border-color: #dadce6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn.hover,
.btn:hover,
.btn:focus {
  color: #82939e;
  -webkit-box-shadow: 0 1px 2px #e8eaeb, inset 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 2px #e8eaeb, inset 0 1px 0 #ffffff;
       box-shadow: 0 1px 2px #e8eaeb, inset 0 1px 0 #ffffff;
  border-color: #dadce6;
}
.btn-primary {
  background-color: #3497db;
  border-color: #2081c7;
  color: #fff;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -webkit-box-shadow: inset 0 1px 0 #75b8e7;
  -moz-box-shadow: inset 0 1px 0 #75b8e7;
       box-shadow: inset 0 1px 0 #75b8e7;
}
.btn-primary.hover,
.btn-primary:hover,
.btn-primary:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #8bc3ea;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #8bc3ea;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #8bc3ea;
  background-color: #5fade3;
  border-color: #3b9adf;
  color: #fff;
}
.btn-primary.active,
.btn-primary:active {
  background: #3091d8;
  -webkit-box-shadow: inset 0 1px 1px #2382c4;
  -moz-box-shadow: inset 0 1px 1px #2382c4;
       box-shadow: inset 0 1px 1px #2382c4;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active {
  background-color: #3497db;
  border-color: #2081c7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-warning {
  background-color: #ee8c0c;
  border-color: #d96f23;
  color: #fff;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -webkit-box-shadow: inset 0 1px 0 #f6ae50;
  -moz-box-shadow: inset 0 1px 0 #f6ae50;
       box-shadow: inset 0 1px 0 #f6ae50;
}
.btn-warning.hover,
.btn-warning:hover,
.btn-warning:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f7b969;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f7b969;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f7b969;
  background-color: #f5a338;
  border-color: #e28b4d;
  color: #fff;
}
.btn-warning.active,
.btn-warning:active {
  background: #ec860b;
  -webkit-box-shadow: inset 0 1px 1px #c7750a;
  -moz-box-shadow: inset 0 1px 1px #c7750a;
       box-shadow: inset 0 1px 1px #c7750a;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active {
  background-color: #ee8c0c;
  border-color: #d96f23;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-danger {
  background-color: #e26f50;
  border-color: #e34a20;
  color: #fff;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -webkit-box-shadow: inset 0 1px 0 #eda592;
  -moz-box-shadow: inset 0 1px 0 #eda592;
       box-shadow: inset 0 1px 0 #eda592;
}
.btn-danger.hover,
.btn-danger:hover,
.btn-danger:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f1b7a8;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f1b7a8;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #f1b7a8;
  background-color: #e9937c;
  border-color: #e96f4d;
  color: #fff;
}
.btn-danger.active,
.btn-danger:active {
  background: #df694a;
  -webkit-box-shadow: inset 0 1px 1px #dc522d;
  -moz-box-shadow: inset 0 1px 1px #dc522d;
       box-shadow: inset 0 1px 1px #dc522d;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active {
  background-color: #e26f50;
  border-color: #e34a20;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-success {
  background-color: #91ce31;
  border-color: #60a300;
  color: #fff;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -webkit-box-shadow: inset 0 1px 0 #b2dd6f;
  -moz-box-shadow: inset 0 1px 0 #b2dd6f;
       box-shadow: inset 0 1px 0 #b2dd6f;
}
.btn-success.hover,
.btn-success:hover,
.btn-success:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #bde283;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #bde283;
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), inset 0 1px 0 #bde283;
  background-color: #a7d85a;
  border-color: #7ed600;
  color: #fff;
}
.btn-success.active,
.btn-success:active {
  background: #91ce31;
  -webkit-box-shadow: inset 0 1px 1px #7aad29;
  -moz-box-shadow: inset 0 1px 1px #7aad29;
       box-shadow: inset 0 1px 1px #7aad29;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active {
  background-color: #91ce31;
  border-color: #60a300;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-info {
  background-color: #3a87ad;
}
.btn-info.hover,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
  background-color: #34789a;
  border-color: #2d6987;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active {
  background-color: #3a87ad;
  border-color: #3a87ad;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link {
  color: #82939e;
  font-weight: normal;
  cursor: pointer;
  -moz-border-radius: 0;
       border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #3497db;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #333333;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
/*.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  .transition(height .35s ease);
  &.in {
    height: auto;
  }
}*/
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../font/glyphiconshalflings-regular.eot');
  src: url('../font/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphiconshalflings-regular.woff') format('woff'), url('../font/glyphiconshalflings-regular.ttf') format('truetype'), url('../font/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-style: normal;
  font-weight: normal;
}
.glyphicon:before,
[class^="glyphicon-"]:before {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  line-height: 1.5;
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse:before {
  content: "\e159";
}
.glyphicon-collapse-top:before {
  content: "\e160";
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 6px solid #82939e;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3005;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #4b4f54;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -moz-border-radius: 6px;
       border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
       box-shadow: 0 1px 4px rgba(0, 0, 0, 0.175);
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: transparent;
  border-bottom: 1px solid #43474b;
}
.dropdown-menu > li > a {
  display: block;
  padding: 7px 30px 7px 10px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #b2c0d1;
  white-space: nowrap;
  font-size: 12px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #ffffff;
  background-color: #3497db;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #b2c0d1;
  text-decoration: none;
  outline: 0;
  background-color: #3c3f43;
}
.dropdown-menu > .active > a {
  position: relative;
}
.dropdown-menu > .active > a:after {
  content: "\e013";
  width: 16px;
  height: 16px;
  position: absolute;
  font-family: 'Glyphicons Halflings';
  top: 7px;
  right: 10px;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: default;
}
.open > .dropdown-menu {
  display: block;
}
.dropup-toggle .dropdown-menu {
  top: -10%;
  left: 0;
  -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -moz-border-radius-topleft: 0;
       border-top-left-radius: 0;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -moz-border-radius-bottomleft: 0;
       border-bottom-left-radius: 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #1b1c1e;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -moz-border-radius-topright: 0;
       border-top-right-radius: 0;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fdfdfd;
  border: 1px solid #ebeff6;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
       box-shadow: inset 0 1px 0 #ffffff;
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.well-small {
  padding: 9px;
  -moz-border-radius: 3px;
       border-radius: 3px;
}
.well-white {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.well-lightblue {
  background-color: #f9fbff;
  border-color: #ebeff6;
}
.well-full {
  padding: 0;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.nav {
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  zoom: 1;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 30px;
  color: #82939e;
  font-family: Arial, "Microsoft Yahei";
  outline: 0 none;
}
.nav > li > a:hover {
  text-decoration: none;
  background-color: #ebeff6;
}
.nav > .pull-right {
  float: right;
}
.nav-tabs {
  background-color: #FDFDFD;
  border-bottom: 1px solid #ebeff6;
  border-left: 1px solid #ebeff6;
}
.nav-tabs > li {
  float: left;
  border-right: 1px solid #ebeff6;
}
.nav-tabs > li > a {
  border-top: 1px solid #ebeff6;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  -webkit-box-shadow: inset 0 1px 0 #3497db;
  -moz-box-shadow: inset 0 1px 0 #3497db;
       box-shadow: inset 0 1px 0 #3497db;
  border-top-color: #3497db;
  color: #3497db;
  background-color: #fff;
  cursor: default;
}
.nav-tabs-large > li > a {
  padding: 20px 50px 18px;
  font-weight: 700;
}
.nav-tabs-large > .active > a,
.nav-tabs-large > .active > a:hover,
.nav-tabs-large > .active > a:focus {
  padding-bottom: 19px;
}
.nav-tabs-large.nav-justified {
  max-height: 60px;
}
.nav-skid {
  border-bottom: 1px solid #DADFE6;
}
.nav-skid > li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-skid > li > a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.nav-skid > li > a:hover {
  background-color: transparent;
}
.nav-skid > li:hover,
.nav-skid > .active {
  margin-bottom: -1px;
  border-bottom: 2px solid #3497db;
}
.nav-skid > li:hover > a,
.nav-skid > .active > a {
  padding-bottom: 9px;
}
.nav-skid > .active > a {
  font-weight: 700;
  color: #3497db;
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  -moz-border-radius: 4px;
       border-radius: 4px;
  display: block;
  padding: 5px 10px;
}
.nav-pills > li + li > a {
  margin-left: 10px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus,
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #3497DB;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
.nav-stacked > li + li > a {
  margin-top: 2px;
  margin-left: 0;
}
.nav-strip > li > a {
  border-left: 5px solid transparent;
}
.nav-strip > .active > a,
.nav-strip > .active > a:hover,
.nav-strip > .active > a:focus {
  border-left-color: #9cadc3;
  color: #3497db;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nav-strip > .active > a .badge {
  background-color: #3497db;
}
.nav-justified {
  max-height: 40px;
}
.nav-justified > li {
  float: none;
  display: table-cell;
  width: 1%;
  text-align: center;
}
.nav-list {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.nav-list > li > a {
  padding: 9px 15px;
  border: 1px solid transparent;
  background-color: #fff;
}
.nav-list > li:first-child > a {
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.nav-list > li:last-child > a {
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
}
.nav-list > .active {
  border-left: 2px solid #3497db;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  padding-left: 13px;
  z-index: 2;
  color: #3497db;
  background-color: #f5f9fb;
}
.nav > .disabled > a {
  color: #999999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.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;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.tabbable {
  zoom: 1;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
/*
// Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
.nav > li > a > img {
  max-width: none;
}

// Dropdowns
// -------------------------

.nav-tabs .dropdown-menu {
  // Remove the top rounded corners here since there is a hard edge above the menu
  .border-top-radius(0);
}

// Default dropdown links
// -------------------------
// Make carets use linkColor to start
.nav .dropdown-toggle .caret {
  border-top-color: @link-color;
  border-bottom-color: @link-color;
  margin-top: 8px;
}
.nav .dropdown-toggle:hover .caret {
  border-top-color: @link-color-hover;
  border-bottom-color: @link-color-hover;
}

// Active dropdown links
// -------------------------
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: @gray;
  border-bottom-color: @gray;
}

// Active:hover dropdown links
// -------------------------
.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

// Open dropdowns
// -------------------------
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #fff;
  background-color: @grayLight;
  border-color: @grayLight;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  .opacity(1);
}

// Dropdowns in stacked tabs
.tabs-stacked .open > a:hover {
  border-color: @grayLight;
}

*/
.navbar {
  position: relative;
  padding: 10px 15px;
  background-color: #eeeeee;
  -moz-border-radius: 4px;
       border-radius: 4px;
  zoom: 1;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar .nav {
  margin-top: 15px;
}
.navbar .nav > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
  line-height: 20px;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  background-color: #d5d5d5;
}
.navbar .nav > .disabled > a,
.navbar .nav > .disabled > a:hover,
.navbar .nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-static-top {
  -moz-border-radius: 0;
       border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -moz-border-radius: 0;
       border-radius: 0;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-brand {
  display: block;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #777777;
  text-align: center;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: #5e5e5e;
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 8px 12px;
  background-color: transparent;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #ccc;
  -moz-border-radius: 1px;
       border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .nav > .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e1e1e1;
  border-bottom: 1px solid #fbfbfb;
}
.navbar-form {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar .nav > li > .dropdown-menu {
  margin-top: 0;
  -moz-border-radius-topleft: 0;
       border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
       border-top-right-radius: 0;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu {
  -moz-border-radius-bottomleft: 0;
       border-bottom-left-radius: 0;
  -moz-border-radius-bottomright: 0;
       border-bottom-right-radius: 0;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #d5d5d5;
  color: #555555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-inverse {
  background-color: #222222;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .nav > li > a {
  color: #999999;
}
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .nav > .active > a,
.navbar-inverse .nav > .active > a:hover,
.navbar-inverse .nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .nav > .disabled > a,
.navbar-inverse .nav > .disabled > a:hover,
.navbar-inverse .nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .nav > .divider {
  background-color: #151515;
  border-bottom-color: #2f2f2f;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-brand {
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: -10px;
  }
  .navbar .nav {
    float: left;
    margin-top: 0;
    zoom: 1;
  }
  .navbar .nav:before,
  .navbar .nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .navbar .nav:after {
    clear: both;
  }
  .navbar .nav.pull-right {
    float: right;
  }
  .navbar .nav > li {
    float: left;
  }
  .navbar .nav > .divider {
    width: 1px;
    height: 30px;
    margin: 10px 9px;
    border-bottom: 0;
    border-right: 1px solid #fbfbfb;
  }
  .navbar-inverse .nav > .divider {
    border-right-color: #2f2f2f;
  }
  .navbar-toggle {
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*

// Janky solution for now to account for links outside the .nav
// -------------------------
.navbar-link {
  color: @navbar-link-color;
  &:hover {
    color: @navbar-link-color-hover;
  }
}

// Buttons in navbar
// -------------------------
.navbar .btn,
.navbar .btn-group {
  .navbarVerticalAlign(30px); // Vertically center in navbar
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn {
  margin-top: 0; // then undo the margin here so we don't accidentally double it
}

// Navbar forms
// -------------------------
.navbar-form {
  margin-bottom: 0; // remove default bottom margin
  .clearfix();
  input,
  select,
  .radio,
  .checkbox {
    .navbarVerticalAlign(30px); // Vertically center in navbar
  }
  input,
  select,
  .btn {
    display: inline-block;
    margin-bottom: 0;
  }
  input[type="image"],
  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 3px;
  }
  .input-append,
  .input-prepend {
    margin-top: 5px;
    white-space: nowrap; // preven two  items from separating within a .navbar-form that has .pull-left
    input {
      margin-top: 0; // remove the margin on top since it's on the parent
    }
  }
}

*/
.btn .caret {
  border-top-color: #82939e;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret {
  border-top-color: #fff;
}
.dropup .btn .caret {
  border-bottom-color: #82939e;
}
.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn:hover,
.btn-group > .btn:active {
  z-index: 2;
}
.btn-toolbar {
  zoom: 1;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  -moz-border-radius: 0;
       border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -moz-border-radius-bottomleft: 6px;
       border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
       border-top-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -moz-border-radius-bottomright: 6px;
       border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
       border-top-right-radius: 6px;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-inverse > .dropdown-toggle {
  -moz-border-radius: 4px 0 0 4px;
       border-radius: 4px 0 0 4px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #dadfe6;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #dadfe6;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  border-left: 1px solid #dadfe6;
}
.btn-group > .btn-primary + .dropdown-toggle {
  border-color: #2f88c5;
}
.btn-group > .btn-warning + .dropdown-toggle {
  border-color: #d67e0b;
}
.btn-group > .btn-danger + .dropdown-toggle {
  border-color: #ce6448;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
       box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}
.btn-group > label > input {
  display: none;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  border-width: 5px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical .btn:first-child {
  -moz-border-radius: 0;
       border-radius: 0;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.btn-group-vertical .btn:last-child {
  -moz-border-radius: 0;
       border-radius: 0;
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
}
.btn-group-vertical .btn-large:first-child {
  -moz-border-radius-topright: 6px;
       border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
       border-top-left-radius: 6px;
}
.btn-group-vertical .btn-large:last-child {
  -moz-border-radius-bottomright: 6px;
       border-bottom-right-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
       border-bottom-left-radius: 6px;
}
.btn-group-justified {
  display: table;
  width: 100%;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified .btn + .btn {
  border-left: 0 none;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li:after {
  display: inline-block;
  content: "\00a0 /";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  margin: 20px 0;
  padding: 5px 10px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  float: left;
  margin-right: 5px;
  padding: 5px 11px;
  line-height: 20px;
  text-decoration: none;
  color: #829393;
  font-weight: 700;
  background-color: #ffffff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > .active > a,
.pagination > .active > span {
  background-color: #3497db;
  color: #FFF;
}
.pagination > .active > a,
.pagination > .active > span {
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  cursor: default;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-left-width: 1px;
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.pagination-large > li > a,
.pagination-large > li > span {
  padding: 14px 30px;
  font-size: 16px;
}
.pagination-large > li:first-child > a,
.pagination-large > li:first-child > span {
  -moz-border-radius-bottomleft: 6px;
       border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
       border-top-left-radius: 6px;
}
.pagination-large > li:last-child > a,
.pagination-large > li:last-child > span {
  -moz-border-radius-bottomright: 6px;
       border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
       border-top-right-radius: 6px;
}
.pagination-mini > li:first-child > a,
.pagination-small > li:first-child > a,
.pagination-mini > li:first-child > span,
.pagination-small > li:first-child > span {
  -moz-border-radius-bottomleft: 3px;
       border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
       border-top-left-radius: 3px;
}
.pagination-mini > li:last-child > a,
.pagination-small > li:last-child > a,
.pagination-mini > li:last-child > span,
.pagination-small > li:last-child > span {
  -moz-border-radius-bottomright: 3px;
       border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
       border-top-right-radius: 3px;
}
.pagination-small > li > a,
.pagination-small > li > span {
  padding: 4px 15px;
  font-size: 12px;
}
.pagination-mini > li > a,
.pagination-mini > li > span {
  padding: 0 10px;
  font-size: 10.5px;
}
.pager {
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  text-align: center;
  zoom: 1;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  float: left;
}
.pager li:first-child {
  margin-right: 10px;
}
.pager li > a,
.pager li > span {
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  display: inline-block;
  padding: 4px 8px;
  background-color: #ebedf0;
  color: #82939e;
  -moz-border-radius: 50%;
       border-radius: 50%;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #3497db;
  color: #fff;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: default;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}
.modal.fade.in {
  top: 0;
}
.modal-dialog {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 6px;
       border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
       box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-title {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 560px;
    margin-left: -280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
         box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.top {
  margin-top: -3px;
  padding: 8px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 8px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 8px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 8px;
}
.tooltip-inner {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #4b4f54;
  -moz-border-radius: 4px;
       border-radius: 4px;
  /**/
  white-space: nowrap;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 8px 8px 0;
  border-top-color: #4b4f54;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -8px;
  border-width: 8px 8px 8px 0;
  border-right-color: #4b4f54;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-left-color: #4b4f54;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -8px;
  border-width: 0 8px 8px;
  border-bottom-color: #4b4f54;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #4b4f54;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
       box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: #FFF;
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #44474c;
  border-bottom: 1px solid #383b3e;
  -moz-border-radius: 5px 5px 0 0;
       border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #4b4f54;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #4b4f54;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #4b4f54;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #4b4f54;
  bottom: -10px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #91ce31;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #e26f50;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.thumbnail,
.img-thumbnail {
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail {
  display: block;
}
.img-thumbnail {
  display: inline-block;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #82939e;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label {
  padding: 4px 7px;
  font-size: 75%;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b2c0d1;
  -moz-border-radius: .25em;
       border-radius: .25em;
  position: relative;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .2;
  background-color: #f2f4f7;
  -moz-border-radius-topright: 0.25em;
       border-top-right-radius: 0.25em;
  -moz-border-radius-topleft: 0.25em;
       border-top-left-radius: 0.25em;
}
.label-danger {
  background-color: #e26f50;
}
.label-danger::after {
  background-color: #f1b7a8;
}
.label-danger[href] {
  background-color: #db4b24;
}
.label-warning {
  background-color: #ee8c0c;
}
.label-warning::after {
  background-color: #f7b969;
}
.label-warning[href] {
  background-color: #bd6f0a;
}
.label-success {
  background-color: #91ce31;
}
.label-success::after {
  background-color: #bde283;
}
.label-success[href] {
  background-color: #74a527;
}
.label-info {
  background-color: #3497db;
}
.label-info::after {
  background-color: #8bc3ea;
}
.label-info[href] {
  background-color: #217cbb;
}
.label-inverse {
  background-color: #58585c;
}
.label-inverse::after {
  background-color: #8a8a90;
}
.label-inverse[href] {
  background-color: #3f3f42;
}
.label-small {
  padding: 0 2px;
  font-size: 10px;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #b2c0d1;
  -moz-border-radius: 10px;
       border-radius: 10px;
}
.badge:empty {
  display: none;
}
.badge-success {
  background-color: #91ce31;
}
.badge-danger {
  background-color: #e26f50;
}
.badge-warning {
  background-color: #ee8c0c;
}
.badge-info {
  background-color: #3497db;
}
.badge-inverse {
  background-color: #58585c;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .badge {
  top: 0;
}
.nav-list > li > a > .badge {
  background-color: transparent;
  color: #82939e;
}
.nav-list > .active > a > .badge,
.nav-pills > .active > a > .badge {
  color: #fff;
  background-color: #3497db;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
@-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;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 20px;
  background-color: #b2c0d1;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.progress-small {
  height: 3px;
}
.progress-bar {
  float: left;
  position: relative;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #3497db;
  -moz-border-radius: 6px;
       border-radius: 6px;
  -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;
  transition: width 0.6s ease;
}
.progress-bar:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.25);
}
.progress-striped .progress-bar {
  background-color: #3497db;
  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: 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);
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-danger {
  background-color: #e26f50;
}
.progress-striped .progress-bar-danger {
  background-color: #e26f50;
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-success {
  background-color: #91ce31;
}
.progress-striped .progress-bar-success {
  background-color: #91ce31;
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ee8c0c;
}
.progress-striped .progress-bar-warning {
  background-color: #ee8c0c;
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #3a87ad;
}
.progress-striped .progress-bar-info {
  background-color: #3a87ad;
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-color: rgba(0, 0, 0, 0.0001);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-color: transparent;
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-color: transparent;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 5;
  width: 100px;
  margin: 0 0 0 -50px;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0;
  margin-right: 0;
  text-indent: -999px;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
       border-radius: 5px;
  cursor: pointer;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 20px;
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 0;
    right: 0;
    z-index: 10;
    display: block;
    max-width: 60%;
    padding: 30px;
    margin-left: 0;
    margin-right: 0;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 50px 60px;
    -moz-border-radius: 6px;
         border-radius: 6px;
  }
  .jumbotron h1 {
    font-size: 60px;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
.shadow {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.radius {
  -moz-border-radius: 4px;
       border-radius: 4px;
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}


/* Button ----------------------------------------------------*/
.btn-x-large{ padding-left:  }
/* Circle button */
.circle-btn,
.circle-btn-large,
.circle-btn-small {
  display: inline-block;
  vertical-align: middle;
}
.circle-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.circle-btn:focus {
  outline: 0 none;
}
.circle-btn-large {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.circle-btn-large:focus {
  outline: 0 none;
}
.circle-btn-small:focus {
  outline: 0 none;
}
.btn-icon {
  padding-left: 9px;
  padding-right: 9px;
}
.btn-fix {
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.btn-small.btn-fix {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.btn-narrow {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-widen {
  padding-left: 40px;
  padding-right: 40px;
}
.btn .checkbox {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: top;
}
.btn-x-large{ padding: 14px 40px; font-size: 16px; -moz-border-radius: 6px; border-radius: 6px; }
.btn-great,
.btn-submit { padding-left: 60px; padding-right: 60px; }

/* 圆形按钮，配合具体图标使用 */
.cbtn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.cbtn:focus { outline: 0 none; }

/* Grid ------------------------------------------------------ */
.row-narrow {
  margin-left: -5px;
  margin-right: -5px;
}
.row-narrow [class^="span"] {
  padding-left: 5px;
  padding-right: 5px;
}


/* Pagination ------------------------------------------------ */
.pagination-wrap {
  margin: 20px 0;
  height: 40px;
  background-color: #ffffff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
       box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.pagination {
  float: left;
  margin: 0;
}
.pagination input {
  min-height: 30px;
}
.pagination-controll {
  float: left;
  padding: 5px;
}
.pagination-controll > .input-group {
  float: left;
  width: 80px;
}
.pagination-controll > .input-group > input {
  float: left;
  width: 40px;
  color: #82939e;
  font-weight: 700;
}
.pagination-controll > .input-group .btn {
  width: 40px;
}
.pagination-controll > .input-group .btn .glyphicon:before,
.pagination-controll > .input-group .btn [class^="glyphicon-"]:before {
  line-height: 1.2;
}
.pagination-controll > span {
  line-height: 30px;
  font-family: Arial, "Microsoft Yahei";
  padding: 0 5px;
}


/* Form ------------------------------------------------------*/
.input-operates {
  position: relative;
}
.input-operate {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
}
.operate-btn {
  -moz-border-radius: 4px;
       border-radius: 4px;
  display: inline-block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  color: #82939e;
  background-color: #ebedf0;
  white-space: nowrap;
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
}
.operate-btn-large {
  padding: 10px;
}
.operate-btn:hover,
.operate-btn:focus,
.operate-btn.hover,
.operate-btn.active {
  background-color: #3497db;
  /* brand-primary */
  color: #fff;
  text-decoration: none;
}
.operate-btn-danger:hover,
.operate-btn-danger:focus,
.operate-btn-danger.hover {
  background-color: #e26f50;
  /* brand-danger */
}
.input-operates input[type="text"] {
  padding-right: 40px;
}
.input-operates .caret {
  margin-top: 8px;
  margin-left: 0;
}
.input-operate .operate-btn:hover .caret,
.input-operate .operate-btn:focus .caret {
  border-top-color: #FFF;
}
.has-error input,
.has-success input {
  background-image: url('../image/ico_input_status.png');
  background-repeat: no-repeat;
}
.has-error input {
  background-position: right 0;
}
.has-success input {
  background-position: right -40px;
}
/* Input addon */
.addon-icon {
  width: 40px;
}
.addon-icon.input-large {
  width: 50px;
  min-width: 50px;
}
.addon-icon.input-small {
  min-width: 30px;
  width: 30px;
}
.input-group-addon {
  -webkit-transition: background linear .2s, border linear .2s;
  -moz-transition: background linear .2s, border linear .2s;
  transition: background linear .2s, border linear .2s;
  min-width: 40px;
  cursor: default!important;
}
.checkbox,
.radio {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
}
.control-group > .radio-inline,
.control-group > .checkbox-inline {
  margin-bottom: 0;
}
.controls > .radio-inline:first-child,
.controls > .checkbox-inline:first-child,
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
}
.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("../image/component.png") -50px -130px no-repeat;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  opacity: 1;
  /*top: -1px;*/
}
.control-group input{
  line-height: 26px;
}
.checkbox .icon,
.radio .icon {
  display: none\9;
  opacity: 0;
  z-index: 2;
}
.radio .icon,
.radio .icon-to-fade {
  background-position: -50px -90px;
}
.checkbox:hover,
.radio:hover,
.checkbox.has-focus,
.radio.has-focus {
  color: #3497db;
}
.checkbox:hover .icon-to-fade,
.checkbox.has-focus .icon-to-fade {
  background-position: -130px -130px;
}
.radio:hover .icon-to-fade,
.radio.has-focus .icon-to-fade {
  background-position: -130px -90px;
}
.checkbox input,
.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none !important;
  zoom: 1;
}
.checkbox.checked .icon {
  background-position: -90px -130px;
}
.radio.checked .icon {
  background-position: -90px -90px;
}
.checkbox.disabled,
.radio.disabled {
  color: #d7dddd;
  cursor: default;
}
.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade,
.checkbox.disabled .icon,
.radio.disabled .icon,
.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
  display: none\9;
  opacity: 0;
}
.checkbox.checked .icon,
.radio.checked .icon,
.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade,
.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
  display: block\9;
  opacity: 1;
}
.checkbox.disabled .icon-to-fade {
  background-position: -10px -130px;
}
.radio.disabled .icon-to-fade {
  background-position: -10px -90px;
}
.checkbox.disabled.checked .icon {
  background-position: -170px -130px;
}
.radio.disabled.checked .icon {
  background-position: -170px -90px;
}


/* Avatar ------------------------------------------------------- */
.avatar {
  width: 60px;
  height: 60px;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.avatar-large {
  width: 180px;
  height: 180px;
  -moz-border-radius: 6px;
       border-radius: 6px;
}
.avatar-small {
  width: 30px;
  height: 30px;
  -moz-border-radius: 3px;
       border-radius: 3px;
}


/* Table -------------------------------------------------------- */
.table-crowd th,
.table-crowd td {
  padding-left: 5px;
  padding-right: 5px;
}
.table-head-condensed thead th {
  height: 20px;
}
.table-head-condensed thead:first-child tr:first-child th,
.table-head-condensed thead:first-child tr:first-child td {
  border-bottom: 2px solid #3497db;
}
.table-row-condensed thead:first-child tr:first-child th,
.table-row-condensed thead:first-child tr:first-child td {
  border-bottom: 0 none;
}
.table-row-condensed th,
.table-row-condensed td {
  height: 20px;
}
.table-row-narrow th,
.table-row-narrow td {
  height: 30px;
}
.table-head-inverse thead th {
  background-color: #2f88c5;
  color: #FFF;
}



/*--------------------------------------------------------*/
.circle {
  -moz-border-radius: 50%;
       border-radius: 50%;
}
/* 自定义滚动条样式 IE8+ */
.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #B2C0D1;
}
/* Handle */
.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 2px solid #B2C0D1;
  background-color: #f5f5f5;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #fff;
}
.scroll::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  background-color: transparent;
}
/* icon */
.o-ex-calendar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../image/component.png") no-repeat 0 -250px;
}
.operate-btn:hover .o-ex-calendar,
.active .o-ex-calendar {
  background-position: -40px -250px;
}

.checkbox,
.radio {
  position: relative;
  margin-bottom: 12px;
  padding-left: 24px;
}
.control-group > .radio-inline,
.control-group > .checkbox-inline {
  margin-bottom: 0;
}
.controls > .radio-inline:first-child,
.controls > .checkbox-inline:first-child,
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
}
.checkbox .icon,
.checkbox .icon-to-fade,
.radio .icon,
.radio .icon-to-fade {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url("../image/component.png") -50px -130px no-repeat;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  opacity: 1;
  /*top: -1px;*/
}
.checkbox .icon,
.radio .icon {
  display: none\9;
  opacity: 0;
  z-index: 2;
}
.radio .icon,
.radio .icon-to-fade {
  background-position: -50px -90px;
}
.checkbox:hover,
.radio:hover,
.checkbox.has-focus,
.radio.has-focus {
  color: #3497db;
}
.checkbox:hover .icon-to-fade,
.checkbox.has-focus .icon-to-fade {
  background-position: -130px -130px;
}
.radio:hover .icon-to-fade,
.radio.has-focus .icon-to-fade {
  background-position: -130px -90px;
}
.checkbox input,
.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none !important;
  zoom: 1;
}
.checkbox.checked .icon {
  background-position: -90px -130px;
}
.radio.checked .icon {
  background-position: -90px -90px;
}
.checkbox.disabled,
.radio.disabled {
  color: #d7dddd;
  cursor: default;
}
.checkbox.checked .icon-to-fade,
.radio.checked .icon-to-fade,
.checkbox.disabled .icon,
.radio.disabled .icon,
.checkbox.disabled.checked .icon-to-fade,
.radio.disabled.checked .icon-to-fade {
  display: none\9;
  opacity: 0;
}
.checkbox.checked .icon,
.radio.checked .icon,
.checkbox.disabled .icon-to-fade,
.radio.disabled .icon-to-fade,
.checkbox.disabled.checked .icon,
.radio.disabled.checked .icon {
  display: block\9;
  opacity: 1;
}
.checkbox.disabled .icon-to-fade {
  background-position: -10px -130px;
}
.radio.disabled .icon-to-fade {
  background-position: -10px -90px;
}
.checkbox.disabled.checked .icon {
  background-position: -170px -130px;
}
.radio.disabled.checked .icon {
  background-position: -170px -90px;
}
/*
  component.css
  一些组件样式或基本组件的样式
*/

/* 此样式用来解决开关在初始化前会出现短时间checkbox状态的问题 */
/* 用visibility在Ie8下会导致点击无效 */
input[data-toggle="switch"] { opacity: 0; filter: Alpha(opacity=0); }

.btn-static { width: 100px; }

/* popover */
.popover-w{
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
       box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
  background-color: #FFF;
  color: #82939E;
  max-width: none;
  border-color: #DADFE6;
}
.popover-w .popover-title{
  background-color: #FFF;
  border-color: #FFF;
}
.popover-w.bottom .arrow:after { border-bottom-color: #FFF; }
.popover-w.right .arrow:after{ border-right-color: #FFF; }
.popover-w.top .arrow:after{ border-top-color: #FFF; }
.popover-w.left .arrow:after{ border-left-color: #FFF; }

/* Loading */
.loading,
.loading-small,
.loading-mini{ display: inline-block; vertical-align: middle; }
.loading { width: 60px; height: 60px; background: url(../image/loading.gif) no-repeat;  }
.loading-small { width: 24px; height: 24px; background: url(../image/loading_small.gif) no-repeat;  }
.loading-mini { width: 16px; height: 16px; vertical-align: -2px; background: url(../image/loading_mini.gif) no-repeat;  }


/* Datepicker*/
.datepicker { position: relative;}
.datepicker .datepicker-input{ padding-right: 40px; background-color: #FFF; }
.datepicker .datepicker-btn {
  -moz-border-radius: 4px;
       border-radius: 4px;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  background: #EBEDF0 url("../image/component.png") no-repeat 5px -245px;
}
.datepicker .datepicker-btn:hover,
.datepicker .datepicker-btn.active{
  background-color: #3497DB;
  background-position: -35px -245px;
}
.datepicker-small .datepicker-btn,
.datepicker-small .datepicker-btn:hover,
.datepicker-small .datepicker-btn.active{ width: 20px; height: 20px; background: #FFF url("../image/component.png") no-repeat 0 -250px; }

/* mini编辑功能 */
.editor-btnbar{}
.editor-btn{ -moz-border-radius: 4px; border-radius: 4px; margin-left: 5px; display: inline-block; width: 38px; height: 38px; border: 1px solid #DADFE6; vertical-align: middle; font-size: 20px; text-align: center; line-height: 38px; color: #82939E; }
.editor-btn:hover { text-decoration: none; }
.editor-btn.active{ background-color: #F3FBFF; color: #3497DB; border-color: #3497DB; }
.editor-btn-bold{ font-weight: 700; }
.editor-btn-italic{ font-style: italic;}
.editor-btn-underline,
.editor-btn-underline:hover{ text-decoration: underline;}

/* ajax 页码 */
.ajax-pagination{ height: 40px; }
.ajax-pagination .pagination > a,
.ajax-pagination .pagination > span{
  -webkit-transition: background linear 0.1s;
  -moz-transition: background linear 0.1s;
  transition: background linear 0.1s;
  -moz-border-radius: 4px;
       border-radius: 4px;
  float: left;
  margin-right: 5px;
  padding: 5px 11px;
  line-height: 20px;
  text-decoration: none;
  color: #829393;
  font-weight: 700;
  font-family: Arial, 'Microsoft Yahei';
  background-color: #FFF;
}
.ajax-pagination .pagination > a:hover,
.ajax-pagination .pagination > span.current{
  background-color: #3497db;
  color: #FFF;
}
.ajax-pagination .pagination .pagination-controll{ padding: 0 5px; }
.ajax-pagination .pagination .pager{ padding: 0 10px; }
.ajax-pagination .pagination .pager .btn.current{ cursor: default; opacity: 0.65; filter: alpha(opacity=65); }
.ajax-pagination .pagination .pager .btn.current:hover,
.ajax-pagination .pagination .pager .btn.current:active{ background-color: #f8f8f8; border-color: #dadce6; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }

.jquery-colour-picker {
  background: #fafafa;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
  width: 180px;
  padding: 10px 5px 5px 10px;
  border: 1px solid #dadfe6;
  -moz-border-radius: 4px;
       border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 8000;
}
.jquery-colour-picker.horizontal {
  width: 26px;
}
.jquery-colour-picker h2 {
  margin: 0 0 5px 0;
  font-size: 14px;
}
.jquery-colour-picker ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  zoom: 1;
}
.jquery-colour-picker ul:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.jquery-colour-picker ul li {
  float: left;
  margin: 0 5px 5px 0;
}
.jquery-colour-picker ul li a {
  display: block;
  width: 18px;
  height: 18px;
  text-decoration: none;
  text-indent: -100000px;
  outline: 0;
  border: 1px solid #aaa;
}
.jquery-colour-picker ul li a:hover {
  border-color: #000;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.bootstrap-datetimepicker-widget {
  -webkit-box-shadow: 0 2px 10px rgba(56, 60, 65, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(56, 60, 65, 0.2);
  box-shadow: 0 2px 10px rgba(56, 60, 65, 0.2);
  top: 0;
  left: 0;
  width: 280px;
  padding: 0;
  margin-top: 1px;
  z-index: 6000;
  background-color: #FFF;
  border: 0 solid rgba(0, 0, 0, 0);
  overflow: hidden;
  -moz-border-radius: 4px;
       border-radius: 4px;
  /*.dow {
  border-top: 1px solid #ddd !important;
  }*/
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #3497db;
  z-index: -1;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 100%;
  font-size: 1.2em;
  padding: 0;
  height: 48px;
  font-size: 30px;
  float: none;
  width: 58px;
  line-height: 48px;
  display: inline-block;
}
.bootstrap-datetimepicker-widget .timepicker-hour:hover,
.bootstrap-datetimepicker-widget .timepicker-minute:hover,
.bootstrap-datetimepicker-widget .timepicker-second:hover {
  background: none;
}
.bootstrap-datetimepicker-widget .timepicker-up,
.bootstrap-datetimepicker-widget .timepicker-down {
  -moz-border-radius: 4px;
       border-radius: 4px;
  display: inline-block;
  width: 60px;
  height: 15px;
  background: url('../image/datepicker.png') no-repeat;
}
.bootstrap-datetimepicker-widget .timepicker-up:hover,
.bootstrap-datetimepicker-widget .timepicker-down:hover {
  background-color: #FDF0DE;
}
.bootstrap-datetimepicker-widget .timepicker-up:active,
.bootstrap-datetimepicker-widget .timepicker-down:active {
  background-color: #EE8C0C;
}
.bootstrap-datetimepicker-widget .timepicker-up {
  background-position: 10px -3px;
  opacity: 0.15;
}
.bootstrap-datetimepicker-widget .timepicker-up:hover {
  background-position: -110px -3px;
  opacity: 1;
}
.bootstrap-datetimepicker-widget .timepicker-up:active {
  background-position: -50px -3px;
}
.bootstrap-datetimepicker-widget .timepicker-down {
  background-position: 10px -20px;
  opacity: 0.15;
}
.bootstrap-datetimepicker-widget .timepicker-down:hover {
  background-position: -110px -20px;
  opacity: 1;
}
.bootstrap-datetimepicker-widget .timepicker-down:active {
  background-position: -50px -20px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker-headbg {
  -moz-border-radius: 4px 4px 0 0;
       border-radius: 4px 4px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #3497db;
}
.bootstrap-datetimepicker-widget .datepicker,
.bootstrap-datetimepicker-widget .timepicker {
  padding: 10px 20px;
}
.bootstrap-datetimepicker-widget .timepicker .separator {
  font-size: 30px;
  font-weight: 700;
}
.bootstrap-datetimepicker-widget .timepicker tbody td {
  padding: 5px 0;
}
.bootstrap-datetimepicker-widget .timepicker-picker tbody td {
  padding: 0;
  line-height: 12px;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  -moz-border-radius: 4px;
       border-radius: 4px;
  display: block;
  margin: 10px 20px;
  padding: 5px;
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch:hover i {
  color: #FFF;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  padding: 8px 5px;
  width: 20px;
  height: 20px;
  color: #82939e;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.bootstrap-datetimepicker-widget td.weekend {
  color: #91ce31;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #fdf0de;
  color: #ee8c0c;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.day:active,
.bootstrap-datetimepicker-widget td.hour:active,
.bootstrap-datetimepicker-widget td.minute:active,
.bootstrap-datetimepicker-widget td.second:active {
  background: #ee8c0c;
  color: #FFF;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #b2c0d1;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #ee8c0c;
  color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #e2e7ee;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  float: left;
  cursor: pointer;
  -moz-border-radius: 4px;
       border-radius: 4px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #fdf0de;
  color: #ee8c0c;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #ee8c0c;
  color: #fff;
}
.bootstrap-datetimepicker-widget td span.old {
  color: #b2c0d1;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #e2e7ee;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span.month {
  font-size: 20px;
}
.bootstrap-datetimepicker-widget th {
  color: #FFF;
}
.bootstrap-datetimepicker-widget th.switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  height: 30px;
  background: url('../image/datepicker.png') no-repeat;
}
.bootstrap-datetimepicker-widget th.prev {
  background-position: 0 -40px;
}
.bootstrap-datetimepicker-widget th.prev:hover {
  background-position: -40px -40px;
}
.bootstrap-datetimepicker-widget th.next {
  background-position: -80px -40px;
}
.bootstrap-datetimepicker-widget th.next:hover {
  background-position: -120px -40px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #e2e7ee;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr th {
  font-size: 12px;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
  font-size: 16px;
}
.bootstrap-datetimepicker-widget .datepicker tbody:before {
  content: "";
  display: block;
  height: 10px;
}
.bootstrap-datetimepicker-widget .datepicker-years tbody td,
.bootstrap-datetimepicker-widget .datepicker-months tbody td {
  padding: 0;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
div.jGrowl {
  padding: 10px;
  z-index: 9999;
}
/** Normal Style Positions **/
body > div.jGrowl {
  position: fixed;
}
body > div.jGrowl.top-left {
  left: 0;
  top: 0;
}
body > div.jGrowl.top-right {
  right: 0;
  top: 0;
}
body > div.jGrowl.bottom-left {
  left: 0;
  bottom: 0;
}
body > div.jGrowl.bottom-right {
  right: 0;
  bottom: 0;
}
body > div.jGrowl.center {
  top: 0;
  width: 50%;
  left: 25%;
}
/** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: #000;
  color: #fff;
  opacity: .85;
  filter: alpha(opacity = 85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  display: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.jGrowl div.jGrowl-notification {
  min-height: 40px;
}
div.jGrowl div.jGrowl-notification div.j-header {
  font-weight: bold;
  font-size: 10px;
}
div.jGrowl div.jGrowl-notification div.close {
  float: right;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
  color: white;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
div.jGrowl div.jGrowl-notification div.close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}
div.jGrowl div.jGrowl-closer {
  height: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
div.jGrowl div.jGrowl-notification.normal {
  background-color: #b2c0d1;
}
div.jGrowl div.jGrowl-notification.success {
  background-color: #91ce31;
}
div.jGrowl div.jGrowl-notification.danger {
  background-color: #e26f50;
}
div.jGrowl div.jGrowl-notification.warning {
  background-color: #ee8c0c;
}
div.jGrowl div.jGrowl-notification.primary {
  background-color: #3497db;
}
.ui-slider {
  -moz-border-radius: 3px;
       border-radius: 3px;
  height: 6px;
  background: #b2c0d1;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.ui-slider-handle {
  position: absolute;
  height: 30px;
  width: 30px;
  background: url("../image/component.png") 0 -280px no-repeat;
  margin-top: -12px;
  margin-left: -14px;
  cursor: pointer;
  z-index: 2;
}
.ui-slider-handle:hover {
  background-position: -30px -280px;
}
.ui-slider-handle-scale {
  margin-top: -8px;
  background-position: -60px -280px;
}
.ui-slider-handle-scale:hover {
  background-position: -90px -280px;
}
.ui-slider-handle:hover,
.ui-slider-handle:focus {
  outline: none;
}
.ui-slider-range {
  position: absolute;
  height: 100%;
  background-color: #3497db;
  z-index: 1;
}
.ui-slider-scale-point {
  -moz-border-radius: 4px;
       border-radius: 4px;
  position: absolute;
  top: 12px;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background-color: #B2C0D1;
}
.ui-slider-scale-step {
  position: absolute;
  top: 20px;
  margin-left: -15px;
  width: 30px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.ui-slider-scale-step:after {
  -moz-border-radius: 2px;
       border-radius: 2px;
  content: " ";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 4px;
  height: 4px;
  background-color: #B2C0D1;
}
.ui-slider-hasscale {
  margin-bottom: 40px;
}
.ui-slider .ui-slider-range-min {
  left: 0;
  -moz-border-radius-bottomleft: 30px;
       border-bottom-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
       border-top-left-radius: 30px;
}
.ui-slider .ui-slider-range-max {
  right: 0;
  -moz-border-radius-bottomright: 30px;
       border-bottom-right-radius: 30px;
  -moz-border-radius-topright: 30px;
       border-top-right-radius: 30px;
}
.ui-slider-vertical {
  width: 6px;
  height: 200px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -8px;
  margin-left: -2px;
  margin-bottom: -14px;
}
.ui-slider-vertical .ui-slider-handle-scale {
  margin-left: 2px;
  background-position: -120px -280px;
}
.ui-slider-vertical .ui-slider-handle-scale:hover {
  background-position: -150px -280px;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  -moz-border-radius-bottomright: 30px;
       border-bottom-right-radius: 30px;
  -moz-border-radius-bottomleft: 30px;
       border-bottom-left-radius: 30px;
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  -moz-border-radius-topright: 30px;
       border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
       border-top-left-radius: 30px;
  top: 0;
}
.ui-slider-vertical .ui-slider-scale-start,
.ui-slider-vertical .ui-slider-scale-end {
  right: auto;
  left: 20px;
}
.ui-slider-vertical .ui-slider-scale-start {
  top: auto;
  bottom: -10px;
}
.ui-slider-vertical .ui-slider-scale-end {
  top: -10px;
}
.ui-slider-vertical .ui-slider-scale-point {
  top: auto;
  left: 12px;
  margin-left: 0;
  margin-top: -2px;
}

/* page-list */
.page-list {
  background-color: #f9fbff;
  -moz-border-radius: 4px;
       border-radius: 4px;
  border: 1px solid #eaeced;
  -webkit-box-shadow: 0 0 4px #edeeef;
  -moz-box-shadow: 0 0 4px #edeeef;
       box-shadow: 0 0 4px #edeeef;
}
.page-list .page-list-header {
  padding: 10px 20px;
  min-height: 40px;
  /**/
  border-bottom: 2px solid #3497db;
  background-color: #fff;
}
.page-list .page-list-footer {
  zoom: 1;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px #f8f8f8;
  -moz-box-shadow: inset 0 1px 2px #f8f8f8;
       box-shadow: inset 0 1px 2px #f8f8f8;
}
.page-list .page-list-footer:before,
.page-list .page-list-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.page-list .page-list-footer:after {
  clear: both;
}
.page-list .page-list-footer .pager {
  float: left;
}
.page-list .page-list-footer .pager > .btn-small {
  padding-left: 15px;
  padding-right: 15px;
}
.page-list .page-list-sidebar {
  float: left;
  width: 220px;
  padding: 10px;
}
.page-list .page-list-sidebar .search {
  margin-bottom: 10px;
}
.page-list .page-list-container {
  -webkit-box-shadow: -2px 0 4px #f8f8f8;
  -moz-box-shadow: -2px 0 4px #f8f8f8;
       box-shadow: -2px 0 4px #f8f8f8;
  border-left: 1px solid #eaeced;
  margin-left: 240px;
}
.page-list .table {
  margin-bottom: 0;
}
.page-list .table thead th {
  border-bottom: 0 none;
  height: 20px;
}
.page-list .table .checkbox,
.page-list .table .radio {
  margin: 0;
}
.search,
.search > a {
  background-image: url('../image/component.png');
  background-repeat: no-repeat;
}
.search {
  position: relative;
  background-color: #fff;
  -moz-border-radius: 20px;
       border-radius: 20px;
}
.search > input[type="search"],
.search > input[type="text"] {
  padding-left: 40px;
  padding-right: 40px;
  -moz-border-radius: 20px;
       border-radius: 20px;
  background: transparent;
}
.search > a {
  -moz-border-radius: 15px;
       border-radius: 15px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-position: -125px -45px;
  display: none;
}
.search > input{
  line-height: 26px;
}
.search-config a {
  background-position: -5px -45px;
  display: block;
}
.search-config a:hover,
.search-config-hover a {
  background-position: -45px -45px;
}
.search.has-focus a,
.search.has-focus a:hover,
.search.has-focus a:focus {
  background-position: -125px -45px;
  display: block;
}

/* SelectBox start */
.select-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.select-box-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter:alpha(opacity=30);
  opacity: 0.3;
  background: rgba(0, 0, 0, .3);
}
.select-box-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(0, 0)\9;
     -moz-transform: translate(0, 0)\9;
      -ms-transform: translate(0, 0)\9;
          transform: translate(0, 0)\9;
  /* IE8+ - must be on one line, unfortunately */
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
  /*
   * To make the transform-origin be the middle of
   * the object.    Note: These numbers
   * are approximations.  For more accurate results,
   * use Internet Explorer with this tool.
   */
  margin-left: -350px\0;
  margin-top: -300px\0;

  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
       box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 4px;
       border-radius: 4px;
  background-color: #fff;
  position: absolute;
  width: 700px;
}
.select-box-header {
  position: relative;
  height: 100%;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
}
.select-box-title {
  height: 58px;
  line-height: 57px;
  padding: 0 30px 0 10px;
  background-color: #3497db;
  font-size: 20px;
  color: #fff;
  font-family: Tahoma, Arial/9!important;
  cursor: move;
}
.select-box-header, .select-box-title {
  -moz-border-radius-topleft: 4px;
       border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.select-box-body {
  position: relative;
  width: 100%;
  zoom: 1;
}
.select-box-body:before,
.select-box-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.select-box-body:after {
  clear: both;
}
.select-box-mainer {
  position: relative;
  width: 420px;
  background: #f5f9fb;
  float: left;
}
.select-box-res{
  padding-top: 10px 0;
}
.select-box-mainer, .select-box-res {
  height: 480px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.select-box-footer {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  -moz-border-radius-bottomleft: 4px;
       border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
  background-color: #F8F8F8;
  padding: 8px;
  text-align: right;
  white-space: nowrap;
}
.select-box-nav {
  height: 50px;
}
.select-box-nav li {
  float: left;
  list-style: none;
  border-left: 1px solid #5fade3;
}
.select-box-nav li:first-child {
  border-left: none;
}
.select-box-nav li a {
  display: block;
  width: 139px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 0;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #2f88c5;
}
.select-box-nav li a > i {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.select-box-nav li a:hover,
.select-box-nav .active a,
.select-box-nav .active a:hover {
  text-decoration: none;
  background-color: #2a7ab1;
}
.select-box-query {
  position: relative;
  height: 40px;
  padding: 10px 20px;
}
.select-box-list {
  padding: 0 10px;
  height: 365px;
  overflow: auto;
}
.select-box-res {
  padding: 10px 0;
}
.select-box-ctrl {
  display: block;
  height: 40px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}
.select-box-ctrl em {
  font-style: normal;
}
.select-box-acheive {
  margin-top: 5px;
  height: 415px;
  overflow: auto;
}
.select-box-selected-item {
  position: relative;
  list-style: none;
  padding: 3px 20px;
  font-size: 14px;
  color: #8a9aa4;
  cursor: pointer;
}
.select-box-selected-item span:hover {
  color: #3497db;
}
.select-box-acheive .offline img {
  /*filter: Gray*/
}
.select-box-close,
.select-box-item-close {
  position: absolute;
  top: 6px;
  right: 20px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('../image/component.png');
  background-position: -210px -90px;
}
.select-box-close {
  top: 17px;
  width: 24px;
  height: 24px;
  background-position: -240px -130px;
}
.select-box-close:hover {
  cursor: pointer;
  background-position: -240px -90px;
}
.select-box-item-close:hover{
  background-position: -210px -130px;
}
.select-box-lately,
.select-box-department,
.select-box-position {
  background-image: url('../image/select_box.png');
  background-repeat: no-repeat;
}
.select-box-department {
  background-position: 0 -32px;
}
.select-box-position {
  background-position: 0 -64px;
}
.select2-container-multi .select2-choices .select2-operate {
  float: right;
  position: relative;
  z-index: 10;
  padding: 5px;
}
.select2-container-multi .select2-choices .select2-operate a {
  margin-left: 5px;
}
.select2-container-multi .select2-choices .select2-operate .operate-btn {
  padding-left: 8px;
  padding-right: 8px;
}
.select-box-company-icon,
.select-box-user-icon,
.select-box-department-icon,
.select-box-position-icon,
.select-box-role-icon {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url('../image/user_select.png');
}
.select-box-user-icon {
  background-position: 0 -60px;
}
.select-box-department-icon {
  background-position: 0 -20px;
}
.select-box-position-icon {
  background-position: 0 -40px;
}
.select-box-role-icon {
  background-position: 0 -180px;
}

/* Toggle */
.toggle {
  -webkit-transition: background linear .1s;
  -moz-transition: background linear .1s;
  transition: background linear .1s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 0;
  height: 30px;
  width: 66px;
  color: #fff;
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  background-image: url("../image/component.png");
  background-position: 0 -202px;
  cursor: pointer;
  vertical-align: middle;
}
.toggle:before,
.toggle:after {
  display: table;
  content: "";
}
.toggle:after {
  clear: both;
}
.toggle input {
  position: absolute;
  outline: none !important;
  display: block\9;
  opacity: 0.01;
  filter: alpha(opacity=1);
  zoom: 1;
}
.toggle-off {
  background-position: -66px -202px;
}
.toggle-disabled {
  cursor: default;
  background-position: -132px -202px;
}
.toggle-disabled.toggle-off {
  background-position: -198px -202px;
}
/* 作为按钮的图标 */
.o-plus,
.o-edit,
.o-trash,
.o-cancel,
.o-conf,
.o-view,
.o-download,
.o-chain,
.o-message,
.o-assign,
.o-manager,
.o-print,
.o-print-bk,
.o-forward-mail,
.o-more,
.o-remind,
.o-ok,
.o-close-bk,
.o-error,
.o-warning,
.o-prev,
.o-next,
.o-chat,
.o-pm,
.co-tpm,
.o-email,
.co-temail,
.o-date,
.o-search,
.o-list,
.o-import,
.o-export,
.o-validate,
.o-form-design,
.o-flow-design,
.co-clock,
.co-close
{
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../image/btn_icon.png);
  background-repeat: no-repeat;
  vertical-align: middle;
}
.o-message{
  background-position: 0 -80px;
  direction: ltr;
  text-indent: -9999px;
}
.o-message:hover{
  background-position: 0 -120px;
}
.o-assign{
  background-position: -280px -120px;
  direction: ltr;
  text-indent: -9999px;
}
.o-assign:hover{
  background-position: -280px -160px;
}
.o-manager{
  background-position: -360px 0;
  direction: ltr;
  text-indent: -9999px;
}
.o-manager:hover{
  background-position: -360px -40px;
}
a:hover .o-plus,
.o-plus:hover,
.o-plus:focus{ background-position: 0 -40px;}

.o-edit{ background-position: -40px 0;}
a:hover .o-edit,
.o-edit.active,
.o-edit:hover,
.o-edit:focus{ background-position: -40px -40px;}

.o-trash{ background-position: -80px -0;}
a:hover .o-trash,
.o-trash:hover,
.o-trash:focus{ background-position: -80px -40px;}

.o-cancel{ background-position: -120px 0;}
a:hover .o-cancel,
.o-cancel:hover,
.o-cancel:focus{ background-position: -120px -40px;}

.o-conf{ background-position: -160px 0;}
a:hover .o-conf,
.o-conf:hover,
.o-conf:focus{ background-position: -160px -40px;}

.o-view{ background-position: -200px 0;}
a:hover .o-view,
.o-view:hover,
.o-view:focus{ background-position: -200px -40px;}

.o-download{ background-position: -280px 0; }
.o-download:hover,
.o-download:focus{ background-position: -280px -40px; }

.o-chain{ background-position: -320px 0; }
.o-chain:hover,
.o-chain:focus{ background-position: -320px -40px; }

.o-print{ background-position: -40px -80px;}
.o-print-bk { background-position: -280px -80px; }
a:hover .o-print,
.o-print:hover,
.o-print-bk:hover,
.o-print:focus{ background-position: -40px -120px;}

.o-forward-mail{ background-position: -80px -80px;}
a:hover .o-forward-mail,
.o-forward-mail:hover,
.o-forward-mail:focus{ background-position: -80px -120px;}

.o-more{ background-position: -120px -80px; }
a:hover .o-more,
.o-more:hover,
.o-more:focus{ background-position: -120px -120px;}

.o-remind{ background-position: -160px -80px; }
.o-remind:hover,
.o-remind:focus,
.o-remind.active{ background-position: -160px -120px; }

.o-ok{ background-position: -200px -80px; }
.o-ok:hover,
.o-ok:focus,
.o-ok.active{ background-position: -200px -120px; }

/*.o-error.active{ background-position: -240px -120px; }*/
/*.o-warning.active{ background-position: -280px -120px; }*/

.o-prev{ background-position: 0 -160px; }
.o-prev:hover,
.o-prev:focus,
.o-prev.active{ background-position: 0 -200px; }

.o-next{ background-position: -40px -160px; }
.o-next:hover,
.o-next:focus,
.o-next.active{ background-position: -40px -200px; }

.o-chat{ background-position: -80px -160px; }
.o-chat:hover,
.o-chat:focus,
.o-chat.active{ background-position: -80px -200px; }

.o-org{ background-position: 0 -160px; }
.mng-item-active .o-org{ background-position: -30px -160px; }

.o-email{ background-position: -160px -160px; }
.o-email:hover{ background-position: -160px -200px; }

.o-date{ background-position: -200px -160px; }
.o-date:hover{ background-position: -200px -200px; }

.o-search{ background-position: 0 -240px; }
a:hover .o-search,
.o-search:hover{ background-position: 0 -280px; }

.o-list{ background-position: -40px -240px; }
a:hover .o-list,
.o-list:hover{ background-position: -40px -280px; }

.o-import{ background-position: -80px -240px; }
a:hover .o-import,
.o-import:hover{ background-position: -80px -280px; }

.o-export{ background-position: -120px -240px; }
a:hover .o-export,
.o-export:hover{ background-position: -120px -280px; }

.o-validate{ background-position: -160px -240px; }
a:hover .o-validate,
.o-validate:hover{ background-position: -160px -280px; }

.o-flow-design{ background-position: -200px -240px; }
a:hover .o-flow-design,
.o-flow-design:hover{ background-position: -200px -280px; }

.o-form-design{ background-position: -240px -240px; }
a:hover .o-form-design,
.o-form-design:hover{ background-position: -240px -280px; }

.o-close-bk{ background-position: -240px -80px; }
.o-close-bk:hover{ background-position: -240px -120px; }


.co-clock{ background-position: -240px -160px; }
.co-clock:hover{ background-position: -240px -200px; }
.co-close{ background-position: -240px 0; }
.co-close:hover{ background-position: -240px -40px; }

.co-tpm{ background-position: -360px -80px; }
.co-tpm:hover{ background-position: -120px -160px; }
.co-tpm i{ position: absolute; bottom: 0; right: 0 }
.co-temail{ background-position: -320px -80px; }
.co-temail:hover{ background-position: -160px -200px; }



/* 线条图标 outline */
/* 20*20 */
.o-ol-phone,
.o-ol-mail,
.o-ol-location,
.o-ol-download,
.o-olw-download,
.o-ol-chevron-left,
.o-ol-chevron-right,
.o-ol-chevron-up,
.o-ol-chevron-down,
.o-ol-trumpet,
.o-ol-close,
.o-ol-plus,
.o-ol-calendar,
.o-ol-export
{ display: inline-block; width: 20px; height: 20px; background: url(../image/outline_icon.png) no-repeat; vertical-align: middle; }

.o-ol-mail{ background-position: -20px 0; }
.o-ol-location{ background-position: -40px 0; }
.o-ol-download{ background-position: -60px 0; }
.o-olw-download{ background-position: -60px -20px; }
.o-ol-chevron-left{ background-position: -80px 0; }
.o-ol-chevron-right{ background-position: -100px 0; }
.o-ol-chevron-up{ background-position: -140px 0; }
.o-ol-chevron-down{ background-position: -160px 0; }
.o-ol-trumpet{ background-position: -180px 0; }
.o-ol-close{ background-position: -200px 0; }
.o-ol-plus{ background-position: -220px 0; }
.o-ol-calendar{ background-position: -240px 0; }
.o-ol-export{ background-position: -260px 0; }

/* 16*16 */
.o-olw16-move,
.o-olw16-slide,
.o-ol16-edit,
.o-ol16-trashcan,
.o-ol16-plus,
.o-olb16-plus,
.o-ol16-search,
.o-olb16-search,
.o-ol-crcode,
.o-olw-crcode{ display: inline-block; width: 16px; height: 16px; background: url(../image/outline_icon_16.png) no-repeat; vertical-align: middle; }

.o-olw16-move{ background-position: 0 -16px; }
.o-olw16-slide{ background-position: -16px -16px; } /* 幻灯预览 */

.o-ol16-edit{ background-position: -32px 0; }
.o-olb16-edit,
.o-ol16-edit.a:focus,
.o-ol16-edit.a:hover{ background-position: -32px -32px; }

.o-ol16-trashcan{ background-position: -48px 0; }
.o-olb16-trashcan,
.o-ol16-trashcan.a:focus,
.o-ol16-trashcan.a:hover{ background-position: -48px -32px; }

.o-ol16-plus{ background-position: -64px 0; }
.o-olb16-plus,
.o-ol16-plus.a:focus,
.o-ol16-plus.a:hover{ background-position: -64px -32px; }

.o-ol16-search{ background-position: -80px 0; }
.o-olb16-search,
.o-ol16-search.a:focus,
.o-ol16-search.a:hover{ background-position: -80px -32px; }

.o-ol-crcode{ background-position: -96px 0; }
.o-olw-crcode{ background-position: -96px -16px; }

/* 填充图标 solid */
/* 20 * 20 */

/* 16 * 16 */
.o-sl16-user,
.o-sl16-msg,
.o-sl16-clock,
.o-slr16-clock{ display: inline-block; width: 16px; height: 16px; background: url(../image/solid_icon_16.png) no-repeat; vertical-align: middle; }

.o-slb16-user{ background-position: 0 -16px; }

.o-sl16-msg{ background-position: -16px 0; }
.o-slb16-msg{ background-position: -16px -16px; }

.o-sl16-clock{ background-position: -32px 0; }
.o-slr16-clock{ background-position: -32px -32px; }
/*
  short.css
  短类
*/

/*------------------------------------------------------------------------------- Short */
.dib{ display: inline-block; }
.db{ display: block; }
.dn{ display: none }
/* 定位 */
.posr{ position: relative; }
.posa{ position: absolute; }
.posa-tl{ position: absolute; top: 0; left: 0; }
.posa-tr{ position: absolute; top: 0; right: 0; }

.mb{ margin-bottom: 20px; }
.mbh{ margin-bottom: 15px; }
.mbs{ margin-bottom: 10px; }
.mbm{ margin-bottom: 5px;}
.mbz{ margin-bottom: 0!important; }

.mt{ margin-top: 20px; }
.mth{ margin-top: 15px; }
.mts{ margin-top: 10px; }
.mtm{ margin-top: 5px; }
.mtz{ margin-top: 0!important;; }

.ml{ margin-left: 20px; }
.mlh{ margin-left: 15px; }
.mls{ margin-left: 10px; }
.mlm{ margin-left: 5px; }
.mlz{ margin-left: 0!important; }

.mr{ margin-right: 20px; }
.mrh{ margin-right: 15px; }
.mrs{ margin-right: 10px; }
.mrm{ margin-right: 5px; }
.mrz{ margin-right: 0!important; }

.pt{ padding-top: 20px; }
.pth{ padding-top: 15px; }
.pts{ padding-top: 10px; }
.ptm{ padding-top: 5px; }
.ptz{ padding-top: 0!important; }

.pb{ padding-bottom: 20px; }
.pbh{ padding-bottom: 15px; }
.pbs{ padding-bottom: 10px; }
.pbm{ padding-bottom: 5px; }
.pbz{ padding-bottom: 0!important; }

.pl{ padding-left: 20px; }
.plh{ padding-left: 15px; }
.pls{ padding-left: 10px; }
.plm{ padding-left: 5px; }
.plz{ padding-left: 0!important; }

.pr{ padding-right: 20px; }
.prh{ padding-right: 15px; }
.prs{ padding-right: 10px; }
.prm{ padding-right: 5px; }
.prz{ padding-right: 0!important; }


.ovh{ overflow: hidden; }

/* Inline separation 行内分隔 */
.ilsep { padding: 0 5px; }


.bdbs{ border-bottom: 1px solid #EBEFF6; }
.bds{ border: 1px solid #EBEFF6; }
.bdpt{ border-top: 2px solid #3497DB; }
.bdpb{ border-bottom: 2px solid #3497DB; }

/* 文本 */
.fsf { font-size: 40px; }
.fsg { font-size: 30px; }
.fsh { font-size: 24px; }
.fsl { font-size: 20px; }
.fsm { font-size: 16px; }
.fss { font-size: 12px; }

.tcm { color: #B2C0D1; } /* text comment */
.tcmh { margin-top: 5px; margin-bottom: 0;}
.t{ font-size: 14px; font-weight: 700; }

.ffmy{ font-family: "Microsoft Yahei"; }

.xal { text-align: left}
.xac { text-align: center}
.xar { text-align: right}

.xwb { font-weight: 700; }

.vat,
.table .vat { vertical-align: top; }
.vam { vertical-align: middle; }

.summary{
  font-size: 12px;
  line-height: 24px;
}


/* shadow inset 用作内饰线 */
.sdi{
  -webkit-box-shadow: inset 0 1px 0 #FFF;
  -moz-box-shadow: inset 0 1px 0 #FFF;
  box-shadow: inset 0 1px 0 #FFF;
}
.sdil{
  -webkit-box-shadow: inset 0 1px 0 rgba(235, 239, 246, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(235, 239, 246, 0.4);
  box-shadow: inset 0 1px 0 rgba(235, 239, 246, 0.4);
}

/* 颜色 */
.xcn { color: #82939E; }
.xcbu { color: #3497DB;} /*Blue*/
.xco { color: #EE8C0C}   /*Orange*/
.xcr,
input.xcr{ color: #E26F50; }  /*Red*/
.xcgn,
input.xcgn{ color: #7CB81C; } /*Green*/
.xcm,                    /* Deep gray */
.xcm p{ color: #58585C; }

/* 背景 */
.bglb{ background-color: #F9FBFF; } /* Lightblue */
/*.bglgs{ background-color: #FDFDFD; } Lightgray*/
.bglg{ background-color: #F8F9FA; } /* Lightgray */
.bgly{ background-color: #FFFDFA; } /* Lightyellow */
.readonly { background-color: #eee !important;}


/* 填充 */
.fill,
.fill-nn { padding: 20px; }
.fill-hh { padding: 15px; }
.fill-ss { padding: 10px; }
.fill-mm { padding: 5px; }

.fill-hn{ padding: 15px 20px;}
.fill-sn{ padding: 10px 20px }
.fill-mn{ padding: 5px 20px }
.fill-zn{ padding: 0 20px }

/* 链接 */
.anchor{ color: #3497DB; }
.anchor:hover{ text-decoration: underline; }

/* 行高 */
.lhl{ line-height: 24px; }
.lht{ line-height: 30px; }
.lhf{ line-height: 40px; }

.curp { cursor: pointer;}

.txud { text-decoration: underline; }


.bdrt,
.rdt{
  -webkit-border-top-left-radius:  4px;
  -webkit-border-top-right-radius:  4px;
  -moz-border-top-left-radius:  4px;
  -moz-border-top-right-radius: 4px;
  -moz-border-radius-topleft:  4px;
       border-top-left-radius:  4px;
  -moz-border-radius-topright: 4px;
       border-top-right-radius: 4px;
}
.bdrb,
.rdb{
  -webkit-border-bottom-left-radius:  4px;
  -webkit-border-bottom-right-radius:  4px;
  -moz-border-bottom-left-radius:  4px;
  -moz-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft:  4px;
       border-bottom-left-radius:  4px;
  -moz-border-radius-bottomright: 4px;
       border-bottom-right-radius: 4px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-break {
  display: inline-block;
  width: auto;
  word-spacing: normal;
  word-break: break-word;
}

.o16,
.o20,
.o30{ display: inline-block; vertical-align: middle; }
.o16{ width: 16px; height: 16px; }
.o20{ width: 20px; height: 20px; }
.o30{ width: 30px; height: 30px; }

.paginate_page{
  display: none;
}
input[type="text"].paginate_input{
  width: 40px;
  min-height: 30px;
  padding: 0;
  text-align: center;
}
.wx-login-btn{
  background-image: url('../image/wx-link-btns.png');
  background-position: 0 0;
  display: block;
  width: 260px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
}
.all-msg-read {
  background-color:#2081c7;
  color: #FFF;
  padding: 5px;
  box-shadow: inset 0 1px 0 #75b8e7;
  transition: background linear 0.1s;
  border: 1px solid #dadce6;
  font-size: 14px;
  font-family: Arial, "Microsoft Yahei";
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}