@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  select {
    background: #fff !important; }

  .navbar {
    display: none; }

  .btn > .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/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

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

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

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

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

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

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
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: 17px;
  margin-bottom: 8.5px; }

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: 8.5px;
  margin-bottom: 8.5px; }

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: 31px; }

h2, .h2 {
  font-size: 25px; }

h3, .h3 {
  font-size: 21px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

p {
  margin: 0 0 8.5px; }

.lead {
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4; }

@media (min-width: 768px) {
  .lead {
    font-size: 18px; } }
small,
.small {
  font-size: 91%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover {
  background-color: #286090; }

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

a.bg-success:hover {
  background-color: #c1e2b3; }

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

a.bg-info:hover {
  background-color: #afd9ee; }

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

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

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

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

.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px; }

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: 17px; }

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%;
  text-transform: uppercase; }

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  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: 17px;
  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: 2px; }

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: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }

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: 750px; } }
@media (min-width: 992px) {
  .container {
    width: 970px; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } }
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.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: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-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: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-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: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 17px; }

.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: 8px;
  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: #fff; }

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    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; } }
.table-simple, .table-simple-odd-even {
  width: 100%;
  font-size: 12px; }

.table-simple thead tr, .table-simple-odd-even thead tr {
  border-bottom: 1px solid #dddddd; }

.table-simple thead tr th, .table-simple-odd-even thead tr th {
  padding: 10px;
  color: #898989;
  font-weight: bold; }

.table-simple thead tr th i, .table-simple-odd-even thead tr th i {
  float: right; }

.table-simple tbody tr, .table-simple-odd-even tbody tr {
  border-bottom: 1px solid #dddddd; }

.table-simple tbody tr td, .table-simple-odd-even tbody tr td {
  padding: 10px;
  color: #404653; }

.table-simple tbody tr td .link, .table-simple-odd-even tbody tr td .link {
  background: none repeat scroll 0 0 #eaeaea;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 3px 6px;
  text-align: center;
  color: #909090; }

.table-simple tbody tr td .link:hover, .table-simple-odd-even tbody tr td .link:hover {
  color: #000;
  text-decoration: none; }

.table-simple.color-header thead tr, .color-header.table-simple-odd-even thead tr {
  background: #D04439; }

.table-simple.color-header thead tr th, .color-header.table-simple-odd-even thead tr th {
  color: #fff; }

.table-simple.color-header[color="logistic"] thead tr, .color-header[color="logistic"].table-simple-odd-even thead tr {
  background: #4E8BD9; }

.table-simple.color-header[color="logistic"] thead tr th, .color-header[color="logistic"].table-simple-odd-even thead tr th {
  color: #fff; }

.table-simple.color-header[color="black"] thead tr, .color-header[color="black"].table-simple-odd-even thead tr {
  background: #4A525F; }

.table-simple.color-header[color="black"] thead tr th, .color-header[color="black"].table-simple-odd-even thead tr th {
  color: #fff; }

.table-simple.color-header[color="gray"] thead tr, .color-header[color="gray"].table-simple-odd-even thead tr {
  background: #ACB6B7; }

.table-simple.color-header[color="gray"] thead tr th, .color-header[color="gray"].table-simple-odd-even thead tr th {
  color: #fff; }

.table-simple.color-header[color="payment"] thead tr, .color-header[color="payment"].table-simple-odd-even thead tr {
  background: #0d7963; }

.table-simple.color-header[color="payment"] thead tr th, .color-header[color="payment"].table-simple-odd-even thead tr th {
  color: #fff; }

.table-simple.gray-color thead tr, .gray-color.table-simple-odd-even thead tr {
  background: #EEEEEE;
  border-bottom: 2px solid #ddd; }

.table-simple.bordered thead tr th, .bordered.table-simple-odd-even thead tr th {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd; }

.table-simple.bordered tbody tr td, .bordered.table-simple-odd-even tbody tr td {
  border-left: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
  border-top: 1px solid #dddddd !important; }

.table-simple-odd-even tbody tr {
  border-bottom: 1px solid transparent; }

.table-simple-odd-even tbody tr td {
  padding: 10px;
  color: #404653; }

.table-simple-odd-even tbody tr:nth-child(even) {
  background: #FFF; }

.table-simple-odd-even tbody tr:nth-child(odd) {
  background: #F9F9F9; }

.table-simple-odd-even.color-header tbody tr:nth-child(even) {
  background: #F9F9F9 !important; }

.table-simple-odd-even.color-header tbody tr:nth-child(odd) {
  background: #FFF !important; }

.table-simple-odd-even.gray-color tbody tr:nth-child(even) {
  background: #F9F9F9 !important; }

.table-simple-odd-even.gray-color tbody tr:nth-child(odd) {
  background: #FFF !important; }

.table-simple-odd-even.bordered tbody tr:nth-child(even) {
  background: #F9F9F9 !important; }

.table-simple-odd-even.bordered tbody tr:nth-child(odd) {
  background: #FFF !important; }

.table-simple-odd-even.bordered tbody tr:last-child {
  border-bottom: 1px solid #dddddd; }

.panel-table, .panel-table-advance {
  border: 1px solid #ebebeb;
  margin-bottom: 20px; }

.panel-table .table-title, .panel-table-advance .table-title {
  background: none repeat scroll 0 0 #fafafa;
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 20px;
  font-weight: normal; }

.panel-table .table-content, .panel-table-advance .table-content, .panel-table-advance .table-advance-content {
  padding: 20px; }

.panel-table-advance {
  border: 1px solid transparent; }

.panel-table-advance .table-advance-title {
  font-weight: normal; }

.panel-table-advance .table-advance-content {
  background: #fff; }

.panel-table-advance .table-advance-content.table-nopadding {
  padding: 20px 0; }

.panel-table-advance .table-advance-content.table-nopadding .form-inline {
  padding: 0 20px !important; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7.5px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6.5px 12px;
  font-size: 12px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -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[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
  border: 1px solid transparent; }

.form-control.huge, .has-suggestion > .huge {
  font-size: 20px;
  height: 40px;
  border: 2px solid #d8d8d8;
  padding: 0 12px; }

.form-control[class*="span"] {
  width: auto;
  display: inline-block; }

textarea.form-control {
  height: auto; }

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px; }

  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 28px; }

  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 42px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }

.radio label,
.checkbox label {
  min-height: 17px;
  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 {
  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: 7.5px;
  padding-bottom: 7.5px;
  margin-bottom: 0; }

.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: 28px;
  padding: 5px 10px;
  font-size: 11px;
  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: 28px;
  line-height: 28px; }

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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  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: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  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: 42px;
  line-height: 42px; }

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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 30px; }

.has-feedback.left .form-control-feedback, #page-purchase-manager .filter .has-feedback.right .form-control-feedback {
  left: 15px; }

.has-feedback.left .form-control, #page-purchase-manager .filter .has-feedback.right .form-control {
  padding-left: 30px;
  padding-right: 12px; }

.has-feedback.left i.form-control-feedback, #page-purchase-manager .filter .has-feedback.right i.form-control-feedback {
  left: 15px; }

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

i.form-control-feedback {
  font-size: 14px;
  padding-top: 8px; }

.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 {
  width: 42px;
  height: 42px;
  line-height: 42px; }

.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 {
  width: 28px;
  height: 28px;
  line-height: 28px; }

.has-success .help-block, .has-success .help-inline,
.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: #95D78B; }

.has-success .form-control {
  border-color: #95D78B;
  -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: #72ca65;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #daf1d7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #daf1d7; }

.has-success .input-group-addon {
  color: #95D78B;
  border-color: #95D78B;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #95D78B; }

.has-warning .help-block, .has-warning .help-inline,
.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: #EC7F6F; }

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

.has-warning .input-group-addon {
  color: #EC7F6F;
  border-color: #EC7F6F;
  background-color: #fcf8e3; }

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

.has-error .help-block, .has-error .help-inline,
.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: #F8CC7A; }

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

.has-error .input-group-addon {
  color: #F8CC7A;
  border-color: #F8CC7A;
  background-color: #f2dede; }

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

.has-typing .help-block, .has-typing .help-inline,
.has-typing .control-label,
.has-typing .radio,
.has-typing .checkbox,
.has-typing .radio-inline,
.has-typing .checkbox-inline, .has-typing.radio label, .has-typing.checkbox label, .has-typing.radio-inline label, .has-typing.checkbox-inline label {
  color: #6BC1E1; }

.has-typing .form-control {
  border-color: #6BC1E1;
  -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-typing .form-control:focus {
  border-color: #41afd8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0e5f2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0e5f2; }

.has-typing .input-group-addon {
  color: #6BC1E1;
  border-color: #6BC1E1;
  background-color: #fff; }

.has-typing .form-control-feedback {
  color: #6BC1E1; }

.has-feedback label ~ .form-control-feedback {
  top: 22px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.has-suggestion {
  display: inline-block;
  width: 100%;
  position: relative; }

.has-suggestion > ul {
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 9;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  /*-webkit-border-radius: 8px;*/
  /*-moz-border-radius: 8px;*/
  /*border-radius: 8px;*/
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow-y: auto; }

.has-suggestion > ul > li {
  padding: 5px 20px;
  line-height: 24px;
  cursor: pointer;
  font-size: 20px; }

.has-suggestion > ul > li:hover {
  color: #fff;
  background-color: #0097cf; }

.has-suggestion > ul > li:hover > a {
  font-size: 20px;
  color: #fff;
  text-decoration: none; }

.has-suggestion > ul > li > a {
  color: #333; }

.help-block, .help-inline {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #A9A9A9; }

.help-block.success, .success.help-inline {
  color: #95d78b; }

.help-block.warning, .warning.help-inline {
  color: #f8cc7a; }

.help-block.error, .error.help-inline {
  color: #ec7f6f; }

.help-inline {
  display: inline-block; }

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

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

.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: 7.5px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }
.box.form .box-title h1, .box.form .box-title h2, .box.form .box-title h3, .box.form .box-title h4, .box.form .box-title h5, .box.form .box-title h6 {
  color: #58616a;
  font-weight: normal; }

.box.form .box-content {
  background: #fff; }

.box.form .control-label {
  font-weight: normal; }

.box.form .control-text {
  display: inline-block;
  padding: 6px 0; }

.box.form input[type="checkbox"] {
  margin-top: 2px; }

.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: 6.5px 12px;
  font-size: 12px;
  line-height: 1.42857;
  border-radius: 2px;
  -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, .panel-tab ul.list-items > li.btn:focus:hover, .btn.active.focus, .panel-tab ul.list-items > li.btn.focus:hover {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none; }

.btn:active, .btn.active, .panel-tab ul.list-items > li.btn:hover {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-payment {
  color: #fff;
  background-color: #0d7963;
  border-color: #1a846e; }

.btn-payment:hover, .btn-payment:focus, .btn-payment.focus, .btn-payment:active, .btn-payment.active, .panel-tab ul.list-items > li.btn-payment:hover, .open > .btn-payment.dropdown-toggle {
  color: #fff;
  background-color: #084b3d;
  border-color: #105143; }

.btn-payment:active, .btn-payment.active, .panel-tab ul.list-items > li.btn-payment:hover, .open > .btn-payment.dropdown-toggle {
  background-image: none; }

.btn-payment.disabled, .btn-payment.disabled:hover, .btn-payment.disabled:focus, .btn-payment.disabled.focus, .btn-payment.disabled:active, .btn-payment.disabled.active, .panel-tab ul.list-items > li.btn-payment.disabled:hover, .btn-payment[disabled], .btn-payment[disabled]:hover, .btn-payment[disabled]:focus, .btn-payment[disabled].focus, .btn-payment[disabled]:active, .btn-payment[disabled].active, .panel-tab ul.list-items > li.btn-payment[disabled]:hover, fieldset[disabled] .btn-payment, fieldset[disabled] .btn-payment:hover, fieldset[disabled] .btn-payment:focus, fieldset[disabled] .btn-payment.focus, fieldset[disabled] .btn-payment:active, fieldset[disabled] .btn-payment.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-payment:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-payment:hover {
  background-color: #0d7963;
  border-color: #1a846e; }

.btn-payment .badge {
  color: #0d7963;
  background-color: #fff; }

.btn-logistic {
  color: #fff;
  background-color: #368EE0;
  border-color: #1E74C5; }

.btn-logistic:hover, .btn-logistic:focus, .btn-logistic.focus, .btn-logistic:active, .btn-logistic.active, .panel-tab ul.list-items > li.btn-logistic:hover, .open > .btn-logistic.dropdown-toggle {
  color: #fff;
  background-color: #1e74c5;
  border-color: #165590; }

.btn-logistic:active, .btn-logistic.active, .panel-tab ul.list-items > li.btn-logistic:hover, .open > .btn-logistic.dropdown-toggle {
  background-image: none; }

.btn-logistic.disabled, .btn-logistic.disabled:hover, .btn-logistic.disabled:focus, .btn-logistic.disabled.focus, .btn-logistic.disabled:active, .btn-logistic.disabled.active, .panel-tab ul.list-items > li.btn-logistic.disabled:hover, .btn-logistic[disabled], .btn-logistic[disabled]:hover, .btn-logistic[disabled]:focus, .btn-logistic[disabled].focus, .btn-logistic[disabled]:active, .btn-logistic[disabled].active, .panel-tab ul.list-items > li.btn-logistic[disabled]:hover, fieldset[disabled] .btn-logistic, fieldset[disabled] .btn-logistic:hover, fieldset[disabled] .btn-logistic:focus, fieldset[disabled] .btn-logistic.focus, fieldset[disabled] .btn-logistic:active, fieldset[disabled] .btn-logistic.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-logistic:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-logistic:hover {
  background-color: #368EE0;
  border-color: #1E74C5; }

.btn-logistic .badge {
  color: #368EE0;
  background-color: #fff; }

.btn-default {
  color: #333;
  background-color: #EBEBEB;
  border-color: #D8D8D8; }

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .panel-tab ul.list-items > li.btn-default:hover, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #d2d2d2;
  border-color: #b9b9b9; }

.btn-default:active, .btn-default.active, .panel-tab ul.list-items > li.btn-default:hover, .open > .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .panel-tab ul.list-items > li.btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, .panel-tab ul.list-items > li.btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-default:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-default:hover {
  background-color: #EBEBEB;
  border-color: #D8D8D8; }

.btn-default .badge {
  color: #EBEBEB;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #2A7EBA;
  border-color: #2570a5; }

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .panel-tab ul.list-items > li.btn-primary:hover, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #216290;
  border-color: #1a4e73; }

.btn-primary:active, .btn-primary.active, .panel-tab ul.list-items > li.btn-primary:hover, .open > .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .panel-tab ul.list-items > li.btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, .panel-tab ul.list-items > li.btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-primary:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-primary:hover {
  background-color: #2A7EBA;
  border-color: #2570a5; }

.btn-primary .badge {
  color: #2A7EBA;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .panel-tab ul.list-items > li.btn-success:hover, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.btn-success:active, .btn-success.active, .panel-tab ul.list-items > li.btn-success:hover, .open > .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .panel-tab ul.list-items > li.btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, .panel-tab ul.list-items > li.btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-success:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .panel-tab ul.list-items > li.btn-info:hover, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.btn-info:active, .btn-info.active, .panel-tab ul.list-items > li.btn-info:hover, .open > .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .panel-tab ul.list-items > li.btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, .panel-tab ul.list-items > li.btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-info:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .panel-tab ul.list-items > li.btn-warning:hover, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active, .panel-tab ul.list-items > li.btn-warning:hover, .open > .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .panel-tab ul.list-items > li.btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, .panel-tab ul.list-items > li.btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-warning:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .panel-tab ul.list-items > li.btn-danger:hover, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active, .panel-tab ul.list-items > li.btn-danger:hover, .open > .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .panel-tab ul.list-items > li.btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, .panel-tab ul.list-items > li.btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .panel-tab ul.list-items > li.btn-danger:hover, .panel-tab fieldset[disabled] ul.list-items > li.btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link.active, .panel-tab ul.list-items > li.btn-link:hover, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .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: 15px;
  line-height: 1.33333;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none;
  visibility: hidden; }

.collapse.in {
  display: block;
  visibility: visible; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -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: 7.5px 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: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .panel-tab ul.list-items.dropdown-menu > li:hover > a, .dropdown-menu > .active > a:hover, .panel-tab ul.list-items.dropdown-menu > li:hover > a:hover, .dropdown-menu > .active > a:focus, .panel-tab ul.list-items.dropdown-menu > li:hover > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.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: 11px;
  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 solid;
  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, .panel-tab ul.list-items.btn-group > li.btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active,
.panel-tab ul.list-items.btn-group-vertical > li.btn:hover {
  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-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: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

.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-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: 6.5px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }

.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: 11px;
  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: 15px;
  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 {
  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: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 7.5px 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: 2px 2px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd; }

.nav-tabs > li.active > a, .panel-tab ul.list-items.nav-tabs > li:hover > a, .nav-tabs > li.active > a:hover, .panel-tab ul.list-items.nav-tabs > li:hover > a:hover, .nav-tabs > li.active > a:focus, .panel-tab ul.list-items.nav-tabs > li:hover > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 2px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a, .panel-tab ul.list-items.nav-pills > li:hover > a, .nav-pills > li.active > a:hover, .panel-tab ul.list-items.nav-pills > li:hover > a:hover, .nav-pills > li.active > a:focus, .panel-tab ul.list-items.nav-pills > li:hover > a:focus {
  color: #fff;
  background-color: #337ab7; }

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

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .panel-tab ul.list-items.nav-tabs-justified > li:hover > a, .panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.panel-tab ul.list-items.nav-tabs-justified > li:hover > a:hover,
.panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.panel-tab ul.list-items.nav-tabs-justified > li:hover > a:focus,
.panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > 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: 2px 2px 0 0; }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .panel-tab ul.list-items.nav-tabs-justified > li:hover > a, .panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .panel-tab ul.list-items.nav-tabs-justified > li:hover > a:hover,
  .panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .panel-tab ul.list-items.nav-tabs-justified > li:hover > a:focus,
  .panel-tab ul.list-items.nav-tabs.nav-justified > li:hover > a:focus {
    border-bottom-color: #fff; } }
.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active, .panel-tab ul.list-items.tab-content > li:hover {
  display: block;
  visibility: visible; }

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent; }

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

.navbar:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 2px; } }
.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;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }

  .navbar-collapse.in {
    overflow-y: visible; }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }
.container > .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: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  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: 2px; }

.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: 8.25px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px; }

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

  .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: 16.5px;
    padding-bottom: 16.5px; } }
.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: 9px;
  margin-bottom: 9px; }

@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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px; }

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 11px;
  margin-bottom: 11px; }

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 16.5px;
  margin-bottom: 16.5px; }

@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 .panel-tab ul.list-items.navbar-nav > li:hover > a, .panel-tab .navbar-default ul.list-items.navbar-nav > li:hover > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .panel-tab ul.list-items.navbar-nav > li:hover > a:hover, .panel-tab .navbar-default ul.list-items.navbar-nav > li:hover > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .panel-tab ul.list-items.navbar-nav > li:hover > a:focus, .panel-tab .navbar-default ul.list-items.navbar-nav > li:hover > 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 .panel-tab ul.list-items.dropdown-menu > li:hover > a, .panel-tab .navbar-default .navbar-nav .open ul.list-items.dropdown-menu > li:hover > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .panel-tab ul.list-items.dropdown-menu > li:hover > a:hover, .panel-tab .navbar-default .navbar-nav .open ul.list-items.dropdown-menu > li:hover > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .panel-tab ul.list-items.dropdown-menu > li:hover > a:focus, .panel-tab .navbar-default .navbar-nav .open ul.list-items.dropdown-menu > li:hover > 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: #9d9d9d; }

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.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 .panel-tab ul.list-items.navbar-nav > li:hover > a, .panel-tab .navbar-inverse ul.list-items.navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .panel-tab ul.list-items.navbar-nav > li:hover > a:hover, .panel-tab .navbar-inverse ul.list-items.navbar-nav > li:hover > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .panel-tab ul.list-items.navbar-nav > li:hover > a:focus, .panel-tab .navbar-inverse ul.list-items.navbar-nav > li:hover > 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: #9d9d9d; }

  .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 .panel-tab ul.list-items.dropdown-menu > li:hover > a, .panel-tab .navbar-inverse .navbar-nav .open ul.list-items.dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .panel-tab ul.list-items.dropdown-menu > li:hover > a:hover, .panel-tab .navbar-inverse .navbar-nav .open ul.list-items.dropdown-menu > li:hover > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .panel-tab ul.list-items.dropdown-menu > li:hover > a:focus, .panel-tab .navbar-inverse .navbar-nav .open ul.list-items.dropdown-menu > li:hover > 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: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #fff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.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: 17px;
  list-style: none;
  background: transparent;
  border-radius: 2px; }

.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: /\00a0;
  padding: 0 5px;
  color: #ccc; }

.breadcrumb > .active, .panel-tab ul.list-items.breadcrumb > li:hover {
  color: #777777; }

.pagination, .pagination.gray, .pagination.black, .pagination.payment, .pagination.logistic {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 2px; }

.pagination > li, .pagination.gray > li, .pagination.black > li, .pagination.payment > li, .pagination.logistic > li {
  display: inline; }

.pagination > li > a, .pagination.gray > li > a, .pagination.black > li > a, .pagination.payment > li > a, .pagination.logistic > li > a,
.pagination > li > span,
.pagination.gray > li > span,
.pagination.black > li > span,
.pagination.payment > li > span,
.pagination.logistic > li > span {
  position: relative;
  float: left;
  padding: 6.5px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #fff;
  background-color: #D04439;
  border: 1px solid none;
  margin-left: -1px; }

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

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #A6382D;
  border-color: none; }

.pagination > .active > a, .panel-tab ul.list-items.pagination > li:hover > a, .pagination > .active > a:hover, .panel-tab ul.list-items.pagination > li:hover > a:hover, .pagination > .active > a:focus, .panel-tab ul.list-items.pagination > li:hover > a:focus,
.pagination > .active > span,
.panel-tab ul.list-items.pagination > li:hover > span,
.pagination > .active > span:hover,
.panel-tab ul.list-items.pagination > li:hover > span:hover,
.pagination > .active > span:focus,
.panel-tab ul.list-items.pagination > li:hover > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #A6382D;
  border-color: none;
  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: #ccc;
  background-color: #d04439;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination.gray > li > a,
.pagination.gray > li > span {
  color: #fff;
  background-color: #ACB6B7; }

.pagination.gray > li > a:hover, .pagination.gray > li > a:focus,
.pagination.gray > li > span:hover,
.pagination.gray > li > span:focus {
  color: #fff;
  background-color: #899193; }

.pagination.gray > .active > a, .panel-tab ul.list-items.pagination.gray > li:hover > a, .pagination.gray > .active > a:hover, .panel-tab ul.list-items.pagination.gray > li:hover > a:hover, .pagination.gray > .active > a:focus, .panel-tab ul.list-items.pagination.gray > li:hover > a:focus,
.pagination.gray > .active > span,
.panel-tab ul.list-items.pagination.gray > li:hover > span,
.pagination.gray > .active > span:hover,
.panel-tab ul.list-items.pagination.gray > li:hover > span:hover,
.pagination.gray > .active > span:focus,
.panel-tab ul.list-items.pagination.gray > li:hover > span:focus {
  color: #fff;
  background-color: #899193; }

.pagination.gray > .disabled > span,
.pagination.gray > .disabled > span:hover,
.pagination.gray > .disabled > span:focus,
.pagination.gray > .disabled > a,
.pagination.gray > .disabled > a:hover,
.pagination.gray > .disabled > a:focus {
  color: #fff;
  background-color: #ACB6B7;
  border-color: #ddd; }

.pagination.black > li > a,
.pagination.black > li > span {
  color: #fff;
  background-color: #4A525F; }

.pagination.black > li > a:hover, .pagination.black > li > a:focus,
.pagination.black > li > span:hover,
.pagination.black > li > span:focus {
  color: #fff;
  background-color: #3B424C; }

.pagination.black > .active > a, .panel-tab ul.list-items.pagination.black > li:hover > a, .pagination.black > .active > a:hover, .panel-tab ul.list-items.pagination.black > li:hover > a:hover, .pagination.black > .active > a:focus, .panel-tab ul.list-items.pagination.black > li:hover > a:focus,
.pagination.black > .active > span,
.panel-tab ul.list-items.pagination.black > li:hover > span,
.pagination.black > .active > span:hover,
.panel-tab ul.list-items.pagination.black > li:hover > span:hover,
.pagination.black > .active > span:focus,
.panel-tab ul.list-items.pagination.black > li:hover > span:focus {
  color: #fff;
  background-color: #3B424C; }

.pagination.black > .disabled > span,
.pagination.black > .disabled > span:hover,
.pagination.black > .disabled > span:focus,
.pagination.black > .disabled > a,
.pagination.black > .disabled > a:hover,
.pagination.black > .disabled > a:focus {
  color: #fff;
  background-color: #4A525F;
  border-color: #ddd; }

.pagination.payment > li > a,
.pagination.payment > li > span {
  color: #fff;
  background-color: #0d7963; }

.pagination.payment > li > a:hover, .pagination.payment > li > a:focus,
.pagination.payment > li > span:hover,
.pagination.payment > li > span:focus {
  color: #fff;
  background-color: #1a846e; }

.pagination.payment > .active > a, .panel-tab ul.list-items.pagination.payment > li:hover > a, .pagination.payment > .active > a:hover, .panel-tab ul.list-items.pagination.payment > li:hover > a:hover, .pagination.payment > .active > a:focus, .panel-tab ul.list-items.pagination.payment > li:hover > a:focus,
.pagination.payment > .active > span,
.panel-tab ul.list-items.pagination.payment > li:hover > span,
.pagination.payment > .active > span:hover,
.panel-tab ul.list-items.pagination.payment > li:hover > span:hover,
.pagination.payment > .active > span:focus,
.panel-tab ul.list-items.pagination.payment > li:hover > span:focus {
  color: #fff;
  background-color: #1a846e; }

.pagination.payment > .disabled > span,
.pagination.payment > .disabled > span:hover,
.pagination.payment > .disabled > span:focus,
.pagination.payment > .disabled > a,
.pagination.payment > .disabled > a:hover,
.pagination.payment > .disabled > a:focus {
  color: #fff;
  background-color: #0d7963;
  border-color: #ddd; }

.pagination.logistic > li > a,
.pagination.logistic > li > span {
  color: #fff;
  background-color: #368ee0; }

.pagination.logistic > li > a:hover, .pagination.logistic > li > a:focus,
.pagination.logistic > li > span:hover,
.pagination.logistic > li > span:focus {
  color: #fff;
  background-color: #1E74C5; }

.pagination.logistic > .active > a, .panel-tab ul.list-items.pagination.logistic > li:hover > a, .pagination.logistic > .active > a:hover, .panel-tab ul.list-items.pagination.logistic > li:hover > a:hover, .pagination.logistic > .active > a:focus, .panel-tab ul.list-items.pagination.logistic > li:hover > a:focus,
.pagination.logistic > .active > span,
.panel-tab ul.list-items.pagination.logistic > li:hover > span,
.pagination.logistic > .active > span:hover,
.panel-tab ul.list-items.pagination.logistic > li:hover > span:hover,
.pagination.logistic > .active > span:focus,
.panel-tab ul.list-items.pagination.logistic > li:hover > span:focus {
  color: #fff;
  background-color: #1E74C5; }

.pagination.logistic > .disabled > span,
.pagination.logistic > .disabled > span:hover,
.pagination.logistic > .disabled > span:focus,
.pagination.logistic > .disabled > a,
.pagination.logistic > .disabled > a:hover,
.pagination.logistic > .disabled > a:focus {
  color: #fff;
  background-color: #368ee0;
  border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px !important;
  font-size: 15px !important; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px !important;
  font-size: 11px !important; }

.pager {
  padding-left: 0;
  margin: 17px 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: #D04439;
  border: 1px solid none;
  border-radius: 15px; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #A6382D; }

.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: #ccc;
  background-color: #D04439;
  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; }

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

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090; }

.label-success {
  background-color: #5cb85c; }

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }

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

.label-danger {
  background-color: #d9534f; }

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px; }

.list-group-item.active > .badge, .panel-tab ul.list-items > li.list-group-item:hover > .badge, .nav-pills > .active > a > .badge, .panel-tab ul.list-items.nav-pills > li:hover > a > .badge {
  color: #337ab7;
  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: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #d5d5d5; }

.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px; }

.jumbotron .container {
  max-width: 100%; }

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0; }

  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px; }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 54px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.alert {
  padding: 8px 12px;
  margin-bottom: 17px;
  border: 1px solid transparent; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert h4 > i {
  font-size: 15px;
  font-weight: bold;
  padding-right: 5px; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert.alert-danger.bordered {
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: 2px solid #E48D8D !important; }

.alert.alert-danger.bordered h4 {
  border-bottom: 1px solid #e79596;
  padding-bottom: 10px; }

.alert.alert-warning.bordered {
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: 2px solid #E6DF91 !important; }

.alert.alert-warning.bordered h4 {
  border-bottom: 1px solid #E7E195;
  padding-bottom: 10px; }

.alert.alert-success.bordered {
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  border-left: 2px solid #90E58F !important; }

.alert.alert-success.bordered h4 {
  border-bottom: 1px solid #95E594;
  padding-bottom: 10px; }

.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: #e0efd9;
  border-color: #9fe79d;
  color: #2e8141; }

.alert-success hr {
  border-top-color: #8be289; }

.alert-success .alert-link {
  color: #215b2e; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #245269; }

.alert-warning {
  background-color: #FFF5D1;
  border-color: #E7E195;
  color: #8A6C3E; }

.alert-warning hr {
  border-top-color: #e2db80; }

.alert-warning .alert-link {
  color: #67502e; }

.alert-danger {
  background-color: #fecfd0;
  border-color: #ea9da0;
  color: #c73e42; }

.alert-danger hr {
  border-top-color: #e6888c; }

.alert-danger .alert-link {
  color: #a32f33; }

@-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: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  -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: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar, .panel-tab ul.list-items > li.progress:hover .progress-bar,
.progress-bar.active,
.panel-tab ul.list-items > li.progress-bar:hover {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #5cb85c; }

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #5bc0de; }

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }

.media:first-child {
  margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }

.media-right,
.media > .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 #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit; }

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777; }

.list-group-item.active, .panel-tab ul.list-items > li.list-group-item:hover, .list-group-item.active:hover, .panel-tab ul.list-items > li.list-group-item:hover, .list-group-item.active:focus, .panel-tab ul.list-items > li.list-group-item:focus:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.list-group-item.active .list-group-item-heading, .panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.panel-tab ul.list-items > li.list-group-item:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .panel-tab ul.list-items > li.list-group-item:focus:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.panel-tab ul.list-items > li.list-group-item:focus:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small,
.panel-tab ul.list-items > li.list-group-item:focus:hover .list-group-item-heading > .small {
  color: inherit; }

.list-group-item.active .list-group-item-text, .panel-tab ul.list-items > li.list-group-item:hover .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .panel-tab ul.list-items > li.list-group-item:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .panel-tab ul.list-items > li.list-group-item:focus:hover .list-group-item-text {
  color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger {
  color: #a94442; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  -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: 1px;
  border-top-left-radius: 1px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit; }

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
  font-weight: normal; }

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

.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: 1px;
  border-top-left-radius: 1px; }

.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: 1px;
  border-bottom-left-radius: 1px; }

.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: 1px;
  border-top-left-radius: 1px; }

.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: 1px;
  border-top-right-radius: 1px; }

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

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

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.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: 1px;
  border-bottom-right-radius: 1px; }

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

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

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

.panel-group .panel {
  margin-bottom: 0; }

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

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

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd; }

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333; }

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7; }

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff; }

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d; }

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f; }

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc; }

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc; }

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b; }

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1; }

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442; }

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1; }

#main-content .box.box-color.blue .box-title {
  background: #368ee0 !important; }

#main-content .box.box-color.blue .box-title .actions > a:hover {
  color: #368ee0; }

#main-content .box.box-color.orange .box-title {
  background: #f8a31f !important; }

#main-content .box.box-color.orange .box-title .actions > a:hover {
  color: #f8a31f; }

#main-content .box.box-color.red .box-title {
  background: #e51400 !important; }

#main-content .box.box-color.red .box-title .actions > a:hover {
  color: #e51400; }

#main-content .box.box-color.green .box-title {
  background: #393 !important; }

#main-content .box.box-color.green .box-title .actions > a:hover {
  color: #393; }

#main-content .box.box-color.lime .box-title {
  background: #8cbf26 !important; }

#main-content .box.box-color.lime .box-title .actions > a:hover {
  color: #8cbf26; }

#main-content .box.box-color.teal .box-title {
  background: #00aba9 !important; }

#main-content .box.box-color.teal .box-title .actions > a:hover {
  color: #00aba9; }

#main-content .box.box-color.purple .box-title {
  background: #ff0097 !important; }

#main-content .box.box-color.purple .box-title .actions > a:hover {
  color: #ff0097; }

#main-content .box.box-color.brown .box-title {
  background: #a05000 !important; }

#main-content .box.box-color.brown .box-title .actions > a:hover {
  color: #a05000; }

#main-content .box.box-color.pink .box-title {
  background: #e671b8 !important; }

#main-content .box.box-color.pink .box-title .actions > a:hover {
  color: #e671b8; }

#main-content .box.box-color.magenta .box-title {
  background: #a200ff !important; }

#main-content .box.box-color.magenta .box-title .actions > a:hover {
  color: #a200ff; }

#main-content .box.box-color.grey .box-title {
  background: #333 !important; }

#main-content .box.box-color.grey .box-title .actions > a:hover {
  color: #333; }

#main-content .box.box-color.darkblue .box-title {
  background: #204e81 !important; }

#main-content .box.box-color.darkblue .box-title .actions > a:hover {
  color: #204e81; }

#main-content .box.box-color.lightred .box-title {
  background: #e63a3a !important; }

#main-content .box.box-color.lightred .box-title .actions > a:hover {
  color: #e63a3a; }

#main-content .box.box-color.lightgrey .box-title {
  background: #666 !important; }

#main-content .box.box-color.lightgrey .box-title .actions > a:hover {
  color: #666; }

#main-content .box.box-color.satblue .box-title {
  background: #2c5e7b !important; }

#main-content .box.box-color.satblue .box-title .actions > a:hover {
  color: #2c5e7b; }

#main-content .box.box-color.satgreen .box-title {
  background: #56af45 !important; }

#main-content .box.box-color.satgreen .box-title .actions > a:hover {
  color: #56af45; }

#main-content .box.box-color .box-title {
  background: #287EBA; }

#main-content .box.box-color .box-title h3 {
  color: #fff; }

#main-content .box.box-color .box-title .tabs > li.active > a, #main-content .box.box-color .box-title .panel-tab ul.list-items.tabs > li:hover > a, .panel-tab #main-content .box.box-color .box-title ul.list-items.tabs > li:hover > a {
  background: #fff;
  color: #368ee0; }

#main-content .box.box-color .box-title .tabs > li > a {
  color: #fff; }

#main-content .box.box-color .box-title .tabs > li > a:hover {
  color: #368ee0; }

#main-content .box.box-color .box-title .actions > a {
  color: #fff; }

#main-content .box.box-color .box-title .actions > a:hover {
  background: #fff;
  color: #368ee0; }

#main-content .box.box-bordered .table {
  margin-bottom: 0; }

#main-content .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned {
  border-right: 2px solid #ddd; }

#main-content .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned th {
  border-right: 2px solid #333; }

#main-content .box.box-bordered .table.dataTable-fixedcolumn.DTFC_Cloned td {
  text-align: center; }

#main-content .box.box-bordered .table.table-bordered {
  border-right: 0; }

#main-content .box.box-bordered .table.table-bordered th:first-child, #main-content .box.box-bordered .table.table-bordered td:first-child {
  border-left: 0; }

#main-content .box.box-bordered .table.table-bordered th:last-child, #main-content .box.box-bordered .table.table-bordered td:last-child {
  border-right: 0; }

#main-content .box.box-bordered .form-bordered {
  margin-bottom: 0; }

#main-content .box.box-bordered .slimScrollDiv {
  border-bottom: 2px solid #ddd; }

#main-content .box.box-bordered.box-color .slimScrollDiv {
  border-bottom: 2px solid #368ee0; }

#main-content .box.box-bordered.box-color.blue .box-title {
  border-color: #368ee0 !important; }

#main-content .box.box-bordered.box-color.blue .box-content {
  border-color: #368ee0 !important; }

#main-content .box.box-bordered.box-color.blue .slimScrollDiv {
  border-bottom: 2px solid #368ee0; }

#main-content .box.box-bordered.box-color.orange .box-title {
  border-color: #f8a31f !important; }

#main-content .box.box-bordered.box-color.orange .box-content {
  border-color: #f8a31f !important; }

#main-content .box.box-bordered.box-color.orange .slimScrollDiv {
  border-bottom: 2px solid #f8a31f; }

#main-content .box.box-bordered.box-color.red .box-title {
  border-color: #e51400 !important; }

#main-content .box.box-bordered.box-color.red .box-content {
  border-color: #e51400 !important; }

#main-content .box.box-bordered.box-color.red .slimScrollDiv {
  border-bottom: 2px solid #e51400; }

#main-content .box.box-bordered.box-color.green .box-title {
  border-color: #393 !important; }

#main-content .box.box-bordered.box-color.green .box-content {
  border-color: #393 !important; }

#main-content .box.box-bordered.box-color.green .slimScrollDiv {
  border-bottom: 2px solid #393; }

#main-content .box.box-bordered.box-color.lime .box-title {
  border-color: #8cbf26 !important; }

#main-content .box.box-bordered.box-color.lime .box-content {
  border-color: #8cbf26 !important; }

#main-content .box.box-bordered.box-color.lime .slimScrollDiv {
  border-bottom: 2px solid #8cbf26; }

#main-content .box.box-bordered.box-color.teal .box-title {
  border-color: #00aba9 !important; }

#main-content .box.box-bordered.box-color.teal .box-content {
  border-color: #00aba9 !important; }

#main-content .box.box-bordered.box-color.teal .slimScrollDiv {
  border-bottom: 2px solid #00aba9; }

#main-content .box.box-bordered.box-color.purple .box-title {
  border-color: #ff0097 !important; }

#main-content .box.box-bordered.box-color.purple .box-content {
  border-color: #ff0097 !important; }

#main-content .box.box-bordered.box-color.purple .slimScrollDiv {
  border-bottom: 2px solid #ff0097; }

#main-content .box.box-bordered.box-color.brown .box-title {
  border-color: #a05000 !important; }

#main-content .box.box-bordered.box-color.brown .box-content {
  border-color: #a05000 !important; }

#main-content .box.box-bordered.box-color.brown .slimScrollDiv {
  border-bottom: 2px solid #a05000; }

#main-content .box.box-bordered.box-color.pink .box-title {
  border-color: #e671b8 !important; }

#main-content .box.box-bordered.box-color.pink .box-content {
  border-color: #e671b8 !important; }

#main-content .box.box-bordered.box-color.pink .slimScrollDiv {
  border-bottom: 2px solid #e671b8; }

#main-content .box.box-bordered.box-color.magenta .box-title {
  border-color: #a200ff !important; }

#main-content .box.box-bordered.box-color.magenta .box-content {
  border-color: #a200ff !important; }

#main-content .box.box-bordered.box-color.magenta .slimScrollDiv {
  border-bottom: 2px solid #a200ff; }

#main-content .box.box-bordered.box-color.grey .box-title {
  border-color: #333 !important; }

#main-content .box.box-bordered.box-color.grey .box-content {
  border-color: #333 !important; }

#main-content .box.box-bordered.box-color.grey .slimScrollDiv {
  border-bottom: 2px solid #333; }

#main-content .box.box-bordered.box-color.darkblue .box-title {
  border-color: #204e81 !important; }

#main-content .box.box-bordered.box-color.darkblue .box-content {
  border-color: #204e81 !important; }

#main-content .box.box-bordered.box-color.darkblue .slimScrollDiv {
  border-bottom: 2px solid #204e81; }

#main-content .box.box-bordered.box-color.lightred .box-title {
  border-color: #e63a3a !important; }

#main-content .box.box-bordered.box-color.lightred .box-content {
  border-color: #e63a3a !important; }

#main-content .box.box-bordered.box-color.lightred .slimScrollDiv {
  border-bottom: 2px solid #e63a3a; }

#main-content .box.box-bordered.box-color.lightgrey .box-title {
  border-color: #666 !important; }

#main-content .box.box-bordered.box-color.lightgrey .box-content {
  border-color: #666 !important; }

#main-content .box.box-bordered.box-color.lightgrey .slimScrollDiv {
  border-bottom: 2px solid #666; }

#main-content .box.box-bordered.box-color.satblue .box-title {
  border-color: #2c5e7b !important; }

#main-content .box.box-bordered.box-color.satblue .box-content {
  border-color: #2c5e7b !important; }

#main-content .box.box-bordered.box-color.satblue .slimScrollDiv {
  border-bottom: 2px solid #2c5e7b; }

#main-content .box.box-bordered.box-color.satgreen .box-title {
  border-color: #56af45 !important; }

#main-content .box.box-bordered.box-color.satgreen .box-content {
  border-color: #56af45 !important; }

#main-content .box.box-bordered.box-color.satgreen .slimScrollDiv {
  border-bottom: 2px solid #56af45; }

#main-content .box.box-bordered.box-color .box-title {
  border-color: #368ee0; }

#main-content .box.box-bordered.box-color .box-content {
  border-color: #368ee0; }

#main-content .box.box-bordered .box-title {
  border: 1px solid #ebebeb; }

#main-content .box.box-bordered .box-content {
  border: 1px solid #ebebeb;
  border-top: 0; }

#main-content .box .box-title {
  *zoom: 1;
  border-bottom: 1px solid #ddd;
  padding: 7px 0 7px 10px;
  margin-top: 20px; }

#main-content .box .box-title:after {
  content: "";
  display: table;
  clear: both; }

#main-content .box .box-title h3 {
  float: left;
  margin: 3px 0 3px 0;
  line-height: 24px;
  font-weight: 400;
  color: #444;
  font-size: 20px; }

#main-content .box .box-title h3 i {
  margin: 0 10px; }

#main-content .box .box-title .tabs {
  float: right;
  *zoom: 1;
  margin: 5px 10px 0 0;
  padding: 0;
  list-style-type: none; }

#main-content .box .box-title .tabs:after {
  content: "";
  display: table;
  clear: both; }

#main-content .box .box-title .tabs.tabs-left {
  float: left; }

#main-content .box .box-title .tabs > li {
  float: left;
  margin-right: 5px; }

#main-content .box .box-title .tabs > li:last-child {
  margin-right: 0; }

#main-content .box .box-title .tabs > li > a {
  padding: 4px 8px; }

#main-content .box .box-title .tabs > li > a:hover {
  text-decoration: none;
  background: #eee; }

#main-content .box .box-title .tabs > li.active > a, #main-content .box .box-title .panel-tab ul.list-items.tabs > li:hover > a, .panel-tab #main-content .box .box-title ul.list-items.tabs > li:hover > a {
  background: #287EBA;
  color: #fff; }

#main-content .box .box-title .actions {
  margin-top: 0px;
  float: right;
  margin-right: 10px; }

#main-content .box .box-title .actions .btn {
  background: none;
  color: #333; }

#main-content .box .box-title .actions .btn:hover {
  background: #368ee0;
  color: #fff; }

#main-content .box .box-title .actions .content-move {
  cursor: move; }

#main-content .box .box-content {
  *zoom: 1;
  padding: 20px; }

#main-content .box .box-content:after {
  content: "";
  display: table;
  clear: both; }

.panel-tab {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  margin-bottom: 17px; }

.panel-tab ul.list-items {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.panel-tab ul.list-items > li {
  display: inline-block;
  position: relative;
  /* tablet */
  /* mobile phone */ }

.panel-tab ul.list-items > li > div {
  display: inline-block;
  padding: 13px 0;
  margin: 0 15px;
  border-bottom: 3px solid transparent;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .panel-tab ul.list-items > li > div {
    width: 100%;
    margin: 0; } }
.panel-tab ul.list-items > li > span {
  display: inline-block;
  width: 1px;
  background: #ccc;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .panel-tab ul.list-items > li > span {
    display: none; } }
@media all and (max-width: 768px) {
  .panel-tab ul.list-items > li {
    width: 100%; } }
.panel-tab ul.list-items > li > .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  display: none; }

.panel-tab ul.list-items > li > .line > i {
  height: 3px;
  background: #db2a27 none repeat scroll 0% 0%;
  width: 100%; }

.panel-tab ul.list-items > li:last-child > div > a {
  border-right: none; }

.panel-tab ul.list-items > li:last-child > span {
  display: none; }

.panel-tab ul.list-items > li.active > div, .panel-tab ul.list-items > li:hover > div {
  border-bottom: 3px solid #db2a27; }

.panel-tab ul.list-items > li.active > div > a, .panel-tab ul.list-items > li:hover > div > a {
  color: #db2a26;
  text-decoration: none; }

.panel-tab ul.list-items > li.active > .line, .panel-tab ul.list-items > li:hover > .line {
  display: block; }

.panel-tab ul.list-items > li > div > a {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding: 0 5px;
  /* tablet */
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .panel-tab ul.list-items > li > div > a {
    border-right: none; } }
.panel-tab ul.list-items > li > div > a > .badge {
  margin-left: 5px; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -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: 18px;
  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; }

/* payment */
/* seudo */
.block-main-header {
  position: relative;
  background: none repeat scroll 0 0 #D92026;
  height: 40px;
  margin-bottom: 10px;
  /* mobile phone */ }

.block-main-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

@media all and (max-width: 768px) {
  .block-main-header {
    height: auto; } }
.block-main-header #brand {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background: url("../../../images/LogoSeuDo.png") no-repeat scroll left center transparent;
  margin-left: 10px;
  margin-right: 10px; }

.block-main-header #brand:hover {
  text-decoration: none; }

.block-main-header .user-profile {
  min-width: 150px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: -0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header .user-profile {
    right: 65px; } }
.block-main-header .user-profile > a {
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 34px;
  position: relative; }

.block-main-header .user-profile > a img {
  border-radius: 25px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 24px; }

.block-main-header .user-profile > a:focus,
.block-main-header .user-profile > a:hover {
  text-decoration: none; }

.block-main-header .user-profile .dropdown-menu {
  padding: 0;
  margin: 0; }

.block-main-header .user-profile .dropdown-menu .dropdown-arrow {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: -8px; }

.block-main-header .user-profile .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal; }

.block-main-header .user-profile .dropdown-menu > li:last-child > a {
  border-radius: 0 0 2px 2px; }

.block-main-header .toggle-nav {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  color: #fff;
  background: #b41a1a;
  height: 40px;
  padding: 10px 10px 0 10px;
  font-size: 15px;
  display: none;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header .toggle-nav {
    display: block; } }
.block-main-header .toggle-nav:hover {
  color: #fff;
  text-decoration: none; }

.block-main-header ul.block-main-nav {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header ul.block-main-nav {
    display: none; } }
.block-main-header ul.block-main-nav > li.block-main-nav-item {
  display: inline-block;
  position: relative;
  float: left; }

.block-main-header ul.block-main-nav > li.block-main-nav-item.active, .block-main-header .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover, .panel-tab .block-main-header ul.list-items.block-main-nav > li.block-main-nav-item:hover {
  background: #fff; }

.block-main-header ul.block-main-nav > li.block-main-nav-item.active > a, .block-main-header .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover > a, .panel-tab .block-main-header ul.list-items.block-main-nav > li.block-main-nav-item:hover > a {
  color: #000;
  float: left; }

.block-main-header ul.block-main-nav > li.block-main-nav-item:hover > a {
  text-decoration: none;
  background: #b41a1a;
  color: #fff; }

.block-main-header ul.block-main-nav > li.block-main-nav-item:hover > a > i {
  color: #fff; }

.block-main-header ul.block-main-nav li.block-main-nav-item > a {
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  display: inline-block; }

.block-main-header ul.block-main-nav li.block-main-nav-item > a > i {
  color: #ccc;
  padding-left: 5px; }

.block-main-header ul.block-main-nav li.block-main-nav-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border: 2px solid #b41a1a;
  min-width: 200px;
  /*border-top: 1px solid #368EE0;*/ }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item i.fa-caret-right {
  float: right;
  font-size: 15px;
  color: #000; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover i.fa-caret-right {
  color: #fff; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item ul.block-dropdown-menu {
  top: 0;
  left: 196px;
  border: 2px solid #D92026; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item {
  float: left;
  width: 100%; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item > a {
  float: left;
  width: 100%;
  padding: 7px 15px;
  color: #000;
  line-height: normal; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a {
  background: #D92026;
  color: #fff;
  text-decoration: none; }

.block-main-header ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a > span {
  color: #fff; }

.block-main-header ul.mobile-nav {
  list-style: outside none none;
  margin: 41px 20px 20px 20px;
  padding: 0;
  background: #b41a1a;
  display: none;
  /* small desktop */
  /* tablet */
  /* mobile phone */ }

.block-main-header ul.mobile-nav li {
  display: inline-block;
  width: 100%; }

.block-main-header ul.mobile-nav li a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-size: 13px; }

.block-main-header ul.mobile-nav li a:hover {
  text-decoration: none; }

.block-main-header ul.mobile-nav li ul {
  display: none;
  padding-left: 30px; }

.block-main-header ul.mobile-nav li ul li a span {
  color: #fff; }

.block-main-header ul.mobile-nav > li > a {
  border-bottom: 1px solid #D92026; }

.block-main-header ul.mobile-nav > li > a:last-child {
  border-bottom: 1px solid #D92026; }

.block-main-header.payment {
  position: relative;
  background: none repeat scroll 0 0 #0d7963;
  height: 40px;
  margin-bottom: 10px;
  /* mobile phone */ }

.block-main-header.payment.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

@media all and (max-width: 768px) {
  .block-main-header.payment {
    height: auto; } }
.block-main-header.payment #brand {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background: url("../../../images/LogoSeuDo.png") no-repeat scroll left center transparent;
  margin-left: 10px;
  margin-right: 10px; }

.block-main-header.payment #brand:hover {
  text-decoration: none; }

.block-main-header.payment .user-profile {
  min-width: 150px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: -0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.payment .user-profile {
    right: 65px; } }
.block-main-header.payment .user-profile > a {
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 34px;
  position: relative; }

.block-main-header.payment .user-profile > a img {
  border-radius: 25px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 24px; }

.block-main-header.payment .user-profile > a:focus,
.block-main-header.payment .user-profile > a:hover {
  text-decoration: none; }

.block-main-header.payment .user-profile .dropdown-menu {
  padding: 0;
  margin: 0; }

.block-main-header.payment .user-profile .dropdown-menu .dropdown-arrow {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: -8px; }

.block-main-header.payment .user-profile .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal; }

.block-main-header.payment .user-profile .dropdown-menu > li:last-child > a {
  border-radius: 0 0 2px 2px; }

.block-main-header.payment .toggle-nav {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  color: #fff;
  background: #1a846e;
  height: 40px;
  padding: 10px 10px 0 10px;
  font-size: 15px;
  display: none;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.payment .toggle-nav {
    display: block; } }
.block-main-header.payment .toggle-nav:hover {
  color: #fff;
  text-decoration: none; }

.block-main-header.payment ul.block-main-nav {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.payment ul.block-main-nav {
    display: none; } }
.block-main-header.payment ul.block-main-nav > li.block-main-nav-item {
  display: inline-block;
  position: relative;
  float: left; }

.block-main-header.payment ul.block-main-nav > li.block-main-nav-item.active, .block-main-header.payment .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover, .panel-tab .block-main-header.payment ul.list-items.block-main-nav > li.block-main-nav-item:hover {
  background: #fff; }

.block-main-header.payment ul.block-main-nav > li.block-main-nav-item.active > a, .block-main-header.payment .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover > a, .panel-tab .block-main-header.payment ul.list-items.block-main-nav > li.block-main-nav-item:hover > a {
  color: #000;
  float: left; }

.block-main-header.payment ul.block-main-nav > li.block-main-nav-item:hover > a {
  text-decoration: none;
  background: #1a846e;
  color: #fff; }

.block-main-header.payment ul.block-main-nav > li.block-main-nav-item:hover > a > i {
  color: #fff; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item > a {
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  display: inline-block; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item > a > i {
  color: #ccc;
  padding-left: 5px; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border: 2px solid #1a846e;
  min-width: 200px;
  /*border-top: 1px solid #368EE0;*/ }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item i.fa-caret-right {
  float: right;
  font-size: 15px;
  color: #000; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover i.fa-caret-right {
  color: #fff; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item ul.block-dropdown-menu {
  top: 0;
  left: 196px;
  border: 2px solid #0d7963; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item {
  float: left;
  width: 100%; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item > a {
  float: left;
  width: 100%;
  padding: 7px 15px;
  color: #000;
  line-height: normal; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a {
  background: #0d7963;
  color: #fff;
  text-decoration: none; }

.block-main-header.payment ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a > span {
  color: #fff; }

.block-main-header.payment ul.mobile-nav {
  list-style: outside none none;
  margin: 41px 20px 20px 20px;
  padding: 0;
  background: #1a846e;
  display: none;
  /* small desktop */
  /* tablet */
  /* mobile phone */ }

.block-main-header.payment ul.mobile-nav li {
  display: inline-block;
  width: 100%; }

.block-main-header.payment ul.mobile-nav li a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-size: 13px; }

.block-main-header.payment ul.mobile-nav li a:hover {
  text-decoration: none; }

.block-main-header.payment ul.mobile-nav li ul {
  display: none;
  padding-left: 30px; }

.block-main-header.payment ul.mobile-nav li ul li a span {
  color: #fff; }

.block-main-header.payment ul.mobile-nav > li > a {
  border-bottom: 1px solid #0d7963; }

.block-main-header.payment ul.mobile-nav > li > a:last-child {
  border-bottom: 1px solid #0d7963; }

.block-main-header.logistic {
  position: relative;
  background: none repeat scroll 0 0 #368EE0;
  height: 40px;
  margin-bottom: 10px;
  /* mobile phone */ }

.block-main-header.logistic.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

@media all and (max-width: 768px) {
  .block-main-header.logistic {
    height: auto; } }
.block-main-header.logistic #brand {
  display: inline-block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  background: url("../../../images/LogoSeuDo.png") no-repeat scroll left center transparent;
  margin-left: 10px;
  margin-right: 10px; }

.block-main-header.logistic #brand:hover {
  text-decoration: none; }

.block-main-header.logistic .user-profile {
  min-width: 150px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: -0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.logistic .user-profile {
    right: 65px; } }
.block-main-header.logistic .user-profile > a {
  color: #fff;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 34px;
  position: relative; }

.block-main-header.logistic .user-profile > a img {
  border-radius: 25px;
  height: 24px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 24px; }

.block-main-header.logistic .user-profile > a:focus,
.block-main-header.logistic .user-profile > a:hover {
  text-decoration: none; }

.block-main-header.logistic .user-profile .dropdown-menu {
  padding: 0;
  margin: 0; }

.block-main-header.logistic .user-profile .dropdown-menu .dropdown-arrow {
  color: #fff;
  font-size: 20px;
  position: absolute;
  right: 6px;
  top: -8px; }

.block-main-header.logistic .user-profile .dropdown-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  font-weight: normal; }

.block-main-header.logistic .user-profile .dropdown-menu > li:last-child > a {
  border-radius: 0 0 2px 2px; }

.block-main-header.logistic .toggle-nav {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10;
  color: #fff;
  background: #1E74C5;
  height: 40px;
  padding: 10px 10px 0 10px;
  font-size: 15px;
  display: none;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.logistic .toggle-nav {
    display: block; } }
.block-main-header.logistic .toggle-nav:hover {
  color: #fff;
  text-decoration: none; }

.block-main-header.logistic ul.block-main-nav {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  /* mobile phone */ }

@media all and (max-width: 768px) {
  .block-main-header.logistic ul.block-main-nav {
    display: none; } }
.block-main-header.logistic ul.block-main-nav > li.block-main-nav-item {
  display: inline-block;
  position: relative;
  float: left; }

.block-main-header.logistic ul.block-main-nav > li.block-main-nav-item.active, .block-main-header.logistic .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover, .panel-tab .block-main-header.logistic ul.list-items.block-main-nav > li.block-main-nav-item:hover {
  background: #fff; }

.block-main-header.logistic ul.block-main-nav > li.block-main-nav-item.active > a, .block-main-header.logistic .panel-tab ul.list-items.block-main-nav > li.block-main-nav-item:hover > a, .panel-tab .block-main-header.logistic ul.list-items.block-main-nav > li.block-main-nav-item:hover > a {
  color: #000;
  float: left; }

.block-main-header.logistic ul.block-main-nav > li.block-main-nav-item:hover > a {
  text-decoration: none;
  background: #1E74C5;
  color: #fff; }

.block-main-header.logistic ul.block-main-nav > li.block-main-nav-item:hover > a > i {
  color: #fff; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item > a {
  color: #fff;
  font-size: 13px;
  padding: 0 15px;
  display: inline-block; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item > a > i {
  color: #ccc;
  padding-left: 5px; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 9;
  background: #fff;
  margin: 0;
  padding: 5px 0;
  list-style: none;
  border: 2px solid #1E74C5;
  min-width: 200px;
  /*border-top: 1px solid #368EE0;*/ }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item {
  position: relative;
  display: table-cell;
  vertical-align: middle; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item i.fa-caret-right {
  float: right;
  font-size: 15px;
  color: #000; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover i.fa-caret-right {
  color: #fff; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item:hover > ul.block-dropdown-menu {
  display: block; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu li.block-dropdown-menu-item ul.block-dropdown-menu {
  top: 0;
  left: 196px;
  border: 2px solid #368EE0; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item {
  float: left;
  width: 100%; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item > a {
  float: left;
  width: 100%;
  padding: 7px 15px;
  color: #000;
  line-height: normal; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a {
  background: #368EE0;
  color: #fff;
  text-decoration: none; }

.block-main-header.logistic ul.block-main-nav li.block-main-nav-item ul.block-dropdown-menu > li.block-dropdown-menu-item:hover > a > span {
  color: #fff; }

.block-main-header.logistic ul.mobile-nav {
  list-style: outside none none;
  margin: 41px 20px 20px 20px;
  padding: 0;
  background: #1E74C5;
  display: none;
  /* small desktop */
  /* tablet */
  /* mobile phone */ }

.block-main-header.logistic ul.mobile-nav li {
  display: inline-block;
  width: 100%; }

.block-main-header.logistic ul.mobile-nav li a {
  color: #fff;
  display: inline-block;
  padding: 10px;
  width: 100%;
  font-size: 13px; }

.block-main-header.logistic ul.mobile-nav li a:hover {
  text-decoration: none; }

.block-main-header.logistic ul.mobile-nav li ul {
  display: none;
  padding-left: 30px; }

.block-main-header.logistic ul.mobile-nav li ul li a span {
  color: #fff; }

.block-main-header.logistic ul.mobile-nav > li > a {
  border-bottom: 1px solid #368EE0; }

.block-main-header.logistic ul.mobile-nav > li > a:last-child {
  border-bottom: 1px solid #368EE0; }

.panel-img-view {
  display: inline-block;
  width: 100%;
  position: relative;
  background: #000;
  margin-bottom: 25px; }

.panel-img-view i {
  position: absolute;
  top: 0;
  right: 3px;
  color: #000;
  font-size: 15px;
  cursor: pointer;
  display: none; }

.panel-img-view:hover {
  opacity: 0.8; }

.panel-img-view:hover img {
  opacity: 0.8; }

.panel-img-view:hover i {
  z-index: 99999;
  display: block; }

#video {
  border: 1px solid #ddd; }

.right > ul {
  z-index: 999999999999; }

#block-chat-box {
  width: 236px;
  height: 100%;
  display: inline-block;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  margin-left: 20px;
  z-index: 9; }

#block-chat-box > .cb-arrow {
  width: 20px;
  height: 40px;
  background: #E9EAED;
  float: left;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: -19px;
  z-index: 9;
  top: 66%;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 18px;
  color: #9399a4; }

#block-chat-box > .cb-arrow:hover {
  background: #e9eaed;
  color: #333333;
  text-decoration: none; }

#block-chat-box ul.form-filter {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  margin: 0;
  float: left;
  background: #fff; }

#block-chat-box ul.form-filter > li {
  display: inline-block;
  float: left;
  padding-right: 29px; }

#block-chat-box ul.form-filter > li:last-child {
  padding-right: 0; }

#block-chat-box ul.form-filter > li > label {
  font-size: 11px;
  text-transform: uppercase;
  color: #777777;
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: bold; }

#block-chat-box ul.form-filter > li > label > input {
  padding-right: 7px; }

#block-chat-box > .line {
  display: inline-block;
  float: left;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
  opacity: 0.5;
  border: 1px solid #cccccc; }

#block-chat-box > .chat-box {
  display: inline-block;
  width: 100%;
  float: left;
  background: #fff;
  border-left: 1px solid #dddddd; }

#block-chat-box > .chat-box.private {
  background: #e9eaed; }

#block-chat-box > .chat-box.private > .comment {
  border-top: 1px solid silver; }

#block-chat-box > .chat-box > .comment {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dddddd;
  position: relative; }

#block-chat-box > .chat-box > .comment > input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  border: medium none;
  padding-left: 9px;
  padding-right: 30px;
  font-size: 11px;
  color: #9399a4;
  font-family: "Helvetica", Arial, sans-serif; }

#block-chat-box > .chat-box > .comment > .right {
  position: absolute;
  top: 0;
  height: 32px;
  right: 10px;
  line-height: 32px; }

#block-chat-box > .chat-box > .comment > .right:hover > i {
  color: #337ab7;
  cursor: pointer; }

#block-chat-box > .chat-box > .comment > .right:hover > ul {
  display: block; }

#block-chat-box > .chat-box > .comment > .right > i {
  font-size: 14px;
  color: #9399a4; }

#block-chat-box > .chat-box > .comment > .right > ul {
  display: none;
  position: absolute;
  right: -6px;
  background: white none repeat scroll 0% 0%;
  border: 1px solid #dddddd;
  top: 28px;
  width: 130px;
  margin: 0;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 5px 2px #dddddd;
  -moz-box-shadow: 0px 0px 5px 2px #dddddd;
  box-shadow: 0px 0px 5px 2px #dddddd; }

#block-chat-box > .chat-box > .comment > .right > ul > li {
  display: inline-block;
  width: 100%; }

#block-chat-box > .chat-box > .comment > .right > ul > li > a {
  display: inline-block;
  width: 100%;
  padding: 7px 20px;
  font-weight: 400;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333;
  line-height: normal; }

#block-chat-box > .chat-box > .comment > .right > ul > li > a:hover {
  background: #337ab7;
  color: #fff;
  text-decoration: none; }

#block-chat-box > .chat-box > .content {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 100%;
  overflow-y: auto;
  background: transparent; }

#block-chat-box > .chat-box > .content:last-child {
  border-bottom: none; }

#block-chat-box > .chat-box > .content > ul.list {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li {
  position: relative;
  float: left;
  width: 102px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  height: 100px;
  align-items: center;
  border: 1px solid #ccc;
  background: #000; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li:hover {
  opacity: 0.8; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li:hover > img {
  opacity: 0.8; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li:hover > i {
  display: block; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li:nth-child(2n) {
  margin-right: 0 !important; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > i {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  background: #000;
  padding: 2px;
  z-index: 99999999; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > .close {
  position: absolute;
  top: 0;
  right: 3px;
  font-weight: bold;
  color: #D3DAE9; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > .close > i {
  background: #000;
  font-size: 12px;
  padding: 2px 3px;
  font-weight: normal;
  box-shadow: none;
  color: #fff; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > .close:hover {
  text-decoration: none; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > .close:hover > i {
  background: #ccc; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > img {
  display: inline-block;
  width: 100px;
  height: 98px; }

#block-chat-box > .chat-box > .content > ul.list > li.preview-upload-file > ul > li > img.loading {
  width: auto !important;
  height: auto !important;
  padding-left: 40px !important; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat, #block-chat-box > .chat-box > .content > ul.list > li.item.activity, #block-chat-box > .chat-box > .content > ul.list > li.item.log {
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > .item-header, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header {
  margin: 0; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > .item-header > .name, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .name, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .name {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > .item-header > .name.red, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .name.red, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .name.red {
  color: #db2033; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > .item-header > .time, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .time, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .time {
  font-size: 11px;
  color: #777777;
  float: right;
  font-family: Helvetica, Arial, sans-serif; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > .item-body, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-body, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #333333; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images.me > li:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images.me > li:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images.me > li:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images.me > li:hover > .tools, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images.me > li:hover > .tools, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images.me > li:hover > .tools {
  display: block; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li {
  float: left;
  width: 102px;
  border: 2px solid #CCC;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  height: 92px;
  align-items: center;
  background: #22331A; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li:hover {
  position: relative;
  opacity: 0.8; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li:hover > .tools > i, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li:hover > .tools > i, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li:hover > .tools > i {
  z-index: 99999999;
  opacity: 10; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li:hover > img, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li:hover > img, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li:hover > img {
  opacity: 0.8; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li > .tools, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li > .tools, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li > .tools {
  position: absolute;
  top: 32px;
  left: 30px;
  display: none; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li > .tools > i, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li > .tools > i, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li > .tools > i {
  color: #fff;
  font-weight: bold;
  width: 20px;
  height: 25px;
  line-height: 25px;
  text-align: center; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li > .tools > i:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li > .tools > i:hover, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li > .tools > i:hover {
  background: #337ab7; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li > .tools:last-child, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li > .tools:last-child, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li > .tools:last-child {
  top: 32px;
  left: 55px; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li:nth-child(2n), #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li:nth-child(2n), #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li:nth-child(2n) {
  margin-right: 0; }

#block-chat-box > .chat-box > .content > ul.list > li.item.chat > ul.list-images > li img, #block-chat-box > .chat-box > .content > ul.list > li.item.activity > ul.list-images > li img, #block-chat-box > .chat-box > .content > ul.list > li.item.log > ul.list-images > li img {
  display: inline-block;
  width: 98px;
  height: 88px; }

#block-chat-box > .chat-box > .content > ul.list > li.item.activity, #block-chat-box > .chat-box > .content > ul.list > li.item.log {
  padding-bottom: 15px; }

#block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .description, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .description {
  color: #777777;
  padding-right: 15px; }

#block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .time, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .time {
  color: #777777;
  float: none; }

#block-chat-box > .chat-box > .content > ul.list > li.item.activity > .item-header > .name, #block-chat-box > .chat-box > .content > ul.list > li.item.log > .item-header > .name {
  color: #777777; }

.form-search-advance .panel-tab {
  border: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  float: left; }

.form-search-advance .panel-tab ul.list-other {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 11px 10px;
  float: right;
  /* tablet */
  /* mobile phone */ }

@media all and (max-width: 1024px) {
  .form-search-advance .panel-tab ul.list-other {
    float: left;
    width: 100%; } }
@media all and (max-width: 768px) {
  .form-search-advance .panel-tab ul.list-other {
    float: left;
    width: 100%; } }
.form-search-advance .panel-tab ul.list-other > li {
  display: inline-block;
  padding: 0 10px; }

.form-search-advance .panel-tab ul.list-other > li:first-child {
  padding-left: 0; }

.form-search-advance .panel-tab ul.list-other > li:last-child {
  padding-right: 0; }

.form-search-advance .panel-tab ul.list-other > li > label {
  color: #3f4753;
  font-size: 12px;
  font-weight: normal; }

.form-search-advance ul.days {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  padding: 0; }

.form-search-advance ul.days > li {
  display: inline-block; }

.form-search-advance ul.days > li:last-child > a {
  border-right: none; }

.form-search-advance ul.days > li.active > a, .form-search-advance .panel-tab ul.list-items.days > li:hover > a, .panel-tab .form-search-advance ul.list-items.days > li:hover > a {
  font-weight: bold; }

.form-search-advance ul.days > li > a {
  padding: 0 7px;
  border-right: 1px solid #3f4753;
  color: #227dbd; }

.form-search-advance ul.days > li > a.active {
  font-weight: bold; }

.form-search-advance .form-search {
  background: #f3f3f3 none repeat scroll 0% 0%;
  padding-top: 10px;
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 37px; }

.form-search-advance .form-search .btn-group.bootstrap-select {
  width: 100%; }

.form-search-advance .form-search .btn-group.bootstrap-select > .btn-default {
  background: #fff; }

.form-search-advance .form-search .form-group.has-feedback > i {
  left: 0;
  color: #777777; }

.form-search-advance .form-search label {
  font-weight: normal;
  padding-top: 4px; }

.form-search-advance .form-search ul.list-reason {
  list-style: outside none none;
  display: inline-block;
  margin: 0;
  padding: 0; }

.form-search-advance .form-search ul.list-reason > li {
  display: inline-block;
  padding: 0 10px 10px 10px; }

.form-search-advance .form-search ul.list-reason > li:first-child {
  padding-left: 0; }

.form-search-advance .form-search ul.list-reason > li:last-child {
  padding-right: 0; }

.form-search-advance .form-search ul.list-reason > li > label {
  font-size: 12px;
  font-weight: normal;
  color: #333333; }

.form-search-advance .form-search-more {
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  float: left;
  text-align: right; }

.form-search-advance .form-search-more > .form-group.first {
  padding-top: 4px; }

.form-search-advance .form-search-more label {
  font-weight: normal;
  color: #3f4753; }

.form-search-advance .form-search-more > .total-result {
  display: inline-block;
  float: left;
  color: #333333;
  padding-top: 5px;
  /* tablet */
  /* mobile phone */ }

@media all and (max-width: 1024px) {
  .form-search-advance .form-search-more > .total-result {
    width: 100%;
    padding-bottom: 10px; } }
@media all and (max-width: 768px) {
  .form-search-advance .form-search-more > .total-result {
    width: 100%;
    padding-bottom: 10px; } }
.form-search-advance .form-search-more .btn-group > button {
  border-radius: 0;
  background: #fff;
  border: 1px solid #ccc; }

.form-search-advance .form-search-more .btn-group > button.active {
  background: #ececec;
  box-shadow: none; }

.form-search-advance .form-search-more .btn-group > button:hover {
  background: #ececec; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #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: absolute;
  top: 0;
  right: 0;
  left: 0;
  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;
  min-height: 16.42857px; }

.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: 992px) {
  .modal-lg {
    width: 900px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0; }

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px; }

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0; }

.tooltip.left, #page-purchase-manager .filter .tooltip.right {
  margin-left: -3px;
  padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px; }

.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, #page-purchase-manager .filter .tooltip.right .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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.42857;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

.popover.top {
  margin-top: -10px; }

.popover.right {
  margin-left: 10px; }

.popover.bottom {
  margin-top: 10px; }

.popover.left, #page-purchase-manager .filter .popover.right {
  margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  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: rgba(0, 0, 0, 0.25);
  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: rgba(0, 0, 0, 0.25); }

.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: rgba(0, 0, 0, 0.25);
  top: -11px; }

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

.popover.left > .arrow, #page-purchase-manager .filter .popover.right > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }

.popover.left > .arrow:after, #page-purchase-manager .filter .popover.right > .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: 1000;
    -moz-perspective: 1000;
    perspective: 1000; }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right, .panel-tab ul.list-items.carousel-inner > li.item.right:hover {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left, #page-purchase-manager .filter .carousel-inner > .item.active.right, .panel-tab ul.list-items.carousel-inner > li.item.left:hover, .panel-tab #page-purchase-manager .filter ul.list-items.carousel-inner > li.item.right:hover, #page-purchase-manager .filter .panel-tab ul.list-items.carousel-inner > li.item.right:hover {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0; }

  .carousel-inner > .item.next.left, #page-purchase-manager .filter .carousel-inner > .item.next.right, .carousel-inner > .item.prev.right, .carousel-inner > .item.active, .panel-tab ul.list-items.carousel-inner > li.item:hover {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0; } }
.carousel-inner > .active, .panel-tab ul.list-items.carousel-inner > li:hover,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active, .panel-tab ul.list-items.carousel-inner > li:hover {
  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, #page-purchase-manager .filter .carousel-inner > .next.right,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left, #page-purchase-manager .filter .carousel-inner > .active.right, .panel-tab ul.list-items.carousel-inner > li.left:hover, .panel-tab #page-purchase-manager .filter ul.list-items.carousel-inner > li.right:hover, #page-purchase-manager .filter .panel-tab ul.list-items.carousel-inner > li.right:hover {
  left: -100%; }

.carousel-inner > .active.right, .panel-tab ul.list-items.carousel-inner > li.right:hover {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left, #page-purchase-manager .filter .carousel-control.right {
  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%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent; }

.carousel-indicators .active, .carousel-indicators .panel-tab ul.list-items > li:hover, .panel-tab .carousel-indicators ul.list-items > li:hover {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff; }

.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: -15px;
    font-size: 30px; }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px; }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px; }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }

  .carousel-indicators {
    bottom: 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;
  visibility: hidden !important; }

.affix {
  position: fixed; }

.module-float {
  float: left;
  width: 100%; }

.row-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* font color */
.font-red {
  color: #D24438; }

.font-blue {
  color: blue; }

.font-gray {
  color: gray; }

.font-grey {
  color: grey; }

.font-green {
  color: green; }

.font-dark-gray {
  color: darkgray; }

.font-dark-blue {
  color: darkblue; }

.font-dark-grey {
  color: darkgrey; }

.font-dark-green {
  color: darkgreen; }

/* end font color */
.left-inner-addon {
  position: relative; }

.left-inner-addon input {
  padding-left: 30px; }

.left-inner-addon i {
  position: absolute;
  padding: 10px 12px;
  pointer-events: none;
  color: #898989; }

.right-inner-addon {
  position: relative; }

.right-inner-addon input {
  padding-right: 30px; }

.right-inner-addon i {
  position: absolute;
  right: 0;
  padding: 10px 12px;
  pointer-events: none;
  color: #898989; }

@media (max-width: 1024px) {
  .hidden-1024 {
    display: none !important; } }
@media (max-width: 767px) {
  .hidden-768 {
    display: none !important; } }
@media (max-width: 480px) {
  .hidden-480 {
    display: none !important; } }
@media (max-width: 350px) {
  .hidden-350 {
    display: none !important; } }
@-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; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }
.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }
.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*# sourceMappingURL=_bootstrap.css.map */
/*!
 * bootstrap-select v1.4.2
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */
.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"] {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 0; }

.form-search .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group {
  margin-bottom: 0; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: 0; }

.bootstrap-select.btn-group.pull-right, .bootstrap-select.btn-group[class*="span"].pull-right, .row-fluid .bootstrap-select.btn-group[class*="span"].pull-right {
  float: right; }

.input-append .bootstrap-select.btn-group {
  margin-left: -1px; }

.input-prepend .bootstrap-select.btn-group {
  margin-right: -1px; }

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]) {
  width: 168px; }

.bootstrap-select {
  width: 168px\0; }

.bootstrap-select.form-control:not([class*="span"]) {
  width: 100%; }

.bootstrap-select > .btn {
  width: 100%; }

.error .bootstrap-select .btn {
  border: 1px solid #b94a48; }

.dropdown-menu {
  z-index: 2000; }

.bootstrap-select.show-menu-arrow.open > .btn {
  z-index: 2051; }

.bootstrap-select .btn:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px; }

.bootstrap-select.btn-group .btn .filter-option {
  overflow: hidden;
  position: absolute;
  left: 12px;
  right: 25px;
  text-align: left; }

.bootstrap-select.btn-group .btn .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.bootstrap-select.btn-group > .disabled, .bootstrap-select.btn-group .dropdown-menu li.disabled > a {
  cursor: not-allowed; }

.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important; }

.bootstrap-select.btn-group[class*="span"] .btn {
  width: 100%; }

.bootstrap-select.btn-group .dropdown-menu {
  padding: 0;
  min-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.bootstrap-select.btn-group .dropdown-menu dt {
  display: block;
  padding: 3px 20px;
  cursor: default; }

.bootstrap-select.btn-group .div-contain {
  overflow: hidden; }

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative; }

.bootstrap-select.btn-group .dropdown-menu li > a.opt {
  position: relative;
  padding-left: 35px; }

.bootstrap-select.btn-group .dropdown-menu li > a {
  cursor: pointer; }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
  display: inline-block;
  position: absolute;
  right: 15px;
  margin-top: 2.5px; }

.bootstrap-select.btn-group .dropdown-menu li a i.check-mark {
  display: none; }

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: .5em; }

.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:hover small, .bootstrap-select.btn-group .dropdown-menu li:not(.disabled) > a:focus small, .bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) > a small {
  color: #64b1d8;
  color: rgba(255, 255, 255, 0.4); }

.bootstrap-select.btn-group .dropdown-menu li > dt small {
  font-weight: normal; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2); }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block; }

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px; }

.mobile-device {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0; }

.bootstrap-select.fit-width {
  width: auto !important; }

.bootstrap-select.btn-group.fit-width .btn .filter-option {
  position: static; }

.bootstrap-select.btn-group.fit-width .btn .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.control-group.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48; }

.bootstrap-select-searchbox {
  padding: 4px 8px; }

.bootstrap-select-searchbox input {
  margin-bottom: 0; }

/* ========================================================================
 * bootstrap-switch - v3.3.2
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  /*border-radius: 4px;*/
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

.round-switch .bootstrap-switch {
  border-radius: 4px; }

.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  /*height: 100%;*/
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px; }

.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f; }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee; }

.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff; }

.round-switch .bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-on {
  /*border-bottom-left-radius: 3px;*/
  /*border-top-left-radius: 3px;*/ }

.round-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch .bootstrap-switch-handle-off {
  /*border-bottom-right-radius: 3px;*/
  /*border-top-right-radius: 3px;*/ }

.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto; }

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5; }

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.33; }

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important; }

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.bootstrap-switch.bootstrap-switch-focused {
  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); }

.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  border: 1px solid #ccc;
  background: #fff; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker a.ui-state-default {
  text-align: center;
  border: 1px solid #f3f3f3;
  color: #032733; }

.ui-datepicker .ui-state-default.ui-state-default:hover {
  border: 1px solid #26af7b; }

.ui-datepicker .ui-state-default.ui-state-highlight {
  border: 1px solid #26af7b;
  background: #26af7b;
  color: #fff; }

.ui-datepicker .ui-state-default.ui-state-active {
  border: 1px solid #F6A600;
  background: #F6A600;
  color: #fff; }

.ui-datepicker .ui-state-default {
  background: #fff; }

.ui-datepicker span.ui-icon-circle-triangle-w {
  text-indent: -999em;
  width: 0; }

.ui-datepicker-next {
  background: url("../images/cart-arow-next2.png") no-repeat;
  cursor: pointer;
  text-indent: -999em;
  border: none;
  border-radius: none;
  background-position: center;
  padding: 0; }

.ui-datepicker-next:hover {
  background: url("../images/cart-arrow-next.png") no-repeat;
  cursor: pointer;
  text-indent: -999em;
  border: none;
  border-radius: none;
  background-position: center; }

.ui-datepicker-prev {
  background: url("../images/cart-arow-preview.png") no-repeat;
  cursor: pointer;
  text-indent: -999em;
  border: none;
  border-radius: none;
  background-position: center;
  padding: 0; }

.ui-datepicker-prev:hover {
  background: url("../images/cart-arrow-preview2.png") no-repeat;
  cursor: pointer;
  text-indent: -999em;
  border: none;
  border-radius: none;
  background-position: center; }

.loading-face {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  padding-top: 40%;
  opacity: 0.7;
  background: #eee; }

.loading-face #facebookG {
  margin: 0 auto; }

#facebookG {
  width: 70px; }

.facebook_blockG {
  background-color: #FFFFFF;
  border: 2px solid #5577ba;
  float: left;
  height: 50px;
  margin-left: 4px;
  width: 13px;
  opacity: 0.1;
  -moz-animation-name: bounceG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-transform: scale(0.7);
  -webkit-animation-name: bounceG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-transform: scale(0.7);
  -ms-animation-name: bounceG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-transform: scale(0.7);
  -o-animation-name: bounceG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-transform: scale(0.7);
  animation-name: bounceG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  transform: scale(0.7); }

#blockG_1 {
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s; }

#blockG_2 {
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s; }

#blockG_3 {
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s; }

@-moz-keyframes bounceG {
  0% {
    -moz-transform: scale(1.2);
    opacity: 1; }
  100% {
    -moz-transform: scale(0.7);
    opacity: 0.1; } }
@-webkit-keyframes bounceG {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1; } }
@-ms-keyframes bounceG {
  0% {
    -ms-transform: scale(1.2);
    opacity: 1; }
  100% {
    -ms-transform: scale(0.7);
    opacity: 0.1; } }
@-o-keyframes bounceG {
  0% {
    -o-transform: scale(1.2);
    opacity: 1; }
  100% {
    -o-transform: scale(0.7);
    opacity: 0.1; } }
@keyframes bounceG {
  0% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(0.7);
    opacity: 0.1; } }
#facebookGhome {
  width: 28px; }

.facebook_blockGhome {
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-name: bounceGhome;
  background-color: #FFFFFF;
  border: 1px solid #5577ba;
  float: left;
  height: 20px;
  margin-left: 1px;
  opacity: 0.1;
  transform: scale(0.7);
  width: 5px; }

#blockG_1home {
  animation-delay: 0.36s; }

#blockG_2home {
  animation-delay: 0.48s; }

#blockG_3home {
  animation-delay: 0.6s; }

@-moz-keyframes bounceGhome {
  0% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 0.1;
    transform: scale(0.7); } }
@-moz-keyframes bounceGhome {
  0% {
    opacity: 1;
    transform: scale(1.2); }
  100% {
    opacity: 0.1;
    transform: scale(0.7); } }
#floatingCirclesG {
  position: relative;
  width: 40px;
  height: 40px;
  -moz-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6); }

.f_circleG {
  position: absolute;
  background-color: #f3f3f3;
  height: 7px;
  width: 7px;
  -moz-border-radius: 4px;
  -moz-animation-name: f_fadeG;
  -moz-animation-duration: 1.04s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -webkit-border-radius: 4px;
  -webkit-animation-name: f_fadeG;
  -webkit-animation-duration: 1.04s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -ms-border-radius: 4px;
  -ms-animation-name: f_fadeG;
  -ms-animation-duration: 1.04s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -o-border-radius: 4px;
  -o-animation-name: f_fadeG;
  -o-animation-duration: 1.04s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  border-radius: 4px;
  animation-name: f_fadeG;
  animation-duration: 1.04s;
  animation-iteration-count: infinite;
  animation-direction: linear; }

#frotateG_01 {
  left: 0;
  top: 16px;
  -moz-animation-delay: 0.39s;
  -webkit-animation-delay: 0.39s;
  -ms-animation-delay: 0.39s;
  -o-animation-delay: 0.39s;
  animation-delay: 0.39s; }

#frotateG_02 {
  left: 5px;
  top: 5px;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s; }

