/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  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";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 15px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.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: #777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.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 > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.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-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.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 > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.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 > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.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 > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.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 > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.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;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -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 > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .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 > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td: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 > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  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: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  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-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    /*margin-bottom: 0;*/
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
       -o-transition: height .35s ease;
          transition: height .35s 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;
}
.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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .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 > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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"] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .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-top-right-radius: 0;
  border-bottom-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-top-left-radius: 0;
  border-bottom-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.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: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 85px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .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;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@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 .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;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #777;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a {
  color: #777;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.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 {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .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: #777;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #777;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumbs {
  padding: 8px 15px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumbs > li {
  display: inline-block;
}
.breadcrumbs > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumbs > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.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: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.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: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  min-width: 30px;
  color: #777;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .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, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item, .list-group-item-wide {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
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 {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.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: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td: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-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: #333;
  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: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.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;
}
.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
       -o-transform: translate3d(0, -25%, 0);
          transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 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;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.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, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 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;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.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;
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


















 */

/*/!* **********************************************************************************************/

/*How to Create CSS3 + jQuery Accordion Menu [Tutorial]*/
/*"How to Create CSS3 + jQuery Accordion Menu" that was specially made for DesignModo by our friend Valeriu Timbuc.*/

/*Links:*/
/*http://vtimbuc.net/*/
/*https://twitter.com/vtimbuc*/
/*http://designmodo.com/futurico*/
/*http://vladimirkudinov.com*/
/*http://rockablethemes.com*/

/********************************************************************************************** *!/*/

/*/!* Reset *!/*/

/*.accordion,*/
/*.accordion ul,*/
/*.accordion li,*/
/*.accordion a,*/
/*.accordion span {*/
	/*margin: 0;*/
	/*padding: 0;*/
	/*border: none;*/
	/*outline: none;*/
/*}*/

/*.accordion li {*/
	/*list-style: none;*/
/*}*/

/*/!* Layout & Style *!/*/

/*.accordion li > a {*/
	/*display: block;*/
	/*position: relative;*/
	/*min-width: 110px;*/
	/*padding: 0 10px 0 40px;*/
	/*height: 32px;*/

	/*color: #fdfdfd;*/
	/*font: bold 12px/32px Arial, sans-serif;*/
	/*text-decoration: none;*/
	/*text-shadow: 0px 1px 0px rgba(0,0,0, .35);*/

	/*background: #6c6e74;*/
	/*background: -moz-linear-gradient(top,  #6c6e74 0%, #4b4d51 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6e74), color-stop(100%,#4b4d51));*/
	/*background: -webkit-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
	/*background: -o-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
	/*background: -ms-linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/
	/*background: linear-gradient(top,  #6c6e74 0%,#4b4d51 100%);*/

	/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
	/*-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
	/*box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
/*}*/

/*.accordion > li:hover > a,*/
/*.accordion > li:target > a,*/
/*.accordion > li > a.active {*/
	/*color: #3e5706;*/
	/*text-shadow: 1px 1px 1px rgba(255,255,255, .2);*/

	/*/!*background: url(../img/active.png) repeat-x;*!/*/
	/*background: #a5cd4e;*/
	/*background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));*/
	/*background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);*/
	/*background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);*/
	/*background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);*/
	/*background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);*/
/*}*/

/*.accordion li > a span {*/
	/*display: block;*/
	/*position: absolute;*/
	/*top: 7px;*/
	/*right: 0;*/
	/*padding: 0 10px;*/
	/*margin-right: 10px;*/

	/*font: normal bold 12px/18px Arial, sans-serif;*/
	/*background: #404247;*/

	/*-webkit-border-radius: 15px;*/
	/*-moz-border-radius: 15px;*/
	/*border-radius: 15px;*/

	/*-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);*/
	/*-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);*/
	/*box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);*/
/*}*/

/*.accordion > li:hover > a span,*/
/*.accordion > li:target > a span,*/
/*.accordion > li > a.active span {*/
	/*color: #fdfdfd;*/
	/*text-shadow: 0px 1px 0px rgba(0,0,0, .35);*/
	/*background: #3e5706;*/
/*}*/

/*/!* Images *!/*/

/*.accordion > li > a:before {*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*content: '';*/
	/*width: 24px;*/
	/*height: 24px;*/
	/*margin: 4px 8px;*/

	/*background-repeat: no-repeat;*/
	/*background-image: url(../img/icons.png);*/
	/*background-position: 0px 0px;*/
/*}*/

/*.accordion li.files > a:before { background-position: 0px 0px; }*/
/*.accordion li.files:hover > a:before,*/
/*.accordion li.files:target > a:before,*/
/*.accordion li.files > a.active:before { background-position: 0px -24px; }*/

/*.accordion li.mail > a:before { background-position: -24px 0px; }*/
/*.accordion li.mail:hover > a:before,*/
/*.accordion li.mail:target > a:before,*/
/*.accordion li.mail > a.active:before { background-position: -24px -24px; }*/

/*.accordion li.cloud > a:before { background-position: -48px 0px; }*/
/*.accordion li.cloud:hover > a:before,*/
/*.accordion li.cloud:target > a:before,*/
/*.accordion li.cloud > a.active:before { background-position: -48px -24px; }*/

/*.accordion li.sign > a:before { background-position: -72px 0px; }*/
/*.accordion li.sign:hover > a:before,*/
/*.accordion li.sign:target > a:before,*/
/*.accordion li.sign > a.active:before { background-position: -72px -24px; }*/

/*/!* Sub Menu *!/*/

/*.sub-menu li a {*/
	/*color: #797979;*/
	/*text-shadow: 1px 1px 0px rgba(255,255,255, .2);*/

	/*background: #e5e5e5;*/
	/*border-bottom: 1px solid #c9c9c9;*/

	/*-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
	/*-moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
	/*box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);*/
/*}*/

/*.sub-menu li:hover a { background: #efefef; }*/

/*.sub-menu li:last-child a { border: none; }*/

/*.sub-menu li > a span {*/
	/*color: #797979;*/
	/*text-shadow: 1px 1px 0px rgba(255,255,255, .2);*/
	/*background: transparent;*/
	/*border: 1px solid #c9c9c9;*/

	/*-webkit-box-shadow: none;*/
	/*-moz-box-shadow: none;*/
	/*box-shadow: none;*/
/*}*/

/*.sub-menu em {*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*margin-left: 14px;*/
	/*color: #a6a6a6;*/
	/*font: normal 10px/32px Arial, sans-serif;*/
/*}*/

/*/!* Functionality *!/*/

/*.accordion li > .sub-menu {*/
	/*display: none;*/
/*}*/

/*.accordion li:target > .sub-menu {*/
	/*display: block;*/
