@charset "UTF-8";
.bs3 {
  /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
  /**
 * bootstrap-additions
 * @version v0.2.3 - 2014-06-24
 * @link https://github.com/mgcrea/bootstrap-additions
 * @author Olivier Louvignes <olivier@mg-crea.com>
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
  /*
 * Alerts placement
 */
  /*
 * Aside element
 */
  /*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */
  /* Variations */
  /*
 * Datepicker element
 */
  /*
 * Popovers corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
  /*
 * Timepicker element
 */
  /*
 * Fancy tooltips
 *
 */
  /*
 * Tooltip corner placement
 *
 * Inherit exotic positionning from basic ones & fix arrow placement
 */
}
.bs3 html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.bs3 body {
  margin: 0;
}
.bs3 article,
.bs3 aside,
.bs3 details,
.bs3 figcaption,
.bs3 figure,
.bs3 footer,
.bs3 header,
.bs3 hgroup,
.bs3 main,
.bs3 menu,
.bs3 nav,
.bs3 section,
.bs3 summary {
  display: block;
}
.bs3 audio,
.bs3 canvas,
.bs3 progress,
.bs3 video {
  display: inline-block;
  vertical-align: baseline;
}
.bs3 audio:not([controls]) {
  display: none;
  height: 0;
}
.bs3 [hidden],
.bs3 template {
  display: none;
}
.bs3 a {
  background-color: transparent;
}
.bs3 a:active,
.bs3 a:hover {
  outline: 0;
}
.bs3 abbr[title] {
  border-bottom: 1px dotted;
}
.bs3 b,
.bs3 strong {
  font-weight: bold;
}
.bs3 dfn {
  font-style: italic;
}
.bs3 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.bs3 mark {
  background: #ff0;
  color: #000;
}
.bs3 small {
  font-size: 80%;
}
.bs3 sub,
.bs3 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.bs3 sup {
  top: -0.5em;
}
.bs3 sub {
  bottom: -0.25em;
}
.bs3 img {
  border: 0;
}
.bs3 svg:not(:root) {
  overflow: hidden;
}
.bs3 figure {
  margin: 1em 40px;
}
.bs3 hr {
  box-sizing: content-box;
  height: 0;
}
.bs3 pre {
  overflow: auto;
}
.bs3 code,
.bs3 kbd,
.bs3 pre,
.bs3 samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.bs3 button,
.bs3 input,
.bs3 optgroup,
.bs3 select,
.bs3 textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.bs3 button {
  overflow: visible;
}
.bs3 button,
.bs3 select {
  text-transform: none;
}
.bs3 button,
.bs3 html input[type="button"],
.bs3 input[type="reset"],
.bs3 input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.bs3 button[disabled],
.bs3 html input[disabled] {
  cursor: default;
}
.bs3 button::-moz-focus-inner,
.bs3 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.bs3 input {
  line-height: normal;
}
.bs3 input[type="checkbox"],
.bs3 input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.bs3 input[type="number"]::-webkit-inner-spin-button,
.bs3 input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.bs3 input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
.bs3 input[type="search"]::-webkit-search-cancel-button,
.bs3 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.bs3 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.bs3 legend {
  border: 0;
  padding: 0;
}
.bs3 textarea {
  overflow: auto;
}
.bs3 optgroup {
  font-weight: bold;
}
.bs3 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.bs3 td,
.bs3 th {
  padding: 0;
}
@media print {
  .bs3 *,
  .bs3 *:before,
  .bs3 *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .bs3 a,
  .bs3 a:visited {
    text-decoration: underline;
  }
  .bs3 a[href]:after {
    content: " (" attr(href) ")";
  }
  .bs3 abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .bs3 a[href^="#"]:after,
  .bs3 a[href^="javascript:"]:after {
    content: "";
  }
  .bs3 pre,
  .bs3 blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .bs3 thead {
    display: table-header-group;
  }
  .bs3 tr,
  .bs3 img {
    page-break-inside: avoid;
  }
  .bs3 img {
    max-width: 100% !important;
  }
  .bs3 p,
  .bs3 h2,
  .bs3 h3 {
    orphans: 3;
    widows: 3;
  }
  .bs3 h2,
  .bs3 h3 {
    page-break-after: avoid;
  }
  .bs3 select {
    background: #fff !important;
  }
  .bs3 .navbar {
    display: none;
  }
  .bs3 .btn > .caret,
  .bs3 .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .bs3 .label {
    border: 1px solid #000;
  }
  .bs3 .table {
    border-collapse: collapse !important;
  }
  .bs3 .table td,
  .bs3 .table th {
    background-color: #fff !important;
  }
  .bs3 .table-bordered th,
  .bs3 .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.bs3 * {
  box-sizing: border-box;
}
.bs3 *:before,
.bs3 *:after {
  box-sizing: border-box;
}
.bs3 html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.bs3 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.bs3 input,
.bs3 button,
.bs3 select,
.bs3 textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.bs3 a {
  color: #409ad6;
  text-decoration: none;
}
.bs3 a:hover,
.bs3 a:focus {
  color: #2472a6;
  text-decoration: underline;
}
.bs3 a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs3 figure {
  margin: 0;
}
.bs3 img {
  vertical-align: middle;
}
.bs3 .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.bs3 .img-rounded {
  border-radius: 5px;
}
.bs3 .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.bs3 .img-circle {
  border-radius: 50%;
}
.bs3 hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.bs3 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.bs3 .sr-only-focusable:active,
.bs3 .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.bs3 h1,
.bs3 h2,
.bs3 h3,
.bs3 h4,
.bs3 h5,
.bs3 h6,
.bs3 .h1,
.bs3 .h2,
.bs3 .h3,
.bs3 .h4,
.bs3 .h5,
.bs3 .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.bs3 h1 small,
.bs3 h2 small,
.bs3 h3 small,
.bs3 h4 small,
.bs3 h5 small,
.bs3 h6 small,
.bs3 .h1 small,
.bs3 .h2 small,
.bs3 .h3 small,
.bs3 .h4 small,
.bs3 .h5 small,
.bs3 .h6 small,
.bs3 h1 .small,
.bs3 h2 .small,
.bs3 h3 .small,
.bs3 h4 .small,
.bs3 h5 .small,
.bs3 h6 .small,
.bs3 .h1 .small,
.bs3 .h2 .small,
.bs3 .h3 .small,
.bs3 .h4 .small,
.bs3 .h5 .small,
.bs3 .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #808080;
}
.bs3 h1,
.bs3 .h1,
.bs3 h2,
.bs3 .h2,
.bs3 h3,
.bs3 .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bs3 h1 small,
.bs3 .h1 small,
.bs3 h2 small,
.bs3 .h2 small,
.bs3 h3 small,
.bs3 .h3 small,
.bs3 h1 .small,
.bs3 .h1 .small,
.bs3 h2 .small,
.bs3 .h2 .small,
.bs3 h3 .small,
.bs3 .h3 .small {
  font-size: 65%;
}
.bs3 h4,
.bs3 .h4,
.bs3 h5,
.bs3 .h5,
.bs3 h6,
.bs3 .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bs3 h4 small,
.bs3 .h4 small,
.bs3 h5 small,
.bs3 .h5 small,
.bs3 h6 small,
.bs3 .h6 small,
.bs3 h4 .small,
.bs3 .h4 .small,
.bs3 h5 .small,
.bs3 .h5 .small,
.bs3 h6 .small,
.bs3 .h6 .small {
  font-size: 75%;
}
.bs3 h1,
.bs3 .h1 {
  font-size: 36px;
}
.bs3 h2,
.bs3 .h2 {
  font-size: 30px;
}
.bs3 h3,
.bs3 .h3 {
  font-size: 24px;
}
.bs3 h4,
.bs3 .h4 {
  font-size: 18px;
}
.bs3 h5,
.bs3 .h5 {
  font-size: 14px;
}
.bs3 h6,
.bs3 .h6 {
  font-size: 12px;
}
.bs3 p {
  margin: 0 0 10px;
}
.bs3 .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .bs3 .lead {
    font-size: 21px;
  }
}
.bs3 small,
.bs3 .small {
  font-size: 85%;
}
.bs3 mark,
.bs3 .mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.bs3 .text-left {
  text-align: left;
}
.bs3 .text-right {
  text-align: right;
}
.bs3 .text-center {
  text-align: center;
}
.bs3 .text-justify {
  text-align: justify;
}
.bs3 .text-nowrap {
  white-space: nowrap;
}
.bs3 .text-lowercase {
  text-transform: lowercase;
}
.bs3 .text-uppercase {
  text-transform: uppercase;
}
.bs3 .text-capitalize {
  text-transform: capitalize;
}
.bs3 .text-muted {
  color: #808080;
}
.bs3 .text-primary {
  color: #409ad6;
}
.bs3 a.text-primary:hover {
  color: #2880bb;
}
.bs3 .text-success {
  color: #30ad63;
}
.bs3 a.text-success:hover {
  color: #25854c;
}
.bs3 .text-info {
  color: #398ac0;
}
.bs3 a.text-info:hover {
  color: #2d6e99;
}
.bs3 .text-warning {
  color: #8a6d3b;
}
.bs3 a.text-warning:hover {
  color: #66512c;
}
.bs3 .text-danger {
  color: #d7555c;
}
.bs3 a.text-danger:hover {
  color: #ca2f38;
}
.bs3 .bg-primary {
  color: #fff;
  background-color: #409ad6;
}
.bs3 a.bg-primary:hover {
  background-color: #2880bb;
}
.bs3 .bg-success {
  background-color: #e1f7ea;
}
.bs3 a.bg-success:hover {
  background-color: #b9ecce;
}
.bs3 .bg-info {
  background-color: #e2f0f9;
}
.bs3 a.bg-info:hover {
  background-color: #b8daf0;
}
.bs3 .bg-warning {
  background-color: #fcf8e3;
}
.bs3 a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bs3 .bg-danger {
  background-color: #fceaeb;
}
.bs3 a.bg-danger:hover {
  background-color: #f6bdc0;
}
.bs3 .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.bs3 ul,
.bs3 ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.bs3 ul ul,
.bs3 ol ul,
.bs3 ul ol,
.bs3 ol ol {
  margin-bottom: 0;
}
.bs3 .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.bs3 .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.bs3 .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.bs3 dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.bs3 dt,
.bs3 dd {
  line-height: 1.42857143;
}
.bs3 dt {
  font-weight: bold;
}
.bs3 dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .bs3 .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bs3 .dl-horizontal dd {
    margin-left: 180px;
  }
}
.bs3 abbr[title],
.bs3 abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #808080;
}
.bs3 .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.bs3 blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.bs3 blockquote p:last-child,
.bs3 blockquote ul:last-child,
.bs3 blockquote ol:last-child {
  margin-bottom: 0;
}
.bs3 blockquote footer,
.bs3 blockquote small,
.bs3 blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #808080;
}
.bs3 blockquote footer:before,
.bs3 blockquote small:before,
.bs3 blockquote .small:before {
  content: '\2014 \00A0';
}
.bs3 .blockquote-reverse,
.bs3 blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.bs3 .blockquote-reverse footer:before,
.bs3 blockquote.pull-right footer:before,
.bs3 .blockquote-reverse small:before,
.bs3 blockquote.pull-right small:before,
.bs3 .blockquote-reverse .small:before,
.bs3 blockquote.pull-right .small:before {
  content: '';
}
.bs3 .blockquote-reverse footer:after,
.bs3 blockquote.pull-right footer:after,
.bs3 .blockquote-reverse small:after,
.bs3 blockquote.pull-right small:after,
.bs3 .blockquote-reverse .small:after,
.bs3 blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.bs3 address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.bs3 code,
.bs3 kbd,
.bs3 pre,
.bs3 samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.bs3 code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}
.bs3 kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bs3 kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
.bs3 pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.bs3 pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.bs3 .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.bs3 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bs3 .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bs3 .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bs3 .container {
    width: 1170px;
  }
}
.bs3 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.bs3 .row {
  margin-left: -15px;
  margin-right: -15px;
}
.bs3 .col-xs-1,
.bs3 .col-sm-1,
.bs3 .col-md-1,
.bs3 .col-lg-1,
.bs3 .col-xs-2,
.bs3 .col-sm-2,
.bs3 .col-md-2,
.bs3 .col-lg-2,
.bs3 .col-xs-3,
.bs3 .col-sm-3,
.bs3 .col-md-3,
.bs3 .col-lg-3,
.bs3 .col-xs-4,
.bs3 .col-sm-4,
.bs3 .col-md-4,
.bs3 .col-lg-4,
.bs3 .col-xs-5,
.bs3 .col-sm-5,
.bs3 .col-md-5,
.bs3 .col-lg-5,
.bs3 .col-xs-6,
.bs3 .col-sm-6,
.bs3 .col-md-6,
.bs3 .col-lg-6,
.bs3 .col-xs-7,
.bs3 .col-sm-7,
.bs3 .col-md-7,
.bs3 .col-lg-7,
.bs3 .col-xs-8,
.bs3 .col-sm-8,
.bs3 .col-md-8,
.bs3 .col-lg-8,
.bs3 .col-xs-9,
.bs3 .col-sm-9,
.bs3 .col-md-9,
.bs3 .col-lg-9,
.bs3 .col-xs-10,
.bs3 .col-sm-10,
.bs3 .col-md-10,
.bs3 .col-lg-10,
.bs3 .col-xs-11,
.bs3 .col-sm-11,
.bs3 .col-md-11,
.bs3 .col-lg-11,
.bs3 .col-xs-12,
.bs3 .col-sm-12,
.bs3 .col-md-12,
.bs3 .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.bs3 .col-xs-1,
.bs3 .col-xs-2,
.bs3 .col-xs-3,
.bs3 .col-xs-4,
.bs3 .col-xs-5,
.bs3 .col-xs-6,
.bs3 .col-xs-7,
.bs3 .col-xs-8,
.bs3 .col-xs-9,
.bs3 .col-xs-10,
.bs3 .col-xs-11,
.bs3 .col-xs-12 {
  float: left;
}
.bs3 .col-xs-12 {
  width: 100%;
}
.bs3 .col-xs-11 {
  width: 91.66666667%;
}
.bs3 .col-xs-10 {
  width: 83.33333333%;
}
.bs3 .col-xs-9 {
  width: 75%;
}
.bs3 .col-xs-8 {
  width: 66.66666667%;
}
.bs3 .col-xs-7 {
  width: 58.33333333%;
}
.bs3 .col-xs-6 {
  width: 50%;
}
.bs3 .col-xs-5 {
  width: 41.66666667%;
}
.bs3 .col-xs-4 {
  width: 33.33333333%;
}
.bs3 .col-xs-3 {
  width: 25%;
}
.bs3 .col-xs-2 {
  width: 16.66666667%;
}
.bs3 .col-xs-1 {
  width: 8.33333333%;
}
.bs3 .col-xs-pull-12 {
  right: 100%;
}
.bs3 .col-xs-pull-11 {
  right: 91.66666667%;
}
.bs3 .col-xs-pull-10 {
  right: 83.33333333%;
}
.bs3 .col-xs-pull-9 {
  right: 75%;
}
.bs3 .col-xs-pull-8 {
  right: 66.66666667%;
}
.bs3 .col-xs-pull-7 {
  right: 58.33333333%;
}
.bs3 .col-xs-pull-6 {
  right: 50%;
}
.bs3 .col-xs-pull-5 {
  right: 41.66666667%;
}
.bs3 .col-xs-pull-4 {
  right: 33.33333333%;
}
.bs3 .col-xs-pull-3 {
  right: 25%;
}
.bs3 .col-xs-pull-2 {
  right: 16.66666667%;
}
.bs3 .col-xs-pull-1 {
  right: 8.33333333%;
}
.bs3 .col-xs-pull-0 {
  right: auto;
}
.bs3 .col-xs-push-12 {
  left: 100%;
}
.bs3 .col-xs-push-11 {
  left: 91.66666667%;
}
.bs3 .col-xs-push-10 {
  left: 83.33333333%;
}
.bs3 .col-xs-push-9 {
  left: 75%;
}
.bs3 .col-xs-push-8 {
  left: 66.66666667%;
}
.bs3 .col-xs-push-7 {
  left: 58.33333333%;
}
.bs3 .col-xs-push-6 {
  left: 50%;
}
.bs3 .col-xs-push-5 {
  left: 41.66666667%;
}
.bs3 .col-xs-push-4 {
  left: 33.33333333%;
}
.bs3 .col-xs-push-3 {
  left: 25%;
}
.bs3 .col-xs-push-2 {
  left: 16.66666667%;
}
.bs3 .col-xs-push-1 {
  left: 8.33333333%;
}
.bs3 .col-xs-push-0 {
  left: auto;
}
.bs3 .col-xs-offset-12 {
  margin-left: 100%;
}
.bs3 .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.bs3 .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.bs3 .col-xs-offset-9 {
  margin-left: 75%;
}
.bs3 .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.bs3 .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.bs3 .col-xs-offset-6 {
  margin-left: 50%;
}
.bs3 .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.bs3 .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.bs3 .col-xs-offset-3 {
  margin-left: 25%;
}
.bs3 .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.bs3 .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.bs3 .col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .bs3 .col-sm-1,
  .bs3 .col-sm-2,
  .bs3 .col-sm-3,
  .bs3 .col-sm-4,
  .bs3 .col-sm-5,
  .bs3 .col-sm-6,
  .bs3 .col-sm-7,
  .bs3 .col-sm-8,
  .bs3 .col-sm-9,
  .bs3 .col-sm-10,
  .bs3 .col-sm-11,
  .bs3 .col-sm-12 {
    float: left;
  }
  .bs3 .col-sm-12 {
    width: 100%;
  }
  .bs3 .col-sm-11 {
    width: 91.66666667%;
  }
  .bs3 .col-sm-10 {
    width: 83.33333333%;
  }
  .bs3 .col-sm-9 {
    width: 75%;
  }
  .bs3 .col-sm-8 {
    width: 66.66666667%;
  }
  .bs3 .col-sm-7 {
    width: 58.33333333%;
  }
  .bs3 .col-sm-6 {
    width: 50%;
  }
  .bs3 .col-sm-5 {
    width: 41.66666667%;
  }
  .bs3 .col-sm-4 {
    width: 33.33333333%;
  }
  .bs3 .col-sm-3 {
    width: 25%;
  }
  .bs3 .col-sm-2 {
    width: 16.66666667%;
  }
  .bs3 .col-sm-1 {
    width: 8.33333333%;
  }
  .bs3 .col-sm-pull-12 {
    right: 100%;
  }
  .bs3 .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .bs3 .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .bs3 .col-sm-pull-9 {
    right: 75%;
  }
  .bs3 .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .bs3 .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .bs3 .col-sm-pull-6 {
    right: 50%;
  }
  .bs3 .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .bs3 .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .bs3 .col-sm-pull-3 {
    right: 25%;
  }
  .bs3 .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .bs3 .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .bs3 .col-sm-pull-0 {
    right: auto;
  }
  .bs3 .col-sm-push-12 {
    left: 100%;
  }
  .bs3 .col-sm-push-11 {
    left: 91.66666667%;
  }
  .bs3 .col-sm-push-10 {
    left: 83.33333333%;
  }
  .bs3 .col-sm-push-9 {
    left: 75%;
  }
  .bs3 .col-sm-push-8 {
    left: 66.66666667%;
  }
  .bs3 .col-sm-push-7 {
    left: 58.33333333%;
  }
  .bs3 .col-sm-push-6 {
    left: 50%;
  }
  .bs3 .col-sm-push-5 {
    left: 41.66666667%;
  }
  .bs3 .col-sm-push-4 {
    left: 33.33333333%;
  }
  .bs3 .col-sm-push-3 {
    left: 25%;
  }
  .bs3 .col-sm-push-2 {
    left: 16.66666667%;
  }
  .bs3 .col-sm-push-1 {
    left: 8.33333333%;
  }
  .bs3 .col-sm-push-0 {
    left: auto;
  }
  .bs3 .col-sm-offset-12 {
    margin-left: 100%;
  }
  .bs3 .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs3 .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs3 .col-sm-offset-9 {
    margin-left: 75%;
  }
  .bs3 .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs3 .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs3 .col-sm-offset-6 {
    margin-left: 50%;
  }
  .bs3 .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs3 .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs3 .col-sm-offset-3 {
    margin-left: 25%;
  }
  .bs3 .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs3 .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs3 .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bs3 .col-md-1,
  .bs3 .col-md-2,
  .bs3 .col-md-3,
  .bs3 .col-md-4,
  .bs3 .col-md-5,
  .bs3 .col-md-6,
  .bs3 .col-md-7,
  .bs3 .col-md-8,
  .bs3 .col-md-9,
  .bs3 .col-md-10,
  .bs3 .col-md-11,
  .bs3 .col-md-12 {
    float: left;
  }
  .bs3 .col-md-12 {
    width: 100%;
  }
  .bs3 .col-md-11 {
    width: 91.66666667%;
  }
  .bs3 .col-md-10 {
    width: 83.33333333%;
  }
  .bs3 .col-md-9 {
    width: 75%;
  }
  .bs3 .col-md-8 {
    width: 66.66666667%;
  }
  .bs3 .col-md-7 {
    width: 58.33333333%;
  }
  .bs3 .col-md-6 {
    width: 50%;
  }
  .bs3 .col-md-5 {
    width: 41.66666667%;
  }
  .bs3 .col-md-4 {
    width: 33.33333333%;
  }
  .bs3 .col-md-3 {
    width: 25%;
  }
  .bs3 .col-md-2 {
    width: 16.66666667%;
  }
  .bs3 .col-md-1 {
    width: 8.33333333%;
  }
  .bs3 .col-md-pull-12 {
    right: 100%;
  }
  .bs3 .col-md-pull-11 {
    right: 91.66666667%;
  }
  .bs3 .col-md-pull-10 {
    right: 83.33333333%;
  }
  .bs3 .col-md-pull-9 {
    right: 75%;
  }
  .bs3 .col-md-pull-8 {
    right: 66.66666667%;
  }
  .bs3 .col-md-pull-7 {
    right: 58.33333333%;
  }
  .bs3 .col-md-pull-6 {
    right: 50%;
  }
  .bs3 .col-md-pull-5 {
    right: 41.66666667%;
  }
  .bs3 .col-md-pull-4 {
    right: 33.33333333%;
  }
  .bs3 .col-md-pull-3 {
    right: 25%;
  }
  .bs3 .col-md-pull-2 {
    right: 16.66666667%;
  }
  .bs3 .col-md-pull-1 {
    right: 8.33333333%;
  }
  .bs3 .col-md-pull-0 {
    right: auto;
  }
  .bs3 .col-md-push-12 {
    left: 100%;
  }
  .bs3 .col-md-push-11 {
    left: 91.66666667%;
  }
  .bs3 .col-md-push-10 {
    left: 83.33333333%;
  }
  .bs3 .col-md-push-9 {
    left: 75%;
  }
  .bs3 .col-md-push-8 {
    left: 66.66666667%;
  }
  .bs3 .col-md-push-7 {
    left: 58.33333333%;
  }
  .bs3 .col-md-push-6 {
    left: 50%;
  }
  .bs3 .col-md-push-5 {
    left: 41.66666667%;
  }
  .bs3 .col-md-push-4 {
    left: 33.33333333%;
  }
  .bs3 .col-md-push-3 {
    left: 25%;
  }
  .bs3 .col-md-push-2 {
    left: 16.66666667%;
  }
  .bs3 .col-md-push-1 {
    left: 8.33333333%;
  }
  .bs3 .col-md-push-0 {
    left: auto;
  }
  .bs3 .col-md-offset-12 {
    margin-left: 100%;
  }
  .bs3 .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs3 .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs3 .col-md-offset-9 {
    margin-left: 75%;
  }
  .bs3 .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs3 .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs3 .col-md-offset-6 {
    margin-left: 50%;
  }
  .bs3 .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs3 .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs3 .col-md-offset-3 {
    margin-left: 25%;
  }
  .bs3 .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs3 .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs3 .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .bs3 .col-lg-1,
  .bs3 .col-lg-2,
  .bs3 .col-lg-3,
  .bs3 .col-lg-4,
  .bs3 .col-lg-5,
  .bs3 .col-lg-6,
  .bs3 .col-lg-7,
  .bs3 .col-lg-8,
  .bs3 .col-lg-9,
  .bs3 .col-lg-10,
  .bs3 .col-lg-11,
  .bs3 .col-lg-12 {
    float: left;
  }
  .bs3 .col-lg-12 {
    width: 100%;
  }
  .bs3 .col-lg-11 {
    width: 91.66666667%;
  }
  .bs3 .col-lg-10 {
    width: 83.33333333%;
  }
  .bs3 .col-lg-9 {
    width: 75%;
  }
  .bs3 .col-lg-8 {
    width: 66.66666667%;
  }
  .bs3 .col-lg-7 {
    width: 58.33333333%;
  }
  .bs3 .col-lg-6 {
    width: 50%;
  }
  .bs3 .col-lg-5 {
    width: 41.66666667%;
  }
  .bs3 .col-lg-4 {
    width: 33.33333333%;
  }
  .bs3 .col-lg-3 {
    width: 25%;
  }
  .bs3 .col-lg-2 {
    width: 16.66666667%;
  }
  .bs3 .col-lg-1 {
    width: 8.33333333%;
  }
  .bs3 .col-lg-pull-12 {
    right: 100%;
  }
  .bs3 .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .bs3 .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .bs3 .col-lg-pull-9 {
    right: 75%;
  }
  .bs3 .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .bs3 .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .bs3 .col-lg-pull-6 {
    right: 50%;
  }
  .bs3 .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .bs3 .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .bs3 .col-lg-pull-3 {
    right: 25%;
  }
  .bs3 .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .bs3 .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .bs3 .col-lg-pull-0 {
    right: auto;
  }
  .bs3 .col-lg-push-12 {
    left: 100%;
  }
  .bs3 .col-lg-push-11 {
    left: 91.66666667%;
  }
  .bs3 .col-lg-push-10 {
    left: 83.33333333%;
  }
  .bs3 .col-lg-push-9 {
    left: 75%;
  }
  .bs3 .col-lg-push-8 {
    left: 66.66666667%;
  }
  .bs3 .col-lg-push-7 {
    left: 58.33333333%;
  }
  .bs3 .col-lg-push-6 {
    left: 50%;
  }
  .bs3 .col-lg-push-5 {
    left: 41.66666667%;
  }
  .bs3 .col-lg-push-4 {
    left: 33.33333333%;
  }
  .bs3 .col-lg-push-3 {
    left: 25%;
  }
  .bs3 .col-lg-push-2 {
    left: 16.66666667%;
  }
  .bs3 .col-lg-push-1 {
    left: 8.33333333%;
  }
  .bs3 .col-lg-push-0 {
    left: auto;
  }
  .bs3 .col-lg-offset-12 {
    margin-left: 100%;
  }
  .bs3 .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .bs3 .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .bs3 .col-lg-offset-9 {
    margin-left: 75%;
  }
  .bs3 .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .bs3 .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .bs3 .col-lg-offset-6 {
    margin-left: 50%;
  }
  .bs3 .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .bs3 .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .bs3 .col-lg-offset-3 {
    margin-left: 25%;
  }
  .bs3 .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .bs3 .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .bs3 .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.bs3 table {
  background-color: transparent;
}
.bs3 caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left;
}
.bs3 th {
  text-align: left;
}
.bs3 .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.bs3 .table > thead > tr > th,
.bs3 .table > tbody > tr > th,
.bs3 .table > tfoot > tr > th,
.bs3 .table > thead > tr > td,
.bs3 .table > tbody > tr > td,
.bs3 .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.bs3 .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.bs3 .table > caption + thead > tr:first-child > th,
.bs3 .table > colgroup + thead > tr:first-child > th,
.bs3 .table > thead:first-child > tr:first-child > th,
.bs3 .table > caption + thead > tr:first-child > td,
.bs3 .table > colgroup + thead > tr:first-child > td,
.bs3 .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.bs3 .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.bs3 .table .table {
  background-color: #ffffff;
}
.bs3 .table-condensed > thead > tr > th,
.bs3 .table-condensed > tbody > tr > th,
.bs3 .table-condensed > tfoot > tr > th,
.bs3 .table-condensed > thead > tr > td,
.bs3 .table-condensed > tbody > tr > td,
.bs3 .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.bs3 .table-bordered {
  border: 1px solid #dddddd;
}
.bs3 .table-bordered > thead > tr > th,
.bs3 .table-bordered > tbody > tr > th,
.bs3 .table-bordered > tfoot > tr > th,
.bs3 .table-bordered > thead > tr > td,
.bs3 .table-bordered > tbody > tr > td,
.bs3 .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.bs3 .table-bordered > thead > tr > th,
.bs3 .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.bs3 .table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.bs3 .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.bs3 table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
.bs3 table td[class*="col-"],
.bs3 table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.bs3 .table > thead > tr > td.active,
.bs3 .table > tbody > tr > td.active,
.bs3 .table > tfoot > tr > td.active,
.bs3 .table > thead > tr > th.active,
.bs3 .table > tbody > tr > th.active,
.bs3 .table > tfoot > tr > th.active,
.bs3 .table > thead > tr.active > td,
.bs3 .table > tbody > tr.active > td,
.bs3 .table > tfoot > tr.active > td,
.bs3 .table > thead > tr.active > th,
.bs3 .table > tbody > tr.active > th,
.bs3 .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.bs3 .table-hover > tbody > tr > td.active:hover,
.bs3 .table-hover > tbody > tr > th.active:hover,
.bs3 .table-hover > tbody > tr.active:hover > td,
.bs3 .table-hover > tbody > tr:hover > .active,
.bs3 .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.bs3 .table > thead > tr > td.success,
.bs3 .table > tbody > tr > td.success,
.bs3 .table > tfoot > tr > td.success,
.bs3 .table > thead > tr > th.success,
.bs3 .table > tbody > tr > th.success,
.bs3 .table > tfoot > tr > th.success,
.bs3 .table > thead > tr.success > td,
.bs3 .table > tbody > tr.success > td,
.bs3 .table > tfoot > tr.success > td,
.bs3 .table > thead > tr.success > th,
.bs3 .table > tbody > tr.success > th,
.bs3 .table > tfoot > tr.success > th {
  background-color: #e1f7ea;
}
.bs3 .table-hover > tbody > tr > td.success:hover,
.bs3 .table-hover > tbody > tr > th.success:hover,
.bs3 .table-hover > tbody > tr.success:hover > td,
.bs3 .table-hover > tbody > tr:hover > .success,
.bs3 .table-hover > tbody > tr.success:hover > th {
  background-color: #cdf2dc;
}
.bs3 .table > thead > tr > td.info,
.bs3 .table > tbody > tr > td.info,
.bs3 .table > tfoot > tr > td.info,
.bs3 .table > thead > tr > th.info,
.bs3 .table > tbody > tr > th.info,
.bs3 .table > tfoot > tr > th.info,
.bs3 .table > thead > tr.info > td,
.bs3 .table > tbody > tr.info > td,
.bs3 .table > tfoot > tr.info > td,
.bs3 .table > thead > tr.info > th,
.bs3 .table > tbody > tr.info > th,
.bs3 .table > tfoot > tr.info > th {
  background-color: #e2f0f9;
}
.bs3 .table-hover > tbody > tr > td.info:hover,
.bs3 .table-hover > tbody > tr > th.info:hover,
.bs3 .table-hover > tbody > tr.info:hover > td,
.bs3 .table-hover > tbody > tr:hover > .info,
.bs3 .table-hover > tbody > tr.info:hover > th {
  background-color: #cde5f5;
}
.bs3 .table > thead > tr > td.warning,
.bs3 .table > tbody > tr > td.warning,
.bs3 .table > tfoot > tr > td.warning,
.bs3 .table > thead > tr > th.warning,
.bs3 .table > tbody > tr > th.warning,
.bs3 .table > tfoot > tr > th.warning,
.bs3 .table > thead > tr.warning > td,
.bs3 .table > tbody > tr.warning > td,
.bs3 .table > tfoot > tr.warning > td,
.bs3 .table > thead > tr.warning > th,
.bs3 .table > tbody > tr.warning > th,
.bs3 .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.bs3 .table-hover > tbody > tr > td.warning:hover,
.bs3 .table-hover > tbody > tr > th.warning:hover,
.bs3 .table-hover > tbody > tr.warning:hover > td,
.bs3 .table-hover > tbody > tr:hover > .warning,
.bs3 .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.bs3 .table > thead > tr > td.danger,
.bs3 .table > tbody > tr > td.danger,
.bs3 .table > tfoot > tr > td.danger,
.bs3 .table > thead > tr > th.danger,
.bs3 .table > tbody > tr > th.danger,
.bs3 .table > tfoot > tr > th.danger,
.bs3 .table > thead > tr.danger > td,
.bs3 .table > tbody > tr.danger > td,
.bs3 .table > tfoot > tr.danger > td,
.bs3 .table > thead > tr.danger > th,
.bs3 .table > tbody > tr.danger > th,
.bs3 .table > tfoot > tr.danger > th {
  background-color: #fceaeb;
}
.bs3 .table-hover > tbody > tr > td.danger:hover,
.bs3 .table-hover > tbody > tr > th.danger:hover,
.bs3 .table-hover > tbody > tr.danger:hover > td,
.bs3 .table-hover > tbody > tr:hover > .danger,
.bs3 .table-hover > tbody > tr.danger:hover > th {
  background-color: #f9d4d6;
}
.bs3 .table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .bs3 .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .bs3 .table-responsive > .table {
    margin-bottom: 0;
  }
  .bs3 .table-responsive > .table > thead > tr > th,
  .bs3 .table-responsive > .table > tbody > tr > th,
  .bs3 .table-responsive > .table > tfoot > tr > th,
  .bs3 .table-responsive > .table > thead > tr > td,
  .bs3 .table-responsive > .table > tbody > tr > td,
  .bs3 .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .bs3 .table-responsive > .table-bordered {
    border: 0;
  }
  .bs3 .table-responsive > .table-bordered > thead > tr > th:first-child,
  .bs3 .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .bs3 .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .bs3 .table-responsive > .table-bordered > thead > tr > td:first-child,
  .bs3 .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .bs3 .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .bs3 .table-responsive > .table-bordered > thead > tr > th:last-child,
  .bs3 .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .bs3 .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .bs3 .table-responsive > .table-bordered > thead > tr > td:last-child,
  .bs3 .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .bs3 .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .bs3 .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .bs3 .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .bs3 .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .bs3 .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.bs3 fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
