@import url(https://fonts.googleapis.com/css?family=Roboto);
/*
 * 1) Load bootstrap and other vendors
 */
/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th,
  table.spreadsheet td,
  table.spreadsheet th,
  table.grand_total td,
  table.grand_total th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  table.spreadsheet,
  table.grand_total {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.46153846;
  color: #232329;
  background-color: #f8f8fa;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #202dac;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #182281;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.46153846;
  background-color: #f8f8fa;
  border: 1px solid #d6d6dc;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d6d6dc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 22px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #d6d6dc;
}
.text-primary {
  color: #202dac;
}
.text-warning {
  color: #232329;
}
.text-danger {
  color: #b91c13;
}
.text-success {
  color: #3a7524;
}
.text-info {
  color: #202dac;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1 small,
.h1 small {
  font-size: 22px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f1f1f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.46153846;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #d6d6dc;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #f1f1f3;
}
blockquote p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.46153846;
  color: #d6d6dc;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f1f1f3;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.46153846;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.46153846;
  word-break: break-all;
  word-wrap: break-word;
  color: #474752;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.content-header-area #content_header {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after,
.content-header-area #content_header:before,
.content-header-area #content_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.content-header-area #content_header:after {
  clear: both;
}
.container:before,
.container:after,
.content-header-area #content_header:before,
.content-header-area #content_header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after,
.content-header-area #content_header:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container,
  .content-header-area #content_header {
    max-width: 768px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .container,
  .content-header-area #content_header {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .container,
  .content-header-area #content_header {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
table.spreadsheet,
table.grand_total {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
table.spreadsheet thead > tr > th,
table.spreadsheet tbody > tr > th,
table.spreadsheet tfoot > tr > th,
table.spreadsheet thead > tr > td,
table.spreadsheet tbody > tr > td,
table.spreadsheet tfoot > tr > td,
table.grand_total thead > tr > th,
table.grand_total tbody > tr > th,
table.grand_total tfoot > tr > th,
table.grand_total thead > tr > td,
table.grand_total tbody > tr > td,
table.grand_total tfoot > tr > td {
  padding: 5px;
  line-height: 1.46153846;
  vertical-align: top;
  border-top: 1px solid #d6d6dc;
}
.table thead > tr > th,
table.spreadsheet thead > tr > th,
table.grand_total thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6dc;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td,
table.spreadsheet caption + thead tr:first-child th,
table.spreadsheet colgroup + thead tr:first-child th,
table.spreadsheet thead:first-child tr:first-child th,
table.spreadsheet caption + thead tr:first-child td,
table.spreadsheet colgroup + thead tr:first-child td,
table.spreadsheet thead:first-child tr:first-child td,
table.grand_total caption + thead tr:first-child th,
table.grand_total colgroup + thead tr:first-child th,
table.grand_total thead:first-child tr:first-child th,
table.grand_total caption + thead tr:first-child td,
table.grand_total colgroup + thead tr:first-child td,
table.grand_total thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody,
table.spreadsheet tbody + tbody,
table.grand_total tbody + tbody {
  border-top: 2px solid #d6d6dc;
}
.table .table,
table.spreadsheet table.spreadsheet,
table.grand_total table.grand_total {
  background-color: #f8f8fa;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #d6d6dc;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #d6d6dc;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f8f8fa;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
table.spreadsheet.clickable > tbody > tr:hover > td,
table.spreadsheet.clickable > tbody > tr:hover > th,
table.table.clickable > tbody > tr:hover > td,
table.table.clickable > tbody > tr:hover > th,
tabletable.spreadsheet.clickable > tbody > tr:hover > td,
tabletable.spreadsheet.clickable > tbody > tr:hover > th,
tabletable.grand_total.clickable > tbody > tr:hover > td,
tabletable.grand_total.clickable > tbody > tr:hover > th {
  background-color: #f8f8fa;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th,
table.spreadsheet > thead > tr > td.active,
table.spreadsheet > tbody > tr > td.active,
table.spreadsheet > tfoot > tr > td.active,
table.spreadsheet > thead > tr > th.active,
table.spreadsheet > tbody > tr > th.active,
table.spreadsheet > tfoot > tr > th.active,
table.spreadsheet > thead > tr.active > td,
table.spreadsheet > tbody > tr.active > td,
table.spreadsheet > tfoot > tr.active > td,
table.spreadsheet > thead > tr.active > th,
table.spreadsheet > tbody > tr.active > th,
table.spreadsheet > tfoot > tr.active > th,
table.grand_total > thead > tr > td.active,
table.grand_total > tbody > tr > td.active,
table.grand_total > tfoot > tr > td.active,
table.grand_total > thead > tr > th.active,
table.grand_total > tbody > tr > th.active,
table.grand_total > tfoot > tr > th.active,
table.grand_total > thead > tr.active > td,
table.grand_total > tbody > tr.active > td,
table.grand_total > tfoot > tr.active > td,
table.grand_total > thead > tr.active > th,
table.grand_total > tbody > tr.active > th,
table.grand_total > tfoot > tr.active > th {
  background-color: #f8f8fa;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th,
table.spreadsheet > thead > tr > td.success,
table.spreadsheet > tbody > tr > td.success,
table.spreadsheet > tfoot > tr > td.success,
table.spreadsheet > thead > tr > th.success,
table.spreadsheet > tbody > tr > th.success,
table.spreadsheet > tfoot > tr > th.success,
table.spreadsheet > thead > tr.success > td,
table.spreadsheet > tbody > tr.success > td,
table.spreadsheet > tfoot > tr.success > td,
table.spreadsheet > thead > tr.success > th,
table.spreadsheet > tbody > tr.success > th,
table.spreadsheet > tfoot > tr.success > th,
table.grand_total > thead > tr > td.success,
table.grand_total > tbody > tr > td.success,
table.grand_total > tfoot > tr > td.success,
table.grand_total > thead > tr > th.success,
table.grand_total > tbody > tr > th.success,
table.grand_total > tfoot > tr > th.success,
table.grand_total > thead > tr.success > td,
table.grand_total > tbody > tr.success > td,
table.grand_total > tfoot > tr.success > td,
table.grand_total > thead > tr.success > th,
table.grand_total > tbody > tr.success > th,
table.grand_total > tfoot > tr.success > th {
  background-color: #dff3d8;
  border-color: #dff3d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
table.spreadsheet.clickable > tbody > tr > td.success:hover,
table.spreadsheet.clickable > tbody > tr > th.success:hover,
table.spreadsheet.clickable > tbody > tr.success:hover > td,
table.table.clickable > tbody > tr > td.success:hover,
table.table.clickable > tbody > tr > th.success:hover,
table.table.clickable > tbody > tr.success:hover > td,
tabletable.spreadsheet.clickable > tbody > tr > td.success:hover,
tabletable.spreadsheet.clickable > tbody > tr > th.success:hover,
tabletable.spreadsheet.clickable > tbody > tr.success:hover > td,
tabletable.grand_total.clickable > tbody > tr > td.success:hover,
tabletable.grand_total.clickable > tbody > tr > th.success:hover,
tabletable.grand_total.clickable > tbody > tr.success:hover > td {
  background-color: #d0edc5;
  border-color: #d0edc5;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th,
table.spreadsheet > thead > tr > td.danger,
table.spreadsheet > tbody > tr > td.danger,
table.spreadsheet > tfoot > tr > td.danger,
table.spreadsheet > thead > tr > th.danger,
table.spreadsheet > tbody > tr > th.danger,
table.spreadsheet > tfoot > tr > th.danger,
table.spreadsheet > thead > tr.danger > td,
table.spreadsheet > tbody > tr.danger > td,
table.spreadsheet > tfoot > tr.danger > td,
table.spreadsheet > thead > tr.danger > th,
table.spreadsheet > tbody > tr.danger > th,
table.spreadsheet > tfoot > tr.danger > th,
table.grand_total > thead > tr > td.danger,
table.grand_total > tbody > tr > td.danger,
table.grand_total > tfoot > tr > td.danger,
table.grand_total > thead > tr > th.danger,
table.grand_total > tbody > tr > th.danger,
table.grand_total > tfoot > tr > th.danger,
table.grand_total > thead > tr.danger > td,
table.grand_total > tbody > tr.danger > td,
table.grand_total > tfoot > tr.danger > td,
table.grand_total > thead > tr.danger > th,
table.grand_total > tbody > tr.danger > th,
table.grand_total > tfoot > tr.danger > th {
  background-color: #fad3d1;
  border-color: #fad3d1;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
table.spreadsheet.clickable > tbody > tr > td.danger:hover,
table.spreadsheet.clickable > tbody > tr > th.danger:hover,
table.spreadsheet.clickable > tbody > tr.danger:hover > td,
table.table.clickable > tbody > tr > td.danger:hover,
table.table.clickable > tbody > tr > th.danger:hover,
table.table.clickable > tbody > tr.danger:hover > td,
tabletable.spreadsheet.clickable > tbody > tr > td.danger:hover,
tabletable.spreadsheet.clickable > tbody > tr > th.danger:hover,
tabletable.spreadsheet.clickable > tbody > tr.danger:hover > td,
tabletable.grand_total.clickable > tbody > tr > td.danger:hover,
tabletable.grand_total.clickable > tbody > tr > th.danger:hover,
tabletable.grand_total.clickable > tbody > tr.danger:hover > td {
  background-color: #f8bdba;
  border-color: #f8bdba;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th,
table.spreadsheet > thead > tr > td.warning,
table.spreadsheet > tbody > tr > td.warning,
table.spreadsheet > tfoot > tr > td.warning,
table.spreadsheet > thead > tr > th.warning,
table.spreadsheet > tbody > tr > th.warning,
table.spreadsheet > tfoot > tr > th.warning,
table.spreadsheet > thead > tr.warning > td,
table.spreadsheet > tbody > tr.warning > td,
table.spreadsheet > tfoot > tr.warning > td,
table.spreadsheet > thead > tr.warning > th,
table.spreadsheet > tbody > tr.warning > th,
table.spreadsheet > tfoot > tr.warning > th,
table.grand_total > thead > tr > td.warning,
table.grand_total > tbody > tr > td.warning,
table.grand_total > tfoot > tr > td.warning,
table.grand_total > thead > tr > th.warning,
table.grand_total > tbody > tr > th.warning,
table.grand_total > tfoot > tr > th.warning,
table.grand_total > thead > tr.warning > td,
table.grand_total > tbody > tr.warning > td,
table.grand_total > tfoot > tr.warning > td,
table.grand_total > thead > tr.warning > th,
table.grand_total > tbody > tr.warning > th,
table.grand_total > tfoot > tr.warning > th {
  background-color: #fff2cd;
  border-color: #fff2cd;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
table.spreadsheet.clickable > tbody > tr > td.warning:hover,
table.spreadsheet.clickable > tbody > tr > th.warning:hover,
table.spreadsheet.clickable > tbody > tr.warning:hover > td,
table.table.clickable > tbody > tr > td.warning:hover,
table.table.clickable > tbody > tr > th.warning:hover,
table.table.clickable > tbody > tr.warning:hover > td,
tabletable.spreadsheet.clickable > tbody > tr > td.warning:hover,
tabletable.spreadsheet.clickable > tbody > tr > th.warning:hover,
tabletable.spreadsheet.clickable > tbody > tr.warning:hover > td,
tabletable.grand_total.clickable > tbody > tr > td.warning:hover,
tabletable.grand_total.clickable > tbody > tr > th.warning:hover,
tabletable.grand_total.clickable > tbody > tr.warning:hover > td {
  background-color: #ffebb3;
  border-color: #ffebb3;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #d6d6dc;
  }
  .table-responsive > .table,
  .table-responsive > table.spreadsheet,
  .table-responsive > table.grand_total {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table.spreadsheet > thead > tr > th,
  .table-responsive > table.spreadsheet > tbody > tr > th,
  .table-responsive > table.spreadsheet > tfoot > tr > th,
  .table-responsive > table.spreadsheet > thead > tr > td,
  .table-responsive > table.spreadsheet > tbody > tr > td,
  .table-responsive > table.spreadsheet > tfoot > tr > td,
  .table-responsive > table.grand_total > thead > tr > th,
  .table-responsive > table.grand_total > tbody > tr > th,
  .table-responsive > table.grand_total > tfoot > tr > th,
  .table-responsive > table.grand_total > thead > tr > td,
  .table-responsive > table.grand_total > tbody > tr > td,
  .table-responsive > table.grand_total > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: inherit;
  color: #474752;
  border: 0;
  border-bottom: 1px solid #f1f1f3;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder,
form input[type="text"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="date"]:-moz-placeholder,
form input[type="tel"]:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #bbbbc4;
}
.form-control::-moz-placeholder,
form input[type="text"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="date"]::-moz-placeholder,
form input[type="tel"]::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #bbbbc4;
}
.form-control:-ms-input-placeholder,
form input[type="text"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #bbbbc4;
}
.form-control::-webkit-input-placeholder,
form input[type="text"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #bbbbc4;
}
.form-control,
form input[type="text"],
form input[type="number"],
form input[type="password"],
form input[type="email"],
form input[type="date"],
form input[type="tel"],
form textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.46153846;
  color: #767689;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.form-control:focus,
form input[type="text"]:focus,
form input[type="number"]:focus,
form input[type="password"]:focus,
form input[type="email"]:focus,
form input[type="date"]:focus,
form input[type="tel"]:focus,
form textarea:focus {
  border-color: #202dac;
  outline: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
form input[type="text"][disabled],
form input[type="text"][readonly],
fieldset[disabled] form input[type="text"],
form input[type="number"][disabled],
form input[type="number"][readonly],
fieldset[disabled] form input[type="number"],
form input[type="password"][disabled],
form input[type="password"][readonly],
fieldset[disabled] form input[type="password"],
form input[type="email"][disabled],
form input[type="email"][readonly],
fieldset[disabled] form input[type="email"],
form input[type="date"][disabled],
form input[type="date"][readonly],
fieldset[disabled] form input[type="date"],
form input[type="tel"][disabled],
form input[type="tel"][readonly],
fieldset[disabled] form input[type="tel"],
form textarea[disabled],
form textarea[readonly],
fieldset[disabled] form textarea {
  cursor: not-allowed;
  background-color: #f1f1f3;
}
textarea.form-control,
textareaform input[type="text"],
textareaform input[type="number"],
textareaform input[type="password"],
textareaform input[type="email"],
textareaform input[type="date"],
textareaform input[type="tel"],
textareaform textarea {
  height: auto;
}
.form-group,
.field,
.fields {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 27px;
  line-height: 27px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #232329;
}
.has-warning .form-control,
.has-warning form input[type="text"],
.has-warning form input[type="number"],
.has-warning form input[type="password"],
.has-warning form input[type="email"],
.has-warning form input[type="date"],
.has-warning form input[type="tel"],
.has-warning form textarea {
  border-color: #232329;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus,
.has-warning form input[type="text"]:focus,
.has-warning form input[type="number"]:focus,
.has-warning form input[type="password"]:focus,
.has-warning form input[type="email"]:focus,
.has-warning form input[type="date"]:focus,
.has-warning form input[type="tel"]:focus,
.has-warning form textarea:focus {
  border-color: #0c0c0d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #525260;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #525260;
}
.has-warning .input-group-addon {
  color: #232329;
  border-color: #232329;
  background-color: #fff2cd;
}
.has-error .help-block,
.has-error .control-label {
  color: #b91c13;
}
.has-error .form-control,
.has-error form input[type="text"],
.has-error form input[type="number"],
.has-error form input[type="password"],
.has-error form input[type="email"],
.has-error form input[type="date"],
.has-error form input[type="tel"],
.has-error form textarea {
  border-color: #b91c13;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus,
.has-error form input[type="text"]:focus,
.has-error form input[type="number"]:focus,
.has-error form input[type="password"]:focus,
.has-error form input[type="email"]:focus,
.has-error form input[type="date"]:focus,
.has-error form input[type="tel"]:focus,
.has-error form textarea:focus {
  border-color: #8b150e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec4f46;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec4f46;
}
.has-error .input-group-addon {
  color: #b91c13;
  border-color: #b91c13;
  background-color: #fad3d1;
}
.has-success .help-block,
.has-success .control-label {
  color: #3a7524;
}
.has-success .form-control,
.has-success form input[type="text"],
.has-success form input[type="number"],
.has-success form input[type="password"],
.has-success form input[type="email"],
.has-success form input[type="date"],
.has-success form input[type="tel"],
.has-success form textarea {
  border-color: #3a7524;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus,
.has-success form input[type="text"]:focus,
.has-success form input[type="number"]:focus,
.has-success form input[type="password"]:focus,
.has-success form input[type="email"]:focus,
.has-success form input[type="date"]:focus,
.has-success form input[type="tel"]:focus,
.has-success form textarea:focus {
  border-color: #274e18;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #61c33c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #61c33c;
}
.has-success .input-group-addon {
  color: #3a7524;
  border-color: #3a7524;
  background-color: #dff3d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #5e5e6e;
}
@media (min-width: 768px) {
  .form-inline .form-group,
  .form-inline .field,
  .form-inline .fields {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline form input[type="text"],
  .form-inline form input[type="number"],
  .form-inline form input[type="password"],
  .form-inline form input[type="email"],
  .form-inline form input[type="date"],
  .form-inline form input[type="tel"],
  .form-inline form textarea {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group,
.form-horizontal .field,
.form-horizontal .fields {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .field:before,
.form-horizontal .field:after,
.form-horizontal .fields:before,
.form-horizontal .fields:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .field:after,
.form-horizontal .fields:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.form-horizontal .field:before,
.form-horizontal .field:after,
.form-horizontal .fields:before,
.form-horizontal .fields:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after,
.form-horizontal .field:after,
.form-horizontal .fields:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.46153846;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #202dac;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.hover,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #1a248a;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #202dac;
}
.btn-primary {
  color: #fff;
  background-color: #202dac;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1a248a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #202dac;
}
.btn-warning {
  color: #fff;
  background-color: #ffc21a;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.hover,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0b000;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffc21a;
}
.btn-danger {
  color: #fff;
  background-color: #b91c13;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.hover,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #94160f;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #b91c13;
}
.btn-success {
  color: #fff;
  background-color: #3a7524;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.hover,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #2b561a;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #3a7524;
}
.btn-info {
  color: #fff;
  background-color: #5360df;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.hover,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #3140d9;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5360df;
}
.btn-cta {
  color: #fff;
  background-color: #fc6c1c;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.hover,
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  color: #fff;
  background-color: #ec5603;
}
.btn-cta:active,
.btn-cta.active,
.open .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #fc6c1c;
}
.btn-link {
  color: #202dac;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #182281;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #d6d6dc;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-large {
  padding: 10px 16px;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/packs/2810d2a49be3af435f61.eot);
  src: url(/packs/2810d2a49be3af435f61.eot?#iefix) format('embedded-opentype'), url(/packs/e3cab037268b4e02bef8.woff) format('woff'), url(/packs/b7c243015cec15850248.ttf) format('truetype'), url(/packs/assets/glyphicons-halflings-regular-864c2bdfdea09ee84833.svg#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  border: 1px solid #232329;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #f1f1f3;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.46153846;
  color: #474752;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #767689;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #767689;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #bbbbc4;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1.46153846;
  color: #bbbbc4;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #fff;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #fff;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control,
.input-group form input[type="text"],
.input-group form input[type="number"],
.input-group form input[type="password"],
.input-group form input[type="email"],
.input-group form input[type="date"],
.input-group form input[type="tel"],
.input-group form textarea {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > form input[type="text"],
.input-group-lg > form input[type="number"],
.input-group-lg > form input[type="password"],
.input-group-lg > form input[type="email"],
.input-group-lg > form input[type="date"],
.input-group-lg > form input[type="tel"],
.input-group-lg > form textarea {
  border-radius: 6px;
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > form input[type="text"],
select.input-group-lg > form input[type="number"],
select.input-group-lg > form input[type="password"],
select.input-group-lg > form input[type="email"],
select.input-group-lg > form input[type="date"],
select.input-group-lg > form input[type="tel"],
select.input-group-lg > form textarea {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > form input[type="text"],
textarea.input-group-lg > form input[type="number"],
textarea.input-group-lg > form input[type="password"],
textarea.input-group-lg > form input[type="email"],
textarea.input-group-lg > form input[type="date"],
textarea.input-group-lg > form input[type="tel"],
textarea.input-group-lg > form textarea {
  height: auto;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > form input[type="text"],
select.input-group-lg > form input[type="number"],
select.input-group-lg > form input[type="password"],
select.input-group-lg > form input[type="email"],
select.input-group-lg > form input[type="date"],
select.input-group-lg > form input[type="tel"],
select.input-group-lg > form textarea {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > form input[type="text"],
textarea.input-group-lg > form input[type="number"],
textarea.input-group-lg > form input[type="password"],
textarea.input-group-lg > form input[type="email"],
textarea.input-group-lg > form input[type="date"],
textarea.input-group-lg > form input[type="tel"],
textarea.input-group-lg > form textarea {
  height: auto;
}
@media (max-width: 480px) {
  .input-group-lg > .form-control,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .btn,
  .input-group-lg > form input[type="text"],
  .input-group-lg > form input[type="number"],
  .input-group-lg > form input[type="password"],
  .input-group-lg > form input[type="email"],
  .input-group-lg > form input[type="date"],
  .input-group-lg > form input[type="tel"],
  .input-group-lg > form textarea {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.46153846;
    border-radius: 3px;
  }
  select.input-group-lg > .form-control,
  select.input-group-lg > .input-group-addon,
  select.input-group-lg > .input-group-btn > .btn,
  select.input-group-lg > form input[type="text"],
  select.input-group-lg > form input[type="number"],
  select.input-group-lg > form input[type="password"],
  select.input-group-lg > form input[type="email"],
  select.input-group-lg > form input[type="date"],
  select.input-group-lg > form input[type="tel"],
  select.input-group-lg > form textarea {
    height: 34px;
    line-height: 34px;
  }
  textarea.input-group-lg > .form-control,
  textarea.input-group-lg > .input-group-addon,
  textarea.input-group-lg > .input-group-btn > .btn,
  textarea.input-group-lg > form input[type="text"],
  textarea.input-group-lg > form input[type="number"],
  textarea.input-group-lg > form input[type="password"],
  textarea.input-group-lg > form input[type="email"],
  textarea.input-group-lg > form input[type="date"],
  textarea.input-group-lg > form input[type="tel"],
  textarea.input-group-lg > form textarea {
    height: auto;
  }
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > form input[type="text"],
.input-group-sm > form input[type="number"],
.input-group-sm > form input[type="password"],
.input-group-sm > form input[type="email"],
.input-group-sm > form input[type="date"],
.input-group-sm > form input[type="tel"],
.input-group-sm > form textarea {
  height: 27px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > form input[type="text"],
select.input-group-sm > form input[type="number"],
select.input-group-sm > form input[type="password"],
select.input-group-sm > form input[type="email"],
select.input-group-sm > form input[type="date"],
select.input-group-sm > form input[type="tel"],
select.input-group-sm > form textarea {
  height: 27px;
  line-height: 27px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > form input[type="text"],
textarea.input-group-sm > form input[type="number"],
textarea.input-group-sm > form input[type="password"],
textarea.input-group-sm > form input[type="email"],
textarea.input-group-sm > form input[type="date"],
textarea.input-group-sm > form input[type="tel"],
textarea.input-group-sm > form textarea {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group form input[type="text"],
.input-group form input[type="number"],
.input-group form input[type="password"],
.input-group form input[type="email"],
.input-group form input[type="date"],
.input-group form input[type="tel"],
.input-group form textarea {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group form input[type="text"]:not(:first-child):not(:last-child),
.input-group form input[type="number"]:not(:first-child):not(:last-child),
.input-group form input[type="password"]:not(:first-child):not(:last-child),
.input-group form input[type="email"]:not(:first-child):not(:last-child),
.input-group form input[type="date"]:not(:first-child):not(:last-child),
.input-group form input[type="tel"]:not(:first-child):not(:last-child),
.input-group form textarea:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #f1f1f3;
  border: 1px solid #d6d6dc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 10px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group form input[type="text"]:first-child,
.input-group form input[type="number"]:first-child,
.input-group form input[type="password"]:first-child,
.input-group form input[type="email"]:first-child,
.input-group form input[type="date"]:first-child,
.input-group form input[type="tel"]:first-child,
.input-group form textarea:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group form input[type="text"]:last-child,
.input-group form input[type="number"]:last-child,
.input-group form input[type="password"]:last-child,
.input-group form input[type="email"]:last-child,
.input-group form input[type="date"]:last-child,
.input-group form input[type="tel"]:last-child,
.input-group form textarea:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f3;
}
.nav > li.disabled > a {
  color: #d6d6dc;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #d6d6dc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f1f1f3;
  border-color: #202dac;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #d6d6dc;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.46153846;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #d6d6dc #d6d6dc #d6d6dc;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #767689;
  background-color: transparent;
  border: 1px solid #d6d6dc;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #d6d6dc;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #f8f8fa;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #767689;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #d6d6dc;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #f8f8fa;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #202dac;
  border-bottom-color: #202dac;
}
.nav a:hover .caret {
  border-top-color: #182281;
  border-bottom-color: #182281;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.content-header-area #content_header > .navbar-header,
.content-header-area #content_header > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .content-header-area #content_header > .navbar-header,
  .content-header-area #content_header > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .content-header-area #content_header .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group,
  .navbar-form .field,
  .navbar-form .fields {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form form input[type="text"],
  .navbar-form form input[type="number"],
  .navbar-form form input[type="password"],
  .navbar-form form input[type="email"],
  .navbar-form form input[type="date"],
  .navbar-form form input[type="tel"],
  .navbar-form form textarea {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group,
  .navbar-form .field,
  .navbar-form .fields {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #232329;
  border-color: none;
}
.navbar-inverse .navbar-brand {
  color: #d6d6dc;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #d6d6dc;
}
.navbar-inverse .navbar-nav > li > a {
  color: #d6d6dc;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #f1f1f3;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f1f1f3;
  background-color: #767689;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #767689;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #131316;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #767689;
  color: #f1f1f3;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #f1f1f3;
  border-bottom-color: #f1f1f3;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #d6d6dc;
  border-bottom-color: #d6d6dc;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #f1f1f3;
  border-bottom-color: #f1f1f3;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: none;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #d6d6dc;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #f1f1f3;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #f1f1f3;
    background-color: #767689;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #767689;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #d6d6dc;
}
.navbar-inverse .navbar-link:hover {
  color: #f1f1f3;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f1f1f3;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #d6d6dc;
}
.breadcrumb > .active {
  color: #d6d6dc;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.46153846;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f1f1f3;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #202dac;
  border-color: #202dac;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #d6d6dc;
  background-color: #fff;
  border-color: #d6d6dc;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 10px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f1f1f3;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #d6d6dc;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #767689;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #474752;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #d6d6dc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #babac5;
}
.label-primary {
  background-color: #202dac;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #182281;
}
.label-success {
  background-color: #3a7524;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #274e18;
}
.label-info {
  background-color: #5360df;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2838d7;
}
.label-warning {
  background-color: #ffc21a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e6a900;
}
.label-danger {
  background-color: #b91c13;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #8b150e;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #202dac;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 200;
  line-height: 2.19230769;
  color: inherit;
  background-color: #f1f1f3;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron,
.content-header-area #content_header .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .content-header-area #content_header .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 58px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.46153846;
  background-color: #f8f8fa;
  border: 1px solid #d6d6dc;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #202dac;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #232329;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff3d8;
  border-color: #dff3d8;
  color: #3a7524;
}
.alert-success hr {
  border-top-color: #d0edc5;
}
.alert-success .alert-link {
  color: #274e18;
}
.alert-info {
  background-color: #d4d7f7;
  border-color: #d4d7f7;
  color: #202dac;
}
.alert-info hr {
  border-top-color: #bec3f3;
}
.alert-info .alert-link {
  color: #182281;
}
.alert-warning {
  background-color: #fff2cd;
  border-color: #fff2cd;
  color: #232329;
}
.alert-warning hr {
  border-top-color: #ffebb3;
}
.alert-warning .alert-link {
  color: #0c0c0d;
}
.alert-danger {
  background-color: #fad3d1;
  border-color: #fad3d1;
  color: #b91c13;
}
.alert-danger hr {
  border-top-color: #f8bdba;
}
.alert-danger .alert-link {
  color: #8b150e;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f1f0ee;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background-color: #202dac;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #3a7524;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5360df;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #ffc21a;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #b91c13;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #d6d6dc;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #474752;
}
a.list-group-item .list-group-item-heading {
  color: #232329;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f1f0ee;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #767689;
  border-color: #767689;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e4e4e7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > table.spreadsheet,
.panel > table.grand_total {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + table.spreadsheet,
.panel > .panel-body + table.grand_total {
  border-top: 1px solid #d6d6dc;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f1f0ee;
  border-top: 1px solid #f8f8fa;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #f8f8fa;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #f8f8fa;
}
.panel-default {
  border-color: #d6d6dc;
}
.panel-default > .panel-heading {
  color: #474752;
  background-color: #fff;
  border-color: #d6d6dc;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6d6dc;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6d6dc;
}
.panel-primary {
  border-color: #202dac;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #202dac;
  border-color: #202dac;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #202dac;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #202dac;
}
.panel-success {
  border-color: #dff3d8;
}
.panel-success > .panel-heading {
  color: #3a7524;
  background-color: #dff3d8;
  border-color: #dff3d8;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dff3d8;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dff3d8;
}
.panel-warning {
  border-color: #fff2cd;
}
.panel-warning > .panel-heading {
  color: #232329;
  background-color: #fff2cd;
  border-color: #fff2cd;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fff2cd;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fff2cd;
}
.panel-danger {
  border-color: #fad3d1;
}
.panel-danger > .panel-heading {
  color: #b91c13;
  background-color: #fad3d1;
  border-color: #fad3d1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fad3d1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fad3d1;
}
.panel-info {
  border-color: #d4d7f7;
}
.panel-info > .panel-heading {
  color: #202dac;
  background-color: #d4d7f7;
  border-color: #d4d7f7;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d4d7f7;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d4d7f7;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #232329;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #232329;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1140;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1150;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1130;
  background-color: #232329;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #f1f1f3;
  min-height: 31.46153846px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.46153846;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  margin-top: 15px;
  padding: 29px 30px 30px;
  text-align: right;
  border-top: 1px solid #f1f1f3;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 10px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #232329;
  border-radius: 3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #232329;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #232329;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #232329;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #232329;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #232329;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232329;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232329;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #232329;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d6d6dc;
  border: 1px solid #232329;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f1f1f3;
  border-bottom: 1px solid #e3e3e7;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #767689;
  border-top-color: #232329;
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #767689;
  border-right-color: #232329;
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #767689;
  border-bottom-color: #232329;
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #767689;
  border-left-color: #232329;
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/packs/1c77d5ab10c945269a09.eot);
  src: url(/packs/1c77d5ab10c945269a09.eot?#iefix) format('embedded-opentype'), url(/packs/6e8ec896aab286231d3c.woff) format('woff'), url(/packs/670e1210f375c1590bd4.ttf) format('truetype'), url(/packs/assets/fontawesome-webfont-083a1c3461b427ea103b.svg#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.ico {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.ico-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ico-2x {
  font-size: 2em;
}
.ico-3x {
  font-size: 3em;
}
.ico-4x {
  font-size: 4em;
}
.ico-5x {
  font-size: 5em;
}
.ico-fw {
  width: 1.28571429em;
  text-align: center;
}
.ico-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ico-ul > li {
  position: relative;
}
.ico-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.ico-li.ico-lg {
  left: -1.85714286em;
}
.ico-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.ico.pull-left {
  margin-right: 0.3em;
}
.ico.pull-right {
  margin-left: 0.3em;
}
.ico-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ico-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ico-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ico-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ico-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ico-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .ico-rotate-90,
:root .ico-rotate-180,
:root .ico-rotate-270,
:root .ico-flip-horizontal,
:root .ico-flip-vertical {
  filter: none;
}
.ico-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.ico-stack-1x,
.ico-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.ico-stack-1x {
  line-height: inherit;
}
.ico-stack-2x {
  font-size: 2em;
}
.ico-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.ico-glass:before {
  content: "\f000";
}
.ico-music:before {
  content: "\f001";
}
.ico-search:before {
  content: "\f002";
}
.ico-envelope-o:before {
  content: "\f003";
}
.ico-heart:before {
  content: "\f004";
}
.ico-star:before {
  content: "\f005";
}
.ico-star-o:before {
  content: "\f006";
}
.ico-user:before {
  content: "\f007";
}
.ico-film:before {
  content: "\f008";
}
.ico-th-large:before {
  content: "\f009";
}
.ico-th:before {
  content: "\f00a";
}
.ico-th-list:before {
  content: "\f00b";
}
.ico-check:before {
  content: "\f00c";
}
.ico-remove:before,
.ico-close:before,
.ico-times:before {
  content: "\f00d";
}
.ico-search-plus:before {
  content: "\f00e";
}
.ico-search-minus:before {
  content: "\f010";
}
.ico-power-off:before {
  content: "\f011";
}
.ico-signal:before {
  content: "\f012";
}
.ico-gear:before,
.ico-cog:before {
  content: "\f013";
}
.ico-trash-o:before {
  content: "\f014";
}
.ico-home:before {
  content: "\f015";
}
.ico-file-o:before {
  content: "\f016";
}
.ico-clock-o:before {
  content: "\f017";
}
.ico-road:before {
  content: "\f018";
}
.ico-download:before {
  content: "\f019";
}
.ico-arrow-circle-o-down:before {
  content: "\f01a";
}
.ico-arrow-circle-o-up:before {
  content: "\f01b";
}
.ico-inbox:before {
  content: "\f01c";
}
.ico-play-circle-o:before {
  content: "\f01d";
}
.ico-rotate-right:before,
.ico-repeat:before {
  content: "\f01e";
}
.ico-refresh:before {
  content: "\f021";
}
.ico-list-alt:before {
  content: "\f022";
}
.ico-lock:before {
  content: "\f023";
}
.ico-flag:before {
  content: "\f024";
}
.ico-headphones:before {
  content: "\f025";
}
.ico-volume-off:before {
  content: "\f026";
}
.ico-volume-down:before {
  content: "\f027";
}
.ico-volume-up:before {
  content: "\f028";
}
.ico-qrcode:before {
  content: "\f029";
}
.ico-barcode:before {
  content: "\f02a";
}
.ico-tag:before {
  content: "\f02b";
}
.ico-tags:before {
  content: "\f02c";
}
.ico-book:before {
  content: "\f02d";
}
.ico-bookmark:before {
  content: "\f02e";
}
.ico-print:before {
  content: "\f02f";
}
.ico-camera:before {
  content: "\f030";
}
.ico-font:before {
  content: "\f031";
}
.ico-bold:before {
  content: "\f032";
}
.ico-italic:before {
  content: "\f033";
}
.ico-text-height:before {
  content: "\f034";
}
.ico-text-width:before {
  content: "\f035";
}
.ico-align-left:before {
  content: "\f036";
}
.ico-align-center:before {
  content: "\f037";
}
.ico-align-right:before {
  content: "\f038";
}
.ico-align-justify:before {
  content: "\f039";
}
.ico-list:before {
  content: "\f03a";
}
.ico-dedent:before,
.ico-outdent:before {
  content: "\f03b";
}
.ico-indent:before {
  content: "\f03c";
}
.ico-video-camera:before {
  content: "\f03d";
}
.ico-photo:before,
.ico-image:before,
.ico-picture-o:before {
  content: "\f03e";
}
.ico-pencil:before {
  content: "\f040";
}
.ico-map-marker:before {
  content: "\f041";
}
.ico-adjust:before {
  content: "\f042";
}
.ico-tint:before {
  content: "\f043";
}
.ico-edit:before,
.ico-pencil-square-o:before {
  content: "\f044";
}
.ico-share-square-o:before {
  content: "\f045";
}
.ico-check-square-o:before {
  content: "\f046";
}
.ico-arrows:before {
  content: "\f047";
}
.ico-step-backward:before {
  content: "\f048";
}
.ico-fast-backward:before {
  content: "\f049";
}
.ico-backward:before {
  content: "\f04a";
}
.ico-play:before {
  content: "\f04b";
}
.ico-pause:before {
  content: "\f04c";
}
.ico-stop:before {
  content: "\f04d";
}
.ico-forward:before {
  content: "\f04e";
}
.ico-fast-forward:before {
  content: "\f050";
}
.ico-step-forward:before {
  content: "\f051";
}
.ico-eject:before {
  content: "\f052";
}
.ico-chevron-left:before {
  content: "\f053";
}
.ico-chevron-right:before {
  content: "\f054";
}
.ico-plus-circle:before {
  content: "\f055";
}
.ico-minus-circle:before {
  content: "\f056";
}
.ico-times-circle:before {
  content: "\f057";
}
.ico-check-circle:before {
  content: "\f058";
}
.ico-question-circle:before {
  content: "\f059";
}
.ico-info-circle:before {
  content: "\f05a";
}
.ico-crosshairs:before {
  content: "\f05b";
}
.ico-times-circle-o:before {
  content: "\f05c";
}
.ico-check-circle-o:before {
  content: "\f05d";
}
.ico-ban:before {
  content: "\f05e";
}
.ico-arrow-left:before {
  content: "\f060";
}
.ico-arrow-right:before {
  content: "\f061";
}
.ico-arrow-up:before {
  content: "\f062";
}
.ico-arrow-down:before {
  content: "\f063";
}
.ico-mail-forward:before,
.ico-share:before {
  content: "\f064";
}
.ico-expand:before {
  content: "\f065";
}
.ico-compress:before {
  content: "\f066";
}
.ico-plus:before {
  content: "\f067";
}
.ico-minus:before {
  content: "\f068";
}
.ico-asterisk:before {
  content: "\f069";
}
.ico-exclamation-circle:before {
  content: "\f06a";
}
.ico-gift:before {
  content: "\f06b";
}
.ico-leaf:before {
  content: "\f06c";
}
.ico-fire:before {
  content: "\f06d";
}
.ico-eye:before {
  content: "\f06e";
}
.ico-eye-slash:before {
  content: "\f070";
}
.ico-warning:before,
.ico-exclamation-triangle:before {
  content: "\f071";
}
.ico-plane:before {
  content: "\f072";
}
.ico-calendar:before {
  content: "\f073";
}
.ico-random:before {
  content: "\f074";
}
.ico-comment:before {
  content: "\f075";
}
.ico-magnet:before {
  content: "\f076";
}
.ico-chevron-up:before {
  content: "\f077";
}
.ico-chevron-down:before {
  content: "\f078";
}
.ico-retweet:before {
  content: "\f079";
}
.ico-shopping-cart:before {
  content: "\f07a";
}
.ico-folder:before {
  content: "\f07b";
}
.ico-folder-open:before {
  content: "\f07c";
}
.ico-arrows-v:before {
  content: "\f07d";
}
.ico-arrows-h:before {
  content: "\f07e";
}
.ico-bar-chart-o:before,
.ico-bar-chart:before {
  content: "\f080";
}
.ico-twitter-square:before {
  content: "\f081";
}
.ico-facebook-square:before {
  content: "\f082";
}
.ico-camera-retro:before {
  content: "\f083";
}
.ico-key:before {
  content: "\f084";
}
.ico-gears:before,
.ico-cogs:before {
  content: "\f085";
}
.ico-comments:before {
  content: "\f086";
}
.ico-thumbs-o-up:before {
  content: "\f087";
}
.ico-thumbs-o-down:before {
  content: "\f088";
}
.ico-star-half:before {
  content: "\f089";
}
.ico-heart-o:before {
  content: "\f08a";
}
.ico-sign-out:before {
  content: "\f08b";
}
.ico-linkedin-square:before {
  content: "\f08c";
}
.ico-thumb-tack:before {
  content: "\f08d";
}
.ico-external-link:before {
  content: "\f08e";
}
.ico-sign-in:before {
  content: "\f090";
}
.ico-trophy:before {
  content: "\f091";
}
.ico-github-square:before {
  content: "\f092";
}
.ico-upload:before {
  content: "\f093";
}
.ico-lemon-o:before {
  content: "\f094";
}
.ico-phone:before {
  content: "\f095";
}
.ico-square-o:before {
  content: "\f096";
}
.ico-bookmark-o:before {
  content: "\f097";
}
.ico-phone-square:before {
  content: "\f098";
}
.ico-twitter:before {
  content: "\f099";
}
.ico-facebook:before {
  content: "\f09a";
}
.ico-github:before {
  content: "\f09b";
}
.ico-unlock:before {
  content: "\f09c";
}
.ico-credit-card:before {
  content: "\f09d";
}
.ico-rss:before {
  content: "\f09e";
}
.ico-hdd-o:before {
  content: "\f0a0";
}
.ico-bullhorn:before {
  content: "\f0a1";
}
.ico-bell:before {
  content: "\f0f3";
}
.ico-certificate:before {
  content: "\f0a3";
}
.ico-hand-o-right:before {
  content: "\f0a4";
}
.ico-hand-o-left:before {
  content: "\f0a5";
}
.ico-hand-o-up:before {
  content: "\f0a6";
}
.ico-hand-o-down:before {
  content: "\f0a7";
}
.ico-arrow-circle-left:before {
  content: "\f0a8";
}
.ico-arrow-circle-right:before {
  content: "\f0a9";
}
.ico-arrow-circle-up:before {
  content: "\f0aa";
}
.ico-arrow-circle-down:before {
  content: "\f0ab";
}
.ico-globe:before {
  content: "\f0ac";
}
.ico-wrench:before {
  content: "\f0ad";
}
.ico-tasks:before {
  content: "\f0ae";
}
.ico-filter:before {
  content: "\f0b0";
}
.ico-briefcase:before {
  content: "\f0b1";
}
.ico-arrows-alt:before {
  content: "\f0b2";
}
.ico-group:before,
.ico-users:before {
  content: "\f0c0";
}
.ico-chain:before,
.ico-link:before {
  content: "\f0c1";
}
.ico-cloud:before {
  content: "\f0c2";
}
.ico-flask:before {
  content: "\f0c3";
}
.ico-cut:before,
.ico-scissors:before {
  content: "\f0c4";
}
.ico-copy:before,
.ico-files-o:before {
  content: "\f0c5";
}
.ico-paperclip:before {
  content: "\f0c6";
}
.ico-save:before,
.ico-floppy-o:before {
  content: "\f0c7";
}
.ico-square:before {
  content: "\f0c8";
}
.ico-navicon:before,
.ico-reorder:before,
.ico-bars:before {
  content: "\f0c9";
}
.ico-list-ul:before {
  content: "\f0ca";
}
.ico-list-ol:before {
  content: "\f0cb";
}
.ico-strikethrough:before {
  content: "\f0cc";
}
.ico-underline:before {
  content: "\f0cd";
}
.ico-table:before {
  content: "\f0ce";
}
.ico-magic:before {
  content: "\f0d0";
}
.ico-truck:before {
  content: "\f0d1";
}
.ico-pinterest:before {
  content: "\f0d2";
}
.ico-pinterest-square:before {
  content: "\f0d3";
}
.ico-google-plus-square:before {
  content: "\f0d4";
}
.ico-google-plus:before {
  content: "\f0d5";
}
.ico-money:before {
  content: "\f0d6";
}
.ico-caret-down:before {
  content: "\f0d7";
}
.ico-caret-up:before {
  content: "\f0d8";
}
.ico-caret-left:before {
  content: "\f0d9";
}
.ico-caret-right:before {
  content: "\f0da";
}
.ico-columns:before {
  content: "\f0db";
}
.ico-unsorted:before,
.ico-sort:before {
  content: "\f0dc";
}
.ico-sort-down:before,
.ico-sort-desc:before {
  content: "\f0dd";
}
.ico-sort-up:before,
.ico-sort-asc:before {
  content: "\f0de";
}
.ico-envelope:before {
  content: "\f0e0";
}
.ico-linkedin:before {
  content: "\f0e1";
}
.ico-rotate-left:before,
.ico-undo:before {
  content: "\f0e2";
}
.ico-legal:before,
.ico-gavel:before {
  content: "\f0e3";
}
.ico-dashboard:before,
.ico-tachometer:before {
  content: "\f0e4";
}
.ico-comment-o:before {
  content: "\f0e5";
}
.ico-comments-o:before {
  content: "\f0e6";
}
.ico-flash:before,
.ico-bolt:before {
  content: "\f0e7";
}
.ico-sitemap:before {
  content: "\f0e8";
}
.ico-umbrella:before {
  content: "\f0e9";
}
.ico-paste:before,
.ico-clipboard:before {
  content: "\f0ea";
}
.ico-lightbulb-o:before {
  content: "\f0eb";
}
.ico-exchange:before {
  content: "\f0ec";
}
.ico-cloud-download:before {
  content: "\f0ed";
}
.ico-cloud-upload:before {
  content: "\f0ee";
}
.ico-user-md:before {
  content: "\f0f0";
}
.ico-stethoscope:before {
  content: "\f0f1";
}
.ico-suitcase:before {
  content: "\f0f2";
}
.ico-bell-o:before {
  content: "\f0a2";
}
.ico-coffee:before {
  content: "\f0f4";
}
.ico-cutlery:before {
  content: "\f0f5";
}
.ico-file-text-o:before {
  content: "\f0f6";
}
.ico-building-o:before {
  content: "\f0f7";
}
.ico-hospital-o:before {
  content: "\f0f8";
}
.ico-ambulance:before {
  content: "\f0f9";
}
.ico-medkit:before {
  content: "\f0fa";
}
.ico-fighter-jet:before {
  content: "\f0fb";
}
.ico-beer:before {
  content: "\f0fc";
}
.ico-h-square:before {
  content: "\f0fd";
}
.ico-plus-square:before {
  content: "\f0fe";
}
.ico-angle-double-left:before {
  content: "\f100";
}
.ico-angle-double-right:before {
  content: "\f101";
}
.ico-angle-double-up:before {
  content: "\f102";
}
.ico-angle-double-down:before {
  content: "\f103";
}
.ico-angle-left:before {
  content: "\f104";
}
.ico-angle-right:before {
  content: "\f105";
}
.ico-angle-up:before {
  content: "\f106";
}
.ico-angle-down:before {
  content: "\f107";
}
.ico-desktop:before {
  content: "\f108";
}
.ico-laptop:before {
  content: "\f109";
}
.ico-tablet:before {
  content: "\f10a";
}
.ico-mobile-phone:before,
.ico-mobile:before {
  content: "\f10b";
}
.ico-circle-o:before {
  content: "\f10c";
}
.ico-quote-left:before {
  content: "\f10d";
}
.ico-quote-right:before {
  content: "\f10e";
}
.ico-spinner:before {
  content: "\f110";
}
.ico-circle:before {
  content: "\f111";
}
.ico-mail-reply:before,
.ico-reply:before {
  content: "\f112";
}
.ico-github-alt:before {
  content: "\f113";
}
.ico-folder-o:before {
  content: "\f114";
}
.ico-folder-open-o:before {
  content: "\f115";
}
.ico-smile-o:before {
  content: "\f118";
}
.ico-frown-o:before {
  content: "\f119";
}
.ico-meh-o:before {
  content: "\f11a";
}
.ico-gamepad:before {
  content: "\f11b";
}
.ico-keyboard-o:before {
  content: "\f11c";
}
.ico-flag-o:before {
  content: "\f11d";
}
.ico-flag-checkered:before {
  content: "\f11e";
}
.ico-terminal:before {
  content: "\f120";
}
.ico-code:before {
  content: "\f121";
}
.ico-mail-reply-all:before,
.ico-reply-all:before {
  content: "\f122";
}
.ico-star-half-empty:before,
.ico-star-half-full:before,
.ico-star-half-o:before {
  content: "\f123";
}
.ico-location-arrow:before {
  content: "\f124";
}
.ico-crop:before {
  content: "\f125";
}
.ico-code-fork:before {
  content: "\f126";
}
.ico-unlink:before,
.ico-chain-broken:before {
  content: "\f127";
}
.ico-question:before {
  content: "\f128";
}
.ico-info:before {
  content: "\f129";
}
.ico-exclamation:before {
  content: "\f12a";
}
.ico-superscript:before {
  content: "\f12b";
}
.ico-subscript:before {
  content: "\f12c";
}
.ico-eraser:before {
  content: "\f12d";
}
.ico-puzzle-piece:before {
  content: "\f12e";
}
.ico-microphone:before {
  content: "\f130";
}
.ico-microphone-slash:before {
  content: "\f131";
}
.ico-shield:before {
  content: "\f132";
}
.ico-calendar-o:before {
  content: "\f133";
}
.ico-fire-extinguisher:before {
  content: "\f134";
}
.ico-rocket:before {
  content: "\f135";
}
.ico-maxcdn:before {
  content: "\f136";
}
.ico-chevron-circle-left:before {
  content: "\f137";
}
.ico-chevron-circle-right:before {
  content: "\f138";
}
.ico-chevron-circle-up:before {
  content: "\f139";
}
.ico-chevron-circle-down:before {
  content: "\f13a";
}
.ico-html5:before {
  content: "\f13b";
}
.ico-css3:before {
  content: "\f13c";
}
.ico-anchor:before {
  content: "\f13d";
}
.ico-unlock-alt:before {
  content: "\f13e";
}
.ico-bullseye:before {
  content: "\f140";
}
.ico-ellipsis-h:before {
  content: "\f141";
}
.ico-ellipsis-v:before {
  content: "\f142";
}
.ico-rss-square:before {
  content: "\f143";
}
.ico-play-circle:before {
  content: "\f144";
}
.ico-ticket:before {
  content: "\f145";
}
.ico-minus-square:before {
  content: "\f146";
}
.ico-minus-square-o:before {
  content: "\f147";
}
.ico-level-up:before {
  content: "\f148";
}
.ico-level-down:before {
  content: "\f149";
}
.ico-check-square:before {
  content: "\f14a";
}
.ico-pencil-square:before {
  content: "\f14b";
}
.ico-external-link-square:before {
  content: "\f14c";
}
.ico-share-square:before {
  content: "\f14d";
}
.ico-compass:before {
  content: "\f14e";
}
.ico-toggle-down:before,
.ico-caret-square-o-down:before {
  content: "\f150";
}
.ico-toggle-up:before,
.ico-caret-square-o-up:before {
  content: "\f151";
}
.ico-toggle-right:before,
.ico-caret-square-o-right:before {
  content: "\f152";
}
.ico-euro:before,
.ico-eur:before {
  content: "\f153";
}
.ico-gbp:before {
  content: "\f154";
}
.ico-dollar:before,
.ico-usd:before {
  content: "\f155";
}
.ico-rupee:before,
.ico-inr:before {
  content: "\f156";
}
.ico-cny:before,
.ico-cnh:before,
.ico-rmb:before,
.ico-yen:before,
.ico-jpy:before {
  content: "\f157";
}
.ico-ruble:before,
.ico-rouble:before,
.ico-rub:before {
  content: "\f158";
}
.ico-won:before,
.ico-krw:before {
  content: "\f159";
}
.ico-bitcoin:before,
.ico-btc:before {
  content: "\f15a";
}
.ico-file:before {
  content: "\f15b";
}
.ico-file-text:before {
  content: "\f15c";
}
.ico-sort-alpha-asc:before {
  content: "\f15d";
}
.ico-sort-alpha-desc:before {
  content: "\f15e";
}
.ico-sort-amount-asc:before {
  content: "\f160";
}
.ico-sort-amount-desc:before {
  content: "\f161";
}
.ico-sort-numeric-asc:before {
  content: "\f162";
}
.ico-sort-numeric-desc:before {
  content: "\f163";
}
.ico-thumbs-up:before {
  content: "\f164";
}
.ico-thumbs-down:before {
  content: "\f165";
}
.ico-youtube-square:before {
  content: "\f166";
}
.ico-youtube:before {
  content: "\f167";
}
.ico-xing:before {
  content: "\f168";
}
.ico-xing-square:before {
  content: "\f169";
}
.ico-youtube-play:before {
  content: "\f16a";
}
.ico-dropbox:before {
  content: "\f16b";
}
.ico-stack-overflow:before {
  content: "\f16c";
}
.ico-instagram:before {
  content: "\f16d";
}
.ico-flickr:before {
  content: "\f16e";
}
.ico-adn:before {
  content: "\f170";
}
.ico-bitbucket:before {
  content: "\f171";
}
.ico-bitbucket-square:before {
  content: "\f172";
}
.ico-tumblr:before {
  content: "\f173";
}
.ico-tumblr-square:before {
  content: "\f174";
}
.ico-long-arrow-down:before {
  content: "\f175";
}
.ico-long-arrow-up:before {
  content: "\f176";
}
.ico-long-arrow-left:before {
  content: "\f177";
}
.ico-long-arrow-right:before {
  content: "\f178";
}
.ico-apple:before {
  content: "\f179";
}
.ico-windows:before {
  content: "\f17a";
}
.ico-android:before {
  content: "\f17b";
}
.ico-linux:before {
  content: "\f17c";
}
.ico-dribbble:before {
  content: "\f17d";
}
.ico-skype:before {
  content: "\f17e";
}
.ico-foursquare:before {
  content: "\f180";
}
.ico-trello:before {
  content: "\f181";
}
.ico-female:before {
  content: "\f182";
}
.ico-male:before {
  content: "\f183";
}
.ico-gittip:before {
  content: "\f184";
}
.ico-sun-o:before {
  content: "\f185";
}
.ico-moon-o:before {
  content: "\f186";
}
.ico-archive:before {
  content: "\f187";
}
.ico-bug:before {
  content: "\f188";
}
.ico-vk:before {
  content: "\f189";
}
.ico-weibo:before {
  content: "\f18a";
}
.ico-renren:before {
  content: "\f18b";
}
.ico-pagelines:before {
  content: "\f18c";
}
.ico-stack-exchange:before {
  content: "\f18d";
}
.ico-arrow-circle-o-right:before {
  content: "\f18e";
}
.ico-arrow-circle-o-left:before {
  content: "\f190";
}
.ico-toggle-left:before,
.ico-caret-square-o-left:before {
  content: "\f191";
}
.ico-dot-circle-o:before {
  content: "\f192";
}
.ico-wheelchair:before {
  content: "\f193";
}
.ico-vimeo-square:before {
  content: "\f194";
}
.ico-turkish-lira:before,
.ico-try:before {
  content: "\f195";
}
.ico-plus-square-o:before {
  content: "\f196";
}
.ico-space-shuttle:before {
  content: "\f197";
}
.ico-slack:before {
  content: "\f198";
}
.ico-envelope-square:before {
  content: "\f199";
}
.ico-wordpress:before {
  content: "\f19a";
}
.ico-openid:before {
  content: "\f19b";
}
.ico-institution:before,
.ico-bank:before,
.ico-university:before {
  content: "\f19c";
}
.ico-mortar-board:before,
.ico-graduation-cap:before {
  content: "\f19d";
}
.ico-yahoo:before {
  content: "\f19e";
}
.ico-google:before {
  content: "\f1a0";
}
.ico-reddit:before {
  content: "\f1a1";
}
.ico-reddit-square:before {
  content: "\f1a2";
}
.ico-stumbleupon-circle:before {
  content: "\f1a3";
}
.ico-stumbleupon:before {
  content: "\f1a4";
}
.ico-delicious:before {
  content: "\f1a5";
}
.ico-digg:before {
  content: "\f1a6";
}
.ico-pied-piper:before {
  content: "\f1a7";
}
.ico-pied-piper-alt:before {
  content: "\f1a8";
}
.ico-drupal:before {
  content: "\f1a9";
}
.ico-joomla:before {
  content: "\f1aa";
}
.ico-language:before {
  content: "\f1ab";
}
.ico-fax:before {
  content: "\f1ac";
}
.ico-building:before {
  content: "\f1ad";
}
.ico-child:before {
  content: "\f1ae";
}
.ico-paw:before {
  content: "\f1b0";
}
.ico-spoon:before {
  content: "\f1b1";
}
.ico-cube:before {
  content: "\f1b2";
}
.ico-cubes:before {
  content: "\f1b3";
}
.ico-behance:before {
  content: "\f1b4";
}
.ico-behance-square:before {
  content: "\f1b5";
}
.ico-steam:before {
  content: "\f1b6";
}
.ico-steam-square:before {
  content: "\f1b7";
}
.ico-recycle:before {
  content: "\f1b8";
}
.ico-automobile:before,
.ico-car:before {
  content: "\f1b9";
}
.ico-cab:before,
.ico-taxi:before {
  content: "\f1ba";
}
.ico-tree:before {
  content: "\f1bb";
}
.ico-spotify:before {
  content: "\f1bc";
}
.ico-deviantart:before {
  content: "\f1bd";
}
.ico-soundcloud:before {
  content: "\f1be";
}
.ico-database:before {
  content: "\f1c0";
}
.ico-file-pdf-o:before {
  content: "\f1c1";
}
.ico-file-word-o:before {
  content: "\f1c2";
}
.ico-file-excel-o:before {
  content: "\f1c3";
}
.ico-file-powerpoint-o:before {
  content: "\f1c4";
}
.ico-file-photo-o:before,
.ico-file-picture-o:before,
.ico-file-image-o:before {
  content: "\f1c5";
}
.ico-file-zip-o:before,
.ico-file-archive-o:before {
  content: "\f1c6";
}
.ico-file-sound-o:before,
.ico-file-audio-o:before {
  content: "\f1c7";
}
.ico-file-movie-o:before,
.ico-file-video-o:before {
  content: "\f1c8";
}
.ico-file-code-o:before {
  content: "\f1c9";
}
.ico-vine:before {
  content: "\f1ca";
}
.ico-codepen:before {
  content: "\f1cb";
}
.ico-jsfiddle:before {
  content: "\f1cc";
}
.ico-life-bouy:before,
.ico-life-buoy:before,
.ico-life-saver:before,
.ico-support:before,
.ico-life-ring:before {
  content: "\f1cd";
}
.ico-circle-o-notch:before {
  content: "\f1ce";
}
.ico-ra:before,
.ico-rebel:before {
  content: "\f1d0";
}
.ico-ge:before,
.ico-empire:before {
  content: "\f1d1";
}
.ico-git-square:before {
  content: "\f1d2";
}
.ico-git:before {
  content: "\f1d3";
}
.ico-hacker-news:before {
  content: "\f1d4";
}
.ico-tencent-weibo:before {
  content: "\f1d5";
}
.ico-qq:before {
  content: "\f1d6";
}
.ico-wechat:before,
.ico-weixin:before {
  content: "\f1d7";
}
.ico-send:before,
.ico-paper-plane:before {
  content: "\f1d8";
}
.ico-send-o:before,
.ico-paper-plane-o:before {
  content: "\f1d9";
}
.ico-history:before {
  content: "\f1da";
}
.ico-circle-thin:before {
  content: "\f1db";
}
.ico-header:before {
  content: "\f1dc";
}
.ico-paragraph:before {
  content: "\f1dd";
}
.ico-sliders:before {
  content: "\f1de";
}
.ico-share-alt:before {
  content: "\f1e0";
}
.ico-share-alt-square:before {
  content: "\f1e1";
}
.ico-bomb:before {
  content: "\f1e2";
}
.ico-soccer-ball-o:before,
.ico-futbol-o:before {
  content: "\f1e3";
}
.ico-tty:before {
  content: "\f1e4";
}
.ico-binoculars:before {
  content: "\f1e5";
}
.ico-plug:before {
  content: "\f1e6";
}
.ico-slideshare:before {
  content: "\f1e7";
}
.ico-twitch:before {
  content: "\f1e8";
}
.ico-yelp:before {
  content: "\f1e9";
}
.ico-newspaper-o:before {
  content: "\f1ea";
}
.ico-wifi:before {
  content: "\f1eb";
}
.ico-calculator:before {
  content: "\f1ec";
}
.ico-paypal:before {
  content: "\f1ed";
}
.ico-google-wallet:before {
  content: "\f1ee";
}
.ico-cc-visa:before {
  content: "\f1f0";
}
.ico-cc-mastercard:before {
  content: "\f1f1";
}
.ico-cc-discover:before {
  content: "\f1f2";
}
.ico-cc-amex:before {
  content: "\f1f3";
}
.ico-cc-paypal:before {
  content: "\f1f4";
}
.ico-cc-stripe:before {
  content: "\f1f5";
}
.ico-bell-slash:before {
  content: "\f1f6";
}
.ico-bell-slash-o:before {
  content: "\f1f7";
}
.ico-trash:before {
  content: "\f1f8";
}
.ico-copyright:before {
  content: "\f1f9";
}
.ico-at:before {
  content: "\f1fa";
}
.ico-eyedropper:before {
  content: "\f1fb";
}
.ico-paint-brush:before {
  content: "\f1fc";
}
.ico-birthday-cake:before {
  content: "\f1fd";
}
.ico-area-chart:before {
  content: "\f1fe";
}
.ico-pie-chart:before {
  content: "\f200";
}
.ico-line-chart:before {
  content: "\f201";
}
.ico-lastfm:before {
  content: "\f202";
}
.ico-lastfm-square:before {
  content: "\f203";
}
.ico-toggle-off:before {
  content: "\f204";
}
.ico-toggle-on:before {
  content: "\f205";
}
.ico-bicycle:before {
  content: "\f206";
}
.ico-bus:before {
  content: "\f207";
}
.ico-ioxhost:before {
  content: "\f208";
}
.ico-angellist:before {
  content: "\f209";
}
.ico-cc:before {
  content: "\f20a";
}
.ico-shekel:before,
.ico-sheqel:before,
.ico-ils:before {
  content: "\f20b";
}
.ico-meanpath:before {
  content: "\f20c";
}
@font-face {
  font-family: 'Signifier';
  src: url(/packs/9ec528003be714202f1d.ttf) format('truetype'), /* Safari, Android, iOS */ url(/packs/ba9697070611901e093d.woff2) format('woff2');
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
/*
 * 2) Variables
 */
/*
 * Sharesight App Default
 */
/* ------------------------*\
 * Neutral colors
\*-------------------------*/
/* ------------------------*\
 * Brand colors
\*-------------------------*/
/* ------------------------*\
 * Scaffolding
\*-------------------------*/
/* ------------------------*\
 * Sharesight layout
\*-------------------------*/
/* ------------------------*\
 * Autocomplete
\*-------------------------*/
/* ------------------------*\
 * Links
\*-------------------------*/
/* ------------------------*\
 * Typography
\*-------------------------*/
/**
* Seperate and sometimes duplicating the normal sizes to flexibility 
*/
/* ------------------------*\
 * Spacing & Radius
 * Based on 14px font-size and 1.428 line-height (~20px to start) 
\*-------------------------*/
/* ------------------------*\
 * Tables
\*-------------------------*/
/* ------------------------*\
 * Buttons
\*-------------------------*/
/* ------------------------*\
 * Forms
\*-------------------------*/
/* ------------------------*\
 * Dropdowns
\*-------------------------*/
/* ------------------------*\
 * Z-index master list
 * Used for a bird's eye view of components dependent on the z-axis
 * Try to avoid customizing these :)
\*-------------------------*/
/* ------------------------*\
 * Media queries breakpoints
\*-------------------------*/
/* ------------------------*\
 * Grid system
\*-------------------------*/
/* ------------------------*\
 * Inverted navbar
\*-------------------------*/
/* ------------------------*\
 * Navs
\*-------------------------*/
/* ------------------------*\
 * Pagination
\*-------------------------*/
/* ------------------------*\
 * Pager
\*-------------------------*/
/* ------------------------*\
 * Form states
\*-------------------------*/
/* ------------------------*\
 * Alerts
\*-------------------------*/
/* ------------------------*\
 * Tooltips
\*-------------------------*/
/* ------------------------*\
 * Popovers
\*-------------------------*/
/* ------------------------*\
 * Labels
\*-------------------------*/
/* ------------------------*\
 * Modals
\*-------------------------*/
/* ------------------------*\
 * Alerts
\*-------------------------*/
/* ------------------------*\
 * Progress bars
\*-------------------------*/
/* ------------------------*\
 * List group
\*-------------------------*/
/* ------------------------*\
 * Panels
\*-------------------------*/
/* ------------------------*\
 * Thumbnails
\*-------------------------*/
/* ------------------------*\
 * Badges
\*-------------------------*/
/* ------------------------*\
 * Breadcrumbs
\*-------------------------*/
/* ------------------------*\
 * Close
\*-------------------------*/
/* ------------------------*\
 * Type
\*-------------------------*/
/* ------------------------*\
 * Miscellaneous
\*-------------------------*/
/* ------------------------*\
 * Container sizes
\*-------------------------*/
/* ------------------------*\
 * Sharesight Daterangepicker
 * (external jQuery lib)
\*-------------------------*/
/*
 * 3) Legacy Files
 */
/*
 * From previews frontend!
 * As you see ... :-)
 */
/* Bootstrap additions */
.invoice h1,
.invoice h2,
.invoice h3,
.invoice h4 {
  font-weight: 800;
}
.invoice table td,
.invoice table th {
  padding: 7.5px;
}
/* STANDALONE INVOICE STYLES - IN APP */
body.invoice {
  width: 700px;
  margin: 0 auto;
  padding: 20px 0 30px;
  text-align: center;
}
.printinvoice {
  text-align: left;
}
/* ALL INVOICE STYLES - IN APP */
.email,
.invoice,
body.invoice,
.lastccattempt {
  position: relative;
  background: #fff;
}
.lastccattempt {
  padding: 20px;
}
.invoice .overdue {
  text-transform: uppercase;
  position: absolute;
  top: -7px;
  left: 120px;
  color: #fff;
  font-size: 1.5em;
  background: url(/packs/assets/arrow-d6fac9e8736f79ff3462.png) top right no-repeat;
  padding: 0px 30px 0px 5px;
  height: 48px;
  line-height: 48px;
}
.invoiceheader h1 {
  font-size: 4.5em;
  color: '#F5A623';
  margin: -10px 0 0 10px;
  padding: 0px;
  letter-spacing: -4px;
  line-height: 1em;
}
.invoiceheader h2 {
  font-size: 3em;
  color: #666;
  margin: -5px 0px 0px 10px;
  padding: 0px;
  letter-spacing: -2px;
  line-height: 1em;
}
.invoiceheader .details h3 {
  margin: 15px 0px 0px 0px;
  padding: 0px;
  color: #666;
}
.invoiceheader {
  min-height: 15px;
  padding: 0px;
  margin: 0 0 15px 0;
}
.payment {
  padding: 15px 0px;
  margin: 40px 0px 15px 0px;
  border-top: 3px solid #efefef;
}
.paymentdetails {
  border-top: 1px solid #efefef;
  color: #666;
  padding: 15px 0px 0px;
  margin: 150px 0px 0px 0px;
}
.paymentdetails .fourcolumn {
  float: right;
}
.invoice .lineitem td {
  border: 1px solid #e1e1e1;
  background: #efefef;
}
.invoice tr.amount_due,
.invoice tr.status {
  font-size: 1.5em;
}
.invoice tr.amount_due .text,
.invoice tr.status .text {
  padding-right: 25px;
}
.invoice tr.amount_due .gst,
.invoice tr.status .gst {
  font-size: 0.6em;
}
.invoice tr.amount_due .paid,
.invoice tr.status .paid {
  color: #3a7524;
}
.invoice tr.amount_due td,
.invoice tr.status td {
  position: relative;
}
.invoice tr.sales_tax_data {
  font-size: 1.5em;
}
.invoice tr.sales_tax_data td {
  padding: 0;
  position: relative;
  text-align: right;
}
.invoice tr.sales_tax_data#total_amount td {
  padding-top: 25px;
}
.paymentdetails h3 {
  color: '#F5A623';
  margin: 0px;
}
.thanks .txt {
  color: #666 !important;
  color: '#F5A623';
  font-weight: bold;
  padding-right: 45px;
  margin-bottom: -20px;
}
.fourcolumn .thanks {
  text-align: right;
  padding: 0px 15px;
  margin-left: 15px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.fourcolumn .thanks h2 {
  text-align: right;
  background-position: 100% 100%;
}
.payment .details {
  text-align: right;
  color: #666;
  padding-top: 2px;
}
.invoiceheader .name p {
  font-size: 1.2em;
  margin-left: 10px;
  color: #666;
}
.invoiceheader .details,
.payment .thanks {
  float: right;
  width: 40%;
  color: #666;
  padding-top: 1em;
}
.payment .thanks {
  width: 47%;
}
.invoiceheader .name,
.payment .details {
  float: left;
  width: 50%;
}
.invoice table {
  border: 0px;
  margin: 0px 0px;
}
.invoice table td {
  border: 0px;
  color: #666;
  vertical-align: top;
}
.invoice table td.rightcol {
  text-align: right;
}
.invoice table th {
  border: 0px;
  text-align: left;
  text-transform: uppercase;
  color: #666;
  border: 1px solid #ffd9b9;
  background: #ffebda;
}
.overdueinvoice .total,
.declinedcc {
  color: #bc0000;
}
/*
 * 4) Files: Layout
 */
@media print {
  html,
  body {
    height: auto!important;
  }
  .header-area {
    display: none;
  }
  #show_holding .rightbar {
    display: none;
  }
  a[href]:after,
  .criteria-bar,
  .summaries,
  .btn,
  .no-print {
    display: none;
  }
  .box,
  .page-wrapper.box {
    padding: 0;
    border: none;
  }
  .td-holding-name {
    white-space: normal!important;
  }
}
.page-break-afterwards {
  clear: both;
  display: block;
  border: 1px solid transparent;
  page-break-after: always;
}
.page-break-avoid-inside {
  page-break-inside: avoid;
}
.nav > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a {
  text-decoration: none;
}
.dropdown-menu > li > a.menu-action {
  text-decoration: underline;
}
.panel-title > a {
  text-decoration: none;
}
.make-spinning {
  -webkit-animation: fa-spin 1.3s infinite linear;
  -moz-animation: fa-spin 1.3s infinite linear;
  -o-animation: fa-spin 1.3s infinite linear;
  animation: fa-spin 1.3s infinite linear;
}
/*
 * col-xsm-X
 * Additional column style XSM for between phone and tablet
 * neccesary for iframes: width 600px
 */
.make-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.col-xsm-1 {
  width: 8.33333333%;
}
.col-xsm-2 {
  width: 16.66666667%;
}
.col-xsm-3 {
  width: 25%;
}
.col-xsm-4 {
  width: 33.33333333%;
}
.col-xsm-5 {
  width: 41.66666667%;
}
.col-xsm-6 {
  width: 50%;
}
.col-xsm-7 {
  width: 58.33333333%;
}
.col-xsm-8 {
  width: 66.66666667%;
}
.col-xsm-9 {
  width: 75%;
}
.col-xsm-10 {
  width: 83.33333333%;
}
.col-xsm-11 {
  width: 91.66666667%;
}
.col-xsm-12 {
  width: 100%;
}
.col-xsm-1,
.col-xsm-2,
.col-xsm-3,
.col-xsm-4,
.col-xsm-5,
.col-xsm-6,
.col-xsm-7,
.col-xsm-8,
.col-xsm-9,
.col-xsm-10,
.col-xsm-11,
.col-xsm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .col-xsm-1,
  .col-xsm-2,
  .col-xsm-3,
  .col-xsm-4,
  .col-xsm-5,
  .col-xsm-6,
  .col-xsm-7,
  .col-xsm-8,
  .col-xsm-9,
  .col-xsm-10,
  .col-xsm-11 {
    float: left;
  }
}
@media (max-width: 480px) {
  .col-xsm-1,
  .col-xsm-2,
  .col-xsm-3,
  .col-xsm-4,
  .col-xsm-5,
  .col-xsm-6,
  .col-xsm-7,
  .col-xsm-8,
  .col-xsm-9,
  .col-xsm-10,
  .col-xsm-11 {
    float: none;
    width: 100%;
  }
}
.remove-modal-inner-padding {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
/*
 * Layout
 */
/*
 * Sticky footer styles
 */
html,
body {
  height: 100%;
  /* overwrite bootstrap bullshit */
}
html .progress,
body .progress {
  overflow: auto;
}
.page-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-container .footer-container {
  margin-top: auto;
}
#page {
  background: #f8f8fa;
}
@media (max-width: 992px) {
  #page {
    background: #fff;
  }
}
/* END Sticky footer styles */
h1,
h2,
h3 {
  color: #232329;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.overlay {
  display: none;
}
:focus {
  outline: 0!important;
}
.unbold-label {
  font-weight: normal;
}
.sidebar-form {
  margin-left: 1em;
  line-height: 200%;
}
.publishing {
  color: #D0D0D0;
}
.publish-button {
  margin-top: 1em;
}
.user-form-subgroup {
  font-weight: bold;
}
.user-form-checkbox {
  font-weight: normal;
  margin-top: 1em;
  text-align: right;
}
.signup-button {
  white-space: normal;
  height: 12em;
}
.centred-or {
  margin-left: 0.5em;
  color: #f9914a;
  font-size: 14pt;
}
.dyn_prompt {
  font-size: 12pt;
}
.dyn_buttons {
  margin-top: 1em;
}
.dyn_select {
  width: 90%;
}
img.upload-image {
  border: solid 1px;
  margin-left: 0 !important;
}
table.table-full-width {
  width: 100%;
}
div.original-corporate-actions {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
/*
 * Content area
 */
.content-header-area {
  background: #fff;
  border-bottom: 1px solid #d6d6dc;
}
@media (max-width: 992px) {
  .content-header-area {
    margin-bottom: 0;
  }
}
.content-header-area #content_header {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .content-header-area #content_header {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
@media (max-width: 480px) {
  .content-header-area #content_header h1,
  .content-header-area #content_header h2 {
    font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 24px;
  }
  .content-header-area #content_header h1 small,
  .content-header-area #content_header h2 small {
    font-weight: normal;
    line-height: 1;
    color: #767689;
  }
}
.content-header-area #content_header h1,
.content-header-area #content_header h2,
.content-header-area #content_header h3,
.content-header-area #content_header h4,
.content-header-area #content_header h5,
.content-header-area #content_header h6,
.content-header-area #content_header p {
  margin-bottom: 15px;
}
.content-header-area .breadcrumb {
  background: none;
  margin: 18.75px 0 0;
  padding: 0 0 15px;
}
.content-area {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
}
.content-area:before,
.content-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-area:after {
  clear: both;
}
.content-area:before,
.content-area:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-area:after {
  clear: both;
}
@media (max-width: 992px) {
  .content-area {
    padding-top: 15px;
  }
}
@media (max-width: 480px) {
  .content-area {
    padding-top: 7.5px;
    padding-left: 7.5px;
    padding-right: 7.5px;
    padding-bottom: 72px;
  }
}
.content-area .mainbar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-area .mainbar {
    float: left;
    width: 100%;
  }
}
.content-area .mainbar.mainbar-with-rightbar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-area .mainbar.mainbar-with-rightbar {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .content-area .mainbar .data-table {
    margin-right: 0 !important;
  }
}
.content-area .nav-tabs > li > a,
.content-area .nav-tabs > li > a:hover {
  border-bottom-color: transparent;
}
.content-area .nav-tabs > li.active > a {
  background: #fff;
  margin-bottom: -1px;
  border-bottom: 2px solid #fff;
}
.content-area .box .nav-tabs > li > a > li > a:hover {
  border-bottom-color: transparent;
}
.content-area .box .nav-tabs > li.active > a {
  background: transparent;
  margin-bottom: -1px;
  border-bottom: 1px solid #d6d6dc;
}
.content-area .rightbar {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .content-area .rightbar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .content-area .rightbar {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .content-area .page-wrapper.box {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .content-area .page-wrapper.box .data-table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .content-area {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .content-area {
    width: 970px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .content-area {
    width: 1170px;
  }
}
/*
 * Tooltip adjustments
 */
.tooltip {
  position: fixed;
}
input[type='radio'].import_options_radio {
  margin-right: 0.5em;
}
.import_options_item {
  padding-right: 2em;
  font-weight: bold;
}
.import_options_label {
  font-weight: bold;
  padding-right: 2em!important;
}
table.explain_table {
  border: solid;
  border-width: 1pt;
}
table.explain_table th,
table.explain_table td {
  padding-right: 1em;
  border-right: 1px dotted;
}
table.info_table {
  border: 1px solid;
}
tr.info_header_row {
  border: 1px solid;
}
th.info_header {
  border: 1px dotted;
  background-color: #1ac0bc;
  padding-left: 2px;
}
td.info_cell {
  border-right: 1px dotted;
  padding-left: 2px;
  padding-right: 1em;
}
.logo_centred {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1.portfolio_name {
  font-size: 36pt;
  text-align: center;
}
div.cta {
  text-align: center;
  vertical-align: middle;
  background-color: #ffc21a;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  max-width: 38em;
  height: 41px;
  line-height: 43px;
  text-transform: uppercase;
}
div.cta:hover {
  background-color: #f5a623;
}
a.cta {
  font-size: 16pt;
  color: #fff;
  text-decoration: none;
}
.header-area {
  position: relative;
  background: #232329;
}
.header-area .container.header,
.header-area .content-header-area #content_header.header {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  .header-area .container.header,
  .header-area .content-header-area #content_header.header {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
#header .btn-default {
  color: #f1f1f3;
  background-color: #232329;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #232329;
  filter: none;
}
#header .btn-default:hover,
#header .btn-default:focus,
#header .btn-default.hover,
#header .btn-default:active,
#header .btn-default.active,
.open .dropdown-toggle#header .btn-default {
  color: #f1f1f3;
  background-color: #101013;
}
#header .btn-default:active,
#header .btn-default.active,
.open .dropdown-toggle#header .btn-default {
  background-image: none;
}
#header .btn-default.disabled,
#header .btn-default[disabled],
fieldset[disabled] #header .btn-default,
#header .btn-default.disabled:hover,
#header .btn-default[disabled]:hover,
fieldset[disabled] #header .btn-default:hover,
#header .btn-default.disabled:focus,
#header .btn-default[disabled]:focus,
fieldset[disabled] #header .btn-default:focus,
#header .btn-default.disabled:active,
#header .btn-default[disabled]:active,
fieldset[disabled] #header .btn-default:active,
#header .btn-default.disabled.active,
#header .btn-default[disabled].active,
fieldset[disabled] #header .btn-default.active {
  background-color: #232329;
}
#header .btn-default:hover,
#header .btn-default:focus,
#header .btn-default.hover,
#header .btn-default:active,
#header .btn-default.active,
.open .dropdown-toggle#header .btn-default {
  background: #232329;
  filter: none;
  border-color: #232329;
}
#header .btn .caret {
  border-top-color: #d6d6dc;
}
#header #logo {
  float: left;
  margin: 0 0 5px;
}
@media (max-width: 480px) {
  #header #logo {
    float: none;
    margin: 0 auto 5px;
  }
}
#header #logo img {
  width: auto;
  max-height: 63px;
  display: block;
}
@media (max-width: 480px) {
  #header #logo img {
    margin-left: auto;
    margin-right: auto;
  }
}
#header nav.account-menu {
  float: right;
  margin-top: 15px;
  text-align: right;
}
#header nav.account-menu > * {
  text-align: left;
}
@media (max-width: 480px) {
  #header nav.account-menu {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
#header nav.account-menu #logout_panel {
  float: right;
}
/*
 * Modal drag styles
 */
.modal {
  -webkit-overflow-scrolling: touch!important;
  overflow: scroll!important;
}
body.modal-open #modal_overlay {
  margin-right: 0px !important;
  overflow: scroll !important;
  position: fixed;
  width: 100%;
  height: 100%;
}
.modal.in .modal-dialog {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: none;
  transition: none;
}
.modal .page-wrapper.box .box {
  background: white;
}
.modal-content.ui-draggable-dragging {
  -webkit-transition: none;
  transition: none;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-content.ui-draggable-dragging .modal-body {
  visibility: hidden;
}
.modal-content {
  border-radius: 3px;
}
.modal-content .modal-dragfield {
  position: absolute;
  z-index: 1151;
  padding: 0 15px;
  width: 100%;
  text-align: center;
  cursor: move;
  color: #d6d6dc;
  max-height: 15px;
}
.modal-content .modal-dragfield:hover {
  color: #767689;
  cursor: move;
}
/*
 * Modal general
 */
@media (min-width: 992px) {
  .modal-dialog {
    width: 748px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 748px;
    padding-top: 50px;
  }
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-content {
  overflow: hidden;
  -webkit-transition: min-height 0.6s ease-in;
  transition: min-height 0.6s ease-in;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .modal-content {
    -webkit-box-shadow: 0 3px 120px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 120px rgba(0, 0, 0, 0.2);
  }
}
.modal-content div.modal-spinner {
  position: absolute;
  z-index: 1151;
  width: 100%;
  padding: 115px 0;
  text-align: center;
}
.modal-content .modal-header.empty {
  position: absolute;
  z-index: 1152;
  right: 0;
  border: none;
  background: transparent;
}
.modal-content .modal-header.empty button.close {
  margin-right: 2px;
}
.modal-content .modal-body {
  min-height: 57px;
}
.modal-footer {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.modal-backdrop.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/*
 * Modal styles
 */
.modal.modal-primary .modal-content {
  border-color: #202dac;
}
.modal.modal-secondary .modal-content {
  border-color: #d4d7f7;
}
.modal.modal-success .modal-content {
  border-color: #3a7524;
}
.modal.modal-warning .modal-content {
  border-color: #ffc21a;
}
.modal.modal-danger .modal-content {
  border-color: #b91c13;
}
.modal.modal-info .modal-content {
  border-color: #5360df;
}
/*
 * view style adjustments
 */
body.iframed {
  background: white;
}
.modal,
.iframed {
  height: auto;
}
.modal #page,
.iframed #page {
  margin: 0;
  padding-bottom: 0;
}
.modal .page-wrapper,
.iframed .page-wrapper {
  float: none !important;
  margin-left: 0!important;
  width: auto!important;
  padding: 0;
  margin: 0 !important;
}
.modal .modal-backdrop,
.iframed .modal-backdrop {
  background-color: white;
}
.modal .modal-backdrop.in,
.iframed .modal-backdrop.in {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.modal .fields > .field,
.iframed .fields > .field {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .js-payout-fields-control .popover-button {
    white-space: normal;
  }
}
/*
 * Tweaks for layout 'login': see views/layouts/login.html.erb
 *
 * Note that the 'login' layout applies for both logins and signups
 */
.checkbox--flex-center {
  display: flex;
  justify-content: center;
}
.layout-login #page {
  margin: 0 auto -51px;
  padding: 0 0 50px;
}
@media (max-width: 992px) {
  .layout-login #page {
    background: none;
  }
}
.layout-login #page .content-header-area {
  border: none;
}
.layout-login #page .content-header-area .progressbar {
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 7.5px;
  margin-bottom: 7.5px;
}
.layout-login #page .header-area {
  background: #f8f8fa;
  text-align: center;
}
.layout-login #page .header-area .header {
  padding: 45px 0 15px;
}
.layout-login #page .header-area nav.account-menu {
  position: absolute;
  top: 15px;
  right: 15px;
}
.layout-login #page .content-area {
  padding-top: 15px;
  padding-bottom: 15px;
  /* 
       * !important is necessary to override 'outline: 0!important;' in layout.less
       * Poor practice and will easily lead to difficult-to-maintain CSS, but
       * acceptable as the 'Sign up' and 'Log in' pages will be reactified in
       * a few months anyway. [Fiona, 2022/08/04]
       */
}
.layout-login #page .content-area a:not([class]) {
  color: #202dac;
  text-decoration: none;
}
.layout-login #page .content-area a:not([class]):hover {
  text-decoration: underline;
}
.layout-login #page .content-area a:focus,
.layout-login #page .content-area btn:focus,
.layout-login #page .content-area input[type='checkbox']:focus,
.layout-login #page .content-area input[type='submit']:focus {
  outline: thin dotted #202dac !important;
  outline-offset: 5px;
}
.layout-login #page .content-area .nav-tabs > li > a {
  color: #232329;
}
.layout-login #page .content-area .flashmessage a {
  color: inherit;
  text-decoration: underline;
}
.layout-login #page .content-area .headings {
  color: #232329;
  text-align: center;
  margin: 0 0 30px;
}
.layout-login #page .content-area .headings .signifier-font {
  font-family: 'Signifier';
}
.layout-login #page .content-area .headings .weight-400 {
  font-weight: 400;
}
.layout-login #page .content-area .headings h1 {
  font-weight: 500;
  margin: 0 0 7.5px;
}
.layout-login #page .content-area .headings h2 {
  margin: 0 0 7.5px;
}
.layout-login #page .content-area .headings h4 {
  margin-top: 5px;
}
.layout-login #page .content-area .form .actions > * {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.layout-login #page .content-area .form #forgot_password {
  float: right;
}
.layout-login #page .content-area .form #signup_submit,
.layout-login #page .content-area .form #recaptcha_submit {
  background: #202dac;
  color: #fff;
}
.layout-login #page .content-area .form #signup_google,
.layout-login #page .content-area .form #signup_apple {
  border: 1px solid #d6d6dc;
  color: #232329;
  font-weight: bold;
}
.layout-login #page #powered_by_sharesight {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 45px;
  color: #767689;
}
@media (max-width: 480px) {
  .layout-login .nav-tabs > li {
    width: 50%;
    float: left;
  }
}
/*
 *************
 * Typo styles
 *************
 */