#frotateG_03 {
  left: 16px;
  top: 0;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s; }

#frotateG_04 {
  right: 5px;
  top: 5px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s; }

#frotateG_05 {
  right: 0;
  top: 16px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s; }

#frotateG_06 {
  right: 5px;
  bottom: 5px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s; }

#frotateG_07 {
  left: 16px;
  bottom: 0;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s; }

#frotateG_08 {
  left: 5px;
  bottom: 5px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s; }

@-moz-keyframes f_fadeG {
  0% {
    background-color: #999999; }
  100% {
    background-color: #f3f3f3; } }
@-webkit-keyframes f_fadeG {
  0% {
    background-color: #999999; }
  100% {
    background-color: #f3f3f3; } }
@-ms-keyframes f_fadeG {
  0% {
    background-color: #999999; }
  100% {
    background-color: #f3f3f3; } }
@-o-keyframes f_fadeG {
  0% {
    background-color: #999999; }
  100% {
    background-color: #f3f3f3; } }
@keyframes f_fadeG {
  0% {
    background-color: #999999; }
  100% {
    background-color: #f3f3f3; } }
.table code {
  font-size: 13px;
  font-weight: 400; }

.btn-outline {
  background-color: transparent;
  border-color: #563d7c;
  color: #563d7c; }

.btn-outline:active, .btn-outline:focus, .btn-outline:hover {
  background-color: #563d7c;
  border-color: #563d7c;
  color: #fff; }

.btn-outline-inverse {
  background-color: transparent;
  border-color: #cdbfe3;
  color: #fff; }

.btn-outline-inverse:active, .btn-outline-inverse:focus, .btn-outline-inverse:hover {
  background-color: #fff;
  border-color: #fff;
  color: #563d7c;
  text-shadow: none; }

.bs-docs-booticon {
  background-color: #563d7c;
  border-radius: 15%;
  color: #fff;
  cursor: default;
  display: block;
  font-weight: 500;
  text-align: center; }

.bs-docs-booticon-sm {
  font-size: 20px;
  height: 30px;
  line-height: 28px;
  width: 30px; }

.bs-docs-booticon-lg {
  font-size: 108px;
  height: 144px;
  line-height: 140px;
  width: 144px; }

.bs-docs-booticon-inverse {
  background-color: #fff;
  color: #563d7c; }

.bs-docs-booticon-outline {
  background-color: transparent;
  border: 1px solid #cdbfe3; }

#skippy {
  background-color: #6f5499;
  color: #fff;
  display: block;
  outline: 0 none;
  padding: 1em; }

#skippy .skiplink-text {
  outline: 1px dotted;
  padding: 0.5em; }

.bs-docs-nav {
  background-color: #fff;
  border-bottom: 0 none;
  margin-bottom: 0; }

.bs-home-nav .bs-nav-b {
  display: none; }

.bs-docs-nav .navbar-brand, .bs-docs-nav .navbar-nav > li > a {
  color: #563d7c;
  font-weight: 500; }

.bs-docs-nav .navbar-nav > .active > a, .bs-docs-nav .navbar-nav > .active > a:hover, .bs-docs-nav .navbar-nav > li > a:hover {
  background-color: #f9f9f9;
  color: #463265; }

.bs-docs-nav .navbar-toggle .icon-bar {
  background-color: #563d7c; }

.bs-docs-nav .navbar-header .navbar-toggle {
  border-color: #fff; }

.bs-docs-nav .navbar-header .navbar-toggle:focus, .bs-docs-nav .navbar-header .navbar-toggle:hover {
  background-color: #f9f9f9;
  border-color: #f9f9f9; }

.bs-docs-footer {
  border-top: 1px solid #e5e5e5;
  color: #767676;
  margin-top: 100px;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center; }

.bs-docs-footer-links {
  margin-top: 20px;
  padding-left: 0; }

.bs-docs-footer-links li {
  display: inline;
  padding: 0 2px; }

.bs-docs-footer-links li:first-child {
  padding-left: 0; }

@media (min-width: 768px) {
  .bs-docs-footer p {
    margin-bottom: 0; } }
.bs-docs-social {
  margin-bottom: 20px;
  text-align: center; }

.bs-docs-social-buttons {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0; }

.bs-docs-social-buttons li {
  display: inline-block;
  line-height: 1;
  padding: 5px 8px; }

.bs-docs-social-buttons .twitter-follow-button {
  width: 225px !important; }

.bs-docs-social-buttons .twitter-share-button {
  width: 98px !important; }

.github-btn {
  border: 0 none;
  overflow: hidden; }

.bs-docs-header, .bs-docs-masthead {
  background-color: #6f5499;
  background-image: linear-gradient(to bottom, #563d7c 0px, #6f5499 100%);
  background-repeat: repeat-x;
  color: #cdbfe3;
  padding: 30px 15px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

.bs-docs-masthead .bs-docs-booticon {
  margin: 0 auto 30px; }

.bs-docs-masthead h1 {
  color: #fff;
  font-weight: 300;
  line-height: 1; }

.bs-docs-masthead .lead {
  color: #fff;
  font-size: 20px;
  margin: 0 auto 30px; }

.bs-docs-masthead .version {
  color: #9783b9;
  margin-bottom: 30px;
  margin-top: -15px; }

.bs-docs-masthead .btn {
  font-size: 20px;
  padding: 15px 30px;
  width: 100%; }

@media (min-width: 480px) {
  .bs-docs-masthead .btn {
    width: auto; } }
@media (min-width: 768px) {
  .bs-docs-masthead {
    padding: 80px 0; }

  .bs-docs-masthead h1 {
    font-size: 60px; }

  .bs-docs-masthead .lead {
    font-size: 24px; } }
@media (min-width: 992px) {
  .bs-docs-masthead .lead {
    font-size: 30px;
    width: 80%; } }
.bs-docs-header {
  font-size: 20px;
  margin-bottom: 40px; }

.bs-docs-header h1 {
  color: #fff;
  margin-top: 0; }

.bs-docs-header p {
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0; }

.bs-docs-header .container {
  position: relative; }

@media (min-width: 768px) {
  .bs-docs-header {
    font-size: 24px;
    padding-bottom: 60px;
    padding-top: 60px;
    text-align: left; }

  .bs-docs-header h1 {
    font-size: 60px;
    line-height: 1; } }
@media (min-width: 992px) {
  .bs-docs-header h1, .bs-docs-header p {
    margin-right: 380px; } }
.carbonad {
  -moz-border-bottom-colors: none !important;
  -moz-border-left-colors: none !important;
  -moz-border-right-colors: none !important;
  -moz-border-top-colors: none !important;
  background: none repeat scroll 0 0 transparent !important;
  border-color: #866ab3 !important;
  border-image: none !important;
  border-style: solid !important;
  border-width: 1px 0 !important;
  font-size: 13px !important;
  height: auto !important;
  line-height: 16px !important;
  margin: 30px -30px -31px !important;
  overflow: hidden;
  padding: 20px !important;
  text-align: left;
  width: auto !important; }

.carbonad-img {
  margin: 0 !important; }

.carbonad-tag, .carbonad-text {
  display: block !important;
  float: none !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
  height: auto !important;
  margin-left: 145px !important;
  width: auto !important; }

.carbonad-text {
  padding-top: 0 !important; }

.carbonad-tag {
  color: inherit !important;
  text-align: left !important; }

.carbonad-tag a, .carbonad-text a {
  color: #fff !important; }

.carbonad #azcarbon > img {
  display: none; }

@media (min-width: 480px) {
  .carbonad {
    border-radius: 4px;
    border-width: 1px !important;
    margin: 20px auto !important;
    width: 330px !important; }

  .bs-docs-masthead .carbonad {
    margin: 50px auto 0 !important; } }
@media (min-width: 768px) {
  .carbonad {
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (min-width: 992px) {
  .carbonad {
    margin: 0 !important;
    padding: 15px !important;
    position: absolute;
    right: 15px;
    top: 0;
    width: 330px !important; }

  .bs-docs-masthead .carbonad {
    position: static; } }
.bs-docs-featurette {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 40px;
  padding-top: 40px;
  text-align: center; }

.bs-docs-featurette + .bs-docs-footer {
  border-top: 0 none;
  margin-top: 0; }

.bs-docs-featurette-title {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px; }

.half-rule {
  margin: 40px auto;
  width: 100px; }

.bs-docs-featurette h3 {
  color: #333;
  font-weight: 400;
  margin-bottom: 5px; }

.bs-docs-featurette-img {
  color: #333;
  display: block;
  margin-bottom: 20px; }

.bs-docs-featurette-img:hover {
  color: #337ab7;
  text-decoration: none; }

.bs-docs-featurette-img img {
  display: block;
  margin-bottom: 15px; }

@media (min-width: 480px) {
  .bs-docs-featurette .img-responsive {
    margin-top: 30px; } }
@media (min-width: 768px) {
  .bs-docs-featurette {
    padding-bottom: 100px;
    padding-top: 100px; }

  .bs-docs-featurette-title {
    font-size: 40px; }

  .bs-docs-featurette .lead {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%; }

  .bs-docs-featurette .img-responsive {
    margin-top: 0; } }
.bs-docs-featured-sites {
  margin-left: -1px;
  margin-right: -1px; }

.bs-docs-featured-sites .col-xs-6 {
  padding: 1px; }

.bs-docs-featured-sites .img-responsive {
  margin-top: 0; }

@media (min-width: 768px) {
  .bs-docs-featured-sites .col-sm-3:first-child img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }

  .bs-docs-featured-sites .col-sm-3:last-child img {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; } }
.bs-examples .thumbnail {
  margin-bottom: 10px; }

.bs-examples h4 {
  margin-bottom: 5px; }

.bs-examples p {
  margin-bottom: 20px; }

@media (max-width: 480px) {
  .bs-examples {
    margin-left: -10px;
    margin-right: -10px; }

  .bs-examples > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; } }
.bs-docs-sidebar.affix {
  position: static; }

@media (min-width: 768px) {
  .bs-docs-sidebar {
    padding-left: 20px; } }
.bs-docs-sidenav {
  margin-bottom: 20px;
  margin-top: 20px; }

.bs-docs-sidebar .nav > li > a {
  color: #767676;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px; }

.bs-docs-sidebar .nav > li > a:focus, .bs-docs-sidebar .nav > li > a:hover {
  background-color: transparent;
  border-left: 1px solid #563d7c;
  color: #563d7c;
  padding-left: 19px;
  text-decoration: none; }

.bs-docs-sidebar .nav > .active:focus > a, .bs-docs-sidebar .nav > .active:hover > a, .bs-docs-sidebar .nav > .active > a {
  background-color: transparent;
  border-left: 2px solid #563d7c;
  color: #563d7c;
  font-weight: 700;
  padding-left: 18px; }

.bs-docs-sidebar .nav .nav {
  display: none;
  padding-bottom: 10px; }

.bs-docs-sidebar .nav .nav > li > a {
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 1px;
  padding-left: 30px;
  padding-top: 1px; }

.bs-docs-sidebar .nav .nav > li > a:focus, .bs-docs-sidebar .nav .nav > li > a:hover {
  padding-left: 29px; }

.bs-docs-sidebar .nav .nav > .active:focus > a, .bs-docs-sidebar .nav .nav > .active:hover > a, .bs-docs-sidebar .nav .nav > .active > a {
  font-weight: 500;
  padding-left: 28px; }

.back-to-top, .bs-docs-theme-toggle {
  color: #999;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: 10px;
  padding: 4px 10px; }

.back-to-top:hover, .bs-docs-theme-toggle:hover {
  color: #563d7c;
  text-decoration: none; }

.bs-docs-theme-toggle {
  margin-top: 0; }

@media (min-width: 768px) {
  .back-to-top, .bs-docs-theme-toggle {
    display: block; } }
@media (min-width: 992px) {
  .bs-docs-sidebar .nav > .active > ul {
    display: block; }

  .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
    width: 213px; }

  .bs-docs-sidebar.affix {
    position: fixed;
    top: 20px; }

  .bs-docs-sidebar.affix-bottom {
    position: absolute; }

  .bs-docs-sidebar.affix .bs-docs-sidenav, .bs-docs-sidebar.affix-bottom .bs-docs-sidenav {
    margin-bottom: 0;
    margin-top: 0; } }
@media (min-width: 1200px) {
  .bs-docs-sidebar.affix, .bs-docs-sidebar.affix-bottom {
    width: 263px; } }
.bs-docs-section {
  margin-bottom: 60px; }

.bs-docs-section:last-child {
  margin-bottom: 0; }

h1[id] {
  margin-top: 0;
  padding-top: 20px; }

.bs-callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: 20px 0;
  padding: 20px; }

.bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-danger {
  border-left-color: #ce4844; }

.bs-callout-danger h4 {
  color: #ce4844; }

.bs-callout-warning {
  border-left-color: #aa6708; }

.bs-callout-warning h4 {
  color: #aa6708; }

.bs-callout-info {
  border-left-color: #1b809e; }

.bs-callout-info h4 {
  color: #1b809e; }

.color-swatches {
  margin: 0 -5px;
  overflow: hidden; }

.color-swatch {
  border-radius: 3px;
  float: left;
  height: 60px;
  margin: 0 5px;
  width: 60px; }

@media (min-width: 768px) {
  .color-swatch {
    height: 100px;
    width: 100px; } }
.color-swatches .gray-darker {
  background-color: #222; }

.color-swatches .gray-dark {
  background-color: #333; }

.color-swatches .gray {
  background-color: #555; }

.color-swatches .gray-light {
  background-color: #999; }

.color-swatches .gray-lighter {
  background-color: #eee; }

.color-swatches .brand-primary {
  background-color: #337ab7; }

.color-swatches .brand-success {
  background-color: #5cb85c; }

.color-swatches .brand-warning {
  background-color: #f0ad4e; }

.color-swatches .brand-danger {
  background-color: #d9534f; }

.color-swatches .brand-info {
  background-color: #5bc0de; }

.color-swatches .bs-purple {
  background-color: #563d7c; }

.color-swatches .bs-purple-light {
  background-color: #c7bfd3; }

.color-swatches .bs-purple-lighter {
  background-color: #e5e1ea; }

.color-swatches .bs-gray {
  background-color: #f9f9f9; }

.bs-team .team-member {
  color: #555;
  line-height: 32px; }

.bs-team .team-member:hover {
  color: #333;
  text-decoration: none; }

.bs-team .github-btn {
  float: right;
  height: 20px;
  margin-top: 6px;
  width: 180px; }

.bs-team img {
  border-radius: 4px;
  float: left;
  margin-right: 10px;
  width: 32px; }

.bs-docs-browser-bugs td p {
  margin-bottom: 0; }

.bs-docs-browser-bugs th:first-child {
  width: 18%; }

.show-grid {
  margin-bottom: 15px; }

.show-grid [class^="col-"] {
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
  padding-bottom: 10px;
  padding-top: 10px; }

.bs-example {
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05) inset;
  margin: 0 -15px 15px;
  padding: 45px 15px 15px;
  position: relative; }

.bs-example:after {
  color: #959595;
  content: "Example";
  font-size: 12px;
  font-weight: 700;
  left: 15px;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  top: 15px; }

.bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
  border-radius: 0;
  border-width: 0 0 1px;
  margin: -15px -15px 15px; }

@media (min-width: 768px) {
  .bs-example {
    background-color: #fff;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    border-width: 1px;
    box-shadow: none;
    margin-left: 0;
    margin-right: 0; }

  .bs-example + .highlight, .bs-example + .zero-clipboard + .highlight {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: -16px; }

  .bs-example-standalone {
    border-radius: 4px; } }
.bs-example .container {
  width: auto; }

.bs-example > .alert:last-child, .bs-example > .form-control:last-child, .bs-example > .jumbotron:last-child, .bs-example > .list-group:last-child, .bs-example > .navbar:last-child, .bs-example > .panel:last-child, .bs-example > .progress:last-child, .bs-example > .table-responsive:last-child > .table, .bs-example > .table:last-child, .bs-example > .well:last-child, .bs-example > blockquote:last-child, .bs-example > ol:last-child, .bs-example > p:last-child, .bs-example > ul:last-child {
  margin-bottom: 0; }

.bs-example > p > .close {
  float: none; }

.bs-example-type .table .type-info {
  color: #767676;
  vertical-align: middle; }

.bs-example-type .table td {
  border-color: #eee;
  padding: 15px 0; }

.bs-example-type .table tr:first-child td {
  border-top: 0 none; }

.bs-example-type h1, .bs-example-type h2, .bs-example-type h3, .bs-example-type h4, .bs-example-type h5, .bs-example-type h6 {
  margin: 0; }

.bs-example-bg-classes p {
  padding: 15px; }

.bs-example > .img-circle, .bs-example > .img-rounded, .bs-example > .img-thumbnail {
  margin: 5px; }

.bs-example > .table-responsive > .table {
  background-color: #fff; }

.bs-example > .btn, .bs-example > .btn-group {
  margin-bottom: 5px;
  margin-top: 5px; }

.bs-example > .btn-toolbar + .btn-toolbar {
  margin-top: 10px; }

.bs-example-control-sizing input[type="text"] + input[type="text"], .bs-example-control-sizing select {
  margin-top: 10px; }

.bs-example-form .input-group {
  margin-bottom: 10px; }

.bs-example > textarea.form-control {
  resize: vertical; }

.bs-example > .list-group {
  max-width: 400px; }

.bs-example .navbar:last-child {
  margin-bottom: 0; }

.bs-navbar-bottom-example, .bs-navbar-top-example {
  overflow: hidden;
  padding: 0;
  z-index: 1; }

.bs-navbar-bottom-example .navbar-header, .bs-navbar-top-example .navbar-header {
  margin-left: 0; }

.bs-navbar-bottom-example .navbar-fixed-bottom, .bs-navbar-top-example .navbar-fixed-top {
  margin-left: 0;
  margin-right: 0;
  position: relative; }

.bs-navbar-top-example {
  padding-bottom: 45px; }

.bs-navbar-top-example:after {
  bottom: 15px;
  top: auto; }

.bs-navbar-top-example .navbar-fixed-top {
  top: -1px; }

.bs-navbar-bottom-example {
  padding-top: 45px; }

.bs-navbar-bottom-example .navbar-fixed-bottom {
  bottom: -1px; }

.bs-navbar-bottom-example .navbar {
  margin-bottom: 0; }

@media (min-width: 768px) {
  .bs-navbar-bottom-example .navbar-fixed-bottom, .bs-navbar-top-example .navbar-fixed-top {
    position: absolute; } }
.bs-example .pagination {
  margin-bottom: 10px;
  margin-top: 10px; }

.bs-example > .pager {
  margin-top: 0; }

.bs-example-modal {
  background-color: #f5f5f5; }

.bs-example-modal .modal {
  bottom: auto;
  display: block;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
  z-index: 1; }

.bs-example-modal .modal-dialog {
  left: auto;
  margin-left: auto;
  margin-right: auto; }

.bs-example > .dropdown > .dropdown-toggle {
  float: left; }

.bs-example > .dropdown > .dropdown-menu {
  clear: left;
  display: block;
  margin-bottom: 5px;
  position: static; }

.bs-example-tabs .nav-tabs {
  margin-bottom: 15px; }

.bs-example-tooltips {
  text-align: center; }

.bs-example-tooltips > .btn {
  margin-bottom: 5px;
  margin-top: 5px; }

.bs-example-tooltip .tooltip {
  display: inline-block;
  margin: 10px 20px;
  opacity: 1;
  position: relative; }

.bs-example-popover {
  background-color: #f9f9f9;
  padding-bottom: 24px; }

.bs-example-popover .popover {
  display: block;
  float: left;
  margin: 20px;
  position: relative;
  width: 260px; }

.scrollspy-example {
  height: 200px;
  margin-top: 10px;
  overflow: auto;
  position: relative; }

#collapseExample .well {
  margin-bottom: 0; }

.bs-events-table > tbody > tr > td:first-child, .bs-events-table > thead > tr > th:first-child {
  white-space: nowrap; }

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 9px 14px; }

.highlight pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal; }

.highlight pre code {
  color: #333;
  font-size: inherit; }

.highlight pre code:first-child {
  display: inline-block;
  padding-right: 45px; }

.table-responsive .highlight pre {
  white-space: normal; }

.bs-table th small, .responsive-utilities th small {
  color: #999;
  display: block;
  font-weight: 400; }

.responsive-utilities tbody th {
  font-weight: 400; }

.responsive-utilities td {
  text-align: center; }

.responsive-utilities td.is-visible {
  background-color: #dff0d8 !important;
  color: #468847; }

.responsive-utilities td.is-hidden {
  background-color: #f9f9f9 !important;
  color: #ccc; }

.responsive-utilities-test {
  margin-top: 5px; }

.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px; }

.responsive-utilities-test span {
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  padding: 15px 10px;
  text-align: center; }

.hidden-on .col-xs-6 .hidden-lg, .hidden-on .col-xs-6 .hidden-md, .hidden-on .col-xs-6 .hidden-sm, .hidden-on .col-xs-6 .hidden-xs, .visible-on .col-xs-6 .hidden-lg, .visible-on .col-xs-6 .hidden-md, .visible-on .col-xs-6 .hidden-sm, .visible-on .col-xs-6 .hidden-xs {
  border: 1px solid #ddd;
  color: #999; }

.hidden-on .col-xs-6 .visible-lg-block, .hidden-on .col-xs-6 .visible-md-block, .hidden-on .col-xs-6 .visible-sm-block, .hidden-on .col-xs-6 .visible-xs-block, .visible-on .col-xs-6 .visible-lg-block, .visible-on .col-xs-6 .visible-md-block, .visible-on .col-xs-6 .visible-sm-block, .visible-on .col-xs-6 .visible-xs-block {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847; }

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden; }

.bs-glyphicons-list {
  list-style: outside none none;
  padding-left: 0; }

.bs-glyphicons li {
  background-color: #f9f9f9;
  border: 1px solid #fff;
  float: left;
  font-size: 10px;
  height: 115px;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  width: 25%; }

.bs-glyphicons .glyphicon {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 5px; }

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word; }

.bs-glyphicons li:hover {
  background-color: #563d7c;
  color: #fff; }

@media (min-width: 768px) {
  .bs-glyphicons {
    margin-left: 0;
    margin-right: 0; }

  .bs-glyphicons li {
    font-size: 12px;
    width: 12.5%; } }
.bs-customizer .toggle {
  float: right;
  margin-top: 25px; }

.bs-customizer label {
  color: #555;
  font-weight: 500;
  margin-top: 10px; }

.bs-customizer h2 {
  margin-bottom: 5px;
  margin-top: 0;
  padding-top: 30px; }

.bs-customizer h3 {
  margin-bottom: 0; }

.bs-customizer h4 {
  margin-bottom: 0;
  margin-top: 15px; }

.bs-customizer .bs-callout h4 {
  margin-bottom: 5px;
  margin-top: 0; }

.bs-customizer input[type="text"] {
  background-color: #fafafa;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace; }

.bs-customizer .help-block {
  font-size: 12px;
  margin-bottom: 5px; }

#less-section label {
  font-weight: 400; }

.bs-customize-download .btn-outline {
  padding: 20px; }

.bs-customizer-alert {
  background-color: #d9534f;
  border-bottom: 1px solid #b94441;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
  color: #fff;
  left: 0;
  padding: 15px 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030; }

.bs-customizer-alert .close {
  font-size: 24px;
  margin-top: -4px; }

.bs-customizer-alert p {
  margin-bottom: 0; }

.bs-customizer-alert .glyphicon {
  margin-right: 5px; }

.bs-customizer-alert pre {
  background-color: #a83c3a;
  border-color: #973634;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #fff;
  margin: 10px 0 0; }

.bs-dropzone {
  border: 2px dashed #eee;
  border-radius: 4px;
  color: #777;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  text-align: center; }

.bs-dropzone .import-header {
  margin-bottom: 5px; }

.bs-dropzone .glyphicon-download-alt {
  font-size: 40px; }

.bs-dropzone hr {
  width: 100px; }

.bs-dropzone .lead {
  color: #333;
  font-weight: 400;
  margin-bottom: 10px; }

#import-manual-trigger {
  cursor: pointer; }

.bs-dropzone p:last-child {
  margin-bottom: 0; }

.bs-brand-logos {
  background-color: #f9f9f9;
  border-radius: 4px;
  color: #563d7c;
  display: table;
  margin-bottom: 15px;
  overflow: hidden;
  width: 100%; }

.bs-brand-item {
  padding: 60px 0;
  text-align: center; }

.bs-brand-item + .bs-brand-item {
  border-top: 1px solid #fff; }

.bs-brand-logos .inverse {
  background-color: #563d7c;
  color: #fff; }

.bs-brand-item h1, .bs-brand-item h3 {
  margin-bottom: 0;
  margin-top: 0; }

.bs-brand-item .bs-docs-booticon {
  margin-left: auto;
  margin-right: auto; }

.bs-brand-item .glyphicon {
  border-radius: 50%;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 10px auto -10px;
  width: 30px; }

.bs-brand-item .glyphicon-ok {
  background-color: #5cb85c; }

.bs-brand-item .glyphicon-remove {
  background-color: #d9534f; }

@media (min-width: 768px) {
  .bs-brand-item {
    display: table-cell;
    width: 1%; }

  .bs-brand-item + .bs-brand-item {
    border-left: 1px solid #fff;
    border-top: 0 none; }

  .bs-brand-item h1 {
    font-size: 60px; } }
.zero-clipboard {
  display: none;
  position: relative; }

.btn-clipboard {
  background-color: #fff;
  border: 1px solid #e1e1e8;
  border-radius: 0 4px;
  color: #767676;
  cursor: pointer;
  display: block;
  font-size: 12px;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10; }

.btn-clipboard-hover {
  background-color: #563d7c;
  border-color: #563d7c;
  color: #fff; }

@media (min-width: 768px) {
  .zero-clipboard {
    display: block; }

  .bs-example + .zero-clipboard .btn-clipboard {
    border-top-right-radius: 0;
    top: -16px; } }
#focusedInput {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0 none; }

.hll {
  background-color: #ffc; }

.c {
  color: #999; }

.err {
  background-color: #faa;
  color: #a00; }

.k {
  color: #069; }

.o {
  color: #555; }

.cm {
  color: #999; }

.cp {
  color: #099; }

.c1 {
  color: #999; }

.cs {
  color: #999; }

.gd {
  background-color: #fcc;
  border: 1px solid #c00; }

.ge {
  font-style: italic; }

.gr {
  color: red; }

.gh {
  color: #030; }

.gi {
  background-color: #cfc;
  border: 1px solid #0c0; }

.go {
  color: #aaa; }

.gp {
  color: #009; }

.gu {
  color: #030; }

.gt {
  color: #9c6; }

.kc {
  color: #069; }

.kd {
  color: #069; }

.kn {
  color: #069; }

.kp {
  color: #069; }

.kr {
  color: #069; }

.kt {
  color: #078; }

.m {
  color: #f60; }

.s {
  color: #d44950; }

.na {
  color: #4f9fcf; }

.nb {
  color: #366; }

.nc {
  color: #0a8; }

.no {
  color: #360; }

.nd {
  color: #99f; }

.ni {
  color: #999; }

.ne {
  color: #c00; }

.nf {
  color: #c0f; }

.nl {
  color: #99f; }

.nn {
  color: #0cf; }

.nt {
  color: #2f6f9f; }

.nv {
  color: #033; }

.ow {
  color: #000; }

.w {
  color: #bbb; }

.mf {
  color: #f60; }

.mh {
  color: #f60; }

.mi {
  color: #f60; }

.mo {
  color: #f60; }

.sb {
  color: #c30; }

.sc {
  color: #c30; }

.sd {
  color: #c30;
  font-style: italic; }

.s2 {
  color: #c30; }

.se {
  color: #c30; }

.sh {
  color: #c30; }

.si {
  color: #a00; }

.sx {
  color: #c30; }

.sr {
  color: #3aa; }

.s1 {
  color: #c30; }

.ss {
  color: #fc3; }

.bp {
  color: #366; }

.vc {
  color: #033; }

.vg {
  color: #033; }

.vi {
  color: #033; }

.il {
  color: #f60; }

.css .nt + .nt, .css .o, .css .o + .nt {
  color: #999; }

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.1
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:active, .hvr-grow:focus, .hvr-grow:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-shrink:active, .hvr-shrink:focus, .hvr-shrink:hover {
  -webkit-transform: scale(0.9);
  transform: scale(0.9); }

@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse:active, .hvr-pulse:focus, .hvr-pulse:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-grow:active, .hvr-pulse-grow:focus, .hvr-pulse-grow:hover {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }
.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pulse-shrink:active, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:hover {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-push:active, .hvr-push:focus, .hvr-push:hover {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-pop:active, .hvr-pop:focus, .hvr-pop:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-in:active, .hvr-bounce-in:focus, .hvr-bounce-in:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-out:active, .hvr-bounce-out:focus, .hvr-bounce-out:hover {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-rotate:active, .hvr-rotate:focus, .hvr-rotate:hover {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg); }

.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow-rotate:active, .hvr-grow-rotate:focus, .hvr-grow-rotate:hover {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg); }

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:active, .hvr-float:focus, .hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sink:active, .hvr-sink:focus, .hvr-sink:hover {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }
.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-bob:active, .hvr-bob:focus, .hvr-bob:hover {
  -webkit-animation-name: hvr-bob-float,hvr-bob;
  animation-name: hvr-bob-float,hvr-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); } }
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-hang:active, .hvr-hang:focus, .hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-skew:active, .hvr-skew:focus, .hvr-skew:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-forward:active, .hvr-skew-forward:focus, .hvr-skew-forward:hover {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg); }

.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-skew-backward:active, .hvr-skew-backward:focus, .hvr-skew-backward:hover {
  -webkit-transform: skew(10deg);
  transform: skew(10deg); }

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px); }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-vertical:active, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:hover {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-horizontal:active, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:hover {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px); }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px); }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px); }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px); }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-bottom-right:active, .hvr-wobble-to-bottom-right:focus, .hvr-wobble-to-bottom-right:hover {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px); }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px); }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px); }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px); }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-to-top-right:active, .hvr-wobble-to-top-right:focus, .hvr-wobble-to-top-right:hover {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.hvr-wobble-top:active, .hvr-wobble-top:focus, .hvr-wobble-top:hover {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.hvr-wobble-bottom:active, .hvr-wobble-bottom:focus, .hvr-wobble-bottom:hover {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg); }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg); }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg); }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg); }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg); }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0); } }
.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-wobble-skew:active, .hvr-wobble-skew:focus, .hvr-wobble-skew:hover {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz:active, .hvr-buzz:focus, .hvr-buzz:hover {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale; }

.hvr-buzz-out:active, .hvr-buzz-out:focus, .hvr-buzz-out:hover {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color; }

.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  background-color: #2098d1;
  color: #fff; }

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75); } }
.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color,background-color;
  transition-property: color,background-color; }

.hvr-back-pulse:active, .hvr-back-pulse:focus, .hvr-back-pulse:hover {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: #fff; }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: #fff; }

.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-left:active, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:hover {
  color: #fff; }

.hvr-sweep-to-left:active:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-bottom:active, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:hover {
  color: #fff; }

.hvr-sweep-to-bottom:active:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-top:active, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:hover {
  color: #fff; }

.hvr-sweep-to-top:active:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-right:active, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:hover {
  color: #fff; }

.hvr-bounce-to-right:active:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-left:active, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:hover {
  color: #fff; }

.hvr-bounce-to-left:active:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-bottom:active, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:hover {
  color: #fff; }

.hvr-bounce-to-bottom:active:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s; }

.hvr-bounce-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-bounce-to-top:active, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:hover {
  color: #fff; }

.hvr-bounce-to-top:active:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-out:active, .hvr-radial-out:focus, .hvr-radial-out:hover {
  color: #fff; }

.hvr-radial-out:active:before, .hvr-radial-out:focus:before, .hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2); }

.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-radial-in:active, .hvr-radial-in:focus, .hvr-radial-in:hover {
  color: #fff; }

.hvr-radial-in:active:before, .hvr-radial-in:focus:before, .hvr-radial-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-in:active, .hvr-rectangle-in:focus, .hvr-rectangle-in:hover {
  color: #fff; }

.hvr-rectangle-in:active:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:hover:before {
  -webkit-transform: scale(0);
  transform: scale(0); }

.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-rectangle-out:active, .hvr-rectangle-out:focus, .hvr-rectangle-out:hover {
  color: #fff; }

.hvr-rectangle-out:active:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1); }

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-horizontal:active, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:hover {
  color: #fff; }

.hvr-shutter-in-horizontal:active:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0); }

.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover {
  color: #fff; }

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-in-vertical:active, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:hover {
  color: #fff; }

.hvr-shutter-in-vertical:active:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:hover:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0); }

.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-shutter-out-vertical:active, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:hover {
  color: #fff; }

.hvr-shutter-out-vertical:active:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:hover:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-border-fade:active, .hvr-border-fade:focus, .hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent; }

.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent; }

.hvr-hollow:active, .hvr-hollow:focus, .hvr-hollow:hover {
  background: 0 0; }

.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-trim:before {
  content: '';
  position: absolute;
  border: #fff solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-trim:active:before, .hvr-trim:focus:before, .hvr-trim:hover:before {
  opacity: 1; }

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-out:active:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:hover:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out; }

@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1; } }
.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.hvr-ripple-in:active:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:hover:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in; }

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left; }

.hvr-outline-out:active:before, .hvr-outline-out:focus:before, .hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px; }

.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left; }

.hvr-outline-in:active:before, .hvr-outline-in:focus:before, .hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1; }

.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius; }

.hvr-round-corners:active, .hvr-round-corners:focus, .hvr-round-corners:hover {
  border-radius: 1em; }

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-left:active:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:hover:before {
  right: 0; }

.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-center:active:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-from-right:active:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:hover:before {
  left: 0; }

.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-left:active:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:hover:before {
  right: 0; }

.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left,right;
  transition-property: left,right;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-center:active:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:hover:before {
  left: 0;
  right: 0; }

.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-from-right:active:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:hover:before {
  left: 0; }

.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-reveal:active:before, .hvr-reveal:focus:before, .hvr-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px; }

.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-underline-reveal:active:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden; }

.hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-overline-reveal:active:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:hover:before {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-glow:active, .hvr-glow:focus, .hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-shadow:active, .hvr-shadow:focus, .hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5); }

.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow,transform;
  transition-property: box-shadow,transform; }

.hvr-grow-shadow:active, .hvr-grow-shadow:focus, .hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }

.hvr-box-shadow-outset:active, .hvr-box-shadow-outset:focus, .hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6); }

.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-box-shadow-inset:active, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px transparent; }

.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, transparent 80%);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity; }

.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px); }

.hvr-float-shadow:active:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-shadow-radial:after, .hvr-shadow-radial:before {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0, transparent 80%); }

.hvr-shadow-radial:active:after, .hvr-shadow-radial:active:before, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:hover:before {
  opacity: 1; }

.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1; }

.hvr-bubble-top:active:before, .hvr-bubble-top:focus:before, .hvr-bubble-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1; }

.hvr-bubble-right:active:before, .hvr-bubble-right:focus:before, .hvr-bubble-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent; }

.hvr-bubble-bottom:active:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent; }

.hvr-bubble-left:active:before, .hvr-bubble-left:focus:before, .hvr-bubble-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-top:active, .hvr-bubble-float-top:focus, .hvr-bubble-float-top:hover {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-float-top:active:before, .hvr-bubble-float-top:focus:before, .hvr-bubble-float-top:hover:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-right:active, .hvr-bubble-float-right:focus, .hvr-bubble-float-right:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-bubble-float-right:active:before, .hvr-bubble-float-right:focus:before, .hvr-bubble-float-right:hover:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-bottom:active, .hvr-bubble-float-bottom:focus, .hvr-bubble-float-bottom:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px); }

.hvr-bubble-float-bottom:active:before, .hvr-bubble-float-bottom:focus:before, .hvr-bubble-float-bottom:hover:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-bubble-float-left:active, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px); }

.hvr-bubble-float-left:active:before, .hvr-bubble-float-left:focus:before, .hvr-bubble-float-left:hover:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px); }

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

.hvr-icon-back:before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-back:active:before, .hvr-icon-back:focus:before, .hvr-icon-back:hover:before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px); }

.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .1s;
  transition-duration: .1s; }

.hvr-icon-forward:before {
  content: "\f138";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-forward:active:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:hover:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }

@-webkit-keyframes hvr-icon-down {
  0%,100%,50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-down {
  0%,100%,50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-down:active:before, .hvr-icon-down:focus:before, .hvr-icon-down:hover:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes hvr-icon-up {
  0%,100%,50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-up {
  0%,100%,50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  25%,75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-up:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-up:active:before, .hvr-icon-up:focus:before, .hvr-icon-up:hover:before {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-spin:before {
  content: "\f021";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.hvr-icon-spin:active:before, .hvr-icon-spin:focus:before, .hvr-icon-spin:hover:before {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100%,51% {
    opacity: 1; } }
@keyframes hvr-icon-drop {
  0% {
    opacity: 0; }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100%,51% {
    opacity: 1; } }
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-drop:before {
  content: "\f041";
  position: absolute;
  right: 1em;
  opacity: 1;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-drop:active:before, .hvr-icon-drop:focus:before, .hvr-icon-drop:hover:before {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-fade:before {
  content: "\f00c";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color;
  transition-property: color; }

.hvr-icon-fade:active:before, .hvr-icon-fade:focus:before, .hvr-icon-fade:hover:before {
  color: #0F9E5E; }

@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em); } }
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-float-away:after, .hvr-icon-float-away:before {
  content: "\f055";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome; }

.hvr-icon-float-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-float-away:active:after, .hvr-icon-float-away:focus:after, .hvr-icon-float-away:hover:after {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em); } }
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-sink-away:after, .hvr-icon-sink-away:before {
  content: "\f056";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-sink-away:after {
  opacity: 0;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.hvr-icon-sink-away:active:after, .hvr-icon-sink-away:focus:after, .hvr-icon-sink-away:hover:after {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-grow:before {
  content: "\f118";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow:active:before, .hvr-icon-grow:focus:before, .hvr-icon-grow:hover:before {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0); }

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-shrink:before {
  content: "\f119";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-shrink:active:before, .hvr-icon-shrink:focus:before, .hvr-icon-shrink:hover:before {
  -webkit-transform: scale(0.8);
  transform: scale(0.8); }

@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse:active:before, .hvr-icon-pulse:focus:before, .hvr-icon-pulse:hover:before {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-grow:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-grow:active:before, .hvr-icon-pulse-grow:focus:before, .hvr-icon-pulse-grow:hover:before {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); } }
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em; }

.hvr-icon-pulse-shrink:before {
  content: "\f015";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pulse-shrink:active:before, .hvr-icon-pulse-shrink:focus:before, .hvr-icon-pulse-shrink:hover:before {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate; }

@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-push:before {
  content: "\f006";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-push:active:before, .hvr-icon-push:focus:before, .hvr-icon-push:hover:before {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }
.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-pop:before {
  content: "\f005";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-pop:active:before, .hvr-icon-pop:focus:before, .hvr-icon-pop:hover:before {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-bounce:before {
  content: "\f087";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-bounce:active:before, .hvr-icon-bounce:focus:before, .hvr-icon-bounce:hover:before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36); }

.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-rotate:before {
  content: "\f0c6";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-rotate:active:before, .hvr-icon-rotate:focus:before, .hvr-icon-rotate:hover:before {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg); }

.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-grow-rotate:before {
  content: "\f095";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-grow-rotate:active:before, .hvr-icon-grow-rotate:focus:before, .hvr-icon-grow-rotate:hover:before {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg); }

.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-float:before {
  content: "\f01b";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-float:active:before, .hvr-icon-float:focus:before, .hvr-icon-float:hover:before {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px); }

.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-sink:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-icon-sink:active:before, .hvr-icon-sink:focus:before, .hvr-icon-sink:hover:before {
  -webkit-transform: translateY(4px);
  transform: translateY(4px); }

@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); } }
.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-bob:before {
  content: "\f077";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-bob:active:before, .hvr-icon-bob:focus:before, .hvr-icon-bob:hover:before {
  -webkit-animation-name: hvr-icon-bob-float,hvr-icon-bob;
  animation-name: hvr-icon-bob-float,hvr-icon-bob;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px); }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); } }
.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-hang:before {
  content: "\f078";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-hang:active:before, .hvr-icon-hang:focus:before, .hvr-icon-hang:hover:before {
  -webkit-animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  animation-name: hvr-icon-hang-sink,hvr-icon-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate; }

@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-wobble-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-horizontal:active:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:hover:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px); }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px); }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-wobble-vertical:before {
  content: "\f062";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-wobble-vertical:active:before, .hvr-icon-wobble-vertical:focus:before, .hvr-icon-wobble-vertical:hover:before {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }
.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-buzz:before {
  content: "\f017";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz:active:before, .hvr-icon-buzz:focus:before, .hvr-icon-buzz:hover:before {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg); }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0); }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0); } }
.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.hvr-icon-buzz-out:before {
  content: "\f023";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.hvr-icon-buzz-out:active:before, .hvr-icon-buzz-out:focus:before, .hvr-icon-buzz-out:hover:before {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-top-left:active:before, .hvr-curl-top-left:focus:before, .hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-top-right:active:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-bottom-right:active:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px; }

.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: width,height;
  transition-property: width,height; }

.hvr-curl-bottom-left:active:before, .hvr-curl-bottom-left:focus:before, .hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

/*
Version: 3.5.2 Timestamp: Sat Nov  1 14:43:36 EDT 2014
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle; }

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */ }

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%); }

html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0; }

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%); }

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px; }

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto; }

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0; }

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url("../images/select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0; }

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block; }

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer; }

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none; }

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb; }

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto; }

.select2-drop-auto-width .select2-search {
  padding-top: 4px; }

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%); }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px; }

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/select2.png") no-repeat 0 1px; }

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px; }

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap; }

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url("../images/select2.png") no-repeat 100% -22px;
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/select2.png") no-repeat -37px -22px;
  background: url("../images/select2.png") no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("../images/select2.png") no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("../images/select2.png") no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px; }

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0; }

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%); }

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%); }

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none; }

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px; }

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px; }

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent; }

html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px; }

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0; }

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none; }

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold; }

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.select2-results-dept-1 .select2-result-label {
  padding-left: 20px; }

.select2-results-dept-2 .select2-result-label {
  padding-left: 40px; }

.select2-results-dept-3 .select2-result-label {
  padding-left: 60px; }

.select2-results-dept-4 .select2-result-label {
  padding-left: 80px; }

.select2-results-dept-5 .select2-result-label {
  padding-left: 100px; }

.select2-results-dept-6 .select2-result-label {
  padding-left: 110px; }

.select2-results-dept-7 .select2-result-label {
  padding-left: 120px; }

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff; }

.select2-results li em {
  background: #feffde;
  font-style: normal; }

.select2-results .select2-highlighted em {
  background: transparent; }

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000; }

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px; }

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default; }

.select2-results .select2-selected {
  display: none; }

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%; }

.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2); }

.select2-more-results {
  background: #f4f4f4;
  display: list-item; }

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0; }

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none; }

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%); }

