<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
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;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.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-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-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-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-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail &gt; img,
.thumbnail a &gt; img,
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
/*.text-nowrap         { white-space: nowrap; }
*/
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 1025px) {
  .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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px 7px;
  padding-bottom: 8px 7px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px 7px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: middle;
  border-bottom: 2px solid #dddddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px 0px 0px 20px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #dddddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 1px;
}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
  text-align: center;
}
.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table &gt; thead &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; thead &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}
.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover,
.table-hover &gt; tbody &gt; tr.active:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .active,
.table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}
.table &gt; thead &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; thead &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}
.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover,
.table-hover &gt; tbody &gt; tr.success:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .success,
.table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}
.table &gt; thead &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; thead &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}
.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover,
.table-hover &gt; tbody &gt; tr.info:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .info,
.table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}
.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; thead &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}
.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .warning,
.table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}
.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; thead &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}
.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; td,
.table-hover &gt; tbody &gt; tr:hover &gt; .danger,
.table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-top: 8px;
  margin-bottom: 8px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .huopinxx {
    width: 40%;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open &gt; .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.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.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open &gt; .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.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.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open &gt; .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open &gt; .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.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.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-green {
  color: #ffffff;
  background-color: #3dbd79;
  border-color: #37aa6d;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open &gt; .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #319660;
  border-color: #287b4f;
}
.btn-green:active,
.btn-green.active,
.open &gt; .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #3dbd79;
  border-color: #37aa6d;
}
.btn-green .badge {
  color: #3dbd79;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  /*top: 100%;*/
  /* left: 0; */
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 1025px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  /*display: inline-block;*/
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover,
.btn-group-vertical &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group-vertical &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group-vertical &gt; .btn:active,
.btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}
.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group &gt; .btn-group {
  float: left;
}
.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group &gt; .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="radio"],
[data-toggle="buttons"] &gt; .btn input[type="checkbox"],
[data-toggle="buttons"] &gt; .btn-group &gt; .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg &gt; .form-control,
select.input-group-lg &gt; .input-group-addon,
select.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg &gt; .form-control,
textarea.input-group-lg &gt; .input-group-addon,
textarea.input-group-lg &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-lg &gt; .form-control,
select[multiple].input-group-lg &gt; .input-group-addon,
select[multiple].input-group-lg &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm &gt; .form-control,
select.input-group-sm &gt; .input-group-addon,
select.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm &gt; .form-control,
textarea.input-group-sm &gt; .input-group-addon,
textarea.input-group-sm &gt; .input-group-btn &gt; .btn,
select[multiple].input-group-sm &gt; .form-control,
select[multiple].input-group-sm &gt; .input-group-addon,
select[multiple].input-group-sm &gt; .input-group-btn &gt; .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover,
.input-group-btn &gt; .btn:focus,
.input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #777777;
}
.nav &gt; li.disabled &gt; a:hover,
.nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a,
.nav .open &gt; a:hover,
.nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:hover,
.nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs.nav-justified &gt; .active &gt; a:hover,
.nav-tabs.nav-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs.nav-justified &gt; .active &gt; a:hover,
  .nav-tabs.nav-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content &gt; .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content &gt; .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 1025px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 1025px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1025px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container &gt; .navbar-header,
.container-fluid &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1025px) {
  .container &gt; .navbar-header,
  .container-fluid &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1025px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1025px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 8px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 1025px) {
  .navbar &gt; .container .navbar-brand,
  .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 1025px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 10px -15px;
}
@media (max-width: 1024px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 1025px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .huopinxx {
    width: 40%;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1024px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  margin-top: 19px;
  margin-bottom: 19px;
}
.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1025px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1025px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #2b3442;
  border-color: #1e242e;
  padding: 0px 2px 0px 20px;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #ffffff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #00a7fe;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a,
.navbar-default .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #1e242e;
}
.navbar-default .navbar-nav &gt; .open &gt; a,
.navbar-default .navbar-nav &gt; .open &gt; a:hover,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #1e242e;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #00a7fe;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #1e242e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #00a7fe;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #00a7fe;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover,
.navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a,
.navbar-inverse .navbar-nav &gt; .active &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a,
.navbar-inverse .navbar-nav &gt; .open &gt; a:hover,
.navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-align: left;
  width: 100%;
  float: left;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb &gt; .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination &gt; .active &gt; a,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline-block;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
  margin-top: 9px;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
  margin-top: 9px;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active &gt; .badge,
.nav-pills &gt; .active &gt; a &gt; .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 22px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-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-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}
.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small,
.list-group-item.active:hover .list-group-item-heading &gt; .small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #dddddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #337ab7;
}
.panel-primary &gt; .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  margin-top: 10px;
  padding: 0px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #cccccc;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.close:hover,