a {
  text-decoration: underline;
}
a.btn,
a.list-group-item {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 16px;
}
h1.subheadline,
h2.subheadline,
h3.subheadline,
h4.subheadline,
h5.subheadline,
h6.subheadline {
  margin-top: 0;
}
h1.subheadline .holding-code,
h2.subheadline .holding-code,
h3.subheadline .holding-code,
h4.subheadline .holding-code,
h5.subheadline .holding-code,
h6.subheadline .holding-code {
  color: #767689;
  font-weight: normal;
}
.lead {
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 768px) {
  .lead {
    font-size: 14px;
  }
}
.btn-secondary {
  color: #202dac;
  background-color: #d4d7f7;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.hover,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #202dac;
  background-color: #b2b7f1;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #d4d7f7;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
.small {
  font-size: 10px;
}
.dull,
.footnote {
  color: #767689;
}
.text-upcase {
  text-transform: uppercase!important;
}
span.discount {
  background: #80cf63;
  color: #184e1b;
  padding: 2px 7.5px;
}
.holding-code {
  color: #202dac;
  font-weight: bold;
}
.holding-market {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
}
.holding-market:empty {
  display: none;
}
.holding-expired {
  color: #9f9fac !important;
}
.holding-expired .holding-code,
.holding-expired .holding-name {
  color: #9f9fac !important;
}
.holding-limited {
  background-color: #fff2cd;
}
.badge-beta,
a.badge-beta,
button.badge-beta {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
  background: #ffc21a;
}
.badge-beta:empty,
a.badge-beta:empty,
button.badge-beta:empty {
  display: none;
}
a.badge-beta:hover,
a.badge-beta:focus {
  background: #ffd04d;
}
.new-feature {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
  color: #fff;
  background: #202dac;
}
.new-feature:empty {
  display: none;
}
.badge-admin {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
  color: #fff;
  background: #b91c13;
}
.badge-admin:empty {
  display: none;
}
a abbr:hover {
  cursor: pointer !important;
}
/*
 * Text colors
 */
.color-primary {
  color: #202dac;
}
.color-primary a {
  color: #1c2797;
}
.color-primary a:hover {
  color: #141c6c;
}
.color-secondary {
  color: #d4d7f7;
}
.color-secondary a {
  color: #bec3f3;
}
.color-secondary a:hover {
  color: #949beb;
}
.text-success,
.color-success {
  color: #3a7524;
}
.text-success a,
.color-success a {
  color: #30621e;
}
.text-success a:hover,
.color-success a:hover {
  color: #1d3a12;
}
.text-warning,
.color-warning {
  color: #ffc21a;
}
.text-warning a,
.color-warning a {
  color: #ffbb00;
}
.text-warning a:hover,
.color-warning a:hover {
  color: #cd9600;
}
.text-error,
.text-danger,
.color-error,
.color-danger {
  color: #b91c13;
}
.text-error a,
.text-danger a,
.color-error a,
.color-danger a {
  color: #a21811;
}
.text-error a:hover,
.text-danger a:hover,
.color-error a:hover,
.color-danger a:hover {
  color: #74110c;
}
.text-info,
.color-info {
  color: #5360df;
}
.text-info a,
.color-info a {
  color: #3d4cdb;
}
.text-info a:hover,
.color-info a:hover {
  color: #2433c2;
}
/*
 * Bg colors
 */
.bg-primary {
  background: #202dac;
}
.bg-secondary {
  background: #d4d7f7;
}
.bg-success {
  background: #3a7524;
}
.bg-warning,
.background-warning {
  background: #ffc21a;
}
.bg-error,
.bg-danger {
  background: #b91c13;
}
.bg-info {
  background: #5360df;
}
/*
 * Number colors
 */
.negative {
  color: #b91c13;
}
.zero {
  color: #bbbbc4;
}
svg .negative {
  fill: #b91c13;
}
svg .zero {
  fill: #bbbbc4;
}
/*
 * individual styles
 */
.link-unconfirmed-transactions {
  text-align: left!important;
  white-space: normal!important;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.link-unconfirmed-transactions .badge-unconfirmed {
  float: right !important;
  float: right;
}
/*
 **************
 * Block styles
 **************
 */
.width-col-1 {
  width: 8.33333333% !important;
}
.width-col-2 {
  width: 16.66666667% !important;
}
.width-col-3 {
  width: 25% !important;
}
.width-col-4 {
  width: 33.33333333% !important;
}
.width-col-5 {
  width: 41.66666667% !important;
}
.width-col-6 {
  width: 50% !important;
}
.width-col-7 {
  width: 58.33333333% !important;
}
.width-col-8 {
  width: 66.66666667% !important;
}
.width-col-9 {
  width: 75% !important;
}
.width-col-10 {
  width: 83.33333333% !important;
}
.width-col-11 {
  width: 91.66666667% !important;
}
.width-col-12 {
  width: 100% !important;
}
@media (max-width: 992px) {
  .width-col-1 {
    width: 100%!important;
  }
  .width-col-2 {
    width: 100%!important;
  }
  .width-col-3 {
    width: 100%!important;
  }
  .width-col-4 {
    width: 100%!important;
  }
  .width-col-5 {
    width: 100%!important;
  }
  .width-col-6 {
    width: 100%!important;
  }
  .width-col-7 {
    width: 100%!important;
  }
  .width-col-8 {
    width: 100%!important;
  }
  .width-col-9 {
    width: 100%!important;
  }
  .width-col-10 {
    width: 100%!important;
  }
  .width-col-11 {
    width: 100%!important;
  }
  .width-col-12 {
    width: 100%!important;
  }
}
.width-xxs-center {
  width: 360px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .width-xxs-center {
    width: auto;
  }
}
.width-xs-center {
  width: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .width-xs-center {
    width: auto;
  }
}
.width-sm-center {
  width: 768px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .width-sm-center {
    width: auto;
  }
}
.width-md-center {
  width: 992px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .width-md-center {
    width: auto;
  }
}
.narrow-content,
.narrow-content-md {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .narrow-content,
  .narrow-content-md {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .narrow-content,
  .narrow-content-md {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .narrow-content,
  .narrow-content-md {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .narrow-content,
  .narrow-content-md {
    margin-left: 16.66666667%;
  }
}
.narrow-content-lg {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .narrow-content-lg {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .narrow-content-lg {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-lg {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-lg {
    margin-left: 8.33333333%;
  }
}
.narrow-content-sm {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .narrow-content-sm {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .narrow-content-sm {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-sm {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-sm {
    margin-left: 25%;
  }
}
.narrow-content-xs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .narrow-content-xs {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .narrow-content-xs {
    margin-left: 25%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-xs {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .narrow-content-xs {
    margin-left: 33.33333333%;
  }
}
.narrow-content-xxs {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .narrow-content-xxs {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .narrow-content-xxs {
    margin-left: 25%;
  }
}
@media (min-width: 992px) {
  .narrow-content-xxs {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .narrow-content-xxs {
    margin-left: 33.33333333%;
  }
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .actions:last-child {
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 15px;
}
.panel-group .panel + .panel {
  margin-top: 15px;
}
.box {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-color: #d6d6dc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.box > .list-group {
  margin-bottom: 0;
}
.box > .list-group .list-group-item {
  border-width: 1px 0;
}
.box > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.box > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.box > .table,
.box > table.spreadsheet,
.box > table.grand_total {
  margin-bottom: 0;
}
.box > .panel-body + .table,
.box > .panel-body + table.spreadsheet,
.box > .panel-body + table.grand_total {
  border-top: 1px solid #d6d6dc;
}
.box .actions:last-child {
  margin-bottom: 0;
}
.box.closed .panel-heading .ico-collapse,
.box.opened .panel-heading .ico-collapse {
  float: right;
  color: #767689;
}
.box.closed .panel-heading .panel-title a,
.box.opened .panel-heading .panel-title a {
  display: block;
  width: auto;
  margin: -10px -15px;
  padding: 10px 15px;
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 20px;
}
.box.closed .panel-heading .panel-title a small,
.box.opened .panel-heading .panel-title a small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.box > .panel-heading {
  color: #474752;
  background-color: #fff;
  border-color: #d6d6dc;
}
.box > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6d6dc;
}
.box > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6d6dc;
}
.box:before,
.box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box:after {
  clear: both;
}
.box:before,
.box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box:after {
  clear: both;
}
.box h1:first-child,
.box h2:first-child,
.box h3:first-child,
.box h4:first-child,
.box h5:first-child,
.box h6:first-child,
.box p:first-child,
.box ul:first-child {
  margin-top: 0;
}
.box .actions:last-child {
  margin-bottom: 0;
}
.box.page-wrapper .box:not(.box-success):not(.box-info):not(.box-danger) {
  background: #f1f1f3;
  border-color: #d6d6dc;
}
.box-login,
.box-signup {
  border-radius: 9px;
  border: unset;
  padding: 24px;
}
.box-no-margin {
  margin: 0;
}
.iframed .page-wrapper.box,
.modal .page-wrapper.box {
  border: none;
}
.page-wrapper.box .box .box {
  background: #e9e9ef;
}
.page-wrapper.box .box .box .box {
  background: #f8f8fa;
}
.box-fill {
  background: #f1f1f3;
  border-color: #d6d6dc;
}
.box-empty {
  background: transparent!important;
}
.box-info {
  background: #d4d7f7 !important;
  border-color: #d4d7f7;
}
.box-success {
  background: #dff3d8 !important;
  border-color: #dff3d8;
  color: #3a7524;
}
.box-success .btn-default {
  color: #fff;
  background-color: #3a7524;
}
.box-success .btn-default:hover,
.box-success .btn-default:focus,
.box-success .btn-default.hover,
.box-success .btn-default:active,
.box-success .btn-default.active,
.open .dropdown-toggle.box-success .btn-default {
  color: #fff;
  background-color: #2b561a;
}
.box-success .btn-default:active,
.box-success .btn-default.active,
.open .dropdown-toggle.box-success .btn-default {
  background-image: none;
}
.box-success .btn-default.disabled,
.box-success .btn-default[disabled],
fieldset[disabled] .box-success .btn-default,
.box-success .btn-default.disabled:hover,
.box-success .btn-default[disabled]:hover,
fieldset[disabled] .box-success .btn-default:hover,
.box-success .btn-default.disabled:focus,
.box-success .btn-default[disabled]:focus,
fieldset[disabled] .box-success .btn-default:focus,
.box-success .btn-default.disabled:active,
.box-success .btn-default[disabled]:active,
fieldset[disabled] .box-success .btn-default:active,
.box-success .btn-default.disabled.active,
.box-success .btn-default[disabled].active,
fieldset[disabled] .box-success .btn-default.active {
  background-color: #3a7524;
}
.box-danger {
  background: #fad3d1 !important;
  border-color: #fad3d1;
}
.box-danger,
.box-danger a {
  color: #b91c13;
}
.box-danger .btn-default {
  color: #fff;
  background-color: #b91c13;
}
.box-danger .btn-default:hover,
.box-danger .btn-default:focus,
.box-danger .btn-default.hover,
.box-danger .btn-default:active,
.box-danger .btn-default.active,
.open .dropdown-toggle.box-danger .btn-default {
  color: #fff;
  background-color: #94160f;
}
.box-danger .btn-default:active,
.box-danger .btn-default.active,
.open .dropdown-toggle.box-danger .btn-default {
  background-image: none;
}
.box-danger .btn-default.disabled,
.box-danger .btn-default[disabled],
fieldset[disabled] .box-danger .btn-default,
.box-danger .btn-default.disabled:hover,
.box-danger .btn-default[disabled]:hover,
fieldset[disabled] .box-danger .btn-default:hover,
.box-danger .btn-default.disabled:focus,
.box-danger .btn-default[disabled]:focus,
fieldset[disabled] .box-danger .btn-default:focus,
.box-danger .btn-default.disabled:active,
.box-danger .btn-default[disabled]:active,
fieldset[disabled] .box-danger .btn-default:active,
.box-danger .btn-default.disabled.active,
.box-danger .btn-default[disabled].active,
fieldset[disabled] .box-danger .btn-default.active {
  background-color: #b91c13;
}
.box-info h1,
.box-success h1,
.box-danger h1,
.box-info h2,
.box-success h2,
.box-danger h2,
.box-info h3,
.box-success h3,
.box-danger h3,
.box-info h4,
.box-success h4,
.box-danger h4,
.box-info h5,
.box-success h5,
.box-danger h5,
.box-info h6,
.box-success h6,
.box-danger h6 {
  color: inherit;
}
.box-heading {
  margin-bottom: 15px;
}
.box-heading h1,
.box-heading h2,
.box-heading h3,
.box-heading h4 {
  margin-top: 0;
}
.box-os-window {
  border-radius: 6px;
  -webkit-box-shadow: 0 7px 15px #d6d6dc;
  box-shadow: 0 7px 15px #d6d6dc;
}
.box-os-window .box-os-heading {
  margin: -15px -15px 15px;
  padding: 15px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: #f1f1f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f3), color-stop(1, white));
  background: -ms-linear-gradient(bottom, #f1f1f3, white);
  background: -moz-linear-gradient(center bottom, #f1f1f3 0%, white 100%);
  background: -o-linear-gradient(white, #f1f1f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f1f1f3', GradientType=0);
  -webkit-box-shadow: inset 0 1px 3px white;
  box-shadow: inset 0 1px 3px white;
  border-bottom: 1px solid #d6d6dc;
  text-shadow: 0 1px 0px white;
  font-weight: bold;
  color: #474752;
}
/*
 * Summaries
 */
.summaries.portfolio-overview {
  margin-bottom: 30px;
}
.summaries table.figures {
  margin-bottom: 0!important;
}
.summaries table.figures .benchmarking__cta {
  padding: 10px 0;
  text-align: center !important;
}
@media (max-width: 768px) {
  .summaries table.figures .benchmarking__cta {
    text-align: left !important;
  }
}
.summaries table.figures > thead th {
  text-align: center;
}
.summaries table.figures > tbody > tr:nth-child(even) > td,
.summaries table.figures > tbody > tr:nth-child(even) > th {
  background-color: #f8f8fa;
}
.summaries table.figures .td-naming {
  text-align: left;
  width: 375px;
}
@media (max-width: 1200px) {
  .summaries table.figures .td-naming {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .summaries table.figures .td-naming {
    width: 225px;
  }
}
.summaries table.figures td {
  padding: 6px 3px;
  text-align: center;
  vertical-align: middle;
}
.summaries table.figures td .heading {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 24px;
}
@media (max-width: 480px) {
  .summaries table.figures td .heading {
    font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 18px;
  }
  .summaries table.figures td .heading small {
    font-weight: normal;
    line-height: 1;
    color: #767689;
  }
}
.summaries table.figures td .heading small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.summaries table.figures td .heading .dull {
  font-style: 14px !important;
}
.summaries table.figures td .value {
  display: block;
  line-height: 28px;
}
.summaries table.figures td .value .percent {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 24px;
}
.summaries table.figures td .value .percent small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.summaries table.figures td .title {
  display: block;
  font-size: 10px;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #767689;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  white-space: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.summaries table.figures td .title[href]:hover,
.summaries table.figures td .title[href]:focus {
  color: #474752;
  text-decoration: none;
  cursor: pointer;
}
.summaries table.figures td .title:empty {
  display: none;
}
.summaries table.figures td.symbol {
  width: 30px;
}
.summaries table.figures td.symbol span {
  color: #767689;
  font-size: 28px;
}
.summaries .graph {
  min-height: 300px;
}
.summaries .graph .highcharts-container {
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.summaries .graph #highchart_chart_loading {
  padding-top: 130px;
}
.summaries .bondstats {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.summaries .bondstats section {
  display: table-cell;
  padding: 0 7.5px 15px;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .summaries .bondstats section {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .summaries .bondstats section {
    display: inline-block;
    width: 50%;
    padding-right: 7.5px;
    padding-left: 0;
  }
  .summaries .bondstats section:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 0;
  }
}
.summaries .bondstats section:first-child {
  padding-left: 0;
}
.summaries .bondstats section:last-child {
  padding-right: 0;
}
.summaries .bondstats section .box {
  padding: 30px 7.5px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .summaries .bondstats section .box {
    padding: 15px;
  }
}
.summaries .bondstats section .value {
  display: block;
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 32px;
}
.summaries .bondstats section .value small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.summaries .bondstats section .title {
  display: block;
  font-size: 10px;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #767689;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  white-space: normal;
  font-weight: normal;
  text-transform: uppercase;
}
.summaries .bondstats section .title[href]:hover,
.summaries .bondstats section .title[href]:focus {
  color: #474752;
  text-decoration: none;
  cursor: pointer;
}
.summaries .bondstats section .title:empty {
  display: none;
}
/*
 *  Critieria bar
 */
.criteria-bar {
  margin-top: 0;
  margin-bottom: 15px;
}
.criteria-bar .pull-right {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .criteria-bar .form-inliner .form-group,
  .criteria-bar .form-inliner .field,
  .criteria-bar .form-inliner .fields {
    padding-right: 0px;
  }
}
.criteria-bar .form-inliner .criteria-control {
  width: 100%!important;
}
/*
 * Advanced criteria bar
 */
.criteria-bar .advanced-options-toggle-link {
  white-space: nowrap;
}
.criteria-bar .advanced-options {
  border-top: 1px solid #d6d6dc;
  width: 66%;
  position: relative;
  margin: 15px auto 0;
}
@media (max-width: 992px) {
  .criteria-bar .advanced-options {
    width: 100%;
  }
}
.criteria-bar .advanced-options > .advanced-wrapper {
  position: absolute;
  overflow: hidden;
  left: 7.5px;
  right: 7.5px;
  margin: 0 7.5px;
}
.criteria-bar .advanced-options > .advanced-wrapper > .advanced-container {
  background: #f1f1f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f3), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #f1f1f3, #fff);
  background: -moz-linear-gradient(center bottom, #f1f1f3 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #f1f1f3);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f1f1f3', GradientType=0);
  -webkit-transition: box-shadow 1s;
  transition: box-shadow 1s;
  border: 1px solid #d6d6dc;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 900;
}
@media (min-width: 992px) {
  .criteria-bar .advanced-options > .advanced-wrapper > .advanced-container.open {
    -webkit-box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.2);
  }
}
.criteria-bar .advanced-options > .advanced-wrapper > .advanced-shadow-bar {
  background: transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(1, rgba(0, 0, 0, 0.1)));
  background: -ms-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.1));
  background: -moz-linear-gradient(center bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.1)', endColorstr='transparent', GradientType=0);
  position: absolute;
  z-index: 901;
  height: 8px;
  width: 100%;
}
/*
 * Inception
 */
.inception {
  display: table;
  width: 100%;
}
.inception > .inception-header {
  display: table-cell;
  vertical-align: top;
}
.inception > .inception-header .subheadline {
  margin-top: -0.75em;
}
.inception h1,
.inception h2,
.inception h3,
.inception h5,
.inception h6,
.inception p {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .inception {
    display: block;
    padding-bottom: 15px;
  }
  .inception .inception-header {
    display: block;
  }
}
/*
 * Flash messages
 */
.flashmessage {
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
}
.flashmessage:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #202dac;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.flashmessage h1,
.flashmessage h2,
.flashmessage h3,
.flashmessage h4,
.flashmessage h5,
.flashmessage h6,
.flashmessage .holding-code {
  color: inherit;
}
.flashmessage h1:nth-of-type(1),
.flashmessage h2:nth-of-type(1),
.flashmessage h3:nth-of-type(1),
.flashmessage h4:nth-of-type(1),
.flashmessage h5:nth-of-type(1),
.flashmessage h6:nth-of-type(1),
.flashmessage .holding-code:nth-of-type(1) {
  margin-top: 2px;
}
.warningmessage,
.flashmessage.danger,
.flashmessage.error {
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
}
.warningmessage:before,
.flashmessage.danger:before,
.flashmessage.error:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #b91c13;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.warningmessage .btn-default,
.flashmessage.danger .btn-default,
.flashmessage.error .btn-default {
  color: #fff;
  background-color: #b91c13;
}
.warningmessage .btn-default:hover,
.flashmessage.danger .btn-default:hover,
.flashmessage.error .btn-default:hover,
.warningmessage .btn-default:focus,
.flashmessage.danger .btn-default:focus,
.flashmessage.error .btn-default:focus,
.warningmessage .btn-default.hover,
.flashmessage.danger .btn-default.hover,
.flashmessage.error .btn-default.hover,
.warningmessage .btn-default:active,
.flashmessage.danger .btn-default:active,
.flashmessage.error .btn-default:active,
.warningmessage .btn-default.active,
.flashmessage.danger .btn-default.active,
.flashmessage.error .btn-default.active,
.open .dropdown-toggle.warningmessage .btn-default,
.open .dropdown-toggle.flashmessage.danger .btn-default,
.open .dropdown-toggle.flashmessage.error .btn-default {
  color: #fff;
  background-color: #94160f;
}
.warningmessage .btn-default:active,
.flashmessage.danger .btn-default:active,
.flashmessage.error .btn-default:active,
.warningmessage .btn-default.active,
.flashmessage.danger .btn-default.active,
.flashmessage.error .btn-default.active,
.open .dropdown-toggle.warningmessage .btn-default,
.open .dropdown-toggle.flashmessage.danger .btn-default,
.open .dropdown-toggle.flashmessage.error .btn-default {
  background-image: none;
}
.warningmessage .btn-default.disabled,
.flashmessage.danger .btn-default.disabled,
.flashmessage.error .btn-default.disabled,
.warningmessage .btn-default[disabled],
.flashmessage.danger .btn-default[disabled],
.flashmessage.error .btn-default[disabled],
fieldset[disabled] .warningmessage .btn-default,
fieldset[disabled] .flashmessage.danger .btn-default,
fieldset[disabled] .flashmessage.error .btn-default,
.warningmessage .btn-default.disabled:hover,
.flashmessage.danger .btn-default.disabled:hover,
.flashmessage.error .btn-default.disabled:hover,
.warningmessage .btn-default[disabled]:hover,
.flashmessage.danger .btn-default[disabled]:hover,
.flashmessage.error .btn-default[disabled]:hover,
fieldset[disabled] .warningmessage .btn-default:hover,
fieldset[disabled] .flashmessage.danger .btn-default:hover,
fieldset[disabled] .flashmessage.error .btn-default:hover,
.warningmessage .btn-default.disabled:focus,
.flashmessage.danger .btn-default.disabled:focus,
.flashmessage.error .btn-default.disabled:focus,
.warningmessage .btn-default[disabled]:focus,
.flashmessage.danger .btn-default[disabled]:focus,
.flashmessage.error .btn-default[disabled]:focus,
fieldset[disabled] .warningmessage .btn-default:focus,
fieldset[disabled] .flashmessage.danger .btn-default:focus,
fieldset[disabled] .flashmessage.error .btn-default:focus,
.warningmessage .btn-default.disabled:active,
.flashmessage.danger .btn-default.disabled:active,
.flashmessage.error .btn-default.disabled:active,
.warningmessage .btn-default[disabled]:active,
.flashmessage.danger .btn-default[disabled]:active,
.flashmessage.error .btn-default[disabled]:active,
fieldset[disabled] .warningmessage .btn-default:active,
fieldset[disabled] .flashmessage.danger .btn-default:active,
fieldset[disabled] .flashmessage.error .btn-default:active,
.warningmessage .btn-default.disabled.active,
.flashmessage.danger .btn-default.disabled.active,
.flashmessage.error .btn-default.disabled.active,
.warningmessage .btn-default[disabled].active,
.flashmessage.danger .btn-default[disabled].active,
.flashmessage.error .btn-default[disabled].active,
fieldset[disabled] .warningmessage .btn-default.active,
fieldset[disabled] .flashmessage.danger .btn-default.active,
fieldset[disabled] .flashmessage.error .btn-default.active {
  background-color: #b91c13;
}
.successmessage,
.flashmessage.success {
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
}
.successmessage:before,
.flashmessage.success:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #3a7524;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.successmessage .btn-default,
.flashmessage.success .btn-default {
  color: #fff;
  background-color: #3a7524;
}
.successmessage .btn-default:hover,
.flashmessage.success .btn-default:hover,
.successmessage .btn-default:focus,
.flashmessage.success .btn-default:focus,
.successmessage .btn-default.hover,
.flashmessage.success .btn-default.hover,
.successmessage .btn-default:active,
.flashmessage.success .btn-default:active,
.successmessage .btn-default.active,
.flashmessage.success .btn-default.active,
.open .dropdown-toggle.successmessage .btn-default,
.open .dropdown-toggle.flashmessage.success .btn-default {
  color: #fff;
  background-color: #2b561a;
}
.successmessage .btn-default:active,
.flashmessage.success .btn-default:active,
.successmessage .btn-default.active,
.flashmessage.success .btn-default.active,
.open .dropdown-toggle.successmessage .btn-default,
.open .dropdown-toggle.flashmessage.success .btn-default {
  background-image: none;
}
.successmessage .btn-default.disabled,
.flashmessage.success .btn-default.disabled,
.successmessage .btn-default[disabled],
.flashmessage.success .btn-default[disabled],
fieldset[disabled] .successmessage .btn-default,
fieldset[disabled] .flashmessage.success .btn-default,
.successmessage .btn-default.disabled:hover,
.flashmessage.success .btn-default.disabled:hover,
.successmessage .btn-default[disabled]:hover,
.flashmessage.success .btn-default[disabled]:hover,
fieldset[disabled] .successmessage .btn-default:hover,
fieldset[disabled] .flashmessage.success .btn-default:hover,
.successmessage .btn-default.disabled:focus,
.flashmessage.success .btn-default.disabled:focus,
.successmessage .btn-default[disabled]:focus,
.flashmessage.success .btn-default[disabled]:focus,
fieldset[disabled] .successmessage .btn-default:focus,
fieldset[disabled] .flashmessage.success .btn-default:focus,
.successmessage .btn-default.disabled:active,
.flashmessage.success .btn-default.disabled:active,
.successmessage .btn-default[disabled]:active,
.flashmessage.success .btn-default[disabled]:active,
fieldset[disabled] .successmessage .btn-default:active,
fieldset[disabled] .flashmessage.success .btn-default:active,
.successmessage .btn-default.disabled.active,
.flashmessage.success .btn-default.disabled.active,
.successmessage .btn-default[disabled].active,
.flashmessage.success .btn-default[disabled].active,
fieldset[disabled] .successmessage .btn-default.active,
fieldset[disabled] .flashmessage.success .btn-default.active {
  background-color: #3a7524;
}
.notification,
.flashmessage.info {
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
}
.notification:before,
.flashmessage.info:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #202dac;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.flashmessage.warning {
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
  position: relative;
}
.flashmessage.warning:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #ffc21a;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.flashmessage.warning .btn-default {
  color: #fff;
  background-color: #ffc21a;
}
.flashmessage.warning .btn-default:hover,
.flashmessage.warning .btn-default:focus,
.flashmessage.warning .btn-default.hover,
.flashmessage.warning .btn-default:active,
.flashmessage.warning .btn-default.active,
.open .dropdown-toggle.flashmessage.warning .btn-default {
  color: #fff;
  background-color: #f0b000;
}
.flashmessage.warning .btn-default:active,
.flashmessage.warning .btn-default.active,
.open .dropdown-toggle.flashmessage.warning .btn-default {
  background-image: none;
}
.flashmessage.warning .btn-default.disabled,
.flashmessage.warning .btn-default[disabled],
fieldset[disabled] .flashmessage.warning .btn-default,
.flashmessage.warning .btn-default.disabled:hover,
.flashmessage.warning .btn-default[disabled]:hover,
fieldset[disabled] .flashmessage.warning .btn-default:hover,
.flashmessage.warning .btn-default.disabled:focus,
.flashmessage.warning .btn-default[disabled]:focus,
fieldset[disabled] .flashmessage.warning .btn-default:focus,
.flashmessage.warning .btn-default.disabled:active,
.flashmessage.warning .btn-default[disabled]:active,
fieldset[disabled] .flashmessage.warning .btn-default:active,
.flashmessage.warning .btn-default.disabled.active,
.flashmessage.warning .btn-default[disabled].active,
fieldset[disabled] .flashmessage.warning .btn-default.active {
  background-color: #ffc21a;
}
.flashmessage.warning .upgrade-button {
  position: absolute;
  right: 13px;
  top: 3px;
}
.alert,
.flashmessage {
  padding: 12px 28px;
  border-radius: 3px;
}
.alert ul,
.flashmessage ul,
.alert ol,
.flashmessage ol {
  margin-bottom: 0;
  margin-top: 0;
}
.alert button.close,
.flashmessage button.close {
  margin-top: -3px;
  margin-right: -6px;
}
.flashmessage.secondary {
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
}
.flashmessage.secondary:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #202dac;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.flashmessage.secondary .btn-default {
  color: #202dac;
  background-color: #d4d7f7;
}
.flashmessage.secondary .btn-default:hover,
.flashmessage.secondary .btn-default:focus,
.flashmessage.secondary .btn-default.hover,
.flashmessage.secondary .btn-default:active,
.flashmessage.secondary .btn-default.active,
.open .dropdown-toggle.flashmessage.secondary .btn-default {
  color: #202dac;
  background-color: #b2b7f1;
}
.flashmessage.secondary .btn-default:active,
.flashmessage.secondary .btn-default.active,
.open .dropdown-toggle.flashmessage.secondary .btn-default {
  background-image: none;
}
.flashmessage.secondary .btn-default.disabled,
.flashmessage.secondary .btn-default[disabled],
fieldset[disabled] .flashmessage.secondary .btn-default,
.flashmessage.secondary .btn-default.disabled:hover,
.flashmessage.secondary .btn-default[disabled]:hover,
fieldset[disabled] .flashmessage.secondary .btn-default:hover,
.flashmessage.secondary .btn-default.disabled:focus,
.flashmessage.secondary .btn-default[disabled]:focus,
fieldset[disabled] .flashmessage.secondary .btn-default:focus,
.flashmessage.secondary .btn-default.disabled:active,
.flashmessage.secondary .btn-default[disabled]:active,
fieldset[disabled] .flashmessage.secondary .btn-default:active,
.flashmessage.secondary .btn-default.disabled.active,
.flashmessage.secondary .btn-default[disabled].active,
fieldset[disabled] .flashmessage.secondary .btn-default.active {
  background-color: #d4d7f7;
}
/*
 * Dropdown default style
 */
.dropdown-menu {
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
}
/*
 * Progressbar (1. Lorem | 2. Ipsum | 3. Dolor)
 * Example in plans#new
 */
.progressbar {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d6d6dc;
}
.progressbar > ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: 100%;
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 24px;
}
.progressbar > ul:before,
.progressbar > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.progressbar > ul:after {
  clear: both;
}
.progressbar > ul:before,
.progressbar > ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.progressbar > ul:after {
  clear: both;
}
.progressbar > ul > li {
  position: relative;
  display: block;
}
.progressbar > ul > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.progressbar > ul > li > a:hover,
.progressbar > ul > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f3;
}
.progressbar > ul > li.disabled > a {
  color: #d6d6dc;
}
.progressbar > ul > li.disabled > a:hover,
.progressbar > ul > li.disabled > a:focus {
  color: #d6d6dc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.progressbar > ul .open > a,
.progressbar > ul .open > a:hover,
.progressbar > ul .open > a:focus {
  background-color: #f1f1f3;
  border-color: #202dac;
}
.progressbar > ul .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.progressbar > ul > li > a > img {
  max-width: none;
}
.progressbar > ul > li > a {
  text-decoration: none;
}
.progressbar > ul > li {
  float: left;
}
.progressbar > ul > li > a {
  border-radius: 5px;
}
.progressbar > ul > li + li {
  margin-left: 2px;
}
.progressbar > ul > li.active > a,
.progressbar > ul > li.active > a:hover,
.progressbar > ul > li.active > a:focus {
  color: #fff;
  background-color: #767689;
}
.progressbar > ul > li {
  float: none;
}
.progressbar > ul > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .progressbar > ul > li {
    display: table-cell;
    width: 1%;
  }
}
.progressbar > ul small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.progressbar > ul li.bullet a:hover {
  background: none;
}
.progressbar > ul li.bullet > section {
  text-align: center;
  color: #babac5;
}
.progressbar > ul li.bullet .badge {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 24px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  background: #d6d6dc;
  color: white;
}
.progressbar > ul li.bullet .badge small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.progressbar > ul li.bullet.current > section {
  color: #232329;
}
.progressbar > ul li.bullet.current .badge {
  background: #ffc21a;
}
.progressbar > ul li.bullet.completed a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  content: "\f00c";
  margin-left: 5px;
}
#graph_container {
  display: block;
}
/*
 * Forms
 */
.btn:focus {
  outline: 0 !important;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.form-control-inline {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.46153846;
  color: #767689;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  border-radius: 3px;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
  width: auto !important;
  display: inline-block !important;
}
.form-control-inline:-moz-placeholder {
  color: #bbbbc4;
}
.form-control-inline::-moz-placeholder {
  color: #bbbbc4;
}
.form-control-inline:-ms-input-placeholder {
  color: #bbbbc4;
}
.form-control-inline::-webkit-input-placeholder {
  color: #bbbbc4;
}
.form-control-inline:focus {
  border-color: #202dac;
  outline: 0;
}
.form-control-inline[disabled],
.form-control-inline[readonly],
fieldset[disabled] .form-control-inline {
  cursor: not-allowed;
  background-color: #f1f1f3;
}
textarea.form-control-inline {
  height: auto;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
  margin-top: 2px \9;
  /* IE8-9 */
  line-height: normal;
}
.input-group-addon > i.ico {
  /* same as font awesome .fa-fw */
  width: 1.28571429em;
  text-align: center;
  /* additional: */
  margin-left: -6px;
  margin-right: -7px;
}
.input-without-focus:focus {
  border-color: #d6d6dc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.field-extra-margin {
  margin-bottom: 24px;
}
.actions {
  margin-top: 15px;
}
.actions-divider {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.actions-divider .text {
  margin: 0 15px;
}
.actions-divider hr {
  flex-grow: 1;
}
.admin_buttons {
  width: 100%;
  display: inline-block;
  position: sticky;
  top: 0;
  padding: 7.5px 15px;
  margin-bottom: 5px;
  z-index: 200;
  background: white;
  border: 1px solid #d6d6dc;
}
.form-horizontal .form-group,
.form-horizontal .field,
.form-horizontal .fields {
  margin-left: 0;
  margin-right: 0;
}
.label-bottom-overflow {
  display: block;
  height: 18px;
  margin-bottom: -18px;
  margin-left: -15px;
  margin-right: -15px;
}
/* input-lg only above iphone size */
.input-lg {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (max-width: 480px) {
  .input-lg {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.46153846;
    border-radius: 3px;
  }
  select.input-lg {
    height: 34px;
    line-height: 34px;
  }
  textarea.input-lg {
    height: auto;
  }
}
/*
 * Horizontal Fields
 */
.horizontal-fields {
  margin-bottom: 3em;
  display: table;
  width: 100%;
}
.horizontal-fields .field {
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
}
.horizontal-fields .field .value {
  text-align: center;
  vertical-align: middle;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  border-radius: 3px;
}
.horizontal-fields .field.symbol {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 32px;
  color: #767689;
  padding-left: 5px;
  padding-right: 5px;
}
.horizontal-fields .field.symbol small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.horizontal-fields .field.symbol > span {
  display: block;
  padding-top: 22.5px;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .horizontal-fields .field.symbol > span {
    padding-bottom: 0;
  }
}
.horizontal-fields .field.symbol.symbol.symbol-lg > span {
  padding-bottom: 7.5px;
}
.horizontal-fields .field.share_price {
  min-width: 6em;
}
.horizontal-fields .field.total-cell {
  min-width: 100px;
  vertical-align: bottom;
}
.horizontal-fields .field.total-cell.total-cell-lg .value {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 28px;
  height: 43px;
}
.horizontal-fields .field.total-cell.total-cell-lg .value small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
.horizontal-fields .field.total-cell .value {
  min-width: 100px;
  display: table-cell;
  /* cheat to get in responsive fitting */
}
.horizontal-fields .field input[type="text"],
.horizontal-fields .field input[type="number"] {
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}
@media (max-width: 480px) {
  .horizontal-fields {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .horizontal-fields:before,
  .horizontal-fields:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .horizontal-fields:after {
    clear: both;
  }
  .horizontal-fields:before,
  .horizontal-fields:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .horizontal-fields:after {
    clear: both;
  }
  .horizontal-fields .field {
    text-align: left;
    float: left;
  }
  .horizontal-fields .field input[type="text"],
  .horizontal-fields .field input[type="number"] {
    text-align: left;
  }
  .horizontal-fields .field.symbol {
    position: relative;
    float: left;
    width: 8.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .horizontal-fields .field:not(.symbol) {
    position: relative;
    float: left;
    width: 91.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .horizontal-fields .label-bottom-overflow {
    display: block;
    margin: 0;
    height: auto;
  }
  .horizontal-fields .field.total-cell {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-right: 0;
    float: right;
    text-align: right !important;
  }
  .horizontal-fields .field.total-cell label,
  .horizontal-fields .field.total-cell .value {
    font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    line-height: 1.1;
    font-size: 24px;
    font-size: 18px !important;
    vertical-align: top;
    height: auto;
    margin: 0;
    padding: 0 !important;
    display: inline !important;
    text-align: right !important;
  }
  .horizontal-fields .field.total-cell label small,
  .horizontal-fields .field.total-cell .value small {
    font-weight: normal;
    line-height: 1;
    color: #767689;
  }
}
form input[type="text"][disabled],
form input[type="number"][disabled],
form input[type="password"][disabled],
form input[type="email"][disabled],
form input[type="date"][disabled],
form input[type="tel"][disabled],
form textarea[disabled],
form input[type="text"][readonly],
form input[type="number"][readonly],
form input[type="password"][readonly],
form input[type="email"][readonly],
form input[type="date"][readonly],
form input[type="tel"][readonly],
form textarea[readonly],
fieldset[disabled] form input[type="text"],
fieldset[disabled] form input[type="number"],
fieldset[disabled] form input[type="password"],
fieldset[disabled] form input[type="email"],
fieldset[disabled] form input[type="date"],
fieldset[disabled] form input[type="tel"],
fieldset[disabled] form textarea {
  cursor: not-allowed;
  background-color: #f1f1f3;
}
form input[type="text"].input-sm,
form input[type="number"].input-sm,
form input[type="password"].input-sm,
form input[type="tel"].input-sm,
form input[type="email"].input-sm {
  height: 27px;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
selectform input[type="text"].input-sm,
selectform input[type="number"].input-sm,
selectform input[type="password"].input-sm,
selectform input[type="tel"].input-sm,
selectform input[type="email"].input-sm {
  height: 27px;
  line-height: 27px;
}
textareaform input[type="text"].input-sm,
textareaform input[type="number"].input-sm,
textareaform input[type="password"].input-sm,
textareaform input[type="tel"].input-sm,
textareaform input[type="email"].input-sm {
  height: auto;
}
form input[type="text"].input-lg,
form input[type="number"].input-lg,
form input[type="password"].input-lg,
form input[type="tel"].input-lg,
form input[type="email"].input-lg {
  border-radius: 6px;
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 3px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
selectform input[type="text"].input-lg,
selectform input[type="number"].input-lg,
selectform input[type="password"].input-lg,
selectform input[type="tel"].input-lg,
selectform input[type="email"].input-lg {
  height: 45px;
  line-height: 45px;
}
textareaform input[type="text"].input-lg,
textareaform input[type="number"].input-lg,
textareaform input[type="password"].input-lg,
textareaform input[type="tel"].input-lg,
textareaform input[type="email"].input-lg {
  height: auto;
}
selectform input[type="text"].input-lg,
selectform input[type="number"].input-lg,
selectform input[type="password"].input-lg,
selectform input[type="tel"].input-lg,
selectform input[type="email"].input-lg {
  height: 45px;
  line-height: 45px;
}
textareaform input[type="text"].input-lg,
textareaform input[type="number"].input-lg,
textareaform input[type="password"].input-lg,
textareaform input[type="tel"].input-lg,
textareaform input[type="email"].input-lg {
  height: auto;
}
@media (max-width: 480px) {
  form input[type="text"].input-lg,
  form input[type="number"].input-lg,
  form input[type="password"].input-lg,
  form input[type="tel"].input-lg,
  form input[type="email"].input-lg {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.46153846;
    border-radius: 3px;
  }
  selectform input[type="text"].input-lg,
  selectform input[type="number"].input-lg,
  selectform input[type="password"].input-lg,
  selectform input[type="tel"].input-lg,
  selectform input[type="email"].input-lg {
    height: 34px;
    line-height: 34px;
  }
  textareaform input[type="text"].input-lg,
  textareaform input[type="number"].input-lg,
  textareaform input[type="password"].input-lg,
  textareaform input[type="tel"].input-lg,
  textareaform input[type="email"].input-lg {
    height: auto;
  }
}
form textarea {
  height: auto;
}
/* Targets all inputs with type=number to disable the increment/decrement arrows */
/* Chrome, Safari, Edge, Opera */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}
.input-group input[type="text"]:last-child,
.input-group input[type="number"]:last-child,
.input-group input[type="password"]:last-child,
.input-group input[type="email"]:last-child,
.input-group input[type="tel"]:last-child,
.input-group textarea:last-child,
.input-group .form-control:last-child,
.input-group form input[type="text"]:last-child,
.input-group form input[type="number"]:last-child,
.input-group form input[type="password"]:last-child,
.input-group form input[type="email"]:last-child,
.input-group form input[type="date"]:last-child,
.input-group form input[type="tel"]:last-child,
.input-group form textarea:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
/*
 * Radio button styles
 */
.radio-btn {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-left: 0;
  margin-right: -4px;
  padding-right: 12px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 3px;
}
.radio-btn[disabled],
fieldset[disabled] .radio-btn {
  cursor: not-allowed;
}
.radio-btn.active {
  background: #f1f1f3;
  color: #474752;
}
/*
 * Error handling
 */
.field_with_errors input[type="text"],
.field_with_errors input[type="number"],
.field_with_errors input[type="password"],
.field_with_errors input[type="email"],
.field_with_errors input[type="tel"],
.field_with_errors select {
  border-color: rgba(185, 28, 19, 0.6);
  outline: 0;
}
.field_with_errors input[type="text"]:focus,
.field_with_errors input[type="number"]:focus,
.field_with_errors input[type="password"]:focus,
.field_with_errors input[type="email"]:focus,
.field_with_errors input[type="tel"]:focus,
.field_with_errors select:focus {
  border-color: #b91c13;
}
/*
 * Datepicker jQuery UI
 */
input.datepicker {
  text-align: center;
}
.datepicker-fields {
  text-align: center;
}
.input-group .datepicker {
  text-indent: -30px;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  -webkit-box-shadow: 0px 0px 3px 0px #474752;
  box-shadow: 0px 0px 3px 0px #474752;
  background: #f1f1f3;
  border-radius: 3px;
}
.ui-datepicker a {
  text-decoration: none;
  color: #f1f1f3;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker thead {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, #f1f1f3));
  background: -ms-linear-gradient(bottom, white, #f1f1f3);
  background: -moz-linear-gradient(center bottom, white 0%, #f1f1f3 100%);
  background: -o-linear-gradient(#f1f1f3, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f3', endColorstr='white', GradientType=0);
  border-bottom: 1px solid #d6d6dc;
}
.ui-datepicker th {
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #767689;
  text-shadow: 1px 0px 0px white;
}
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #c3c3cc;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #c3c3cc;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker .ui-datepicker-header {
  background: #767689;
  color: #f1f1f3;
  font-weight: bold;
  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  padding: 7.5px;
  border-top: 1px solid #474752;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 30px;
  margin: -7.5px;
  padding: 7.5px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
}
.ui-datepicker .ui-datepicker-prev:before {
  position: absolute;
  left: 7px;
  text-indent: 0;
  font-size: 1.25em;
  content: "\f053";
}
.ui-datepicker .ui-datepicker-prev:hover:before {
  color: #202dac;
}
.ui-datepicker .ui-datepicker-next {
  float: right;
}
.ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  right: 7px;
  text-indent: 0;
  font-size: 1.25em;
  content: "\f054";
}
.ui-datepicker .ui-datepicker-next:hover:before {
  color: #202dac;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #f1f1f3;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d6d6dc), color-stop(1, #f1f1f3));
  background: -ms-linear-gradient(bottom, #d6d6dc, #f1f1f3);
  background: -moz-linear-gradient(center bottom, #d6d6dc 0%, #f1f1f3 100%);
  background: -o-linear-gradient(#f1f1f3, #d6d6dc);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f3', endColorstr='#d6d6dc', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
  box-shadow: inset 1px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-end .ui-state-default {
  background: #d6d6dc;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #babac5), color-stop(1, #d6d6dc));
  background: -ms-linear-gradient(bottom, #babac5, #d6d6dc);
  background: -moz-linear-gradient(center bottom, #babac5 0%, #d6d6dc 100%);
  background: -o-linear-gradient(#d6d6dc, #babac5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6dc', endColorstr='#babac5', GradientType=0);
}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight {
  background: white;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #f1f1f3 !important;
  color: black;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #202dac !important;
  -webkit-box-shadow: inset 0px 0px 10px 0px #182281;
  box-shadow: inset 0px 0px 10px 0px #182281;
  color: #f1f1f3;
  text-shadow: 0px 1px 0px #141c6c;
  border: 1px solid #141c6c;
  position: relative;
  margin-right: -1px !important;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #d6d6dc;
  color: #767689;
}
.ui-datepicker .ui-datepicker-buttonpane {
  border-top: 1px solid #c3c3cc;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.46153846;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #202dac;
  padding: 5px 10px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus {
  color: #fff;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane button:active,
.ui-datepicker .ui-datepicker-buttonpane button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-datepicker .ui-datepicker-buttonpane button.disabled,
.ui-datepicker .ui-datepicker-buttonpane button[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus,
.ui-datepicker .ui-datepicker-buttonpane button.hover,
.ui-datepicker .ui-datepicker-buttonpane button:active,
.ui-datepicker .ui-datepicker-buttonpane button.active,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-buttonpane button {
  color: #fff;
  background-color: #1a248a;
}
.ui-datepicker .ui-datepicker-buttonpane button:active,
.ui-datepicker .ui-datepicker-buttonpane button.active,
.open .dropdown-toggle.ui-datepicker .ui-datepicker-buttonpane button {
  background-image: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.disabled,
.ui-datepicker .ui-datepicker-buttonpane button[disabled],
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button,
.ui-datepicker .ui-datepicker-buttonpane button.disabled:hover,
.ui-datepicker .ui-datepicker-buttonpane button[disabled]:hover,
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button.disabled:focus,
.ui-datepicker .ui-datepicker-buttonpane button[disabled]:focus,
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button:focus,
.ui-datepicker .ui-datepicker-buttonpane button.disabled:active,
.ui-datepicker .ui-datepicker-buttonpane button[disabled]:active,
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button:active,
.ui-datepicker .ui-datepicker-buttonpane button.disabled.active,
.ui-datepicker .ui-datepicker-buttonpane button[disabled].active,
fieldset[disabled] .ui-datepicker .ui-datepicker-buttonpane button.active {
  background-color: #202dac;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
  border-left: none;
  border-top: none;
  border-bottom: none;
  border-bottom-left-radius: 3px;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  float: right;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-bottom-right-radius: 3px;
}
/*
 * jqueryi UI autocomplete form
 * http://jqueryui.com/autocomplete/
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-helper-hidden-accessible {
  display: none;
}
.ui-autocomplete-input {
  background-image: url(/packs/assets/spinner_16x16-0f7f48db4745acf28094.gif);
  background-repeat: no-repeat;
  background-position: -999px center;
}
.ui-autocomplete-input.ui-autocomplete-loading {
  background-position: right 15px center;
}
.ui-autocomplete {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  width: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.2);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #d6d6dc;
  z-index: 1200;
}
.ui-autocomplete:before,
.ui-autocomplete:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-autocomplete:after {
  clear: both;
}
.ui-autocomplete:before,
.ui-autocomplete:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.ui-autocomplete:after {
  clear: both;
}
.ui-autocomplete > li {
  position: relative;
  display: block;
}
.ui-autocomplete > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.ui-autocomplete > li > a:hover,
.ui-autocomplete > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f3;
}
.ui-autocomplete > li.disabled > a {
  color: #d6d6dc;
}
.ui-autocomplete > li.disabled > a:hover,
.ui-autocomplete > li.disabled > a:focus {
  color: #d6d6dc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.ui-autocomplete .open > a,
.ui-autocomplete .open > a:hover,
.ui-autocomplete .open > a:focus {
  background-color: #f1f1f3;
  border-color: #202dac;
}
.ui-autocomplete .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ui-autocomplete > li > a > img {
  max-width: none;
}
.ui-autocomplete > li > a {
  text-decoration: none;
}
.ui-autocomplete > li {
  float: left;
}
.ui-autocomplete > li > a {
  border-radius: 5px;
}
.ui-autocomplete > li + li {
  margin-left: 2px;
}
.ui-autocomplete > li.active > a,
.ui-autocomplete > li.active > a:hover,
.ui-autocomplete > li.active > a:focus {
  color: #fff;
  background-color: #767689;
}
.ui-autocomplete > li {
  float: none;
}
.ui-autocomplete > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.ui-autocomplete > li > a {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #474752;
}
.ui-autocomplete > li > a.ui-state-hover,
.ui-autocomplete > li > a.ui-state-focus,
.ui-autocomplete > li > a:hover,
.ui-autocomplete > li > a:focus {
  color: #232329;
  background: #d4d7f7;
  cursor: pointer;
}
.ui-autocomplete > li:first-child > a {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ui-autocomplete .divider {
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6dc;
}
input#user-comment {
  position: absolute;
  left: -10000px;
}
.professional-edit-title {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .professional-edit-title {
    margin: 0 30px 0 0;
    float: left;
    vertical-align: middle;
    line-height: 42px;
  }
}
.daterangepicker .range_inputs {
  font-size: 0;
}
.daterangepicker .range_inputs .applyBtn {
  color: #202dac;
  background-color: #d4d7f7;
}
.daterangepicker .range_inputs .applyBtn:hover,
.daterangepicker .range_inputs .applyBtn:focus,
.daterangepicker .range_inputs .applyBtn.hover,
.daterangepicker .range_inputs .applyBtn:active,
.daterangepicker .range_inputs .applyBtn.active,
.open .dropdown-toggle.daterangepicker .range_inputs .applyBtn {
  color: #202dac;
  background-color: #b2b7f1;
}
.daterangepicker .range_inputs .applyBtn:active,
.daterangepicker .range_inputs .applyBtn.active,
.open .dropdown-toggle.daterangepicker .range_inputs .applyBtn {
  background-image: none;
}
.daterangepicker .range_inputs .applyBtn.disabled,
.daterangepicker .range_inputs .applyBtn[disabled],
fieldset[disabled] .daterangepicker .range_inputs .applyBtn,
.daterangepicker .range_inputs .applyBtn.disabled:hover,
.daterangepicker .range_inputs .applyBtn[disabled]:hover,
fieldset[disabled] .daterangepicker .range_inputs .applyBtn:hover,
.daterangepicker .range_inputs .applyBtn.disabled:focus,
.daterangepicker .range_inputs .applyBtn[disabled]:focus,
fieldset[disabled] .daterangepicker .range_inputs .applyBtn:focus,
.daterangepicker .range_inputs .applyBtn.disabled:active,
.daterangepicker .range_inputs .applyBtn[disabled]:active,
fieldset[disabled] .daterangepicker .range_inputs .applyBtn:active,
.daterangepicker .range_inputs .applyBtn.disabled.active,
.daterangepicker .range_inputs .applyBtn[disabled].active,
fieldset[disabled] .daterangepicker .range_inputs .applyBtn.active {
  background-color: #d4d7f7;
}
.daterangepicker .range_inputs .cancelBtn {
  margin-left: 5%;
}
.daterangepicker .range_inputs .applyBtn,
.daterangepicker .range_inputs .cancelBtn {
  width: 47.5%;
  font-size: 13px;
  line-height: 26px;
  padding: 0;
}
.daterangepicker .range_inputs .applyBtn.hide,
.daterangepicker .range_inputs .cancelBtn.hide {
  display: inline-block !important;
}
@media (max-width: 730px) {
  .daterangepicker .calendar {
    margin-top: 30px;
  }
}
.daterangepicker td.in-range:not(.active) {
  background: #d4d7f7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #d4d7f7;
  border-color: #d4d7f7;
  color: #fff;
}
.daterangepicker td.start-date {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.daterangepicker td.end-date {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
.daterangepicker td.end-date,
.daterangepicker td.start-date {
  border-color: transparent;
}
.daterangepicker .ranges ul li {
  font-size: 14px;
  background: #f1f1f3;
  border: 1px solid #f1f1f3;
  color: #232329;
}
.daterangepicker .ranges ul li.active,
.daterangepicker .ranges ul li:hover {
  background: #d4d7f7;
  border: 1px solid #d4d7f7;
  color: #fff;
}
/*
 * Icons
 */
.badge-unconfirmed,
.tooltip_circle {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
  background: #ffc21a;
  padding-bottom: 4px;
}
.badge-unconfirmed:empty,
.tooltip_circle:empty {
  display: none;
}
.badge-portfolio {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
}
.badge-portfolio:empty {
  display: none;
}
.badge-lg {
  font-size: inherit !important;
}
.dropdown a.badge-portfolio,
.dropdown a.badge {
  color: #232329;
  background: #f1f1f3;
}
.dropdown a.badge-portfolio:hover,
.dropdown a.badge:hover,
.dropdown a.badge-portfolio:focus,
.dropdown a.badge:focus,
.dropdown a.badge-portfolio.hover,
.dropdown a.badge.hover,
.dropdown a.badge-portfolio:active,
.dropdown a.badge:active,
.dropdown a.badge-portfolio.active,
.dropdown a.badge.active {
  text-decoration: none !important;
}
.dropdown a.badge-portfolio .caret,
.dropdown a.badge .caret {
  border-top-color: #232329;
}
.tooltip-inner {
  /* break long tooltips in multible lines */
  white-space: normal;
}
/*
 * Font Awesome overwrites
 */
a.icon_with_tooltip {
  color: inherit !important;
  text-decoration: none;
}
.ico-portfolio:before {
  content: "\f07c";
}
.ico-holding:before {
  content: "\f15c";
}
.ico-tooltip:before {
  content: "\f059";
}
.ico-delete:before {
  content: "\f014";
}
.ico-attachment:before {
  content: "\f0c6";
}
.ico-updated:before {
  content: "\f0eb";
}
.ico-imported:before {
  content: "\f0ad";
}
.ico-spinner {
  -webkit-animation: fa-spin 1.3s infinite linear;
  -moz-animation: fa-spin 1.3s infinite linear;
  -o-animation: fa-spin 1.3s infinite linear;
  animation: fa-spin 1.3s infinite linear;
}
.ico-spinner:before {
  content: "\f110";
}
.ico-comments:before {
  content: "\f0e5";
}
.ico-draggable:before {
  content: "\f141";
  font-size: 1.5em;
}
.ico-back:before {
  content: "\f137";
}
.ico-include-sold-shares:before {
  content: "\f0e4";
}
.ico-ce-rejected:before {
  content: "\f05e";
}
.ico-ce-confirmed:before {
  content: "\f046";
}
.ico-unconfirmed:before,
.ico-ce-unconfirmed:before {
  content: "\f0e7";
}
.ico-ce-archive:before {
  content: "\f187";
}
.ico-ce-info:before {
  content: "\f05a";
}
/*
 * Special tooltips and popovers
 */
.graph-tooltips > a,
.graph-tooltips .ico-tooltip {
  color: #767689 !important;
}
.exclamation-mark-container {
  position: relative;
}
.exclamation-mark-container span {
  background-color: #feead4;
  border-color: #fcd9b2;
  border-radius: 15px;
  color: #9b5305;
  font-size: 1.2ex;
  font-weight: bold;
  line-height: 2ex;
  margin: 2px;
  padding: 3px;
  position: absolute;
  top: -1px;
  width: 3ex;
}
#recaptcha_container {
  background: url(/packs/assets/spinner_32x32-f616da3a91a79210f564.gif) no-repeat 50% 50%;
  width: 304px;
  min-height: 78px;
  margin: auto;
}
/*
 **************
 * Table styles
 **************
 */
tfoot {
  display: table-row-group;
}
.table,
table.spreadsheet,
table.grand_total {
  border-bottom: 3px double #d6d6dc;
}
.table > thead > tr > th,
table.spreadsheet > thead > tr > th,
table.grand_total > thead > tr > th {
  background-color: #f1f0ee;
  font-weight: 400;
  border-bottom: none;
  color: #232329;
}
.table > thead > tr > th:first-child,
table.spreadsheet > thead > tr > th:first-child,
table.grand_total > thead > tr > th:first-child {
  border-top-left-radius: 6px;
}
.table > thead > tr > th:last-child,
table.spreadsheet > thead > tr > th:last-child,
table.grand_total > thead > tr > th:last-child {
  border-top-right-radius: 6px;
}
.table > thead > tr > th .ico.ico-include-sold-shares,
table.spreadsheet > thead > tr > th .ico.ico-include-sold-shares,
table.grand_total > thead > tr > th .ico.ico-include-sold-shares {
  color: #958d7e;
}
.table > tfoot > tr > td,
.table tr.footer-row > td,
table.spreadsheet > tfoot > tr > td,
table.spreadsheet tr.footer-row > td,
table.grand_total > tfoot > tr > td,
table.grand_total tr.footer-row > td {
  font-weight: 700;
  border-top: 3px double #d6d6dc;
}
.table > thead > tr > th.valign-middle,
.table > tbody > tr > td.valign-middle,
table.spreadsheet > thead > tr > th.valign-middle,
table.spreadsheet > tbody > tr > td.valign-middle,
table.grand_total > thead > tr > th.valign-middle,
table.grand_total > tbody > tr > td.valign-middle {
  vertical-align: middle;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
table.spreadsheet.clickable > tbody > tr:hover > td,
table.spreadsheet.clickable > tbody > tr:hover > th,
table.table.clickable > tbody > tr:hover > td,
table.table.clickable > tbody > tr:hover > th,
tabletable.spreadsheet.clickable > tbody > tr:hover > td,
tabletable.spreadsheet.clickable > tbody > tr:hover > th,
tabletable.grand_total.clickable > tbody > tr:hover > td,
tabletable.grand_total.clickable > tbody > tr:hover > th {
  background-color: #f8f8fa;
}
.table-hover > tfoot > tr.hover > td,
.table-hover > tfoot > tr.hover > th,
table.spreadsheet.clickable > tfoot > tr.hover > td,
table.spreadsheet.clickable > tfoot > tr.hover > th,
table.table.clickable > tfoot > tr.hover > td,
table.table.clickable > tfoot > tr.hover > th,
tabletable.spreadsheet.clickable > tfoot > tr.hover > td,
tabletable.spreadsheet.clickable > tfoot > tr.hover > th,
tabletable.grand_total.clickable > tfoot > tr.hover > td,
tabletable.grand_total.clickable > tfoot > tr.hover > th {
  background-color: #f8f8fa;
}
.data-table {
  min-width: 100%;
}
.data-table table > thead > tr > th,
.data-table table > tbody > tr > th,
.data-table table > tfoot > tr > th {
  white-space: normal;
}
.data-table table > thead > tr > td,
.data-table table > tbody > tr > td,
.data-table table > tfoot > tr > td {
  white-space: nowrap;
}
@media print {
  .data-table {
    overflow: hidden;
  }
}
@media screen and (max-width: 992px) {
  .data-table {
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .data-table table {
    min-width: 735px !important;
  }
}
table.spreadsheet.clickable tr td,
table.table.clickable tr td,
tabletable.spreadsheet.clickable tr td,
tabletable.grand_total.clickable tr td {
  cursor: pointer;
}
/*
 * selected td styles
 */
table tr.selected td:first-child {
  -webkit-box-shadow: -3px 0 0 0 #3a7524;
  box-shadow: -3px 0 0 0 #3a7524;
}
table tr.selected > td {
  background: #d4d7f7;
}
table td.selected {
  background: #d4d7f7;
}
table.clickable tr.selected:hover > td {
  background: #bec3f3 !important;
}
table.clickable td.selected {
  background: #d4d7f7;
}
table tr.suggested td:first-child {
  -webkit-box-shadow: -3px 0 0 0 #3a7524;
  box-shadow: -3px 0 0 0 #3a7524;
}
table tr.suggested > td {
  background: #dff3d8;
}
table td.suggested {
  background: #dff3d8;
}
table.clickable tr.suggested:hover > td {
  background: #d0edc5 !important;
}
table.clickable td.suggested {
  background: #dff3d8;
}
table tr.unselected > td,
table td.unselected {
  background: #fad3d1;
}
table tr.unselected > td:first-child,
table td.unselected:first-child {
  -webkit-box-shadow: -3px 0 0 0 #b91c13;
  box-shadow: -3px 0 0 0 #b91c13;
}
table tr.unhandled > td,
table td.unhandled {
  background: #d4d7f7;
}
table tr.unhandled > td:first-child,
table td.unhandled:first-child {
  -webkit-box-shadow: -3px 0 0 0 #d4d7f7;
  box-shadow: -3px 0 0 0 #d4d7f7;
}
table tr.deleted td,
table td.deleted {
  opacity: 0.5;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
table tr.deleted td:first-child,
table td.deleted:first-child {
  -webkit-box-shadow: -3px 0 0 0 #d6d6dc;
  box-shadow: -3px 0 0 0 #d6d6dc;
}
.no-wrap {
  white-space: nowrap!important;
}
.wrap-normal {
  white-space: normal!important;
}
.no-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
}
.tr-lining-up td {
  padding: 0!important;
  height: 1px!important;
  font-size: 1px;
  font-size: 0.1px !important;
  overflow: hidden;
}
@media screen {
  div.table_scrollable {
    overflow-x: auto;
  }
}
div.table_scrollable table {
  table-layout: auto;
}
div.table_scrollable table tbody tr td:first-child {
  max-width: 200px;
}
.volume-portfolios-table__middle-header {
  width: 430px;
}
@media (max-width: 768px) {
  .volume-portfolios-table__middle-header {
    width: 40%;
  }
}
.volume-pending-clients-table__email-header {
  width: 480px;
}
@media (max-width: 768px) {
  .volume-pending-clients-table__email-header {
    width: 33%;
  }
}
table.tax-return {
  table-layout: fixed;
  width: 100%;
}
td.tax-label {
  width: 70pc;
}
td.tax-section {
  width: 10pc;
}
td.tax-value {
  width: 20pc;
}
th.td-hightlighted {
  background: #e5e4e0 !important;
}
td.td-hightlighted {
  background: #f1f0ee !important;
}
tr:hover > td.td-hightlighted {
  background: #e9e9ef !important;
}
table.table-performance-contributions,
table.table-performance-contributions.spreadsheet {
  table-layout: fixed;
}
table.table-performance-contributions td:first-child,
table.table-performance-contributions th:first-child {
  width: 300px;
}
.td-left {
  text-align: left !important;
}
.td-left.header {
  cursor: pointer;
  padding-left: 16px;
}
.td-left.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
.td-left.header > div {
  display: inline-block;
}
.td-left.header:before,
.td-left.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  .td-left.header:before,
  .td-left.header:after {
    bottom: 5px;
  }
}
.td-left.header.sortasc:before,
.td-left.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
.td-left.header.sortdesc:before,
.td-left.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
.td-left.header.sort-off:before,
.td-left.header.sort-off:after {
  display: none;
}
.td-left.header > *:first-child {
  margin-left: 4px;
}
.td-left.header:before {
  margin-left: -10px;
}
.td-left.header:after {
  display: none;
}
.td-center {
  text-align: center;
}
.td-center.header {
  cursor: pointer;
  padding-left: 16px;
}
.td-center.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
.td-center.header > div {
  display: inline-block;
}
.td-center.header:before,
.td-center.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  .td-center.header:before,
  .td-center.header:after {
    bottom: 5px;
  }
}
.td-center.header.sortasc:before,
.td-center.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
.td-center.header.sortdesc:before,
.td-center.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
.td-center.header.sort-off:before,
.td-center.header.sort-off:after {
  display: none;
}
.td-center.header > *:first-child {
  margin-left: 4px;
}
.td-center.header:before {
  margin-left: -10px;
}
.td-center.header:after {
  display: none;
}
.td-right {
  text-align: right;
}
.td-right.header {
  cursor: pointer;
  padding-right: 8px;
}
.td-right.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
.td-right.header > div {
  display: inline-block;
}
.td-right.header:before,
.td-right.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  .td-right.header:before,
  .td-right.header:after {
    bottom: 5px;
  }
}
.td-right.header.sortasc:before,
.td-right.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
.td-right.header.sortdesc:before,
.td-right.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
.td-right.header.sort-off:before,
.td-right.header.sort-off:after {
  display: none;
}
.td-right.header:before {
  display: none;
}
.td-right.header > *:last-child {
  margin-right: 4px;
}
.td-right.header:after {
  margin-right: -10px;
}
.data-table-trades th {
  padding-left: 3px !important;
}
.data-table-trades th:first-child {
  padding-left: 16px !important;
}
.data-table-trades .td-col-2-trade {
  width: 61px;
}
.data-table-trades .td-col-3-trade {
  width: 69px;
}
.data-table-trades .td-col-4-trade {
  width: 79px;
}
.data-table-trades .td-col-5-trade {
  width: 67px;
}
.data-table-trades .td-col-6-trade {
  width: 89px;
}
.data-table-trades .td-col-trade-currency {
  width: 79px;
}
.data-table-trades .td-col-trade-exch {
  width: 89px;
}
.data-table-trades .td-col-trade-val {
  width: 79px;
}
@media (min-width: 1400px) {
  .data-table-trades th {
    padding-left: 3px !important;
  }
  .data-table-trades th:first-child {
    padding-left: 16px !important;
  }
  .data-table-trades .td-col-2-trade {
    width: 100px;
  }
  .data-table-trades .td-col-3-trade {
    width: 109px;
  }
  .data-table-trades .td-col-4-trade {
    width: 79px;
  }
  .data-table-trades .td-col-5-trade {
    width: 117px;
  }
  .data-table-trades .td-col-6-trade {
    width: 99px;
  }
  .data-table-trades .td-col-trade-currency {
    width: 79px;
  }
  .data-table-trades .td-col-trade-exch {
    width: 89px;
  }
  .data-table-trades .td-col-trade-val {
    width: 130px;
  }
}
@media screen and (max-width: 992px) {
  .td-holding-name .holding-name {
    display: none;
  }
}
.td-holding-name .holding-naming {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 992px) {
  .td-holding-name .holding-naming {
    width: 340px;
  }
}
.holding-name-limit-width {
  width: 26rem;
}
.date-limit-width {
  width: 12rem;
}
.td-col-1 {
  width: 103px;
}
@media screen and (min-width: 768px) {
  .td-col-1 {
    display: inline-block;
    width: 140px;
  }
  .td-col-1,
  .td-col-2,
  .td-col-3,
  .td-col-4,
  .td-col-5,
  .td-col-6,
  .td-col-7,
  .td-col-8 {
    padding-left: 0;
    padding-right: 16px;
  }
  .td-col-add {
    width: 84px;
  }
  .td-col-2 {
    width: 90px;
  }
  .td-col-3 {
    width: 80px;
  }
  .td-col-4 {
    width: 80px;
  }
  .td-col-5 {
    width: 80px;
  }
  .td-col-6 {
    width: 80px;
  }
  .td-col-7 {
    width: 80px;
  }
  .td-col-8 {
    width: 80px;
  }
  .hrt-col-8 {
    width: 60px;
  }
}
@media print, (min-width: 992px) {
  .td-col-1 {
    display: inline-block;
    width: 340px;
  }
  .td-col-add {
    width: 132px;
  }
  .td-col-2 {
    width: 130px;
  }
  .td-col-3 {
    width: 93px;
  }
  .td-col-4 {
    width: 110px;
  }
  .td-col-5 {
    width: 147px;
  }
  .td-col-6 {
    width: 122px;
  }
  .td-col-7 {
    width: 146px;
  }
  .td-col-8 {
    width: 119px;
  }
  .hrt-col-8 {
    width: 64px;
  }
  .switch-to-percent {
    margin-left: 5px;
  }
  table.spreadsheet thead > tr > th {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 1400px) {
  .td-col-1 {
    display: inline-block;
    width: 340px;
  }
  .td-col-add {
    width: 84px;
  }
  .td-col-2 {
    width: 122px;
  }
  .td-col-3 {
    width: 86px;
  }
  .td-col-4 {
    width: 103px;
  }
  .td-col-5 {
    width: 120px;
  }
  .td-col-6 {
    width: 100px;
  }
  .td-col-7 {
    width: 115px;
  }
  .td-col-8 {
    width: 114px;
  }
  .hrt-col-8 {
    width: 60px;
  }
  table.spreadsheet thead > tr > th {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .perf-td-1 {
    width: 140px;
  }
  .perf-td-2 {
    width: 90px;
  }
  .perf-td-3 {
    width: 80px;
  }
  .perf-td-4 {
    width: 80px;
  }
  .perf-td-5 {
    width: 80px;
  }
  .perf-td-6 {
    width: 80px;
  }
  .perf-td-7 {
    width: 80px;
  }
  .perf-td-8 {
    width: 80px;
  }
}
@media print, (min-width: 992px) {
  .perf-td-1 {
    width: 340px;
  }
  .perf-td-2 {
    width: 130px;
  }
  .perf-td-3 {
    width: 93px;
  }
  .perf-td-4 {
    width: 110px;
  }
  .perf-td-5 {
    width: 147px;
  }
  .perf-td-6 {
    width: 122px;
  }
  .perf-td-7 {
    width: 146px;
  }
  .perf-td-8 {
    width: 119px;
  }
}
table.spreadsheet {
  table-layout: auto;
  margin-bottom: 37.5px;
}
table.spreadsheet > tbody > tr > td,
table.spreadsheet > thead > tr > th,
table.spreadsheet > tfoot > tr > td {
  text-align: right;
}
table.spreadsheet > tbody > tr > td.header,
table.spreadsheet > thead > tr > th.header,
table.spreadsheet > tfoot > tr > td.header {
  cursor: pointer;
  padding-right: 8px;
}
table.spreadsheet > tbody > tr > td.header:hover:before,
table.spreadsheet > thead > tr > th.header:hover:before,
table.spreadsheet > tfoot > tr > td.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
table.spreadsheet > tbody > tr > td.header > div,
table.spreadsheet > thead > tr > th.header > div,
table.spreadsheet > tfoot > tr > td.header > div {
  display: inline-block;
}
table.spreadsheet > tbody > tr > td.header:before,
table.spreadsheet > thead > tr > th.header:before,
table.spreadsheet > tfoot > tr > td.header:before,
table.spreadsheet > tbody > tr > td.header:after,
table.spreadsheet > thead > tr > th.header:after,
table.spreadsheet > tfoot > tr > td.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  table.spreadsheet > tbody > tr > td.header:before,
  table.spreadsheet > thead > tr > th.header:before,
  table.spreadsheet > tfoot > tr > td.header:before,
  table.spreadsheet > tbody > tr > td.header:after,
  table.spreadsheet > thead > tr > th.header:after,
  table.spreadsheet > tfoot > tr > td.header:after {
    bottom: 5px;
  }
}
table.spreadsheet > tbody > tr > td.header.sortasc:before,
table.spreadsheet > thead > tr > th.header.sortasc:before,
table.spreadsheet > tfoot > tr > td.header.sortasc:before,
table.spreadsheet > tbody > tr > td.header.sortasc:after,
table.spreadsheet > thead > tr > th.header.sortasc:after,
table.spreadsheet > tfoot > tr > td.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
table.spreadsheet > tbody > tr > td.header.sortdesc:before,
table.spreadsheet > thead > tr > th.header.sortdesc:before,
table.spreadsheet > tfoot > tr > td.header.sortdesc:before,
table.spreadsheet > tbody > tr > td.header.sortdesc:after,
table.spreadsheet > thead > tr > th.header.sortdesc:after,
table.spreadsheet > tfoot > tr > td.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
table.spreadsheet > tbody > tr > td.header.sort-off:before,
table.spreadsheet > thead > tr > th.header.sort-off:before,
table.spreadsheet > tfoot > tr > td.header.sort-off:before,
table.spreadsheet > tbody > tr > td.header.sort-off:after,
table.spreadsheet > thead > tr > th.header.sort-off:after,
table.spreadsheet > tfoot > tr > td.header.sort-off:after {
  display: none;
}
table.spreadsheet > tbody > tr > td.header:before,
table.spreadsheet > thead > tr > th.header:before,
table.spreadsheet > tfoot > tr > td.header:before {
  display: none;
}
table.spreadsheet > tbody > tr > td.header > *:last-child,
table.spreadsheet > thead > tr > th.header > *:last-child,
table.spreadsheet > tfoot > tr > td.header > *:last-child {
  margin-right: 4px;
}
table.spreadsheet > tbody > tr > td.header:after,
table.spreadsheet > thead > tr > th.header:after,
table.spreadsheet > tfoot > tr > td.header:after {
  margin-right: -10px;
}
table.spreadsheet > tbody > tr > td:first-child,
table.spreadsheet > thead > tr > th:first-child,
table.spreadsheet > tfoot > tr > td:first-child {
  text-align: left !important;
}
table.spreadsheet > tbody > tr > td:first-child.header,
table.spreadsheet > thead > tr > th:first-child.header,
table.spreadsheet > tfoot > tr > td:first-child.header {
  cursor: pointer;
  padding-left: 16px;
}
table.spreadsheet > tbody > tr > td:first-child.header:hover:before,
table.spreadsheet > thead > tr > th:first-child.header:hover:before,
table.spreadsheet > tfoot > tr > td:first-child.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
table.spreadsheet > tbody > tr > td:first-child.header > div,
table.spreadsheet > thead > tr > th:first-child.header > div,
table.spreadsheet > tfoot > tr > td:first-child.header > div {
  display: inline-block;
}
table.spreadsheet > tbody > tr > td:first-child.header:before,
table.spreadsheet > thead > tr > th:first-child.header:before,
table.spreadsheet > tfoot > tr > td:first-child.header:before,
table.spreadsheet > tbody > tr > td:first-child.header:after,
table.spreadsheet > thead > tr > th:first-child.header:after,
table.spreadsheet > tfoot > tr > td:first-child.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  table.spreadsheet > tbody > tr > td:first-child.header:before,
  table.spreadsheet > thead > tr > th:first-child.header:before,
  table.spreadsheet > tfoot > tr > td:first-child.header:before,
  table.spreadsheet > tbody > tr > td:first-child.header:after,
  table.spreadsheet > thead > tr > th:first-child.header:after,
  table.spreadsheet > tfoot > tr > td:first-child.header:after {
    bottom: 5px;
  }
}
table.spreadsheet > tbody > tr > td:first-child.header.sortasc:before,
table.spreadsheet > thead > tr > th:first-child.header.sortasc:before,
table.spreadsheet > tfoot > tr > td:first-child.header.sortasc:before,
table.spreadsheet > tbody > tr > td:first-child.header.sortasc:after,
table.spreadsheet > thead > tr > th:first-child.header.sortasc:after,
table.spreadsheet > tfoot > tr > td:first-child.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
table.spreadsheet > tbody > tr > td:first-child.header.sortdesc:before,
table.spreadsheet > thead > tr > th:first-child.header.sortdesc:before,
table.spreadsheet > tfoot > tr > td:first-child.header.sortdesc:before,
table.spreadsheet > tbody > tr > td:first-child.header.sortdesc:after,
table.spreadsheet > thead > tr > th:first-child.header.sortdesc:after,
table.spreadsheet > tfoot > tr > td:first-child.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
table.spreadsheet > tbody > tr > td:first-child.header.sort-off:before,
table.spreadsheet > thead > tr > th:first-child.header.sort-off:before,
table.spreadsheet > tfoot > tr > td:first-child.header.sort-off:before,
table.spreadsheet > tbody > tr > td:first-child.header.sort-off:after,
table.spreadsheet > thead > tr > th:first-child.header.sort-off:after,
table.spreadsheet > tfoot > tr > td:first-child.header.sort-off:after {
  display: none;
}
table.spreadsheet > tbody > tr > td:first-child.header > *:first-child,
table.spreadsheet > thead > tr > th:first-child.header > *:first-child,
table.spreadsheet > tfoot > tr > td:first-child.header > *:first-child {
  margin-left: 4px;
}
table.spreadsheet > tbody > tr > td:first-child.header:before,
table.spreadsheet > thead > tr > th:first-child.header:before,
table.spreadsheet > tfoot > tr > td:first-child.header:before {
  margin-left: -10px;
}
table.spreadsheet > tbody > tr > td:first-child.header:after,
table.spreadsheet > thead > tr > th:first-child.header:after,
table.spreadsheet > tfoot > tr > td:first-child.header:after {
  display: none;
}
table.spreadsheet.spreadsheet-loose {
  table-layout: auto;
}
table.grand_total {
  border-top: 3px double #d6d6dc;
  background-color: #ffffff;
  font-weight: 700;
}
table.grand_total thead > tr > th {
  border-bottom: none;
  padding-bottom: 0;
  background: transparent;
}
table.grand_total tbody > tr > td {
  border-top: none;
}
table.grand_total tbody > tr:last-child > td {
  border-bottom: 1px solid #d6d6dc;
}
table.grand_total > tbody > tr > td,
table.grand_total > thead > tr > th,
table.grand_total > tfoot > tr > td {
  text-align: right;
}
table.grand_total > tbody > tr > td.header,
table.grand_total > thead > tr > th.header,
table.grand_total > tfoot > tr > td.header {
  cursor: pointer;
  padding-right: 8px;
}
table.grand_total > tbody > tr > td.header:hover:before,
table.grand_total > thead > tr > th.header:hover:before,
table.grand_total > tfoot > tr > td.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
table.grand_total > tbody > tr > td.header > div,
table.grand_total > thead > tr > th.header > div,
table.grand_total > tfoot > tr > td.header > div {
  display: inline-block;
}
table.grand_total > tbody > tr > td.header:before,
table.grand_total > thead > tr > th.header:before,
table.grand_total > tfoot > tr > td.header:before,
table.grand_total > tbody > tr > td.header:after,
table.grand_total > thead > tr > th.header:after,
table.grand_total > tfoot > tr > td.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  table.grand_total > tbody > tr > td.header:before,
  table.grand_total > thead > tr > th.header:before,
  table.grand_total > tfoot > tr > td.header:before,
  table.grand_total > tbody > tr > td.header:after,
  table.grand_total > thead > tr > th.header:after,
  table.grand_total > tfoot > tr > td.header:after {
    bottom: 5px;
  }
}
table.grand_total > tbody > tr > td.header.sortasc:before,
table.grand_total > thead > tr > th.header.sortasc:before,
table.grand_total > tfoot > tr > td.header.sortasc:before,
table.grand_total > tbody > tr > td.header.sortasc:after,
table.grand_total > thead > tr > th.header.sortasc:after,
table.grand_total > tfoot > tr > td.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
table.grand_total > tbody > tr > td.header.sortdesc:before,
table.grand_total > thead > tr > th.header.sortdesc:before,
table.grand_total > tfoot > tr > td.header.sortdesc:before,
table.grand_total > tbody > tr > td.header.sortdesc:after,
table.grand_total > thead > tr > th.header.sortdesc:after,
table.grand_total > tfoot > tr > td.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
table.grand_total > tbody > tr > td.header.sort-off:before,
table.grand_total > thead > tr > th.header.sort-off:before,
table.grand_total > tfoot > tr > td.header.sort-off:before,
table.grand_total > tbody > tr > td.header.sort-off:after,
table.grand_total > thead > tr > th.header.sort-off:after,
table.grand_total > tfoot > tr > td.header.sort-off:after {
  display: none;
}
table.grand_total > tbody > tr > td.header:before,
table.grand_total > thead > tr > th.header:before,
table.grand_total > tfoot > tr > td.header:before {
  display: none;
}
table.grand_total > tbody > tr > td.header > *:last-child,
table.grand_total > thead > tr > th.header > *:last-child,
table.grand_total > tfoot > tr > td.header > *:last-child {
  margin-right: 4px;
}
table.grand_total > tbody > tr > td.header:after,
table.grand_total > thead > tr > th.header:after,
table.grand_total > tfoot > tr > td.header:after {
  margin-right: -10px;
}
table.balancesheet {
  page-break-inside: avoid;
  /* no inline page-breaks in prints and PDFs */
}
table.balancesheet > tbody > tr > td,
table.balancesheet > thead > tr > th,
table.balancesheet > tfoot > tr > td {
  white-space: nowrap;
  text-align: right;
}
@media (max-width: 480px) {
  table.balancesheet > tbody > tr > td,
  table.balancesheet > thead > tr > th,
  table.balancesheet > tfoot > tr > td {
    white-space: unset;
  }
}
table.balancesheet > tbody > tr > td.header,
table.balancesheet > thead > tr > th.header,
table.balancesheet > tfoot > tr > td.header {
  cursor: pointer;
  padding-right: 8px;
}
table.balancesheet > tbody > tr > td.header:hover:before,
table.balancesheet > thead > tr > th.header:hover:before,
table.balancesheet > tfoot > tr > td.header:hover:before {
  content: "\f0dc";
  color: #232329;
}
table.balancesheet > tbody > tr > td.header > div,
table.balancesheet > thead > tr > th.header > div,
table.balancesheet > tfoot > tr > td.header > div {
  display: inline-block;
}
table.balancesheet > tbody > tr > td.header:before,
table.balancesheet > thead > tr > th.header:before,
table.balancesheet > tfoot > tr > td.header:before,
table.balancesheet > tbody > tr > td.header:after,
table.balancesheet > thead > tr > th.header:after,
table.balancesheet > tfoot > tr > td.header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  table.balancesheet > tbody > tr > td.header:before,
  table.balancesheet > thead > tr > th.header:before,
  table.balancesheet > tfoot > tr > td.header:before,
  table.balancesheet > tbody > tr > td.header:after,
  table.balancesheet > thead > tr > th.header:after,
  table.balancesheet > tfoot > tr > td.header:after {
    bottom: 5px;
  }
}
table.balancesheet > tbody > tr > td.header.sortasc:before,
table.balancesheet > thead > tr > th.header.sortasc:before,
table.balancesheet > tfoot > tr > td.header.sortasc:before,
table.balancesheet > tbody > tr > td.header.sortasc:after,
table.balancesheet > thead > tr > th.header.sortasc:after,
table.balancesheet > tfoot > tr > td.header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
table.balancesheet > tbody > tr > td.header.sortdesc:before,
table.balancesheet > thead > tr > th.header.sortdesc:before,
table.balancesheet > tfoot > tr > td.header.sortdesc:before,
table.balancesheet > tbody > tr > td.header.sortdesc:after,
table.balancesheet > thead > tr > th.header.sortdesc:after,
table.balancesheet > tfoot > tr > td.header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
table.balancesheet > tbody > tr > td.header.sort-off:before,
table.balancesheet > thead > tr > th.header.sort-off:before,
table.balancesheet > tfoot > tr > td.header.sort-off:before,
table.balancesheet > tbody > tr > td.header.sort-off:after,
table.balancesheet > thead > tr > th.header.sort-off:after,
table.balancesheet > tfoot > tr > td.header.sort-off:after {
  display: none;
}
table.balancesheet > tbody > tr > td.header:before,
table.balancesheet > thead > tr > th.header:before,
table.balancesheet > tfoot > tr > td.header:before {
  display: none;
}
table.balancesheet > tbody > tr > td.header > *:last-child,
table.balancesheet > thead > tr > th.header > *:last-child,
table.balancesheet > tfoot > tr > td.header > *:last-child {
  margin-right: 4px;
}
table.balancesheet > tbody > tr > td.header:after,
table.balancesheet > thead > tr > th.header:after,
table.balancesheet > tfoot > tr > td.header:after {
  margin-right: -10px;
}
table.balancesheet > tbody > tr > td:nth-child(1),
table.balancesheet > thead > tr > th:nth-child(1),
table.balancesheet > tfoot > tr > td:nth-child(1) {
  text-align: left !important;
}
table.balancesheet > tbody > tr > td:nth-child(1).header,
table.balancesheet > thead > tr > th:nth-child(1).header,
table.balancesheet > tfoot > tr > td:nth-child(1).header {
  cursor: pointer;
  padding-left: 16px;
}
table.balancesheet > tbody > tr > td:nth-child(1).header:hover:before,
table.balancesheet > thead > tr > th:nth-child(1).header:hover:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header:hover:before {
  content: "\f0dc";
  color: #232329;
}
table.balancesheet > tbody > tr > td:nth-child(1).header > div,
table.balancesheet > thead > tr > th:nth-child(1).header > div,
table.balancesheet > tfoot > tr > td:nth-child(1).header > div {
  display: inline-block;
}
table.balancesheet > tbody > tr > td:nth-child(1).header:before,
table.balancesheet > thead > tr > th:nth-child(1).header:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header:before,
table.balancesheet > tbody > tr > td:nth-child(1).header:after,
table.balancesheet > thead > tr > th:nth-child(1).header:after,
table.balancesheet > tfoot > tr > td:nth-child(1).header:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline;
  content: "\f0dc";
  color: #767689;
  line-height: 1.46153846;
}
@media (max-width: 768px) {
  table.balancesheet > tbody > tr > td:nth-child(1).header:before,
  table.balancesheet > thead > tr > th:nth-child(1).header:before,
  table.balancesheet > tfoot > tr > td:nth-child(1).header:before,
  table.balancesheet > tbody > tr > td:nth-child(1).header:after,
  table.balancesheet > thead > tr > th:nth-child(1).header:after,
  table.balancesheet > tfoot > tr > td:nth-child(1).header:after {
    bottom: 5px;
  }
}
table.balancesheet > tbody > tr > td:nth-child(1).header.sortasc:before,
table.balancesheet > thead > tr > th:nth-child(1).header.sortasc:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sortasc:before,
table.balancesheet > tbody > tr > td:nth-child(1).header.sortasc:after,
table.balancesheet > thead > tr > th:nth-child(1).header.sortasc:after,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sortasc:after {
  content: "\f0d8";
  color: #232329;
}
table.balancesheet > tbody > tr > td:nth-child(1).header.sortdesc:before,
table.balancesheet > thead > tr > th:nth-child(1).header.sortdesc:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sortdesc:before,
table.balancesheet > tbody > tr > td:nth-child(1).header.sortdesc:after,
table.balancesheet > thead > tr > th:nth-child(1).header.sortdesc:after,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sortdesc:after {
  content: "\f0d7";
  color: #232329;
}
table.balancesheet > tbody > tr > td:nth-child(1).header.sort-off:before,
table.balancesheet > thead > tr > th:nth-child(1).header.sort-off:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sort-off:before,
table.balancesheet > tbody > tr > td:nth-child(1).header.sort-off:after,
table.balancesheet > thead > tr > th:nth-child(1).header.sort-off:after,
table.balancesheet > tfoot > tr > td:nth-child(1).header.sort-off:after {
  display: none;
}
table.balancesheet > tbody > tr > td:nth-child(1).header > *:first-child,
table.balancesheet > thead > tr > th:nth-child(1).header > *:first-child,
table.balancesheet > tfoot > tr > td:nth-child(1).header > *:first-child {
  margin-left: 4px;
}
table.balancesheet > tbody > tr > td:nth-child(1).header:before,
table.balancesheet > thead > tr > th:nth-child(1).header:before,
table.balancesheet > tfoot > tr > td:nth-child(1).header:before {
  margin-left: -10px;
}
table.balancesheet > tbody > tr > td:nth-child(1).header:after,
table.balancesheet > thead > tr > th:nth-child(1).header:after,
table.balancesheet > tfoot > tr > td:nth-child(1).header:after {
  display: none;
}
table.balancesheet > tbody > tr > td.total,
table.balancesheet > thead > tr > th.total,
table.balancesheet > tfoot > tr > td.total,
table.balancesheet > tbody > tr > td.subtotal,
table.balancesheet > thead > tr > th.subtotal,
table.balancesheet > tfoot > tr > td.subtotal {
  border-top: 3px double #232329;
}
table.balancesheet > tbody > tr > td.subtotal_underline,
table.balancesheet > thead > tr > th.subtotal_underline,
table.balancesheet > tfoot > tr > td.subtotal_underline {
  border-bottom: 1px solid #232329;
}
table.balancesheet > tbody > tr > td.total_underline,
table.balancesheet > thead > tr > th.total_underline,
table.balancesheet > tfoot > tr > td.total_underline {
  border-top: 1px solid #232329;
  border-bottom: 3px double #232329;
}
table.balancesheet > tbody > tr > td .operator,
table.balancesheet > thead > tr > th .operator,
table.balancesheet > tfoot > tr > td .operator {
  float: left;
  margin-right: 7.5px;
}
table.balancesheet .col1 {
  min-width: 24rem;
}
table.balancesheet .col2 {
  min-width: 8rem;
}
table.balancesheet .col3 {
  padding-left: 8px;
}
/*
 * Historical costs PDF styles
 */
table.spreadsheet.pdf_landscape {
  table-layout: auto;
}
table.spreadsheet.pdf_landscape .pdf-hist-1 {
  width: 398px;
}
/*
 * sold securties
 */
.pdf_landscape .sale-value {
  width: 80px;
}
.pdf_landscape .dividends {
  width: 80px;
}
.pdf_landscape .total-return {
  width: 74px;
}
/*
 * Plan tables
 */
.plan-table {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 3px double #d6d6dc;
  text-align: center;
}
.plan-table thead > tr > th,
.plan-table tbody > tr > th,
.plan-table tfoot > tr > th,
.plan-table thead > tr > td,
.plan-table tbody > tr > td,
.plan-table tfoot > tr > td {
  padding: 5px;
  line-height: 1.46153846;
  vertical-align: top;
  border-top: 1px solid #d6d6dc;
}
.plan-table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6d6dc;
}
.plan-table caption + thead tr:first-child th,
.plan-table colgroup + thead tr:first-child th,
.plan-table thead:first-child tr:first-child th,
.plan-table caption + thead tr:first-child td,
.plan-table colgroup + thead tr:first-child td,
.plan-table thead:first-child tr:first-child td {
  border-top: 0;
}
.plan-table tbody + tbody {
  border-top: 2px solid #d6d6dc;
}
.plan-table .table,
.plan-table table.spreadsheet,
.plan-table table.grand_total {
  background-color: #f8f8fa;
}
.plan-table > thead > tr > th {
  background-color: #f1f0ee;
  font-weight: 400;
  border-bottom: none;
  color: #232329;
}
.plan-table > thead > tr > th:first-child {
  border-top-left-radius: 6px;
}
.plan-table > thead > tr > th:last-child {
  border-top-right-radius: 6px;
}
.plan-table > thead > tr > th .ico.ico-include-sold-shares {
  color: #958d7e;
}
.plan-table > tfoot > tr > td,
.plan-table tr.footer-row > td {
  font-weight: 700;
  border-top: 3px double #d6d6dc;
}
.plan-table > thead > tr > th.valign-middle,
.plan-table > tbody > tr > td.valign-middle {
  vertical-align: middle;
}
.plan-table th {
  /* override th */
  text-align: center;
}
.plan-table tbody + tbody {
  border-top-width: 1px;
}
.plan-table tbody tr td {
  vertical-align: middle;
}
.plan-table tbody tr td h1,
.plan-table tbody tr td h2,
.plan-table tbody tr td h3,
.plan-table tbody tr td h4,
.plan-table tbody tr td h5,
.plan-table tbody tr td h6,
.plan-table tbody tr td p {
  margin: 0;
}
.plan-table .badge {
  background: #3a7524;
}
.plan-table i.ico-check,
.plan-table i.ico-minus {
  color: #3a7524;
}
/*
 * Dashboard Pro Table
 */
table.table-dashboard > thead > tr > th {
  background-color: #d4d7f7;
  color: #fff;
}
table.table-dashboard > tbody > tr > td {
  background-color: #d4d7f7;
}
table.table-dashboard > tbody > tr > td > table {
  background: white;
}
table.table-dashboard > tbody > tr.no-results > td {
  background: white !important;
}
table thead th.third {
  width: 33%!important;
}
.td-align-left {
  text-align: left !important;
}
.professional-search .professional-manage-title {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .professional-search .professional-manage-title {
    margin: 0 30px 0 0;
    float: left;
    vertical-align: middle;
    line-height: 42px;
  }
}
.professional-search .input-group-addon {
  border-radius: 6px 0 0 6px !important;
  border-right: none;
  line-height: 28px;
}
.professional-search input {
  border-radius: 0 6px 6px 0 !important;
  border: 1px solid #cccccc;
  width: 50%;
  height: 42px;
  line-height: 28px;
}
@media (max-width: 768px) {
  .professional-search input {
    width: 100%;
  }
}
.professional-search input[type=text]::-ms-clear {
  display: none;
}
@media (max-width: 768px) {
  .professional-search .btn-group.pull-right {
    display: table-cell;
    float: none !important;
    padding-left: 15px;
    width: 1px;
    overflow: visible;
  }
}
.professional-search a.btn {
  line-height: 28px;
}
#holding_comments_attachments .no-attachments,
.attachments .no-attachments {
  text-align: center;
  padding: 15px 7.5px;
  margin-bottom: -15px;
}
#holding_comments_attachments .no-attachments.left-style,
.attachments .no-attachments.left-style {
  text-align: left;
}
#holding_comments_attachments .no-attachments.left-style img,
.attachments .no-attachments.left-style img {
  float: left;
  margin-right: 7.5px;
}
#holding_comments_attachments .no-attachments.left-style p,
.attachments .no-attachments.left-style p {
  margin-top: 15px;
}
#holding_attachments_actions #dropzone,
.trade_attachments_actions #dropzone {
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
#holding_attachments_actions #dropzone section,
.trade_attachments_actions #dropzone section {
  width: 280px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  margin: 15% auto 0;
  padding: 30px;
}
#holding_attachments_actions #dropzone section h1,
.trade_attachments_actions #dropzone section h1,
#holding_attachments_actions #dropzone section h2,
.trade_attachments_actions #dropzone section h2,
#holding_attachments_actions #dropzone section h3,
.trade_attachments_actions #dropzone section h3 {
  margin: 0;
  font-size: 3em;
  color: white !important;
  text-shadow: 0 1px 2px #232329;
}
#holding_attachments_actions #dropzone.hover,
.trade_attachments_actions #dropzone.hover {
  display: block;
  height: auto;
}
#holding_attachments_actions #dropzone.in,
.trade_attachments_actions #dropzone.in {
  display: block;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1160;
}
#holding_attachments_actions .fileuploader,
.trade_attachments_actions .fileuploader {
  overflow: hidden;
}
#holding_attachments_actions .fileuploader,
.trade_attachments_actions .fileuploader {
  overflow: hidden;
  height: 33px;
  /* as bootstrap btn */
}
#holding_attachments_actions .fileuploader input.multifile,
.trade_attachments_actions .fileuploader input.multifile,
#holding_attachments_actions .fileuploader input.singlefile,
.trade_attachments_actions .fileuploader input.singlefile {
  opacity: 0;
  position: relative;
  text-indent: -9999px;
  top: -32px;
  height: 32px;
  /* as bootstrap btn */
  left: 0;
  width: 100%;
  cursor: pointer;
}
ul#attachments {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  margin-bottom: 15px;
}
ul#attachments:before,
ul#attachments:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul#attachments:after {
  clear: both;
}
ul#attachments:before,
ul#attachments:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
ul#attachments:after {
  clear: both;
}
ul#attachments > li {
  position: relative;
  display: block;
}
ul#attachments > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
ul#attachments > li > a:hover,
ul#attachments > li > a:focus {
  text-decoration: none;
  background-color: #f1f1f3;
}
ul#attachments > li.disabled > a {
  color: #d6d6dc;
}
ul#attachments > li.disabled > a:hover,
ul#attachments > li.disabled > a:focus {
  color: #d6d6dc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
ul#attachments .open > a,
ul#attachments .open > a:hover,
ul#attachments .open > a:focus {
  background-color: #f1f1f3;
  border-color: #202dac;
}
ul#attachments .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
ul#attachments > li > a > img {
  max-width: none;
}
ul#attachments > li > a {
  text-decoration: none;
}
ul#attachments > li {
  float: left;
}
ul#attachments > li > a {
  border-radius: 5px;
}
ul#attachments > li + li {
  margin-left: 2px;
}
ul#attachments > li.active > a,
ul#attachments > li.active > a:hover,
ul#attachments > li.active > a:focus {
  color: #fff;
  background-color: #767689;
}
ul#attachments > li {
  float: none;
}
ul#attachments > li + li {
  margin-top: 2px;
  margin-left: 0;
}
ul#attachments > li {
  margin-bottom: 0;
}
ul#attachments > li > a {
  color: #474752;
  border-radius: 0;
  border-top: 1px solid #f1f1f3;
  border-bottom: none !important;
  word-wrap: break-word;
}
ul#attachments > li > a:hover {
  background: #f1f1f3;
  -webkit-box-shadow: inset 0 0 0 1px #d6d6dc;
  box-shadow: inset 0 0 0 1px #d6d6dc;
}
ul#attachments > li > a .ico.ico-delete {
  margin-top: 3px;
  color: #adadb9;
}
ul#attachments > li > a .ico.ico-delete:hover {
  cursor: pointer;
  color: #232329;
}
ul#attachments > li:last-child a {
  border-bottom: 1px solid #f1f1f3 !important;
}
ul#attachments li + li {
  margin-top: 0;
}
.rightbar .panel-body #holding_attachments_actions {
  text-align: center;
}
.rightbar .panel-body #holding_attachments_list {
  margin: -15px -15px 15px -15px;
}
.rightbar .panel-body #holding_attachments_list ul#attachments > li:first-child > a {
  border-top: none !important;
}
.field.attachments .input-group {
  height: 32px !important;
}
.field.attachments .input-group .input-group-addon.js-filename {
  width: 100%;
  text-align: left;
}
.field.attachments .input-group .input-group-addon.js-filename a {
  color: #232329;
}
.field.attachments .input-group .trade_attachments_actions {
  width: 120px;
}
img#pdf_logo_image {
  max-height: 73px;
  max-width: 283px;
}
.label_indicators {
  float: left;
  margin-right: 5px;
  max-width: 40px;
  white-space: normal!important;
}
.single_label {
  margin-bottom: -3px;
}
.list-manage-labels .single_label {
  margin-bottom: -2px;
}
.label_text {
  margin-left: 3px;
}
.label_colour_0 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: BlueViolet;
}
.label_colour_1 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Chartreuse;
}
.label_colour_2 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Gold;
}
.label_colour_3 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Cyan;
}
.label_colour_4 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Crimson;
}
.label_colour_5 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: DarkCyan;
}
.label_colour_6 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: OrangeRed;
}
.label_colour_7 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LightGreen;
}
.label_colour_8 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: MediumVioletRed;
}
.label_colour_9 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Indigo;
}
.label_colour_10 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: SkyBlue;
}
.label_colour_11 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Khaki;
}
.label_colour_12 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LawnGreen;
}
.label_colour_13 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: BlueViolet;
}
.label_colour_14 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Chartreuse;
}
.label_colour_15 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Gold;
}
.label_colour_16 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Cyan;
}
.label_colour_17 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Crimson;
}
.label_colour_18 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: DarkCyan;
}
.label_colour_19 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: OrangeRed;
}
.label_colour_20 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LightGreen;
}
.label_colour_21 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: MediumVioletRed;
}
.label_colour_22 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Indigo;
}
.label_colour_23 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: SkyBlue;
}
.label_colour_24 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Khaki;
}
.label_colour_25 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LawnGreen;
}
.label_colour_26 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: BlueViolet;
}
.label_colour_27 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Chartreuse;
}
.label_colour_28 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Gold;
}
.label_colour_29 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Cyan;
}
.label_colour_30 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Crimson;
}
.label_colour_31 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: DarkCyan;
}
.label_colour_32 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: OrangeRed;
}
.label_colour_33 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LightGreen;
}
.label_colour_34 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: MediumVioletRed;
}
.label_colour_35 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Indigo;
}
.label_colour_36 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: SkyBlue;
}
.label_colour_37 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: Khaki;
}
.label_colour_38 {
  display: inline-block;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  background: LawnGreen;
}
.manage-labels-bar {
  margin-top: 15px;
}
.list-manage-labels {
  padding-left: 0;
  list-style: none;
}
.list-manage-labels li {
  float: left;
  margin-right: 7.5px;
  padding: 4px 12px 3px;
  border-radius: 3px;
  border: 1px solid #d6d6dc;
  background: #fff;
}
.list-manage-labels li .single_label {
  margin-right: 5px;
}
/*
 * Collabsible penals
 * (bootstrap default collapsible solution)
 */