/*}*/
/* line 1, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block {
  border-radius: 23px;
  padding: 10px;
  border: 5px solid #ecebe9;
}

/* line 7, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.color_block_type_1 {
  background-color: #ecebe9;
}

/* line 11, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block .list-group {
  overflow: auto;
  padding-bottom: 5px;
  width: 360px;
  margin: 0 auto;
}

/* line 19, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block .list-group-item {
  background-color: transparent;
  border: transparent;
}

/* line 24, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block h4 {
  font-size: 11pt;
  text-transform: uppercase;
  margin-top: 0px;
}

/* line 30, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block .block-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 35, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.round_block i {
  color: #706562;
}

/* line 39, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.news_block {
  max-height: 780px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 46, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#scrollbox {
  overflow: auto;
  width: 100% !important;
  max-width: 200px !important;
  max-height: 545px;
  height: 100%;
  padding: 0 5px;
}

/* line 56, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.track {
  width: 10px;
  background: rgba(0, 0, 0, 0);
  margin-right: 2px;
  border-radius: 10px;
  -webkit-transition: background 250ms linear;
  transition: background 250ms linear;
  right: -15px;
}

/* line 66, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.track:hover,
.track.dragging {
  background: #d9d9d9;
  background: rgba(0, 0, 0, 0.15);
}

/* line 72, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.handle {
  width: 7px;
  right: 0;
  background: #999;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 7px;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

/* line 82, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.track:hover .handle,
.track.dragging .handle {
  width: 10px;
}

/* line 87, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.border_frame {
  border-top: 5px #16c1f2 solid;
}

/* line 91, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.headline_blue {
  color: #16c1f2;
}

/* line 95, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.slick {
  max-height: 408px;
  height: 100%;
}

/* line 100, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.list-group-item:first-child, .list-group-item:last-child {
  border-radius: 0px;
}

/* line 106, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar input[type="text"] {
  line-height: 20px;
  border: 1px solid #d1d1d1;
  font: bold 12px Arial, Helvetica, Sans-serif;
  color: #000;
  width: 100%;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

/* line 128, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar:after {
  content: "\f002";
  font-family: FontAwesome;
  top: 12px;
  padding-right: 20px;
  line-height: 20px;
  position: absolute;
  right: 0px;
  font-size: 20px;
  color: #706562;
}

/* line 141, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar {
  /* firefox 19+ */
  /* ie */
}
/* line 142, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar ::-webkit-input-placeholder {
  font-size: 13.3px;
}
/* line 145, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar ::-moz-placeholder {
  font-size: 13.3px;
}
/* line 149, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar :-ms-input-placeholder {
  font-size: 13.3px;
}
/* line 153, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#search_bar input:-moz-placeholder {
  font-size: 13.3px;
}

/* line 158, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.margin-bottom-20 {
  margin-bottom: 20px;
}

/* line 162, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#market .col-lg-12, #prime .col-lg-12, #venture .col-lg-12, #international .col-lg-12 {
  padding: 5px;
}

/* line 166, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
table.table {
  background-color: transparent !important;
}

/* line 170, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.table-thin-header > thead > tr > th {
  font-size: 12px !important;
}

/* line 174, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.table-thin-header > tbody > tr > td {
  font-size: 13px !important;
}

/* line 178, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.button-usx {
  border-radius: 8px;
  background-color: #16c1f2;
  color: #ffffff;
  border: 2px solid #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 6px 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}

/* line 195, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.button-usx:hover {
  background-color: #0cb3e3;
}

/* line 199, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ec971f !important;
  border-color: #d58512 !important;
}

/* line 209, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.footer-menu-block {
  min-height: 135px;
  min-width: 150px;
}

/* line 214, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.padding-md {
  padding: 30px 70px 30px 20px;
}

/* line 217, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.padding-md div.title-footer-menu {
  margin-top: 30px !important;
  font-weight: bold;
  font-size: 14px;
}

/* line 222, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.padding-md div.content-footer-menu {
  margin: 8px 0 17px 0 !important;
  text-align: justify;
}

/* line 227, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.about-broker-cell-img {
  width: 350px;
  text-align: center;
  vertical-align: middle;
}

/* line 233, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.about-broker-cell-img > img {
  min-width: 180px;
  max-width: 200px;
}

/* line 237, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
.table-header-fixed {
  top: 0;
  position: fixed;
  width: auto;
  display: none;
  border: none;
}

/* line 244, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
table.table-header-fixed {
  background-color: #fff !important;
}

/* line 247, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
::-webkit-scrollbar {
  width: 7px;
}

/* line 250, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #ccc;
}

/* line 254, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
::-webkit-scrollbar-thumb {
  background-color: #ccc;
}

/* line 257, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

@-moz-document url-prefix(http://),url-prefix(https://) {
  /* line 262, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
  scrollbar {
    -moz-appearance: none !important;
    background: lime !important;
  }

  /* line 266, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
  thumb, scrollbarbutton {
    -moz-appearance: none !important;
    background-color: blue !important;
  }

  /* line 271, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
  thumb:hover, scrollbarbutton:hover {
    -moz-appearance: none !important;
    background-color: red !important;
  }

  /* line 276, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
  scrollbarbutton {
    display: none !important;
  }

  /* line 280, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
  scrollbar[orient="vertical"] {
    min-width: 15px !important;
  }
}
/* line 284, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
body {
  scrollbar-base-color: #C0C0C0;
  scrollbar-base-color: #C0C0C0;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #C0C0C0;
  scrollbar-track-color: #EBEBEB;
  scrollbar-arrow-color: black;
  scrollbar-shadow-color: #C0C0C0;
  scrollbar-dark-shadow-color: #C0C0C0;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* line 296, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
html {
  min-width: 1345px !important;
}

/* line 299, /var/www/html/unlisted/app/assets/stylesheets/style_common.css.scss */
#page #market_activity .table-responsive table * {
  font-size: 11px !important;
}
@charset "UTF-8";
@font-face {
  font-family: 'Roboto' !important;
  font-style: normal !important;
  font-weight: 400;
  src: url("./fonts/tullett/roboto-v15-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("./fonts/tullett/roboto-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("./fonts/tullett/roboto-v15-latin-regular.woff2") format("woff2"), url("./fonts/tullett/roboto-v15-latin-regular.woff") format("woff"), url("./fonts/tullett/roboto-v15-latin-regular.ttf") format("truetype"), url("./fonts/tullett/roboto-v15-latin-regular.svg#Roboto") format("svg");
}
@font-face {
  font-family: "HelveticaRegular";
  src: url("../fonts/HelveticaRegular/HelveticaRegular.eot");
  src: url("../fonts/HelveticaRegular/HelveticaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaRegular/HelveticaRegular.woff") format("woff"), url("../fonts/HelveticaRegular/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaBold"; */
@font-face {
  font-family: "HelveticaBold";
  src: url("../fonts/HelveticaBold/HelveticaBold.eot");
  src: url("../fonts/HelveticaBold/HelveticaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBold/HelveticaBold.woff") format("woff"), url("../fonts/HelveticaBold/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaItalic"; */
@font-face {
  font-family: "HelveticaItalic";
  src: url("../fonts/HelveticaItalic/HelveticaItalic.eot");
  src: url("../fonts/HelveticaItalic/HelveticaItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaItalic/HelveticaItalic.woff") format("woff"), url("../fonts/HelveticaItalic/HelveticaItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaLight"; */
@font-face {
  font-family: "HelveticaLight";
  src: url("../fonts/HelveticaLight/HelveticaLight.eot");
  src: url("../fonts/HelveticaLight/HelveticaLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLight/HelveticaLight.woff") format("woff"), url("../fonts/HelveticaLight/HelveticaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaBlack"; */
@font-face {
  font-family: "HelveticaBlack";
  src: url("../fonts/HelveticaBlack/HelveticaBlack.eot");
  src: url("../fonts/HelveticaBlack/HelveticaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBlack/HelveticaBlack.woff") format("woff"), url("../fonts/HelveticaBlack/HelveticaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaHeavy"; */
@font-face {
  font-family: "HelveticaHeavy";
  src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot");
  src: url("../fonts/HelveticaHeavy/HelveticaHeavy.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaHeavy/HelveticaHeavy.woff") format("woff"), url("../fonts/HelveticaHeavy/HelveticaHeavy.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaMedium"; */
@font-face {
  font-family: "HelveticaMedium";
  src: url("../fonts/HelveticaMedium/HelveticaMedium.eot");
  src: url("../fonts/HelveticaMedium/HelveticaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaMedium/HelveticaMedium.woff") format("woff"), url("../fonts/HelveticaMedium/HelveticaMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaThin"; */
@font-face {
  font-family: "HelveticaThin";
  src: url("../fonts/HelveticaThin/HelveticaThin.eot");
  src: url("../fonts/HelveticaThin/HelveticaThin.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaThin/HelveticaThin.woff") format("woff"), url("../fonts/HelveticaThin/HelveticaThin.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaUltraLight"; */
@font-face {
  font-family: "HelveticaUltraLight";
  src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot");
  src: url("../fonts/HelveticaUltraLight/HelveticaUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaUltraLight/HelveticaUltraLight.woff") format("woff"), url("../fonts/HelveticaUltraLight/HelveticaUltraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaBoldItalic"; */
@font-face {
  font-family: "HelveticaBoldItalic";
  src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot");
  src: url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.woff") format("woff"), url("../fonts/HelveticaBoldItalic/HelveticaBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaBlackItalic"; */
@font-face {
  font-family: "HelveticaBlackItalic";
  src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot");
  src: url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.woff") format("woff"), url("../fonts/HelveticaBlackItalic/HelveticaBlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaLightItalic"; */
@font-face {
  font-family: "HelveticaLightItalic";
  src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot");
  src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"), url("../fonts/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaMediumItalic"; */
@font-face {
  font-family: "HelveticaMediumItalic";
  src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot");
  src: url("../fonts/HelveticaLightItalic/HelveticaLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaLightItalic/HelveticaLightItalic.woff") format("woff"), url("../fonts/HelveticaLightItalic/HelveticaLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaHeavyItalic"; */
@font-face {
  font-family: "HelveticaHeavyItalic";
  src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot");
  src: url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.woff") format("woff"), url("../fonts/HelveticaHeavyItalic/HelveticaHeavyItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaThinItalic"; */
@font-face {
  font-family: "HelveticaThinItalic";
  src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot");
  src: url("../fonts/HelveticaThinItalic/HelveticaThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaThinItalic/HelveticaThinItalic.woff") format("woff"), url("../fonts/HelveticaThinItalic/HelveticaThinItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "HelveticaUltraLightItalic"; */
@font-face {
  font-family: "HelveticaUltraLightItalic";
  src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot");
  src: url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.woff") format("woff"), url("../fonts/HelveticaUltraLightItalic/HelveticaUltraLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* line 189, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
html {
  font-family: 'Roboto', sans-serif !important;
  position: relative;
  min-height: 100%;
}

/* line 195, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  font-family: 'Roboto', sans-serif !important;
  margin-bottom: 103px;
}

/* line 204, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.footer {
  min-height: 38px;
  bottom: 0;
  width: 100%;
  height: 103px;
  position: absolute;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  bottom: 0px;
}

/* line 217, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
tbody tr:hover td:not(.btn-newedit), .active_tr {
  background: #fbefce !important;
  color: #333333 !important;
}

/* line 222, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgrid tbody tr:hover td:not(.btn-newedit) {
  background: #fbefce !important;
  color: #333333 !important;
}

/* line 227, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
body {
  font-family: 'Roboto', sans-serif !important;
}

/* line 231, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
a {
  color: #005580;
}

/* line 235, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 240, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#container_wrapper, .navi_menus {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

/* line 245, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.margin-0-auto {
  margin: 0 auto;
}

/* line 249, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.header_data {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 254, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.container {
  /*padding-left:0px;*/
  /*padding-right:0px;*/
  max-width: 1600px;
  width: 100%;
  padding-left: 40px;
}

/* line 262, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.container_head, .container-fluid {
  margin-top: 0px !important;
}

/* line 266, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-media {
  background-image: url("/img/btn_media.png");
  height: 14px;
  width: 14px;
}

/*.btn-group:after {content: none;}*/
/* line 273, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-lists {
  background-image: url("/img/btn_list.png");
  height: 14px;
  width: 14px;
}

/* line 279, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_block_value {
  font-size: 18px;
}

/* line 283, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_block_value_left {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 288, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_block_value_right {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 293, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.units_in_trade_data {
  margin-bottom: 10px;
}

/* line 297, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_data_info {
  margin-bottom: 15px;
}

/* line 301, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.block_btn_details {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

/* line 307, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn_details_cpp {
  margin-top: 10px !important;
}

/* line 311, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.select_dropdown {
  padding-left: 10px;
}

/* line 316, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn_details {
  width: 137px;
  height: 45px;
  border-radius: 0px;
  border: #444444 3px solid;
  font-size: 16px;
}

/* line 324, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn_details:hover {
  background-color: #444444;
  color: #ffffff;
  border: #444444 3px solid;
  font-weight: bold;
}

/* line 331, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.navbar {
  margin-top: 8px;
  margin-bottom: 0 !important;
}

/* line 336, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu > li > a:hover, .nav_menu > li > a:focus, .nav_menu > li > a:active {
  color: #bcbbba !important;
  background-color: transparent;
}

/* line 342, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#side {
  width: 30px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 348, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu > li > a {
  font-size: 15px;
}

/* line 352, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu li {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 357, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests_block_menu {
  min-width: 140px;
  width: 100%;
  padding-left: 0 !important;
}

/* line 363, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests_block_menu > .active > a {
  color: #555555 !important;
  background-color: #e7e7e7 !important;
}

/* line 369, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu > .active > a {
  color: #bcbbba !important;
  background-color: transparent;
}

/* line 375, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu > li > a {
  color: #444444 !important;
  background-color: transparent !important;
}

/* line 381, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-user {
  color: #fabf12;
  margin-left: 15px;
}

/* line 386, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.admin_zone_link a {
  color: #005580;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

/* line 394, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.admin_zone_link {
  /*margin-top: 12px;*/
  padding-left: 18px !important;
  -webkit-padding-start: 18px !important;
}

/* line 404, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dark_blue {
  color: #005580;
  text-decoration: none;
}

/* line 409, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.header .navbar-nav > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 414, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.well-lg {
  color: #444444;
}

/* line 418, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mydoneitersts thead, #myopenitersts thead, #positions thead {
  font-size: 11px !important;
}

/* line 422, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mydoneitersts thead th, #myopenitersts thead th, #positions thead th {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/* line 427, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mydoneitersts tbody td, #myopenitersts tbody td, #positions tbody td {
  padding: 4px !important;
}

/* line 430, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mydoneitersts tbody td:empty, #myopenitersts tbody td:empty, #positions tbody td:empty {
  padding: 0px !important;
}

/* line 434, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mydoneitersts, #myopenitersts, #positions {
  margin-bottom: 0px !important;
}

/* line 438, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

/* line 443, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* line 450, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat .stat_block, .order_entry, .bid_offer_data, .trades_data, .chart_block {
  width: 100%;
  height: 65px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-top: 5px #0088cc solid;
}

/* line 461, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat .order_entry, .bid_offer_data, .trades_data, .chart_block {
  max-width: 290px;
}

/* line 468, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_block {
  max-width: 260px;
  width: 100%;
  max-height: 395px;
  height: 395px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-top: 5px #0088cc solid;
  display: inline-block;
}

/* line 484, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 491, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumbs, .statistics, .interests_block {
  background-color: #f5f5f5;
}

/* line 495, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumb {
  /*margin-bottom: 5px;*/
}

/* line 499, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
ol.breadcrumb {
  margin-bottom: 0 !important;
}

/* line 503, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 508, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry, .order_entry, .bid_offer_data, .trades_data {
  background-color: #f5f5f5;
  height: 65px;
  padding-top: 10px;
  padding-bottom: 15px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  border-top: #fabf12 5px solid;
}

/* line 519, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry, .order_entry, .bid_offer_data, .trades_data {
  padding: 5px;
}

/* line 523, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry_block, .bid_offer_data_block, .trades_data_block {
  height: 530px;
}

/* line 527, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.alert-success {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 533, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.divider_bold {
  border-top: 5px #706562 solid;
  margin: 5px;
  padding: 10px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

/* line 543, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.statistics {
  height: auto;
  min-height: 97px;
  height: 97px;
}

/* line 550, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.statistics .well-lg {
  padding: 15px 0px;
}

/* line 554, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bold {
  font-weight: bold;
}

/* line 558, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat_title {
  font-size: 13px;
  font-weight: 500;
}

/* line 563, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat_value {
  font-size: 16px;
}

/* line 567, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.select_asset {
  max-width: 170px;
  width: 100%;
}

/* line 572, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.input-group {
  max-width: 225px;
  width: 100%;
}

/* line 577, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat_table, .container-fluid {
  margin-top: 15px;
}

/* line 583, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.fluid_block {
  height: 35px;
}

/* line 587, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat_block_img {
  padding-right: 0px;
  margin-left: -25px;
}

/* line 592, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.well_block {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 50px;
  height: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 604, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.well_block .pagination {
  margin-top: 8px;
  margin-bottom: 8px;
  float: right;
}

/* line 610, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.res_per_page {
  width: 75px;
}

/* line 614, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.pagination_pannel {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 10px;
}

/* line 620, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.right_page_pannel, .results_per_page_text {
  height: 50px;
}

/* line 624, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.results_per_page_text {
  height: 50px;
}

/* line 628, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.vcenter {
  display: table-cell !important;
  vertical-align: middle;
  float: none;
}

/* line 634, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.results_per_page_text {
  line-height: 50px;
  width: 120px;
  text-align: center;
}

/* line 640, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.res_per_page_dropdown {
  height: 33px;
  margin-bottom: 8px;
  margin-top: 8px;
}

/* line 646, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.well_block {
  margin-top: 15px;
}

/* line 650, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgrid {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  text-align: left;
  text-overflow: ellipsis;
  border-bottom: 1px solid #DDD;
}

/* line 659, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table {
  background-color: #ffffff;
}

/* line 664, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table thead {
  border-top: transparent;
}

/* line 669, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.my_done_interests {
  overflow-x: hidden;
}

/* line 681, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper {
  width: 100%;
  margin-bottom: 25px;
}

/* line 687, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.grid_chart_block {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 692, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .wrap {
  margin: 10px auto;
}

/* line 697, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .nav {
  display: block;
}

/* line 702, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.social {
  width: 250px;
}

/* line 706, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav {
  display: inline-block;
  float: none;
}

/* line 711, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.footer_items {
  font-size: 16px;
  max-width: 600px;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

/* line 719, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .footer_items > .active a {
  color: #fabf12 !important;
}

/* line 723, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .footer_items li > a {
  color: #ffffff !important;
}

/* line 727, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer .footer_items li > a, footer .footer_items li > a:hover, footer .footer_items li > a:focus {
  background-color: transparent;
}

/* line 732, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.footer_items li > a:hover {
  color: #fabf12 !important;
}

/* line 736, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.footer_items ul li {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 741, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.copyright {
  /*font-family: Roboto Light;*/
  color: #ffffff;
  font-size: 13px;
}

/* line 747, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
table th {
  text-transform: uppercase;
}

/* line 751, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
table thead {
  border-top: 1px solid #ddd;
}

/* line 755, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
table {
  font-size: 13px;
}

/* line 759, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel {
  margin-bottom: 20Px;
}

/* line 763, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel img {
  width: 100%;
  background-color: transparent;
}

/* line 768, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.navbar-header img {
  margin-left: 5px;
  margin-bottom: 4px;
  margin-top: 19px;
}

/* line 774, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .row,
.lib-panel .col-md-6 {
  padding: 0;
  background-color: #FFFFFF;
}

/* line 780, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .lib-row {
  padding: 0 20px 0 20px;
}

/* line 784, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .lib-row.lib-header {
  background-color: #FFFFFF;
  font-size: 20px;
  padding: 10px 20px 0 20px;
}

/* line 790, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .lib-row.lib-header .lib-header-seperator {
  height: 2px;
  width: 26px;
  background-color: #d9d9d9;
  margin: 7px 0 7px 0;
}

/* line 797, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .lib-row.lib-desc {
  position: relative;
  height: 100%;
  display: block;
  font-size: 13px;
}

/* line 804, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.lib-panel .lib-row.lib-desc a {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 20px;
}

/* line 811, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.row-margin-bottom {
  margin-bottom: 20px;
}

/* line 815, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.box-shadow {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

/* line 820, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.no-padding {
  padding: 0;
}

/* line 824, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid {
  background-color: #378c42;
  color: #ffffff;
}

/* line 829, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asks {
  /*background-color: #d12a2e;*/
  background-color: #F37320 !important;
  color: #ffffff;
}

/* line 835, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.status_canceled {
  background-color: #e7dcbf;
  color: #333333;
  text-align: center;
}

/* line 841, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.status_open {
  background-color: #dcf0d7;
  text-align: center;
}

/* line 846, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.status_filled {
  background-color: #d4ecfd;
  text-align: center;
}

/* line 851, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#form-bid-offer-step2 table {
  width: 100%;
}

/* line 855, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#trade > .row {
  height: 100%;
}

/* line 859, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.status_cancelled {
  background-color: #0091b2;
  color: #ffffff;
  text-align: center;
}

/* line 865, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.status_matched {
  background-color: #0091b2;
  color: #ffffff;
  text-align: center;
}

/* line 871, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.recent_table_data, .live_table_data {
  margin-left: 0px;
  margin-right: 0px;
  font-size: 13px;
}

/* line 877, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table-responsive {
  margin-bottom: 0px !important;
}

/* line 881, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data {
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

/* line 888, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td a {
  line-height: 50px;
  width: 100%;
  height: auto;
}

/* line 894, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td {
  vertical-align: middle;
  cursor: pointer;
}

/* line 899, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td #img_ultra_small {
  width: 60px;
  float: left;
}

/* line 904, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td #icon_image {
  width: 30px;
  float: left;
}

/* line 909, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 914, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data table tbody tr td img {
  margin-top: -3px !important;
}

/* line 918, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data .label-warning:hover {
  text-decoration: none;
}

/* line 922, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data td a:hover, .table_assets_data td a:focus, .table_assets_data td a:visited {
  text-decoration: none;
}

/* line 926, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table_assets_data .label-warning {
  font-size: 13px;
  margin-left: 15px;
}

/* line 931, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.padding_zero_left {
  padding-left: 0px;
}

/* line 935, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.padding_zero_right {
  padding-right: 0px;
}

/* line 939, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.padding_top_2 {
  padding-top: 2px;
}

/* line 943, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.recent {
  font-size: 13px;
}

/* line 948, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.paging_pannel {
  min-height: 50px;
  height: 100%;
  min-width: 210px;
  /*width:210px;*/
  padding-right: 0px;
}

/* line 956, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-th, .glyphicon-align-justify {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 962, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-th, .glyphicon-align-justify {
  color: #333;
  background-color: #f2f2f2;
  border: #cdcdcd 1px solid;
}

/* line 968, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-th a, .glyphicon-align-justify a {
  text-decoration: none;
}

/* line 972, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 977, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_label {
  float: left;
  line-height: 32px;
  margin-right: 5px;
  font-weight: normal;
}

/* line 984, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_name {
  padding-left: 0px;
  padding-right: 0px;
  font-family: Roboto;
  font-size: 27px;
}

/* line 991, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_name_chart {
  padding-left: 0px;
  padding-right: 0px;
  /*font-family: Roboto Light;*/
  font-size: 22px;
  height: 62px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 228px;
  width: 100%;
  text-align: center;
}

/* line 1005, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumbs .breadcrumb li a {
  color: #005580;
  font-weight: normal;
}

/* line 1010, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumb {
  padding: 8px 15px 8px 5px;
  margin-bottom: 10px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 1018, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 1022, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

/* line 1028, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.breadcrumb > .active {
  color: #777;
}

/* line 1032, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_info {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* line 1037, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_info strong {
  color: #000000;
}

/* line 1041, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_info_block {
  margin-top: 30px;
}

/* line 1045, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_info_fix {
  font-size: 17px;
}
/* line 1047, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.asset_info_fix strong {
  font-size: 21px;
}

/* line 1052, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry_label {
  min-width: 95px;
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  /*font-family: Roboto Light;*/
  color: #015292;
}

/* line 1061, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.buy_btn, .sell_btn, .limit_btn, .market_btn {
  width: 50%;
}

/* line 1065, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.buy_sell_btns_label {
  line-height: 35px;
}

/*.order_entry #units, #price, .form_button_entry_form*/
/*{*/
/*width:80%;*/
/*}*/
/* line 1073, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry {
  height: 335px;
}

/* line 1077, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.trades_label {
  min-width: 95px;
  width: 100%;
  font-size: 15px;
  margin-bottom: 15px;
  /*font-family: Roboto Light;*/
  color: #015292;
  padding-left: 15px;
}

/* line 1087, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.sbmt_order_entry_form {
  width: 110px;
  background-color: #378c42;
  color: #ffffff;
}

/* line 1093, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn_submit {
  width: 110px;
}

/* line 1097, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-success {
  background-color: #378c42 !important;
}

/* line 1101, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.form_button_entry_form {
  text-align: center;
}

/* line 1105, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.form_buy_sell_trades {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1112, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.margin_bottom {
  margin-bottom: 12px;
}

/* line 1116, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry, .bid_offer_data, .trades_data {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 1121, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry {
  /*max-height:335px;*/
  min-width: 235px;
  height: 100%;
  margin-bottom: 20px;
}

/* line 1128, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.trades_data {
  height: 335px;
  min-width: 285px;
  width: 100%;
}

/* line 1134, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_data {
  height: 335px;
  /*min-width:585px;*/
  /*max-width:840px;*/
  /*width:100%;*/
  background-color: #ffffff;
}

/* line 1142, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry, .trades_data, .bid_offer_data {
  border-left: #ebebeb 1px solid;
  border-right: #ebebeb 1px solid;
  border-bottom: #ebebeb 1px solid;
}

/* line 1148, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bids_label, .offers_label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  /*font-family: Roboto Light;*/
}

/* line 1155, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bids_label {
  padding-left: 15px;
  color: #378c42;
  text-align: left;
  float: left;
}

/* line 1162, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.offers_label {
  padding-right: 15px;
  color: #F37320 !important;
  text-align: right;
  float: right;
}

/* line 1169, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#change_bids_offers_redis, #change_bids_offers_db {
  width: 47px;
}

/* line 1173, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_table_bid table td, .bid_offer_table_offer table td, .trades_table_trade table td {
  font-size: 13px;
  font-weight: bold;
  border-bottom: #dddddd 1px solid;
}

/* line 1184, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.trades_table_trade table td, #matches table tbody tr td {
  vertical-align: middle !important;
}

/* line 1188, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_table_bid table th, .bid_offer_table_offer table th, .trades_table_trade table th, .data_trader_block table th {
  font-size: 11px;
  background-color: #F9F9F9;
  border-bottom: #dddddd 1px solid;
}

/* line 1194, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_table_bid {
  margin-right: 5px;
}

/**/
/* line 1199, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bids_overlay, .asks_overlay, .matches_overlay {
  overflow-y: auto;
  height: 450px;
  padding-bottom: 10px;
}

/*  */
/* line 1206, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_table_odder {
  margin-left: 5px;
}

/* line 1210, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.trades_table_trade {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 1215, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.buy_sell_btns_label, .units_unput_label, .limit_market_btns_label, .price_label, .exp_label {
  font-weight: normal;
}

/* line 1219, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry .col-md-10 input {
  margin-left: 5px;
}

/* line 1223, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry .btn-group {
  left: 5px;
}

/* line 1227, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry, .bid_offer_data, .trades_data {
  /*margin:0 auto;*/
  height: 360px;
  height: 100%;
}

/* line 1234, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.date_time_recent_t {
  width: 150px;
}

/* line 1238, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests_block .recent tr {
  height: 30px;
}

/* line 1242, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.select_assets {
  width: 170px;
  margin-right: 15px;
}

/* line 1247, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.panel-footer {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* line 1252, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_container {
  /*height:360px;*/
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

/* line 1262, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.assets_blocks {
  /*max-width: 1080px;*/
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  /*overflow-x: hidden;*/
  /*overflow-y: hidden;*/
  /*min-width: 100%;*/
  white-space: nowrap;
  /* important */
  /*overflow: auto;*/
}

/* line 1275, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.assets_blocks .col-xs-3 {
  float: none !important;
}

/* line 1279, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#linear_chart {
  max-width: 935px !important;
  width: 100%;
}

/* line 1284, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.chart_linear_container {
  min-height: 125px;
  height: 100%;
  marging-bottom: 20px;
}

/* line 1290, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.slide {
  display: inline-block !important;
}

/* line 1294, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.assets_data_chart a.control {
  color: #333333;
  font-size: 48px;
  position: absolute;
  height: 400px;
  line-height: 400px;
  z-index: 101;
  /* background-color: #333333; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  width: 54px;
  text-align: center;
}

/* line 1311, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.header_block {
  margin-bottom: 15px;
}

/* line 1320, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.divider_bold .btn {
  padding-left: 6px;
  padding-right: 6px;
}

/*
removed because error happens in Task #196
.order_entry_block, .bid_offer_data_block, .trades_data_block {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
*/
/* line 1332, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridactions {
  position: absolute;
  color: #007B00;
  width: 19px;
  height: 22px;
  margin-left: 26px;
  color: #007B00 !important;
  background-color: #FFFFFF;
  border: 2px solid #007B00;
}
/* line 1344, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridactions .backgridactionslinks {
  position: absolute;
  right: -6px;
  display: none;
  background-color: #E7DCBF;
  padding: 3px 7px;
  bottom: -2px;
}
/* line 1353, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridactions .backgridactionstext {
  padding: 5px;
  color: #007B00;
}

/* line 1360, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridblock .backgridactionslinks {
  display: none;
  padding: 2px;
  border-radius: 3px;
  width: 100%;
  max-width: 115px;
  min-height: 22px;
  margin-top: -13px;
  right: 3px;
}
/* line 1373, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridblock .backgridactionslinks .backgridlink {
  float: right;
  padding: 0 1px;
  mergin-right: 3px;
  background-color: #fff;
}
/* line 1379, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridblock .backgridactionslinks .backgridx {
  float: right;
  padding: 0 2px;
  width: 26px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #007B00 !important;
  background-color: #FFFFFF;
  border: 2px solid #007B00;
}
/* line 1404, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridblock .backgridactionstext {
  float: right;
  padding: 0 7px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  color: #007B00 !important;
  background-color: #FFFFFF;
  border: 2px solid #007B00;
  border-radius: 4px;
}

/* line 1428, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
select option {
  color: #000000;
}

/* line 1432, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
select option[disabled] {
  color: #555;
}

/* line 1436, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgridactions:hover .backgridactionslinks {
  display: block;
}

/* line 1440, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests .btn-default {
  color: #333;
  background-color: transparent;
  border-color: transparent;
  color: #005580 !important;
  background-color: #f5f5f5 !important;
  box-shadow: none;
}

/* line 1449, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests .btn-default:active {
  color: #555555 !important;
  background-color: #e7e7e7 !important;
}

/* line 1454, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests_block_menu > .active {
  color: #555555 !important;
  background-color: #e7e7e7 !important;
}

/* line 1459, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-newedit {
  color: #fff;
  background-color: #F37320 !important;
  border-color: #F37320 !important;
}

/* line 1465, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-newedit-2 {
  color: #fff;
  background-color: #378c42 !important;
  border-color: #378c42 !important;
}

/* line 1471, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-newedit.disabled, .btn-newedit-2.disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

/* line 1476, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.canceled {
  background-color: #054D88;
  color: #fff;
  text-align: center;
}

/* line 1482, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dev_mode {
  margin-left: 25px;
  font-weight: 500;
  line-height: 1.1;
  font-size: 20px;
  display: inline-block;
}

/* line 1490, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.cursor_pointer {
  cursor: pointer;
}

/* line 1494, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.data_b_s_block, .data_trader_block {
  height: 100% !important;
  padding-left: 0;
  padding-right: 0;
  overflow-y: auto;
}

/* line 1501, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#label-live, #label-recent, #label-positions, #label-cashes, #label-units {
  margin-top: 1px;
  padding-top: 13px;
  padding-bottom: 15px;
  height: 48px;
}

/* line 1508, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#footer_data_block {
  border: 1px solid #e3e3e3;
  height: 47px !important;
}

/* line 1513, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table-responsive .table > thead > tr > th, .table-responsive .table > thead > tr > th, .table-responsive .table > thead > tr > th {
  padding-bottom: 4px !important;
}

/* line 1517, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.logot {
  width: 150px !important;
  height: auto !important;
  border-radius: 3px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
  /*margin: 17px 0px;*/
  background-color: #ffffff !important;
}

/* line 1531, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.login_form {
  padding: 10px;
  background-color: #f0f0f0;
  border-top: 6px solid #0088cc;
  border-bottom: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  margin-bottom: 10px;
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
}

/* line 1545, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-login {
  width: 137px;
  height: 45px;
  border-radius: 0px;
  border: #444444 3px solid;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}

/* line 1559, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-info_btn {
  color: #fff !important;
  background-color: #F37320 !important;
  border-color: #F37320 !important;
  border-top: 1px solid #ddd !important;
}

/* line 1571, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#footer_intersts_block table {
  border-left: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

/* line 1582, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#typeform {
  margin-left: 1px !important;
  min-height: 50px;
}

/* line 1587, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.filters_block {
  margin-bottom: 1px !important;
}

/* line 1591, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-login:hover {
  background-color: #444444;
  color: #ffffff;
  border: #444444 3px solid;
  font-weight: bold;
}

/* line 1598, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#highcharts-history-nodata, #highcharts-container-nodata {
  font-size: 18pt;
}

/* line 1602, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.pagination_pannel ul li {
  cursor: pointer;
}

/* line 1606, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.glyphicon-user {
  color: #fabf12 !important;
}

/* line 1610, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav_menu {
  min-width: 350px;
  width: 345px;
}

/* line 1618, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile {
  top: 40px;
}

/* line 1622, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile > a {
  line-height: 0px !important;
}

/* line 1626, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.container_block {
  padding-left: 43px;
  padding-right: 35px;
}

/* line 1636, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#label-live:hover, #label-recent:hover, #label-positions:hover {
  background-color: #E7E7E7 !important;
}

/* line 1640, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 1653, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btns_froup {
  margin-top: 20px;
}

/* line 1657, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#frontend_filter_list_account {
  width: 200px;
}

/* line 1665, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#form_line {
  margin-top: 7px;
}

/* line 1670, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#form_line select {
  width: 150px !important;
}

/* line 1674, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.div_change_psss_form {
  margin: 0 auto;
}

/* line 1678, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.change_psss_form {
  max-width: 440px;
  width: 100%;
  margin: 0 auto;
}

/***************************************/
/* line 1685, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.list-inline {
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1691, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.clearfix_div {
  min-height: 44px;
  height: 100%;
  background-color: #f5f5f5;
  position: relative;
}

/* line 1698, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#entered {
  width: 175px !important;
}

/* line 1702, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#string_currency {
  width: 85px !important;
  max-width: 85px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1710, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle_no_logo > img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/* line 1724, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#string_currency div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1731, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
table #side > div {
  width: 25px;
}

@media only screen and (max-width: 1475px) {
  /* line 1736, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #page .headline .contact_search_data .col-md-4 .col-md-3 {
    display: none;
  }

  /* line 1739, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #page .social_buttons {
    display: none;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1475px) {
  /* line 1745, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #investor_bid_pannel input.form-control {
    padding-left: 5px;
    padding-right: 5px;
  }

  /* line 1750, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  label[for="market_maker_attributable_bid"], label[for="market_maker_attributable_ask"] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  /* line 1755, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #form-bid-offer-step1 .form-control {
    width: 85%;
    float: right;
  }
}
@media only screen and (max-width: 1600px) {
  /* line 1762, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .contact_search_data .container {
    padding-left: 0px;
    /*padding-right: 82px;*/
  }
}
@media only screen and (max-width: 990px) {
  /*.stat .stat_block*/
  /*{*/
  /*!*height:120px!important;*!*/
  /*!*margin-right:auto;*!*/
  /*!*margin-left:auto;*!*/
  /*}*/
  /* line 1775, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .bids_overlay, .asks_overlay {
    height: 100%;
  }

  /* line 1778, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics {
    height: 260px;
  }

  /* line 1781, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .chart_block {
    margin: 0 auto;
  }

  /* line 1785, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .chart_container {
    height: 100%;
  }

  /* line 1789, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .chart_block {
    height: 435px;
    max-height: 435px;
    margin-bottom: 20px;
    float: left;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1801, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .results_per_page_text {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  /* line 1808, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .nav_menu {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
/*@media only screen and (max-width: 766px) {*/
/*.admin_zone_link {*/
/*text-align: center*/
/*}*/
@media only screen and (max-width: 767px) {
  /* line 1823, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .nav_menu {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  /* line 1829, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .nav_menu > li > a:hover {
    background-color: #e7e7e7 !important;
  }

  /* line 1833, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat {
    max-width: 768px;
    text-align: center;
  }

  /*
    .stat_block {
      max-width: 220px !important;
    }
    */
  /* line 1842, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    max-width: 100%;
    width: 100%;
  }

  /* line 1847, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block_img {
    padding-left: 0px !important;
  }

  /* line 1852, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .infoblock {
    width: auto !important;
  }

  /* line 1856, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics {
    max-height: 260px !important;
  }

  /* line 1860, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .order_entry_block, .bid_offer_data_block, .trades_data_block {
    /*max-height: 445px;*/
    /* caused errors */
    height: 100%;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 1870, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .list-inline {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 100%;
  }

  /* line 1878, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .order_entry_block .buttons {
    width: 100%;
  }

  /* line 1882, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .bids_table, .offers_table {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* line 1888, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .bid_offer_table_bid, .bid_offer_table_offer, .trades_table_trade {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 1893, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .indicationContainer {
    margin-top: 5px !important;
  }

  /* line 1896, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #indication {
    margin-left: 0 !important;
  }

  /* line 1900, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .navi_menus {
    width: 100%;
    margin-top: 10px;
  }

  /* line 1904, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .navi_menus > .nav_menu > .open ul li a {
    text-align: center !important;
  }

  /* line 1907, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics_data {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* line 1912, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .header_data > .navbar-header {
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 1916, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .navbar-toggle {
    margin-right: 0px !important;
  }

  /* line 1919, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics .container .col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 1923, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #fund_filters .col-xs-9 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /* line 1927, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_table {
    padding-right: 0px;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  /* line 1933, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #fund_filters {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 1937, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #fund_filters .btn_group {
    margin-right: 0px !important;
    margin-left: 0px !important;
    display: inline-block;
    width: 100%;
  }

  /* line 1944, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #fund_filters > .btn_group > .fluid_block {
    width: 65%;
  }

  /* line 1949, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #fund_filters .btn_group .media_btns {
    width: 35%;
  }

  /* line 1952, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .search_group {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1958, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .nav_menu {
    width: 100%;
  }

  /* line 1961, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .admin_zone_link {
    text-align: center;
  }

  /* line 1964, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #highcharts-history-nodata, #highcharts-container-nodata {
    font-size: 15px !important;
  }

  /* line 1967, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #assets_data_chart_linear_linear {
    display: none;
  }

  /* line 1970, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .interests_block_menu {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }

  /* line 1974, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .bids_table, .offers_table {
    margin-bottom: 10px;
  }
}
/*@media only screen and (max-width: 768px) {*/
/*.order_entry_block, .trades_data_block {*/
/*width: 30% !important;*/
/*}*/
/*.bid_offer_data_block {*/
/*width: 40% !important;*/
/*}*/
/*}*/
@media only screen and (max-width: 990px) {
  /* line 1990, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .order_entry, .bid_offer_data, .trades_data {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    /*width: 100%;*/
    /*min-width: 990px;*/
  }

  /* line 1998, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .dropdwn_assets {
    margin-top: 10px;
  }

  /* line 2002, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .offers_label {
    text-align: left;
  }

  /* line 2006, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .well_block ul > .interests {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 2011, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .well_block .interests_block_menu {
    margin-left: 0px;
    display: block;
  }

  /* line 2016, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .bid_offer_data {
    padding-left: 30px;
  }

  /* line 2020, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .order_entry .buttons {
    width: 100%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1110px) and (orientation: landscape) {
  /* line 2027, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    /*max-width: 310px!important;*/
  }

  /* line 2031, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .chart_block {
    /*max-width: 216px;*/
    /*!important;*/
  }
}
@media screen and (max-width: 1680px) {
  /* line 2038, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 100%;
  }

  /*.recent_table_data table {*/
  /*max-width: 1220px;*/
  /*width: 1220px;*/
  /*}*/
}
@media screen and (max-width: 1030px) {
  /* line 2054, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .chart_block {
    /*max-width: 215px;*/
  }

  /* line 2058, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .assets_blocks {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1220px) {
  /* line 2064, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .slick-next, .slick-prev {
    display: none !important;
  }

  /* line 2067, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .recent_table_data table, .live_table_data table {
    max-width: 1220px;
    width: 1220px;
  }
}
@media screen and (max-width: 550px) {
  /* line 2074, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_table .input-group {
    width: 215px;
    max-width: 215px;
  }
}
@media screen and (max-width: 995px) {
  /* line 2081, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .interests {
    border: 1px solid #dddddd;
  }
}
@media screen and (min-width: 1441px) {
  /* line 2087, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .assets_blocks {
    max-width: 1450px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1440px) {
  /* line 2094, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .assets_blocks {
    max-width: 1100px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  /* line 2101, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics {
    max-height: 260px !important;
    height: 260px;
  }

  /* line 2105, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_table {
    padding-right: 0px;
    padding-left: 0px;
  }

  /* line 2109, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .btn-toolbar {
    margin-left: 0px !important;
  }

  /* line 2113, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .btn_click_list, .btn_click_media {
    width: 100%;
  }

  /* line 2117, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_table .media_list_btns {
    margin-left: 20px !important;
  }

  /* line 2121, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .btn_group {
    margin-bottom: 15px;
  }

  /* line 2125, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .btn_click_media {
    margin-bottom: 15px;
  }

  /* line 2129, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .pagination_pannel ul > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }

  /* line 2134, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    /*max-width: 219px!important;*/
    width: 100%;
  }
}
@media screen and (min-width: 320px) and (max-height: 320px) {
  /* line 2141, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics {
    max-height: 175px !important;
    height: 175px;
  }

  /* line 2146, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    width: 210px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  /* line 2153, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    max-width: 100% !important;
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  /* line 2160, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics_data {
    max-width: 210px;
    width: 100%;
    height: 34px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  /* line 2169, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .panel-footer .nav_footer_menu {
    display: none !important;
  }
}
@media screen and (max-width: 1164px) {
  /* line 2175, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .statistics .stat_block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 575px) {
  /* line 2187, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .fluid_block > input .fluid_block button, .search_group {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 984px) {
  /* line 2203, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .stat_block {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 2210, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .filters_block {
    height: 99px !important;
  }

  /* line 2213, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .form-inline {
    margin-bottom: 7px;
  }

  /* line 2219, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .table-responsive {
    border: none;
  }
  /* line 2222, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .table-responsive .bids_overlay, .table-responsive .asks_overlay, .table-responsive .matches_overlay {
    border: 1px solid #DDDDDD;
  }
}
/* line 2230, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.container_block {
  min-height: 100%;
  height: 100%;
}

/* line 2250, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.block_data_and_charts {
  height: 100%;
}

/* line 2255, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
footer > .vheight > .interests_block p {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 2260, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#indication_name {
  font-size: 14px;
  height: 36px;
  padding: 10px 15px;
  display: inline-block;
}

/* line 2267, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.indication_wrapper {
  margin-top: 7px;
  margin-left: 25px;
}

/* line 2272, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#indication {
  font-weight: 300;
  font-size: 14px;
  height: 36px;
  padding: 10px 15px;
  display: inline-block;
}

/* line 2280, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#indication-security, #indication-security-deleted {
  font-weight: 300;
  font-size: 14px;
  height: 36px;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 25px;
}

/* line 2289, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.indication_block {
  display: inline-block;
  font-size: 14px !important;
}

/* line 2294, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.indicationContainer {
  margin-top: 20px;
}

@media screen and (min-width: 990px) and (max-width: 1378px) {
  /* line 2299, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .filters_block > .col-md-4 {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  /* line 2305, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .order_entry_block, .order_entry_block > .divider_bold, .block_data_and_charts, .bid_offer_data_block, .trades_data_block, .trades_data_block > .data_trader_block, .data_trader_block {
    min-height: 555px;
  }

  /* line 2308, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .block_data_and_charts > .order_entry_block {
    width: 30% !important;
  }

  /* line 2311, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .block_data_and_charts > .bid_offer_data_block {
    width: 40% !important;
  }

  /* line 2314, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  .block_data_and_charts > .trades_data_block {
    width: 30% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1264px) {
  /* line 2324, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #participate_form .control-label, #participate_form .market_btn, #participate_form .limit_btn {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2330, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
  #participate_form .form-group .btn-group {
    width: 100% !important;
  }
}
/* line 2335, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgrid td.status_error, .status_error {
  background-color: #F37320 !important;
  color: #FFFFFF;
}

/* line 2340, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.backgrid td.status_success, .status_success {
  background-color: #5CB85C !important;
  color: #FFFFFF;
}

/* line 2345, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div#alert-success {
  position: absolute;
  z-index: 10;
  margin: -10px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 2352, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div#alert-danger {
  position: absolute;
  z-index: 10;
  margin: -10px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* line 2369, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel {
  background-color: #f9f9f9;
}

/* line 2381, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.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 {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 2386, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_entry_block .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 2391, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bid_offer_data_block .row {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 2396, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-width-50 {
  width: 50%;
}

/* line 2400, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.label-width-100, .btn-width-100 {
  width: 100%;
}

/* line 2409, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel > .col-md-12 > .row > .col-md-12:nth-of-type(2) {
  margin-bottom: 5px;
}

/* line 2414, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel > .col-md-12 > .row > .col-md-12:nth-of-type(2) .span12 {
  margin-top: 10px;
  margin-bottom: 12px;
}

/* line 2419, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel > .col-md-12 > .row > .col-md-12:nth-of-type(1) {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 2424, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .col-md-12 .col-md-6 .data_range button {
  min-width: 45px;
  margin: 0 auto;
  text-align: center;
  width: auto;
}

/* line 2431, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .row .col-md-12:nth-of-type(2) .col-md-3 .col-md-12, #market_maker_pannel .row .col-md-12:nth-of-type(2) .col-md-6 .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2436, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .row .col-md-12:nth-of-type(3) label {
  font-size: 13px;
  margin-top: 5px;
}

/* line 2441, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .market_maker {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 2454, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper .bid_offer_data_block #bids table tbody tr, #wrapper .bid_offer_data_block #asks table tbody tr {
  cursor: pointer;
}

/* line 2458, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .market_maker .row .col-md-12:nth-of-type(2) .col-md-3, .row .col-md-12:nth-of-type(2) .col-md-6 .col-md-12:nth-of-type(1) {
  border: 1px solid #dddddd;
  border-radius: 5px;
}

/* line 2464, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .market_maker .row .col-md-12:nth-of-type(2) .col-md-3 {
  padding-bottom: 15px;
}

/* line 2468, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel .market_maker .row .col-md-12:nth-of-type(2), #market_maker_pannel .market_maker .row .col-md-12:nth-of-type(3) {
  margin-top: 10px;
}

/* line 2472, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#market_maker_pannel > .col-md-12 > .row > .col-md-12:nth-of-type(2) .col-md-3:nth-of-type(1) .col-md-12 .col-md-12,
#market_maker_pannel .row .col-md-12:nth-of-type(2) .col-md-3 .col-md-12 {
  margin-top: 0px !important;
}

/* line 2489, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.active_input_step {
  width: 90px !important;
  border-radius: 4px !important;
}

/* line 2494, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.active_input_step, .active_input_step:hover, .active_input_step:active, .active_input_step:focus {
  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);
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  cursor: default;
  margin-left: 7px !important;
  margin-right: 7px !important;
  width: 35px;
}

/* line 2511, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#investor_ask_pannel .form-group, #investor_bid_pannel .form-group {
  margin-bottom: 5px !important;
  height: 32px;
}

/* line 2525, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#investor_ask_pannel .form-group .col-md-4 label, #investor_ask_pannel .form-group .col-md-8, #investor_bid_pannel .form-group .col-md-4 label, #investor_bid_pannel .form-group .col-md-8 {
  line-height: 32px !important;
}

/* line 2530, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#investor_bid_pannel .col-md-2 .form-group:nth-of-type(2), #investor_ask_pannel .col-md-2 .form-group:nth-of-type(2) {
  margin-bottom: 5px;
}

/* line 2534, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#investor_bid_pannel .well-wall, #investor_ask_pannel .well-wall {
  margin-bottom: 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

/* line 2542, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-pannel {
  background-color: #fbefce !important;
  border: 1px #fbb827 solid;
}

/* line 2547, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-pannel:hover, .btn-pannel:active, .btn-pannel_active {
  background-color: #fbb827 !important;
}

/* line 2551, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.order_marked {
  background-color: #fbefce !important;
}

/* line 2559, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#bids tbody tr:hover td, #bids .active_tr, #asks tbody tr:hover td, #asks .active_tr {
  background: #fbb827 !important;
  color: #333333 !important;
}

/* line 2564, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#mode_pannel {
  margin-right: 20px;
}

/* line 2568, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper_circle {
  padding: 60px 0px;
}

/* line 2572, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #wrapper_circle {
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 20px;
}

/* line 2587, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.stat-block {
  padding: 5px;
}

/* line 2591, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle {
  background: #ffffff;
  padding: 35px;
  text-align: center;
  height: 200px;
  width: 200px;
  border: 5px solid #F2F2F2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  margin: 0 auto;
}

/* line 2607, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.image_border {
  border: 5px solid #F2F2F2 !important;
  border-radius: 10px !important;
}

/* line 2612, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.blue {
  background: #39b3d7;
  color: #ffffff;
}

/* line 2617, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.yellow {
  background: #ed9c28 !important;
  color: #ffffff;
}

/* line 2622, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.green {
  background: #47a447 !important;
  color: #ffffff;
}

/* line 2627, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.grey {
  background-color: #5b6064 !important;
  color: #ffffff;
}

/* line 2632, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.red {
  color: #a94442;
  background-color: #f2dede;
}

/* line 2637, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.green_font {
  color: #47a447;
}

/* line 2641, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.green_font > span {
  font-size: 26px;
  position: absolute;
  /* top: -18px; */
  left: 49px;
}

/* line 2649, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.visitors, .views {
  font-size: 18px;
  font-weight: 100;
}

/* line 2654, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle p {
  vertical-align: middle;
  display: table-cell;
}

/* line 2659, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.vertical-align {
  vertical-align: middle;
  display: table-cell;
}

/* line 2664, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.text_div {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 2669, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle {
  font-weight: bold;
  font-size: 19px;
}

/* line 2674, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle button {
  margin-top: 15px;
}

/* line 2678, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.check {
  /*width: 224px;*/
  /*line-height: 85px;*/
  height: 85px;
  position: relative;
  padding-top: 15px;
}

/* line 2688, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table-striped tbody tr th:nth-child(1) {
  font-weight: normal !important;
}

/* line 2692, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#cheat_list tbody tr:hover, #cheat_list tbody tr td:hover, #cheat_list tbody tr:hover td {
  background: none !important;
  color: #333333 !important;
}

/* line 2697, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle {
  width: 200px;
  height: 200px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 2708, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#media-dropzone {
  margin-left: 0px;
  background: url("/img/default_logo.jpg") no-repeat;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 200px 200px;
}

/* line 2716, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .circle {
  width: 155px;
  height: 155px;
  padding: 35px;
  text-align: center;
  border: 8px solid #F2F2F2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin: 0 auto;
}

/* line 2731, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #wrapper_circle .circle_block .white {
  min-height: 40px;
}

/* line 2735, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #wrapper_circle .circle_block {
  max-width: 200px;
  max-height: 200px;
  border-radius: 200px;
}

/* line 2747, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .circle_no_logo {
  border: 8px solid #F2F2F2;
  border-radius: 20px;
  width: 250px;
  height: 250px;
  line-height: 210px;
  text-align: center;
  overflow: hidden;
  padding: 10px;
}

/* line 2758, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #wrapper_circle .circle_block h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 2763, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.circle_block {
  padding: 35px;
  text-align: center;
  height: 320px;
  width: 320px;
  border: 8px solid #F2F2F2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */
  margin: 0 auto;
}

/* line 2778, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .circle_block {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 27px;
}

/* line 2786, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .check {
  width: auto !important;
  /* line-height: 85px; */
  max-height: 45px;
  height: 100%;
  position: relative;
  padding-top: 0px;
  float: none;
  /* padding-top: 15px; */
}

/* line 2796, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .approved {
  width: 540px;
  margin: 0 auto;
  min-height: 200px;
  height: 100%;
  display: table;
  table-layout: fixed;
}

/* line 2805, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .approved .col-lg-6:nth-child(2) {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

/* line 2811, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .approved .col-lg-6:nth-child(2) h3 {
  padding-top: 0px;
}

/* line 2815, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn_click {
  position: relative;
}

/* line 2819, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dz-remove {
  position: absolute;
  width: 200px;
  left: 0px;
  bottom: -34px;
}

/* line 2826, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.hidden {
  display: none;
}

/* line 2830, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.block {
  display: block !important;
}

/* line 2834, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.inline-block {
  display: inline-block !important;
}

/* line 2838, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dropdown-toggle::before,
.dropdown-toggle::after {
  border: none;
  content: none;
}

/* line 2844, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile_logo {
  width: 43px;
  height: 43px;
  border: solid 5px #f5f5f5;
  border-radius: 5px;
}

/* line 2851, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile-image {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
}

/* line 2858, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
a.profile-image {
  margin-left: 15px !important;
}

/* line 2862, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile a.profile-image {
  margin-left: 0px !important;
}

/* line 2866, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.profile_photo_logo {
  border-radius: 20px;
  height: 200px;
  width: 200px;
}

/* line 2872, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list li {
  list-style: none;
}

/* line 2879, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#gridster {
  width: 1260px;
  margin: 0 auto;
}

/* line 2884, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#gridster #list {
  min-height: 900px !important;
  height: 900px !important;
}

/* line 2889, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 2895, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
ul.wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  display: block;
}

/* line 2901, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dropdown {
  position: relative;
}

/* line 2905, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
ul.wysihtml5-toolbar > li {
  float: left;
  display: list-item;
  list-style: none;
  margin: 0 5px 10px 0;
}

/**************************************************/
/* line 2914, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline {
  /*border: 1px solid blue;*/
  font-size: 16px;
  background-color: #FFFFFF;
  /*width: 1440px;*/
  margin: 0 auto;
}

/* line 2928, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data [class*="col-md-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2933, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container {
  width: 100%;
}

/* line 2940, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .stat_data {
  min-width: 491px;
}

/* line 2944, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .stat_data > span {
  line-height: 47px;
  /*padding-left: 40px;*/
}

/* line 2949, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline input[type="text"] {
  display: block;
  /* width: 100%; */
  width: 255px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 2971, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 2975, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .navbar-form {
  min-width: 385px;
  margin-top: 6px !important;
  margin-top: 6px !important;
}

/* line 2982, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data, #page .container {
  height: 100%;
}

/* line 2986, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container .col-md-4, #page .contact_search_data .container .col-md-4, #page .contact_search_data .container .col-md-8 .col-md-3, #page .contact_search_data .container .col-md-4 .col-md-3,
#page .contact_search_data .container .contact_data {
  margin-top: 11px;
  margin-top: 11px;
}

/* line 2992, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container .contact_data {
  margin-top: 6px !important;
}

/* line 2997, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container .contact_data .col-md-6 {
  min-width: 190px;
}

/* line 3001, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .select:after {
  color: #005580 !important;
}

/* line 3005, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container .col-md-2 {
  border-right: 1px solid #005580;
}

/* line 3009, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline, .headline select option {
  height: 47px;
  color: #005580;
}

/* line 3014, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.present_search_bar {
  margin-top: 47px;
}

/* line 3018, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .form-control {
  border: none;
}

/* line 3022, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline > .col-md-6:nth-of-type(2) {
  margin-right: 80px;
}

/* line 3026, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .col-md-6:nth-of-type(1) i {
  font-size: 20px;
}

/* line 3031, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .search_block .select {
  padding-right: 0px;
  padding-left: 5px;
}

/* line 3036, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .search_block input[type="text"] {
  border-radius: 0px;
}

/* line 3040, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .search_block input {
  /*width: 87px !important;*/
}

/* line 3044, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .search_block {
  float: right;
  /*margin-right: 30px;*/
  line-height: 25px;
  position: absolute;
}

/* line 3051, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container .col-md-5 {
  color: #005580;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 3058, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .container {
  padding-left: 40px;
  /*padding-right: 82px;*/
}