.bs3 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.bs3 label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.bs3 input[type="search"] {
  box-sizing: border-box;
}
.bs3 input[type="radio"],
.bs3 input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.bs3 input[type="file"] {
  display: block;
}
.bs3 input[type="range"] {
  display: block;
  width: 100%;
}
.bs3 select[multiple],
.bs3 select[size] {
  height: auto;
}
.bs3 input[type="file"]:focus,
.bs3 input[type="radio"]:focus,
.bs3 input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs3 output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.bs3 .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bs3 .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bs3 .form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.bs3 .form-control:-ms-input-placeholder {
  color: #808080;
}
.bs3 .form-control::-webkit-input-placeholder {
  color: #808080;
}
.bs3 .form-control[disabled],
.bs3 .form-control[readonly],
.bs3 fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
.bs3 textarea.form-control {
  height: auto;
}
.bs3 input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .bs3 input[type="date"],
  .bs3 input[type="time"],
  .bs3 input[type="datetime-local"],
  .bs3 input[type="month"] {
    line-height: 34px;
  }
  .bs3 input[type="date"].input-sm,
  .bs3 input[type="time"].input-sm,
  .bs3 input[type="datetime-local"].input-sm,
  .bs3 input[type="month"].input-sm {
    line-height: 30px;
  }
  .bs3 input[type="date"].input-lg,
  .bs3 input[type="time"].input-lg,
  .bs3 input[type="datetime-local"].input-lg,
  .bs3 input[type="month"].input-lg {
    line-height: 46px;
  }
}
.bs3 .form-group {
  margin-bottom: 15px;
}
.bs3 .radio,
.bs3 .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bs3 .radio label,
.bs3 .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.bs3 .radio input[type="radio"],
.bs3 .radio-inline input[type="radio"],
.bs3 .checkbox input[type="checkbox"],
.bs3 .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.bs3 .radio + .radio,
.bs3 .checkbox + .checkbox {
  margin-top: -5px;
}
.bs3 .radio-inline,
.bs3 .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.bs3 .radio-inline + .radio-inline,
.bs3 .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.bs3 input[type="radio"][disabled],
.bs3 input[type="checkbox"][disabled],
.bs3 input[type="radio"].disabled,
.bs3 input[type="checkbox"].disabled,
.bs3 fieldset[disabled] input[type="radio"],
.bs3 fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.bs3 .radio-inline.disabled,
.bs3 .checkbox-inline.disabled,
.bs3 fieldset[disabled] .radio-inline,
.bs3 fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.bs3 .radio.disabled label,
.bs3 .checkbox.disabled label,
.bs3 fieldset[disabled] .radio label,
.bs3 fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.bs3 .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.bs3 .form-control-static.input-lg,
.bs3 .form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.bs3 .input-sm,
.bs3 .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 select.input-sm,
.bs3 select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
.bs3 textarea.input-sm,
.bs3 textarea.form-group-sm .form-control,
.bs3 select[multiple].input-sm,
.bs3 select[multiple].form-group-sm .form-control {
  height: auto;
}
.bs3 .input-lg,
.bs3 .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
.bs3 select.input-lg,
.bs3 select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
.bs3 textarea.input-lg,
.bs3 textarea.form-group-lg .form-control,
.bs3 select[multiple].input-lg,
.bs3 select[multiple].form-group-lg .form-control {
  height: auto;
}
.bs3 .has-feedback {
  position: relative;
}
.bs3 .has-feedback .form-control {
  padding-right: 42.5px;
}
.bs3 .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.bs3 .input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.bs3 .input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bs3 .has-success .help-block,
.bs3 .has-success .control-label,
.bs3 .has-success .radio,
.bs3 .has-success .checkbox,
.bs3 .has-success .radio-inline,
.bs3 .has-success .checkbox-inline,
.bs3 .has-success.radio label,
.bs3 .has-success.checkbox label,
.bs3 .has-success.radio-inline label,
.bs3 .has-success.checkbox-inline label {
  color: #30ad63;
}
.bs3 .has-success .form-control {
  border-color: #30ad63;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs3 .has-success .form-control:focus {
  border-color: #25854c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #6dd698;
}
.bs3 .has-success .input-group-addon {
  color: #30ad63;
  border-color: #30ad63;
  background-color: #e1f7ea;
}
.bs3 .has-success .form-control-feedback {
  color: #30ad63;
}
.bs3 .has-warning .help-block,
.bs3 .has-warning .control-label,
.bs3 .has-warning .radio,
.bs3 .has-warning .checkbox,
.bs3 .has-warning .radio-inline,
.bs3 .has-warning .checkbox-inline,
.bs3 .has-warning.radio label,
.bs3 .has-warning.checkbox label,
.bs3 .has-warning.radio-inline label,
.bs3 .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.bs3 .has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs3 .has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.bs3 .has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.bs3 .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.bs3 .has-error .help-block,
.bs3 .has-error .control-label,
.bs3 .has-error .radio,
.bs3 .has-error .checkbox,
.bs3 .has-error .radio-inline,
.bs3 .has-error .checkbox-inline,
.bs3 .has-error.radio label,
.bs3 .has-error.checkbox label,
.bs3 .has-error.radio-inline label,
.bs3 .has-error.checkbox-inline label {
  color: #d7555c;
}
.bs3 .has-error .form-control {
  border-color: #d7555c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.bs3 .has-error .form-control:focus {
  border-color: #ca2f38;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eaa8ab;
}
.bs3 .has-error .input-group-addon {
  color: #d7555c;
  border-color: #d7555c;
  background-color: #fceaeb;
}
.bs3 .has-error .form-control-feedback {
  color: #d7555c;
}
.bs3 .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.bs3 .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.bs3 .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .bs3 .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bs3 .form-inline .form-control-static {
    display: inline-block;
  }
  .bs3 .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bs3 .form-inline .input-group .input-group-addon,
  .bs3 .form-inline .input-group .input-group-btn,
  .bs3 .form-inline .input-group .form-control {
    width: auto;
  }
  .bs3 .form-inline .input-group > .form-control {
    width: 100%;
  }
  .bs3 .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .form-inline .radio,
  .bs3 .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .form-inline .radio label,
  .bs3 .form-inline .checkbox label {
    padding-left: 0;
  }
  .bs3 .form-inline .radio input[type="radio"],
  .bs3 .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bs3 .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.bs3 .form-horizontal .radio,