.panel.closed .panel-heading .ico-collapse,
.panel.opened .panel-heading .ico-collapse {
  float: right;
  color: #767689;
}
.panel.closed .panel-heading .panel-title a,
.panel.opened .panel-heading .panel-title a {
  display: block;
  width: auto;
  margin: -10px -15px;
  padding: 10px 15px;
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 20px;
}
.panel.closed .panel-heading .panel-title a small,
.panel.opened .panel-heading .panel-title a small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
/*
 * Collabsible divs
 */
.collapsible .heading {
  border-bottom: 1px solid #d6d6dc;
  padding: 7.5px 7.5px 7.5px 16px;
}
.collapsible .heading:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  content: "\f0da";
}
.collapsible .heading:hover {
  cursor: pointer;
  background: #f1f1f3;
  -webkit-box-shadow: inset 0 0 0 1px #d6d6dc;
  box-shadow: inset 0 0 0 1px #d6d6dc;
}
.collapsible.shown .heading {
  border-bottom-color: transparent;
}
.collapsible.shown .heading:before {
  content: "\f0d7";
}
.collapsible .body {
  display: none;
  border-bottom: 1px solid #d6d6dc;
  padding: 15px 15px 30px;
}
.collapsible .body table tr > td {
  vertical-align: top;
}
.panel-collapse .panel-body .collapsible {
  margin: 0 -15px;
}
#password-strength-indicator,
#password-confirmation-indicator {
  font-size: 10px;
}
#password-strength-indicator .password_strength.badPass,
#password-confirmation-indicator .password_strength.badPass,
#password-strength-indicator .password_strength.shortPass,
#password-confirmation-indicator .password_strength.shortPass {
  color: #b91c13;
}
#password-strength-indicator .password_strength.goodPass,
#password-confirmation-indicator .password_strength.goodPass {
  color: #3a7524;
}
.ui-autocomplete .holding-code {
  display: block;
  float: left;
  min-width: 90px;
  padding-right: 4px;
  font-weight: normal;
}
.horizontal-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.horizontal-flex > * {
  margin-right: 7.5px;
}
@media (max-width: 480px) {
  .horizontal-flex > * {
    margin-right: 0!important;
  }
}
.horizontal-flex .field {
  margin-bottom: 0;
}
.pull-right-flex {
  margin-left: auto;
}
@media (max-width: 480px) {
  .pull-right-flex {
    margin-left: 0;
  }
  .pull-right-flex > * {
    margin-left: 0!important;
  }
}
.js-criteria-form-charting-target .chart-loading {
  text-align: center;
  padding: 100px 0;
}
.material-button {
  display: block;
  width: auto;
  max-width: 215px;
  padding: 0;
  margin: 0 auto 15px;
  border: 1px solid #fff;
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  -webkit-user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
button.material-button,
input.material-button {
  width: 100%;
}
@media (max-width: 480px) {
  .material-button {
    max-width: 100%;
  }
}
.material-button,
.material-button__text {
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0.21px;
}
.material-button[disabled] {
  filter: grayscale(100%);
  cursor: not-allowed;
  pointer-events: none;
}
.material-button,
.material-button:hover {
  text-decoration: none;
  color: #262626 !important;
}
.material-button:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
  color: #262626;
}
.material-button--inline {
  margin: 0;
  display: inline-block;
}
.material-button--google {
  border: 1px solid #4285f4;
  background-color: #4285f4;
}
.material-button--google,
.material-button--google:hover {
  color: #fff !important;
}
.material-button--google:hover {
  box-shadow: 0 0 3px 3px rgba(66, 133, 244, 0.0025);
}
.material-button--primary {
  border: 1px solid #202dac;
  background-color: #202dac;
}
.material-button--primary,
.material-button--primary:hover {
  color: #fff !important;
}
.material-button--primary:hover {
  box-shadow: 0 0 3px 3px rgba(32, 45, 172, 0.0025);
}
.material-button__icon {
  display: block;
  float: left;
  border-radius: 1px;
  background-color: #fff;
  line-height: 0;
  padding: 11px;
}
.material-button__icon img {
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.material-button__inset {
  display: inline;
  margin-left: 12px;
  margin-right: 12px;
  color: inherit;
}
@media (max-width: 480px) {
  .material-button__icon + .material-button__text {
    margin-left: -20px;
    margin-right: 12px;
  }
}
/*
 * 5) Files: Partials
 */
.submit-row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.reveal-password i {
  cursor: pointer;
}
.broker-import-password::after {
  position: absolute;
  top: 0px;
  right: 0;
  height: 100%;
  display: block;
  border-left: 1px solid #9dc3d0;
  border-right: 1px solid #e1edf1;
  content: '';
}
.importers .broker-import-password::after {
  display: none;
}
#show_holding .panel-body-container {
  border-bottom: 1px solid #d6d6dc;
}
@media (max-width: 480px) {
  #show_holding .panel-body-container {
    border-bottom: 1px solid transparent;
  }
}
#show_holding .panel-body-container .nav.nav-tabs li.active > a {
  border-bottom: 1px solid transparent;
}
@media (max-width: 480px) {
  #show_holding .panel-body-container .nav.nav-tabs li.active > a {
    border-bottom: 1px solid #d6d6dc;
  }
}
#show_holding #sidebar_panels .details-horizontal {
  width: 100%;
  margin-bottom: 15px;
}
#show_holding #sidebar_panels #holding-average-purchase-price {
  margin-bottom: 15px;
}
#show_holding #sidebar_panels dl:first-child {
  margin-top: 0;
}
#show_holding #sidebar_panels dl:last-child {
  margin-bottom: 0;
}
#show_holding #sidebar_panels dd {
  margin-bottom: 15px;
}
#show_holding #sidebar_panels dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 480px) {
  #trades__trade_form .field.attachments {
    display: none;
  }
}
#plans_create_payment .payment-info {
  padding: 12px 28px;
  border-radius: 3px;
  position: relative;
  background-color: #fff;
  border: 1px solid #d6d6dc;
  color: currentColor;
  margin-bottom: 16px;
  padding: 15px;
}
#plans_create_payment .payment-info:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #202dac;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#plans_create_payment .payment-info h1,
#plans_create_payment .payment-info h2,
#plans_create_payment .payment-info h3,
#plans_create_payment .payment-info h4,
#plans_create_payment .payment-info h5,
#plans_create_payment .payment-info h6,
#plans_create_payment .payment-info .holding-code {
  color: inherit;
}
#plans_create_payment .payment-info h1:nth-of-type(1),
#plans_create_payment .payment-info h2:nth-of-type(1),
#plans_create_payment .payment-info h3:nth-of-type(1),
#plans_create_payment .payment-info h4:nth-of-type(1),
#plans_create_payment .payment-info h5:nth-of-type(1),
#plans_create_payment .payment-info h6:nth-of-type(1),
#plans_create_payment .payment-info .holding-code:nth-of-type(1) {
  margin-top: 2px;
}
#plans_create_payment .payment-info ul,
#plans_create_payment .payment-info ol {
  margin-bottom: 0;
  margin-top: 0;
}
#plans_create_payment .payment-info button.close {
  margin-top: -3px;
  margin-right: -6px;
}
#plans_create_payment .payment-info:before {
  display: block;
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #202dac;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
#plans_create_payment .payment-info.payment-info-flag {
  margin-right: 20px;
}
#plans_create_payment .payment-info.payment-info-flag::after {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  border-bottom: 32px solid transparent;
  border-left: 20px solid #d4d7f7;
  border-top: 32px solid transparent;
  content: '';
}
#plans_create_payment .invoice .invoiceheader {
  border-bottom: none !important;
}
#plans_create_payment .invoice .thanks {
  padding-top: 0;
}
#plans__index_pro ul.plans {
  padding-left: 0;
  list-style: none;
  display: table;
  width: 100%;
}
#plans__index_pro ul.plans > li {
  padding-right: 7.5px;
  padding-left: 7.5px;
  display: table-cell;
  width: 26%;
  text-align: center;
}
#plans__index_pro ul.plans > li:last-child {
  padding-right: 0;
  width: 24%;
}
#plans__index_pro ul.plans > li:first-child {
  padding-left: 0;
  width: 24%;
}
#plans__index_pro ul.plans > li label {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border: 1px solid #d6d6dc;
  border-radius: 0;
}
#plans__index_pro ul.plans > li label .header {
  padding: 15px 0;
}
#plans__index_pro ul.plans > li label .body {
  padding: 0 0 15px;
}
#plans__index_pro ul.plans > li label .body .price {
  font-family: "Helvetica Neue", "HelveticaNeue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  font-size: 24px;
}
#plans__index_pro ul.plans > li label .body .price small {
  font-weight: normal;
  line-height: 1;
  color: #767689;
}
#plans__index_pro ul.plans > li.selected label {
  background-color: #f8f8fa;
}
#plans__index_pro .case-selected {
  text-align: center;
}
#plans__index_pro .case-selected .total-desc {
  margin-bottom: 0;
}
#plans__index_pro .case-selected .total-desc .hint.portfolio-difference {
  margin-right: -150px;
}
#plans__index_pro .case-selected .hint {
  color: #767689;
  font-size: 14px;
}
#plans__index_pro .case-selected .hint.portfolio-difference {
  display: inline-block;
  margin-left: 15px;
  padding: 7.5px;
  background: #f1f1f3;
  height: 35px;
  width: 150px;
}
#plans__index_pro .case-selected .hint.portfolio-difference .inner {
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
#plans__index_pro .case-selected .hint.portfolio-difference .inner::before {
  position: absolute;
  top: -7px;
  left: -17px;
  display: inline-block;
  border-bottom: 17px solid transparent;
  border-right: 10px solid #f1f1f3;
  border-top: 17px solid transparent;
  content: '';
}
#plans__index_pro .actions > div {
  border: 1px solid #d6d6dc;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom: none;
  padding: 15px;
}
#plans__index_pro .description > ul {
  padding-left: 0;
  list-style: none;
}
#plans__index_pro .description > ul > li {
  line-height: 1.9;
}
#plans__index_pro .description > ul > li:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  color: #3a7524;
  content: "\f00c";
  font-size: 1.3em;
}
#plans__index_pro .description > ul > li.off {
  color: #d6d6dc;
}
#plans__index_pro .description > ul > li.off:before {
  content: '';
}
#plans__index_standard .flag-trial {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  color: #232329;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #f1f1f3;
  border-radius: 0;
  background: #3a7524;
  color: #fff !important;
}
#plans__index_standard .flag-trial:empty {
  display: none;
}
#plans__index_standard .pricing-container {
  border-left: 1px solid #d6d6dc;
  padding-left: 7.5px;
}
#plans__index_standard .pricing-container .price-label {
  color: white;
  font-size: 28px;
}
#plans__index_standard .pricing-container .price-label.per {
  font-size: 14px;
}
#plans__index_standard .addon-banner.xero-cashbook {
  background: #00A2D5;
  color: white;
}
#plans__index_standard .addon-banner.xero-cashbook .pricing-container {
  border-left: 1px solid #008fbc;
}
#plans__index_standard .addon-banner.xero-cashbook .price-label,
#plans__index_standard .addon-banner.xero-cashbook a:not(.btn),
#plans__index_standard .addon-banner.xero-cashbook a:not(.btn):visited,
#plans__index_standard .addon-banner.xero-cashbook > p,
#plans__index_standard .addon-banner.xero-cashbook form h3 {
  color: white;
}
#plans__plan_details .price-label {
  margin: 0;
}
#plans__plan_details .price-label small {
  color: #767689;
  font-size: 14px;
}
#plans__plan_details .group-heading > td {
  font-style: bold;
}
#plans__plan_details .group-heading:hover > td {
  cursor: pointer;
  background: #f1f1f3;
}
#plans__plan_details .group-heading:hover > td.selected {
  border-color: transparent;
  background: #bec3f3;
}
#plans__plan_details .group-switch-ico {
  width: 12px;
}
#plans__plan_details .group-heading.open > td {
  background: #f1f1f3;
}
#plans__plan_details .group-heading.open > td.selected {
  border-color: transparent;
  background: #bec3f3;
}
#plans__plan_details .group-body > tr > td {
  background: #f1f1f3;
}
#plans__plan_details .group-body > tr > td.selected {
  border-color: transparent;
  background: #bec3f3;
}
#plans__plan_details .group-body > tr > td:last-child {
  border-bottom: none;
}
#plans__plan_details .group-body > tr.group-empty > td {
  height: 15px;
  background: transparent;
}
table.import tr.heading-col-names td {
  text-align: center!important;
  color: #767689;
  padding: 0;
}
table.import > tbody > tr > td {
  border-top: none;
  vertical-align: middle;
}
table.import > tbody > tr > td table td {
  border: none;
  padding: 0;
}
table.import > tbody > tr.instrument_footer td {
  padding-top: 15px;
  padding-bottom: 15px;
}
table.import > tbody > tr.instrument_header.first_header td {
  padding-top: 15px;
}
table.import > tbody > tr.deleted > td,
table.import > tbody > tr td.deleted {
  background: #d6d6dc;
}
table.import > tbody > tr.valid {
  background: #a0db8a;
}
table.messages-list tr.unread {
  font-weight: 700;
}
table.messages-list tr.unread .important-mark {
  color: #b91c13;
}
table.messages-list tr.unread .important-mark a {
  color: #a21811;
}
table.messages-list tr.unread .important-mark a:hover {
  color: #74110c;
}
table.messages-list tr.read {
  color: #9f9fac;
}
#payout__payout_form .fields {
  margin-bottom: 30px;
}
#payout__payout_form .field-total {
  border-top: 3px double #d6d6dc;
  padding: 7.5px 15px 7.5px 0;
  text-align: right;
}
#payout__payout_form .field-total .dull {
  color: #232329;
}
#xero_settings__form table.xero-connect {
  width: 100%;
}
#xero_settings__form table.xero-connect > tbody > tr:nth-of-type(even) > td {
  background: #f1f1f3;
}
#xero_settings__form table.xero-connect > tbody > tr > td {
  padding: 7.5px;
}
#xero_settings__form table.xero-connect > tbody > tr > td:nth-of-type(1) {
  width: 50%;
}
#xero_settings__form table.xero-connect > tbody > tr > td:nth-of-type(2) {
  width: 10%;
}
#xero_settings__form table.xero-connect > tbody > tr > td:nth-of-type(3) {
  width: 40%;
}
.list-instrument-news {
  padding-left: 0;
  list-style: none;
}
.list-instrument-news > li {
  border-top: 1px solid #f1f1f3;
  padding-top: 15px;
  margin-bottom: 15px;
}
.list-instrument-news > li:first-child {
  border-top: none;
  padding-top: 0;
}
.list-instrument-news > li h1,
.list-instrument-news > li h2,
.list-instrument-news > li h3,
.list-instrument-news > li h4,
.list-instrument-news > li h5 {
  margin-top: 0;
}
.list-instrument-news > li .badge-livewire {
  background: #19202d;
}
.list-instrument-news > li .badge-firstlinks {
  background: #01589a;
}
.list-instrument-news > li .badge-motleyfool_uk {
  background: #0187da;
}
#instrument_show .no-padding {
  padding-left: 0!important;
  padding-right: 0!important;
}
#instrument_show .holding-headline-container {
  padding: 15px;
}
#instrument_show .holding-performance-container .nav-tabs {
  margin-top: 15px;
  margin-bottom: 15px;
}
#instrument_show .holding-performance-container .nav-tabs > li > a {
  border-bottom: 1px solid #d6d6dc;
}
#instrument_show .holding-info-container .col-info dl dd {
  padding-bottom: 3.75px;
  margin-bottom: 3.75px;
  border-bottom: 1px solid #d6d6dc;
}
#instrument_show .holding-info-container .col-info table.details-horizontal {
  width: 100%;
  margin-bottom: 0;
}
.modal #instrument_show .holding-body .holding-headline-container {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 15px;
}
.modal #instrument_show .holding-body .holding-info-container .col-graph {
  padding-left: 5px;
}
.modal #instrument_show .holding-body .holding-info-container .col-graph .graph .highcharts-container {
  margin: 0;
}
.modal #instrument_show .holding-body .holding-info-container .col-graph .bondstats section {
  display: block;
  width: 48%;
  padding-left: 0!important;
  padding-right: 15px !important;
  float: left;
}
.modal #instrument_show .holding-body .holding-info-container .col-graph .bondstats section .box {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.modal #instrument_show .holding-body .holding-info-container .col-info {
  padding-left: 0;
}
.modal #instrument_show .holding-body .holding-performance-container {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 1px solid #d6d6dc;
  padding-top: 15px;
  margin-bottom: 30px;
}
.modal #instrument_show .holding-body .holding-performance-container .summaries table.figures {
  background: transparent;
  margin-bottom: 15px !important;
  border-color: transparent;
}
.modal #instrument_show .holding-body .holding-performance-container .summaries table.figures .td-naming {
  text-align: left;
  width: 200px!important;
}
.modal #instrument_show .holding-body .holding-performance-container .summaries table.figures .td-naming .heading {
  font-size: 14px;
}
.modal #instrument_show .holding-body .holding-performance-container .nav.nav-tabs {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.modal #instrument_show .holding-body .holding-performance-container .nav.nav-tabs.nav-justified {
  width: auto;
}
.modal #instrument_show .holding-body .holding-performance-container .nav.nav-tabs > li > a {
  border-bottom: none;
  margin-bottom: -1px;
}
.modal #instrument_show .holding-body .holding-performance-container .nav.nav-tabs > li.active > a {
  border-bottom-color: transparent;
}
div.admin-info {
  background-color: #50E0E0;
  border: double;
  padding: 4px;
}
/*
 * This file is for the Rails side of React; any overrides that must be done before React loads.
 */