/* line 3063, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data [class*="col-md-"] {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3068, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .navbar-fixed-top {
  top: 47px;
}

/* line 3072, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data input[type="text"] {
  width: 220px;
}

/* line 3076, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .header {
  border-bottom: 1px solid #005580;
}

/* line 3080, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .header .headline .contact_search_data .col-md-6:nth-child(2) .col-md-4:nth-last-of-type(2) {
  margin-top: 3px;
}

/* line 3084, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .header .headline .contact_search_data {
  margin: 0px 0px;
  height: 47px;
  padding-left: 35px;
  padding-right: 35px;
}

/* line 3091, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline a {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  line-height: 23px;
  font-size: 14px;
  color: #005580;
}

/* line 3100, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 > .col-md-2:nth-of-type(1) {
  width: 23.2% !important;
  padding-right: 5px;
  max-width: 190px;
}

/* line 3106, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-7 > .col-md-2:nth-of-type(2) {
  width: 49.9% !important;
}

/* line 3110, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-7 > span {
  line-height: 47px;
}

/* line 3115, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .col-md-3 {
  width: 14% !important;
  padding-left: 5px;
  width: 110px !important;
}

/* line 3121, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 {
  width: 74%;
}

/* line 3125, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-4 {
  font-size: 23px;
  width: 26%;
}

/* line 3130, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-4 .col-md-4 {
  margin-left: 5px;
}

/* line 3134, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-4 .col-md-4 {
  padding-right: 5px;
}

/* line 3138, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-4 .col-md-3 {
  padding-left: 5px;
}

/* line 3142, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .stat_bar {
  width: 492px;
}

/* line 3146, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .stat_bar li:nth-of-type(1) {
  line-height: 47px;
  background-color: transparent;
  color: #005580;
  font-size: 14px;
}

/* line 3153, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .stat_bar li {
  color: #FFFFFF;
  background-color: #245a76;
  margin-left: 1px;
  margin-right: 1px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 0px;
  font-family: Roboto;
  line-height: 21px;
}

/* line 3166, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .stat_bar li p:nth-of-type(1) {
  font-size: 13px;
  margin-top: 3px;
  margin-bottom: 0px;
  text-align: center;
}

/* line 3173, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .contact_search_data .col-md-8 .stat_bar li p:nth-of-type(2) {
  margin-bottom: 2px;
  text-align: center;
}

/* line 3178, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .headline .col-md-2:nth-of-type(1) .fa {
  margin-top: 2px;
  font-size: 21px;
  line-height: 20px;
}

/* line 3188, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .contact_search_data .container .contact_data .col-md-3, #page .contact_search_data .container .col-md-8 .search_form {
  margin-top: 0px !important;
}

/* line 3192, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.linkedin a i, .twitter a i, .facebook a i, .youtube a u {
  padding-top: 5px !important;
}

/* line 3196, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.linkedin a, .twitter a, .facebook a, .youtube a {
  color: #FFFFFF;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3204, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.linkedin, .twitter, .facebook, .youtube {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 3209, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .social_buttons > ul.inline > li i {
  margin-top: 3px;
}

/* line 3213, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .social_buttons > ul.inline > li {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-flex;
  padding: 5px;
  color: #FFFFFF;
}

/* line 3221, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .social_buttons {
  margin-bottom: 0px;
  list-style-type: none;
  float: left;
  margin-left: 0px !important;
  width: 112px;
}

/* line 3229, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .social_buttons li a {
  color: #FFFFFF !important;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  width: 25px;
  height: 25px;
}

/* line 3238, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .social_buttons {
  padding-left: 0px;
  paddimg-right: 0px;
}

/* line 3243, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.social_buttons li {
  /*display: inline;*/
  /*width: 25px;*/
  /*height: 25px;*/
}