.bs3 .form-horizontal .checkbox,
.bs3 .form-horizontal .radio-inline,
.bs3 .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.bs3 .form-horizontal .radio,
.bs3 .form-horizontal .checkbox {
  min-height: 27px;
}
.bs3 .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .bs3 .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.bs3 .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .bs3 .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .bs3 .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.bs3 .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bs3 .btn:focus,
.bs3 .btn:active:focus,
.bs3 .btn.active:focus,
.bs3 .btn.focus,
.bs3 .btn:active.focus,
.bs3 .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bs3 .btn:hover,
.bs3 .btn:focus,
.bs3 .btn.focus {
  color: #555555;
  text-decoration: none;
}
.bs3 .btn:active,
.bs3 .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bs3 .btn.disabled,
.bs3 .btn[disabled],
.bs3 fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.bs3 .btn-default {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
}
.bs3 .btn-default:hover,
.bs3 .btn-default:focus,
.bs3 .btn-default.focus,
.bs3 .btn-default:active,
.bs3 .btn-default.active,
.bs3 .open > .dropdown-toggle.btn-default {
  color: #555555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.bs3 .btn-default:active,
.bs3 .btn-default.active,
.bs3 .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.bs3 .btn-default.disabled,
.bs3 .btn-default[disabled],
.bs3 fieldset[disabled] .btn-default,
.bs3 .btn-default.disabled:hover,
.bs3 .btn-default[disabled]:hover,
.bs3 fieldset[disabled] .btn-default:hover,
.bs3 .btn-default.disabled:focus,
.bs3 .btn-default[disabled]:focus,
.bs3 fieldset[disabled] .btn-default:focus,
.bs3 .btn-default.disabled.focus,
.bs3 .btn-default[disabled].focus,
.bs3 fieldset[disabled] .btn-default.focus,
.bs3 .btn-default.disabled:active,
.bs3 .btn-default[disabled]:active,
.bs3 fieldset[disabled] .btn-default:active,
.bs3 .btn-default.disabled.active,
.bs3 .btn-default[disabled].active,
.bs3 fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.bs3 .btn-default .badge {
  color: #ffffff;
  background-color: #555555;
}
.bs3 .btn-primary {
  color: #ffffff;
  background-color: #409ad6;
  border-color: #2d8fd0;
}
.bs3 .btn-primary:hover,
.bs3 .btn-primary:focus,
.bs3 .btn-primary.focus,
.bs3 .btn-primary:active,
.bs3 .btn-primary.active,
.bs3 .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #2880bb;
  border-color: #226c9d;
}
.bs3 .btn-primary:active,
.bs3 .btn-primary.active,
.bs3 .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.bs3 .btn-primary.disabled,
.bs3 .btn-primary[disabled],
.bs3 fieldset[disabled] .btn-primary,
.bs3 .btn-primary.disabled:hover,
.bs3 .btn-primary[disabled]:hover,
.bs3 fieldset[disabled] .btn-primary:hover,
.bs3 .btn-primary.disabled:focus,
.bs3 .btn-primary[disabled]:focus,
.bs3 fieldset[disabled] .btn-primary:focus,
.bs3 .btn-primary.disabled.focus,
.bs3 .btn-primary[disabled].focus,
.bs3 fieldset[disabled] .btn-primary.focus,
.bs3 .btn-primary.disabled:active,
.bs3 .btn-primary[disabled]:active,
.bs3 fieldset[disabled] .btn-primary:active,
.bs3 .btn-primary.disabled.active,
.bs3 .btn-primary[disabled].active,
.bs3 fieldset[disabled] .btn-primary.active {
  background-color: #409ad6;
  border-color: #2d8fd0;
}
.bs3 .btn-primary .badge {
  color: #409ad6;
  background-color: #ffffff;
}
.bs3 .btn-success {
  color: #ffffff;
  background-color: #58db8e;
  border-color: #43d680;
}
.bs3 .btn-success:hover,
.bs3 .btn-success:focus,
.bs3 .btn-success.focus,
.bs3 .btn-success:active,
.bs3 .btn-success.active,
.bs3 .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #2ed272;
  border-color: #27b562;
}
.bs3 .btn-success:active,
.bs3 .btn-success.active,
.bs3 .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.bs3 .btn-success.disabled,
.bs3 .btn-success[disabled],
.bs3 fieldset[disabled] .btn-success,
.bs3 .btn-success.disabled:hover,
.bs3 .btn-success[disabled]:hover,
.bs3 fieldset[disabled] .btn-success:hover,
.bs3 .btn-success.disabled:focus,
.bs3 .btn-success[disabled]:focus,
.bs3 fieldset[disabled] .btn-success:focus,
.bs3 .btn-success.disabled.focus,
.bs3 .btn-success[disabled].focus,
.bs3 fieldset[disabled] .btn-success.focus,
.bs3 .btn-success.disabled:active,
.bs3 .btn-success[disabled]:active,
.bs3 fieldset[disabled] .btn-success:active,
.bs3 .btn-success.disabled.active,
.bs3 .btn-success[disabled].active,
.bs3 fieldset[disabled] .btn-success.active {
  background-color: #58db8e;
  border-color: #43d680;
}
.bs3 .btn-success .badge {
  color: #58db8e;
  background-color: #ffffff;
}
.bs3 .btn-info {
  color: #ffffff;
  background-color: #01bcd4;
  border-color: #01a5bb;
}
.bs3 .btn-info:hover,
.bs3 .btn-info:focus,
.bs3 .btn-info.focus,
.bs3 .btn-info:active,
.bs3 .btn-info.active,
.bs3 .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #018fa1;
  border-color: #016f7e;
}
.bs3 .btn-info:active,
.bs3 .btn-info.active,
.bs3 .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.bs3 .btn-info.disabled,
.bs3 .btn-info[disabled],
.bs3 fieldset[disabled] .btn-info,
.bs3 .btn-info.disabled:hover,
.bs3 .btn-info[disabled]:hover,
.bs3 fieldset[disabled] .btn-info:hover,
.bs3 .btn-info.disabled:focus,
.bs3 .btn-info[disabled]:focus,
.bs3 fieldset[disabled] .btn-info:focus,
.bs3 .btn-info.disabled.focus,
.bs3 .btn-info[disabled].focus,
.bs3 fieldset[disabled] .btn-info.focus,
.bs3 .btn-info.disabled:active,
.bs3 .btn-info[disabled]:active,
.bs3 fieldset[disabled] .btn-info:active,
.bs3 .btn-info.disabled.active,
.bs3 .btn-info[disabled].active,
.bs3 fieldset[disabled] .btn-info.active {
  background-color: #01bcd4;
  border-color: #01a5bb;
}
.bs3 .btn-info .badge {
  color: #01bcd4;
  background-color: #ffffff;
}
.bs3 .btn-warning {
  color: #ffffff;
  background-color: #ffc702;
  border-color: #e8b400;
}
.bs3 .btn-warning:hover,
.bs3 .btn-warning:focus,
.bs3 .btn-warning.focus,
.bs3 .btn-warning:active,
.bs3 .btn-warning.active,
.bs3 .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cea000;
  border-color: #aa8500;
}
.bs3 .btn-warning:active,
.bs3 .btn-warning.active,
.bs3 .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.bs3 .btn-warning.disabled,
.bs3 .btn-warning[disabled],
.bs3 fieldset[disabled] .btn-warning,
.bs3 .btn-warning.disabled:hover,
.bs3 .btn-warning[disabled]:hover,
.bs3 fieldset[disabled] .btn-warning:hover,
.bs3 .btn-warning.disabled:focus,
.bs3 .btn-warning[disabled]:focus,
.bs3 fieldset[disabled] .btn-warning:focus,
.bs3 .btn-warning.disabled.focus,
.bs3 .btn-warning[disabled].focus,
.bs3 fieldset[disabled] .btn-warning.focus,
.bs3 .btn-warning.disabled:active,
.bs3 .btn-warning[disabled]:active,
.bs3 fieldset[disabled] .btn-warning:active,
.bs3 .btn-warning.disabled.active,
.bs3 .btn-warning[disabled].active,
.bs3 fieldset[disabled] .btn-warning.active {
  background-color: #ffc702;
  border-color: #e8b400;
}
.bs3 .btn-warning .badge {
  color: #ffc702;
  background-color: #ffffff;
}
.bs3 .btn-danger {
  color: #ffffff;
  background-color: #d7555c;
  border-color: #d24048;
}
.bs3 .btn-danger:hover,
.bs3 .btn-danger:focus,
.bs3 .btn-danger.focus,
.bs3 .btn-danger:active,
.bs3 .btn-danger.active,
.bs3 .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ca2f38;
  border-color: #ad2930;
}
.bs3 .btn-danger:active,
.bs3 .btn-danger.active,
.bs3 .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.bs3 .btn-danger.disabled,
.bs3 .btn-danger[disabled],
.bs3 fieldset[disabled] .btn-danger,
.bs3 .btn-danger.disabled:hover,
.bs3 .btn-danger[disabled]:hover,
.bs3 fieldset[disabled] .btn-danger:hover,
.bs3 .btn-danger.disabled:focus,
.bs3 .btn-danger[disabled]:focus,
.bs3 fieldset[disabled] .btn-danger:focus,
.bs3 .btn-danger.disabled.focus,
.bs3 .btn-danger[disabled].focus,
.bs3 fieldset[disabled] .btn-danger.focus,
.bs3 .btn-danger.disabled:active,
.bs3 .btn-danger[disabled]:active,
.bs3 fieldset[disabled] .btn-danger:active,
.bs3 .btn-danger.disabled.active,
.bs3 .btn-danger[disabled].active,
.bs3 fieldset[disabled] .btn-danger.active {
  background-color: #d7555c;
  border-color: #d24048;
}
.bs3 .btn-danger .badge {
  color: #d7555c;
  background-color: #ffffff;
}
.bs3 .btn-link {
  color: #409ad6;
  font-weight: normal;
  border-radius: 0;
}
.bs3 .btn-link,
.bs3 .btn-link:active,
.bs3 .btn-link.active,
.bs3 .btn-link[disabled],
.bs3 fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.bs3 .btn-link,
.bs3 .btn-link:hover,
.bs3 .btn-link:focus,
.bs3 .btn-link:active {
  border-color: transparent;
}
.bs3 .btn-link:hover,
.bs3 .btn-link:focus {
  color: #2472a6;
  text-decoration: underline;
  background-color: transparent;
}
.bs3 .btn-link[disabled]:hover,
.bs3 fieldset[disabled] .btn-link:hover,
.bs3 .btn-link[disabled]:focus,
.bs3 fieldset[disabled] .btn-link:focus {
  color: #808080;
  text-decoration: none;
}
.bs3 .btn-lg,
.bs3 .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
.bs3 .btn-sm,
.bs3 .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 .btn-xs,
.bs3 .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 .btn-block {
  display: block;
  width: 100%;
}
.bs3 .btn-block + .btn-block {
  margin-top: 5px;
}
.bs3 input[type="submit"].btn-block,
.bs3 input[type="reset"].btn-block,
.bs3 input[type="button"].btn-block {
  width: 100%;
}
.bs3 .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.bs3 .fade.in {
  opacity: 1;
}
.bs3 .collapse {
  display: none;
  visibility: hidden;
}
.bs3 .collapse.in {
  display: block;
  visibility: visible;
}
.bs3 tr.collapse.in {
  display: table-row;
}
.bs3 tbody.collapse.in {
  display: table-row-group;
}
.bs3 .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.bs3 .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;
}
.bs3 .dropdown {
  position: relative;
}
.bs3 .dropdown-toggle:focus {
  outline: 0;
}
.bs3 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.bs3 .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.bs3 .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bs3 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.bs3 .dropdown-menu > li > a:hover,
.bs3 .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.bs3 .dropdown-menu > .active > a,
.bs3 .dropdown-menu > .active > a:hover,
.bs3 .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #409ad6;
}
.bs3 .dropdown-menu > .disabled > a,
.bs3 .dropdown-menu > .disabled > a:hover,
.bs3 .dropdown-menu > .disabled > a:focus {
  color: #808080;
}
.bs3 .dropdown-menu > .disabled > a:hover,
.bs3 .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.bs3 .open > .dropdown-menu {
  display: block;
}
.bs3 .open > a {
  outline: 0;
}
.bs3 .dropdown-menu-right {
  left: auto;
  right: 0;
}
.bs3 .dropdown-menu-left {
  left: 0;
  right: auto;
}
.bs3 .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #808080;
  white-space: nowrap;
}
.bs3 .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.bs3 .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.bs3 .dropup .caret,
.bs3 .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.bs3 .dropup .dropdown-menu,
.bs3 .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .bs3 .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .bs3 .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.bs3 .btn-group,
.bs3 .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.bs3 .btn-group > .btn,
.bs3 .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.bs3 .btn-group > .btn:hover,
.bs3 .btn-group-vertical > .btn:hover,
.bs3 .btn-group > .btn:focus,
.bs3 .btn-group-vertical > .btn:focus,
.bs3 .btn-group > .btn:active,
.bs3 .btn-group-vertical > .btn:active,
.bs3 .btn-group > .btn.active,
.bs3 .btn-group-vertical > .btn.active {
  z-index: 2;
}
.bs3 .btn-group .btn + .btn,
.bs3 .btn-group .btn + .btn-group,
.bs3 .btn-group .btn-group + .btn,
.bs3 .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.bs3 .btn-toolbar {
  margin-left: -5px;
}
.bs3 .btn-toolbar .btn-group,
.bs3 .btn-toolbar .input-group {
  float: left;
}
.bs3 .btn-toolbar > .btn,
.bs3 .btn-toolbar > .btn-group,
.bs3 .btn-toolbar > .input-group {
  margin-left: 5px;
}
.bs3 .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.bs3 .btn-group > .btn:first-child {
  margin-left: 0;
}
.bs3 .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bs3 .btn-group > .btn:last-child:not(:first-child),
.bs3 .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .btn-group > .btn-group {
  float: left;
}
.bs3 .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bs3 .btn-group > .btn-group:first-child > .btn:last-child,
.bs3 .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bs3 .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .btn-group .dropdown-toggle:active,
.bs3 .btn-group.open .dropdown-toggle {
  outline: 0;
}
.bs3 .btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.bs3 .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.bs3 .btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bs3 .btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.bs3 .btn .caret {
  margin-left: 0;
}
.bs3 .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.bs3 .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.bs3 .btn-group-vertical > .btn,
.bs3 .btn-group-vertical > .btn-group,
.bs3 .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.bs3 .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.bs3 .btn-group-vertical > .btn + .btn,
.bs3 .btn-group-vertical > .btn + .btn-group,
.bs3 .btn-group-vertical > .btn-group + .btn,
.bs3 .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.bs3 .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bs3 .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bs3 .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.bs3 .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bs3 .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.bs3 .btn-group-justified > .btn,
.bs3 .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.bs3 .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.bs3 .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.bs3 [data-toggle="buttons"] > .btn input[type="radio"],
.bs3 [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.bs3 [data-toggle="buttons"] > .btn input[type="checkbox"],
.bs3 [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.bs3 .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.bs3 .input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.bs3 .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.bs3 .input-group-lg > .form-control,
.bs3 .input-group-lg > .input-group-addon,
.bs3 .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 5px;
}
.bs3 select.input-group-lg > .form-control,
.bs3 select.input-group-lg > .input-group-addon,
.bs3 select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.bs3 textarea.input-group-lg > .form-control,
.bs3 textarea.input-group-lg > .input-group-addon,
.bs3 textarea.input-group-lg > .input-group-btn > .btn,
.bs3 select[multiple].input-group-lg > .form-control,
.bs3 select[multiple].input-group-lg > .input-group-addon,
.bs3 select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.bs3 .input-group-sm > .form-control,
.bs3 .input-group-sm > .input-group-addon,
.bs3 .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 select.input-group-sm > .form-control,
.bs3 select.input-group-sm > .input-group-addon,
.bs3 select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.bs3 textarea.input-group-sm > .form-control,
.bs3 textarea.input-group-sm > .input-group-addon,
.bs3 textarea.input-group-sm > .input-group-btn > .btn,
.bs3 select[multiple].input-group-sm > .form-control,
.bs3 select[multiple].input-group-sm > .input-group-addon,
.bs3 select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.bs3 .input-group-addon,
.bs3 .input-group-btn,
.bs3 .input-group .form-control {
  display: table-cell;
}
.bs3 .input-group-addon:not(:first-child):not(:last-child),
.bs3 .input-group-btn:not(:first-child):not(:last-child),
.bs3 .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.bs3 .input-group-addon,
.bs3 .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.bs3 .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.bs3 .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.bs3 .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 5px;
}
.bs3 .input-group-addon input[type="radio"],
.bs3 .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.bs3 .input-group .form-control:first-child,
.bs3 .input-group-addon:first-child,
.bs3 .input-group-btn:first-child > .btn,
.bs3 .input-group-btn:first-child > .btn-group > .btn,
.bs3 .input-group-btn:first-child > .dropdown-toggle,
.bs3 .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.bs3 .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.bs3 .input-group-addon:first-child {
  border-right: 0;
}
.bs3 .input-group .form-control:last-child,
.bs3 .input-group-addon:last-child,
.bs3 .input-group-btn:last-child > .btn,
.bs3 .input-group-btn:last-child > .btn-group > .btn,
.bs3 .input-group-btn:last-child > .dropdown-toggle,
.bs3 .input-group-btn:first-child > .btn:not(:first-child),
.bs3 .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .input-group-addon:last-child {
  border-left: 0;
}
.bs3 .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.bs3 .input-group-btn > .btn {
  position: relative;
}
.bs3 .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.bs3 .input-group-btn > .btn:hover,
.bs3 .input-group-btn > .btn:focus,
.bs3 .input-group-btn > .btn:active {
  z-index: 2;
}
.bs3 .input-group-btn:first-child > .btn,
.bs3 .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.bs3 .input-group-btn:last-child > .btn,
.bs3 .input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.bs3 .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.bs3 .nav > li {
  position: relative;
  display: block;
}
.bs3 .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.bs3 .nav > li > a:hover,
.bs3 .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.bs3 .nav > li.disabled > a {
  color: #808080;
}
.bs3 .nav > li.disabled > a:hover,
.bs3 .nav > li.disabled > a:focus {
  color: #808080;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.bs3 .nav .open > a,
.bs3 .nav .open > a:hover,
.bs3 .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #409ad6;
}
.bs3 .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.bs3 .nav > li > a > img {
  max-width: none;
}
.bs3 .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.bs3 .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.bs3 .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.bs3 .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.bs3 .nav-tabs > li.active > a,
.bs3 .nav-tabs > li.active > a:hover,
.bs3 .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.bs3 .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.bs3 .nav-tabs.nav-justified > li {
  float: none;
}
.bs3 .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bs3 .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bs3 .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bs3 .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bs3 .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.bs3 .nav-tabs.nav-justified > .active > a,
.bs3 .nav-tabs.nav-justified > .active > a:hover,
.bs3 .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bs3 .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .bs3 .nav-tabs.nav-justified > .active > a,
  .bs3 .nav-tabs.nav-justified > .active > a:hover,
  .bs3 .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bs3 .nav-pills > li {
  float: left;
}
.bs3 .nav-pills > li > a {
  border-radius: 3px;
}
.bs3 .nav-pills > li + li {
  margin-left: 2px;
}
.bs3 .nav-pills > li.active > a,
.bs3 .nav-pills > li.active > a:hover,
.bs3 .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #409ad6;
}
.bs3 .nav-stacked > li {
  float: none;
}
.bs3 .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.bs3 .nav-justified {
  width: 100%;
}
.bs3 .nav-justified > li {
  float: none;
}
.bs3 .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.bs3 .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .bs3 .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .bs3 .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.bs3 .nav-tabs-justified {
  border-bottom: 0;
}
.bs3 .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.bs3 .nav-tabs-justified > .active > a,
.bs3 .nav-tabs-justified > .active > a:hover,
.bs3 .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .bs3 .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .bs3 .nav-tabs-justified > .active > a,
  .bs3 .nav-tabs-justified > .active > a:hover,
  .bs3 .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.bs3 .tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.bs3 .tab-content > .active {
  display: block;
  visibility: visible;
}
.bs3 .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .bs3 .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .bs3 .navbar-header {
    float: left;
  }
}
.bs3 .navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.bs3 .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .bs3 .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .bs3 .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .bs3 .navbar-collapse.in {
    overflow-y: visible;
  }
  .bs3 .navbar-fixed-top .navbar-collapse,
  .bs3 .navbar-static-top .navbar-collapse,
  .bs3 .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.bs3 .navbar-fixed-top .navbar-collapse,
