@charset "UTF-8";
/* jhipster-needle-scss-add-main JHipster will add new css style */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
* {
  text-transform: none !important; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  background-color: #fafafa;
  color: #3D4051;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857; }

body {
  font-size: 100%; }

ul, p {
  margin-bottom: 1.5em;
  margin-top: 0; }

.header-content {
  padding-top: 64px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.375em;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  margin-top: 1rem; }

h1, .h1 {
  font-size: 36px;
  font-weight: 400;
  line-height: 4rem; }

h2, .h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 3.2rem; }

h3, .h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.005em; }

h4, .h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.010em;
  line-height: 2.4rem; }

a, .a {
  font-weight: normal;
  text-decoration: none; }
  a hover, .a hover {
    color: #2a99ea; }

span {
  font-weight: 400; }

img {
  height: auto;
  max-width: 100%; }

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.eot?t=1515752408301");
  /* IE9*/
  src: url("../fonts/iconfont.eot?t=1515752408301#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff?t=1515752408301") format("woff"), url("../fonts/iconfont.ttf?t=1515752408301") format("truetype"), url("../fonts/iconfont.svg?t=1515752408301#iconfont") format("svg");
  /* iOS 4.1- */ }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-pc:before {
  content: "\e645"; }

.icon-ban:before {
  content: "\e604"; }

.icon-bianji:before {
  content: "\e600"; }

.icon-shujutongji:before {
  content: "\e605"; }

.icon-iconfontcheck:before {
  content: "\e649"; }

.icon-zhu:before {
  content: "\e671"; }

.icon-share-copy:before {
  content: "\e610"; }

.icon-p-delet:before {
  content: "\e66d"; }

.icon-jianhao:before {
  content: "\e647"; }

.icon-shijian:before {
  content: "\e63c"; }

.icon-naozhong:before {
  content: "\e62c"; }

.icon-ren:before {
  content: "\e670"; }

.icon-xiazai:before {
  content: "\e612"; }

.icon-feiji:before {
  content: "\e676"; }

.icon-zhanghu:before {
  content: "\e641"; }

.icon-systemmenu:before {
  content: "\e688"; }

.icon-jiahao:before {
  content: "\e615"; }

.icon-yuanxingweixuanzhong:before {
  content: "\e66e"; }

.icon-zhengshu:before {
  content: "\e65c"; }

.icon-dianhua1:before {
  content: "\e607"; }

.icon-lianjie:before {
  content: "\e62d"; }

.icon-beian:before {
  content: "\e63e"; }

.icon-pass_lock:before {
  content: "\e710"; }

.icon-king:before {
  content: "\e60f"; }

.icon-guanzhu1:before {
  content: "\e62e"; }

.icon-jinqian-shixin:before {
  content: "\e934"; }

.icon-tianjia:before {
  content: "\e78c"; }

.icon-baocunchenggongicon:before {
  content: "\e65e"; }

.icon-jiesuo:before {
  content: "\e63d"; }

.icon-baocunshibai:before {
  content: "\e601"; }

.icon-time:before {
  content: "\e61e"; }

.icon-xiugai:before {
  content: "\e62f"; }

.icon-xueli:before {
  content: "\e603"; }

.icon-pc1:before {
  content: "\e69c"; }

.icon-quxiaoguanzhu:before {
  content: "\e630"; }

.icon-shezhi-jinyong:before {
  content: "\e631"; }

.icon-jinqian-jinyong:before {
  content: "\e632"; }

.icon-paixu:before {
  content: "\e618"; }

.icon-shezhi:before {
  content: "\e619"; }

.icon-sousuo:before {
  content: "\e61a"; }

.icon-xinyong:before {
  content: "\e61b"; }

.icon-yuqing:before {
  content: "\e61c"; }

.icon-zuanshi:before {
  content: "\e61d"; }

.icon-chanpin:before {
  content: "\e61f"; }

.icon-dianhua:before {
  content: "\e620"; }

.icon-guanzhu:before {
  content: "\e621"; }

.icon-houtai:before {
  content: "\e622"; }

.icon-pinglun:before {
  content: "\e623"; }

.icon-shouqi:before {
  content: "\e624"; }

.icon-touzi:before {
  content: "\e625"; }

.icon-tongzhi:before {
  content: "\e626"; }

.icon-xuanzhong:before {
  content: "\e627"; }

.icon-shichangjiage:before {
  content: "\e628"; }

.icon-ziliao:before {
  content: "\e629"; }

.icon-fenxiang:before {
  content: "\e62a"; }

.icon-fangda:before {
  content: "\e62b"; }

.icon-bianji1:before {
  content: "\e633"; }

.icon-kuoda:before {
  content: "\e634"; }

.icon-jianxiao:before {
  content: "\e635"; }

.icon-guanbi:before {
  content: "\e636"; }

.icon-CombinedShape:before {
  content: "\e637"; }

.icon-Shape:before {
  content: "\e638"; }