body.custom_groups #page .content-area {
  width: auto;
  padding: 0;
}
/*
 * NOTE: These placeholders are not removed after mounting is complete, so they should be under-sized and have no background!
 */
.react-placeholder__30 {
  min-height: 30px;
}
.react-placeholder__50 {
  min-height: 50px;
}
.react-placeholder__70 {
  min-height: 70px;
}
.react-placeholder__100 {
  min-height: 100px;
}
.react-placeholder__130 {
  min-height: 130px;
}
.react-placeholder__200 {
  min-height: 200px;
}
.react-placeholder__300 {
  min-height: 300px;
}
.react-placeholder__container {
  min-height: 50vh;
}
body .buorg {
  animation-duration: 10ms;
  box-shadow: none;
  border-bottom: 2px solid #474752;
  background: #f1f1f3;
  color: #232329;
}
body .buorg-fadeout {
  transition: visibility 0ms 1s, opacity 1s ease-out 250ms;
}
body .buorg-pad {
  padding: 15px;
}
body .buorg-buttons {
  margin-top: 5px;
}
body #buorgig,
body #buorgul,
body #buorgpermanent {
  color: #fff;
  box-shadow: none;
  background: #202dac;
}
body #buorgig {
  color: #fff;
  background: #202dac;
}


/*# sourceMappingURL=http://portfolio.sharesight.com/packs/sourcemaps/branding_app_default-196787e67b1208b8ef6c.css.map*/