html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px; }

.select2-locked {
  padding: 3px 5px 3px 5px !important; }

.select2-container-multi .select2-choices {
  min-height: 26px; }

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none; }

html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right; }

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important; }

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important; }

.select2-default {
  color: #999 !important; }

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); }

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default; }

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4; }

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url("../images/select2.png") right top no-repeat; }

html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px; }

.select2-container-multi .select2-search-choice-close {
  left: 3px; }

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px; }

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px; }

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px; }

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4; }

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none; }

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline; }

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important; }

.select2-display-none {
  display: none; }

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll; }

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important; }

  .select2-search input {
    background-position: 100% -21px !important; } }
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  border: 2px solid #000;
  background: #4c4c4c;
  color: #fff; }

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden; }

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */ }

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px; }

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible; }

.tooltipster-base .tooltipster-content {
  overflow: hidden; }

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute; }

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px; }

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px; }

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px; }

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px; }

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto; }

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px; }

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px; }

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px; }

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px; }

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px; }

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px; }

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px; }

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px; }

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade-show {
  opacity: 1; }

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform; }

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0; }

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0; }

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

footer {
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-top: 30px;
  color: gray;
  font-size: 11px; }

#page-complaint-seller {
  /* tablet */
  /* mobile phone */ }
  #page-complaint-seller > h1 {
    font-size: 18px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #333333;
    padding-bottom: 23px;
    padding-top: 33px;
    margin: 0;
    font-weight: 600; }
  #page-complaint-seller .form-search-more {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: right; }
    #page-complaint-seller .form-search-more > .form-group.first {
      padding-top: 4px; }
    #page-complaint-seller .form-search-more label {
      font-weight: normal;
      color: #3f4753; }
    #page-complaint-seller .form-search-more > .total-result {
      display: inline-block;
      float: left;
      color: #333333;
      padding-top: 5px;
      /* tablet */
      /* mobile phone */ }
      @media all and (max-width: 1024px) {
        #page-complaint-seller .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
      @media all and (max-width: 768px) {
        #page-complaint-seller .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
    #page-complaint-seller .form-search-more .btn-group > button {
      border-radius: 0;
      background: #fff;
      border: 1px solid #ccc; }
      #page-complaint-seller .form-search-more .btn-group > button.active {
        background: #ececec;
        box-shadow: none; }
      #page-complaint-seller .form-search-more .btn-group > button:hover {
        background: #ececec; }
  #page-complaint-seller .panel-tab {
    border: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    float: left; }
    #page-complaint-seller .panel-tab ul.list-other {
      display: inline-block;
      list-style: outside none none;
      margin: 0;
      padding: 11px 10px;
      float: right;
      /* tablet */
      /* mobile phone */ }
      @media all and (max-width: 1024px) {
        #page-complaint-seller .panel-tab ul.list-other {
          float: left;
          width: 100%; } }
      @media all and (max-width: 768px) {
        #page-complaint-seller .panel-tab ul.list-other {
          float: left;
          width: 100%; } }
      #page-complaint-seller .panel-tab ul.list-other > li {
        display: inline-block;
        padding: 0 10px; }
        #page-complaint-seller .panel-tab ul.list-other > li:first-child {
          padding-left: 0; }
        #page-complaint-seller .panel-tab ul.list-other > li:last-child {
          padding-right: 0; }
        #page-complaint-seller .panel-tab ul.list-other > li > label {
          color: #3f4753;
          font-size: 12px;
          font-weight: normal; }
  #page-complaint-seller ul.days {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    #page-complaint-seller ul.days > li {
      display: inline-block; }
      #page-complaint-seller ul.days > li:last-child > a {
        border-right: none; }
      #page-complaint-seller ul.days > li.active > a {
        font-weight: bold; }
      #page-complaint-seller ul.days > li > a {
        padding: 0 7px;
        border-right: 1px solid #3f4753;
        color: #227dbd; }
        #page-complaint-seller ul.days > li > a.active {
          font-weight: bold; }
  #page-complaint-seller .form-search {
    background: #f3f3f3 none repeat scroll 0% 0%;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 37px; }
    #page-complaint-seller .form-search .btn-group.bootstrap-select {
      width: 100%; }
      #page-complaint-seller .form-search .btn-group.bootstrap-select > .btn-default {
        background: #fff; }
    #page-complaint-seller .form-search .form-group.has-feedback > i {
      left: 0;
      color: #777777; }
    #page-complaint-seller .form-search label {
      font-weight: normal;
      padding-top: 4px; }
    #page-complaint-seller .form-search ul.list-reason {
      list-style: outside none none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      #page-complaint-seller .form-search ul.list-reason > li {
        display: inline-block;
        padding: 0 10px 10px 10px; }
        #page-complaint-seller .form-search ul.list-reason > li:first-child {
          padding-left: 0; }
        #page-complaint-seller .form-search ul.list-reason > li:last-child {
          padding-right: 0; }
        #page-complaint-seller .form-search ul.list-reason > li > label {
          font-size: 12px;
          font-weight: normal;
          color: #333333; }
  #page-complaint-seller #tbl-complaint-seller {
    font-size: 12px; }
    #page-complaint-seller #tbl-complaint-seller .red {
      color: #db2033 !important; }
    #page-complaint-seller #tbl-complaint-seller .green {
      color: #00a651 !important; }
    #page-complaint-seller #tbl-complaint-seller .order-code {
      font-weight: bold;
      color: #337ab7; }
    #page-complaint-seller #tbl-complaint-seller .acc {
      color: #333333; }
    #page-complaint-seller #tbl-complaint-seller .stt {
      color: #333; }
    #page-complaint-seller #tbl-complaint-seller .status {
      text-transform: uppercase;
      color: #777; }
    #page-complaint-seller #tbl-complaint-seller .reason {
      color: #777; }
    #page-complaint-seller #tbl-complaint-seller .seller-name {
      color: #333333; }
    #page-complaint-seller #tbl-complaint-seller .aliwangwang {
      color: #777777; }
    #page-complaint-seller #tbl-complaint-seller .price {
      color: #333333; }
    #page-complaint-seller #tbl-complaint-seller .alipay {
      color: #777; }
    #page-complaint-seller #tbl-complaint-seller .link-detail {
      color: #337ab7; }
      #page-complaint-seller #tbl-complaint-seller .link-detail > i {
        padding-left: 5px;
        /* mobile phone */ }
        @media all and (max-width: 768px) {
          #page-complaint-seller #tbl-complaint-seller .link-detail > i {
            display: none; } }
    #page-complaint-seller #tbl-complaint-seller .time > .lbl {
      color: #777777;
      width: 44px;
      float: left; }
    #page-complaint-seller #tbl-complaint-seller .time > .val {
      color: #333333; }
      #page-complaint-seller #tbl-complaint-seller .time > .val.font-red {
        color: #D24438; }
  #page-complaint-seller > .table-responsive {
    width: 100%;
    float: left; }
  #page-complaint-seller > .panel-pagination {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: center; }
  #page-complaint-seller .form-group.time {
    width: 120px !important; }
  #page-complaint-seller .form-group.time > .form-control {
    width: 100%; }
  @media all and (max-width: 1024px) {
    #page-complaint-seller .form-group.time {
      width: 100% !important; } }
  @media all and (max-width: 768px) {
    #page-complaint-seller .form-group.time {
      width: 100% !important; } }