/* line 3249, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.linkedin, .twitter, .facebook, .youtube {
  width: 28px;
  height: 25px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}

/* line 3258, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.battons_default {
  color: black;
  background-color: #fbb827;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  border: none;
  padding: 10px 25px;
}

/* line 3268, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.contact_search_data .battons_default {
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 5px;
  padding-bottom: 6px;
}

/* line 3275, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.thin {
  font-weight: normal !important;
  font-size: 16px;
}

/* line 3280, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.linkedin {
  background-color: #0775b7;
}

/* line 3284, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.twitter {
  background-color: #49c9f2;
}

/* line 3288, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.facebook {
  background-color: #3a5897;
}

/* line 3292, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.youtube {
  background-color: #e91b1b;
}

/* line 3296, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page select {
  padding: 0px 0px;
  /*background-color:#ececec;*/
  border: 0;
  outline: none;
  font-size: 14px;
  width: 90px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #005580;
  margin-top: -1px;
  height: 20px;
}

/* line 3314, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .select:after {
  content: "▼";
  color: #041f2c;
  padding: 3px 8px;
  position: absolute;
  right: 0px;
  top: 6px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  margin-right: 20px;
  font-size: 16px;
}

/* line 3332, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page .select {
  /*border:1px solid #e3e3e3;*/
  border: none;
  border-radius: 3px;
  /*color:#616263;*/
  overflow: hidden;
  height: 25px;
  width: 110px;
  position: relative;
  display: block;
  height: 47px;
}

