/* node_modules/ng-busy/src/style/busy.css */
.ng-busy {
  z-index: 1002;
}
.ng-busy,
.ng-busy > *,
.ng-busy > ng-component > * {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.ng-busy-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #fff;
  opacity: 0.7;
}
.ng-busy-default-wrapper {
  text-align: center;
}
.ng-busy-default-sign {
  position: relative;
  display: inline-block;
  z-index: 1003;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-top: 0;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #f8f8f8;
  color: #333;
}
.ng-busy-default-text {
  display: inline-block;
  margin-left: 6px;
  max-width: 400px;
  font-size: 14px;
  text-align: left;
}
.ng-busy-default-spinner {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.ng-busy-default-spinner div {
  position: absolute;
  left: 44.5%;
  top: 37%;
  width: 10%;
  height: 26%;
  background: #666;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  opacity: 0;
  animation: busy-spinner-anim 1s linear infinite;
}
.ng-busy-default-spinner .bar1 {
  transform: rotate(0deg) translate(0, -142%);
  animation-delay: -1s;
}
.ng-busy-default-spinner .bar2 {
  transform: rotate(30deg) translate(0, -142%);
  animation-delay: -0.91666667s;
}
.ng-busy-default-spinner .bar3 {
  transform: rotate(60deg) translate(0, -142%);
  animation-delay: -0.83333333s;
}
.ng-busy-default-spinner .bar4 {
  transform: rotate(90deg) translate(0, -142%);
  animation-delay: -0.75s;
}
.ng-busy-default-spinner .bar5 {
  transform: rotate(120deg) translate(0, -142%);
  animation-delay: -0.66666667s;
}
.ng-busy-default-spinner .bar6 {
  transform: rotate(150deg) translate(0, -142%);
  animation-delay: -0.58333333s;
}
.ng-busy-default-spinner .bar7 {
  transform: rotate(180deg) translate(0, -142%);
  animation-delay: -0.5s;
}
.ng-busy-default-spinner .bar8 {
  transform: rotate(210deg) translate(0, -142%);
  animation-delay: -0.41666667s;
}
.ng-busy-default-spinner .bar9 {
  transform: rotate(240deg) translate(0, -142%);
  animation-delay: -0.33333333s;
}
.ng-busy-default-spinner .bar10 {
  transform: rotate(270deg) translate(0, -142%);
  animation-delay: -0.25s;
}
.ng-busy-default-spinner .bar11 {
  transform: rotate(300deg) translate(0, -142%);
  animation-delay: -0.16666667s;
}
.ng-busy-default-spinner .bar12 {
  transform: rotate(330deg) translate(0, -142%);
  animation-delay: -0.08333333s;
}
@keyframes busy-spinner-anim {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}

/* node_modules/ng2-toastr/bundles/ng2-toastr.min.css */
.toast-title {
  font-weight: 700;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 99999;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: .8;
}
#toast-container > div.toast-custom {
  padding: 15px;
  color: #030303;
}
#toast-container > div.toast-custom .toast-close-button {
  color: #999 !important;
}
#toast-container > :hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #fff;
  pointer-events: auto;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
}
@media (max-width:240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media (min-width:241px) and (max-width:480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
}
@media (min-width:481px) and (max-width:768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* src/styles/bootstrap.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@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) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family:
    Arial,
    "Helvetica Neue",
    Helvetica,
    sans-serif;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #004691;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #006bde;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \	;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \	;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 1px solid #f3f3f3;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a0a0a0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 16px;
  margin-bottom: 8px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 8px;
  margin-bottom: 8px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 20px;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
  font-weight: bold;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 10px;
}
p {
  margin: 0 0 8px;
}
.lead {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
big,
.big {
  font-size: 135%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fff8e7;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a0a0a0;
}
.text-lite {
  color: #fff;
}
.text-bright {
  color: #ff8500;
}
.text-primary {
  color: #001933;
}
a.text-primary:hover {
  color: #000000;
}
.text-secondary {
  color: #407fbf;
}
a.text-secondary:hover {
  color: #336699;
}
.text-success {
  color: #23679b;
}
a.text-success:hover {
  color: #1a4b71;
}
.text-info {
  color: #4da6ff;
}
a.text-info:hover {
  color: #1a8cff;
}
.text-warning {
  color: #f4a602;
}
a.text-warning:hover {
  color: #c28402;
}
.text-error {
  color: #990000;
}
a.text-error:hover {
  color: #660000;
}
.bg-primary {
  color: #fff;
  background-color: #dbedff;
}
a.bg-primary:hover {
  background-color: #a8d4ff;
}
.bg-success {
  background-color: #ffffff;
}
a.bg-success:hover {
  background-color: #e6e6e6;
}
.bg-info {
  background-color: #f5faff;
}
a.bg-info:hover {
  background-color: #c2e0ff;
}
.bg-warning {
  background-color: #fff8e7;
}
a.bg-warning:hover {
  background-color: #fee9b5;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 7px;
  margin: 32px 0 16px;
  border-bottom: 1px solid #f3f3f3;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ol {
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item, ".", decimal) " ";
  counter-increment: item;
}
.list-unstyled,
.list-unstyled ul {
  list-style: none;
}
.list-inline {
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 16px;
}
dt,
dd {
  line-height: 1.2;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
dd + dt {
  margin-top: 10px;
}
.dl-horizontal > dd + dt {
  margin-top: 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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8px 16px;
  margin: 0 0 16px;
  font-size: 17.5px;
  border-left: 5px solid #f3f3f3;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.2;
  color: #a0a0a0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014\a0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #f3f3f3;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\a0\2014";
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 16px;
  font-style: normal;
  line-height: 1.2;
}
code,
kbd,
pre,
samp {
  font-family:
    Menlo,
    Monaco,
    Consolas,
    "Courier New",
    monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  border: 1px solid #dddddd;
  color: #c7254e;
  background-color: #f7f7f9;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 7.5px;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  color: #555555;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter > [class*=col-]:not(:first-child),
.row.no-gutter > [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.2;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  background-color: #a0a0a0;
  color: #fff;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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: 3px;
}
.table-expanded > thead > tr > th,
.table-expanded > tbody > tr > th,
.table-expanded > tfoot > tr > th,
.table-expanded > thead > tr > td,
.table-expanded > tbody > tr > td,
.table-expanded > tfoot > tr > td {
  padding: 12px 6px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-borderless > thead > tr > th,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > tbody > tr > td,
.table-borderless > tfoot > tr > td {
  border: none;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #fed05f;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #fdc846;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #f5faff;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #dbedff;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fff8e7;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #fff1ce;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
tr.accent,
tr td.accent {
  background-color: #edf4fb;
  font-weight: bold;
}
tr.accent-light,
tr td.accent-light {
  background-color: #dddddd;
}
tr.accent-dark,
tr td.accent-dark {
  background-color: #555555;
  color: #fff;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: inherit;
  color: #555555;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=radio],
input[type=checkbox] {
  margin: 1px 0 0;
  margin-top: 1px \	;
  line-height: normal;
}
input[type=file] {
  display: block;
}
input[type=range] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #a0a0a0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #6699cc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(102, 153, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 3px rgba(102, 153, 204, 0.6);
}
.form-control::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #a0a0a0;
}
.form-control::-webkit-input-placeholder {
  color: #a0a0a0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #f3f3f3;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  line-height: 30px;
  line-height: 1.2 \fffd;
}
input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
  line-height: 28px;
}
input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
  line-height: 48px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px \	;
}
.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],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 48px;
  line-height: 48px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 37.5px;
}
.form-control-feedback {
  position: absolute;
  top: 21px;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}
.input-sm + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #23679b;
}
.has-success .form-control {
  border-color: #23679b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #1a4b71;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4d9bd7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #4d9bd7;
}
.has-success .input-group-addon {
  color: #23679b;
  border-color: #23679b;
  background-color: #ffffff;
}
.has-success .form-control-feedback {
  color: #23679b;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f4a602;
}
.has-warning .form-control {
  border-color: #f4a602;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c28402;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feca5f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #feca5f;
}
.has-warning .input-group-addon {
  color: #f4a602;
  border-color: #f4a602;
  background-color: #fff8e7;
}
.has-warning .form-control-feedback {
  color: #f4a602;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #990000;
}
.has-error .form-control {
  border-color: #990000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #660000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff0000;
}
.has-error .input-group-addon {
  color: #990000;
  border-color: #990000;
  background-color: #ffffff;
}
.has-error .form-control-feedback {
  color: #990000;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 23px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 5px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: #fcfcfc;
  border: 1px solid #dddddd;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.2;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn i {
  font-size: 14px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  background-color: #fed05f;
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  background-color: #fdb913;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.05);
}
.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: #333333;
  background-color: #dddddd;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #c4c4c4;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #a0a0a0;
  border-color: #555555;
}
.btn-default .badge {
  color: #dddddd;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #003366;
  border-color: #001933;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #001933;
  border-color: #000000;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-primary .badge {
  color: #003366;
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background-color: #6699cc;
  border-color: #407fbf;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #ffffff;
  background-color: #407fbf;
  border-color: #306191;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-secondary .badge {
  color: #6699cc;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #23679b;
  border-color: #1a4b71;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #1a4b71;
  border-color: #0e2a3f;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-success .badge {
  color: #23679b;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #99ccff;
  border-color: #66b2ff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #66b2ff;
  border-color: #2994ff;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-info .badge {
  color: #99ccff;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #fdb913;
  border-color: #db9c02;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #db9c02;
  border-color: #9e7101;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-warning .badge {
  color: #fdb913;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #990000;
  border-color: #660000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #660000;
  border-color: #290000;
}
.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: #a0a0a0;
  border-color: #555555;
}
.btn-danger .badge {
  color: #990000;
  background-color: #ffffff;
}
.btn-link {
  color: #004691;
  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: #006bde;
  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: #dddddd;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.btn-primary:hover {
  background-color: #3d7ab8;
  border-color: #3d7ab8;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #555555;
  background-color: #fdb913;
  border-color: #d19502;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu :before {
  position: absolute;
  content: "";
  top: -10px;
  right: -30px;
  left: -30px;
  bottom: -10px;
  z-index: -40;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2;
  color: #555555;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #494949;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #003366;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.2;
  color: #dddddd;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 > .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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  line-height: 48px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 4px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #f3f3f3;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 1.3;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}
.nav > li.disabled > a {
  color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.nav .nav-divider {
  height: 1px;
  margin: 7px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  padding: 7px 12px 5px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0;
  color: #a0a0a0;
  background-color: #f3f3f3;
  outline: none;
  transition: none;
}
.nav-tabs > li > a:hover {
  background-color: #fdfdfd;
  border-color: #f3f3f3 #f3f3f3 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top: 5px solid #FDB913;
  border-bottom-color: transparent;
  padding-top: 3px;
  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;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-tabs.primary-tabs > li > a {
  background-color: #6699cc;
  color: #fff;
  text-transform: uppercase;
}
.nav-tabs.primary-tabs > li > a:hover {
  border-color: #f3f3f3 #f3f3f3 #dddddd;
  background-color: #fff;
  color: #555555;
}
.nav-tabs.primary-tabs li.active > a,
.nav-tabs.primary-tabs li.active > a:hover,
.nav-tabs.primary-tabs li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-top: 5px solid #FDB913;
  border-bottom-color: transparent;
  padding-top: 3px;
  cursor: default;
}
.nav-tabs.primary-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.primary-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.primary-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.primary-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.primary-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.primary-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.primary-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.primary-tabs.nav-justified > .active > a,
.nav-tabs.primary-tabs.nav-justified > .active > a:hover,
.nav-tabs.primary-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.primary-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.primary-tabs.nav-justified > .active > a,
  .nav-tabs.primary-tabs.nav-justified > .active > a:hover,
  .nav-tabs.primary-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
  background-color: #003366;
  color: #fff;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
  background-color: #6699cc;
}
.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: #3c3c3c;
  background-color: #fdb913;
}
.nav-pills > li.open > a,
.nav-pills > li.open > a:hover,
.nav-pills > li.open > a:focus {
  background-color: #6699cc;
  border-color: #6699cc;
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
  color: #a0a0a0;
  background-color: #dddddd;
}
.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;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#sub-tabs {
  padding: 10px;
  margin: 0 0 20px 0;
}
#sub-tabs .nav {
  overflow: hidden;
  margin: 0 0 10px 0;
  border: 0;
}
#sub-tabs .nav li {
  width: 20%;
  float: left;
  margin: 0;
}
#sub-tabs .nav li a {
  display: block;
  padding: 5px;
  background: #003366;
  color: white;
  font-size: 12px;
  text-align: center;
  border: 0;
  text-decoration: none;
  border-right: 1px solid #FFF;
}
#sub-tabs .nav li.last a {
  border-right: 0;
}
#sub-tabs .nav li a:hover,
#sub-tabs .nav li a:active,
#sub-tabs ul li a.current {
  background-color: #FDB913;
  color: #003366;
}
#sub-tabs .list-wrap ul li {
  color: #333;
  margin: 10px auto;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 16px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 17px 15px;
  font-size: 19px;
  line-height: 16px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 16px;
}
@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: 16px;
  }
  .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: 17px;
    padding-bottom: 17px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  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: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-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-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 17px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #003366;
  border-color: #001933;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #004c99;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #002142;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #004c99;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #001933;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #001933;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #dddddd;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #004c99;
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #dddddd;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #dddddd;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 16px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #555555;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 16px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2;
  text-decoration: none;
  color: #004691;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #006bde;
  background-color: #f3f3f3;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #003366;
  border-color: #003366;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.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: 4px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 16px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 6px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f3f3f3;
}
.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: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #a0a0a0;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #878787;
}
.label-primary {
  background-color: #003366;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #001933;
}
.label-secondary {
  background-color: #6699cc;
}
.label-secondary[href]:hover,
.label-secondary[href]:focus {
  background-color: #407fbf;
}
.label-info {
  background-color: #99ccff;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #66b2ff;
}
.label-success {
  background-color: #23679b;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1a4b71;
}
.label-warning {
  background-color: #fdb913;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #db9c02;
}
.label-danger {
  background-color: #990000;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #660000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 2px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #555555;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #dddddd;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #004691;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #f3f3f3;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d9d9d9;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 16px;
  line-height: 1.2;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #004691;
}
.thumbnail .caption {
  padding: 9px;
  color: #555555;
}
.alert {
  padding: 15px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #ffffff;
  border-color: #23679b;
  color: #23679b;
}
.alert-success hr {
  border-top-color: #1e5986;
}
.alert-success .alert-link {
  color: #1a4b71;
}
.alert-info {
  background-color: #f5faff;
  border-color: #d1f0ff;
  color: #4da6ff;
}
.alert-info hr {
  border-top-color: #b8e7ff;
}
.alert-info .alert-link {
  color: #1a8cff;
}
.alert-warning {
  background-color: #fff8e7;
  border-color: #ffe8ce;
  color: #f4a602;
}
.alert-warning hr {
  border-top-color: #feddb5;
}
.alert-warning .alert-link {
  color: #c28402;
}
.alert-danger {
  background-color: #ffffff;
  border-color: #990000;
  color: #990000;
}
.alert-danger hr {
  border-top-color: #800000;
}
.alert-danger .alert-link {
  color: #660000;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 16px;
  margin-bottom: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #003366;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"],
.progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
  color: #dddddd;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.progress-bar-success {
  background-color: #23679b;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-info {
  background-color: #99ccff;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-warning {
  background-color: #fdb913;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-danger {
  background-color: #990000;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.progress-bar-secondary {
  background-color: #6699cc;
}
.progress-striped .progress-bar-secondary {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
}
.media,
.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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #f3f3f3;
  color: #dddddd;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #dddddd;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #003366;
  border-color: #003366;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #3399ff;
}
.list-group-item-success {
  color: #23679b;
  background-color: #ffffff;
}
a.list-group-item-success {
  color: #23679b;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #23679b;
  background-color: #f2f2f2;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #23679b;
  border-color: #23679b;
}
.list-group-item-info {
  color: #4da6ff;
  background-color: #f5faff;
}
a.list-group-item-info {
  color: #4da6ff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #4da6ff;
  background-color: #dbedff;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #4da6ff;
  border-color: #4da6ff;
}
.list-group-item-warning {
  color: #f4a602;
  background-color: #fff8e7;
}
a.list-group-item-warning {
  color: #f4a602;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #f4a602;
  background-color: #fff1ce;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f4a602;
  border-color: #f4a602;
}
.list-group-item-danger {
  color: #990000;
  background-color: #ffffff;
}
a.list-group-item-danger {
  color: #990000;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #990000;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #990000;
  border-color: #990000;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 16px;
  background-color: #ffffff;
  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.full {
  padding: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: inherit;
}
.panel-title > a {
  color: inherit;
  display: block;
  outline: none;
}
.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
}
.panel-title > a:after {
  float: left;
  margin-left: -5px;
  padding-right: 10px;
  font-family: "Glyphicons Regular";
  content: "\e224";
}
.panel-title > a.collapsed:after {
  content: "\e224";
}
.panel-body .table th:first-child,
.panel-body .table td:first-child {
  padding-left: 10px;
}
.panel-body .panel-group .panel-title {
  font-size: 16px;
}
.panel-body .panel-group .panel-title > a:hover,
.panel-body .panel-group .panel-title > a:focus {
  text-decoration: none;
}
.panel-body .panel-group .panel-title > a:after {
  content: "\2212";
  margin-left: 0;
  padding-right: 6px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
}
.panel-body .panel-group .panel-title > a.collapsed:after {
  content: "+";
}
.panel-body .panel-group .panel-heading {
  padding-left: 20px;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-info .panel-footer {
  background-color: #a0a0a0;
  color: #fff;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 2px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-group .panel-heading {
  background-color: #c6c6c6;
}
.panel-group .panel .panel-heading.active {
  background-color: #555555;
  border-bottom: 2px solid #fdb913;
  color: #fff;
}
.panel-group .panel .panel-heading.active + .collapse.in {
  background-color: #a0a0a0;
  color: #fff;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #555555;
  background-color: #dddddd;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #dddddd;
  background-color: #555555;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #dde8f5;
}
.panel-primary > .panel-heading {
  color: #555555;
  background-color: #dde8f5;
  border-color: #dde8f5;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dde8f5;
}
.panel-primary > .panel-heading .badge {
  color: #dde8f5;
  background-color: #555555;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dde8f5;
}
.panel-success {
  border-color: #23679b;
}
.panel-success > .panel-heading {
  color: #23679b;
  background-color: #ffffff;
  border-color: #23679b;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #23679b;
}
.panel-success > .panel-heading .badge {
  color: #ffffff;
  background-color: #23679b;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #23679b;
}
.panel-info {
  border-color: #a0a0a0;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #23679b;
  border-color: #a0a0a0;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a0a0a0;
}
.panel-info > .panel-heading .badge {
  color: #23679b;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a0a0a0;
}
.panel-warning {
  border-color: #ffe8ce;
}
.panel-warning > .panel-heading {
  color: #f4a602;
  background-color: #fff8e7;
  border-color: #ffe8ce;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ffe8ce;
}
.panel-warning > .panel-heading .badge {
  color: #fff8e7;
  background-color: #f4a602;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ffe8ce;
}
.panel-danger {
  border-color: #990000;
}
.panel-danger > .panel-heading {
  color: #990000;
  background-color: #ffffff;
  border-color: #990000;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #990000;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #990000;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #990000;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -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: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-toolbar {
  background-color: #dde8f5;
  border: 1px solid #a0a0a0;
  padding: 8px 10px;
}
.modal-toolbar:before,
.modal-toolbar:after {
  content: "";
  display: table;
}
.modal-toolbar:after {
  clear: both;
}
.modal-toolbar {
  zoom: 1;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media (min-width: 992px) {
  .modal-full {
    width: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 5% auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  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: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #555555;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #555555;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #555555;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #555555;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #555555;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #555555;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555555;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555555;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #555555;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 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: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.0001) 0%,
      rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  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 #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \	;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.vert-top {
  display: table-cell !important;
  float: none !important;
  vertical-align: top;
}
.vert-bottom {
  display: table-cell !important;
  float: none !important;
  vertical-align: bottom;
}
.vert-mid {
  display: table-cell !important;
  float: none !important;
  vertical-align: middle;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.brand-primary {
  background-color: #003366 !important;
}
.brand-secondary {
  background-color: #6699cc !important;
}
.brand-info {
  background-color: #99ccff !important;
}
.brand-success {
  background-color: #23679b !important;
}
.brand-warning {
  background-color: #fdb913 !important;
}
.brand-danger {
  background-color: #990000 !important;
}
.brand-accent1 {
  background-color: #6699cc !important;
}
.brand-accent2 {
  background-color: #dde8f5 !important;
}
.brand-accent3 {
  background-color: #edf4fb !important;
}
.gray-darker {
  background-color: #3c3c3c !important;
}
.gray-dark {
  background-color: #555555 !important;
}
.gray {
  background-color: #a0a0a0 !important;
}
.gray-light {
  background-color: #dddddd !important;
}
.gray-lighter {
  background-color: #f3f3f3 !important;
}
.brand-primary-dark {
  background-color: #001933 !important;
}
.brand-secondary-dark {
  background-color: #407fbf !important;
}
.brand-info-dark {
  background-color: #66b2ff !important;
}
.brand-success-dark {
  background-color: #1a4b71 !important;
}
.brand-warning-dark {
  background-color: #db9c02 !important;
}
.brand-danger-dark {
  background-color: #660000 !important;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.em {
  font-weight: bold;
}
.panel-group .panel-primary .panel-heading {
  border-bottom: 0;
}
a:hover i,
a:focus i,
a:hover [class^=icon-],
a:hover [class*=" icon-"],
a:focus [class^=icon-],
a:focus [class*=" icon-"] {
  text-decoration: none;
}

/* src/styles/icons.css */
@font-face {
  font-family: "Glyphicons Regular";
  src: url("./media/glyphicons-regular-UARIZZPS.eot");
  src:
    url("./media/glyphicons-regular-UARIZZPS.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-regular-625PTZIS.woff") format("woff"),
    url("./media/glyphicons-regular-SYGINETU.ttf") format("truetype"),
    url("./media/glyphicons-regular-TR5NBJFV.svg#glyphicons_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 0.9;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon.glass:before {
  content: "\e001";
}
.glyphicon.leaf:before {
  content: "\e002";
}
.glyphicon.dog:before {
  content: "\e003";
}
.glyphicon.user:before {
  content: "\e004";
}
.glyphicon.girl:before {
  content: "\e005";
}
.glyphicon.car:before {
  content: "\e006";
}
.glyphicon.user-add:before {
  content: "\e007";
}
.glyphicon.user-remove:before {
  content: "\e008";
}
.glyphicon.film:before {
  content: "\e009";
}
.glyphicon.magic:before {
  content: "\e010";
}
.glyphicon.envelope:before {
  content: "\2709";
}
.glyphicon.camera:before {
  content: "\e011";
}
.glyphicon.heart:before {
  content: "\e013";
}
.glyphicon.beach-umbrella:before {
  content: "\e014";
}
.glyphicon.train:before {
  content: "\e015";
}
.glyphicon.print:before {
  content: "\e016";
}
.glyphicon.bin:before {
  content: "\e017";
}
.glyphicon.music:before {
  content: "\e018";
}
.glyphicon.note:before {
  content: "\e019";
}
.glyphicon.heart-empty:before {
  content: "\e020";
}
.glyphicon.home:before {
  content: "\e021";
}
.glyphicon.snowflake:before {
  content: "\2744";
}
.glyphicon.fire:before {
  content: "\e023";
}
.glyphicon.magnet:before {
  content: "\e024";
}
.glyphicon.parents:before {
  content: "\e025";
}
.glyphicon.binoculars:before {
  content: "\e026";
}
.glyphicon.road:before {
  content: "\e027";
}
.glyphicon.search:before {
  content: "\e028";
}
.glyphicon.cars:before {
  content: "\e029";
}
.glyphicon.notes-2:before {
  content: "\e030";
}
.glyphicon.pencil:before {
  content: "\270f";
}
.glyphicon.bus:before {
  content: "\e032";
}
.glyphicon.wifi-alt:before {
  content: "\e033";
}
.glyphicon.luggage:before {
  content: "\e034";
}
.glyphicon.old-man:before {
  content: "\e035";
}
.glyphicon.woman:before {
  content: "\e036";
}
.glyphicon.file:before {
  content: "\e037";
}
.glyphicon.coins:before {
  content: "\e038";
}
.glyphicon.airplane:before {
  content: "\2708";
}
.glyphicon.notes:before {
  content: "\e040";
}
.glyphicon.stats:before {
  content: "\e041";
}
.glyphicon.charts:before {
  content: "\e042";
}
.glyphicon.pie-chart:before {
  content: "\e043";
}
.glyphicon.group:before {
  content: "\e044";
}
.glyphicon.keys:before {
  content: "\e045";
}
.glyphicon.calendar:before {
  content: "\e046";
}
.glyphicon.router:before {
  content: "\e047";
}
.glyphicon.camera-small:before {
  content: "\e048";
}
.glyphicon.dislikes:before {
  content: "\e049";
}
.glyphicon.star:before {
  content: "\e050";
}
.glyphicon.link:before {
  content: "\e051";
}
.glyphicon.eye-open:before {
  content: "\e052";
}
.glyphicon.eye-close:before {
  content: "\e053";
}
.glyphicon.alarm:before {
  content: "\e054";
}
.glyphicon.clock:before {
  content: "\e055";
}
.glyphicon.stopwatch:before {
  content: "\e056";
}
.glyphicon.projector:before {
  content: "\e057";
}
.glyphicon.history:before {
  content: "\e058";
}
.glyphicon.truck:before {
  content: "\e059";
}
.glyphicon.cargo:before {
  content: "\e060";
}
.glyphicon.compass:before {
  content: "\e061";
}
.glyphicon.keynote:before {
  content: "\e062";
}
.glyphicon.paperclip:before {
  content: "\e063";
}
.glyphicon.power:before {
  content: "\e064";
}
.glyphicon.lightbulb:before {
  content: "\e065";
}
.glyphicon.tag:before {
  content: "\e066";
}
.glyphicon.tags:before {
  content: "\e067";
}
.glyphicon.cleaning:before {
  content: "\e068";
}
.glyphicon.ruller:before {
  content: "\e069";
}
.glyphicon.gift:before {
  content: "\e070";
}
.glyphicon.umbrella:before {
  content: "\2602";
}
.glyphicon.book:before {
  content: "\e072";
}
.glyphicon.bookmark:before {
  content: "\e073";
}
.glyphicon.wifi:before {
  content: "\e074";
}
.glyphicon.cup:before {
  content: "\e075";
}
.glyphicon.stroller:before {
  content: "\e076";
}
.glyphicon.headphones:before {
  content: "\e077";
}
.glyphicon.headset:before {
  content: "\e078";
}
.glyphicon.warning-sign:before {
  content: "\e079";
}
.glyphicon.signal:before {
  content: "\e080";
}
.glyphicon.retweet:before {
  content: "\e081";
}
.glyphicon.refresh:before {
  content: "\e082";
}
.glyphicon.roundabout:before {
  content: "\e083";
}
.glyphicon.random:before {
  content: "\e084";
}
.glyphicon.heat:before {
  content: "\e085";
}
.glyphicon.repeat:before {
  content: "\e086";
}
.glyphicon.display:before {
  content: "\e087";
}
.glyphicon.log-book:before {
  content: "\e088";
}
.glyphicon.address-book:before {
  content: "\e089";
}
.glyphicon.building:before {
  content: "\e090";
}
.glyphicon.eyedropper:before {
  content: "\e091";
}
.glyphicon.adjust:before {
  content: "\e092";
}
.glyphicon.tint:before {
  content: "\e093";
}
.glyphicon.crop:before {
  content: "\e094";
}
.glyphicon.vector-path-square:before {
  content: "\e095";
}
.glyphicon.vector-path-circle:before {
  content: "\e096";
}
.glyphicon.vector-path-polygon:before {
  content: "\e097";
}
.glyphicon.vector-path-line:before {
  content: "\e098";
}
.glyphicon.vector-path-curve:before {
  content: "\e099";
}
.glyphicon.vector-path-all:before {
  content: "\e100";
}
.glyphicon.font:before {
  content: "\e101";
}
.glyphicon.italic:before {
  content: "\e102";
}
.glyphicon.bold:before {
  content: "\e103";
}
.glyphicon.text-underline:before {
  content: "\e104";
}
.glyphicon.text-strike:before {
  content: "\e105";
}
.glyphicon.text-height:before {
  content: "\e106";
}
.glyphicon.text-width:before {
  content: "\e107";
}
.glyphicon.text-resize:before {
  content: "\e108";
}
.glyphicon.left-indent:before {
  content: "\e109";
}
.glyphicon.right-indent:before {
  content: "\e110";
}
.glyphicon.align-left:before {
  content: "\e111";
}
.glyphicon.align-center:before {
  content: "\e112";
}
.glyphicon.align-right:before {
  content: "\e113";
}
.glyphicon.justify:before {
  content: "\e114";
}
.glyphicon.list:before {
  content: "\e115";
}
.glyphicon.text-smaller:before {
  content: "\e116";
}
.glyphicon.text-bigger:before {
  content: "\e117";
}
.glyphicon.embed:before {
  content: "\e118";
}
.glyphicon.embed-close:before {
  content: "\e119";
}
.glyphicon.table:before {
  content: "\e120";
}
.glyphicon.message-full:before {
  content: "\e121";
}
.glyphicon.message-empty:before {
  content: "\e122";
}
.glyphicon.message-in:before {
  content: "\e123";
}
.glyphicon.message-out:before {
  content: "\e124";
}
.glyphicon.message-plus:before {
  content: "\e125";
}
.glyphicon.message-minus:before {
  content: "\e126";
}
.glyphicon.message-ban:before {
  content: "\e127";
}
.glyphicon.message-flag:before {
  content: "\e128";
}
.glyphicon.message-lock:before {
  content: "\e129";
}
.glyphicon.message-new:before {
  content: "\e130";
}
.glyphicon.inbox:before {
  content: "\e131";
}
.glyphicon.inbox-plus:before {
  content: "\e132";
}
.glyphicon.inbox-minus:before {
  content: "\e133";
}
.glyphicon.inbox-lock:before {
  content: "\e134";
}
.glyphicon.inbox-in:before {
  content: "\e135";
}
.glyphicon.inbox-out:before {
  content: "\e136";
}
.glyphicon.cogwheel:before {
  content: "\e137";
}
.glyphicon.cogwheels:before {
  content: "\e138";
}
.glyphicon.picture:before {
  content: "\e139";
}
.glyphicon.adjust-alt:before {
  content: "\e140";
}
.glyphicon.database-lock:before {
  content: "\e141";
}
.glyphicon.database-plus:before {
  content: "\e142";
}
.glyphicon.database-minus:before {
  content: "\e143";
}
.glyphicon.database-ban:before {
  content: "\e144";
}
.glyphicon.folder-open:before {
  content: "\e145";
}
.glyphicon.folder-plus:before {
  content: "\e146";
}
.glyphicon.folder-minus:before {
  content: "\e147";
}
.glyphicon.folder-lock:before {
  content: "\e148";
}
.glyphicon.folder-flag:before {
  content: "\e149";
}
.glyphicon.folder-new:before {
  content: "\e150";
}
.glyphicon.edit:before {
  content: "\e151";
}
.glyphicon.new-window:before {
  content: "\e152";
}
.glyphicon.check:before {
  content: "\e153";
}
.glyphicon.unchecked:before {
  content: "\e154";
}
.glyphicon.more-windows:before {
  content: "\e155";
}
.glyphicon.show-big-thumbnails:before {
  content: "\e156";
}
.glyphicon.show-thumbnails:before {
  content: "\e157";
}
.glyphicon.show-thumbnails-with-lines:before {
  content: "\e158";
}
.glyphicon.show-lines:before {
  content: "\e159";
}
.glyphicon.playlist:before {
  content: "\e160";
}
.glyphicon.imac:before {
  content: "\e161";
}
.glyphicon.macbook:before {
  content: "\e162";
}
.glyphicon.ipad:before {
  content: "\e163";
}
.glyphicon.iphone:before {
  content: "\e164";
}
.glyphicon.iphone-transfer:before {
  content: "\e165";
}
.glyphicon.iphone-exchange:before {
  content: "\e166";
}
.glyphicon.ipod:before {
  content: "\e167";
}
.glyphicon.ipod-shuffle:before {
  content: "\e168";
}
.glyphicon.ear-plugs:before {
  content: "\e169";
}
.glyphicon.record:before {
  content: "\e170";
}
.glyphicon.step-backward:before {
  content: "\e171";
}
.glyphicon.fast-backward:before {
  content: "\e172";
}
.glyphicon.rewind:before {
  content: "\e173";
}
.glyphicon.play:before {
  content: "\e174";
}
.glyphicon.pause:before {
  content: "\e175";
}
.glyphicon.stop:before {
  content: "\e176";
}
.glyphicon.forward:before {
  content: "\e177";
}
.glyphicon.fast-forward:before {
  content: "\e178";
}
.glyphicon.step-forward:before {
  content: "\e179";
}
.glyphicon.eject:before {
  content: "\e180";
}
.glyphicon.facetime-video:before {
  content: "\e181";
}
.glyphicon.download-alt:before {
  content: "\e182";
}
.glyphicon.mute:before {
  content: "\e183";
}
.glyphicon.volume-down:before {
  content: "\e184";
}
.glyphicon.volume-up:before {
  content: "\e185";
}
.glyphicon.screenshot:before {
  content: "\e186";
}
.glyphicon.move:before {
  content: "\e187";
}
.glyphicon.more:before {
  content: "\e188";
}
.glyphicon.brightness-reduce:before {
  content: "\e189";
}
.glyphicon.brightness-increase:before {
  content: "\e190";
}
.glyphicon.circle-plus:before {
  content: "\e191";
}
.glyphicon.circle-minus:before {
  content: "\e192";
}
.glyphicon.circle-remove:before {
  content: "\e193";
}
.glyphicon.circle-ok:before {
  content: "\e194";
}
.glyphicon.circle-question-mark:before {
  content: "\e195";
}
.glyphicon.circle-info:before {
  content: "\e196";
}
.glyphicon.circle-exclamation-mark:before {
  content: "\e197";
}
.glyphicon.remove:before {
  content: "\e198";
}
.glyphicon.ok:before {
  content: "\e199";
}
.glyphicon.ban:before {
  content: "\e200";
}
.glyphicon.download:before {
  content: "\e201";
}
.glyphicon.upload:before {
  content: "\e202";
}
.glyphicon.shopping-cart:before {
  content: "\e203";
}
.glyphicon.lock:before {
  content: "\e204";
}
.glyphicon.unlock:before {
  content: "\e205";
}
.glyphicon.electricity:before {
  content: "\e206";
}
.glyphicon.ok-2:before {
  content: "\e207";
}
.glyphicon.remove-2:before {
  content: "\e208";
}
.glyphicon.cart-out:before {
  content: "\e209";
}
.glyphicon.cart-in:before {
  content: "\e210";
}
.glyphicon.left-arrow:before {
  content: "\e211";
}
.glyphicon.right-arrow:before {
  content: "\e212";
}
.glyphicon.down-arrow:before {
  content: "\e213";
}
.glyphicon.up-arrow:before {
  content: "\e214";
}
.glyphicon.resize-small:before {
  content: "\e215";
}
.glyphicon.resize-full:before {
  content: "\e216";
}
.glyphicon.circle-arrow-left:before {
  content: "\e217";
}
.glyphicon.circle-arrow-right:before {
  content: "\e218";
}
.glyphicon.circle-arrow-top:before {
  content: "\e219";
}
.glyphicon.circle-arrow-down:before {
  content: "\e220";
}
.glyphicon.play-button:before {
  content: "\e221";
}
.glyphicon.unshare:before {
  content: "\e222";
}
.glyphicon.share:before {
  content: "\e223";
}
.glyphicon.chevron-right:before {
  content: "\e224";
}
.glyphicon.chevron-left:before {
  content: "\e225";
}
.glyphicon.bluetooth:before {
  content: "\e226";
}
.glyphicon.euro:before {
  content: "\20ac";
}
.glyphicon.usd:before {
  content: "\e228";
}
.glyphicon.gbp:before {
  content: "\e229";
}
.glyphicon.retweet-2:before {
  content: "\e230";
}
.glyphicon.moon:before {
  content: "\e231";
}
.glyphicon.sun:before {
  content: "\2609";
}
.glyphicon.cloud:before {
  content: "\2601";
}
.glyphicon.direction:before {
  content: "\e234";
}
.glyphicon.brush:before {
  content: "\e235";
}
.glyphicon.pen:before {
  content: "\e236";
}
.glyphicon.zoom-in:before {
  content: "\e237";
}
.glyphicon.zoom-out:before {
  content: "\e238";
}
.glyphicon.pin:before {
  content: "\e239";
}
.glyphicon.albums:before {
  content: "\e240";
}
.glyphicon.rotation-lock:before {
  content: "\e241";
}
.glyphicon.flash:before {
  content: "\e242";
}
.glyphicon.google-maps:before {
  content: "\e243";
}
.glyphicon.anchor:before {
  content: "\2693";
}
.glyphicon.conversation:before {
  content: "\e245";
}
.glyphicon.chat:before {
  content: "\e246";
}
.glyphicon.male:before {
  content: "\e247";
}
.glyphicon.female:before {
  content: "\e248";
}
.glyphicon.asterisk:before {
  content: "*";
}
.glyphicon.divide:before {
  content: "\f7";
}
.glyphicon.snorkel-diving:before {
  content: "\e251";
}
.glyphicon.scuba-diving:before {
  content: "\e252";
}
.glyphicon.oxygen-bottle:before {
  content: "\e253";
}
.glyphicon.fins:before {
  content: "\e254";
}
.glyphicon.fishes:before {
  content: "\e255";
}
.glyphicon.boat:before {
  content: "\e256";
}
.glyphicon.delete:before {
  content: "\e257";
}
.glyphicon.sheriffs-star:before {
  content: "\e258";
}
.glyphicon.qrcode:before {
  content: "\e259";
}
.glyphicon.barcode:before {
  content: "\e260";
}
.glyphicon.pool:before {
  content: "\e261";
}
.glyphicon.buoy:before {
  content: "\e262";
}
.glyphicon.spade:before {
  content: "\e263";
}
.glyphicon.bank:before {
  content: "\e264";
}
.glyphicon.vcard:before {
  content: "\e265";
}
.glyphicon.electrical-plug:before {
  content: "\e266";
}
.glyphicon.flag:before {
  content: "\e267";
}
.glyphicon.credit-card:before {
  content: "\e268";
}
.glyphicon.keyboard-wireless:before {
  content: "\e269";
}
.glyphicon.keyboard-wired:before {
  content: "\e270";
}
.glyphicon.shield:before {
  content: "\e271";
}
.glyphicon.ring:before {
  content: "\2da";
}
.glyphicon.cake:before {
  content: "\e273";
}
.glyphicon.drink:before {
  content: "\e274";
}
.glyphicon.beer:before {
  content: "\e275";
}
.glyphicon.fast-food:before {
  content: "\e276";
}
.glyphicon.cutlery:before {
  content: "\e277";
}
.glyphicon.pizza:before {
  content: "\e278";
}
.glyphicon.birthday-cake:before {
  content: "\e279";
}
.glyphicon.tablet:before {
  content: "\e280";
}
.glyphicon.settings:before {
  content: "\e281";
}
.glyphicon.bullets:before {
  content: "\e282";
}
.glyphicon.cardio:before {
  content: "\e283";
}
.glyphicon.t-shirt:before {
  content: "\e284";
}
.glyphicon.pants:before {
  content: "\e285";
}
.glyphicon.sweater:before {
  content: "\e286";
}
.glyphicon.fabric:before {
  content: "\e287";
}
.glyphicon.leather:before {
  content: "\e288";
}
.glyphicon.scissors:before {
  content: "\e289";
}
.glyphicon.bomb:before {
  content: "\e290";
}
.glyphicon.skull:before {
  content: "\e291";
}
.glyphicon.celebration:before {
  content: "\e292";
}
.glyphicon.tea-kettle:before {
  content: "\e293";
}
.glyphicon.french-press:before {
  content: "\e294";
}
.glyphicon.coffee-cup:before {
  content: "\e295";
}
.glyphicon.pot:before {
  content: "\e296";
}
.glyphicon.grater:before {
  content: "\e297";
}
.glyphicon.kettle:before {
  content: "\e298";
}
.glyphicon.hospital:before {
  content: "\e299";
}
.glyphicon.hospital-h:before {
  content: "\e300";
}
.glyphicon.microphone:before {
  content: "\e301";
}
.glyphicon.webcam:before {
  content: "\e302";
}
.glyphicon.temple-christianity-church:before {
  content: "\e303";
}
.glyphicon.temple-islam:before {
  content: "\e304";
}
.glyphicon.temple-hindu:before {
  content: "\e305";
}
.glyphicon.temple-buddhist:before {
  content: "\e306";
}
.glyphicon.bicycle:before {
  content: "\e307";
}
.glyphicon.life-preserver:before {
  content: "\e308";
}
.glyphicon.share-alt:before {
  content: "\e309";
}
.glyphicon.comments:before {
  content: "\e310";
}
.glyphicon.flower:before {
  content: "\2698";
}
.glyphicon.baseball:before {
  content: "\26be";
}
.glyphicon.rugby:before {
  content: "\e313";
}
.glyphicon.ax:before {
  content: "\e314";
}
.glyphicon.table-tennis:before {
  content: "\e315";
}
.glyphicon.bowling:before {
  content: "\e316";
}
.glyphicon.tree-conifer:before {
  content: "\e317";
}
.glyphicon.tree-deciduous:before {
  content: "\e318";
}
.glyphicon.more-items:before {
  content: "\e319";
}
.glyphicon.sort:before {
  content: "\e320";
}
.glyphicon.filter:before {
  content: "\e321";
}
.glyphicon.gamepad:before {
  content: "\e322";
}
.glyphicon.playing-dices:before {
  content: "\e323";
}
.glyphicon.calculator:before {
  content: "\e324";
}
.glyphicon.tie:before {
  content: "\e325";
}
.glyphicon.wallet:before {
  content: "\e326";
}
.glyphicon.piano:before {
  content: "\e327";
}
.glyphicon.sampler:before {
  content: "\e328";
}
.glyphicon.podium:before {
  content: "\e329";
}
.glyphicon.soccer-ball:before {
  content: "\e330";
}
.glyphicon.blog:before {
  content: "\e331";
}
.glyphicon.dashboard:before {
  content: "\e332";
}
.glyphicon.certificate:before {
  content: "\e333";
}
.glyphicon.bell:before {
  content: "\e334";
}
.glyphicon.candle:before {
  content: "\e335";
}
.glyphicon.pushpin:before {
  content: "\e336";
}
.glyphicon.iphone-shake:before {
  content: "\e337";
}
.glyphicon.pin-flag:before {
  content: "\e338";
}
.glyphicon.turtle:before {
  content: "\e339";
}
.glyphicon.rabbit:before {
  content: "\e340";
}
.glyphicon.globe:before {
  content: "\e341";
}
.glyphicon.briefcase:before {
  content: "\e342";
}
.glyphicon.hdd:before {
  content: "\e343";
}
.glyphicon.thumbs-up:before {
  content: "\e344";
}
.glyphicon.thumbs-down:before {
  content: "\e345";
}
.glyphicon.hand-right:before {
  content: "\e346";
}
.glyphicon.hand-left:before {
  content: "\e347";
}
.glyphicon.hand-up:before {
  content: "\e348";
}
.glyphicon.hand-down:before {
  content: "\e349";
}
.glyphicon.fullscreen:before {
  content: "\e350";
}
.glyphicon.shopping-bag:before {
  content: "\e351";
}
.glyphicon.book-open:before {
  content: "\e352";
}
.glyphicon.nameplate:before {
  content: "\e353";
}
.glyphicon.nameplate-alt:before {
  content: "\e354";
}
.glyphicon.vases:before {
  content: "\e355";
}
.glyphicon.bullhorn:before {
  content: "\e356";
}
.glyphicon.dumbbell:before {
  content: "\e357";
}
.glyphicon.suitcase:before {
  content: "\e358";
}
.glyphicon.file-import:before {
  content: "\e359";
}
.glyphicon.file-export:before {
  content: "\e360";
}
.glyphicon.bug:before {
  content: "\e361";
}
.glyphicon.crown:before {
  content: "\e362";
}
.glyphicon.smoking:before {
  content: "\e363";
}
.glyphicon.cloud-download:before {
  content: "\e364";
}
.glyphicon.cloud-upload:before {
  content: "\e365";
}
.glyphicon.restart:before {
  content: "\e366";
}
.glyphicon.security-camera:before {
  content: "\e367";
}
.glyphicon.expand:before {
  content: "\e368";
}
.glyphicon.collapse:before {
  content: "\e369";
}
.glyphicon.collapse-top:before {
  content: "\e370";
}
.glyphicon.globe-af:before {
  content: "\e371";
}
.glyphicon.global:before {
  content: "\e372";
}
.glyphicon.spray:before {
  content: "\e373";
}
.glyphicon.nails:before {
  content: "\e374";
}
.glyphicon.claw-hammer:before {
  content: "\e375";
}
.glyphicon.classic-hammer:before {
  content: "\e376";
}
.glyphicon.hand-saw:before {
  content: "\e377";
}
.glyphicon.riflescope:before {
  content: "\e378";
}
.glyphicon.electrical-socket-eu:before {
  content: "\e379";
}
.glyphicon.electrical-socket-us:before {
  content: "\e380";
}
.glyphicon.message-forward:before {
  content: "\e381";
}
.glyphicon.coat-hanger:before {
  content: "\e382";
}
.glyphicon.dress:before {
  content: "\e383";
}
.glyphicon.bathrobe:before {
  content: "\e384";
}
.glyphicon.shirt:before {
  content: "\e385";
}
.glyphicon.underwear:before {
  content: "\e386";
}
.glyphicon.log-in:before {
  content: "\e387";
}
.glyphicon.log-out:before {
  content: "\e388";
}
.glyphicon.exit:before {
  content: "\e389";
}
.glyphicon.new-window-alt:before {
  content: "\e390";
}
.glyphicon.video-sd:before {
  content: "\e391";
}
.glyphicon.video-hd:before {
  content: "\e392";
}
.glyphicon.subtitles:before {
  content: "\e393";
}
.glyphicon.sound-stereo:before {
  content: "\e394";
}
.glyphicon.sound-dolby:before {
  content: "\e395";
}
.glyphicon.sound-5-1:before {
  content: "\e396";
}
.glyphicon.sound-6-1:before {
  content: "\e397";
}
.glyphicon.sound-7-1:before {
  content: "\e398";
}
.glyphicon.copyright-mark:before {
  content: "\e399";
}
.glyphicon.registration-mark:before {
  content: "\e400";
}
.glyphicon.radar:before {
  content: "\e401";
}
.glyphicon.skateboard:before {
  content: "\e402";
}
.glyphicon.golf-course:before {
  content: "\e403";
}
.glyphicon.sorting:before {
  content: "\e404";
}
.glyphicon.sort-by-alphabet:before {
  content: "\e405";
}
.glyphicon.sort-by-alphabet-alt:before {
  content: "\e406";
}
.glyphicon.sort-by-order:before {
  content: "\e407";
}
.glyphicon.sort-by-order-alt:before {
  content: "\e408";
}
.glyphicon.sort-by-attributes:before {
  content: "\e409";
}
.glyphicon.sort-by-attributes-alt:before {
  content: "\e410";
}
.glyphicon.compressed:before {
  content: "\e411";
}
.glyphicon.package:before {
  content: "\e412";
}
.glyphicon.cloud-plus:before {
  content: "\e413";
}
.glyphicon.cloud-minus:before {
  content: "\e414";
}
.glyphicon.disk-save:before {
  content: "\e415";
}
.glyphicon.disk-open:before {
  content: "\e416";
}
.glyphicon.disk-saved:before {
  content: "\e417";
}
.glyphicon.disk-remove:before {
  content: "\e418";
}
.glyphicon.disk-import:before {
  content: "\e419";
}
.glyphicon.disk-export:before {
  content: "\e420";
}
.glyphicon.tower:before {
  content: "\e421";
}
.glyphicon.send:before {
  content: "\e422";
}
.glyphicon.git-branch:before {
  content: "\e423";
}
.glyphicon.git-create:before {
  content: "\e424";
}
.glyphicon.git-private:before {
  content: "\e425";
}
.glyphicon.git-delete:before {
  content: "\e426";
}
.glyphicon.git-merge:before {
  content: "\e427";
}
.glyphicon.git-pull-request:before {
  content: "\e428";
}
.glyphicon.git-compare:before {
  content: "\e429";
}
.glyphicon.git-commit:before {
  content: "\e430";
}
.glyphicon.construction-cone:before {
  content: "\e431";
}
.glyphicon.shoe-steps:before {
  content: "\e432";
}
.glyphicon.plus:before {
  content: "+";
}
.glyphicon.minus:before {
  content: "\2212";
}
.glyphicon.redo:before {
  content: "\e435";
}
.glyphicon.undo:before {
  content: "\e436";
}
.glyphicon.golf:before {
  content: "\e437";
}
.glyphicon.hockey:before {
  content: "\e438";
}
.glyphicon.pipe:before {
  content: "\e439";
}
.glyphicon.wrench:before {
  content: "\e440";
}
.glyphicon.folder-closed:before {
  content: "\e441";
}
.glyphicon.phone-alt:before {
  content: "\e442";
}
.glyphicon.earphone:before {
  content: "\e443";
}
.glyphicon.floppy-disk:before {
  content: "\e444";
}
.glyphicon.floppy-saved:before {
  content: "\e445";
}
.glyphicon.floppy-remove:before {
  content: "\e446";
}
.glyphicon.floppy-save:before {
  content: "\e447";
}
.glyphicon.floppy-open:before {
  content: "\e448";
}
.glyphicon.translate:before {
  content: "\e449";
}
.glyphicon.fax:before {
  content: "\e450";
}
.glyphicon.factory:before {
  content: "\e451";
}
.glyphicon.shop-window:before {
  content: "\e452";
}
.glyphicon.shop:before {
  content: "\e453";
}
.glyphicon.kiosk:before {
  content: "\e454";
}
.glyphicon.kiosk-wheels:before {
  content: "\e455";
}
.glyphicon.kiosk-light:before {
  content: "\e456";
}
.glyphicon.kiosk-food:before {
  content: "\e457";
}
.glyphicon.transfer:before {
  content: "\e458";
}
.glyphicon.money:before {
  content: "\e459";
}
.glyphicon.header:before {
  content: "\e460";
}
.glyphicon.blacksmith:before {
  content: "\e461";
}
.glyphicon.saw-blade:before {
  content: "\e462";
}
.glyphicon.basketball:before {
  content: "\e463";
}
.glyphicon.server:before {
  content: "\e464";
}
.glyphicon.server-plus:before {
  content: "\e465";
}
.glyphicon.server-minus:before {
  content: "\e466";
}
.glyphicon.server-ban:before {
  content: "\e467";
}
.glyphicon.server-flag:before {
  content: "\e468";
}
.glyphicon.server-lock:before {
  content: "\e469";
}
.glyphicon.server-new:before {
  content: "\e470";
}
.glyphicon-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  line-height: 1;
  vertical-align: text-top;
  background-image: url("./media/glyphicons-AGCE5LWH.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  display: inline;
  zoom: 1;
  margin-right: .3em;
}
.glyphicon-icon _:-o-prefocus,
.glyphicon-icon {
  background-image: url("./media/glyphicons-BSXRASEK.png");
}
.no-inlinesvg .glyphicon-icon {
  background-image: url("./media/glyphicons-BSXRASEK.png");
}
.glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-PKBSK6QB.svg");
}
.glyphicon-icon.white _:-o-prefocus,
.glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-IS235O64.png");
}
.no-inlinesvg .glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-IS235O64.png");
}
.glyphicon-icon.glass {
  background-position: 4px 11px;
}
.glyphicon-icon.leaf {
  background-position: -44px 11px;
}
.glyphicon-icon.dog {
  background-position: -92px 11px;
}
.glyphicon-icon.user {
  background-position: -140px 11px;
}
.glyphicon-icon.girl {
  background-position: -188px 11px;
}
.glyphicon-icon.car {
  background-position: -236px 11px;
}
.glyphicon-icon.user-add {
  background-position: -284px 11px;
}
.glyphicon-icon.user-remove {
  background-position: -332px 11px;
}
.glyphicon-icon.film {
  background-position: -380px 11px;
}
.glyphicon-icon.magic {
  background-position: -428px 11px;
}
.glyphicon-icon.envelope {
  background-position: 4px -37px;
}
.glyphicon-icon.camera {
  background-position: -44px -37px;
}
.glyphicon-icon.heart {
  background-position: -92px -37px;
}
.glyphicon-icon.beach-umbrella {
  background-position: -140px -37px;
}
.glyphicon-icon.train {
  background-position: -188px -37px;
}
.glyphicon-icon.print {
  background-position: -236px -37px;
}
.glyphicon-icon.bin {
  background-position: -284px -37px;
}
.glyphicon-icon.music {
  background-position: -332px -37px;
}
.glyphicon-icon.note {
  background-position: -380px -37px;
}
.glyphicon-icon.heart-empty {
  background-position: -428px -37px;
}
.glyphicon-icon.home {
  background-position: 4px -85px;
}
.glyphicon-icon.snowflake {
  background-position: -44px -85px;
}
.glyphicon-icon.fire {
  background-position: -92px -85px;
}
.glyphicon-icon.magnet {
  background-position: -140px -85px;
}
.glyphicon-icon.parents {
  background-position: -188px -85px;
}
.glyphicon-icon.binoculars {
  background-position: -236px -85px;
}
.glyphicon-icon.road {
  background-position: -284px -85px;
}
.glyphicon-icon.search {
  background-position: -332px -85px;
}
.glyphicon-icon.cars {
  background-position: -380px -85px;
}
.glyphicon-icon.notes-2 {
  background-position: -428px -85px;
}
.glyphicon-icon.pencil {
  background-position: 4px -133px;
}
.glyphicon-icon.bus {
  background-position: -44px -133px;
}
.glyphicon-icon.wifi-alt {
  background-position: -92px -133px;
}
.glyphicon-icon.luggage {
  background-position: -140px -133px;
}
.glyphicon-icon.old-man {
  background-position: -188px -133px;
}
.glyphicon-icon.woman {
  background-position: -236px -133px;
}
.glyphicon-icon.file {
  background-position: -284px -133px;
}
.glyphicon-icon.coins {
  background-position: -332px -133px;
}
.glyphicon-icon.airplane {
  background-position: -380px -133px;
}
.glyphicon-icon.notes {
  background-position: -428px -133px;
}
.glyphicon-icon.stats {
  background-position: 4px -181px;
}
.glyphicon-icon.charts {
  background-position: -44px -181px;
}
.glyphicon-icon.pie-chart {
  background-position: -92px -181px;
}
.glyphicon-icon.group {
  background-position: -140px -181px;
}
.glyphicon-icon.keys {
  background-position: -188px -181px;
}
.glyphicon-icon.calendar {
  background-position: -236px -181px;
}
.glyphicon-icon.router {
  background-position: -284px -181px;
}
.glyphicon-icon.camera-small {
  background-position: -332px -181px;
}
.glyphicon-icon.dislikes {
  background-position: -380px -181px;
}
.glyphicon-icon.star {
  background-position: -428px -181px;
}
.glyphicon-icon.link {
  background-position: 4px -229px;
}
.glyphicon-icon.eye-open {
  background-position: -44px -229px;
}
.glyphicon-icon.eye-close {
  background-position: -92px -229px;
}
.glyphicon-icon.alarm {
  background-position: -140px -229px;
}
.glyphicon-icon.clock {
  background-position: -188px -229px;
}
.glyphicon-icon.stopwatch {
  background-position: -236px -229px;
}
.glyphicon-icon.projector {
  background-position: -284px -229px;
}
.glyphicon-icon.history {
  background-position: -332px -229px;
}
.glyphicon-icon.truck {
  background-position: -380px -229px;
}
.glyphicon-icon.cargo {
  background-position: -428px -229px;
}
.glyphicon-icon.compass {
  background-position: 4px -277px;
}
.glyphicon-icon.keynote {
  background-position: -44px -277px;
}
.glyphicon-icon.paperclip {
  background-position: -92px -277px;
}
.glyphicon-icon.power {
  background-position: -140px -277px;
}
.glyphicon-icon.lightbulb {
  background-position: -188px -277px;
}
.glyphicon-icon.tag {
  background-position: -236px -277px;
}
.glyphicon-icon.tags {
  background-position: -284px -277px;
}
.glyphicon-icon.cleaning {
  background-position: -332px -277px;
}
.glyphicon-icon.ruller {
  background-position: -380px -277px;
}
.glyphicon-icon.gift {
  background-position: -428px -277px;
}
.glyphicon-icon.umbrella {
  background-position: 4px -325px;
}
.glyphicon-icon.book {
  background-position: -44px -325px;
}
.glyphicon-icon.bookmark {
  background-position: -92px -325px;
}
.glyphicon-icon.wifi {
  background-position: -140px -325px;
}
.glyphicon-icon.cup {
  background-position: -188px -325px;
}
.glyphicon-icon.stroller {
  background-position: -236px -325px;
}
.glyphicon-icon.headphones {
  background-position: -284px -325px;
}
.glyphicon-icon.headset {
  background-position: -332px -325px;
}
.glyphicon-icon.warning-sign {
  background-position: -380px -325px;
}
.glyphicon-icon.signal {
  background-position: -428px -325px;
}
.glyphicon-icon.retweet {
  background-position: 4px -373px;
}
.glyphicon-icon.refresh {
  background-position: -44px -373px;
}
.glyphicon-icon.roundabout {
  background-position: -92px -373px;
}
.glyphicon-icon.random {
  background-position: -140px -373px;
}
.glyphicon-icon.heat {
  background-position: -188px -373px;
}
.glyphicon-icon.repeat {
  background-position: -236px -373px;
}
.glyphicon-icon.display {
  background-position: -284px -373px;
}
.glyphicon-icon.log-book {
  background-position: -332px -373px;
}
.glyphicon-icon.address-book {
  background-position: -380px -373px;
}
.glyphicon-icon.building {
  background-position: -428px -373px;
}
.glyphicon-icon.eyedropper {
  background-position: 4px -421px;
}
.glyphicon-icon.adjust {
  background-position: -44px -421px;
}
.glyphicon-icon.tint {
  background-position: -92px -421px;
}
.glyphicon-icon.crop {
  background-position: -140px -421px;
}
.glyphicon-icon.vector-path-square {
  background-position: -188px -421px;
}
.glyphicon-icon.vector-path-circle {
  background-position: -236px -421px;
}
.glyphicon-icon.vector-path-polygon {
  background-position: -284px -421px;
}
.glyphicon-icon.vector-path-line {
  background-position: -332px -421px;
}
.glyphicon-icon.vector-path-curve {
  background-position: -380px -421px;
}
.glyphicon-icon.vector-path-all {
  background-position: -428px -421px;
}
.glyphicon-icon.font {
  background-position: 4px -469px;
}
.glyphicon-icon.italic {
  background-position: -44px -469px;
}
.glyphicon-icon.bold {
  background-position: -92px -469px;
}
.glyphicon-icon.text-underline {
  background-position: -140px -469px;
}
.glyphicon-icon.text-strike {
  background-position: -188px -469px;
}
.glyphicon-icon.text-height {
  background-position: -236px -469px;
}
.glyphicon-icon.text-width {
  background-position: -284px -469px;
}
.glyphicon-icon.text-resize {
  background-position: -332px -469px;
}
.glyphicon-icon.left-indent {
  background-position: -380px -469px;
}
.glyphicon-icon.right-indent {
  background-position: -428px -469px;
}
.glyphicon-icon.align-left {
  background-position: 4px -517px;
}
.glyphicon-icon.align-center {
  background-position: -44px -517px;
}
.glyphicon-icon.align-right {
  background-position: -92px -517px;
}
.glyphicon-icon.justify {
  background-position: -140px -517px;
}
.glyphicon-icon.list {
  background-position: -188px -517px;
}
.glyphicon-icon.text-smaller {
  background-position: -236px -517px;
}
.glyphicon-icon.text-bigger {
  background-position: -284px -517px;
}
.glyphicon-icon.embed {
  background-position: -332px -517px;
}
.glyphicon-icon.embed-close {
  background-position: -380px -517px;
}
.glyphicon-icon.table {
  background-position: -428px -517px;
}
.glyphicon-icon.message-full {
  background-position: 4px -565px;
}
.glyphicon-icon.message-empty {
  background-position: -44px -565px;
}
.glyphicon-icon.message-in {
  background-position: -92px -565px;
}
.glyphicon-icon.message-out {
  background-position: -140px -565px;
}
.glyphicon-icon.message-plus {
  background-position: -188px -565px;
}
.glyphicon-icon.message-minus {
  background-position: -236px -565px;
}
.glyphicon-icon.message-ban {
  background-position: -284px -565px;
}
.glyphicon-icon.message-flag {
  background-position: -332px -565px;
}
.glyphicon-icon.message-lock {
  background-position: -380px -565px;
}
.glyphicon-icon.message-new {
  background-position: -428px -565px;
}
.glyphicon-icon.inbox {
  background-position: 4px -613px;
}
.glyphicon-icon.inbox-plus {
  background-position: -44px -613px;
}
.glyphicon-icon.inbox-minus {
  background-position: -92px -613px;
}
.glyphicon-icon.inbox-lock {
  background-position: -140px -613px;
}
.glyphicon-icon.inbox-in {
  background-position: -188px -613px;
}
.glyphicon-icon.inbox-out {
  background-position: -236px -613px;
}
.glyphicon-icon.cogwheel {
  background-position: -284px -613px;
}
.glyphicon-icon.cogwheels {
  background-position: -332px -613px;
}
.glyphicon-icon.picture {
  background-position: -380px -613px;
}
.glyphicon-icon.adjust-alt {
  background-position: -428px -613px;
}
.glyphicon-icon.database-lock {
  background-position: 4px -661px;
}
.glyphicon-icon.database-plus {
  background-position: -44px -661px;
}
.glyphicon-icon.database-minus {
  background-position: -92px -661px;
}
.glyphicon-icon.database-ban {
  background-position: -140px -661px;
}
.glyphicon-icon.folder-open {
  background-position: -188px -661px;
}
.glyphicon-icon.folder-plus {
  background-position: -236px -661px;
}
.glyphicon-icon.folder-minus {
  background-position: -284px -661px;
}
.glyphicon-icon.folder-lock {
  background-position: -332px -661px;
}
.glyphicon-icon.folder-flag {
  background-position: -380px -661px;
}
.glyphicon-icon.folder-new {
  background-position: -428px -661px;
}
.glyphicon-icon.edit {
  background-position: 4px -709px;
}
.glyphicon-icon.new-window {
  background-position: -44px -709px;
}
.glyphicon-icon.check {
  background-position: -92px -709px;
}
.glyphicon-icon.unchecked {
  background-position: -140px -709px;
}
.glyphicon-icon.more-windows {
  background-position: -188px -709px;
}
.glyphicon-icon.show-big-thumbnails {
  background-position: -236px -709px;
}
.glyphicon-icon.show-thumbnails {
  background-position: -284px -709px;
}
.glyphicon-icon.show-thumbnails-with-lines {
  background-position: -332px -709px;
}
.glyphicon-icon.show-lines {
  background-position: -380px -709px;
}
.glyphicon-icon.playlist {
  background-position: -428px -709px;
}
.glyphicon-icon.imac {
  background-position: 4px -757px;
}
.glyphicon-icon.macbook {
  background-position: -44px -757px;
}
.glyphicon-icon.ipad {
  background-position: -92px -757px;
}
.glyphicon-icon.iphone {
  background-position: -140px -757px;
}
.glyphicon-icon.iphone-transfer {
  background-position: -188px -757px;
}
.glyphicon-icon.iphone-exchange {
  background-position: -236px -757px;
}
.glyphicon-icon.ipod {
  background-position: -284px -757px;
}
.glyphicon-icon.ipod-shuffle {
  background-position: -332px -757px;
}
.glyphicon-icon.ear-plugs {
  background-position: -380px -757px;
}
.glyphicon-icon.record {
  background-position: -428px -757px;
}
.glyphicon-icon.step-backward {
  background-position: 4px -805px;
}
.glyphicon-icon.fast-backward {
  background-position: -44px -805px;
}
.glyphicon-icon.rewind {
  background-position: -92px -805px;
}
.glyphicon-icon.play {
  background-position: -140px -805px;
}
.glyphicon-icon.pause {
  background-position: -188px -805px;
}
.glyphicon-icon.stop {
  background-position: -236px -805px;
}
.glyphicon-icon.forward {
  background-position: -284px -805px;
}
.glyphicon-icon.fast-forward {
  background-position: -332px -805px;
}
.glyphicon-icon.step-forward {
  background-position: -380px -805px;
}
.glyphicon-icon.eject {
  background-position: -428px -805px;
}
.glyphicon-icon.facetime-video {
  background-position: 4px -853px;
}
.glyphicon-icon.download-alt {
  background-position: -44px -853px;
}
.glyphicon-icon.mute {
  background-position: -92px -853px;
}
.glyphicon-icon.volume-down {
  background-position: -140px -853px;
}
.glyphicon-icon.volume-up {
  background-position: -188px -853px;
}
.glyphicon-icon.screenshot {
  background-position: -236px -853px;
}
.glyphicon-icon.move {
  background-position: -284px -853px;
}
.glyphicon-icon.more {
  background-position: -332px -853px;
}
.glyphicon-icon.brightness-reduce {
  background-position: -380px -853px;
}
.glyphicon-icon.brightness-increase {
  background-position: -428px -853px;
}
.glyphicon-icon.circle-plus {
  background-position: 4px -901px;
}
.glyphicon-icon.circle-minus {
  background-position: -44px -901px;
}
.glyphicon-icon.circle-remove {
  background-position: -92px -901px;
}
.glyphicon-icon.circle-ok {
  background-position: -140px -901px;
}
.glyphicon-icon.circle-question-mark {
  background-position: -188px -901px;
}
.glyphicon-icon.circle-info {
  background-position: -236px -901px;
}
.glyphicon-icon.circle-exclamation-mark {
  background-position: -284px -901px;
}
.glyphicon-icon.remove {
  background-position: -332px -901px;
}
.glyphicon-icon.ok {
  background-position: -380px -901px;
}
.glyphicon-icon.ban {
  background-position: -428px -901px;
}
.glyphicon-icon.download {
  background-position: 4px -949px;
}
.glyphicon-icon.upload {
  background-position: -44px -949px;
}
.glyphicon-icon.shopping-cart {
  background-position: -92px -949px;
}
.glyphicon-icon.lock {
  background-position: -140px -949px;
}
.glyphicon-icon.unlock {
  background-position: -188px -949px;
}
.glyphicon-icon.electricity {
  background-position: -236px -949px;
}
.glyphicon-icon.ok-2 {
  background-position: -284px -949px;
}
.glyphicon-icon.remove-2 {
  background-position: -332px -949px;
}
.glyphicon-icon.cart-out {
  background-position: -380px -949px;
}
.glyphicon-icon.cart-in {
  background-position: -428px -949px;
}
.glyphicon-icon.left-arrow {
  background-position: 4px -997px;
}
.glyphicon-icon.right-arrow {
  background-position: -44px -997px;
}
.glyphicon-icon.down-arrow {
  background-position: -92px -997px;
}
.glyphicon-icon.up-arrow {
  background-position: -140px -997px;
}
.glyphicon-icon.resize-small {
  background-position: -188px -997px;
}
.glyphicon-icon.resize-full {
  background-position: -236px -997px;
}
.glyphicon-icon.circle-arrow-left {
  background-position: -284px -997px;
}
.glyphicon-icon.circle-arrow-right {
  background-position: -332px -997px;
}
.glyphicon-icon.circle-arrow-top {
  background-position: -380px -997px;
}
.glyphicon-icon.circle-arrow-down {
  background-position: -428px -997px;
}
.glyphicon-icon.play-button {
  background-position: 4px -1045px;
}
.glyphicon-icon.unshare {
  background-position: -44px -1045px;
}
.glyphicon-icon.share {
  background-position: -92px -1045px;
}
.glyphicon-icon.chevron-right {
  background-position: -140px -1045px;
}
.glyphicon-icon.chevron-left {
  background-position: -188px -1045px;
}
.glyphicon-icon.bluetooth {
  background-position: -236px -1045px;
}
.glyphicon-icon.euro {
  background-position: -284px -1045px;
}
.glyphicon-icon.usd {
  background-position: -332px -1045px;
}
.glyphicon-icon.gbp {
  background-position: -380px -1045px;
}
.glyphicon-icon.retweet-2 {
  background-position: -428px -1045px;
}
.glyphicon-icon.moon {
  background-position: 4px -1093px;
}
.glyphicon-icon.sun {
  background-position: -44px -1093px;
}
.glyphicon-icon.cloud {
  background-position: -92px -1093px;
}
.glyphicon-icon.direction {
  background-position: -140px -1093px;
}
.glyphicon-icon.brush {
  background-position: -188px -1093px;
}
.glyphicon-icon.pen {
  background-position: -236px -1093px;
}
.glyphicon-icon.zoom-in {
  background-position: -284px -1093px;
}
.glyphicon-icon.zoom-out {
  background-position: -332px -1093px;
}
.glyphicon-icon.pin {
  background-position: -380px -1093px;
}
.glyphicon-icon.albums {
  background-position: -428px -1093px;
}
.glyphicon-icon.rotation-lock {
  background-position: 4px -1141px;
}
.glyphicon-icon.flash {
  background-position: -44px -1141px;
}
.glyphicon-icon.google-maps {
  background-position: -92px -1141px;
}
.glyphicon-icon.anchor {
  background-position: -140px -1141px;
}
.glyphicon-icon.conversation {
  background-position: -188px -1141px;
}
.glyphicon-icon.chat {
  background-position: -236px -1141px;
}
.glyphicon-icon.male {
  background-position: -284px -1141px;
}
.glyphicon-icon.female {
  background-position: -332px -1141px;
}
.glyphicon-icon.asterisk {
  background-position: -380px -1141px;
}
.glyphicon-icon.divide {
  background-position: -428px -1141px;
}
.glyphicon-icon.snorkel-diving {
  background-position: 4px -1189px;
}
.glyphicon-icon.scuba-diving {
  background-position: -44px -1189px;
}
.glyphicon-icon.oxygen-bottle {
  background-position: -92px -1189px;
}
.glyphicon-icon.fins {
  background-position: -140px -1189px;
}
.glyphicon-icon.fishes {
  background-position: -188px -1189px;
}
.glyphicon-icon.boat {
  background-position: -236px -1189px;
}
.glyphicon-icon.delete {
  background-position: -284px -1189px;
}
.glyphicon-icon.sheriffs-star {
  background-position: -332px -1189px;
}
.glyphicon-icon.qrcode {
  background-position: -380px -1189px;
}
.glyphicon-icon.barcode {
  background-position: -428px -1189px;
}
.glyphicon-icon.pool {
  background-position: 4px -1237px;
}
.glyphicon-icon.buoy {
  background-position: -44px -1237px;
}
.glyphicon-icon.spade {
  background-position: -92px -1237px;
}
.glyphicon-icon.bank {
  background-position: -140px -1237px;
}
.glyphicon-icon.vcard {
  background-position: -188px -1237px;
}
.glyphicon-icon.electrical-plug {
  background-position: -236px -1237px;
}
.glyphicon-icon.flag {
  background-position: -284px -1237px;
}
.glyphicon-icon.credit-card {
  background-position: -332px -1237px;
}
.glyphicon-icon.keyboard-wireless {
  background-position: -380px -1237px;
}
.glyphicon-icon.keyboard-wired {
  background-position: -428px -1237px;
}
.glyphicon-icon.shield {
  background-position: 4px -1285px;
}
.glyphicon-icon.ring {
  background-position: -44px -1285px;
}
.glyphicon-icon.cake {
  background-position: -92px -1285px;
}
.glyphicon-icon.drink {
  background-position: -140px -1285px;
}
.glyphicon-icon.beer {
  background-position: -188px -1285px;
}
.glyphicon-icon.fast-food {
  background-position: -236px -1285px;
}
.glyphicon-icon.cutlery {
  background-position: -284px -1285px;
}
.glyphicon-icon.pizza {
  background-position: -332px -1285px;
}
.glyphicon-icon.birthday-cake {
  background-position: -380px -1285px;
}
.glyphicon-icon.tablet {
  background-position: -428px -1285px;
}
.glyphicon-icon.settings {
  background-position: 4px -1333px;
}
.glyphicon-icon.bullets {
  background-position: -44px -1333px;
}
.glyphicon-icon.cardio {
  background-position: -92px -1333px;
}
.glyphicon-icon.t-shirt {
  background-position: -140px -1333px;
}
.glyphicon-icon.pants {
  background-position: -188px -1333px;
}
.glyphicon-icon.sweater {
  background-position: -236px -1333px;
}
.glyphicon-icon.fabric {
  background-position: -284px -1333px;
}
.glyphicon-icon.leather {
  background-position: -332px -1333px;
}
.glyphicon-icon.scissors {
  background-position: -380px -1333px;
}
.glyphicon-icon.bomb {
  background-position: -428px -1333px;
}
.glyphicon-icon.skull {
  background-position: 4px -1381px;
}
.glyphicon-icon.celebration {
  background-position: -44px -1381px;
}
.glyphicon-icon.tea-kettle {
  background-position: -92px -1381px;
}
.glyphicon-icon.french-press {
  background-position: -140px -1381px;
}
.glyphicon-icon.coffee-cup {
  background-position: -188px -1381px;
}
.glyphicon-icon.pot {
  background-position: -236px -1381px;
}
.glyphicon-icon.grater {
  background-position: -284px -1381px;
}
.glyphicon-icon.kettle {
  background-position: -332px -1381px;
}
.glyphicon-icon.hospital {
  background-position: -380px -1381px;
}
.glyphicon-icon.hospital-h {
  background-position: -428px -1381px;
}
.glyphicon-icon.microphone {
  background-position: 4px -1429px;
}
.glyphicon-icon.webcam {
  background-position: -44px -1429px;
}
.glyphicon-icon.temple-christianity-church {
  background-position: -92px -1429px;
}
.glyphicon-icon.temple-islam {
  background-position: -140px -1429px;
}
.glyphicon-icon.temple-hindu {
  background-position: -188px -1429px;
}
.glyphicon-icon.temple-buddhist {
  background-position: -236px -1429px;
}
.glyphicon-icon.bicycle {
  background-position: -284px -1429px;
}
.glyphicon-icon.life-preserver {
  background-position: -332px -1429px;
}
.glyphicon-icon.share-alt {
  background-position: -380px -1429px;
}
.glyphicon-icon.comments {
  background-position: -428px -1429px;
}
.glyphicon-icon.flower {
  background-position: 4px -1477px;
}
.glyphicon-icon.baseball {
  background-position: -44px -1477px;
}
.glyphicon-icon.rugby {
  background-position: -92px -1477px;
}
.glyphicon-icon.ax {
  background-position: -140px -1477px;
}
.glyphicon-icon.table-tennis {
  background-position: -188px -1477px;
}
.glyphicon-icon.bowling {
  background-position: -236px -1477px;
}
.glyphicon-icon.tree-conifer {
  background-position: -284px -1477px;
}
.glyphicon-icon.tree-deciduous {
  background-position: -332px -1477px;
}
.glyphicon-icon.more-items {
  background-position: -380px -1477px;
}
.glyphicon-icon.sort {
  background-position: -428px -1477px;
}
.glyphicon-icon.filter {
  background-position: 4px -1525px;
}
.glyphicon-icon.gamepad {
  background-position: -44px -1525px;
}
.glyphicon-icon.playing-dices {
  background-position: -92px -1525px;
}
.glyphicon-icon.calculator {
  background-position: -140px -1525px;
}
.glyphicon-icon.tie {
  background-position: -188px -1525px;
}
.glyphicon-icon.wallet {
  background-position: -236px -1525px;
}
.glyphicon-icon.piano {
  background-position: -284px -1525px;
}
.glyphicon-icon.sampler {
  background-position: -332px -1525px;
}
.glyphicon-icon.podium {
  background-position: -380px -1525px;
}
.glyphicon-icon.soccer-ball {
  background-position: -428px -1525px;
}
.glyphicon-icon.blog {
  background-position: 4px -1573px;
}
.glyphicon-icon.dashboard {
  background-position: -44px -1573px;
}
.glyphicon-icon.certificate {
  background-position: -92px -1573px;
}
.glyphicon-icon.bell {
  background-position: -140px -1573px;
}
.glyphicon-icon.candle {
  background-position: -188px -1573px;
}
.glyphicon-icon.pushpin {
  background-position: -236px -1573px;
}
.glyphicon-icon.iphone-shake {
  background-position: -284px -1573px;
}
.glyphicon-icon.pin-flag {
  background-position: -332px -1573px;
}
.glyphicon-icon.turtle {
  background-position: -380px -1573px;
}
.glyphicon-icon.rabbit {
  background-position: -428px -1573px;
}
.glyphicon-icon.globe {
  background-position: 4px -1621px;
}
.glyphicon-icon.briefcase {
  background-position: -44px -1621px;
}
.glyphicon-icon.hdd {
  background-position: -92px -1621px;
}
.glyphicon-icon.thumbs-up {
  background-position: -140px -1621px;
}
.glyphicon-icon.thumbs-down {
  background-position: -188px -1621px;
}
.glyphicon-icon.hand-right {
  background-position: -236px -1621px;
}
.glyphicon-icon.hand-left {
  background-position: -284px -1621px;
}
.glyphicon-icon.hand-up {
  background-position: -332px -1621px;
}
.glyphicon-icon.hand-down {
  background-position: -380px -1621px;
}
.glyphicon-icon.fullscreen {
  background-position: -428px -1621px;
}
.glyphicon-icon.shopping-bag {
  background-position: 4px -1669px;
}
.glyphicon-icon.book-open {
  background-position: -44px -1669px;
}
.glyphicon-icon.nameplate {
  background-position: -92px -1669px;
}
.glyphicon-icon.nameplate-alt {
  background-position: -140px -1669px;
}
.glyphicon-icon.vases {
  background-position: -188px -1669px;
}
.glyphicon-icon.bullhorn {
  background-position: -236px -1669px;
}
.glyphicon-icon.dumbbell {
  background-position: -284px -1669px;
}
.glyphicon-icon.suitcase {
  background-position: -332px -1669px;
}
.glyphicon-icon.file-import {
  background-position: -380px -1669px;
}
.glyphicon-icon.file-export {
  background-position: -428px -1669px;
}
.glyphicon-icon.bug {
  background-position: 4px -1717px;
}
.glyphicon-icon.crown {
  background-position: -44px -1717px;
}
.glyphicon-icon.smoking {
  background-position: -92px -1717px;
}
.glyphicon-icon.cloud-download {
  background-position: -140px -1717px;
}
.glyphicon-icon.cloud-upload {
  background-position: -188px -1717px;
}
.glyphicon-icon.restart {
  background-position: -236px -1717px;
}
.glyphicon-icon.security-camera {
  background-position: -284px -1717px;
}
.glyphicon-icon.expand {
  background-position: -332px -1717px;
}
.glyphicon-icon.collapse {
  background-position: -380px -1717px;
}
.glyphicon-icon.collapse-top {
  background-position: -428px -1717px;
}
.glyphicon-icon.globe-af {
  background-position: 4px -1765px;
}
.glyphicon-icon.global {
  background-position: -44px -1765px;
}
.glyphicon-icon.spray {
  background-position: -92px -1765px;
}
.glyphicon-icon.nails {
  background-position: -140px -1765px;
}
.glyphicon-icon.claw-hammer {
  background-position: -188px -1765px;
}
.glyphicon-icon.classic-hammer {
  background-position: -236px -1765px;
}
.glyphicon-icon.hand-saw {
  background-position: -284px -1765px;
}
.glyphicon-icon.riflescope {
  background-position: -332px -1765px;
}
.glyphicon-icon.electrical-socket-eu {
  background-position: -380px -1765px;
}
.glyphicon-icon.electrical-socket-us {
  background-position: -428px -1765px;
}
.glyphicon-icon.message-forward {
  background-position: 4px -1813px;
}
.glyphicon-icon.coat-hanger {
  background-position: -44px -1813px;
}
.glyphicon-icon.dress {
  background-position: -92px -1813px;
}
.glyphicon-icon.bathrobe {
  background-position: -140px -1813px;
}
.glyphicon-icon.shirt {
  background-position: -188px -1813px;
}
.glyphicon-icon.underwear {
  background-position: -236px -1813px;
}
.glyphicon-icon.log-in {
  background-position: -284px -1813px;
}
.glyphicon-icon.log-out {
  background-position: -332px -1813px;
}
.glyphicon-icon.exit {
  background-position: -380px -1813px;
}
.glyphicon-icon.new-window-alt {
  background-position: -428px -1813px;
}
.glyphicon-icon.video-sd {
  background-position: 4px -1861px;
}
.glyphicon-icon.video-hd {
  background-position: -44px -1861px;
}
.glyphicon-icon.subtitles {
  background-position: -92px -1861px;
}
.glyphicon-icon.sound-stereo {
  background-position: -140px -1861px;
}
.glyphicon-icon.sound-dolby {
  background-position: -188px -1861px;
}
.glyphicon-icon.sound-5-1 {
  background-position: -236px -1861px;
}
.glyphicon-icon.sound-6-1 {
  background-position: -284px -1861px;
}
.glyphicon-icon.sound-7-1 {
  background-position: -332px -1861px;
}
.glyphicon-icon.copyright-mark {
  background-position: -380px -1861px;
}
.glyphicon-icon.registration-mark {
  background-position: -428px -1861px;
}
.glyphicon-icon.radar {
  background-position: 4px -1909px;
}
.glyphicon-icon.skateboard {
  background-position: -44px -1909px;
}
.glyphicon-icon.golf-course {
  background-position: -92px -1909px;
}
.glyphicon-icon.sorting {
  background-position: -140px -1909px;
}
.glyphicon-icon.sort-by-alphabet {
  background-position: -188px -1909px;
}
.glyphicon-icon.sort-by-alphabet-alt {
  background-position: -236px -1909px;
}
.glyphicon-icon.sort-by-order {
  background-position: -284px -1909px;
}
.glyphicon-icon.sort-by-order-alt {
  background-position: -332px -1909px;
}
.glyphicon-icon.sort-by-attributes {
  background-position: -380px -1909px;
}
.glyphicon-icon.sort-by-attributes-alt {
  background-position: -428px -1909px;
}
.glyphicon-icon.compressed {
  background-position: 4px -1957px;
}
.glyphicon-icon.package {
  background-position: -44px -1957px;
}
.glyphicon-icon.cloud-plus {
  background-position: -92px -1957px;
}
.glyphicon-icon.cloud-minus {
  background-position: -140px -1957px;
}
.glyphicon-icon.disk-save {
  background-position: -188px -1957px;
}
.glyphicon-icon.disk-open {
  background-position: -236px -1957px;
}
.glyphicon-icon.disk-saved {
  background-position: -284px -1957px;
}
.glyphicon-icon.disk-remove {
  background-position: -332px -1957px;
}
.glyphicon-icon.disk-import {
  background-position: -380px -1957px;
}
.glyphicon-icon.disk-export {
  background-position: -428px -1957px;
}
.glyphicon-icon.tower {
  background-position: 4px -2005px;
}
.glyphicon-icon.send {
  background-position: -44px -2005px;
}
.glyphicon-icon.git-branch {
  background-position: -92px -2005px;
}
.glyphicon-icon.git-create {
  background-position: -140px -2005px;
}
.glyphicon-icon.git-private {
  background-position: -188px -2005px;
}
.glyphicon-icon.git-delete {
  background-position: -236px -2005px;
}
.glyphicon-icon.git-merge {
  background-position: -284px -2005px;
}
.glyphicon-icon.git-pull-request {
  background-position: -332px -2005px;
}
.glyphicon-icon.git-compare {
  background-position: -380px -2005px;
}
.glyphicon-icon.git-commit {
  background-position: -428px -2005px;
}
.glyphicon-icon.construction-cone {
  background-position: 4px -2053px;
}
.glyphicon-icon.shoe-steps {
  background-position: -44px -2053px;
}
.glyphicon-icon.plus {
  background-position: -92px -2053px;
}
.glyphicon-icon.minus {
  background-position: -140px -2053px;
}
.glyphicon-icon.redo {
  background-position: -188px -2053px;
}
.glyphicon-icon.undo {
  background-position: -236px -2053px;
}
.glyphicon-icon.golf {
  background-position: -284px -2053px;
}
.glyphicon-icon.hockey {
  background-position: -332px -2053px;
}
.glyphicon-icon.pipe {
  background-position: -380px -2053px;
}
.glyphicon-icon.wrench {
  background-position: -428px -2053px;
}
.glyphicon-icon.folder-closed {
  background-position: 4px -2101px;
}
.glyphicon-icon.phone-alt {
  background-position: -44px -2101px;
}
.glyphicon-icon.earphone {
  background-position: -92px -2101px;
}
.glyphicon-icon.floppy-disk {
  background-position: -140px -2101px;
}
.glyphicon-icon.floppy-saved {
  background-position: -188px -2101px;
}
.glyphicon-icon.floppy-remove {
  background-position: -236px -2101px;
}
.glyphicon-icon.floppy-save {
  background-position: -284px -2101px;
}
.glyphicon-icon.floppy-open {
  background-position: -332px -2101px;
}
.glyphicon-icon.translate {
  background-position: -380px -2101px;
}
.glyphicon-icon.fax {
  background-position: -428px -2101px;
}
.glyphicon-icon.factory {
  background-position: 4px -2149px;
}
.glyphicon-icon.shop-window {
  background-position: -44px -2149px;
}
.glyphicon-icon.shop {
  background-position: -92px -2149px;
}
.glyphicon-icon.kiosk {
  background-position: -140px -2149px;
}
.glyphicon-icon.kiosk-wheels {
  background-position: -188px -2149px;
}
.glyphicon-icon.kiosk-light {
  background-position: -236px -2149px;
}
.glyphicon-icon.kiosk-food {
  background-position: -284px -2149px;
}
.glyphicon-icon.transfer {
  background-position: -332px -2149px;
}
.glyphicon-icon.money {
  background-position: -380px -2149px;
}
.glyphicon-icon.header {
  background-position: -428px -2149px;
}
.glyphicon-icon.blacksmith {
  background-position: 4px -2197px;
}
.glyphicon-icon.saw-blade {
  background-position: -44px -2197px;
}
.glyphicon-icon.basketball {
  background-position: -92px -2197px;
}
.glyphicon-icon.server {
  background-position: -140px -2197px;
}
.glyphicon-icon.server-plus {
  background-position: -188px -2197px;
}
.glyphicon-icon.server-minus {
  background-position: -236px -2197px;
}
.glyphicon-icon.server-ban {
  background-position: -284px -2197px;
}
.glyphicon-icon.server-flag {
  background-position: -332px -2197px;
}
.glyphicon-icon.server-lock {
  background-position: -380px -2197px;
}
.glyphicon-icon.server-new {
  background-position: -428px -2197px;
}
@font-face {
  font-family: "icomoon";
  src: url("./media/icomoon-C22CBEDI.eot?dd69nc");
  src:
    url("./media/icomoon-C22CBEDI.eot?#iefixdd69nc") format("embedded-opentype"),
    url("./media/icomoon-55UGZCM6.woff?dd69nc") format("woff"),
    url("./media/icomoon-3ITC3HOJ.ttf?dd69nc") format("truetype"),
    url("./media/icomoon-R3KRUASS.svg?dd69nc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  position: relative;
  display: inline-block;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0.9;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover i,
a:focus i,
a:hover [class^=icon-],
a:hover [class*=" icon-"],
a:focus [class^=icon-],
a:focus [class*=" icon-"] {
  text-decoration: none;
}
.icon-accessibility:before {
  content: "\e600";
}
.icon-accessibility2:before {
  content: "\e601";
}
.icon-address-book:before {
  content: "\e602";
}
.icon-address-book2:before {
  content: "\e603";
}
.icon-aid:before {
  content: "\e604";
}
.icon-airplane:before {
  content: "\e605";
}
.icon-airplane2:before {
  content: "\e606";
}
.icon-alarm:before {
  content: "\e607";
}
.icon-alarm2:before {
  content: "\e608";
}
.icon-alarm-cancel:before {
  content: "\e609";
}
.icon-alarm-check:before {
  content: "\e60a";
}
.icon-alarm-minus:before {
  content: "\e60b";
}
.icon-alarm-plus:before {
  content: "\e60c";
}
.icon-align-bottom:before {
  content: "\e60d";
}
.icon-align-center-horizontal:before {
  content: "\e60e";
}
.icon-align-center-vertical:before {
  content: "\e60f";
}
.icon-align-left:before {
  content: "\e610";
}
.icon-align-right:before {
  content: "\e611";
}
.icon-align-top:before {
  content: "\e612";
}
.icon-anchor:before {
  content: "\e613";
}
.icon-android:before {
  content: "\e614";
}
.icon-angry:before {
  content: "\e615";
}
.icon-angry2:before {
  content: "\e616";
}
.icon-apple:before {
  content: "\e617";
}
.icon-apple-fruit:before {
  content: "\e618";
}
.icon-archive:before {
  content: "\e619";
}
.icon-arrow:before {
  content: "\e61a";
}
.icon-arrow2:before {
  content: "\e61b";
}
.icon-arrow3:before {
  content: "\e61c";
}
.icon-arrow4:before {
  content: "\e61d";
}
.icon-arrow5:before {
  content: "\e61e";
}
.icon-arrow6:before {
  content: "\e61f";
}
.icon-arrow7:before {
  content: "\e620";
}
.icon-arrow8:before {
  content: "\e621";
}
.icon-arrow-bottom:before {
  content: "\e622";
}
.icon-arrow-down:before {
  content: "\e623";
}
.icon-arrow-down2:before {
  content: "\e624";
}
.icon-arrow-down3:before {
  content: "\e625";
}
.icon-arrow-down4:before {
  content: "\e626";
}
.icon-arrow-down5:before {
  content: "\e627";
}
.icon-arrow-down6:before {
  content: "\e628";
}
.icon-arrow-down7:before {
  content: "\e629";
}
.icon-arrow-down8:before {
  content: "\e62a";
}
.icon-arrow-down9:before {
  content: "\e62b";
}
.icon-arrow-down10:before {
  content: "\e62c";
}
.icon-arrow-down11:before {
  content: "\e62d";
}
.icon-arrow-down12:before {
  content: "\e62e";
}
.icon-arrow-down13:before {
  content: "\e62f";
}
.icon-arrow-down14:before {
  content: "\e630";
}
.icon-arrow-down15:before {
  content: "\e631";
}
.icon-arrow-down16:before {
  content: "\e632";
}
.icon-arrow-down-left:before {
  content: "\e633";
}
.icon-arrow-down-left2:before {
  content: "\e634";
}
.icon-arrow-down-left3:before {
  content: "\e635";
}
.icon-arrow-down-left4:before {
  content: "\e636";
}
.icon-arrow-down-left5:before {
  content: "\e637";
}
.icon-arrow-down-left6:before {
  content: "\e638";
}
.icon-arrow-down-left7:before {
  content: "\e639";
}
.icon-arrow-down-right:before {
  content: "\e63a";
}
.icon-arrow-down-right2:before {
  content: "\e63b";
}
.icon-arrow-down-right3:before {
  content: "\e63c";
}
.icon-arrow-down-right4:before {
  content: "\e63d";
}
.icon-arrow-down-right5:before {
  content: "\e63e";
}
.icon-arrow-down-right6:before {
  content: "\e63f";
}
.icon-arrow-down-right7:before {
  content: "\e640";
}
.icon-arrow-first:before {
  content: "\e641";
}
.icon-arrow-left:before {
  content: "\e642";
}
.icon-arrow-left2:before {
  content: "\e643";
}
.icon-arrow-left3:before {
  content: "\e644";
}
.icon-arrow-left4:before {
  content: "\e645";
}
.icon-arrow-left5:before {
  content: "\e646";
}
.icon-arrow-left6:before {
  content: "\e647";
}
.icon-arrow-left7:before {
  content: "\e648";
}
.icon-arrow-left8:before {
  content: "\e649";
}
.icon-arrow-left9:before {
  content: "\e64a";
}
.icon-arrow-left10:before {
  content: "\e64b";
}
.icon-arrow-left11:before {
  content: "\e64c";
}
.icon-arrow-left12:before {
  content: "\e64d";
}
.icon-arrow-left13:before {
  content: "\e64e";
}
.icon-arrow-left14:before {
  content: "\e64f";
}
.icon-arrow-left15:before {
  content: "\e650";
}
.icon-arrow-left16:before {
  content: "\e651";
}
.icon-arrow-left17:before {
  content: "\e652";
}
.icon-arrow-right:before {
  content: "\e653";
}
.icon-arrow-right2:before {
  content: "\e654";
}
.icon-arrow-right3:before {
  content: "\e655";
}
.icon-arrow-right4:before {
  content: "\e656";
}
.icon-arrow-right5:before {
  content: "\e657";
}
.icon-arrow-right6:before {
  content: "\e658";
}
.icon-arrow-right7:before {
  content: "\e659";
}
.icon-arrow-right8:before {
  content: "\e65a";
}
.icon-arrow-right9:before {
  content: "\e65b";
}
.icon-arrow-right10:before {
  content: "\e65c";
}
.icon-arrow-right11:before {
  content: "\e65d";
}
.icon-arrow-right12:before {
  content: "\e65e";
}
.icon-arrow-right13:before {
  content: "\e65f";
}
.icon-arrow-right14:before {
  content: "\e660";
}
.icon-arrow-right15:before {
  content: "\e661";
}
.icon-arrow-right16:before {
  content: "\e662";
}
.icon-arrow-right17:before {
  content: "\e663";
}
.icon-arrow-right18:before {
  content: "\e664";
}
.icon-arrow-square:before {
  content: "\e665";
}
.icon-arrow-up:before {
  content: "\e666";
}
.icon-arrow-up2:before {
  content: "\e667";
}
.icon-arrow-up3:before {
  content: "\e668";
}
.icon-arrow-up4:before {
  content: "\e669";
}
.icon-arrow-up5:before {
  content: "\e66a";
}
.icon-arrow-up6:before {
  content: "\e66b";
}
.icon-arrow-up7:before {
  content: "\e66c";
}
.icon-arrow-up8:before {
  content: "\e66d";
}
.icon-arrow-up9:before {
  content: "\e66e";
}
.icon-arrow-up10:before {
  content: "\e66f";
}
.icon-arrow-up11:before {
  content: "\e670";
}
.icon-arrow-up12:before {
  content: "\e671";
}
.icon-arrow-up13:before {
  content: "\e672";
}
.icon-arrow-up14:before {
  content: "\e673";
}
.icon-arrow-up15:before {
  content: "\e674";
}
.icon-arrow-up16:before {
  content: "\e675";
}
.icon-arrow-up-left:before {
  content: "\e676";
}
.icon-arrow-up-left2:before {
  content: "\e677";
}
.icon-arrow-up-left3:before {
  content: "\e678";
}
.icon-arrow-up-left4:before {
  content: "\e679";
}
.icon-arrow-up-left5:before {
  content: "\e67a";
}
.icon-arrow-up-left6:before {
  content: "\e67b";
}
.icon-arrow-up-left7:before {
  content: "\e67c";
}
.icon-arrow-up-right:before {
  content: "\e67d";
}
.icon-arrow-up-right2:before {
  content: "\e67e";
}
.icon-arrow-up-right3:before {
  content: "\e67f";
}
.icon-arrow-up-right4:before {
  content: "\e680";
}
.icon-arrow-up-right5:before {
  content: "\e681";
}
.icon-arrow-up-right6:before {
  content: "\e682";
}
.icon-arrow-up-right7:before {
  content: "\e683";
}
.icon-atom:before {
  content: "\e684";
}
.icon-atom2:before {
  content: "\e685";
}
.icon-attachment:before {
  content: "\e686";
}
.icon-attachment2:before {
  content: "\e687";
}
.icon-backspace:before {
  content: "\e688";
}
.icon-backspace2:before {
  content: "\e689";
}
.icon-backspace3:before {
  content: "\e68a";
}
.icon-backward:before {
  content: "\e68b";
}
.icon-backward2:before {
  content: "\e68c";
}
.icon-bag:before {
  content: "\e68d";
}
.icon-bag2:before {
  content: "\e68e";
}
.icon-bag3:before {
  content: "\e68f";
}
.icon-balance:before {
  content: "\e690";
}
.icon-balloon:before {
  content: "\e691";
}
.icon-barcode:before {
  content: "\e692";
}
.icon-barcode2:before {
  content: "\e693";
}
.icon-bars:before {
  content: "\e694";
}
.icon-bars2:before {
  content: "\e695";
}
.icon-bars3:before {
  content: "\e696";
}
.icon-bars4:before {
  content: "\e697";
}
.icon-bars5:before {
  content: "\e698";
}
.icon-bars6:before {
  content: "\e699";
}
.icon-baseball:before {
  content: "\e69a";
}
.icon-basket:before {
  content: "\e69b";
}
.icon-basket2:before {
  content: "\e69c";
}
.icon-basketball:before {
  content: "\e69d";
}
.icon-bed:before {
  content: "\e69e";
}
.icon-bed2:before {
  content: "\e69f";
}
.icon-bell:before {
  content: "\e6a0";
}
.icon-bell2:before {
  content: "\e6a1";
}
.icon-bike:before {
  content: "\e6a2";
}
.icon-binoculars:before {
  content: "\e6a3";
}
.icon-binoculars2:before {
  content: "\e6a4";
}
.icon-bishop:before {
  content: "\e6a5";
}
.icon-blocked:before {
  content: "\e6a6";
}
.icon-blog:before {
  content: "\e6a7";
}
.icon-blog2:before {
  content: "\e6a8";
}
.icon-blogger:before {
  content: "\e6a9";
}
.icon-blogger2:before {
  content: "\e6aa";
}
.icon-boat:before {
  content: "\e6ab";
}
.icon-bold:before {
  content: "\e6ac";
}
.icon-bold2:before {
  content: "\e6ad";
}
.icon-bomb:before {
  content: "\e6ae";
}
.icon-book:before {
  content: "\e6af";
}
.icon-book2:before {
  content: "\e6b0";
}
.icon-bookmark:before {
  content: "\e6b1";
}
.icon-bookmark2:before {
  content: "\e6b2";
}
.icon-bookmark3:before {
  content: "\e6b3";
}
.icon-bookmarks:before {
  content: "\e6b4";
}
.icon-books:before {
  content: "\e6b5";
}
.icon-bottle:before {
  content: "\e6b6";
}
.icon-bottle2:before {
  content: "\e6b7";
}
.icon-bowling:before {
  content: "\e6b8";
}
.icon-bowling2:before {
  content: "\e6b9";
}
.icon-bowling-ball:before {
  content: "\e6ba";
}
.icon-box:before {
  content: "\e6bb";
}
.icon-box-add:before {
  content: "\e6bc";
}
.icon-box-remove:before {
  content: "\e6bd";
}
.icon-brain:before {
  content: "\e6be";
}
.icon-briefcase:before {
  content: "\e6bf";
}
.icon-briefcase2:before {
  content: "\e6c0";
}
.icon-briefcase3:before {
  content: "\e6c1";
}
.icon-brightness-contrast:before {
  content: "\e6c2";
}
.icon-brightness-high:before {
  content: "\e6c3";
}
.icon-brightness-low:before {
  content: "\e6c4";
}
.icon-brightness-medium:before {
  content: "\e6c5";
}
.icon-brush:before {
  content: "\e6c6";
}
.icon-bubble:before {
  content: "\e6c7";
}
.icon-bubble2:before {
  content: "\e6c8";
}
.icon-bubble3:before {
  content: "\e6c9";
}
.icon-bubble4:before {
  content: "\e6ca";
}
.icon-bubble5:before {
  content: "\e6cb";
}
.icon-bubble6:before {
  content: "\e6cc";
}
.icon-bubble7:before {
  content: "\e6cd";
}
.icon-bubble8:before {
  content: "\e6ce";
}
.icon-bubble9:before {
  content: "\e6cf";
}
.icon-bubble10:before {
  content: "\e6d0";
}
.icon-bubble11:before {
  content: "\e6d1";
}
.icon-bubble12:before {
  content: "\e6d2";
}
.icon-bubble13:before {
  content: "\e6d3";
}
.icon-bubble-blocked:before {
  content: "\e6d4";
}
.icon-bubble-cancel:before {
  content: "\e6d5";
}
.icon-bubble-check:before {
  content: "\e6d6";
}
.icon-bubble-dots:before {
  content: "\e6d7";
}
.icon-bubble-dots2:before {
  content: "\e6d8";
}
.icon-bubble-dots3:before {
  content: "\e6d9";
}
.icon-bubble-dots4:before {
  content: "\e6da";
}
.icon-bubble-down:before {
  content: "\e6db";
}
.icon-bubble-first:before {
  content: "\e6dc";
}
.icon-bubble-forward:before {
  content: "\e6dd";
}
.icon-bubble-forward2:before {
  content: "\e6de";
}
.icon-bubble-heart:before {
  content: "\e6df";
}
.icon-bubble-last:before {
  content: "\e6e0";
}
.icon-bubble-left:before {
  content: "\e6e1";
}
.icon-bubble-link:before {
  content: "\e6e2";
}
.icon-bubble-locked:before {
  content: "\e6e3";
}
.icon-bubble-minus:before {
  content: "\e6e4";
}
.icon-bubble-notification:before {
  content: "\e6e5";
}
.icon-bubble-notification2:before {
  content: "\e6e6";
}
.icon-bubble-paperclip:before {
  content: "\e6e7";
}
.icon-bubble-plus:before {
  content: "\e6e8";
}
.icon-bubble-quote:before {
  content: "\e6e9";
}
.icon-bubble-replu:before {
  content: "\e6ea";
}
.icon-bubble-reply:before {
  content: "\e6eb";
}
.icon-bubble-right:before {
  content: "\e6ec";
}
.icon-bubbles:before {
  content: "\e6ed";
}
.icon-bubbles2:before {
  content: "\e6ee";
}
.icon-bubbles3:before {
  content: "\e6ef";
}
.icon-bubbles4:before {
  content: "\e6f0";
}
.icon-bubbles5:before {
  content: "\e6f1";
}
.icon-bubbles6:before {
  content: "\e6f2";
}
.icon-bubbles7:before {
  content: "\e6f3";
}
.icon-bubbles8:before {
  content: "\e6f4";
}
.icon-bubbles9:before {
  content: "\e6f5";
}
.icon-bubbles10:before {
  content: "\e6f6";
}
.icon-bubble-star:before {
  content: "\e6f7";
}
.icon-bubble-trash:before {
  content: "\e6f8";
}
.icon-bubble-up:before {
  content: "\e6f9";
}
.icon-bubble-user:before {
  content: "\e6fa";
}
.icon-bubble-video-chat:before {
  content: "\e6fb";
}
.icon-bug:before {
  content: "\e6fc";
}
.icon-bug2:before {
  content: "\e6fd";
}
.icon-bullhorn:before {
  content: "\e6fe";
}
.icon-bus:before {
  content: "\e6ff";
}
.icon-busy:before {
  content: "\e700";
}
.icon-busy2:before {
  content: "\e701";
}
.icon-busy3:before {
  content: "\e702";
}
.icon-busy4:before {
  content: "\e703";
}
.icon-cabinet:before {
  content: "\e704";
}
.icon-cake:before {
  content: "\e705";
}
.icon-calculate:before {
  content: "\e706";
}
.icon-calculate2:before {
  content: "\e707";
}
.icon-calendar:before {
  content: "\e708";
}
.icon-calendar2:before {
  content: "\e709";
}
.icon-calendar3:before {
  content: "\e70a";
}
.icon-calendar4:before {
  content: "\e70b";
}
.icon-calendar5:before {
  content: "\e70c";
}
.icon-call-incoming:before {
  content: "\e70d";
}
.icon-call-outgoing:before {
  content: "\e70e";
}
.icon-camera:before {
  content: "\e70f";
}
.icon-camera2:before {
  content: "\e710";
}
.icon-camera3:before {
  content: "\e711";
}
.icon-camera4:before {
  content: "\e712";
}
.icon-camera5:before {
  content: "\e713";
}
.icon-camera6:before {
  content: "\e714";
}
.icon-camera7:before {
  content: "\e715";
}
.icon-camera8:before {
  content: "\e716";
}
.icon-camera9:before {
  content: "\e717";
}
.icon-cancel:before {
  content: "\e718";
}
.icon-cancel-circle:before {
  content: "\e719";
}
.icon-cancel-circle2:before {
  content: "\e71a";
}
.icon-car:before {
  content: "\e71b";
}
.icon-cart:before {
  content: "\e71c";
}
.icon-cart2:before {
  content: "\e71d";
}
.icon-cart3:before {
  content: "\e71e";
}
.icon-cart4:before {
  content: "\e71f";
}
.icon-cart5:before {
  content: "\e720";
}
.icon-cart6:before {
  content: "\e721";
}
.icon-cart7:before {
  content: "\e722";
}
.icon-cart-add:before {
  content: "\e723";
}
.icon-cart-checkout:before {
  content: "\e724";
}
.icon-cart-minus:before {
  content: "\e725";
}
.icon-cart-plus:before {
  content: "\e726";
}
.icon-cart-remove:before {
  content: "\e727";
}
.icon-cart-remove2:before {
  content: "\e728";
}
.icon-cc:before {
  content: "\e729";
}
.icon-cd:before {
  content: "\e72a";
}
.icon-certificate:before {
  content: "\e72b";
}
.icon-chart:before {
  content: "\e72c";
}
.icon-checkbox:before {
  content: "\e72d";
}
.icon-checkbox-checked:before {
  content: "\e72e";
}
.icon-checkbox-checked2:before {
  content: "\e72f";
}
.icon-checkbox-partial:before {
  content: "\e730";
}
.icon-checkbox-partial2:before {
  content: "\e731";
}
.icon-checkbox-partial3:before {
  content: "\e732";
}
.icon-checkbox-unchecked:before {
  content: "\e733";
}
.icon-checkbox-unchecked2:before {
  content: "\e734";
}
.icon-checkbox-unchecked3:before {
  content: "\e735";
}
.icon-checkmark:before {
  content: "\e736";
}
.icon-checkmark2:before {
  content: "\e737";
}
.icon-checkmark3:before {
  content: "\e738";
}
.icon-checkmark4:before {
  content: "\e739";
}
.icon-checkmark-circle:before {
  content: "\e73a";
}
.icon-checkmark-circle2:before {
  content: "\e73b";
}
.icon-chess:before {
  content: "\e73c";
}
.icon-chrome:before {
  content: "\e73d";
}
.icon-circle:before {
  content: "\e73e";
}
.icon-circle2:before {
  content: "\e73f";
}
.icon-circle-small:before {
  content: "\e740";
}
.icon-clear-formatting:before {
  content: "\e741";
}
.icon-clipboard:before {
  content: "\e742";
}
.icon-clipboard2:before {
  content: "\e743";
}
.icon-clipboard3:before {
  content: "\e744";
}
.icon-clipboard4:before {
  content: "\e745";
}
.icon-clock:before {
  content: "\e746";
}
.icon-clock2:before {
  content: "\e747";
}
.icon-clock3:before {
  content: "\e748";
}
.icon-clock4:before {
  content: "\e749";
}
.icon-clock5:before {
  content: "\e74a";
}
.icon-clock6:before {
  content: "\e74b";
}
.icon-clock7:before {
  content: "\e74c";
}
.icon-close:before {
  content: "\e74d";
}
.icon-close2:before {
  content: "\e74e";
}
.icon-close3:before {
  content: "\e74f";
}
.icon-close4:before {
  content: "\e750";
}
.icon-close5:before {
  content: "\e751";
}
.icon-cloud:before {
  content: "\e752";
}
.icon-cloud2:before {
  content: "\e753";
}
.icon-cloud3:before {
  content: "\e754";
}
.icon-cloud-download:before {
  content: "\e755";
}
.icon-cloud-upload:before {
  content: "\e756";
}
.icon-clubs:before {
  content: "\e757";
}
.icon-code:before {
  content: "\e758";
}
.icon-cog:before {
  content: "\e759";
}
.icon-cog2:before {
  content: "\e75a";
}
.icon-cog3:before {
  content: "\e75b";
}
.icon-cog4:before {
  content: "\e75c";
}
.icon-cog5:before {
  content: "\e75d";
}
.icon-cog6:before {
  content: "\e75e";
}
.icon-cog7:before {
  content: "\e75f";
}
.icon-cogs:before {
  content: "\e760";
}
.icon-coin:before {
  content: "\e761";
}
.icon-coins:before {
  content: "\e762";
}
.icon-command:before {
  content: "\e763";
}
.icon-compass:before {
  content: "\e764";
}
.icon-compass2:before {
  content: "\e765";
}
.icon-cone:before {
  content: "\e766";
}
.icon-confused:before {
  content: "\e767";
}
.icon-confused2:before {
  content: "\e768";
}
.icon-connection:before {
  content: "\e769";
}
.icon-connection2:before {
  content: "\e76a";
}
.icon-connection3:before {
  content: "\e76b";
}
.icon-console:before {
  content: "\e76c";
}
.icon-construction:before {
  content: "\e76d";
}
.icon-contact-add:before {
  content: "\e76e";
}
.icon-contact-add2:before {
  content: "\e76f";
}
.icon-contact-remove:before {
  content: "\e770";
}
.icon-contact-remove2:before {
  content: "\e771";
}
.icon-contract:before {
  content: "\e772";
}
.icon-contract2:before {
  content: "\e773";
}
.icon-contract3:before {
  content: "\e774";
}
.icon-contrast:before {
  content: "\e775";
}
.icon-cool:before {
  content: "\e776";
}
.icon-cool2:before {
  content: "\e777";
}
.icon-copy:before {
  content: "\e778";
}
.icon-copy2:before {
  content: "\e779";
}
.icon-copy3:before {
  content: "\e77a";
}
.icon-copy4:before {
  content: "\e77b";
}
.icon-cord:before {
  content: "\e77c";
}
.icon-credit:before {
  content: "\e77d";
}
.icon-credit2:before {
  content: "\e77e";
}
.icon-crop:before {
  content: "\e77f";
}
.icon-crop2:before {
  content: "\e780";
}
.icon-crown:before {
  content: "\e781";
}
.icon-css3:before {
  content: "\e782";
}
.icon-cube:before {
  content: "\e783";
}
.icon-cube2:before {
  content: "\e784";
}
.icon-cube3:before {
  content: "\e785";
}
.icon-cube4:before {
  content: "\e786";
}
.icon-cup:before {
  content: "\e787";
}
.icon-cup2:before {
  content: "\e788";
}
.icon-cursor:before {
  content: "\e789";
}
.icon-cursor2:before {
  content: "\e78a";
}
.icon-cylinder:before {
  content: "\e78b";
}
.icon-dashboard:before {
  content: "\e78c";
}
.icon-database:before {
  content: "\e78d";
}
.icon-database2:before {
  content: "\e78e";
}
.icon-database3:before {
  content: "\e78f";
}
.icon-delicious:before {
  content: "\e790";
}
.icon-deviantart:before {
  content: "\e791";
}
.icon-deviantart2:before {
  content: "\e792";
}
.icon-diamond:before {
  content: "\e793";
}
.icon-diamond2:before {
  content: "\e794";
}
.icon-diamonds:before {
  content: "\e795";
}
.icon-dice:before {
  content: "\e796";
}
.icon-direction:before {
  content: "\e797";
}
.icon-disk:before {
  content: "\e798";
}
.icon-download:before {
  content: "\e799";
}
.icon-download2:before {
  content: "\e79a";
}
.icon-download3:before {
  content: "\e79b";
}
.icon-download4:before {
  content: "\e79c";
}
.icon-download5:before {
  content: "\e79d";
}
.icon-download6:before {
  content: "\e79e";
}
.icon-download7:before {
  content: "\e79f";
}
.icon-drawer:before {
  content: "\e7a0";
}
.icon-drawer2:before {
  content: "\e7a1";
}
.icon-drawer3:before {
  content: "\e7a2";
}
.icon-dribbble:before {
  content: "\e7a3";
}
.icon-dribbble2:before {
  content: "\e7a4";
}
.icon-dribbble3:before {
  content: "\e7a5";
}
.icon-droplet:before {
  content: "\e7a6";
}
.icon-droplet2:before {
  content: "\e7a7";
}
.icon-droplet3:before {
  content: "\e7a8";
}
.icon-droplet4:before {
  content: "\e7a9";
}
.icon-dumbbell:before {
  content: "\e7aa";
}
.icon-earth:before {
  content: "\e7ab";
}
.icon-eight-ball:before {
  content: "\e7ac";
}
.icon-eject:before {
  content: "\e7ad";
}
.icon-embed:before {
  content: "\e7ae";
}
.icon-enter:before {
  content: "\e7af";
}
.icon-enter2:before {
  content: "\e7b0";
}
.icon-enter3:before {
  content: "\e7b1";
}
.icon-enter4:before {
  content: "\e7b2";
}
.icon-enter5:before {
  content: "\e7b3";
}
.icon-envelop:before {
  content: "\e7b4";
}
.icon-envelop2:before {
  content: "\e7b5";
}
.icon-envelop3:before {
  content: "\e7b6";
}
.icon-envelop-opened:before {
  content: "\e7b7";
}
.icon-equalizer:before {
  content: "\e7b8";
}
.icon-equalizer2:before {
  content: "\e7b9";
}
.icon-equalizer3:before {
  content: "\e7ba";
}
.icon-esc:before {
  content: "\e7bb";
}
.icon-evil:before {
  content: "\e7bc";
}
.icon-evil2:before {
  content: "\e7bd";
}
.icon-exclude:before {
  content: "\e7be";
}
.icon-exit:before {
  content: "\e7bf";
}
.icon-exit2:before {
  content: "\e7c0";
}
.icon-exit3:before {
  content: "\e7c1";
}
.icon-exit4:before {
  content: "\e7c2";
}
.icon-expand:before {
  content: "\e7c3";
}
.icon-expand2:before {
  content: "\e7c4";
}
.icon-expand3:before {
  content: "\e7c5";
}
.icon-eye:before {
  content: "\e7c6";
}
.icon-eye2:before {
  content: "\e7c7";
}
.icon-eye3:before {
  content: "\e7c8";
}
.icon-eye4:before {
  content: "\e7c9";
}
.icon-eye5:before {
  content: "\e7ca";
}
.icon-eye6:before {
  content: "\e7cb";
}
.icon-eye7:before {
  content: "\e7cc";
}
.icon-eye8:before {
  content: "\e7cd";
}
.icon-eye-blocked:before {
  content: "\e7ce";
}
.icon-eye-blocked2:before {
  content: "\e7cf";
}
.icon-eyedropper:before {
  content: "\e7d0";
}
.icon-eyedropper2:before {
  content: "\e7d1";
}
.icon-facebook:before {
  content: "\e7d2";
}
.icon-facebook2:before {
  content: "\e7d3";
}
.icon-facebook3:before {
  content: "\e7d4";
}
.icon-facebook4:before {
  content: "\e7d5";
}
.icon-factory:before {
  content: "\e7d6";
}
.icon-fan:before {
  content: "\e7d7";
}
.icon-feed:before {
  content: "\e7d8";
}
.icon-feed2:before {
  content: "\e7d9";
}
.icon-feed3:before {
  content: "\e7da";
}
.icon-feed4:before {
  content: "\e7db";
}
.icon-female:before {
  content: "\e7dc";
}
.icon-file:before {
  content: "\e7dd";
}
.icon-file2:before {
  content: "\e7de";
}
.icon-file3:before {
  content: "\e7df";
}
.icon-file4:before {
  content: "\e7e0";
}
.icon-file5:before {
  content: "\e7e1";
}
.icon-file6:before {
  content: "\e7e2";
}
.icon-file7:before {
  content: "\e7e3";
}
.icon-file8:before {
  content: "\e7e4";
}
.icon-file9:before {
  content: "\e7e5";
}
.icon-file-check:before {
  content: "\e7e6";
}
.icon-file-check2:before {
  content: "\e7e7";
}
.icon-file-css:before {
  content: "\e7e8";
}
.icon-file-download:before {
  content: "\e7e9";
}
.icon-file-download2:before {
  content: "\e7ea";
}
.icon-file-excel:before {
  content: "\e7eb";
}
.icon-file-minus:before {
  content: "\e7ec";
}
.icon-file-minus2:before {
  content: "\e7ed";
}
.icon-file-openoffice:before {
  content: "\e7ee";
}
.icon-file-pdf:before {
  content: "\e7ef";
}
.icon-file-plus:before {
  content: "\e7f0";
}
.icon-file-plus2:before {
  content: "\e7f1";
}
.icon-file-powerpoint:before {
  content: "\e7f2";
}
.icon-file-remove:before {
  content: "\e7f3";
}
.icon-file-remove2:before {
  content: "\e7f4";
}
.icon-files:before {
  content: "\e7f5";
}
.icon-file-upload:before {
  content: "\e7f6";
}
.icon-file-upload2:before {
  content: "\e7f7";
}
.icon-file-word:before {
  content: "\e7f8";
}
.icon-file-xml:before {
  content: "\e7f9";
}
.icon-file-zip:before {
  content: "\e7fa";
}
.icon-film:before {
  content: "\e7fb";
}
.icon-film2:before {
  content: "\e7fc";
}
.icon-film3:before {
  content: "\e7fd";
}
.icon-film4:before {
  content: "\e7fe";
}
.icon-filter:before {
  content: "\e7ff";
}
.icon-filter2:before {
  content: "\e800";
}
.icon-filter3:before {
  content: "\e801";
}
.icon-filter4:before {
  content: "\e802";
}
.icon-finder:before {
  content: "\e803";
}
.icon-fire:before {
  content: "\e804";
}
.icon-fire2:before {
  content: "\e805";
}
.icon-firefox:before {
  content: "\e806";
}
.icon-first:before {
  content: "\e807";
}
.icon-flag:before {
  content: "\e808";
}
.icon-flag2:before {
  content: "\e809";
}
.icon-flag3:before {
  content: "\e80a";
}
.icon-flag4:before {
  content: "\e80b";
}
.icon-flag5:before {
  content: "\e80c";
}
.icon-flag6:before {
  content: "\e80d";
}
.icon-flattr:before {
  content: "\e80e";
}
.icon-flickr:before {
  content: "\e80f";
}
.icon-flickr2:before {
  content: "\e810";
}
.icon-flickr3:before {
  content: "\e811";
}
.icon-flickr4:before {
  content: "\e812";
}
.icon-flip:before {
  content: "\e813";
}
.icon-flip2:before {
  content: "\e814";
}
.icon-flower:before {
  content: "\e815";
}
.icon-folder:before {
  content: "\e816";
}
.icon-folder2:before {
  content: "\e817";
}
.icon-folder3:before {
  content: "\e818";
}
.icon-folder4:before {
  content: "\e819";
}
.icon-folder5:before {
  content: "\e81a";
}
.icon-folder6:before {
  content: "\e81b";
}
.icon-folder8:before {
  content: "\e81c";
}
.icon-folder-download:before {
  content: "\e81d";
}
.icon-folder-download2:before {
  content: "\e81e";
}
.icon-folder-download3:before {
  content: "\e81f";
}
.icon-folder-minus:before {
  content: "\e820";
}
.icon-folder-minus2:before {
  content: "\e821";
}
.icon-folder-minus3:before {
  content: "\e822";
}
.icon-folder-open:before {
  content: "\e823";
}
.icon-folder-open2:before {
  content: "\e824";
}
.icon-folder-open3:before {
  content: "\e825";
}
.icon-folder-plus:before {
  content: "\e826";
}
.icon-folder-plus2:before {
  content: "\e827";
}
.icon-folder-plus3:before {
  content: "\e828";
}
.icon-folder-plus4:before {
  content: "\e829";
}
.icon-folder-remove:before {
  content: "\e82a";
}
.icon-folder-remove2:before {
  content: "\e82b";
}
.icon-folder-upload:before {
  content: "\e82c";
}
.icon-folder-upload2:before {
  content: "\e82d";
}
.icon-folder-upload3:before {
  content: "\e82e";
}
.icon-font:before {
  content: "\e82f";
}
.icon-font-size:before {
  content: "\e830";
}
.icon-font-size2:before {
  content: "\e831";
}
.icon-food:before {
  content: "\e832";
}
.icon-food2:before {
  content: "\e833";
}
.icon-football:before {
  content: "\e834";
}
.icon-forrst:before {
  content: "\e835";
}
.icon-forrst2:before {
  content: "\e836";
}
.icon-forward:before {
  content: "\e837";
}
.icon-forward2:before {
  content: "\e838";
}
.icon-forward3:before {
  content: "\e839";
}
.icon-foursquare:before {
  content: "\e83a";
}
.icon-foursquare2:before {
  content: "\e83b";
}
.icon-fullscreen:before {
  content: "\e83c";
}
.icon-gamepad:before {
  content: "\e83d";
}
.icon-gamepad2:before {
  content: "\e83e";
}
.icon-gamepad3:before {
  content: "\e83f";
}
.icon-gas-pump:before {
  content: "\e840";
}
.icon-gift:before {
  content: "\e841";
}
.icon-gift2:before {
  content: "\e842";
}
.icon-github:before {
  content: "\e843";
}
.icon-github2:before {
  content: "\e844";
}
.icon-github3:before {
  content: "\e845";
}
.icon-github4:before {
  content: "\e846";
}
.icon-github5:before {
  content: "\e847";
}
.icon-glass:before {
  content: "\e848";
}
.icon-glass2:before {
  content: "\e849";
}
.icon-glasses:before {
  content: "\e84a";
}
.icon-glasses2:before {
  content: "\e84b";
}
.icon-glasses3:before {
  content: "\e84c";
}
.icon-globe:before {
  content: "\e84d";
}
.icon-globe2:before {
  content: "\e84e";
}
.icon-globe3:before {
  content: "\e84f";
}
.icon-golf:before {
  content: "\e850";
}
.icon-google:before {
  content: "\e851";
}
.icon-google-drive:before {
  content: "\e852";
}
.icon-google-plus:before {
  content: "\e853";
}
.icon-google-plus2:before {
  content: "\e854";
}
.icon-google-plus3:before {
  content: "\e855";
}
.icon-google-plus4:before {
  content: "\e856";
}
.icon-graduation:before {
  content: "\e857";
}
.icon-grid:before {
  content: "\e858";
}
.icon-grid2:before {
  content: "\e859";
}
.icon-grid3:before {
  content: "\e85a";
}
.icon-grid4:before {
  content: "\e85b";
}
.icon-grid5:before {
  content: "\e85c";
}
.icon-grid6:before {
  content: "\e85d";
}
.icon-grin:before {
  content: "\e85e";
}
.icon-grin2:before {
  content: "\e85f";
}
.icon-guitar:before {
  content: "\e860";
}
.icon-gun:before {
  content: "\e861";
}
.icon-gun-ban:before {
  content: "\e862";
}
.icon-hamburger:before {
  content: "\e863";
}
.icon-hammer:before {
  content: "\e864";
}
.icon-hammer2:before {
  content: "\e865";
}
.icon-hand:before {
  content: "\e866";
}
.icon-hanger:before {
  content: "\e867";
}
.icon-happy:before {
  content: "\e868";
}
.icon-happy2:before {
  content: "\e869";
}
.icon-headphones:before {
  content: "\e86a";
}
.icon-headphones2:before {
  content: "\e86b";
}
.icon-health:before {
  content: "\e86c";
}
.icon-heart:before {
  content: "\e86d";
}
.icon-heart2:before {
  content: "\e86e";
}
.icon-heart3:before {
  content: "\e86f";
}
.icon-heart4:before {
  content: "\e870";
}
.icon-heart5:before {
  content: "\e871";
}
.icon-heart6:before {
  content: "\e872";
}
.icon-heart7:before {
  content: "\e873";
}
.icon-heart8:before {
  content: "\e874";
}
.icon-heart-broken:before {
  content: "\e875";
}
.icon-heart-broken2:before {
  content: "\e876";
}
.icon-heart-broken3:before {
  content: "\e877";
}
.icon-height:before {
  content: "\e878";
}
.icon-highlight:before {
  content: "\e879";
}
.icon-history:before {
  content: "\e87a";
}
.icon-history2:before {
  content: "\e87b";
}
.icon-hockey:before {
  content: "\e87c";
}
.icon-home:before {
  content: "\e87d";
}
.icon-home2:before {
  content: "\e87e";
}
.icon-home3:before {
  content: "\e87f";
}
.icon-home4:before {
  content: "\e880";
}
.icon-home5:before {
  content: "\e881";
}
.icon-home6:before {
  content: "\e882";
}
.icon-home7:before {
  content: "\e883";
}
.icon-home8:before {
  content: "\e884";
}
.icon-home9:before {
  content: "\e885";
}
.icon-home10:before {
  content: "\e886";
}
.icon-home11:before {
  content: "\e887";
}
.icon-home12:before {
  content: "\e888";
}
.icon-html5:before {
  content: "\e889";
}
.icon-html52:before {
  content: "\e88a";
}
.icon-IcoMoon:before {
  content: "\e88b";
}
.icon-IE:before {
  content: "\e88c";
}
.icon-image:before {
  content: "\e88d";
}
.icon-image2:before {
  content: "\e88e";
}
.icon-image3:before {
  content: "\e88f";
}
.icon-image4:before {
  content: "\e890";
}
.icon-image5:before {
  content: "\e891";
}
.icon-image6:before {
  content: "\e892";
}
.icon-image7:before {
  content: "\e893";
}
.icon-images:before {
  content: "\e894";
}
.icon-images2:before {
  content: "\e895";
}
.icon-indent-decrease:before {
  content: "\e896";
}
.icon-indent-decrease2:before {
  content: "\e897";
}
.icon-indent-increase:before {
  content: "\e898";
}
.icon-indent-increase2:before {
  content: "\e899";
}
.icon-info:before {
  content: "\e89a";
}
.icon-info2:before {
  content: "\e89b";
}
.icon-inject:before {
  content: "\e89c";
}
.icon-inject2:before {
  content: "\e89d";
}
.icon-insert-template:before {
  content: "\e89e";
}
.icon-instagram:before {
  content: "\e89f";
}
.icon-interset:before {
  content: "\e8a0";
}
.icon-italic:before {
  content: "\e8a1";
}
.icon-italic2:before {
  content: "\e8a2";
}
.icon-joomla:before {
  content: "\e8a3";
}
.icon-key:before {
  content: "\e8a4";
}
.icon-key2:before {
  content: "\e8a5";
}
.icon-key3:before {
  content: "\e8a6";
}
.icon-key4:before {
  content: "\e8a7";
}
.icon-key5:before {
  content: "\e8a8";
}
.icon-key-A:before {
  content: "\e8a9";
}
.icon-keyboard:before {
  content: "\e8aa";
}
.icon-keyboard2:before {
  content: "\e8ab";
}
.icon-key-down:before {
  content: "\e8ac";
}
.icon-keyhole:before {
  content: "\e8ad";
}
.icon-key-keyboard:before {
  content: "\e8ae";
}
.icon-key-left:before {
  content: "\e8af";
}
.icon-key-right:before {
  content: "\e8b0";
}
.icon-key-up:before {
  content: "\e8b1";
}
.icon-king:before {
  content: "\e8b2";
}
.icon-knight:before {
  content: "\e8b3";
}
.icon-lab:before {
  content: "\e8b4";
}
.icon-ladder:before {
  content: "\e8b5";
}
.icon-lamp:before {
  content: "\e8b6";
}
.icon-lamp2:before {
  content: "\e8b7";
}
.icon-lamp3:before {
  content: "\e8b8";
}
.icon-lamp4:before {
  content: "\e8b9";
}
.icon-lanyrd:before {
  content: "\e8ba";
}
.icon-laptop:before {
  content: "\e8bb";
}
.icon-last:before {
  content: "\e8bc";
}
.icon-lastfm:before {
  content: "\e8bd";
}
.icon-lastfm2:before {
  content: "\e8be";
}
.icon-leaf:before {
  content: "\e8bf";
}
.icon-leaf2:before {
  content: "\e8c0";
}
.icon-left-to-right:before {
  content: "\e8c1";
}
.icon-library:before {
  content: "\e8c2";
}
.icon-library2:before {
  content: "\e8c3";
}
.icon-libreoffice:before {
  content: "\e8c4";
}
.icon-lightning:before {
  content: "\e8c5";
}
.icon-link:before {
  content: "\e8c6";
}
.icon-link2:before {
  content: "\e8c7";
}
.icon-link3:before {
  content: "\e8c8";
}
.icon-link4:before {
  content: "\e8c9";
}
.icon-link5:before {
  content: "\e8ca";
}
.icon-link6:before {
  content: "\e8cb";
}
.icon-link22:before {
  content: "\e8cc";
}
.icon-linkedin:before {
  content: "\e8cd";
}
.icon-lips:before {
  content: "\e8ce";
}
.icon-lips2:before {
  content: "\e8cf";
}
.icon-list:before {
  content: "\e8d0";
}
.icon-list2:before {
  content: "\e8d1";
}
.icon-list3:before {
  content: "\e8d2";
}
.icon-list4:before {
  content: "\e8d3";
}
.icon-list5:before {
  content: "\e8d4";
}
.icon-location:before {
  content: "\e8d5";
}
.icon-location2:before {
  content: "\e8d6";
}
.icon-location3:before {
  content: "\e8d7";
}
.icon-location4:before {
  content: "\e8d8";
}
.icon-location5:before {
  content: "\e8d9";
}
.icon-location6:before {
  content: "\e8da";
}
.icon-location7:before {
  content: "\e8db";
}
.icon-lock:before {
  content: "\e8dc";
}
.icon-lock2:before {
  content: "\e8dd";
}
.icon-lock3:before {
  content: "\e8de";
}
.icon-lock4:before {
  content: "\e8df";
}
.icon-lock5:before {
  content: "\e8e0";
}
.icon-loop:before {
  content: "\e8e1";
}
.icon-loop2:before {
  content: "\e8e2";
}
.icon-loop3:before {
  content: "\e8e3";
}
.icon-loop4:before {
  content: "\e8e4";
}
.icon-loop5:before {
  content: "\e8e5";
}
.icon-magnet:before {
  content: "\e8e6";
}
.icon-magnet2:before {
  content: "\e8e7";
}
.icon-magnet3:before {
  content: "\e8e8";
}
.icon-magnet4:before {
  content: "\e8e9";
}
.icon-mail:before {
  content: "\e8ea";
}
.icon-mail2:before {
  content: "\e8eb";
}
.icon-mail3:before {
  content: "\e8ec";
}
.icon-mail4:before {
  content: "\e8ed";
}
.icon-mail-send:before {
  content: "\e8ee";
}
.icon-male:before {
  content: "\e8ef";
}
.icon-man:before {
  content: "\e8f0";
}
.icon-map:before {
  content: "\e8f1";
}
.icon-map2:before {
  content: "\e8f2";
}
.icon-map3:before {
  content: "\e8f3";
}
.icon-map4:before {
  content: "\e8f4";
}
.icon-marker:before {
  content: "\e8f5";
}
.icon-marker2:before {
  content: "\e8f6";
}
.icon-medal:before {
  content: "\e8f7";
}
.icon-medal2:before {
  content: "\e8f8";
}
.icon-medal3:before {
  content: "\e8f9";
}
.icon-medal4:before {
  content: "\e8fa";
}
.icon-medal5:before {
  content: "\e8fb";
}
.icon-megaphone:before {
  content: "\e8fc";
}
.icon-menu:before {
  content: "\e8fd";
}
.icon-menu2:before {
  content: "\e8fe";
}
.icon-menu3:before {
  content: "\e8ff";
}
.icon-menu4:before {
  content: "\e900";
}
.icon-menu5:before {
  content: "\e901";
}
.icon-menu6:before {
  content: "\e902";
}
.icon-menu7:before {
  content: "\e903";
}
.icon-menu8:before {
  content: "\e904";
}
.icon-menu9:before {
  content: "\e905";
}
.icon-menu10:before {
  content: "\e906";
}
.icon-menu11:before {
  content: "\e907";
}
.icon-menu-close:before {
  content: "\e908";
}
.icon-menu-close2:before {
  content: "\e909";
}
.icon-meter:before {
  content: "\e90a";
}
.icon-meter2:before {
  content: "\e90b";
}
.icon-meter-fast:before {
  content: "\e90c";
}
.icon-meter-medium:before {
  content: "\e90d";
}
.icon-meter-slow:before {
  content: "\e90e";
}
.icon-mic:before {
  content: "\e90f";
}
.icon-mic2:before {
  content: "\e910";
}
.icon-mic3:before {
  content: "\e911";
}
.icon-mic4:before {
  content: "\e912";
}
.icon-mic5:before {
  content: "\e913";
}
.icon-microscope:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-minus2:before {
  content: "\e916";
}
.icon-minus-circle:before {
  content: "\e917";
}
.icon-minus-circle2:before {
  content: "\e918";
}
.icon-mobile:before {
  content: "\e919";
}
.icon-mobile2:before {
  content: "\e91a";
}
.icon-mobile3:before {
  content: "\e91b";
}
.icon-moon:before {
  content: "\e91c";
}
.icon-mouse:before {
  content: "\e91d";
}
.icon-mouse2:before {
  content: "\e91e";
}
.icon-mouse3:before {
  content: "\e91f";
}
.icon-mouse4:before {
  content: "\e920";
}
.icon-move:before {
  content: "\e921";
}
.icon-movie:before {
  content: "\e922";
}
.icon-movie2:before {
  content: "\e923";
}
.icon-movie3:before {
  content: "\e924";
}
.icon-mug:before {
  content: "\e925";
}
.icon-music:before {
  content: "\e926";
}
.icon-music2:before {
  content: "\e927";
}
.icon-music3:before {
  content: "\e928";
}
.icon-music4:before {
  content: "\e929";
}
.icon-music5:before {
  content: "\e92a";
}
.icon-music6:before {
  content: "\e92b";
}
.icon-nbsp:before {
  content: "\e92c";
}
.icon-network:before {
  content: "\e92d";
}
.icon-neutral:before {
  content: "\e92e";
}
.icon-neutral2:before {
  content: "\e92f";
}
.icon-new:before {
  content: "\e930";
}
.icon-newspaper:before {
  content: "\e931";
}
.icon-new-tab:before {
  content: "\e932";
}
.icon-new-tab2:before {
  content: "\e933";
}
.icon-next:before {
  content: "\e934";
}
.icon-notebook:before {
  content: "\e935";
}
.icon-notification:before {
  content: "\e936";
}
.icon-notification2:before {
  content: "\e937";
}
.icon-numbered-list:before {
  content: "\e938";
}
.icon-office:before {
  content: "\e939";
}
.icon-omega:before {
  content: "\e93a";
}
.icon-opera:before {
  content: "\e93b";
}
.icon-package:before {
  content: "\e93c";
}
.icon-pacman:before {
  content: "\e93d";
}
.icon-pagebreak:before {
  content: "\e93e";
}
.icon-page-break:before {
  content: "\e93f";
}
.icon-page-break2:before {
  content: "\e940";
}
.icon-paint-format:before {
  content: "\e941";
}
.icon-paint-format2:before {
  content: "\e942";
}
.icon-palette:before {
  content: "\e943";
}
.icon-palette2:before {
  content: "\e944";
}
.icon-paper-plane:before {
  content: "\e945";
}
.icon-paragraph-center:before {
  content: "\e946";
}
.icon-paragraph-center2:before {
  content: "\e947";
}
.icon-paragraph-center3:before {
  content: "\e948";
}
.icon-paragraph-justify:before {
  content: "\e949";
}
.icon-paragraph-justify2:before {
  content: "\e94a";
}
.icon-paragraph-justify3:before {
  content: "\e94b";
}
.icon-paragraph-left:before {
  content: "\e94c";
}
.icon-paragraph-left2:before {
  content: "\e94d";
}
.icon-paragraph-left3:before {
  content: "\e94e";
}
.icon-paragraph-right:before {
  content: "\e94f";
}
.icon-paragraph-right2:before {
  content: "\e950";
}
.icon-paragraph-right3:before {
  content: "\e951";
}
.icon-paste:before {
  content: "\e952";
}
.icon-paste2:before {
  content: "\e953";
}
.icon-paste3:before {
  content: "\e954";
}
.icon-patch:before {
  content: "\e955";
}
.icon-pause:before {
  content: "\e956";
}
.icon-pause2:before {
  content: "\e957";
}
.icon-paw:before {
  content: "\e958";
}
.icon-pawn:before {
  content: "\e959";
}
.icon-paypal:before {
  content: "\e95a";
}
.icon-paypal2:before {
  content: "\e95b";
}
.icon-paypal3:before {
  content: "\e95c";
}
.icon-peace:before {
  content: "\e95d";
}
.icon-pen:before {
  content: "\e95e";
}
.icon-pen2:before {
  content: "\e95f";
}
.icon-pen3:before {
  content: "\e960";
}
.icon-pen4:before {
  content: "\e961";
}
.icon-pen5:before {
  content: "\e962";
}
.icon-pencil:before {
  content: "\e963";
}
.icon-pencil2:before {
  content: "\e964";
}
.icon-pencil3:before {
  content: "\e965";
}
.icon-pencil4:before {
  content: "\e966";
}
.icon-pencil5:before {
  content: "\e967";
}
.icon-pencil6:before {
  content: "\e968";
}
.icon-people:before {
  content: "\e969";
}
.icon-phone:before {
  content: "\e96a";
}
.icon-phone2:before {
  content: "\e96b";
}
.icon-phone3:before {
  content: "\e96c";
}
.icon-phone4:before {
  content: "\e96d";
}
.icon-phone5:before {
  content: "\e96e";
}
.icon-phone6:before {
  content: "\e96f";
}
.icon-phone-hang-up:before {
  content: "\e970";
}
.icon-phone-hang-up2:before {
  content: "\e971";
}
.icon-piano:before {
  content: "\e972";
}
.icon-picassa:before {
  content: "\e973";
}
.icon-picassa2:before {
  content: "\e974";
}
.icon-pie:before {
  content: "\e975";
}
.icon-pie2:before {
  content: "\e976";
}
.icon-pie3:before {
  content: "\e977";
}
.icon-pie4:before {
  content: "\e978";
}
.icon-pie5:before {
  content: "\e979";
}
.icon-pie6:before {
  content: "\e97a";
}
.icon-pie7:before {
  content: "\e97b";
}
.icon-pilcrow:before {
  content: "\e97c";
}
.icon-pinterest:before {
  content: "\e97d";
}
.icon-pinterest2:before {
  content: "\e97e";
}
.icon-play:before {
  content: "\e97f";
}
.icon-play2:before {
  content: "\e980";
}
.icon-play3:before {
  content: "\e981";
}
.icon-play4:before {
  content: "\e982";
}
.icon-playlist:before {
  content: "\e983";
}
.icon-plus:before {
  content: "\e984";
}
.icon-plus2:before {
  content: "\e985";
}
.icon-plus-circle:before {
  content: "\e986";
}
.icon-plus-circle2:before {
  content: "\e987";
}
.icon-podcast:before {
  content: "\e988";
}
.icon-podcast2:before {
  content: "\e989";
}
.icon-podcast3:before {
  content: "\e98a";
}
.icon-podium:before {
  content: "\e98b";
}
.icon-point-down:before {
  content: "\e98c";
}
.icon-pointer:before {
  content: "\e98d";
}
.icon-point-left:before {
  content: "\e98e";
}
.icon-point-right:before {
  content: "\e98f";
}
.icon-point-up:before {
  content: "\e990";
}
.icon-popout:before {
  content: "\e991";
}
.icon-power:before {
  content: "\e992";
}
.icon-power2:before {
  content: "\e993";
}
.icon-power-cord:before {
  content: "\e994";
}
.icon-previous:before {
  content: "\e995";
}
.icon-print:before {
  content: "\e996";
}
.icon-print2:before {
  content: "\e997";
}
.icon-print3:before {
  content: "\e998";
}
.icon-profile:before {
  content: "\e999";
}
.icon-pushpin:before {
  content: "\e99a";
}
.icon-puzzle:before {
  content: "\e99b";
}
.icon-puzzle2:before {
  content: "\e99c";
}
.icon-puzzle3:before {
  content: "\e99d";
}
.icon-puzzle4:before {
  content: "\e99e";
}
.icon-pyramid:before {
  content: "\e99f";
}
.icon-pyramid2:before {
  content: "\e9a0";
}
.icon-qrcode:before {
  content: "\e9a1";
}
.icon-queen:before {
  content: "\e9a2";
}
.icon-question:before {
  content: "\e9a3";
}
.icon-question2:before {
  content: "\e9a4";
}
.icon-question3:before {
  content: "\e9a5";
}
.icon-question4:before {
  content: "\e9a6";
}
.icon-question5:before {
  content: "\e9a7";
}
.icon-quill:before {
  content: "\e9a8";
}
.icon-quill2:before {
  content: "\e9a9";
}
.icon-quill3:before {
  content: "\e9aa";
}
.icon-quotes-left:before {
  content: "\e9ab";
}
.icon-quotes-right:before {
  content: "\e9ac";
}
.icon-quotes-right2:before {
  content: "\e9ad";
}
.icon-quotes-right3:before {
  content: "\e9ae";
}
.icon-racing:before {
  content: "\e9af";
}
.icon-radio:before {
  content: "\e9b0";
}
.icon-radio2:before {
  content: "\e9b1";
}
.icon-radio-checked:before {
  content: "\e9b2";
}
.icon-radio-unchecked:before {
  content: "\e9b3";
}
.icon-rating:before {
  content: "\e9b4";
}
.icon-rating2:before {
  content: "\e9b5";
}
.icon-rating3:before {
  content: "\e9b6";
}
.icon-reading:before {
  content: "\e9b7";
}
.icon-reddit:before {
  content: "\e9b8";
}
.icon-redo:before {
  content: "\e9b9";
}
.icon-redo2:before {
  content: "\e9ba";
}
.icon-remove:before {
  content: "\e9bb";
}
.icon-remove2:before {
  content: "\e9bc";
}
.icon-remove3:before {
  content: "\e9bd";
}
.icon-remove4:before {
  content: "\e9be";
}
.icon-remove5:before {
  content: "\e9bf";
}
.icon-remove6:before {
  content: "\e9c0";
}
.icon-remove7:before {
  content: "\e9c1";
}
.icon-remove8:before {
  content: "\e9c2";
}
.icon-reply:before {
  content: "\e9c3";
}
.icon-reply2:before {
  content: "\e9c4";
}
.icon-resize:before {
  content: "\e9c5";
}
.icon-resize2:before {
  content: "\e9c6";
}
.icon-right-to-left:before {
  content: "\e9c7";
}
.icon-road:before {
  content: "\e9c8";
}
.icon-rock:before {
  content: "\e9c9";
}
.icon-rocket:before {
  content: "\e9ca";
}
.icon-rotate:before {
  content: "\e9cb";
}
.icon-rotate2:before {
  content: "\e9cc";
}
.icon-rulers:before {
  content: "\e9cd";
}
.icon-sad:before {
  content: "\e9ce";
}
.icon-sad2:before {
  content: "\e9cf";
}
.icon-safari:before {
  content: "\e9d0";
}
.icon-scale-down:before {
  content: "\e9d1";
}
.icon-scale-down2:before {
  content: "\e9d2";
}
.icon-scale-up:before {
  content: "\e9d3";
}
.icon-scale-up2:before {
  content: "\e9d4";
}
.icon-scissors:before {
  content: "\e9d5";
}
.icon-scissors2:before {
  content: "\e9d6";
}
.icon-scissors3:before {
  content: "\e9d7";
}
.icon-screen:before {
  content: "\e9d8";
}
.icon-screen2:before {
  content: "\e9d9";
}
.icon-screen3:before {
  content: "\e9da";
}
.icon-screen4:before {
  content: "\e9db";
}
.icon-screwdriver:before {
  content: "\e9dc";
}
.icon-screwdriver2:before {
  content: "\e9dd";
}
.icon-search:before {
  content: "\e9de";
}
.icon-search2:before {
  content: "\e9df";
}
.icon-search3:before {
  content: "\e9e0";
}
.icon-search4:before {
  content: "\e9e1";
}
.icon-search5:before {
  content: "\e9e2";
}
.icon-settings:before {
  content: "\e9e3";
}
.icon-seven-segment-0:before {
  content: "\e9e4";
}
.icon-seven-segment-1:before {
  content: "\e9e5";
}
.icon-seven-segment-2:before {
  content: "\e9e6";
}
.icon-seven-segment-3:before {
  content: "\e9e7";
}
.icon-seven-segment-4:before {
  content: "\e9e8";
}
.icon-seven-segment-5:before {
  content: "\e9e9";
}
.icon-seven-segment-6:before {
  content: "\e9ea";
}
.icon-seven-segment-7:before {
  content: "\e9eb";
}
.icon-seven-segment-8:before {
  content: "\e9ec";
}
.icon-seven-segment-9:before {
  content: "\e9ed";
}
.icon-share:before {
  content: "\e9ee";
}
.icon-share2:before {
  content: "\e9ef";
}
.icon-share3:before {
  content: "\e9f0";
}
.icon-shield:before {
  content: "\e9f1";
}
.icon-shield2:before {
  content: "\e9f2";
}
.icon-shield3:before {
  content: "\e9f3";
}
.icon-shield4:before {
  content: "\e9f4";
}
.icon-ship:before {
  content: "\e9f5";
}
.icon-shocked:before {
  content: "\e9f6";
}
.icon-shocked2:before {
  content: "\e9f7";
}
.icon-shuffle:before {
  content: "\e9f8";
}
.icon-shuffle2:before {
  content: "\e9f9";
}
.icon-sigma:before {
  content: "\e9fa";
}
.icon-signup:before {
  content: "\e9fb";
}
.icon-skull:before {
  content: "\e9fc";
}
.icon-skull2:before {
  content: "\e9fd";
}
.icon-skull3:before {
  content: "\e9fe";
}
.icon-skype:before {
  content: "\e9ff";
}
.icon-smiley:before {
  content: "\ea00";
}
.icon-smiley2:before {
  content: "\ea01";
}
.icon-snowflake:before {
  content: "\ea02";
}
.icon-soccer:before {
  content: "\ea03";
}
.icon-socket:before {
  content: "\ea04";
}
.icon-sort:before {
  content: "\ea05";
}
.icon-sort2:before {
  content: "\ea06";
}
.icon-soundcloud:before {
  content: "\ea07";
}
.icon-soundcloud2:before {
  content: "\ea08";
}
.icon-spades:before {
  content: "\ea09";
}
.icon-spam:before {
  content: "\ea0a";
}
.icon-spell-check:before {
  content: "\ea0b";
}
.icon-spinner:before {
  content: "\ea0c";
}
.icon-spinner2:before {
  content: "\ea0d";
}
.icon-spinner3:before {
  content: "\ea0e";
}
.icon-spinner4:before {
  content: "\ea0f";
}
.icon-spinner5:before {
  content: "\ea10";
}
.icon-spinner6:before {
  content: "\ea11";
}
.icon-spinner7:before {
  content: "\ea12";
}
.icon-spinner8:before {
  content: "\ea13";
}
.icon-spinner9:before {
  content: "\ea14";
}
.icon-spinner10:before {
  content: "\ea15";
}
.icon-spinner11:before {
  content: "\ea16";
}
.icon-spinner12:before {
  content: "\ea17";
}
.icon-spotlight:before {
  content: "\ea18";
}
.icon-square:before {
  content: "\ea19";
}
.icon-stack:before {
  content: "\ea1a";
}
.icon-stack2:before {
  content: "\ea1b";
}
.icon-stack3:before {
  content: "\ea1c";
}
.icon-stack4:before {
  content: "\ea1d";
}
.icon-stack-cancel:before {
  content: "\ea1e";
}
.icon-stack-checkmark:before {
  content: "\ea1f";
}
.icon-stack-clubs:before {
  content: "\ea20";
}
.icon-stack-diamonds:before {
  content: "\ea21";
}
.icon-stack-down:before {
  content: "\ea22";
}
.icon-stack-empty:before {
  content: "\ea23";
}
.icon-stack-hearts:before {
  content: "\ea24";
}
.icon-stack-list:before {
  content: "\ea25";
}
.icon-stack-minus:before {
  content: "\ea26";
}
.icon-stack-music:before {
  content: "\ea27";
}
.icon-stackoverflow:before {
  content: "\ea28";
}
.icon-stack-picture:before {
  content: "\ea29";
}
.icon-stack-play:before {
  content: "\ea2a";
}
.icon-stack-plus:before {
  content: "\ea2b";
}
.icon-stack-spades:before {
  content: "\ea2c";
}
.icon-stack-star:before {
  content: "\ea2d";
}
.icon-stack-up:before {
  content: "\ea2e";
}
.icon-stack-user:before {
  content: "\ea2f";
}
.icon-stairs:before {
  content: "\ea30";
}
.icon-stairs2:before {
  content: "\ea31";
}
.icon-stairs-down:before {
  content: "\ea32";
}
.icon-stairs-down2:before {
  content: "\ea33";
}
.icon-star:before {
  content: "\ea34";
}
.icon-star2:before {
  content: "\ea35";
}
.icon-star3:before {
  content: "\ea36";
}
.icon-star4:before {
  content: "\ea37";
}
.icon-star5:before {
  content: "\ea38";
}
.icon-star6:before {
  content: "\ea39";
}
.icon-starburst:before {
  content: "\ea3a";
}
.icon-stats:before {
  content: "\ea3b";
}
.icon-stats2:before {
  content: "\ea3c";
}
.icon-stats3:before {
  content: "\ea3d";
}
.icon-stats-down:before {
  content: "\ea3e";
}
.icon-stats-up:before {
  content: "\ea3f";
}
.icon-steam:before {
  content: "\ea40";
}
.icon-steam2:before {
  content: "\ea41";
}
.icon-steps:before {
  content: "\ea42";
}
.icon-stop:before {
  content: "\ea43";
}
.icon-stop2:before {
  content: "\ea44";
}
.icon-stopwatch:before {
  content: "\ea45";
}
.icon-storage:before {
  content: "\ea46";
}
.icon-storage2:before {
  content: "\ea47";
}
.icon-strikethrough:before {
  content: "\ea48";
}
.icon-strikethrough2:before {
  content: "\ea49";
}
.icon-strikethrough3:before {
  content: "\ea4a";
}
.icon-stumbleupon:before {
  content: "\ea4b";
}
.icon-stumbleupon2:before {
  content: "\ea4c";
}
.icon-subscript:before {
  content: "\ea4d";
}
.icon-subscript2:before {
  content: "\ea4e";
}
.icon-subtract:before {
  content: "\ea4f";
}
.icon-sun:before {
  content: "\ea50";
}
.icon-sun2:before {
  content: "\ea51";
}
.icon-sun-glasses:before {
  content: "\ea52";
}
.icon-superscript:before {
  content: "\ea53";
}
.icon-superscript2:before {
  content: "\ea54";
}
.icon-support:before {
  content: "\ea55";
}
.icon-switch:before {
  content: "\ea56";
}
.icon-tab:before {
  content: "\ea57";
}
.icon-table:before {
  content: "\ea58";
}
.icon-table2:before {
  content: "\ea59";
}
.icon-tablet:before {
  content: "\ea5a";
}
.icon-tag:before {
  content: "\ea5b";
}
.icon-tag2:before {
  content: "\ea5c";
}
.icon-tag3:before {
  content: "\ea5d";
}
.icon-tag4:before {
  content: "\ea5e";
}
.icon-tag5:before {
  content: "\ea5f";
}
.icon-tag6:before {
  content: "\ea60";
}
.icon-tag7:before {
  content: "\ea61";
}
.icon-tag8:before {
  content: "\ea62";
}
.icon-tags:before {
  content: "\ea63";
}
.icon-tags2:before {
  content: "\ea64";
}
.icon-target:before {
  content: "\ea65";
}
.icon-target2:before {
  content: "\ea66";
}
.icon-target3:before {
  content: "\ea67";
}
.icon-temperature:before {
  content: "\ea68";
}
.icon-temperature2:before {
  content: "\ea69";
}
.icon-text-color:before {
  content: "\ea6a";
}
.icon-text-height:before {
  content: "\ea6b";
}
.icon-text-width:before {
  content: "\ea6c";
}
.icon-thumbs-down:before {
  content: "\ea6d";
}
.icon-thumbs-down2:before {
  content: "\ea6e";
}
.icon-thumbs-up:before {
  content: "\ea6f";
}
.icon-thumbs-up2:before {
  content: "\ea70";
}
.icon-thumbs-up3:before {
  content: "\ea71";
}
.icon-thumbs-up4:before {
  content: "\ea72";
}
.icon-thumbs-up5:before {
  content: "\ea73";
}
.icon-thumbs-up6:before {
  content: "\ea74";
}
.icon-ticket:before {
  content: "\ea75";
}
.icon-tongue:before {
  content: "\ea76";
}
.icon-tongue2:before {
  content: "\ea77";
}
.icon-tools:before {
  content: "\ea78";
}
.icon-train:before {
  content: "\ea79";
}
.icon-transmission:before {
  content: "\ea7a";
}
.icon-transmission2:before {
  content: "\ea7b";
}
.icon-tree:before {
  content: "\ea7c";
}
.icon-tree2:before {
  content: "\ea7d";
}
.icon-tree3:before {
  content: "\ea7e";
}
.icon-tree4:before {
  content: "\ea7f";
}
.icon-tree5:before {
  content: "\ea80";
}
.icon-trophy:before {
  content: "\ea81";
}
.icon-trophy2:before {
  content: "\ea82";
}
.icon-trophy-star:before {
  content: "\ea83";
}
.icon-truck:before {
  content: "\ea84";
}
.icon-tshirt:before {
  content: "\ea85";
}
.icon-tumblr:before {
  content: "\ea86";
}
.icon-tumblr2:before {
  content: "\ea87";
}
.icon-tux:before {
  content: "\ea88";
}
.icon-tv:before {
  content: "\ea89";
}
.icon-twitter:before {
  content: "\ea8a";
}
.icon-twitter2:before {
  content: "\ea8b";
}
.icon-twitter3:before {
  content: "\ea8c";
}
.icon-type:before {
  content: "\ea8d";
}
.icon-umbrella:before {
  content: "\ea8e";
}
.icon-underline:before {
  content: "\ea8f";
}
.icon-underline2:before {
  content: "\ea90";
}
.icon-undo:before {
  content: "\ea91";
}
.icon-undo2:before {
  content: "\ea92";
}
.icon-unite:before {
  content: "\ea93";
}
.icon-unlocked:before {
  content: "\ea94";
}
.icon-unlocked2:before {
  content: "\ea95";
}
.icon-upload:before {
  content: "\ea96";
}
.icon-upload2:before {
  content: "\ea97";
}
.icon-upload3:before {
  content: "\ea98";
}
.icon-upload4:before {
  content: "\ea99";
}
.icon-upload5:before {
  content: "\ea9a";
}
.icon-upload6:before {
  content: "\ea9b";
}
.icon-upload7:before {
  content: "\ea9c";
}
.icon-user:before {
  content: "\ea9d";
}
.icon-user2:before {
  content: "\ea9e";
}
.icon-user3:before {
  content: "\ea9f";
}
.icon-user4:before {
  content: "\eaa0";
}
.icon-user5:before {
  content: "\eaa1";
}
.icon-user6:before {
  content: "\eaa2";
}
.icon-user7:before {
  content: "\eaa3";
}
.icon-user8:before {
  content: "\eaa4";
}
.icon-user-block:before {
  content: "\eaa5";
}
.icon-user-block2:before {
  content: "\eaa6";
}
.icon-user-cancel:before {
  content: "\eaa7";
}
.icon-user-cancel2:before {
  content: "\eaa8";
}
.icon-user-minus:before {
  content: "\eaa9";
}
.icon-user-minus2:before {
  content: "\eaaa";
}
.icon-user-minus3:before {
  content: "\eaab";
}
.icon-user-plus:before {
  content: "\eaac";
}
.icon-user-plus2:before {
  content: "\eaad";
}
.icon-user-plus3:before {
  content: "\eaae";
}
.icon-users:before {
  content: "\eaaf";
}
.icon-users2:before {
  content: "\eab0";
}
.icon-users3:before {
  content: "\eab1";
}
.icon-users4:before {
  content: "\eab2";
}
.icon-users5:before {
  content: "\eab3";
}
.icon-vcard:before {
  content: "\eab4";
}
.icon-vector:before {
  content: "\eab5";
}
.icon-vimeo:before {
  content: "\eab6";
}
.icon-vimeo2:before {
  content: "\eab7";
}
.icon-vimeo3:before {
  content: "\eab8";
}
.icon-volume0:before {
  content: "\eab9";
}
.icon-volume1:before {
  content: "\eaba";
}
.icon-volume2:before {
  content: "\eabb";
}
.icon-volume3:before {
  content: "\eabc";
}
.icon-volume4:before {
  content: "\eabd";
}
.icon-volume5:before {
  content: "\eabe";
}
.icon-volume-decrease:before {
  content: "\eabf";
}
.icon-volume-decrease2:before {
  content: "\eac0";
}
.icon-volume-high:before {
  content: "\eac1";
}
.icon-volume-high2:before {
  content: "\eac2";
}
.icon-volume-increase:before {
  content: "\eac3";
}
.icon-volume-increase2:before {
  content: "\eac4";
}
.icon-volume-low:before {
  content: "\eac5";
}
.icon-volume-low2:before {
  content: "\eac6";
}
.icon-volume-medium:before {
  content: "\eac7";
}
.icon-volume-medium2:before {
  content: "\eac8";
}
.icon-volume-mute:before {
  content: "\eac9";
}
.icon-volume-mute2:before {
  content: "\eaca";
}
.icon-volume-mute3:before {
  content: "\eacb";
}
.icon-volume-mute4:before {
  content: "\eacc";
}
.icon-volume-mute5:before {
  content: "\eacd";
}
.icon-volume-mute6:before {
  content: "\eace";
}
.icon-wand:before {
  content: "\eacf";
}
.icon-wand2:before {
  content: "\ead0";
}
.icon-warning:before {
  content: "\ead1";
}
.icon-warning2:before {
  content: "\ead2";
}
.icon-watch:before {
  content: "\ead3";
}
.icon-wave:before {
  content: "\ead4";
}
.icon-wave2:before {
  content: "\ead5";
}
.icon-weather-lightning:before {
  content: "\ead6";
}
.icon-weather-rain:before {
  content: "\ead7";
}
.icon-weather-snow:before {
  content: "\ead8";
}
.icon-width:before {
  content: "\ead9";
}
.icon-windows:before {
  content: "\eada";
}
.icon-windows8:before {
  content: "\eadb";
}
.icon-windy:before {
  content: "\eadc";
}
.icon-wink:before {
  content: "\eadd";
}
.icon-wink2:before {
  content: "\eade";
}
.icon-woman:before {
  content: "\eadf";
}
.icon-wondering:before {
  content: "\eae0";
}
.icon-wondering2:before {
  content: "\eae1";
}
.icon-wordpress:before {
  content: "\eae2";
}
.icon-wordpress2:before {
  content: "\eae3";
}
.icon-wrench:before {
  content: "\eae4";
}
.icon-wrench2:before {
  content: "\eae5";
}
.icon-wrench3:before {
  content: "\eae6";
}
.icon-wrench4:before {
  content: "\eae7";
}
.icon-xing:before {
  content: "\eae8";
}
.icon-xing2:before {
  content: "\eae9";
}
.icon-yahoo:before {
  content: "\eaea";
}
.icon-yelp:before {
  content: "\eaeb";
}
.icon-yin-yang:before {
  content: "\eaec";
}
.icon-youtube:before {
  content: "\eaed";
}
.icon-youtube2:before {
  content: "\eaee";
}
.icon-zoom-in:before {
  content: "\eaef";
}
.icon-zoom-in2:before {
  content: "\eaf0";
}
.icon-zoom-out:before {
  content: "\eaf1";
}
.icon-zoom-out2:before {
  content: "\eaf2";
}
.icon-heart9:before {
  content: "\eaf3";
}
.icon-cloud4:before {
  content: "\eaf4";
}
.icon-star7:before {
  content: "\eaf5";
}
@font-face {
  font-family: "croweglyph";
  src: url("./media/croweglyph-HYFWVZRX.eot?-fe086y");
  src:
    url("./media/croweglyph-HYFWVZRX.eot?#iefix-fe086y") format("embedded-opentype"),
    url("./media/croweglyph-6XXEEUI2.woff?-fe086y") format("woff"),
    url("./media/croweglyph-6EZS6BZA.ttf?-fe086y") format("truetype"),
    url("./media/croweglyph-5ON3ZEWR.svg?-fe086y#croweglyph") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ch-],
[class*=" ch-"] {
  font-family: "croweglyph";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ch-business:before {
  content: "\e601";
}
.ch-business-add:before {
  content: "\e602";
}
.ch-business-prospect:before {
  content: "\e603";
}
.ch-user-prospect:before {
  content: "\e604";
}
.ch-user-delegate:before {
  content: "\e605";
}
.ch-daily:before {
  content: "\e606";
}
.ch-monthly:before {
  content: "\e607";
}
.ch-trending_daily:before {
  content: "\e608";
}
.ch-trending_monthly:before {
  content: "\e609";
}
.ch-multiple_period:before {
  content: "\e600";
}
.ch-custom_settings:before {
  content: "\e60a";
}
.ch-analysis_summary:before {
  content: "\e60b";
}
.ch-revenue_projection:before {
  content: "\e60c";
}
.ch-surveys:before {
  content: "\e60d";
}
.ch-save_academic:before {
  content: "\e60e";
}
.ch-logout:before {
  content: "\e60f";
}
.ch-mixed:before {
  content: "\e610";
}
.ch-reassign:before {
  content: "\e611";
}
.ch-transaction:before {
  content: "\e612";
}
.ch-view_replies:before {
  content: "\e613";
}
.size-sm {
  font-size: 1em;
}
.size-1x {
  font-size: 1.333em;
}
.size-2x,
.size-md {
  font-size: 2em;
}
.size-3x,
.size-lg {
  font-size: 3em;
}
.size-4x,
.size-xl {
  font-size: 4em;
}
.size-5x,
.size-xxl {
  font-size: 5em;
}
.ico-bg {
  display: inline-block;
  margin-top: 1px;
  padding: 1px;
  background-color: #ddd;
  border-radius: 4px;
  font-size: 85%;
  vertical-align: top;
  line-height: 1;
}
.spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.flip-horz {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-vert {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .rotate-90,
:root .rotate-180,
:root .rotate-270,
:root .flip-horz,
:root .flip-vert {
  filter: none;
}
.stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: text-top;
}
.stack-1x,
.stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.stack-1x {
  line-height: inherit;
}
.inverse {
  color: #fff;
}

/* src/styles/ch-styles.css */
This clears remnant inner-shadows and non-standard borders on form input fields --- > select,
input {
  box-shadow: 0 !important;
  -webkit-box-shadow: 0 !important;
  -webkit-transition: 0 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 1px solid #CCC !important;
}
#main-header {
  min-width: 990px;
  padding-top: 15px;
  margin-bottom: 10px;
  background-color: #036;
}
#main-header:before,
#main-header:after {
  content: "";
  display: table;
}
#main-header:after {
  clear: both;
}
#main-header {
  zoom: 1;
}
.page-body {
  min-width: 990px;
}
.page-body:before,
.page-body:after {
  content: "";
  display: table;
}
.page-body:after {
  clear: both;
}
.page-body {
  zoom: 1;
}
#main-header .site-title {
  float: right;
  color: #fff;
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
  font-size: 20px;
  font-weight: bold;
}
div.site-title {
  float: right;
  font-weight: bold;
  color: #003366;
  font-size: 24px;
  border-left: 0 !important;
  padding-right: 20px;
}
#main-header .primary-tabs {
  padding-top: 15px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
#main-header .utility-links {
  float: right;
  color: #fff;
}
.site-utility {
  height: 40px;
}
.utility-links > li {
  margin-left: 10px;
}
.utility-links a {
  color: #fff;
}
.utility-links a:hover {
  color: #fdb913;
  text-decoration: none;
}
.toolbar {
}
.toolbar button {
  padding: 4px 8px;
  height: 32px;
}
.btn-toolbar.year {
  margin-bottom: 10px;
}
.toolbar button span + small {
  display: block;
  min-height: 28px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 1.1;
}
.site-content {
  margin-top: 10px;
  border: 1px solid #ccc;
}
.site-content #side-panel {
  border-right: 1px solid #ccc;
}
.site-content #main-content {
}
.input-group-addon {
  -webkit-border-radius: 0 2px 2px 0 !important;
  -moz-border-radius: 0 2px 2px 0 !important;
  border-radius: 0 2px 2px 0 !important;
}
.main-content {
  min-width: 960px;
}
pre.edge {
  min-height: 46px;
}
#side-panel {
  float: left;
  z-index: 1000;
  top: 0;
  left: 0;
  overflow-x: hidden;
  display: inline-block;
}
.no-sidebar {
  margin-left: 0 !important;
}
#main-content {
  float: left;
  position: relative;
}
#main-content.no-sidebar {
  padding-left: 0;
}
#main-content .panel-collapse {
  margin-left: 18px;
}
#main-content.no-sidebar .panel-collapse {
  margin-left: 0;
}
#main-content .content-title {
  margin-left: -20px;
  padding-left: 20px;
}
#main-content.no-sidebar .content-title {
  margin-left: 0;
  padding-left: 10px;
}
#toggleSidebar {
  position: absolute;
  z-index: 9999;
  top: 125px;
  left: -1px;
  float: left;
  outline: medium none;
  padding: 40px 1px;
  background-color: #eee;
  border-radius: 0 4px 4px 0;
  border-style: solid;
  border-width: 1px 3px 1px 1px;
  border-color: #ddd #fed05f #ddd #ccc;
}
#toggleSidebar i {
  font-size: 10px;
  color: #a0a0a0;
}
#toggleSidebar:hover {
  background-color: #f5f5f5;
  border-left-color: #ddd;
  border-right-color: #fdb913;
}
#toggleSidebar.edge {
  margin-left: -38px;
  margin-left: -17px;
}
.panel-body .table {
  margin-bottom: 0;
}
.function-bar,
.content-title {
  min-height: 46px;
  padding: 6px 8px;
  background-color: #FFF;
}
.function-bar .vline {
  display: table-cell;
  height: 34px;
  vertical-align: middle;
}
.vline span,
.vline i {
  margin-right: 10px;
}
.content-title h1 {
  font-size: 14px;
  margin: 6px 0 0;
}
.content-title .progress {
  margin-bottom: 0;
}
td .progress {
  margin-bottom: 0;
}
.pagination-bar a {
  float: left;
  margin-top: 2px;
}
.pagination-bar .pagination-value {
  float: left;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.pagination-bar .pagination-value input {
  display: inline;
  float: left;
  margin: 0 4px;
  width: 28px;
}
.pagination-bar label {
  line-height: 1.6;
}
.pagination-bar a:hover,
.pagination-bar a:focus {
  text-decoration: none;
}
.pagination-bar a.disabled {
  cursor: default;
}
.form-control {
  height: 32px;
}
#searchFilterBar {
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  width: 100%;
}
#searchFilterBar table {
  width: 100%;
}
#searchFilterBar table td:first-child {
  width: 100px;
}
#searchFilterBar table td {
  padding-left: 10px;
  text-align: right;
}
#searchFilterBar table td input,
#searchFilterBar table td select {
  width: 100%;
}
.sectionHeaderBar {
  width: 100%;
  background-color: #23679B;
  color: #FFFFFF;
  padding: 10px 10px 10px 20px;
}
.sectionHeaderBar .text-right {
  float: right;
}
.updateContainer,
.newsContainer {
  padding: 10px 10px 10px 20px;
  width: 100%;
  display: inline-block;
}
.videoPreview {
  float: left;
  margin-right: 15px;
}
.itemDescription {
  padding: 0 0 0 15px;
  display: block;
}
.itemDescription .descriptionTitle {
  font-weight: bold;
}
.altRow {
  background-color: #f3f3f3;
}
.panelSubmenu {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
  display: block;
  float: left;
}
.panelSubmenu table {
  margin: 0 auto;
}
.panelSubmenu table td {
  padding: 10px 20px;
}
.panelSubmenu table td a:hover {
  text-decoration: none;
}
.panelSubmenu table td:hover,
.panelSubmenu table td.selected {
  background-color: #FDB913;
}
.featuredVideo {
  margin: 0 auto;
  width: 75%;
  padding-top: 20px;
}
.featuredVideo p {
  margin-top: 15px;
}
.titleBar {
  background-color: #23679B;
  color: #FFFFFF;
  display: block;
  padding: 5px;
}
.carousel-video {
  margin: 20px auto 10px;
  width: 75%;
  border: 1px solid #23679B;
}
.scrollContainer {
  margin: 0 auto;
  display: block;
  width: 90%;
}
.scrollContainer .video {
  margin: 0 5px;
  padding: 10px;
  width: 30%;
  display: inline-block;
}
.scrollContainer .video p {
  margin-top: 10px;
  font-size: 11px;
}
.panel-title > a:after {
  font-family: "icomoon";
  content: "\e624";
  transform: none;
  font-size: 22px;
  line-height: 14px;
  padding: 0;
}
.panel-title > a.collapsed:after {
  font-family: "icomoon";
  content: "\e655";
  transform: none;
}
.clear {
  display: block;
  float: none;
  clear: both;
  display: inline;
}
h1.png {
  font:
    18px/20px Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  margin: 0px 5px 12px 0px;
  color: #85878C;
}
h4,
label {
  font-size: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #555;
}
.loginContainer {
  margin: auto;
  max-width: 600px;
}
.loginHeader {
  padding: 0 0 5px 0;
  height: 30px;
}
.loginContainer hr {
  border-top: 1px solid #85878C;
  margin: 10px 0;
}
.loginBody {
  background: rgba(255, 255, 255, 0.90);
  padding: 20px;
}
table {
  width: 400px;
  border: 0;
  margin: 0 auto;
}
td.right {
  padding-left: 24px;
}
.left p {
  padding-bottom: 40px;
  font-size: 14px;
  line-height: 25px;
}
.login {
  background-color: #003366;
  width: 70px;
  margin: 0;
  cursor: pointer;
  padding: 5px;
  color: #FFFFFF;
  text-align: center;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
}
#btnLogin {
  height: 109px;
  width: 327px;
  margin: 10px 0px 0px 0px;
  cursor: pointer;
  border: 0;
  background-position: 0 40px;
  background-repeat: no-repeat;
}
.forgotPass {
  float: right;
  padding-right: 10px;
  padding-top: 2px;
  display: inline;
  margin-top: 0px !important;
  margin-top: -19px;
}
.right p {
  border-bottom: 1px solid #D1D3D4;
  padding-bottom: 40px;
}
.right h1 {
  margin: 0px 5px 12px 0px;
}
.right input {
  width: 365px;
  margin: 5px 0px 8px 0px;
  font-size: 18px;
  color: #85878C;
  padding: 2px 5px;
  line-height: 24px;
}
.right .checkbox {
  width: 20px;
  height: 13px;
  margin: 0;
}
.inputs {
  padding-top: 10px;
  height: 196px;
}
.subText {
  color: #555555;
  font-size: 16px;
  font-weight: bold;
  font-family:
    Arial,
    Helvetica,
    sans serif;
  text-align: right;
  padding: 0 10px 5px 0;
  position: relative;
  bottom: 28px;
}
.right .inputs span {
  font-size: 13px;
}
.error {
  font-size: 13px;
  border: 1px solid red;
  text-align: center;
  padding: 10px 5px;
  background: #fcc;
  color: #000;
  margin-bottom: 10px;
  width: 309px;
}
.footerText {
  padding: 5px;
  color: #333;
  font-size: 12px;
  text-align: left;
}
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #006BDE;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left p {
    line-height: 24px;
    padding-bottom: 45px;
  }
}
.table {
  border: 1px solid #ddd;
}
.table > thead > tr > th {
  background-color: #ddd;
  color: #404040;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f3f3;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #fdb913;
  cursor: pointer;
}
tr.accent,
tr td.accent {
  font-weight: normal;
}
tr .accent2,
tr td.accent2 {
  background-color: #23679b;
  color: #FFF;
}
tr.accent-light,
tr td.accent-light {
  background-color: #ddd;
}
.modal-action {
  padding: 5px;
}
.value {
  text-align: left;
  padding-left: 5px;
}
.videoBox {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 4px;
}
.modalSuccess div.modal-header {
  background-color: #009933;
  color: #FFF;
  border-radius: 4px 4px 0 0;
}
.modalSuccess div.modal-header h4,
.modalSuccess .close {
  color: #FFF;
  opacity: 1.0;
}
.modalSuccess div.modal-body {
  height: 140px;
  overflow: hidden;
  padding: 10px 0 0 140px;
}
.modalSuccess div.modal-body:before {
  position: absolute;
  top: -20px;
  left: -20px;
  overflow: hidden;
  font-family: "icomoon";
  font-size: 144px;
  content: "\e73a";
  color: #009933;
  opacity: 0.40;
}
.modalWarning div.modal-header {
  background-color: #6699cc;
  color: #FFF;
  border-radius: 4px 4px 0 0;
}
.modalWarning div.modal-header h4,
.modalWarning .close {
  color: #FFF;
  opacity: 1.0;
}
.modalWarning div.modal-body {
  height: 140px;
  overflow: hidden;
  padding: 10px 0 0 120px;
}
.modalWarning div.modal-body:before {
  position: absolute;
  top: -20px;
  left: -20px;
  overflow: hidden;
  font-family: "icomoon";
  font-size: 144px;
  content: "\ead1";
  color: #6699cc;
  opacity: 0.40;
}
.modalError div.modal-header {
  background-color: #8A2429;
  color: #FFF;
  border-radius: 4px 4px 0 0;
}
.modalError div.modal-header h4,
.modalError .close {
  color: #FFF;
  opacity: 1.0;
}
.modalError div.modal-body {
  height: 140px;
  overflow: hidden;
  padding: 10px 0 0 120px;
}
.modalError div.modal-body:before {
  position: absolute;
  top: -20px;
  left: -20px;
  overflow: hidden;
  font-family: "icomoon";
  font-size: 144px;
  content: "\e719";
  color: #8A2429;
  opacity: 0.40;
}
.modalInfo div.modal-header {
  background-color: #6699cc;
  color: #FFF;
  border-radius: 4px 4px 0 0;
}
.modalInfo div.modal-header h4,
.modalInfo .close {
  color: #FFF;
  opacity: 1.0;
}
.modalInfo div.modal-body {
  height: 140px;
  overflow: hidden;
  padding: 10px 0 0 120px;
}
.modalInfo div.modal-body:before {
  position: absolute;
  top: -20px;
  left: -20px;
  overflow: hidden;
  font-family: "icomoon";
  font-size: 144px;
  content: "\e89a";
  color: #6699cc;
  opacity: 0.40;
}
footer {
  background-color: #FFF;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}
.footerLinks {
  width: 380px;
  margin: 0 auto;
}
.footerLinks li {
  display: inline;
  margin-right: 15px;
}
.footerLinks li a {
  color: #FFF;
  text-decoration: none;
}
.footerLinks li a:hover {
  color: #FDB913;
  text-decoration: underline;
}
.disclaimer {
  font:
    12px/18px Arial,
    Helvetica,
    sans-serif normal;
  margin: 15px 25px;
}
input[type=file] {
  display: none;
}
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}

/* src/styles/glyphicons.css */
@font-face {
  font-family: "Glyphicons Regular";
  src: url("./media/glyphicons-regular-BBTQYFPT.eot");
  src:
    url("./media/glyphicons-regular-BBTQYFPT.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-regular-OLCIE6ZU.woff2") format("woff2"),
    url("./media/glyphicons-regular-C4OQLHRQ.woff") format("woff"),
    url("./media/glyphicons-regular-U5QJDS4X.ttf") format("truetype"),
    url("./media/glyphicons-regular-4CGMFFTG.svg#glyphiconsregular") format("svg");
}
.glyphicons {
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x2:before {
  padding: 8px 12px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x3:before {
  padding: 16px 20px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x4:before {
  padding: 20px 28px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.x5:before {
  padding: 28px 36px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\e001";
}
.glyphicons-leaf:before {
  content: "\e002";
}
.glyphicons-dog:before {
  content: "\e003";
}
.glyphicons-user:before {
  content: "\e004";
}
.glyphicons-girl:before {
  content: "\e005";
}
.glyphicons-car:before {
  content: "\e006";
}
.glyphicons-user-add:before {
  content: "\e007";
}
.glyphicons-user-remove:before {
  content: "\e008";
}
.glyphicons-film:before {
  content: "\e009";
}
.glyphicons-magic:before {
  content: "\e010";
}
.glyphicons-envelope:before {
  content: "\e011";
}
.glyphicons-camera:before {
  content: "\e012";
}
.glyphicons-heart:before {
  content: "\e013";
}
.glyphicons-beach-umbrella:before {
  content: "\e014";
}
.glyphicons-train:before {
  content: "\e015";
}
.glyphicons-print:before {
  content: "\e016";
}
.glyphicons-bin:before {
  content: "\e017";
}
.glyphicons-music:before {
  content: "\e018";
}
.glyphicons-music-alt:before {
  content: "\e019";
}
.glyphicons-heart-empty:before {
  content: "\e020";
}
.glyphicons-home:before {
  content: "\e021";
}
.glyphicons-snowflake:before {
  content: "\e022";
}
.glyphicons-fire:before {
  content: "\e023";
}
.glyphicons-magnet:before {
  content: "\e024";
}
.glyphicons-parents:before {
  content: "\e025";
}
.glyphicons-binoculars:before {
  content: "\e026";
}
.glyphicons-road:before {
  content: "\e027";
}
.glyphicons-search:before {
  content: "\e028";
}
.glyphicons-cars:before {
  content: "\e029";
}
.glyphicons-notes-2:before {
  content: "\e030";
}
.glyphicons-pencil:before {
  content: "\e031";
}
.glyphicons-bus:before {
  content: "\e032";
}
.glyphicons-wifi-alt:before {
  content: "\e033";
}
.glyphicons-luggage:before {
  content: "\e034";
}
.glyphicons-old-man:before {
  content: "\e035";
}
.glyphicons-woman:before {
  content: "\e036";
}
.glyphicons-file:before {
  content: "\e037";
}
.glyphicons-coins:before {
  content: "\e038";
}
.glyphicons-plane:before {
  content: "\e039";
}
.glyphicons-notes:before {
  content: "\e040";
}
.glyphicons-stats:before {
  content: "\e041";
}
.glyphicons-charts:before {
  content: "\e042";
}
.glyphicons-pie-chart:before {
  content: "\e043";
}
.glyphicons-group:before {
  content: "\e044";
}
.glyphicons-keys:before {
  content: "\e045";
}
.glyphicons-calendar:before {
  content: "\e046";
}
.glyphicons-router:before {
  content: "\e047";
}
.glyphicons-camera-small:before {
  content: "\e048";
}
.glyphicons-star-empty:before {
  content: "\e049";
}
.glyphicons-star:before {
  content: "\e050";
}
.glyphicons-link:before {
  content: "\e051";
}
.glyphicons-eye-open:before {
  content: "\e052";
}
.glyphicons-eye-close:before {
  content: "\e053";
}
.glyphicons-alarm:before {
  content: "\e054";
}
.glyphicons-clock:before {
  content: "\e055";
}
.glyphicons-stopwatch:before {
  content: "\e056";
}
.glyphicons-projector:before {
  content: "\e057";
}
.glyphicons-history:before {
  content: "\e058";
}
.glyphicons-truck:before {
  content: "\e059";
}
.glyphicons-cargo:before {
  content: "\e060";
}
.glyphicons-compass:before {
  content: "\e061";
}
.glyphicons-keynote:before {
  content: "\e062";
}
.glyphicons-paperclip:before {
  content: "\e063";
}
.glyphicons-power:before {
  content: "\e064";
}
.glyphicons-lightbulb:before {
  content: "\e065";
}
.glyphicons-tag:before {
  content: "\e066";
}
.glyphicons-tags:before {
  content: "\e067";
}
.glyphicons-cleaning:before {
  content: "\e068";
}
.glyphicons-ruler:before {
  content: "\e069";
}
.glyphicons-gift:before {
  content: "\e070";
}
.glyphicons-umbrella:before {
  content: "\e071";
}
.glyphicons-book:before {
  content: "\e072";
}
.glyphicons-bookmark:before {
  content: "\e073";
}
.glyphicons-wifi:before {
  content: "\e074";
}
.glyphicons-cup:before {
  content: "\e075";
}
.glyphicons-stroller:before {
  content: "\e076";
}
.glyphicons-headphones:before {
  content: "\e077";
}
.glyphicons-headset:before {
  content: "\e078";
}
.glyphicons-warning-sign:before {
  content: "\e079";
}
.glyphicons-signal:before {
  content: "\e080";
}
.glyphicons-retweet:before {
  content: "\e081";
}
.glyphicons-refresh:before {
  content: "\e082";
}
.glyphicons-roundabout:before {
  content: "\e083";
}
.glyphicons-random:before {
  content: "\e084";
}
.glyphicons-heat:before {
  content: "\e085";
}
.glyphicons-repeat:before {
  content: "\e086";
}
.glyphicons-display:before {
  content: "\e087";
}
.glyphicons-log-book:before {
  content: "\e088";
}
.glyphicons-address-book:before {
  content: "\e089";
}
.glyphicons-building:before {
  content: "\e090";
}
.glyphicons-eyedropper:before {
  content: "\e091";
}
.glyphicons-adjust:before {
  content: "\e092";
}
.glyphicons-tint:before {
  content: "\e093";
}
.glyphicons-crop:before {
  content: "\e094";
}
.glyphicons-vector-path-square:before {
  content: "\e095";
}
.glyphicons-vector-path-circle:before {
  content: "\e096";
}
.glyphicons-vector-path-polygon:before {
  content: "\e097";
}
.glyphicons-vector-path-line:before {
  content: "\e098";
}
.glyphicons-vector-path-curve:before {
  content: "\e099";
}
.glyphicons-vector-path-all:before {
  content: "\e100";
}
.glyphicons-font:before {
  content: "\e101";
}
.glyphicons-italic:before {
  content: "\e102";
}
.glyphicons-bold:before {
  content: "\e103";
}
.glyphicons-text-underline:before {
  content: "\e104";
}
.glyphicons-text-strike:before {
  content: "\e105";
}
.glyphicons-text-height:before {
  content: "\e106";
}
.glyphicons-text-width:before {
  content: "\e107";
}
.glyphicons-text-resize:before {
  content: "\e108";
}
.glyphicons-left-indent:before {
  content: "\e109";
}
.glyphicons-right-indent:before {
  content: "\e110";
}
.glyphicons-align-left:before {
  content: "\e111";
}
.glyphicons-align-center:before {
  content: "\e112";
}
.glyphicons-align-right:before {
  content: "\e113";
}
.glyphicons-justify:before {
  content: "\e114";
}
.glyphicons-list:before {
  content: "\e115";
}
.glyphicons-text-smaller:before {
  content: "\e116";
}
.glyphicons-text-bigger:before {
  content: "\e117";
}
.glyphicons-embed:before {
  content: "\e118";
}
.glyphicons-embed-close:before {
  content: "\e119";
}
.glyphicons-table:before {
  content: "\e120";
}
.glyphicons-message-full:before {
  content: "\e121";
}
.glyphicons-message-empty:before {
  content: "\e122";
}
.glyphicons-message-in:before {
  content: "\e123";
}
.glyphicons-message-out:before {
  content: "\e124";
}
.glyphicons-message-plus:before {
  content: "\e125";
}
.glyphicons-message-minus:before {
  content: "\e126";
}
.glyphicons-message-ban:before {
  content: "\e127";
}
.glyphicons-message-flag:before {
  content: "\e128";
}
.glyphicons-message-lock:before {
  content: "\e129";
}
.glyphicons-message-new:before {
  content: "\e130";
}
.glyphicons-inbox:before {
  content: "\e131";
}
.glyphicons-inbox-plus:before {
  content: "\e132";
}
.glyphicons-inbox-minus:before {
  content: "\e133";
}
.glyphicons-inbox-lock:before {
  content: "\e134";
}
.glyphicons-inbox-in:before {
  content: "\e135";
}
.glyphicons-inbox-out:before {
  content: "\e136";
}
.glyphicons-cogwheel:before {
  content: "\e137";
}
.glyphicons-cogwheels:before {
  content: "\e138";
}
.glyphicons-picture:before {
  content: "\e139";
}
.glyphicons-adjust-alt:before {
  content: "\e140";
}
.glyphicons-database-lock:before {
  content: "\e141";
}
.glyphicons-database-plus:before {
  content: "\e142";
}
.glyphicons-database-minus:before {
  content: "\e143";
}
.glyphicons-database-ban:before {
  content: "\e144";
}
.glyphicons-folder-open:before {
  content: "\e145";
}
.glyphicons-folder-plus:before {
  content: "\e146";
}
.glyphicons-folder-minus:before {
  content: "\e147";
}
.glyphicons-folder-lock:before {
  content: "\e148";
}
.glyphicons-folder-flag:before {
  content: "\e149";
}
.glyphicons-folder-new:before {
  content: "\e150";
}
.glyphicons-edit:before {
  content: "\e151";
}
.glyphicons-new-window:before {
  content: "\e152";
}
.glyphicons-check:before {
  content: "\e153";
}
.glyphicons-unchecked:before {
  content: "\e154";
}
.glyphicons-more-windows:before {
  content: "\e155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\e156";
}
.glyphicons-show-thumbnails:before {
  content: "\e157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\e158";
}
.glyphicons-show-lines:before {
  content: "\e159";
}
.glyphicons-playlist:before {
  content: "\e160";
}
.glyphicons-imac:before {
  content: "\e161";
}
.glyphicons-macbook:before {
  content: "\e162";
}
.glyphicons-ipad:before {
  content: "\e163";
}
.glyphicons-iphone:before {
  content: "\e164";
}
.glyphicons-iphone-transfer:before {
  content: "\e165";
}
.glyphicons-iphone-exchange:before {
  content: "\e166";
}
.glyphicons-ipod:before {
  content: "\e167";
}
.glyphicons-ipod-shuffle:before {
  content: "\e168";
}
.glyphicons-ear-plugs:before {
  content: "\e169";
}
.glyphicons-record:before {
  content: "\e170";
}
.glyphicons-step-backward:before {
  content: "\e171";
}
.glyphicons-fast-backward:before {
  content: "\e172";
}
.glyphicons-rewind:before {
  content: "\e173";
}
.glyphicons-play:before {
  content: "\e174";
}
.glyphicons-pause:before {
  content: "\e175";
}
.glyphicons-stop:before {
  content: "\e176";
}
.glyphicons-forward:before {
  content: "\e177";
}
.glyphicons-fast-forward:before {
  content: "\e178";
}
.glyphicons-step-forward:before {
  content: "\e179";
}
.glyphicons-eject:before {
  content: "\e180";
}
.glyphicons-facetime-video:before {
  content: "\e181";
}
.glyphicons-download-alt:before {
  content: "\e182";
}
.glyphicons-mute:before {
  content: "\e183";
}
.glyphicons-volume-down:before {
  content: "\e184";
}
.glyphicons-volume-up:before {
  content: "\e185";
}
.glyphicons-screenshot:before {
  content: "\e186";
}
.glyphicons-move:before {
  content: "\e187";
}
.glyphicons-more:before {
  content: "\e188";
}
.glyphicons-brightness-reduce:before {
  content: "\e189";
}
.glyphicons-brightness-increase:before {
  content: "\e190";
}
.glyphicons-plus-sign:before {
  content: "\e191";
}
.glyphicons-minus-sign:before {
  content: "\e192";
}
.glyphicons-remove-sign:before {
  content: "\e193";
}
.glyphicons-ok-sign:before {
  content: "\e194";
}
.glyphicons-question-sign:before {
  content: "\e195";
}
.glyphicons-info-sign:before {
  content: "\e196";
}
.glyphicons-exclamation-sign:before {
  content: "\e197";
}
.glyphicons-remove-circle:before {
  content: "\e198";
}
.glyphicons-ok-circle:before {
  content: "\e199";
}
.glyphicons-ban-circle:before {
  content: "\e200";
}
.glyphicons-download:before {
  content: "\e201";
}
.glyphicons-upload:before {
  content: "\e202";
}
.glyphicons-shopping-cart:before {
  content: "\e203";
}
.glyphicons-lock:before {
  content: "\e204";
}
.glyphicons-unlock:before {
  content: "\e205";
}
.glyphicons-electricity:before {
  content: "\e206";
}
.glyphicons-ok:before {
  content: "\e207";
}
.glyphicons-remove:before {
  content: "\e208";
}
.glyphicons-cart-in:before {
  content: "\e209";
}
.glyphicons-cart-out:before {
  content: "\e210";
}
.glyphicons-arrow-left:before {
  content: "\e211";
}
.glyphicons-arrow-right:before {
  content: "\e212";
}
.glyphicons-arrow-down:before {
  content: "\e213";
}
.glyphicons-arrow-up:before {
  content: "\e214";
}
.glyphicons-resize-small:before {
  content: "\e215";
}
.glyphicons-resize-full:before {
  content: "\e216";
}
.glyphicons-circle-arrow-left:before {
  content: "\e217";
}
.glyphicons-circle-arrow-right:before {
  content: "\e218";
}
.glyphicons-circle-arrow-top:before {
  content: "\e219";
}
.glyphicons-circle-arrow-down:before {
  content: "\e220";
}
.glyphicons-play-button:before {
  content: "\e221";
}
.glyphicons-unshare:before {
  content: "\e222";
}
.glyphicons-share:before {
  content: "\e223";
}
.glyphicons-chevron-right:before {
  content: "\e224";
}
.glyphicons-chevron-left:before {
  content: "\e225";
}
.glyphicons-bluetooth:before {
  content: "\e226";
}
.glyphicons-euro:before {
  content: "\e227";
}
.glyphicons-usd:before {
  content: "\e228";
}
.glyphicons-gbp:before {
  content: "\e229";
}
.glyphicons-retweet-2:before {
  content: "\e230";
}
.glyphicons-moon:before {
  content: "\e231";
}
.glyphicons-sun:before {
  content: "\e232";
}
.glyphicons-cloud:before {
  content: "\e233";
}
.glyphicons-direction:before {
  content: "\e234";
}
.glyphicons-brush:before {
  content: "\e235";
}
.glyphicons-pen:before {
  content: "\e236";
}
.glyphicons-zoom-in:before {
  content: "\e237";
}
.glyphicons-zoom-out:before {
  content: "\e238";
}
.glyphicons-pin:before {
  content: "\e239";
}
.glyphicons-albums:before {
  content: "\e240";
}
.glyphicons-rotation-lock:before {
  content: "\e241";
}
.glyphicons-flash:before {
  content: "\e242";
}
.glyphicons-map-marker:before {
  content: "\e243";
}
.glyphicons-anchor:before {
  content: "\e244";
}
.glyphicons-conversation:before {
  content: "\e245";
}
.glyphicons-chat:before {
  content: "\e246";
}
.glyphicons-note-empty:before {
  content: "\e247";
}
.glyphicons-note:before {
  content: "\e248";
}
.glyphicons-asterisk:before {
  content: "\e249";
}
.glyphicons-divide:before {
  content: "\e250";
}
.glyphicons-snorkel-diving:before {
  content: "\e251";
}
.glyphicons-scuba-diving:before {
  content: "\e252";
}
.glyphicons-oxygen-bottle:before {
  content: "\e253";
}
.glyphicons-fins:before {
  content: "\e254";
}
.glyphicons-fishes:before {
  content: "\e255";
}
.glyphicons-boat:before {
  content: "\e256";
}
.glyphicons-delete:before {
  content: "\e257";
}
.glyphicons-sheriffs-star:before {
  content: "\e258";
}
.glyphicons-qrcode:before {
  content: "\e259";
}
.glyphicons-barcode:before {
  content: "\e260";
}
.glyphicons-pool:before {
  content: "\e261";
}
.glyphicons-buoy:before {
  content: "\e262";
}
.glyphicons-spade:before {
  content: "\e263";
}
.glyphicons-bank:before {
  content: "\e264";
}
.glyphicons-vcard:before {
  content: "\e265";
}
.glyphicons-electrical-plug:before {
  content: "\e266";
}
.glyphicons-flag:before {
  content: "\e267";
}
.glyphicons-credit-card:before {
  content: "\e268";
}
.glyphicons-keyboard-wireless:before {
  content: "\e269";
}
.glyphicons-keyboard-wireless:before {
  content: "\e270";
}
.glyphicons-shield:before {
  content: "\e271";
}
.glyphicons-ring:before {
  content: "\e272";
}
.glyphicons-cake:before {
  content: "\e273";
}
.glyphicons-drink:before {
  content: "\e274";
}
.glyphicons-beer:before {
  content: "\e275";
}
.glyphicons-fast-food:before {
  content: "\e276";
}
.glyphicons-cutlery:before {
  content: "\e277";
}
.glyphicons-pizza:before {
  content: "\e278";
}
.glyphicons-birthday-cake:before {
  content: "\e279";
}
.glyphicons-tablet:before {
  content: "\e280";
}
.glyphicons-settings:before {
  content: "\e281";
}
.glyphicons-bullets:before {
  content: "\e282";
}
.glyphicons-cardio:before {
  content: "\e283";
}
.glyphicons-t-shirt:before {
  content: "\e284";
}
.glyphicons-pants:before {
  content: "\e285";
}
.glyphicons-sweater:before {
  content: "\e286";
}
.glyphicons-fabric:before {
  content: "\e287";
}
.glyphicons-leather:before {
  content: "\e288";
}
.glyphicons-scissors:before {
  content: "\e289";
}
.glyphicons-bomb:before {
  content: "\e290";
}
.glyphicons-skull:before {
  content: "\e291";
}
.glyphicons-celebration:before {
  content: "\e292";
}
.glyphicons-tea-kettle:before {
  content: "\e293";
}
.glyphicons-french-press:before {
  content: "\e294";
}
.glyphicons-coffee-cup:before {
  content: "\e295";
}
.glyphicons-pot:before {
  content: "\e296";
}
.glyphicons-grater:before {
  content: "\e297";
}
.glyphicons-kettle:before {
  content: "\e298";
}
.glyphicons-hospital:before {
  content: "\e299";
}
.glyphicons-hospital-h:before {
  content: "\e300";
}
.glyphicons-microphone:before {
  content: "\e301";
}
.glyphicons-webcam:before {
  content: "\e302";
}
.glyphicons-temple-christianity-church:before {
  content: "\e303";
}
.glyphicons-temple-islam:before {
  content: "\e304";
}
.glyphicons-temple-hindu:before {
  content: "\e305";
}
.glyphicons-temple-buddhist:before {
  content: "\e306";
}
.glyphicons-bicycle:before {
  content: "\e307";
}
.glyphicons-life-preserver:before {
  content: "\e308";
}
.glyphicons-share-alt:before {
  content: "\e309";
}
.glyphicons-comments:before {
  content: "\e310";
}
.glyphicons-flower:before {
  content: "\e311";
}
.glyphicons-baseball:before {
  content: "\e312";
}
.glyphicons-rugby:before {
  content: "\e313";
}
.glyphicons-ax:before {
  content: "\e314";
}
.glyphicons-table-tennis:before {
  content: "\e315";
}
.glyphicons-bowling:before {
  content: "\e316";
}
.glyphicons-tree-conifer:before {
  content: "\e317";
}
.glyphicons-tree-deciduous:before {
  content: "\e318";
}
.glyphicons-more-items:before {
  content: "\e319";
}
.glyphicons-sort:before {
  content: "\e320";
}
.glyphicons-filter:before {
  content: "\e321";
}
.glyphicons-gamepad:before {
  content: "\e322";
}
.glyphicons-playing-dices:before {
  content: "\e323";
}
.glyphicons-calculator:before {
  content: "\e324";
}
.glyphicons-tie:before {
  content: "\e325";
}
.glyphicons-wallet:before {
  content: "\e326";
}
.glyphicons-piano:before {
  content: "\e327";
}
.glyphicons-sampler:before {
  content: "\e328";
}
.glyphicons-podium:before {
  content: "\e329";
}
.glyphicons-soccer-ball:before {
  content: "\e330";
}
.glyphicons-blog:before {
  content: "\e331";
}
.glyphicons-dashboard:before {
  content: "\e332";
}
.glyphicons-certificate:before {
  content: "\e333";
}
.glyphicons-bell:before {
  content: "\e334";
}
.glyphicons-candle:before {
  content: "\e335";
}
.glyphicons-pushpin:before {
  content: "\e336";
}
.glyphicons-iphone-shake:before {
  content: "\e337";
}
.glyphicons-pin-flag:before {
  content: "\e338";
}
.glyphicons-turtle:before {
  content: "\e339";
}
.glyphicons-rabbit:before {
  content: "\e340";
}
.glyphicons-globe:before {
  content: "\e341";
}
.glyphicons-briefcase:before {
  content: "\e342";
}
.glyphicons-hdd:before {
  content: "\e343";
}
.glyphicons-thumbs-up:before {
  content: "\e344";
}
.glyphicons-thumbs-down:before {
  content: "\e345";
}
.glyphicons-hand-right:before {
  content: "\e346";
}
.glyphicons-hand-left:before {
  content: "\e347";
}
.glyphicons-hand-up:before {
  content: "\e348";
}
.glyphicons-hand-down:before {
  content: "\e349";
}
.glyphicons-fullscreen:before {
  content: "\e350";
}
.glyphicons-shopping-bag:before {
  content: "\e351";
}
.glyphicons-book-open:before {
  content: "\e352";
}
.glyphicons-nameplate:before {
  content: "\e353";
}
.glyphicons-nameplate-alt:before {
  content: "\e354";
}
.glyphicons-vases:before {
  content: "\e355";
}
.glyphicons-bullhorn:before {
  content: "\e356";
}
.glyphicons-dumbbell:before {
  content: "\e357";
}
.glyphicons-suitcase:before {
  content: "\e358";
}
.glyphicons-file-import:before {
  content: "\e359";
}
.glyphicons-file-export:before {
  content: "\e360";
}
.glyphicons-bug:before {
  content: "\e361";
}
.glyphicons-crown:before {
  content: "\e362";
}
.glyphicons-smoking:before {
  content: "\e363";
}
.glyphicons-cloud-upload:before {
  content: "\e364";
}
.glyphicons-cloud-download:before {
  content: "\e365";
}
.glyphicons-restart:before {
  content: "\e366";
}
.glyphicons-security-camera:before {
  content: "\e367";
}
.glyphicons-expand:before {
  content: "\e368";
}
.glyphicons-collapse:before {
  content: "\e369";
}
.glyphicons-collapse-top:before {
  content: "\e370";
}
.glyphicons-globe-af:before {
  content: "\e371";
}
.glyphicons-global:before {
  content: "\e372";
}
.glyphicons-spray:before {
  content: "\e373";
}
.glyphicons-nails:before {
  content: "\e374";
}
.glyphicons-claw-hammer:before {
  content: "\e375";
}
.glyphicons-classic-hammer:before {
  content: "\e376";
}
.glyphicons-hand-saw:before {
  content: "\e377";
}
.glyphicons-riflescope:before {
  content: "\e378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\e379";
}
.glyphicons-electrical-socket-us:before {
  content: "\e380";
}
.glyphicons-message-forward:before {
  content: "\e381";
}
.glyphicons-coat-hanger:before {
  content: "\e382";
}
.glyphicons-dress:before {
  content: "\e383";
}
.glyphicons-bathrobe:before {
  content: "\e384";
}
.glyphicons-shirt:before {
  content: "\e385";
}
.glyphicons-underwear:before {
  content: "\e386";
}
.glyphicons-log-in:before {
  content: "\e387";
}
.glyphicons-log-out:before {
  content: "\e388";
}
.glyphicons-exit:before {
  content: "\e389";
}
.glyphicons-new-window-alt:before {
  content: "\e390";
}
.glyphicons-video-sd:before {
  content: "\e391";
}
.glyphicons-video-hd:before {
  content: "\e392";
}
.glyphicons-subtitles:before {
  content: "\e393";
}
.glyphicons-sound-stereo:before {
  content: "\e394";
}
.glyphicons-sound-dolby:before {
  content: "\e395";
}
.glyphicons-sound-5-1:before {
  content: "\e396";
}
.glyphicons-sound-6-1:before {
  content: "\e397";
}
.glyphicons-sound-7-1:before {
  content: "\e398";
}
.glyphicons-copyright-mark:before {
  content: "\e399";
}
.glyphicons-registration-mark:before {
  content: "\e400";
}
.glyphicons-radar:before {
  content: "\e401";
}
.glyphicons-skateboard:before {
  content: "\e402";
}
.glyphicons-golf-course:before {
  content: "\e403";
}
.glyphicons-sorting:before {
  content: "\e404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\e405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\e406";
}
.glyphicons-sort-by-order:before {
  content: "\e407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\e408";
}
.glyphicons-sort-by-attributes:before {
  content: "\e409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\e410";
}
.glyphicons-compressed:before {
  content: "\e411";
}
.glyphicons-package:before {
  content: "\e412";
}
.glyphicons-cloud-plus:before {
  content: "\e413";
}
.glyphicons-cloud-minus:before {
  content: "\e414";
}
.glyphicons-disk-save:before {
  content: "\e415";
}
.glyphicons-disk-open:before {
  content: "\e416";
}
.glyphicons-disk-saved:before {
  content: "\e417";
}
.glyphicons-disk-remove:before {
  content: "\e418";
}
.glyphicons-disk-import:before {
  content: "\e419";
}
.glyphicons-disk-export:before {
  content: "\e420";
}
.glyphicons-tower:before {
  content: "\e421";
}
.glyphicons-send:before {
  content: "\e422";
}
.glyphicons-git-branch:before {
  content: "\e423";
}
.glyphicons-git-create:before {
  content: "\e424";
}
.glyphicons-git-private:before {
  content: "\e425";
}
.glyphicons-git-delete:before {
  content: "\e426";
}
.glyphicons-git-merge:before {
  content: "\e427";
}
.glyphicons-git-pull-request:before {
  content: "\e428";
}
.glyphicons-git-compare:before {
  content: "\e429";
}
.glyphicons-git-commit:before {
  content: "\e430";
}
.glyphicons-construction-cone:before {
  content: "\e431";
}
.glyphicons-shoe-steps:before {
  content: "\e432";
}
.glyphicons-plus:before {
  content: "\e433";
}
.glyphicons-minus:before {
  content: "\e434";
}
.glyphicons-redo:before {
  content: "\e435";
}
.glyphicons-undo:before {
  content: "\e436";
}
.glyphicons-golf:before {
  content: "\e437";
}
.glyphicons-hockey:before {
  content: "\e438";
}
.glyphicons-pipe:before {
  content: "\e439";
}
.glyphicons-wrench:before {
  content: "\e440";
}
.glyphicons-folder-closed:before {
  content: "\e441";
}
.glyphicons-phone-alt:before {
  content: "\e442";
}
.glyphicons-earphone:before {
  content: "\e443";
}
.glyphicons-floppy-disk:before {
  content: "\e444";
}
.glyphicons-floppy-saved:before {
  content: "\e445";
}
.glyphicons-floppy-remove:before {
  content: "\e446";
}
.glyphicons-floppy-save:before {
  content: "\e447";
}
.glyphicons-floppy-open:before {
  content: "\e448";
}
.glyphicons-translate:before {
  content: "\e449";
}
.glyphicons-fax:before {
  content: "\e450";
}
.glyphicons-factory:before {
  content: "\e451";
}
.glyphicons-shop-window:before {
  content: "\e452";
}
.glyphicons-shop:before {
  content: "\e453";
}
.glyphicons-kiosk:before {
  content: "\e454";
}
.glyphicons-kiosk-wheels:before {
  content: "\e455";
}
.glyphicons-kiosk-light:before {
  content: "\e456";
}
.glyphicons-kiosk-food:before {
  content: "\e457";
}
.glyphicons-transfer:before {
  content: "\e458";
}
.glyphicons-money:before {
  content: "\e459";
}
.glyphicons-header:before {
  content: "\e460";
}
.glyphicons-blacksmith:before {
  content: "\e461";
}
.glyphicons-saw-blade:before {
  content: "\e462";
}
.glyphicons-basketball:before {
  content: "\e463";
}
.glyphicons-server:before {
  content: "\e464";
}
.glyphicons-server-plus:before {
  content: "\e465";
}
.glyphicons-server-minus:before {
  content: "\e466";
}
.glyphicons-server-ban:before {
  content: "\e467";
}
.glyphicons-server-flag:before {
  content: "\e468";
}
.glyphicons-server-lock:before {
  content: "\e469";
}
.glyphicons-server-new:before {
  content: "\e470";
}
.glyphicons-charging-station:before {
  content: "\e471";
}
.glyphicons-gas-station:before {
  content: "\e472";
}
.glyphicons-target:before {
  content: "\e473";
}
.glyphicons-bed:before {
  content: "\e474";
}
.glyphicons-mosquito:before {
  content: "\e475";
}
.glyphicons-dining-set:before {
  content: "\e476";
}
.glyphicons-plate-of-food:before {
  content: "\e477";
}
.glyphicons-hygiene-kit:before {
  content: "\e478";
}
.glyphicons-blackboard:before {
  content: "\e479";
}
.glyphicons-marriage:before {
  content: "\e480";
}
.glyphicons-bucket:before {
  content: "\e481";
}
.glyphicons-none-color-swatch:before {
  content: "\e482";
}
.glyphicons-bring-forward:before {
  content: "\e483";
}
.glyphicons-bring-to-front:before {
  content: "\e484";
}
.glyphicons-send-backward:before {
  content: "\e485";
}
.glyphicons-send-to-back:before {
  content: "\e486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\e487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\e488";
}
.glyphicons-multiple-displays:before {
  content: "\e489";
}
.glyphicons-handshake:before {
  content: "\e490";
}
.glyphicons-child:before {
  content: "\e491";
}
.glyphicons-baby-formula:before {
  content: "\e492";
}
.glyphicons-medicine:before {
  content: "\e493";
}
.glyphicons-atv-vehicle:before {
  content: "\e494";
}
.glyphicons-motorcycle:before {
  content: "\e495";
}
.glyphicons-bed-alt:before {
  content: "\e496";
}
.glyphicons-tent:before {
  content: "\e497";
}
.glyphicons-glasses:before {
  content: "\e498";
}
.glyphicons-sunglasses:before {
  content: "\e499";
}
.glyphicons-family:before {
  content: "\e500";
}
.glyphicons-education:before {
  content: "\e501";
}
.glyphicons-shoes:before {
  content: "\e502";
}
.glyphicons-map:before {
  content: "\e503";
}
.glyphicons-cd:before {
  content: "\e504";
}
.glyphicons-alert:before {
  content: "\e505";
}
.glyphicons-piggy-bank:before {
  content: "\e506";
}
.glyphicons-star-half:before {
  content: "\e507";
}
.glyphicons-cluster:before {
  content: "\e508";
}
.glyphicons-flowchart:before {
  content: "\e509";
}
.glyphicons-commodities:before {
  content: "\e510";
}
.glyphicons-duplicate:before {
  content: "\e511";
}
.glyphicons-copy:before {
  content: "\e512";
}
.glyphicons-paste:before {
  content: "\e513";
}
.glyphicons-bath-bathtub:before {
  content: "\e514";
}
.glyphicons-bath-shower:before {
  content: "\e515";
}
.glyphicons-shower:before {
  content: "\e516";
}
.glyphicons-menu-hamburger:before {
  content: "\e517";
}
.glyphicons-option-vertical:before {
  content: "\e518";
}
.glyphicons-option-horizontal:before {
  content: "\e519";
}
.glyphicons-currency-conversion:before {
  content: "\e520";
}
.glyphicons-user-ban:before {
  content: "\e521";
}
.glyphicons-user-lock:before {
  content: "\e522";
}
.glyphicons-user-flag:before {
  content: "\e523";
}
.glyphicons-user-asterisk:before {
  content: "\e524";
}
.glyphicons-user-alert:before {
  content: "\e525";
}
.glyphicons-user-key:before {
  content: "\e526";
}
.glyphicons-user-conversation:before {
  content: "\e527";
}
.glyphicons-database:before {
  content: "\e528";
}
.glyphicons-database-search:before {
  content: "\e529";
}
.glyphicons-list-alt:before {
  content: "\e530";
}
.glyphicons-hazard-sign:before {
  content: "\e531";
}
.glyphicons-hazard:before {
  content: "\e532";
}
.glyphicons-stop-sign:before {
  content: "\e533";
}
.glyphicons-lab:before {
  content: "\e534";
}
.glyphicons-lab-alt:before {
  content: "\e535";
}
.glyphicons-ice-cream:before {
  content: "\e536";
}
.glyphicons-ice-lolly:before {
  content: "\e537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\e538";
}
.glyphicons-invoice:before {
  content: "\e539";
}
.glyphicons-cart-tick:before {
  content: "\e540";
}
.glyphicons-hourglass:before {
  content: "\e541";
}
.glyphicons-cat:before {
  content: "\e542";
}
.glyphicons-lamp:before {
  content: "\e543";
}
.glyphicons-scale-classic:before {
  content: "\e544";
}
.glyphicons-eye-plus:before {
  content: "\e545";
}
.glyphicons-eye-minus:before {
  content: "\e546";
}
.glyphicons-quote:before {
  content: "\e547";
}
.glyphicons-bitcoin:before {
  content: "\e548";
}
.glyphicons-yen:before {
  content: "\e549";
}
.glyphicons-ruble:before {
  content: "\e550";
}
.glyphicons-erase:before {
  content: "\e551";
}
.glyphicons-podcast:before {
  content: "\e552";
}
.glyphicons-firework:before {
  content: "\e553";
}
.glyphicons-scale:before {
  content: "\e554";
}
.glyphicons-king:before {
  content: "\e555";
}
.glyphicons-queen:before {
  content: "\e556";
}
.glyphicons-pawn:before {
  content: "\e557";
}
.glyphicons-bishop:before {
  content: "\e558";
}
.glyphicons-knight:before {
  content: "\e559";
}
.glyphicons-mic-mute:before {
  content: "\e560";
}
.glyphicons-voicemail:before {
  content: "\e561";
}
.glyphicons-paragraph-alt:before {
  content: "\e562";
}
.glyphicons-person-walking:before {
  content: "\e563";
}
.glyphicons-person-wheelchair:before {
  content: "\e564";
}
.glyphicons-underground:before {
  content: "\e565";
}
.glyphicons-car-hov:before {
  content: "\e566";
}
.glyphicons-car-rental:before {
  content: "\e567";
}
.glyphicons-transport:before {
  content: "\e568";
}
.glyphicons-taxi:before {
  content: "\e569";
}
.glyphicons-ice-cream-no:before {
  content: "\e570";
}
.glyphicons-uk-rat-u:before {
  content: "\e571";
}
.glyphicons-uk-rat-pg:before {
  content: "\e572";
}
.glyphicons-uk-rat-12a:before {
  content: "\e573";
}
.glyphicons-uk-rat-12:before {
  content: "\e574";
}
.glyphicons-uk-rat-15:before {
  content: "\e575";
}
.glyphicons-uk-rat-18:before {
  content: "\e576";
}
.glyphicons-uk-rat-r18:before {
  content: "\e577";
}
.glyphicons-tv:before {
  content: "\e578";
}
.glyphicons-sms:before {
  content: "\e579";
}
.glyphicons-mms:before {
  content: "\e580";
}
.glyphicons-us-rat-g:before {
  content: "\e581";
}
.glyphicons-us-rat-pg:before {
  content: "\e582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\e583";
}
.glyphicons-us-rat-restricted:before {
  content: "\e584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\e585";
}
.glyphicons-equalizer:before {
  content: "\e586";
}
.glyphicons-speakers:before {
  content: "\e587";
}
.glyphicons-remote-control:before {
  content: "\e588";
}
.glyphicons-remote-control-tv:before {
  content: "\e589";
}
.glyphicons-shredder:before {
  content: "\e590";
}
.glyphicons-folder-heart:before {
  content: "\e591";
}
.glyphicons-person-running:before {
  content: "\e592";
}
.glyphicons-person:before {
  content: "\e593";
}
.glyphicons-voice:before {
  content: "\e594";
}
.glyphicons-stethoscope:before {
  content: "\e595";
}
.glyphicons-paired:before {
  content: "\e596";
}
.glyphicons-activity:before {
  content: "\e597";
}
.glyphicons-watch:before {
  content: "\e598";
}
.glyphicons-scissors-alt:before {
  content: "\e599";
}
.glyphicons-car-wheel:before {
  content: "\e600";
}
.glyphicons-chevron-up:before {
  content: "\e601";
}
.glyphicons-chevron-down:before {
  content: "\e602";
}
.glyphicons-superscript:before {
  content: "\e603";
}
.glyphicons-subscript:before {
  content: "\e604";
}
.glyphicons-text-size:before {
  content: "\e605";
}
.glyphicons-text-color:before {
  content: "\e606";
}
.glyphicons-text-background:before {
  content: "\e607";
}
.glyphicons-modal-window:before {
  content: "\e608";
}
.glyphicons-newspaper:before {
  content: "\e609";
}
.glyphicons-tractor:before {
  content: "\e610";
}
.glyphicons-camping:before {
  content: "\e611";
}
.glyphicons-camping-benches:before {
  content: "\e612";
}
.glyphicons-forest:before {
  content: "\e613";
}
.glyphicons-park:before {
  content: "\e614";
}
.glyphicons-field:before {
  content: "\e615";
}
.glyphicons-mountains:before {
  content: "\e616";
}
.glyphicons-fees-payments:before {
  content: "\e617";
}
.glyphicons-small-payments:before {
  content: "\e618";
}
.glyphicons-mixed-buildings:before {
  content: "\e619";
}
.glyphicons-industrial-zone:before {
  content: "\e620";
}
.glyphicons-visitor-tag:before {
  content: "\e621";
}
.glyphicons-businessman:before {
  content: "\e622";
}
.glyphicons-meditation:before {
  content: "\e623";
}
.glyphicons-bath:before {
  content: "\e624";
}
.glyphicons-donate:before {
  content: "\e625";
}
.glyphicons-sauna:before {
  content: "\e626";
}
.glyphicons-bedroom-nightstand:before {
  content: "\e627";
}
.glyphicons-bedroom-lamp:before {
  content: "\e628";
}
.glyphicons-doctor:before {
  content: "\e629";
}
.glyphicons-engineering-networks:before {
  content: "\e630";
}
.glyphicons-washing-machine:before {
  content: "\e631";
}
.glyphicons-dryer:before {
  content: "\e632";
}
.glyphicons-dishwasher:before {
  content: "\e633";
}
.glyphicons-luggage-group:before {
  content: "\e634";
}
.glyphicons-teenager:before {
  content: "\e635";
}
.glyphicons-person-stick:before {
  content: "\e636";
}
.glyphicons-person-stick-old:before {
  content: "\e637";
}
.glyphicons-traveler:before {
  content: "\e638";
}
.glyphicons-veteran:before {
  content: "\e639";
}
.glyphicons-group-chat:before {
  content: "\e640";
}
.glyphicons-elections:before {
  content: "\e641";
}
.glyphicons-law-justice:before {
  content: "\e642";
}
.glyphicons-judiciary:before {
  content: "\e643";
}
.glyphicons-house-fire:before {
  content: "\e644";
}
.glyphicons-firefighters:before {
  content: "\e645";
}
.glyphicons-police:before {
  content: "\e646";
}
.glyphicons-ambulance:before {
  content: "\e647";
}
.glyphicons-light-beacon:before {
  content: "\e648";
}
.glyphicons-important-day:before {
  content: "\e649";
}
.glyphicons-bike-park:before {
  content: "\e650";
}
.glyphicons-object-align-top:before {
  content: "\e651";
}
.glyphicons-object-align-bottom:before {
  content: "\e652";
}
.glyphicons-object-align-horizontal:before {
  content: "\e653";
}
.glyphicons-object-align-left:before {
  content: "\e654";
}
.glyphicons-object-align-vertical:before {
  content: "\e655";
}
.glyphicons-object-align-right:before {
  content: "\e656";
}
.glyphicons-reflect-y:before {
  content: "\e657";
}
.glyphicons-reflect-x:before {
  content: "\e658";
}
.glyphicons-tick:before {
  content: "\e659";
}
.glyphicons-lawnmower:before {
  content: "\e660";
}
.glyphicons-call-redirect:before {
  content: "\e661";
}
.glyphicons-call-ip:before {
  content: "\e662";
}
.glyphicons-call-record:before {
  content: "\e663";
}
.glyphicons-call-ringtone:before {
  content: "\e664";
}
.glyphicons-call-traffic:before {
  content: "\e665";
}
.glyphicons-call-hold:before {
  content: "\e666";
}
.glyphicons-call-incoming:before {
  content: "\e667";
}
.glyphicons-call-outgoing:before {
  content: "\e668";
}
.glyphicons-call-video:before {
  content: "\e669";
}
.glyphicons-call-missed:before {
  content: "\e670";
}
.glyphicons-theater:before {
  content: "\e671";
}
.glyphicons-heartbeat:before {
  content: "\e672";
}
.glyphicons-kettlebell:before {
  content: "\e673";
}
.glyphicons-fireplace:before {
  content: "\e674";
}
.glyphicons-street-lights:before {
  content: "\e675";
}
.glyphicons-pedestrian:before {
  content: "\e676";
}
.glyphicons-flood:before {
  content: "\e677";
}
.glyphicons-open-water:before {
  content: "\e678";
}
.glyphicons-for-sale:before {
  content: "\e679";
}
.glyphicons-dustbin:before {
  content: "\e680";
}
.glyphicons-door:before {
  content: "\e681";
}
.glyphicons-camp-fire:before {
  content: "\e682";
}
.glyphicons-fleur-de-lis:before {
  content: "\e683";
}
.glyphicons-temperature-settings:before {
  content: "\e684";
}
.glyphicons-article:before {
  content: "\e685";
}
.glyphicons-sunbath:before {
  content: "\e686";
}
.glyphicons-balanced-diet:before {
  content: "\e687";
}
.glyphicons-ticket:before {
  content: "\e688";
}
.glyphicons-parking-ticket:before {
  content: "\e689";
}
.glyphicons-parking-meter:before {
  content: "\e690";
}
.glyphicons-laptop:before {
  content: "\e691";
}
.glyphicons-tree-structure:before {
  content: "\e692";
}
.glyphicons-weather-warning:before {
  content: "\e693";
}
.glyphicons-temperature-low:before {
  content: "\e694";
}
.glyphicons-temperature-high:before {
  content: "\e695";
}
.glyphicons-temperature-low-warning:before {
  content: "\e696";
}
.glyphicons-temperature-high-warning:before {
  content: "\e697";
}
.glyphicons-hurricane:before {
  content: "\e698";
}
.glyphicons-storm:before {
  content: "\e699";
}
.glyphicons-sorted-waste:before {
  content: "\e700";
}
.glyphicons-ear:before {
  content: "\e701";
}
.glyphicons-ear-deaf:before {
  content: "\e702";
}
.glyphicons-file-plus:before {
  content: "\e703";
}
.glyphicons-file-minus:before {
  content: "\e704";
}
.glyphicons-file-lock:before {
  content: "\e705";
}
.glyphicons-file-cloud:before {
  content: "\e706";
}
.glyphicons-file-cloud-download:before {
  content: "\e707";
}
.glyphicons-file-cloud-upload:before {
  content: "\e708";
}
.glyphicons-paragraph:before {
  content: "\e709";
}
.glyphicons-list-numbered:before {
  content: "\e710";
}
.glyphicons-donate-heart:before {
  content: "\e711";
}
.glyphicons-government:before {
  content: "\e712";
}
.glyphicons-maze:before {
  content: "\e713";
}
.glyphicons-chronicle:before {
  content: "\e714";
}
.glyphicons-user-structure:before {
  content: "\e715";
}
.glyphicons-recycle:before {
  content: "\e716";
}
.glyphicons-gas:before {
  content: "\e717";
}
.glyphicons-waste-pipe:before {
  content: "\e718";
}
.glyphicons-water-pipe:before {
  content: "\e719";
}
.glyphicons-parking:before {
  content: "\e720";
}
.glyphicons-closed:before {
  content: "\e721";
}
.glyphicons-mouse:before {
  content: "\e722";
}
.glyphicons-mouse-double-click:before {
  content: "\e723";
}
.glyphicons-mouse-left-click:before {
  content: "\e724";
}
.glyphicons-mouse-right-click:before {
  content: "\e725";
}
.glyphicons-mouse-middle-click:before {
  content: "\e726";
}
.glyphicons-mouse-scroll:before {
  content: "\e727";
}
.glyphicons-resize-vertical:before {
  content: "\e728";
}
.glyphicons-resize-horizontal:before {
  content: "\e729";
}
.glyphicons-temperature:before {
  content: "\e730";
}
.glyphicons-puzzle:before {
  content: "\e731";
}
.glyphicons-puzzle-2:before {
  content: "\e732";
}
.glyphicons-puzzle-3:before {
  content: "\e733";
}
.glyphicons-nearby-square:before {
  content: "\e734";
}
.glyphicons-nearby-circle:before {
  content: "\e735";
}
.glyphicons-rotate-right:before {
  content: "\e736";
}
.glyphicons-rotate-left:before {
  content: "\e737";
}
.glyphicons-pictures:before {
  content: "\e738";
}
.glyphicons-photo-album:before {
  content: "\e739";
}
.glyphicons-cadastral-map:before {
  content: "\e740";
}
.glyphicons-fingerprint-scan:before {
  content: "\e741";
}
.glyphicons-fingerprint:before {
  content: "\e742";
}
.glyphicons-fingerprint-lock:before {
  content: "\e743";
}
.glyphicons-fingerprint-ok:before {
  content: "\e744";
}
.glyphicons-fingerprint-remove:before {
  content: "\e745";
}
.glyphicons-fingerprint-reload:before {
  content: "\e746";
}
.glyphicons-pending-notifications:before {
  content: "\e747";
}
.glyphicons-synchronization:before {
  content: "\e748";
}
.glyphicons-synchronization-ban:before {
  content: "\e749";
}
.glyphicons-hash:before {
  content: "\e750";
}
.glyphicons-gender-male:before {
  content: "\e751";
}
.glyphicons-gender-female:before {
  content: "\e752";
}
.glyphicons-gender-virgin-female:before {
  content: "\e753";
}
.glyphicons-gender-intersex:before {
  content: "\e754";
}
.glyphicons-gender-transgender:before {
  content: "\e755";
}
.glyphicons-gender-ori-lesbian:before {
  content: "\e756";
}
.glyphicons-gender-ori-gay:before {
  content: "\e757";
}
.glyphicons-gender-ori-hetero:before {
  content: "\e758";
}
.glyphicons-gender-other:before {
  content: "\e759";
}
.glyphicons-gender-unknown:before {
  content: "\e760";
}
.glyphicons-scanner:before {
  content: "\e761";
}
.glyphicons-multifunction-printer:before {
  content: "\e762";
}
.glyphicons-lasso:before {
  content: "\e763";
}
.glyphicons-view-360:before {
  content: "\e764";
}
.glyphicons-battery-charging:before {
  content: "\e765";
}
.glyphicons-battery-full:before {
  content: "\e766";
}
.glyphicons-battery-75:before {
  content: "\e767";
}
.glyphicons-battery-50:before {
  content: "\e768";
}
.glyphicons-battery-25:before {
  content: "\e769";
}
.glyphicons-battery-10:before {
  content: "\e770";
}
.glyphicons-satellite:before {
  content: "\e771";
}
.glyphicons-satellite-dish:before {
  content: "\e772";
}
.glyphicons-satellite-dish-alt:before {
  content: "\e773";
}
.glyphicons-auction:before {
  content: "\e774";
}
.glyphicons-directions:before {
  content: "\e775";
}
.glyphicons-race:before {
  content: "\e776";
}
.glyphicons-robot:before {
  content: "\e777";
}
.glyphicons-ruler-alt:before {
  content: "\e778";
}
.glyphicons-cube-empty:before {
  content: "\e779";
}
.glyphicons-cube-black:before {
  content: "\e780";
}
.glyphicons-move-square:before {
  content: "\e781";
}
.glyphicons-drop:before {
  content: "\e782";
}
.glyphicons-vr-headset:before {
  content: "\e783";
}
.glyphicons-vr-charging:before {
  content: "\e784";
}
.glyphicons-vr-low-battery:before {
  content: "\e785";
}
.glyphicons-vr-paired:before {
  content: "\e786";
}
.glyphicons-vr-settings:before {
  content: "\e787";
}
.glyphicons-vr-maintenance:before {
  content: "\e788";
}
.glyphicons-filter-remove:before {
  content: "\e789";
}
.glyphicons-filter-applied:before {
  content: "\e790";
}
.glyphicons-one-day:before {
  content: "\e791";
}
.glyphicons-user-vr:before {
  content: "\e792";
}
.glyphicons-user-vr-add:before {
  content: "\e793";
}
.glyphicons-user-vr-remove:before {
  content: "\e794";
}
.glyphicons-dice-1:before {
  content: "\e795";
}
.glyphicons-dice-2:before {
  content: "\e796";
}
.glyphicons-dice-3:before {
  content: "\e797";
}
.glyphicons-dice-4:before {
  content: "\e798";
}
.glyphicons-dice-5:before {
  content: "\e799";
}
.glyphicons-dice-6:before {
  content: "\e800";
}

/* src/styles/login.css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: Arial;
  color: #85878C;
}
html {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  min-width: 100vw;
}
body {
  background-repeat: no-repeat;
  background-attachment: center;
  background-position: center;
  background-color: #FFFFFF;
  min-height: 100vh;
}
.main {
  padding: 80px 0;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
}

/* src/styles/uploader.css */
td.invalid {
  color: white;
  background-color: darkred;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fileUploadLabel {
  font-size: 1em;
  color: white;
  background-color: #003366;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
}
.icon-file-excel {
  padding-right: 10px;
  color: #004691;
}
.icon-remove2 {
  color: #003366;
  display: inline-block;
  border-radius: 5px;
}
.fileUploadLabel:hover,
.icon-remove2:hover {
  background-color: #fdb913;
}
.fileUploadLabel,
.icon-remove2 {
  cursor: pointer;
}
.onoffswitch {
  position: relative;
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family:
    Trebuchet,
    Arial,
    sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 10px;
  background-color: #34A7C1;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  border: 2px solid #999999;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* src/styles/selectAll.css */
.squaredOne {
  width: 15px;
  height: 15px;
  background: #fcfff4;
  background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #ddd 100%);
  background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  background:
    linear-gradient(
      to bottom,
      #fcfff4 0%,
      #dfe5d7 40%,
      #b3bead 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcfff4", endColorstr="#b3bead", GradientType=0);
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
}
.squaredOne label {
  cursor: pointer;
  position: absolute;
  width: 10px;
  height: 10px;
  left: 2px;
  top: 2px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 1);
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #f3f3f3 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #f3f3f3 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #f3f3f3 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #f3f3f3 100%);
  background:
    linear-gradient(
      to bottom,
      #f5f5f5 0%,
      #f3f3f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5f5f5", endColorstr="#f3f3f3", GradientType=0);
}
.squaredOne label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.squaredOne label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.squaredOne label.selected:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  background: #555555;
}
.squaredOne input[type=checkbox] {
  display: none;
}
.squaredOne input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}

/* src/styles/sticky-footer-navbar.css */
html {
  position: relative;
  height: 100%;
}
#page-content-wraper {
  min-height: 100%;
  height: auto;
  margin: 0 auto -50px;
  padding: 0 0 50px;
}
#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  height: 50px;
  background-color: #f5f5f5;
}
#footer p {
  padding-top: 15px;
  padding-left: 15px;
}

/* src/styles.less */
body {
  overflow: visible !important;
  overflow-x: hidden !important;
}
.container-fluid.main-body-dashboard {
  overflow: visible !important;
}
.push .sidebar {
  display: none;
}
.menu-open .push .sidebar {
  display: inline-block;
}
.menu-open .push .sidebar .sidebar-panel {
  min-height: 60vmax;
  padding-bottom: 50%;
}
*:focus {
  outline: none;
}
.k-filter-row .k-filtercell.ng-star-inserted .k-filtercell-operator {
  display: none !important;
}
h4 {
  font-size: 14px;
}
.add-header {
  width: 220px;
}
.bold {
  font-weight: 700;
}
.btn-grid {
  font-size: 11px;
  padding: 0px 6px;
}
.btn-header {
  margin-top: 5px;
}
.btn-work {
  width: 120px;
}
.calendar-form-control,
.well.row-well-body-2-select-billing-terms .calendar-form-control,
.well.row-well-body-1-select-billing-terms .calendar-form-control {
  font-size: 13px;
  margin-top: 0px;
}
.commitment-header {
  width: 120px;
  text-align: center;
}
.data-row {
  color: #333333;
  display: flex;
  font-size: 11px;
  padding: 7px 0;
}
.data-row:nth-child(odd) {
  background-color: #f3f3f3;
}
.data-row:hover {
  background-color: #ebebeb;
}
.display-table {
  display: table;
  font-size: 11px;
}
.double-doughnut-container {
  margin-bottom: -16px;
  margin-top: -18px;
}
.engagement-letter label.control-label {
  text-align: left;
  color: #333333;
  font-size: 11px;
  font-weight: 700;
}
.font-base {
  font-size: 14px;
  font-family: Arial;
}
.form-control {
  font-size: 11px;
}
.form-control-year {
  width: 60px;
  display: inline;
}
.grid-control {
  padding: 0px;
}
.header-send {
  width: 175px;
}
.height-width-100 {
  height: 100%;
  width: 100%;
}
.icon-grey-pointer {
  color: grey;
  cursor: pointer;
}
#icon-user-add {
  font-weight: 900;
  font-size: 11px;
  line-height: 0;
  position: relative;
  top: 2px;
  margin-left: -4px;
}
input[type=checkbox],
input[type=radio] {
  margin-top: 1px;
}
.input-week-of {
  display: inline;
  width: 100px;
}
.items-required-container {
  padding: 15px 20px;
}
.legal-entity-name {
  padding: 5px;
}
.lookup-control {
  height: 33px;
  width: inherit;
  text-align: left;
}
main-content {
  overflow-y: auto !important;
}
.modal-search-filter {
  display: inline;
  margin-bottom: 5px;
  text-align: left;
  width: 175px;
}
.modal-title {
  font-size: 18px;
}
.nav-tabs.secondary-tabs > li.active > a,
.nav-tabs.secondary-tabs > li.active > a:focus,
.nav-tabs.secondary-tabs > li.active > a:hover {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  border-top: 5px solid #fdb913;
  border-bottom-color: transparent;
  padding-top: 3px;
  cursor: default;
}
.panel-header {
  background-color: #dde8f5;
  font-size: 11px;
  padding: 5px 0;
}
.pointable {
  cursor: pointer;
}
#section-label {
  vertical-align: middle;
  font-size: 14px;
  white-space: nowrap;
}
.width-90 {
  width: 90px;
}
.width-150 {
  width: 150px;
}
.k-dialog {
  display: block;
}
kendo-grid > div.k-grid-header {
  color: inherit;
}
.k-dialog .k-window-titlebar {
  color: #333333;
}
.k-combobox {
  background: none !important;
}
.k-grid-footer,
.k-grid-header {
  color: #f5f5f5;
}
.k-grid td {
  font-size: 11px;
}
.sidebar {
  display: inline-block;
  min-height: 88vh;
}
.form-searchbar > input:focus {
  outline: #337ab7 solid;
}
a.hyperlink {
  color: #004691;
}
a.hyperlink:hover {
  color: #006bde;
}
a.hyperlink:active {
  color: #fdb913;
}
a.hyperlink:visited {
  color: #004691;
}
#toggle-slidebar {
  z-index: 10002 !important;
}
kendo-dialog-actions.k-action-buttons {
  padding: 15px 30px;
}
kendo-dialog-actions.k-action-buttons button {
  margin-left: 10px;
}
.page-container {
  width: 100% !important;
}
.row-remove-margin {
  margin: 0;
}
.panelContainer {
  border: 1px solid;
  margin-bottom: 10px;
  width: 100% !important;
  border-radius: 4px;
  border-color: #cfcbcb;
  box-shadow: 4px 5px 9px #888888;
  padding: 15px;
}
.panel-Container-half-left {
  border: 1px solid;
  margin-bottom: 15px;
  width: 49% !important;
  border-radius: 4px;
  border-color: #cfcbcb;
  box-shadow: 4px 5px 9px #888888;
  float: left;
}
.panel-Container-half-left-small {
  border: 1px solid;
  margin-bottom: 10px;
  width: 345px;
  border-radius: 4px;
  border-color: #cfcbcb;
  box-shadow: 4px 5px 9px #888888;
  float: left;
  min-height: 300px;
}
.panel-Container-half-right-small {
  border: 1px solid;
  margin-bottom: 10px;
  width: 345px;
  border-radius: 4px;
  border-color: #cfcbcb;
  box-shadow: 4px 5px 9px #888888;
  float: right;
  min-height: 300px;
}
.panel-Container-half-right {
  border: 1px solid;
  margin-bottom: 10px;
  width: 50% !important;
  border-radius: 4px;
  border-color: #cfcbcb;
  box-shadow: 4px 5px 9px #888888;
  float: right;
}
.title-Row-Padding {
  padding-bottom: 10px;
}
.right-side-button {
  float: right;
  margin: 5px;
}
.right-side-padding {
  padding-left: 7.5px;
  padding-right: 0px;
}
.table-header-background {
  background-color: #e4e4e4;
}
.table-subTitle {
  margin-top: 10px;
}
.data-table-styling {
  border: 1px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
}
.table-header-font {
  text-align: center;
}
.table-column-border-left {
  border-left: 1px solid #d4d4d4;
}
.table-column-border-right {
  border-right: 1px solid #d4d4d4;
}
.sub-banner {
  background-color: #dde8f5;
  padding: 5px;
  border: 2px solid #dcdcdc;
  border-bottom: none;
}
.sub-banner-text {
  font-weight: 700;
  font-size: 16px;
}
.table-header-dark-background {
  background-color: #333;
  color: white;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.data-column-40-Percent {
  width: 40%;
}
.data-column-15-Percent {
  width: 15%;
}
.glyphicon-chevron-left:before {
  content: "\e225" !important;
}
.glyphicon-chevron-right:before {
  content: "\e224" !important;
}
.k-dialog .k-dialog-centered {
  position: absolute !important;
}
.modal-backdrop {
  position: relative;
}
.alignHeaderRight > .k-grid thead {
  vertical-align: top;
}
.engagement-progress-bar-component {
  width: 97% !important;
  margin-left: 1%;
}
.platform-page-title {
  padding-left: 1%;
  font-weight: 700;
  color: #336699;
  font-size: 250%;
}
.zane .dropdown-menu .open {
  width: 100% !important;
}
.number-algin-right {
  text-align: right;
}
.number-align-right {
  text-align: right;
}
.glyphicon-chevron-down:before {
  font-family: "Glyphicons Halflings";
}
.glyphicon.pencil:before {
  font-family: "Glyphicons Halflings";
}
.btn-primary {
  color: #fff;
  background-color: #003366;
  border-color: #001933;
}
.btn-primary:hover {
  background-color: #3d7ab8;
  border-color: #3d7ab8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  border-color: #000;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #555;
  background-color: #fdb913;
  border-color: #d19502;
}
.btn-secondary {
  margin: 0px;
}
.btn-neutral {
  background-color: white;
  border-color: #8c8c8c;
}
.tooltip-inner {
  font-size: 11px;
  max-width: 460px !important;
  text-align: left;
}
.icon-file-pdf:before {
  content: "\e7ef";
  color: #ef0202 !important;
  font-family: "icomoon";
  float: left !important;
  font-size: 22px;
  border: 0 !important;
  padding-left: 5px;
}
.box-header {
  padding: 4px 0px 3px 15px;
  font-weight: 700;
}
.box-header-row {
  display: -ms-flexbox;
  display: -webkit-box;
  padding: 0px 7px 0px 7px;
  font-size: 11px;
  font-weight: 700;
  min-height: 20px;
}
.box-row {
  display: -ms-flexbox;
  display: -webkit-box;
  padding: 7px;
  min-height: 20px;
}
.box-row:nth-child(2n) {
  background-color: #f3f3f3;
}
.display-box {
  display: -ms-flexbox;
  display: -webkit-box;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.padding-left-0 {
  padding-left: 0px;
}
.padding-left-10 {
  padding-left: 10px;
}
.padding-left-20 {
  padding-left: 20px;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-0 {
  padding: 0px;
}
.grey-background {
  background-color: #a0a0a0;
}
.white-font {
  color: #ffffff;
}
.red-font {
  color: red;
}
.blue-font {
  color: blue;
}
.grey-border {
  border: 1px solid #dddddd;
}
.answer-text {
  padding-left: 10px;
  display: inline;
}
.question-text {
  font-weight: 700;
  display: inherit;
}
.main-title-text {
  padding-right: 20px;
  float: left;
  margin-top: 6px;
}
.contacts-button {
  background-color: #003366;
  float: right;
}
.float-left {
  float: left;
}
.left-side {
  width: 50%;
  padding-right: 7.5px;
  padding-left: 0;
}
.right-side {
  width: 50%;
  padding-left: 7.5px;
  padding-right: 0px;
}
.margin-bottom-neg-1 {
  margin-bottom: -1px;
}
.icon-file-pdf:before {
  content: "\e7ef";
  color: #ef0202 !important;
  font-family: "icomoon";
  float: left !important;
  font-size: 22px;
  border: 0 !important;
  padding-left: 5px;
}
.k-header {
  font-weight: 700 !important;
  padding: 5px;
  white-space: normal;
}
.k-header tr th {
  font-weight: 700 !important;
  padding: 5px;
  white-space: normal;
}
.k-header-with-btn {
  padding: 4px 0px 0px 0px;
}
.k-body {
  font-size: 11px;
  padding: 3px 7px;
  white-space: normal;
}
.k-body tr td {
  font-size: 11px;
  padding: 3px 7px;
  white-space: normal;
}
.k-filter-row th,
.k-grid-header th.k-header {
  white-space: normal;
}
.delete-btn {
  margin: -1px 0 0 0px !important;
  padding: 2px 10px !important;
}
.budget-color {
  color: #336699;
}
.budget-header {
  width: 160px;
  text-align: center;
}
.completion-color {
  color: #009933;
}
#checkmark-styling {
  color: #009933;
  font-size: 16px;
  padding: 5px 5px 0 0;
}
#delete-styling {
  color: #990000;
  font-size: 16px;
  padding: 0px 5px 0 5px;
  position: relative;
  top: -4px;
}
.under-construction {
  width: 57%;
  text-align: center;
  font-size: 8em;
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  right: 27%;
  z-index: 1;
}
.active-contact-tab > ul > li.k-state-active > span {
  border-top: 5px solid #fdb913;
  padding-top: 4px !important;
}
.active-contact-tab > ul > li > span {
  color: #555555 !important;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  padding-top: 8px !important;
  cursor: default;
}
.active-contact-tab {
  background-color: #f3f3f3 !important;
}
.active-contact-tab > ul > li {
  border: 1px solid #a0a0a0;
}
.active-contact-tab > .k-content {
  padding: 0px !important;
  border: none !important;
}
.international-form {
  display: block !important;
}
.international-form > span {
  width: 36px;
  display: inline-block;
}
.international-form > span > input {
  width: 100%;
  padding: 6px !important;
  height: auto !important;
  text-align: right !important;
}
.client-contact-grid > .k-grid-container > div > table > tbody > tr {
  height: 57px !important;
}
.loading-spinner {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading-spinner:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow:
    rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0,
    rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0,
    rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
html,
body,
.container,
.push,
.content {
  font-family: Arial;
}
select,
input {
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  -webkit-transition: 0 !important;
  transition: 0 !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  border: 1px solid #dddddd !important;
  overflow: hidden;
}
a {
  color: #003366;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #006bde;
}
body {
  width: 100%;
  overflow: scroll;
  font-family: Arial;
}
.nav-border {
  height: 10px;
  padding: 0;
  margin: 0;
  border-top: 1px solid #dddddd;
}
.visible-desktop {
  padding-left: 5px;
}
.no-text-decoration {
  text-decoration: none;
}
.no-list-decoration {
  list-style: none;
}
.width-100 {
  width: 100px;
}
.display-table {
  display: table;
  font-size: 18px;
}
.nav-tabs.primary-tabs > li > a {
  background-color: #6699cc;
  color: #ffffff;
  text-transform: uppercase;
  padding: 7px 8px 5px;
  font-size: 13px;
}
span.header-user-name {
  display: inline-block;
  max-width: 100px;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 100%;
  line-height: normal;
  position: relative;
  top: 4px;
  padding-right: 5px;
}
.client-route-menu {
  margin-top: 45px;
}
.client-menu .nav-tabs {
  display: flex;
  padding-bottom: 1px;
}
.client-menu .nav-tabs > li {
  display: flex !important;
}
.nav-tabs > li > a {
  margin-right: 2px;
  padding: 7px 12px 5px;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: 0;
  color: #a0a0a0;
  background-color: #f3f3f3;
  outline: none;
  transition: none;
  width: 100%;
}
.nav-tabs.primary-tabs li.active > a,
.nav-tabs.primary-tabs li.active > a:hover,
.nav-tabs.primary-tabs li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  border-top: 5px solid #fdb913;
  border-bottom-color: transparent;
  padding-top: 3px;
  cursor: default;
}
.nav-tabs-no-margin > li.active {
  border: none;
}
.nav-tabs-no-margin > li {
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  border: 1px solid #dddddd;
  border-bottom: none;
  text-align: center;
}
.nav-tabs-no-margin.primary-tabs > li > a {
  background-color: #f3f3f3;
  color: #333333;
  margin: 0;
}
.nav-tabs-no-margin.primary-tabs > li > a.in-progress {
  background-color: #fdb913;
  color: #ffffff;
}
.vert-bottom {
  display: table-cell !important;
  float: none !important;
  vertical-align: bottom;
}
.billing-terms-next-step {
  margin-top: 35px;
  margin-right: 10px;
}
#buttons,
#buttons .billing-terms-next-step {
  margin: 0 !important;
}
.billing-terms-delete-all {
  margin-top: 35px;
  background-color: #8A2429 !important;
}
.billing-terms-delete-all:hover {
  background-color: #A02D38 !important;
}
.btn-danger {
  background-color: #8A2429;
}
.btn-danger:hover {
  background-color: #A02D38;
}
.billing-terms-delete-all {
  margin-top: 35px;
  background-color: #8A2429 !important;
}
.billing-terms-delete-all:hover {
  background-color: #A02D38 !important;
}
.btn-danger {
  background-color: #8A2429;
}
.btn-danger:hover {
  background-color: #A02D38;
}
#main-header {
  padding-top: 5px;
  background-color: #003366;
  overflow: hidden;
}
#main-header:before,
#main-header:after {
  content: "";
  display: table;
}
#main-header:after,
.clr {
  clear: both;
}
.site-logo img {
  margin-left: -15px;
}
.page-body {
  min-width: 820px;
}
.page-body:before,
.page-body:after {
  content: "";
  display: table;
}
.page-body:after {
  clear: both;
}
#main-header .site-title {
  float: right;
  color: #ffffff;
  font-family:
    Arial,
    Helvetica,
    sans-serif !important;
  font-size: 20px;
  font-weight: bold;
}
div.site-title {
  float: right;
  font-weight: bold;
  color: #003366;
  font-size: 24px;
  border-left: 0 !important;
  padding-top: 12px;
  padding-right: 10px;
}
#main-header .primary-tabs {
  padding-top: 10px;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
}
#main-header .utility-links {
  float: right;
  color: #ffffff;
}
.boldItalic {
  font-style: italic;
  font-weight: bold;
}
.site-utility {
  height: 40px;
}
.utility-links > li {
  margin-left: 0px;
}
.utility-links a {
  color: #ffffff;
}
.utility-links a:hover {
  color: #fdb913;
  text-decoration: none;
}
.back-button {
  padding: 15px 15px 15px 0;
}
.back-button button {
  padding: 7px 20px 7px 15px;
}
.back-button button i {
  padding-right: 5px;
}
.back-button span {
  position: relative;
  top: 3px;
  color: #003366;
  font-family: Arial;
  font-weight: 700;
  font-size: 20px;
  padding-left: 15px;
}
.toolbar button {
  padding: 4px 8px;
  height: 32px;
}
.btn-toolbar.year {
  margin-bottom: 10px;
}
.toolbar button span + small {
  display: block;
  min-height: 28px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 1.1;
}
.site-content {
  margin-top: 10px;
  border: 1px solid #dddddd;
}
.site-content #main-body {
  border-right: 1px solid #dddddd;
}
.site-content #main-content {
}
.input-group-addon {
  -webkit-border-radius: 0 2px 2px 0 !important;
  -moz-border-radius: 0 2px 2px 0 !important;
  border-radius: 0 2px 2px 0 !important;
}
.input-group-addon i {
  padding: 0 !important;
}
.form-control {
  font-size: 14px !important;
}
*,
*:after,
*::before {
  box-sizing: border-box;
}
.main-section {
  margin-left: 5px;
}
.main-section,
.main-content {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.container-fluid.main-body,
.container-fluid.main-body-dashboard,
.container-fluid.main-section {
  height: 100%;
}
.container-fluid.main-body-dashboard {
  margin-top: 15px;
}
.col-xs-12.main-section {
  padding: 0 !important;
}
#first-well {
  padding-bottom: 100px !important;
}
.content {
  overflow-y: hidden;
  background: #dddddd;
}
.content,
.content-inner {
  background: #ffffff;
  padding: 0;
  margin: 0;
}
.container-fluid {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dashboard-banner {
  padding-right: 15px;
  padding-left: 15px;
}
.dashboard-banner-main {
  height: 95px;
  background-color: #dde8f5;
  padding: 12px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #dddddd;
}
.dashboard-banner-main span:first-child {
  color: #a0a0a0;
  font-size: 12px;
}
.dashboard-banner-main span:nth-of-type(2) {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.page-title {
  height: 90px;
  background-color: #dde8f5;
  color: #003366;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #dddddd;
}
.page-title-main {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  top: -5px;
}
.page-footer {
  height: 60px;
  background-color: #dde8f5;
  color: #003366;
  font-size: 16px;
  padding: 15px;
  border: 1px solid #dddddd;
}
.k-header,
.k-grid-header:first-child th.k-header:first-child,
thead.k-grid-header th.k-header:first-child,
.k-rtl thead.k-grid-header th.k-header:last-child,
.panel,
.panel-heading,
.k-grid > .k-grouping-header,
.k-grid-header:first-child,
.k-grid-toolbar:first-child,
.k-scheduler > .k-scheduler-toolbar:first-child {
  border-radius: 0;
}
.panel-body {
  padding: 0;
}
.panel-default > .panel-heading {
  background-color: #dde8f5;
}
.panel-heading {
  background-color: #dde8f5;
  color: #333333;
  font-size: 14px;
  padding: 7px;
  font-weight: 400;
}
.panel-heading-active-engage {
  background-color: #dde8f5;
  color: #333333;
  font-size: 14px;
  padding: 12px;
  font-weight: 400;
}
.panel-heading-active-engage::after {
  content: " ";
  display: block;
  clear: both;
}
#sigPend {
  color: #fdb913;
}
.main-title {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
}
.grid-header-elements {
  float: right;
  height: 30px;
  padding-top: 5px;
}
.grid-header-elements ul li {
  float: left;
  list-style: none;
  padding-left: 10px;
}
.grid-header-elements ul li:nth-of-type(2),
.grid-header-elements ul li:last-child {
  padding-left: 5px;
}
.grid-header-elements .form-control {
  height: 30px;
  width: 200px;
  margin-top: -6px;
}
.grid-header-elements #header-icons {
  padding-top: 1px;
  cursor: pointer;
}
.k-header,
.k-grid-header {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  border: none;
  border-radius: 0;
}
.k-grid .k-alt {
  color: #333333;
  background-color: #f3f3f3;
  font-size: 14px;
  border: none;
  padding: 0;
}
.k-grid td {
  color: #333333;
  font-size: 14px;
  border: none;
  padding: 8px;
}
.k-grid tr td,
.k-grid th {
  border: none;
}
.k-filter-row th,
.k-grid-header th.k-header {
  overflow: hidden;
  border-style: none;
  border-width: 0;
  padding: 12px;
  font-weight: 400 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.k-button {
  width: auto;
  height: auto;
  background-color: #6699cc;
  color: #ffffff;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
}
.btn-secondary {
  color: #fff;
  background-color: #6699cc;
  border-color: #6699cc;
  margin-top: 12px;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #79a6d2;
}
#scope-ok {
  text-align: right;
  margin: -2px 10px 0 0;
}
.push {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toggle-slidebar {
  position: absolute;
  z-index: 9999;
  top: 320px;
  margin-left: -16px;
  float: left;
  outline: medium none;
  padding: 40px 1px;
  background-color: #f3f3f3;
  border-radius: 0 4px 4px 0;
  border-style: solid;
  border-width: 1px 3px 1px 1px;
  border-color: #f3f3f3 #fdb913 #f3f3f3 #f3f3f3;
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#toggle-slidebar i {
  font-size: 10px;
  color: #a0a0a0;
  top: 5px;
}
#toggle-slidebar:hover {
  background-color: #dddddd;
  border-left-color: #dddddd;
  border-right-color: #fdb913;
}
.sidebar-panel {
  position: absolute;
  left: 0;
  z-index: 100;
  visibility: hidden;
  height: 100%;
  padding: 0 0 100% 0;
  background-color: #f3f3f3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  border-radius: 0;
}
.side-panel-coming-soon {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px;
  font-size: 3em;
  color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin: auto;
  margin-top: 5%;
  position: relative;
}
.menu ul {
  padding-left: 0;
  padding-top: 10px;
}
.menu ul li {
  width: auto;
  height: auto;
  padding: 15px 0;
  font-family: Arial;
  color: #003366;
  font-size: 16px;
  list-style: none;
}
.menu ul li.nav-border {
  height: auto;
  padding: 0;
  margin: 0;
}
.menu i {
  padding: 0 10px 0 20px;
}
.menu i.arrow-tax-return,
arrow-archive {
  padding-left: 20px;
  cursor: pointer;
}
.tax-return-box i.arrow-tax-return-year,
.tax-return-box i.arrow-tax-return-engagement,
.tax-return-box i.arrow-tax-return-entity {
  cursor: pointer;
}
.menu i.icon-box,
.menu i.icon-drawer3 {
  padding-left: 0;
}
i.icon-box,
i.arrow-tax-return,
.tax-return-box i.arrow-tax-return-year,
.tax-return-box i.arrow-tax-return-engagement,
.tax-return-box i.arrow-tax-return-entity {
  top: 3px;
}
.menu-open .push {
  -webkit-transform: translate3d(16%, 0, 0);
  -moz-transform: translate3d(16%, 0, 0);
  -ms-transform: translate3d(16%, 0, 0);
  -o-transform: translate3d(16%, 0, 0);
  transform: translate3d(16%, 0, 0);
}
.menu-open .sidebar-panel {
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search-box {
  width: 100%;
  padding: 20px;
  margin: 0;
}
.search-box input {
  color: #333333;
  font-family: Arial;
  width: 100%;
  padding: 10px;
}
#tax-return-collapse {
  margin-top: 0;
}
.tax-return-box {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 5px;
}
.tax-return-box ul li {
  margin: 0;
  padding: 0 0 5px 0;
}
#tax-return-engagements {
  padding: 5px 0 0 25px;
}
#tax-return-engagements ul li {
  margin: 0;
  padding: 0;
}
#tax-return-legal-entity,
#tax-return-returns {
  padding: 5px 0 0 55px;
}
#tax-return-legal-entity ul li:first-child,
#tax-return-returns ul li {
  padding: 0 0 10px 0;
}
#tax-return-returns ul li:last-of-type {
  padding: 0 0 5px 0;
}
h1 {
  color: #369;
  font-family:
    Arial,
    Helvetica,
    sans-serif;
  font-size: 250%;
}
.well.row-well-title {
  height: 40px !important;
  padding: 10px 0 !important;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
}
.title {
  position: relative;
  padding-left: 15px;
  top: 9px;
}
.title-scope {
  position: relative;
  padding: 10px 15px;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.well.row-well-body-1 {
  height: 120px;
  padding-right: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.well.row-well-body-2 {
  height: 120px;
  padding-right: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.well.row-well-body-3 {
  height: 120px;
  padding-right: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  border-top: none;
}
.well.row-well-body-1-short {
  height: 60px;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: left;
}
.well.row-well-body-2-short {
  width: 100%;
  height: 60px;
  padding: 20px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #ffffff;
  text-align: left;
}
.well.row-well-body-2-short-active-engage {
  height: 45px;
  padding: 15px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: left;
}
.well.row-well-body-1-short-active-engage {
  width: 100%;
  height: 45px;
  padding: 15px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #ffffff;
  text-align: left;
}
.row-well-body-2-short input.date {
  width: 60px;
}
.icon {
  color: #ffffff;
  cursor: pointer;
}
.row-company {
  padding: 35px 0;
  font-weight: 700;
}
.row-company a {
  cursor: pointer;
}
.progress,
.progress-md {
  width: 100%;
  height: 50px;
  color: #333333;
}
.progress-bar.progress-bar-success,
.progress-bar.progress-bar-warning,
.progress-bar.progress-bar-danger {
  padding: 0.9% 0;
}
.progress-bar.progress-bar-success:hover {
  background-color: #00b33c;
}
.progress-bar.progress-bar-warning:hover {
  background-color: #fdc12c;
}
.progress-bar-success {
  background-color: #009933;
  padding: 0 10px;
  border-left: 1px solid #f3f3f3;
}
.progress-bar-warning,
.progress-bar-danger {
  padding: 0 10px;
  border-left: 1px solid #f3f3f3;
}
.progress-bar-none {
  background-color: #f3f3f3;
  padding: 15px 10px;
  border-left: 1px solid #f3f3f3;
  color: #333333;
}
.status-text {
  padding-top: 5px;
}
.status-text-long {
  margin-top: -10px;
  padding-top: 5px;
}
.progress-bar-warning {
  color: #333333;
  font-weight: 700;
}
.arrow-row i {
  padding: 10px 0;
  font-size: 30px;
}
.arrow-row {
  padding: 260px 0 0 55px;
}
.boxed {
  height: 600px;
  overflow: scroll;
  overflow-x: hidden;
}
.row-border {
  border-left: 1px solid #f3f3f3;
}
.no-col-pad {
  padding: 0;
}
.section1 {
  width: 6%;
}
.section2 {
  width: 8.5%;
}
.section3 {
  width: 8%;
}
.section4 {
  width: 6%;
}
.section5 {
  width: 3%;
}
.section6 {
  width: 7%;
}
.section7 {
  width: 10%;
}
.section8 {
  width: 10%;
}
.section9 {
  width: 10%;
}
.section10 {
  width: 8%;
}
.section11 {
  width: 9%;
}
.section12 {
  width: 9%;
}
.section13 {
  width: 5.5%;
}
.dashElementsContainer {
  padding-top: 10px;
  height: auto;
}
.dashElements {
  width: 100%;
  padding: 0 10px 10px 5px;
  border: 1px #dddddd solid;
}
.dashElements h3 {
  width: 100%;
  margin: 10px 0 20px 25px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #003366;
}
.dashElements .notifications {
  width: 100%;
  margin: 10px 0 20px 15px;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  color: #003366;
}
.dashElements h5 {
  margin: 2px 0 5px 0;
}
.dashElements img {
  padding: 0;
  margin: -4px 0 0 8px;
}
.dashElements .name {
  padding: 0;
  margin: 0;
}
.dashElements #bell {
  color: #003366;
  width: 20px;
  margin: 10px 8px 0 0;
  float: right;
}
.dashElements #alertBox {
  padding: 10px 0 0 0;
}
.dashElements i {
  padding: 10px 0 0 0;
  color: #fdb913;
}
#itemsReqElements h5 {
  margin: 10px 0 0 10px;
  color: #333333;
}
#itemsReqElements img {
  width: 40%;
  margin: 10px 0 0 130px;
}
#items-key {
  margin: 10px 0 0 0;
}
#box1,
#box2,
#box3,
#box4 {
  padding: 2px 10px 2px 10px;
  margin-right: 10px;
}
#box1 {
  background-color: #009933;
}
#box2 {
  background-color: #6699cc;
}
#box3 {
  background-color: #fdb913;
}
#box4 {
  background-color: #990000;
}
.alertBox p {
  color: #333333;
}
.alertBox-time {
  color: #a0a0a0;
  font-size: 12px;
  margin: 0 0 0 14px;
}
.dashTile button {
  margin: 0;
  padding: 4px;
  float: right;
}
.dashTile #myProjElements {
  min-height: 188px;
}
.dashTile .dashElements:nth-of-type(2) {
  margin-top: 20px;
  min-height: 174px;
}
.dashTile .dashElements {
  min-height: 395px;
}
#dashOneProjTitle {
  text-align: center;
  margin: 0;
}
#dashOneProjNumbers h1 {
  text-align: center;
}
#dashOneProjNumbers h1 a {
  font-size: 52px;
  text-align: center;
  color: #004691;
  text-decoration: none;
}
#dashOneProjNumbers .col-lg-3 {
  margin-top: 8px;
}
.view-but {
  margin: -5px 0 0 0;
  padding: 4px;
}
#close {
  top: 2px;
}
.lena-row {
  padding: 20px 0 0 0;
}
#alertBox {
  max-width: 95%;
  min-height: 90px;
  margin: 0 auto;
  border: 1px #dddddd solid;
}
#line1 {
  max-width: 95%;
  margin: 0 auto;
  height: 1px;
  padding-top: 20px;
  border-bottom: 1px #dddddd solid;
}
#informationCenter .info-center-h3 {
  padding: 10px 0 20px 15px;
  margin: 0;
}
.info-center-row {
  margin: 10px 25px 25px 35px;
}
.info-center-row i {
  color: #003366;
  padding: 0 5px 0 0;
}
hr.separator {
  margin: 8px 0 !important;
  color: #eee;
  outline: none;
  border-top: 1px #eee solid;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.billing-terms-head {
  padding-left: 0 !important;
}
.billing-terms-sub-head {
  line-height: 26px;
  margin: 17px 0;
}
.well.row-well-body-2-select-billing-terms {
  min-height: 45px;
  padding: 15px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: left;
}
.well.row-well-body-2-select-billing-terms::after {
  content: "";
  display: block;
  clear: both;
}
.well.row-well-body-1-select-billing-terms {
  min-height: 45px;
  padding: 15px 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none !important;
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  text-align: left;
}
.well.row-well-body-1-select-billing-terms::after {
  content: "";
  display: block;
  clear: both;
}
.well.row-well-body-2-select-billing-terms .calendar,
.well.row-well-body-1-select-billing-terms .calendar {
  color: #1f71c3;
  margin-top: 2px;
}
.well.row-well-body-2-select-billing-terms .billing-terms-desc,
.well.row-well-body-1-select-billing-terms .billing-terms-desc {
  min-height: 20px;
}
.billing-terms-desc textarea {
  width: 100%;
}
.billing-terms-date {
  width: 100%;
  margin-right: 8px;
  padding: 3px 12px;
  height: auto;
}
.billing-terms select.form-control {
  width: 150px;
  padding: 3px 5px;
  margin: 0 15px;
  height: auto;
}
.billing-terms-total {
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  padding-top: 5px;
}
.even {
  background-color: #f3f3f3 !important;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.odd {
  background-color: #ffffff !important;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.delete-btn {
  padding: 3px 10px !important;
  margin: -3px 0 0 0px !important;
}
.container-fix {
  padding: 0;
}
.panel-fix {
  margin: 10px 0 0 0;
  width: 49.5%;
}
.personnel-row-fix {
  padding: 7px 0px;
  height: 49px;
  min-height: auto;
}
.personnel-row-fix input {
  height: 30px;
}
.input-margin-fix {
  margin: 0;
}
.input-div-fix {
  width: 20%;
  padding-right: 0;
}
#checkmark-styling {
  color: #009933;
  font-size: 20px;
  padding: 5px 5px 0 0;
}
#delete-styling {
  color: #990000;
  font-size: 20px;
  padding: 0px 5px 0 5px;
  position: relative;
  top: -4px;
}
#plus-icon-fix {
  font-weight: 900;
  font-size: 25px;
  line-height: 0;
  position: relative;
  top: 5px;
  padding-right: 8px;
}
.nav-tabs-no-margin li:first-child {
  width: 10%;
  text-align: center;
}
.nav-tabs-no-margin li:nth-of-type(2),
.nav-tabs-no-margin li:nth-of-type(3) {
  width: 15%;
  text-align: center;
}
.nav-tabs-no-margin li:last-child,
.nav-tabs-no-margin li:nth-of-type(4),
.nav-tabs-no-margin li:nth-of-type(5) {
  width: 20%;
  text-align: center;
}
.row-tabs-personnel {
  padding: 0;
  margin-left: -20px;
  margin-right: -30px;
}
.user-profile-wrap {
  padding: 0px 0 !important;
  min-height: auto !important;
}
.user-profile-wrap a {
  color: #6699cc;
}
.user-profile-wrap a:hover {
  color: #003366;
  text-decoration: underline;
}
.user-profile-content {
  width: 33% !important;
  padding: 12px 0px !important;
}
.user-profile-content1 {
  width: 31% !important;
  padding: 7px 0px !important;
  border-left: 15px solid #ffffff;
  border-right: 15px solid #ffffff;
}
.row-data {
  padding: 0 10px !important;
}
#RowPlaceHolder {
  border: none;
}
.last-row {
  border-bottom: 1px solid #dddddd !important;
}
.margin-fix-left {
  margin-left: -6px;
}
.margin-fix-right {
  margin-right: -6px;
}
.back-button-row-fix {
  padding: 0;
}
#button-fix {
  position: relative;
  float: right;
  top: -9px;
}
.form-fix {
  margin: -9px 0 0 0;
}
.ellipsis-styling {
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav-tabs-crowe-team > li > a {
  text-transform: capitalize !important;
  padding: 7px 30px 5px;
}
.crowe-team-grid a {
  color: #6699cc;
  font-weight: bold;
}
.crowe-team-grid a:hover {
  text-decoration: underline;
}
.delete-btn-team {
  padding: 3px 10px !important;
  margin: 2px 5px 0 5px !important;
}
.delete-btn-team[disabled=disabled] {
  margin: 2px 5px 0 5px !important;
  background: #ccc;
  border: #999 1px solid;
  color: #444;
}
.crowe-team-grid-th span {
  display: block;
}
.crowe-team-grid-th span.functional {
  display: block;
  width: 75%;
}
.crowe-team-grid-th i {
  position: absolute;
  top: 0;
  right: 0;
}
.crowe-team-grid-pic img {
  width: 60px;
  float: left;
  padding-right: 5px;
  position: relative;
  top: -5px;
}
.crowe-team-grid-pic a {
  margin-left: 60px;
  display: block;
}
.crowe-team-grid .icon-linkedin {
  color: #418bbe !important;
  font-size: 20px !important;
  position: relative;
  top: 5px;
}
.crowe-team-resume {
  white-space: nowrap;
}
.padding-left {
  padding-left: 10px;
}
.container-fix-legal-structure {
  padding: 0;
  overflow: visible !important;
  overflow-x: hidden !important;
}
.main-title-legal {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
.nav-tabs-no-margin-main > li.active {
  border: none;
}
.nav-tabs-no-margin-main > li {
  background-color: #f3f3f3;
  margin: 0;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.nav-tabs-no-margin-main.primary-tabs > li > a {
  background-color: #f3f3f3;
  color: #333333;
  margin: 0;
}
.nav-tabs-no-margin-main.primary-tabs > li > a.in-progress {
  background-color: #fdb913;
  color: #ffffff;
}
.nav-tabs-no-margin-main li:first-child {
  width: 12.5%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(2) {
  width: 12.5%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(3) {
  width: 15%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(4) {
  width: 15%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(5) {
  width: 10%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(6) {
  width: 10%;
  text-align: center;
}
.nav-tabs-no-margin-main li:nth-of-type(7) {
  width: 12.5%;
  text-align: center;
}
.nav-tabs-no-margin-main li:last-child {
  width: 12.5%;
  text-align: center;
}
.import-section p:first-of-type {
  font-family: Arial;
  font-size: 20px;
  padding-top: 30px;
  padding-left: 10px;
}
.import-section p:nth-of-type(2) {
  font-family: Arial;
  font-size: 16px;
  padding-left: 10px;
}
.import-section p:nth-of-type(3) {
  font-family: Arial;
  font-size: 18px;
  padding-left: 10px;
}
.import-section p:nth-of-type(3) input {
  width: 400px;
  height: 35px;
  font-family: Arial;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 10px;
  color: #f3f3f3;
}
.import-section p:nth-of-type(3) button {
  width: 100px;
  font-family: Arial;
  margin-left: 10px;
}
.import-section p.verify-upload {
  width: 510px;
  height: 78px;
  padding: 28px;
  margin-left: 93px;
  background-color: #dde8f5;
}
.import-section p.verify-upload .icon-file-pdf {
  width: 25px;
  font-size: 19px;
  position: relative;
  top: 2px;
  color: #003366;
}
#permanent_record_txt {
  color: #003366;
  font-size: 16px;
}
.panel {
  border: none !important;
}
.sidebar-panel-legal {
  padding: 0 0 64% 0;
}
.primary-btn {
  background-color: #003366;
}
.pdf-preview {
  width: 100%;
  height: 800px;
  margin-top: 25px;
  border: 10px solid #dddddd;
  margin-bottom: 20px;
  background-color: #f3f3f3;
}
.doc-history {
  border: 2px solid #f3f3f3;
  width: 100%;
  height: 800px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.doc-history span {
  padding: 10px;
  font-size: 18px;
}
.file-upload {
  position: relative;
  left: 110px;
  top: -60px;
}
.verify-upload-icons i {
  position: absolute;
  left: 530px;
  top: 226px;
  width: 100px;
  clear: both;
}
.verify-upload-icons i.pencil {
  width: 20px;
  margin-top: -1px;
  font-size: 24px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  cursor: pointer;
}
.verify-upload-icons i.icon-remove2 {
  width: 20px;
  margin-left: 40px;
  font-size: 20px;
  cursor: pointer;
}
.ellipsis-styling-perm {
  width: 350px;
  height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.engagement-letter {
  width: 90%;
  margin: auto;
}
.engagement-letter label.control-label {
  text-align: left;
  color: #333333;
  font-size: 18px;
  font-weight: 100;
}
.engage-radio {
  top: 2px;
  position: relative;
}
.popover {
  width: 600px !important;
  max-width: 600px !important;
}
.main-progress-engagement-letter h3 {
  height: 30px;
  color: #003366;
  font-size: 20px;
}
.engagement-title p {
  margin-top: 10px;
  height: 35px;
  color: #003366;
  font-size: 24px;
}
.progress-engagement-letter,
.progress-md-engagement-letter {
  width: 100%;
  height: 50px;
  color: #333333;
  margin: 0;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 4px;
}
#cal-icon {
  position: absolute;
  left: 190px;
  font-size: 20px;
  color: #6699cc;
  top: 7px;
}
.form-control.engage-calendar {
  width: 200px !important;
}
.form-control.engage-address {
  width: 85% !important;
}
.form-control.engage-input-multi {
  float: left;
  width: 74%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.form-control.engage-input-multi-sm {
  float: left;
  width: 25%;
}
.chizek-input-group {
  padding: 15px 0 !important;
}
.form-group div span.radio-chizek {
  margin-left: 20px !important;
}
.group-1 {
  padding-top: 5px !important;
}
.clause-statement .clause-in-group {
  position: relative;
  left: 102px;
}
.clause-statement .clause-in-group2 {
  position: relative;
  left: 45px;
}
.clause-statement .clause-in-group3 {
  position: relative;
  left: 117px;
  top: 7px;
}
.clause-in-group4 {
  position: relative;
  top: 7px;
}
.font-14 {
  font-size: 14px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-20 {
  font-size: 20px !important;
}
.panel-default > .panel-heading {
  border: none !important;
}
.panel-title.card-title i.icon-file6 {
  position: absolute;
  margin: 1px 10px 0px 10px;
  font-size: 18px;
}
.panel-title.card-title span {
  margin-left: 45px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: none !important;
}
.accordionGroup[_ngcontent-c21] {
  font-size: 14px !important;
}
.margin-top-3 {
  margin-top: -3px;
}
.margin-top-7 {
  margin-top: -7px;
}
.margin-top10 {
  margin-top: 10px;
}
.margin-right10 {
  margin-right: 10px;
}
#DynamicRow .form-control,
.billing-terms-date {
  padding: 6px 12px !important;
}
.next-delete-btn {
  float: right;
}
a.line-height34 {
  line-height: 34px;
  color: #004691;
}
a.line-height34:hover {
  color: #006bde;
}
a.line-height34:active {
  color: #fdb913;
}
.scheduling-charts-wrapper {
  height: 100% !important;
  display: flex;
}
.scheduling-charts-wrapper button#bima-button {
  top: 35px !important;
  padding: 1px 6px !important;
  margin-top: 8px !important;
  font-size: 12px;
}
.scheduling-charts-wrapper > * {
  padding: 0 !important;
  height: auto !important;
}
.scheduling-charts-wrapper .horse-shoe-gauge {
  height: auto !important;
  width: 100% !important;
}
.scheduling-charts-wrapper .top-container {
  padding: 5px !important;
}
.scheduling-charts-wrapper .top-container {
  padding: 5px !important;
}
.scheduling-charts-wrapper .top-container .col-xs-12 {
  padding: 0px !important;
}
.scheduling-charts-wrapper .middle-container .chart-Totals {
  margin-top: -35px !important;
}
.scheduling-charts-wrapper .bottom-container {
  left: 0px !important;
  position: absolute !important;
  bottom: 0;
}
.scheduling-charts-wrapper .bottom-container,
.scheduling-charts-wrapper .bottom-container .col-xs-9 {
  width: 100% !important;
}
.scheduling-charts-wrapper .bottom-container > div {
  padding: 0 2px;
}
.scheduling-charts-wrapper .bottom-container > div.col-xs-8 {
  padding: 5px 5px 0;
}
.scheduling-charts-wrapper .bottom-container > div.font-size10 {
  font-size: 10px;
}
.scheduling-charts-wrapper .bottom-container > div.col-xs-4 numeric-textbox {
  width: 100%;
  display: block;
}
.total-label {
  font-size: inherit !important;
  margin-top: 5px;
}
.income-statement-grid-wrapper .income-statment-grid .k-grid-header {
  display: none;
}
.journal-entry-wrapper {
  padding: 0;
  margin-bottom: 15px;
}
.income-statement-grid-wrapper .income-statment-grid .k-grid-header {
  display: block;
}
.income-statement-grid-wrapper .income-statment-grid .k-grid-content {
}
.income-statement-grid-wrapper .income-statment-grid .k-grid-content td b {
  position: absolute;
  display: none;
  padding: 10px;
  top: 0;
  z-index: 1000;
}
.income-statement-grid-wrapper .income-statment-grid .k-grid-content td div {
  display: block;
  padding: 10px;
}
.grid-row-common {
  margin: 5px 0 10px;
  font-size: inherit;
  padding: 10px;
}
.grid-row-common .btn-secondary {
  margin-top: 0;
}
.grid-row-common:after {
  content: " ";
  display: block;
  clear: both;
}
.accounts-container .k-header:after {
  content: " ";
  display: block;
  clear: both;
}
.income-statement-table .col-lg-1,
.custom-m-table .col-lg-1 {
  width: 8.33%;
  float: left;
}
.income-statement-table .col-lg-2,
.custom-m-table .col-lg-2 {
  width: 16%;
  float: left;
}
.income-statement-table .col-lg-4,
.custom-m-table .col-lg-4 {
  width: 38%;
  float: left;
}
.income-statement-table .col-lg-7,
.custom-m-table .col-lg-7 {
  width: 62%;
  float: left;
}
.accounts-title {
  display: none;
}
#accountsTitle {
  margin-left: 15px;
}
.income-stt-cmn-margin-left {
  margin-left: 15px;
}
.income-statement-grid-wrapper .journal-entry .btn-secondary {
  margin-top: 0;
}
.income-statement-grid-wrapper .journal-entry .journal-entry-cell1 {
  display: none;
}
.income-statement-grid-wrapper .col-xs-6 {
  width: 49%;
}
.income-statement-table .data-table-styling,
.custom-m-table .data-table-styling {
  padding: 4px 10px;
}
.income-statement-table label.radio-label {
  white-space: nowrap;
}
.income-statement-table label.radio-label input {
  position: relative;
  top: 2px;
  margin-right: 7px;
}
.accounts-sub-wrapper {
  padding: 0 10px;
}
.accounts-sub-wrapper input,
.accounts-sub-wrapper select {
  margin: 5px 0;
}
#client-name {
  float: left;
  padding-top: 6px;
}
.home-grid a.hyperlink {
  height: 40px;
  display: block;
  font-size: 16px;
}
.home-grid .k-alt a.engagement-progress-bar-item {
  background: #f7f7f7;
}
.home-grid .k-alt a.engagement-progress-bar-item:hover {
  background: #e5e5e5;
}
.home-grid .engagement-client-data {
  padding: 0px 5px;
}
.client-grid .k-grid {
  margin: 0 15px;
}
.multi-level.open {
  display: block !important;
  position: fixed;
  top: 84px;
  left: initial;
  right: 105px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #333;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fontSize-menu {
  min-width: 70px !important;
}
.home-grid .k-virtual-content {
  overflow: visible;
}
.home-grid .k-virtual-content table {
  table-layout: auto !important;
}
.engagement-progress-bar {
  display: block !important;
}
.engagement-client-data {
  position: relative;
}
.engagement-client-data .doughnut-graph {
  position: absolute;
  right: 0px;
  top: -2px;
  width: 200px !important;
}
.engagement-progress-bar-item {
  height: 50px !important;
  display: -webkit-box !important;
}
.navbar-fixed-top {
  position: static;
}
button.dropdown-tabs-toggle,
button.search-toggle {
  display: none;
}
.dropdown-tabs {
  position: relative;
  display: block;
}
.panel-heading.padding-left-10:after {
  content: " ";
  display: block;
  clear: both;
}
.dropdown-search {
  display: inline-block;
}
i.dashboard,
span.icon-address-book {
  display: none;
}
button.dropdown-tabs-toggle {
  padding: 3px 9px !important;
  top: -4px;
  position: relative;
}
.billing-title {
  padding-left: 0;
}
.common-tabs-title {
  padding-left: 5px;
}
.kendoResponsive .k-grid-header {
  display: block;
  padding: 12px !important;
}
.kendoResponsive .k-grid-header .k-header {
  font-size: 14px;
  padding: 0px !important;
  font-weight: 400 !important;
}
.kendoResponsive .k-grid-content td,
.kendoResponsive .k-grid-footer td {
  font-size: 14px !important;
  font-weight: 400;
}
.kendoResponsive .k-grid-content td b {
  position: absolute;
  display: none;
  padding: 5px 10px;
  top: 0;
  z-index: 1000;
}
.kendoResponsive .k-grid-content td div {
  display: block;
  padding: 10px;
}
.kendoResponsive .k-grid-norecords td {
  font-size: 14px;
}
.navbar-toggle {
  position: absolute;
  right: 0;
}
.kendoResponsive .k-grid-content table tr:nth-child(odd) {
  background: #f3f3f3;
}
#main-header .col-xs-8 {
  position: static;
}
.kendoResponsive .k-grid-content table tr:nth-child(even) {
  background: #FFF;
}
.billing-plan-wrapper {
  margin: 10px 0 10px;
}
.billing-plan-wrapper .panel-heading:after {
  content: " ";
  display: block;
  clear: both;
}
.billing-plan-wrapper .main-title {
  margin-left: 10px !important;
}
.billing-plan-wrapper select {
  margin-left: 5px !important;
}
select.billing-plan-dropdown {
  margin: 0 !important;
  height: 23px;
}
.billing-plan-wrapper .engagement-letter label.control-label,
.billing-plan-wrapper .engagement-letter div.group-1 {
  width: 50% !important;
}
.not-list-view button.dropdown-toggle {
  float: left !important;
  margin: 5px 10px 30px 0 !important;
}
.not-list-view p.engagement-title {
  float: none !important;
}
.primary-tabs > li {
  margin: 0 1px -1px;
}
@media (max-width: 800px) {
  .panel.panel-default.billing-terms .table-auto-width tr.info-row {
    display: none;
  }
  .kendoResponsive .k-grid-header {
    display: none;
  }
  .kendoResponsive .k-grid-content td,
  .kendoResponsive .k-grid-content td b,
  .kendoResponsive .k-grid-content td div {
    position: relative;
    display: block;
    padding: 5px 10px;
    width: 100%;
  }
  .kendoResponsive .k-grid-content table {
    table-layout: auto !important;
  }
  .income-statement-grid-wrapper .income-statment-grid .btn-success,
  .income-statement-grid-wrapper .income-statment-grid .btn-warning {
    font-size: inherit;
    width: 100%;
    padding: 6px 12px;
  }
  .income-statement-grid-wrapper .journal-entry .journal-entry-cell1,
  .income-statement-grid-wrapper .journal-entry td {
    display: block;
    padding: 5px 10px;
    width: 100%;
  }
  .income-statement-grid-wrapper .income-stt-cmn-margin-left tax-technical-guidance .panel-header .col-xs-7 {
    clear: both;
  }
  .income-statement-grid-wrapper .income-stt-cmn-margin-left tax-technical-guidance .panel-header .col-xs-4 {
    width: 100%;
  }
  .income-statement-grid-wrapper .journal-entry .journal-entry-cell1 {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .income-statement-grid-wrapper .journal-entry thead.k-header {
    display: none;
  }
  .income-stt-cmn-margin-left {
    margin-left: 0;
  }
  .income-statement-grid-wrapper .income-statment-grid .k-grid-header {
    display: none;
  }
  .income-statement-grid-wrapper .income-statment-grid .k-grid-content {
  }
  .income-statement-grid-wrapper .income-statment-grid .k-grid-content td,
  .income-statement-grid-wrapper .income-statment-grid .k-grid-content td b,
  .income-statement-grid-wrapper .income-statment-grid .k-grid-content td div {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    width: 100%;
  }
  .income-statement-grid-wrapper .income-statment-grid .k-grid-content table {
    table-layout: auto !important;
  }
  .accounts-heading h1 {
    font-size: 200%;
  }
  .income-statement-grid-wrapper .col-xs-6 {
    width: 100%;
    float: none;
  }
  .accounts-grid div.grid-row-common:nth-child(even) {
    background: #f5f5f5;
  }
  .accounts-grid div.grid-row-common:nth-child(odd) {
    background: #fff;
  }
  .income-statement-table .k-header,
  .custom-m-table .k-header {
    display: none;
  }
  .account-btn-add {
    display: block;
    width: 100%;
    margin: auto;
  }
  .grid-row-common .accounts-title {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin: 10px 0 12px;
  }
  .income-statement-table .col-lg-1,
  .income-statement-table .col-lg-2,
  .income-statement-table .col-lg-4,
  .income-statement-table .col-lg-7,
  .custom-m-table .col-lg-1,
  .custom-m-table .col-lg-2,
  .custom-m-table .col-lg-3,
  .custom-m-table .col-lg-7 {
    display: block;
    width: 100%;
    float: none;
  }
  .billing-title {
    padding-left: 30px;
  }
  .font-options {
    display: none !important;
  }
  .utility-links {
    padding-top: 7px !important;
  }
  #main-header {
    overflow: visible !important;
  }
  .billing-tabulars {
    display: none;
  }
  .hidden-xs {
    display: none !important;
  }
  #toggle-slidebar {
    display: none !important;
    visibility: hidden !important;
  }
  .billing-title {
    padding-left: 30px;
  }
  .multi-level.open {
    display: none !important;
  }
  client-menu .left-side,
  client-menu .right-side {
    width: 100% !important;
    padding: 0 7.5px !important;
  }
  client-menu .box-row {
    display: flex !important;
  }
  client-menu .box-row .col-xs-6 {
    padding: 0 !important;
    display: inline-block !important;
  }
  .box-row .red-font,
  .box-row .blue-font {
    display: inline-block !important;
  }
  .box-row .question-text,
  .box-row .answer-text {
    width: 50% !important;
    float: left !important;
    display: block !important;
  }
  .client-menu {
    position: relative;
    top: 42px;
    left: 5px;
  }
  .client-route-menu {
    margin-top: 20px;
  }
  #searchMenu {
    margin-top: 0px;
    width: 100%;
    padding-right: 160px;
  }
  #searchMenu input {
    width: 100% !important;
  }
  #client-lookup-title {
    padding-right: 0 !important;
  }
  .common-tabs-title {
    padding-left: 30px;
    margin-top: 6px;
  }
  #right-side button.btn-primary {
    padding: 7px;
  }
  .utility-links a.fontXdefault,
  .utility-links a.fontX1,
  .utility-links a.fontX2,
  #primary-tabs,
  .dropdown-search {
    display: none;
  }
  button.dropdown-tabs-toggle,
  button.search-toggle {
    display: inline-block;
  }
  .dropdown-tabs {
    position: absolute;
    top: 100%;
    left: 14px;
    z-index: 1000;
    display: none !important;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -1px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .open,
  .open .dropdown-tabs,
  .dropdown-search.open {
    display: block !important;
  }
  .dropdown-tabs li {
    width: auto !important;
    float: none;
  }
  .nav-tabs.primary-tabs li.active > a,
  .nav-tabs.primary-tabs li.active > a:hover,
  .nav-tabs.primary-tabs li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    border-left: 5px solid #fdb913 !important;
    border-bottom-color: transparent;
    border-top: 0 !important;
    cursor: default;
  }
  .nav-tabs.secondary-tabs li > a,
  .nav-tabs.secondary-tabs li > a:hover,
  .nav-tabs.secondary-tabs li > a:focus {
    padding: 7px 12px !important;
    margin-right: 0px !important;
  }
  .nav-tabs.secondary-tabs li.active > a,
  .nav-tabs.secondary-tabs li.active > a:hover,
  .nav-tabs.secondary-tabs li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #a0a0a0 !important;
    border-left: 5px solid #fdb913 !important;
    border-bottom-color: transparent;
    padding: 7px 12px !important;
    border-top: 0 !important;
    cursor: default;
    margin-right: 0px !important;
  }
  .accounts-sub-tabs li {
    display: block;
    float: left !important;
    margin-right: 3px;
  }
  .accounts-sub-tabs .nav-tabs.secondary-tabs li.active a,
  .accounts-sub-tabs .nav-tabs.secondary-tabs li.active a:hover,
  .accounts-sub-tabs .nav-tabs.secondary-tabs li.active a:focus {
    border-bottom: 0 !important;
    border-left: 1px solid #a0a0a0 !important;
    border-top: 5px solid #fdb913 !important;
  }
  #left-side input {
    position: relative;
    z-index: 1000;
  }
  #right-side {
    position: relative;
    z-index: 1001;
  }
  #right-side button.btn-primary {
    font-size: 11px;
  }
  #right-side button.btn-primary span {
    display: none;
  }
  #right-side button.btn-primary span.dash {
    display: block;
  }
  .site-logo img {
    margin-top: -5px;
  }
  .navbar-fixed-top {
    position: fixed;
  }
  body {
    padding-top: 70px;
  }
  .row-well-body-2-short-active-engage,
  .row-well-body-1-short-active-engage {
    height: auto !important;
    padding: 0 !important;
  }
  .row-well-title {
    display: none;
  }
  .row-well-body-2-short-active-engage:after,
  .row-well-body-1-short-active-engage:after {
    content: " ";
    display: block;
    clear: both;
  }
  .row-well-body-2-short-active-engage div,
  .row-well-body-1-short-active-engage div {
    width: 100% !important;
    border-bottom: #ccc 1px solid;
    overflow: visible !important;
    white-space: normal !important;
    display: flex;
  }
  .row-well-body-2-short-active-engage div:before,
  .row-well-body-1-short-active-engage div:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    width: 50%;
    color: #003366 !important;
    float: left;
    border-right: #ccc 1px solid;
    padding: 5px 0;
  }
  .row-well-body-2-short-active-engage div:after,
  .row-well-body-1-short-active-engage div:after {
    content: " ";
    display: block;
    clear: both;
  }
  .row-well-body-2-short-active-engage div span,
  .row-well-body-1-short-active-engage div span {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 0 5px 15px;
  }
  #main-header {
    min-width: initial !important;
    padding-top: 5px;
    height: 65px !important;
    background-color: #003366;
    box-shadow: 0px 0px 5px 3px #bbb;
  }
  .navbar-toggle {
    background: #315ab9 !important;
    z-index: 100;
    margin-left: 10px;
  }
  .navbar-toggle span.icon-bar {
    background: #fff !important;
  }
  .top-menu {
    position: absolute;
    width: 100%;
    top: 42px;
    z-index: 100;
    left: -5px;
  }
  #main-header .utility-links {
    float: none;
  }
  #main-header .site-title {
    float: none !important;
    position: absolute;
    left: 15px;
    top: 30px;
    font-weight: normal;
    margin-left: 40px;
    font-size: 12px;
  }
  .site-utility {
    width: 205px !important;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 0px;
  }
  .utility-links li {
    margin: 0;
    padding-left: 3px;
    padding-right: 2px;
    display: inline-block !important;
  }
  .utility-links a {
    width: 20px;
    visibility: hidden;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
  }
  .utility-links a span {
    visibility: visible;
  }
  #primary-tabs {
    box-shadow: 3px 5px 8px 0px #888;
    padding: 0 !important;
  }
  #primary-tabs .primary-tabs {
    padding: 0 !important;
  }
  .nav-tabs.primary-tabs > li > a {
    margin: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .back-button {
    display: none;
  }
}
@media (min-width: 1000px) {
  .engagement-progress-bar > engagement-phase {
    width: 7.5%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .font-options {
    display: none !important;
  }
  .utility-links {
    padding-top: 7px !important;
  }
  .engagement-progress-bar > engagement-phase {
    width: 50%;
    float: left;
  }
  a.engagement-progress-bar-item br,
  a.engagement-progress-bar-item br:before {
    content: " " !important;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .hidden-sm {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .site-utility {
    width: auto !important;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 76px;
  }
}
@media (max-width: 767px) {
  form.form-inline button[type=submit] {
    width: 100%;
  }
  .accordion-toggle .main-title,
  .accordion-toggle .pull-right button.btn-primary {
    margin-bottom: 10px;
  }
}
@media (width: 768px) {
  .navbar-toggle {
    display: block !important;
  }
  .login-user {
    display: block !important;
  }
  .site-utility {
    width: auto !important;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 76px;
  }
  .engagement-client-data .doughnut-graph {
    position: relative;
    right: 0px;
    top: 11px;
    height: 100px;
    width: 300px !important;
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .engagement-client-data .doughnut-graph .canvas {
    max-height: 180px !important;
    max-width: 300px !important;
  }
}
@media (max-width: 320px) {
  .multi-level.open {
    display: none !important;
  }
  .billing-title {
    padding-left: 30px;
  }
  .utility-links li.login-user {
    display: none !important;
  }
  .client-menu {
    position: relative;
    top: 42px;
    left: 5px;
  }
  .client-route-menu {
    margin-top: 20px;
  }
  #searchMenu {
    margin-top: 0px;
    width: 100%;
    padding-right: 160px;
  }
  #searchMenu input {
    width: 100% !important;
  }
  #place-holder {
    height: auto !important;
  }
  #client-lookup-title {
    padding-right: 0 !important;
  }
  .common-tabs-title {
    padding-left: 30px;
    margin-top: 6px;
  }
  #right-side button.btn-primary {
    padding: 7px;
  }
  .utility-links a.fontXdefault,
  .utility-links a.fontX1,
  .utility-links a.fontX2,
  #primary-tabs,
  .dropdown-search {
    display: none;
  }
  button.dropdown-tabs-toggle,
  button.search-toggle {
    display: inline-block;
  }
  .dropdown-tabs {
    position: absolute;
    top: 100%;
    left: 14px;
    z-index: 1000;
    display: none !important;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: -1px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .open,
  .open .dropdown-tabs,
  .dropdown-search.open {
    display: block !important;
  }
  .dropdown-tabs li {
    width: auto !important;
    float: none;
  }
  .nav-tabs.primary-tabs li.active > a,
  .nav-tabs.primary-tabs li.active > a:hover,
  .nav-tabs.primary-tabs li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #a0a0a0;
    border-left: 5px solid #fdb913 !important;
    border-bottom-color: transparent;
    border-top: 0 !important;
    cursor: default;
  }
  .nav-tabs.secondary-tabs li > a,
  .nav-tabs.secondary-tabs li > a:hover,
  .nav-tabs.secondary-tabs li > a:focus {
    padding: 7px 12px !important;
    margin-right: 0px !important;
  }
  .nav-tabs.secondary-tabs li.active > a,
  .nav-tabs.secondary-tabs li.active > a:hover,
  .nav-tabs.secondary-tabs li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #a0a0a0 !important;
    border-left: 5px solid #fdb913 !important;
    border-bottom-color: transparent;
    padding: 7px 12px !important;
    border-top: 0 !important;
    cursor: default;
    margin-right: 0px !important;
  }
  #left-side input {
    position: relative;
    z-index: 1000;
  }
  #right-side {
    position: relative;
    z-index: 1001;
  }
  #right-side button.btn-primary {
    font-size: 12px;
  }
  #right-side button.btn-primary span {
    display: none !important;
  }
  i.dashboard,
  #right-side button.btn-primary span.icon-address-book {
    display: block !important;
  }
  .site-logo img {
    margin-top: -5px;
  }
  .navbar-fixed-top {
    position: fixed;
  }
  body {
    padding-top: 70px;
  }
  .container-fluid {
    overflow: initial !important;
  }
  .row-well-body-2-short-active-engage,
  .row-well-body-1-short-active-engage {
    height: auto !important;
    padding: 0 !important;
  }
  .row-well-title {
    display: none;
  }
  .row-well-body-2-short-active-engage:after,
  .row-well-body-1-short-active-engage:after {
    content: " ";
    display: block;
    clear: both;
  }
  .row-well-body-2-short-active-engage div,
  .row-well-body-1-short-active-engage div {
    width: 100% !important;
    border-bottom: #ccc 1px solid;
    overflow: visible !important;
    white-space: normal !important;
    display: flex;
  }
  .row-well-body-2-short-active-engage div:before,
  .row-well-body-1-short-active-engage div:before {
    content: attr(data-title);
    font-weight: bold;
    display: block;
    width: 50%;
    color: #003366 !important;
    float: left;
    border-right: #ccc 1px solid;
    padding: 5px 0;
  }
  .row-well-body-2-short-active-engage div:after,
  .row-well-body-1-short-active-engage div:after {
    content: " ";
    display: block;
    clear: both;
  }
  .row-well-body-2-short-active-engage div span,
  .row-well-body-1-short-active-engage div span {
    display: block;
    float: left;
    width: 50%;
    padding: 5px 0 5px 15px;
  }
  #main-header {
    min-width: initial !important;
    padding-top: 5px;
    height: 65px !important;
    background-color: #003366;
    box-shadow: 0px 0px 5px 3px #bbb;
  }
  .navbar-toggle {
    background: #315ab9 !important;
    z-index: 100;
    margin-left: 10px;
  }
  .navbar-toggle span.icon-bar {
    background: #fff !important;
  }
  .top-menu {
    position: absolute;
    width: 100%;
    top: 42px;
    z-index: 100;
    left: -5px;
  }
  #main-header .utility-links {
    float: none;
  }
  #main-header .site-title {
    float: none !important;
    position: absolute;
    left: 15px;
    top: 30px;
    font-weight: normal;
    margin-left: 40px;
    font-size: 12px;
  }
  .site-utility {
    width: 155px !important;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 24px;
  }
  .utility-links li {
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
  }
  .utility-links a {
    width: 20px;
    visibility: hidden;
    display: inline-block;
    white-space: nowrap;
    font-size: 15px;
  }
  .utility-links a span {
    visibility: visible;
  }
  #primary-tabs {
    box-shadow: 3px 5px 8px 0px #888;
    padding: 0 !important;
  }
  #primary-tabs .primary-tabs {
    padding: 0 !important;
  }
  .nav-tabs.primary-tabs > li > a {
    margin: 0;
  }
  .nav-tabs > li {
    float: none;
  }
  .back-button {
    display: none;
  }
  .add-row {
    width: 100%;
    margin-top: 12px;
  }
  .btn-danger,
  .btn-secondary {
    margin-top: 12px;
    width: 100%;
  }
  .billing-terms-next-step {
    width: 100%;
    margin-bottom: 5px;
  }
  .billing-terms-delete-all,
  .next-delete-btn {
    width: 100%;
  }
  .mobile-labels {
    margin: 5px 0;
    font-weight: bold;
  }
  .lookup-block,
  .billing-terms select.form-control {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .all-client-row {
    text-align: center;
  }
  .all-client-row button {
    width: 100%;
  }
  #search-name-input {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .home-grid .engagement-client-data {
    padding: 0px 10px;
  }
  .accounts-sub-tabs li {
    font-size: 12px;
  }
  .accounts-sub-tabs .nav-tabs.secondary-tabs li a {
    padding: 3px 8px !important;
  }
  .utility-links li.login-user {
    display: none !important;
  }
  .panel-button {
    display: none;
  }
  .site-utility {
    width: 125px !important;
    font-size: 11px;
    position: absolute;
    top: 15px;
    padding: 0;
    right: 24px;
  }
  .add-row {
    width: 100%;
    margin-top: 12px;
  }
  .btn-danger,
  .btn-secondary {
    margin-top: 12px;
    width: 100%;
  }
  .billing-terms-next-step {
    width: 100%;
    margin-bottom: 5px;
  }
  .billing-terms-delete-all,
  .next-delete-btn {
    width: 100%;
  }
  .mobile-labels {
    margin: 5px 0;
    font-weight: bold;
  }
  .lookup-block,
  .billing-terms select.form-control {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .billing-terms-next-step {
    width: 100%;
    margin-bottom: 5px;
  }
  .billing-terms-delete-all,
  .next-delete-btn {
    width: 100%;
  }
  .lookup-block,
  .billing-terms select.form-control {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .all-client-row {
    text-align: center;
  }
  .all-client-row button {
    width: 100%;
  }
  #search-name-input {
    width: 100% !important;
  }
  .engagement-progress-bar > engagement-phase {
    width: 100%;
  }
  a.engagement-progress-bar-item br,
  a.engagement-progress-bar-item br:before {
    content: " " !important;
  }
  .billing-plan-wrapper .engagement-letter label.control-label,
  .billing-plan-wrapper .engagement-letter div.group-1 {
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 550px) {
  .engagement-client-data .doughnut-graph {
    position: relative;
    right: 0px;
    top: 11px;
    height: 135px;
    width: 300px !important;
    float: none !important;
    margin: 0 auto 20px !important;
  }
  .engagement-client-data .doughnut-graph .canvas {
    max-height: 180px !important;
    max-width: 300px !important;
  }
  .billing-plan-wrapper .engagement-letter label.control-label,
  .billing-plan-wrapper .engagement-letter div.group-1 {
    width: 100% !important;
  }
}
@media (max-width: 400px) {
  .schedule-btn {
    margin-top: 10px;
    float: left !important;
  }
}
@font-face {
  font-family: "Glyphicons Regular";
  src: url("./media/glyphicons-regular-UARIZZPS.eot");
  src:
    url("./media/glyphicons-regular-UARIZZPS.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-regular-OLCIE6ZU.woff2") format("woff2"),
    url("./media/glyphicons-regular-C4OQLHRQ.woff") format("woff"),
    url("./media/glyphicons-regular-U5QJDS4X.ttf") format("truetype"),
    url("./media/glyphicons-regular-TR5NBJFV.svg#glyphiconsregular") format("svg");
}
.glyphicons {
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
.glyphicons:before {
  display: inline-block;
  padding: 6px 8px;
}
.glyphicons.x05 {
  font-size: 12px;
}
.glyphicons.x2 {
  font-size: 48px;
}
.glyphicons.x2:before {
  padding: 8px 12px;
}
.glyphicons.x3 {
  font-size: 72px;
}
.glyphicons.x3:before {
  padding: 16px 20px;
}
.glyphicons.x4 {
  font-size: 96px;
}
.glyphicons.x4:before {
  padding: 20px 28px;
}
.glyphicons.x5 {
  font-size: 120px;
}
.glyphicons.x5:before {
  padding: 28px 36px;
}
.glyphicons.light:before {
  color: #f2f2f2;
}
.glyphicons.drop:before {
  text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.3);
}
.glyphicons.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.glyphicons.flipv {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.glyphicons.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.glyphicons.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glyphicons.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.glyphicons-glass:before {
  content: "\e001";
}
.glyphicons-leaf:before {
  content: "\e002";
}
.glyphicons-dog:before {
  content: "\e003";
}
.glyphicons-user:before {
  content: "\e004";
}
.glyphicons-girl:before {
  content: "\e005";
}
.glyphicons-car:before {
  content: "\e006";
}
.glyphicons-user-add:before {
  content: "\e007";
}
.glyphicons-user-remove:before {
  content: "\e008";
}
.glyphicons-film:before {
  content: "\e009";
}
.glyphicons-magic:before {
  content: "\e010";
}
.glyphicons-envelope:before {
  content: "\e011";
}
.glyphicons-camera:before {
  content: "\e012";
}
.glyphicons-heart:before {
  content: "\e013";
}
.glyphicons-beach-umbrella:before {
  content: "\e014";
}
.glyphicons-train:before {
  content: "\e015";
}
.glyphicons-print:before {
  content: "\e016";
}
.glyphicons-bin:before {
  content: "\e017";
}
.glyphicons-music:before {
  content: "\e018";
}
.glyphicons-music-alt:before {
  content: "\e019";
}
.glyphicons-heart-empty:before {
  content: "\e020";
}
.glyphicons-home:before {
  content: "\e021";
}
.glyphicons-snowflake:before {
  content: "\e022";
}
.glyphicons-fire:before {
  content: "\e023";
}
.glyphicons-magnet:before {
  content: "\e024";
}
.glyphicons-parents:before {
  content: "\e025";
}
.glyphicons-binoculars:before {
  content: "\e026";
}
.glyphicons-road:before {
  content: "\e027";
}
.glyphicons-search:before {
  content: "\e028";
}
.glyphicons-cars:before {
  content: "\e029";
}
.glyphicons-notes-2:before {
  content: "\e030";
}
.glyphicons-pencil:before {
  content: "\e031";
}
.glyphicons-bus:before {
  content: "\e032";
}
.glyphicons-wifi-alt:before {
  content: "\e033";
}
.glyphicons-luggage:before {
  content: "\e034";
}
.glyphicons-old-man:before {
  content: "\e035";
}
.glyphicons-woman:before {
  content: "\e036";
}
.glyphicons-file:before {
  content: "\e037";
}
.glyphicons-coins:before {
  content: "\e038";
}
.glyphicons-plane:before {
  content: "\e039";
}
.glyphicons-notes:before {
  content: "\e040";
}
.glyphicons-stats:before {
  content: "\e041";
}
.glyphicons-charts:before {
  content: "\e042";
}
.glyphicons-pie-chart:before {
  content: "\e043";
}
.glyphicons-group:before {
  content: "\e044";
}
.glyphicons-keys:before {
  content: "\e045";
}
.glyphicons-calendar:before {
  content: "\e046";
}
.glyphicons-router:before {
  content: "\e047";
}
.glyphicons-camera-small:before {
  content: "\e048";
}
.glyphicons-star-empty:before {
  content: "\e049";
}
.glyphicons-star:before {
  content: "\e050";
}
.glyphicons-link:before {
  content: "\e051";
}
.glyphicons-eye-open:before {
  content: "\e052";
}
.glyphicons-eye-close:before {
  content: "\e053";
}
.glyphicons-alarm:before {
  content: "\e054";
}
.glyphicons-clock:before {
  content: "\e055";
}
.glyphicons-stopwatch:before {
  content: "\e056";
}
.glyphicons-projector:before {
  content: "\e057";
}
.glyphicons-history:before {
  content: "\e058";
}
.glyphicons-truck:before {
  content: "\e059";
}
.glyphicons-cargo:before {
  content: "\e060";
}
.glyphicons-compass:before {
  content: "\e061";
}
.glyphicons-keynote:before {
  content: "\e062";
}
.glyphicons-paperclip:before {
  content: "\e063";
}
.glyphicons-power:before {
  content: "\e064";
}
.glyphicons-lightbulb:before {
  content: "\e065";
}
.glyphicons-tag:before {
  content: "\e066";
}
.glyphicons-tags:before {
  content: "\e067";
}
.glyphicons-cleaning:before {
  content: "\e068";
}
.glyphicons-ruler:before {
  content: "\e069";
}
.glyphicons-gift:before {
  content: "\e070";
}
.glyphicons-umbrella:before {
  content: "\e071";
}
.glyphicons-book:before {
  content: "\e072";
}
.glyphicons-bookmark:before {
  content: "\e073";
}
.glyphicons-wifi:before {
  content: "\e074";
}
.glyphicons-cup:before {
  content: "\e075";
}
.glyphicons-stroller:before {
  content: "\e076";
}
.glyphicons-headphones:before {
  content: "\e077";
}
.glyphicons-headset:before {
  content: "\e078";
}
.glyphicons-warning-sign:before {
  content: "\e079";
}
.glyphicons-signal:before {
  content: "\e080";
}
.glyphicons-retweet:before {
  content: "\e081";
}
.glyphicons-refresh:before {
  content: "\e082";
}
.glyphicons-roundabout:before {
  content: "\e083";
}
.glyphicons-random:before {
  content: "\e084";
}
.glyphicons-heat:before {
  content: "\e085";
}
.glyphicons-repeat:before {
  content: "\e086";
}
.glyphicons-display:before {
  content: "\e087";
}
.glyphicons-log-book:before {
  content: "\e088";
}
.glyphicons-address-book:before {
  content: "\e089";
}
.glyphicons-building:before {
  content: "\e090";
}
.glyphicons-eyedropper:before {
  content: "\e091";
}
.glyphicons-adjust:before {
  content: "\e092";
}
.glyphicons-tint:before {
  content: "\e093";
}
.glyphicons-crop:before {
  content: "\e094";
}
.glyphicons-vector-path-square:before {
  content: "\e095";
}
.glyphicons-vector-path-circle:before {
  content: "\e096";
}
.glyphicons-vector-path-polygon:before {
  content: "\e097";
}
.glyphicons-vector-path-line:before {
  content: "\e098";
}
.glyphicons-vector-path-curve:before {
  content: "\e099";
}
.glyphicons-vector-path-all:before {
  content: "\e100";
}
.glyphicons-font:before {
  content: "\e101";
}
.glyphicons-italic:before {
  content: "\e102";
}
.glyphicons-bold:before {
  content: "\e103";
}
.glyphicons-text-underline:before {
  content: "\e104";
}
.glyphicons-text-strike:before {
  content: "\e105";
}
.glyphicons-text-height:before {
  content: "\e106";
}
.glyphicons-text-width:before {
  content: "\e107";
}
.glyphicons-text-resize:before {
  content: "\e108";
}
.glyphicons-left-indent:before {
  content: "\e109";
}
.glyphicons-right-indent:before {
  content: "\e110";
}
.glyphicons-align-left:before {
  content: "\e111";
}
.glyphicons-align-center:before {
  content: "\e112";
}
.glyphicons-align-right:before {
  content: "\e113";
}
.glyphicons-justify:before {
  content: "\e114";
}
.glyphicons-list:before {
  content: "\e115";
}
.glyphicons-text-smaller:before {
  content: "\e116";
}
.glyphicons-text-bigger:before {
  content: "\e117";
}
.glyphicons-embed:before {
  content: "\e118";
}
.glyphicons-embed-close:before {
  content: "\e119";
}
.glyphicons-table:before {
  content: "\e120";
}
.glyphicons-message-full:before {
  content: "\e121";
}
.glyphicons-message-empty:before {
  content: "\e122";
}
.glyphicons-message-in:before {
  content: "\e123";
}
.glyphicons-message-out:before {
  content: "\e124";
}
.glyphicons-message-plus:before {
  content: "\e125";
}
.glyphicons-message-minus:before {
  content: "\e126";
}
.glyphicons-message-ban:before {
  content: "\e127";
}
.glyphicons-message-flag:before {
  content: "\e128";
}
.glyphicons-message-lock:before {
  content: "\e129";
}
.glyphicons-message-new:before {
  content: "\e130";
}
.glyphicons-inbox:before {
  content: "\e131";
}
.glyphicons-inbox-plus:before {
  content: "\e132";
}
.glyphicons-inbox-minus:before {
  content: "\e133";
}
.glyphicons-inbox-lock:before {
  content: "\e134";
}
.glyphicons-inbox-in:before {
  content: "\e135";
}
.glyphicons-inbox-out:before {
  content: "\e136";
}
.glyphicons-cogwheel:before {
  content: "\e137";
}
.glyphicons-cogwheels:before {
  content: "\e138";
}
.glyphicons-picture:before {
  content: "\e139";
}
.glyphicons-adjust-alt:before {
  content: "\e140";
}
.glyphicons-database-lock:before {
  content: "\e141";
}
.glyphicons-database-plus:before {
  content: "\e142";
}
.glyphicons-database-minus:before {
  content: "\e143";
}
.glyphicons-database-ban:before {
  content: "\e144";
}
.glyphicons-folder-open:before {
  content: "\e145";
}
.glyphicons-folder-plus:before {
  content: "\e146";
}
.glyphicons-folder-minus:before {
  content: "\e147";
}
.glyphicons-folder-lock:before {
  content: "\e148";
}
.glyphicons-folder-flag:before {
  content: "\e149";
}
.glyphicons-folder-new:before {
  content: "\e150";
}
.glyphicons-edit:before {
  content: "\e151";
}
.glyphicons-new-window:before {
  content: "\e152";
}
.glyphicons-check:before {
  content: "\e153";
}
.glyphicons-unchecked:before {
  content: "\e154";
}
.glyphicons-more-windows:before {
  content: "\e155";
}
.glyphicons-show-big-thumbnails:before {
  content: "\e156";
}
.glyphicons-show-thumbnails:before {
  content: "\e157";
}
.glyphicons-show-thumbnails-with-lines:before {
  content: "\e158";
}
.glyphicons-show-lines:before {
  content: "\e159";
}
.glyphicons-playlist:before {
  content: "\e160";
}
.glyphicons-imac:before {
  content: "\e161";
}
.glyphicons-macbook:before {
  content: "\e162";
}
.glyphicons-ipad:before {
  content: "\e163";
}
.glyphicons-iphone:before {
  content: "\e164";
}
.glyphicons-iphone-transfer:before {
  content: "\e165";
}
.glyphicons-iphone-exchange:before {
  content: "\e166";
}
.glyphicons-ipod:before {
  content: "\e167";
}
.glyphicons-ipod-shuffle:before {
  content: "\e168";
}
.glyphicons-ear-plugs:before {
  content: "\e169";
}
.glyphicons-record:before {
  content: "\e170";
}
.glyphicons-step-backward:before {
  content: "\e171";
}
.glyphicons-fast-backward:before {
  content: "\e172";
}
.glyphicons-rewind:before {
  content: "\e173";
}
.glyphicons-play:before {
  content: "\e174";
}
.glyphicons-pause:before {
  content: "\e175";
}
.glyphicons-stop:before {
  content: "\e176";
}
.glyphicons-forward:before {
  content: "\e177";
}
.glyphicons-fast-forward:before {
  content: "\e178";
}
.glyphicons-step-forward:before {
  content: "\e179";
}
.glyphicons-eject:before {
  content: "\e180";
}
.glyphicons-facetime-video:before {
  content: "\e181";
}
.glyphicons-download-alt:before {
  content: "\e182";
}
.glyphicons-mute:before {
  content: "\e183";
}
.glyphicons-volume-down:before {
  content: "\e184";
}
.glyphicons-volume-up:before {
  content: "\e185";
}
.glyphicons-screenshot:before {
  content: "\e186";
}
.glyphicons-move:before {
  content: "\e187";
}
.glyphicons-more:before {
  content: "\e188";
}
.glyphicons-brightness-reduce:before {
  content: "\e189";
}
.glyphicons-brightness-increase:before {
  content: "\e190";
}
.glyphicons-plus-sign:before {
  content: "\e191";
}
.glyphicons-minus-sign:before {
  content: "\e192";
}
.glyphicons-remove-sign:before {
  content: "\e193";
}
.glyphicons-ok-sign:before {
  content: "\e194";
}
.glyphicons-question-sign:before {
  content: "\e195";
}
.glyphicons-info-sign:before {
  content: "\e196";
}
.glyphicons-exclamation-sign:before {
  content: "\e197";
}
.glyphicons-remove-circle:before {
  content: "\e198";
}
.glyphicons-ok-circle:before {
  content: "\e199";
}
.glyphicons-ban-circle:before {
  content: "\e200";
}
.glyphicons-download:before {
  content: "\e201";
}
.glyphicons-upload:before {
  content: "\e202";
}
.glyphicons-shopping-cart:before {
  content: "\e203";
}
.glyphicons-lock:before {
  content: "\e204";
}
.glyphicons-unlock:before {
  content: "\e205";
}
.glyphicons-electricity:before {
  content: "\e206";
}
.glyphicons-ok:before {
  content: "\e207";
}
.glyphicons-remove:before {
  content: "\e208";
}
.glyphicons-cart-in:before {
  content: "\e209";
}
.glyphicons-cart-out:before {
  content: "\e210";
}
.glyphicons-arrow-left:before {
  content: "\e211";
}
.glyphicons-arrow-right:before {
  content: "\e212";
}
.glyphicons-arrow-down:before {
  content: "\e213";
}
.glyphicons-arrow-up:before {
  content: "\e214";
}
.glyphicons-resize-small:before {
  content: "\e215";
}
.glyphicons-resize-full:before {
  content: "\e216";
}
.glyphicons-circle-arrow-left:before {
  content: "\e217";
}
.glyphicons-circle-arrow-right:before {
  content: "\e218";
}
.glyphicons-circle-arrow-top:before {
  content: "\e219";
}
.glyphicons-circle-arrow-down:before {
  content: "\e220";
}
.glyphicons-play-button:before {
  content: "\e221";
}
.glyphicons-unshare:before {
  content: "\e222";
}
.glyphicons-share:before {
  content: "\e223";
}
.glyphicons-chevron-right:before {
  content: "\e224";
}
.glyphicons-chevron-left:before {
  content: "\e225";
}
.glyphicons-bluetooth:before {
  content: "\e226";
}
.glyphicons-euro:before {
  content: "\e227";
}
.glyphicons-usd:before {
  content: "\e228";
}
.glyphicons-gbp:before {
  content: "\e229";
}
.glyphicons-retweet-2:before {
  content: "\e230";
}
.glyphicons-moon:before {
  content: "\e231";
}
.glyphicons-sun:before {
  content: "\e232";
}
.glyphicons-cloud:before {
  content: "\e233";
}
.glyphicons-direction:before {
  content: "\e234";
}
.glyphicons-brush:before {
  content: "\e235";
}
.glyphicons-pen:before {
  content: "\e236";
}
.glyphicons-zoom-in:before {
  content: "\e237";
}
.glyphicons-zoom-out:before {
  content: "\e238";
}
.glyphicons-pin:before {
  content: "\e239";
}
.glyphicons-albums:before {
  content: "\e240";
}
.glyphicons-rotation-lock:before {
  content: "\e241";
}
.glyphicons-flash:before {
  content: "\e242";
}
.glyphicons-map-marker:before {
  content: "\e243";
}
.glyphicons-anchor:before {
  content: "\e244";
}
.glyphicons-conversation:before {
  content: "\e245";
}
.glyphicons-chat:before {
  content: "\e246";
}
.glyphicons-note-empty:before {
  content: "\e247";
}
.glyphicons-note:before {
  content: "\e248";
}
.glyphicons-asterisk:before {
  content: "\e249";
}
.glyphicons-divide:before {
  content: "\e250";
}
.glyphicons-snorkel-diving:before {
  content: "\e251";
}
.glyphicons-scuba-diving:before {
  content: "\e252";
}
.glyphicons-oxygen-bottle:before {
  content: "\e253";
}
.glyphicons-fins:before {
  content: "\e254";
}
.glyphicons-fishes:before {
  content: "\e255";
}
.glyphicons-boat:before {
  content: "\e256";
}
.glyphicons-delete:before {
  content: "\e257";
}
.glyphicons-sheriffs-star:before {
  content: "\e258";
}
.glyphicons-qrcode:before {
  content: "\e259";
}
.glyphicons-barcode:before {
  content: "\e260";
}
.glyphicons-pool:before {
  content: "\e261";
}
.glyphicons-buoy:before {
  content: "\e262";
}
.glyphicons-spade:before {
  content: "\e263";
}
.glyphicons-bank:before {
  content: "\e264";
}
.glyphicons-vcard:before {
  content: "\e265";
}
.glyphicons-electrical-plug:before {
  content: "\e266";
}
.glyphicons-flag:before {
  content: "\e267";
}
.glyphicons-credit-card:before {
  content: "\e268";
}
.glyphicons-keyboard-wireless:before {
  content: "\e269";
}
.glyphicons-keyboard-wireless:before {
  content: "\e270";
}
.glyphicons-shield:before {
  content: "\e271";
}
.glyphicons-ring:before {
  content: "\e272";
}
.glyphicons-cake:before {
  content: "\e273";
}
.glyphicons-drink:before {
  content: "\e274";
}
.glyphicons-beer:before {
  content: "\e275";
}
.glyphicons-fast-food:before {
  content: "\e276";
}
.glyphicons-cutlery:before {
  content: "\e277";
}
.glyphicons-pizza:before {
  content: "\e278";
}
.glyphicons-birthday-cake:before {
  content: "\e279";
}
.glyphicons-tablet:before {
  content: "\e280";
}
.glyphicons-settings:before {
  content: "\e281";
}
.glyphicons-bullets:before {
  content: "\e282";
}
.glyphicons-cardio:before {
  content: "\e283";
}
.glyphicons-t-shirt:before {
  content: "\e284";
}
.glyphicons-pants:before {
  content: "\e285";
}
.glyphicons-sweater:before {
  content: "\e286";
}
.glyphicons-fabric:before {
  content: "\e287";
}
.glyphicons-leather:before {
  content: "\e288";
}
.glyphicons-scissors:before {
  content: "\e289";
}
.glyphicons-bomb:before {
  content: "\e290";
}
.glyphicons-skull:before {
  content: "\e291";
}
.glyphicons-celebration:before {
  content: "\e292";
}
.glyphicons-tea-kettle:before {
  content: "\e293";
}
.glyphicons-french-press:before {
  content: "\e294";
}
.glyphicons-coffee-cup:before {
  content: "\e295";
}
.glyphicons-pot:before {
  content: "\e296";
}
.glyphicons-grater:before {
  content: "\e297";
}
.glyphicons-kettle:before {
  content: "\e298";
}
.glyphicons-hospital:before {
  content: "\e299";
}
.glyphicons-hospital-h:before {
  content: "\e300";
}
.glyphicons-microphone:before {
  content: "\e301";
}
.glyphicons-webcam:before {
  content: "\e302";
}
.glyphicons-temple-christianity-church:before {
  content: "\e303";
}
.glyphicons-temple-islam:before {
  content: "\e304";
}
.glyphicons-temple-hindu:before {
  content: "\e305";
}
.glyphicons-temple-buddhist:before {
  content: "\e306";
}
.glyphicons-bicycle:before {
  content: "\e307";
}
.glyphicons-life-preserver:before {
  content: "\e308";
}
.glyphicons-share-alt:before {
  content: "\e309";
}
.glyphicons-comments:before {
  content: "\e310";
}
.glyphicons-flower:before {
  content: "\e311";
}
.glyphicons-baseball:before {
  content: "\e312";
}
.glyphicons-rugby:before {
  content: "\e313";
}
.glyphicons-ax:before {
  content: "\e314";
}
.glyphicons-table-tennis:before {
  content: "\e315";
}
.glyphicons-bowling:before {
  content: "\e316";
}
.glyphicons-tree-conifer:before {
  content: "\e317";
}
.glyphicons-tree-deciduous:before {
  content: "\e318";
}
.glyphicons-more-items:before {
  content: "\e319";
}
.glyphicons-sort:before {
  content: "\e320";
}
.glyphicons-filter:before {
  content: "\e321";
}
.glyphicons-gamepad:before {
  content: "\e322";
}
.glyphicons-playing-dices:before {
  content: "\e323";
}
.glyphicons-calculator:before {
  content: "\e324";
}
.glyphicons-tie:before {
  content: "\e325";
}
.glyphicons-wallet:before {
  content: "\e326";
}
.glyphicons-piano:before {
  content: "\e327";
}
.glyphicons-sampler:before {
  content: "\e328";
}
.glyphicons-podium:before {
  content: "\e329";
}
.glyphicons-soccer-ball:before {
  content: "\e330";
}
.glyphicons-blog:before {
  content: "\e331";
}
.glyphicons-dashboard:before {
  content: "\e332";
}
.glyphicons-certificate:before {
  content: "\e333";
}
.glyphicons-bell:before {
  content: "\e334";
}
.glyphicons-candle:before {
  content: "\e335";
}
.glyphicons-pushpin:before {
  content: "\e336";
}
.glyphicons-iphone-shake:before {
  content: "\e337";
}
.glyphicons-pin-flag:before {
  content: "\e338";
}
.glyphicons-turtle:before {
  content: "\e339";
}
.glyphicons-rabbit:before {
  content: "\e340";
}
.glyphicons-globe:before {
  content: "\e341";
}
.glyphicons-briefcase:before {
  content: "\e342";
}
.glyphicons-hdd:before {
  content: "\e343";
}
.glyphicons-thumbs-up:before {
  content: "\e344";
}
.glyphicons-thumbs-down:before {
  content: "\e345";
}
.glyphicons-hand-right:before {
  content: "\e346";
}
.glyphicons-hand-left:before {
  content: "\e347";
}
.glyphicons-hand-up:before {
  content: "\e348";
}
.glyphicons-hand-down:before {
  content: "\e349";
}
.glyphicons-fullscreen:before {
  content: "\e350";
}
.glyphicons-shopping-bag:before {
  content: "\e351";
}
.glyphicons-book-open:before {
  content: "\e352";
}
.glyphicons-nameplate:before {
  content: "\e353";
}
.glyphicons-nameplate-alt:before {
  content: "\e354";
}
.glyphicons-vases:before {
  content: "\e355";
}
.glyphicons-bullhorn:before {
  content: "\e356";
}
.glyphicons-dumbbell:before {
  content: "\e357";
}
.glyphicons-suitcase:before {
  content: "\e358";
}
.glyphicons-file-import:before {
  content: "\e359";
}
.glyphicons-file-export:before {
  content: "\e360";
}
.glyphicons-bug:before {
  content: "\e361";
}
.glyphicons-crown:before {
  content: "\e362";
}
.glyphicons-smoking:before {
  content: "\e363";
}
.glyphicons-cloud-upload:before {
  content: "\e364";
}
.glyphicons-cloud-download:before {
  content: "\e365";
}
.glyphicons-restart:before {
  content: "\e366";
}
.glyphicons-security-camera:before {
  content: "\e367";
}
.glyphicons-expand:before {
  content: "\e368";
}
.glyphicons-collapse:before {
  content: "\e369";
}
.glyphicons-collapse-top:before {
  content: "\e370";
}
.glyphicons-globe-af:before {
  content: "\e371";
}
.glyphicons-global:before {
  content: "\e372";
}
.glyphicons-spray:before {
  content: "\e373";
}
.glyphicons-nails:before {
  content: "\e374";
}
.glyphicons-claw-hammer:before {
  content: "\e375";
}
.glyphicons-classic-hammer:before {
  content: "\e376";
}
.glyphicons-hand-saw:before {
  content: "\e377";
}
.glyphicons-riflescope:before {
  content: "\e378";
}
.glyphicons-electrical-socket-eu:before {
  content: "\e379";
}
.glyphicons-electrical-socket-us:before {
  content: "\e380";
}
.glyphicons-message-forward:before {
  content: "\e381";
}
.glyphicons-coat-hanger:before {
  content: "\e382";
}
.glyphicons-dress:before {
  content: "\e383";
}
.glyphicons-bathrobe:before {
  content: "\e384";
}
.glyphicons-shirt:before {
  content: "\e385";
}
.glyphicons-underwear:before {
  content: "\e386";
}
.glyphicons-log-in:before {
  content: "\e387";
}
.glyphicons-log-out:before {
  content: "\e388";
}
.glyphicons-exit:before {
  content: "\e389";
}
.glyphicons-new-window-alt:before {
  content: "\e390";
}
.glyphicons-video-sd:before {
  content: "\e391";
}
.glyphicons-video-hd:before {
  content: "\e392";
}
.glyphicons-subtitles:before {
  content: "\e393";
}
.glyphicons-sound-stereo:before {
  content: "\e394";
}
.glyphicons-sound-dolby:before {
  content: "\e395";
}
.glyphicons-sound-5-1:before {
  content: "\e396";
}
.glyphicons-sound-6-1:before {
  content: "\e397";
}
.glyphicons-sound-7-1:before {
  content: "\e398";
}
.glyphicons-copyright-mark:before {
  content: "\e399";
}
.glyphicons-registration-mark:before {
  content: "\e400";
}
.glyphicons-radar:before {
  content: "\e401";
}
.glyphicons-skateboard:before {
  content: "\e402";
}
.glyphicons-golf-course:before {
  content: "\e403";
}
.glyphicons-sorting:before {
  content: "\e404";
}
.glyphicons-sort-by-alphabet:before {
  content: "\e405";
}
.glyphicons-sort-by-alphabet-alt:before {
  content: "\e406";
}
.glyphicons-sort-by-order:before {
  content: "\e407";
}
.glyphicons-sort-by-order-alt:before {
  content: "\e408";
}
.glyphicons-sort-by-attributes:before {
  content: "\e409";
}
.glyphicons-sort-by-attributes-alt:before {
  content: "\e410";
}
.glyphicons-compressed:before {
  content: "\e411";
}
.glyphicons-package:before {
  content: "\e412";
}
.glyphicons-cloud-plus:before {
  content: "\e413";
}
.glyphicons-cloud-minus:before {
  content: "\e414";
}
.glyphicons-disk-save:before {
  content: "\e415";
}
.glyphicons-disk-open:before {
  content: "\e416";
}
.glyphicons-disk-saved:before {
  content: "\e417";
}
.glyphicons-disk-remove:before {
  content: "\e418";
}
.glyphicons-disk-import:before {
  content: "\e419";
}
.glyphicons-disk-export:before {
  content: "\e420";
}
.glyphicons-tower:before {
  content: "\e421";
}
.glyphicons-send:before {
  content: "\e422";
}
.glyphicons-git-branch:before {
  content: "\e423";
}
.glyphicons-git-create:before {
  content: "\e424";
}
.glyphicons-git-private:before {
  content: "\e425";
}
.glyphicons-git-delete:before {
  content: "\e426";
}
.glyphicons-git-merge:before {
  content: "\e427";
}
.glyphicons-git-pull-request:before {
  content: "\e428";
}
.glyphicons-git-compare:before {
  content: "\e429";
}
.glyphicons-git-commit:before {
  content: "\e430";
}
.glyphicons-construction-cone:before {
  content: "\e431";
}
.glyphicons-shoe-steps:before {
  content: "\e432";
}
.glyphicons-plus:before {
  content: "\e433";
}
.glyphicons-minus:before {
  content: "\e434";
}
.glyphicons-redo:before {
  content: "\e435";
}
.glyphicons-undo:before {
  content: "\e436";
}
.glyphicons-golf:before {
  content: "\e437";
}
.glyphicons-hockey:before {
  content: "\e438";
}
.glyphicons-pipe:before {
  content: "\e439";
}
.glyphicons-wrench:before {
  content: "\e440";
}
.glyphicons-folder-closed:before {
  content: "\e441";
}
.glyphicons-phone-alt:before {
  content: "\e442";
}
.glyphicons-earphone:before {
  content: "\e443";
}
.glyphicons-floppy-disk:before {
  content: "\e444";
}
.glyphicons-floppy-saved:before {
  content: "\e445";
}
.glyphicons-floppy-remove:before {
  content: "\e446";
}
.glyphicons-floppy-save:before {
  content: "\e447";
}
.glyphicons-floppy-open:before {
  content: "\e448";
}
.glyphicons-translate:before {
  content: "\e449";
}
.glyphicons-fax:before {
  content: "\e450";
}
.glyphicons-factory:before {
  content: "\e451";
}
.glyphicons-shop-window:before {
  content: "\e452";
}
.glyphicons-shop:before {
  content: "\e453";
}
.glyphicons-kiosk:before {
  content: "\e454";
}
.glyphicons-kiosk-wheels:before {
  content: "\e455";
}
.glyphicons-kiosk-light:before {
  content: "\e456";
}
.glyphicons-kiosk-food:before {
  content: "\e457";
}
.glyphicons-transfer:before {
  content: "\e458";
}
.glyphicons-money:before {
  content: "\e459";
}
.glyphicons-header:before {
  content: "\e460";
}
.glyphicons-blacksmith:before {
  content: "\e461";
}
.glyphicons-saw-blade:before {
  content: "\e462";
}
.glyphicons-basketball:before {
  content: "\e463";
}
.glyphicons-server:before {
  content: "\e464";
}
.glyphicons-server-plus:before {
  content: "\e465";
}
.glyphicons-server-minus:before {
  content: "\e466";
}
.glyphicons-server-ban:before {
  content: "\e467";
}
.glyphicons-server-flag:before {
  content: "\e468";
}
.glyphicons-server-lock:before {
  content: "\e469";
}
.glyphicons-server-new:before {
  content: "\e470";
}
.glyphicons-charging-station:before {
  content: "\e471";
}
.glyphicons-gas-station:before {
  content: "\e472";
}
.glyphicons-target:before {
  content: "\e473";
}
.glyphicons-bed:before {
  content: "\e474";
}
.glyphicons-mosquito:before {
  content: "\e475";
}
.glyphicons-dining-set:before {
  content: "\e476";
}
.glyphicons-plate-of-food:before {
  content: "\e477";
}
.glyphicons-hygiene-kit:before {
  content: "\e478";
}
.glyphicons-blackboard:before {
  content: "\e479";
}
.glyphicons-marriage:before {
  content: "\e480";
}
.glyphicons-bucket:before {
  content: "\e481";
}
.glyphicons-none-color-swatch:before {
  content: "\e482";
}
.glyphicons-bring-forward:before {
  content: "\e483";
}
.glyphicons-bring-to-front:before {
  content: "\e484";
}
.glyphicons-send-backward:before {
  content: "\e485";
}
.glyphicons-send-to-back:before {
  content: "\e486";
}
.glyphicons-fit-frame-to-image:before {
  content: "\e487";
}
.glyphicons-fit-image-to-frame:before {
  content: "\e488";
}
.glyphicons-multiple-displays:before {
  content: "\e489";
}
.glyphicons-handshake:before {
  content: "\e490";
}
.glyphicons-child:before {
  content: "\e491";
}
.glyphicons-baby-formula:before {
  content: "\e492";
}
.glyphicons-medicine:before {
  content: "\e493";
}
.glyphicons-atv-vehicle:before {
  content: "\e494";
}
.glyphicons-motorcycle:before {
  content: "\e495";
}
.glyphicons-bed-alt:before {
  content: "\e496";
}
.glyphicons-tent:before {
  content: "\e497";
}
.glyphicons-glasses:before {
  content: "\e498";
}
.glyphicons-sunglasses:before {
  content: "\e499";
}
.glyphicons-family:before {
  content: "\e500";
}
.glyphicons-education:before {
  content: "\e501";
}
.glyphicons-shoes:before {
  content: "\e502";
}
.glyphicons-map:before {
  content: "\e503";
}
.glyphicons-cd:before {
  content: "\e504";
}
.glyphicons-alert:before {
  content: "\e505";
}
.glyphicons-piggy-bank:before {
  content: "\e506";
}
.glyphicons-star-half:before {
  content: "\e507";
}
.glyphicons-cluster:before {
  content: "\e508";
}
.glyphicons-flowchart:before {
  content: "\e509";
}
.glyphicons-commodities:before {
  content: "\e510";
}
.glyphicons-duplicate:before {
  content: "\e511";
}
.glyphicons-copy:before {
  content: "\e512";
}
.glyphicons-paste:before {
  content: "\e513";
}
.glyphicons-bath-bathtub:before {
  content: "\e514";
}
.glyphicons-bath-shower:before {
  content: "\e515";
}
.glyphicons-shower:before {
  content: "\e516";
}
.glyphicons-menu-hamburger:before {
  content: "\e517";
}
.glyphicons-option-vertical:before {
  content: "\e518";
}
.glyphicons-option-horizontal:before {
  content: "\e519";
}
.glyphicons-currency-conversion:before {
  content: "\e520";
}
.glyphicons-user-ban:before {
  content: "\e521";
}
.glyphicons-user-lock:before {
  content: "\e522";
}
.glyphicons-user-flag:before {
  content: "\e523";
}
.glyphicons-user-asterisk:before {
  content: "\e524";
}
.glyphicons-user-alert:before {
  content: "\e525";
}
.glyphicons-user-key:before {
  content: "\e526";
}
.glyphicons-user-conversation:before {
  content: "\e527";
}
.glyphicons-database:before {
  content: "\e528";
}
.glyphicons-database-search:before {
  content: "\e529";
}
.glyphicons-list-alt:before {
  content: "\e530";
}
.glyphicons-hazard-sign:before {
  content: "\e531";
}
.glyphicons-hazard:before {
  content: "\e532";
}
.glyphicons-stop-sign:before {
  content: "\e533";
}
.glyphicons-lab:before {
  content: "\e534";
}
.glyphicons-lab-alt:before {
  content: "\e535";
}
.glyphicons-ice-cream:before {
  content: "\e536";
}
.glyphicons-ice-lolly:before {
  content: "\e537";
}
.glyphicons-ice-lolly-tasted:before {
  content: "\e538";
}
.glyphicons-invoice:before {
  content: "\e539";
}
.glyphicons-cart-tick:before {
  content: "\e540";
}
.glyphicons-hourglass:before {
  content: "\e541";
}
.glyphicons-cat:before {
  content: "\e542";
}
.glyphicons-lamp:before {
  content: "\e543";
}
.glyphicons-scale-classic:before {
  content: "\e544";
}
.glyphicons-eye-plus:before {
  content: "\e545";
}
.glyphicons-eye-minus:before {
  content: "\e546";
}
.glyphicons-quote:before {
  content: "\e547";
}
.glyphicons-bitcoin:before {
  content: "\e548";
}
.glyphicons-yen:before {
  content: "\e549";
}
.glyphicons-ruble:before {
  content: "\e550";
}
.glyphicons-erase:before {
  content: "\e551";
}
.glyphicons-podcast:before {
  content: "\e552";
}
.glyphicons-firework:before {
  content: "\e553";
}
.glyphicons-scale:before {
  content: "\e554";
}
.glyphicons-king:before {
  content: "\e555";
}
.glyphicons-queen:before {
  content: "\e556";
}
.glyphicons-pawn:before {
  content: "\e557";
}
.glyphicons-bishop:before {
  content: "\e558";
}
.glyphicons-knight:before {
  content: "\e559";
}
.glyphicons-mic-mute:before {
  content: "\e560";
}
.glyphicons-voicemail:before {
  content: "\e561";
}
.glyphicons-paragraph-alt:before {
  content: "\e562";
}
.glyphicons-person-walking:before {
  content: "\e563";
}
.glyphicons-person-wheelchair:before {
  content: "\e564";
}
.glyphicons-underground:before {
  content: "\e565";
}
.glyphicons-car-hov:before {
  content: "\e566";
}
.glyphicons-car-rental:before {
  content: "\e567";
}
.glyphicons-transport:before {
  content: "\e568";
}
.glyphicons-taxi:before {
  content: "\e569";
}
.glyphicons-ice-cream-no:before {
  content: "\e570";
}
.glyphicons-uk-rat-u:before {
  content: "\e571";
}
.glyphicons-uk-rat-pg:before {
  content: "\e572";
}
.glyphicons-uk-rat-12a:before {
  content: "\e573";
}
.glyphicons-uk-rat-12:before {
  content: "\e574";
}
.glyphicons-uk-rat-15:before {
  content: "\e575";
}
.glyphicons-uk-rat-18:before {
  content: "\e576";
}
.glyphicons-uk-rat-r18:before {
  content: "\e577";
}
.glyphicons-tv:before {
  content: "\e578";
}
.glyphicons-sms:before {
  content: "\e579";
}
.glyphicons-mms:before {
  content: "\e580";
}
.glyphicons-us-rat-g:before {
  content: "\e581";
}
.glyphicons-us-rat-pg:before {
  content: "\e582";
}
.glyphicons-us-rat-pg-13:before {
  content: "\e583";
}
.glyphicons-us-rat-restricted:before {
  content: "\e584";
}
.glyphicons-us-rat-no-one-17:before {
  content: "\e585";
}
.glyphicons-equalizer:before {
  content: "\e586";
}
.glyphicons-speakers:before {
  content: "\e587";
}
.glyphicons-remote-control:before {
  content: "\e588";
}
.glyphicons-remote-control-tv:before {
  content: "\e589";
}
.glyphicons-shredder:before {
  content: "\e590";
}
.glyphicons-folder-heart:before {
  content: "\e591";
}
.glyphicons-person-running:before {
  content: "\e592";
}
.glyphicons-person:before {
  content: "\e593";
}
.glyphicons-voice:before {
  content: "\e594";
}
.glyphicons-stethoscope:before {
  content: "\e595";
}
.glyphicons-paired:before {
  content: "\e596";
}
.glyphicons-activity:before {
  content: "\e597";
}
.glyphicons-watch:before {
  content: "\e598";
}
.glyphicons-scissors-alt:before {
  content: "\e599";
}
.glyphicons-car-wheel:before {
  content: "\e600";
}
.glyphicons-chevron-up:before {
  content: "\e601";
}
.glyphicons-chevron-down:before {
  content: "\e602";
}
.glyphicons-superscript:before {
  content: "\e603";
}
.glyphicons-subscript:before {
  content: "\e604";
}
.glyphicons-text-size:before {
  content: "\e605";
}
.glyphicons-text-color:before {
  content: "\e606";
}
.glyphicons-text-background:before {
  content: "\e607";
}
.glyphicons-modal-window:before {
  content: "\e608";
}
.glyphicons-newspaper:before {
  content: "\e609";
}
.glyphicons-tractor:before {
  content: "\e610";
}
.glyphicons-camping:before {
  content: "\e611";
}
.glyphicons-camping-benches:before {
  content: "\e612";
}
.glyphicons-forest:before {
  content: "\e613";
}
.glyphicons-park:before {
  content: "\e614";
}
.glyphicons-field:before {
  content: "\e615";
}
.glyphicons-mountains:before {
  content: "\e616";
}
.glyphicons-fees-payments:before {
  content: "\e617";
}
.glyphicons-small-payments:before {
  content: "\e618";
}
.glyphicons-mixed-buildings:before {
  content: "\e619";
}
.glyphicons-industrial-zone:before {
  content: "\e620";
}
.glyphicons-visitor-tag:before {
  content: "\e621";
}
.glyphicons-businessman:before {
  content: "\e622";
}
.glyphicons-meditation:before {
  content: "\e623";
}
.glyphicons-bath:before {
  content: "\e624";
}
.glyphicons-donate:before {
  content: "\e625";
}
.glyphicons-sauna:before {
  content: "\e626";
}
.glyphicons-bedroom-nightstand:before {
  content: "\e627";
}
.glyphicons-bedroom-lamp:before {
  content: "\e628";
}
.glyphicons-doctor:before {
  content: "\e629";
}
.glyphicons-engineering-networks:before {
  content: "\e630";
}
.glyphicons-washing-machine:before {
  content: "\e631";
}
.glyphicons-dryer:before {
  content: "\e632";
}
.glyphicons-dishwasher:before {
  content: "\e633";
}
.glyphicons-luggage-group:before {
  content: "\e634";
}
.glyphicons-teenager:before {
  content: "\e635";
}
.glyphicons-person-stick:before {
  content: "\e636";
}
.glyphicons-person-stick-old:before {
  content: "\e637";
}
.glyphicons-traveler:before {
  content: "\e638";
}
.glyphicons-veteran:before {
  content: "\e639";
}
.glyphicons-group-chat:before {
  content: "\e640";
}
.glyphicons-elections:before {
  content: "\e641";
}
.glyphicons-law-justice:before {
  content: "\e642";
}
.glyphicons-judiciary:before {
  content: "\e643";
}
.glyphicons-house-fire:before {
  content: "\e644";
}
.glyphicons-firefighters:before {
  content: "\e645";
}
.glyphicons-police:before {
  content: "\e646";
}
.glyphicons-ambulance:before {
  content: "\e647";
}
.glyphicons-light-beacon:before {
  content: "\e648";
}
.glyphicons-important-day:before {
  content: "\e649";
}
.glyphicons-bike-park:before {
  content: "\e650";
}
.glyphicons-object-align-top:before {
  content: "\e651";
}
.glyphicons-object-align-bottom:before {
  content: "\e652";
}
.glyphicons-object-align-horizontal:before {
  content: "\e653";
}
.glyphicons-object-align-left:before {
  content: "\e654";
}
.glyphicons-object-align-vertical:before {
  content: "\e655";
}
.glyphicons-object-align-right:before {
  content: "\e656";
}
.glyphicons-reflect-y:before {
  content: "\e657";
}
.glyphicons-reflect-x:before {
  content: "\e658";
}
.glyphicons-tick:before {
  content: "\e659";
}
.glyphicons-lawnmower:before {
  content: "\e660";
}
.glyphicons-call-redirect:before {
  content: "\e661";
}
.glyphicons-call-ip:before {
  content: "\e662";
}
.glyphicons-call-record:before {
  content: "\e663";
}
.glyphicons-call-ringtone:before {
  content: "\e664";
}
.glyphicons-call-traffic:before {
  content: "\e665";
}
.glyphicons-call-hold:before {
  content: "\e666";
}
.glyphicons-call-incoming:before {
  content: "\e667";
}
.glyphicons-call-outgoing:before {
  content: "\e668";
}
.glyphicons-call-video:before {
  content: "\e669";
}
.glyphicons-call-missed:before {
  content: "\e670";
}
.glyphicons-theater:before {
  content: "\e671";
}
.glyphicons-heartbeat:before {
  content: "\e672";
}
.glyphicons-kettlebell:before {
  content: "\e673";
}
.glyphicons-fireplace:before {
  content: "\e674";
}
.glyphicons-street-lights:before {
  content: "\e675";
}
.glyphicons-pedestrian:before {
  content: "\e676";
}
.glyphicons-flood:before {
  content: "\e677";
}
.glyphicons-open-water:before {
  content: "\e678";
}
.glyphicons-for-sale:before {
  content: "\e679";
}
.glyphicons-dustbin:before {
  content: "\e680";
}
.glyphicons-door:before {
  content: "\e681";
}
.glyphicons-camp-fire:before {
  content: "\e682";
}
.glyphicons-fleur-de-lis:before {
  content: "\e683";
}
.glyphicons-temperature-settings:before {
  content: "\e684";
}
.glyphicons-article:before {
  content: "\e685";
}
.glyphicons-sunbath:before {
  content: "\e686";
}
.glyphicons-balanced-diet:before {
  content: "\e687";
}
.glyphicons-ticket:before {
  content: "\e688";
}
.glyphicons-parking-ticket:before {
  content: "\e689";
}
.glyphicons-parking-meter:before {
  content: "\e690";
}
.glyphicons-laptop:before {
  content: "\e691";
}
.glyphicons-tree-structure:before {
  content: "\e692";
}
.glyphicons-weather-warning:before {
  content: "\e693";
}
.glyphicons-temperature-low:before {
  content: "\e694";
}
.glyphicons-temperature-high:before {
  content: "\e695";
}
.glyphicons-temperature-low-warning:before {
  content: "\e696";
}
.glyphicons-temperature-high-warning:before {
  content: "\e697";
}
.glyphicons-hurricane:before {
  content: "\e698";
}
.glyphicons-storm:before {
  content: "\e699";
}
.glyphicons-sorted-waste:before {
  content: "\e700";
}
.glyphicons-ear:before {
  content: "\e701";
}
.glyphicons-ear-deaf:before {
  content: "\e702";
}
.glyphicons-file-plus:before {
  content: "\e703";
}
.glyphicons-file-minus:before {
  content: "\e704";
}
.glyphicons-file-lock:before {
  content: "\e705";
}
.glyphicons-file-cloud:before {
  content: "\e706";
}
.glyphicons-file-cloud-download:before {
  content: "\e707";
}
.glyphicons-file-cloud-upload:before {
  content: "\e708";
}
.glyphicons-paragraph:before {
  content: "\e709";
}
.glyphicons-list-numbered:before {
  content: "\e710";
}
.glyphicons-donate-heart:before {
  content: "\e711";
}
.glyphicons-government:before {
  content: "\e712";
}
.glyphicons-maze:before {
  content: "\e713";
}
.glyphicons-chronicle:before {
  content: "\e714";
}
.glyphicons-user-structure:before {
  content: "\e715";
}
.glyphicons-recycle:before {
  content: "\e716";
}
.glyphicons-gas:before {
  content: "\e717";
}
.glyphicons-waste-pipe:before {
  content: "\e718";
}
.glyphicons-water-pipe:before {
  content: "\e719";
}
.glyphicons-parking:before {
  content: "\e720";
}
.glyphicons-closed:before {
  content: "\e721";
}
.glyphicons-mouse:before {
  content: "\e722";
}
.glyphicons-mouse-double-click:before {
  content: "\e723";
}
.glyphicons-mouse-left-click:before {
  content: "\e724";
}
.glyphicons-mouse-right-click:before {
  content: "\e725";
}
.glyphicons-mouse-middle-click:before {
  content: "\e726";
}
.glyphicons-mouse-scroll:before {
  content: "\e727";
}
.glyphicons-resize-vertical:before {
  content: "\e728";
}
.glyphicons-resize-horizontal:before {
  content: "\e729";
}
.glyphicons-temperature:before {
  content: "\e730";
}
.glyphicons-puzzle:before {
  content: "\e731";
}
.glyphicons-puzzle-2:before {
  content: "\e732";
}
.glyphicons-puzzle-3:before {
  content: "\e733";
}
.glyphicons-nearby-square:before {
  content: "\e734";
}
.glyphicons-nearby-circle:before {
  content: "\e735";
}
.glyphicons-rotate-right:before {
  content: "\e736";
}
.glyphicons-rotate-left:before {
  content: "\e737";
}
.glyphicons-pictures:before {
  content: "\e738";
}
.glyphicons-photo-album:before {
  content: "\e739";
}
.glyphicons-cadastral-map:before {
  content: "\e740";
}
.glyphicons-fingerprint-scan:before {
  content: "\e741";
}
.glyphicons-fingerprint:before {
  content: "\e742";
}
.glyphicons-fingerprint-lock:before {
  content: "\e743";
}
.glyphicons-fingerprint-ok:before {
  content: "\e744";
}
.glyphicons-fingerprint-remove:before {
  content: "\e745";
}
.glyphicons-fingerprint-reload:before {
  content: "\e746";
}
.glyphicons-pending-notifications:before {
  content: "\e747";
}
.glyphicons-synchronization:before {
  content: "\e748";
}
.glyphicons-synchronization-ban:before {
  content: "\e749";
}
.glyphicons-hash:before {
  content: "\e750";
}
.glyphicons-gender-male:before {
  content: "\e751";
}
.glyphicons-gender-female:before {
  content: "\e752";
}
.glyphicons-gender-virgin-female:before {
  content: "\e753";
}
.glyphicons-gender-intersex:before {
  content: "\e754";
}
.glyphicons-gender-transgender:before {
  content: "\e755";
}
.glyphicons-gender-ori-lesbian:before {
  content: "\e756";
}
.glyphicons-gender-ori-gay:before {
  content: "\e757";
}
.glyphicons-gender-ori-hetero:before {
  content: "\e758";
}
.glyphicons-gender-other:before {
  content: "\e759";
}
.glyphicons-gender-unknown:before {
  content: "\e760";
}
.glyphicons-scanner:before {
  content: "\e761";
}
.glyphicons-multifunction-printer:before {
  content: "\e762";
}
.glyphicons-lasso:before {
  content: "\e763";
}
.glyphicons-view-360:before {
  content: "\e764";
}
.glyphicons-battery-charging:before {
  content: "\e765";
}
.glyphicons-battery-full:before {
  content: "\e766";
}
.glyphicons-battery-75:before {
  content: "\e767";
}
.glyphicons-battery-50:before {
  content: "\e768";
}
.glyphicons-battery-25:before {
  content: "\e769";
}
.glyphicons-battery-10:before {
  content: "\e770";
}
.glyphicons-satellite:before {
  content: "\e771";
}
.glyphicons-satellite-dish:before {
  content: "\e772";
}
.glyphicons-satellite-dish-alt:before {
  content: "\e773";
}
.glyphicons-auction:before {
  content: "\e774";
}
.glyphicons-directions:before {
  content: "\e775";
}
.glyphicons-race:before {
  content: "\e776";
}
.glyphicons-robot:before {
  content: "\e777";
}
.glyphicons-ruler-alt:before {
  content: "\e778";
}
.glyphicons-cube-empty:before {
  content: "\e779";
}
.glyphicons-cube-black:before {
  content: "\e780";
}
.glyphicons-move-square:before {
  content: "\e781";
}
.glyphicons-drop:before {
  content: "\e782";
}
.glyphicons-vr-headset:before {
  content: "\e783";
}
.glyphicons-vr-charging:before {
  content: "\e784";
}
.glyphicons-vr-low-battery:before {
  content: "\e785";
}
.glyphicons-vr-paired:before {
  content: "\e786";
}
.glyphicons-vr-settings:before {
  content: "\e787";
}
.glyphicons-vr-maintenance:before {
  content: "\e788";
}
.glyphicons-filter-remove:before {
  content: "\e789";
}
.glyphicons-filter-applied:before {
  content: "\e790";
}
.glyphicons-one-day:before {
  content: "\e791";
}
.glyphicons-user-vr:before {
  content: "\e792";
}
.glyphicons-user-vr-add:before {
  content: "\e793";
}
.glyphicons-user-vr-remove:before {
  content: "\e794";
}
.glyphicons-dice-1:before {
  content: "\e795";
}
.glyphicons-dice-2:before {
  content: "\e796";
}
.glyphicons-dice-3:before {
  content: "\e797";
}
.glyphicons-dice-4:before {
  content: "\e798";
}
.glyphicons-dice-5:before {
  content: "\e799";
}
.glyphicons-dice-6:before {
  content: "\e800";
}
@font-face {
  font-family: "Glyphicons Regular";
  src: url("./media/glyphicons-regular-UARIZZPS.eot");
  src:
    url("./media/glyphicons-regular-UARIZZPS.eot?#iefix") format("embedded-opentype"),
    url("./media/glyphicons-regular-625PTZIS.woff") format("woff"),
    url("./media/glyphicons-regular-SYGINETU.ttf") format("truetype"),
    url("./media/glyphicons-regular-TR5NBJFV.svg#glyphicons_regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.glyphicon {
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "Glyphicons Regular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 0.9;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
}
.glyphicon.glass:before {
  content: "\e001";
}
.glyphicon.leaf:before {
  content: "\e002";
}
.glyphicon.dog:before {
  content: "\e003";
}
.glyphicon.user:before {
  content: "\e004";
}
.glyphicon.girl:before {
  content: "\e005";
}
.glyphicon.car:before {
  content: "\e006";
}
.glyphicon.user-add:before {
  content: "\e007";
}
.glyphicon.user-remove:before {
  content: "\e008";
}
.glyphicon.film:before {
  content: "\e009";
}
.glyphicon.magic:before {
  content: "\e010";
}
.glyphicon.envelope:before {
  content: "\2709";
}
.glyphicon.camera:before {
  content: "\e011";
}
.glyphicon.heart:before {
  content: "\e013";
}
.glyphicon.beach-umbrella:before {
  content: "\e014";
}
.glyphicon.train:before {
  content: "\e015";
}
.glyphicon.print:before {
  content: "\e016";
}
.glyphicon.bin:before {
  content: "\e017";
}
.glyphicon.music:before {
  content: "\e018";
}
.glyphicon.note:before {
  content: "\e019";
}
.glyphicon.heart-empty:before {
  content: "\e020";
}
.glyphicon.home:before {
  content: "\e021";
}
.glyphicon.snowflake:before {
  content: "\2744";
}
.glyphicon.fire:before {
  content: "\e023";
}
.glyphicon.magnet:before {
  content: "\e024";
}
.glyphicon.parents:before {
  content: "\e025";
}
.glyphicon.binoculars:before {
  content: "\e026";
}
.glyphicon.road:before {
  content: "\e027";
}
.glyphicon.search:before {
  content: "\e028";
}
.glyphicon.cars:before {
  content: "\e029";
}
.glyphicon.notes-2:before {
  content: "\e030";
}
.glyphicon.pencil:before {
  content: "\270f";
}
.glyphicon.bus:before {
  content: "\e032";
}
.glyphicon.wifi-alt:before {
  content: "\e033";
}
.glyphicon.luggage:before {
  content: "\e034";
}
.glyphicon.old-man:before {
  content: "\e035";
}
.glyphicon.woman:before {
  content: "\e036";
}
.glyphicon.file:before {
  content: "\e037";
}
.glyphicon.coins:before {
  content: "\e038";
}
.glyphicon.airplane:before {
  content: "\2708";
}
.glyphicon.notes:before {
  content: "\e040";
}
.glyphicon.stats:before {
  content: "\e041";
}
.glyphicon.charts:before {
  content: "\e042";
}
.glyphicon.pie-chart:before {
  content: "\e043";
}
.glyphicon.group:before {
  content: "\e044";
}
.glyphicon.keys:before {
  content: "\e045";
}
.glyphicon.calendar:before {
  content: "\e046";
}
.glyphicon.router:before {
  content: "\e047";
}
.glyphicon.camera-small:before {
  content: "\e048";
}
.glyphicon.dislikes:before {
  content: "\e049";
}
.glyphicon.star:before {
  content: "\e050";
}
.glyphicon.link:before {
  content: "\e051";
}
.glyphicon.eye-open:before {
  content: "\e052";
}
.glyphicon.eye-close:before {
  content: "\e053";
}
.glyphicon.alarm:before {
  content: "\e054";
}
.glyphicon.clock:before {
  content: "\e055";
}
.glyphicon.stopwatch:before {
  content: "\e056";
}
.glyphicon.projector:before {
  content: "\e057";
}
.glyphicon.history:before {
  content: "\e058";
}
.glyphicon.truck:before {
  content: "\e059";
}
.glyphicon.cargo:before {
  content: "\e060";
}
.glyphicon.compass:before {
  content: "\e061";
}
.glyphicon.keynote:before {
  content: "\e062";
}
.glyphicon.paperclip:before {
  content: "\e063";
}
.glyphicon.power:before {
  content: "\e064";
}
.glyphicon.lightbulb:before {
  content: "\e065";
}
.glyphicon.tag:before {
  content: "\e066";
}
.glyphicon.tags:before {
  content: "\e067";
}
.glyphicon.cleaning:before {
  content: "\e068";
}
.glyphicon.ruller:before {
  content: "\e069";
}
.glyphicon.gift:before {
  content: "\e070";
}
.glyphicon.umbrella:before {
  content: "\2602";
}
.glyphicon.book:before {
  content: "\e072";
}
.glyphicon.bookmark:before {
  content: "\e073";
}
.glyphicon.wifi:before {
  content: "\e074";
}
.glyphicon.cup:before {
  content: "\e075";
}
.glyphicon.stroller:before {
  content: "\e076";
}
.glyphicon.headphones:before {
  content: "\e077";
}
.glyphicon.headset:before {
  content: "\e078";
}
.glyphicon.warning-sign:before {
  content: "\e079";
}
.glyphicon.signal:before {
  content: "\e080";
}
.glyphicon.retweet:before {
  content: "\e081";
}
.glyphicon.refresh:before {
  content: "\e082";
}
.glyphicon.roundabout:before {
  content: "\e083";
}
.glyphicon.random:before {
  content: "\e084";
}
.glyphicon.heat:before {
  content: "\e085";
}
.glyphicon.repeat:before {
  content: "\e086";
}
.glyphicon.display:before {
  content: "\e087";
}
.glyphicon.log-book:before {
  content: "\e088";
}
.glyphicon.address-book:before {
  content: "\e089";
}
.glyphicon.building:before {
  content: "\e090";
}
.glyphicon.eyedropper:before {
  content: "\e091";
}
.glyphicon.adjust:before {
  content: "\e092";
}
.glyphicon.tint:before {
  content: "\e093";
}
.glyphicon.crop:before {
  content: "\e094";
}
.glyphicon.vector-path-square:before {
  content: "\e095";
}
.glyphicon.vector-path-circle:before {
  content: "\e096";
}
.glyphicon.vector-path-polygon:before {
  content: "\e097";
}
.glyphicon.vector-path-line:before {
  content: "\e098";
}
.glyphicon.vector-path-curve:before {
  content: "\e099";
}
.glyphicon.vector-path-all:before {
  content: "\e100";
}
.glyphicon.font:before {
  content: "\e101";
}
.glyphicon.italic:before {
  content: "\e102";
}
.glyphicon.bold:before {
  content: "\e103";
}
.glyphicon.text-underline:before {
  content: "\e104";
}
.glyphicon.text-strike:before {
  content: "\e105";
}
.glyphicon.text-height:before {
  content: "\e106";
}
.glyphicon.text-width:before {
  content: "\e107";
}
.glyphicon.text-resize:before {
  content: "\e108";
}
.glyphicon.left-indent:before {
  content: "\e109";
}
.glyphicon.right-indent:before {
  content: "\e110";
}
.glyphicon.align-left:before {
  content: "\e111";
}
.glyphicon.align-center:before {
  content: "\e112";
}
.glyphicon.align-right:before {
  content: "\e113";
}
.glyphicon.justify:before {
  content: "\e114";
}
.glyphicon.list:before {
  content: "\e115";
}
.glyphicon.text-smaller:before {
  content: "\e116";
}
.glyphicon.text-bigger:before {
  content: "\e117";
}
.glyphicon.embed:before {
  content: "\e118";
}
.glyphicon.embed-close:before {
  content: "\e119";
}
.glyphicon.table:before {
  content: "\e120";
}
.glyphicon.message-full:before {
  content: "\e121";
}
.glyphicon.message-empty:before {
  content: "\e122";
}
.glyphicon.message-in:before {
  content: "\e123";
}
.glyphicon.message-out:before {
  content: "\e124";
}
.glyphicon.message-plus:before {
  content: "\e125";
}
.glyphicon.message-minus:before {
  content: "\e126";
}
.glyphicon.message-ban:before {
  content: "\e127";
}
.glyphicon.message-flag:before {
  content: "\e128";
}
.glyphicon.message-lock:before {
  content: "\e129";
}
.glyphicon.message-new:before {
  content: "\e130";
}
.glyphicon.inbox:before {
  content: "\e131";
}
.glyphicon.inbox-plus:before {
  content: "\e132";
}
.glyphicon.inbox-minus:before {
  content: "\e133";
}
.glyphicon.inbox-lock:before {
  content: "\e134";
}
.glyphicon.inbox-in:before {
  content: "\e135";
}
.glyphicon.inbox-out:before {
  content: "\e136";
}
.glyphicon.cogwheel:before {
  content: "\e137";
}
.glyphicon.cogwheels:before {
  content: "\e138";
}
.glyphicon.picture:before {
  content: "\e139";
}
.glyphicon.adjust-alt:before {
  content: "\e140";
}
.glyphicon.database-lock:before {
  content: "\e141";
}
.glyphicon.database-plus:before {
  content: "\e142";
}
.glyphicon.database-minus:before {
  content: "\e143";
}
.glyphicon.database-ban:before {
  content: "\e144";
}
.glyphicon.folder-open:before {
  content: "\e145";
}
.glyphicon.folder-plus:before {
  content: "\e146";
}
.glyphicon.folder-minus:before {
  content: "\e147";
}
.glyphicon.folder-lock:before {
  content: "\e148";
}
.glyphicon.folder-flag:before {
  content: "\e149";
}
.glyphicon.folder-new:before {
  content: "\e150";
}
.glyphicon.edit:before {
  content: "\e151";
}
.glyphicon.new-window:before {
  content: "\e152";
}
.glyphicon.check:before {
  content: "\e153";
}
.glyphicon.unchecked:before {
  content: "\e154";
}
.glyphicon.more-windows:before {
  content: "\e155";
}
.glyphicon.show-big-thumbnails:before {
  content: "\e156";
}
.glyphicon.show-thumbnails:before {
  content: "\e157";
}
.glyphicon.show-thumbnails-with-lines:before {
  content: "\e158";
}
.glyphicon.show-lines:before {
  content: "\e159";
}
.glyphicon.playlist:before {
  content: "\e160";
}
.glyphicon.imac:before {
  content: "\e161";
}
.glyphicon.macbook:before {
  content: "\e162";
}
.glyphicon.ipad:before {
  content: "\e163";
}
.glyphicon.iphone:before {
  content: "\e164";
}
.glyphicon.iphone-transfer:before {
  content: "\e165";
}
.glyphicon.iphone-exchange:before {
  content: "\e166";
}
.glyphicon.ipod:before {
  content: "\e167";
}
.glyphicon.ipod-shuffle:before {
  content: "\e168";
}
.glyphicon.ear-plugs:before {
  content: "\e169";
}
.glyphicon.record:before {
  content: "\e170";
}
.glyphicon.step-backward:before {
  content: "\e171";
}
.glyphicon.fast-backward:before {
  content: "\e172";
}
.glyphicon.rewind:before {
  content: "\e173";
}
.glyphicon.play:before {
  content: "\e174";
}
.glyphicon.pause:before {
  content: "\e175";
}
.glyphicon.stop:before {
  content: "\e176";
}
.glyphicon.forward:before {
  content: "\e177";
}
.glyphicon.fast-forward:before {
  content: "\e178";
}
.glyphicon.step-forward:before {
  content: "\e179";
}
.glyphicon.eject:before {
  content: "\e180";
}
.glyphicon.facetime-video:before {
  content: "\e181";
}
.glyphicon.download-alt:before {
  content: "\e182";
}
.glyphicon.mute:before {
  content: "\e183";
}
.glyphicon.volume-down:before {
  content: "\e184";
}
.glyphicon.volume-up:before {
  content: "\e185";
}
.glyphicon.screenshot:before {
  content: "\e186";
}
.glyphicon.move:before {
  content: "\e187";
}
.glyphicon.more:before {
  content: "\e188";
}
.glyphicon.brightness-reduce:before {
  content: "\e189";
}
.glyphicon.brightness-increase:before {
  content: "\e190";
}
.glyphicon.circle-plus:before {
  content: "\e191";
}
.glyphicon.circle-minus:before {
  content: "\e192";
}
.glyphicon.circle-remove:before {
  content: "\e193";
}
.glyphicon.circle-ok:before {
  content: "\e194";
}
.glyphicon.circle-question-mark:before {
  content: "\e195";
}
.glyphicon.circle-info:before {
  content: "\e196";
}
.glyphicon.circle-exclamation-mark:before {
  content: "\e197";
}
.glyphicon.remove:before {
  content: "\e198";
}
.glyphicon.ok:before {
  content: "\e199";
}
.glyphicon.ban:before {
  content: "\e200";
}
.glyphicon.download:before {
  content: "\e201";
}
.glyphicon.upload:before {
  content: "\e202";
}
.glyphicon.shopping-cart:before {
  content: "\e203";
}
.glyphicon.lock:before {
  content: "\e204";
}
.glyphicon.unlock:before {
  content: "\e205";
}
.glyphicon.electricity:before {
  content: "\e206";
}
.glyphicon.ok-2:before {
  content: "\e207";
}
.glyphicon.remove-2:before {
  content: "\e208";
}
.glyphicon.cart-out:before {
  content: "\e209";
}
.glyphicon.cart-in:before {
  content: "\e210";
}
.glyphicon.left-arrow:before {
  content: "\e211";
}
.glyphicon.right-arrow:before {
  content: "\e212";
}
.glyphicon.down-arrow:before {
  content: "\e213";
}
.glyphicon.up-arrow:before {
  content: "\e214";
}
.glyphicon.resize-small:before {
  content: "\e215";
}
.glyphicon.resize-full:before {
  content: "\e216";
}
.glyphicon.circle-arrow-left:before {
  content: "\e217";
}
.glyphicon.circle-arrow-right:before {
  content: "\e218";
}
.glyphicon.circle-arrow-top:before {
  content: "\e219";
}
.glyphicon.circle-arrow-down:before {
  content: "\e220";
}
.glyphicon.play-button:before {
  content: "\e221";
}
.glyphicon.unshare:before {
  content: "\e222";
}
.glyphicon.share:before {
  content: "\e223";
}
.glyphicon.chevron-right:before {
  content: "\e224";
}
.glyphicon.chevron-left:before {
  content: "\e225";
}
.glyphicon.bluetooth:before {
  content: "\e226";
}
.glyphicon.euro:before {
  content: "\20ac";
}
.glyphicon.usd:before {
  content: "\e228";
}
.glyphicon.gbp:before {
  content: "\e229";
}
.glyphicon.retweet-2:before {
  content: "\e230";
}
.glyphicon.moon:before {
  content: "\e231";
}
.glyphicon.sun:before {
  content: "\2609";
}
.glyphicon.cloud:before {
  content: "\2601";
}
.glyphicon.direction:before {
  content: "\e234";
}
.glyphicon.brush:before {
  content: "\e235";
}
.glyphicon.pen:before {
  content: "\e236";
}
.glyphicon.zoom-in:before {
  content: "\e237";
}
.glyphicon.zoom-out:before {
  content: "\e238";
}
.glyphicon.pin:before {
  content: "\e239";
}
.glyphicon.albums:before {
  content: "\e240";
}
.glyphicon.rotation-lock:before {
  content: "\e241";
}
.glyphicon.flash:before {
  content: "\e242";
}
.glyphicon.google-maps:before {
  content: "\e243";
}
.glyphicon.anchor:before {
  content: "\2693";
}
.glyphicon.conversation:before {
  content: "\e245";
}
.glyphicon.chat:before {
  content: "\e246";
}
.glyphicon.male:before {
  content: "\e247";
}
.glyphicon.female:before {
  content: "\e248";
}
.glyphicon.asterisk:before {
  content: "*";
}
.glyphicon.divide:before {
  content: "\f7";
}
.glyphicon.snorkel-diving:before {
  content: "\e251";
}
.glyphicon.scuba-diving:before {
  content: "\e252";
}
.glyphicon.oxygen-bottle:before {
  content: "\e253";
}
.glyphicon.fins:before {
  content: "\e254";
}
.glyphicon.fishes:before {
  content: "\e255";
}
.glyphicon.boat:before {
  content: "\e256";
}
.glyphicon.delete:before {
  content: "\e257";
}
.glyphicon.sheriffs-star:before {
  content: "\e258";
}
.glyphicon.qrcode:before {
  content: "\e259";
}
.glyphicon.barcode:before {
  content: "\e260";
}
.glyphicon.pool:before {
  content: "\e261";
}
.glyphicon.buoy:before {
  content: "\e262";
}
.glyphicon.spade:before {
  content: "\e263";
}
.glyphicon.bank:before {
  content: "\e264";
}
.glyphicon.vcard:before {
  content: "\e265";
}
.glyphicon.electrical-plug:before {
  content: "\e266";
}
.glyphicon.flag:before {
  content: "\e267";
}
.glyphicon.credit-card:before {
  content: "\e268";
}
.glyphicon.keyboard-wireless:before {
  content: "\e269";
}
.glyphicon.keyboard-wired:before {
  content: "\e270";
}
.glyphicon.shield:before {
  content: "\e271";
}
.glyphicon.ring:before {
  content: "\2da";
}
.glyphicon.cake:before {
  content: "\e273";
}
.glyphicon.drink:before {
  content: "\e274";
}
.glyphicon.beer:before {
  content: "\e275";
}
.glyphicon.fast-food:before {
  content: "\e276";
}
.glyphicon.cutlery:before {
  content: "\e277";
}
.glyphicon.pizza:before {
  content: "\e278";
}
.glyphicon.birthday-cake:before {
  content: "\e279";
}
.glyphicon.tablet:before {
  content: "\e280";
}
.glyphicon.settings:before {
  content: "\e281";
}
.glyphicon.bullets:before {
  content: "\e282";
}
.glyphicon.cardio:before {
  content: "\e283";
}
.glyphicon.t-shirt:before {
  content: "\e284";
}
.glyphicon.pants:before {
  content: "\e285";
}
.glyphicon.sweater:before {
  content: "\e286";
}
.glyphicon.fabric:before {
  content: "\e287";
}
.glyphicon.leather:before {
  content: "\e288";
}
.glyphicon.scissors:before {
  content: "\e289";
}
.glyphicon.bomb:before {
  content: "\e290";
}
.glyphicon.skull:before {
  content: "\e291";
}
.glyphicon.celebration:before {
  content: "\e292";
}
.glyphicon.tea-kettle:before {
  content: "\e293";
}
.glyphicon.french-press:before {
  content: "\e294";
}
.glyphicon.coffee-cup:before {
  content: "\e295";
}
.glyphicon.pot:before {
  content: "\e296";
}
.glyphicon.grater:before {
  content: "\e297";
}
.glyphicon.kettle:before {
  content: "\e298";
}
.glyphicon.hospital:before {
  content: "\e299";
}
.glyphicon.hospital-h:before {
  content: "\e300";
}
.glyphicon.microphone:before {
  content: "\e301";
}
.glyphicon.webcam:before {
  content: "\e302";
}
.glyphicon.temple-christianity-church:before {
  content: "\e303";
}
.glyphicon.temple-islam:before {
  content: "\e304";
}
.glyphicon.temple-hindu:before {
  content: "\e305";
}
.glyphicon.temple-buddhist:before {
  content: "\e306";
}
.glyphicon.bicycle:before {
  content: "\e307";
}
.glyphicon.life-preserver:before {
  content: "\e308";
}
.glyphicon.share-alt:before {
  content: "\e309";
}
.glyphicon.comments:before {
  content: "\e310";
}
.glyphicon.flower:before {
  content: "\2698";
}
.glyphicon.baseball:before {
  content: "\26be";
}
.glyphicon.rugby:before {
  content: "\e313";
}
.glyphicon.ax:before {
  content: "\e314";
}
.glyphicon.table-tennis:before {
  content: "\e315";
}
.glyphicon.bowling:before {
  content: "\e316";
}
.glyphicon.tree-conifer:before {
  content: "\e317";
}
.glyphicon.tree-deciduous:before {
  content: "\e318";
}
.glyphicon.more-items:before {
  content: "\e319";
}
.glyphicon.sort:before {
  content: "\e320";
}
.glyphicon.filter:before {
  content: "\e321";
}
.glyphicon.gamepad:before {
  content: "\e322";
}
.glyphicon.playing-dices:before {
  content: "\e323";
}
.glyphicon.calculator:before {
  content: "\e324";
}
.glyphicon.tie:before {
  content: "\e325";
}
.glyphicon.wallet:before {
  content: "\e326";
}
.glyphicon.piano:before {
  content: "\e327";
}
.glyphicon.sampler:before {
  content: "\e328";
}
.glyphicon.podium:before {
  content: "\e329";
}
.glyphicon.soccer-ball:before {
  content: "\e330";
}
.glyphicon.blog:before {
  content: "\e331";
}
.glyphicon.dashboard:before {
  content: "\e332";
}
.glyphicon.certificate:before {
  content: "\e333";
}
.glyphicon.bell:before {
  content: "\e334";
}
.glyphicon.candle:before {
  content: "\e335";
}
.glyphicon.pushpin:before {
  content: "\e336";
}
.glyphicon.iphone-shake:before {
  content: "\e337";
}
.glyphicon.pin-flag:before {
  content: "\e338";
}
.glyphicon.turtle:before {
  content: "\e339";
}
.glyphicon.rabbit:before {
  content: "\e340";
}
.glyphicon.globe:before {
  content: "\e341";
}
.glyphicon.briefcase:before {
  content: "\e342";
}
.glyphicon.hdd:before {
  content: "\e343";
}
.glyphicon.thumbs-up:before {
  content: "\e344";
}
.glyphicon.thumbs-down:before {
  content: "\e345";
}
.glyphicon.hand-right:before {
  content: "\e346";
}
.glyphicon.hand-left:before {
  content: "\e347";
}
.glyphicon.hand-up:before {
  content: "\e348";
}
.glyphicon.hand-down:before {
  content: "\e349";
}
.glyphicon.fullscreen:before {
  content: "\e350";
}
.glyphicon.shopping-bag:before {
  content: "\e351";
}
.glyphicon.book-open:before {
  content: "\e352";
}
.glyphicon.nameplate:before {
  content: "\e353";
}
.glyphicon.nameplate-alt:before {
  content: "\e354";
}
.glyphicon.vases:before {
  content: "\e355";
}
.glyphicon.bullhorn:before {
  content: "\e356";
}
.glyphicon.dumbbell:before {
  content: "\e357";
}
.glyphicon.suitcase:before {
  content: "\e358";
}
.glyphicon.file-import:before {
  content: "\e359";
}
.glyphicon.file-export:before {
  content: "\e360";
}
.glyphicon.bug:before {
  content: "\e361";
}
.glyphicon.crown:before {
  content: "\e362";
}
.glyphicon.smoking:before {
  content: "\e363";
}
.glyphicon.cloud-download:before {
  content: "\e364";
}
.glyphicon.cloud-upload:before {
  content: "\e365";
}
.glyphicon.restart:before {
  content: "\e366";
}
.glyphicon.security-camera:before {
  content: "\e367";
}
.glyphicon.expand:before {
  content: "\e368";
}
.glyphicon.collapse:before {
  content: "\e369";
}
.glyphicon.collapse-top:before {
  content: "\e370";
}
.glyphicon.globe-af:before {
  content: "\e371";
}
.glyphicon.global:before {
  content: "\e372";
}
.glyphicon.spray:before {
  content: "\e373";
}
.glyphicon.nails:before {
  content: "\e374";
}
.glyphicon.claw-hammer:before {
  content: "\e375";
}
.glyphicon.classic-hammer:before {
  content: "\e376";
}
.glyphicon.hand-saw:before {
  content: "\e377";
}
.glyphicon.riflescope:before {
  content: "\e378";
}
.glyphicon.electrical-socket-eu:before {
  content: "\e379";
}
.glyphicon.electrical-socket-us:before {
  content: "\e380";
}
.glyphicon.message-forward:before {
  content: "\e381";
}
.glyphicon.coat-hanger:before {
  content: "\e382";
}
.glyphicon.dress:before {
  content: "\e383";
}
.glyphicon.bathrobe:before {
  content: "\e384";
}
.glyphicon.shirt:before {
  content: "\e385";
}
.glyphicon.underwear:before {
  content: "\e386";
}
.glyphicon.log-in:before {
  content: "\e387";
}
.glyphicon.log-out:before {
  content: "\e388";
}
.glyphicon.exit:before {
  content: "\e389";
}
.glyphicon.new-window-alt:before {
  content: "\e390";
}
.glyphicon.video-sd:before {
  content: "\e391";
}
.glyphicon.video-hd:before {
  content: "\e392";
}
.glyphicon.subtitles:before {
  content: "\e393";
}
.glyphicon.sound-stereo:before {
  content: "\e394";
}
.glyphicon.sound-dolby:before {
  content: "\e395";
}
.glyphicon.sound-5-1:before {
  content: "\e396";
}
.glyphicon.sound-6-1:before {
  content: "\e397";
}
.glyphicon.sound-7-1:before {
  content: "\e398";
}
.glyphicon.copyright-mark:before {
  content: "\e399";
}
.glyphicon.registration-mark:before {
  content: "\e400";
}
.glyphicon.radar:before {
  content: "\e401";
}
.glyphicon.skateboard:before {
  content: "\e402";
}
.glyphicon.golf-course:before {
  content: "\e403";
}
.glyphicon.sorting:before {
  content: "\e404";
}
.glyphicon.sort-by-alphabet:before {
  content: "\e405";
}
.glyphicon.sort-by-alphabet-alt:before {
  content: "\e406";
}
.glyphicon.sort-by-order:before {
  content: "\e407";
}
.glyphicon.sort-by-order-alt:before {
  content: "\e408";
}
.glyphicon.sort-by-attributes:before {
  content: "\e409";
}
.glyphicon.sort-by-attributes-alt:before {
  content: "\e410";
}
.glyphicon.compressed:before {
  content: "\e411";
}
.glyphicon.package:before {
  content: "\e412";
}
.glyphicon.cloud-plus:before {
  content: "\e413";
}
.glyphicon.cloud-minus:before {
  content: "\e414";
}
.glyphicon.disk-save:before {
  content: "\e415";
}
.glyphicon.disk-open:before {
  content: "\e416";
}
.glyphicon.disk-saved:before {
  content: "\e417";
}
.glyphicon.disk-remove:before {
  content: "\e418";
}
.glyphicon.disk-import:before {
  content: "\e419";
}
.glyphicon.disk-export:before {
  content: "\e420";
}
.glyphicon.tower:before {
  content: "\e421";
}
.glyphicon.send:before {
  content: "\e422";
}
.glyphicon.git-branch:before {
  content: "\e423";
}
.glyphicon.git-create:before {
  content: "\e424";
}
.glyphicon.git-private:before {
  content: "\e425";
}
.glyphicon.git-delete:before {
  content: "\e426";
}
.glyphicon.git-merge:before {
  content: "\e427";
}
.glyphicon.git-pull-request:before {
  content: "\e428";
}
.glyphicon.git-compare:before {
  content: "\e429";
}
.glyphicon.git-commit:before {
  content: "\e430";
}
.glyphicon.construction-cone:before {
  content: "\e431";
}
.glyphicon.shoe-steps:before {
  content: "\e432";
}
.glyphicon.plus:before {
  content: "+";
}
.glyphicon.minus:before {
  content: "\2212";
}
.glyphicon.redo:before {
  content: "\e435";
}
.glyphicon.undo:before {
  content: "\e436";
}
.glyphicon.golf:before {
  content: "\e437";
}
.glyphicon.hockey:before {
  content: "\e438";
}
.glyphicon.pipe:before {
  content: "\e439";
}
.glyphicon.wrench:before {
  content: "\e440";
}
.glyphicon.folder-closed:before {
  content: "\e441";
}
.glyphicon.phone-alt:before {
  content: "\e442";
}
.glyphicon.earphone:before {
  content: "\e443";
}
.glyphicon.floppy-disk:before {
  content: "\e444";
}
.glyphicon.floppy-saved:before {
  content: "\e445";
}
.glyphicon.floppy-remove:before {
  content: "\e446";
}
.glyphicon.floppy-save:before {
  content: "\e447";
}
.glyphicon.floppy-open:before {
  content: "\e448";
}
.glyphicon.translate:before {
  content: "\e449";
}
.glyphicon.fax:before {
  content: "\e450";
}
.glyphicon.factory:before {
  content: "\e451";
}
.glyphicon.shop-window:before {
  content: "\e452";
}
.glyphicon.shop:before {
  content: "\e453";
}
.glyphicon.kiosk:before {
  content: "\e454";
}
.glyphicon.kiosk-wheels:before {
  content: "\e455";
}
.glyphicon.kiosk-light:before {
  content: "\e456";
}
.glyphicon.kiosk-food:before {
  content: "\e457";
}
.glyphicon.transfer:before {
  content: "\e458";
}
.glyphicon.money:before {
  content: "\e459";
}
.glyphicon.header:before {
  content: "\e460";
}
.glyphicon.blacksmith:before {
  content: "\e461";
}
.glyphicon.saw-blade:before {
  content: "\e462";
}
.glyphicon.basketball:before {
  content: "\e463";
}
.glyphicon.server:before {
  content: "\e464";
}
.glyphicon.server-plus:before {
  content: "\e465";
}
.glyphicon.server-minus:before {
  content: "\e466";
}
.glyphicon.server-ban:before {
  content: "\e467";
}
.glyphicon.server-flag:before {
  content: "\e468";
}
.glyphicon.server-lock:before {
  content: "\e469";
}
.glyphicon.server-new:before {
  content: "\e470";
}
.glyphicon-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 0 8px 0 0;
  line-height: 1;
  vertical-align: text-top;
  background-image: url("./media/glyphicons-AGCE5LWH.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  vertical-align: top;
  display: inline;
  zoom: 1;
  margin-right: 0.3em;
}
.glyphicon-icon _:-o-prefocus,
.glyphicon-icon {
  background-image: url("./media/glyphicons-BSXRASEK.png");
}
.no-inlinesvg .glyphicon-icon {
  background-image: url("./media/glyphicons-BSXRASEK.png");
}
.glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-PKBSK6QB.svg");
}
.glyphicon-icon.white:-o-prefocus,
.glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-IS235O64.png");
}
.no-inlinesvg .glyphicon-icon.white {
  background-image: url("./media/glyphicons-white-IS235O64.png");
}
.glyphicon-icon.glass {
  background-position: 4px 11px;
}
.glyphicon-icon.leaf {
  background-position: -44px 11px;
}
.glyphicon-icon.dog {
  background-position: -92px 11px;
}
.glyphicon-icon.user {
  background-position: -140px 11px;
}
.glyphicon-icon.girl {
  background-position: -188px 11px;
}
.glyphicon-icon.car {
  background-position: -236px 11px;
}
.glyphicon-icon.user-add {
  background-position: -284px 11px;
}
.glyphicon-icon.user-remove {
  background-position: -332px 11px;
}
.glyphicon-icon.film {
  background-position: -380px 11px;
}
.glyphicon-icon.magic {
  background-position: -428px 11px;
}
.glyphicon-icon.envelope {
  background-position: 4px -37px;
}
.glyphicon-icon.camera {
  background-position: -44px -37px;
}
.glyphicon-icon.heart {
  background-position: -92px -37px;
}
.glyphicon-icon.beach-umbrella {
  background-position: -140px -37px;
}
.glyphicon-icon.train {
  background-position: -188px -37px;
}
.glyphicon-icon.print {
  background-position: -236px -37px;
}
.glyphicon-icon.bin {
  background-position: -284px -37px;
}
.glyphicon-icon.music {
  background-position: -332px -37px;
}
.glyphicon-icon.note {
  background-position: -380px -37px;
}
.glyphicon-icon.heart-empty {
  background-position: -428px -37px;
}
.glyphicon-icon.home {
  background-position: 4px -85px;
}
.glyphicon-icon.snowflake {
  background-position: -44px -85px;
}
.glyphicon-icon.fire {
  background-position: -92px -85px;
}
.glyphicon-icon.magnet {
  background-position: -140px -85px;
}
.glyphicon-icon.parents {
  background-position: -188px -85px;
}
.glyphicon-icon.binoculars {
  background-position: -236px -85px;
}
.glyphicon-icon.road {
  background-position: -284px -85px;
}
.glyphicon-icon.search {
  background-position: -332px -85px;
}
.glyphicon-icon.cars {
  background-position: -380px -85px;
}
.glyphicon-icon.notes-2 {
  background-position: -428px -85px;
}
.glyphicon-icon.pencil {
  background-position: 4px -133px;
}
.glyphicon-icon.bus {
  background-position: -44px -133px;
}
.glyphicon-icon.wifi-alt {
  background-position: -92px -133px;
}
.glyphicon-icon.luggage {
  background-position: -140px -133px;
}
.glyphicon-icon.old-man {
  background-position: -188px -133px;
}
.glyphicon-icon.woman {
  background-position: -236px -133px;
}
.glyphicon-icon.file {
  background-position: -284px -133px;
}
.glyphicon-icon.coins {
  background-position: -332px -133px;
}
.glyphicon-icon.airplane {
  background-position: -380px -133px;
}
.glyphicon-icon.notes {
  background-position: -428px -133px;
}
.glyphicon-icon.stats {
  background-position: 4px -181px;
}
.glyphicon-icon.charts {
  background-position: -44px -181px;
}
.glyphicon-icon.pie-chart {
  background-position: -92px -181px;
}
.glyphicon-icon.group {
  background-position: -140px -181px;
}
.glyphicon-icon.keys {
  background-position: -188px -181px;
}
.glyphicon-icon.calendar {
  background-position: -236px -181px;
}
.glyphicon-icon.router {
  background-position: -284px -181px;
}
.glyphicon-icon.camera-small {
  background-position: -332px -181px;
}
.glyphicon-icon.dislikes {
  background-position: -380px -181px;
}
.glyphicon-icon.star {
  background-position: -428px -181px;
}
.glyphicon-icon.link {
  background-position: 4px -229px;
}
.glyphicon-icon.eye-open {
  background-position: -44px -229px;
}
.glyphicon-icon.eye-close {
  background-position: -92px -229px;
}
.glyphicon-icon.alarm {
  background-position: -140px -229px;
}
.glyphicon-icon.clock {
  background-position: -188px -229px;
}
.glyphicon-icon.stopwatch {
  background-position: -236px -229px;
}
.glyphicon-icon.projector {
  background-position: -284px -229px;
}
.glyphicon-icon.history {
  background-position: -332px -229px;
}
.glyphicon-icon.truck {
  background-position: -380px -229px;
}
.glyphicon-icon.cargo {
  background-position: -428px -229px;
}
.glyphicon-icon.compass {
  background-position: 4px -277px;
}
.glyphicon-icon.keynote {
  background-position: -44px -277px;
}
.glyphicon-icon.paperclip {
  background-position: -92px -277px;
}
.glyphicon-icon.power {
  background-position: -140px -277px;
}
.glyphicon-icon.lightbulb {
  background-position: -188px -277px;
}
.glyphicon-icon.tag {
  background-position: -236px -277px;
}
.glyphicon-icon.tags {
  background-position: -284px -277px;
}
.glyphicon-icon.cleaning {
  background-position: -332px -277px;
}
.glyphicon-icon.ruller {
  background-position: -380px -277px;
}
.glyphicon-icon.gift {
  background-position: -428px -277px;
}
.glyphicon-icon.umbrella {
  background-position: 4px -325px;
}
.glyphicon-icon.book {
  background-position: -44px -325px;
}
.glyphicon-icon.bookmark {
  background-position: -92px -325px;
}
.glyphicon-icon.wifi {
  background-position: -140px -325px;
}
.glyphicon-icon.cup {
  background-position: -188px -325px;
}
.glyphicon-icon.stroller {
  background-position: -236px -325px;
}
.glyphicon-icon.headphones {
  background-position: -284px -325px;
}
.glyphicon-icon.headset {
  background-position: -332px -325px;
}
.glyphicon-icon.warning-sign {
  background-position: -380px -325px;
}
.glyphicon-icon.signal {
  background-position: -428px -325px;
}
.glyphicon-icon.retweet {
  background-position: 4px -373px;
}
.glyphicon-icon.refresh {
  background-position: -44px -373px;
}
.glyphicon-icon.roundabout {
  background-position: -92px -373px;
}
.glyphicon-icon.random {
  background-position: -140px -373px;
}
.glyphicon-icon.heat {
  background-position: -188px -373px;
}
.glyphicon-icon.repeat {
  background-position: -236px -373px;
}
.glyphicon-icon.display {
  background-position: -284px -373px;
}
.glyphicon-icon.log-book {
  background-position: -332px -373px;
}
.glyphicon-icon.address-book {
  background-position: -380px -373px;
}
.glyphicon-icon.building {
  background-position: -428px -373px;
}
.glyphicon-icon.eyedropper {
  background-position: 4px -421px;
}
.glyphicon-icon.adjust {
  background-position: -44px -421px;
}
.glyphicon-icon.tint {
  background-position: -92px -421px;
}
.glyphicon-icon.crop {
  background-position: -140px -421px;
}
.glyphicon-icon.vector-path-square {
  background-position: -188px -421px;
}
.glyphicon-icon.vector-path-circle {
  background-position: -236px -421px;
}
.glyphicon-icon.vector-path-polygon {
  background-position: -284px -421px;
}
.glyphicon-icon.vector-path-line {
  background-position: -332px -421px;
}
.glyphicon-icon.vector-path-curve {
  background-position: -380px -421px;
}
.glyphicon-icon.vector-path-all {
  background-position: -428px -421px;
}
.glyphicon-icon.font {
  background-position: 4px -469px;
}
.glyphicon-icon.italic {
  background-position: -44px -469px;
}
.glyphicon-icon.bold {
  background-position: -92px -469px;
}
.glyphicon-icon.text-underline {
  background-position: -140px -469px;
}
.glyphicon-icon.text-strike {
  background-position: -188px -469px;
}
.glyphicon-icon.text-height {
  background-position: -236px -469px;
}
.glyphicon-icon.text-width {
  background-position: -284px -469px;
}
.glyphicon-icon.text-resize {
  background-position: -332px -469px;
}
.glyphicon-icon.left-indent {
  background-position: -380px -469px;
}
.glyphicon-icon.right-indent {
  background-position: -428px -469px;
}
.glyphicon-icon.align-left {
  background-position: 4px -517px;
}
.glyphicon-icon.align-center {
  background-position: -44px -517px;
}
.glyphicon-icon.align-right {
  background-position: -92px -517px;
}
.glyphicon-icon.justify {
  background-position: -140px -517px;
}
.glyphicon-icon.list {
  background-position: -188px -517px;
}
.glyphicon-icon.text-smaller {
  background-position: -236px -517px;
}
.glyphicon-icon.text-bigger {
  background-position: -284px -517px;
}
.glyphicon-icon.embed {
  background-position: -332px -517px;
}
.glyphicon-icon.embed-close {
  background-position: -380px -517px;
}
.glyphicon-icon.table {
  background-position: -428px -517px;
}
.glyphicon-icon.message-full {
  background-position: 4px -565px;
}
.glyphicon-icon.message-empty {
  background-position: -44px -565px;
}
.glyphicon-icon.message-in {
  background-position: -92px -565px;
}
.glyphicon-icon.message-out {
  background-position: -140px -565px;
}
.glyphicon-icon.message-plus {
  background-position: -188px -565px;
}
.glyphicon-icon.message-minus {
  background-position: -236px -565px;
}
.glyphicon-icon.message-ban {
  background-position: -284px -565px;
}
.glyphicon-icon.message-flag {
  background-position: -332px -565px;
}
.glyphicon-icon.message-lock {
  background-position: -380px -565px;
}
.glyphicon-icon.message-new {
  background-position: -428px -565px;
}
.glyphicon-icon.inbox {
  background-position: 4px -613px;
}
.glyphicon-icon.inbox-plus {
  background-position: -44px -613px;
}
.glyphicon-icon.inbox-minus {
  background-position: -92px -613px;
}
.glyphicon-icon.inbox-lock {
  background-position: -140px -613px;
}
.glyphicon-icon.inbox-in {
  background-position: -188px -613px;
}
.glyphicon-icon.inbox-out {
  background-position: -236px -613px;
}
.glyphicon-icon.cogwheel {
  background-position: -284px -613px;
}
.glyphicon-icon.cogwheels {
  background-position: -332px -613px;
}
.glyphicon-icon.picture {
  background-position: -380px -613px;
}
.glyphicon-icon.adjust-alt {
  background-position: -428px -613px;
}
.glyphicon-icon.database-lock {
  background-position: 4px -661px;
}
.glyphicon-icon.database-plus {
  background-position: -44px -661px;
}
.glyphicon-icon.database-minus {
  background-position: -92px -661px;
}
.glyphicon-icon.database-ban {
  background-position: -140px -661px;
}
.glyphicon-icon.folder-open {
  background-position: -188px -661px;
}
.glyphicon-icon.folder-plus {
  background-position: -236px -661px;
}
.glyphicon-icon.folder-minus {
  background-position: -284px -661px;
}
.glyphicon-icon.folder-lock {
  background-position: -332px -661px;
}
.glyphicon-icon.folder-flag {
  background-position: -380px -661px;
}
.glyphicon-icon.folder-new {
  background-position: -428px -661px;
}
.glyphicon-icon.edit {
  background-position: 4px -709px;
}
.glyphicon-icon.new-window {
  background-position: -44px -709px;
}
.glyphicon-icon.check {
  background-position: -92px -709px;
}
.glyphicon-icon.unchecked {
  background-position: -140px -709px;
}
.glyphicon-icon.more-windows {
  background-position: -188px -709px;
}
.glyphicon-icon.show-big-thumbnails {
  background-position: -236px -709px;
}
.glyphicon-icon.show-thumbnails {
  background-position: -284px -709px;
}
.glyphicon-icon.show-thumbnails-with-lines {
  background-position: -332px -709px;
}
.glyphicon-icon.show-lines {
  background-position: -380px -709px;
}
.glyphicon-icon.playlist {
  background-position: -428px -709px;
}
.glyphicon-icon.imac {
  background-position: 4px -757px;
}
.glyphicon-icon.macbook {
  background-position: -44px -757px;
}
.glyphicon-icon.ipad {
  background-position: -92px -757px;
}
.glyphicon-icon.iphone {
  background-position: -140px -757px;
}
.glyphicon-icon.iphone-transfer {
  background-position: -188px -757px;
}
.glyphicon-icon.iphone-exchange {
  background-position: -236px -757px;
}
.glyphicon-icon.ipod {
  background-position: -284px -757px;
}
.glyphicon-icon.ipod-shuffle {
  background-position: -332px -757px;
}
.glyphicon-icon.ear-plugs {
  background-position: -380px -757px;
}
.glyphicon-icon.record {
  background-position: -428px -757px;
}
.glyphicon-icon.step-backward {
  background-position: 4px -805px;
}
.glyphicon-icon.fast-backward {
  background-position: -44px -805px;
}
.glyphicon-icon.rewind {
  background-position: -92px -805px;
}
.glyphicon-icon.play {
  background-position: -140px -805px;
}
.glyphicon-icon.pause {
  background-position: -188px -805px;
}
.glyphicon-icon.stop {
  background-position: -236px -805px;
}
.glyphicon-icon.forward {
  background-position: -284px -805px;
}
.glyphicon-icon.fast-forward {
  background-position: -332px -805px;
}
.glyphicon-icon.step-forward {
  background-position: -380px -805px;
}
.glyphicon-icon.eject {
  background-position: -428px -805px;
}
.glyphicon-icon.facetime-video {
  background-position: 4px -853px;
}
.glyphicon-icon.download-alt {
  background-position: -44px -853px;
}
.glyphicon-icon.mute {
  background-position: -92px -853px;
}
.glyphicon-icon.volume-down {
  background-position: -140px -853px;
}
.glyphicon-icon.volume-up {
  background-position: -188px -853px;
}
.glyphicon-icon.screenshot {
  background-position: -236px -853px;
}
.glyphicon-icon.move {
  background-position: -284px -853px;
}
.glyphicon-icon.more {
  background-position: -332px -853px;
}
.glyphicon-icon.brightness-reduce {
  background-position: -380px -853px;
}
.glyphicon-icon.brightness-increase {
  background-position: -428px -853px;
}
.glyphicon-icon.circle-plus {
  background-position: 4px -901px;
}
.glyphicon-icon.circle-minus {
  background-position: -44px -901px;
}
.glyphicon-icon.circle-remove {
  background-position: -92px -901px;
}
.glyphicon-icon.circle-ok {
  background-position: -140px -901px;
}
.glyphicon-icon.circle-question-mark {
  background-position: -188px -901px;
}
.glyphicon-icon.circle-info {
  background-position: -236px -901px;
}
.glyphicon-icon.circle-exclamation-mark {
  background-position: -284px -901px;
}
.glyphicon-icon.remove {
  background-position: -332px -901px;
}
.glyphicon-icon.ok {
  background-position: -380px -901px;
}
.glyphicon-icon.ban {
  background-position: -428px -901px;
}
.glyphicon-icon.download {
  background-position: 4px -949px;
}
.glyphicon-icon.upload {
  background-position: -44px -949px;
}
.glyphicon-icon.shopping-cart {
  background-position: -92px -949px;
}
.glyphicon-icon.lock {
  background-position: -140px -949px;
}
.glyphicon-icon.unlock {
  background-position: -188px -949px;
}
.glyphicon-icon.electricity {
  background-position: -236px -949px;
}
.glyphicon-icon.ok-2 {
  background-position: -284px -949px;
}
.glyphicon-icon.remove-2 {
  background-position: -332px -949px;
}
.glyphicon-icon.cart-out {
  background-position: -380px -949px;
}
.glyphicon-icon.cart-in {
  background-position: -428px -949px;
}
.glyphicon-icon.left-arrow {
  background-position: 4px -997px;
}
.glyphicon-icon.right-arrow {
  background-position: -44px -997px;
}
.glyphicon-icon.down-arrow {
  background-position: -92px -997px;
}
.glyphicon-icon.up-arrow {
  background-position: -140px -997px;
}
.glyphicon-icon.resize-small {
  background-position: -188px -997px;
}
.glyphicon-icon.resize-full {
  background-position: -236px -997px;
}
.glyphicon-icon.circle-arrow-left {
  background-position: -284px -997px;
}
.glyphicon-icon.circle-arrow-right {
  background-position: -332px -997px;
}
.glyphicon-icon.circle-arrow-top {
  background-position: -380px -997px;
}
.glyphicon-icon.circle-arrow-down {
  background-position: -428px -997px;
}
.glyphicon-icon.play-button {
  background-position: 4px -1045px;
}
.glyphicon-icon.unshare {
  background-position: -44px -1045px;
}
.glyphicon-icon.share {
  background-position: -92px -1045px;
}
.glyphicon-icon.chevron-right {
  background-position: -140px -1045px;
}
.glyphicon-icon.chevron-left {
  background-position: -188px -1045px;
}
.glyphicon-icon.bluetooth {
  background-position: -236px -1045px;
}
.glyphicon-icon.euro {
  background-position: -284px -1045px;
}
.glyphicon-icon.usd {
  background-position: -332px -1045px;
}
.glyphicon-icon.gbp {
  background-position: -380px -1045px;
}
.glyphicon-icon.retweet-2 {
  background-position: -428px -1045px;
}
.glyphicon-icon.moon {
  background-position: 4px -1093px;
}
.glyphicon-icon.sun {
  background-position: -44px -1093px;
}
.glyphicon-icon.cloud {
  background-position: -92px -1093px;
}
.glyphicon-icon.direction {
  background-position: -140px -1093px;
}
.glyphicon-icon.brush {
  background-position: -188px -1093px;
}
.glyphicon-icon.pen {
  background-position: -236px -1093px;
}
.glyphicon-icon.zoom-in {
  background-position: -284px -1093px;
}
.glyphicon-icon.zoom-out {
  background-position: -332px -1093px;
}
.glyphicon-icon.pin {
  background-position: -380px -1093px;
}
.glyphicon-icon.albums {
  background-position: -428px -1093px;
}
.glyphicon-icon.rotation-lock {
  background-position: 4px -1141px;
}
.glyphicon-icon.flash {
  background-position: -44px -1141px;
}
.glyphicon-icon.google-maps {
  background-position: -92px -1141px;
}
.glyphicon-icon.anchor {
  background-position: -140px -1141px;
}
.glyphicon-icon.conversation {
  background-position: -188px -1141px;
}
.glyphicon-icon.chat {
  background-position: -236px -1141px;
}
.glyphicon-icon.male {
  background-position: -284px -1141px;
}
.glyphicon-icon.female {
  background-position: -332px -1141px;
}
.glyphicon-icon.asterisk {
  background-position: -380px -1141px;
}
.glyphicon-icon.divide {
  background-position: -428px -1141px;
}
.glyphicon-icon.snorkel-diving {
  background-position: 4px -1189px;
}
.glyphicon-icon.scuba-diving {
  background-position: -44px -1189px;
}
.glyphicon-icon.oxygen-bottle {
  background-position: -92px -1189px;
}
.glyphicon-icon.fins {
  background-position: -140px -1189px;
}
.glyphicon-icon.fishes {
  background-position: -188px -1189px;
}
.glyphicon-icon.boat {
  background-position: -236px -1189px;
}
.glyphicon-icon.delete {
  background-position: -284px -1189px;
}
.glyphicon-icon.sheriffs-star {
  background-position: -332px -1189px;
}
.glyphicon-icon.qrcode {
  background-position: -380px -1189px;
}
.glyphicon-icon.barcode {
  background-position: -428px -1189px;
}
.glyphicon-icon.pool {
  background-position: 4px -1237px;
}
.glyphicon-icon.buoy {
  background-position: -44px -1237px;
}
.glyphicon-icon.spade {
  background-position: -92px -1237px;
}
.glyphicon-icon.bank {
  background-position: -140px -1237px;
}
.glyphicon-icon.vcard {
  background-position: -188px -1237px;
}
.glyphicon-icon.electrical-plug {
  background-position: -236px -1237px;
}
.glyphicon-icon.flag {
  background-position: -284px -1237px;
}
.glyphicon-icon.credit-card {
  background-position: -332px -1237px;
}
.glyphicon-icon.keyboard-wireless {
  background-position: -380px -1237px;
}
.glyphicon-icon.keyboard-wired {
  background-position: -428px -1237px;
}
.glyphicon-icon.shield {
  background-position: 4px -1285px;
}
.glyphicon-icon.ring {
  background-position: -44px -1285px;
}
.glyphicon-icon.cake {
  background-position: -92px -1285px;
}
.glyphicon-icon.drink {
  background-position: -140px -1285px;
}
.glyphicon-icon.beer {
  background-position: -188px -1285px;
}
.glyphicon-icon.fast-food {
  background-position: -236px -1285px;
}
.glyphicon-icon.cutlery {
  background-position: -284px -1285px;
}
.glyphicon-icon.pizza {
  background-position: -332px -1285px;
}
.glyphicon-icon.birthday-cake {
  background-position: -380px -1285px;
}
.glyphicon-icon.tablet {
  background-position: -428px -1285px;
}
.glyphicon-icon.settings {
  background-position: 4px -1333px;
}
.glyphicon-icon.bullets {
  background-position: -44px -1333px;
}
.glyphicon-icon.cardio {
  background-position: -92px -1333px;
}
.glyphicon-icon.t-shirt {
  background-position: -140px -1333px;
}
.glyphicon-icon.pants {
  background-position: -188px -1333px;
}
.glyphicon-icon.sweater {
  background-position: -236px -1333px;
}
.glyphicon-icon.fabric {
  background-position: -284px -1333px;
}
.glyphicon-icon.leather {
  background-position: -332px -1333px;
}
.glyphicon-icon.scissors {
  background-position: -380px -1333px;
}
.glyphicon-icon.bomb {
  background-position: -428px -1333px;
}
.glyphicon-icon.skull {
  background-position: 4px -1381px;
}
.glyphicon-icon.celebration {
  background-position: -44px -1381px;
}
.glyphicon-icon.tea-kettle {
  background-position: -92px -1381px;
}
.glyphicon-icon.french-press {
  background-position: -140px -1381px;
}
.glyphicon-icon.coffee-cup {
  background-position: -188px -1381px;
}
.glyphicon-icon.pot {
  background-position: -236px -1381px;
}
.glyphicon-icon.grater {
  background-position: -284px -1381px;
}
.glyphicon-icon.kettle {
  background-position: -332px -1381px;
}
.glyphicon-icon.hospital {
  background-position: -380px -1381px;
}
.glyphicon-icon.hospital-h {
  background-position: -428px -1381px;
}
.glyphicon-icon.microphone {
  background-position: 4px -1429px;
}
.glyphicon-icon.webcam {
  background-position: -44px -1429px;
}
.glyphicon-icon.temple-christianity-church {
  background-position: -92px -1429px;
}
.glyphicon-icon.temple-islam {
  background-position: -140px -1429px;
}
.glyphicon-icon.temple-hindu {
  background-position: -188px -1429px;
}
.glyphicon-icon.temple-buddhist {
  background-position: -236px -1429px;
}
.glyphicon-icon.bicycle {
  background-position: -284px -1429px;
}
.glyphicon-icon.life-preserver {
  background-position: -332px -1429px;
}
.glyphicon-icon.share-alt {
  background-position: -380px -1429px;
}
.glyphicon-icon.comments {
  background-position: -428px -1429px;
}
.glyphicon-icon.flower {
  background-position: 4px -1477px;
}
.glyphicon-icon.baseball {
  background-position: -44px -1477px;
}
.glyphicon-icon.rugby {
  background-position: -92px -1477px;
}
.glyphicon-icon.ax {
  background-position: -140px -1477px;
}
.glyphicon-icon.table-tennis {
  background-position: -188px -1477px;
}
.glyphicon-icon.bowling {
  background-position: -236px -1477px;
}
.glyphicon-icon.tree-conifer {
  background-position: -284px -1477px;
}
.glyphicon-icon.tree-deciduous {
  background-position: -332px -1477px;
}
.glyphicon-icon.more-items {
  background-position: -380px -1477px;
}
.glyphicon-icon.sort {
  background-position: -428px -1477px;
}
.glyphicon-icon.filter {
  background-position: 4px -1525px;
}
.glyphicon-icon.gamepad {
  background-position: -44px -1525px;
}
.glyphicon-icon.playing-dices {
  background-position: -92px -1525px;
}
.glyphicon-icon.calculator {
  background-position: -140px -1525px;
}
.glyphicon-icon.tie {
  background-position: -188px -1525px;
}
.glyphicon-icon.wallet {
  background-position: -236px -1525px;
}
.glyphicon-icon.piano {
  background-position: -284px -1525px;
}
.glyphicon-icon.sampler {
  background-position: -332px -1525px;
}
.glyphicon-icon.podium {
  background-position: -380px -1525px;
}
.glyphicon-icon.soccer-ball {
  background-position: -428px -1525px;
}
.glyphicon-icon.blog {
  background-position: 4px -1573px;
}
.glyphicon-icon.dashboard {
  background-position: -44px -1573px;
}
.glyphicon-icon.certificate {
  background-position: -92px -1573px;
}
.glyphicon-icon.bell {
  background-position: -140px -1573px;
}
.glyphicon-icon.candle {
  background-position: -188px -1573px;
}
.glyphicon-icon.pushpin {
  background-position: -236px -1573px;
}
.glyphicon-icon.iphone-shake {
  background-position: -284px -1573px;
}
.glyphicon-icon.pin-flag {
  background-position: -332px -1573px;
}
.glyphicon-icon.turtle {
  background-position: -380px -1573px;
}
.glyphicon-icon.rabbit {
  background-position: -428px -1573px;
}
.glyphicon-icon.globe {
  background-position: 4px -1621px;
}
.glyphicon-icon.briefcase {
  background-position: -44px -1621px;
}
.glyphicon-icon.hdd {
  background-position: -92px -1621px;
}
.glyphicon-icon.thumbs-up {
  background-position: -140px -1621px;
}
.glyphicon-icon.thumbs-down {
  background-position: -188px -1621px;
}
.glyphicon-icon.hand-right {
  background-position: -236px -1621px;
}
.glyphicon-icon.hand-left {
  background-position: -284px -1621px;
}
.glyphicon-icon.hand-up {
  background-position: -332px -1621px;
}
.glyphicon-icon.hand-down {
  background-position: -380px -1621px;
}
.glyphicon-icon.fullscreen {
  background-position: -428px -1621px;
}
.glyphicon-icon.shopping-bag {
  background-position: 4px -1669px;
}
.glyphicon-icon.book-open {
  background-position: -44px -1669px;
}
.glyphicon-icon.nameplate {
  background-position: -92px -1669px;
}
.glyphicon-icon.nameplate-alt {
  background-position: -140px -1669px;
}
.glyphicon-icon.vases {
  background-position: -188px -1669px;
}
.glyphicon-icon.bullhorn {
  background-position: -236px -1669px;
}
.glyphicon-icon.dumbbell {
  background-position: -284px -1669px;
}
.glyphicon-icon.suitcase {
  background-position: -332px -1669px;
}
.glyphicon-icon.file-import {
  background-position: -380px -1669px;
}
.glyphicon-icon.file-export {
  background-position: -428px -1669px;
}
.glyphicon-icon.bug {
  background-position: 4px -1717px;
}
.glyphicon-icon.crown {
  background-position: -44px -1717px;
}
.glyphicon-icon.smoking {
  background-position: -92px -1717px;
}
.glyphicon-icon.cloud-download {
  background-position: -140px -1717px;
}
.glyphicon-icon.cloud-upload {
  background-position: -188px -1717px;
}
.glyphicon-icon.restart {
  background-position: -236px -1717px;
}
.glyphicon-icon.security-camera {
  background-position: -284px -1717px;
}
.glyphicon-icon.expand {
  background-position: -332px -1717px;
}
.glyphicon-icon.collapse {
  background-position: -380px -1717px;
}
.glyphicon-icon.collapse-top {
  background-position: -428px -1717px;
}
.glyphicon-icon.globe-af {
  background-position: 4px -1765px;
}
.glyphicon-icon.global {
  background-position: -44px -1765px;
}
.glyphicon-icon.spray {
  background-position: -92px -1765px;
}
.glyphicon-icon.nails {
  background-position: -140px -1765px;
}
.glyphicon-icon.claw-hammer {
  background-position: -188px -1765px;
}
.glyphicon-icon.classic-hammer {
  background-position: -236px -1765px;
}
.glyphicon-icon.hand-saw {
  background-position: -284px -1765px;
}
.glyphicon-icon.riflescope {
  background-position: -332px -1765px;
}
.glyphicon-icon.electrical-socket-eu {
  background-position: -380px -1765px;
}
.glyphicon-icon.electrical-socket-us {
  background-position: -428px -1765px;
}
.glyphicon-icon.message-forward {
  background-position: 4px -1813px;
}
.glyphicon-icon.coat-hanger {
  background-position: -44px -1813px;
}
.glyphicon-icon.dress {
  background-position: -92px -1813px;
}
.glyphicon-icon.bathrobe {
  background-position: -140px -1813px;
}
.glyphicon-icon.shirt {
  background-position: -188px -1813px;
}
.glyphicon-icon.underwear {
  background-position: -236px -1813px;
}
.glyphicon-icon.log-in {
  background-position: -284px -1813px;
}
.glyphicon-icon.log-out {
  background-position: -332px -1813px;
}
.glyphicon-icon.exit {
  background-position: -380px -1813px;
}
.glyphicon-icon.new-window-alt {
  background-position: -428px -1813px;
}
.glyphicon-icon.video-sd {
  background-position: 4px -1861px;
}
.glyphicon-icon.video-hd {
  background-position: -44px -1861px;
}
.glyphicon-icon.subtitles {
  background-position: -92px -1861px;
}
.glyphicon-icon.sound-stereo {
  background-position: -140px -1861px;
}
.glyphicon-icon.sound-dolby {
  background-position: -188px -1861px;
}
.glyphicon-icon.sound-5-1 {
  background-position: -236px -1861px;
}
.glyphicon-icon.sound-6-1 {
  background-position: -284px -1861px;
}
.glyphicon-icon.sound-7-1 {
  background-position: -332px -1861px;
}
.glyphicon-icon.copyright-mark {
  background-position: -380px -1861px;
}
.glyphicon-icon.registration-mark {
  background-position: -428px -1861px;
}
.glyphicon-icon.radar {
  background-position: 4px -1909px;
}
.glyphicon-icon.skateboard {
  background-position: -44px -1909px;
}
.glyphicon-icon.golf-course {
  background-position: -92px -1909px;
}
.glyphicon-icon.sorting {
  background-position: -140px -1909px;
}
.glyphicon-icon.sort-by-alphabet {
  background-position: -188px -1909px;
}
.glyphicon-icon.sort-by-alphabet-alt {
  background-position: -236px -1909px;
}
.glyphicon-icon.sort-by-order {
  background-position: -284px -1909px;
}
.glyphicon-icon.sort-by-order-alt {
  background-position: -332px -1909px;
}
.glyphicon-icon.sort-by-attributes {
  background-position: -380px -1909px;
}
.glyphicon-icon.sort-by-attributes-alt {
  background-position: -428px -1909px;
}
.glyphicon-icon.compressed {
  background-position: 4px -1957px;
}
.glyphicon-icon.package {
  background-position: -44px -1957px;
}
.glyphicon-icon.cloud-plus {
  background-position: -92px -1957px;
}
.glyphicon-icon.cloud-minus {
  background-position: -140px -1957px;
}
.glyphicon-icon.disk-save {
  background-position: -188px -1957px;
}
.glyphicon-icon.disk-open {
  background-position: -236px -1957px;
}
.glyphicon-icon.disk-saved {
  background-position: -284px -1957px;
}
.glyphicon-icon.disk-remove {
  background-position: -332px -1957px;
}
.glyphicon-icon.disk-import {
  background-position: -380px -1957px;
}
.glyphicon-icon.disk-export {
  background-position: -428px -1957px;
}
.glyphicon-icon.tower {
  background-position: 4px -2005px;
}
.glyphicon-icon.send {
  background-position: -44px -2005px;
}
.glyphicon-icon.git-branch {
  background-position: -92px -2005px;
}
.glyphicon-icon.git-create {
  background-position: -140px -2005px;
}
.glyphicon-icon.git-private {
  background-position: -188px -2005px;
}
.glyphicon-icon.git-delete {
  background-position: -236px -2005px;
}
.glyphicon-icon.git-merge {
  background-position: -284px -2005px;
}
.glyphicon-icon.git-pull-request {
  background-position: -332px -2005px;
}
.glyphicon-icon.git-compare {
  background-position: -380px -2005px;
}
.glyphicon-icon.git-commit {
  background-position: -428px -2005px;
}
.glyphicon-icon.construction-cone {
  background-position: 4px -2053px;
}
.glyphicon-icon.shoe-steps {
  background-position: -44px -2053px;
}
.glyphicon-icon.plus {
  background-position: -92px -2053px;
}
.glyphicon-icon.minus {
  background-position: -140px -2053px;
}
.glyphicon-icon.redo {
  background-position: -188px -2053px;
}
.glyphicon-icon.undo {
  background-position: -236px -2053px;
}
.glyphicon-icon.golf {
  background-position: -284px -2053px;
}
.glyphicon-icon.hockey {
  background-position: -332px -2053px;
}
.glyphicon-icon.pipe {
  background-position: -380px -2053px;
}
.glyphicon-icon.wrench {
  background-position: -428px -2053px;
}
.glyphicon-icon.folder-closed {
  background-position: 4px -2101px;
}
.glyphicon-icon.phone-alt {
  background-position: -44px -2101px;
}
.glyphicon-icon.earphone {
  background-position: -92px -2101px;
}
.glyphicon-icon.floppy-disk {
  background-position: -140px -2101px;
}
.glyphicon-icon.floppy-saved {
  background-position: -188px -2101px;
}
.glyphicon-icon.floppy-remove {
  background-position: -236px -2101px;
}
.glyphicon-icon.floppy-save {
  background-position: -284px -2101px;
}
.glyphicon-icon.floppy-open {
  background-position: -332px -2101px;
}
.glyphicon-icon.translate {
  background-position: -380px -2101px;
}
.glyphicon-icon.fax {
  background-position: -428px -2101px;
}
.glyphicon-icon.factory {
  background-position: 4px -2149px;
}
.glyphicon-icon.shop-window {
  background-position: -44px -2149px;
}
.glyphicon-icon.shop {
  background-position: -92px -2149px;
}
.glyphicon-icon.kiosk {
  background-position: -140px -2149px;
}
.glyphicon-icon.kiosk-wheels {
  background-position: -188px -2149px;
}
.glyphicon-icon.kiosk-light {
  background-position: -236px -2149px;
}
.glyphicon-icon.kiosk-food {
  background-position: -284px -2149px;
}
.glyphicon-icon.transfer {
  background-position: -332px -2149px;
}
.glyphicon-icon.money {
  background-position: -380px -2149px;
}
.glyphicon-icon.header {
  background-position: -428px -2149px;
}
.glyphicon-icon.blacksmith {
  background-position: 4px -2197px;
}
.glyphicon-icon.saw-blade {
  background-position: -44px -2197px;
}
.glyphicon-icon.basketball {
  background-position: -92px -2197px;
}
.glyphicon-icon.server {
  background-position: -140px -2197px;
}
.glyphicon-icon.server-plus {
  background-position: -188px -2197px;
}
.glyphicon-icon.server-minus {
  background-position: -236px -2197px;
}
.glyphicon-icon.server-ban {
  background-position: -284px -2197px;
}
.glyphicon-icon.server-flag {
  background-position: -332px -2197px;
}
.glyphicon-icon.server-lock {
  background-position: -380px -2197px;
}
.glyphicon-icon.server-new {
  background-position: -428px -2197px;
}
@font-face {
  font-family: "icomoon";
  src: url("./media/icomoon-C22CBEDI.eot?dd69nc");
  src:
    url("./media/icomoon-C22CBEDI.eot?#iefixdd69nc") format("embedded-opentype"),
    url("./media/icomoon-55UGZCM6.woff?dd69nc") format("woff"),
    url("./media/icomoon-3ITC3HOJ.ttf?dd69nc") format("truetype"),
    url("./media/icomoon-R3KRUASS.svg?dd69nc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon";
  position: relative;
  display: inline-block;
  speak: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 0.9;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover i,
a:focus i,
a:hover [class^=icon-],
a:hover [class*=" icon-"],
a:focus [class^=icon-],
a:focus [class*=" icon-"] {
  text-decoration: none;
}
.icon-accessibility:before {
  content: "\e600";
}
.icon-accessibility2:before {
  content: "\e601";
}
.icon-address-book:before {
  content: "\e602";
}
.icon-address-book2:before {
  content: "\e603";
}
.icon-aid:before {
  content: "\e604";
}
.icon-airplane:before {
  content: "\e605";
}
.icon-airplane2:before {
  content: "\e606";
}
.icon-alarm:before {
  content: "\e607";
}
.icon-alarm2:before {
  content: "\e608";
}
.icon-alarm-cancel:before {
  content: "\e609";
}
.icon-alarm-check:before {
  content: "\e60a";
}
.icon-alarm-minus:before {
  content: "\e60b";
}
.icon-alarm-plus:before {
  content: "\e60c";
}
.icon-align-bottom:before {
  content: "\e60d";
}
.icon-align-center-horizontal:before {
  content: "\e60e";
}
.icon-align-center-vertical:before {
  content: "\e60f";
}
.icon-align-left:before {
  content: "\e610";
}
.icon-align-right:before {
  content: "\e611";
}
.icon-align-top:before {
  content: "\e612";
}
.icon-anchor:before {
  content: "\e613";
}
.icon-android:before {
  content: "\e614";
}
.icon-angry:before {
  content: "\e615";
}
.icon-angry2:before {
  content: "\e616";
}
.icon-apple:before {
  content: "\e617";
}
.icon-apple-fruit:before {
  content: "\e618";
}
.icon-archive:before {
  content: "\e619";
}
.icon-arrow:before {
  content: "\e61a";
}
.icon-arrow2:before {
  content: "\e61b";
}
.icon-arrow3:before {
  content: "\e61c";
}
.icon-arrow4:before {
  content: "\e61d";
}
.icon-arrow5:before {
  content: "\e61e";
}
.icon-arrow6:before {
  content: "\e61f";
}
.icon-arrow7:before {
  content: "\e620";
}
.icon-arrow8:before {
  content: "\e621";
}
.icon-arrow-bottom:before {
  content: "\e622";
}
.icon-arrow-down:before {
  content: "\e623";
}
.icon-arrow-down2:before {
  content: "\e624";
}
.icon-arrow-down3:before {
  content: "\e625";
}
.icon-arrow-down4:before {
  content: "\e626";
}
.icon-arrow-down5:before {
  content: "\e627";
}
.icon-arrow-down6:before {
  content: "\e628";
}
.icon-arrow-down7:before {
  content: "\e629";
}
.icon-arrow-down8:before {
  content: "\e62a";
}
.icon-arrow-down9:before {
  content: "\e62b";
}
.icon-arrow-down10:before {
  content: "\e62c";
}
.icon-arrow-down11:before {
  content: "\e62d";
}
.icon-arrow-down12:before {
  content: "\e62e";
}
.icon-arrow-down13:before {
  content: "\e62f";
}
.icon-arrow-down14:before {
  content: "\e630";
}
.icon-arrow-down15:before {
  content: "\e631";
}
.icon-arrow-down16:before {
  content: "\e632";
}
.icon-arrow-down-left:before {
  content: "\e633";
}
.icon-arrow-down-left2:before {
  content: "\e634";
}
.icon-arrow-down-left3:before {
  content: "\e635";
}
.icon-arrow-down-left4:before {
  content: "\e636";
}
.icon-arrow-down-left5:before {
  content: "\e637";
}
.icon-arrow-down-left6:before {
  content: "\e638";
}
.icon-arrow-down-left7:before {
  content: "\e639";
}
.icon-arrow-down-right:before {
  content: "\e63a";
}
.icon-arrow-down-right2:before {
  content: "\e63b";
}
.icon-arrow-down-right3:before {
  content: "\e63c";
}
.icon-arrow-down-right4:before {
  content: "\e63d";
}
.icon-arrow-down-right5:before {
  content: "\e63e";
}
.icon-arrow-down-right6:before {
  content: "\e63f";
}
.icon-arrow-down-right7:before {
  content: "\e640";
}
.icon-arrow-first:before {
  content: "\e641";
}
.icon-arrow-left:before {
  content: "\e642";
}
.icon-arrow-left2:before {
  content: "\e643";
}
.icon-arrow-left3:before {
  content: "\e644";
}
.icon-arrow-left4:before {
  content: "\e645";
}
.icon-arrow-left5:before {
  content: "\e646";
}
.icon-arrow-left6:before {
  content: "\e647";
}
.icon-arrow-left7:before {
  content: "\e648";
}
.icon-arrow-left8:before {
  content: "\e649";
}
.icon-arrow-left9:before {
  content: "\e64a";
}
.icon-arrow-left10:before {
  content: "\e64b";
}
.icon-arrow-left11:before {
  content: "\e64c";
}
.icon-arrow-left12:before {
  content: "\e64d";
}
.icon-arrow-left13:before {
  content: "\e64e";
}
.icon-arrow-left14:before {
  content: "\e64f";
}
.icon-arrow-left15:before {
  content: "\e650";
}
.icon-arrow-left16:before {
  content: "\e651";
}
.icon-arrow-left17:before {
  content: "\e652";
}
.icon-arrow-right:before {
  content: "\e653";
}
.icon-arrow-right2:before {
  content: "\e654";
}
.icon-arrow-right3:before {
  content: "\e655";
}
.icon-arrow-right4:before {
  content: "\e656";
}
.icon-arrow-right5:before {
  content: "\e657";
}
.icon-arrow-right6:before {
  content: "\e658";
}
.icon-arrow-right7:before {
  content: "\e659";
}
.icon-arrow-right8:before {
  content: "\e65a";
}
.icon-arrow-right9:before {
  content: "\e65b";
}
.icon-arrow-right10:before {
  content: "\e65c";
}
.icon-arrow-right11:before {
  content: "\e65d";
}
.icon-arrow-right12:before {
  content: "\e65e";
}
.icon-arrow-right13:before {
  content: "\e65f";
}
.icon-arrow-right14:before {
  content: "\e660";
}
.icon-arrow-right15:before {
  content: "\e661";
}
.icon-arrow-right16:before {
  content: "\e662";
}
.icon-arrow-right17:before {
  content: "\e663";
}
.icon-arrow-right18:before {
  content: "\e664";
}
.icon-arrow-square:before {
  content: "\e665";
}
.icon-arrow-up:before {
  content: "\e666";
}
.icon-arrow-up2:before {
  content: "\e667";
}
.icon-arrow-up3:before {
  content: "\e668";
}
.icon-arrow-up4:before {
  content: "\e669";
}
.icon-arrow-up5:before {
  content: "\e66a";
}
.icon-arrow-up6:before {
  content: "\e66b";
}
.icon-arrow-up7:before {
  content: "\e66c";
}
.icon-arrow-up8:before {
  content: "\e66d";
}
.icon-arrow-up9:before {
  content: "\e66e";
}
.icon-arrow-up10:before {
  content: "\e66f";
}
.icon-arrow-up11:before {
  content: "\e670";
}
.icon-arrow-up12:before {
  content: "\e671";
}
.icon-arrow-up13:before {
  content: "\e672";
}
.icon-arrow-up14:before {
  content: "\e673";
}
.icon-arrow-up15:before {
  content: "\e674";
}
.icon-arrow-up16:before {
  content: "\e675";
}
.icon-arrow-up-left:before {
  content: "\e676";
}
.icon-arrow-up-left2:before {
  content: "\e677";
}
.icon-arrow-up-left3:before {
  content: "\e678";
}
.icon-arrow-up-left4:before {
  content: "\e679";
}
.icon-arrow-up-left5:before {
  content: "\e67a";
}
.icon-arrow-up-left6:before {
  content: "\e67b";
}
.icon-arrow-up-left7:before {
  content: "\e67c";
}
.icon-arrow-up-right:before {
  content: "\e67d";
}
.icon-arrow-up-right2:before {
  content: "\e67e";
}
.icon-arrow-up-right3:before {
  content: "\e67f";
}
.icon-arrow-up-right4:before {
  content: "\e680";
}
.icon-arrow-up-right5:before {
  content: "\e681";
}
.icon-arrow-up-right6:before {
  content: "\e682";
}
.icon-arrow-up-right7:before {
  content: "\e683";
}
.icon-atom:before {
  content: "\e684";
}
.icon-atom2:before {
  content: "\e685";
}
.icon-attachment:before {
  content: "\e686";
}
.icon-attachment2:before {
  content: "\e687";
}
.icon-backspace:before {
  content: "\e688";
}
.icon-backspace2:before {
  content: "\e689";
}
.icon-backspace3:before {
  content: "\e68a";
}
.icon-backward:before {
  content: "\e68b";
}
.icon-backward2:before {
  content: "\e68c";
}
.icon-bag:before {
  content: "\e68d";
}
.icon-bag2:before {
  content: "\e68e";
}
.icon-bag3:before {
  content: "\e68f";
}
.icon-balance:before {
  content: "\e690";
}
.icon-balloon:before {
  content: "\e691";
}
.icon-barcode:before {
  content: "\e692";
}
.icon-barcode2:before {
  content: "\e693";
}
.icon-bars:before {
  content: "\e694";
}
.icon-bars2:before {
  content: "\e695";
}
.icon-bars3:before {
  content: "\e696";
}
.icon-bars4:before {
  content: "\e697";
}
.icon-bars5:before {
  content: "\e698";
}
.icon-bars6:before {
  content: "\e699";
}
.icon-baseball:before {
  content: "\e69a";
}
.icon-basket:before {
  content: "\e69b";
}
.icon-basket2:before {
  content: "\e69c";
}
.icon-basketball:before {
  content: "\e69d";
}
.icon-bed:before {
  content: "\e69e";
}
.icon-bed2:before {
  content: "\e69f";
}
.icon-bell:before {
  content: "\e6a0";
}
.icon-bell2:before {
  content: "\e6a1";
}
.icon-bike:before {
  content: "\e6a2";
}
.icon-binoculars:before {
  content: "\e6a3";
}
.icon-binoculars2:before {
  content: "\e6a4";
}
.icon-bishop:before {
  content: "\e6a5";
}
.icon-blocked:before {
  content: "\e6a6";
}
.icon-blog:before {
  content: "\e6a7";
}
.icon-blog2:before {
  content: "\e6a8";
}
.icon-blogger:before {
  content: "\e6a9";
}
.icon-blogger2:before {
  content: "\e6aa";
}
.icon-boat:before {
  content: "\e6ab";
}
.icon-bold:before {
  content: "\e6ac";
}
.icon-bold2:before {
  content: "\e6ad";
}
.icon-bomb:before {
  content: "\e6ae";
}
.icon-book:before {
  content: "\e6af";
}
.icon-book2:before {
  content: "\e6b0";
}
.icon-bookmark:before {
  content: "\e6b1";
}
.icon-bookmark2:before {
  content: "\e6b2";
}
.icon-bookmark3:before {
  content: "\e6b3";
}
.icon-bookmarks:before {
  content: "\e6b4";
}
.icon-books:before {
  content: "\e6b5";
}
.icon-bottle:before {
  content: "\e6b6";
}
.icon-bottle2:before {
  content: "\e6b7";
}
.icon-bowling:before {
  content: "\e6b8";
}
.icon-bowling2:before {
  content: "\e6b9";
}
.icon-bowling-ball:before {
  content: "\e6ba";
}
.icon-box:before {
  content: "\e6bb";
}
.icon-box-add:before {
  content: "\e6bc";
}
.icon-box-remove:before {
  content: "\e6bd";
}
.icon-brain:before {
  content: "\e6be";
}
.icon-briefcase:before {
  content: "\e6bf";
}
.icon-briefcase2:before {
  content: "\e6c0";
}
.icon-briefcase3:before {
  content: "\e6c1";
}
.icon-brightness-contrast:before {
  content: "\e6c2";
}
.icon-brightness-high:before {
  content: "\e6c3";
}
.icon-brightness-low:before {
  content: "\e6c4";
}
.icon-brightness-medium:before {
  content: "\e6c5";
}
.icon-brush:before {
  content: "\e6c6";
}
.icon-bubble:before {
  content: "\e6c7";
}
.icon-bubble2:before {
  content: "\e6c8";
}
.icon-bubble3:before {
  content: "\e6c9";
}
.icon-bubble4:before {
  content: "\e6ca";
}
.icon-bubble5:before {
  content: "\e6cb";
}
.icon-bubble6:before {
  content: "\e6cc";
}
.icon-bubble7:before {
  content: "\e6cd";
}
.icon-bubble8:before {
  content: "\e6ce";
}
.icon-bubble9:before {
  content: "\e6cf";
}
.icon-bubble10:before {
  content: "\e6d0";
}
.icon-bubble11:before {
  content: "\e6d1";
}
.icon-bubble12:before {
  content: "\e6d2";
}
.icon-bubble13:before {
  content: "\e6d3";
}
.icon-bubble-blocked:before {
  content: "\e6d4";
}
.icon-bubble-cancel:before {
  content: "\e6d5";
}
.icon-bubble-check:before {
  content: "\e6d6";
}
.icon-bubble-dots:before {
  content: "\e6d7";
}
.icon-bubble-dots2:before {
  content: "\e6d8";
}
.icon-bubble-dots3:before {
  content: "\e6d9";
}
.icon-bubble-dots4:before {
  content: "\e6da";
}
.icon-bubble-down:before {
  content: "\e6db";
}
.icon-bubble-first:before {
  content: "\e6dc";
}
.icon-bubble-forward:before {
  content: "\e6dd";
}
.icon-bubble-forward2:before {
  content: "\e6de";
}
.icon-bubble-heart:before {
  content: "\e6df";
}
.icon-bubble-last:before {
  content: "\e6e0";
}
.icon-bubble-left:before {
  content: "\e6e1";
}
.icon-bubble-link:before {
  content: "\e6e2";
}
.icon-bubble-locked:before {
  content: "\e6e3";
}
.icon-bubble-minus:before {
  content: "\e6e4";
}
.icon-bubble-notification:before {
  content: "\e6e5";
}
.icon-bubble-notification2:before {
  content: "\e6e6";
}
.icon-bubble-paperclip:before {
  content: "\e6e7";
}
.icon-bubble-plus:before {
  content: "\e6e8";
}
.icon-bubble-quote:before {
  content: "\e6e9";
}
.icon-bubble-replu:before {
  content: "\e6ea";
}
.icon-bubble-reply:before {
  content: "\e6eb";
}
.icon-bubble-right:before {
  content: "\e6ec";
}
.icon-bubbles:before {
  content: "\e6ed";
}
.icon-bubbles2:before {
  content: "\e6ee";
}
.icon-bubbles3:before {
  content: "\e6ef";
}
.icon-bubbles4:before {
  content: "\e6f0";
}
.icon-bubbles5:before {
  content: "\e6f1";
}
.icon-bubbles6:before {
  content: "\e6f2";
}
.icon-bubbles7:before {
  content: "\e6f3";
}
.icon-bubbles8:before {
  content: "\e6f4";
}
.icon-bubbles9:before {
  content: "\e6f5";
}
.icon-bubbles10:before {
  content: "\e6f6";
}
.icon-bubble-star:before {
  content: "\e6f7";
}
.icon-bubble-trash:before {
  content: "\e6f8";
}
.icon-bubble-up:before {
  content: "\e6f9";
}
.icon-bubble-user:before {
  content: "\e6fa";
}
.icon-bubble-video-chat:before {
  content: "\e6fb";
}
.icon-bug:before {
  content: "\e6fc";
}
.icon-bug2:before {
  content: "\e6fd";
}
.icon-bullhorn:before {
  content: "\e6fe";
}
.icon-bus:before {
  content: "\e6ff";
}
.icon-busy:before {
  content: "\e700";
}
.icon-busy2:before {
  content: "\e701";
}
.icon-busy3:before {
  content: "\e702";
}
.icon-busy4:before {
  content: "\e703";
}
.icon-cabinet:before {
  content: "\e704";
}
.icon-cake:before {
  content: "\e705";
}
.icon-calculate:before {
  content: "\e706";
}
.icon-calculate2:before {
  content: "\e707";
}
.icon-calendar:before {
  content: "\e708";
}
.icon-calendar2:before {
  content: "\e709";
}
.icon-calendar3:before {
  content: "\e70a";
}
.icon-calendar4:before {
  content: "\e70b";
}
.icon-calendar5:before {
  content: "\e70c";
}
.icon-call-incoming:before {
  content: "\e70d";
}
.icon-call-outgoing:before {
  content: "\e70e";
}
.icon-camera:before {
  content: "\e70f";
}
.icon-camera2:before {
  content: "\e710";
}
.icon-camera3:before {
  content: "\e711";
}
.icon-camera4:before {
  content: "\e712";
}
.icon-camera5:before {
  content: "\e713";
}
.icon-camera6:before {
  content: "\e714";
}
.icon-camera7:before {
  content: "\e715";
}
.icon-camera8:before {
  content: "\e716";
}
.icon-camera9:before {
  content: "\e717";
}
.icon-cancel:before {
  content: "\e718";
}
.icon-cancel-circle:before {
  content: "\e719";
}
.icon-cancel-circle2:before {
  content: "\e71a";
}
.icon-car:before {
  content: "\e71b";
}
.icon-cart:before {
  content: "\e71c";
}
.icon-cart2:before {
  content: "\e71d";
}
.icon-cart3:before {
  content: "\e71e";
}
.icon-cart4:before {
  content: "\e71f";
}
.icon-cart5:before {
  content: "\e720";
}
.icon-cart6:before {
  content: "\e721";
}
.icon-cart7:before {
  content: "\e722";
}
.icon-cart-add:before {
  content: "\e723";
}
.icon-cart-checkout:before {
  content: "\e724";
}
.icon-cart-minus:before {
  content: "\e725";
}
.icon-cart-plus:before {
  content: "\e726";
}
.icon-cart-remove:before {
  content: "\e727";
}
.icon-cart-remove2:before {
  content: "\e728";
}
.icon-cc:before {
  content: "\e729";
}
.icon-cd:before {
  content: "\e72a";
}
.icon-certificate:before {
  content: "\e72b";
}
.icon-chart:before {
  content: "\e72c";
}
.icon-checkbox:before {
  content: "\e72d";
}
.icon-checkbox-checked:before {
  content: "\e72e";
}
.icon-checkbox-checked2:before {
  content: "\e72f";
}
.icon-checkbox-partial:before {
  content: "\e730";
}
.icon-checkbox-partial2:before {
  content: "\e731";
}
.icon-checkbox-partial3:before {
  content: "\e732";
}
.icon-checkbox-unchecked:before {
  content: "\e733";
}
.icon-checkbox-unchecked2:before {
  content: "\e734";
}
.icon-checkbox-unchecked3:before {
  content: "\e735";
}
.icon-checkmark:before {
  content: "\e736";
}
.icon-checkmark2:before {
  content: "\e737";
}
.icon-checkmark3:before {
  content: "\e738";
}
.icon-checkmark4:before {
  content: "\e739";
}
.icon-checkmark-circle:before {
  content: "\e73a";
}
.icon-checkmark-circle2:before {
  content: "\e73b";
}
.icon-chess:before {
  content: "\e73c";
}
.icon-chrome:before {
  content: "\e73d";
}
.icon-circle:before {
  content: "\e73e";
}
.icon-circle2:before {
  content: "\e73f";
}
.icon-circle-small:before {
  content: "\e740";
}
.icon-clear-formatting:before {
  content: "\e741";
}
.icon-clipboard:before {
  content: "\e742";
}
.icon-clipboard2:before {
  content: "\e743";
}
.icon-clipboard3:before {
  content: "\e744";
}
.icon-clipboard4:before {
  content: "\e745";
}
.icon-clock:before {
  content: "\e746";
}
.icon-clock2:before {
  content: "\e747";
}
.icon-clock3:before {
  content: "\e748";
}
.icon-clock4:before {
  content: "\e749";
}
.icon-clock5:before {
  content: "\e74a";
}
.icon-clock6:before {
  content: "\e74b";
}
.icon-clock7:before {
  content: "\e74c";
}
.icon-close:before {
  content: "\e74d";
}
.icon-close2:before {
  content: "\e74e";
}
.icon-close3:before {
  content: "\e74f";
}
.icon-close4:before {
  content: "\e750";
}
.icon-close5:before {
  content: "\e751";
}
.icon-cloud:before {
  content: "\e752";
}
.icon-cloud2:before {
  content: "\e753";
}
.icon-cloud3:before {
  content: "\e754";
}
.icon-cloud-download:before {
  content: "\e755";
}
.icon-cloud-upload:before {
  content: "\e756";
}
.icon-clubs:before {
  content: "\e757";
}
.icon-code:before {
  content: "\e758";
}
.icon-cog:before {
  content: "\e759";
}
.icon-cog2:before {
  content: "\e75a";
}
.icon-cog3:before {
  content: "\e75b";
}
.icon-cog4:before {
  content: "\e75c";
}
.icon-cog5:before {
  content: "\e75d";
}
.icon-cog6:before {
  content: "\e75e";
}
.icon-cog7:before {
  content: "\e75f";
}
.icon-cogs:before {
  content: "\e760";
}
.icon-coin:before {
  content: "\e761";
}
.icon-coins:before {
  content: "\e762";
}
.icon-command:before {
  content: "\e763";
}
.icon-compass:before {
  content: "\e764";
}
.icon-compass2:before {
  content: "\e765";
}
.icon-cone:before {
  content: "\e766";
}
.icon-confused:before {
  content: "\e767";
}
.icon-confused2:before {
  content: "\e768";
}
.icon-connection:before {
  content: "\e769";
}
.icon-connection2:before {
  content: "\e76a";
}
.icon-connection3:before {
  content: "\e76b";
}
.icon-console:before {
  content: "\e76c";
}
.icon-construction:before {
  content: "\e76d";
}
.icon-contact-add:before {
  content: "\e76e";
}
.icon-contact-add2:before {
  content: "\e76f";
}
.icon-contact-remove:before {
  content: "\e770";
}
.icon-contact-remove2:before {
  content: "\e771";
}
.icon-contract:before {
  content: "\e772";
}
.icon-contract2:before {
  content: "\e773";
}
.icon-contract3:before {
  content: "\e774";
}
.icon-contrast:before {
  content: "\e775";
}
.icon-cool:before {
  content: "\e776";
}
.icon-cool2:before {
  content: "\e777";
}
.icon-copy:before {
  content: "\e778";
}
.icon-copy2:before {
  content: "\e779";
}
.icon-copy3:before {
  content: "\e77a";
}
.icon-copy4:before {
  content: "\e77b";
}
.icon-cord:before {
  content: "\e77c";
}
.icon-credit:before {
  content: "\e77d";
}
.icon-credit2:before {
  content: "\e77e";
}
.icon-crop:before {
  content: "\e77f";
}
.icon-crop2:before {
  content: "\e780";
}
.icon-crown:before {
  content: "\e781";
}
.icon-css3:before {
  content: "\e782";
}
.icon-cube:before {
  content: "\e783";
}
.icon-cube2:before {
  content: "\e784";
}
.icon-cube3:before {
  content: "\e785";
}
.icon-cube4:before {
  content: "\e786";
}
.icon-cup:before {
  content: "\e787";
}
.icon-cup2:before {
  content: "\e788";
}
.icon-cursor:before {
  content: "\e789";
}
.icon-cursor2:before {
  content: "\e78a";
}
.icon-cylinder:before {
  content: "\e78b";
}
.icon-dashboard:before {
  content: "\e78c";
}
.icon-database:before {
  content: "\e78d";
}
.icon-database2:before {
  content: "\e78e";
}
.icon-database3:before {
  content: "\e78f";
}
.icon-delicious:before {
  content: "\e790";
}
.icon-deviantart:before {
  content: "\e791";
}
.icon-deviantart2:before {
  content: "\e792";
}
.icon-diamond:before {
  content: "\e793";
}
.icon-diamond2:before {
  content: "\e794";
}
.icon-diamonds:before {
  content: "\e795";
}
.icon-dice:before {
  content: "\e796";
}
.icon-direction:before {
  content: "\e797";
}
.icon-disk:before {
  content: "\e798";
}
.icon-download:before {
  content: "\e799";
}
.icon-download2:before {
  content: "\e79a";
}
.icon-download3:before {
  content: "\e79b";
}
.icon-download4:before {
  content: "\e79c";
}
.icon-download5:before {
  content: "\e79d";
}
.icon-download6:before {
  content: "\e79e";
}
.icon-download7:before {
  content: "\e79f";
}
.icon-drawer:before {
  content: "\e7a0";
}
.icon-drawer2:before {
  content: "\e7a1";
}
.icon-drawer3:before {
  content: "\e7a2";
}
.icon-dribbble:before {
  content: "\e7a3";
}
.icon-dribbble2:before {
  content: "\e7a4";
}
.icon-dribbble3:before {
  content: "\e7a5";
}
.icon-droplet:before {
  content: "\e7a6";
}
.icon-droplet2:before {
  content: "\e7a7";
}
.icon-droplet3:before {
  content: "\e7a8";
}
.icon-droplet4:before {
  content: "\e7a9";
}
.icon-dumbbell:before {
  content: "\e7aa";
}
.icon-earth:before {
  content: "\e7ab";
}
.icon-eight-ball:before {
  content: "\e7ac";
}
.icon-eject:before {
  content: "\e7ad";
}
.icon-embed:before {
  content: "\e7ae";
}
.icon-enter:before {
  content: "\e7af";
}
.icon-enter2:before {
  content: "\e7b0";
}
.icon-enter3:before {
  content: "\e7b1";
}
.icon-enter4:before {
  content: "\e7b2";
}
.icon-enter5:before {
  content: "\e7b3";
}
.icon-envelop:before {
  content: "\e7b4";
}
.icon-envelop2:before {
  content: "\e7b5";
}
.icon-envelop3:before {
  content: "\e7b6";
}
.icon-envelop-opened:before {
  content: "\e7b7";
}
.icon-equalizer:before {
  content: "\e7b8";
}
.icon-equalizer2:before {
  content: "\e7b9";
}
.icon-equalizer3:before {
  content: "\e7ba";
}
.icon-esc:before {
  content: "\e7bb";
}
.icon-evil:before {
  content: "\e7bc";
}
.icon-evil2:before {
  content: "\e7bd";
}
.icon-exclude:before {
  content: "\e7be";
}
.icon-exit:before {
  content: "\e7bf";
}
.icon-exit2:before {
  content: "\e7c0";
}
.icon-exit3:before {
  content: "\e7c1";
}
.icon-exit4:before {
  content: "\e7c2";
}
.icon-expand:before {
  content: "\e7c3";
}
.icon-expand2:before {
  content: "\e7c4";
}
.icon-expand3:before {
  content: "\e7c5";
}
.icon-eye:before {
  content: "\e7c6";
}
.icon-eye2:before {
  content: "\e7c7";
}
.icon-eye3:before {
  content: "\e7c8";
}
.icon-eye4:before {
  content: "\e7c9";
}
.icon-eye5:before {
  content: "\e7ca";
}
.icon-eye6:before {
  content: "\e7cb";
}
.icon-eye7:before {
  content: "\e7cc";
}
.icon-eye8:before {
  content: "\e7cd";
}
.icon-eye-blocked:before {
  content: "\e7ce";
}
.icon-eye-blocked2:before {
  content: "\e7cf";
}
.icon-eyedropper:before {
  content: "\e7d0";
}
.icon-eyedropper2:before {
  content: "\e7d1";
}
.icon-facebook:before {
  content: "\e7d2";
}
.icon-facebook2:before {
  content: "\e7d3";
}
.icon-facebook3:before {
  content: "\e7d4";
}
.icon-facebook4:before {
  content: "\e7d5";
}
.icon-factory:before {
  content: "\e7d6";
}
.icon-fan:before {
  content: "\e7d7";
}
.icon-feed:before {
  content: "\e7d8";
}
.icon-feed2:before {
  content: "\e7d9";
}
.icon-feed3:before {
  content: "\e7da";
}
.icon-feed4:before {
  content: "\e7db";
}
.icon-female:before {
  content: "\e7dc";
}
.icon-file:before {
  content: "\e7dd";
}
.icon-file2:before {
  content: "\e7de";
}
.icon-file3:before {
  content: "\e7df";
}
.icon-file4:before {
  content: "\e7e0";
}
.icon-file5:before {
  content: "\e7e1";
}
.icon-file6:before {
  content: "\e7e2";
}
.icon-file7:before {
  content: "\e7e3";
}
.icon-file8:before {
  content: "\e7e4";
}
.icon-file9:before {
  content: "\e7e5";
}
.icon-file-check:before {
  content: "\e7e6";
}
.icon-file-check2:before {
  content: "\e7e7";
}
.icon-file-css:before {
  content: "\e7e8";
}
.icon-file-download:before {
  content: "\e7e9";
}
.icon-file-download2:before {
  content: "\e7ea";
}
.icon-file-excel:before {
  content: "\e7eb";
}
.icon-file-minus:before {
  content: "\e7ec";
}
.icon-file-minus2:before {
  content: "\e7ed";
}
.icon-file-openoffice:before {
  content: "\e7ee";
}
.icon-file-pdf:before {
  content: "\e7ef";
}
.icon-file-plus:before {
  content: "\e7f0";
}
.icon-file-plus2:before {
  content: "\e7f1";
}
.icon-file-powerpoint:before {
  content: "\e7f2";
}
.icon-file-remove:before {
  content: "\e7f3";
}
.icon-file-remove2:before {
  content: "\e7f4";
}
.icon-files:before {
  content: "\e7f5";
}
.icon-file-upload:before {
  content: "\e7f6";
}
.icon-file-upload2:before {
  content: "\e7f7";
}
.icon-file-word:before {
  content: "\e7f8";
}
.icon-file-xml:before {
  content: "\e7f9";
}
.icon-file-zip:before {
  content: "\e7fa";
}
.icon-film:before {
  content: "\e7fb";
}
.icon-film2:before {
  content: "\e7fc";
}
.icon-film3:before {
  content: "\e7fd";
}
.icon-film4:before {
  content: "\e7fe";
}
.icon-filter:before {
  content: "\e7ff";
}
.icon-filter2:before {
  content: "\e800";
}
.icon-filter3:before {
  content: "\e801";
}
.icon-filter4:before {
  content: "\e802";
}
.icon-finder:before {
  content: "\e803";
}
.icon-fire:before {
  content: "\e804";
}
.icon-fire2:before {
  content: "\e805";
}
.icon-firefox:before {
  content: "\e806";
}
.icon-first:before {
  content: "\e807";
}
.icon-flag:before {
  content: "\e808";
}
.icon-flag2:before {
  content: "\e809";
}
.icon-flag3:before {
  content: "\e80a";
}
.icon-flag4:before {
  content: "\e80b";
}
.icon-flag5:before {
  content: "\e80c";
}
.icon-flag6:before {
  content: "\e80d";
}
.icon-flattr:before {
  content: "\e80e";
}
.icon-flickr:before {
  content: "\e80f";
}
.icon-flickr2:before {
  content: "\e810";
}
.icon-flickr3:before {
  content: "\e811";
}
.icon-flickr4:before {
  content: "\e812";
}
.icon-flip:before {
  content: "\e813";
}
.icon-flip2:before {
  content: "\e814";
}
.icon-flower:before {
  content: "\e815";
}
.icon-folder:before {
  content: "\e816";
}
.icon-folder2:before {
  content: "\e817";
}
.icon-folder3:before {
  content: "\e818";
}
.icon-folder4:before {
  content: "\e819";
}
.icon-folder5:before {
  content: "\e81a";
}
.icon-folder6:before {
  content: "\e81b";
}
.icon-folder8:before {
  content: "\e81c";
}
.icon-folder-download:before {
  content: "\e81d";
}
.icon-folder-download2:before {
  content: "\e81e";
}
.icon-folder-download3:before {
  content: "\e81f";
}
.icon-folder-minus:before {
  content: "\e820";
}
.icon-folder-minus2:before {
  content: "\e821";
}
.icon-folder-minus3:before {
  content: "\e822";
}
.icon-folder-open:before {
  content: "\e823";
}
.icon-folder-open2:before {
  content: "\e824";
}
.icon-folder-open3:before {
  content: "\e825";
}
.icon-folder-plus:before {
  content: "\e826";
}
.icon-folder-plus2:before {
  content: "\e827";
}
.icon-folder-plus3:before {
  content: "\e828";
}
.icon-folder-plus4:before {
  content: "\e829";
}
.icon-folder-remove:before {
  content: "\e82a";
}
.icon-folder-remove2:before {
  content: "\e82b";
}
.icon-folder-upload:before {
  content: "\e82c";
}
.icon-folder-upload2:before {
  content: "\e82d";
}
.icon-folder-upload3:before {
  content: "\e82e";
}
.icon-font:before {
  content: "\e82f";
}
.icon-font-size:before {
  content: "\e830";
}
.icon-font-size2:before {
  content: "\e831";
}
.icon-food:before {
  content: "\e832";
}
.icon-food2:before {
  content: "\e833";
}
.icon-football:before {
  content: "\e834";
}
.icon-forrst:before {
  content: "\e835";
}
.icon-forrst2:before {
  content: "\e836";
}
.icon-forward:before {
  content: "\e837";
}
.icon-forward2:before {
  content: "\e838";
}
.icon-forward3:before {
  content: "\e839";
}
.icon-foursquare:before {
  content: "\e83a";
}
.icon-foursquare2:before {
  content: "\e83b";
}
.icon-fullscreen:before {
  content: "\e83c";
}
.icon-gamepad:before {
  content: "\e83d";
}
.icon-gamepad2:before {
  content: "\e83e";
}
.icon-gamepad3:before {
  content: "\e83f";
}
.icon-gas-pump:before {
  content: "\e840";
}
.icon-gift:before {
  content: "\e841";
}
.icon-gift2:before {
  content: "\e842";
}
.icon-github:before {
  content: "\e843";
}
.icon-github2:before {
  content: "\e844";
}
.icon-github3:before {
  content: "\e845";
}
.icon-github4:before {
  content: "\e846";
}
.icon-github5:before {
  content: "\e847";
}
.icon-glass:before {
  content: "\e848";
}
.icon-glass2:before {
  content: "\e849";
}
.icon-glasses:before {
  content: "\e84a";
}
.icon-glasses2:before {
  content: "\e84b";
}
.icon-glasses3:before {
  content: "\e84c";
}
.icon-globe:before {
  content: "\e84d";
}
.icon-globe2:before {
  content: "\e84e";
}
.icon-globe3:before {
  content: "\e84f";
}
.icon-golf:before {
  content: "\e850";
}
.icon-google:before {
  content: "\e851";
}
.icon-google-drive:before {
  content: "\e852";
}
.icon-google-plus:before {
  content: "\e853";
}
.icon-google-plus2:before {
  content: "\e854";
}
.icon-google-plus3:before {
  content: "\e855";
}
.icon-google-plus4:before {
  content: "\e856";
}
.icon-graduation:before {
  content: "\e857";
}
.icon-grid:before {
  content: "\e858";
}
.icon-grid2:before {
  content: "\e859";
}
.icon-grid3:before {
  content: "\e85a";
}
.icon-grid4:before {
  content: "\e85b";
}
.icon-grid5:before {
  content: "\e85c";
}
.icon-grid6:before {
  content: "\e85d";
}
.icon-grin:before {
  content: "\e85e";
}
.icon-grin2:before {
  content: "\e85f";
}
.icon-guitar:before {
  content: "\e860";
}
.icon-gun:before {
  content: "\e861";
}
.icon-gun-ban:before {
  content: "\e862";
}
.icon-hamburger:before {
  content: "\e863";
}
.icon-hammer:before {
  content: "\e864";
}
.icon-hammer2:before {
  content: "\e865";
}
.icon-hand:before {
  content: "\e866";
}
.icon-hanger:before {
  content: "\e867";
}
.icon-happy:before {
  content: "\e868";
}
.icon-happy2:before {
  content: "\e869";
}
.icon-headphones:before {
  content: "\e86a";
}
.icon-headphones2:before {
  content: "\e86b";
}
.icon-health:before {
  content: "\e86c";
}
.icon-heart:before {
  content: "\e86d";
}
.icon-heart2:before {
  content: "\e86e";
}
.icon-heart3:before {
  content: "\e86f";
}
.icon-heart4:before {
  content: "\e870";
}
.icon-heart5:before {
  content: "\e871";
}
.icon-heart6:before {
  content: "\e872";
}
.icon-heart7:before {
  content: "\e873";
}
.icon-heart8:before {
  content: "\e874";
}
.icon-heart-broken:before {
  content: "\e875";
}
.icon-heart-broken2:before {
  content: "\e876";
}
.icon-heart-broken3:before {
  content: "\e877";
}
.icon-height:before {
  content: "\e878";
}
.icon-highlight:before {
  content: "\e879";
}
.icon-history:before {
  content: "\e87a";
}
.icon-history2:before {
  content: "\e87b";
}
.icon-hockey:before {
  content: "\e87c";
}
.icon-home:before {
  content: "\e87d";
}
.icon-home2:before {
  content: "\e87e";
}
.icon-home3:before {
  content: "\e87f";
}
.icon-home4:before {
  content: "\e880";
}
.icon-home5:before {
  content: "\e881";
}
.icon-home6:before {
  content: "\e882";
}
.icon-home7:before {
  content: "\e883";
}
.icon-home8:before {
  content: "\e884";
}
.icon-home9:before {
  content: "\e885";
}
.icon-home10:before {
  content: "\e886";
}
.icon-home11:before {
  content: "\e887";
}
.icon-home12:before {
  content: "\e888";
}
.icon-html5:before {
  content: "\e889";
}
.icon-html52:before {
  content: "\e88a";
}
.icon-IcoMoon:before {
  content: "\e88b";
}
.icon-IE:before {
  content: "\e88c";
}
.icon-image:before {
  content: "\e88d";
}
.icon-image2:before {
  content: "\e88e";
}
.icon-image3:before {
  content: "\e88f";
}
.icon-image4:before {
  content: "\e890";
}
.icon-image5:before {
  content: "\e891";
}
.icon-image6:before {
  content: "\e892";
}
.icon-image7:before {
  content: "\e893";
}
.icon-images:before {
  content: "\e894";
}
.icon-images2:before {
  content: "\e895";
}
.icon-indent-decrease:before {
  content: "\e896";
}
.icon-indent-decrease2:before {
  content: "\e897";
}
.icon-indent-increase:before {
  content: "\e898";
}
.icon-indent-increase2:before {
  content: "\e899";
}
.icon-info:before {
  content: "\e89a";
}
.icon-info2:before {
  content: "\e89b";
}
.icon-inject:before {
  content: "\e89c";
}
.icon-inject2:before {
  content: "\e89d";
}
.icon-insert-template:before {
  content: "\e89e";
}
.icon-instagram:before {
  content: "\e89f";
}
.icon-interset:before {
  content: "\e8a0";
}
.icon-italic:before {
  content: "\e8a1";
}
.icon-italic2:before {
  content: "\e8a2";
}
.icon-joomla:before {
  content: "\e8a3";
}
.icon-key:before {
  content: "\e8a4";
}
.icon-key2:before {
  content: "\e8a5";
}
.icon-key3:before {
  content: "\e8a6";
}
.icon-key4:before {
  content: "\e8a7";
}
.icon-key5:before {
  content: "\e8a8";
}
.icon-key-A:before {
  content: "\e8a9";
}
.icon-keyboard:before {
  content: "\e8aa";
}
.icon-keyboard2:before {
  content: "\e8ab";
}
.icon-key-down:before {
  content: "\e8ac";
}
.icon-keyhole:before {
  content: "\e8ad";
}
.icon-key-keyboard:before {
  content: "\e8ae";
}
.icon-key-left:before {
  content: "\e8af";
}
.icon-key-right:before {
  content: "\e8b0";
}
.icon-key-up:before {
  content: "\e8b1";
}
.icon-king:before {
  content: "\e8b2";
}
.icon-knight:before {
  content: "\e8b3";
}
.icon-lab:before {
  content: "\e8b4";
}
.icon-ladder:before {
  content: "\e8b5";
}
.icon-lamp:before {
  content: "\e8b6";
}
.icon-lamp2:before {
  content: "\e8b7";
}
.icon-lamp3:before {
  content: "\e8b8";
}
.icon-lamp4:before {
  content: "\e8b9";
}
.icon-lanyrd:before {
  content: "\e8ba";
}
.icon-laptop:before {
  content: "\e8bb";
}
.icon-last:before {
  content: "\e8bc";
}
.icon-lastfm:before {
  content: "\e8bd";
}
.icon-lastfm2:before {
  content: "\e8be";
}
.icon-leaf:before {
  content: "\e8bf";
}
.icon-leaf2:before {
  content: "\e8c0";
}
.icon-left-to-right:before {
  content: "\e8c1";
}
.icon-library:before {
  content: "\e8c2";
}
.icon-library2:before {
  content: "\e8c3";
}
.icon-libreoffice:before {
  content: "\e8c4";
}
.icon-lightning:before {
  content: "\e8c5";
}
.icon-link:before {
  content: "\e8c6";
}
.icon-link2:before {
  content: "\e8c7";
}
.icon-link3:before {
  content: "\e8c8";
}
.icon-link4:before {
  content: "\e8c9";
}
.icon-link5:before {
  content: "\e8ca";
}
.icon-link6:before {
  content: "\e8cb";
}
.icon-link22:before {
  content: "\e8cc";
}
.icon-linkedin:before {
  content: "\e8cd";
}
.icon-lips:before {
  content: "\e8ce";
}
.icon-lips2:before {
  content: "\e8cf";
}
.icon-list:before {
  content: "\e8d0";
}
.icon-list2:before {
  content: "\e8d1";
}
.icon-list3:before {
  content: "\e8d2";
}
.icon-list4:before {
  content: "\e8d3";
}
.icon-list5:before {
  content: "\e8d4";
}
.icon-location:before {
  content: "\e8d5";
}
.icon-location2:before {
  content: "\e8d6";
}
.icon-location3:before {
  content: "\e8d7";
}
.icon-location4:before {
  content: "\e8d8";
}
.icon-location5:before {
  content: "\e8d9";
}
.icon-location6:before {
  content: "\e8da";
}
.icon-location7:before {
  content: "\e8db";
}
.icon-lock:before {
  content: "\e8dc";
}
.icon-lock2:before {
  content: "\e8dd";
}
.icon-lock3:before {
  content: "\e8de";
}
.icon-lock4:before {
  content: "\e8df";
}
.icon-lock5:before {
  content: "\e8e0";
}
.icon-loop:before {
  content: "\e8e1";
}
.icon-loop2:before {
  content: "\e8e2";
}
.icon-loop3:before {
  content: "\e8e3";
}
.icon-loop4:before {
  content: "\e8e4";
}
.icon-loop5:before {
  content: "\e8e5";
}
.icon-magnet:before {
  content: "\e8e6";
}
.icon-magnet2:before {
  content: "\e8e7";
}
.icon-magnet3:before {
  content: "\e8e8";
}
.icon-magnet4:before {
  content: "\e8e9";
}
.icon-mail:before {
  content: "\e8ea";
}
.icon-mail2:before {
  content: "\e8eb";
}
.icon-mail3:before {
  content: "\e8ec";
}
.icon-mail4:before {
  content: "\e8ed";
}
.icon-mail-send:before {
  content: "\e8ee";
}
.icon-male:before {
  content: "\e8ef";
}
.icon-man:before {
  content: "\e8f0";
}
.icon-map:before {
  content: "\e8f1";
}
.icon-map2:before {
  content: "\e8f2";
}
.icon-map3:before {
  content: "\e8f3";
}
.icon-map4:before {
  content: "\e8f4";
}
.icon-marker:before {
  content: "\e8f5";
}
.icon-marker2:before {
  content: "\e8f6";
}
.icon-medal:before {
  content: "\e8f7";
}
.icon-medal2:before {
  content: "\e8f8";
}
.icon-medal3:before {
  content: "\e8f9";
}
.icon-medal4:before {
  content: "\e8fa";
}
.icon-medal5:before {
  content: "\e8fb";
}
.icon-megaphone:before {
  content: "\e8fc";
}
.icon-menu:before {
  content: "\e8fd";
}
.icon-menu2:before {
  content: "\e8fe";
}
.icon-menu3:before {
  content: "\e8ff";
}
.icon-menu4:before {
  content: "\e900";
}
.icon-menu5:before {
  content: "\e901";
}
.icon-menu6:before {
  content: "\e902";
}
.icon-menu7:before {
  content: "\e903";
}
.icon-menu8:before {
  content: "\e904";
}
.icon-menu9:before {
  content: "\e905";
}
.icon-menu10:before {
  content: "\e906";
}
.icon-menu11:before {
  content: "\e907";
}
.icon-menu-close:before {
  content: "\e908";
}
.icon-menu-close2:before {
  content: "\e909";
}
.icon-meter:before {
  content: "\e90a";
}
.icon-meter2:before {
  content: "\e90b";
}
.icon-meter-fast:before {
  content: "\e90c";
}
.icon-meter-medium:before {
  content: "\e90d";
}
.icon-meter-slow:before {
  content: "\e90e";
}
.icon-mic:before {
  content: "\e90f";
}
.icon-mic2:before {
  content: "\e910";
}
.icon-mic3:before {
  content: "\e911";
}
.icon-mic4:before {
  content: "\e912";
}
.icon-mic5:before {
  content: "\e913";
}
.icon-microscope:before {
  content: "\e914";
}
.icon-minus:before {
  content: "\e915";
}
.icon-minus2:before {
  content: "\e916";
}
.icon-minus-circle:before {
  content: "\e917";
}
.icon-minus-circle2:before {
  content: "\e918";
}
.icon-mobile:before {
  content: "\e919";
}
.icon-mobile2:before {
  content: "\e91a";
}
.icon-mobile3:before {
  content: "\e91b";
}
.icon-moon:before {
  content: "\e91c";
}
.icon-mouse:before {
  content: "\e91d";
}
.icon-mouse2:before {
  content: "\e91e";
}
.icon-mouse3:before {
  content: "\e91f";
}
.icon-mouse4:before {
  content: "\e920";
}
.icon-move:before {
  content: "\e921";
}
.icon-movie:before {
  content: "\e922";
}
.icon-movie2:before {
  content: "\e923";
}
.icon-movie3:before {
  content: "\e924";
}
.icon-mug:before {
  content: "\e925";
}
.icon-music:before {
  content: "\e926";
}
.icon-music2:before {
  content: "\e927";
}
.icon-music3:before {
  content: "\e928";
}
.icon-music4:before {
  content: "\e929";
}
.icon-music5:before {
  content: "\e92a";
}
.icon-music6:before {
  content: "\e92b";
}
.icon-nbsp:before {
  content: "\e92c";
}
.icon-network:before {
  content: "\e92d";
}
.icon-neutral:before {
  content: "\e92e";
}
.icon-neutral2:before {
  content: "\e92f";
}
.icon-new:before {
  content: "\e930";
}
.icon-newspaper:before {
  content: "\e931";
}
.icon-new-tab:before {
  content: "\e932";
}
.icon-new-tab2:before {
  content: "\e933";
}
.icon-next:before {
  content: "\e934";
}
.icon-notebook:before {
  content: "\e935";
}
.icon-notification:before {
  content: "\e936";
}
.icon-notification2:before {
  content: "\e937";
}
.icon-numbered-list:before {
  content: "\e938";
}
.icon-office:before {
  content: "\e939";
}
.icon-omega:before {
  content: "\e93a";
}
.icon-opera:before {
  content: "\e93b";
}
.icon-package:before {
  content: "\e93c";
}
.icon-pacman:before {
  content: "\e93d";
}
.icon-pagebreak:before {
  content: "\e93e";
}
.icon-page-break:before {
  content: "\e93f";
}
.icon-page-break2:before {
  content: "\e940";
}
.icon-paint-format:before {
  content: "\e941";
}
.icon-paint-format2:before {
  content: "\e942";
}
.icon-palette:before {
  content: "\e943";
}
.icon-palette2:before {
  content: "\e944";
}
.icon-paper-plane:before {
  content: "\e945";
}
.icon-paragraph-center:before {
  content: "\e946";
}
.icon-paragraph-center2:before {
  content: "\e947";
}
.icon-paragraph-center3:before {
  content: "\e948";
}
.icon-paragraph-justify:before {
  content: "\e949";
}
.icon-paragraph-justify2:before {
  content: "\e94a";
}
.icon-paragraph-justify3:before {
  content: "\e94b";
}
.icon-paragraph-left:before {
  content: "\e94c";
}
.icon-paragraph-left2:before {
  content: "\e94d";
}
.icon-paragraph-left3:before {
  content: "\e94e";
}
.icon-paragraph-right:before {
  content: "\e94f";
}
.icon-paragraph-right2:before {
  content: "\e950";
}
.icon-paragraph-right3:before {
  content: "\e951";
}
.icon-paste:before {
  content: "\e952";
}
.icon-paste2:before {
  content: "\e953";
}
.icon-paste3:before {
  content: "\e954";
}
.icon-patch:before {
  content: "\e955";
}
.icon-pause:before {
  content: "\e956";
}
.icon-pause2:before {
  content: "\e957";
}
.icon-paw:before {
  content: "\e958";
}
.icon-pawn:before {
  content: "\e959";
}
.icon-paypal:before {
  content: "\e95a";
}
.icon-paypal2:before {
  content: "\e95b";
}
.icon-paypal3:before {
  content: "\e95c";
}
.icon-peace:before {
  content: "\e95d";
}
.icon-pen:before {
  content: "\e95e";
}
.icon-pen2:before {
  content: "\e95f";
}
.icon-pen3:before {
  content: "\e960";
}
.icon-pen4:before {
  content: "\e961";
}
.icon-pen5:before {
  content: "\e962";
}
.icon-pencil:before {
  content: "\e963";
}
.icon-pencil2:before {
  content: "\e964";
}
.icon-pencil3:before {
  content: "\e965";
}
.icon-pencil4:before {
  content: "\e966";
}
.icon-pencil5:before {
  content: "\e967";
}
.icon-pencil6:before {
  content: "\e968";
}
.icon-people:before {
  content: "\e969";
}
.icon-phone:before {
  content: "\e96a";
}
.icon-phone2:before {
  content: "\e96b";
}
.icon-phone3:before {
  content: "\e96c";
}
.icon-phone4:before {
  content: "\e96d";
}
.icon-phone5:before {
  content: "\e96e";
}
.icon-phone6:before {
  content: "\e96f";
}
.icon-phone-hang-up:before {
  content: "\e970";
}
.icon-phone-hang-up2:before {
  content: "\e971";
}
.icon-piano:before {
  content: "\e972";
}
.icon-picassa:before {
  content: "\e973";
}
.icon-picassa2:before {
  content: "\e974";
}
.icon-pie:before {
  content: "\e975";
}
.icon-pie2:before {
  content: "\e976";
}
.icon-pie3:before {
  content: "\e977";
}
.icon-pie4:before {
  content: "\e978";
}
.icon-pie5:before {
  content: "\e979";
}
.icon-pie6:before {
  content: "\e97a";
}
.icon-pie7:before {
  content: "\e97b";
}
.icon-pilcrow:before {
  content: "\e97c";
}
.icon-pinterest:before {
  content: "\e97d";
}
.icon-pinterest2:before {
  content: "\e97e";
}
.icon-play:before {
  content: "\e97f";
}
.icon-play2:before {
  content: "\e980";
}
.icon-play3:before {
  content: "\e981";
}
.icon-play4:before {
  content: "\e982";
}
.icon-playlist:before {
  content: "\e983";
}
.icon-plus:before {
  content: "\e984";
}
.icon-plus2:before {
  content: "\e985";
}
.icon-plus-circle:before {
  content: "\e986";
}
.icon-plus-circle2:before {
  content: "\e987";
}
.icon-podcast:before {
  content: "\e988";
}
.icon-podcast2:before {
  content: "\e989";
}
.icon-podcast3:before {
  content: "\e98a";
}
.icon-podium:before {
  content: "\e98b";
}
.icon-point-down:before {
  content: "\e98c";
}
.icon-pointer:before {
  content: "\e98d";
}
.icon-point-left:before {
  content: "\e98e";
}
.icon-point-right:before {
  content: "\e98f";
}
.icon-point-up:before {
  content: "\e990";
}
.icon-popout:before {
  content: "\e991";
}
.icon-power:before {
  content: "\e992";
}
.icon-power2:before {
  content: "\e993";
}
.icon-power-cord:before {
  content: "\e994";
}
.icon-previous:before {
  content: "\e995";
}
.icon-print:before {
  content: "\e996";
}
.icon-print2:before {
  content: "\e997";
}
.icon-print3:before {
  content: "\e998";
}
.icon-profile:before {
  content: "\e999";
}
.icon-pushpin:before {
  content: "\e99a";
}
.icon-puzzle:before {
  content: "\e99b";
}
.icon-puzzle2:before {
  content: "\e99c";
}
.icon-puzzle3:before {
  content: "\e99d";
}
.icon-puzzle4:before {
  content: "\e99e";
}
.icon-pyramid:before {
  content: "\e99f";
}
.icon-pyramid2:before {
  content: "\e9a0";
}
.icon-qrcode:before {
  content: "\e9a1";
}
.icon-queen:before {
  content: "\e9a2";
}
.icon-question:before {
  content: "\e9a3";
}
.icon-question2:before {
  content: "\e9a4";
}
.icon-question3:before {
  content: "\e9a5";
}
.icon-question4:before {
  content: "\e9a6";
}
.icon-question5:before {
  content: "\e9a7";
}
.icon-quill:before {
  content: "\e9a8";
}
.icon-quill2:before {
  content: "\e9a9";
}
.icon-quill3:before {
  content: "\e9aa";
}
.icon-quotes-left:before {
  content: "\e9ab";
}
.icon-quotes-right:before {
  content: "\e9ac";
}
.icon-quotes-right2:before {
  content: "\e9ad";
}
.icon-quotes-right3:before {
  content: "\e9ae";
}
.icon-racing:before {
  content: "\e9af";
}
.icon-radio:before {
  content: "\e9b0";
}
.icon-radio2:before {
  content: "\e9b1";
}
.icon-radio-checked:before {
  content: "\e9b2";
}
.icon-radio-unchecked:before {
  content: "\e9b3";
}
.icon-rating:before {
  content: "\e9b4";
}
.icon-rating2:before {
  content: "\e9b5";
}
.icon-rating3:before {
  content: "\e9b6";
}
.icon-reading:before {
  content: "\e9b7";
}
.icon-reddit:before {
  content: "\e9b8";
}
.icon-redo:before {
  content: "\e9b9";
}
.icon-redo2:before {
  content: "\e9ba";
}
.icon-remove:before {
  content: "\e9bb";
}
.icon-remove2:before {
  content: "\e9bc";
}
.icon-remove3:before {
  content: "\e9bd";
}
.icon-remove4:before {
  content: "\e9be";
}
.icon-remove5:before {
  content: "\e9bf";
}
.icon-remove6:before {
  content: "\e9c0";
}
.icon-remove7:before {
  content: "\e9c1";
}
.icon-remove8:before {
  content: "\e9c2";
}
.icon-reply:before {
  content: "\e9c3";
}
.icon-reply2:before {
  content: "\e9c4";
}
.icon-resize:before {
  content: "\e9c5";
}
.icon-resize2:before {
  content: "\e9c6";
}
.icon-right-to-left:before {
  content: "\e9c7";
}
.icon-road:before {
  content: "\e9c8";
}
.icon-rock:before {
  content: "\e9c9";
}
.icon-rocket:before {
  content: "\e9ca";
}
.icon-rotate:before {
  content: "\e9cb";
}
.icon-rotate2:before {
  content: "\e9cc";
}
.icon-rulers:before {
  content: "\e9cd";
}
.icon-sad:before {
  content: "\e9ce";
}
.icon-sad2:before {
  content: "\e9cf";
}
.icon-safari:before {
  content: "\e9d0";
}
.icon-scale-down:before {
  content: "\e9d1";
}
.icon-scale-down2:before {
  content: "\e9d2";
}
.icon-scale-up:before {
  content: "\e9d3";
}
.icon-scale-up2:before {
  content: "\e9d4";
}
.icon-scissors:before {
  content: "\e9d5";
}
.icon-scissors2:before {
  content: "\e9d6";
}
.icon-scissors3:before {
  content: "\e9d7";
}
.icon-screen:before {
  content: "\e9d8";
}
.icon-screen2:before {
  content: "\e9d9";
}
.icon-screen3:before {
  content: "\e9da";
}
.icon-screen4:before {
  content: "\e9db";
}
.icon-screwdriver:before {
  content: "\e9dc";
}
.icon-screwdriver2:before {
  content: "\e9dd";
}
.icon-search:before {
  content: "\e9de";
}
.icon-search2:before {
  content: "\e9df";
}
.icon-search3:before {
  content: "\e9e0";
}
.icon-search4:before {
  content: "\e9e1";
}
.icon-search5:before {
  content: "\e9e2";
}
.icon-settings:before {
  content: "\e9e3";
}
.icon-seven-segment-0:before {
  content: "\e9e4";
}
.icon-seven-segment-1:before {
  content: "\e9e5";
}
.icon-seven-segment-2:before {
  content: "\e9e6";
}
.icon-seven-segment-3:before {
  content: "\e9e7";
}
.icon-seven-segment-4:before {
  content: "\e9e8";
}
.icon-seven-segment-5:before {
  content: "\e9e9";
}
.icon-seven-segment-6:before {
  content: "\e9ea";
}
.icon-seven-segment-7:before {
  content: "\e9eb";
}
.icon-seven-segment-8:before {
  content: "\e9ec";
}
.icon-seven-segment-9:before {
  content: "\e9ed";
}
.icon-share:before {
  content: "\e9ee";
}
.icon-share2:before {
  content: "\e9ef";
}
.icon-share3:before {
  content: "\e9f0";
}
.icon-shield:before {
  content: "\e9f1";
}
.icon-shield2:before {
  content: "\e9f2";
}
.icon-shield3:before {
  content: "\e9f3";
}
.icon-shield4:before {
  content: "\e9f4";
}
.icon-ship:before {
  content: "\e9f5";
}
.icon-shocked:before {
  content: "\e9f6";
}
.icon-shocked2:before {
  content: "\e9f7";
}
.icon-shuffle:before {
  content: "\e9f8";
}
.icon-shuffle2:before {
  content: "\e9f9";
}
.icon-sigma:before {
  content: "\e9fa";
}
.icon-signup:before {
  content: "\e9fb";
}
.icon-skull:before {
  content: "\e9fc";
}
.icon-skull2:before {
  content: "\e9fd";
}
.icon-skull3:before {
  content: "\e9fe";
}
.icon-skype:before {
  content: "\e9ff";
}
.icon-smiley:before {
  content: "\ea00";
}
.icon-smiley2:before {
  content: "\ea01";
}
.icon-snowflake:before {
  content: "\ea02";
}
.icon-soccer:before {
  content: "\ea03";
}
.icon-socket:before {
  content: "\ea04";
}
.icon-sort:before {
  content: "\ea05";
}
.icon-sort2:before {
  content: "\ea06";
}
.icon-soundcloud:before {
  content: "\ea07";
}
.icon-soundcloud2:before {
  content: "\ea08";
}
.icon-spades:before {
  content: "\ea09";
}
.icon-spam:before {
  content: "\ea0a";
}
.icon-spell-check:before {
  content: "\ea0b";
}
.icon-spinner:before {
  content: "\ea0c";
}
.icon-spinner2:before {
  content: "\ea0d";
}
.icon-spinner3:before {
  content: "\ea0e";
}
.icon-spinner4:before {
  content: "\ea0f";
}
.icon-spinner5:before {
  content: "\ea10";
}
.icon-spinner6:before {
  content: "\ea11";
}
.icon-spinner7:before {
  content: "\ea12";
}
.icon-spinner8:before {
  content: "\ea13";
}
.icon-spinner9:before {
  content: "\ea14";
}
.icon-spinner10:before {
  content: "\ea15";
}
.icon-spinner11:before {
  content: "\ea16";
}
.icon-spinner12:before {
  content: "\ea17";
}
.icon-spotlight:before {
  content: "\ea18";
}
.icon-square:before {
  content: "\ea19";
}
.icon-stack:before {
  content: "\ea1a";
}
.icon-stack2:before {
  content: "\ea1b";
}
.icon-stack3:before {
  content: "\ea1c";
}
.icon-stack4:before {
  content: "\ea1d";
}
.icon-stack-cancel:before {
  content: "\ea1e";
}
.icon-stack-checkmark:before {
  content: "\ea1f";
}
.icon-stack-clubs:before {
  content: "\ea20";
}
.icon-stack-diamonds:before {
  content: "\ea21";
}
.icon-stack-down:before {
  content: "\ea22";
}
.icon-stack-empty:before {
  content: "\ea23";
}
.icon-stack-hearts:before {
  content: "\ea24";
}
.icon-stack-list:before {
  content: "\ea25";
}
.icon-stack-minus:before {
  content: "\ea26";
}
.icon-stack-music:before {
  content: "\ea27";
}
.icon-stackoverflow:before {
  content: "\ea28";
}
.icon-stack-picture:before {
  content: "\ea29";
}
.icon-stack-play:before {
  content: "\ea2a";
}
.icon-stack-plus:before {
  content: "\ea2b";
}
.icon-stack-spades:before {
  content: "\ea2c";
}
.icon-stack-star:before {
  content: "\ea2d";
}
.icon-stack-up:before {
  content: "\ea2e";
}
.icon-stack-user:before {
  content: "\ea2f";
}
.icon-stairs:before {
  content: "\ea30";
}
.icon-stairs2:before {
  content: "\ea31";
}
.icon-stairs-down:before {
  content: "\ea32";
}
.icon-stairs-down2:before {
  content: "\ea33";
}
.icon-star:before {
  content: "\ea34";
}
.icon-star2:before {
  content: "\ea35";
}
.icon-star3:before {
  content: "\ea36";
}
.icon-star4:before {
  content: "\ea37";
}
.icon-star5:before {
  content: "\ea38";
}
.icon-star6:before {
  content: "\ea39";
}
.icon-starburst:before {
  content: "\ea3a";
}
.icon-stats:before {
  content: "\ea3b";
}
.icon-stats2:before {
  content: "\ea3c";
}
.icon-stats3:before {
  content: "\ea3d";
}
.icon-stats-down:before {
  content: "\ea3e";
}
.icon-stats-up:before {
  content: "\ea3f";
}
.icon-steam:before {
  content: "\ea40";
}
.icon-steam2:before {
  content: "\ea41";
}
.icon-steps:before {
  content: "\ea42";
}
.icon-stop:before {
  content: "\ea43";
}
.icon-stop2:before {
  content: "\ea44";
}
.icon-stopwatch:before {
  content: "\ea45";
}
.icon-storage:before {
  content: "\ea46";
}
.icon-storage2:before {
  content: "\ea47";
}
.icon-strikethrough:before {
  content: "\ea48";
}
.icon-strikethrough2:before {
  content: "\ea49";
}
.icon-strikethrough3:before {
  content: "\ea4a";
}
.icon-stumbleupon:before {
  content: "\ea4b";
}
.icon-stumbleupon2:before {
  content: "\ea4c";
}
.icon-subscript:before {
  content: "\ea4d";
}
.icon-subscript2:before {
  content: "\ea4e";
}
.icon-subtract:before {
  content: "\ea4f";
}
.icon-sun:before {
  content: "\ea50";
}
.icon-sun2:before {
  content: "\ea51";
}
.icon-sun-glasses:before {
  content: "\ea52";
}
.icon-superscript:before {
  content: "\ea53";
}
.icon-superscript2:before {
  content: "\ea54";
}
.icon-support:before {
  content: "\ea55";
}
.icon-switch:before {
  content: "\ea56";
}
.icon-tab:before {
  content: "\ea57";
}
.icon-table:before {
  content: "\ea58";
}
.icon-table2:before {
  content: "\ea59";
}
.icon-tablet:before {
  content: "\ea5a";
}
.icon-tag:before {
  content: "\ea5b";
}
.icon-tag2:before {
  content: "\ea5c";
}
.icon-tag3:before {
  content: "\ea5d";
}
.icon-tag4:before {
  content: "\ea5e";
}
.icon-tag5:before {
  content: "\ea5f";
}
.icon-tag6:before {
  content: "\ea60";
}
.icon-tag7:before {
  content: "\ea61";
}
.icon-tag8:before {
  content: "\ea62";
}
.icon-tags:before {
  content: "\ea63";
}
.icon-tags2:before {
  content: "\ea64";
}
.icon-target:before {
  content: "\ea65";
}
.icon-target2:before {
  content: "\ea66";
}
.icon-target3:before {
  content: "\ea67";
}
.icon-temperature:before {
  content: "\ea68";
}
.icon-temperature2:before {
  content: "\ea69";
}
.icon-text-color:before {
  content: "\ea6a";
}
.icon-text-height:before {
  content: "\ea6b";
}
.icon-text-width:before {
  content: "\ea6c";
}
.icon-thumbs-down:before {
  content: "\ea6d";
}
.icon-thumbs-down2:before {
  content: "\ea6e";
}
.icon-thumbs-up:before {
  content: "\ea6f";
}
.icon-thumbs-up2:before {
  content: "\ea70";
}
.icon-thumbs-up3:before {
  content: "\ea71";
}
.icon-thumbs-up4:before {
  content: "\ea72";
}
.icon-thumbs-up5:before {
  content: "\ea73";
}
.icon-thumbs-up6:before {
  content: "\ea74";
}
.icon-ticket:before {
  content: "\ea75";
}
.icon-tongue:before {
  content: "\ea76";
}
.icon-tongue2:before {
  content: "\ea77";
}
.icon-tools:before {
  content: "\ea78";
}
.icon-train:before {
  content: "\ea79";
}
.icon-transmission:before {
  content: "\ea7a";
}
.icon-transmission2:before {
  content: "\ea7b";
}
.icon-tree:before {
  content: "\ea7c";
}
.icon-tree2:before {
  content: "\ea7d";
}
.icon-tree3:before {
  content: "\ea7e";
}
.icon-tree4:before {
  content: "\ea7f";
}
.icon-tree5:before {
  content: "\ea80";
}
.icon-trophy:before {
  content: "\ea81";
}
.icon-trophy2:before {
  content: "\ea82";
}
.icon-trophy-star:before {
  content: "\ea83";
}
.icon-truck:before {
  content: "\ea84";
}
.icon-tshirt:before {
  content: "\ea85";
}
.icon-tumblr:before {
  content: "\ea86";
}
.icon-tumblr2:before {
  content: "\ea87";
}
.icon-tux:before {
  content: "\ea88";
}
.icon-tv:before {
  content: "\ea89";
}
.icon-twitter:before {
  content: "\ea8a";
}
.icon-twitter2:before {
  content: "\ea8b";
}
.icon-twitter3:before {
  content: "\ea8c";
}
.icon-type:before {
  content: "\ea8d";
}
.icon-umbrella:before {
  content: "\ea8e";
}
.icon-underline:before {
  content: "\ea8f";
}
.icon-underline2:before {
  content: "\ea90";
}
.icon-undo:before {
  content: "\ea91";
}
.icon-undo2:before {
  content: "\ea92";
}
.icon-unite:before {
  content: "\ea93";
}
.icon-unlocked:before {
  content: "\ea94";
}
.icon-unlocked2:before {
  content: "\ea95";
}
.icon-upload:before {
  content: "\ea96";
}
.icon-upload2:before {
  content: "\ea97";
}
.icon-upload3:before {
  content: "\ea98";
}
.icon-upload4:before {
  content: "\ea99";
}
.icon-upload5:before {
  content: "\ea9a";
}
.icon-upload6:before {
  content: "\ea9b";
}
.icon-upload7:before {
  content: "\ea9c";
}
.icon-user:before {
  content: "\ea9d";
}
.icon-user2:before {
  content: "\ea9e";
}
.icon-user3:before {
  content: "\ea9f";
}
.icon-user4:before {
  content: "\eaa0";
}
.icon-user5:before {
  content: "\eaa1";
}
.icon-user6:before {
  content: "\eaa2";
}
.icon-user7:before {
  content: "\eaa3";
}
.icon-user8:before {
  content: "\eaa4";
}
.icon-user-block:before {
  content: "\eaa5";
}
.icon-user-block2:before {
  content: "\eaa6";
}
.icon-user-cancel:before {
  content: "\eaa7";
}
.icon-user-cancel2:before {
  content: "\eaa8";
}
.icon-user-minus:before {
  content: "\eaa9";
}
.icon-user-minus2:before {
  content: "\eaaa";
}
.icon-user-minus3:before {
  content: "\eaab";
}
.icon-user-plus:before {
  content: "\eaac";
}
.icon-user-plus2:before {
  content: "\eaad";
}
.icon-user-plus3:before {
  content: "\eaae";
}
.icon-users:before {
  content: "\eaaf";
}
.icon-users2:before {
  content: "\eab0";
}
.icon-users3:before {
  content: "\eab1";
}
.icon-users4:before {
  content: "\eab2";
}
.icon-users5:before {
  content: "\eab3";
}
.icon-vcard:before {
  content: "\eab4";
}
.icon-vector:before {
  content: "\eab5";
}
.icon-vimeo:before {
  content: "\eab6";
}
.icon-vimeo2:before {
  content: "\eab7";
}
.icon-vimeo3:before {
  content: "\eab8";
}
.icon-volume0:before {
  content: "\eab9";
}
.icon-volume1:before {
  content: "\eaba";
}
.icon-volume2:before {
  content: "\eabb";
}
.icon-volume3:before {
  content: "\eabc";
}
.icon-volume4:before {
  content: "\eabd";
}
.icon-volume5:before {
  content: "\eabe";
}
.icon-volume-decrease:before {
  content: "\eabf";
}
.icon-volume-decrease2:before {
  content: "\eac0";
}
.icon-volume-high:before {
  content: "\eac1";
}
.icon-volume-high2:before {
  content: "\eac2";
}
.icon-volume-increase:before {
  content: "\eac3";
}
.icon-volume-increase2:before {
  content: "\eac4";
}
.icon-volume-low:before {
  content: "\eac5";
}
.icon-volume-low2:before {
  content: "\eac6";
}
.icon-volume-medium:before {
  content: "\eac7";
}
.icon-volume-medium2:before {
  content: "\eac8";
}
.icon-volume-mute:before {
  content: "\eac9";
}
.icon-volume-mute2:before {
  content: "\eaca";
}
.icon-volume-mute3:before {
  content: "\eacb";
}
.icon-volume-mute4:before {
  content: "\eacc";
}
.icon-volume-mute5:before {
  content: "\eacd";
}
.icon-volume-mute6:before {
  content: "\eace";
}
.icon-wand:before {
  content: "\eacf";
}
.icon-wand2:before {
  content: "\ead0";
}
.icon-warning:before {
  content: "\ead1";
}
.icon-warning2:before {
  content: "\ead2";
}
.icon-watch:before {
  content: "\ead3";
}
.icon-wave:before {
  content: "\ead4";
}
.icon-wave2:before {
  content: "\ead5";
}
.icon-weather-lightning:before {
  content: "\ead6";
}
.icon-weather-rain:before {
  content: "\ead7";
}
.icon-weather-snow:before {
  content: "\ead8";
}
.icon-width:before {
  content: "\ead9";
}
.icon-windows:before {
  content: "\eada";
}
.icon-windows8:before {
  content: "\eadb";
}
.icon-windy:before {
  content: "\eadc";
}
.icon-wink:before {
  content: "\eadd";
}
.icon-wink2:before {
  content: "\eade";
}
.icon-woman:before {
  content: "\eadf";
}
.icon-wondering:before {
  content: "\eae0";
}
.icon-wondering2:before {
  content: "\eae1";
}
.icon-wordpress:before {
  content: "\eae2";
}
.icon-wordpress2:before {
  content: "\eae3";
}
.icon-wrench:before {
  content: "\eae4";
}
.icon-wrench2:before {
  content: "\eae5";
}
.icon-wrench3:before {
  content: "\eae6";
}
.icon-wrench4:before {
  content: "\eae7";
}
.icon-xing:before {
  content: "\eae8";
}
.icon-xing2:before {
  content: "\eae9";
}
.icon-yahoo:before {
  content: "\eaea";
}
.icon-yelp:before {
  content: "\eaeb";
}
.icon-yin-yang:before {
  content: "\eaec";
}
.icon-youtube:before {
  content: "\eaed";
}
.icon-youtube2:before {
  content: "\eaee";
}
.icon-zoom-in:before {
  content: "\eaef";
}
.icon-zoom-in2:before {
  content: "\eaf0";
}
.icon-zoom-out:before {
  content: "\eaf1";
}
.icon-zoom-out2:before {
  content: "\eaf2";
}
.icon-heart9:before {
  content: "\eaf3";
}
.icon-cloud4:before {
  content: "\eaf4";
}
.icon-star7:before {
  content: "\eaf5";
}
@font-face {
  font-family: "croweglyph";
  src: url("./media/croweglyph-HYFWVZRX.eot?-fe086y");
  src:
    url("./media/croweglyph-HYFWVZRX.eot?#iefix-fe086y") format("embedded-opentype"),
    url("./media/croweglyph-6XXEEUI2.woff?-fe086y") format("woff"),
    url("./media/croweglyph-6EZS6BZA.ttf?-fe086y") format("truetype"),
    url("./media/croweglyph-5ON3ZEWR.svg?-fe086y#croweglyph") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ch-],
[class*=" ch-"] {
  font-family: "croweglyph";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.ch-business:before {
  content: "\e601";
}
.ch-business-add:before {
  content: "\e602";
}
.ch-business-prospect:before {
  content: "\e603";
}
.ch-user-prospect:before {
  content: "\e604";
}
.ch-user-delegate:before {
  content: "\e605";
}
.ch-daily:before {
  content: "\e606";
}
.ch-monthly:before {
  content: "\e607";
}
.ch-trending_daily:before {
  content: "\e608";
}
.ch-trending_monthly:before {
  content: "\e609";
}
.ch-multiple_period:before {
  content: "\e600";
}
.ch-custom_settings:before {
  content: "\e60a";
}
.ch-analysis_summary:before {
  content: "\e60b";
}
.ch-revenue_projection:before {
  content: "\e60c";
}
.ch-surveys:before {
  content: "\e60d";
}
.ch-save_academic:before {
  content: "\e60e";
}
.ch-logout:before {
  content: "\e60f";
}
.ch-mixed:before {
  content: "\e610";
}
.ch-reassign:before {
  content: "\e611";
}
.ch-transaction:before {
  content: "\e612";
}
.ch-view_replies:before {
  content: "\e613";
}
.size-sm {
  font-size: 1em;
}
.size-1x {
  font-size: 1.333em;
}
.size-2x,
.size-md {
  font-size: 2em;
}
.size-3x,
.size-lg {
  font-size: 3em;
}
.size-4x,
.size-xl {
  font-size: 4em;
}
.size-5x,
.size-xxl {
  font-size: 5em;
}
.ico-bg {
  display: inline-block;
  margin-top: 1px;
  padding: 1px;
  background-color: #ddd;
  border-radius: 4px;
  font-size: 85%;
  vertical-align: top;
  line-height: 1;
}
.spin {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
}
@-webkit-keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.flip-horz {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.flip-vert {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .rotate-90,
:root .rotate-180,
:root .rotate-270,
:root .flip-horz,
:root .flip-vert {
  filter: none;
}
.stack {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  vertical-align: text-top;
}
.stack-1x,
.stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.stack-1x {
  line-height: inherit;
}
.inverse {
  color: #fff;
}
kendo-upload.k-upload {
  background: #f1f1f1;
  color: #333;
}
kendo-upload .k-file-success .k-progress {
  position: relative !important;
  z-index: 0 !important;
  background: transparent !important;
}
kendo-upload .k-header,
kendo-upload .k-grid-header {
  background: #f1f1f1 !important;
}
kendo-upload .k-file,
kendo-upload .k-file-success {
  color: #337ab7 !important;
  font-size: 13px;
  position: relative !important;
}
kendo-upload .k-file-extension-wrapper {
  color: #ef0202 !important;
  font-family: "icomoon";
  left: 5px;
  position: absolute;
  font-size: 25px;
  border: 0 !important;
}
kendo-upload .k-file-extension-wrapper:before {
  content: "\e7ef" !important;
  border: 0 !important;
  width: 25px !important;
  height: 100%;
  font-family: icomoon !important;
  font-size: 25px;
  font-weight: normal;
  left: 2px;
}
kendo-upload .k-file-extension-wrapper .k-file-extension {
  display: none;
}
kendo-upload .k-file-name-size-wrapper {
  width: 90% !important;
  display: block !important;
  float: left !important;
}
kendo-upload .k-upload-action {
  color: #fff !important;
  margin-top: 10px !important;
  background: #fff !important;
  font-family: "icomoon";
}
kendo-upload .k-upload-action span.k-delete {
  color: #6699cc !important;
  font-family: "icomoon";
}
kendo-upload .k-upload-action span.k-delete:before {
  content: "\e9bc";
  width: 100%;
  height: 100%;
}
kendo-upload .k-file-single {
  width: 100% !important;
}
.striped-row {
  border-radius: 0;
  padding: 15px;
  min-height: 45px;
}
.striped-row:nth-child(even) {
  background-color: #f3f3f3;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.striped-row:nth-child(odd) {
  background-color: #ffffff;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.panel.card.panel-default {
  box-shadow: none;
}
.engagement-scope-wrapper .k-grid-content .input-group .form-control {
  width: 65%;
  font-size: 11px !important;
}
.engagement-scope-wrapper .k-grid-content .input-group .input-group-addon {
  width: 30px;
  float: left;
  display: inline-block;
  border: 0;
  top: 3px !important;
  position: relative !important;
  padding: 0 !important;
  background: #fff;
}
.mobile-labels {
  margin: 5px 0;
  font-weight: bold;
  font-size: 14px;
}
form.form-inline > .form-group > label,
form.form-inline > .form-group > .form-control {
  margin-right: 10px;
}
.k-tabstrip > .k-tabstrip-items {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.k-header {
  font-weight: 400 !important;
}
.well.row-well-body-2-select-billing-terms:nth-child(even) {
  background-color: #ffffff;
}
.client-profile-search-dash #searchMenu {
  position: absolute;
  left: 20px;
  top: 0;
}
.client-profile-search-dash #right-side {
  position: absolute;
  right: 20px;
  top: 0;
}
.UnLoadGrid-LegalEntity .k-grid-container,
.UnLoadGrid-LegalEntity .k-grid-pager {
  visibility: hidden;
}
select.inputError {
  border: #bb2323 1px solid !important;
}
select.inputError:focus {
  border: #bb2323 1px solid !important;
  box-shadow: 1px 1px 7px 1px rgba(255, 0, 0, 0.4) !important;
}
.change-order-wrap {
  margin: 0 !important;
  position: relative;
  top: -54px;
  margin-bottom: -40px !important;
  margin-left: 50% !important;
}
.panel.panel-default.billing-terms table.auto-width th {
  font-weight: 400 !important;
}
.panel.panel-default.billing-terms table.auto-width th.spanned-cell {
  text-align: center;
  border-color: #ffffff;
  border-style: solid;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-top-width: 0px;
}
.panel.panel-default.billing-terms {
  position: relative;
}
.panel.panel-default.billing-terms table.auto-width td input.form-control {
  min-width: 80px;
}
.panel.panel-default.billing-terms table.auto-width td input.form-control.longer-cell {
  min-width: 200px;
}
.panel.panel-default.billing-terms table.auto-width select.form-control {
  padding: 6px 12px;
  margin: 0px;
  width: auto;
  min-width: 100%;
}
.panel.panel-default.billing-terms table.auto-width th,
.panel.panel-default.billing-terms table.auto-width td {
  padding: 10px 15px;
  white-space: nowrap;
}
.panel.panel-default.billing-terms .table-auto-width {
  width: 100%;
  overflow-x: auto;
}
.panel.panel-default.billing-terms .table-auto-width .table-cell-checkbox {
  text-align: center;
  vertical-align: middle;
}
.main-section .k-tabstrip-top > .k-tabstrip-items {
  border: none;
}
.k-tabstrip > .k-tabstrip-items .k-item.k-state-active > .k-link,
.k-tabstrip > .k-tabstrip-items .k-item.k-state-active > .k-link:hover {
  color: #555555;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  border-top: 5px solid #fdb913;
  border-bottom-color: transparent;
  padding-top: 3px;
  cursor: default;
}
.k-tabstrip > .k-tabstrip-items .k-item > .k-link {
  background-color: #f3f3f3;
  color: #333333;
  margin: 0;
  padding: 7px 12px 5px;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.k-tabstrip > .k-tabstrip-items .k-item > .k-link:hover {
  border-color: #f3f3f3 #f3f3f3 #dddddd;
  background-color: #ffffff;
  color: #555555;
}

/* angular:styles/global:styles */