#page-complaint {
  /* tablet */
  /* mobile phone */ }
  #page-complaint .btn-export-excel {
    float: right;
    display: inline-block;
    margin: 7px 10px; }
  #page-complaint .img-product {
    width: 50px;
    float: left;
    margin-right: 10px;
    border: 1px solid #dfdfdf;
    display: block;
    max-height: 50px;
    overflow: hidden; }
  #page-complaint .price-color > span {
    color: #DE4346; }
  #page-complaint .page-title {
    font-size: 18px;
    font-family: "Helvetica", Arial, sans-serif;
    color: #333333;
    padding-bottom: 23px;
    padding-top: 33px;
    margin: 0;
    font-weight: 600; }
  #page-complaint .module-total .item {
    float: left;
    margin-right: 30px; }
  #page-complaint .module-total .item span.total {
    font-weight: bold;
    font-size: 16px; }
  #page-complaint .module-total .item .servicess {
    padding-top: 25px; }
  #page-complaint .module-total .item .servicess a.open-service:focus,
  #page-complaint .module-total .item .servicess a.open-service:hover {
    text-decoration: none; }
  #page-complaint .module-total .item .servicess a.open-service .fa-angle-down,
  #page-complaint .module-total .item .servicess a.open-service .fa-angle-up {
    margin-left: 3px;
    margin-top: 4px; }
  #page-complaint .module-total .item .servicess a.open-service .fa-angle-up {
    display: none; }
  #page-complaint .module-total .item .servicess a.open-service.open .fa-angle-up {
    display: inline-block; }
  #page-complaint .module-total .item .servicess a.open-service.open .fa-angle-down {
    display: none; }
  #page-complaint .module-total {
    margin-bottom: 20px; }
  #page-complaint .module-total .row > div {
    position: relative;
    padding-left: 90px;
    min-height: 140px; }
  #page-complaint .module-total .total-item {
    position: absolute;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    border: 5px solid #ebebeb;
    top: 10px;
    left: 15px;
    background: #fbfbfb;
    z-index: 99;
    padding-top: 30px; }
  #page-complaint .module-total .total-item p {
    text-align: center;
    font-weight: bold;
    font-size: 14px; }
  #page-complaint .module-total .total-item p span {
    font-size: 20px;
    text-transform: uppercase; }
  #page-complaint .module-total .total-item-ct p {
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    padding-left: 55px; }
  #page-complaint .module-total .total-item-ct p:last-child {
    border: none; }
  #page-complaint .module-total .total-item-ct {
    padding-top: 30px; }
  #page-complaint .form-search {
    background: #f3f3f3 none repeat scroll 0% 0%;
    padding-top: 10px;
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 37px; }
    #page-complaint .form-search .btn-group.bootstrap-select {
      width: 100%; }
      #page-complaint .form-search .btn-group.bootstrap-select > .btn-default {
        background: #fff; }
    #page-complaint .form-search .form-group.has-feedback > i {
      left: 0;
      color: #777777; }
    #page-complaint .form-search label {
      font-weight: normal;
      padding-top: 4px; }
    #page-complaint .form-search ul.list-reason {
      list-style: outside none none;
      display: inline-block;
      margin: 0;
      padding: 0; }
      #page-complaint .form-search ul.list-reason > li {
        display: inline-block;
        padding: 0 10px 10px 10px; }
        #page-complaint .form-search ul.list-reason > li:first-child {
          padding-left: 0; }
        #page-complaint .form-search ul.list-reason > li:last-child {
          padding-right: 0; }
        #page-complaint .form-search ul.list-reason > li > label {
          font-size: 12px;
          font-weight: normal;
          color: #333333; }
  #page-complaint ul.days {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0; }
    #page-complaint ul.days > li {
      display: inline-block; }
      #page-complaint ul.days > li:last-child > a {
        border-right: none; }
      #page-complaint ul.days > li.active > a {
        font-weight: bold; }
      #page-complaint ul.days > li > a {
        padding: 0 7px;
        border-right: 1px solid #3f4753;
        color: #227dbd; }
        #page-complaint ul.days > li > a.active {
          font-weight: bold; }
  #page-complaint .form-search-more {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: right; }
    #page-complaint .form-search-more > .form-group.first {
      padding-top: 4px; }
    #page-complaint .form-search-more label {
      font-weight: normal;
      color: #3f4753; }
    #page-complaint .form-search-more > .total-result {
      display: inline-block;
      float: left;
      color: #333333;
      padding-top: 5px;
      /* tablet */
      /* mobile phone */ }
      @media all and (max-width: 1024px) {
        #page-complaint .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
      @media all and (max-width: 768px) {
        #page-complaint .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
    #page-complaint .form-search-more .btn-group > button {
      border-radius: 0;
      background: #fff;
      border: 1px solid #ccc; }
      #page-complaint .form-search-more .btn-group > button.active {
        background: #ececec;
        box-shadow: none; }
      #page-complaint .form-search-more .btn-group > button:hover {
        background: #ececec; }
  #page-complaint .form-group.time {
    width: 120px !important; }
  #page-complaint .form-group.time > .form-control {
    width: 100%; }
  @media all and (max-width: 1024px) {
    #page-complaint .form-group.time {
      width: 100% !important; } }
  @media all and (max-width: 768px) {
    #page-complaint .form-group.time {
      width: 100% !important; } }