/* line 3345, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#page #search_results {
  position: absolute;
  z-index: 122222;
  background-color: white;
  margin-top: 10px;
  max-width: 210px;
  width: 100%;
}

/* line 3354, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.centered-and-cropped {
  object-fit: cover;
}

/* line 3358, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.thumbnail {
  /*position: relative;*/
  max-height: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding: 10px;
  border: 8px solid #F2F2F2;
}

/* line 3368, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.thumbnail img {
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*height: 100%;*/
  width: auto;
  /*-webkit-transform: translate(-50%, -50%);*/
  /*-ms-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
}

/* line 3379, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.margin-text {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 3384, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-secondary {
  background-color: #fff;
  border-color: #ccc;
  min-width: 85px;
}

/* line 3390, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3396, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.side-button {
  margin-right: 10px;
}

/* line 3400, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.side-button label span {
  text-transform: uppercase;
}

/* line 3404, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #chatboxcontent {
  background: transparent;
}

/* line 3408, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list #chat #chatboxcontent {
  height: 365px;
  overflow-y: auto;
  padding: 7px;
}

/* line 3414, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper #chat #chatboxcontent .full_width, .div-width-100 {
  width: 100%;
}

/* line 3424, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper #chat #list #chatboxcontent {
  max-height: 295px;
  min-height: 295px;
  height: 100%;
}

/* line 3430, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper #gridster #list li#3 {
  overflow-y: none !important;
}

/* line 3434, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#chat .panel-footer {
  background-color: transparent;
}

/* line 3438, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#chat #chat_form_message .input-group textarea {
  overflow: hidden;
  resize: none !important;
}

/* line 3443, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.pointer {
  cursor: pointer;
}

/* line 3447, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.link {
  color: #005580;
  text-decoration: underline;
}

/* line 3452, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#chat #chat_form_message .input-group {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}

/* line 3458, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.margin-left-25 {
  margin-left: 10px;
}

/* line 3462, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.margin-right-25 {
  margin-right: 0px;
}

/* line 3466, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#chat .other .avatar:after {
  content: "";
  top: 0px;
  right: 0px;
  left: 40px;
  width: 0px;
  height: 0px;
  border: 5px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/* line 3478, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.datatable .paging_simple_numbers {
  float: right;
}

/* line 3482, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.message_text_data {
  padding-top: 5px;
}

/* line 3486, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-container {
  padding: 0 !important;
  height: 365px;
}

/* line 3495, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  background-color: #f1f1f1;
  /*height: 100%;*/
  height: 40px;
}