.bs3 .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .bs3 .navbar-fixed-top .navbar-collapse,
  .bs3 .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.bs3 .container > .navbar-header,
.bs3 .container-fluid > .navbar-header,
.bs3 .container > .navbar-collapse,
.bs3 .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .bs3 .container > .navbar-header,
  .bs3 .container-fluid > .navbar-header,
  .bs3 .container > .navbar-collapse,
  .bs3 .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.bs3 .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .bs3 .navbar-static-top {
    border-radius: 0;
  }
}
.bs3 .navbar-fixed-top,
.bs3 .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .bs3 .navbar-fixed-top,
  .bs3 .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.bs3 .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.bs3 .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.bs3 .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.bs3 .navbar-brand:hover,
.bs3 .navbar-brand:focus {
  text-decoration: none;
}
.bs3 .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .bs3 .navbar > .container .navbar-brand,
  .bs3 .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.bs3 .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bs3 .navbar-toggle:focus {
  outline: 0;
}
.bs3 .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.bs3 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .bs3 .navbar-toggle {
    display: none;
  }
}
.bs3 .navbar-nav {
  margin: 7.5px -15px;
}
.bs3 .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .bs3 .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .bs3 .navbar-nav .open .dropdown-menu > li > a,
  .bs3 .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .bs3 .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .bs3 .navbar-nav .open .dropdown-menu > li > a:hover,
  .bs3 .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .bs3 .navbar-nav {
    float: left;
    margin: 0;
  }
  .bs3 .navbar-nav > li {
    float: left;
  }
  .bs3 .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.bs3 .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .bs3 .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .bs3 .navbar-form .form-control-static {
    display: inline-block;
  }
  .bs3 .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .bs3 .navbar-form .input-group .input-group-addon,
  .bs3 .navbar-form .input-group .input-group-btn,
  .bs3 .navbar-form .input-group .form-control {
    width: auto;
  }
  .bs3 .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .bs3 .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .navbar-form .radio,
  .bs3 .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .bs3 .navbar-form .radio label,
  .bs3 .navbar-form .checkbox label {
    padding-left: 0;
  }
  .bs3 .navbar-form .radio input[type="radio"],
  .bs3 .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .bs3 .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .bs3 .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bs3 .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .bs3 .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.bs3 .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.bs3 .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.bs3 .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.bs3 .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bs3 .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.bs3 .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .bs3 .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .bs3 .navbar-left {
    float: left !important;
  }
  .bs3 .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .bs3 .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.bs3 .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.bs3 .navbar-default .navbar-brand {
  color: #777777;
}
.bs3 .navbar-default .navbar-brand:hover,
.bs3 .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.bs3 .navbar-default .navbar-text {
  color: #777777;
}
.bs3 .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.bs3 .navbar-default .navbar-nav > li > a:hover,
.bs3 .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.bs3 .navbar-default .navbar-nav > .active > a,
.bs3 .navbar-default .navbar-nav > .active > a:hover,
.bs3 .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.bs3 .navbar-default .navbar-nav > .disabled > a,
.bs3 .navbar-default .navbar-nav > .disabled > a:hover,
.bs3 .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.bs3 .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.bs3 .navbar-default .navbar-toggle:hover,
.bs3 .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.bs3 .navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.bs3 .navbar-default .navbar-collapse,
.bs3 .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.bs3 .navbar-default .navbar-nav > .open > a,
.bs3 .navbar-default .navbar-nav > .open > a:hover,
.bs3 .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bs3 .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.bs3 .navbar-default .navbar-link {
  color: #777777;
}
.bs3 .navbar-default .navbar-link:hover {
  color: #333333;
}
.bs3 .navbar-default .btn-link {
  color: #777777;
}
.bs3 .navbar-default .btn-link:hover,
.bs3 .navbar-default .btn-link:focus {
  color: #333333;
}
.bs3 .navbar-default .btn-link[disabled]:hover,
.bs3 fieldset[disabled] .navbar-default .btn-link:hover,
.bs3 .navbar-default .btn-link[disabled]:focus,
.bs3 fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.bs3 .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.bs3 .navbar-inverse .navbar-brand {
  color: #808080;
}
.bs3 .navbar-inverse .navbar-brand:hover,
.bs3 .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.bs3 .navbar-inverse .navbar-text {
  color: #808080;
}
.bs3 .navbar-inverse .navbar-nav > li > a {
  color: #808080;
}
.bs3 .navbar-inverse .navbar-nav > li > a:hover,
.bs3 .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.bs3 .navbar-inverse .navbar-nav > .active > a,
.bs3 .navbar-inverse .navbar-nav > .active > a:hover,
.bs3 .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.bs3 .navbar-inverse .navbar-nav > .disabled > a,
.bs3 .navbar-inverse .navbar-nav > .disabled > a:hover,
.bs3 .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.bs3 .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.bs3 .navbar-inverse .navbar-toggle:hover,
.bs3 .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.bs3 .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.bs3 .navbar-inverse .navbar-collapse,
.bs3 .navbar-inverse .navbar-form {
  border-color: #101010;
}
.bs3 .navbar-inverse .navbar-nav > .open > a,
.bs3 .navbar-inverse .navbar-nav > .open > a:hover,
.bs3 .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #808080;
  }
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .bs3 .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.bs3 .navbar-inverse .navbar-link {
  color: #808080;
}
.bs3 .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.bs3 .navbar-inverse .btn-link {
  color: #808080;
}
.bs3 .navbar-inverse .btn-link:hover,
.bs3 .navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.bs3 .navbar-inverse .btn-link[disabled]:hover,
.bs3 fieldset[disabled] .navbar-inverse .btn-link:hover,
.bs3 .navbar-inverse .btn-link[disabled]:focus,
.bs3 fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.bs3 .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.bs3 a.label:hover,
.bs3 a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bs3 .label:empty {
  display: none;
}
.bs3 .btn .label {
  position: relative;
  top: -1px;
}
.bs3 .label-default {
  background-color: #808080;
}
.bs3 .label-default[href]:hover,
.bs3 .label-default[href]:focus {
  background-color: #666666;
}
.bs3 .label-primary {
  background-color: #409ad6;
}
.bs3 .label-primary[href]:hover,
.bs3 .label-primary[href]:focus {
  background-color: #2880bb;
}
.bs3 .label-success {
  background-color: #58db8e;
}
.bs3 .label-success[href]:hover,
.bs3 .label-success[href]:focus {
  background-color: #2ed272;
}
.bs3 .label-info {
  background-color: #01bcd4;
}
.bs3 .label-info[href]:hover,
.bs3 .label-info[href]:focus {
  background-color: #018fa1;
}
.bs3 .label-warning {
  background-color: #ffc702;
}
.bs3 .label-warning[href]:hover,
.bs3 .label-warning[href]:focus {
  background-color: #cea000;
}
.bs3 .label-danger {
  background-color: #d7555c;
}
.bs3 .label-danger[href]:hover,
.bs3 .label-danger[href]:focus {
  background-color: #ca2f38;
}
.bs3 .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #808080;
  border-radius: 10px;
}
.bs3 .badge:empty {
  display: none;
}
.bs3 .btn .badge {
  position: relative;
  top: -1px;
}
.bs3 .btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
.bs3 a.badge:hover,
.bs3 a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.bs3 .list-group-item.active > .badge,
.bs3 .nav-pills > .active > a > .badge {
  color: #409ad6;
  background-color: #ffffff;
}
.bs3 .list-group-item > .badge {
  float: right;
}
.bs3 .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.bs3 .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.bs3 .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.bs3 .alert h4 {
  margin-top: 0;
  color: inherit;
}
.bs3 .alert .alert-link {
  font-weight: bold;
}
.bs3 .alert > p,
.bs3 .alert > ul {
  margin-bottom: 0;
}
.bs3 .alert > p + p {
  margin-top: 5px;
}
.bs3 .alert-dismissable,
.bs3 .alert-dismissible {
  padding-right: 35px;
}
.bs3 .alert-dismissable .close,
.bs3 .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.bs3 .alert-success {
  background-color: #e1f7ea;
  border-color: #c0e6d0;
  color: #30ad63;
}
.bs3 .alert-success hr {
  border-top-color: #aedfc2;
}
.bs3 .alert-success .alert-link {
  color: #25854c;
}
.bs3 .alert-info {
  background-color: #e2f0f9;
  border-color: #c0d9e9;
  color: #398ac0;
}
.bs3 .alert-info hr {
  border-top-color: #adcee2;
}
.bs3 .alert-info .alert-link {
  color: #2d6e99;
}
.bs3 .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.bs3 .alert-warning hr {
  border-top-color: #f7e1b5;
}
.bs3 .alert-warning .alert-link {
  color: #66512c;
}
.bs3 .alert-danger {
  background-color: #fceaeb;
  border-color: #f3ccce;
  color: #d7555c;
}
.bs3 .alert-danger hr {
  border-top-color: #eeb7ba;
}
.bs3 .alert-danger .alert-link {
  color: #ca2f38;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.bs3 .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.bs3 .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #409ad6;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.bs3 .progress-striped .progress-bar,
.bs3 .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.bs3 .progress.active .progress-bar,
.bs3 .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.bs3 .progress-bar-success {
  background-color: #58db8e;
}
.bs3 .progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bs3 .progress-bar-info {
  background-color: #01bcd4;
}
.bs3 .progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bs3 .progress-bar-warning {
  background-color: #ffc702;
}
.bs3 .progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bs3 .progress-bar-danger {
  background-color: #d7555c;
}
.bs3 .progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.bs3 .media {
  margin-top: 15px;
}
.bs3 .media:first-child {
  margin-top: 0;
}
.bs3 .media-right,
.bs3 .media > .pull-right {
  padding-left: 10px;
}
.bs3 .media-left,
.bs3 .media > .pull-left {
  padding-right: 10px;
}
.bs3 .media-left,
.bs3 .media-right,
.bs3 .media-body {
  display: table-cell;
  vertical-align: top;
}
.bs3 .media-middle {
  vertical-align: middle;
}
.bs3 .media-bottom {
  vertical-align: bottom;
}
.bs3 .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs3 .media-list {
  padding-left: 0;
  list-style: none;
}
.bs3 .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.bs3 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.bs3 .list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.bs3 .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.bs3 a.list-group-item {
  color: #555555;
}
.bs3 a.list-group-item .list-group-item-heading {
  color: #333333;
}
.bs3 a.list-group-item:hover,
.bs3 a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.bs3 .list-group-item.disabled,
.bs3 .list-group-item.disabled:hover,
.bs3 .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #808080;
  cursor: not-allowed;
}
.bs3 .list-group-item.disabled .list-group-item-heading,
.bs3 .list-group-item.disabled:hover .list-group-item-heading,
.bs3 .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.bs3 .list-group-item.disabled .list-group-item-text,
.bs3 .list-group-item.disabled:hover .list-group-item-text,
.bs3 .list-group-item.disabled:focus .list-group-item-text {
  color: #808080;
}
.bs3 .list-group-item.active,
.bs3 .list-group-item.active:hover,
.bs3 .list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #409ad6;
  border-color: #409ad6;
}
.bs3 .list-group-item.active .list-group-item-heading,
.bs3 .list-group-item.active:hover .list-group-item-heading,
.bs3 .list-group-item.active:focus .list-group-item-heading,
.bs3 .list-group-item.active .list-group-item-heading > small,
.bs3 .list-group-item.active:hover .list-group-item-heading > small,
.bs3 .list-group-item.active:focus .list-group-item-heading > small,
.bs3 .list-group-item.active .list-group-item-heading > .small,
.bs3 .list-group-item.active:hover .list-group-item-heading > .small,
.bs3 .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.bs3 .list-group-item.active .list-group-item-text,
.bs3 .list-group-item.active:hover .list-group-item-text,
.bs3 .list-group-item.active:focus .list-group-item-text {
  color: #e8f3fa;
}
.bs3 .list-group-item-success {
  color: #30ad63;
  background-color: #e1f7ea;
}
.bs3 a.list-group-item-success {
  color: #30ad63;
}
.bs3 a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.bs3 a.list-group-item-success:hover,
.bs3 a.list-group-item-success:focus {
  color: #30ad63;
  background-color: #cdf2dc;
}
.bs3 a.list-group-item-success.active,
.bs3 a.list-group-item-success.active:hover,
.bs3 a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #30ad63;
  border-color: #30ad63;
}
.bs3 .list-group-item-info {
  color: #398ac0;
  background-color: #e2f0f9;
}
.bs3 a.list-group-item-info {
  color: #398ac0;
}
.bs3 a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.bs3 a.list-group-item-info:hover,
.bs3 a.list-group-item-info:focus {
  color: #398ac0;
  background-color: #cde5f5;
}
.bs3 a.list-group-item-info.active,
.bs3 a.list-group-item-info.active:hover,
.bs3 a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #398ac0;
  border-color: #398ac0;
}
.bs3 .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.bs3 a.list-group-item-warning {
  color: #8a6d3b;
}
.bs3 a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.bs3 a.list-group-item-warning:hover,
.bs3 a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.bs3 a.list-group-item-warning.active,
.bs3 a.list-group-item-warning.active:hover,
.bs3 a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.bs3 .list-group-item-danger {
  color: #d7555c;
  background-color: #fceaeb;
}
.bs3 a.list-group-item-danger {
  color: #d7555c;
}
.bs3 a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.bs3 a.list-group-item-danger:hover,
.bs3 a.list-group-item-danger:focus {
  color: #d7555c;
  background-color: #f9d4d6;
}
.bs3 a.list-group-item-danger.active,
.bs3 a.list-group-item-danger.active:hover,
.bs3 a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d7555c;
  border-color: #d7555c;
}
.bs3 .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs3 .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.bs3 .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bs3 .panel-body {
  padding: 15px;
}
.bs3 .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bs3 .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.bs3 .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.bs3 .panel-title > a {
  color: inherit;
}
.bs3 .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bs3 .panel > .list-group,
.bs3 .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.bs3 .panel > .list-group .list-group-item,
.bs3 .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.bs3 .panel > .list-group:first-child .list-group-item:first-child,
.bs3 .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bs3 .panel > .list-group:last-child .list-group-item:last-child,
.bs3 .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bs3 .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.bs3 .list-group + .panel-footer {
  border-top-width: 0;
}
.bs3 .panel > .table,
.bs3 .panel > .table-responsive > .table,
.bs3 .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.bs3 .panel > .table caption,
.bs3 .panel > .table-responsive > .table caption,
.bs3 .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.bs3 .panel > .table:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.bs3 .panel > .table:first-child > thead:first-child > tr:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.bs3 .panel > .table:first-child > tbody:first-child > tr:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.bs3 .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.bs3 .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.bs3 .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.bs3 .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.bs3 .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.bs3 .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.bs3 .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.bs3 .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.bs3 .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.bs3 .panel > .table:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.bs3 .panel > .table:last-child > tbody:last-child > tr:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.bs3 .panel > .table:last-child > tfoot:last-child > tr:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.bs3 .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.bs3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.bs3 .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.bs3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.bs3 .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.bs3 .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.bs3 .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.bs3 .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.bs3 .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.bs3 .panel > .panel-body + .table,
.bs3 .panel > .panel-body + .table-responsive,
.bs3 .panel > .table + .panel-body,
.bs3 .panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.bs3 .panel > .table > tbody:first-child > tr:first-child th,
.bs3 .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.bs3 .panel > .table-bordered,
.bs3 .panel > .table-responsive > .table-bordered {
  border: 0;
}
.bs3 .panel > .table-bordered > thead > tr > th:first-child,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.bs3 .panel > .table-bordered > tbody > tr > th:first-child,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.bs3 .panel > .table-bordered > tfoot > tr > th:first-child,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.bs3 .panel > .table-bordered > thead > tr > td:first-child,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.bs3 .panel > .table-bordered > tbody > tr > td:first-child,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.bs3 .panel > .table-bordered > tfoot > tr > td:first-child,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.bs3 .panel > .table-bordered > thead > tr > th:last-child,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.bs3 .panel > .table-bordered > tbody > tr > th:last-child,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.bs3 .panel > .table-bordered > tfoot > tr > th:last-child,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.bs3 .panel > .table-bordered > thead > tr > td:last-child,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.bs3 .panel > .table-bordered > tbody > tr > td:last-child,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.bs3 .panel > .table-bordered > tfoot > tr > td:last-child,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.bs3 .panel > .table-bordered > thead > tr:first-child > td,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.bs3 .panel > .table-bordered > tbody > tr:first-child > td,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.bs3 .panel > .table-bordered > thead > tr:first-child > th,
.bs3 .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.bs3 .panel > .table-bordered > tbody > tr:first-child > th,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.bs3 .panel > .table-bordered > tbody > tr:last-child > td,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.bs3 .panel > .table-bordered > tfoot > tr:last-child > td,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.bs3 .panel > .table-bordered > tbody > tr:last-child > th,
.bs3 .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.bs3 .panel > .table-bordered > tfoot > tr:last-child > th,
.bs3 .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.bs3 .panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.bs3 .panel-group {
  margin-bottom: 20px;
}
.bs3 .panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.bs3 .panel-group .panel + .panel {
  margin-top: 5px;
}
.bs3 .panel-group .panel-heading {
  border-bottom: 0;
}
.bs3 .panel-group .panel-heading + .panel-collapse > .panel-body,
.bs3 .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.bs3 .panel-group .panel-footer {
  border-top: 0;
}
.bs3 .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.bs3 .panel-default {
  border-color: #dddddd;
}
.bs3 .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.bs3 .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.bs3 .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.bs3 .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.bs3 .panel-primary {
  border-color: #409ad6;
}
.bs3 .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #409ad6;
  border-color: #409ad6;
}
.bs3 .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #409ad6;
}
.bs3 .panel-primary > .panel-heading .badge {
  color: #409ad6;
  background-color: #ffffff;
}
.bs3 .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #409ad6;
}
.bs3 .panel-success {
  border-color: #c0e6d0;
}
.bs3 .panel-success > .panel-heading {
  color: #30ad63;
  background-color: #e1f7ea;
  border-color: #c0e6d0;
}
.bs3 .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c0e6d0;
}
.bs3 .panel-success > .panel-heading .badge {
  color: #e1f7ea;
  background-color: #30ad63;
}
.bs3 .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c0e6d0;
}
.bs3 .panel-info {
  border-color: #c0d9e9;
}
.bs3 .panel-info > .panel-heading {
  color: #398ac0;
  background-color: #e2f0f9;
  border-color: #c0d9e9;
}
.bs3 .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c0d9e9;
}
.bs3 .panel-info > .panel-heading .badge {
  color: #e2f0f9;
  background-color: #398ac0;
}
.bs3 .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c0d9e9;
}
.bs3 .panel-warning {
  border-color: #faebcc;
}
.bs3 .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bs3 .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.bs3 .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.bs3 .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.bs3 .panel-danger {
  border-color: #f3ccce;
}
.bs3 .panel-danger > .panel-heading {
  color: #d7555c;
  background-color: #fceaeb;
  border-color: #f3ccce;
}
.bs3 .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f3ccce;
}
.bs3 .panel-danger > .panel-heading .badge {
  color: #fceaeb;
  background-color: #d7555c;
}
.bs3 .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f3ccce;
}
.bs3 .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.bs3 .embed-responsive .embed-responsive-item,
.bs3 .embed-responsive iframe,
.bs3 .embed-responsive embed,
.bs3 .embed-responsive object,
.bs3 .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.bs3 .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.bs3 .embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.bs3 .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bs3 .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.bs3 .well-lg {
  padding: 24px;
  border-radius: 5px;
}
.bs3 .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.bs3 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.bs3 .close:hover,
.bs3 .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bs3 button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.bs3 .modal-open {
  overflow: hidden;
}
.bs3 .modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.bs3 .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.bs3 .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.bs3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.bs3 .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.bs3 .modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.bs3 .modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.bs3 .modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bs3 .modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bs3 .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.bs3 .modal-header .close {
  margin-top: -2px;
}
.bs3 .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.bs3 .modal-body {
  position: relative;
  padding: 15px;
}
.bs3 .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bs3 .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bs3 .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bs3 .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bs3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .bs3 .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .bs3 .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .bs3 .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .bs3 .modal-lg {
    width: 900px;
  }
}
.bs3 .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.bs3 .tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.bs3 .tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.bs3 .tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.bs3 .tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.bs3 .tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.bs3 .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 3px;
}
.bs3 .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bs3 .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bs3 .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bs3 .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.bs3 .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.bs3 .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.bs3 .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bs3 .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bs3 .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.bs3 .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.bs3 .popover.top {
  margin-top: -10px;
}
.bs3 .popover.right {
  margin-left: 10px;
}
.bs3 .popover.bottom {
  margin-top: 10px;
}
.bs3 .popover.left {
  margin-left: -10px;
}
.bs3 .popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 4px 4px 0 0;
}
.bs3 .popover-content {
  padding: 9px 14px;
}
.bs3 .popover > .arrow,
.bs3 .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bs3 .popover > .arrow {
  border-width: 11px;
}
.bs3 .popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.bs3 .popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.bs3 .popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bs3 .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs3 .popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.bs3 .popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.bs3 .popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bs3 .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs3 .popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.bs3 .clearfix:before,
.bs3 .clearfix:after,
.bs3 .dl-horizontal dd:before,
.bs3 .dl-horizontal dd:after,
.bs3 .container:before,
.bs3 .container:after,
.bs3 .container-fluid:before,
.bs3 .container-fluid:after,
.bs3 .row:before,
.bs3 .row:after,
.bs3 .form-horizontal .form-group:before,
.bs3 .form-horizontal .form-group:after,
.bs3 .btn-toolbar:before,
.bs3 .btn-toolbar:after,
.bs3 .btn-group-vertical > .btn-group:before,
.bs3 .btn-group-vertical > .btn-group:after,
.bs3 .nav:before,
.bs3 .nav:after,
.bs3 .navbar:before,
.bs3 .navbar:after,
.bs3 .navbar-header:before,
.bs3 .navbar-header:after,
.bs3 .navbar-collapse:before,
.bs3 .navbar-collapse:after,
.bs3 .panel-body:before,
.bs3 .panel-body:after,
.bs3 .modal-footer:before,
.bs3 .modal-footer:after {
  content: " ";
  display: table;
}
.bs3 .clearfix:after,
.bs3 .dl-horizontal dd:after,
.bs3 .container:after,
.bs3 .container-fluid:after,
.bs3 .row:after,
.bs3 .form-horizontal .form-group:after,
.bs3 .btn-toolbar:after,
.bs3 .btn-group-vertical > .btn-group:after,
.bs3 .nav:after,
.bs3 .navbar:after,
.bs3 .navbar-header:after,
.bs3 .navbar-collapse:after,
.bs3 .panel-body:after,
.bs3 .modal-footer:after {
  clear: both;
}
.bs3 .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bs3 .pull-right {
  float: right !important;
}
.bs3 .pull-left {
  float: left !important;
}
.bs3 .hide {
  display: none !important;
}
.bs3 .show {
  display: block !important;
}
.bs3 .invisible {
  visibility: hidden;
}
.bs3 .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.bs3 .hidden {
  display: none !important;
  visibility: hidden !important;
}
.bs3 .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.bs3 .visible-xs,
.bs3 .visible-sm,
.bs3 .visible-md,
.bs3 .visible-lg {
  display: none !important;
}
.bs3 .visible-xs-block,
.bs3 .visible-xs-inline,
.bs3 .visible-xs-inline-block,
.bs3 .visible-sm-block,
.bs3 .visible-sm-inline,
.bs3 .visible-sm-inline-block,
.bs3 .visible-md-block,
.bs3 .visible-md-inline,
.bs3 .visible-md-inline-block,
.bs3 .visible-lg-block,
.bs3 .visible-lg-inline,
.bs3 .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .bs3 .visible-xs {
    display: block !important;
  }
  .bs3 table.visible-xs {
    display: table;
  }
  .bs3 tr.visible-xs {
    display: table-row !important;
  }
  .bs3 th.visible-xs,
  .bs3 td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .bs3 .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .bs3 .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .bs3 .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs3 .visible-sm {
    display: block !important;
  }
  .bs3 table.visible-sm {
    display: table;
  }
  .bs3 tr.visible-sm {
    display: table-row !important;
  }
  .bs3 th.visible-sm,
  .bs3 td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs3 .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs3 .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs3 .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs3 .visible-md {
    display: block !important;
  }
  .bs3 table.visible-md {
    display: table;
  }
  .bs3 tr.visible-md {
    display: table-row !important;
  }
  .bs3 th.visible-md,
  .bs3 td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs3 .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs3 .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs3 .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .bs3 .visible-lg {
    display: block !important;
  }
  .bs3 table.visible-lg {
    display: table;
  }
  .bs3 tr.visible-lg {
    display: table-row !important;
  }
  .bs3 th.visible-lg,
  .bs3 td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .bs3 .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .bs3 .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .bs3 .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .bs3 .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bs3 .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bs3 .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bs3 .hidden-lg {
    display: none !important;
  }
}
.bs3 .visible-print {
  display: none !important;
}
@media print {
  .bs3 .visible-print {
    display: block !important;
  }
  .bs3 table.visible-print {
    display: table;
  }
  .bs3 tr.visible-print {
    display: table-row !important;
  }
  .bs3 th.visible-print,
  .bs3 td.visible-print {
    display: table-cell !important;
  }
}
.bs3 .visible-print-block {
  display: none !important;
}
@media print {
  .bs3 .visible-print-block {
    display: block !important;
  }
}
.bs3 .visible-print-inline {
  display: none !important;
}
@media print {
  .bs3 .visible-print-inline {
    display: inline !important;
  }
}
.bs3 .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bs3 .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bs3 .hidden-print {
    display: none !important;
  }
}
.bs3 .thumbnail > img,
.bs3 .thumbnail a > img,
.bs3 .carousel-inner > .item > img,
.bs3 .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.bs3 .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.bs3 .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.bs3 .container:before,
.bs3 .container:after,
.bs3 .container-fluid:before,
.bs3 .container-fluid:after,
.bs3 .row:before,
.bs3 .row:after,
.bs3 .form-horizontal .form-group:before,
.bs3 .form-horizontal .form-group:after,
.bs3 .btn-toolbar:before,
.bs3 .btn-toolbar:after,
.bs3 .btn-group-vertical > .btn-group:before,
.bs3 .btn-group-vertical > .btn-group:after,
.bs3 .nav:before,
.bs3 .nav:after,
.bs3 .navbar:before,
.bs3 .navbar:after,
.bs3 .navbar-header:before,
.bs3 .navbar-header:after,
.bs3 .navbar-collapse:before,
.bs3 .navbar-collapse:after,
.bs3 .pager:before,
.bs3 .pager:after,
.bs3 .panel-body:before,
.bs3 .panel-body:after,
.bs3 .modal-footer:before,
.bs3 .modal-footer:after,
.bs3 .aside .aside-dialog .aside-footer:before,
.bs3 .aside .aside-dialog .aside-footer:after {
  content: " ";
  display: table;
}
.bs3 .container:after,
.bs3 .container-fluid:after,
.bs3 .row:after,
.bs3 .form-horizontal .form-group:after,
.bs3 .btn-toolbar:after,
.bs3 .btn-group-vertical > .btn-group:after,
.bs3 .nav:after,
.bs3 .navbar:after,
.bs3 .navbar-header:after,
.bs3 .navbar-collapse:after,
.bs3 .pager:after,
.bs3 .panel-body:after,
.bs3 .modal-footer:after,
.bs3 .aside .aside-dialog .aside-footer:after {
  clear: both;
}
.bs3 .alert.top,
.bs3 .alert.top-left,
.bs3 .alert.top-right,
.bs3 .alert.bottom,
.bs3 .alert.bottom-left,
.bs3 .alert.bottom-right {
  position: fixed;
  z-index: 1050;
  margin: 20px;
}
.bs3 .alert.top,
.bs3 .alert.top-left,
.bs3 .alert.top-right {
  top: 50px;
}
.bs3 .alert.top {
  right: 0px;
  left: 0px;
}
.bs3 .alert.top-right {
  right: 0px;
}
.bs3 .alert.top-right .close {
  padding-left: 10px;
}
.bs3 .alert.top-left {
  left: 0px;
}
.bs3 .alert.top-left .close {
  padding-right: 10px;
}
.bs3 .alert.bottom,
.bs3 .alert.bottom-right,
.bs3 .alert.bottom-left {
  bottom: 0px;
}
.bs3 .alert.bottom {
  right: 0px;
  left: 0px;
}
.bs3 .alert.bottom-right {
  right: 0px;
}
.bs3 .alert.bottom-right .close {
  padding-left: 10px;
}
.bs3 .alert.bottom-left {
  left: 0px;
}
.bs3 .alert.bottom-left .close {
  padding-right: 10px;
}
.bs3 .aside {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1049;
  overflow: auto;
  min-width: 320px;
  background: white;
}
.bs3 .aside:focus {
  outline: none;
}
@media (max-width: 991px) {
  .bs3 .aside {
    min-width: 240px;
  }
}
.bs3 .aside.left {
  right: auto;
  left: 0;
}
.bs3 .aside.right {
  right: 0;
  left: auto;
}
.bs3 .aside .aside-dialog .aside-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  padding: 6px 15px;
  background: #428bca;
  color: white;
}
.bs3 .aside .aside-dialog .aside-header .close {
  margin-right: -8px;
  padding: 4px 8px;
  color: white;
  font-size: 25px;
  opacity: .8;
}
.bs3 .aside .aside-dialog .aside-body {
  position: relative;
  padding: 20px;
}
.bs3 .aside .aside-dialog .aside-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.bs3 .aside .aside-dialog .aside-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.bs3 .aside .aside-dialog .aside-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.bs3 .aside .aside-dialog .aside-footer .btn-block + .btn-block {
  margin-left: 0;
}
.bs3 .aside-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.bs3 .aside-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.bs3 .aside-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.bs3 .callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs3 .callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs3 .callout p:last-child {
  margin-bottom: 0;
}
.bs3 .callout-danger {
  border-color: #eed3d7;
  background-color: #fdf7f7;
}
.bs3 .callout-danger h4 {
  color: #b94a48;
}
.bs3 .callout-warning {
  border-color: #faebcc;
  background-color: #faf8f0;
}
.bs3 .callout-warning h4 {
  color: #8a6d3b;
}
.bs3 .callout-info {
  border-color: #bce8f1;
  background-color: #f4f8fa;
}
.bs3 .callout-info h4 {
  color: #34789a;
}
.bs3 .datepicker.dropdown-menu {
  width: 250px;
  height: 270px;
}
.bs3 .datepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.bs3 .datepicker.dropdown-menu tbody {
  height: 180px;
}
.bs3 .datepicker.dropdown-menu tbody button {
  padding: 6px;
}
.bs3 .datepicker.dropdown-menu.datepicker-mode-1 tbody button,
.bs3 .datepicker.dropdown-menu.datepicker-mode-2 tbody button {
  height: 65px;
}
.bs3 .modal.center .modal-dialog {
  position: fixed;
  top: 40%;
  left: 50%;
  min-width: 320px;
  max-width: 630px;
  width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bs3 .popover.top-left {
  margin-top: -10px;
}
.bs3 .popover.top-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 10%;
}
.bs3 .popover.top-left .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bs3 .popover.top-right {
  margin-top: -10px;
}
.bs3 .popover.top-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
  left: 90%;
}
.bs3 .popover.top-right .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.bs3 .popover.bottom-left {
  margin-top: 10px;
}
.bs3 .popover.bottom-left .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 10%;
}
.bs3 .popover.bottom-left .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bs3 .popover.bottom-right {
  margin-top: 10px;
}
.bs3 .popover.bottom-right .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
  left: 90%;
}
.bs3 .popover.bottom-right .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.bs3 .timepicker.dropdown-menu {
  padding: 0 4px;
}
.bs3 .timepicker.dropdown-menu button {
  outline: none;
  border: 0px;
}
.bs3 .timepicker.dropdown-menu tbody button {
  padding: 6px;
}
.bs3 .tooltip.tooltip-info.top .tooltip-arrow,
.bs3 .tooltip.tooltip-info.top-left .tooltip-arrow,
.bs3 .tooltip.tooltip-info.top-right .tooltip-arrow {
  border-top-color: #d9edf7;
}
.bs3 .tooltip.tooltip-info.right .tooltip-arrow {
  border-right-color: #d9edf7;
}
.bs3 .tooltip.tooltip-info.bottom .tooltip-arrow,
.bs3 .tooltip.tooltip-info.bottom-left .tooltip-arrow,
.bs3 .tooltip.tooltip-info.bottom-right .tooltip-arrow {
  border-bottom-color: #d9edf7;
}
.bs3 .tooltip.tooltip-info.left .tooltip-arrow {
  border-left-color: #d9edf7;
}
.bs3 .tooltip.tooltip-info .tooltip-inner {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.bs3 .tooltip.tooltip-info .tooltip-inner hr {
  border-top-color: #a6e1ec;
}
.bs3 .tooltip.tooltip-info .tooltip-inner .alert-link {
  color: #245269;
}
.bs3 .tooltip.tooltip-success.top .tooltip-arrow,
.bs3 .tooltip.tooltip-success.top-left .tooltip-arrow,
.bs3 .tooltip.tooltip-success.top-right .tooltip-arrow {
  border-top-color: #dff0d8;
}
.bs3 .tooltip.tooltip-success.right .tooltip-arrow {
  border-right-color: #dff0d8;
}
.bs3 .tooltip.tooltip-success.bottom .tooltip-arrow,
.bs3 .tooltip.tooltip-success.bottom-left .tooltip-arrow,
.bs3 .tooltip.tooltip-success.bottom-right .tooltip-arrow {
  border-bottom-color: #dff0d8;
}
.bs3 .tooltip.tooltip-success.left .tooltip-arrow {
  border-left-color: #dff0d8;
}
.bs3 .tooltip.tooltip-success .tooltip-inner {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.bs3 .tooltip.tooltip-success .tooltip-inner hr {
  border-top-color: #c9e2b3;
}
.bs3 .tooltip.tooltip-success .tooltip-inner .alert-link {
  color: #2b542c;
}
.bs3 .tooltip.tooltip-danger.top .tooltip-arrow,
.bs3 .tooltip.tooltip-danger.top-left .tooltip-arrow,
.bs3 .tooltip.tooltip-danger.top-right .tooltip-arrow {
  border-top-color: #f2dede;
}
.bs3 .tooltip.tooltip-danger.right .tooltip-arrow {
  border-right-color: #f2dede;
}
.bs3 .tooltip.tooltip-danger.bottom .tooltip-arrow,
.bs3 .tooltip.tooltip-danger.bottom-left .tooltip-arrow,
.bs3 .tooltip.tooltip-danger.bottom-right .tooltip-arrow {
  border-bottom-color: #f2dede;
}
.bs3 .tooltip.tooltip-danger.left .tooltip-arrow {
  border-left-color: #f2dede;
}
.bs3 .tooltip.tooltip-danger .tooltip-inner {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.bs3 .tooltip.tooltip-danger .tooltip-inner hr {
  border-top-color: #e4b9c0;
}
.bs3 .tooltip.tooltip-danger .tooltip-inner .alert-link {
  color: #843534;
}
.bs3 .tooltip.top-left {
  margin-top: -3px;
  padding: 5px 0;
}
.bs3 .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 10%;
}
.bs3 .tooltip.top-right {
  margin-top: -3px;
  padding: 5px 0;
}
.bs3 .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
  left: 90%;
}
.bs3 .tooltip.bottom-left {
  margin-top: 3px;
  padding: 5px 0;
}
.bs3 .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 10%;
}
.bs3 .tooltip.bottom-right {
  margin-top: 3px;
  padding: 5px 0;
}
.bs3 .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
  left: 90%;
}
.bs3 {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
.bs3 .btn {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-image: none;
  margin-top: 0;
  margin-right: 0;
}
.bs3 h1,
.bs3 h2,
.bs3 h3,
.bs3 h4,
.bs3 h5,
.bs3 h6 {
  display: block;
}
.bs3 ul li,
.bs3 ol li {
  margin-left: 0;
}
.bs3 button:hover,
.bs3 .btn:hover,
.bs3 .btnCancel:hover,
.bs3 .menuButton .menuButtonButton:hover {
  background-position: 0 0;
}
.vlfy-browser-ie10 .bs3 .modal-content,
.vlfy-browser-ie11 .bs3 .modal-content {
  background-clip: border-box !important;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide {
  display: none !important;
}
ng\:form {
  display: block;
}
.ng-animate-block-transitions {
  transition: 0s all!important;
  -webkit-transition: 0s all!important;
}
/* show the element during a show/hide animation when the
 * animation is ongoing, but the .ng-hide class is active */
.ng-hide-add-active,
.ng-hide-remove {
  display: block!important;
}
html,
body {
  height: 100%;
}
body.apexPageInline {
  margin: 0;
}
body.bodyDiv {
  min-height: 600px;
}
body.modal-open {
  overflow: hidden;
}
.vlfy-object-detail-container {
  padding-top: 25px;
  box-sizing: border-box;
  height: 100%;
}
.abs-container {
  position: relative;
  z-index: 999999;
  height: 0;
}
.bs3 {
  position: relative;
}
@media (max-width: 991px) {
  body.sfdcBody.modal-open {
    max-height: 100%;
  }
  body.sfdcBody.modal-open .bs3 .vlfy-email-dialog .modal-dialog {
    height: 100%;
  }
  body.sfdcBody.modal-open .bs3 .modal-dialog {
    top: 50%;
    max-height: 100%;
    margin: 0;
    padding: 10px;
  }
  body.sfdcBody.modal-open .bs3 .modal-content {
    height: 100%;
    overflow: hidden;
  }
  body.sfdcBody.modal-open .bs3 form {
    max-height: 100%;
    overflow: scroll;
  }
}
/*-------------------
 Leaderboards Specific
--------------------*/
.leaderboard-stretch,
.carousel,
leaderboard,
leaderboard > div,
.leaderboard-wrapper,
.leaderboard-page,
leaderboard,
leaderboard .leaderboard-wrapper canvas,
leaderboard-display,
.fireworks-overlay,
.fireworks-overlay leaderboard-item,
.leaderboard-top-3,
leaderboard-ranking,
leaderboard-ranking .ranking-container,
leaderboard-tile-item,
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .leaderboard-avatar,
leaderboard-row-item,
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .leaderboard-avatar,
.carousel .leaderboard-display-wrapper,
.leaderboard-fireworks > div,
firework-main {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}
.leaderboard-vertical-align,
leaderboard .placeholder .dot,
.leaderboard-top-3 leaderboard-tile-item .inner,
.round-carousel-buttons .carousel .slide-controls .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.leaderboard-overflow-hidden,
leaderboard-top,
.fireworks-overlay leaderboard-item,
leaderboard-ranking,
leaderboard-tile-item,
.carousel .leaderboard-display-wrapper {
  position: relative;
  overflow: hidden;
}
.leaderboard-responsive-circle {
  height: 100%;
  border-radius: 50%;
  line-height: 98%;
  font-size: 50%;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
}
.leaderboard-responsive-circle .rank {
  position: absolute;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  line-height: 28%;
  font-size: 15%;
  top: -0.35533906%;
  right: -0.35533906%;
}
.leaderboard-responsive-circle .rank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
}
.leaderboard-white-text,
.leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .name,
.leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .shoutout,
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .info-wrapper .name,
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .info-wrapper .shoutout,
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .name,
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .shoutout {
  color: #fff;
  text-align: left;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.7);
}
/* GLOBAL */
body {
  margin: 0;
}
.leaderboard-avatar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.leaderboard-avatar img {
  position: absolute;
  -webkit-clip-path: circle(60px at center);
          clip-path: circle(60px at center);
}
.leaderboard-avatar .rank {
  background: #fc6621;
  color: #fff;
  position: absolute;
  text-align: center;
  margin: 0;
}
.current-user .leaderboard-avatar .rank {
  background: #58db8e;
}
.carousel.vlfy-responsive-xxs .hidden-small,
leaderboard .vlfy-responsive-xxs .hidden-small {
  display: none!important;
}
.carousel.vlfy-responsive-sm .hidden-md,
leaderboard .vlfy-responsive-sm .hidden-md,
.carousel.vlfy-responsive-xs .hidden-md,
leaderboard .vlfy-responsive-xs .hidden-md,
.carousel.vlfy-responsive-xxs .hidden-md,
leaderboard .vlfy-responsive-xxs .hidden-md {
  display: none!important;
}
.carousel.vlfy-responsive-xxlg .hidden-lg,
leaderboard .vlfy-responsive-xxlg .hidden-lg,
.carousel.vlfy-responsive-xlg .hidden-lg,
leaderboard .vlfy-responsive-xlg .hidden-lg,
.carousel.vlfy-responsive-lg .hidden-lg,
leaderboard .vlfy-responsive-lg .hidden-lg,
.carousel.vlfy-responsive-md .hidden-lg,
leaderboard .vlfy-responsive-md .hidden-lg,
.carousel.vlfy-responsive-sm .hidden-lg,
leaderboard .vlfy-responsive-sm .hidden-lg,
.carousel.vlfy-responsive-xs .hidden-lg,
leaderboard .vlfy-responsive-xs .hidden-lg {
  display: none!important;
}
/* COMMON */
leaderboard {
  display: block;
}
.carousel.well,
.leaderboard-wrapper.well {
  min-height: 150px;
}
/* LEADERBOARD */
leaderboard {
  /* Recently added - Ara */
}
leaderboard .placeholder {
  text-align: center;
  font-size: 50px;
  position: relative;
  background: #f5f5f5!important;
}
leaderboard .placeholder .placeholder-dots {
  margin: 0 auto;
}
leaderboard .placeholder .dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 13px;
  font-size: 7.5px;
  background: #cccccc;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