#page-complaint-detail {
  /*.btn{*/
  /*height: 30px;*/
  /*font-size: 11px;*/
  /*padding-top: 6px;*/
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
  /*}*/
  /* begin style complaint detail v2 */
  /* begin products */
  /* end products */
  /*.row[role="form"] .column-right .module-float.icon i{*/
  /*background: none repeat scroll 0 0 #ddd;*/
  /*border-left: 1px solid #ccc;*/
  /*color: #808080;*/
  /*cursor: pointer;*/
  /*height: 28px;*/
  /*padding-top: 8px;*/
  /*width: 26px;*/
  /*font-size: 13px;*/
  /*position: absolute;*/
  /*right: 1px;*/
  /*top: 1px;*/
  /*text-align: center;*/
  /*}*/
  /*.row[role="form"] .column-right .module-float.icon i:hover{*/
  /*color: #000;*/
  /*}*/
  /* end style complaint detail v2 */
  /* tablet */
  /* mobile phone */ }
  #page-complaint-detail .seu-breadcrumb,
  #page-complaint-detail .detail-ct,
  #page-complaint-detail .detail-ctv2,
  #page-complaint-detail .detail-ctv3,
  #page-complaint-detail .detail-ctv4,
  #page-complaint-detail .panel-view,
  #page-complaint-detail .detail-title {
    /*padding-right: 300px;*/
    padding-right: 270px; }
  #page-complaint-detail .detail-ct,
  #page-complaint-detail .detail-ctv2,
  #page-complaint-detail .detail-ctv3,
  #page-complaint-detail .detail-ctv4,
  #page-complaint-detail .detail-title {
    padding-left: 20px; }
  #page-complaint-detail .detail-title .module-title .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  #page-complaint-detail .detail-title .module-title .active {
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    font-size: 14px; }
  #page-complaint-detail .detail-title {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  #page-complaint-detail .detail-ct {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #fff; }
  #page-complaint-detail .detail-ct .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px; }
  #page-complaint-detail .detail-ct .left .module-float.product, #page-complaint-detail .detail-ct #page-purchase-manager .filter .right .module-float.product, #page-purchase-manager .filter #page-complaint-detail .detail-ct .right .module-float.product {
    position: relative;
    padding-left: 60px; }
  #page-complaint-detail .detail-ct .left .module-float .avatar, #page-complaint-detail .detail-ct #page-purchase-manager .filter .right .module-float .avatar, #page-purchase-manager .filter #page-complaint-detail .detail-ct .right .module-float .avatar {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    top: 0;
    left: 0;
    overflow: hidden; }
  #page-complaint-detail .detail-ct .tiny-title a {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px; }
  #page-complaint-detail .detail-ct .right .user-avatar {
    position: relative;
    padding-left: 40px; }
  #page-complaint-detail .detail-ct .right .module-float p {
    margin-bottom: 0px; }
  #page-complaint-detail .detail-ct .right .module-float .avatar {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 15px;
    top: 0;
    left: 0;
    overflow: hidden; }
  #page-complaint-detail .detail-ct .right .module-float p {
    float: left;
    width: 100%; }
  #page-complaint-detail .detail-ct .right .module-float span {
    float: left; }
  #page-complaint-detail .detail-ct .right .module-float .arrow {
    background: url("../images/icons/soc-history.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    width: 2px;
    margin-top: 3px; }
  #page-complaint-detail .detail-ct .glyphicon,
  #page-complaint-detail .detail-ct i {
    margin-right: 3px;
    color: #929292;
    width: 14px; }
  #page-complaint-detail .detail-ct span.arrow1 {
    background: url("../images/arowkn1.png") no-repeat scroll 0 0 transparent;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 6px;
    width: 4px; }
  #page-complaint-detail .detail-ct .right .module-float {
    margin-bottom: 5px; }
  #page-complaint-detail .detail-ctv2 {
    padding-top: 20px;
    padding-bottom: 80px;
    border-bottom: 4px solid #c9c9c9; }
  #page-complaint-detail .detail-ctv2 .left span, #page-complaint-detail .detail-ctv2 #page-purchase-manager .filter .right span, #page-purchase-manager .filter #page-complaint-detail .detail-ctv2 .right span,
  #page-complaint-detail .detail-ctv3 .left span,
  #page-complaint-detail .detail-ctv3 #page-purchase-manager .filter .right span,
  #page-purchase-manager .filter #page-complaint-detail .detail-ctv3 .right span {
    margin-right: 5px; }
  #page-complaint-detail .detail-ctv3 {
    padding-top: 25px;
    padding-bottom: 80px;
    border-bottom: 4px solid #c9c9c9; }
  #page-complaint-detail .detail-ctv3 .right .top {
    position: relative;
    padding-left: 125px;
    margin-bottom: 10px; }
  #page-complaint-detail .detail-ctv3 .right .top span.title {
    position: absolute;
    width: 125px;
    font-weight: bold;
    text-transform: uppercase;
    left: 0;
    top: 10px; }
  #page-complaint-detail .detail-ctv3 .right .top span.submit {
    position: absolute;
    width: 85px;
    font-weight: bold;
    text-transform: uppercase;
    right: 0;
    height: 34px;
    border: 1px solid #ddd;
    top: 0px;
    text-align: center;
    padding-top: 8px;
    background: #ededed;
    font-size: 11px;
    cursor: pointer; }
  #page-complaint-detail .detail-ctv3 .right .top.v2 span.title {
    text-transform: none;
    font-weight: normal;
    top: 0; }
  #page-complaint-detail .detail-ctv3 .right .top.v2 span.node {
    float: left;
    margin-top: 3px;
    font-weight: bold; }
  #page-complaint-detail .detail-ctv3 .right .top.v2 input {
    float: left;
    margin-right: 3px; }
  #page-complaint-detail .detail-ctv2 .right input {
    width: 120px; }
  #page-complaint-detail .detail-ctv3 .right .top.v2 .none {
    text-indent: -999em;
    display: none; }
  #page-complaint-detail .detail-ctv3 .right .top.v2 {
    margin-bottom: 6px; }
  #page-complaint-detail .detail-ctv3 .right > .note {
    margin-top: 10px;
    margin-bottom: 10px; }
  #page-complaint-detail .detail-ctv3 .right .text-note {
    padding: 8px 12px; }
  #page-complaint-detail .detail-ctv3 .border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  #page-complaint-detail .detail-ctv3 .button input {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    float: right;
    padding-top: 7px; }
  #page-complaint-detail .detail-ctv3 .button input.button-default {
    width: 96px; }
  #page-complaint-detail .detail-ctv3 .button {
    margin-top: 20px;
    position: relative; }
  #page-complaint-detail .detail-ctv3 .button button {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold; }
  #page-complaint-detail .detail-ctv3 .button button i {
    margin-right: 5px; }
  #page-complaint-detail .detail-ctv3 .button .arrow {
    color: #fff;
    position: absolute;
    right: 96px;
    top: 6px; }
  #page-complaint-detail .detail-ctv3 .right .top .active span {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
    margin-right: 20px; }
  #page-complaint-detail .detail-ctv3 .right .top .active a {
    float: left;
    margin-top: 10px; }
  #page-complaint-detail .detail-ctv3 .left .module-ct, #page-complaint-detail .detail-ctv3 #page-purchase-manager .filter .right .module-ct, #page-purchase-manager .filter #page-complaint-detail .detail-ctv3 .right .module-ct {
    margin-top: 20px; }
  #page-complaint-detail .detail-ctv3 .left .module-ct .item, #page-complaint-detail .detail-ctv3 #page-purchase-manager .filter .right .module-ct .item, #page-purchase-manager .filter #page-complaint-detail .detail-ctv3 .right .module-ct .item {
    float: left;
    width: 50%; }
  #page-complaint-detail .detail-ctv3 .left .module-img, #page-complaint-detail .detail-ctv3 #page-purchase-manager .filter .right .module-img, #page-purchase-manager .filter #page-complaint-detail .detail-ctv3 .right .module-img {
    margin-top: 20px;
    padding-right: 40px; }
  #page-complaint-detail .detail-ctv3 .left .module-img .item, #page-complaint-detail .detail-ctv3 #page-purchase-manager .filter .right .module-img .item, #page-purchase-manager .filter #page-complaint-detail .detail-ctv3 .right .module-img .item {
    position: relative;
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    overflow: hidden; }
  #page-complaint-detail .border-line .bg-border {
    float: left;
    width: 95%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: 15px; }
  #page-complaint-detail .product p {
    margin-bottom: 1px; }
  #page-complaint-detail .avatar-user a {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 4px; }
  #page-complaint-detail .avatar-user p {
    float: left; }
  #page-complaint-detail .avatar-user .user-img {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    top: 0;
    left: 0; }
  #page-complaint-detail .avatar-user .module_float {
    position: relative;
    padding-top: 3px;
    margin-right: 10px; }
  #page-complaint-detail .avatar-user .module-float {
    position: relative; }
  #page-complaint-detail .avatar-user {
    margin-top: 5px; }
  #page-complaint-detail .detail-ct {
    border-bottom: 1px solid #fff; }
  #page-complaint-detail .detail-ctv3 {
    border-top: 1px solid #ddd; }
  #page-complaint-detail .detail-ctv3 .header-top {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 11px; }
  #page-complaint-detail .detail-ctv3 .title {
    margin-bottom: 20px;
    font-weight: bold;
    /*margin-top: 20px;*/
    text-transform: uppercase; }
  #page-complaint-detail .detail-ctv3 .list {
    border-radius: 2px;
    box-shadow: 0 1px 1px 1px #f2f2f2;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    text-align: center; }
  #page-complaint-detail .list .main-ct {
    position: relative;
    min-height: 40px;
    padding-top: 11px;
    border-bottom: 1px solid #ddd; }
  #page-complaint-detail .list .main-ct:last-child {
    border: none; }
  #page-complaint-detail .detail-ctv3 .header-top .accout {
    position: absolute;
    width: 80px;
    right: 0;
    top: 0; }
  #page-complaint-detail .detail-ctv3 .img-acc {
    /*background: none repeat scroll 0 0 #e6e6e6;*/
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px; }
  #page-complaint-detail .detail-ctv3 .img-acc .avatar {
    background: none repeat scroll 0 0 #f5f5f6;
    border: 2px solid #fff;
    border-radius: 25px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 8px;
    width: 24px; }
  #page-complaint-detail .detail-ctv3 .img-acc i {
    color: #3f4652;
    height: 10px;
    position: absolute;
    right: 23px;
    top: 15px;
    width: 5px;
    font-size: 10px; }
  #page-complaint-detail .detail-ctv3 .img-acc:hover {
    background: none repeat scroll 0 0 #e6e6e6; }
  #page-complaint-detail .detail-ctv3 .img-acc:hover i {
    /*color: #fff;*/ }
  #page-complaint-detail .detail-ctv3 .border-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #898989; }
  #page-complaint-detail .detail-title .module-title .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: -3px;
    text-transform: uppercase; }
  #page-complaint-detail .detail-title .module-title span {
    float: left;
    margin-right: 5px; }
  #page-complaint-detail .detail-title .module-title span.arrow {
    background: url("../images/border-title.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    margin-top: 2px;
    width: 5px; }
  #page-complaint-detail .user-v2 {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -4px;
    width: 25px;
    height: 25px; }
  #page-complaint-detail .user-v2 .avatar-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #fff; }
  #page-complaint-detail .bottom .user-v2 {
    margin-left: 0;
    margin-bottom: 10px; }
  #page-complaint-detail .bottom .margin-bottom {
    margin-bottom: 10px; }
  #page-complaint-detail .bootstrap-select {
    width: 100% !important;
    float: left;
    margin-top: -5px; }
  #page-complaint-detail .select-input,
  #page-complaint-detail .bootstrap-select button.dropdown-toggle {
    height: 30px;
    border: 1px solid #dddddd;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); }
  #page-complaint-detail .search-bottom-v2 .left, #page-complaint-detail .search-bottom-v2 #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-detail .search-bottom-v2 .right {
    float: left;
    width: 90px; }
  #page-complaint-detail .search-bottom-v2 .right {
    float: left;
    width: 125px; }
  #page-complaint-detail .search-bottom-v2 .v2-left .left, #page-complaint-detail .search-bottom-v2 .v2-left #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-detail .search-bottom-v2 .v2-left .right {
    width: 40%; }
  #page-complaint-detail .search-bottom-v2 .v2-left .right {
    width: 60%; }
  #page-complaint-detail .search-bottom-v2 .v2-right .left, #page-complaint-detail .search-bottom-v2 .v2-right #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-detail .search-bottom-v2 .v2-right .right {
    width: 30%; }
  #page-complaint-detail .search-bottom-v2 .v2-right .right {
    width: 70%; }
  #page-complaint-detail .search-bottom-v2 .date-input {
    position: relative; }
  #page-complaint-detail .search-bottom-v2 .date-input input {
    padding-left: 32px; }
  #page-complaint-detail .search-bottom-v2 .date-input span {
    position: absolute;
    width: 18px;
    height: 15px;
    top: 5px;
    left: 13px; }
  #page-complaint-detail .search-bottom-v2 .date-input i {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    right: 15px; }
  #page-complaint-detail .search-bottom-v2 textarea {
    float: left;
    width: 100%;
    margin-top: 10px; }
  #page-complaint-detail .search-bottom-v2 .button .module_float {
    width: 100%; }
  #page-complaint-detail .search-bottom-v2 .modal-dialog button.close {
    font-weight: normal;
    text-transform: inherit;
    margin: 0; }
  #page-complaint-detail .bottom {
    margin-top: 20px; }
  #page-complaint-detail .search-bottom-v2 .modal-dialog {
    width: 300px;
    background: #f7f8f9; }
  #page-complaint-detail .search-bottom-v2 .modal-footer,
  #page-complaint-detail .search-bottom-v2 .modal-body,
  #page-complaint-detail .search-bottom-v2 .modal-header {
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    background: #f7f8f9;
    margin: 0; }
  #page-complaint-detail .search-bottom-v2 .modal-body {
    padding-top: 0; }
  #page-complaint-detail .search-bottom-v2 .modal-footer {
    padding-top: 30px; }
  #page-complaint-detail .search-bottom-v2 .modal-body input,
  #page-complaint-detail .search-bottom-v2 .modal-footer button {
    height: 28px; }
  #page-complaint-detail .search-bottom-v2 .modal-footer button {
    padding-top: 5px; }
  #page-complaint-detail .detail-ct .module-ct-center .left, #page-complaint-detail .detail-ct .module-ct-center #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-detail .detail-ct .module-ct-center .right {
    padding-right: 5px;
    text-align: right;
    min-height: 20px;
    width: 60%; }
  #page-complaint-detail .detail-ct .module-ct-center .right {
    text-align: left;
    font-weight: bold;
    height: 20px;
    width: 40%; }
  #page-complaint-detail .detail-ct.detail .module-ct-center .left, #page-complaint-detail .detail-ct.detail .module-ct-center #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-detail .detail-ct.detail .module-ct-center .right {
    width: 50%; }
  #page-complaint-detail .detail-ct.detail .module-ct-center .right {
    width: 50%; }
  #page-complaint-detail .detail-ct.detail {
    padding-bottom: 30px; }
  #page-complaint-detail .detail-ct.detail i {
    margin-right: 8px;
    width: 10px; }
  #page-complaint-detail .tiny-link img {
    height: 15px;
    left: 0;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    width: 15px; }
  #page-complaint-detail .tiny-link {
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    height: 20px; }
  #page-complaint-detail .tiny-link a {
    float: left;
    width: 90%; }
  #page-complaint-detail .panel-complaint-other h6 {
    padding-bottom: 5px; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item {
    font-size: 11px;
    padding-bottom: 5px; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item.gray a {
    color: #9A9A9A; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item.gray span {
    color: #9A9A9A; }
  #page-complaint-detail a.link-add-complaint-seller {
    font-weight: normal;
    padding-left: 20px;
    text-transform: none; }
  #page-complaint-detail .panel-complaint-group {
    float: left;
    width: 100%;
    margin: 20px 0; }
  #page-complaint-detail .panel-complaint-group .obj-badge {
    border-radius: 8px;
    color: #fff;
    font-size: 11px;
    margin-left: 5px;
    padding: 1px 6px;
    text-align: center; }
  #page-complaint-detail .panel-complaint-group .obj-badge.red {
    background: #d92026; }
  #page-complaint-detail .panel-complaint-group .obj-badge.gray {
    background: #8A8A8A; }
  #page-complaint-detail .panel-complaint-group ul.obj-nav {
    border: 1px solid #ccc;
    float: left;
    height: 40px;
    list-style: outside none none;
    margin: 0;
    padding: 0 20px;
    width: 100%;
    background: #fff; }
  #page-complaint-detail .panel-complaint-group .tab-content {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    float: left;
    padding: 20px;
    width: 100%;
    background: #fff;
    font-size: 12px; }
  #page-complaint-detail .panel-complaint-group .tab-content p {
    float: left; }
  #page-complaint-detail .panel-complaint-group .tab-content .title-view {
    width: 90px;
    color: #929292;
    padding-bottom: 10px;
    padding-right: 10px; }
  #page-complaint-detail .panel-complaint-group .tab-content .title-view.header-view {
    color: #3f4652;
    width: 100%; }
  #page-complaint-detail .line {
    height: 1px;
    background: #ddd;
    float: left;
    width: 100%; }
  #page-complaint-detail .panel-complaint-group .tab-content .avatar {
    left: 15px;
    position: absolute;
    top: 0;
    width: 30px; }
  #page-complaint-detail .panel-complaint-group .tab-content .full-name {
    float: left;
    padding-left: 40px;
    font-weight: bold; }
  #page-complaint-detail .panel-complaint-group .tab-content .title-customer {
    color: #3f4652;
    font-weight: normal;
    margin: 5px 0;
    padding: 0; }
  #page-complaint-detail .panel-complaint-group .tab-content .title-lg-customer {
    padding: 10px 0 10px 0;
    margin: 0; }
  #page-complaint-detail .panel-complaint-group .tab-content .code {
    float: left;
    padding-left: 40px; }
  #page-complaint-detail .panel-complaint-group .tab-content a[role="email"] {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%; }
  #page-complaint-detail .panel-transaction .row-no-pading {
    padding: 0 !important;
    margin: 0; }
  #page-complaint-detail .panel-transaction .header-top {
    border-bottom: 1px solid #ddd; }
  #page-complaint-detail .panel-transaction .icon-seudo {
    background: url("../images/icons/icon-seudo.png") no-repeat scroll left center transparent;
    color: #000;
    margin-bottom: 20px !important;
    min-height: 20px;
    padding-left: 25px;
    padding-top: 1px; }
  #page-complaint-detail .panel-transaction .icon-alipay {
    background: url("../images/icons/icon-anti.png") no-repeat scroll left center transparent;
    color: #000;
    margin-bottom: 20px !important;
    min-height: 20px;
    padding-left: 25px;
    padding-top: 1px; }
  #page-complaint-detail .list-alipay-item {
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }
  #page-complaint-detail .header-products {
    color: #999;
    padding-bottom: 10px; }
  #page-complaint-detail .header-products .tt-product {
    padding-left: 5px; }
  #page-complaint-detail .body-products {
    margin-bottom: 20px; }
  #page-complaint-detail .item-product-view {
    background: #fff;
    min-height: 118px;
    padding-bottom: 15px;
    padding-top: 10px;
    position: relative;
    border: 1px solid transparent; }
  #page-complaint-detail .item-product-view:nth-child(2n) {
    background: #F2F7FB; }
  #page-complaint-detail .item-product-view:last-child {
    border-bottom: 1px solid #ccc; }
  #page-complaint-detail .item-product-view .img {
    height: 80px;
    left: 0;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 80px; }
  #page-complaint-detail .item-product-view:hover {
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px 0 #ddd;
    z-index: 10; }
  #page-complaint-detail .item-product-view .id-view {
    text-transform: uppercase;
    font-size: 13px;
    color: #404654; }
  #page-complaint-detail .item-product-view .chk-view {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 1;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc; }
  #page-complaint-detail .item-product-view .link-size {
    display: none; }
  #page-complaint-detail .item-product-view .chk-view .chk-product {
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  #page-complaint-detail .item-product-view .comment-item {
    float: left;
    padding: 5px 10px;
    width: 100%;
    background: #fafafa;
    border: 1px solid #ddd; }
  #page-complaint-detail .item-product-view .comment-item .comment-title {
    float: left;
    font-size: 11px;
    margin-bottom: 5px;
    width: 100%; }
  #page-complaint-detail .item-product-view .comment-item .comment-title input.input-chat {
    border: 1px solid #ddd;
    border-radius: 2px;
    float: left;
    font-size: 11px;
    height: 24px;
    padding-left: 5px;
    padding-top: 1px;
    width: 100%; }
  #page-complaint-detail .item-product-view .view {
    padding-left: 90px;
    position: relative; }
  #page-complaint-detail .item-product-view .btn-quantity {
    background: none repeat scroll 0 0 #dddddd;
    color: #888888;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 15px; }
  #page-complaint-detail .item-product-view .btn-quantity:hover {
    text-decoration: none; }
  #page-complaint-detail .item-product-view .input-quantity {
    width: 40px;
    float: left; }
  #page-complaint-detail .item-product-view .btn-quantity.up {
    margin-left: 2px; }
  #page-complaint-detail .item-product-view .pad-top {
    padding-top: 25px; }
  #page-complaint-detail .item-product-view .btn-quantity.down {
    margin-right: 2px; }
  #page-complaint-detail .item-product-view .select-quantity {
    height: 25px;
    width: 60px;
    background: #EBEBEB;
    float: left; }
  #page-complaint-detail .item-product-view .quantity-control[role="select"] {
    padding-left: 15px; }
  #page-complaint-detail .item-product-view .quantity-control[role="input"] {
    padding-left: 26px; }
  #page-complaint-detail .item-product-view .link-control {
    padding: 8px 0 8px 30px; }
  #page-complaint-detail .item-product-view .link-control .link-enough {
    padding-left: 10px; }
  #page-complaint-detail .item-product-view .link-control .link-out-of-stock {
    padding-right: 10px; }
  #page-complaint-detail .item-product-view .total {
    color: #60676F;
    /*padding-top: 10px;*/
    padding-left: 16px;
    padding-top: 25px; }
  #page-complaint-detail .item-product-view .total.short {
    font-weight: bold;
    color: #d82d2e; }
  #page-complaint-detail .arrow_box {
    position: relative;
    background: #FAFAFA;
    border: 1px solid #ddd; }
  #page-complaint-detail .arrow_box:after, #page-complaint-detail .arrow_box:before {
    bottom: 100%;
    left: 5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  #page-complaint-detail .arrow_box:after {
    border-color: rgba(250, 250, 250, 0);
    border-bottom-color: #FAFAFA;
    border-width: 5px;
    margin-left: -5px; }
  #page-complaint-detail .arrow_box:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 6px;
    margin-left: -6px; }
  #page-complaint-detail .detail-ctv3[role="complaint"] {
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0; }
  #page-complaint-detail .panel-heading-lg {
    /*padding-top: 30px;*/ }
  #page-complaint-detail .panel-heading-lg .info-view {
    padding-top: 12px;
    display: inline-block; }
  #page-complaint-detail .panel-heading-lg .code {
    color: #1D7EBC; }
  #page-complaint-detail .panel-heading-lg .status {
    color: #898989;
    font-size: 13px;
    font-weight: normal; }
  #page-complaint-detail .panel-heading-lg .arrow {
    padding-top: 8px;
    cursor: pointer; }
  #page-complaint-detail .panel-heading-lg .full-name {
    color: #545861;
    font-weight: bold;
    padding: 6px 10px 0 30px;
    position: relative; }
  #page-complaint-detail .panel-heading-lg .avatar-bock {
    border-radius: 20px;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 3px;
    width: 25px; }
  #page-complaint-detail .panel-heading-lg .avatar-bock img {
    width: 30px; }
  #page-complaint-detail .panel-heading-lg .space {
    padding: 5px 10px 0 10px;
    color: #ccc; }
  #page-complaint-detail .panel-heading-lg .complaint-status {
    font-weight: bold;
    padding: 6px 15px 0;
    text-transform: uppercase; }
  #page-complaint-detail .panel-heading-lg .complaint-status.green {
    color: #32AA61; }
  #page-complaint-detail ul.list-time {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 11px; }
  #page-complaint-detail ul.list-time li.list-item-time {
    /*float: left;*/
    display: inline-block;
    padding-right: 15px;
    /* mobile phone */ }
    @media all and (max-width: 768px) {
      #page-complaint-detail ul.list-time li.list-item-time {
        padding-right: 0;
        width: 100%;
        padding-bottom: 5px; } }
  #page-complaint-detail ul.list-time li.list-item-time span.time {
    color: #3D4552;
    font-weight: bold; }
  #page-complaint-detail .seu-breadcrumb ul li i.fa-angle-right {
    color: #0075ba;
    font-size: 12px; }
  #page-complaint-detail .obj-form-control {
    font-size: 11px; }
  #page-complaint-detail .row[role="form"] {
    padding-bottom: 60px; }
  #page-complaint-detail .row[role="form"] .column-left {
    /*padding-right: 40px;*/ }
  #page-complaint-detail .row[role="form"] .column-right {
    /*padding-left: 40px;*/ }
  #page-complaint-detail .row[role="form"] .column-right .module-float.icon {
    width: 195px; }
  #page-complaint-detail .row[role="form"] .mar-bot {
    margin-bottom: 5px; }
  #page-complaint-detail .row[role="form"] .mar-none {
    margin: 0; }
  #page-complaint-detail .row[role="form"] .amount {
    font-size: 18px;
    font-weight: bold; }
  #page-complaint-detail .row[role="form"] .amount.red {
    color: #d92c2e; }
  #page-complaint-detail .row[role="form"] .amount.green {
    color: #27ae60; }
  #page-complaint-detail .row[role="form"] .column-left .input-amount {
    width: 150px;
    margin-right: 5px; }
  #page-complaint-detail .row[role="form"] .column-right .input-amount {
    width: 195px; }
  #page-complaint-detail .row[role="form"] .column-right .input-amount[role="refocus-time"] {
    padding-right: 25px; }
  #page-complaint-detail .row[role="form"] .error-item {
    padding-right: 30px;
    font-weight: normal; }
  #page-complaint-detail .row[role="form"] .lbl-error-company {
    padding-top: 2px;
    font-weight: normal; }
  #page-complaint-detail .row[role="form"] .area-description {
    height: 60px; }
  #page-complaint-detail .row[role="form"] .pad-bot {
    padding-bottom: 10px; }
  #page-complaint-detail .row[role="form"] .mar-right {
    margin-right: 20px; }
  #page-complaint-detail .list-image-item {
    border: 1px solid #ddd;
    float: left;
    /*height: 96px;*/
    max-height: 96px;
    width: 96px;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative; }
  #page-complaint-detail .panel-reason h6 {
    font-weight: bold; }
  #page-complaint-detail ul.list-reason {
    float: left;
    width: 100%; }
  #page-complaint-detail ul.list-reason li.list-reason-item {
    width: 20%;
    float: left; }
  #page-complaint-detail ul.list-reason li.list-reason-item label {
    font-weight: normal; }
  #page-complaint-detail .quantity-short {
    font-weight: bold; }
  #page-complaint-detail .quantity-short span {
    font-size: 18px; }
  #page-complaint-detail .list-user-damage ul {
    float: left;
    width: 100%; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item {
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 40px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item:last-child {
    border-bottom: none; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .avatar-view img {
    float: left;
    left: 0;
    position: absolute;
    top: 9px;
    width: 24px;
    height: 24px;
    overflow: hidden; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .avatar-view .no-avatar {
    float: left;
    left: 0;
    position: absolute;
    top: 9px;
    width: 24px;
    background: #1DBA84;
    height: 24px;
    text-align: center;
    color: #fff;
    padding-top: 6px;
    font-size: 14px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .information-view {
    float: left;
    padding-left: 30px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .information-view .title-view {
    margin: 0;
    padding-top: 5px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .information-view .title-view a {
    color: #3f4652; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .information-view .title-view span {
    font-size: 11px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item .information-view .description-view {
    font-size: 11px;
    margin: 0;
    padding-bottom: 5px; }
  #page-complaint-detail .list-user-damage ul li.list-user-damage-item i.fa.fa-times {
    color: #cfcfcf;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 4px; }
  #page-complaint-detail .list-user-view {
    left: 0;
    position: absolute;
    top: 49px;
    z-index: 1;
    font-size: 11px; }
  #page-complaint-detail .list-user-view ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    clear: both;
    float: left;
    max-height: 198px;
    overflow-x: scroll;
    width: 100%; }
  #page-complaint-detail .list-user-view ul li.list-user-item-view {
    clear: both;
    float: left;
    margin: 0;
    padding: 8px 0;
    width: 100%;
    cursor: pointer; }
  #page-complaint-detail .list-user-view ul li.list-user-item-view .no-avatar {
    background: none repeat scroll 0 0 #1db983;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 6px;
    text-align: center;
    width: 24px; }
  #page-complaint-detail .list-user-view ul li.list-user-item-view:nth-child(2n) {
    background: #F2F7FB; }
  #page-complaint-detail .list-user-view ul li.list-user-item-view .avatar {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
    width: 24px; }
  #page-complaint-detail .list-user-view ul li.list-user-item-view .infomation {
    float: left;
    margin: 0;
    padding-top: 3px; }
  #page-complaint-detail .group {
    position: relative; }
  #page-complaint-detail .cp-no-pading {
    padding: 0; }
  #page-complaint-detail ._select2-object-error .select2-search-choice {
    /*width: 100%;*/
    /*background: transparent!important;*/
    /*border: none!important;*/
    /*border-bottom: 1px solid #ccc!important;*/ }
  #page-complaint-detail .select2-results {
    width: 100%; }
  #page-complaint-detail #home3 .table-simple thead tr {
    border-bottom: none; }
  #page-complaint-detail #home3 .table-simple tbody tr {
    border-bottom: none; }
  #page-complaint-detail #home3 .table-simple tbody tr td {
    padding: 7px 10px; }
  #page-complaint-detail #profile3 .table-simple tbody tr td {
    padding: 7px 10px; }
  #page-complaint-detail #profile3 .table-simple tbody tr {
    border-bottom: none; }
  #page-complaint-detail #profile3 .table-simple tbody tr td {
    padding-bottom: 3px; }
  #page-complaint-detail #profile3 .table-simple tbody tr.even {
    border-bottom: 1px solid #dddddd; }
  #page-complaint-detail #profile3 .table-simple tbody tr.even td {
    padding-left: 15%;
    padding-top: 0;
    padding-bottom: 10px; }
  #page-complaint-detail #profile3 .table-simple tbody tr.even td div {
    padding: 0 10px; }
  #page-complaint-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block; }
  #page-complaint-detail ul.obj-nav li[role="presentation"] {
    display: inline;
    float: left;
    height: 40px;
    margin: 0;
    padding: 0; }
  #page-complaint-detail ul.obj-nav li[role="presentation"] a[role="tab"] {
    color: #898989;
    float: left;
    height: 40px;
    margin-right: 20px;
    padding-top: 10px;
    text-decoration: none; }
  #page-complaint-detail ul.obj-nav.red li.active[role="presentation"] a[role="tab"] {
    border-bottom: 4px solid #B60610;
    color: #000; }
  #page-complaint-detail ul.obj-nav li.active[role="presentation"] a[role="tab"] {
    border-bottom: 4px solid #287EBC;
    color: #000; }
  #page-complaint-detail .table-simple > thead > tr > th {
    font-size: 12px; }
  #page-complaint-detail .table-simple > tbody > tr > td {
    font-size: 12px; }
  @media all and (max-width: 1024px) {
    #page-complaint-detail .row[role="form"] .lbl-error-company {
      width: 100% !important; }
    #page-complaint-detail .row[role="form"] .column-right .input-amount {
      width: 100%; }
    #page-complaint-detail .row[role="form"] .column-right .module-float.icon {
      width: 100%; } }
  @media all and (max-width: 768px) {
    #page-complaint-detail {
      /*Bảng GIAO DỊCH ALIPAY, GIAO DỊCH ĐƠN HÀNG*/ }
      #page-complaint-detail .row[role="form"] .lbl-error-company {
        width: 100% !important; }
      #page-complaint-detail .row[role="form"] .column-right .input-amount {
        width: 100%; }
      #page-complaint-detail .row[role="form"] .column-right .module-float.icon {
        width: 100%; }
      #page-complaint-detail .panel-heading-lg .complaint-status {
        float: left !important;
        padding-top: 10px !important;
        width: 100%; }
      #page-complaint-detail .panel-heading-lg .info-view {
        padding-bottom: 17px; }
      #page-complaint-detail #profile3 .table-simple tbody tr.even td {
        padding-left: 0; }
      #page-complaint-detail #profile3 .table-simple tbody tr.even td div {
        padding: 0 5px; }
      #page-complaint-detail #profile3 .table-simple tbody tr td {
        padding-left: 5px;
        padding-right: 5px; }
      #page-complaint-detail #profile3 .table-simple thead tr th {
        padding-left: 5px;
        padding-right: 5px; }
      #page-complaint-detail .person-responsible {
        float: left !important; } }
  #page-complaint-detail .panel-heading-lg .complaint-status {
    padding: 0; }
  #page-complaint-detail .margin-top-3 {
    margin-top: 3px; }
  #page-complaint-detail .panel-heading-lg .title {
    font-size: 18px;
    text-transform: uppercase; }
  #page-complaint-detail .person-responsible {
    text-align: right;
    display: inline-block;
    padding-top: 8px;
    font-size: 12px;
    color: #333;
    float: right; }
  #page-complaint-detail .person-responsible a {
    color: #337ab7; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item {
    font-size: 12px; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item .time {
    color: #777; }
  #page-complaint-detail .panel-complaint-other ul.list-complaint-other li.list-complaint-item .stt {
    color: #333; }

#page-complaint-seller-detail {
  /*Làm thêm*/
  /* custom css */
  /* tablet */
  /* mobile phone */
  /* tablet */
  /* mobile phone */ }
  #page-complaint-seller-detail .seu-breadcrumb,
  #page-complaint-seller-detail .detail-ct,
  #page-complaint-seller-detail .detail-ctv2,
  #page-complaint-seller-detail .detail-ctv3,
  #page-complaint-seller-detail .detail-ctv4,
  #page-complaint-seller-detail .panel-view,
  #page-complaint-seller-detail .detail-title {
    /*padding-right: 300px;*/
    /*padding-right: 270px;*/ }
  #page-complaint-seller-detail .detail-title .module-title .title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  #page-complaint-seller-detail .detail-title .module-title .active {
    font-weight: bold;
    float: right;
    text-transform: uppercase;
    font-size: 14px; }
  #page-complaint-seller-detail .detail-title {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; }
  #page-complaint-seller-detail .detail-ct {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #fff; }
  #page-complaint-seller-detail .detail-ct .title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px; }
  #page-complaint-seller-detail .detail-ct .left .module-float.product, #page-complaint-seller-detail .detail-ct #page-purchase-manager .filter .right .module-float.product, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ct .right .module-float.product {
    position: relative;
    padding-left: 60px; }
  #page-complaint-seller-detail .detail-ct .left .module-float .avatar, #page-complaint-seller-detail .detail-ct #page-purchase-manager .filter .right .module-float .avatar, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ct .right .module-float .avatar {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    top: 0;
    left: 0;
    overflow: hidden; }
  #page-complaint-seller-detail .detail-ct .tiny-title a {
    float: left;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 5px; }
  #page-complaint-seller-detail .detail-ct .right .user-avatar {
    position: relative;
    padding-left: 40px; }
  #page-complaint-seller-detail .detail-ct .right .module-float p {
    margin-bottom: 0px; }
  #page-complaint-seller-detail .detail-ct .right .module-float .avatar {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 15px;
    top: 0;
    left: 0;
    overflow: hidden; }
  #page-complaint-seller-detail .detail-ct .right .module-float p {
    float: left;
    width: 100%; }
  #page-complaint-seller-detail .detail-ct .right .module-float span {
    float: left; }
  #page-complaint-seller-detail .detail-ct .right .module-float .arrow {
    background: url("../images/icons/soc-history.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    margin-left: 5px;
    margin-right: 5px;
    width: 2px;
    margin-top: 3px; }
  #page-complaint-seller-detail .detail-ct .glyphicon,
  #page-complaint-seller-detail .detail-ct i {
    margin-right: 3px;
    color: #929292;
    width: 14px; }
  #page-complaint-seller-detail .detail-ct span.arrow1 {
    background: url("../images/arowkn1.png") no-repeat scroll 0 0 transparent;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 6px;
    width: 4px; }
  #page-complaint-seller-detail .detail-ct .right .module-float {
    margin-bottom: 5px; }
  #page-complaint-seller-detail .detail-ctv2 {
    padding-top: 20px;
    padding-bottom: 80px;
    border-bottom: 4px solid #c9c9c9; }
  #page-complaint-seller-detail .detail-ctv2 .left span, #page-complaint-seller-detail .detail-ctv2 #page-purchase-manager .filter .right span, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv2 .right span,
  #page-complaint-seller-detail .detail-ctv3 .left span,
  #page-complaint-seller-detail .detail-ctv3 #page-purchase-manager .filter .right span,
  #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv3 .right span {
    margin-right: 5px; }
  #page-complaint-seller-detail .btn {
    height: 30px;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 20px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top {
    position: relative;
    padding-left: 125px;
    margin-bottom: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top span.title {
    position: absolute;
    width: 125px;
    font-weight: bold;
    text-transform: uppercase;
    left: 0;
    top: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top span.submit {
    position: absolute;
    width: 85px;
    font-weight: bold;
    text-transform: uppercase;
    right: 0;
    height: 34px;
    border: 1px solid #ddd;
    top: 0px;
    text-align: center;
    padding-top: 8px;
    background: #ededed;
    font-size: 11px;
    cursor: pointer; }
  #page-complaint-seller-detail .detail-ctv3 .right .top.v2 span.title {
    text-transform: none;
    font-weight: normal;
    top: 0; }
  #page-complaint-seller-detail .detail-ctv3 .right .top.v2 span.node {
    float: left;
    margin-top: 3px;
    font-weight: bold; }
  #page-complaint-seller-detail .detail-ctv3 .right .top.v2 input {
    float: left;
    margin-right: 3px; }
  #page-complaint-seller-detail .detail-ctv2 .right input {
    width: 120px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top.v2 .none {
    text-indent: -999em;
    display: none; }
  #page-complaint-seller-detail .detail-ctv3 .right .top.v2 {
    margin-bottom: 6px; }
  #page-complaint-seller-detail .detail-ctv3 .right > .note {
    margin-top: 10px;
    margin-bottom: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .right .text-note {
    padding: 8px 12px; }
  #page-complaint-seller-detail .detail-ctv3 .border {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .button input {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    float: right;
    padding-top: 7px; }
  #page-complaint-seller-detail .detail-ctv3 .button input.button-default {
    width: 96px; }
  #page-complaint-seller-detail .detail-ctv3 .button {
    margin-top: 20px;
    position: relative; }
  #page-complaint-seller-detail .detail-ctv3 .button button {
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: bold; }
  #page-complaint-seller-detail .detail-ctv3 .button button i {
    margin-right: 5px; }
  #page-complaint-seller-detail .detail-ctv3 .button .arrow {
    color: #fff;
    position: absolute;
    right: 96px;
    top: 6px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top .active span {
    font-size: 16px;
    font-weight: bold;
    float: left;
    margin-top: 6px;
    margin-right: 20px; }
  #page-complaint-seller-detail .detail-ctv3 .right .top .active a {
    float: left;
    margin-top: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .left .module-ct, #page-complaint-seller-detail .detail-ctv3 #page-purchase-manager .filter .right .module-ct, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv3 .right .module-ct {
    margin-top: 20px; }
  #page-complaint-seller-detail .detail-ctv3 .left .module-ct .item, #page-complaint-seller-detail .detail-ctv3 #page-purchase-manager .filter .right .module-ct .item, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv3 .right .module-ct .item {
    float: left;
    width: 50%; }
  #page-complaint-seller-detail .detail-ctv3 .left .module-img, #page-complaint-seller-detail .detail-ctv3 #page-purchase-manager .filter .right .module-img, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv3 .right .module-img {
    margin-top: 20px;
    padding-right: 40px; }
  #page-complaint-seller-detail .detail-ctv3 .left .module-img .item, #page-complaint-seller-detail .detail-ctv3 #page-purchase-manager .filter .right .module-img .item, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ctv3 .right .module-img .item {
    position: relative;
    float: left;
    width: 95px;
    height: 95px;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    overflow: hidden; }
  #page-complaint-seller-detail .border-line .bg-border {
    float: left;
    width: 95%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
    margin-top: 15px; }
  #page-complaint-seller-detail .product p {
    margin-bottom: 1px; }
  #page-complaint-seller-detail .avatar-user a {
    width: 22px;
    height: 22px;
    float: left;
    margin-right: 4px; }
  #page-complaint-seller-detail .avatar-user p {
    float: left; }
  #page-complaint-seller-detail .avatar-user .user-img {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 15px;
    border: 1px solid #fff;
    overflow: hidden;
    top: 0;
    left: 0; }
  #page-complaint-seller-detail .avatar-user .module_float {
    position: relative;
    padding-top: 3px;
    margin-right: 10px; }
  #page-complaint-seller-detail .avatar-user .module-float {
    position: relative; }
  #page-complaint-seller-detail .avatar-user {
    margin-top: 5px; }
  #page-complaint-seller-detail .detail-ct {
    border-bottom: 1px solid #fff; }
  #page-complaint-seller-detail .detail-ctv3 .header-top {
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    font-size: 11px; }
  #page-complaint-seller-detail .detail-ctv3 .title {
    margin-bottom: 20px;
    font-weight: bold;
    /*margin-top: 20px;*/
    text-transform: uppercase; }
  #page-complaint-seller-detail .detail-ctv3 .list {
    border-radius: 2px;
    box-shadow: 0 1px 1px 1px #f2f2f2;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    text-align: center; }
  #page-complaint-seller-detail .list .main-ct {
    position: relative;
    min-height: 40px;
    padding-top: 11px;
    border-bottom: 1px solid #ddd; }
  #page-complaint-seller-detail .list .main-ct:last-child {
    border: none; }
  #page-complaint-seller-detail .detail-ctv3 .header-top .accout {
    position: absolute;
    width: 80px;
    right: 0;
    top: 0; }
  #page-complaint-seller-detail .detail-ctv3 .img-acc {
    /*background: none repeat scroll 0 0 #e6e6e6;*/
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px; }
  #page-complaint-seller-detail .detail-ctv3 .img-acc .avatar {
    background: none repeat scroll 0 0 #f5f5f6;
    border: 2px solid #fff;
    border-radius: 25px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 35px;
    top: 8px;
    width: 24px; }
  #page-complaint-seller-detail .detail-ctv3 .img-acc i {
    color: #3f4652;
    height: 10px;
    position: absolute;
    right: 23px;
    top: 15px;
    width: 5px;
    font-size: 10px; }
  #page-complaint-seller-detail .detail-ctv3 .img-acc:hover {
    background: none repeat scroll 0 0 #e6e6e6; }
  #page-complaint-seller-detail .detail-ctv3 .img-acc:hover i {
    /*color: #fff;*/ }
  #page-complaint-seller-detail .detail-ctv3 .border-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #898989; }
  #page-complaint-seller-detail .detail-title .module-title .title {
    font-size: 18px;
    font-weight: bold;
    margin-top: -3px;
    text-transform: uppercase; }
  #page-complaint-seller-detail .detail-title .module-title span {
    float: left;
    margin-right: 5px; }
  #page-complaint-seller-detail .detail-title .module-title span.arrow {
    background: url("../images/border-title.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    margin-top: 2px;
    width: 5px; }
  #page-complaint-seller-detail .user-v2 {
    position: relative;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -4px;
    width: 25px;
    height: 25px; }
  #page-complaint-seller-detail .user-v2 .avatar-v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #fff; }
  #page-complaint-seller-detail .bottom .user-v2 {
    margin-left: 0;
    margin-bottom: 10px; }
  #page-complaint-seller-detail .bottom .margin-bottom {
    margin-bottom: 10px; }
  #page-complaint-seller-detail .bootstrap-select {
    width: 100% !important;
    float: left;
    margin-top: -5px; }
  #page-complaint-seller-detail .select-input,
  #page-complaint-seller-detail .bootstrap-select button.dropdown-toggle {
    height: 30px;
    border: 1px solid #dddddd;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(top, #ffffff 0%, #f2f2f2 100%); }
  #page-complaint-seller-detail .search-bottom-v2 .left, #page-complaint-seller-detail .search-bottom-v2 #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-seller-detail .search-bottom-v2 .right {
    float: left;
    width: 90px; }
  #page-complaint-seller-detail .search-bottom-v2 .right {
    float: left;
    width: 125px; }
  #page-complaint-seller-detail .search-bottom-v2 .v2-left .left, #page-complaint-seller-detail .search-bottom-v2 .v2-left #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-seller-detail .search-bottom-v2 .v2-left .right {
    width: 40%; }
  #page-complaint-seller-detail .search-bottom-v2 .v2-left .right {
    width: 60%; }
  #page-complaint-seller-detail .search-bottom-v2 .v2-right .left, #page-complaint-seller-detail .search-bottom-v2 .v2-right #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-seller-detail .search-bottom-v2 .v2-right .right {
    width: 30%; }
  #page-complaint-seller-detail .search-bottom-v2 .v2-right .right {
    width: 70%; }
  #page-complaint-seller-detail .search-bottom-v2 .date-input {
    position: relative; }
  #page-complaint-seller-detail .search-bottom-v2 .date-input input {
    padding-left: 32px; }
  #page-complaint-seller-detail .search-bottom-v2 .date-input span {
    position: absolute;
    width: 18px;
    height: 15px;
    top: 5px;
    left: 13px; }
  #page-complaint-seller-detail .search-bottom-v2 .date-input i {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 9px;
    right: 15px; }
  #page-complaint-seller-detail .search-bottom-v2 textarea {
    float: left;
    width: 100%;
    margin-top: 10px; }
  #page-complaint-seller-detail .search-bottom-v2 .button .module_float {
    width: 100%; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-dialog button.close {
    font-weight: normal;
    text-transform: inherit;
    margin: 0; }
  #page-complaint-seller-detail .bottom {
    margin-top: 20px; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-dialog {
    width: 300px;
    background: #f7f8f9; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-footer,
  #page-complaint-seller-detail .search-bottom-v2 .modal-body,
  #page-complaint-seller-detail .search-bottom-v2 .modal-header {
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    background: #f7f8f9;
    margin: 0; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-body {
    padding-top: 0; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-footer {
    padding-top: 30px; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-body input,
  #page-complaint-seller-detail .search-bottom-v2 .modal-footer button {
    height: 28px; }
  #page-complaint-seller-detail .search-bottom-v2 .modal-footer button {
    padding-top: 5px; }
  #page-complaint-seller-detail .detail-ct .module-ct-center .left, #page-complaint-seller-detail .detail-ct .module-ct-center #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ct .module-ct-center .right {
    padding-right: 5px;
    text-align: right;
    min-height: 20px;
    width: 60%; }
  #page-complaint-seller-detail .detail-ct .module-ct-center .right {
    text-align: left;
    font-weight: bold;
    height: 20px;
    width: 40%; }
  #page-complaint-seller-detail .detail-ct.detail .module-ct-center .left, #page-complaint-seller-detail .detail-ct.detail .module-ct-center #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-complaint-seller-detail .detail-ct.detail .module-ct-center .right {
    width: 50%; }
  #page-complaint-seller-detail .detail-ct.detail .module-ct-center .right {
    width: 50%; }
  #page-complaint-seller-detail .detail-ct.detail {
    padding-bottom: 30px; }
  #page-complaint-seller-detail .detail-ct.detail i {
    margin-right: 8px;
    width: 10px; }
  #page-complaint-seller-detail .tiny-link img {
    height: 15px;
    left: 0;
    margin-right: 5px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    width: 15px; }
  #page-complaint-seller-detail .tiny-link {
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    height: 20px; }
  #page-complaint-seller-detail .tiny-link a {
    float: left;
    width: 90%; }
  #page-complaint-seller-detail .panel-heading-lg {
    padding-top: 20px;
    margin-bottom: 0; }
  #page-complaint-seller-detail .panel-heading-lg .code {
    color: #1D7EBC; }
  #page-complaint-seller-detail .panel-heading-lg .status {
    color: #898989;
    font-size: 13px;
    font-weight: normal; }
  #page-complaint-seller-detail .panel-heading-lg .arrow {
    cursor: pointer;
    padding-top: 3px; }
  #page-complaint-seller-detail .panel-heading-lg .full-name {
    color: #545861;
    font-weight: bold;
    padding: 0 10px 0 30px;
    position: relative; }
  #page-complaint-seller-detail .panel-heading-lg .avatar-bock {
    border-radius: 20px;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -3px;
    width: 25px; }
  #page-complaint-seller-detail .panel-heading-lg .avatar-bock img {
    width: 30px; }
  #page-complaint-seller-detail .panel-heading-lg .space {
    color: #ccc;
    padding: 0 10px; }
  #page-complaint-seller-detail .panel-heading-lg .complaint-status {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 5px; }
  #page-complaint-seller-detail .panel-heading-lg .complaint-status.green {
    color: #32AA61; }
  #page-complaint-seller-detail ul.list-time {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    font-size: 11px; }
  #page-complaint-seller-detail ul.list-time li.list-item-time {
    float: left;
    display: inline-block;
    padding-right: 15px; }
  #page-complaint-seller-detail ul.list-time li.list-item-time span.time {
    color: #3D4552;
    font-weight: bold; }
  #page-complaint-seller-detail .seu-breadcrumb ul li i.fa-angle-right {
    color: #0075ba;
    font-size: 12px; }
  #page-complaint-seller-detail .panel-info-view {
    border: 1px solid #ccc;
    float: left;
    /*padding: 10px 15px;*/
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px; }
  #page-complaint-seller-detail .panel-info-view .item-info-view {
    padding-bottom: 10px; }
  #page-complaint-seller-detail .panel-info-view label {
    color: #959595;
    float: left;
    font-size: 11px;
    font-weight: normal;
    /*width: 50%;*/
    padding-top: 1px;
    padding-right: 5px; }
  #page-complaint-seller-detail .panel-info-view p {
    /*float: left;*/
    /*width: 50%;*/
    font-size: 11px;
    margin: 0;
    padding: 0; }
  #page-complaint-seller-detail .panel-info-view p[role="first"] {
    font-size: 12px; }
  #page-complaint-seller-detail .panel-info-view .h6 {
    font-size: 12px;
    margin-bottom: 15px; }
  #page-complaint-seller-detail .panel-transaction {
    border: 1px solid #ccc;
    float: left;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 11px; }
  #page-complaint-seller-detail .panel-transaction .padding-top {
    padding-top: 12px; }
  #page-complaint-seller-detail .panel-transaction .column-left {
    /*padding-right: 100px;*/ }
  #page-complaint-seller-detail .panel-transaction .position-avatar {
    position: relative; }
  #page-complaint-seller-detail .panel-transaction .lbl-title {
    font-size: 11px;
    font-weight: normal;
    color: #808080;
    /*padding-top: 12px;*/ }
  #page-complaint-seller-detail .panel-transaction #list-mobiles span:last-child {
    display: none; }
  #page-complaint-seller-detail #link-link-site-root span:last-child {
    display: none; }
  #page-complaint-seller-detail .panel-transaction .row-no-pading {
    padding: 0 !important;
    margin: 0; }
  #page-complaint-seller-detail .panel-transaction .header-top {
    border-bottom: 1px solid #ddd; }
  #page-complaint-seller-detail .panel-transaction .icon-seudo {
    background: url("../images/icons/icon-seudo.png") no-repeat scroll left center transparent;
    color: #000;
    margin-bottom: 20px !important;
    min-height: 20px;
    padding-left: 25px;
    padding-top: 1px; }
  #page-complaint-seller-detail .panel-transaction .icon-alipay {
    background: url("../images/icons/icon-anti.png") no-repeat scroll left center transparent;
    color: #000;
    margin-bottom: 20px !important;
    min-height: 20px;
    padding-left: 25px;
    padding-top: 1px; }
  #page-complaint-seller-detail .panel-transaction .avatar {
    left: 0;
    position: absolute;
    top: 0;
    width: 30px; }
  #page-complaint-seller-detail .panel-transaction .full-name {
    float: left;
    font-weight: bold;
    margin: 0;
    padding-left: 40px; }
  #page-complaint-seller-detail .panel-transaction .code {
    float: left;
    margin: 0;
    padding-left: 40px; }
  #page-complaint-seller-detail .panel-transaction [role="email"] {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%; }
  #page-complaint-seller-detail .list-alipay-item {
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0; }
  #page-complaint-seller-detail #list-nature-view {
    float: left;
    /* width: 50%; */
    padding: 0;
    margin: 0;
    list-style: none; }
  #page-complaint-seller-detail #list-nature-view li {
    float: left; }
  #page-complaint-seller-detail #list-nature-view li:last-child span {
    display: none; }
  #page-complaint-seller-detail .marign-bottom-5 {
    margin-bottom: 5px; }
  #page-complaint-seller-detail .margin-bottom-0 {
    margin-bottom: 0; }
  #page-complaint-seller-detail .padding-bottom-5 {
    padding-bottom: 5px; }
  #page-complaint-seller-detail .padding-top-10 {
    padding-top: 10px; }
  #page-complaint-seller-detail .note-complaint-seller {
    height: 97px !important;
    margin-top: 0 !important;
    padding: 5px 10px !important; }
  #page-complaint-seller-detail .complaints {
    width: 100% !important;
    margin-top: 5px !important; }
  #page-complaint-seller-detail .receiving {
    float: right;
    margin-right: 10px;
    font-size: 11px; }
  #page-complaint-seller-detail .succeed {
    float: right;
    font-size: 11px;
    margin-right: 10px; }
  #page-complaint-seller-detail .fail {
    float: right;
    font-size: 11px; }
  #page-complaint-seller-detail .w-full {
    width: 100% !important; }
  #page-complaint-seller-detail .background-gray {
    background: #f0f0f0 !important; }
  #page-complaint-seller-detail .margin-top-5 {
    margin-top: 5px !important; }
  #page-complaint-seller-detail ul.list-items-view {
    float: left;
    width: 100%;
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none; }
  #page-complaint-seller-detail ul.list-items-view li.list-item-view {
    padding-bottom: 5px;
    float: left;
    width: 100%; }
  #page-complaint-seller-detail .list-group-button button {
    margin-left: 10px; }
  #page-complaint-seller-detail .main-ct .border-left {
    display: none; }
  #page-complaint-seller-detail .main-ct:hover .border-left {
    display: block; }
  #page-complaint-seller-detail .ct-left .item {
    border-bottom: 1px solid #ddd;
    padding-top: 5px; }
  #page-complaint-seller-detail .ct-left .item:first-child {
    padding-top: 0; }
  #page-complaint-seller-detail .ct-left .item:last-child {
    border-bottom: none; }
  #page-complaint-seller-detail .table-simple, #page-complaint-seller-detail .table-simple-odd-even {
    font-size: 12px;
    /*width: auto!important;*/ }
  #page-complaint-seller-detail #tbl-fee tbody tr {
    width: 50%;
    float: left; }
  #page-complaint-seller-detail #tbl-fee tbody tr td:first-child {
    width: 50%;
    float: left; }
  #page-complaint-seller-detail .table-simple tbody tr td, #page-complaint-seller-detail .table-simple-odd-even tbody tr td {
    padding: 6px 10px; }
  #page-complaint-seller-detail .table-simple tbody tr td:first-child, #page-complaint-seller-detail .table-simple-odd-even tbody tr td:first-child {
    color: #959595; }
  #page-complaint-seller-detail .table-simple.no-border tbody tr, #page-complaint-seller-detail .table-simple-odd-even.no-border tbody tr {
    border-bottom: none; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr td {
    padding: 7px 10px; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr {
    border-bottom: none; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr td {
    padding-bottom: 3px; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr.even {
    border-bottom: 1px solid #dddddd; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr.even td {
    padding-left: 15%;
    padding-top: 0;
    padding-bottom: 10px; }
  #page-complaint-seller-detail .pl-transaction .table-simple tbody tr.even td div {
    padding: 0 10px; }
  @media all and (max-width: 1024px) {
    #page-complaint-seller-detail #tbl-fee tbody tr {
      width: 100%; } }
  @media all and (max-width: 768px) {
    #page-complaint-seller-detail {
      /*Bảng GIAO DỊCH ALIPAY, GIAO DỊCH ĐƠN HÀNG*/ }
      #page-complaint-seller-detail #tbl-fee tbody tr {
        width: 100%; }
      #page-complaint-seller-detail ul.list-time {
        padding: 0 0 10px 0; }
      #page-complaint-seller-detail ul.list-time li.list-item-time {
        width: 100%; }
      #page-complaint-seller-detail .info-view {
        float: left; }
      #page-complaint-seller-detail .complaint-status {
        padding-left: 0 !important; }
      #page-complaint-seller-detail .pl-transaction .table-simple tbody tr.even td {
        padding-left: 0; }
      #page-complaint-seller-detail .pl-transaction .table-simple tbody tr.even td div {
        padding: 0 5px; }
      #page-complaint-seller-detail .pl-transaction .table-simple tbody tr td {
        padding-left: 5px;
        padding-right: 5px; }
      #page-complaint-seller-detail .pl-transaction .table-simple thead tr th {
        padding-left: 5px;
        padding-right: 5px; } }
  #page-complaint-seller-detail .p-reason .bootstrap-select {
    margin-top: 0 !important; }
  #page-complaint-seller-detail .p-reason .dropdown-toggle.selectpicker {
    height: 32px !important; }
  #page-complaint-seller-detail .panel-heading-lg .title {
    text-transform: uppercase;
    font-size: 18px;
    color: #333; }
  #page-complaint-seller-detail #tbl-order-info tbody tr td:first-child {
    width: 50%; }
  @media all and (max-width: 1024px) {
    #page-complaint-seller-detail .info-processed {
      text-align: left !important; }
    #page-complaint-seller-detail .panel-heading-lg .title {
      padding-bottom: 10px; } }
  @media all and (max-width: 768px) {
    #page-complaint-seller-detail .info-processed {
      text-align: left !important; }
    #page-complaint-seller-detail .panel-heading-lg .title {
      padding-bottom: 10px; } }