/* line 3504, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group {
  margin-bottom: 0;
  width: 340px;
  margin: 0 auto;
}

/* line 3510, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group > div {
  margin-bottom: 0;
}

/* line 3514, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group div.list-group-item {
  height: 35px;
  cursor: pointer;
  padding: 8px 16px 0;
  margin: 0 5px;
}

/* line 3521, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group div.list-group-item-wide {
  cursor: pointer;
  padding-left: 7px;
  padding-right: 5px;
}

/* line 3527, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu .list-group-title {
  margin-top: 53px;
  margin-bottom: 10px;
}

/* line 3532, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu .list-group-total {
  margin-bottom: 35px;
  margin-top: 10px;
}

/* line 3537, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu .list-group-title div,
div.bhoechie-tab-menu div.list-group div.list-group-item div,
div.bhoechie-tab-menu .list-group-total div {
  padding: 3px;
}

/* line 3543, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group > div .glyphicon,
div.bhoechie-tab-menu div.list-group > div .fa {
  color: #306180;
}

/* line 3548, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group > div:first-child {
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

/* line 3553, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group > div:last-child {
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

/* line 3558, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-menu div.list-group > div.active,
div.bhoechie-tab-menu div.list-group > div.active .glyphicon,
div.bhoechie-tab-menu div.list-group > div.active .fa {
  background-color: #306180;
  color: #ffffff;
}

/*
div.bhoechie-tab-menu div.list-group > div.active:after {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  border-right: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-right: 10px solid #306180;
}
*/
/* line 3578, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab-content {
  /*background-color: #ffffff;*/
}