.icon-dianjiyuantubiao:before {
  content: "\e639"; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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 {
  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;
  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; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .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: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.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-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub: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: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051;
  background-color: #fafafa; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2a99ea;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1271b6;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fafafa;
  border: 1px solid #ddd;
  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 #ddd; }

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

[role="button"] {
  cursor: pointer; }

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,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 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, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .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: #FFFAED;
  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, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #2a99ea; }

a.text-primary:hover,
a.text-primary:focus {
  color: #147fcd; }

.text-success {
  color: #687F42; }

a.text-success:hover,
a.text-success:focus {
  color: #4d5d31; }

.text-info {
  color: #3B799A; }

a.text-info:hover,
a.text-info:focus {
  color: #2d5c75; }

.text-warning {
  color: #9A7E26; }

a.text-warning:hover,
a.text-warning:focus {
  color: #715d1c; }

.text-danger {
  color: #A1513C; }

a.text-danger:hover,
a.text-danger:focus {
  color: #7c3e2e; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #2a99ea; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #147fcd; }

.bg-success {
  background-color: #F0FBE3; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #d8f5b6; }

.bg-info {
  background-color: #E6F5FD; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #b7e2f9; }

.bg-warning {
  background-color: #FFFAED; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #ffecba; }

.bg-danger {
  background-color: #FBE9E6; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4c2ba; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  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 > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .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%; }

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.42857;
    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-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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: #fff;
  background-color: #333;
  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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1190px) {
    .container {
      width: 1180px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1400px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1190px) {
  .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1440px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fafafa; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > 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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #F0FBE3; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #e4f8cd; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #E6F5FD; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #ceecfb; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #FFFAED; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff3d4; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #FBE9E6; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f7d6d0; }

.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 #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > 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;
  max-width: 100%;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 9px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #3D4051;
  background-color: #fff;
  background-image: none;
  border: 1px solid #CBD5DD;
  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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 46px; } }

.form-group {
  margin-bottom: 15px; }

.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: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 47.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: #687F42; }

.has-success .form-control {
  border-color: #687F42;
  -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: #4d5d31;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb572;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #9cb572; }

.has-success .input-group-addon {
  color: #687F42;
  border-color: #687F42;
  background-color: #F0FBE3; }

.has-success .form-control-feedback {
  color: #687F42; }

.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: #9A7E26; }

.has-warning .form-control {
  border-color: #9A7E26;
  -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: #715d1c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4b552;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d4b552; }

.has-warning .input-group-addon {
  color: #9A7E26;
  border-color: #9A7E26;
  background-color: #FFFAED; }

.has-warning .form-control-feedback {
  color: #9A7E26; }

.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: #A1513C; }

.has-error .form-control {
  border-color: #A1513C;
  -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: #7c3e2e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc8977;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #cc8977; }

.has-error .input-group-addon {
  color: #A1513C;
  border-color: #A1513C;
  background-color: #FBE9E6; }

.has-error .form-control-feedback {
  color: #A1513C; }

.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: #767b98; }

@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 .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 > .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: 9px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 29px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.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: 8px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #3D4051;
    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;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #3D4051;
  background-color: #f5f5f5;
  border-color: #f5f5f5; }
  .btn-default:focus, .btn-default.focus {
    color: #3D4051;
    background-color: gainsboro;
    border-color: #b5b5b5; }
  .btn-default:hover {
    color: #3D4051;
    background-color: gainsboro;
    border-color: #d6d6d6; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #3D4051;
    background-color: gainsboro;
    border-color: #d6d6d6; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #3D4051;
      background-color: #cacaca;
      border-color: #b5b5b5; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }
  .btn-default .badge {
    color: #f5f5f5;
    background-color: #3D4051; }

.btn-primary {
  color: #fff;
  background-color: #2a99ea;
  border-color: #2a99ea; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #147fcd;
    border-color: #0d5487; }
  .btn-primary:hover {
    color: #fff;
    background-color: #147fcd;
    border-color: #1379c4; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #147fcd;
    border-color: #1379c4; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #116bac;
      border-color: #0d5487; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2a99ea;
    border-color: #2a99ea; }
  .btn-primary .badge {
    color: #2a99ea;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #80C05A;
  border-color: #80C05A; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #66a740;
    border-color: #44702b; }
  .btn-success:hover {
    color: #fff;
    background-color: #66a740;
    border-color: #62a03d; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #66a740;
    border-color: #62a03d; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #578d36;
      border-color: #44702b; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #80C05A;
    border-color: #80C05A; }
  .btn-success .badge {
    color: #80C05A;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #1E88E5;
  border-color: #1E88E5; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #166dba;
    border-color: #0e4576; }
  .btn-info:hover {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #166dba;
    border-color: #1468b1; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #125b9a;
      border-color: #0e4576; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #1E88E5;
    border-color: #1E88E5; }
  .btn-info .badge {
    color: #1E88E5;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FB6900;
  border-color: #FB6900; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c85400;
    border-color: #7c3400; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c85400;
    border-color: #be4f00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c85400;
    border-color: #be4f00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a44500;
      border-color: #7c3400; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #FB6900;
    border-color: #FB6900; }
  .btn-warning .badge {
    color: #FB6900;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #F44336;
  border-color: #F44336; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #a21309; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #e11b0c; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #c8180b;
      border-color: #a21309; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #F44336;
    border-color: #F44336; }
  .btn-danger .badge {
    color: #F44336;
    background-color: #fff; }

.btn-link {
  color: #2a99ea;
  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: #1271b6;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .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; }
  .collapse.in {
    display: block; }

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 dashed;
  border-top: 4px solid \9;
  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: #fff;
  border: 1px solid #ccc;
  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 > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2a99ea; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #2a99ea; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > 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.42857;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .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 .form-control:focus {
      z-index: 3; }

.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: 8px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #3D4051;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #CBD5DD;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    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 > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .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 > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .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 > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #2a99ea; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fafafa;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #2a99ea; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fafafa; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .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:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !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 > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  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: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .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 > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 15px;
          padding-bottom: 15px; } }

.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: 6px;
  margin-bottom: 6px; }
  @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 .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 > .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: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .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 > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .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: 6px;
  margin-bottom: 6px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #777777; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #777777; }
  .navbar-inverse .navbar-nav > li > a {
    color: #777777; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #777777; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #777777; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #777777; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #3D4051; }
  .breadcrumb > .active {
    color: inherit; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 8px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #3D4051;
      background-color: #fff;
      border: 1px solid #dce0e0;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #3D4051;
    background-color: #fff;
    border-color: #aaa; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2a99ea;
    border-color: #2a99ea;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #F2F7F7;
    border-color: #F2F7F7;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > 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:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #dce0e0;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #fff; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

.label-primary {
  background-color: #2a99ea; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #147fcd; }

.label-success {
  background-color: #80C05A; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #66a740; }

.label-info {
  background-color: #1E88E5; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #166dba; }

.label-warning {
  background-color: #FB6900; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c85400; }

.label-danger {
  background-color: #F44336; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ea1c0d; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  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, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #2a99ea;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  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 > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .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.42857;
  background-color: #fafafa;
  border: 1px solid #ddd;
  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 > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #3D4051; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2a99ea; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > 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: #F0FBE3;
  border-color: #ebf8cd;
  color: #687F42; }
  .alert-success hr {
    border-top-color: #e2f5b6; }
  .alert-success .alert-link {
    color: #4d5d31; }

.alert-info {
  background-color: #E6F5FD;
  border-color: #c5f1fa;
  color: #3B799A; }
  .alert-info hr {
    border-top-color: #adebf8; }
  .alert-info .alert-link {
    color: #2d5c75; }

.alert-warning {
  background-color: #FFFAED;
  border-color: #ffecd4;
  color: #9A7E26; }
  .alert-warning hr {
    border-top-color: #ffe0ba; }
  .alert-warning .alert-link {
    color: #715d1c; }

.alert-danger {
  background-color: #FBE9E6;
  border-color: #f7d0d1;
  color: #A1513C; }
  .alert-danger hr {
    border-top-color: #f4babb; }
  .alert-danger .alert-link {
    color: #7c3e2e; }

@-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: 0;
  -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: #fff;
  text-align: center;
  background-color: #2a99ea;
  -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: #80C05A; }
  .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: #1E88E5; }
  .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: #FB6900; }
  .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: #F44336; }
  .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-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .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: #fff;
  border: 1px solid #eff2f7; }
  .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,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.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: #fff;
  background-color: #2a99ea;
  border-color: #eff2f7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .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: #e4f2fc; }

.list-group-item-success {
  color: #687F42;
  background-color: #F0FBE3; }

a.list-group-item-success,
button.list-group-item-success {
  color: #687F42; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #687F42;
    background-color: #e4f8cd; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #687F42;
    border-color: #687F42; }

.list-group-item-info {
  color: #3B799A;
  background-color: #E6F5FD; }

a.list-group-item-info,
button.list-group-item-info {
  color: #3B799A; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #3B799A;
    background-color: #ceecfb; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #3B799A;
    border-color: #3B799A; }

.list-group-item-warning {
  color: #9A7E26;
  background-color: #FFFAED; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #9A7E26; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #9A7E26;
    background-color: #fff3d4; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #9A7E26;
    border-color: #9A7E26; }

.list-group-item-danger {
  color: #A1513C;
  background-color: #FBE9E6; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #A1513C; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #A1513C;
    background-color: #f7d6d0; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #A1513C;
    border-color: #A1513C; }

.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: #fff;
  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-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top: 1px solid #e2edeb;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .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 > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #e2edeb; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #e2edeb; }

.panel-default {
  border-color: #e2edeb; }
  .panel-default > .panel-heading {
    color: #3D4051;
    background-color: #F2F7F7;
    border-color: #e2edeb; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #e2edeb; }
    .panel-default > .panel-heading .badge {
      color: #F2F7F7;
      background-color: #3D4051; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #e2edeb; }

.panel-primary {
  border-color: #2a99ea; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2a99ea;
    border-color: #2a99ea; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #2a99ea; }
    .panel-primary > .panel-heading .badge {
      color: #2a99ea;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #2a99ea; }

.panel-success {
  border-color: #ebf8cd; }
  .panel-success > .panel-heading {
    color: #687F42;
    background-color: #F0FBE3;
    border-color: #ebf8cd; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebf8cd; }
    .panel-success > .panel-heading .badge {
      color: #F0FBE3;
      background-color: #687F42; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebf8cd; }

.panel-info {
  border-color: #c5f1fa; }
  .panel-info > .panel-heading {
    color: #3B799A;
    background-color: #E6F5FD;
    border-color: #c5f1fa; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c5f1fa; }
    .panel-info > .panel-heading .badge {
      color: #E6F5FD;
      background-color: #3B799A; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c5f1fa; }

.panel-warning {
  border-color: #ffecd4; }
  .panel-warning > .panel-heading {
    color: #9A7E26;
    background-color: #FFFAED;
    border-color: #ffecd4; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ffecd4; }
    .panel-warning > .panel-heading .badge {
      color: #FFFAED;
      background-color: #9A7E26; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ffecd4; }

.panel-danger {
  border-color: #f7d0d1; }
  .panel-danger > .panel-heading {
    color: #A1513C;
    background-color: #FBE9E6;
    border-color: #f7d0d1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f7d0d1; }
    .panel-danger > .panel-heading .badge {
      color: #FBE9E6;
      background-color: #A1513C; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #f7d0d1; }

.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-16by9 {
  padding-bottom: 56.25%; }

.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 {
  padding: 9px;
  border-radius: 3px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -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: #fff;
  border: 1px solid #999;
  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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .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; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.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: 1190px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  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: #fff;
  text-align: center;
  background-color: #000;
  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: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #8a8a8a;
  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); }
  .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 > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: #8a8a8a;
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: #8a8a8a; }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: #8a8a8a;
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: #8a8a8a; }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .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: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .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: #fff;
    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%;
    margin-top: -10px;
    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;
    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 #fff;
    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: #2a99ea; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  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: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

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

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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 !important; }
  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: 767px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 767px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1190px) and (max-width: 1439px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1190px) and (max-width: 1439px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1190px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1190px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1440px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1440px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1440px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1190px) and (max-width: 1439px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1440px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  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; } }

body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background-color: #ffffff; }

body p,
html p {
  line-height: 1.42857; }

::selection {
  background: #2a99ea;
  color: #ffffff; }

::-moz-selection {
  background: #2a99ea;
  color: #ffffff; }

:focus {
  outline: none; }

a {
  text-decoration: none; }
  a:active, a:focus {
    text-decoration: none;
    outline: none; }

a.bg-primary {
  background-color: #2a99ea;
  color: #ffffff; }
  a.bg-primary:hover {
    background-color: #2a99ea;
    color: #ffffff; }

a.bg-success {
  background-color: #80C05A;
  color: #ffffff; }
  a.bg-success:hover {
    background-color: #80C05A;
    color: #ffffff; }

a.bg-info {
  background-color: #1E88E5;
  color: #ffffff; }
  a.bg-info:hover {
    background-color: #1E88E5;
    color: #ffffff; }

a.bg-info-alt {
  background-color: #00BCD4;
  color: #ffffff; }
  a.bg-info-alt:hover {
    background-color: #00BCD4;
    color: #ffffff; }

a.bg-warning {
  background-color: #FB6900;
  color: #ffffff; }
  a.bg-warning:hover {
    background-color: #FB6900;
    color: #ffffff; }

a.bg-warning-alt {
  background-color: #FF9958;
  color: #ffffff; }
  a.bg-warning-alt:hover {
    background-color: #FF9958;
    color: #ffffff; }

a.bg-danger {
  background-color: #F44336;
  color: #ffffff; }
  a.bg-danger:hover {
    background-color: #F44336;
    color: #ffffff; }

.bg-light {
  background-color: #fff;
  color: #3D4051; }
  .bg-light a {
    color: #3D4051; }
    .bg-light a:hover {
      color: #3D4051; }

.bg-body {
  background-color: #fafafa;
  color: #3D4051; }
  .bg-body a {
    color: #3D4051; }
    .bg-body a:hover {
      color: #3D4051; }

.bg-dark {
  background-color: #1F242A;
  color: #ffffff; }
  .bg-dark a {
    color: #ffffff; }
    .bg-dark a:hover {
      color: #ffffff; }

.bg-dark-light {
  background-color: #3D4051;
  color: #ffffff; }
  .bg-dark-light a {
    color: #ffffff; }
    .bg-dark-light a:hover {
      color: #ffffff; }

.bg-black {
  background-color: #000;
  color: #ffffff; }
  .bg-black a {
    color: #ffffff; }
    .bg-black a:hover {
      color: #ffffff; }

.bg-primary {
  background-color: #2a99ea;
  color: #ffffff; }
  .bg-primary a {
    color: #ffffff; }
    .bg-primary a:hover {
      color: #ffffff; }

.bg-primary-light {
  background-color: #5C6BC0;
  color: #ffffff; }
  .bg-primary-light a {
    color: #ffffff; }
    .bg-primary-light a:hover {
      color: #ffffff; }

.bg-success {
  background-color: #80C05A;
  color: #ffffff; }
  .bg-success a {
    color: #ffffff; }
    .bg-success a:hover {
      color: #ffffff; }

.bg-info {
  background-color: #1E88E5;
  color: #ffffff; }
  .bg-info a {
    color: #ffffff; }
    .bg-info a:hover {
      color: #ffffff; }

.bg-info-alt {
  background-color: #00BCD4;
  color: #ffffff; }
  .bg-info-alt a {
    color: #ffffff; }
    .bg-info-alt a:hover {
      color: #ffffff; }

.bg-warning {
  background-color: #FB6900;
  color: #ffffff; }
  .bg-warning a {
    color: #ffffff; }
    .bg-warning a:hover {
      color: #ffffff; }

.bg-warning-alt {
  background-color: #FF9958;
  color: #ffffff; }
  .bg-warning-alt a {
    color: #ffffff; }
    .bg-warning-alt a:hover {
      color: #ffffff; }

.bg-danger {
  background-color: #F44336;
  color: #ffffff; }
  .bg-danger a {
    color: #ffffff; }
    .bg-danger a:hover {
      color: #ffffff; }

.bg-dark {
  background-color: #1F242A;
  color: #ffffff; }
  .bg-dark a {
    color: #ffffff; }
    .bg-dark a:hover {
      color: #ffffff; }

.bg-bright {
  background-color: #fafafa;
  color: #3D4051; }
  .bg-bright a {
    color: #3D4051; }
    .bg-bright a:hover {
      color: #3D4051; }

.bg-white {
  background-color: #f5f5f5;
  color: #3D4051; }
  .bg-white a {
    color: #3D4051; }
    .bg-white a:hover {
      color: #3D4051; }

.bg-reverse {
  background-color: #ffffff;
  color: #3D4051; }
  .bg-reverse a {
    color: #3D4051; }
    .bg-reverse a:hover {
      color: #3D4051; }

.bg-facebook {
  background-color: #335397;
  color: #ffffff; }
  .bg-facebook a {
    color: #ffffff; }
    .bg-facebook a:hover {
      color: #ffffff; }

.bg-twitter {
  background-color: #00c7f7;
  color: #ffffff; }
  .bg-twitter a {
    color: #ffffff; }
    .bg-twitter a:hover {
      color: #ffffff; }

.bg-google-plus {
  background-color: #df4a32;
  color: #ffffff; }
  .bg-google-plus a {
    color: #ffffff; }
    .bg-google-plus a:hover {
      color: #ffffff; }

.ui-section {
  margin-bottom: 60px; }

.section-header,
.article-title {
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin: .6em 0;
  color: #2a99ea; }
  .section-header.color-dark,
  .article-title.color-dark {
    color: #3D4051; }

.chapter .article {
  padding-bottom: 30px; }
  .chapter .article:nth-of-type(1) .article-title {
    margin: 0 0 30px;
    border-top: none; }
  .chapter .article.article-dark {
    background-color: rgba(0, 0, 0, 0.015); }
  .chapter .article.article-bordered {
    border-top: 1px solid rgba(0, 0, 0, 0.117647);
    border-bottom: 1px solid rgba(0, 0, 0, 0.117647); }
    .chapter .article.article-bordered:last-child {
      border-bottom: 0; }
  .chapter .article.padding-lg-v {
    padding: 75px 0; }

.chapter .article-title {
  font-size: 24px;
  padding-top: 80px;
  font-weight: normal;
  line-height: 32px;
  margin: 48px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.117647);
  color: #2a99ea; }

.hero {
  padding: 70px 0 75px;
  text-align: center; }

.hero-title {
  -webkit-font-smoothing: antialiased; }

.hero-title {
  color: #3D4051;
  font-size: 45px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 10px; }

.hero-tagline {
  margin: 10px auto 30px;
  max-width: 700px;
  color: #3D4051;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px; }

.blockquote-colored {
  border-left: 5px solid #2a99ea; }
  .blockquote-colored.pull-right {
    border-right: 5px solid #2a99ea;
    border-left: 0; }

.gradient-text {
  font-size: 150px;
  font-weight: 300;
  color: #2a99ea;
  background: -webkit-linear-gradient(92deg, #fb83fa, #00aced);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.text-small {
  font-size: 12px; }

.text-normal {
  font-size: 14px; }

.text-huge {
  font-size: 72px; }

.text-large {
  font-size: 50px; }

.size-h1 {
  font-size: 36px; }

.size-h2 {
  font-size: 30px; }

.size-h3 {
  font-size: 24px; }

.size-h4 {
  font-size: 18px; }

.text-thin {
  font-weight: 300; }

.text-ultralight {
  font-weight: 100; }

.color-primary,
a.color-primary {
  color: #2a99ea; }
  .color-primary:hover,
  a.color-primary:hover {
    color: #2a99ea; }

.color-success,
a.color-success {
  color: #80C05A; }
  .color-success:hover,
  a.color-success:hover {
    color: #80C05A; }

.color-info,
a.color-info {
  color: #1E88E5; }
  .color-info:hover,
  a.color-info:hover {
    color: #1E88E5; }

.color-info-alt,
a.color-info-alt {
  color: #00BCD4; }
  .color-info-alt:hover,
  a.color-info-alt:hover {
    color: #00BCD4; }

.color-warning,
a.color-warning {
  color: #FB6900; }
  .color-warning:hover,
  a.color-warning:hover {
    color: #FB6900; }

.color-warning-alt,
a.color-warning-alt {
  color: #FF9958; }
  .color-warning-alt:hover,
  a.color-warning-alt:hover {
    color: #FF9958; }

.color-danger,
a.color-danger {
  color: #F44336; }
  .color-danger:hover,
  a.color-danger:hover {
    color: #F44336; }

.color-dark,
a.color-dark {
  color: #1F242A; }
  .color-dark:hover,
  a.color-dark:hover {
    color: #1F242A; }

.color-dark-light,
a.color-dark-light {
  color: #3D4051; }
  .color-dark-light:hover,
  a.color-dark-light:hover {
    color: #3D4051; }

.color-dark-light2,
a.color-dark-light2 {
  color: #4A4A4A; }
  .color-dark-light2:hover,
  a.color-dark-light2:hover {
    color: #4A4A4A; }

.color-dark-light3,
a.color-dark-light3 {
  color: #666666; }
  .color-dark-light3:hover,
  a.color-dark-light3:hover {
    color: #666666; }

.color-reverse,
a.color-reverse {
  color: #ffffff; }
  .color-reverse:hover,
  a.color-reverse:hover {
    color: #ffffff; }

.color-gray-darker,
a.color-gray-darker {
  color: #222222; }
  .color-gray-darker:hover,
  a.color-gray-darker:hover {
    color: #222222; }

.color-gray-dark,
a.color-gray-dark {
  color: #333333; }
  .color-gray-dark:hover,
  a.color-gray-dark:hover {
    color: #333333; }

.color-gray,
a.color-gray {
  color: #555555; }
  .color-gray:hover,
  a.color-gray:hover {
    color: #555555; }

.color-gray-light,
a.color-gray-light {
  color: #777777; }
  .color-gray-light:hover,
  a.color-gray-light:hover {
    color: #777777; }

.color-gray-light2,
a.color-gray-light2 {
  color: #8a8a8a; }
  .color-gray-light2:hover,
  a.color-gray-light2:hover {
    color: #8a8a8a; }

.color-gray-light3,
a.color-gray-light3 {
  color: #adadad; }
  .color-gray-light3:hover,
  a.color-gray-light3:hover {
    color: #adadad; }

.color-gray-light4,
a.color-gray-light4 {
  color: #ddd; }
  .color-gray-light4:hover,
  a.color-gray-light4:hover {
    color: #ddd; }

.color-gray-lighter,
a.color-gray-lighter {
  color: #eeeeee; }
  .color-gray-lighter:hover,
  a.color-gray-lighter:hover {
    color: #eeeeee; }

.dropcap,
.dropcap-square,
.dropcap-circle {
  display: block;
  float: left;
  font-weight: normal;
  line-height: 36px;
  margin-right: 6px;
  text-shadow: none; }

.dropcap {
  font-size: 3.1em; }

.dropcap-square,
.dropcap-circle {
  background-color: #eeeeee;
  color: #3D4051;
  width: 36px;
  text-align: center; }

.dropcap-square {
  border-radius: 4px;
  font-size: 2.3em; }

.dropcap-circle {
  border-radius: 50%;
  font-size: 1.78em; }

.dropcap.colored {
  color: #2a99ea; }

.dropcap-square.colored,
.dropcap-circle.colored {
  background-color: #2a99ea;
  color: #ffffff; }

.ui-highlight {
  background-color: #1F242A;
  color: #ffffff;
  border-radius: 4px;
  padding: 2px 5px; }
  .ui-highlight.colored {
    background-color: #2a99ea; }

.hr-colored {
  border-color: #2a99ea; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 1000px; } }
  @media (min-width: 1190px) {
    .container {
      width: 1180px; } }
  @media (min-width: 1440px) {
    .container {
      width: 1400px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

[class*="col-"].col-xs-center {
  margin-left: auto;
  margin-right: auto;
  float: none; }
  [class*="col-"].col-xs-center:last-child {
    float: none; }

[class*="col-"].col-xs-uncenter {
  margin-left: 0;
  margin-right: 0;
  float: left; }
  [class*="col-"].col-xs-uncenter:last-child {
    float: left; }

.col-xs-eq-1, .col-xs-eq-2, .col-xs-eq-3, .col-xs-eq-4, .col-xs-eq-5, .col-xs-eq-6, .col-xs-eq-7, .col-xs-eq-8, .col-xs-eq-9, .col-xs-eq-10, .col-xs-eq-11, .col-xs-eq-12 {
  float: left; }

.col-xs-eq-1 {
  width: 100%; }

.col-xs-eq-2 {
  width: 50%; }

.col-xs-eq-3 {
  width: 33.33333%; }

.col-xs-eq-4 {
  width: 25%; }

.col-xs-eq-5 {
  width: 20%; }

.col-xs-eq-6 {
  width: 16.66667%; }

.col-xs-eq-7 {
  width: 14.28571%; }

.col-xs-eq-8 {
  width: 12.5%; }

.col-xs-eq-9 {
  width: 11.11111%; }

.col-xs-eq-10 {
  width: 10%; }

.col-xs-eq-11 {
  width: 9.09091%; }

.col-xs-eq-12 {
  width: 8.33333%; }

@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-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  [class*="col-"].col-sm-center {
    margin-left: auto;
    margin-right: auto;
    float: none; }
    [class*="col-"].col-sm-center:last-child {
      float: none; }
  [class*="col-"].col-sm-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    [class*="col-"].col-sm-uncenter:last-child {
      float: left; }
  .col-sm-eq-1, .col-sm-eq-2, .col-sm-eq-3, .col-sm-eq-4, .col-sm-eq-5, .col-sm-eq-6, .col-sm-eq-7, .col-sm-eq-8, .col-sm-eq-9, .col-sm-eq-10, .col-sm-eq-11, .col-sm-eq-12 {
    float: left; }
  .col-sm-eq-1 {
    width: 100%; }
  .col-sm-eq-2 {
    width: 50%; }
  .col-sm-eq-3 {
    width: 33.33333%; }
  .col-sm-eq-4 {
    width: 25%; }
  .col-sm-eq-5 {
    width: 20%; }
  .col-sm-eq-6 {
    width: 16.66667%; }
  .col-sm-eq-7 {
    width: 14.28571%; }
  .col-sm-eq-8 {
    width: 12.5%; }
  .col-sm-eq-9 {
    width: 11.11111%; }
  .col-sm-eq-10 {
    width: 10%; }
  .col-sm-eq-11 {
    width: 9.09091%; }
  .col-sm-eq-12 {
    width: 8.33333%; } }

@media (min-width: 1190px) {
  .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-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  [class*="col-"].col-md-center {
    margin-left: auto;
    margin-right: auto;
    float: none; }
    [class*="col-"].col-md-center:last-child {
      float: none; }
  [class*="col-"].col-md-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    [class*="col-"].col-md-uncenter:last-child {
      float: left; }
  .col-md-eq-1, .col-md-eq-2, .col-md-eq-3, .col-md-eq-4, .col-md-eq-5, .col-md-eq-6, .col-md-eq-7, .col-md-eq-8, .col-md-eq-9, .col-md-eq-10, .col-md-eq-11, .col-md-eq-12 {
    float: left; }
  .col-md-eq-1 {
    width: 100%; }
  .col-md-eq-2 {
    width: 50%; }
  .col-md-eq-3 {
    width: 33.33333%; }
  .col-md-eq-4 {
    width: 25%; }
  .col-md-eq-5 {
    width: 20%; }
  .col-md-eq-6 {
    width: 16.66667%; }
  .col-md-eq-7 {
    width: 14.28571%; }
  .col-md-eq-8 {
    width: 12.5%; }
  .col-md-eq-9 {
    width: 11.11111%; }
  .col-md-eq-10 {
    width: 10%; }
  .col-md-eq-11 {
    width: 9.09091%; }
  .col-md-eq-12 {
    width: 8.33333%; } }

@media (min-width: 1440px) {
  .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-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  [class*="col-"].col-lg-center {
    margin-left: auto;
    margin-right: auto;
    float: none; }
    [class*="col-"].col-lg-center:last-child {
      float: none; }
  [class*="col-"].col-lg-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left; }
    [class*="col-"].col-lg-uncenter:last-child {
      float: left; }
  .col-lg-eq-1, .col-lg-eq-2, .col-lg-eq-3, .col-lg-eq-4, .col-lg-eq-5, .col-lg-eq-6, .col-lg-eq-7, .col-lg-eq-8, .col-lg-eq-9, .col-lg-eq-10, .col-lg-eq-11, .col-lg-eq-12 {
    float: left; }
  .col-lg-eq-1 {
    width: 100%; }
  .col-lg-eq-2 {
    width: 50%; }
  .col-lg-eq-3 {
    width: 33.33333%; }
  .col-lg-eq-4 {
    width: 25%; }
  .col-lg-eq-5 {
    width: 20%; }
  .col-lg-eq-6 {
    width: 16.66667%; }
  .col-lg-eq-7 {
    width: 14.28571%; }
  .col-lg-eq-8 {
    width: 12.5%; }
  .col-lg-eq-9 {
    width: 11.11111%; }
  .col-lg-eq-10 {
    width: 10%; }
  .col-lg-eq-11 {
    width: 9.09091%; }
  .col-lg-eq-12 {
    width: 8.33333%; } }

/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/content/images/blue.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square-blue {
  background-position: 0 0; }

.icheckbox_square-blue.hover {
  background-position: -144px 0; }

.icheckbox_square-blue.checked {
  background-position: -48px 0; }

.icheckbox_square-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0; }

.iradio_square-blue {
  background-position: -120px 0; }

.iradio_square-blue.hover {
  background-position: -144px 0; }

.iradio_square-blue.checked {
  background-position: -168px 0; }

.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square-blue.checked.disabled {
  background-position: -216px 0; }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox_square-blue,
  .iradio_square-blue {
    background-image: url(/content/images/blue@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }

a:focus,
button:focus {
  outline: none !important; }

button.btn-s,
label.btn-s {
  font-size: 12px;
  padding: 5px 18px;
  border-radius: 3px; }

.btn-white {
  background-color: #ffffff;
  color: #2a99ea !important;
  border: 1px solid #2a99ea; }
  .btn-white:hover {
    background-color: #2a99ea;
    color: #ffffff !important; }

.btn-gray {
  background-color: #9B9B9B;
  color: #ffffff !important;
  border: 1px solid #8a8a8a; }
  .btn-gray:hover {
    background-color: #8e8e8e; }

.table thead th {
  border-bottom-width: 1px !important; }

.table tbody tr:first-child td {
  border-top: 0; }

.table tbody tr:last-child td {
  border-bottom: 1px solid #ddd; }

.table-hover > tbody > tr:hover {
  background-color: #e8f3fc; }

.search-box {
  position: relative; }
  .search-box .glyphicon-search {
    color: #8a8a8a;
    position: absolute;
    left: 8px;
    top: 12px;
    z-index: 4; }
  .search-box input.form-control {
    padding-left: 28px; }
  .search-box #search-advisor,
  .search-box #search-manager,
  .search-box #search-product {
    background-color: #ffffff !important; }

.filter {
  position: relative; }
  .filter .form-group {
    padding: 14px 0 4px;
    border-top: 1px dashed #ddd; }
    .filter .form-group:first-child {
      border-top: 0; }
    .filter .form-group li {
      cursor: pointer;
      color: #1F242A;
      padding: 2px 6px;
      margin: 0 10px; }
      .filter .form-group li.active {
        color: #fff;
        background-color: #2a99ea;
        border-radius: 4px; }
      .filter .form-group li:not(.active):hover {
        background-color: #e8f3fc;
        border-radius: 4px; }
  .filter .search-box {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media (max-width: 1439px) {
      .filter .search-box {
        position: relative; } }

#intelligentFilter.modal {
  overflow-x: scroll; }

#intelligentFilter .step .circle--left {
  left: -5px;
  top: 151px;
  background: #2a99ea;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%; }

#intelligentFilter .step .circle--top {
  left: 154px;
  top: -5px;
  z-index: 1;
  background: #2a99ea;
  width: 9px;
  height: 9px;
  display: inline-block;
  border-radius: 50%; }

#intelligentFilter .step .robot-tip {
  left: -18px;
  top: -40px; }

#intelligentFilter .step input.blue-light {
  background: rgba(49, 150, 230, 0.1);
  color: #3E83BA; }

#intelligentFilter .step input.blue-light::-webkit-input-placeholder {
  color: #B6D1E7; }

#intelligentFilter .step input.blue-light::-moz-placeholder {
  color: #B6D1E7; }

#intelligentFilter .step input.blue-light:-ms-input-placeholder {
  color: #B6D1E7; }

#intelligentFilter .step input.blue-light::-webkit-input-placeholder {
  color: #B6D1E7; }

#intelligentFilter .step .color-blue {
  color: #3E83BA; }

#intelligentFilter .step .radio .col-xs-10 {
  height: 24px;
  line-height: 26px; }

#intelligentFilter .item {
  position: relative; }
  #intelligentFilter .item canvas {
    position: absolute;
    top: 42%;
    left: 28%; }

.text-gradient {
  text-shadow: 0 0 8px rgba(29, 116, 219, 0.3);
  color: #1d74db;
  background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(#4fb1ff), to(#1d74db));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(to bottom, #4fb1ff, #1d74db);
  background-image: -ms-linear-gradient(to bottom, #4fb1ff, #1d74db);
  background-image: -moz-linear-gradient(to bottom, #4fb1ff, #1d74db);
  letter-spacing: -2px; }
  .text-gradient > span:first-child {
    font-size: 70px; }

:root .text-gradient {
  filter: none; }

.text-10 {
  font-size: 10px; }

.text-20 {
  font-size: 20px; }

.text-28 {
  font-size: 28px; }

.text-50 {
  font-size: 50px !important; }

.text-55 {
  font-size: 55px !important; }

.font-weight-500 {
  font-weight: 500; }

.t-bold span {
  font-weight: bold; }

.h-661 {
  height: 661px !important; }

.h-654 {
  height: 654px !important; }

.h-172 {
  height: 172px !important; }

.h-36 {
  height: 36px !important; }

.width-144 {
  width: 1440px; }

.width-140 {
  width: 1400px; }

.mt-20 {
  margin-top: 20px; }

.icheckbox_square-blue,
.iradio_square-blue {
  border-radius: 50%; }

.icheckbox_square-blue {
  border: 1px solid #8a8a8a; }
  .icheckbox_square-blue.disabled {
    border: none;
    cursor: not-allowed; }
  .icheckbox_square-blue.hover, .icheckbox_square-blue.checked {
    border: none; }

.unfollow,
.follow {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1px 4px 0;
  border: 1px solid #FB6900;
  border-radius: 4px;
  margin-bottom: 0 !important; }
  .unfollow .icon-tianjia,
  .follow .icon-tianjia {
    font-weight: normal; }

.follow {
  color: #F44336;
  vertical-align: middle; }
  .follow:hover {
    color: #ffffff;
    background: linear-gradient(to right, #fe863a, #F44336); }

.unfollow-product,
.follow-product,
.unfollow-manager,
.follow-manager,
.unfollow-advisor,
.follow-advisor {
  height: 20px !important; }

.unfollow,
.record {
  color: #ffffff;
  background: linear-gradient(to right, #fe863a, #F44336); }

.record,
.unrecord {
  letter-spacing: 1px;
  padding: 1px 4px; }

.product-share a {
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1px 4px 0;
  border: 1px solid #FB6900;
  border-radius: 4px; }
  .product-share a:hover, .product-share a:focus {
    text-decoration: none; }

.product-share .popover {
  min-height: 150px; }

.side-bar {
  position: fixed;
  top: 68%;
  margin-top: -50px;
  right: 3%;
  line-height: 0;
  z-index: 1040; }
  .side-bar .go-top-btn {
    display: none;
    cursor: pointer;
    margin-top: 16px;
    border-radius: 2px; }
  .side-bar .intelligent-filter {
    width: 212px;
    top: auto;
    left: auto;
    bottom: 110% !important;
    right: -65% !important; }
    .side-bar .intelligent-filter .arrow {
      border-top-color: #ddd !important; }

.collapsing {
  overflow: auto !important;
  height: auto !important; }

.img-container,
.img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%; }

img.img30_30 {
  width: 30px;
  height: 30px; }

img.img40_40 {
  width: 40px;
  height: 40px; }

img.img64_64 {
  width: 64px;
  height: 64px; }

img.img80_80 {
  width: 80px;
  height: 80px; }

img.img140_140 {
  width: 140px;
  height: 140px; }

.layout-boxed > .header-container .top-header {
  max-width: 1200px;
  margin: 0 auto; }

.layout-boxed > .main-container {
  max-width: 1200px;
  margin: 0 auto; }

.body-wide.app > .main-container > .nav-container,
.body-wide.app > .main-container > .content-container,
.body-wide .header-container > .top-header .logo,
.body-wide .header-container > .top-header .top-nav {
  transition: none; }

html {
  position: relative;
  min-height: 100%;
  height: 100%;
  background: none; }

.app {
  position: relative;
  min-height: 100%;
  height: 100%; }
  .app > .header-container.header-fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030; }
    .app > .header-container.header-fixed + .main-container {
      padding-top: 128px; }
      @media (min-width: 768px) {
        .app > .header-container.header-fixed + .main-container {
          padding-top: 64px; } }
  .app > .main-container {
    position: relative;
    min-height: 100%;
    padding-bottom: 0; }
    .app > .main-container:before {
      content: " ";
      line-height: 0;
      z-index: -2;
      position: absolute;
      display: block;
      width: 100%;
      max-width: inherit;
      top: 0;
      bottom: 0;
      background-color: #efefef;
      box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2); }
    .app > .main-container > .nav-vertical:before {
      left: 0; }
    .app > .main-container > .nav-container {
      display: none;
      z-index: 11;
      position: static;
      float: left;
      width: 220px;
      transition: width .25s ease-in-out; }
      @media (min-width: 768px) {
        .app > .main-container > .nav-container {
          display: block; } }
      .app > .main-container > .nav-container:before {
        z-index: -1;
        content: " ";
        line-height: 0;
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        width: inherit;
        background-color: inherit;
        border-width: inherit;
        border-style: inherit;
        border-color: inherit; }
      .app > .main-container > .nav-container.nav-fixed {
        position: fixed;
        top: 128px;
        bottom: 0;
        float: none; }
        @media (min-width: 768px) {
          .app > .main-container > .nav-container.nav-fixed {
            top: 64px; } }
    .app > .main-container > .content-container {
      overflow: hidden;
      min-height: 100%;
      margin-left: 0;
      transition: margin-left .25s ease-in-out; }
      @media (min-width: 768px) {
        .app > .main-container > .content-container {
          margin-left: 220px; } }

#navbar {
  position: relative;
  top: 0;
  z-index: 2; }
  #navbar .header-nav {
    height: 100px; }
    #navbar .header-nav a:hover, #navbar .header-nav a:focus {
      color: #2a99ea; }
    #navbar .header-nav .nav-line {
      margin: 0; }
      #navbar .header-nav .nav-line li {
        position: relative; }
        #navbar .header-nav .nav-line li:hover a {
          color: #333333 !important;
          border-bottom: 0 !important; }
        #navbar .header-nav .nav-line li a {
          font-weight: bold;
          padding-bottom: 24px; }
        #navbar .header-nav .nav-line li.active a,
        #navbar .header-nav .nav-line li a:hover {
          border-bottom: 2px solid #2a99ea !important;
          text-decoration: none;
          color: #2a99ea !important; }
        #navbar .header-nav .nav-line li:last-child .divider {
          padding-right: 20%; }
          @media (min-width: 480px) and (max-width: 1190px) {
            #navbar .header-nav .nav-line li:last-child .divider {
              padding-right: 12%; } }
          @media (min-width: 1190px) and (max-width: 1440px) {
            #navbar .header-nav .nav-line li:last-child .divider {
              padding-right: 16%; } }
      #navbar .header-nav .nav-line .divider {
        padding-right: 28%;
        color: #ddd !important;
        cursor: default; }
        @media (min-width: 480px) and (max-width: 1190px) {
          #navbar .header-nav .nav-line .divider {
            padding-right: 18%; } }
        @media (min-width: 1190px) and (max-width: 1440px) {
          #navbar .header-nav .nav-line .divider {
            padding-right: 23%; } }

.nav-line {
  margin: 0; }
  .nav-line > li {
    display: inline-block; }
    .nav-line > li.active > a, .nav-line > li:hover > a {
      color: #2a99ea;
      border-bottom: 2px solid #2a99ea;
      background-color: #ffffff; }
  .nav-line.no-line a {
    border-bottom: 0 !important; }
  .nav-line.nav-dark a {
    color: #9b9b9b; }
  .nav-line.nav-dark > li.active > a, .nav-line.nav-dark > li:hover > a {
    color: #1F242A !important; }
  .nav-line.nav-dark > li.active a {
    font-weight: bold; }
  .nav-line.nav-dark .divider-nav {
    border-radius: 34px;
    background-color: #4A4A4A;
    height: 12px;
    width: 4px;
    margin-top: -1px; }

.nav-wrapper li:hover > a > p,
.nav-wrapper li:hover > p,
.nav-wrapper li:active > a > p,
.nav-wrapper li:active > p {
  color: #2a99ea; }

.nav-wrapper .collapse li:hover a,
.nav-wrapper .collapse li:active a {
  color: #2a99ea; }

@media (min-width: 1440px) {
  .header-divider {
    min-width: 1423px; } }

.nav-container:before {
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  width: 2px;
  z-index: 2; }

.nav-container.bg-white:before {
  box-shadow: inset -1px 0 1px rgba(255, 255, 255, 0.3); }

.nav-container.bg-white .nav a {
  color: #3D4051; }

.nav-container.bg-white .nav .nav-title {
  color: #999; }

.nav-container.bg-white .nav .nav-divider {
  border-color: #eeeeee; }

.nav-container.bg-white .nav > li:hover > a {
  background-color: transparent;
  color: #2a99ea; }
  .nav-container.bg-white .nav > li:hover > a > .icon-has-ul {
    color: #2a99ea; }

.nav-container.bg-white .nav > li:hover > .icon-has-ul-h {
  color: #2a99ea; }

.nav-container.bg-white .nav > li.active > a {
  color: #2a99ea; }
  .nav-container.bg-white .nav > li.active > a > .icon-has-ul {
    color: #2a99ea; }

.nav-container.bg-white .nav > li > a:focus {
  background-color: transparent; }

.nav-container.bg-white .nav ul {
  background-color: #f6f6f6; }
  .nav-container.bg-white .nav ul > li:hover > a, .nav-container.bg-white .nav ul > li.active > a {
    color: #2a99ea; }

.nav-container.bg-white.nav-vertical .nav > li.open > a {
  background-color: #f6f6f6;
  color: #2a99ea; }

.nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul,
.nav-container.bg-white.nav-vertical .nav > li.open > .icon-has-ul-h {
  color: #2a99ea; }

.nav-container.bg-dark {
  background-color: #1F242A; }
  .nav-container.bg-dark:before {
    box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.3); }
  .nav-container.bg-dark .nav a {
    color: #ccc;
    color: rgba(255, 255, 255, 0.5); }
  .nav-container.bg-dark .nav .nav-title {
    color: #666; }
  .nav-container.bg-dark .nav .nav-divider {
    border-color: #14171b; }
  .nav-container.bg-dark .nav > li:hover > a {
    background-color: #2d343e;
    color: rgba(255, 255, 255, 0.8); }
    .nav-container.bg-dark .nav > li:hover > a > .icon-has-ul {
      color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark .nav > li:hover > .icon-has-ul-h {
    color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark .nav > li.active > a {
    color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark .nav > li.active > .icon-has-ul {
    color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark .nav > li > a:focus {
    background-color: #2d343e; }
  .nav-container.bg-dark .nav ul {
    background-color: #2d343e; }
    .nav-container.bg-dark .nav ul > li:hover > a, .nav-container.bg-dark .nav ul > li.active > a {
      color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark.nav-vertical .nav > li.open > a {
    background-color: #2d343e;
    color: rgba(255, 255, 255, 0.8); }
    .nav-container.bg-dark.nav-vertical .nav > li.open > a > .icon-has-ul {
      color: rgba(255, 255, 255, 0.8); }
  .nav-container.bg-dark.nav-vertical .nav > li.open > .icon-has-ul-h {
    color: rgba(255, 255, 255, 0.8); }

@media (min-width: 768px) {
  .app.nav-collapsed-min .nav-container.bg-white .nav > li:hover a {
    background-color: #f6f6f6; }
  .app.nav-collapsed-min .nav-container.bg-dark .nav > li:hover a {
    background-color: #2d343e; } }

@media (max-width: 767px) {
  .nav-horizontal .nav > li.open > a {
    color: #2a99ea; }
  .nav-horizontal .nav > li.open > i {
    color: #2a99ea; } }

@media (min-width: 768px) {
  .app.nav-collapsed-min .slimScrollDiv {
    overflow: visible !important;
    height: auto !important; }
    .app.nav-collapsed-min .slimScrollDiv .slimScrollBar,
    .app.nav-collapsed-min .slimScrollDiv .slimScrollRail {
      display: none !important; }
  .app.nav-collapsed-min #nav-container {
    width: 60px; }
  .app.nav-collapsed-min .content-container {
    margin-left: 60px; }
  .app.nav-collapsed-min #nav-wrapper {
    overflow: visible !important; }
  .app.nav-collapsed-min #nav {
    overflow: visible !important; }
    .app.nav-collapsed-min #nav > li.li-small > a > i {
      font-size: 12px; }
    .app.nav-collapsed-min #nav > li > a {
      padding: 15px 15px;
      text-align: center; }
      .app.nav-collapsed-min #nav > li > a > i {
        margin: 0;
        font-size: 22px; }
      .app.nav-collapsed-min #nav > li > a > span {
        display: none; }
    .app.nav-collapsed-min #nav > li .icon-has-ul {
      display: none; }
    .app.nav-collapsed-min #nav > li > ul {
      z-index: 9;
      position: absolute;
      left: 100%;
      top: 0;
      width: 220px;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); }
    .app.nav-collapsed-min #nav > li:hover > ul, .app.nav-collapsed-min #nav > li.open > ul {
      display: block !important; }
  .app.nav-collapsed-min .nav-title {
    display: none; }
  .app.nav-collapsed-min .nav-horizontal#nav-container {
    width: auto; }
  .app.nav-collapsed-min .nav-horizontal + .content-container {
    margin: 0; }
  .app.nav-collapsed-min .nav-horizontal.nav-fixed + .content-container {
    margin: 50px 0 0; }
  .app.nav-collapsed-min .nav-horizontal #nav > li > .icon-has-ul-h {
    display: none; }
  .app.nav-collapsed-min .nav-horizontal #nav > li > ul {
    left: 0;
    top: 100%; } }

/*!
 * bootstrap-fileinput v4.3.9
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2017, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: transparent url("../images/loading.gif") top left no-repeat;
  border: none; }

.file-object {
  margin: 0 0 -5px 0;
  padding: 0; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block; }

.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all; }

.input-group-lg .file-caption-name {
  height: 25px; }

.file-zoom-dialog {
  text-align: left; }

.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px; }
  .file-error-message pre, .file-error-message ul {
    margin: 0;
    text-align: left; }
  .file-error-message pre {
    margin: 5px 0; }

.file-caption-disabled {
  background-color: #EEEEEE;
  cursor: not-allowed;
  opacity: 1; }

.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px; }

.krajee-default.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center; }
  .krajee-default.file-preview-frame:not(.file-preview-error):hover {
    box-shadow: 3px 3px 5px 0 #333; }
  .krajee-default.file-preview-frame .kv-file-content {
    height: 170px; }
  .krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 70px; }

.krajee-default .file-preview-image {
  vertical-align: middle;
  image-orientation: from-image; }

.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: none;
  padding: 8px;
  resize: none; }

.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto; }

.krajee-default[data-template="audio"] .file-preview-audio {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 5px; }

.krajee-default .file-preview-audio audio {
  vertical-align: middle; }

.krajee-default .file-zoom-dialog .file-preview-text {
  font-size: 1.2em; }

.krajee-default .file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px; }
  .krajee-default .file-preview-other:hover {
    opacity: 0.8; }

.krajee-default .file-actions, .krajee-default .file-other-error {
  text-align: left; }

.krajee-default .file-other-icon {
  font-size: 8em; }

.krajee-default .file-actions {
  margin-top: 15px; }

.krajee-default .file-footer-buttons {
  float: right; }

.krajee-default .file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto; }

.krajee-default .file-preview-error {
  opacity: 0.65;
  box-shadow: none; }

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000; }

.krajee-default .file-drag-handle, .krajee-default .file-upload-indicator {
  position: absolute;
  text-align: center;
  bottom: -6px;
  left: -6px;
  padding: 8px 8px 1px 3px;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #8a6d3b;
  border-top: 1px solid #8a6d3b;
  border-top-right-radius: 24px;
  font-size: 12px; }

.krajee-default .file-drag-handle {
  background-color: #d9edf7;
  border-color: #bce8f1; }

.krajee-default .file-upload-indicator {
  font-size: 13px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding-bottom: 0; }

.krajee-default.file-preview-error .file-upload-indicator {
  background-color: #f2dede;
  border-color: #ebccd1; }

.krajee-default.file-preview-success .file-upload-indicator {
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.krajee-default.file-preview-loading .file-upload-indicator {
  background-color: #e5e5e5;
  border-color: #777; }

.krajee-default .file-thumb-progress {
  height: 10px; }
  .krajee-default .file-thumb-progress .progress, .krajee-default .file-thumb-progress .progress-bar {
    height: 10px;
    font-size: 9px;
    line-height: 10px; }

.krajee-default .file-thumbnail-footer {
  position: relative; }

.krajee-default .file-thumb-progress {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0; }

.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff; }

/* noinspection CssOverwrittenProperties */
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 65vmin; }

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file, .file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button {
  display: none; }

.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button {
  display: none; }

.file-caption-main {
  width: 100%; }

.file-input-ajax-new .no-browse .input-group-btn, .file-input-new .no-browse .input-group-btn {
  display: none; }

.file-input-ajax-new .no-browse .form-control, .file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.file-thumb-loading {
  background: transparent url("../images/loading.gif") no-repeat scroll center center content-box !important; }

.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1; }
  .file-sortable .file-drag-handle:hover {
    opacity: 0.7; }

.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px; }

.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default; }

.file-preview .clickable, .clickable .file-drop-zone-title {
  cursor: pointer; }

.file-drop-zone.clickable:hover {
  border: 2px dashed #999; }

.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2; }

.file-drop-zone .file-preview-thumbnails {
  cursor: default; }

.file-highlighted {
  border: 2px dashed #999 !important;
  background-color: #f0f0f0; }

.file-uploading {
  background: url("../images/loading-sm.gif") no-repeat center bottom 10px;
  opacity: 0.65; }

.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none; }

.file-zoom-fullscreen .modal-body {
  overflow-y: auto; }

.file-zoom-dialog .modal-body {
  position: relative !important; }

.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: transparent;
  text-decoration: none;
  outline: none;
  opacity: 0.7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4; }

.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px; }

.floating-buttons {
  z-index: 3000; }
  .floating-buttons .btn {
    z-index: 3000; }

.file-zoom-dialog .kv-zoom-actions .btn, .floating-buttons .btn {
  margin-left: 3px; }

.file-zoom-dialog .btn-navigate:not([disabled]):hover, .file-zoom-dialog .btn-navigate:not([disabled]):focus {
  outline: none;
  box-shadow: none;
  opacity: 0.5; }

.file-zoom-dialog .btn-navigate[disabled] {
  opacity: 0.3; }

.file-zoom-dialog .btn-prev {
  left: 1px; }

.file-zoom-dialog .btn-next {
  right: 1px; }

.file-zoom-content {
  height: 480px;
  text-align: center; }
  .file-zoom-content .file-preview-image {
    max-height: 100%; }

.file-preview- .file-zoom-content .file-preview-video {
  max-height: 100%; }

.file-preview-initial.sortable-chosen {
  background-color: #d9edf7; }

/* IE 10 fix */
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%; }

.chosen-select, .chosen-select-deselect {
  width: 100%; }

.chosen-container {
  display: inline-block;
  font-size: 13px;
  position: relative;
  vertical-align: middle; }
  .chosen-container .chosen-drop {
    background: #fff;
    border: 1px solid #CBD5DD;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9000px;
    z-index: 1060; }
  .chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    right: 0; }
  .chosen-container .chosen-results {
    color: #555555;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding: 0 0 0 4px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .chosen-container .chosen-results li {
      display: none;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      padding: 5px 6px; }
      .chosen-container .chosen-results li em {
        background: #feffde;
        font-style: normal; }
      .chosen-container .chosen-results li.group-result {
        display: list-item;
        cursor: default;
        color: #999;
        font-weight: bold; }
      .chosen-container .chosen-results li.group-option {
        padding-left: 15px; }
      .chosen-container .chosen-results li.active-result {
        cursor: pointer;
        display: list-item; }
      .chosen-container .chosen-results li.highlighted {
        background-color: #2a99ea;
        background-image: none;
        color: white; }
        .chosen-container .chosen-results li.highlighted em {
          background: transparent; }
      .chosen-container .chosen-results li.disabled-result {
        display: list-item;
        color: #777777; }
    .chosen-container .chosen-results .no-results {
      background: #eeeeee;
      display: list-item; }
  .chosen-container .chosen-results-scroll {
    background: white;
    margin: 0 4px;
    position: absolute;
    text-align: center;
    width: 321px;
    z-index: 1; }
    .chosen-container .chosen-results-scroll span {
      display: inline-block;
      height: 1.42857;
      text-indent: -5000px;
      width: 9px; }
  .chosen-container .chosen-results-scroll-down {
    bottom: 0; }
    .chosen-container .chosen-results-scroll-down span {
      background: url("/content/images/chosen-sprite.png") no-repeat -4px -3px; }
  .chosen-container .chosen-results-scroll-up span {
    background: url("/content/images/chosen-sprite.png") no-repeat -22px -3px; }

.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #CBD5DD;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #555555;
  display: block;
  height: 34px !important;
  overflow: hidden;
  line-height: 24px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap; }
  .chosen-container-single .chosen-single span {
    display: block;
    margin-right: 26px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .chosen-container-single .chosen-single abbr {
    background: url("/content/images/chosen-sprite.png") right top no-repeat;
    display: block;
    font-size: 1px;
    height: 10px;
    position: absolute;
    right: 26px;
    top: 12px;
    width: 12px; }
    .chosen-container-single .chosen-single abbr:hover {
      background-position: right -11px; }
  .chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
    background-position: right 2px; }
  .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 18px; }
    .chosen-container-single .chosen-single div b {
      background: url("/content/images/chosen-sprite.png") no-repeat 0 7px;
      display: block;
      height: 100%;
      width: 100%; }

.chosen-container-single .chosen-default {
  color: #777777; }

.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000; }
  .chosen-container-single .chosen-search input[type="text"] {
    background: url("/content/images/chosen-sprite.png") no-repeat 100% -20px, #fff;
    border: 1px solid #CBD5DD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 1px 0;
    padding: 4px 20px 4px 4px;
    width: 100%; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.chosen-container-single-nosearch .chosen-search input[type="text"] {
  position: absolute;
  left: -9000px; }

.chosen-container-multi .chosen-choices {
  background-color: #fff;
  border: 1px solid #CBD5DD;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  cursor: text;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative; }
  .chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none; }
  .chosen-container-multi .chosen-choices .search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices .search-field input[type="text"] {
      background: transparent !important;
      border: 0 !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      color: #555555;
      height: 32px;
      margin: 0;
      padding: 4px;
      outline: 0; }
    .chosen-container-multi .chosen-choices .search-field .default {
      color: #999; }
  .chosen-container-multi .chosen-choices .search-choice {
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #eeeeee;
    border: 1px solid #CBD5DD;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    -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);
    color: #333333;
    cursor: default;
    line-height: 13px;
    margin: 6px 0 3px 5px;
    padding: 3px 20px 3px 5px;
    position: relative; }
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
      background: url("/content/images/chosen-sprite.png") right top no-repeat;
      display: block;
      font-size: 1px;
      height: 10px;
      position: absolute;
      right: 4px;
      top: 5px;
      width: 12px;
      cursor: pointer; }
      .chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
        background-position: right -11px; }
  .chosen-container-multi .chosen-choices .search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
      background-position: right -11px; }

.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: none; }

.chosen-container-active .chosen-single {
  border: 1px solid #CBD5DD;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #2a99ea;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active.chosen-with-drop .chosen-single div {
    background: transparent;
    border-left: none; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
      background-position: -18px 7px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #2a99ea;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }
  .chosen-container-active .chosen-choices .search-field input[type="text"] {
    color: #111 !important; }

.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important; }
  .chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    padding: 0 8px 0 0;
    overflow: visible; }
    .chosen-rtl .chosen-single span {
      margin-left: 26px;
      margin-right: 0;
      direction: rtl; }
    .chosen-rtl .chosen-single div {
      left: 7px;
      right: auto; }
    .chosen-rtl .chosen-single abbr {
      left: 26px;
      right: auto; }
  .chosen-rtl .chosen-choices .search-field input[type="text"] {
    direction: rtl; }
  .chosen-rtl .chosen-choices li {
    float: right; }
  .chosen-rtl .chosen-choices .search-choice {
    margin: 6px 5px 3px 0;
    padding: 3px 5px 3px 19px; }
    .chosen-rtl .chosen-choices .search-choice .search-choice-close {
      background-position: right top;
      left: 4px;
      right: auto; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results .group-option {
    padding-left: 0;
    padding-right: 15px; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    background: url("/content/images/chosen-sprite.png") no-repeat -28px -20px, #fff;
    direction: rtl;
    padding: 4px 5px 4px 20px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type="text"] {
    background-image: url("/content/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b {
    background-image: url("/content/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-single .chosen-search input[type="text"] {
    background-image: url("/content/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url("/content/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; }
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url("/content/images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/*# sourceMappingURL=bootstrap-chosen.css.map */
.pagination-lg > li > a,
.pagination-lg > li span {
  line-height: 26px;
  padding: 10px 18px; }

.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 4px; }

.pagination > li.page-text > span,
.pagination > li.page-text > a {
  border: 0;
  color: #3D4051 !important;
  background-color: transparent; }

.pagination > li.active span {
  border-radius: 4px; }

.pagination > li > a {
  color: #3D4051;
  border-radius: 4px;
  cursor: pointer; }

.pagination > li > a,
.pagination > li > span {
  padding: 5px 10px;
  margin-left: 10px; }

.pagination > li:hover a,
.pagination > li:hover span {
  border-color: #ddd;
  color: #2a99ea; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 20px; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

body,
.container {
  min-width: 1007px !important; }

@media (max-width: 1440px) {
  .home .home-banner {
    background-position: left !important; } }

.home .check-all:hover {
  text-decoration: underline !important; }

.home .product-item {
  position: relative; }
  @media (min-width: 1440px) {
    .home .product-item {
      width: 350px; } }
  .home .product-item canvas {
    position: absolute;
    top: 35%;
    left: 18%; }
    @media (min-width: 1190px) {
      .home .product-item canvas {
        left: 23%; } }

@media (min-width: 1440px) {
  .home .advisor-item {
    width: 300px; } }

@media (min-width: 1440px) {
  .home .manager-item {
    width: 330px; } }

.register-complete {
  background-color: #ffffff;
  text-align: center;
  width: 600px;
  height: 300px;
  position: absolute;
  top: 90px; }

.form-control.login {
  border-bottom-width: 1px !important;
  border-top-width: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  box-shadow: none !important; }

.advisor-show .concept-text {
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.6; }

.advisor-show .divider {
  position: absolute;
  right: 0;
  bottom: 24px; }

.advisor-show .basic-infor {
  padding: 0; }
  .advisor-show .basic-infor p {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #eeeeee; }
    .advisor-show .basic-infor p:nth-child(odd) {
      background-color: #f9f9f9; }

.market-show {
  background-color: #eceff6;
  background-image: linear-gradient(to bottom, #8ea6e1 30px, #aaccfa 100px, #e4ebf7 200px, #eceff6 300px); }
  .market-show .divider-xl {
    position: absolute;
    right: -10px;
    bottom: 20px;
    height: 56px;
    border-left: 1px solid #ddd; }
  .market-show .nav-pills > li + li {
    margin-left: 0; }
  .market-show .nav-pills li {
    border-right: 1px solid #ddd; }
    .market-show .nav-pills li a {
      padding: 12px 40px;
      border-radius: 0; }
    .market-show .nav-pills li.active a {
      background-color: #2780e2; }

.manager-show .manager-img {
  border: 4px solid #fff; }

.manager-show .show-text {
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.manager-show .header-icon {
  font-size: 70px;
  opacity: 0.1;
  color: #000; }

.manager-show .time-line .timeline-content {
  position: relative;
  height: 62px; }
  .manager-show .time-line .timeline-content .line {
    position: absolute;
    right: 9px;
    top: 22px;
    height: 40px;
    border-left: 1px solid #ddd; }
  .manager-show .time-line .timeline-content:last-child {
    height: 22px; }
    .manager-show .time-line .timeline-content:last-child .line {
      height: 0; }

.product-card {
  position: relative;
  margin-top: 1.5em; }
  .product-card > span {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #ddd; }

@media screen and (max-width: 1190px) {
  .number-size-change small {
    font-size: 42px; }
  .number-size-change span {
    font-size: 20px; } }

@media screen and (min-width: 1190px) {
  .number-size-change small {
    font-size: 52px; }
  .number-size-change span {
    font-size: 24px; } }

.product-item:hover,
.advisor-item:hover,
.manager-item:hover {
  box-shadow: 0 0 40px -5px #bbb6d9; }

.share-more {
  font-size: 12px;
  border: 1px solid #2a99ea;
  border-radius: 4px;
  background-color: #ffffff;
  color: #2a99ea;
  padding: 1px 4px;
  line-height: 1.42857; }
  .share-more.active {
    background-color: #1669AB;
    color: #ffffff; }

.jiathis_style {
  position: absolute;
  right: -9px;
  padding-top: 2px; }
  .jiathis_style > a {
    display: block; }
    .jiathis_style > a span.jtico_qzone,
    .jiathis_style > a span.jtico_cqq,
    .jiathis_style > a span.jtico_tsina,
    .jiathis_style > a span.jtico_weixin {
      opacity: 1 !important;
      text-align: center;
      width: 60px !important;
      padding-left: 0 !important;
      background-image: none !important;
      border: 1px solid #2a99ea;
      border-top: 0;
      background-color: #2a99ea;
      color: #ffffff !important;
      height: 23px !important;
      line-height: 23px !important; }
      .jiathis_style > a span.jtico_qzone:hover,
      .jiathis_style > a span.jtico_cqq:hover,
      .jiathis_style > a span.jtico_tsina:hover,
      .jiathis_style > a span.jtico_weixin:hover {
        background-color: #1669AB; }
    .jiathis_style > a span.jtico_qzone {
      border-top: 1px; }

#banner .carousel-indicators {
  left: 68%;
  right: 20px;
  text-align: right; }
  #banner .carousel-indicators li {
    border: 0;
    opacity: 0.3; }
    #banner .carousel-indicators li.active {
      background-color: #ffffff;
      width: 10px;
      height: 10px;
      margin: 1px;
      opacity: 1; }

#home-banner .carousel-indicators li {
  width: 35px !important;
  height: 3px !important;
  border: 0;
  opacity: 0.3; }
  #home-banner .carousel-indicators li.active {
    background-color: #ffffff;
    margin: 1px;
    opacity: 1; }

.sort-btns {
  margin: 5px 0; }
  .sort-btns li {
    cursor: pointer;
    padding: 0 15px;
    margin: 0 9px;
    text-align: right;
    height: 30px;
    line-height: 30px; }
    .sort-btns li.active {
      background-color: #FB6900;
      color: #ffffff;
      font-weight: bold;
      border-radius: 3px;
      margin: 0; }
    .sort-btns li i {
      font-size: 14px !important; }

input.select-input {
  background-color: #ffffff !important; }

.select-dropdown .dropdown-menu.inner li {
  max-width: 182px; }

@media screen and (max-width: 767px) {
  .dashboard-tool .form-group {
    width: auto !important; } }

@media screen and (max-width: 1190px) {
  .dashboard-container {
    width: 807px; } }

@media screen and (min-width: 1190px) {
  .dashboard-container {
    width: 980px; } }

@media screen and (min-width: 1440px) {
  .dashboard-container {
    width: 1200px; } }

.dashboard-table th {
  text-align: center !important;
  padding-right: 10px !important;
  padding-left: 10px !important; }

.dashboard-table tr,
.dashboard-table td {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center !important;
  border: 0 !important;
  white-space: nowrap !important; }

.dashboard-table tr:hover td:last-child span {
  color: #2a99ea; }

.dashboard-table tr td:last-child {
  padding-left: 10px !important; }

.bootstrap-select .dropdown-toggle,
.bootstrap-select button {
  border: 1px solid #CBD5DD;
  background-color: #fff; }
  .bootstrap-select .dropdown-toggle:focus,
  .bootstrap-select button:focus {
    outline: none !important; }

.bootstrap-select li a {
  padding: 8px 12px; }
  .bootstrap-select li a:hover {
    color: #333333;
    background-color: #e8f3fc; }

.bootstrap-select .inner {
  max-height: 220px !important; }

.error {
  color: red; }
  .error.form-control:focus {
    border-color: red;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6); }

#basicForm .error {
  padding: 8px; }

#accountNewEdit label.error,
#productNewEdit label.error {
  padding-top: 4px;
  padding-left: 201px; }

.webuploader-pick {
  background-color: #ddd;
  color: #333333;
  padding: 10px 20px; }
  .webuploader-pick .webuploader-pick {
    padding: 10px 20px;
    background-color: #ddd;
    color: #333333; }

.inline-select {
  height: 34px; }
  .inline-select .input-group-addon {
    padding: 0 !important; }
  .inline-select select {
    height: 34px;
    border: 0 !important; }

.control-label {
  color: #777777; }

.modal-filter .btn-filter,
.register-filter .btn-filter,
.multiple-filter modal-filter .btn-filter {
  border: 1px solid #adadad;
  border-radius: 6px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .modal-filter .btn-filter:hover, .modal-filter .btn-filter.active,
  .register-filter .btn-filter:hover,
  .register-filter .btn-filter.active,
  .multiple-filter modal-filter .btn-filter:hover,
  .multiple-filter modal-filter .btn-filter.active {
    text-decoration: none;
    border-color: #2a99ea;
    color: #2a99ea; }
  .modal-filter .btn-filter.active,
  .register-filter .btn-filter.active,
  .multiple-filter modal-filter .btn-filter.active {
    background: url("/content/images/selected.png") no-repeat bottom right; }

.modal-filter li,
.modal-filter p {
  margin-bottom: 18px; }

.multiple-filter.modal-filter a.btn-filter,
.multiple-filter.modal-filter button.other {
  width: 140px;
  margin-bottom: 10px;
  margin-right: 6px; }

.popover-content {
  padding: 6px;
  color: #8a8a8a; }

.file-item.thumbnail {
  border: 0 !important;
  padding: 0 !important;
  background-color: #ffffff; }
  .file-item.thumbnail img {
    margin-left: 0; }

.register-chosen a {
  border: 1px solid transparent; }
  .register-chosen a:hover {
    border-color: #3BA0E9;
    box-shadow: 0 0 6px 0 rgba(0, 69, 120, 0.28); }
    .register-chosen a:hover > p {
      color: #4A4A4A; }
  .register-chosen a.disabled {
    cursor: not-allowed; }

.register-chosen button {
  color: #3BA0E9 !important; }
  .register-chosen button:hover {
    text-decoration: underline; }

.register-chosen i.icon-dianjiyuantubiao {
  color: #3BA0E9 !important; }

.page-container {
  max-width: 1400px;
  margin: 0 auto; }

.container {
  padding-left: 0;
  padding-right: 0; }

.carousel-indicators li {
  background-color: #fff; }

.iconfont {
  vertical-align: middle; }

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0; }

.form-control-static {
  min-height: 37px; }

.show-error label.error {
  padding: 8px;
  margin: 0; }

.header-text {
  position: relative;
  top: -27px;
  display: inline; }

iframe {
  max-height: 1800px;
  min-height: 600px; }

#accordion > ul > li.active > p,
#accordion > ul > li.active > a > p {
  color: #2a99ea;
  font-weight: bold; }

#accordion .panel-collapse.in,
#accordion .panel-collapse.collapsing {
  background-color: #F6F6F6;
  border-left: 3px solid #2a99ea;
  padding-right: 58px; }

a.hover-noline:hover {
  text-decoration: none; }

.list-hover:hover {
  background-color: #EBF3FA !important; }
  .list-hover:hover button {
    background-color: #EBF3FA !important; }

/* y b */
._btn {
  width: 100px;
  height: 30px;
  outline: none;
  border: none;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.btn-order {
  width: 100px;
  height: 40px;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  float: right; }

.btn-order .glyphicon {
  font-size: 14px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 5px; }

.follow-product, .product-share, .unfollow-product {
  display: inline-block; }

.my-model .modal-header {
  border-bottom: 1px solid #e5e5e5 !important;
  background: #2a99ea !important;
  color: #ffffff;
  padding: 10px !important; }

.my-model .modal-header .close {
  color: #ffff !important;
  opacity: 1 !important; }

.my-model .input-group {
  width: 400px !important;
  margin: 0 auto !important; }

.my-model .input-group .input-group-addon._a1 {
  border: none !important;
  background-color: transparent !important; }

.my-model .modal-body {
  padding: 40px !important; }

.my-model .modal-footer {
  border: none !important;
  text-align: center !important; }

.my-model .input-group .form-control {
  border-right: none !important;
  background-color: #f5f5f5 !important; }

.my-model .input-group .input-group-addon._a2 {
  background-color: #f5f5f5 !important; }

._btn-order {
  background-color: #ff6600;
  color: #ffffff; }

._btn_in {
  width: 100%;
  height: 100%; }

/* ._btn-order:hover{ background-color: #e15b01; } */
._btn-status {
  width: 65px;
  height: 23px;
  border-radius: 2px;
  font-size: 13px;
  box-sizing: border-box;
  cursor: pointer; }

._btn-order-success {
  border: 1px solid #3ba0e9;
  color: #3ba0e9;
  background-color: #ffffff;
  cursor: pointer; }

._btn-order-fail {
  border: 1px solid #cccccc;
  color: #cccccc;
  background-color: #ffffff;
  cursor: pointer; }

._btn-pay-success {
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer; }

._btn-manager {
  border: none;
  color: #3ba0e9;
  background-color: transparent;
  cursor: pointer;
  font-weight: bold; }

.accounts-a {
  position: relative; }

.accounts-a .red-circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: red;
  right: -20px;
  top: 20px;
  display: none; }

.accounts-a.touzi {
  overflow: auto; }

.accounts-a.touzi .red-circle {
  right: 64px; }

.input-vertical-align {
  text-align: left !important;
  border: none !important;
  padding-top: 12px !important; }

/* 下载模板 */
.download-rate-mould {
  color: #2a99ea !important;
  font-size: 14px;
  line-height: 37px;
  vertical-align: middle; }

.iconfont-upload {
  line-height: 10px;
  font-size: 14px;
  margin-right: 4px; }

.upload-rate-modal .table {
  margin-bottom: 0; }

.upload-rate-modal .table > tbody > tr > th, .upload-rate-modal .table > tbody > tr > td {
  padding: 0 !important; }

.upload-rate-modal .table > thead > tr > th, .upload-rate-modal .table > thead > tr > td {
  padding: 10px !important; }

.upload-rate-modal .form-input, .upload-rate-modal .input-group {
  width: 100% !important;
  border: none !important;
  height: 100% !important;
  background-color: transparent !important; }

.upload-rate-modal .table > tbody {
  display: block;
  height: 350px;
  overflow-y: scroll !important; }

.upload-rate-modal .table thead, .upload-rate-modal .table tbody tr {
  display: table !important;
  width: 100% !important;
  table-layout: fixed !important; }

.upload-rate-modal .table thead {
  width: 100% !important; }

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.my-list {
  width: 100%;
  border: 1px solid #b8c0c7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.my-list .my-list-li {
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

.my-list .my-list-li > div {
  width: 100%;
  height: 100%;
  border: 1px solid #e9ecee;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px; }

.my-list .my-list-li:nth-child(2n-1) {
  background-color: #f7f8f9; }

/* y e */
.bin {
  background-color: inherit; }

.bg-blue-primary {
  background-color: #2a99ea;
  color: #ffffff; }

.bg-purple-light {
  background-color: rgba(245, 245, 245, 0.5); }

.bg-blue-info {
  background-color: #1E88E5 !important; }

.bg-blue-light {
  background-color: #E8EEF3 !important; }

.bg-gray-light6 {
  background-color: #F6F6F6 !important; }

.bg-gray-light5 {
  background-color: #D8D8D8 !important; }

.bg-gray-light4 {
  background-color: #ddd !important; }

.bg-gray-light3 {
  background-color: #adadad !important; }

.bg-red-light {
  background-color: #fd5773 !important; }

.bg-violet {
  background-color: #da7ff8 !important; }

.bg-orange {
  background-color: #fa7e33 !important; }

.bg-blue {
  background-color: #3296e6 !important; }

.bg-purple {
  background-color: #eef1fa !important; }

.bg-green {
  background-color: #2AAE00 !important; }

.bg-warning-light {
  background-color: #D44F00 !important; }

.bg-warning-light2 {
  background-color: #D49700 !important; }

.bg-primary-darker {
  background-color: #0051AE !important; }

.bg-info-light {
  background-color: #0098AE !important; }

.db {
  display: block !important; }

.di {
  display: inline !important; }

.dib {
  display: inline-block !important; }

.dn {
  display: none !important; }

.dtc {
  display: table-cell !important; }

.cp {
  cursor: pointer !important; }

.group::after {
  clear: both;
  content: '';
  display: table; }

.maxl {
  margin: 6em !important; }

.mvxl {
  margin-top: 6em !important;
  margin-bottom: 6em !important; }

.mhxl {
  margin-left: 6em !important;
  margin-right: 6em !important; }

.mtxl {
  margin-top: 6em !important; }

.mbxl {
  margin-bottom: 6em !important; }

.mlxl {
  margin-left: 6em !important; }

.mrxl {
  margin-right: 6em !important; }

.mal {
  margin: 3em !important; }

.mvl {
  margin-top: 3em !important;
  margin-bottom: 3em !important; }

.mhl {
  margin-left: 3em !important;
  margin-right: 3em !important; }

.mtl {
  margin-top: 3em !important; }

.mbl {
  margin-bottom: 3em !important; }

.mll {
  margin-left: 3em !important; }

.mrl {
  margin-right: 3em !important; }

.mam {
  margin: 1.5em !important; }

.mvm {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important; }

.mhm {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important; }

.mtm {
  margin-top: 1.5em !important; }

.mbm {
  margin-bottom: 1.5em !important; }

.mlm {
  margin-left: 1.5em !important; }

.mrm {
  margin-right: 1.5em !important; }

.mas {
  margin: 0.75em !important; }

.mvs {
  margin-top: 0.75em !important;
  margin-bottom: 0.75em !important; }

.mhs {
  margin-left: 0.75em !important;
  margin-right: 0.75em !important; }

.mts {
  margin-top: 0.75em !important; }

.mbs {
  margin-bottom: 0.75em !important; }

.mls {
  margin-left: 0.75em !important; }

.mrs {
  margin-right: 0.75em !important; }

.maxs {
  margin: 0.375em !important; }

.mvxs {
  margin-top: 0.375em !important;
  margin-bottom: 0.375em !important; }

.mhxs {
  margin-left: 0.375em !important;
  margin-right: 0.375em !important; }

.mtxs {
  margin-top: 0.375em !important; }

.mbxs {
  margin-bottom: 0.375em !important; }

.mlxs {
  margin-left: 0.375em !important; }

.mrxs {
  margin-right: 0.375em !important; }

.ma0 {
  margin: 0 !important; }

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.mh0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mhauto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mhauto {
  margin-left: auto !important;
  margin-right: auto !important; }

.paxl {
  padding: 6em !important; }

.pvxl {
  padding-top: 6em !important;
  padding-bottom: 6em !important; }

.phxl {
  padding-left: 6em !important;
  padding-right: 6em !important; }

.ptxl {
  padding-top: 6em !important; }

.pbxl {
  padding-bottom: 6em !important; }

.plxl {
  padding-left: 6em !important; }

.prxl {
  padding-right: 6em !important; }

.pal {
  padding: 3em !important; }

.pvl {
  padding-top: 3em !important;
  padding-bottom: 3em !important; }

.phl {
  padding-left: 3em !important;
  padding-right: 3em !important; }

.ptl {
  padding-top: 3em !important; }

.pbl {
  padding-bottom: 3em !important; }

.pll {
  padding-left: 3em !important; }

.prl {
  padding-right: 3em !important; }

.pam {
  padding: 1.5em !important; }

.pvm {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important; }

.phm {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important; }

.ptm {
  padding-top: 1.5em !important; }

.pbm {
  padding-bottom: 1.5em !important; }

.plm {
  padding-left: 1.5em !important; }

.prm {
  padding-right: 1.5em !important; }

.pas {
  padding: 0.75em !important; }

.pvs {
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important; }

.phs {
  padding-left: 0.75em !important;
  padding-right: 0.75em !important; }

.pts {
  padding-top: 0.75em !important; }

.pbs {
  padding-bottom: 0.75em !important; }

.pls {
  padding-left: 0.75em !important; }

.prs {
  padding-right: 0.75em !important; }

.paxs {
  padding: 0.375em !important; }

.pvxs {
  padding-top: 0.375em !important;
  padding-bottom: 0.375em !important; }

.phxs {
  padding-left: 0.375em !important;
  padding-right: 0.375em !important; }

.ptxs {
  padding-top: 0.375em !important; }

.pbxs {
  padding-bottom: 0.375em !important; }

.plxs {
  padding-left: 0.375em !important; }

.prxs {
  padding-right: 0.375em !important; }

.pa0 {
  padding: 0 !important; }

.pv0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.ph0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.poa {
  position: absolute !important; }

.pof {
  position: fixed !important; }

.por {
  position: relative !important; }

.pos {
  position: static !important; }

.ra {
  border-radius: 50% !important; }

.raxl {
  border-radius: 8px !important; }

.ral {
  border-radius: 6px !important; }

.ram {
  border-radius: 4px !important; }

.ras {
  border-radius: 3px !important; }

.raxs {
  border-radius: 2px !important; }

.ran {
  border-radius: 0 !important; }

.tac {
  text-align: center !important; }

.cin {
  color: inherit; }

.tsxs {
  font-size: 12px !important; }

.tss {
  font-size: 14px !important; }

.tsm {
  font-size: 16px !important; }

.tsl {
  font-size: 18px !important; }

.tsxl {
  font-size: 22px !important; }

.tsxxl {
  font-size: 26px !important; }

.tsi {
  font-style: italic !important; }

.ttu {
  text-transform: uppercase !important; }

.t-thin {
  font-weight: 100 !important; }

.t-light {
  font-weight: 300 !important; }

.t-regular {
  font-weight: 400 !important; }

.t-medium {
  font-weight: 500 !important; }

.t-bold {
  font-weight: 700 !important; }

.t-black {
  font-weight: 900 !important; }

.z-depth {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16); }

.z-depth-1 {
  box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1); }

.z-depth-n {
  box-shadow: none !important; }

.bd {
  border-style: solid;
  border-width: 1px;
  border-color: #ddd; }

.bdwm {
  border-width: 2px; }

.bdwl {
  border-width: 3px; }

.bdwxl {
  border-width: 4px; }

.bdt {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0; }

.bdb {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0; }

.bdl {
  border-top-width: 0;
  border-bottom-width: 0;
  border-right-width: 0; }

.bdr {
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0; }

.bdy {
  border-left-width: 0;
  border-right-width: 0; }

.bdx {
  border-top-width: 0;
  border-bottom-width: 0; }

.bd0 {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-bottom-width: 0; }

.bddash {
  border-style: dashed; }

.bddotted {
  border-style: dotted; }

.bddouble {
  border-style: double; }

.bdct {
  border-color: transparent !important; }

.bd-dark {
  border-color: #1F242A !important; }

.bd-gray {
  border-color: #9B9B9B !important; }

.bd-light {
  border-color: #8a8a8a !important; }

.bd-white {
  border-color: #fff !important; }

.bd-primary {
  border-color: #2a99ea !important; }

.bd-danger {
  border-color: #F44336 !important; }

.width-1, .size-1 {
  width: 10px !important; }

.height-1, .size-1 {
  height: 10px !important; }

.max-height-1 {
  max-height: 10px !important; }

.max-width-1 {
  max-width: 10px !important; }

.width-2, .size-2 {
  width: 20px !important; }

.height-2, .size-2 {
  height: 20px !important; }

.max-height-2 {
  max-height: 20px !important; }

.max-width-2 {
  max-width: 20px !important; }

.width-3, .size-3 {
  width: 30px !important; }

.height-3, .size-3 {
  height: 30px !important; }

.max-height-3 {
  max-height: 30px !important; }

.max-width-3 {
  max-width: 30px !important; }

.width-4, .size-4 {
  width: 40px !important; }

.height-4, .size-4 {
  height: 40px !important; }

.max-height-4 {
  max-height: 40px !important; }

.max-width-4 {
  max-width: 40px !important; }

.width-5, .size-5 {
  width: 50px !important; }

.height-5, .size-5 {
  height: 50px !important; }

.max-height-5 {
  max-height: 50px !important; }

.max-width-5 {
  max-width: 50px !important; }

.width-6, .size-6 {
  width: 60px !important; }

.height-6, .size-6 {
  height: 60px !important; }

.max-height-6 {
  max-height: 60px !important; }

.max-width-6 {
  max-width: 60px !important; }

.width-7, .size-7 {
  width: 70px !important; }

.height-7, .size-7 {
  height: 70px !important; }

.max-height-7 {
  max-height: 70px !important; }

.max-width-7 {
  max-width: 70px !important; }

.width-8, .size-8 {
  width: 80px !important; }

.height-8, .size-8 {
  height: 80px !important; }

.max-height-8 {
  max-height: 80px !important; }

.max-width-8 {
  max-width: 80px !important; }

.width-9, .size-9 {
  width: 90px !important; }

.height-9, .size-9 {
  height: 90px !important; }

.max-height-9 {
  max-height: 90px !important; }

.max-width-9 {
  max-width: 90px !important; }

.width-10, .size-10 {
  width: 100px !important; }

.height-10, .size-10 {
  height: 100px !important; }

.max-height-10 {
  max-height: 100px !important; }

.max-width-10 {
  max-width: 100px !important; }

.width-11, .size-11 {
  width: 110px !important; }

.height-11, .size-11 {
  height: 110px !important; }

.max-height-11 {
  max-height: 110px !important; }

.max-width-11 {
  max-width: 110px !important; }

.width-12, .size-12 {
  width: 120px !important; }

.height-12, .size-12 {
  height: 120px !important; }

.max-height-12 {
  max-height: 120px !important; }

.max-width-12 {
  max-width: 120px !important; }

.width-13, .size-13 {
  width: 130px !important; }

.height-13, .size-13 {
  height: 130px !important; }

.max-height-13 {
  max-height: 130px !important; }

.max-width-13 {
  max-width: 130px !important; }

.width-14, .size-14 {
  width: 140px !important; }

.height-14, .size-14 {
  height: 140px !important; }

.max-height-14 {
  max-height: 140px !important; }

.max-width-14 {
  max-width: 140px !important; }

.width-15, .size-15 {
  width: 150px !important; }

.height-15, .size-15 {
  height: 150px !important; }

.max-height-15 {
  max-height: 150px !important; }

.max-width-15 {
  max-width: 150px !important; }

.width-16, .size-16 {
  width: 160px !important; }

.height-16, .size-16 {
  height: 160px !important; }

.max-height-16 {
  max-height: 160px !important; }

.max-width-16 {
  max-width: 160px !important; }

.width-17, .size-17 {
  width: 170px !important; }

.height-17, .size-17 {
  height: 170px !important; }

.max-height-17 {
  max-height: 170px !important; }

.max-width-17 {
  max-width: 170px !important; }

.width-18, .size-18 {
  width: 180px !important; }

.height-18, .size-18 {
  height: 180px !important; }

.max-height-18 {
  max-height: 180px !important; }

.max-width-18 {
  max-width: 180px !important; }

.width-19, .size-19 {
  width: 190px !important; }

.height-19, .size-19 {
  height: 190px !important; }

.max-height-19 {
  max-height: 190px !important; }

.max-width-19 {
  max-width: 190px !important; }

.width-20, .size-20 {
  width: 200px !important; }

.height-20, .size-20 {
  height: 200px !important; }

.max-height-20 {
  max-height: 200px !important; }

.max-width-20 {
  max-width: 200px !important; }

.width-21, .size-21 {
  width: 210px !important; }

.height-21, .size-21 {
  height: 210px !important; }

.max-height-21 {
  max-height: 210px !important; }

.max-width-21 {
  max-width: 210px !important; }

.width-22, .size-22 {
  width: 220px !important; }

.height-22, .size-22 {
  height: 220px !important; }

.max-height-22 {
  max-height: 220px !important; }

.max-width-22 {
  max-width: 220px !important; }

.width-23, .size-23 {
  width: 230px !important; }

.height-23, .size-23 {
  height: 230px !important; }

.max-height-23 {
  max-height: 230px !important; }

.max-width-23 {
  max-width: 230px !important; }

.width-24, .size-24 {
  width: 240px !important; }

.height-24, .size-24 {
  height: 240px !important; }

.max-height-24 {
  max-height: 240px !important; }

.max-width-24 {
  max-width: 240px !important; }

.width-25, .size-25 {
  width: 250px !important; }

.height-25, .size-25 {
  height: 250px !important; }

.max-height-25 {
  max-height: 250px !important; }

.max-width-25 {
  max-width: 250px !important; }

.width-26, .size-26 {
  width: 260px !important; }

.height-26, .size-26 {
  height: 260px !important; }

.max-height-26 {
  max-height: 260px !important; }

.max-width-26 {
  max-width: 260px !important; }

.width-27, .size-27 {
  width: 270px !important; }

.height-27, .size-27 {
  height: 270px !important; }

.max-height-27 {
  max-height: 270px !important; }

.max-width-27 {
  max-width: 270px !important; }

.width-28, .size-28 {
  width: 280px !important; }

.height-28, .size-28 {
  height: 280px !important; }

.max-height-28 {
  max-height: 280px !important; }

.max-width-28 {
  max-width: 280px !important; }

.width-29, .size-29 {
  width: 290px !important; }

.height-29, .size-29 {
  height: 290px !important; }

.max-height-29 {
  max-height: 290px !important; }

.max-width-29 {
  max-width: 290px !important; }

.width-30, .size-30 {
  width: 300px !important; }

.height-30, .size-30 {
  height: 300px !important; }

.max-height-30 {
  max-height: 300px !important; }

.max-width-30 {
  max-width: 300px !important; }

.width-31, .size-31 {
  width: 310px !important; }

.height-31, .size-31 {
  height: 310px !important; }

.max-height-31 {
  max-height: 310px !important; }

.max-width-31 {
  max-width: 310px !important; }

.width-32, .size-32 {
  width: 320px !important; }

.height-32, .size-32 {
  height: 320px !important; }

.max-height-32 {
  max-height: 320px !important; }

.max-width-32 {
  max-width: 320px !important; }

.width-33, .size-33 {
  width: 330px !important; }

.height-33, .size-33 {
  height: 330px !important; }

.max-height-33 {
  max-height: 330px !important; }

.max-width-33 {
  max-width: 330px !important; }

.width-34, .size-34 {
  width: 340px !important; }

.height-34, .size-34 {
  height: 340px !important; }

.max-height-34 {
  max-height: 340px !important; }

.max-width-34 {
  max-width: 340px !important; }

.width-35, .size-35 {
  width: 350px !important; }

.height-35, .size-35 {
  height: 350px !important; }

.max-height-35 {
  max-height: 350px !important; }

.max-width-35 {
  max-width: 350px !important; }

.width-36, .size-36 {
  width: 360px !important; }

.height-36, .size-36 {
  height: 360px !important; }

.max-height-36 {
  max-height: 360px !important; }

.max-width-36 {
  max-width: 360px !important; }

.width-37, .size-37 {
  width: 370px !important; }

.height-37, .size-37 {
  height: 370px !important; }

.max-height-37 {
  max-height: 370px !important; }

.max-width-37 {
  max-width: 370px !important; }

.width-38, .size-38 {
  width: 380px !important; }

.height-38, .size-38 {
  height: 380px !important; }

.max-height-38 {
  max-height: 380px !important; }

.max-width-38 {
  max-width: 380px !important; }

.width-39, .size-39 {
  width: 390px !important; }

.height-39, .size-39 {
  height: 390px !important; }

.max-height-39 {
  max-height: 390px !important; }

.max-width-39 {
  max-width: 390px !important; }

.width-40, .size-40 {
  width: 400px !important; }

.height-40, .size-40 {
  height: 400px !important; }

.max-height-40 {
  max-height: 400px !important; }

.max-width-40 {
  max-width: 400px !important; }

.width-41, .size-41 {
  width: 410px !important; }

.height-41, .size-41 {
  height: 410px !important; }

.max-height-41 {
  max-height: 410px !important; }

.max-width-41 {
  max-width: 410px !important; }

.width-42, .size-42 {
  width: 420px !important; }

.height-42, .size-42 {
  height: 420px !important; }

.max-height-42 {
  max-height: 420px !important; }

.max-width-42 {
  max-width: 420px !important; }

.width-43, .size-43 {
  width: 430px !important; }

.height-43, .size-43 {
  height: 430px !important; }

.max-height-43 {
  max-height: 430px !important; }

.max-width-43 {
  max-width: 430px !important; }

.width-44, .size-44 {
  width: 440px !important; }

.height-44, .size-44 {
  height: 440px !important; }

.max-height-44 {
  max-height: 440px !important; }

.max-width-44 {
  max-width: 440px !important; }

.width-45, .size-45 {
  width: 450px !important; }

.height-45, .size-45 {
  height: 450px !important; }

.max-height-45 {
  max-height: 450px !important; }

.max-width-45 {
  max-width: 450px !important; }

.width-46, .size-46 {
  width: 460px !important; }

.height-46, .size-46 {
  height: 460px !important; }

.max-height-46 {
  max-height: 460px !important; }

.max-width-46 {
  max-width: 460px !important; }

.width-47, .size-47 {
  width: 470px !important; }

.height-47, .size-47 {
  height: 470px !important; }

.max-height-47 {
  max-height: 470px !important; }

.max-width-47 {
  max-width: 470px !important; }

.width-48, .size-48 {
  width: 480px !important; }

.height-48, .size-48 {
  height: 480px !important; }

.max-height-48 {
  max-height: 480px !important; }

.max-width-48 {
  max-width: 480px !important; }

.width-49, .size-49 {
  width: 490px !important; }

.height-49, .size-49 {
  height: 490px !important; }

.max-height-49 {
  max-height: 490px !important; }

.max-width-49 {
  max-width: 490px !important; }

.width-50, .size-50 {
  width: 500px !important; }

.height-50, .size-50 {
  height: 500px !important; }

.max-height-50 {
  max-height: 500px !important; }

.max-width-50 {
  max-width: 500px !important; }

.width-51, .size-51 {
  width: 510px !important; }

.height-51, .size-51 {
  height: 510px !important; }

.max-height-51 {
  max-height: 510px !important; }

.max-width-51 {
  max-width: 510px !important; }

.width-52, .size-52 {
  width: 520px !important; }

.height-52, .size-52 {
  height: 520px !important; }

.max-height-52 {
  max-height: 520px !important; }

.max-width-52 {
  max-width: 520px !important; }

.width-53, .size-53 {
  width: 530px !important; }

.height-53, .size-53 {
  height: 530px !important; }

.max-height-53 {
  max-height: 530px !important; }

.max-width-53 {
  max-width: 530px !important; }

.width-54, .size-54 {
  width: 540px !important; }

.height-54, .size-54 {
  height: 540px !important; }

.max-height-54 {
  max-height: 540px !important; }

.max-width-54 {
  max-width: 540px !important; }

.width-55, .size-55 {
  width: 550px !important; }

.height-55, .size-55 {
  height: 550px !important; }

.max-height-55 {
  max-height: 550px !important; }

.max-width-55 {
  max-width: 550px !important; }

.width-56, .size-56 {
  width: 560px !important; }

.height-56, .size-56 {
  height: 560px !important; }

.max-height-56 {
  max-height: 560px !important; }

.max-width-56 {
  max-width: 560px !important; }

.width-57, .size-57 {
  width: 570px !important; }

.height-57, .size-57 {
  height: 570px !important; }

.max-height-57 {
  max-height: 570px !important; }

.max-width-57 {
  max-width: 570px !important; }

.width-58, .size-58 {
  width: 580px !important; }

.height-58, .size-58 {
  height: 580px !important; }

.max-height-58 {
  max-height: 580px !important; }

.max-width-58 {
  max-width: 580px !important; }

.width-59, .size-59 {
  width: 590px !important; }

.height-59, .size-59 {
  height: 590px !important; }

.max-height-59 {
  max-height: 590px !important; }

.max-width-59 {
  max-width: 590px !important; }

.width-60, .size-60 {
  width: 600px !important; }

.height-60, .size-60 {
  height: 600px !important; }

.max-height-60 {
  max-height: 600px !important; }

.max-width-60 {
  max-width: 600px !important; }

.width-61, .size-61 {
  width: 610px !important; }

.height-61, .size-61 {
  height: 610px !important; }

.max-height-61 {
  max-height: 610px !important; }

.max-width-61 {
  max-width: 610px !important; }

.width-62, .size-62 {
  width: 620px !important; }

.height-62, .size-62 {
  height: 620px !important; }

.max-height-62 {
  max-height: 620px !important; }

.max-width-62 {
  max-width: 620px !important; }

.width-63, .size-63 {
  width: 630px !important; }

.height-63, .size-63 {
  height: 630px !important; }

.max-height-63 {
  max-height: 630px !important; }

.max-width-63 {
  max-width: 630px !important; }

.width-64, .size-64 {
  width: 640px !important; }

.height-64, .size-64 {
  height: 640px !important; }

.max-height-64 {
  max-height: 640px !important; }

.max-width-64 {
  max-width: 640px !important; }

.width-65, .size-65 {
  width: 650px !important; }

.height-65, .size-65 {
  height: 650px !important; }

.max-height-65 {
  max-height: 650px !important; }

.max-width-65 {
  max-width: 650px !important; }

.width-66, .size-66 {
  width: 660px !important; }

.height-66, .size-66 {
  height: 660px !important; }

.max-height-66 {
  max-height: 660px !important; }

.max-width-66 {
  max-width: 660px !important; }

.width-67, .size-67 {
  width: 670px !important; }

.height-67, .size-67 {
  height: 670px !important; }

.max-height-67 {
  max-height: 670px !important; }

.max-width-67 {
  max-width: 670px !important; }

.width-68, .size-68 {
  width: 680px !important; }

.height-68, .size-68 {
  height: 680px !important; }

.max-height-68 {
  max-height: 680px !important; }

.max-width-68 {
  max-width: 680px !important; }

.width-69, .size-69 {
  width: 690px !important; }

.height-69, .size-69 {
  height: 690px !important; }

.max-height-69 {
  max-height: 690px !important; }

.max-width-69 {
  max-width: 690px !important; }

.width-70, .size-70 {
  width: 700px !important; }

.height-70, .size-70 {
  height: 700px !important; }

.max-height-70 {
  max-height: 700px !important; }

.max-width-70 {
  max-width: 700px !important; }

.width-71, .size-71 {
  width: 710px !important; }

.height-71, .size-71 {
  height: 710px !important; }

.max-height-71 {
  max-height: 710px !important; }

.max-width-71 {
  max-width: 710px !important; }

.width-72, .size-72 {
  width: 720px !important; }

.height-72, .size-72 {
  height: 720px !important; }

.max-height-72 {
  max-height: 720px !important; }

.max-width-72 {
  max-width: 720px !important; }

.width-73, .size-73 {
  width: 730px !important; }

.height-73, .size-73 {
  height: 730px !important; }

.max-height-73 {
  max-height: 730px !important; }

.max-width-73 {
  max-width: 730px !important; }

.width-74, .size-74 {
  width: 740px !important; }

.height-74, .size-74 {
  height: 740px !important; }

.max-height-74 {
  max-height: 740px !important; }

.max-width-74 {
  max-width: 740px !important; }

.width-75, .size-75 {
  width: 750px !important; }

.height-75, .size-75 {
  height: 750px !important; }

.max-height-75 {
  max-height: 750px !important; }

.max-width-75 {
  max-width: 750px !important; }

.width-76, .size-76 {
  width: 760px !important; }

.height-76, .size-76 {
  height: 760px !important; }

.max-height-76 {
  max-height: 760px !important; }

.max-width-76 {
  max-width: 760px !important; }

.width-77, .size-77 {
  width: 770px !important; }

.height-77, .size-77 {
  height: 770px !important; }

.max-height-77 {
  max-height: 770px !important; }

.max-width-77 {
  max-width: 770px !important; }

.width-78, .size-78 {
  width: 780px !important; }

.height-78, .size-78 {
  height: 780px !important; }

.max-height-78 {
  max-height: 780px !important; }

.max-width-78 {
  max-width: 780px !important; }

.width-79, .size-79 {
  width: 790px !important; }

.height-79, .size-79 {
  height: 790px !important; }

.max-height-79 {
  max-height: 790px !important; }

.max-width-79 {
  max-width: 790px !important; }

.width-80, .size-80 {
  width: 800px !important; }

.height-80, .size-80 {
  height: 800px !important; }

.max-height-80 {
  max-height: 800px !important; }

.max-width-80 {
  max-width: 800px !important; }

.width-81, .size-81 {
  width: 810px !important; }

.height-81, .size-81 {
  height: 810px !important; }

.max-height-81 {
  max-height: 810px !important; }

.max-width-81 {
  max-width: 810px !important; }

.width-82, .size-82 {
  width: 820px !important; }

.height-82, .size-82 {
  height: 820px !important; }

.max-height-82 {
  max-height: 820px !important; }

.max-width-82 {
  max-width: 820px !important; }

.width-83, .size-83 {
  width: 830px !important; }

.height-83, .size-83 {
  height: 830px !important; }

.max-height-83 {
  max-height: 830px !important; }

.max-width-83 {
  max-width: 830px !important; }

.width-84, .size-84 {
  width: 840px !important; }

.height-84, .size-84 {
  height: 840px !important; }

.max-height-84 {
  max-height: 840px !important; }

.max-width-84 {
  max-width: 840px !important; }

.width-85, .size-85 {
  width: 850px !important; }

.height-85, .size-85 {
  height: 850px !important; }

.max-height-85 {
  max-height: 850px !important; }

.max-width-85 {
  max-width: 850px !important; }

.width-86, .size-86 {
  width: 860px !important; }

.height-86, .size-86 {
  height: 860px !important; }

.max-height-86 {
  max-height: 860px !important; }

.max-width-86 {
  max-width: 860px !important; }

.width-87, .size-87 {
  width: 870px !important; }

.height-87, .size-87 {
  height: 870px !important; }

.max-height-87 {
  max-height: 870px !important; }

.max-width-87 {
  max-width: 870px !important; }

.width-88, .size-88 {
  width: 880px !important; }

.height-88, .size-88 {
  height: 880px !important; }

.max-height-88 {
  max-height: 880px !important; }

.max-width-88 {
  max-width: 880px !important; }

.width-89, .size-89 {
  width: 890px !important; }

.height-89, .size-89 {
  height: 890px !important; }

.max-height-89 {
  max-height: 890px !important; }

.max-width-89 {
  max-width: 890px !important; }

.width-90, .size-90 {
  width: 900px !important; }

.height-90, .size-90 {
  height: 900px !important; }

.max-height-90 {
  max-height: 900px !important; }

.max-width-90 {
  max-width: 900px !important; }

.width-91, .size-91 {
  width: 910px !important; }

.height-91, .size-91 {
  height: 910px !important; }

.max-height-91 {
  max-height: 910px !important; }

.max-width-91 {
  max-width: 910px !important; }

.width-92, .size-92 {
  width: 920px !important; }

.height-92, .size-92 {
  height: 920px !important; }

.max-height-92 {
  max-height: 920px !important; }

.max-width-92 {
  max-width: 920px !important; }

.width-93, .size-93 {
  width: 930px !important; }

.height-93, .size-93 {
  height: 930px !important; }

.max-height-93 {
  max-height: 930px !important; }

.max-width-93 {
  max-width: 930px !important; }

.width-94, .size-94 {
  width: 940px !important; }

.height-94, .size-94 {
  height: 940px !important; }

.max-height-94 {
  max-height: 940px !important; }

.max-width-94 {
  max-width: 940px !important; }

.width-95, .size-95 {
  width: 950px !important; }

.height-95, .size-95 {
  height: 950px !important; }

.max-height-95 {
  max-height: 950px !important; }

.max-width-95 {
  max-width: 950px !important; }

.width-96, .size-96 {
  width: 960px !important; }

.height-96, .size-96 {
  height: 960px !important; }

.max-height-96 {
  max-height: 960px !important; }

.max-width-96 {
  max-width: 960px !important; }

.width-97, .size-97 {
  width: 970px !important; }

.height-97, .size-97 {
  height: 970px !important; }

.max-height-97 {
  max-height: 970px !important; }

.max-width-97 {
  max-width: 970px !important; }

.width-98, .size-98 {
  width: 980px !important; }

.height-98, .size-98 {
  height: 980px !important; }

.max-height-98 {
  max-height: 980px !important; }

.max-width-98 {
  max-width: 980px !important; }

.width-99, .size-99 {
  width: 990px !important; }

.height-99, .size-99 {
  height: 990px !important; }

.max-height-99 {
  max-height: 990px !important; }

.max-width-99 {
  max-width: 990px !important; }

.width-100, .size-100 {
  width: 1000px !important; }

.height-100, .size-100 {
  height: 1000px !important; }

.max-height-100 {
  max-height: 1000px !important; }

.max-width-100 {
  max-width: 1000px !important; }

.width-101, .size-101 {
  width: 1010px !important; }

.height-101, .size-101 {
  height: 1010px !important; }

.max-height-101 {
  max-height: 1010px !important; }

.max-width-101 {
  max-width: 1010px !important; }

.width-102, .size-102 {
  width: 1020px !important; }

.height-102, .size-102 {
  height: 1020px !important; }

.max-height-102 {
  max-height: 1020px !important; }

.max-width-102 {
  max-width: 1020px !important; }

.width-103, .size-103 {
  width: 1030px !important; }

.height-103, .size-103 {
  height: 1030px !important; }

.max-height-103 {
  max-height: 1030px !important; }

.max-width-103 {
  max-width: 1030px !important; }

.width-104, .size-104 {
  width: 1040px !important; }

.height-104, .size-104 {
  height: 1040px !important; }

.max-height-104 {
  max-height: 1040px !important; }

.max-width-104 {
  max-width: 1040px !important; }

.width-105, .size-105 {
  width: 1050px !important; }

.height-105, .size-105 {
  height: 1050px !important; }

.max-height-105 {
  max-height: 1050px !important; }

.max-width-105 {
  max-width: 1050px !important; }

.width-106, .size-106 {
  width: 1060px !important; }

.height-106, .size-106 {
  height: 1060px !important; }

.max-height-106 {
  max-height: 1060px !important; }

.max-width-106 {
  max-width: 1060px !important; }

.width-107, .size-107 {
  width: 1070px !important; }

.height-107, .size-107 {
  height: 1070px !important; }

.max-height-107 {
  max-height: 1070px !important; }

.max-width-107 {
  max-width: 1070px !important; }

.width-108, .size-108 {
  width: 1080px !important; }

.height-108, .size-108 {
  height: 1080px !important; }

.max-height-108 {
  max-height: 1080px !important; }

.max-width-108 {
  max-width: 1080px !important; }

.width-109, .size-109 {
  width: 1090px !important; }

.height-109, .size-109 {
  height: 1090px !important; }

.max-height-109 {
  max-height: 1090px !important; }

.max-width-109 {
  max-width: 1090px !important; }

.width-110, .size-110 {
  width: 1100px !important; }

.height-110, .size-110 {
  height: 1100px !important; }

.max-height-110 {
  max-height: 1100px !important; }

.max-width-110 {
  max-width: 1100px !important; }

.width-111, .size-111 {
  width: 1110px !important; }

.height-111, .size-111 {
  height: 1110px !important; }

.max-height-111 {
  max-height: 1110px !important; }

.max-width-111 {
  max-width: 1110px !important; }

.width-112, .size-112 {
  width: 1120px !important; }

.height-112, .size-112 {
  height: 1120px !important; }

.max-height-112 {
  max-height: 1120px !important; }

.max-width-112 {
  max-width: 1120px !important; }

.width-113, .size-113 {
  width: 1130px !important; }

.height-113, .size-113 {
  height: 1130px !important; }

.max-height-113 {
  max-height: 1130px !important; }

.max-width-113 {
  max-width: 1130px !important; }

.width-114, .size-114 {
  width: 1140px !important; }

.height-114, .size-114 {
  height: 1140px !important; }

.max-height-114 {
  max-height: 1140px !important; }

.max-width-114 {
  max-width: 1140px !important; }

.width-115, .size-115 {
  width: 1150px !important; }

.height-115, .size-115 {
  height: 1150px !important; }

.max-height-115 {
  max-height: 1150px !important; }

.max-width-115 {
  max-width: 1150px !important; }

.width-116, .size-116 {
  width: 1160px !important; }

.height-116, .size-116 {
  height: 1160px !important; }

.max-height-116 {
  max-height: 1160px !important; }

.max-width-116 {
  max-width: 1160px !important; }

.width-117, .size-117 {
  width: 1170px !important; }

.height-117, .size-117 {
  height: 1170px !important; }

.max-height-117 {
  max-height: 1170px !important; }

.max-width-117 {
  max-width: 1170px !important; }

.width-118, .size-118 {
  width: 1180px !important; }

.height-118, .size-118 {
  height: 1180px !important; }

.max-height-118 {
  max-height: 1180px !important; }

.max-width-118 {
  max-width: 1180px !important; }

.width-119, .size-119 {
  width: 1190px !important; }

.height-119, .size-119 {
  height: 1190px !important; }

.max-height-119 {
  max-height: 1190px !important; }

.max-width-119 {
  max-width: 1190px !important; }

.width-120, .size-120 {
  width: 1200px !important; }

.height-120, .size-120 {
  height: 1200px !important; }

.max-height-120 {
  max-height: 1200px !important; }

.max-width-120 {
  max-width: 1200px !important; }

.w0 {
  width: 0; }

.w100 {
  width: 100%; }

.h0 {
  height: 0; }

.h100 {
  height: 100%; }

.opacity-5 {
  opacity: 0.05; }

.opacity-10 {
  opacity: 0.1; }

.opacity-15 {
  opacity: 0.15; }

.opacity-20 {
  opacity: 0.2; }

.opacity-25 {
  opacity: 0.25; }

.opacity-30 {
  opacity: 0.3; }

.opacity-35 {
  opacity: 0.35; }

.opacity-40 {
  opacity: 0.4; }

.opacity-45 {
  opacity: 0.45; }

.opacity-50 {
  opacity: 0.5; }

.opacity-55 {
  opacity: 0.55; }

.opacity-60 {
  opacity: 0.6; }

.opacity-65 {
  opacity: 0.65; }

.opacity-70 {
  opacity: 0.7; }

.opacity-75 {
  opacity: 0.75; }

.opacity-80 {
  opacity: 0.8; }

.opacity-85 {
  opacity: 0.85; }

.opacity-90 {
  opacity: 0.9; }

.opacity-95 {
  opacity: 0.95; }

.opacity-100 {
  opacity: 1; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-2 {
  line-height: 2 !important; }

.line-height-3 {
  line-height: 3 !important; }

.line-height-4 {
  line-height: 4 !important; }

.line-height-5 {
  line-height: 5 !important; }

.line-height-6 {
  line-height: 6 !important; }

.line-height-7 {
  line-height: 7 !important; }

.line-height-8 {
  line-height: 8 !important; }

.line-height-9 {
  line-height: 9 !important; }

.line-height-10 {
  line-height: 10 !important; }

.line-height-11 {
  line-height: 11 !important; }

.line-height-12 {
  line-height: 12 !important; }

.line-height-13 {
  line-height: 13 !important; }

.line-height-14 {
  line-height: 14 !important; }

.line-height-15 {
  line-height: 15 !important; }

.line-height-16 {
  line-height: 16 !important; }

.line-height-17 {
  line-height: 17 !important; }

.line-height-18 {
  line-height: 18 !important; }

.line-height-19 {
  line-height: 19 !important; }

.line-height-20 {
  line-height: 20 !important; }

.line-height-21 {
  line-height: 21 !important; }

.line-height-22 {
  line-height: 22 !important; }

.line-height-23 {
  line-height: 23 !important; }

.line-height-24 {
  line-height: 24 !important; }

.line-height-25 {
  line-height: 25 !important; }

.line-height-26 {
  line-height: 26 !important; }

.line-height-27 {
  line-height: 27 !important; }

.line-height-28 {
  line-height: 28 !important; }

.line-height-29 {
  line-height: 29 !important; }

.line-height-30 {
  line-height: 30 !important; }

.line-height-31 {
  line-height: 31 !important; }

.line-height-32 {
  line-height: 32 !important; }

.line-height-33 {
  line-height: 33 !important; }

.line-height-34 {
  line-height: 34 !important; }

.line-height-35 {
  line-height: 35 !important; }

.line-height-36 {
  line-height: 36 !important; }

.line-height-37 {
  line-height: 37 !important; }

.line-height-38 {
  line-height: 38 !important; }

.line-height-39 {
  line-height: 39 !important; }

.line-height-40 {
  line-height: 40 !important; }

.line-height-41 {
  line-height: 41 !important; }

.line-height-42 {
  line-height: 42 !important; }

.line-height-43 {
  line-height: 43 !important; }

.line-height-44 {
  line-height: 44 !important; }

.line-height-45 {
  line-height: 45 !important; }

.line-height-46 {
  line-height: 46 !important; }

.line-height-47 {
  line-height: 47 !important; }

.line-height-48 {
  line-height: 48 !important; }

.align-middle {
  vertical-align: middle; }

.align-top {
  vertical-align: top; }

.align-sub {
  vertical-align: sub; }

.align-inherit {
  vertical-align: inherit; }

.align-bottom {
  vertical-align: bottom; }

.align-text-top {
  vertical-align: text-top; }

.align-text-bottom {
  vertical-align: text-bottom; }

.align-baseline {
  vertical-align: baseline; }

a:hover,
a:active {
  text-decoration: none;
  color: #2a99ea; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.color-green {
  color: #00cb00; }

.color-green-light {
  color: #91c200; }

.color-gray-light-alt {
  color: #9b9b9b; }

.cursor-pointer {
  cursor: pointer; }

.logo-div {
  padding-top: 2em !important; }

.btn-primary-transparent {
  color: #2a99ea;
  border: 1px solid #2a99ea;
  background-color: transparent; }
  .btn-primary-transparent:hover {
    background-color: #2a99ea;
    color: #ffffff; }