leaderboard .placeholder:before {
  vertical-align: bottom;
}
.show-controls leaderboard {
  max-width: calc(100% - 120px);
  left: 60px;
}
.show-controls.vlfy-responsive-xxs leaderboard,
.show-controls.vlfy-responsive-xs leaderboard {
  max-width: 100%;
  left: 0;
}
leaderboard .leaderboard-wrapper canvas {
  z-index: 9;
  display: none;
  opacity: 0;
  will-change: opacity;
  transition: opacity 1s;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
leaderboard.fireworks-in .leaderboard-wrapper canvas {
  display: block;
  opacity: 1;
}
leaderboard.fireworks-in.fireworks-out .leaderboard-wrapper canvas {
  opacity: 0;
}
leaderboard leaderboard-top {
  -webkit-flex: 1 1 300px;
      -ms-flex: 1 1 300px;
          flex: 1 1 300px;
  margin-bottom: 30px;
}
leaderboard leaderboard-ranking {
  -webkit-flex: 1 1 600px;
      -ms-flex: 1 1 600px;
          flex: 1 1 600px;
}
leaderboard .leaderboard-header-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
leaderboard .leaderboard-header-items.header-item {
  width: 200px;
}
leaderboard .leaderboard-header-items h3:nth-child(1) {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: 600;
  font-size: 23px;
}
leaderboard .leaderboard-header-items h3:nth-child(2) {
  font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
  font-size: 20px;
}
leaderboard h4.name {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-variant: small-caps;
  font-weight: 600;
}
@media only screen and (min-width: 1140px) {
  leaderboard h4.name {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1500px) {
  leaderboard h4.name {
    font-size: 23px;
  }
}
@media only screen and (min-width: 2000px) {
  leaderboard h4.name {
    font-size: 25px;
  }
}
leaderboard h4.no-agent-data {
  font-family: "Arial", Gadget, sans-serif;
  color: #cc262b;
  font-variant: normal;
  font-size: 15px;
  font-weight: 300;
}
leaderboard-display .leaderboard-wrapper {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  margin-left: 15px;
}
leaderboard-display .user-settings-link {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #808080;
  font-size: 22px;
  transition: 0.2s color;
  will-change: color;
}
leaderboard-display .user-settings-link:hover {
  color: #555555;
  text-decoration: none;
}
leaderboard-top,
.fireworks-overlay leaderboard-item {
  min-height: 265px;
  max-height: 400px;
}
.fireworks-overlay {
  position: fixed;
  top: 25%;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  will-change: transform;
}
.fireworks-in .fireworks-overlay {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
.fireworks-in.fireworks-out .fireworks-overlay {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.fireworks-overlay h1 {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  color: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
}
.fireworks-overlay leaderboard-item {
  position: absolute;
}
.leaderboard-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.leaderboard-wrapper.well {
  margin-bottom: 0;
  padding: 0;
}
.leaderboard-wrapper.vertical-bar {
  padding: 10px 3px;
}
.leaderboard-wrapper.vertical-bar .leaderboard-title {
  font-size: 18px;
}
.leaderboard-wrapper.horizontal-bar h3 {
  margin-top: 5px;
  margin-bottom: 10px;
}
.leaderboard-top-3 {
  position: absolute;
  margin-bottom: 30px;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
.vlfy-responsive-md .leaderboard-top-3,
.vlfy-responsive-sm .leaderboard-top-3,
.vlfy-responsive-xs .leaderboard-top-3 {
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.leaderboard-top-3 .top-leader-container {
  width: 350px;
  border: 1px solid #cccccc;
  position: relative;
  margin-left: 30px;
  background: #eeeeee;
  overflow: hidden;
}
leaderboard-winner .leaderboard-top-3 .top-leader-container {
  background: transparent;
  border: 1px solid transparent;
}
.vlfy-responsive-md .leaderboard-top-3 .top-leader-container,
.vlfy-responsive-sm .leaderboard-top-3 .top-leader-container,
.vlfy-responsive-xs .leaderboard-top-3 .top-leader-container {
  -webkit-flex: 1 1 350px;
      -ms-flex: 1 1 350px;
          flex: 1 1 350px;
  max-width: calc(50% - 15px);
  height: calc(50% - 10px);
}
.vlfy-responsive-md .leaderboard-top-3 .top-leader-container:nth-child(2),
.vlfy-responsive-sm .leaderboard-top-3 .top-leader-container:nth-child(2),
.vlfy-responsive-xs .leaderboard-top-3 .top-leader-container:nth-child(2) {
  margin-left: 0;
}
.leaderboard-top-3 .top-leader-container.winner {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 0;
  max-width: 100%;
}
.vlfy-responsive-md .leaderboard-top-3 .top-leader-container.winner,
.vlfy-responsive-sm .leaderboard-top-3 .top-leader-container.winner,
.vlfy-responsive-xs .leaderboard-top-3 .top-leader-container.winner {
  width: 100%;
  margin-bottom: 20px;
}
leaderboard-ranking .ranking-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.horizontal-bar leaderboard-ranking .ranking-container {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 100%;
}
.horizontal-bar leaderboard-ranking .ranking-container .ranking-fix {
  display: none;
}
leaderboard-ranking .ranking-container .ranking-fix {
  -webkit-flex: 0 0 1px;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  max-height: 1px;
}
leaderboard-item {
  display: block;
  -webkit-flex: 1 0 60px;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
  position: relative;
  width: 100%;
}
.leaderboard-top-3 leaderboard-item:first-child {
  margin: 0 0;
  max-width: 100%;
  height: 100%;
}
.vlfy-responsive-xxs leaderboard-item:first-child .leaderboard-avatar-wrapper {
  margin-left: 0;
}
.leaderboard-top-3 leaderboard-item {
  width: 100%;
  padding: 15px 20px;
  overflow: hidden;
  height: 100%;
}
.vlfy-responsive-xs .leaderboard-top-3 leaderboard-item {
  padding: 5px 10px;
}
.vertical-bar leaderboard-item {
  -webkit-flex: 1 0 80px;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
}
.vertical-bar leaderboard-item:first-child {
  -webkit-flex: 1 0 105px;
      -ms-flex: 1 0 105px;
          flex: 1 0 105px;
}
leaderboard-item:last-child .flipper {
  height: 100%;
}
leaderboard-item:nth-child(10) .flipper {
  transition-delay: 0.9s;
}
.vlfy-responsive-xxs leaderboard-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  margin-left: 3px;
}
.vlfy-responsive-xxs leaderboard-item .leaderboard-avatar-wrapper .leaderboard-avatar {
  margin-left: 0px;
}
.vlfy-responsive-xxs leaderboard-item .info-wrapper {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.vertical-bar leaderboard-item .info-wrapper {
  max-width: calc(100% - 63px);
}
.vertical-bar leaderboard-item .info-wrapper .name {
  max-width: 100%;
  padding-right: 1px;
}
leaderboard-item .leaderboard-row {
  -webkit-perspective: 1000;
          perspective: 1000;
  position: absolute;
  height: 100%;
  width: 100%;
}
leaderboard-item .flipper {
  height: calc(100% + 1px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: relative;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border: 1px solid #cccccc;
  will-change: transform;
}
.vlfy-responsive-xxs leaderboard-item .flipper {
  border: 1px solid transparent;
}
leaderboard-item .flipper .front,
leaderboard-item .flipper .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
leaderboard-item .flipper .front {
  z-index: 2;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
}
leaderboard-item .flipper .back {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.horizontal-bar leaderboard-item {
  margin-right: 5px;
  -webkit-flex: 1 0 220px;
      -ms-flex: 1 0 220px;
          flex: 1 0 220px;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.horizontal-bar leaderboard-item:first-child {
  -webkit-flex: 1 0 280px;
      -ms-flex: 1 0 280px;
          flex: 1 0 280px;
}
.horizontal-bar leaderboard-item:first-child .info-wrapper {
  padding-left: 10px;
  max-width: calc(100% - 81px);
}
leaderboard-tile-item {
  position: absolute;
  top: 0;
  left: 0;
}
leaderboard-tile-item.updated {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.leaderboard-top-3 leaderboard-tile-item.updated {
  position: absolute;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  top: 0;
  z-index: 2;
}
.leaderboard-top-3 leaderboard-tile-item {
  background: #eee;
}
leaderboard-tile-item .inner {
  background: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  height: 100%;
  padding-left: 5px;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .inner {
  -webkit-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5px;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.leaderboard-top-3 .winner leaderboard-tile-item .inner {
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
.vlfy-responsive-lg .leaderboard-top-3 .winner leaderboard-tile-item .inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .inner,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .inner,
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .inner {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.leaderboard-top-3 leaderboard-tile-item .inner {
  background: transparent;
  display: block;
  height: auto;
}
.vlfy-responsive-md .leaderboard-top-3 leaderboard-tile-item .inner,
.vlfy-responsive-sm .leaderboard-top-3 leaderboard-tile-item .inner,
.vlfy-responsive-xs .leaderboard-top-3 leaderboard-tile-item .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transform: translate(0%);
          transform: translate(0%);
  top: 0;
}
leaderboard-tile-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 65px;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 95px;
}
.leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper {
  -webkit-flex: 1 0 200px;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  height: auto;
  margin: 0;
  max-width: 200px;
}
@media only screen and (min-width: 1501px) {
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper {
    max-width: 280px;
  }
}
.vlfy-responsive-xlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper,
.vlfy-responsive-xxlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper {
  max-width: 280px;
}
.leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper:before {
  background: repeating-linear-gradient(transparent, transparent 55%, #ffffff 65%, #ffffff 100%);
  height: 1000%;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper {
  height: 150px;
  margin: 0 10px 0 0;
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 125px;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  margin: 0;
}
.leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 350px;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  width: 170px;
  height: 170px;
  margin: 0 auto 20px;
  position: relative;
}
.leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 700%;
  -webkit-transform: rotate(-45deg) translateY(-50%) translateX(-50%);
          transform: rotate(-45deg) translateY(-50%) translateX(-50%);
  background: repeating-linear-gradient(transparent, transparent 65%, #555555 85%, #555555 100%);
  opacity: 0.2;
  z-index: 1;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.vlfy-responsive-md .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar-wrapper,
.vlfy-responsive-sm .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar-wrapper {
  height: 125px;
  margin: 0 10px 0 0;
  -webkit-flex: 0 0 125px;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
}
.vlfy-responsive-xs .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar-wrapper {
  height: 120px;
  margin: 0;
  -webkit-flex: 0 0 120px;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
leaderboard-tile-item .leaderboard-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  line-height: 63px;
  font-size: 32.5px;
  position: relative;
}
leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 15px;
  top: -5.48097039px;
  right: -5.48097039px;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .leaderboard-avatar {
  border-radius: 0;
  top: 0;
  left: 0;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .leaderboard-avatar .rank {
  left: -10px;
  top: -10px;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar {
  top: 7px;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar,
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  line-height: 128px;
  font-size: 65px;
  position: relative;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank,
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 25px;
  top: -5.96194078px;
  right: -5.96194078px;
}
.vlfy-responsive-lg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  line-height: 198px;
  font-size: 100px;
  position: relative;
  padding-bottom: 0;
}
.vlfy-responsive-lg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 58px;
  font-size: 30px;
  top: -0.71067812px;
  right: -0.71067812px;
}
@media only screen and (min-width: 1501px) {
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar {
    height: 100%;
    border-radius: 50%;
    line-height: 98%;
    font-size: 50%;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    height: auto;
  }
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
    position: absolute;
    width: 30%;
    height: 30%;
    border-radius: 50%;
    line-height: 28%;
    font-size: 15%;
    top: -0.35533906%;
    right: -0.35533906%;
  }
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 18px;
  }
}
.vlfy-responsive-xlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar,
.vlfy-responsive-xxlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar {
  height: 100%;
  border-radius: 50%;
  line-height: 98%;
  font-size: 50%;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: auto;
}
.vlfy-responsive-xlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank,
.vlfy-responsive-xxlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  line-height: 28%;
  font-size: 15%;
  top: -0.35533906%;
  right: -0.35533906%;
}
.vlfy-responsive-xlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank,
.vlfy-responsive-xxlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
}
.vlfy-responsive-lg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  font-size: 33px;
}
.vlfy-responsive-xlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  font-size: 35px;
}
.vlfy-responsive-xxlg .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
  font-size: 40px;
}
@media only screen and (min-width: 1140px) {
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1500px) {
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
    font-size: 25px;
  }
}
@media only screen and (min-width: 2000px) {
  .leaderboard-top-3 .winner leaderboard-tile-item .leaderboard-avatar .rank {
    font-size: 40px;
  }
}
.leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  line-height: 168px;
  font-size: 85px;
  position: relative;
  z-index: 2;
}
.leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 25px;
  top: -0.1040764px;
  right: -0.1040764px;
}
.vlfy-responsive-xs .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 98px;
  font-size: 50px;
  position: relative;
}
.vlfy-responsive-xs .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
  font-size: 20px;
  top: -5.35533906px;
  right: -5.35533906px;
}
.vlfy-responsive-md .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar,
.vlfy-responsive-sm .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  line-height: 113px;
  font-size: 57.5px;
  position: relative;
  top: 10px;
}
.vlfy-responsive-md .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar .rank,
.vlfy-responsive-sm .leaderboard-top-3 leaderboard-tile-item .leaderboard-avatar .rank {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 25px;
  top: -8.15863992px;
  right: -8.15863992px;
}
leaderboard-tile-item .info-wrapper {
  padding-left: 10px;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .info-wrapper {
  position: relative;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 7px;
}
.leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper {
  -webkit-flex: 1 1 700px;
      -ms-flex: 1 1 700px;
          flex: 1 1 700px;
  margin-left: 25px;
  min-width: 350px;
  height: 50%;
  top: 4%;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper,
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper {
  margin-left: 10px;
  height: 100%;
}
.leaderboard-top-3 leaderboard-tile-item .info-wrapper {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.leaderboard-top-3 leaderboard-tile-item .info-wrapper .name,
.leaderboard-top-3 leaderboard-tile-item .info-wrapper .shoutout {
  margin: 0;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .info-wrapper .name {
  font-size: 25px;
  margin: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 8px;
}
.leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .name {
  font-size: 50px;
  margin-bottom: 20px;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .name,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .name,
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .name {
  font-size: 35px;
}
.leaderboard-top-3 leaderboard-tile-item .info-wrapper .name {
  text-align: center;
}
.horizontal-bar leaderboard-item:first-child leaderboard-tile-item .info-wrapper .shoutout {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  padding-bottom: 1px;
  padding-top: 5px;
}
.leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .shoutout {
  font-size: 40px;
}
.vlfy-responsive-md .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .shoutout,
.vlfy-responsive-sm .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .shoutout,
.vlfy-responsive-xs .leaderboard-top-3 .winner leaderboard-tile-item .info-wrapper .shoutout {
  font-size: 25px;
}
leaderboard-row-item {
  position: relative;
}
leaderboard-row-item > div {
  height: 100%;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  background: #fff;
}
leaderboard-row-item .current-user .progress-container .progress .progress-bar {
  background-color: #58db8e;
}
leaderboard-row-item .current-user .progress-container .progress .progress-bar .value {
  border: 2px solid #58db8e;
  color: #58db8e;
}
leaderboard-row-item h4 {
  margin-top: 0;
  margin-bottom: 0;
}
leaderboard-row-item h4.rank {
  width: 90px;
  text-align: left;
  padding-left: 38px;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item h4 {
  width: auto;
  margin: 0;
}
leaderboard-row-item .placeholder {
  padding-left: 20px;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .leaderboard-avatar-wrapper {
  -webkit-flex: 0 0 0;
      -ms-flex: 0 0 0;
          flex: 0 0 0;
}
leaderboard-row-item .leaderboard-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 52px;
  font-size: 27px;
  position: relative;
}
leaderboard-row-item .leaderboard-avatar .rank {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 28px;
  font-size: 15px;
  top: -7.09188309px;
  right: -7.09188309px;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .leaderboard-avatar {
  border-radius: 0;
  top: 0;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .leaderboard-avatar .rank {
  left: -15px;
  top: -15px;
  right: auto;
  -webkit-transform: scale(2, 2);
          transform: scale(2, 2);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
leaderboard-item:first-child leaderboard-row-item .info-wrapper {
  position: relative;
  max-width: calc(100% - 70px);
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .info-wrapper {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  max-width: 100%;
}
leaderboard-row-item .name {
  padding: 0 25px 0 12px;
  width: 250px;
  font-weight: 400;
}
.vlfy-responsive-xs leaderboard-row-item .name {
  width: 150px;
}
.vlfy-responsive-sm leaderboard-row-item .name {
  width: 200px;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .name {
  font-size: 22px;
  padding-right: 0;
}
.vlfy-responsive-xxs leaderboard-item:first-child leaderboard-row-item .shoutout {
  font-size: 16px;
  padding-left: 5px;
  padding-bottom: 5px;
}
leaderboard-row-item .progress-container {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
}
leaderboard-row-item .progress-container .progress {
  margin-bottom: 0;
  background-color: #fff;
  box-shadow: inset 0 0 0 3px #cccccc;
  border-radius: 10px;
  overflow: visible;
}
leaderboard-row-item .progress-container .progress .progress-bar {
  background-color: #fc6621;
  position: relative;
  box-shadow: inset 0 0 0 transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
leaderboard-row-item .progress-container .progress .progress-bar .value {
  position: absolute;
  right: 0;
  background: #fff;
  color: #fc6621;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 48px;
  font-size: 25px;
  letter-spacing: 0.3px;
  border: 2px solid #fc6621;
  top: 50%;
  margin-top: -25px;
  margin-right: -20px;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
}
leaderboard-row-item .progress-container .progress .progress-bar .value span:nth-child(1) {
  font-size: 17px;
  font-weight: bolder;
}
/* CAROUSEL */
.carousel.well {
  margin-bottom: 0;
  position: relative;
  padding: 0;
}
.carousel.show-controls leaderboard-display .leaderboard-wrapper {
  max-width: calc(100% - 120px);
  margin-left: 60px;
}
.carousel.show-controls.vlfy-responsive-xxs:hover .slide-controls,
.carousel.show-controls.vlfy-responsive-xs:hover .slide-controls {
  opacity: 0.7;
}
.carousel.show-controls.vlfy-responsive-xxs leaderboard-display .leaderboard-wrapper,
.carousel.show-controls.vlfy-responsive-xs leaderboard-display .leaderboard-wrapper {
  max-width: calc(100% - 30px);
  margin-left: 15px;
}
.carousel.show-controls.vlfy-responsive-xxs .slide-controls,
.carousel.show-controls.vlfy-responsive-xs .slide-controls {
  opacity: 0;
  transition: 0.3s opacity;
  will-change: opacity;
}
.carousel.show-controls.vlfy-responsive-xxs .slide-controls .btn,
.carousel.show-controls.vlfy-responsive-xs .slide-controls .btn {
  background: #000;
  color: #fff;
  padding: 10px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 30px;
}
.carousel.show-dot-navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.carousel.show-dot-navigation.well .dot-navigation {
  -webkit-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
.carousel.show-dot-navigation .leaderboard-display-wrapper {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.carousel.animate-prev leaderboard-display.ng-hide-remove {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.carousel.animate-prev leaderboard-display.ng-hide-add.ng-hide-add-active {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.carousel .carousel leaderboard-display {
  will-change: transform;
}
.carousel leaderboard-display.ng-hide-add,
.carousel leaderboard-display.ng-hide-remove {
  transition: 1000ms all;
}
.carousel leaderboard-display.ng-hide-add.ng-enter,
.carousel leaderboard-display.ng-hide-remove.ng-enter {
  transition: 0s all;
}
.carousel leaderboard-display.ng-hide-remove {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
}
.carousel leaderboard-display.ng-hide-remove.ng-hide-remove-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.carousel leaderboard-display.ng-hide-add {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.carousel leaderboard-display.ng-hide-add.ng-hide-add-active {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}
.carousel .dot-navigation {
  -webkit-flex: 0 0 40px;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel .dot-navigation .btn {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 8px;
  font-size: 5px;
  padding: 0;
  margin: 0 5px;
  background: #333;
  transition: .5s all;
  will-change: transform;
}
.carousel .dot-navigation .btn.active {
  background: #fc6621;
}
.carousel .dot-navigation .btn:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.carousel .dot-navigation .btn:focus {
  outline: 1px solid transparent;
}
.carousel .dot-navigation .btn:active {
  box-shadow: 0 0 0 transparent;
}
.carousel .slide-controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100%;
  height: 1px;
  left: 0;
}
.carousel .slide-controls .btn {
  position: absolute;
  top: 0;
  border-radius: 0;
  background: transparent;
  font-size: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  transition: 0.2s all;
  will-change: transform;
  padding: 0;
}
.carousel .slide-controls .btn:hover {
  -webkit-transform: translateY(-50%) scale(1.05, 1.05);
          transform: translateY(-50%) scale(1.05, 1.05);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.carousel .slide-controls .btn:focus {
  outline: 1px solid transparent;
}
.carousel .slide-controls .btn:active {
  color: #000000;
  box-shadow: inset 0 0 0 transparent;
}
.round-carousel-buttons .carousel .slide-controls .btn {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 98px;
  font-size: 50px;
  box-shadow: 0px 0px 1px 0 rgba(0, 0, 0, 0.16), 0 0px 3px 0 rgba(0, 0, 0, 0.12);
}
.round-carousel-buttons .carousel .slide-controls .btn:before {
  line-height: 100%;
}
.carousel .slide-controls .btn.btn-left {
  left: 0;
}
.round-carousel-buttons .carousel .slide-controls .btn.btn-left {
  left: -25px;
}
.carousel .slide-controls .btn.btn-right {
  right: 0;
}
/* ANIMATIONS */
.leaderboard-data-change.update-top-3 leaderboard-top .leaderboard-top-3 .top-leader-container {
  will-change: transform;
}
.leaderboard-data-change.update-top-3 leaderboard-top .leaderboard-top-3 .top-leader-container:nth-child(2) leaderboard-tile-item.updated {
  transition-delay: 0.2s;
}
.leaderboard-data-change.update-top-3 leaderboard-top .leaderboard-top-3 .top-leader-container:nth-child(3) leaderboard-tile-item.updated {
  transition-delay: 0.4s;
}
.leaderboard-data-change.update-top-3 leaderboard-top .leaderboard-top-3 .top-leader-container leaderboard-tile-item.updated {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: 0.7s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(2) .flipper {
  transition-delay: 0.1s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(3) .flipper {
  transition-delay: 0.2s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(4) .flipper {
  transition-delay: 0.3s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(5) .flipper {
  transition-delay: 0.4s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(6) .flipper {
  transition-delay: 0.5s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(7) .flipper {
  transition-delay: 0.6s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(8) .flipper {
  transition-delay: 0.7s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(9) .flipper {
  transition-delay: 0.8s;
}
.leaderboard-data-change.update-rankings leaderboard-item:nth-child(10) .flipper {
  transition-delay: 0.9s;
}
.leaderboard-data-change.update-rankings leaderboard-item .flipper {
  transition: 0.3s;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item {
  will-change: transform;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(2) leaderboard-tile-item.updated {
  transition-delay: 0.1s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(3) leaderboard-tile-item.updated {
  transition-delay: 0.2s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(4) leaderboard-tile-item.updated {
  transition-delay: 0.3s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(5) leaderboard-tile-item.updated {
  transition-delay: 0.4s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(6) leaderboard-tile-item.updated {
  transition-delay: 0.5s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(7) leaderboard-tile-item.updated {
  transition-delay: 0.6s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(8) leaderboard-tile-item.updated {
  transition-delay: 0.7s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(9) leaderboard-tile-item.updated {
  transition-delay: 0.8s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item:nth-child(10) leaderboard-tile-item.updated {
  transition-delay: 0.9s;
}
.leaderboard-data-change.update-rankings .horizontal-bar leaderboard-item leaderboard-tile-item.updated {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: 0.7s;
}
.leaderboard-data-change.update-rankings.transition-back .ranking-container leaderboard-item .flipper {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  transition: 0s;
  -webkit-transform-style: flat;
          transform-style: flat;
  transition-delay: 0s!important;
}
.leaderboard-data-change.update-rankings.transition-back .ranking-container leaderboard-item .flipper .progress-bar {
  transition: width 0s;
}
.leaderboard-fireworks.overlay {
  position: fixed;
  left: 25%;
  top: 25%;
  background-color: transparent;
  width: 50%;
  z-index: 10000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.leaderboard-fireworks .leaderboard-top {
  margin-bottom: 0;
}
.leaderboard-fireworks.main-canvas {
  will-change: opacity;
}
.leaderboard-fireworks.main-canvas.ng-enter,
.leaderboard-fireworks.main-canvas.ng-leave {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.leaderboard-fireworks.main-canvas.ng-enter {
  transition-duration: .3s;
}
.leaderboard-fireworks.main-canvas.ng-enter.ng-enter-active {
  opacity: 1;
}
firework-main {
  z-index: 9;
}
/* Don't show second tile shoutout*/
leaderboard-item .info-wrapper h4.shoutout {
  display: none;
}
leaderboard-item:nth-child(1) .info-wrapper h4.shoutout {
  display: inherit;
}