/* line 3582, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

/* line 3586, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.no-footer {
  margin-bottom: 0 !important;
}

/* line 3590, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.datatable.dataTables_wrapper .col-sm-12 {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3595, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.datatable.dataTables_wrapper .col-sm-5 {
  display: none !important;
}

/* line 3598, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.datatable.dataTables_wrapper .col-sm-7 {
  width: 100% !important;
}

/* line 3602, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .datatable .row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 3608, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.no-margin-padding [class*="col-lg-"] {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3617, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.fund-name {
  height: 52px;
  margin-left: 10px;
}

/* line 3622, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.vertical-align, .v-middle {
  display: flex !important;
  align-items: center;
}

/* line 3627, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table-thin-header > thead > tr > th {
  font-size: 12px !important;
}

/* line 3631, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.table-thin-header > tbody > tr > td {
  font-size: 13px !important;
}

/* line 3635, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.form-block-title {
  cursor: pointer;
  text-transform: uppercase !important;
}

/* line 3640, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.form-block-title + div {
  display: none;
}

/* line 3644, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.select2-container .select2-choice {
  height: 32px !important;
  line-height: 32px;
  max-width: 336px;
}

/* line 3654, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.tab-content .form-group label {
  margin: 0px;
}

/* line 3658, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bootstrap-datetimepicker-widget .prev:hover, .bootstrap-datetimepicker-widget .picker-switch:hover, .bootstrap-datetimepicker-widget .next:hover, .bootstrap-datetimepicker-widget .selectDay:hover {
  cursor: pointer !important;
}

/* line 3662, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 3666, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  cursor: pointer;
}

/* line 3674, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.datetimepicker {
  max-width: 255px !important;
}

/* line 3686, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#modal_order_history .modal-dialog {
  max-width: 1360px;
  width: 100%;
}

/* line 3691, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0px;
}

/* line 3697, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-dialog, #list .modal-content {
  max-height: 398px;
  height: 100%;
  box-shadow: none;
  box-sizing: inherit;
  border-radius: 0px;
  border: 1px solid #eee;
}

/* line 3706, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-header {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f1f1f1;
  border-bottom: none;
}

/* line 3713, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.modal-header .close:disabled i {
  color: #dcd8d8 !important;
}

/* line 3717, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.modal-header button[disabled] .fa-times, .modal-header button[disabled] .fa-minus, .modal-header button[disabled] .fa-chevron-down {
  color: #dcd8d8 !important;
}

/* line 3721, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
  max-height: 365px;
  height: 100%;
  overflow: auto;
}

/* line 3729, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-body {
  /*margin-left: 15px;*/
  /*margin-right: 15px;*/
  padding-left: 0px;
  padding-right: 0px;
}

/* line 3736, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.widget_buttons button {
  margin-left: 10px;
}

/* line 3740, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.widget_block ul {
  margin-bottom: 0px;
}

/* line 3744, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.widget_block .modal-body {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 3751, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.widget_block .modal-dialog {
  width: 260px;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 3757, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.widget_block {
  width: 260px;
  position: absolute;
  right: 13%;
  margin-top: 38px;
  z-index: 111;
}

/* line 3765, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-header {
  padding: 6px 5px 4px;
}

/* line 3769, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-header .fa-minus {
  padding-top: 0px;
}

/* line 3773, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
button .fa-times, #list .modal-header button .fa-minus, button .fa-chevron-down {
  color: #245a76 !important;
  text-shadow: #245a76;
}

/* line 3778, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#list .modal-header button, #list .modal-header button:hover {
  margin-left: 5px;
  opacity: 0.88;
  font-size: 16px;
  background-color: white;
  padding: 2px;
}

/* line 3786, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.data_b_s_block .col-md-12,
.data_b_s_block .col-xs-6,
.data_b_s_block .col-sm-6,
.data_b_s_block .col-md-6,
.data_b_s_block .col-lg-6 {
  padding-right: 0px;
  padding-left: 0px;
}

/* line 3795, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.bids_table {
  padding-left: 0px;
}

/* line 3799, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.offers_table {
  padding-right: 0px;
}

/* line 3803, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.article_title {
  font-size: 16px;
  line-height: 1.2;
  margin: 15px 0px;
  font-weight: bold;
  cursor: pointer;
  color: #245a76;
}

/* line 3812, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.article_publish_date {
  font-size: 13px;
  line-height: 1.2;
  font-weight: bold;
}

/* line 3818, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav-tabs > li.btn-warning.active > a {
  background-color: #f0ad4e !important;
  border-top-color: #eea236;
  border-left-color: #eea236;
  border-right-color: #eea236;
  border-bottom-color: transparent;
}

/* line 3826, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.nav-tabs > li.btn-warning > a:hover {
  background-color: #f0ad4e !important;
  border-top-color: #eea236;
  border-left-color: #eea236;
  border-right-color: #eea236;
  border-bottom-color: transparent;
  color: #000000;
}

/* line 3835, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.no-left-padding {
  padding-left: 0 !important;
}

/* line 3839, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.no-right-padding {
  padding-right: 0 !important;
}

/* line 3843, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#wrapper .alert {
  border-radius: inherit;
  text-align: center;
}

/* line 3848, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
#history_by_stock {
  margin-top: 15px;
}

/* line 3852, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dataTables_paginate {
  float: right;
}

/* line 3856, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dataTables_filter {
  float: right;
}

/* line 3860, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.dataTables_info {
  padding-top: 30px;
}

/* line 3864, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.interests {
  border: 1px solid #dddddd;
  border-radius: 3px;
}

/* line 3870, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.orderbook .interests_block {
  background-color: transparent;
}
/* line 3873, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.orderbook .container_block {
  padding: 0px;
}
/* line 3876, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.orderbook .interests {
  border: none;
}

/* line 3881, /var/www/html/unlisted/app/assets/stylesheets/style.css.scss */
.box-secondary .box-secondary-item .data,
.box-secondary-light {
  background-color: #f5f5f5;
  padding: 15px;
}
/* Slider */

.slick-slider {
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;
    content: "\f053";
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #1C1C1C;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #1C1C1C;
    content: "\f053";

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -40px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    /*margin-bottom: 30px;*/
    margin-bottom: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
/* line 174, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 177, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 182, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 184, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 186, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 188, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 190, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 192, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 194, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 197, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 203, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 205, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 207, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 211, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 213, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 215, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 221, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 227, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 229, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 231, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 244, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 247, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 249, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 252, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 255, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 257, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 261, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 269, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 277, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 279, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 285, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 292, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 302, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 306, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 313, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 320, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 326, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 341, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 354, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 356, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 359, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 380, /usr/local/rvm/gems/ruby-2.3.3/gems/dropzonejs-rails-0.8.4/app/assets/stylesheets/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}
/*! gridster.js - v0.5.6 - 2014-09-25 - * http://gridster.net/ - Copyright (c) 2014 ducksboard; Licensed MIT */
 
.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s,width .4s;-moz-transition:height .4s,width .4s;-o-transition:height .4s,width .4s;-ms-transition:height .4s,width .4s;transition:height .4s,width .4s}.gridster .gs-w{z-index:2;position:absolute}.ready .gs-w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.ready .gs-w:not(.preview-holder),.ready .resize-preview-holder{-webkit-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-moz-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;-o-transition:opacity .3s,left .3s,top .3s,width .3s,height .3s;transition:opacity .3s,left .3s,top .3s,width .3s,height .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging,.gridster .resizing{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}.gs-resize-handle{position:absolute;z-index:1}.gs-resize-handle-both{width:20px;height:20px;bottom:-8px;right:-8px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=);background-position:top left;background-repeat:no-repeat;cursor:se-resize;z-index:20}.gs-resize-handle-x{top:0;bottom:13px;right:-5px;width:10px;cursor:e-resize}.gs-resize-handle-y{left:0;right:13px;bottom:-5px;height:10px;cursor:s-resize}.gs-w:hover .gs-resize-handle,.resizing .gs-resize-handle{opacity:1}.gs-resize-handle,.gs-w.dragging .gs-resize-handle{opacity:0}.gs-resize-disabled .gs-resize-handle{display:none!important}[data-max-sizex="1"] .gs-resize-handle-x,[data-max-sizey="1"] .gs-resize-handle-y,[data-max-sizey="1"][data-max-sizex="1"] .gs-resize-handle{display:none!important}
/* line 198, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
.image_auto_scale {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

/* line 3, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_ultra_small .image_logotype,
#img_ultra_small .dz-preview {
  text-align: center;
  width: 40px;
}
/* line 9, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_ultra_small .container_image,
#img_ultra_small .dz-image {
  height: 40px;
  vertical-align: middle;
  width: 40px;
  overflow: hidden;
  text-align: center;
}
/* line 21, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_ultra_small .container_image img,
#img_ultra_small .dz-image img {
  height: 40px;
  width: 40px;
}

/* line 156, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_no_logo .image_logotype,
#img_no_logo .dz-preview {
  width: 100%;
  text-align: center;
}
/* line 164, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_no_logo .container_image,
#img_no_logo .dz-image {
  height: 300px;
  width: 300px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
/* line 180, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_no_logo .container_image img,
#img_no_logo .dz-image img {
  height: auto;
  display: table-cell;
  vertical-align: middle;
  max-width: none;
  margin: 0 -50%;
}

/* line 128, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image .image_logotype,
#icon_image .dz-preview {
  width: 100%;
  text-align: center;
}
/* line 136, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image .container_image,
#icon_image .dz-image {
  width: 22px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 144, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image .container_image img,
#icon_image .dz-image img {
  vertical-align: middle;
  max-height: 16px;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* line 128, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image_wide .image_logotype,
#icon_image_wide .dz-preview {
  width: 100%;
  text-align: center;
}
/* line 136, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image_wide .container_image,
#icon_image_wide .dz-image {
  width: 60px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 144, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#icon_image_wide .container_image img,
#icon_image_wide .dz-image img {
  vertical-align: middle;
  max-height: 18px;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* line 97, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#widget_image .image_logotype {
  width: 100%;
  text-align: center;
}
/* line 104, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#widget_image .container_image {
  height: auto;
  width: 300px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
/* line 112, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#widget_image .container_image img {
  height: auto;
  width: 537px;
  max-width: none;
  margin: 0 -100%;
  max-width: none;
}

/* line 128, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_quard_middle .image_logotype,
#img_quard_middle .dz-preview {
  width: 100%;
  text-align: center;
}
/* line 136, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_quard_middle .container_image,
#img_quard_middle .dz-image {
  width: 130px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
/* line 144, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_quard_middle .container_image img,
#img_quard_middle .dz-image img {
  vertical-align: middle;
  max-height: 130px;
  height: auto;
  width: auto;
  max-width: 100%;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_small .image_logotype,
#img_small .dz-preview {
  width: 142.4px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_small .container_image,
#img_small .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 141.6px;
  height: 80px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_small .container_image img,
#img_small .dz-image img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium .image_logotype,
#img_medium .dz-preview {
  width: 213.6px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium .container_image,
#img_medium .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 212.4px;
  height: 120px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium .container_image img,
#img_medium .dz-image img {
  max-width: 100%;
  max-height: 120px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_up .image_logotype,
#img_medium_up .dz-preview {
  width: 320.4px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_up .container_image,
#img_medium_up .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 318.6px;
  height: 180px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_up .container_image img,
#img_medium_up .dz-image img {
  max-width: 100%;
  max-height: 180px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_down .image_logotype,
#img_medium_down .dz-preview {
  width: 178px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_down .container_image,
#img_medium_down .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 177px;
  height: 100px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_medium_down .container_image img,
#img_medium_down .dz-image img {
  max-width: 100%;
  max-height: 100px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_big .image_logotype,
#img_big .dz-preview {
  width: 445px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_big .container_image,
#img_big .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 442.5px;
  height: 250px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_big .container_image img,
#img_big .dz-image img {
  max-width: 100%;
  max-height: 250px;
  height: auto;
  width: auto;
  vertical-align: middle;
}

/* line 36, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_wide .image_logotype,
#img_wide .dz-preview {
  width: 1039.52px;
  text-align: center;
  margin: auto;
}
/* line 43, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_wide .container_image,
#img_wide .dz-image {
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
  width: 1033.68px;
  height: 584px;
  display: flex;
  justify-content: center;
}
/* line 52, /var/www/html/unlisted/app/assets/stylesheets/image.scss */
#img_wide .container_image img,
#img_wide .dz-image img {
  max-width: 100%;
  max-height: 584px;
  height: auto;
  width: auto;
  vertical-align: middle;
}
/**
 * GMAIL Like chat css
 * CREDITS: http://css-tricks.com/replicating-google-hangouts-chat/
 *
 */