#frm-login {
  /* mobile phone */ }
  #frm-login .title {
    padding-top: 50px;
    padding-bottom: 50px;
    font-weight: bold; }
  #frm-login .panel-captcha {
    background: #EBEBEB;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px; }
  #frm-login .panel-captcha img {
    padding-right: 0 !important; }
  #frm-login .panel-captcha input {
    margin-bottom: 15px; }
  #frm-login button {
    margin-bottom: 17px;
    padding: 9px 12px; }
  #frm-login .txt-username {
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: none;
    border: none;
    /*border-bottom: 1px solid #CFCFCF;*/
    /*color: #898989;*/
    color: #000; }
  #frm-login .txt-password {
    background: none repeat scroll 0 0 #fafafa;
    box-shadow: none;
    border: none;
    color: #000;
    /*border-bottom: 1px solid #CFCFCF;*/
    /*color: #898989;*/ }
  #frm-login .line-bottom {
    height: 5px;
    border: 1px solid #D2D2D2;
    border-top: none; }
  @media all and (max-width: 768px) {
    #frm-login .panel-captcha img {
      margin-bottom: 10px;
      width: 100%;
      padding-right: 15px !important; } }
  #frm-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px #fafafa inset !important;
    /* Change the color to your own background color */
    -webkit-text-fill-color: #333 !important;
    background-color: #fff !important;
    color: #fff; }
  #frm-login input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #fafafa inset !important;
    -webkit-text-fill-color: #333 !important;
    background-color: #fff !important;
    color: #fff; }