.close:focus {
  color: #cccccc;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover &gt; .arrow,
.popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover &gt; .arrow {
  border-width: 11px;
}
.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner &gt; .item.next,
  .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev,
  .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left,
  .carousel-inner &gt; .item.prev.right,
  .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:before,
.btn-group-vertical &gt; .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical &gt; .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.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;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #00a7fe;
  text-decoration: none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  word-wrap: break-word;
  /*word-break:break-all;*/
}
ul,
ol,
h3 {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style-type: none;
}
.container-fluid,
.container {
  padding: 0px;
}
.container {
  width: 1170px;
}
.container-full {
  min-width: 1188px !important;
}
.ph-polyfill {
  text-align: left;
}
.mar-top {
  margin-top: 7px;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 1170px;
  }
}
.clear {
  clear: both;
}
.load {
  position: absolute;
  top: 45%;
  left: 48%;
  z-index: 1;
}
.text-em {
  text-indent: 2em;
}
select {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ydybg {
  background-color: #94d3ff;
  overflow-y: hidden;
}
.ylogo {
  padding: 0px;
  width: 283px;
  position: absolute;
  top: 20%;
  left: 40%;
  animation: ylogo 1s infinite;
  -webkit-animation: ylogo 1s infinite;
  /* Safari and Chrome */
  -moz-animation: ylogo 1s infinite;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
@-webkit-keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
@-moz-keyframes ylogo {
  from {
    top: -5%;
  }
  to {
    top: 20%;
  }
}
.ggy {
  width: 207px;
  position: absolute;
  top: 29%;
  left: 42.5%;
  animation: ggy 2s infinite;
  -webkit-animation: ggy 2s infinite;
  /* Safari and Chrome */
  -moz-animation: ggy 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
@-webkit-keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
@-moz-keyframes ggy {
  from {
    top: -25%;
    opacity: 0;
    filter: alpha(opacity=0);
    /* 针对 IE8 以及更早的版本 */
  }
  to {
    top: 29%;
    opacity: 1;
    filter: alpha(opacity=100);
    /* 针对 IE8 以及更早的版本 */
  }
}
.bs {
  width: 400px;
  position: absolute;
  bottom: 27%;
  left: 36%;
  animation: bs 2s infinite;
  -webkit-animation: bs 2s infinite;
  /* Safari and Chrome */
  -moz-animation: bs 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  -moz-animation-iteration-count: 1;
}
@keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
@-webkit-keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
@-moz-keyframes bs {
  from {
    bottom: -25%;
  }
  to {
    bottom: 27%;
  }
}
.bs a {
  padding: 8px 65px;
  font-size: 16px;
}
@media (max-width: 1366px) {
  .bs {
    bottom: 26%;
  }
}
@media (max-width: 1024px) {
  .ylogo {
    left: 38%;
  }
  .ggy {
    left: 44%;
  }
  .bs {
    left: 32.5%;
  }
}
@media (max-width: 768px) {
  .ylogo {
    left: 32%;
  }
  .ggy {
    left: 40%;
  }
  .bs {
    left: 24%;
  }
}
.yun {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  animation: yun 2s infinite;
  -webkit-animation: yun 2s infinite;
  /* Safari and Chrome */
  -moz-animation: yun 2s infinite;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-direction: alternate;
  -webkit-animation-direction: alternate;
  /* Safari 和 Chrome */
  -moz-animation-direction: alternate;
}
@keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
@-webkit-keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
@-moz-keyframes yun {
  from {
    bottom: -3%;
  }
  to {
    bottom: 0%;
  }
}
.yun img {
  width: 100%;
}
/*.head{height: 109px;background-color: #eee;border-bottom: 1px solid @btztys;
  .top{height: 33px;line-height: 33px;background-color: #242529;color: #bbb;font-size: 12px;
  .top_left{
  	a{color: #bbb;margin-right: 20px;}
  	a.active{color: @btztys;}
  }
  .top_right{text-align: right;
  	a{color: #bbb;
       &amp;.reg{color: @btztys; margin: 0px 15px 0px 10px;}
  	}
  	span{padding-left: 25px;background: url(../images/dh.png) no-repeat left center;display:inline-block;
      em{margin-left: 10px;}
  	}
  }
 }
 .navbar-right{
 	li.active{
 		a{color: #fff;background-color: #009FF1;}}
 	a{font-size: 16px;padding-top: 43px; padding-bottom: 10px;}
 	}
 .navbar-brand{
 	  img{display: inline-block;}
 	  span{display: inline-block;margin-left: 10px;padding-left: 10px;border-left: 1px solid #d6d6d6;
 	  	height: 40px;line-height: 40px;color: #666;}
 	  &amp;:hover{color: #666;}
 	}
}
.qyhead{background-color: #fff;
  .top{background-color: #363a44;}
  .navbar-right a:hover{background-color: #fff;}
}
@media (min-width: 768px){
 .qyhead .navbar-nav &gt; li &gt; a{padding-left:20px;padding-right: 20px;}
}
@media (max-width: 768px){
 .head .navbar-right a{font-size: 14px;}
}*/
.fpcx {
  min-height: 360px;
  background: url(../images/cxbg.jpg) no-repeat center 0px;
  background-attachment: fixed;
  margin-top: 40px;
  border-bottom: 1px solid #c3ebff;
  padding-bottom: 15px;
}
.fpcx .title {
  width: 430px;
  margin: 0px auto;
  padding-top: 68px;
  text-align: center;
}
.fpcx .tishi {
  text-align: center;
  color: #f00;
  font-weight: 600;
  margin-top: 10px;
}
.fpcx .fpcx_form {
  width: 980px;
  margin: 40px auto;
}
.fpcx .fpcx_form .form-group {
  margin-bottom: 15px;
}
.fpcx .fpcx_form .form-group label {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
.fpcx .fpcx_form .form-group input {
  width: 65%;
}
.fpcx .fpcx_form .form-group input.yzm {
  width: 30%;
}
.fpcx .btn-bs {
  text-align: right;
  padding-right: 40px;
  padding-top: 20px;
}
.fpcx .btn-bs .btn-s {
  padding: 6px 25px;
}
@media (max-width: 768px) {
  .fpcx .fpcx_form {
    width: 720px;
  }
  .fpcx .fpcx_form .form-group {
    margin-bottom: 5px;
  }
  .fpcx .fpcx_form .form-group label {
    width: 33%;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
  }
  .fpcx .fpcx_form .form-group input {
    width: 65%;
  }
  .fpcx .fpcx_form .form-group input.yzm {
    width: 25%;
  }
  .fpcx .fpcx_form .form-group .yzmtp {
    width: 80px;
  }
  .fpcx .btn-bs {
    text-align: right;
    padding-right: 40px;
    padding-top: 20px;
  }
  .fpcx .btn-bs .btn-s {
    padding: 3px 25px;
  }
  .fpcx .btn-bs .btn {
    padding: 3px 12px;
  }
}
.fpcx .myresult {
  top: 20%;
}
.fpcx .myresult .xzfpgj {
  display: inline-block;
}
.fpcx .myresult .xzfpgj .dropdown-menu {
  top: 91%;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  right: 0;
}
.fpcx .myresult p {
  height: 30px;
  line-height: 30px;
  padding-left: 0px;
}
.fpcx .myresult p input {
  height: 24px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .fpcx .myresult .modal-dialog {
    width: 750px;
    margin: 30px auto;
  }
}
.xtishi {
  float: left;
  margin-left: 16%;
  color: #f00;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
}
.nyxtishi {
  float: right;
  margin-left: 1%;
}
.kezhic {
  margin-left: 10px;
  font-size: 16px;
  position: relative;
}
.kezhic .diqu {
  width: 375px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: -100px;
  z-index: 30000;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 0px 10px 20px;
  display: none;
  text-align: left;
}
.kezhic .diqu i {
  background: url(../images/gdt-img.png) no-repeat;
  width: 16px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 180px;
  background-position: 0px -357px;
}
.kezhic .diqu .modal-header {
  padding: 10px;
  color: #f00;
  margin-bottom: 10px;
}
.kezhic .diqu .modal-header .close {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.kezhic .diqu ul li {
  padding: 5px;
  display: inline-block;
  font-size: 15px;
  color: #333;
}
.kezhic .diqu ul li .category {
  float: left;
  width: 40px;
  _margin-right: -3px;
  font-weight: bold;
  color: #008fd7;
}
.kezhic .diqu ul li .list {
  float: left;
  width: 300px;
}
.kezhic .diqu ul li .list span {
  display: inline-block;
  padding: 0px 5px 5px;
}
.zddw {
  background-color: #fcfcfc;
  border: 1px solid #e1e1e1;
  margin-top: 12px;
  padding-bottom: 15px;
}
.zddw .title {
  border-bottom: 1px solid #e1e1e1;
  border-left: 5px solid #0597e4;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.zddw ul li {
  margin-top: 19px;
}
.zddw ul li img {
  width: 100%;
}
.zddw .col-xs-3,
.zddw .col-xs-2 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .zddw .title {
    font-size: 14px;
  }
}
/*footer{clear: both;
	background-color: #f8f8f8;border-top: 1px solid #e1e1e1;margin-top: 15px;
	width: 100%;
	color: #666;
	font-size: 12px;text-align: center;padding: 18px 0px 30px;line-height: 22px;
	ul{*width:140px;*margin: 0px auto;*text-align: center;}
	ul li{display: inline-block;margin: 0px 5px; *width: 60px;*float: left;}
	p{margin: 0px;padding: 0px;
		a{margin-left: 10px;}
	}
	a{ color: #666;}
}*/
/*全选列表*/
.main_ul {
  margin-top: 15px;
}
.main_ul .title {
  background-color: #f3f3f3;
  height: 44px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  padding: 0px;
}
.main_ul .title div {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  float: left;
  height: 44px;
}
.main_ul .title div.t0 {
  line-height: 44px;
  display: inline-block;
  width: 30px;
  float: left;
  text-align: center;
}
.main_ul .title div.t1 {
  line-height: 44px;
  width: 10%;
  text-align: left;
}
.main_ul .title div.t2 {
  line-height: 44px;
  width: 30%;
  text-align: left;
}
.main_ul .title div.t3 {
  line-height: 44px;
  width: 50%;
  margin-left: 10px;
  text-align: left;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ul .title div.t4 {
  line-height: 44px;
  width: 18%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .title div.t5 {
  line-height: 44px;
  width: 11%;
  padding-left: 10px;
  text-align: center;
}
.main_ul .title div.t6 {
  line-height: 44px;
  width: 21%;
  margin-left: 10px;
  text-align: center;
}
.main_ul .title div.t7 {
  line-height: 44px;
  width: 17%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .title div.t8 {
  line-height: 44px;
  width: 30%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .title div.t9 {
  line-height: 44px;
  width: 14%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .title div.t10 {
  line-height: 44px;
  width: 40%;
  margin-left: 10px;
  text-align: left;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ul .title div.t11 {
  line-height: 44px;
  width: 20%;
  margin-left: 10px;
  text-align: center;
}
.main_ul .title div.t12 {
  line-height: 44px;
  width: 10%;
  text-align: center;
}
.main_ul .title div.t13 {
  line-height: 44px;
  width: 6%;
  text-align: center;
}
.main_ul .title div.t14 {
  line-height: 44px;
  width: 12%;
  text-align: center;
}
.main_ul .title div.t15 {
  line-height: 44px;
  width: 8%;
  text-align: center;
}
.main_ul .title div.t16 {
  line-height: 44px;
  width: 18%;
  text-align: center;
}
.main_ul .title div.t17 {
  line-height: 44px;
  width: 14%;
  text-align: center;
}
.main_ul .title div.t18 {
  line-height: 44px;
  width: 20%;
  text-align: center;
}
.main_ul .title div.t19 {
  line-height: 44px;
  width: 7%;
  text-align: center;
}
.main_ul .title div.t191 {
  line-height: 18px;
  width: 8%;
  text-align: center;
  padding-top: 4px;
}
.main_ul .title div.t192 {
  line-height: 18px;
  width: 9%;
  text-align: center;
  padding-top: 4px;
}
.main_ul .title div.t20 {
  line-height: 44px;
  width: 10.5%;
  text-align: center;
}
.main_ul .title div.t21 {
  line-height: 44px;
  width: 16%;
  text-align: center;
}
.main_ul .title div.t22 {
  line-height: 44px;
  width: 40%;
  text-align: left;
}
.main_ul .title div.t23 {
  line-height: 44px;
  width: 28%;
  text-align: center;
}
.main_ul .title div.t24 {
  line-height: 44px;
  width: 15%;
  text-align: center;
}
.main_ul .title div.t25 {
  line-height: 44px;
  width: 30%;
  text-align: center;
}
.main_ul .title div.t26 {
  line-height: 44px;
  width: 13%;
  text-align: center;
}
.main_ul .title div.text-left {
  text-align: left;
}
.main_ul .title div.text-center {
  text-align: center;
}
.main_ul .list {
  height: 44px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  padding: 0px;
  /*a{display: inline-block; height: 44px;width: ~"calc(100% - 32px);";}*/
  /*影响报销列预览按钮*/
}
.main_ul .list:hover {
  background-color: #f5f5f5;
}
.main_ul .list div {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  float: left;
  height: 44px;
}
.main_ul .list div.t0 {
  line-height: 44px;
  display: inline-block;
  width: 30px;
  float: left;
  text-align: center;
}
.main_ul .list div.t1 {
  line-height: 44px;
  width: 10%;
  text-align: left;
}
.main_ul .list div.t2 {
  line-height: 44px;
  width: 30%;
  text-align: left;
}
.main_ul .list div.t3 {
  line-height: 44px;
  width: 50%;
  margin-left: 10px;
  text-align: left;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ul .list div.t4 {
  line-height: 44px;
  width: 18%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .list div.t5 {
  line-height: 44px;
  width: 11%;
  padding-left: 10px;
  text-align: center;
}
.main_ul .list div.t6 {
  line-height: 44px;
  width: 21%;
  margin-left: 10px;
  text-align: center;
  height: 44px;
  overflow: hidden;
}
.main_ul .list div.t7 {
  line-height: 44px;
  width: 17%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .list div.t8 {
  line-height: 44px;
  width: 30%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .list div.t81 {
  line-height: 20px;
  width: 30%;
  margin-left: 10px;
  text-align: left;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
}
.main_ul .list div.t9 {
  line-height: 44px;
  width: 14%;
  margin-left: 10px;
  text-align: left;
}
.main_ul .list div.t10 {
  line-height: 44px;
  width: 40%;
  margin-left: 10px;
  text-align: left;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
  word-break: break-all;
  word-wrap: break-word;
}
.main_ul .list div.t11 {
  line-height: 44px;
  width: 20%;
  margin-left: 10px;
  text-align: center;
  height: 44px;
  overflow: hidden;
}
.main_ul .list div.t12 {
  line-height: 44px;
  width: 10%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t121 {
  line-height: 16px;
  width: 10%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-top: 5px;
  font-weight: 400;
  font-size: 12px;
}
.main_ul .list div.t13 {
  line-height: 44px;
  width: 6%;
  text-align: center;
}
.main_ul .list div.t14 {
  line-height: 44px;
  width: 12%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t15 {
  line-height: 44px;
  width: 8%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t151 {
  line-height: 16px;
  width: 8%;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding-top: 5px;
  font-weight: 400;
  font-size: 12px;
}
.main_ul .list div.t16 {
  line-height: 44px;
  width: 18%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t161 {
  line-height: 20px;
  width: 18%;
  text-align: center;
  height: 44px;
  overflow: hidden;
  font-size: 12px;
}
.main_ul .list div.t17 {
  line-height: 44px;
  width: 14%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t18 {
  line-height: 44px;
  width: 20%;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  write-space: nowrap;
}
.main_ul .list div.t181 {
  line-height: 20px;
  width: 20%;
  text-align: left;
  height: 44px;
  overflow: hidden;
}
.main_ul .list div.t19 {
  line-height: 44px;
  width: 7%;
  text-align: center;
}
.main_ul .list div.t191 {
  line-height: 44px;
  width: 8%;
  text-align: center;
}
.main_ul .list div.t192 {
  line-height: 44px;
  width: 9%;
  text-align: center;
}
.main_ul .list div.t20 {
  line-height: 44px;
  width: 10.5%;
  text-align: center;
}
.main_ul .list div.t21 {
  line-height: 44px;
  width: 16%;
  text-align: center;
}
.main_ul .list div.t22 {
  line-height: 44px;
  width: 40%;
  text-align: left;
}
.main_ul .list div.t221 {
  line-height: 20px;
  width: 40%;
  text-align: left;
  height: 44px;
  overflow: hidden;
}
.main_ul .list div.t23 {
  line-height: 44px;
  width: 28%;
  text-align: center;
}
.main_ul .list div.t24 {
  line-height: 44px;
  width: 15%;
  text-align: center;
}
.main_ul .list div.t25 {
  line-height: 44px;
  width: 30%;
  text-align: center;
}
.main_ul .list div.t26 {
  line-height: 44px;
  width: 13%;
  text-align: center;
}
.main_ul .list div.t27 {
  line-height: 44px;
  width: 76%;
  text-align: center;
}
.main_ul .list div.text-left {
  text-align: left;
}
.main_ul .list div.text-right {
  text-align: right;
  padding-right: 1%;
}
.main_ul .list div.text-right .glyphicon {
  font-size: 10px;
  padding-right: 4px;
}
.main_ul .list div.text-center {
  text-align: center;
}
.main_ul .list div.floatleft {
  float: right;
  line-height: 44px;
}
.main_ul .info {
  background-color: #d9edf7;
}
.pilkpjl {
  margin-top: 0px;
}
.pilkpjl .list {
  padding: 0px;
}
.a-upload {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #337ab7;
  border: 1px solid #2e6da4;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  margin-top: 57px;
}
.a-upload input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.a-upload input.disabled {
  cursor: not-allowed;
  background-color: rgba(255, 255, 255, 0.6);
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.a-upload:hover {
  color: #fff;
  background: #286090;
  border-color: #204d74;
  text-decoration: none;
}
.tab-pane .chayan_dz {
  margin: 20px 0px;
}
.tab-pane .chayan_dz .form-group {
  margin-bottom: 15px;
}
.tab-pane .chayan_dz .form-group label {
  width: 32%;
  text-align: right;
  display: inline-block;
}
.tab-pane .chayan_dz .form-group .form-control {
  width: 60%;
}
.tab-pane .chayan_dz .form-group .yzm {
  width: 30%;
}
.panel-success {
  margin-top: 20px;
  position: relative;
}
.panel-success .panel-heading .gjfp_btn {
  float: right;
}
.panel-success .panel-body p {
  color: #333;
  font-size: 14px;
}
.panel-success .panel-body p span {
  color: #888;
}
.panel-success .xzfpgj .dropdown-menu {
  top: 38px;
  padding-left: 20px;
  padding-right: 20px;
  float: none;
  right: 0;
  width: auto;
}
.chayan_pl .alert-danger {
  margin: 10px auto;
}
.chayan_pl .table {
  margin-top: 10px;
  font-size: 13px;
}
.chayan_pl .table th {
  font-size: 12px;
}
.huifu {
  top: 30%;
}
.huifu .modal-header .close {
  margin-top: -10px;
}
.fankuixq {
  top: 20%;
}
.fankuixq .modal-header .close {
  margin-top: -10px;
}
.fankuixq .modal-footer {
  text-align: left;
}
.mobile .two .yzm,
.email .two .yzm {
  width: 78px;
}
.fist {
  margin-bottom: 15px;
}
#alertMsg {
  display: none;
  width: 300px;
  /* min-height: 150px; */
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 1px 1px 10px black;
  padding: 10px;
  font-size: 12px;
  position: absolute;
  text-align: center;
  background: #fff;
  z-index: 1000000000;
}
#alertMsg_info {
  padding: 2px 15px;
  line-height: 1.6em;
  text-align: left;
}
#alertMsg_btn1,
#alertMsg_btn2 {
  display: inline-block;
  padding-left: 3px;
  color: #000000;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
  cursor: pointer;
}
#alertMsg_btn1 cite,
#alertMsg_btn2 cite {
  line-height: 24px;
  display: inline-block;
  padding: 0 13px 0 10px;
  font-style: normal;
}
#szlxdh .form-group {
  margin-bottom: 20px;
}
#szlxdh .form-group .control-label {
  padding-top: 0px;
}
:root .iconfont {
  margin: 0px 0 0 70px;
}
:root .qymain .fangan .liucheng ol li .ui-step-icon .iconfont {
  margin: 3px 0 0 62px;
}
:root .fpjtk .navbar-form img {
  border: 2px solid #ccc;
}
:root .fpjtk .lbtb li img {
  border: 2px solid #ccc;
}
:root .fpjtk .lbtb li .active {
  border: 2px solid #ccc;
}
:root .fenlei ul li img {
  border: 2px solid #ccc;
}
#hongpiaoinput .close,
#querentishitk .close {
  background-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tp,
.text,
.anniu {
  text-align: center;
}
.anniu {
  margin-top: 30px;
}
.hzlogo {
  background-color: #eee;
  border-bottom: 1px solid #00a7fe;
  padding: 10px 0px;
  margin-bottom: 15px;
}
.hzlogin .panel-heading {
  background-color: #009FF1;
  border-color: #009FF1;
  padding: 2px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.hzlogin .login-left {
  width: 450px;
  float: left;
  padding-left: 2%;
  padding-top: 5%;
}
.hzlogin .login-left h1 {
  font-size: 28px;
  color: #009FF1;
  font-weight: normal;
  font-style: italic;
}
.hzlogin .login-left p {
  font-size: 18px;
  text-align: left;
  margin-left: 25px;
  width: 365px;
  line-height: 170%;
}
.hzlogin .login-left p span {
  font-size: 20px;
}
.hzlogin .login-right {
  width: 500px;
  float: right;
  margin-right: 4%;
  margin-top: 3%;
  margin-bottom: 2%;
  background: #f1f1f1;
}
.hzlogin .login-right .regqhk {
  width: 100%;
  margin-bottom: 30px;
}
.hzlogin .login-right .regqhk a {
  padding: 10px 70px;
}
.hzlogin .login-right .reg-a .form-group input {
  width: 90%;
}
.hzlogin .login-right .reg-a .form-group input.yzm {
  width: 47%;
  float: left;
  margin-right: 10px;
}
.hzlogin .login-right .reg-a .checkbox {
  margin-left: 30%;
  margin-bottom: 15px;
}
.hzlogin .login-right .error {
  color: #f00;
}
/*漂浮联系方式*/
/*.side-bar a,.chat-tips i {
	background-image: url(../images/gdt-img.png);
	background-repeat: no-repeat;
}*/
/*右侧悬浮icon*/
/*.side-bar {
	width: 56px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	font-size: 0;
	line-height: 0;
	z-index: 100;
}
.side-bar a {
	width: 56px;
	height: 56px;
	display: inline-block;
	background-color: #669fdd;
	margin-bottom: 2px;
}
.side-bar a:hover {
	background-color: #009FF1;
}
.side-bar .icon-qq {
	background-position: -5px -68px;
}
.side-bar .icon-rexian {
	background-position: -5px -135px;
	position: relative;
}
.side-bar .icon-chat:hover .chat-tips,.side-bar .icon-app:hover .chat-tips,.side-bar .icon-rexian:hover .chat-tips {
	display: block;
}
.side-bar .icon-chat {
	background-position: -5px -200px;
}
.side-bar .icon-app {
	background-position: -5px -270px;
}
.side-bar .icon-top {
	background-position: -5px -3px;
}
.chat-tips {
	padding: 0px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 68px;
	top: 120px;
	background-color: #ffffff;
	display: none;
}
.chat-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 80px;
	background-position:-88px -350px;
}
.chat-tips img {
	width: 156px;
	height: 156px;
}
.app-tips{top: 60px;}
.rexian-tips{top: 0px;color: #009FF1;padding:0px 10px;width: 275px;height: 65px;line-height: 65px;font-size: 18px;}
.rexian-tips i {
	width: 9px;
	height: 16px;
	display: inline-block;
	position: absolute;
	right: -9px;
	top: 20px;
}*/
/*模态框高度*/
.modal-height {
  height: 250px;
  overflow-y: scroll;
}
.modal,
.yaoqingma {
  display: block;
  visibility: hidden;
}
.displaynone {
  display: none;
}
.bumenyw {
  color: #00a7fe;
  margin-top: 10px;
  margin-left: 10px;
}
#wanshanxx .neirong,
#qianshuCA .neirong {
  text-align: center;
  padding: 20px;
}
#wanshanxx .neirong p,
#qianshuCA .neirong p {
  padding-bottom: 15px;
}
#xiugaimm .neirong,
#shiyongdaoqi .neirong {
  text-align: center;
  padding: 20px;
}
#xiugaimm .neirong p,
#shiyongdaoqi .neirong p {
  padding-bottom: 15px;
  text-align: left;
}
#dcexcel .text-muted {
  margin-bottom: 15px;
}
#dcexcel .control-label {
  height: 34px;
  line-height: 34px;
}
#dcexcel .daochu-btn {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 30px;
}
#sjhxiugai .col-xs-6 {
  line-height: 34px;
  height: 34px;
}
#sjhxiugai .tip {
  line-height: 20px;
  height: 20px;
}
#xiugaisjh .chaxunsjh {
  margin-bottom: 20px;
}
#xiugaisjh .chaxunsjh .btn {
  margin-top: 7px;
}
#xiugaisjh .table th,
#xiugaisjh .table {
  text-align: center;
}
#hcxiangqing .bg-info {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
#hcxiangqing .col-xs-4 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
#hcxiangqing .modal-body {
  height: 500px;
  overflow-y: scroll;
}
.qrtishi span {
  display: inline-table;
  width: 30px;
  height: 8px;
  border: 1px solid #eee;
}
.qrtishi em {
  font-style: normal;
  font-size: 14px;
}
.qrtishi p {
  display: inline-block;
  padding-left: 20px;
}
.qrtishi .text-warning {
  color: #8a6d3b;
}
#fapiaoxq .guiji_btn {
  float: right;
  margin-right: 15px;
}
a.btn[data-target="#mqxhc"] {
  filter: alpha(opacity=45);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .45;
}
#yujingshezhi .text-danger {
  margin: 20px auto;
}
#yujingshezhi .text-center {
  padding: 0px 0px 20px;
}
#jcbd label.col-xs-6 {
  padding-right: 0px;
}
#jcbd div.col-xs-6 {
  padding-left: 0px;
  line-height: 30px;
}
#jcbd .modal-header {
  padding: 7px;
}
#jcbd .col-xs-8 {
  margin-top: 15px;
}
/*footer*/
.footer {
  background-color: #212833;
  text-align: left;
}
.footer h3 {
  padding-left: 66px;
  background: url(../images/contb.png) no-repeat 20px 0px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
}
.footer h3 small {
  display: block;
  font-size: 80%;
  color: #5c5c5c;
  margin-top: -5px;
}
.footer .nerong {
  border-top: 1px solid #2E3746;
  border-left: 1px solid #2E3746;
  margin-left: 35px;
  color: #d8d8d8;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer .nerong .list {
  height: 24px;
  line-height: 24px;
}
.footer .nerong .list i {
  background: url(../images/dian.jpg) no-repeat;
  height: 9px;
  width: 9px;
  display: inline-block;
  position: relative;
  left: -5px;
  padding-right: 15px;
}
.footer .ewm {
  width: 130px;
  float: right;
  margin: 20px 12px 10px;
  text-align: center;
  color: #d8d8d8;
}
.footer .ewm img {
  width: 100%;
}
.footer .ewm span {
  line-height: 22px;
  font-size: 14px;
}
.footer .share {
  background-color: #28313E;
  border: 1px solid #2E3746;
  border-radius: 3px;
  width: 62%;
  height: 36px;
  line-height: 36px;
  margin: 0px 12px 10px 15px;
  padding-left: 10px;
  float: right;
}
.footer .share em {
  color: #d8d8d8;
  display: inline-block;
  margin-top: -5px;
  font-style: normal;
}
.footer .share .jiathis_style {
  display: inline-block;
  margin-top: 8px;
}
.footer .banquan {
  text-align: center;
  border-top: 1px solid #2E3746;
  height: 39px;
  line-height: 38px;
  color: #b3b3b3;
  font-size: 12px;
  z-index: 8;
  position: relative;
  margin-top: 5px;
}
.footer .banquan a {
  display: inline-block;
  color: #b3b3b3;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .footer .ewm {
    width: 130px;
  }
  .footer .nerong {
    font-size: 13px;
  }
  .footer .share {
    width: 76%;
  }
}
@media (max-width: 768px) {
  .footer .ewm {
    width: 102px;
    margin-top: 60px;
  }
  .footer .ewm span {
    font-size: 12px;
  }
  .footer .nerong {
    font-size: 12px;
  }
  .footer .nerong .list {
    padding: 5px 0px;
    line-height: 18px;
    height: auto;
    padding-left: 10px;
  }
  .footer .nerong .list i {
    padding-right: 0px;
    left: -15px;
  }
  .footer .share {
    width: 81%;
  }
  .footer .share em {
    font-size: 14px;
  }
}
/*漂浮联系方式*/
.side-bar a,
.chat-tips i {
  background-image: url(../images/gdt-img.png);
  background-repeat: no-repeat;
}
/*右侧悬浮icon*/
.side-bar {
  width: 50px;
  position: fixed;
  bottom: 50%;
  right: 0px;
  font-size: 0;
  line-height: 0;
  z-index: 100;
}
.side-bar .chaxun {
  height: 80px;
  width: 50px;
  color: #fff;
  background-image: none;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding-top: 18px;
}
.side-bar a {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-bottom: 1px;
}
.side-bar .icon-qq {
  background-position: -5px -70px;
}
.side-bar .icon-rexian {
  background-position: -5px -137px;
  position: relative;
}
.side-bar .icon-chat:hover .chat-tips,
.side-bar .icon-app:hover .chat-tips,
.side-bar .icon-rexian:hover .chat-tips {
  display: block;
}
.side-bar .icon-chat {
  background-position: -5px -203px;
}
.side-bar .icon-app {
  background-position: -5px -274px;
}
.side-bar .icon-top {
  background-position: -5px -9px;
}
.chat-tips {
  padding: 0px;
  border: 1px solid #ddd;
  position: absolute;
  right: 58px;
  top: 125px;
  background-color: #337ab7;
  display: none;
  border-radius: 5px;
}
.chat-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 120px;
  background-position: -88px -350px;
}
.chat-tips img {
  width: 136px;
  height: 136px;
}
.chat-tips span {
  display: block;
  text-align: center;
  height: 20px;
  line-height: 20px;
  width: 100%;
  color: #333;
  font-size: 14px;
}
.app-tips {
  top: 72px;
}
.rexian-tips {
  top: 0px;
  color: #fff;
  padding: 0px 10px;
  width: 120px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.rexian-tips i {
  width: 9px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 15px;
}
.taobao-success {
  min-height: 440px;
  margin-top: 85px;
  margin-bottom: 20px;
}
.taobao-success h2 {
  margin-bottom: 30px;
}
/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}
.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}
.qylogin-body {
  background: url(../images/qyloginbg.jpg) no-repeat center top #dedfe2;
}
.ydy_title {
  text-align: center;
  margin: 50px auto 0px;
}
.qylogo {
  width: 156px;
  height: 156px;
  margin: 20px auto 15px;
}
.qydenglu-body {
  width: 407px;
  margin: 0px auto;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.qydenglu-body .panel-heading {
  background: url(../images/jtlogin_top.png) no-repeat;
  height: 72px;
  border: none;
  color: #666;
  text-align: center;
  padding-top: 45px;
  font-size: 18px;
  text-shadow: #fff 0 1px 0;
  padding-left: 7px;
  padding-right: 7px;
}
.qydenglu-body .panel-heading li {
  width: 50%;
}
.qydenglu-body .panel-heading li a {
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0px;
}
.qydenglu-body .panel-heading li a:hover,
.qydenglu-body .panel-heading li.active a {
  background-color: #F3F5F7;
  border: none;
}
.qydenglu-body .panel-heading li.right {
  float: right;
}
.qydenglu-body .panel-body {
  background: url(../images/login_mid.png) repeat-y;
  padding: 20px 35px 10px;
}
.qydenglu-body .panel-body .input-group {
  margin-bottom: 10px;
}
.qydenglu-body .panel-body .input-group .form-control {
  height: 38px;
}
.qydenglu-body .panel-body .input-group .login-btn {
  padding: 8px 50px;
}
.qydenglu-body .panel-body .input-group .fotget {
  padding-left: 20px;
  color: #134DB1;
}
.qydenglu-body .panel-body .yzm .input-group {
  width: 70%;
  float: left;
}
.qydenglu-body .panel-body .yzm .img {
  float: right;
  width: 27%;
  margin-top: 10px;
}
.qydenglu-body .panel-body .grlogin .input-group {
  margin: 10px 0px 0px;
}
.qydenglu-body .panel-body .grlogin .input-group .login-btn {
  padding: 8px 154px;
}
.qydenglu-body .panel-body .grlogin .form-group .yzm {
  width: 60%;
  display: inline-block;
}
.qydenglu-body .panel-body .grlogin .fotget {
  text-align: right;
  float: right;
  color: #286090;
  margin-bottom: 5px;
}
.qydenglu-body .panel-body .grlogin .reg {
  text-align: right;
  float: right;
}
.qydenglu-body .panel-bottom {
  background: url(../images/login_bottom.png) no-repeat;
  height: 14px;
}
.qyfglogo {
  width: 900px;
  margin: 0px auto;
  height: 90px;
  padding: 30px 0px 0px 15px;
}
.qyfglogo img {
  float: left;
}
.qyfglogo span {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  margin-top: 5px;
}
.qyfg {
  height: auto;
}
.qyfg .panel-body {
  padding-top: 50px;
}
.qyfg .panel-body h3 {
  color: #666;
  text-align: center;
  padding: 0px 0px 20px;
}
.qyfg .panel-body .findfg {
  width: 450px;
  margin: 20px auto;
}
.qyfg .panel-body .findfg .email {
  font-weight: 700;
  font-size: 15px;
}
.qyfg .panel-body .input-group {
  margin: 10px 0px;
}
.qyfg .panel-body .input-group .form-control {
  width: 320px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.qyfg .panel-body .input-group .chongxin-btn {
  float: right;
}
.qyfg .panel-body .send {
  margin: 20px 0px;
}
.qyfg .panel-body .send .send-btn {
  margin-left: 40px;
}
.qyfg .panel-body .send span {
  display: block;
  line-height: 30px;
  margin-top: 10px;
  color: #666;
}
.qyfg .panel-body .send .tijiao-btn {
  padding: 6px 25px;
  margin-left: 40px;
}
.qyfg .panel-body .send h4 {
  margin-top: 55px;
}
.qyfg .panel-body .yzm .input-group {
  width: 60%;
  display: inline-table;
  margin-top: 0px;
}
.qyfg .panel-body .yzm .input-group .form-control {
  width: 220px;
}
.qyfg .panel-body .yzm .img {
  display: inline-flex;
}
.qyfg .panel-body .nav-tabs li {
  width: 50%;
  text-align: center;
}
.qyfg .panel-body .tab-pane {
  padding-top: 40px;
  padding-left: 80px;
}
.tip {
  color: #f00;
  font-size: 14px;
  display: none;
  line-height: 22px;
}
.kpxq {
  text-align: center;
}
.kpxq img {
  width: 90%;
  text-align: center;
}
.qyleft {
  width: 200px;
  height: auto;
  z-index: 999;
  padding-bottom: 20px;
  float: left;
  background: #e9eef1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  /*position: fixed;*/
}
.qyleft .touxiang {
  border-bottom: 1px solid #c9cacc;
  margin: 0px 15px 15px;
}
.qyleft .touxiang .userInfo-portrait {
  margin: 25px auto 5px;
  display: block;
  text-align: center;
}
.qyleft .touxiang .userInfo-portrait img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
}
.qyleft .touxiang .userInfo-portrait span {
  font-size: 15px;
  color: #333;
  display: inline-block;
  line-height: 22px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.qyleft .list {
  border-bottom: 1px solid #c9cacc;
  margin: 0px 15px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.qyleft .list p {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.qyleft .list p span {
  float: right;
  display: inline-block;
}
@media (max-width: 768px) {
  .qyleft .list p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.qyleft li {
  position: relative;
}
.qyleft li i.new_gn {
  width: 29px;
  height: 21px;
  background-image: url(../images/xuebitu.png);
  background-position: -15px 0px;
  display: inline-block;
  margin-left: 5px;
}
.qyleft li span {
  display: inline-block;
  float: right;
  line-height: 43px;
  padding-right: 10px;
  font-size: 12px;
  color: #999;
}
.qyleft li a {
  color: #666666;
  display: block;
  text-decoration: none;
  height: 43px;
  line-height: 43px;
  padding: 0px 0px 0px 22px;
  border-bottom: 1px solid #e2e8ed;
  border-top: 1px solid #f7f7f9;
  font-size: 14px;
}
.qyleft li &gt; a:hover,
.qyleft li &gt; a:focus {
  color: #666666;
  text-decoration: none;
  background-color: #e2e8ed;
  border-top: none;
  padding-top: 1px;
  height: 43px;
  line-height: 43px;
}
.qyleft li.active &gt; a {
  background-color: #FFF;
  font-weight: bold;
  box-shadow: 0px 0px 0px #e3e3e6;
}
.qyleft li .nav {
  background: #fff;
}
.qyleft li .nav li a {
  height: 36px;
  line-height: 36px;
  background: #fff;
  padding-left: 40px;
  font-size: 13px;
}
.qyleft li .nav li a:hover {
  color: #2E6DA4;
}
.qyleft li .nav li.active &gt; a {
  background-color: #FFF;
  color: #2E6DA4;
}
.qymain {
  padding: 0px;
  margin-top: 80px;
  min-height: 90%;
  margin-bottom: -15px;
  min-width: 1170px;
}
.qymain .qyright {
  width: 960px;
  float: right;
  margin-bottom: 20px;
}
.qymain .qyright .alert {
  margin-bottom: 10px;
}
.qymain .qyright .alert .btn-group {
  display: inline-block;
}
.qymain .qyright .alert .btn-group #dropdown-menu {
  top: 140%;
}
.qymain .qyright .panel-info {
  margin-bottom: 15px;
}
.qymain .qyright .panel-info .btn-group {
  text-align: center;
}
.qymain .qyright .panel-info .btn-group a {
  outline: none;
  cursor: pointer;
  display: inline-block;
  padding: 6px;
}
.qymain .qyright .jilu {
  margin-bottom: 20px;
}
.qymain .qyright .jilu .tab-pane {
  color: #333;
}
.qymain .qyright .jilu .tab-pane .search {
  line-height: 50px;
  padding: 0px 0px 0px 15px;
  position: relative;
}
.qymain .qyright .jilu .tab-pane .search .riqi {
  width: 436px;
  float: left;
  margin-left: 3%;
}
.qymain .qyright .jilu .tab-pane .search .riqi span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .riqi input {
  width: 39%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spriqi {
  width: 279px;
  float: left;
  margin-left: 3%;
}
.qymain .qyright .jilu .tab-pane .search .spriqi span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spriqi input {
  width: 33.5%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spf {
  width: 425px;
  float: left;
  margin-left: 2.5%;
}
.qymain .qyright .jilu .tab-pane .search .spf span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spf input {
  width: 76.5%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spspf {
  width: 295px;
  float: left;
  margin-left: 2.5%;
}
.qymain .qyright .jilu .tab-pane .search .spspf span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .spspf input {
  width: 67.5%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlp {
  width: 224px;
  float: left;
}
.qymain .qyright .jilu .tab-pane .search .hlp span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlp select {
  width: 50%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlpc {
  width: 23.5%;
  float: left;
}
.qymain .qyright .jilu .tab-pane .search .hlpc span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlpc select {
  width: 60%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlpc .glyphicon-question-sign {
  top: -7px;
}
.qymain .qyright .jilu .tab-pane .search .hlps {
  width: 270px;
  float: left;
}
.qymain .qyright .jilu .tab-pane .search .hlps span {
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlps select {
  width: 73%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .hlp-left {
  margin-left: 3%;
}
.qymain .qyright .jilu .tab-pane .search .chax {
  float: left;
  margin-top: 14px;
  color: #00a7fe;
  background-color: #E9EEF1;
  border-color: #D5DBDE;
}
.qymain .qyright .jilu .tab-pane .search .dcxz {
  margin-left: 30px;
}
.qymain .qyright .jilu .tab-pane .search .dcxz .dayin {
  position: relative;
}
.qymain .qyright .jilu .tab-pane .search .dcxz .dayin span {
  position: absolute;
  top: -15px;
  right: 8px;
}
.qymain .qyright .jilu .tab-pane .search .form-control {
  padding: 6px 3px;
}
@media (max-width: 768px) {
  .qymain .qyright .jilu .tab-pane .search .chax {
    margin-top: -10px;
    float: right;
    margin-left: 10px;
    margin-right: 25px;
  }
  .qymain .qyright .jilu .tab-pane .search .dcxz {
    float: right;
    margin-top: -10px;
  }
}
.qymain .qyright .jilu .tab-pane .search .form-group {
  margin-left: 3%;
  width: 282px;
  float: left;
}
.qymain .qyright .jilu .tab-pane .search .form-group label {
  font-weight: normal;
}
.qymain .qyright .jilu .tab-pane .search .form-group input {
  width: 71%;
  display: inline-block;
}
.qymain .qyright .jilu .tab-pane .search .form-group + .form-group {
  margin-left: 2%;
}
.qymain .qyright .jilu .tab-pane .search #shaixuan,
.qymain .qyright .jilu .tab-pane .search #spshaixuan {
  position: absolute;
  right: 0px;
  bottom: 62px;
}
.qymain .qyright .jilu .tab-pane .sh {
  margin-top: 5px;
}
.qymain .qyright .jilu .tab-pane .sh .main_ul li.title {
  background-color: #f3f3f3;
  height: 44px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.qymain .qyright .jilu .tab-pane .sh .title div {
  float: left;
  font-weight: bold;
  line-height: 44px;
  text-align: center;
}
.qymain .qyright .jilu .tab-pane .sh .title div.t0 {
  width: 3%;
  line-height: 1px;
  margin-left: 3px;
  height: 44px;
  padding-top: 12px;
}
.qymain .qyright .jilu .tab-pane .sh .list div.t0 {
  width: 3%;
  line-height: 1px;
  margin-left: 3px;
  height: 38px;
  padding-top: 8px;
}
.qymain .qyright .jilu .tab-pane .sh .list:hover {
  background-color: #f5f5f5;
}
.qymain .qyright .jilu .tab-pane .sh .list a:hover {
  color: #333;
}
.qymain .qyright .jilu .tab-pane .sh .red,
.qymain .qyright .jilu .tab-pane .sh .red a,
.qymain .qyright .jilu .tab-pane .sh .red a:hover {
  color: #f00;
}
.qymain .qyright .jilu .tab-pane .sh .blue,
.qymain .qyright .jilu .tab-pane .sh .blue a,
.qymain .qyright .jilu .tab-pane .sh .blue a:hover {
  color: #00f;
}
.qymain .qyright .jilu .tab-pane .sh .red .t0 span {
  border: 1px solid #eee;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  cursor: pointer;
}
.qymain .qyright .jilu .tab-pane .sh .blue {
  display: none;
}
.qymain .qyright .jilu .tab-pane .sh .blue a div {
  height: 38px;
}
.qymain .qyright .jilu .tab-pane .sh .normal,
.qymain .qyright .jilu .tab-pane .sh .normal a,
.qymain .qyright .jilu .tab-pane .sh .normal a:hover {
  color: #333;
}
.qymain .qyright .jilu .tab-pane .sh .redn,
.qymain .qyright .jilu .tab-pane .sh .redn a,
.qymain .qyright .jilu .tab-pane .sh .redn a:hover {
  color: #f00;
}
.qymain .qyright .jilu .tab-pane .sh .normal .t0 span {
  border: 1px solid #eee;
  font-size: 10px;
  font-weight: 500;
  padding: 3px;
  cursor: pointer;
}
.qymain .qyright .jilu .tab-pane .sh .redn {
  display: none;
}
.qymain .qyright .jilu .tab-pane .sh .redn a div {
  height: 38px;
}
.qymain .qyright .jilu .tab-pane .sh .t1 {
  width: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.qymain .qyright .jilu .tab-pane .sh .t2 {
  width: 11.5%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
}
.qymain .qyright .jilu .tab-pane .sh .t3 {
  width: 5%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
}
.qymain .qyright .jilu .tab-pane .sh .t4 {
  width: 9%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-left: 0px;
}
.qymain .qyright .jilu .tab-pane .sh .t4 .btn {
  padding: 5px 6px;
}
.qymain .qyright .jilu .tab-pane .sh .t5 {
  width: 8%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-left: 0px;
}
.qymain .qyright .jilu .tab-pane .sh .t6 {
  width: 21%;
  text-align: center;
  margin-left: 10px;
}
.qymain .qyright .jilu .tab-pane .sh .t7 {
  width: 11%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: nowrap;
  margin-left: 0px;
}
.qymain .qyright .jilu .tab-pane .sh .t7 .btn {
  padding: 5px 3px;
}
.qymain .qyright .jilu .tab-pane .sh .t9 {
  width: 14%;
  text-align: center;
  margin-left: 10px;
}
.qymain .qyright .jilu .tab-pane .sh .t9 a.btn-danger {
  color: #fff;
}
.qymain .qyright .jilu .tab-pane .sh .empty {
  text-align: center;
  margin: 20px auto;
  font-size: 14px;
}
.qymain .qyright .jilu .tab-pane .sh .defaults .list {
  border-bottom: 1px solid #eee;
  height: 38px;
  line-height: 38px;
}
.qymain .qyright .jilu .tab-pane .sh .defaults .list div {
  float: left;
  font-size: 12px;
  text-align: center;
  height: 38px;
}
.qymain .qyright .jilu .tab-pane .sh .cwts_qqcs {
  background: url(../images/cwts_qqcs.jpg) no-repeat 25% 40px #e0e0e0;
  width: 80%;
  margin: 25px auto;
  border: 1px solid #d4d4d4;
  height: 300px;
}
.qymain .qyright .jilu .tab-pane .sh .cwts_qqcs span {
  margin-top: 180px;
  display: block;
  margin-left: 36%;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.qymain .qyright .jilu .tab-pane .sh .cwts_qqcs span a {
  color: #ee8500;
}
.qymain .qyright .jilu .tab-pane .alert .btn {
  padding: 6px 9px;
}
.qymain .qyright .jilu .tab-content {
  min-height: 200px;
  padding-top: 15px;
}
.qymain .qyright .jilu .tab-content .qydetail {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}
.qymain .qyright .jilu .tab-content .guiji_btn {
  float: right;
  margin-right: 15px;
}
.qymain .qyright .jilu .tab-content .neirong {
  text-align: center;
}
.qymain .qyright .jilu .tab-content .neirong img {
  width: 90%;
}
.qymain .qyright .jilu .tab-content .panel {
  padding-bottom: 0px;
  width: 90.5%;
  margin: 15px auto 0px;
}
.qymain .qyright .jilu .tab-content .panel strong {
  color: #999;
  font-size: 12px;
}
.qymain .qyright .jilu .ecdown {
  padding-left: 0px;
  margin-top: 15px;
}
.qymain .qyright .jilu .csvupload {
  padding-left: 0px;
  margin-top: 25px;
}
.qymain .qyright .jilu .zytz {
  margin-top: 40px;
}
.qymain .qyright .jilu .zytz .col-xs-9 {
  padding-top: 10px;
}
.qymain .qyright .diquchaxun .btn {
  margin-top: 8px;
}
.qymain .qyright .baobiao {
  margin-top: 20px;
}
.qymain .qyright .baobiao div {
  margin: 5px 0px;
}
.qymain .qyright .baobiao h3 {
  width: 100px;
  text-align: left;
  font-size: 15px;
  padding-left: 15px;
  display: inline-block;
  font-weight: 600;
  float: left;
  height: 30px;
  line-height: 30px;
}
.qymain .qyright .baobiao ul {
  display: inline-block;
}
.qymain .qyright .baobiao ul li {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.qymain .qyright .baobiao ul li.active a {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.qymain .qyright .baobiao .btn-group {
  display: inline-block;
  margin: 0px;
}
.qymain .qyright .baobiao .riqi {
  display: inline-block;
  width: 460px;
  margin: 0px 0px 0px 20px;
}
.qymain .qyright .baobiao .riqi input {
  width: 184px;
  display: inline-block;
}
.qymain .qyright .baobiao .hlp {
  width: 230px;
  display: inline-block;
}
.qymain .qyright .baobiao .hlp select {
  display: inline-block;
  width: 64%;
}
.qymain .qyright .baobiao .hlp-left {
  margin-left: 20px;
}
.qymain .qyright .baobiao .tab-content {
  margin: 15px auto;
  padding: 0px 15px;
}
.qymain .qyright .baobiao .error_div {
  background: url(../images/cwts_qqcs.jpg) no-repeat 25% 40px #e0e0e0;
  width: 80%;
  margin: 25px auto;
  border: 1px solid #d4d4d4;
  height: 300px;
}
.qymain .qyright .baobiao .error_div span {
  margin-top: 180px;
  display: block;
  margin-left: 36%;
  font-size: 22px;
  color: #333;
  font-weight: 600;
}
.qymain .qyright .baobiao .error_div span a {
  color: #ee8500;
}
.qymain .qyright .table-responsive {
  text-align: center;
}
.qymain .qyright .table-responsive th {
  text-align: center;
}
.qymain .qyright .xznf {
  margin-bottom: 20px;
  margin-left: 10px;
}
.qymain .qyright .xznf select {
  width: 200px;
}
.qymain .qyright .xznf .form-group + .form-group {
  margin-left: 20px;
}
.qymain .qyright .xznf .btn {
  margin-top: 7px;
  margin-left: 20px;
}
.qymain .qyright .lishi .list {
  display: none;
}
.qymain .qyright .lishi .list:first-child {
  display: block;
}
.qymain .qyright .lishi .panel-footer {
  cursor: pointer;
}
.qymain .tab-content {
  min-height: 470px;
}
.qymain .hezuo ul li {
  margin-top: 10px;
  margin-bottom: 5px;
}
.qymain .api {
  text-align: center;
  padding-top: 60px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.qymain .fangan .list {
  width: 25%;
  float: left;
  text-align: center;
}
.qymain .fangan .list .diamond {
  width: 100px;
  height: 100px;
  background: #73c5ff;
  margin: 55px auto 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.qymain .fangan .list .diamond img {
  margin: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.qymain .fangan .list h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.qymain .fangan .list h5 span {
  font-size: 12px;
  color: #666;
  display: block;
  margin-top: 5px;
}
.qymain .fangan .scjianjie {
  background-color: #a0daff;
  padding: 20px;
  font-size: 16px;
  line-height: 28px;
}
.qymain .fangan .sc_img img {
  width: 100%;
}
.qymain .fangan .zwlist {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f1f1f1;
}
.qymain .fangan .zwlist img {
  width: 90%;
  text-align: center;
  margin: 0px auto;
}
.qymain .fangan .zwlist .zwlist1 {
  font-size: 16px;
  padding: 20px;
  line-height: 30px;
  margin-top: 100px;
}
.qymain .fangan .zwlist .zwlist1-1 {
  background-color: #FEC10E;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-2 {
  background-color: #ECFF8B;
  color: #000;
  margin-top: 30px;
}
.qymain .fangan .zwlist .zwlist1-21 {
  background-color: #ECFF8B;
  color: #000;
  margin-top: 90px;
}
.qymain .fangan .zwlist .zwlist1-3 {
  background-color: #C4E6E3;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-4 {
  background-color: #FEC10E;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-5 {
  background-color: #ECFF8B;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-6 {
  background-color: #C4E6E3;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-7 {
  background-color: #ECFF8B;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-8 {
  background-color: #C4E6E3;
  color: #000;
}
.qymain .fangan .zwlist .zwlist1-9 {
  background-color: #D1EDF9;
  color: #000;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .qymain .fangan .zwlist .zwlist1 {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .qymain .fangan .zwlist .zwlist1 {
    margin-top: 40px;
  }
}
.qymain .fangan .fpthy img {
  width: 100%;
}
.qymain .fangan h2 {
  margin: 20px auto 30px;
  width: 40%;
  float: left;
}
.qymain .fangan h3 {
  margin: 20px auto 30px;
  width: 40%;
  float: right;
  text-align: right;
  color: #f00;
}
.qymain .fangan h4 {
  padding: 10px 15px;
  background-color: #a0daff;
  font-weight: 600;
}
.qymain .fangan .liucheng {
  margin: 15px auto;
  padding-left: 4%;
}
.qymain .fangan .liucheng ol li {
  float: left;
  width: 27%;
  text-align: center;
  list-style-type: none;
  height: 80px;
  margin: 30px 0px;
}
.qymain .fangan .liucheng ol li .ui-step-icon {
  float: left;
  width: 124px;
  position: absolute;
}
.qymain .fangan .liucheng ol li .ui-step-icon .ui-step-number {
  line-height: 14px;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 30px;
  padding: 0 20px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.qymain .fangan .liucheng ol li .ui-step-icon .ui-step-number img {
  width: 26px;
  height: 26px;
}
.qymain .fangan .liucheng ol li .ui-step-icon .ui-step-text {
  height: 20px;
  line-height: 20px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  left: 0px;
}
.qymain .fangan .liucheng ol li .ui-step-icon .ui-step-text small {
  display: block;
  color: #999;
}
.qymain .fangan .liucheng ol li .ui-step-icon .iconfont {
  display: block;
  width: 60px;
  height: 60px;
  background: #56c5ff;
  margin-top: -8px \9\0;
  margin-left: 30px \9\0;
  margin: 3px 0 0 62px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.qymain .fangan .liucheng ol li .ui-step-line {
  height: 30px;
  line-height: 30px;
  color: #888;
  border-bottom: 2px solid #b9b9b9;
  width: 58%;
  float: right;
  display: block;
  text-align: center;
  margin-top: 0px;
  overflow: hidden;
}
.qymain .fangan .liucheng ol li .ui-step-line .glyphicon-menu-right {
  float: right;
  padding-top: 20px;
  color: #b9b9b9;
}
.qymain .fangan .liucheng .ui-step-end {
  width: 14%;
}
.qymain .fangan .liucheng .ui-step-end .ui-step-icon .ui-step-number {
  top: 7px;
  left: 30px;
}
.qymain .fangan .ds ol li {
  width: 21%;
}
.qymain .fangan .ds ol li .ui-step-line {
  width: 50%;
}
.qymain .fangan .alert-info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.daoru {
  margin: 20px;
}
.drjdt {
  width: 90%;
  margin: 30px auto;
}
.drjdt .sr-only {
  position: relative;
}
.drcg {
  width: 90%;
  margin: 30px auto;
}
.drcg a {
  margin-left: 20px;
}
.kjfpz {
  width: 90%;
  margin: 30px auto;
}
.kjfpz .sr-only {
  position: relative;
}
.kjjg {
  width: 90%;
  margin: 30px auto;
}
.ifrm_footer {
  height: 35px;
  margin-top: 15px;
  width: 100%;
  text-align: right;
  clear: both;
}
.ifrm_footer a {
  margin-right: 5px;
  padding: 5px 8px;
  display: inline-block;
  background-color: #f1f1f1;
  border: solid 1px #c1c1c1;
  border-radius: 3px;
  cursor: pointer;
}
.ifrm_footer .tiaoye {
  width: 60px;
  display: inline-block;
}
.pagination {
  float: right;
  margin: 10px;
}
.jp-previous,
.jp-next {
  background-color: #f1f1f1;
  border: solid 1px #c1c1c1;
}
.pagination a,
.pagination span {
  display: block;
  float: left;
  margin-right: 5px;
  text-align: center;
  height: 23px;
  width: 23px;
  border-radius: 3px;
  cursor: default;
  line-height: 23px;
}
.ifrm_footer a.jp-current {
  background: #cecece;
  border: solid 1px #c1c1c1;
  box-shadow: 0 0 1px #d9d9d9;
}
.iconfont {
  display: block;
  width: 45px;
  height: 45px;
  background: #b9b9b9;
  margin: 0px 0 0 70px;
  margin-top: -8px \9\0;
  margin-left: 45px \9\0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
#fpxinxi .left {
  text-align: left;
  padding-left: 30px;
  line-height: 30px;
  height: 30px;
}
#fpxinxi .right {
  text-align: right;
  padding-right: 30px;
  line-height: 30px;
  height: 30px;
}
#fpxinxi .right p {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 0px;
}
#fpxinxi .modal-height {
  height: 500px;
  overflow-y: scroll;
}
.table-fpxx {
  margin: 10px 0px;
  word-wrap: break-word;
  word-break: break-all;
}
.table-fpxx .active {
  text-align: center;
}
.table-fpxx .active .text-fphxz {
  width: 105px;
}
.table-fpxx small {
  font-weight: normal;
}
.table-fpxx .list {
  text-align: center;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}
.table-fpxx .list td {
  border: 0;
}
.table-fpxx .list th {
  text-align: right;
  border: 0;
  padding-right: 10px;
}
.table-fpxx .list .text-nowrap {
  text-align: center;
}
.table-fpxx .list select {
  min-width: 90px;
}
.table-fpxx .list .form-control {
  width: 90%;
  margin: 0px auto;
}
.table-fpxx .text-nowrap {
  text-align: center;
  width: 183px;
}
.table-fpxx .hpsug {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  min-width: 400px;
  height: auto;
  margin-left: 8px;
  display: none;
  z-index: 1;
}
.table-fpxx .hpsug ul {
  text-align: left;
  padding-left: 15px;
}
.table-fpxx .hpsug ul li {
  line-height: 26px;
}
.table-fpxx .hpsug ul li .huowu {
  width: 60%;
  float: left;
  display: inline-block;
}
.table-fpxx .hpsug ul li .guige {
  width: 30%;
  float: right;
  display: inline-block;
}
.table-fpxx .nametishi {
  width: 665px;
  margin-left: 0px;
}
.myinfor {
  padding-top: 90px;
  padding-bottom: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
.myinfor h3.bg-info {
  font-size: 16px;
  padding: 10px 15px;
}
.myinfor h3.bg-info a.btn-link {
  float: right;
}
.myinfor .qyxxlogo {
  line-height: 30px;
  color: #666;
}
.myinfor .qyxxdlxx {
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}
.myinfor .qyxxdlxx .inforlist {
  border-bottom: 1px solid #f7f7f7;
}
.myinfor .qyxxdlxx .inforlist .col-xs-4,
.myinfor .qyxxdlxx .inforlist .col-xs-5 {
  text-align: left;
  font-weight: 500;
  color: #666;
}
.myinfor .qyxxdlxx .inforlist .col-xs-3 {
  padding-left: 0px;
  padding-right: 0px;
}
.myinfor .xmtishi {
  font-size: 12px;
  margin-top: 40px;
}
.myinfor .qyjbxx {
  margin: 10px 0px 15px;
}
.myinfor .control-label {
  color: #666;
}
.myinfor .text-muted {
  height: 34px;
  line-height: 34px;
  padding-left: 0px;
}
.myinfor .col-xs-3 .btn-primary {
  margin-top: 2px;
}
.myinfor .cbsyjtx {
  text-align: center;
  margin-top: 40px;
}
.myinfor .form-horizontal {
  padding-left: 15px;
}
.myinfor .form-horizontal .col-xs-2 {
  text-align: right;
  font-weight: 600;
  color: #666;
}
.myinfor .form-horizontal .form-group {
  margin-left: 0px;
  margin-right: 10px;
}
.myinfor .inforlist {
  padding-top: 10px;
  padding-bottom: 10px;
}
.myinfor .inforlist .col-xs-4,
.myinfor .inforlist .col-xs-5 {
  text-align: right;
  font-weight: 600;
  color: #666;
}
.myinfor .inforlist span {
  display: block;
}
.myinfor .inforlist .logo {
  height: 80px;
  line-height: 80px;
}
.myinfor .inforlist .logo img {
  width: 80px;
  height: 80px;
}
.myinfor .inforlist .col-xs-7 span {
  float: left;
  margin-right: 20px;
}
.myinfor .inforlist .text-left {
  text-align: left;
  font-weight: 400;
}
.myinfor .ygxx .nav-tabs {
  margin-bottom: 20px;
  padding-left: 50px;
}
.myinfor .ygxx .pane-head {
  padding-left: 50px;
}
.myinfor .ygxx .yaoqingma {
  padding: 30px 50px;
}
.myinfor .ygxx .yaoqingma .btn {
  display: inline-block;
  margin-right: 50px;
  float: right;
}
.myinfor .ygxx .yaoqingma .yqm {
  display: inline-block;
}
.myinfor .ygxx .yaoqingma .yqm span {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding-left: 50px;
  font-size: 24px;
  margin-left: 50px;
}
.myinfor .ygxx .yaoqingma .yqm .bg-info {
  background-color: #d9edf7;
  margin-left: 50px;
  padding: 10px 20px;
  color: #48768E;
  margin-top: 50px;
}
.myinfor .spf {
  width: 25%;
  display: inline-block;
  text-align: right;
}
.myinfor .spf .form-control {
  width: 60%;
  display: inline-block;
}
.myinfor .riqi {
  width: 45%;
  display: inline-block;
  text-align: right;
}
.myinfor .riqi .form-control {
  width: 40%;
  display: inline-block;
}
.myinfor .hlp {
  width: 25%;
  display: inline-block;
  text-align: right;
  margin-top: 15px;
}
.myinfor .hlp .form-control {
  width: 60%;
  display: inline-block;
}
.myinfor .qita {
  width: 50.5%;
  display: inline-block;
  text-align: right;
}
.myinfor .qita .form-control {
  width: 80%;
  display: inline-block;
}
.myinfor .djriqi {
  width: 45%;
  display: inline-block;
  text-align: right;
}
.myinfor .djriqi .form-control {
  width: 37%;
  display: inline-block;
}
.myinfor .anniu {
  margin-left: 30px;
  display: inline-block;
  margin-top: 15px;
}
.myinfor .dcxz {
  display: inline-block;
  text-align: right;
  float: right;
  margin-top: 15px;
  margin-right: 45px;
}
.myinfor .pane-head .text-danger {
  display: inline-block;
  font-size: 12px;
}
.myinfor .pane-head .col-xs-9 .form-control {
  margin-right: 15px;
}
.myinfor .pane-head .col-xs-9 select.zzhwd {
  width: 193px;
}
.myinfor .pane-head .col-xs-9 input.form-control {
  width: 100px;
  padding: 0px;
}
.myinfor .pane-head .col-xs-9 .btn-primary {
  margin-top: 6px;
}
.myinfor .pane-head .col-xs-3 {
  margin-top: 7px;
  text-align: right;
}
.myinfor #profile p:last-of-type {
  margin-top: 20px;
  padding-left: 20px;
}
.myinforxgmm .col-xs-6 {
  line-height: 30px;
}
.myinforxgmm .col-xs-6 .a-upload {
  margin-top: 8px;
}
.myinforxgmm .hqyzm {
  padding-left: 0;
}
.myinforxgmm .hqyzm .btn {
  padding: 6px;
}
.wszl {
  float: right;
  padding: 0px 12px;
}
#jbwx .modal-content {
  padding: 15px 10px;
}
#jbwx .modal-content h4 {
  margin-bottom: 20px;
}
.bumen {
  top: 160px;
}
.bumen .checkbox + .checkbox {
  margin-top: 10px;
}
.bmxx {
  position: relative;
}
.bmxx .bmmc {
  width: 315px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 42px;
  left: 0px;
  z-index: 30000;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 10px 10px 20px;
  display: none;
  text-align: left;
}
.bmxx .bmmc i {
  background: url(../images/gdt-img.png) no-repeat;
  width: 16px;
  height: 9px;
  position: absolute;
  top: -9px;
  left: 30px;
  background-position: 0px -357px;
}
.bmxx .bmmc .btn {
  margin-top: 8px;
}
.bmrydw {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0px;
  margin: auto;
  height: 420px;
  width: 0px;
}
.bmrydw .tiaozdw {
  width: 550px;
}
.bmrydw .tzbumen {
  float: left;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 300;
  border-radius: 5px;
  width: 250px;
  margin-left: 10px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  padding: 0px 10px 10px;
  display: none;
  text-align: left;
}
.bmrydw .tzbumen .modal-header {
  padding: 10px;
}
.bmrydw .tzbumen .modal-body {
  padding: 0px;
  max-height: 350px;
  overflow-y: scroll;
}
.bmrydw .tzbumen .modal-body .main_ul {
  margin: 0px;
}
.bmrydw .tzbumen .modal-body .main_ul li {
  height: 30px;
  line-height: 30px;
}
.bmrydw .tzbumen .modal-body .main_ul li div {
  height: 30px;
}
.bmrydw .tzbumen .modal-body .main_ul li div .btn {
  padding: 0px;
}
.bmrydw .tzbumen .modal-body .main_ul li label input {
  margin-right: 10px;
}
.bmrydw .tzrenyuan {
  width: 250px;
  padding: 0px 0px 10px;
}
.yupiao .bg-info {
  width: 90%;
  margin: 10px auto;
  padding: 10px 15px;
}
.yupiao .form-horizontal {
  width: 90%;
  margin: 20px auto;
}
.yupiao .syps {
  font-size: 18px;
  margin: 50px 0px 0px 150px;
}
.yupiao .syps b {
  margin: 0px 10px;
}
.yupiao .syps .btn {
  margin-left: 30px;
}
.yupiao .input-group-addon {
  width: 38px;
}
.zzhgl .col-xs-7 .form-group {
  margin-top: 0px;
}
.zzhgl .col-xs-7 .form-group label {
  font-weight: normal;
  margin-left: 5px;
}
.zzhgl .col-xs-9,
.zzhgl .col-xs-3 {
  padding-right: 0px;
  padding-left: 0px;
}
#addzzh .checkbox-inline + .checkbox-inline,
#addquanxian .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
.zzh-body {
  height: 450px;
  overflow-y: scroll;
}
.zzh-body .checkbox-inline + .checkbox-inline {
  margin-left: 0px;
}
#addquanxian .col-xs-3,
#update_quanxian .col-xs-3 {
  margin-left: 0px;
}
.kpxxgl .form-group {
  margin-top: 0px;
  /*display: inline-block;*/
}
.kpxxgl .form-group label {
  font-weight: normal;
  padding-left: 0px;
}
.kpxxgl .form-group select {
  margin-right: 15px;
}
.kpxxgl .tjsckpxx {
  text-align: right;
  float: right;
  padding-right: 15px;
  width: 200px;
}
.kpxxgl .tjsckpxx .upbtn {
  position: absolute;
}
.kpxxgl .tjsckpxx .upbtn input {
  position: relative;
  right: 0;
  top: 0;
  width: 70px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.kpxxgl .col-xs-12 {
  text-align: center;
}
.kpxxgl .col-xs-12 img {
  width: 750px;
}
.kpxxgl .addmrspfl {
  text-align: left;
  margin-top: 30px;
  display: none;
}
.hpxxglwsj {
  text-align: center;
  padding: 15px 0px;
}
.hpxxglwsj img {
  width: 20%;
  display: inline-block;
}
.hpxxgl .main_ul .list {
  height: 50px;
  padding-top: 6px;
  font-size: 12px;
}
.hpxxgl .main_ul .list div {
  font-size: 12px;
}
.hpxxgl .main_ul div.t16,
.hpxxgl .main_ul div.t161 {
  margin-left: 3%;
}
.qyzlxq .form-horizontal .control-label {
  padding-top: 0px;
}
.kpdgl {
  padding-left: 40px;
}
.kpdgl h3 {
  margin: 15px 0px;
  padding: 8px 15px;
  color: #666;
  margin-left: -20px;
  font-size: 16px;
}
.kpdgl .form-inline {
  margin: 10px 0px;
}
.kpdgl .form-inline .btn {
  margin-top: 0px;
}
.kpdgl .ifrm_footer {
  width: 90%;
  float: right;
}
.kpdgl .btn-primary-baocun {
  margin-top: 25px;
}
.kpdgl .bianhao {
  width: 65px;
}
.kpdgl .bianhao input {
  width: 100%;
  padding: 8px;
  text-align: center;
}
.kpdgl .form-group {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}
.kpdgl .col-xs-2 {
  text-align: right;
  height: 34px;
  line-height: 34px;
}
.kpdgl .col-xs-10 select.form-control {
  width: 130px;
}
.kpdgl .col-xs-10 input.form-control {
  width: 264px;
}
.kpdgl .col-xs-offset-2 {
  padding-left: 15px;
}
.kpdgl .zpwd select.form-control {
  width: 264px;
}
.red {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
}
.red,
.red a,
.red a:hover {
  color: #f00;
}
.blue,
.blue a,
.blue a:hover {
  color: #00f;
}
.pxxgl .row {
  margin-top: 15px;
  margin-bottom: 25px;
}
.pxxgl .row .form-group {
  margin-left: 15px;
}
.pxxgl .row .form-group select {
  width: 150px;
}
.pxxgl table td,
.pxxgl table th {
  text-align: center;
}
/*报销登记*/
.baoxiaodj .table-condensed &gt; tbody &gt; tr &gt; td {
  padding: 5px 0px 5px 20px;
}
.baoxiaodj .hlp {
  width: 32%;
}
.baoxiaodj .djriqi {
  width: 54%;
}
#bx-fpmx .col-xs-4,
#bx-fpmx .col-xs-8 {
  margin-bottom: 10px;
}
#bx-fpmx .col-xs-4 {
  color: #999;
}
.bxdxq .btn-link {
  color: #00a7fe;
}
.bxdxq .modal-body {
  min-height: 350px;
  max-height: 450px;
  overflow-y: scroll;
}
.bxdxq .modal-body .bg-info {
  padding: 10px;
  line-height: 24px;
  color: #f00;
}
.bxdxq .modal-footer {
  position: relative;
}
.bxdxq .tuihui {
  width: 300px;
  border: 1px solid #eee;
  position: absolute;
  bottom: 65px;
  right: 0px;
  background-color: #eee;
  padding: 10px;
  display: none;
}
.bxdxq .tuihui textarea {
  margin-bottom: 15px;
}
.bxdxq .tuihui .btn-primary {
  margin-right: 6px;
}
.bxdxq .biaotou {
  font-size: 14px;
  line-height: 26px;
  color: #555;
}
.bxdxq .col-xs-4 {
  text-align: right;
}
.bxdxq .col-xs-3 {
  text-align: right;
}
.bxdxq .leibiebt {
  height: 40px;
  border-bottom: 1px solid #e2e8ed;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  background-color: #f3f3f3;
}
.bxdxq .leibiebt .biaotou {
  line-height: 40px;
}
.bxdxq .text-primary {
  padding: 0px 20px;
}
.bxdxq .table-striped &gt; tbody &gt; tr {
  text-align: left;
}
.kpqqtj .col-xs-12 {
  padding-top: 20px;
  line-height: 30px;
}
.kpqqtj .col-xs-12 .text-right {
  padding-right: 22px;
}
.kpqqtj .ztai {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.kpqqtj .ztai .form-control {
  display: inline-block;
  width: 95px;
  margin-left: 10px;
}
.kpqqtj .form-ssxx {
  width: 25.6%;
  display: inline-block;
  margin-left: 10px;
}
.kpqqtj .form-ssxx .form-control {
  display: inline-block;
  width: 72%;
  margin-left: 0px;
}
.kpqqtj .form-ssxx.first {
  margin-left: 2%;
}
.kpqqtj .qqsj {
  width: 40.7%;
  display: inline-block;
  text-align: right;
  margin-left: 2px;
}
.kpqqtj .qqsj .form-control {
  width: 36%;
  display: inline-block;
}
.kpqqtj .anniu {
  margin-left: 20px;
}
.kpqqtj .anniu .btn-default {
  margin-right: 30px;
}
.kpqqtj-ewm {
  text-align: center;
}
.kpqqtj-ewm img {
  width: 250px;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#yhkp .col-xs-12 {
  padding-bottom: 15px;
  padding-top: 10px;
  border-top: 1px solid #dddddd;
}
#xxts .modal-header {
  padding-bottom: 0px;
  border-bottom: 0px;
}
#xxts .modal-body {
  height: 150px;
  padding-top: 15px;
}
#xxts .modal-body label {
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
}
#xxts .modal-body label input {
  margin-right: 5px;
}
.kpqqtj-ck .modal-body {
  line-height: 30px;
}
.kpqqtj-ck .modal-body .col-xs-4 {
  font-weight: 600;
  color: #999;
}
.kpqqtj-ck .modal-body .col-xs-3 {
  font-weight: 600;
  color: #999;
  text-align: right;
}
.myorder .ztai {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  margin-left: 25px;
}
.myorder .ztai .form-control {
  display: inline-block;
  width: 145px;
  margin-left: 10px;
}
.myorder .qqsj {
  width: 46%;
  display: inline-block;
  text-align: right;
  margin-left: 12px;
}
.myorder .qqsj .form-control {
  width: 36%;
  display: inline-block;
}
.myorder .qqsj span {
  padding-right: 10px;
}
.myorder li.list div {
  font-size: 12px;
  text-align: center;
}
.myorder li.list div a.btn-link {
  font-size: 12px;
  padding: 0px;
}
.myorder .nav-tabs {
  padding-left: 50px;
  margin-bottom: 30px;
}
.fpxx-dd .radio {
  margin-left: 30px;
  margin-bottom: 30px;
}
.fpxx-dd .radio .radio-inline {
  margin-right: 15px;
}
.fpxx-dd .radio .disabled {
  color: #999;
}
.fpxx-dd .radio input {
  margin-right: 5px;
}
.fpxx-dd .control-label {
  padding-top: 0px;
}
.fpxx-dd .upbtn {
  padding-top: 0px;
  line-height: 10px;
  display: inline-block;
}
.fpxx-dd .upbtn .a-upload {
  margin-top: 0px;
}
.fpxx-dd .upbtn .btn-link {
  padding-top: 0px;
  margin-top: -10px;
}
.order-success .panel-title img {
  width: 25px;
  margin-right: 10px;
}
.order-success .panel-body img {
  width: 200px;
  float: right;
}
.zengzhifw .col-xs-12 {
  margin-bottom: 30px;
}
.zengzhifw .col-xs-12 p {
  margin: 10px 0px 0px;
}
.zengzhifw .col-xs-12 .col-xs-4 {
  margin-top: 20px;
}
.zengzhifw .col-xs-12 .col-xs-4 img {
  width: 100%;
}
.zengzhifw .col-xs-12 .zizhanghao-list .col-xs-4 {
  margin-top: 0px;
}
.zengzhifw .col-xs-12 .col-xs-5 img {
  width: 100%;
}
.zengzhifw .col-xs-12 .col-xs-7 h5 {
  margin-top: 0px;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 {
  margin-bottom: 15px;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li {
  border: 2px solid #ddd;
  padding: 5px 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 46%;
  display: inline-block;
  margin: 3px 6px;
  cursor: pointer;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li.active {
  border-color: #be0106;
  position: relative;
}
.zengzhifw .col-xs-12 .col-xs-7 .col-xs-12 li.active i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(../images/xuebitu.png);
}
.zengzhifw .col-xs-12 .fwjs_title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.zengzhifw .col-xs-12 .fwjs_title span.label {
  border-radius: 0px;
  padding: 5px 8px;
  background-color: #3f8bcd;
  font-size: 14px;
}
.zengzhifw .col-xs-12 .fwjs_title i {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #cbe7ff;
  position: relative;
  top: -12px;
  z-index: -1;
}
.zengzhifw .breadcrumb {
  background-color: #d9edf7;
  border-radius: 0px;
}
.zengzhifw .yewulx {
  width: 95%;
  margin: 0px auto;
}
.zengzhifw .yewulx li {
  display: inline-table;
  margin-top: 20px;
  margin-bottom: 15px;
}
.zengzhifw .yewulx li + li {
  margin-left: 8px;
}
.zengzhifw .tab-content {
  width: 95%;
  margin: 10px auto;
}
.zengzhifw .tab-content .table-striped {
  width: 60%;
  margin-left: 1%;
  margin-top: 30px;
}
.zengzhifw .tab-content .table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  text-align: left;
}
.zengzhifw .tab-content .btn {
  margin-left: 18px;
}
.zengzhifw .tab-content .tab-pane .checkbox {
  padding-left: 15px;
}
.zengzhifw h3 small {
  margin-left: 10px;
}
.zengzhifw .xzfje h2 {
  font-size: 22px;
}
.zengzhifw .zhifufs {
  margin-top: 20px;
  margin-bottom: 15px;
}
.zengzhifw .zhifufs a img {
  width: 30px;
  margin-right: 10px;
}
.zengzhifw .piliangkp .panel tr,
.zengzhifw .piliangkp .panel th {
  text-align: center;
}
.zengzhifw .piliangkp h3.text-primary {
  margin-bottom: 10px;
}
.zengzhifw .piliangkp .label {
  padding: 10px 15px;
  margin-bottom: 10px;
  display: inline-block;
}
.zengzhifw .piliangkp .goumaixx {
  margin-top: 10px;
}
.zengzhifw .shuikongpan .alert .table {
  background-color: #fff;
  margin-top: 20px;
  text-align: center;
}
.zengzhifw .shuikongpan .alert .table th {
  text-align: center;
}
.zengzhifw .shoufeibz {
  padding-bottom: 20px;
}
.zengzhifw .shoufeibz h3 {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
.zengzhifw .shoufeibz p.text-muted {
  height: 20px;
  line-height: 20px;
}
.zengzhifw .shoufeibz div p {
  display: inline-block;
  margin-left: 30px;
  color: #666;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}
.zizhanghao-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.zizhanghao-list .text-right {
  font-weight: 600;
  padding-right: 0px;
}
.xuliehao-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.xuliehao-list .text-right {
  font-weight: 600;
}
.xiaohuo-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.xiaohuo-list .text-right {
  font-weight: 600;
}
.csvgongju-list {
  margin-bottom: 10px;
  clear: both;
  height: 34px;
  line-height: 34px;
}
.csvgongju-list .text-right {
  font-weight: 600;
}
#weikaitong p.text-danger {
  margin-bottom: 50px;
}
#plkpsfbz .modal-body tr,
#plkpsfbz .modal-body th {
  text-align: center;
}
.beizhu {
  width: 80%;
  margin: 40px auto 0px;
}
.beizhu p.text-muted {
  line-height: 22px;
}
.saomakp .form-group {
  margin-top: 0px;
}
.saomakp .col-xs-6 .btn + .btn {
  margin-left: 20px;
}
.saomakp .panel {
  margin: 30px auto;
}
.saomakp .panel .table &gt; thead &gt; tr &gt; th {
  border-bottom: 0px;
  font-size: 18px;
  width: 20%;
  text-align: center;
}
.saomakp .panel .table &gt; thead &gt; tr &gt; th img {
  width: 100px;
}
.saomakp .table &gt; thead &gt; tr &gt; th,
.saomakp .table &gt; tbody &gt; tr &gt; td,
.saomakp .table &gt; tbody &gt; tr &gt; th {
  width: 20%;
  text-align: center;
}
.saomakp .table &gt; thead &gt; tr &gt; th img,
.saomakp .table &gt; tbody &gt; tr &gt; td img,
.saomakp .table &gt; tbody &gt; tr &gt; th img {
  width: 40px;
}
.saomakp .text-muted {
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  opacity: 0.30;
}
.saomakp span.glyphicon {
  font-size: 18px;
  margin-right: 10px;
  top: -11px;
  left: -15px;
}
.caozuosc .col-xs-10 {
  margin-top: 15px;
  margin-bottom: 5px;
}
.caozuosc .main_ul .list {
  padding: 0px 20px;
}
.peizhi-tongji .row {
  margin-top: 15px;
}
.peizhi-tongji .row .form-group {
  margin-top: 0px;
  margin-left: 10px;
}
.peizhi-tongji .form-horizontal {
  margin-top: 30px;
}
.peizhi-tongji .col-sm-10 select {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
}
.peizhi-tongji .col-sm-10 input {
  width: 255px;
}
.peizhi-tongji .col-sm-10 img {
  width: 100px;
  height: 100px;
}
.peizhi-tongji .col-sm-10 .btn-sm {
  padding: 6px 33px;
}
.leixing {
  margin-bottom: 10px;
  margin-top: 15px;
}
.leixing .btn {
  margin-right: 10px;
  margin-left: 10px;
}
.kpdxtk .form-inline {
  margin-bottom: 15px;
  display: inline-table;
}
.kpdxtk .form-group {
  margin-top: 0px;
}
.kpdxtk .modal-body {
  max-height: 400px;
  overflow-y: scroll;
}
.kpdxtk .modal-body .radio label input {
  position: absolute;
}
.kpdxtk .modal-body .radio label span {
  width: 248px;
  display: inline-block;
  word-wrap: break-word;
}
.table-fpxx .control-label {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 6px;
  text-align: right;
  font-size: 13px;
}
.table-fpxx .form-control {
  padding-left: 5px;
}
.lanpiao {
  margin-top: 30px;
  margin-bottom: 20px;
}
.lanpiao .col-xs-3 .control-label {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
  margin-top: 5px;
}
.lanpiao .col-xs-3 .col-xs-7 {
  padding-left: 0px;
  padding-right: 0px;
  line-height: 30px;
}
.lanpiao .riqi {
  padding-left: 15px;
}
.lanpiao .riqi span.text-danger {
  font-size: 20px;
  margin-left: 20px;
}
.lanpiao .emailtongzhi {
  margin-top: 15px;
  color: #f00;
  display: none;
}
.lanpiao .emailtongzhi span {
  margin-right: 2px;
}
.lanpiao .bg-info {
  margin-top: 10px;
  padding: 5px 15px;
  font-weight: 600;
  background-color: #ebf2f5;
}
.lanpiao .huopinxx {
  margin-top: 10px;
}
.modal-footer .col-xs-10 .ifrm_footer {
  margin-top: 0px;
}
.btn-kaipiao {
  text-align: center;
  margin-top: 20px;
}
.btn-kaipiao .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.hongpiao {
  margin-top: 30px;
  margin-bottom: 20px;
  display: none;
}
.hongpiao .right {
  text-align: right;
}
.hongpiao .right p {
  display: inline-block;
  text-align: left;
  width: 200px;
  margin: 0px;
}
#hongpiaoinput {
  background: #ccc;
}
#hongpiaoinput .modal-body .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
#hongpiaoinput .modal-dialog {
  top: 100px;
}
.ficomoon {
  font-family: 'Glyphicons Halflings';
  font-size: 10px;
}
.icon-angle-top:before {
  content: "\e253";
}
.icon-angle-bottom:before {
  content: "\e252";
}
/*可根据自己的实际情况做修改*/
.combox_border {
  border: 1px solid #ccc;
  height: 28px;
  width: 90%;
  border-radius: 3px;
}
.combox_input {
  border: 0;
  line-height: 26px;
  height: 26px;
  padding-left: 0px;
  width: 75%;
  vertical-align: middle;
}
.combox_button {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-left: 1px solid #eeeeee;
}
.combox_select {
  border: 1px solid #ccc;
  border-top: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  z-index: 1;
}
.combox_select li {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.combox_select a {
  display: block;
  line-height: 28px;
  padding: 0 8px;
  text-decoration: none;
  color: #666;
}
.combox_select a:hover {
  text-decoration: none;
  background: #f5f5f5;
}
.sileixing {
  margin-bottom: 15px;
}
.zhipiao .left {
  text-align: left;
  padding-left: 30px;
  line-height: 30px;
  height: 30px;
}
.zhipiao .right {
  text-align: right;
  padding-right: 30px;
  line-height: 30px;
  height: 30px;
}
.zhipiao .right .btn {
  padding-right: 6px;
  padding-left: 6px;
  margin-left: 12px;
}
.zhipiao .right p {
  display: inline-block;
  text-align: left;
  width: 245px;
  margin: 0px;
}
.zhipiao .col-xs-3 .control-label {
  padding-left: 0px;
  padding-right: 0px;
  text-align: right;
}
.zhipiao .col-xs-3 .col-xs-7 {
  padding-left: 0px;
  padding-right: 0px;
}
.zhipiao .form-horizontal {
  width: 60%;
  margin: 15px auto;
}
.zhipiao .btn {
  padding-left: 30px;
  padding-right: 30px;
}
#querentishitk {
  background: #ccc;
}
#querentishitk .modal-body {
  text-align: center;
}
#querentishitk .modal-body .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
#querentishitk .modal-dialog {
  top: 200px;
}
.bs-load {
  top: 40%;
  text-align: center;
}
.bs-load .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}
.bs-load .modal-content img:hover {
  background: none;
}
#huopinxx .list {
  height: 50px;
  padding-top: 6px;
  font-size: 12px;
}
#huopinxx .list div {
  font-size: 12px;
}
#huopinxx div.t18,
#huopinxx div.t181 {
  margin-left: 3%;
}
#huopinxx .info {
  background-color: #d9edf7;
}
#huopinxx .nav-tabs &gt; li.active &gt; a,
#huopinxx .nav-tabs &gt; li.active &gt; a:hover,
#huopinxx .nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
#spbmhpxx .nav-tabs &gt; li.active &gt; a,
#spbmhpxx .nav-tabs &gt; li.active &gt; a:hover,
#spbmhpxx .nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #ffffff;
  border-bottom-color: transparent;
  cursor: default;
}
.fenlei {
  height: 230px;
  overflow-y: scroll;
  width: 620px;
}
.fenlei ul {
  display: block;
}
.fenlei ul li {
  margin: 5px 0px;
  text-align: center;
  width: 100px;
  float: left;
  cursor: pointer;
}
.fenlei ul li img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0px solid #ccc;
}
.fenlei ul li span {
  display: block;
  line-height: 20px;
  height: 20px;
}
.tjan {
  text-align: right;
}
#zengzhifwxy .modal-content .modal-body {
  padding: 20px 25px;
  height: 540px;
  overflow-y: scroll;
}
#zengzhifwxy .modal-content .modal-body h2 {
  margin-bottom: 15px;
}
#zengzhifwxy .modal-content .modal-body h3 {
  margin: 10px 0px;
}
#kpsz .radio {
  height: 34px;
  line-height: 34px;
}
#kpsz .radio .control-label {
  padding: 0px;
}
#kpsz .upoff {
  background-color: #eee;
  height: 34px;
  line-height: 34px;
  width: 78%;
  margin: 0px auto;
}
#kpsz .upoff .radio {
  padding: 0px;
}
#kpsz .up {
  padding-left: 50px;
}
#kpsz .up .checkbox {
  padding-left: 19px;
}
.shenqingjl .spfxx {
  width: 53%;
  float: left;
  display: inline-block;
  margin-left: 2%;
}
.shenqingjl .spfxx span {
  display: inline-block;
}
.shenqingjl .spfxx input {
  width: 80%;
  display: inline-block;
}
.user-tab .tab-right .shenqingjl .search .form-group {
  margin-right: 31px;
}
#wshck .bg-info {
  padding: 5px 12px;
  font-weight: 600;
}
#wshck .modal-body {
  height: 550px;
  overflow-y: scroll;
}
#ybhxg .bg-info {
  padding: 5px 12px;
  font-weight: 600;
}
#ybhxg .modal-body {
  height: 550px;
  overflow-y: scroll;
}
#ybhxg .modal-body .huopinxx {
  margin-top: 15px;
}
#ybhxg .modal-body .btn-kaipiao {
  margin-bottom: 15px;
}
.navbar .navbar-brand {
  padding: 12px 0px;
}
.navbar .navbar-brand img {
  display: inline-block;
  margin-right: 20px;
}
.navbar .navbar-header {
  display: inline-block;
}
.navbar .navbar-main {
  display: inline-block;
  float: right;
  height: 65px;
  line-height: 65px;
}
.navbar #nav-menu {
  margin: 0px;
  display: inline-block;
}
.navbar #nav-menu li {
  display: inline-block;
  height: 65px;
  line-height: 65px;
}
.navbar #nav-menu li a {
  padding: 0px 15px;
}
.navbar #nav-menu li:hover {
  background-color: #1e242e;
}
.navbar #nav-menu li:hover a {
  color: #fff;
}
.navbar #nav-menu li.active {
  background-color: #1e242e;
}
.dengzhu {
  line-height: 60px;
  float: right;
  width: 140px;
  margin-left: 20px;
}
.dengzhu a {
  margin: 0px 8px;
  display: inline-block;
}
.disnone {
  display: none;
}
.yonghuxx {
  line-height: 60px;
  float: right;
  width: 140px;
  margin-left: 20px;
  color: #999;
  font-size: 12px;
}
.yonghuxx a {
  margin: 0px 8px;
  display: inline-block;
  color: #00a7fe;
}
#caqianzheng select {
  width: 48%;
  float: left;
}
#caqianzheng select + select {
  float: right;
}
#caqianzheng .suoluetu {
  margin-top: 15px;
}
#fpfasong .col-xs-4 {
  padding-right: 0px;
}
#fpfasong .col-xs-8 {
  line-height: 30px;
}
#binding .modal-body {
  max-height: 450px;
  overflow-y: scroll;
}
#binding .modal-body .form-horizontal .form-group {
  height: 34px;
  line-height: 34px;
}
#binding .modal-body .form-horizontal .form-group .control-label {
  padding-top: 0px;
}
#div_fpcy_show_result.bs-example-modal-lg .pull-right {
  margin-right: 15px;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body {
  height: 580px;
  overflow-y: scroll;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body .row {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 5px;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body .row div {
  padding-left: 5px;
  padding-right: 5px;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body .row .col-xs-2 {
  width: 18.66667%;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body .row .col-xs-3 {
  width: 22%;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body .tips p {
  margin-bottom: 3px;
}
#div_fpcy_show_result.bs-example-modal-lg .modal-body span.text-primary {
  font-size: 12px;
}
.fpjtk {
  top: 20%;
}
.fpjtk .navbar-form {
  width: 88%;
  margin: 0px auto;
}
.fpjtk .navbar-form img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-width: 0px \9\0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.fpjtk .navbar-form .form-control {
  width: 300px;
}
.fpjtk .lbtb {
  width: 92%;
  margin: 15px auto;
}
.fpjtk .lbtb li {
  width: 54px;
  height: 70px;
  float: left;
  margin: 10px 10px 0px;
}
.fpjtk .lbtb li img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-width: 0px \9\0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.fpjtk .lbtb li span {
  text-align: center;
  display: block;
  line-height: 20px;
  font-size: 12px;
}
.fpjtk .lbtb li .active {
  border: 2px solid #ff4444;
  border-width: 0px \9\0;
}
.userxx {
  background: url(../images/yhxxbg.jpg) no-repeat center top;
  height: 108px;
  margin-top: 60px;
  min-width: 1188px;
}
.userxx .i-banner-portrait {
  margin-top: 13px;
  width: 13%;
  float: left;
}
.userxx .i-banner-portrait a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  border: 2px solid #e1e1e1;
  display: block;
}
.userxx .i-banner-portrait a,
.userxx .i-banner-portrait img {
  width: 80px;
  height: 80px;
  margin: 0px auto;
}
.userxx .i-banner-main {
  color: #333;
  margin-top: 30px;
  width: 80%;
  float: left;
}
.userxx .i-banner-main .userName a {
  color: #00a7fe;
  margin-left: 15px;
}
.userxx .i-banner-main .mobileno {
  color: #666;
}
.user-tab {
  background: url(../images/navbg.png) repeat-y;
  min-height: 630px;
  padding-bottom: 50px;
}
.user-tab .nav_left {
  float: left;
  width: 200px;
  padding: 0px 0px 20px;
  margin-left: 1px;
  height: auto;
  position: relative;
}
.user-tab .nav_left li {
  position: relative;
}
.user-tab .nav_left li i.new_gn {
  width: 29px;
  height: 21px;
  background-image: url(../images/xuebitu.png);
  background-position: -15px 0px;
  display: inline-block;
  margin-left: 5px;
}
.user-tab .nav_left li span {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 10px;
  top: 17px;
}
.user-tab .nav_left li a {
  color: #666666;
  display: block;
  text-decoration: none;
  height: 43px;
  line-height: 43px;
  padding: 0px 0px 0px 22px;
  border-bottom: 1px solid #e2e8ed;
  border-top: 1px solid #f7f7f9;
  font-size: 14px;
}
.user-tab .nav_left li &gt; a:hover,
.user-tab .nav_left li &gt; a:focus {
  color: #666666;
  text-decoration: none;
  background-color: #e2e8ed;
  height: 43px;
  line-height: 43px;
}
.user-tab .nav_left &gt; li.active &gt; a {
  background-color: #FFF;
  font-weight: bold;
  box-shadow: -1px 1px 1px #e3e3e6;
  border-left: 3px solid #2E6DA4;
  color: #2E6DA4;
}
.user-tab .nav_left li .nav {
  background: #fff;
}
.user-tab .nav_left li .nav li a {
  height: 36px;
  line-height: 36px;
  background: #fff;
  padding-left: 40px;
  font-size: 13px;
}
.user-tab .nav_left li .nav li a:hover {
  color: #2E6DA4;
}
.user-tab .nav_left li .nav li.active &gt; a {
  background-color: #FFF;
  color: #2E6DA4;
}
.user-tab .nav_left .touxiang {
  border-bottom: 1px solid #c9cacc;
  margin: 0px 15px;
}
.user-tab .nav_left .touxiang .userInfo-portrait {
  margin: 25px auto 5px;
  display: block;
  text-align: center;
}
.user-tab .nav_left .touxiang .userInfo-portrait img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 1px solid #D2D2D2;
}
.user-tab .nav_left .touxiang .userInfo-portrait span {
  font-size: 15px;
  color: #333;
  display: inline-block;
  line-height: 22px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
}
.user-tab .nav_left .list {
  border-bottom: 1px solid #c9cacc;
  margin: 0px 15px 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}
.user-tab .nav_left .list p {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
.user-tab .nav_left .list p span {
  float: right;
  display: inline-block;
}
@media (max-width: 768px) {
  .user-tab .nav_left .list p {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.user-tab .tab-right {
  float: right;
  width: 960px;
  margin-bottom: 20px;
  /*position: relative;*/
  /*个人信息*/
  /*发票查验*/
}
.user-tab .tab-right .kezhic {
  margin-top: 15px;
  display: block;
}
.user-tab .tab-right .fpj .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e8ed;
  margin-top: 20px;
  padding: 0px 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.user-tab .tab-right .fpj .title a {
  float: right;
  color: #00a7fe;
  font-size: 12px;
  font-weight: normal;
}
.user-tab .tab-right .fpj .neirong {
  margin: 30px auto;
}
.user-tab .tab-right .fpj .neirong .bt {
  text-align: center;
}
.user-tab .tab-right .fpj .neirong ul li {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  margin: 8px 0px;
}
.user-tab .tab-right .fpj .neirong ul li i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  height: 50px;
  width: 50px;
  padding: 0px;
}
.user-tab .tab-right .fpj .neirong ul li i img {
  height: 50px;
  width: 50px;
  margin-top: -3px;
}
.user-tab .tab-right .fpj .neirong ul li .fp_jx {
  text-align: left;
}
@media (max-width: 768px) {
  .user-tab .tab-right .fpj .neirong .bt img {
    width: 80%;
  }
  .user-tab .tab-right .fpj .neirong ul li {
    font-size: 14px;
    height: 45px;
    margin: 5px 0px;
  }
  .user-tab .tab-right .fpj .neirong ul li i {
    height: 40px;
    width: 40px;
  }
  .user-tab .tab-right .fpj .neirong ul li i img {
    height: 40px;
    width: 40px;
    vertical-align: top;
  }
}
.user-tab .tab-right .fpj .neirong .alert-danger {
  width: 60%;
  margin: 0px auto;
  text-align: center;
}
.user-tab .tab-right .mymas {
  margin: 20px 0px;
}
.user-tab .tab-right .mymas .title {
  background-color: #dff4ff;
  border-top: 2px solid #aee3ff;
  border-bottom: 1px solid #aee3ff;
  height: 58px;
  line-height: 58px;
  margin-bottom: 15px;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
}
.user-tab .tab-right .mymas .title span {
  font-size: 12px;
}
.user-tab .tab-right .mymas .title span em {
  color: #00a7fe;
  font-style: normal;
  margin: 0px 5px;
}
.user-tab .tab-right .mymas .neirong i.pdf {
  background: url(../images/pdf.png) no-repeat left bottom;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.user-tab .tab-right .mymas .neirong i.img {
  background: url(../images/img.png) no-repeat left bottom;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.user-tab .tab-right .mymas .neirong .fplist {
  background: url(../images/piao.jpg) no-repeat left top #fef6e1;
  height: 139px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 10px;
  padding-right: 10px;
}
.user-tab .tab-right .mymas .neirong .fplist p {
  color: #333;
  margin: 2px 0px;
  padding-left: 130px;
}
.user-tab .tab-right .mymas .neirong .fplist p span {
  color: #8d8d8d;
}
.user-tab .tab-right .mymas .neirong .fplist .fplist_sj {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.user-tab .tab-right .mymas .neirong .fplist .fplist_sj em {
  font-style: normal;
  float: right;
  color: #0093E0;
}
.user-tab .tab-right .mymas .neirong .fplist .link {
  text-align: right;
}
.user-tab .tab-right .mymas .neirong .fplist .link a {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .user-tab .tab-right .mymas .neirong .col-xs-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .user-tab .tab-right .mymas .neirong .fplist p {
    font-size: 12px;
  }
  .user-tab .tab-right .mymas .neirong .fplist .fplist_kpf {
    overflow: hidden;
    text-overflow: ellipsis;
    write-space: nowrap;
    height: 17px;
  }
  .user-tab .tab-right .mymas .neirong .fplist .fplist_sj {
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .user-tab .tab-right .mymas .neirong .fplist p {
    font-size: 12px;
    padding-left: 140px;
  }
}
.user-tab .tab-right .mymas .alert-danger {
  width: 60%;
  margin: 30px auto;
  text-align: center;
}
.user-tab .tab-right .mybxd {
  margin-bottom: 20px;
}
.user-tab .tab-right .mybxdtitle {
  background-color: #dff4ff;
  border-top: 2px solid #aee3ff;
  border-bottom: 1px solid #aee3ff;
  height: 58px;
  line-height: 58px;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
}
.user-tab .tab-right .mybxdtitle a {
  float: right;
  padding-right: 20px;
  font-size: 14px;
  color: #00A7FE;
}
.user-tab .tab-right .baoxiao {
  padding-left: 50px;
  padding-top: 10px;
}
.user-tab .tab-right .baoxiao h4 {
  margin-bottom: 20px;
  font-size: 14px;
}
.user-tab .tab-right .baoxiao h4 .btn {
  margin-left: 30px;
}
.user-tab .tab-right .baoxiao .form-group {
  height: 30px;
  line-height: 30px;
}
.user-tab .tab-right .baoxiao .control-label {
  text-align: right;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.user-tab .tab-right .baoxiao .control-label i {
  color: red;
  margin-right: 2px;
}
.user-tab .tab-right .baoxiao .yxfp .panel-body {
  max-height: 200px;
  overflow-y: scroll;
}
.user-tab .tab-right .baoxiao .addnext {
  margin-top: 15px;
}
.user-tab .tab-right .baoxiao .fpxx {
  border-bottom: 1px solid #eee;
  padding-bottom: 25px;
  padding-top: 10px;
}
.user-tab .tab-right .baoxiao .yltj {
  text-align: center;
}
.user-tab .tab-right .baoxiao .yltj .btn {
  margin: 20px 30px;
}
.user-tab .tab-right .scrollDiv {
  height: 33px;
  line-height: 33px;
  border: #ddd 1px solid;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.user-tab .tab-right .scrollDiv .triangle {
  background: #f3f3f3 url(../images/jt.jpg) no-repeat right top;
  height: 33px;
  line-height: 33px;
  width: 100px;
  text-align: center;
  float: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.user-tab .tab-right .scrollDiv ul {
  display: inline-block;
  float: left;
  margin-left: 100px;
}
.user-tab .tab-right .scrollDiv ul li {
  height: 33px;
  padding-left: 10px;
}
.user-tab .tab-right .scrollDiv ul li time {
  color: #999;
  margin-right: 15px;
}
.user-tab .tab-right .news {
  top: 20%;
}
.user-tab .tab-right .tab-pane &gt; .title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e8ed;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0px 10px 0px 20px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
.user-tab .tab-right .tab-pane &gt; .title a.baoxiaobtn {
  float: right;
}
.user-tab .tab-right .search {
  width: 98%;
  margin: 20px auto;
}
.user-tab .tab-right .search .riqi {
  width: 380px;
  float: left;
}
.user-tab .tab-right .search .riqi span {
  display: inline-block;
}
.user-tab .tab-right .search .riqi input {
  width: 38%;
  display: inline-block;
  padding: 6px 3px;
}
.user-tab .tab-right .search .spf {
  width: 240px;
  float: left;
  margin-left: 2%;
}
.user-tab .tab-right .search .spf span {
  display: inline-block;
}
.user-tab .tab-right .search .spf input {
  width: 68.5%;
  display: inline-block;
}
.user-tab .tab-right .search .kpf {
  width: 480px;
  float: left;
  margin-left: 2%;
}
.user-tab .tab-right .search .kpf span {
  display: inline-block;
}
.user-tab .tab-right .search .kpf input {
  width: 87.5%;
  display: inline-block;
}
.user-tab .tab-right .search .form-group {
  margin-top: 15px;
  margin-right: 20px;
}
.user-tab .tab-right .search .form-group .fangshi {
  margin-right: 8px;
}
.user-tab .tab-right .search .dcxz {
  margin-top: 20px;
}
.user-tab .tab-right .search .leibie {
  width: 240px;
}
.user-tab .tab-right .search .leibie .form-control {
  width: 80%;
}
.user-tab .tab-right .guiji {
  width: 96%;
  margin: 0px auto;
}
.user-tab .tab-right .guiji .guiji_sc {
  width: 98%;
  margin: 20px auto;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav {
  width: 230px;
  float: left;
  border-bottom: 0px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li {
  float: none;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li a {
  color: #333;
  display: block;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  padding: 0px 0px 0px 12px;
  border-bottom: 1px solid #e2e8ed;
  border-top: 1px solid #f7f7f9;
  background: #f8f8f8;
  border-radius: 0px;
  font-size: 14px;
  margin: 1px 0px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li a i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  overflow: hidden;
  height: 40px;
  width: 40px;
  padding: 0px;
  margin-right: 10px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li a i img {
  height: 41px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li a span {
  float: right;
  padding-right: 10px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li &gt; a:hover,
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li &gt; a:focus {
  color: #666666;
  text-decoration: none;
  background-color: #e2e8ed;
  height: 56px;
  line-height: 56px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav li.active &gt; a {
  background-color: #fff;
  font-weight: bold;
  box-shadow: -1px 1px 1px #e3e3e6;
  border: 1px solid #ccc;
  margin-bottom: 1px;
  border-right: none;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr {
  width: 72%;
  float: right;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr i.pdf {
  background: url(../images/pdf.png) no-repeat left bottom;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr i.img {
  background: url(../images/img.png) no-repeat left bottom;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist {
  background: url(../images/piao.jpg) no-repeat left top #fef6e1;
  height: 139px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-bottom: 10px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist p {
  color: #333;
  margin: 2px 0px;
  padding-left: 160px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist p span {
  color: #8d8d8d;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist .fplist_sj {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist .fplist_sj em {
  font-style: normal;
  float: right;
  padding-right: 20px;
  color: #0093E0;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist .link {
  text-align: right;
  padding-right: 20px;
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist .link a {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist p {
    font-size: 12px;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist .fplist_sj {
    line-height: 24px;
    font-size: 12px;
    margin-bottom: 8px;
    margin-top: 10px;
  }
}
.user-tab .tab-right .guiji .guiji_sc .guiji_sc_list {
  width: 100%;
  font: none;
}
.user-tab .tab-right .guiji .guiji_sc h4 {
  margin: 0px;
}
.user-tab .tab-right .guiji .guiji_sc h3.text-center {
  margin-top: 30px;
  display: none;
}
@media (max-width: 1024px) {
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr {
    width: 68%;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist p {
    padding-left: 150px;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr {
    width: 72%;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nr .fplist p {
    padding-left: 135px;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_list {
    width: 100%;
  }
  .user-tab .tab-right .guiji .guiji_sc .guiji_sc_nav {
    width: 150px;
    overflow: hidden;
  }
}
.user-tab .tab-right .guiji .tjfpj {
  margin: 15px 0px 0px 20px;
}
.user-tab .tab-right .guiji .guiji_btn {
  float: right;
  margin: 20px;
}
.user-tab .tab-right .guiji .down {
  top: 40%;
}
.user-tab .tab-right .guiji .down h3 {
  margin: 20px 0px;
}
.user-tab .tab-right .guiji .zhuanfa {
  top: 40%;
}
.user-tab .tab-right .guiji .neirong {
  width: 96%;
  margin: 0px auto 20px;
}
.user-tab .tab-right .guiji .neirong img {
  width: 100%;
}
.user-tab .tab-right .guiji .alert-danger {
  width: 60%;
  margin: 30px auto;
  text-align: center;
}
.user-tab .tab-right .upguiji .upguiji_btn {
  margin: 0px 10px 0px;
}
.user-tab .tab-right .upguiji .xzfpgj {
  width: 130px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.user-tab .tab-right .upguiji .upguiji_dm {
  min-width: 122px;
  padding: 10px 15px;
  margin-left: 10px;
  margin-top: 0px;
}
.user-tab .tab-right .upguiji .fpimg {
  margin-left: 20px;
  float: left;
}
.user-tab .tab-right .upguiji .imgupload {
  position: relative;
  cursor: pointer;
  color: #fff;
  background: url(../images/upimg.png) no-repeat;
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 30px 0px 0px 15px;
  background-size: 100px;
}
.user-tab .tab-right .upguiji .imgupload:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.user-tab .tab-right .upguiji .imgupload input {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.user-tab .tab-right .upguiji .upimg {
  margin-bottom: 30px;
  display: none;
}
.user-tab .tab-right .upguiji .upimg .upbtn {
  margin-bottom: 15px;
}
.user-tab .tab-right .upguiji .upimg .upbtn img {
  height: 160px;
  width: auto;
}
.user-tab .tab-right .upguiji .upimg .tianxie {
  padding-top: 50px;
}
.user-tab .tab-right .upguiji .upimg .control-label {
  padding-right: 0px;
}
.user-tab .tab-right .upguiji .upimg .red {
  color: #f00;
}
.user-tab .tab-right .upguiji .upimg img {
  width: 100%;
}
.user-tab .tab-right .upguiji .upstate {
  margin: 15px auto 5px;
  width: 98%;
  display: none;
}
.user-tab .tab-right .upguiji .upstate .panel-heading time {
  float: right;
}
.user-tab .tab-right .upguiji .upstate .panel-heading h3 {
  display: inline-block;
}
.user-tab .tab-right .upguiji .upstate .panel-body .success {
  color: #5cb85c;
}
.user-tab .tab-right .upguiji .upstate .panel-body .success h4 {
  display: inline-block;
}
.user-tab .tab-right .upguiji .upstate .panel-body p {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.user-tab .tab-right .upguiji .upstate .panel-body p span {
  color: #666;
}
.user-tab .tab-right .upguiji .upstate .panel-body .remove {
  color: #ce4844;
}
.user-tab .tab-right .upguiji .upstate .panel-body .remove h4 {
  display: inline-block;
}
.user-tab .tab-right .upguiji .upstate .panel-body .remove .a-upload {
  display: inline-block;
}
.user-tab .tab-right .upguiji .upstate .panel-body .sd_upload .sd_dc {
  color: #00f;
  font-weight: 500;
  text-decoration: underline;
}
.user-tab .tab-right .upguiji .upstate .panel-body .sd_upload .sdupload {
  top: 30%;
}
.user-tab .tab-right .upguiji .upstate .panel-body .sd_upload .sdupload input {
  margin: 5px;
}
.user-tab .tab-right .upguiji .upstate .panel-body .sd_upload .sdupload .modal-dialog {
  width: 500px;
}
.user-tab .tab-right .upguiji .upstate .panel-body .sd_upload .sdupload .modal-dialog .form-group label {
  text-align: right;
  padding: 13px 0px 0px;
  display: block;
}
.user-tab .tab-right .upguiji .control-label {
  text-align: right;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 0px;
}
.user-tab .tab-right .upguiji .span_wenben {
  padding-top: 7px;
}
.user-tab .tab-right .upguiji .red {
  color: #f00;
}
.user-tab .tab-right .chayan {
  margin: 20px auto;
  width: 96%;
}
.user-tab .tab-right .pmassage {
  margin: 20px auto;
  width: 96%;
}
.user-tab .tab-right .pmassage .massageleft {
  border-right: 1px solid #faebcc;
  display: inline-block;
  height: 280px;
  line-height: 280px;
}
.user-tab .tab-right .pmassage p {
  font-size: 14px;
  line-height: 30px;
  height: 30px;
}
.user-tab .tab-right .pmassage p .saye {
  text-align: right;
  font-weight: 600;
  color: #888;
}
.user-tab .tab-right .pmassage .password {
  padding: 10px 15px;
}
.user-tab .tab-right .pmassage .password h4 {
  margin-bottom: 0px;
  margin-right: 15px;
}
.user-tab .tab-right .pmassage .panel-warning .btn-right {
  float: right;
  padding: 1px 15px;
}
.user-tab .tab-right .pmassage .panel-warning .del {
  margin-left: 10px;
}
.user-tab .tab-right .pmassage #userimg {
  width: 80px;
  float: left;
  display: inline-block;
  margin-right: 20px;
}
.user-tab .tab-right .pmassage #userimg img {
  width: 80px;
  height: 80px;
}
.user-tab .tab-right .pmassage .touxupload {
  margin-left: 20px;
}
.user-tab .tab-right .guanlian {
  margin: 20px auto;
  width: 96%;
}
.user-tab .tab-right .guanlian .btn-right {
  float: right;
  padding: 1px 15px;
  margin-left: 20px;
}
.user-tab .tab-right .guanlian p {
  border-bottom: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
}
.user-tab .tab-right .guanlian p .col-xs-6 {
  padding-left: 20%;
}
.user-tab .tab-right .guanlian .email {
  top: 20%;
}
.user-tab .tab-right .guanlian .email .two {
  margin-top: 20px;
}
.user-tab .tab-right .guanlian .mobile,
.user-tab .tab-right .guanlian .deletesj {
  top: 30%;
}
.user-tab .tab-right .banben {
  margin: 20px auto;
  width: 96%;
}
.user-tab .tab-right .banben p {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.user-tab .tab-right .downapp {
  margin: 20px auto;
  width: 96%;
}
.user-tab .tab-right .downapp p {
  font-size: 14px;
  margin-bottom: 3px;
}
.user-tab .tab-right .downapp h4 {
  font-size: 17px;
  line-height: 40px;
}
.user-tab .tab-right .downapp h5 {
  font-size: 14px;
  margin-top: 20px;
}
.user-tab .tab-right .downapp .col-xs-4 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.user-tab .tab-right .downapp .col-xs-4 img {
  width: 80%;
  margin: 0px auto 20px;
}
.user-tab .tab-right .mybxd .hlp {
  width: 22%;
  display: inline-block;
  text-align: right;
  margin-top: 15px;
}
.user-tab .tab-right .mybxd .hlp .form-control {
  width: 60%;
  display: inline-block;
}
.user-tab .tab-right .mybxd .djriqi {
  width: 40%;
  display: inline-block;
  text-align: right;
}
.user-tab .tab-right .mybxd .djriqi .form-control {
  width: 37%;
  display: inline-block;
}
.user-tab .tab-right .mybxd .anniu {
  margin-left: 30px;
  display: inline-block;
  margin-top: 15px;
}
.user-tab .tab-right .mybxd .dcxzfs {
  float: left;
  margin-top: 17px;
  position: relative;
}
.user-tab .tab-right .mybxd .ifrm_footer {
  width: 55%;
  float: right;
  clear: none;
}
.user-tab .tab-right .mybxd .sendemail {
  position: absolute;
  display: none;
  left: 0px;
  bottom: 36px;
  width: 290px;
  margin: 0px;
  padding: 1px;
  z-index: 1060;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.user-tab .tab-right .mybxd .sendemail .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.user-tab .tab-right .mybxd .sendemail .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
  border-width: 11px;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.user-tab .tab-right .mybxd .sendemail .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.user-tab .tab-right .mybxd .sendemail .form-inline {
  padding: 15px;
}
.user-tab .tab-right .mybxd .sendemail .btn-primary {
  margin-top: 8px;
}
.user-tab .tab-right .mybxd .sendemail .close {
  right: 0px;
  color: #000;
}
.user-tab .tab-right .fkbiaoti a {
  float: right;
}
.user-tab .tab-right .fankui {
  text-align: center;
  width: 90%;
  margin: 20px auto;
}
.user-tab .tab-right .fankui h3 {
  margin: 50px 0px 30px;
}
.user-tab .tab-right .fankui small {
  color: #999;
  display: block;
  line-height: 22px;
  text-align: left;
}
.user-tab .tab-right .fankui .anniu {
  text-align: center;
}
.user-tab .tab-right .fankui .yfk {
  margin-top: 20px;
}
.user-tab .tab-right .fankui .yfk .list-group-item {
  border: none;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 1px;
}
.user-tab .tab-right .fankui .yfk .list-group-item .list-group-item-heading {
  font-size: 16px;
  color: #31708f;
}
.user-tab .tab-right .fankui .yfk .list-group-item .list-group-item-text {
  font-size: 13px;
  color: #444;
  line-height: 22px;
}
.user-tab .tab-right .fankui .list {
  border-bottom: 1px solid #efefef;
  padding: 0px 0px 15px;
  margin-top: 20px;
}
.user-tab .tab-right .fankui .list .touxiang {
  text-align: center;
}
.user-tab .tab-right .fankui .list .touxiang img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  margin: 10px auto 5px;
}
.user-tab .tab-right .fankui .list .neirong {
  color: #666;
  text-align: left;
  height: 60px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.user-tab .tab-right .fankui .list .xiangqing {
  text-align: right;
}
.user-tab .tab-right .fankui .list .xiangqing a {
  color: #337ab7;
  padding-right: 15px;
  padding-top: 10px;
  display: block;
}
.user-tab .tab-right .fankui .list .anniu {
  text-align: center;
  margin-top: 10px;
}
.user-tab .tab-right .fankui .list .anniu .btn {
  margin: 5px;
}
.user-tab .tab-right .chayantishi .text-right {
  display: inline-block;
  float: right;
}
.user-tab .tab-right .chayantishi .text-right .kezhic {
  margin-top: 0px;
}
.user-tab .tab-right .chayantishi .text-right .kezhic .diqu {
  left: -160px;
}
.user-tab .tab-right .diquchaxun .form-group {
  margin: 0px 10px;
  width: 20%;
}
.user-tab .tab-right .diquchaxun .form-group .form-control {
  width: 100%;
}
@media (max-width: 1024px) {
  .user-tab .tab-right {
    width: 960px;
  }
}
@media (max-width: 768px) {
  .user-tab .tab-right {
    width: 960px;
  }
}
.user-tab .form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
li i.newhot {
  width: 9px;
  height: 9px;
  background: url(../images/newhot.png) no-repeat;
  display: block;
  position: absolute;
  top: 10px;
  left: 80px;
  z-index: 2;
}
.quanxian img,
.wjrgs img {
  width: 250px;
  height: auto;
}
.mapTipText {
  width: 280px;
  height: 110px;
  background-color: #333;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  border: 1px solid #666;
  padding: 10px;
  position: relative;
}
.mapTipText .mapTipList {
  float: left;
  margin-left: 4px;
}
.mapTipText .mapTipList h2 {
  text-align: left;
  font-size: 15px;
  color: #eee;
  margin: 0px;
  padding: 0px;
}
.mapTipText .mapTipList ul {
  width: 260px;
}
.mapTipText .mapTipList ul li {
  list-style: none;
  padding: 5px 3px 0 3px;
  display: inline-block;
}
.mapTipText .mapTipList ul li a {
  color: #eee;
  text-decoration: none;
}
.mapTipText .mapTipList ul li a:hover {
  color: #ffffff;
}
/*添加公司弹框*/
.tianjiags {
  margin-bottom: 20px;
}
.tianjiags .glyphicon-question-sign {
  color: #00a7fe;
  margin-left: 10px;
}
.baoxiaofpxx .form-group {
  width: 33%;
  float: left;
}
.baoxiaofpxx .form-group span {
  width: 35%;
  display: inline-block;
  text-align: right;
}
.baoxiaofpxx .form-group .form-control {
  display: inline-block;
  width: 57%;
}
.baoxiaofpxx .fplb {
  width: 42%;
}
.baoxiaofpxx .fplb span {
  width: 27.5%;
}
.baoxiaofpxx .fplb .form-control {
  display: inline-block;
  width: 33%;
}
.baoxiaofpxx .djriqi {
  width: 42%;
}
.baoxiaofpxx .djriqi span {
  width: 27.5%;
}
.baoxiaofpxx .djriqi .form-control {
  display: inline-block;
  width: 33%;
}
.baoxiaofpxx .anniu {
  width: 12%;
  float: right;
  margin-right: 25px;
  margin-top: 9px;
}
.baoxiaofpxx .checkbox-inline input[type="checkbox"] {
  position: relative;
  cursor: pointer;
}
.baoxiaofpxx tr td {
  text-align: left;
}
.baoxiaofpxx .queding {
  float: left;
}
.login-body {
  /* background: url(../images/ydybg.jpg) no-repeat center top; */
  background: url(../images/ydy_yun.png) no-repeat center 20% #94d3ff;
  overflow-y: scroll;
  /*	.footer{position:absolute;bottom: 0px;}
*/
}
.login-body .loginmain {
  min-height: 550px;
}
.shensu {
  font-size: 16px;
  color: #0066BD;
  text-align: center;
  position: absolute;
  top: 23%;
  z-index: 1000;
  width: 100%;
}
.shensu a {
  color: #000;
}
.shensu a:hover {
  color: #f00;
}
.denglujm {
  position: absolute;
  top: 30%;
  left: 36.5%;
  z-index: 1000;
}
.denglujm .denglu-body {
  width: 386px;
}
.denglujm .denglu-body .input-group {
  margin: 10px 0px 0px;
}
.denglujm .denglu-body .input-group .login-btn {
  padding: 8px 154px;
}
.denglujm .denglu-body .form-group .yzm {
  width: 60%;
  display: inline-block;
}
.denglujm .denglu-body .fotget {
  text-align: right;
  float: right;
  color: #286090;
  margin-bottom: 5px;
}
.denglujm .denglu-body .reg {
  text-align: right;
  float: right;
}
@media (max-width: 1024px) {
  .denglujm {
    left: 31%;
  }
}
@media (max-width: 768px) {
  .denglujm {
    left: 25%;
  }
}
#shensu {
  top: 30%;
}
#shensu h3 {
  text-align: center;
  line-height: 50px;
  margin-bottom: 15px;
}
.tclogin {
  top: 30%;
  padding-right: 17px;
}
.tclogin .input-group {
  margin: 10px 0px;
  text-align: right;
}
.tclogin .input-group .login-btn {
  padding: 8px 62px;
  float: left;
}
.tclogin .fotget {
  text-align: right;
  float: left;
  color: #286090;
  margin-bottom: 5px;
  margin: 0px 15px;
  line-height: 38px;
}
.tclogin .reg {
  text-align: right;
  float: left;
  line-height: 38px;
}
.tclogin .modal-dialog {
  width: 380px;
}
.navi-container {
  width: 90%;
  margin: 15px auto;
}
.navi-container ol li {
  float: left;
  width: 43%;
  text-align: center;
  list-style-type: none;
  height: 80px;
  margin: 30px 0px;
}
.navi-container ol li .ui-step-icon {
  float: left;
  width: 150px;
  position: absolute;
}
.navi-container ol li .ui-step-icon .ui-step-number {
  line-height: 14px;
  font-style: normal;
  position: absolute;
  top: 7px;
  left: 42px;
  padding: 0 20px;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
}
.navi-container ol li .ui-step-icon .ui-step-text {
  height: 20px;
  line-height: 20px;
  position: relative;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  left: 0px;
}
.navi-container ol li .ui-step-line {
  height: 3px;
  background: #b9b9b9;
  width: 68%;
  float: right;
  display: block;
  margin-top: 14px;
  line-height: 1;
  overflow: hidden;
}
.navi-container .ui-step-active .ui-step-icon .iconfont {
  background: #ff7001;
}
.navi-container .ui-step-active .ui-step-icon .ui-step-text {
  color: #ff7001;
}
.navi-container .ui-step-end {
  width: 14%;
}
.navi-container .ui-step-end .ui-step-icon .ui-step-number {
  top: 0px;
  left: 35px;
}
@media (max-width: 768px) {
  .find .panel .panel-body .regqhk a {
    padding: 10px 30px;
  }
  .navi-container ol li {
    width: 40%;
  }
  .navi-container ol li .ui-step-line {
    width: 50%;
  }
}
.forget-a {
  width: 80%;
  margin: 0px auto;
  padding-bottom: 25px;
}
.forget-a .form-control {
  width: 85%;
}
.forget-a .form-group {
  margin-bottom: 15px;
}
.forget-a .form-group label {
  width: 30%;
  text-align: right;
  padding-right: 10px;
}
.forget-a .form-group input {
  width: 100%;
}
.forget-a .form-group input.yzm {
  width: 30%;
  float: left;
  margin-right: 10px;
}
.forget-a .form-group .col-xs-offset-2 {
  margin-left: 30%;
}
.forget-a .form-group .col-xs-offset-2 .btn-primary,
.forget-a .form-group .col-xs-offset-2 .btn-default {
  padding: 5px 30px;
}
.forget-a .form-group .nunber {
  display: inline-block;
  margin-right: 15px;
}
.forget-a .form-group .sjyzm {
  width: 215px;
}
.forget-a .tishi {
  font-size: 16px;
  color: #333;
  margin: 30px auto 70px;
  text-align: center;
}
.forget-a .tishi .small {
  color: #666;
  font-size: 12px;
  margin-top: 15px;
}
.forget-b .form-group label {
  width: 40%;
}
.forget-b .form-group .col-xs-offset-2 {
  margin-left: 40%;
}
.forget-b .form-group .col-xs-offset-2 .btn-primary,
.forget-b .form-group .col-xs-offset-2 .btn-default {
  padding: 5px 30px;
}
.login_ts {
  width: 80%;
  margin: 10px auto;
  text-align: center;
  margin-bottom: 20px;
}
.userxy .scroll-height {
  height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.reg-in {
  width: 110px;
  margin: 0px auto;
  display: block;
}
.down-body {
  background: url(../images/xiazai.jpg) no-repeat center top;
}
.down-body footer {
  position: fixed;
  bottom: 0px;
  z-index: 3000;
}
.down-body .down {
  position: relative;
  z-index: 3000;
}
.down-body .down .phone {
  text-align: right;
  width: 45%;
  position: absolute;
  left: 0px;
  top: 150px;
  z-index: 2002;
  animation: phone 1s infinite;
  -webkit-animation: phone 1s infinite;
  /* Safari and Chrome */
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
.down-body .down .phone img {
  margin-top: 25px;
  width: 58%;
}
@keyframes phone {
  from {
    left: -45%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes phone {
  from {
    left: -45%;
  }
  to {
    left: 0;
  }
}
.down-body .down .main {
  width: 65%;
  text-align: left;
  position: absolute;
  top: 150px;
  right: 0px;
  z-index: 2001;
  animation: main 1s infinite;
  -webkit-animation: main 1s infinite;
  /* Safari and Chrome */
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
}
.down-body .down .main img {
  width: 74%;
  margin-left: 40px;
  margin-top: 25px;
}
.down-body .down .main .qiqiu {
  width: 20%;
  position: absolute;
  left: -3%;
  bottom: -10%;
  z-index: 2002;
  animation: qiqiu 1s infinite;
  -webkit-animation: qiqiu 1s infinite;
  /* Safari and Chrome */
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  /* Safari and Chrome */
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  /* Safari 和 Chrome */
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  /* Safari 和 Chrome */
  animation-fill-mode: backwards,forwards;
  -webkit-animation-fill-mode: backwards,forwards;
}
@keyframes qiqiu {
  from {
    bottom: -50%;
  }
  to {
    bottom: -10%;
  }
}
@-webkit-keyframes qiqiu {
  from {
    bottom: -50%;
  }
  to {
    bottom: -10%;
  }
}
@keyframes main {
  from {
    right: -65%;
  }
  to {
    right: 0;
  }
}
@-webkit-keyframes main {
  from {
    right: -65%;
  }
  to {
    right: 0;
  }
}
.downapp_pfewm {
  width: 140px;
  height: 180px;
  background-color: #fff;
  position: absolute;
  bottom: -200px;
  left: 20px;
  text-align: center;
  padding-top: 10px;
}
.downapp_pfewm img {
  width: 120px;
}
.jtlogo {
  width: 100px;
  height: 100px;
  margin: 20px auto 5px;
}
.jtlogo img {
  width: 100%;
  height: 100%;
}
.yonghuxx {
  width: 200px;
}
.jituan .qyright .bg-info {
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
.jituan .qyright .bg-info small {
  margin-left: 10px;
}
.jituan .qyright .table {
  margin-top: 30px;
  text-align: center;
}
.jituan .qyright .table th {
  text-align: center;
}
.jituan .qyright .form-inline,
.jituan .qyright .panel {
  margin-top: 20px;
}
.jituan .qyright .qrtishi span {
  display: inline-table;
  width: 30px;
  height: 8px;
  border: 1px solid #eee;
}
.jituan .qyright .qrtishi em {
  font-style: normal;
}
.jituan .qyright .tab-pane p:last-of-type {
  margin-top: 20px;
  padding-left: 20px;
}
.jituan .qyright .form-inline .form-group {
  margin-left: 8px;
}
.jituan .qyright .form-inline .form-group select {
  width: 95px;
  padding: 3px;
}
.jituan .qyright li.red a {
  color: #f00;
}
.jituan .qyright li.blue {
  color: #337ab7;
}
.jituan .qyright .btn-group {
  float: right;
}
.jituan .qyright .main_ul .list div {
  font-size: 12px;
}
.jituan .qyright .disnone {
  display: none;
}
.table-jijie {
  margin-top: 25px;
}
.table-jijie .active th {
  text-align: center;
}
.kpjlxlh h3 {
  font-weight: 600;
}
.kpjlxlh h4.bg-info {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.kpjlxlh .tcxx .tcxx-qixian {
  position: relative;
  border: 2px solid #be0106;
  padding: 5px 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  width: 200px;
  display: inline-block;
  margin: 3px 6px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}
.kpjlxlh .tcxx .tcxx-qixian span {
  display: block;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
}
.kpjlxlh .tcxx .tcxx-qixian i {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-image: url(../images/xuebitu.png);
}
.kpjlxlh .tcxx p {
  margin-top: 15px;
  padding-left: 5px;
}
.kpjlxlh .tcxx p span {
  color: #be0106;
  font-weight: 600;
  font-size: 21px;
}
.kpjlxlh .gqxz {
  margin-bottom: 25px;
}
.kpjlxlh .zhifufs a img {
  width: 30px;
  margin-right: 10px;
}
.saomaq h3 {
  padding: 8px 15px;
  font-weight: 500;
  font-size: 18px;
}
.saomaq .proxx {
  margin: 25px auto;
}
.saomaq .proxx .col-xs-5 img {
  width: 100%;
}
.saomaq .proxx .col-xs-7 h4 {
  margin-top: 0px;
  line-height: 22px;
}
.saomaq .proxx .col-xs-7 .label-danger {
  margin-top: 0px;
  padding: 5px 15px;
}
.saomaq .proxx .col-xs-7 .input-sm {
  margin-top: 2px;
}
.saomaq .proxx table,
.saomaq .proxx th,
.saomaq .proxx td {
  text-align: center;
}
.saomaq .proxx table th:first-child {
  width: 50%;
}
.saomaq .shouhuoxx {
  margin: 25px auto;
}
.saomaq .shouhuoxx p.text-danger {
  padding: 15px;
}
.saomaq .pro_detail {
  margin-bottom: 50px;
  padding-top: 20px;
}
.saomaq .pro_detail img {
  width: 100%;
  vertical-align: top;
  display: block;
}
/*# sourceMappingURL=bootstrap.css.map */
</pre></body></html>