.chatbox {
    /*position: fixed;*/
    position: expression("absolute");
    /*width: 280px;*/
    display: none;
}

.chatboxhead {
    background: #666;
    color: white;
    padding: 0.5rem;
    overflow: hidden;

    border-right: 1px solid rgba(85, 85, 85, 0.87);
    border-left: 1px solid rgba(85, 85, 85, 0.87);
}

.chatboxhead h1 {
    display: inline;
    font-size: 17px;
    font-weight: 700;
}

.chatboxblink {
    background-color: #176689;
    border-right: 1px solid #176689;
    border-left: 1px solid #176689;
}

.chatboxcontent {
    font-family: Roboto;
    /*height: 100%;*/
    /*width: 280px;*/
    overflow-y: auto;
    /*max-height: 728px;*/
    padding: 7px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #ecebe9;
    background: #e5e5e5;
    line-height: 1.3em;
    list-style: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin: 0 auto;
    max-width: 1080px;

}

.chatboxinput form {
    margin: 0px;
}

.chatboxcontent li {
    padding: 0.5rem;
    overflow: hidden;
    display: flex;
}

.chatboxcontent .avatar {
    width: 40px;
    position: relative;
}

.chatboxcontent .avatar img {
    display: block;
    width: 100%;
}

.other .avatar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.self {
    justify-content: flex-end;
    align-items: flex-end;
}

.self .chatboxmessagecontent {
    order: 1;
    border-bottom-right-radius: 0;
}

.self .avatar {
    order: 2;
}

.self .avatar:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 5px solid white;
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.chatboxmessagecontent {
    background: white;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.chatboxmessagecontent p {
    font-size: 12px;
    margin: 0 0 0.2rem 0;
    -ms-word-break: break-all;

    /* Non standard for webkit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.chatboxmessagecontent time {
    font-size: 12px;
    color: #777;
}

.chatboxinput {
    padding: 5px;
    background-color: #ffffff;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    max-width: 1080px;
    margin: 0 auto;
}

.chatboxtextarea {
    width: 100%;
    height: 44px;
    padding: 3px 0pt 3px 3px;
    border: 1px solid #ecebe9;
    margin: 1px;
    overflow: hidden;
    resize: none !important;
}

.chatboxtextareaselected {
    border: 2px solid #878787;
    margin: 0;
}

.chatboxmessage {
    margin-left: 1em;
}

.chatboxinfo {
    margin-left: -1em;
    color: #666666;

}

.chatboxoptions {
    float: right;
}

.chatboxoptions a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.chatboxtitle {
    float: left;
}

li.media {
    position: relative;
}

li.media a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}
/* line 1, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
body#application {
  background: none;
}

/* line 5, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.btn-group-vertical > button.symbolMenuButton,
button.symbolMenuButton {
  background-color: #16c1f3;
  border: 1px solid transparent;
  color: #ffffff;
  background-repeat: no-repeat;
  width: 171px !important;
  background-position: -300px 0;
  line-height: 50px;
  font-size: 14px;
  padding: 5px;
}

/* line 20, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.contour {
  padding: 0px !important;
  border: none !important;
  margin-bottom: 0px !important;
}

/* line 26, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.symbolTable {
  margin: 10px 0 0 15px;
}

/* line 30, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.symbolTable td.symbolTableTitle {
  width: 120px;
  font-weight: bold;
  font-size: 12px;
  vertical-align: baseline;
  padding: 10px;
}

/* line 38, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.symbolTable td.symbolTableValue {
  font-size: 24px;
  font-weight: normal;
  vertical-align: baseline;
}

/* line 44, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.btnParticipate, .btnParticipate:hover, .btnParticipate:active, a.btnParticipate:focus {
  color: #FFF;
  padding: 10px;
  display: block;
  background-color: #16c1f3;
  background-position: 0px 0px;
  width: 155px;
  height: 134px;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
}

/* line 57, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.btnParticipate i {
  font-size: 70px;
  text-align: center;
  margin-bottom: 15px;
}

/* line 63, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.btnParticipate.disabled {
  opacity: 0.7;
  cursor: default;
}

/* line 68, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.btnParticipate.disabled:hover {
  cursor: default;
  text-decoration: none;
  color: #FFF;
}

/* line 74, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.containerBoxes {
  padding-bottom: 20px;
}

/* line 78, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.containerBoxSymbolTwoColor {
  margin-bottom: 20px;
}

/* line 82, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxSymbolTwoColor {
  line-height: 55px;
}

/* line 86, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxSymbolTwoColor .boxTitle {
  background: #706562;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 55px;
}

/* line 98, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxSymbolTwoColor .boxTitle .boxTitleTwo {
  line-height: 1.5;
  vertical-align: middle;
  height: 55px;
  display: table-cell;
}

/* line 105, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxSymbolTwoColor .boxValue {
  background: #ecebe9;
  color: #706562;
  font-size: 18px;
}

/* line 111, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.containerBoxes {
  padding-bottom: 20px;
}

/* line 115, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetTable {
  margin-bottom: 20px;
}

/* line 119, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetTable .boxWidgetTableTitle {
  text-transform: uppercase;
  line-height: 27px;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

/* line 128, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetTable .boxWidgetTableContent {
  background: #fff;
  height: 300px;
  padding: 0px 10px 0px 10px;
  /*overflow-y:auto;*/
  overflow-y: hidden;
  border: 1px solid #ecebe9;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 139, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetBids .boxWidgetTableTitle {
  background-color: #378c42;
  color: #fff;
}

/* line 144, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetBids .boxWidgetTableContent table tbody tr td:nth-child(4) {
  color: #378c42;
  font-weight: bold;
}

/* line 149, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetOffers .boxWidgetTableTitle {
  background-color: #d9534f;
  color: #fff;
}

/* line 154, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgetOffers .boxWidgetTableContent table tbody tr td:nth-child(1) {
  color: #d9534f;
  font-weight: bold;
}

/* line 159, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgeTrades .boxWidgetTableTitle {
  background: #706562;
  color: #ffffff;
}

/* line 164, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.inner_page .table > thead > tr > th {
  text-transform: uppercase;
  padding: 15px 5px 8px 5px;
  font-size: 11px;
}

/* line 170, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
#market_activity .table > thead > tr > th {
  padding: 3px 5px 3px 5px;
}

/* line 174, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
#market_activity .table > tbody > tr > td {
  padding: 5px;
}

/* line 178, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.boxWidgeTrades .boxWidgetTableContent table tbody tr td:nth-child(1) {
  font-weight: bold;
}

/* line 183, /var/www/html/unlisted/app/assets/stylesheets/symbol_page.css.scss */
.page_content_inner .btn-group-vertical .symbolMenuButton {
  margin-bottom: 20px;
}
/* line 5, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .form_client_portal .box-secondary-light {
  background-color: #fff;
  padding: 10px 20px;
}
/* line 9, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .form_client_portal div h3 {
  margin-bottom: 3px;
  padding: 0 10px;
}
/* line 13, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .image_border {
  border: 5px solid #F2F2F2 !important;
  border-radius: 10px !important;
}
/* line 17, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .margin-bottom {
  margin-bottom: 20px !important;
}
/* line 20, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .form_client_portal .form_line_title {
  margin: 0 0 21px;
  font-size: 20px;
  color: #16c1f2 !important;
  font-weight: normal !important;
}
/* line 26, /var/www/html/unlisted/app/assets/stylesheets/company_profiles.scss */
.profile_page .form_client_portal .datetimepicker {
  max-width: 185px !important;
}
/* line 5, /var/www/html/unlisted/app/assets/stylesheets/news.scss */
.news_block .news_item h3 {
  margin: 0 0 21px;
  font-size: 20px;
  color: #16c1f2 !important;
  font-weight: normal !important;
}
ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}

ul.wysihtml5-toolbar {
    margin: 0;
    padding: 0;
    display: block;
}

.dropdown {
    position: relative;
}

ul.wysihtml5-toolbar > li {
    float: left;
    display: list-item;
    list-style: none;
    margin: 0 5px 10px 0;
}
/*
Version: 3.4.2 Timestamp: Mon Aug 12 15:04:12 PDT 2013
*/

.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;
       -khtml-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%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.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%);
    background-image: -o-linear-gradient(bottom, #eee 0%, #fff 90%);
    background-image: -ms-linear-gradient(top, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(top, #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;
}

.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('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;
    opacity: 0;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: auto;
    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, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.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, .15);
            box-shadow: 0 -4px 5px rgba(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-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%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('select2.png') no-repeat 0 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('select2.png') no-repeat 100% -22px;
    background: url('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('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('select2.png') no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.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%, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.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, .3);
            box-shadow: 0 0 5px rgba(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%);
    background-image: -o-linear-gradient(bottom, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(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%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -ms-linear-gradient(bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 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: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.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;
  /*  white-space: nowrap!important;*/

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.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-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
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-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;
    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: -o-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -ms-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.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, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.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;
       -khtml-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: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
.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('select2.png') right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.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: 144dpi)  {
  .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;
  }
}