.wrapper.error {
  height: 230px;
  left: 50%;
  margin: -165px -185px;
  position: absolute;
  top: 50%;
  width: 370px; }

.wrapper.error .code {
  font-size: 80px;
  text-align: center;
  color: #3f4752;
  /*padding-top: 10px;*/ }

.wrapper.error .desc {
  color: #999;
  font-size: 18px;
  margin: 15px 0 30px; }

.wrapper.error .form-control {
  height: 40px; }

.wrapper.error .right-inner-addon {
  margin-bottom: 60px; }

.wrapper.error .right-inner-addon i {
  padding: 12px 12px;
  color: #cccccc;
  font-size: 15px; }

.wrapper.error .buttons .btn {
  padding: 11px 12px; }

.wrapper.error .buttons .btn i {
  font-size: 15px;
  float: left; }

/* mobile phone */
@media all and (max-width: 768px) {
  .wrapper.error {
    width: 300px;
    margin: -165px -150px; }

  .wrapper.error .code {
    font-size: 60px; } }
.wrapper.page-505 {
  text-align: center;
  width: 100%; }

.wrapper.page-505 .avatar-small {
  width: 282px;
  height: 75px;
  margin-left: 20px; }

.wrapper.page-505 .txt-search {
  width: 100%;
  height: 32px;
  padding-left: 10px;
  padding-right: 25px;
  margin-top: 20px; }

.wrapper.page-505 .form-parent {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 282px; }

.wrapper.page-505 .form-childent {
  position: absolute;
  top: 29px;
  left: 260px;
  cursor: pointer; }

.wrapper.page-505 .avatar {
  width: 282px;
  height: 200px;
  margin-top: 20px;
  margin-left: 20px; }

.wrapper.page-505 .font-gray {
  color: #D7D7D7; }

#page-purchase-manager {
  display: inline-block;
  width: 100%;
  background: #fbfbfb; }
  #page-purchase-manager div.bootstrap-select {
    margin-bottom: 0; }
    @media all and (max-width: 768px) {
      #page-purchase-manager div.bootstrap-select {
        margin-bottom: 10px;
        width: 100%; } }
    #page-purchase-manager div.bootstrap-select button.dropdown-toggle {
      background: #fff; }
  #page-purchase-manager .action-link.disabled {
    color: gray;
    cursor: not-allowed; }
    #page-purchase-manager .action-link.disabled:hover {
      text-decoration: none; }
  #page-purchase-manager ul#services, #page-purchase-manager ul#origin-site {
    margin: 0;
    padding: 7.5px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    text-align: right; }
    @media all and (max-width: 768px) {
      #page-purchase-manager ul#services, #page-purchase-manager ul#origin-site {
        text-align: left; } }
    #page-purchase-manager ul#services li, #page-purchase-manager ul#origin-site li {
      display: inline-block;
      padding-right: 15px;
      position: relative; }
      #page-purchase-manager ul#services li:hover span.tooltip, #page-purchase-manager ul#origin-site li:hover span.tooltip {
        display: inline-block; }
      #page-purchase-manager ul#services li span.tooltip, #page-purchase-manager ul#origin-site li span.tooltip {
        position: absolute;
        top: 18px;
        left: 0;
        z-index: 999;
        background: #000;
        color: #fff;
        padding: 10px;
        border-radius: 3px;
        min-width: 100px;
        text-align: center;
        display: none; }
      #page-purchase-manager ul#services li label, #page-purchase-manager ul#origin-site li label {
        margin: 0;
        font-weight: normal;
        color: #3f4753; }
        #page-purchase-manager ul#services li label input[type='checkbox'], #page-purchase-manager ul#origin-site li label input[type='checkbox'] {
          margin: 0 8px 0 0; }
        #page-purchase-manager ul#services li label i, #page-purchase-manager ul#origin-site li label i {
          color: #898989;
          font-weight: bold; }
  #page-purchase-manager ul#origin-site {
    width: auto;
    float: right;
    padding: 15px; }
    @media all and (max-width: 768px) {
      #page-purchase-manager ul#origin-site {
        float: left; } }
    @media all and (max-width: 1024px) {
      #page-purchase-manager ul#origin-site {
        float: left; } }
  #page-purchase-manager .arrow-div {
    position: relative;
    background: #000; }
  #page-purchase-manager .arrow-div:after {
    bottom: 100%;
    left: 12%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px; }
  #page-purchase-manager .tooltip {
    outline: none;
    opacity: 1; }
    #page-purchase-manager .tooltip strong {
      line-height: 30px; }
    #page-purchase-manager .tooltip:hover {
      text-decoration: none; }
      #page-purchase-manager .tooltip:hover span {
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        background: #fffAF0; }
    #page-purchase-manager .tooltip span {
      z-index: 10;
      display: none;
      padding: 14px 20px;
      margin-top: -30px;
      margin-left: 0;
      width: 240px;
      line-height: 16px;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-box-shadow: 5px 5px 8px #CCC;
      -webkit-box-shadow: 5px 5px 8px #CCC;
      box-shadow: 5px 5px 8px #CCC; }
  #page-purchase-manager .callout {
    z-index: 20;
    position: absolute;
    top: 30px;
    border: 0;
    left: -12px; }
  #page-purchase-manager .form-search-more {
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: right; }
    #page-purchase-manager .form-search-more .time {
      width: 110px; }
      #page-purchase-manager .form-search-more .time input {
        width: 100%; }
      @media all and (max-width: 768px) {
        #page-purchase-manager .form-search-more .time {
          width: 100%; } }
    #page-purchase-manager .form-search-more .confirm {
      text-align: left;
      /* mobile phone */ }
      @media all and (max-width: 768px) {
        #page-purchase-manager .form-search-more .confirm {
          text-align: right; } }
    #page-purchase-manager .form-search-more ul.days {
      display: inline-block;
      list-style: outside none none;
      margin: 0;
      padding: 0; }
      #page-purchase-manager .form-search-more ul.days > li {
        display: inline-block; }
        #page-purchase-manager .form-search-more ul.days > li:last-child > a {
          border-right: none; }
        #page-purchase-manager .form-search-more ul.days > li.active > a {
          font-weight: bold; }
        #page-purchase-manager .form-search-more ul.days > li > a {
          padding: 0 7px;
          border-right: 1px solid #3f4753;
          color: #227dbd; }
          #page-purchase-manager .form-search-more ul.days > li > a.active {
            font-weight: bold; }
    #page-purchase-manager .form-search-more > .form-group.first {
      padding-top: 4px; }
    #page-purchase-manager .form-search-more label {
      font-weight: normal;
      color: #3f4753; }
    #page-purchase-manager .form-search-more > .total-result {
      display: inline-block;
      float: left;
      color: #333333;
      padding-top: 5px;
      /* tablet */
      /* mobile phone */ }
      @media all and (max-width: 1024px) {
        #page-purchase-manager .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
      @media all and (max-width: 768px) {
        #page-purchase-manager .form-search-more > .total-result {
          width: 100%;
          padding-bottom: 10px; } }
    #page-purchase-manager .form-search-more .btn-group > button {
      border-radius: 0;
      background: #fff;
      border: 1px solid #ccc; }
      #page-purchase-manager .form-search-more .btn-group > button.active {
        background: #ececec;
        box-shadow: none; }
      #page-purchase-manager .form-search-more .btn-group > button:hover {
        background: #ececec; }
  #page-purchase-manager .breadcrumb {
    padding-bottom: 33px; }
  #page-purchase-manager .page-title {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px; }
    #page-purchase-manager .page-title h1 {
      font-size: 24px;
      margin: 0;
      color: #3f4753;
      text-transform: uppercase;
      font-weight: normal;
      line-height: 25px;
      /* padding-bottom: 30px; */
      display: inline-block; }

@media all and (max-width: 768px) {
    #page-purchase-manager .page-title h1 {
        padding-bottom: 15px;
        font-size: 24px;
    }
}

#page-purchase-manager .page-title a {
    float: right;
}

      @media all and (max-width: 768px) {
        #page-purchase-manager .page-title a {
          float: left;
          margin-bottom: 15px; } }
  #page-purchase-manager .total-item {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #3f4753;
    padding-bottom: 12px; }
    @media all and (max-width: 768px) {
      #page-purchase-manager .total-item {
        text-align: left; } }
  #page-purchase-manager .filter {
    display: inline-block;
    width: 100%; }
    #page-purchase-manager .filter .left, #page-purchase-manager .filter .right {
      background: #f3f3f3;
      padding: 10px;
      display: inline-block;
      width: 100%;
      position: relative;
      margin-bottom: 10px; }
      @media all and (max-width: 768px) {
        #page-purchase-manager .filter .left input[type='text'], #page-purchase-manager .filter .right input[type='text'] {
          margin-bottom: 15px; } }
      @media all and (max-width: 1024px) {
        #page-purchase-manager .filter .left input[type='text'], #page-purchase-manager .filter .right input[type='text'] {
          margin-bottom: 15px; } }
    #page-purchase-manager .filter .right {
      padding: 7px 20px 7px 15px; }
      #page-purchase-manager .filter .right .content {
        background: #f3f3f3 url("../images/border-right.png") repeat-y top center;
        display: inline-block;
        width: 100%; }
        @media all and (max-width: 768px) {
          #page-purchase-manager .filter .right .content {
            background: none; } }
      #page-purchase-manager .filter .right .arrow {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        padding: 10px 0; }
        @media all and (max-width: 768px) {
          #page-purchase-manager .filter .right .arrow {
            display: none; } }
  #page-purchase-manager .list {
    display: inline-block;
    width: 100%; }
    #page-purchase-manager .list .total {
      color: #898989;
      padding-bottom: 15px; }
      #page-purchase-manager .list .total strong {
        color: #3f4753; }
    #page-purchase-manager .list .tbl {
      display: inline-block;
      width: 100%; }
      #page-purchase-manager .list .tbl table thead tr th {
        font-size: 11px;
        color: #898989;
        text-transform: uppercase;
        border-bottom: 1px solid transparent;
        padding-left: 0;
        padding-right: 0; }
      #page-purchase-manager .list .tbl table tbody tr {
        border-bottom: 5px solid #fbfbfb;
        background: #fff;
        color: #3f4753; }
        #page-purchase-manager .list .tbl table tbody tr:hover {
          background: #eeeeee; }
        #page-purchase-manager .list .tbl table tbody tr td {
          vertical-align: middle;
          border-top: 1px solid transparent;
          padding: 0; }
          #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(1) {
            padding: 0; }
            @media all and (max-width: 768px) {
              #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(1) {
                width: 40%; } }
          #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(2) {
            padding-right: 45px; }
            @media all and (max-width: 768px) {
              #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(2) {
                padding-right: 0;
                width: 60%; } }
          #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(8) {
            cursor: pointer; }
            #page-purchase-manager .list .tbl table tbody tr td:nth-of-type(8):hover > i {
              color: #000;
              font-weight: bold; }
          #page-purchase-manager .list .tbl table tbody tr td ul.service {
            display: inline-block;
            list-style: none;
            margin: 0;
            padding: 0;
            float: left; }
            #page-purchase-manager .list .tbl table tbody tr td ul.service li {
              float: left;
              display: inline-block;
              padding: 17px 8px;
              background: transparent;
              font-weight: bold;
              color: #7e7e7e; }
              #page-purchase-manager .list .tbl table tbody tr td ul.service li i {
                font-weight: bold; }
              #page-purchase-manager .list .tbl table tbody tr td ul.service li.blue {
                background: #227dbd;
                color: #fff; }
              #page-purchase-manager .list .tbl table tbody tr td ul.service li.yellow {
                background: #ffd34e;
                color: #fff; }
          #page-purchase-manager .list .tbl table tbody tr td .content {
            border-left: 1px solid #dedede;
            padding-right: 45px;
            border-right: 1px solid #dedede;
            display: inline-block;
            position: relative;
            padding-left: 60px;
            width: 100%; }
            @media all and (max-width: 768px) {
              #page-purchase-manager .list .tbl table tbody tr td .content {
                border-right: none; } }
            #page-purchase-manager .list .tbl table tbody tr td .content a:hover {
              text-decoration: none; }
              #page-purchase-manager .list .tbl table tbody tr td .content a:hover code {
                color: #0e5b91; }
            #page-purchase-manager .list .tbl table tbody tr td .content a:active {
              text-decoration: none; }
            #page-purchase-manager .list .tbl table tbody tr td .content code {
              font-weight: bold;
              color: #227dbd;
              font-family: Helvetica, Arial, sans-serif;
              background: transparent;
              padding-left: 0;
              padding-right: 0; }
            #page-purchase-manager .list .tbl table tbody tr td .content img {
              width: 32px;
              height: 32px;
              margin-right: 10px;
              display: inline-block;
              position: absolute;
              top: 0;
              left: 10px; }
              @media all and (max-width: 768px) {
                #page-purchase-manager .list .tbl table tbody tr td .content img {
                  display: none; } }
            #page-purchase-manager .list .tbl table tbody tr td .content span {
              color: #3f4753;
              text-transform: uppercase; }
          #page-purchase-manager .list .tbl table tbody tr td i.fa-comments {
            font-size: 18px;
            color: #d8d8d8;
            float: left; }
            #page-purchase-manager .list .tbl table tbody tr td i.fa-comments.un-read {
              color: #b90000; }
          #page-purchase-manager .list .tbl table tbody tr td i.fa-angle-right {
            float: right;
            font-size: 14px;
            color: #3f4753;
            padding-right: 15px; }
          #page-purchase-manager .list .tbl table tbody tr td .block {
            padding-bottom: 5px; }
            #page-purchase-manager .list .tbl table tbody tr td .block span {
              color: #b90000; }
              #page-purchase-manager .list .tbl table tbody tr td .block span.free {
                color: #3f4753; }
      #page-purchase-manager .list .tbl table tbody tr.note, #page-purchase-manager .list .tbl table tbody tr.payment {
        background: #fbfbfb;
        border-bottom: none; }
        #page-purchase-manager .list .tbl table tbody tr.note td, #page-purchase-manager .list .tbl table tbody tr.payment td {
          padding: 8px 0 20px 0;
          color: #898989; }
          #page-purchase-manager .list .tbl table tbody tr.note td a, #page-purchase-manager .list .tbl table tbody tr.payment td a {
            color: #227dbd;
            font-size: 11px;
            font-weight: bold; }
    #page-purchase-manager .list .paging {
      display: inline-block;
      width: 100%;
      text-align: center; }

#page-purchase-manager-detail .panel-search-list-category {
  height: 28px;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px; }
  #page-purchase-manager-detail .panel-search-list-category .text-choosed {
    font-weight: bold; }
  #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-header {
    height: 26px;
    float: left;
    clear: both;
    width: 100%;
    cursor: pointer;
    z-index: 1; }
    #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-header p {
      padding-left: 10px;
      padding-top: 5px;
      float: left;
      height: 26px;
      margin: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 90%; }
    #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-header i {
      font-weight: bold;
      position: absolute;
      right: 7px;
      top: 9px; }
  #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-body {
    background: none repeat scroll 0 0 #fff;
    z-index: 10;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: both;
    float: left;
    height: 200px;
    left: 0;
    overflow-y: auto;
    padding: 5px 0;
    position: absolute;
    top: 27px;
    width: 100%; }
    #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-body ul {
      width: 100%;
      float: left;
      clear: both;
      list-style: none;
      padding-left: 0;
      display: block; }
      #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-body ul li {
        float: left;
        cursor: pointer;
        padding: 5px 10px 5px 10px;
        width: 100%; }
        #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-body ul li.group {
          font-size: 11px;
          color: #808080;
          cursor: not-allowed; }
        #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-body ul li:hover {
          background: #F3F3F3; }
  #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-footer {
    background: none repeat scroll 0 0 #f3f3f3;
    border: 1px solid #ccc;
    height: 38px;
    left: 0;
    padding: 0 5px;
    position: absolute;
    top: 227px;
    z-index: 10;
    width: 100%; }
    #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-footer label {
      clear: both;
      float: left;
      font-weight: normal;
      margin-right: 5%;
      padding-top: 8px;
      width: 20%;
      color: #808080; }
    #page-purchase-manager-detail .panel-search-list-category .panel-search-list-category-footer > input {
      float: left;
      height: 26px;
      margin-top: 5px;
      padding: 0 5px;
      width: 75%; }
#page-purchase-manager-detail .block-trademark {
  width: 100%;
  display: inline-block;
  position: relative; }
  #page-purchase-manager-detail .block-trademark .input-trademark {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    font-size: 11px;
    background: transparent;
    outline: none; }
    #page-purchase-manager-detail .block-trademark .input-trademark:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    #page-purchase-manager-detail .block-trademark .input-trademark.active {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  #page-purchase-manager-detail .block-trademark .line {
    position: relative;
    bottom: 8px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 5px;
    float: left;
    border-bottom: 1px solid #CBCBCB;
    border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB; }
#page-purchase-manager-detail #panel-choose-account {
  display: inline-block; }
#page-purchase-manager-detail #panel-show-text {
  display: inline-block;
  padding: 5px 0; }
#page-purchase-manager-detail .breadcrumb {
  margin-bottom: 0; }
#page-purchase-manager-detail .txt-edit-pending-quantity {
  width: 50px;
  text-align: center;
  padding: 0 5px; }
#page-purchase-manager-detail .modal .modal-content {
  border-radius: 0;
  border: 1px solid #d8d8d8; }
  #page-purchase-manager-detail .modal .modal-content .modal-header {
    background: #edeef0;
    border-bottom: none;
    font-size: 14px;
    color: #3f4753;
    font-weight: bold; }
    #page-purchase-manager-detail .modal .modal-content .modal-header .modal-title div {
      width: 24px;
      height: 24px;
      display: inline-block;
      background: #2378b4;
      border: 1px solid #1e6ca3;
      margin-right: 10px; }
      #page-purchase-manager-detail .modal .modal-content .modal-header .modal-title div i {
        color: #fff;
        padding-top: 2px;
        padding-left: 3px; }
  #page-purchase-manager-detail .modal .modal-content .modal-body label {
    font-weight: normal !important;
    text-align: left !important; }
#page-purchase-manager-detail .header {
  display: inline-block;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 25px; }
  #page-purchase-manager-detail .header .box .top {
    display: inline-block;
    width: 100%; }
    #page-purchase-manager-detail .header .box .top .left, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right {
      display: inline-block;
      width: 70%;
      float: left;
      background: #efefef;
      border-radius: 2px;
      padding: 10px; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .header .box .top .left, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right {
          width: 100%; } }
      #page-purchase-manager-detail .header .box .top .left .ll, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right .ll, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right .ll {
        display: inline-block;
        width: 70%;
        float: left;
        border-right: 1px solid #ddd;
        position: relative; }
        #page-purchase-manager-detail .header .box .top .left .ll img, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right .ll img, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right .ll img {
          width: 40px;
          height: 40px;
          border-radius: 2px;
          overflow: hidden;
          position: absolute;
          top: 0;
          left: 0; }
        #page-purchase-manager-detail .header .box .top .left .ll div, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right .ll div, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right .ll div {
          padding-left: 50px;
          color: #111; }
          #page-purchase-manager-detail .header .box .top .left .ll div span, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right .ll div span, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right .ll div span {
            color: #666; }
      #page-purchase-manager-detail .header .box .top .left .lr, #page-purchase-manager-detail .header .box .top #page-purchase-manager .filter .right .lr, #page-purchase-manager .filter #page-purchase-manager-detail .header .box .top .right .lr {
        display: inline-block;
        width: 30%;
        float: left;
        text-align: center;
        font-weight: bold;
        color: #111;
        padding-top: 8px; }
    #page-purchase-manager-detail .header .box .top .right {
      display: inline-block;
      width: 30%;
      float: left;
      text-align: center; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .header .box .top .right {
          width: 100%; } }
      #page-purchase-manager-detail .header .box .top .right h3 {
        font-size: 18px;
        color: #227dbd;
        font-weight: bold;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 5px; }
      #page-purchase-manager-detail .header .box .top .right span {
        font-size: 12px;
        color: #111111;
        text-transform: uppercase; }
  #page-purchase-manager-detail .header .box .alert {
    position: relative;
    padding-left: 27px;
    font-size: 11px;
    color: #666666; }
    #page-purchase-manager-detail .header .box .alert i {
      position: absolute;
      top: 26px;
      left: 0;
      color: #898989;
      font-size: 15px; }
    #page-purchase-manager-detail .header .box .alert a {
      font-weight: bold;
      font-size: 11px;
      color: #227dbd; }
#page-purchase-manager-detail .body {
  display: inline-block;
  width: 100%; }
  #page-purchase-manager-detail .body .nav-bar {
    background: #ebebeb;
    margin-bottom: 34px;
    padding: 5px 10px;
    display: inline-block;
    width: 100%; }
    #page-purchase-manager-detail .body .nav-bar > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      #page-purchase-manager-detail .body .nav-bar > ul > li {
        display: inline-block;
        padding: 0 20px;
        border-right: 1px solid #d8d8d8; }
        @media all and (max-width: 768px) {
          #page-purchase-manager-detail .body .nav-bar > ul > li {
            padding: 0 0 15px 0;
            width: 100%;
            border-right: none; } }
        #page-purchase-manager-detail .body .nav-bar > ul > li code {
          color: #3f4753;
          font-weight: bold;
          background: transparent;
          font-family: Helvetica, Arial, sans-serif; }
        #page-purchase-manager-detail .body .nav-bar > ul > li:first-child {
          padding-left: 0; }
        #page-purchase-manager-detail .body .nav-bar > ul > li:last-child {
          border-right: none;
          padding-right: 0; }
        #page-purchase-manager-detail .body .nav-bar > ul > li .bootstrap-select {
          margin-bottom: 0; }
          #page-purchase-manager-detail .body .nav-bar > ul > li .bootstrap-select button {
            background: #fff; }
        #page-purchase-manager-detail .body .nav-bar > ul > li label {
          color: #3f4753;
          font-size: 12px;
          font-weight: normal;
          padding-right: 20px; }
        #page-purchase-manager-detail .body .nav-bar > ul > li > a {
          color: #0b6198;
          padding-left: 13px; }
    #page-purchase-manager-detail .body .nav-bar .right {
      float: right;
      padding-top: 6px;
      display: inline-block; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .body .nav-bar .right {
          float: left;
          padding-bottom: 15px; } }
      #page-purchase-manager-detail .body .nav-bar .right span.price {
        font-weight: bold;
        color: #b90000; }
  #page-purchase-manager-detail .body table.table-simple thead tr th {
    font-weight: bold;
    text-transform: uppercase;
    color: #898989;
    padding: 8px 10px; }
    #page-purchase-manager-detail .body table.table-simple thead tr th input[type='checkbox'] {
      margin: 0 10px 0 0;
      padding: 0; }
  #page-purchase-manager-detail .body table.table-simple tbody tr {
    color: #111;
    border-bottom: 0; }
    #page-purchase-manager-detail .body table.table-simple tbody tr:hover {
      background: #efefef; }
    #page-purchase-manager-detail .body table.table-simple tbody tr.row-comment:hover {
      background: #efefef; }
    #page-purchase-manager-detail .body table.table-simple tbody tr.row-comment td {
      padding-top: 0;
      padding-bottom: 0; }
    #page-purchase-manager-detail .body table.table-simple tbody tr td {
      padding-top: 14px;
      padding-bottom: 14px; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td .comment {
        display: inline-block;
        width: 100%;
        float: left;
        padding-left: 78px;
        padding-bottom: 10px; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .comment input {
          height: 26px;
          line-height: 26px;
          display: inline-block;
          width: 100%;
          color: #898989;
          background: #fff;
          padding: 0 10px;
          border: 1px solid #d8d8d8;
          font-size: 11px;
          outline: none;
          float: left; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul {
          float: left;
          margin: 0;
          padding: 15px 10px 15px 10px;
          list-style: none;
          background: #f3f3f3;
          width: 100%; }
          #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li {
            padding-bottom: 10px; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li:last-child {
              padding-bottom: 0; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li.activity {
              color: #808080; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li.activity .top a {
                color: #808080; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li.activity .top span {
                color: #808080; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li.activity .bottom {
                color: #808080; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li .top {
              padding-bottom: 5px; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li .top a {
                font-size: 11px;
                font-weight: bold;
                color: #107dbf; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li .top span {
                color: #898989;
                font-size: 11px;
                float: right; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .comment ul li .bottom {
              font-size: 11px;
              color: #898989;
              word-break:break-word;
            }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .comment .view-more {
          text-align: center;
          display: inline-block;
          width: 100%;
          padding-bottom: 5px; }
          #page-purchase-manager-detail .body table.table-simple tbody tr td .comment .view-more a {
            font-size: 11px; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(1) {
          width: 100%; } }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(2) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(3) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(4) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(5) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(5) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td:nth-of-type(6) {
        vertical-align: top; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td .btn-link {
        font-size: 11px;
        color: #227dbd; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg {
        display: inline-block;
        width: 100%;
        position: relative;
        min-height: 70px; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg .chk {
          width: 20px;
          height: 20px;
          text-align: center;
          line-height: 20px;
          position: absolute;
          top: 0;
          left: 0;
          background: #fff; }
          #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg .chk input[type='checkbox'] {
            border: 1px solid #c4c4c4;
            margin: 0;
            padding: 0; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg img {
          width: 70px;
          height: 70px;
          position: absolute;
          top: 0;
          left: 0; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right {
          padding-left: 78px;
          display: inline-block;
          width: 100%; }
          #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .title {
            color: #898989;
            font-size: 11px;
            padding-bottom: 10px; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .title tkbox {
              width: 100% !important; }
              #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .title tkbox iframe {
                width: 100% !important; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .title a {
              font-size: 12px;
              color: #227dbd; }
          #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .note {
            color: #898989;
            padding-bottom: 14px; }
            #page-purchase-manager-detail .body table.table-simple tbody tr td .box-lg > .right .note span {
              color: #b90000; }
      #page-purchase-manager-detail .body table.table-simple tbody tr td .text {
        padding-bottom: 5px; }
        #page-purchase-manager-detail .body table.table-simple tbody tr td .text strong {
          color: #0b6198; }
  #page-purchase-manager-detail .body table.table-simple.ft tbody tr {
    border-bottom: none; }
    #page-purchase-manager-detail .body table.table-simple.ft tbody tr:hover {
      background: transparent; }
    #page-purchase-manager-detail .body table.table-simple.ft tbody tr td {
      vertical-align: middle; }
      #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(1) {
        color: #898989; }
        #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(1) input[type='checkbox'] {
          padding: 0;
          margin: 0 5px 0 0; }
        #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(1) i {
          padding-right: 8px;
          color: #3f4753;
          font-weight: bold; }
        #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(1) a {
          color: #227dbd;
          padding-right: 7px;
          padding-left: 7px; }
          #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(1) a.disabled {
            cursor: not-allowed;
            color: #999; }
      #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(3) {
        color: #3f4753; }
      #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(4) {
        color: #3f4753;
        font-size: 18px;
        font-weight: bold; }
      #page-purchase-manager-detail .body table.table-simple.ft tbody tr td:nth-of-type(5) {
        font-weight: bold;
        color: #b90000;
        font-size: 18px; }
#page-purchase-manager-detail .footer {
  display: inline-block;
  width: 100%; }
  @media all and (max-width: 768px) {
    #page-purchase-manager-detail .footer {
      margin-top: 10px; } }
  #page-purchase-manager-detail .footer .top {
    background: #efefef;
    display: inline-block;
    width: 100%;
    padding: 25px 0;
    margin-bottom: 28px; }
    #page-purchase-manager-detail .footer .top .title {
      color: #111111;
      font-weight: bold;
      padding-bottom: 15px;
      margin: 0;
      font-size: 12px; }
      #page-purchase-manager-detail .footer .top .title > span {
        color: #b90000;
        font-weight: normal; }
    #page-purchase-manager-detail .footer .top #box1 ul {
      margin: 0;
      padding: 0 0 30px 0;
      list-style: none; }
      #page-purchase-manager-detail .footer .top #box1 ul li {
        display: inline-block;
        padding-right: 20px;
        position: relative; }
        #page-purchase-manager-detail .footer .top #box1 ul li:last-child {
          padding-right: 0; }
        #page-purchase-manager-detail .footer .top #box1 ul li input[type='checkbox'] {
          padding: 0;
          margin: 0 5px 0 0; }
        #page-purchase-manager-detail .footer .top #box1 ul li i {
          font-weight: bold;
          color: #898989; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .footer .top #box1 button {
          margin-left: 0 !important; } }
    #page-purchase-manager-detail .footer .top #box2 .form-group-lg {
      display: inline-block;
      height: 32px;
      margin-bottom: 10px;
      position: relative;
      width: 189px;
      /* tablet */ }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .footer .top #box2 .form-group-lg {
          width: 100%; } }
      @media all and (max-width: 1024px) {
        #page-purchase-manager-detail .footer .top #box2 .form-group-lg {
          width: 100%; } }
      #page-purchase-manager-detail .footer .top #box2 .form-group-lg input {
        float: left;
        height: 30px;
        border-top: 1px solid #dddddd;
        border-left: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #ccc;
        padding: 0 40px 0 10px;
        width: 100%;
        color: #898989;
        outline: none;
        position: absolute;
        top: 0;
        left: 0; }
      #page-purchase-manager-detail .footer .top #box2 .form-group-lg button {
        position: absolute;
        top: 0;
        right: 0;
        float: left;
        background: #ebebeb;
        border: none;
        width: 32px;
        height: 30px;
        text-align: center;
        border-top: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        color: #111; }
    #page-purchase-manager-detail .footer .top #box2 ol {
      margin: 0;
      padding: 0 0 15px 20px; }
      #page-purchase-manager-detail .footer .top #box2 ol li {
        padding-bottom: 10px; }
        #page-purchase-manager-detail .footer .top #box2 ol li code {
          background: transparent;
          font-size: 12px;
          color: #111;
          font-family: Helvetica, Arial, sans-serif; }
        #page-purchase-manager-detail .footer .top #box2 ol li a {
          color: #0b6198; }
    #page-purchase-manager-detail .footer .top #box3 h3 {
      margin-bottom: 13px; }
    #page-purchase-manager-detail .footer .top #box3 label {
      color: #3f4753;
      font-weight: normal;
      padding-top: 6px; }
      #page-purchase-manager-detail .footer .top #box3 label input[type='checkbox'] {
        margin: 0 0 0 10px; }
    #page-purchase-manager-detail .footer .top #box3 span {
      color: #3f4753;
      padding-right: 10px; }
    #page-purchase-manager-detail .footer .top #box3 input[type='text'] {
      color: #898989;
      padding: 0 10px;
      display: inline-block;
      width: 90px;
      height: 30px;
      line-height: 30px;
      border: 1px solid #dddddd; }
    #page-purchase-manager-detail .footer .top #box3 .text {
      color: #cb4545; }
    @media all and (max-width: 768px) {
      #page-purchase-manager-detail .footer .top #box3 .text-right {
        text-align: left; } }
  #page-purchase-manager-detail .footer .bottom {
}
    #page-purchase-manager-detail .footer .bottom ul {
      display: inline-block;
      width: 100%;
      list-style: none;
      margin: 0;
      padding: 0; }
      #page-purchase-manager-detail .footer .bottom ul li {
        display: inline-block;
        padding-right: 15px;
        padding-bottom: 15px; }
        @media all and (max-width: 768px) {
          #page-purchase-manager-detail .footer .bottom ul li {
            width: 100%; } }
    #page-purchase-manager-detail .footer .bottom .right {
      text-align: right; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .footer .bottom .right {
          text-align: left; } }
    #page-purchase-manager-detail .footer .bottom .sel {
      width: 185px; }
      @media all and (max-width: 768px) {
        #page-purchase-manager-detail .footer .bottom .sel {
          width: 100%; } }
      #page-purchase-manager-detail .footer .bottom .sel .bootstrap-select {
        margin-bottom: 0; }
        #page-purchase-manager-detail .footer .bottom .sel .bootstrap-select button {
          background: #fff;
          color: #3f4753; }

/*# sourceMappingURL=main.css.map */

.alipay {
  color: #777;
}

.express_button{margin-left: 0px !important;}
.close_panel{float: right;margin: -15px -10px 0 10px;  position: relative;}
.fa_approve{color: rgb(0, 166, 81) !important;}
.fa_reject{color: red !important;}
.popover_custom.bottom >.arrow{
  left: 15px;}
#_btn_not_approved_straight{margin-left:10px !important;}
#_btn_not_approved{margin-left:10px;}

.box-receive-orders .multiselect-container a {
    width: 100%;
    float: left;
}

.box-receive-orders .btn-group {
    margin-right: 15px;
}

.box-receive-orders .multiselect-selected-text {
    float: left;
}

.box-receive-orders .btn-group .multiselect > .caret {
    float: right;
    margin-top: 4px;
}

.box-receive-orders .btn-group .multiselect {
    width: 160px !important;
}

.txt-error {
  color: red;
}
.fee_vnd > strong > small{text-decoration:line-through;padding: 0 0 0 5px;color: #777777;}
.modal-title{font-weight: bold;text-align:center;}
.modal-header{background: #efefef; padding: 10px 10px 0px 15px;}
.word-break {
  word-break: word-break;
}