@charset "UTF-8";

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

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=035ca5b011f48c9c1f80b703ed6fa729)
 * Config saved to config.json and https://gist.github.com/035ca5b011f48c9c1f80b703ed6fa729
 */

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .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: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -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] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-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 silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    background: 0 0!important;
    color: #000!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

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

  .navbar {
    display: none;
  }

  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000!important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse!important;
  }

  .table td,
  .table th {
    background-color: #fff!important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd!important;
  }
}

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

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

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

body {
  font-family: Ubuntu,sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #000005;
  background-color: #fff;
}

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

a {
  color: #0077c8;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #004b98;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 17px;
  margin-bottom: 17px;
  border: 0;
  border-top: 1px solid #e7e7e8;
}

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

[role=button] {
  cursor: pointer;
}

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

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #d5d7d8;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}

.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,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

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

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

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

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

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

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

p {
  margin: 0 0 8.5px;
}

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

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

.small,
small {
  font-size: 91%;
}

.mark,
mark {
  background-color: #fde9d2;
  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: #d5d7d8;
}

.text-primary {
  color: #0077c8;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #005995;
}

.text-success {
  color: #509e2f;
}

a.text-success:focus,
a.text-success:hover {
  color: #3c7723;
}

.text-info {
  color: #0077c8;
}

a.text-info:focus,
a.text-info:hover {
  color: #005995;
}

.text-warning {
  color: #ed8b00;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ba6d00;
}

.text-danger {
  color: #c8102a;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #990c20;
}

.bg-primary {
  color: #fff;
  background-color: #0077c8;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #005995;
}

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

a.bg-success:focus,
a.bg-success:hover {
  background-color: #cadba8;
}

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

a.bg-info:focus,
a.bg-info:hover {
  background-color: #a1d3ed;
}

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

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #fbd1a1;
}

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

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #efa6af;
}

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

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 17px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #d5d7d8;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  font-size: 15px;
  border-left: 5px solid #e7e7e8;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #d5d7d8;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e7e7e8;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 11px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #9a9ea1;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  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-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #d5d7d8;
  text-align: left;
}

th {
  text-align: left;
}

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

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e7e7e8;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #e7e7e8;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #e7e7e8;
}

.table .table {
  background-color: #fff;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e7e7e8;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #e7e7e8;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f1f9fe;
}

.table-hover>tbody>tr:hover {
  background-color: #e5f5fd;
}

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>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #e5f5fd;
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #cdecfb;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #e0eacc;
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d5e3ba;
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #cce7f5;
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #b7ddf1;
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fde9d2;
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #fcddba;
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f7d1d6;
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #f3bbc3;
}

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

@media screen and (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 12.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e7e7e8;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0;
  }
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 18px;
  line-height: inherit;
  color: #9a9ea1;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #2b3336;
}

.form-control {
  display: block;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #2b3336;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #e7e7e8;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

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

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

  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 28px;
  }

  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 42px;
  }
}

.form-group {
  margin-bottom: 15px;
}

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

.checkbox label,
.radio label {
  min-height: 17px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 29px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 28px;
  line-height: 28px;
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}

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

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

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

.form-group-sm .form-control-static {
  height: 28px;
  min-height: 28px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 42px;
  line-height: 42px;
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}

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

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

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

.form-group-lg .form-control-static {
  height: 42px;
  min-height: 32px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.33;
}

.has-feedback {
  position: relative;
}

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

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

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #509e2f;
}

.has-success .form-control {
  border-color: #509e2f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
  border-color: #3c7723;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #83d063;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #83d063;
}

.has-success .input-group-addon {
  color: #509e2f;
  border-color: #509e2f;
  background-color: #e0eacc;
}

.has-success .form-control-feedback {
  color: #509e2f;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #ed8b00;
}

.has-warning .form-control {
  border-color: #ed8b00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
  border-color: #ba6d00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb854;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ffb854;
}

.has-warning .input-group-addon {
  color: #ed8b00;
  border-color: #ed8b00;
  background-color: #fde9d2;
}

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

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #c8102a;
}

.has-error .form-control {
  border-color: #c8102a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
  border-color: #990c20;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f14d64;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #f14d64;
}

.has-error .input-group-addon {
  color: #c8102a;
  border-color: #c8102a;
  background-color: #f7d1d6;
}

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

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

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

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

@media (min-width:768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }

  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

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

@media (min-width:768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

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

.btn-primary {
  color: #fff;
  background-color: #0077c8;
  border-color: #0068af;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #005995;
  border-color: #001c2f;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005995;
  border-color: #004371;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #005995;
  border-color: #004371;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #004371;
  border-color: #001c2f;
}

.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #0077c8;
  border-color: #0068af;
}

.btn-primary .badge {
  color: #0077c8;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #509e2f;
  border-color: #468a29;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #3c7723;
  border-color: #14280c;
}

.btn-success:hover {
  color: #fff;
  background-color: #3c7723;
  border-color: #2e5b1b;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #3c7723;
  border-color: #2e5b1b;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #2e5b1b;
  border-color: #14280c;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #509e2f;
  border-color: #468a29;
}

.btn-success .badge {
  color: #509e2f;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #0077c8;
  border-color: #0068af;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #005995;
  border-color: #001c2f;
}

.btn-info:hover {
  color: #fff;
  background-color: #005995;
  border-color: #004371;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #005995;
  border-color: #004371;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #004371;
  border-color: #001c2f;
}

.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #0077c8;
  border-color: #0068af;
}

.btn-info .badge {
  color: #0077c8;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ed8b00;
  border-color: #d47c00;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ba6d00;
  border-color: #543100;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ba6d00;
  border-color: #965800;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ba6d00;
  border-color: #965800;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #965800;
  border-color: #543100;
}

.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #ed8b00;
  border-color: #d47c00;
}

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

.btn-danger {
  color: #fff;
  background-color: #c8102a;
  border-color: #b00e25;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #990c20;
  border-color: #3a050c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #990c20;
  border-color: #780a19;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #990c20;
  border-color: #780a19;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #780a19;
  border-color: #3a050c;
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #c8102a;
  border-color: #b00e25;
}

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

.btn-link {
  color: #0077c8;
  font-weight: 400;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #d5d7d8;
  text-decoration: none;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropdown,
.dropup {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #9a9ea1;
  white-space: nowrap;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #8d9195;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0077c8;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #d5d7d8;
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #d5d7d8;
  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 dashed;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    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-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-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=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.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: 42px;
  line-height: 42px;
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.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: 5px 10px;
  font-size: 11px;
  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;
}

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

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 12px;
  font-weight: 400;
  line-height: 1;
  color: #2b3336;
  text-align: center;
  background-color: #e7e7e8;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  border-radius: 6px;
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  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:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  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:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  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 {
  z-index: 2;
  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;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.nav>li.disabled>a {
  color: #d5d7d8;
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #d5d7d8;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: #0077c8;
}

.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #e7e7e8;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #0077c8;
  border: 1px solid #0077c8;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  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:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #e7e7e8;
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #e7e7e8;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #0077c8;
  }
}

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

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

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

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #0077c8;
}

.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:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #e7e7e8;
}

@media (min-width:768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #e7e7e8;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #0077c8;
  }
}

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 17px;
  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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  -webkit-overflow-scrolling: touch;
}

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

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }

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

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

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 15px;
  line-height: 17px;
  height: 50px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 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.25px -15px;
}

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

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 17px;
  }

  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

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

  .navbar-nav>li>a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}

@media (min-width:768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }

  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left!important;
  }

  .navbar-right {
    float: right!important;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #fff;
  border-color: #eee;
}

.navbar-default .navbar-brand {
  color: #000005;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #000;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #000005;
}

.navbar-default .navbar-nav>li>a {
  color: #000005;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #000005;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #000005;
  background-color: #eee;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eee;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #eee;
  color: #000005;
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000005;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #000005;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #000005;
    background-color: #eee;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #000005;
}

.navbar-default .navbar-link:hover {
  color: #000005;
}

.navbar-default .btn-link {
  color: #000005;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #000005;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #fdfdfd;
}

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

.navbar-inverse .navbar-text {
  color: #fdfdfd;
}

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

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #080808;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fdfdfd;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #fdfdfd;
}

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

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

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

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #2b3336;
  border-radius: 4px;
}

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

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

.breadcrumb>.active {
  color: #fff;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #0077c8;
  background-color: #fff;
  border: 1px solid #ddd;
  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:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #004b98;
  background-color: #e7e7e8;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #0077c8;
  border-color: #0077c8;
  cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #d5d7d8;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

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

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

.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: 17px 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: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #d5d7d8;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #d5d7d8;
}

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

.label-primary {
  background-color: #0077c8;
}

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

.label-success {
  background-color: #509e2f;
}

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

.label-info {
  background-color: #0077c8;
}

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #0077c8;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #e7e7e8;
}

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

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

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

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 54px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 17px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail a>img,
.thumbnail>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #0077c8;
}

.thumbnail .caption {
  padding: 9px;
  color: #000005;
}

.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

.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: #e0eacc;
  border-color: #dce3ba;
  color: #509e2f;
}

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

.alert-success .alert-link {
  color: #3c7723;
}

.alert-info {
  background-color: #cce7f5;
  border-color: #aee4ef;
  color: #0077c8;
}

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

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

.alert-warning {
  background-color: #fde9d2;
  border-color: #fcd2ba;
  color: #ed8b00;
}

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

.alert-warning .alert-link {
  color: #ba6d00;
}

.alert-danger {
  background-color: #f7d1d6;
  border-color: #f3bbcc;
  color: #c8102a;
}

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

.alert-danger .alert-link {
  color: #990c20;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 11px;
  line-height: 17px;
  color: #fff;
  text-align: center;
  background-color: #0077c8;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

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

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #509e2f;
}

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

.progress-bar-info {
  background-color: #0077c8;
}

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

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

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

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

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

.media {
  margin-top: 15px;
}

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

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

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

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

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

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

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

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

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

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

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

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0077c8;
  border-color: #0077c8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #95d4ff;
}

.list-group-item-success {
  color: #509e2f;
  background-color: #e0eacc;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #509e2f;
}

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

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #509e2f;
  background-color: #d5e3ba;
}

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

.list-group-item-info {
  color: #0077c8;
  background-color: #cce7f5;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0077c8;
}

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

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0077c8;
  background-color: #b7ddf1;
}

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

.list-group-item-warning {
  color: #ed8b00;
  background-color: #fde9d2;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #ed8b00;
}

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

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #ed8b00;
  background-color: #fcddba;
}

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

.list-group-item-danger {
  color: #c8102a;
  background-color: #f7d1d6;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #c8102a;
}

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

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #c8102a;
  background-color: #f3bbc3;
}

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

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

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

.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

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

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

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

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

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  margin-bottom: 0;
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

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

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

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

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #e7e7e8;
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 17px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #e7e7e8;
}

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

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

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

.panel-default>.panel-heading {
  color: #9a9ea1;
  background-color: #eeefef;
  border-color: #e7e7e8;
}

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

.panel-default>.panel-heading .badge {
  color: #eeefef;
  background-color: #9a9ea1;
}

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

.panel-primary {
  border-color: #0077c8;
}

.panel-primary>.panel-heading {
  color: #000005;
  background-color: #0077c8;
  border-color: #0077c8;
}

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

.panel-primary>.panel-heading .badge {
  color: #0077c8;
  background-color: #000005;
}

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

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

.panel-success>.panel-heading {
  color: #509e2f;
  background-color: #e0eacc;
  border-color: #dce3ba;
}

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

.panel-success>.panel-heading .badge {
  color: #e0eacc;
  background-color: #509e2f;
}

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

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

.panel-info>.panel-heading {
  color: #0077c8;
  background-color: #cce7f5;
  border-color: #aee4ef;
}

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

.panel-info>.panel-heading .badge {
  color: #cce7f5;
  background-color: #0077c8;
}

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

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

.panel-warning>.panel-heading {
  color: #ed8b00;
  background-color: #fde9d2;
  border-color: #fcd2ba;
}

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

.panel-warning>.panel-heading .badge {
  color: #fde9d2;
  background-color: #ed8b00;
}

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

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

.panel-danger>.panel-heading {
  color: #c8102a;
  background-color: #f7d1d6;
  border-color: #f3bbcc;
}

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

.panel-danger>.panel-heading .badge {
  color: #f7d1d6;
  background-color: #c8102a;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #e7e7e8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  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: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
  box-shadow: 0 3px 9px rgba(0,0,0,.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-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,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Ubuntu,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
}

.tooltip.in {
  opacity: .9;
}

.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: #000005;
  text-align: center;
  background-color: #eeefef;
  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: #eeefef;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eeefef;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #eeefef;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #eeefef;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #eeefef;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeefef;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeefef;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #eeefef;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Ubuntu,sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #eeefef;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid #d5d7d8;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #e6e8e8;
  border-bottom: 1px solid #d9dbdb;
  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: #999;
  border-top-color: #d5d7d8;
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #eeefef;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: #d5d7d8;
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #eeefef;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: #d5d7d8;
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #eeefef;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: #d5d7d8;
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #eeefef;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }

  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}

.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: .5;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background-color: rgba(0,0,0,0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
  background-repeat: repeat-x;
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0,0,0,0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.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-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none!important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.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!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.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!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.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!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.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!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.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;
  }
}

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

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=035ca5b011f48c9c1f80b703ed6fa729)
 * Config saved to config.json and https://gist.github.com/035ca5b011f48c9c1f80b703ed6fa729
 */

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

.btn-danger,
.btn-default,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-danger.disabled,
.btn-danger[disabled],
.btn-default.disabled,
.btn-default[disabled],
.btn-info.disabled,
.btn-info[disabled],
.btn-primary.disabled,
.btn-primary[disabled],
.btn-success.disabled,
.btn-success[disabled],
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-warning {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger .badge,
.btn-default .badge,
.btn-info .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-warning .badge {
  text-shadow: none;
}

.btn.active,
.btn:active {
  background-image: none;
}

.btn-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#e0e0e0));
  background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default.active,
.btn-default:active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #e0e0e0;
  background-image: none;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#00538b 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#00538b 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#00538b));
  background-image: linear-gradient(to bottom,#0077c8 0,#00538b 100%);
  background-repeat: repeat-x;
  border-color: #004d81;
}

.btn-primary:focus,
.btn-primary:hover {
  background-color: #00538b;
  background-position: 0 -15px;
}

.btn-primary.active,
.btn-primary:active {
  background-color: #00538b;
  border-color: #004d81;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #00538b;
  background-image: none;
}

.btn-success {
  background-image: -webkit-linear-gradient(top,#509e2f 0,#386f21 100%);
  background-image: -o-linear-gradient(top,#509e2f 0,#386f21 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#509e2f),to(#386f21));
  background-image: linear-gradient(to bottom,#509e2f 0,#386f21 100%);
  background-repeat: repeat-x;
  border-color: #34671f;
}

.btn-success:focus,
.btn-success:hover {
  background-color: #386f21;
  background-position: 0 -15px;
}

.btn-success.active,
.btn-success:active {
  background-color: #386f21;
  border-color: #34671f;
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #386f21;
  background-image: none;
}

.btn-info {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#00538b 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#00538b 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#00538b));
  background-image: linear-gradient(to bottom,#0077c8 0,#00538b 100%);
  background-repeat: repeat-x;
  border-color: #004d81;
}

.btn-info:focus,
.btn-info:hover {
  background-color: #00538b;
  background-position: 0 -15px;
}

.btn-info.active,
.btn-info:active {
  background-color: #00538b;
  border-color: #004d81;
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #00538b;
  background-image: none;
}

.btn-warning {
  background-image: -webkit-linear-gradient(top,#ed8b00 0,#b06700 100%);
  background-image: -o-linear-gradient(top,#ed8b00 0,#b06700 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ed8b00),to(#b06700));
  background-image: linear-gradient(to bottom,#ed8b00 0,#b06700 100%);
  background-repeat: repeat-x;
  border-color: #a66100;
}

.btn-warning:focus,
.btn-warning:hover {
  background-color: #b06700;
  background-position: 0 -15px;
}

.btn-warning.active,
.btn-warning:active {
  background-color: #b06700;
  border-color: #a66100;
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #b06700;
  background-image: none;
}

.btn-danger {
  background-image: -webkit-linear-gradient(top,#c8102a 0,#8f0b1e 100%);
  background-image: -o-linear-gradient(top,#c8102a 0,#8f0b1e 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8102a),to(#8f0b1e));
  background-image: linear-gradient(to bottom,#c8102a 0,#8f0b1e 100%);
  background-repeat: repeat-x;
  border-color: #860b1c;
}

.btn-danger:focus,
.btn-danger:hover {
  background-color: #8f0b1e;
  background-position: 0 -15px;
}

.btn-danger.active,
.btn-danger:active {
  background-color: #8f0b1e;
  border-color: #860b1c;
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #8f0b1e;
  background-image: none;
}

.img-thumbnail,
.thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  background-repeat: repeat-x;
  background-color: #e8e8e8;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#0068af 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#0068af 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#0068af));
  background-image: linear-gradient(to bottom,#0077c8 0,#0068af 100%);
  background-repeat: repeat-x;
  background-color: #0068af;
}

.navbar-default {
  background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
  background-image: -o-linear-gradient(top,#fff 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(#fff));
  background-image: linear-gradient(to bottom,#fff 0,#fff 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
  background-image: -webkit-linear-gradient(top,#e2e2e2 0,#e9e9e9 100%);
  background-image: -o-linear-gradient(top,#e2e2e2 0,#e9e9e9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e2e2e2),to(#e9e9e9));
  background-image: linear-gradient(to bottom,#e2e2e2 0,#e9e9e9 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.navbar-brand,
.navbar-nav>li>a {
  text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#3c3c3c),to(#222));
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
  background-repeat: repeat-x;
  border-radius: 4px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a {
  background-image: -webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);
  background-image: -o-linear-gradient(top,#080808 0,#0f0f0f 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#080808),to(#0f0f0f));
  background-image: linear-gradient(to bottom,#080808 0,#0f0f0f 100%);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
  box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav>li>a {
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
  border-radius: 0;
}

@media (max-width:767px) {
  .navbar .navbar-nav .open .dropdown-menu>.active>a,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(top,#0077c8 0,#0068af 100%);
    background-image: -o-linear-gradient(top,#0077c8 0,#0068af 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#0068af));
    background-image: linear-gradient(to bottom,#0077c8 0,#0068af 100%);
    background-repeat: repeat-x;
  }
}

.alert {
  text-shadow: 0 1px 0 rgba(255,255,255,.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
  background-image: -webkit-linear-gradient(top,#e0eacc 0,#d0dfb1 100%);
  background-image: -o-linear-gradient(top,#e0eacc 0,#d0dfb1 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0eacc),to(#d0dfb1));
  background-image: linear-gradient(to bottom,#e0eacc 0,#d0dfb1 100%);
  background-repeat: repeat-x;
  border-color: #bfd496;
}

.alert-info {
  background-image: -webkit-linear-gradient(top,#cce7f5 0,#acd8ef 100%);
  background-image: -o-linear-gradient(top,#cce7f5 0,#acd8ef 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cce7f5),to(#acd8ef));
  background-image: linear-gradient(to bottom,#cce7f5 0,#acd8ef 100%);
  background-repeat: repeat-x;
  border-color: #8cc9e8;
}

.alert-warning {
  background-image: -webkit-linear-gradient(top,#fde9d2 0,#fbd7ad 100%);
  background-image: -o-linear-gradient(top,#fde9d2 0,#fbd7ad 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fde9d2),to(#fbd7ad));
  background-image: linear-gradient(to bottom,#fde9d2 0,#fbd7ad 100%);
  background-repeat: repeat-x;
  border-color: #fac589;
}

.alert-danger {
  background-image: -webkit-linear-gradient(top,#f7d1d6 0,#f1b0b9 100%);
  background-image: -o-linear-gradient(top,#f7d1d6 0,#f1b0b9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7d1d6),to(#f1b0b9));
  background-image: linear-gradient(to bottom,#f7d1d6 0,#f1b0b9 100%);
  background-repeat: repeat-x;
  border-color: #ec909c;
}

.progress {
  background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: -o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ebebeb),to(#f5f5f5));
  background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
  background-repeat: repeat-x;
}

.progress-bar {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#005995 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#005995 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#005995));
  background-image: linear-gradient(to bottom,#0077c8 0,#005995 100%);
  background-repeat: repeat-x;
}

.progress-bar-success {
  background-image: -webkit-linear-gradient(top,#509e2f 0,#3c7723 100%);
  background-image: -o-linear-gradient(top,#509e2f 0,#3c7723 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#509e2f),to(#3c7723));
  background-image: linear-gradient(to bottom,#509e2f 0,#3c7723 100%);
  background-repeat: repeat-x;
}

.progress-bar-info {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#005995 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#005995 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#005995));
  background-image: linear-gradient(to bottom,#0077c8 0,#005995 100%);
  background-repeat: repeat-x;
}

.progress-bar-warning {
  background-image: -webkit-linear-gradient(top,#ed8b00 0,#ba6d00 100%);
  background-image: -o-linear-gradient(top,#ed8b00 0,#ba6d00 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ed8b00),to(#ba6d00));
  background-image: linear-gradient(to bottom,#ed8b00 0,#ba6d00 100%);
  background-repeat: repeat-x;
}

.progress-bar-danger {
  background-image: -webkit-linear-gradient(top,#c8102a 0,#990c20 100%);
  background-image: -o-linear-gradient(top,#c8102a 0,#990c20 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#c8102a),to(#990c20));
  background-image: linear-gradient(to bottom,#c8102a 0,#990c20 100%);
  background-repeat: repeat-x;
}

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

.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.075);
  box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  text-shadow: 0 -1px 0 #005995;
  background-image: -webkit-linear-gradient(top,#0077c8 0,#0060a2 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#0060a2 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#0060a2));
  background-image: linear-gradient(to bottom,#0077c8 0,#0060a2 100%);
  background-repeat: repeat-x;
  border-color: #0060a2;
}

.list-group-item.active .badge,
.list-group-item.active:focus .badge,
.list-group-item.active:hover .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
  background-image: -webkit-linear-gradient(top,#eeefef 0,#e1e3e3 100%);
  background-image: -o-linear-gradient(top,#eeefef 0,#e1e3e3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#eeefef),to(#e1e3e3));
  background-image: linear-gradient(to bottom,#eeefef 0,#e1e3e3 100%);
  background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
  background-image: -webkit-linear-gradient(top,#0077c8 0,#0068af 100%);
  background-image: -o-linear-gradient(top,#0077c8 0,#0068af 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#0077c8),to(#0068af));
  background-image: linear-gradient(to bottom,#0077c8 0,#0068af 100%);
  background-repeat: repeat-x;
}

.panel-success>.panel-heading {
  background-image: -webkit-linear-gradient(top,#e0eacc 0,#d5e3ba 100%);
  background-image: -o-linear-gradient(top,#e0eacc 0,#d5e3ba 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#e0eacc),to(#d5e3ba));
  background-image: linear-gradient(to bottom,#e0eacc 0,#d5e3ba 100%);
  background-repeat: repeat-x;
}

.panel-info>.panel-heading {
  background-image: -webkit-linear-gradient(top,#cce7f5 0,#b7ddf1 100%);
  background-image: -o-linear-gradient(top,#cce7f5 0,#b7ddf1 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cce7f5),to(#b7ddf1));
  background-image: linear-gradient(to bottom,#cce7f5 0,#b7ddf1 100%);
  background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
  background-image: -webkit-linear-gradient(top,#fde9d2 0,#fcddba 100%);
  background-image: -o-linear-gradient(top,#fde9d2 0,#fcddba 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fde9d2),to(#fcddba));
  background-image: linear-gradient(to bottom,#fde9d2 0,#fcddba 100%);
  background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
  background-image: -webkit-linear-gradient(top,#f7d1d6 0,#f3bbc3 100%);
  background-image: -o-linear-gradient(top,#f7d1d6 0,#f3bbc3 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f7d1d6),to(#f3bbc3));
  background-image: linear-gradient(to bottom,#f7d1d6 0,#f3bbc3 100%);
  background-repeat: repeat-x;
}

.well {
  background-image: -webkit-linear-gradient(top,#f2f2f2 0,#fff 100%);
  background-image: -o-linear-gradient(top,#f2f2f2 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2f2f2),to(#fff));
  background-image: linear-gradient(to bottom,#f2f2f2 0,#fff 100%);
  background-repeat: repeat-x;
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

#mh-content,
#mh-section {
  background-position: center 121px;
  background-repeat: no-repeat;
}

.navMain {
  margin-top: 20px!important;
}

.navMainEmpty {
  margin-top: 60px!important;
}

.logo {
  position: absolute;
  margin: 10px;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navMain>li {
  height: 37px;
}

.navMain>li>a {
  padding-top: 0!important;
  padding-bottom: 0!important;
  line-height: 37px;
}

.emptyNav {
  margin-top: 26px;
}

@font-face {
  font-family: all-streamline;
  src: url(../fonts/all-streamline.eot);
  src: url(../fonts/all-streamline.eot?#iefix) format("embedded-opentype"),url(../fonts/all-streamline.woff) format("woff"),url(../fonts/all-streamline.ttf) format("truetype"),url(../fonts/all-streamline.svg#all-streamline) format("svg");
  font-weight: 400;
  font-style: normal;
}

[data-icon]:before {
  font-family: all-streamline!important;
  content: attr(data-icon);
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: all-streamline!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sl-blue {
  color: #2f1d6e;
  font-size: 14px;
  margin: 3px;
  display: inline-block;
}

.sl-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.sl-2x {
  font-size: 2em;
}

.sl-3x {
  font-size: 3em;
}

.sl-4x {
  font-size: 4em;
}

.sl-5x {
  font-size: 5em;
}

.sl-fw {
  width: 1.28571429em;
  text-align: center;
}

.sl-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.sl-ul>li {
  position: relative;
}

.sl-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.sl-li.sl-lg {
  left: -1.85714286em;
}

.sl-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.sl.pull-left {
  margin-right: .3em;
}

.sl.pull-right {
  margin-left: .3em;
}

.sl-move {
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite;
}

@keyframes move {
  from {
    margin-left: 0;
  }

  to {
    margin-left: 80%;
  }
}

.sl-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.sl-fade-in {
  position: relative;
  -webkit-animation-name: fade-in;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-name: fade-in;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade-in {
  0% {
    color: #000005;
  }

  25% {
    color: #535b5e;
  }

  50% {
    color: #acb0b4;
  }

  75% {
    color: #d5d8da;
  }

  100% {
    color: #f1f1f1;
  }
}

@keyframes fade-in {
  0% {
    color: #000005;
  }

  25% {
    color: #535b5e;
  }

  50% {
    color: #acb0b4;
  }

  75% {
    color: #d5d8da;
  }

  100% {
    color: #f1f1f1;
  }
}

.sl-fade-out {
  position: relative;
  -webkit-animation-name: fade-out;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-name: fade-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade-out {
  100% {
    color: #000005;
  }

  75% {
    color: #535b5e;
  }

  50% {
    color: #acb0b4;
  }

  25% {
    color: #d5d8da;
  }

  0% {
    color: #f1f1f1;
  }
}

@keyframes fade-out {
  100% {
    color: #000005;
  }

  75% {
    color: #535b5e;
  }

  50% {
    color: #acb0b4;
  }

  25% {
    color: #d5d8da;
  }

  0% {
    color: #f1f1f1;
  }
}

.sl-rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sl-rotate-180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sl-rotate-270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sl-flip-horizontal {
  -webkit-transform: scale(-1,1);
  -moz-transform: scale(-1,1);
  -ms-transform: scale(-1,1);
  -o-transform: scale(-1,1);
  transform: scale(-1,1);
}

.sl-flip-vertical {
  -webkit-transform: scale(1,-1);
  -moz-transform: scale(1,-1);
  -ms-transform: scale(1,-1);
  -o-transform: scale(1,-1);
  transform: scale(1,-1);
}

.sl-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.sl-stack-1x,
.sl-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.sl-stack-1x {
  line-height: inherit;
}

.sl-stack-2x {
  font-size: 2em;
}

.sl-inverse {
  color: #fff;
}

.icon-t-shirt-filled:before {
  content: "a";
}

.icon-tablet-ipad-1-filled:before {
  content: "b";
}

.icon-tablet-ipad-2-filled:before {
  content: "c";
}

.icon-tap-double-filled:before {
  content: "d";
}

.icon-tap-hold-filled:before {
  content: "e";
}

.icon-tap-single-filled:before {
  content: "f";
}

.icon-tap-swipe-all-direction-filled:before {
  content: "g";
}

.icon-tap-swipe-down-filled:before {
  content: "h";
}

.icon-tap-swipe-horizontal-filled:before {
  content: "i";
}

.icon-tap-swipe-left-filled:before {
  content: "j";
}

.icon-tap-swipe-right-filled:before {
  content: "k";
}

.icon-tap-swipe-up-filled:before {
  content: "l";
}

.icon-tap-swipe-vertical-filled:before {
  content: "m";
}

.icon-target-filled:before {
  content: "n";
}

.icon-task-1-filled:before {
  content: "o";
}

.icon-task-2-filled:before {
  content: "p";
}

.icon-task-add-filled:before {
  content: "q";
}

.icon-task-block-filled:before {
  content: "r";
}

.icon-task-check-filled:before {
  content: "s";
}

.icon-task-checklist-filled:before {
  content: "t";
}

.icon-task-edit-filled:before {
  content: "u";
}

.icon-task-remove-filled:before {
  content: "v";
}

.icon-task-subtract-filled:before {
  content: "w";
}

.icon-tea-pot-filled:before {
  content: "x";
}

.icon-telemarketer-filled:before {
  content: "y";
}

.icon-television-filled:before {
  content: "z";
}

.icon-temperature-high-filled:before {
  content: "A";
}

.icon-temperature-low-filled:before {
  content: "B";
}

.icon-temperature-medium-filled:before {
  content: "C";
}

.icon-test-tube-1-filled:before {
  content: "D";
}

.icon-test-tube-2-filled:before {
  content: "E";
}

.icon-tetris-filled:before {
  content: "F";
}

.icon-text-bar-filled:before {
  content: "G";
}

.icon-text-filled:before {
  content: "H";
}

.icon-text-input-1-filled:before {
  content: "I";
}

.icon-text-input-2-filled:before {
  content: "J";
}

.icon-text-input-area-filled:before {
  content: "K";
}

.icon-thermometer-filled:before {
  content: "L";
}

.icon-thief-filled:before {
  content: "M";
}

.icon-this-way-up-sign-filled:before {
  content: "N";
}

.icon-thumbs-down-1-filled:before {
  content: "O";
}

.icon-thumbs-down-2-filled:before {
  content: "P";
}

.icon-thumbs-up-1-filled:before {
  content: "Q";
}

.icon-thumbs-up-2-filled:before {
  content: "R";
}

.icon-thunder-storm-filled:before {
  content: "S";
}

.icon-ticket-1-filled:before {
  content: "T";
}

.icon-ticket-2-filled:before {
  content: "U";
}

.icon-ticket-3-filled:before {
  content: "V";
}

.icon-timer-full-1-filled:before {
  content: "W";
}

.icon-timer-full-2-filled:before {
  content: "X";
}

.icon-timer-half-1-filled:before {
  content: "Y";
}

.icon-timer-half-2-filled:before {
  content: "Z";
}

.icon-timer-half-3-filled:before {
  content: "0";
}

.icon-timer-half-4-filled:before {
  content: "1";
}

.icon-timer-mode-filled:before {
  content: "2";
}

.icon-timer-quarter-1-filled:before {
  content: "3";
}

.icon-timer-quarter-2-filled:before {
  content: "4";
}

.icon-timer-three-quarter-1-filled:before {
  content: "5";
}

.icon-timer-three-quarter-2-filled:before {
  content: "6";
}

.icon-toolbox-filled:before {
  content: "7";
}

.icon-tools-driller-filled:before {
  content: "8";
}

.icon-tools-shovel-filled:before {
  content: "9";
}

.icon-tools-trowel-filled:before {
  content: "!";
}

.icon-torch-filled:before {
  content: "\"";
}

.icon-touch-up-1-filled:before {
  content: "#";
}

.icon-touch-up-2-filled:before {
  content: "$";
}

.icon-traffic-cone-filled:before {
  content: "%";
}

.icon-traffic-light-1-filled:before {
  content: "&";
}

.icon-traffic-light-2-filled:before {
  content: "'";
}

.icon-train-filled:before {
  content: "(";
}

.icon-tram-filled:before {
  content: ")";
}

.icon-transfer-1-filled:before {
  content: "*";
}

.icon-transfer-2-filled:before {
  content: "+";
}

.icon-transfer-3-filled:before {
  content: ",";
}

.icon-transfer-4-filled:before {
  content: "-";
}

.icon-transfer-box-1-filled:before {
  content: ".";
}

.icon-transfer-box-2-filled:before {
  content: "/";
}

.icon-transfer-box-3-filled:before {
  content: ":";
}

.icon-transfer-circle-filled:before {
  content: ";";
}

.icon-transfer-computers-1-filled:before {
  content: "<";
}

.icon-transfer-computers-2-filled:before {
  content: "=";
}

.icon-transfer-file-filled:before {
  content: ">";
}

.icon-transfer-folder-filled:before {
  content: "?";
}

.icon-transfer-sign-filled:before {
  content: "@";
}

.icon-travel-bag-1-filled:before {
  content: "[";
}

.icon-travel-bag-2-filled:before {
  content: "]";
}

.icon-treasure-chest-close-filled:before {
  content: "^";
}

.icon-treasure-chest-open-filled:before {
  content: "_";
}

.icon-tree-big-1-filled:before {
  content: "`";
}

.icon-tree-big-2-filled:before {
  content: "{";
}

.icon-tree-small-1-filled:before {
  content: "|";
}

.icon-tree-small-2-filled:before {
  content: "}";
}

.icon-trophy-filled:before {
  content: "~";
}

.icon-truck-1-filled:before {
  content: "\\"}.icon-truck-2-filled:before{content:"\e000"}.icon-truck-delivery-time-filled:before{content:"\e001"}.icon-tumpet-filled:before{content:"\e002"}.icon-turntable-filled:before{content:"\e003"}.icon-two-finger-swipe-all-direction-filled:before{content:"\e004"}.icon-two-finger-swipe-down-filled:before{content:"\e005"}.icon-two-finger-swipe-horizontal-filled:before{content:"\e006"}.icon-two-finger-swipe-left-filled:before{content:"\e007"}.icon-two-finger-swipe-right-filled:before{content:"\e008"}.icon-two-finger-swipe-up-filled:before{content:"\e009"}.icon-two-finger-swipe-vertical-filled:before{content:"\e00a"}.icon-two-finger-tap-double-filled:before{content:"\e00b"}.icon-two-finger-tap-hold-filled:before{content:"\e00c"}.icon-two-finger-tap-single-filled:before{content:"\e00d"}.icon-typewriter-1-filled:before{content:"\e00e"}.icon-typewriter-2-filled:before{content:"\e00f"}.icon-umbrella-open-filled:before{content:"\e010"}.icon-underline-filled:before{content:"\e011"}.icon-undo-filled:before{content:"\e012"}.icon-upload-1-filled:before{content:"\e013"}.icon-upload-2-filled:before{content:"\e014"}.icon-upload-3-filled:before{content:"\e015"}.icon-upload-4-filled:before{content:"\e016"}.icon-upload-box-1-filled:before{content:"\e017"}.icon-upload-box-2-filled:before{content:"\e018"}.icon-upload-box-3-filled:before{content:"\e019"}.icon-upload-circle-filled:before{content:"\e01a"}.icon-upload-computer-filled:before{content:"\e01b"}.icon-upload-harddrive-1-filled:before{content:"\e01c"}.icon-upload-harddrive-2-filled:before{content:"\e01d"}.icon-usb-1-filled:before{content:"\e01e"}.icon-usb-2-filled:before{content:"\e01f"}.icon-usb-filled:before{content:"\e020"}.icon-user-chat-1-filled:before{content:"\e021"}.icon-user-chat-2-filled:before{content:"\e022"}.icon-user-chat-3-filled:before{content:"\e023"}.icon-user-chat-4-filled:before{content:"\e024"}.icon-user-chat-5-filled:before{content:"\e025"}.icon-user-chat-6-filled:before{content:"\e026"}.icon-user-chat-7-filled:before{content:"\e027"}.icon-vector-line-curve-filled:before{content:"\e028"}.icon-vector-square-1-filled:before{content:"\e029"}.icon-vector-square-2-filled:before{content:"\e02a"}.icon-vespa-filled:before{content:"\e02b"}.icon-video-camera-1-filled:before{content:"\e02c"}.icon-video-camera-2-filled:before{content:"\e02d"}.icon-video-camera-filled:before{content:"\e02e"}.icon-video-clip-1-filled:before{content:"\e02f"}.icon-video-clip-2-filled:before{content:"\e030"}.icon-video-clip-3-filled:before{content:"\e031"}.icon-video-meeting-circle-filled:before{content:"\e032"}.icon-video-meeting-square-filled:before{content:"\e033"}.icon-video-player-filled:before{content:"\e034"}.icon-view-1-filled:before{content:"\e035"}.icon-view-2-filled:before{content:"\e036"}.icon-view-headline-filled:before{content:"\e037"}.icon-view-list-filled:before{content:"\e038"}.icon-view-module-2-filled:before{content:"\e039"}.icon-view-module-filled:before{content:"\e03a"}.icon-volume-down-1-filled:before{content:"\e03b"}.icon-volume-down-2-filled:before{content:"\e03c"}.icon-volume-low-1-filled:before{content:"\e03d"}.icon-volume-low-2-filled:before{content:"\e03e"}.icon-volume-max-1-filled:before{content:"\e03f"}.icon-volume-max-2-filled:before{content:"\e040"}.icon-volume-medium-1-filled:before{content:"\e041"}.icon-volume-medium-2-filled:before{content:"\e042"}.icon-volume-off-1-filled:before{content:"\e043"}.icon-volume-off-2-filled:before{content:"\e044"}.icon-volume-off-3-filled:before{content:"\e045"}.icon-volume-up-1-filled:before{content:"\e046"}.icon-volume-up-2-filled:before{content:"\e047"}.icon-wallet-1-filled:before{content:"\e048"}.icon-wallet-2-filled:before{content:"\e049"}.icon-wallet-3-filled:before{content:"\e04a"}.icon-watch-1-filled:before{content:"\e04b"}.icon-watch-2-filled:before{content:"\e04c"}.icon-watering-can-filled:before{content:"\e04d"}.icon-wave-filled:before{content:"\e04e"}.icon-webcam-filled:before{content:"\e04f"}.icon-weight-filled:before{content:"\e050"}.icon-wifi-modem-1-filled:before{content:"\e051"}.icon-wifi-modem-2-filled:before{content:"\e052"}.icon-window-1-filled:before{content:"\e053"}.icon-window-2-filled:before{content:"\e054"}.icon-window-add-filled:before{content:"\e055"}.icon-window-application-1-filled:before{content:"\e056"}.icon-window-application-2-filled:before{content:"\e057"}.icon-window-application-3-filled:before{content:"\e058"}.icon-window-block-filled:before{content:"\e059"}.icon-window-check-filled:before{content:"\e05a"}.icon-window-code-1-filled:before{content:"\e05b"}.icon-window-code-2-filled:before{content:"\e05c"}.icon-window-code-3-filled:before{content:"\e05d"}.icon-window-download-1-filled:before{content:"\e05e"}.icon-window-download-2-filled:before{content:"\e05f"}.icon-window-edit-filled:before{content:"\e060"}.icon-window-favorite-star-filled:before{content:"\e061"}.icon-window-heart-filled:before{content:"\e062"}.icon-window-home-filled:before{content:"\e063"}.icon-window-list-1-filled:before{content:"\e064"}.icon-window-list-2-filled:before{content:"\e065"}.icon-window-lock-filled:before{content:"\e066"}.icon-window-medium-filled:before{content:"\e067"}.icon-window-module-filled:before{content:"\e068"}.icon-window-pulse-1-filled:before{content:"\e069"}.icon-window-pulse-2-filled:before{content:"\e06a"}.icon-window-refresh-filled:before{content:"\e06b"}.icon-window-remove-filled:before{content:"\e06c"}.icon-window-search-filled:before{content:"\e06d"}.icon-window-setting-filled:before{content:"\e06e"}.icon-window-share-filled:before{content:"\e06f"}.icon-window-small-filled:before{content:"\e070"}.icon-window-subtract-filled:before{content:"\e071"}.icon-window-sync-filled:before{content:"\e072"}.icon-window-tabs-1-filled:before{content:"\e073"}.icon-window-tabs-2-filled:before{content:"\e074"}.icon-window-tabs-3-filled:before{content:"\e075"}.icon-window-timeout-filled:before{content:"\e076"}.icon-window-upload-1-filled:before{content:"\e077"}.icon-window-upload-2-filled:before{content:"\e078"}.icon-window-warning-filled:before{content:"\e079"}.icon-wine-glass-filled:before{content:"\e07a"}.icon-wine-glass-sparkling-filled:before{content:"\e07b"}.icon-wooden-fence-filled:before{content:"\e07c"}.icon-wrap-text-around-filled:before{content:"\e07d"}.icon-wrap-text-side-filled:before{content:"\e07e"}.icon-wrench-double-filled:before{content:"\e07f"}.icon-wrench-filled:before{content:"\e080"}.icon-yen-sign-badge-filled:before{content:"\e081"}.icon-yen-sign-circle-filled:before{content:"\e082"}.icon-yen-sign-filled:before{content:"\e083"}.icon-yen-sign-ticket-filled:before{content:"\e084"}.icon-yin-yang-filled:before{content:"\e085"}.icon-zoom-area-in-filled:before{content:"\e086"}.icon-zoom-in-b-filled:before{content:"\e087"}.icon-zoom-in-filled:before{content:"\e088"}.icon-zoom-out-b-filled:before{content:"\e089"}.icon-zoom-out-filled:before{content:"\e08a"}.icon-qr-code-filled:before{content:"\e08b"}.icon-quill-filled:before{content:"\e08c"}.icon-quill-ink-filled:before{content:"\e08d"}.icon-quote-filled:before{content:"\e08e"}.icon-radio-1-filled:before{content:"\e08f"}.icon-radio-2-filled:before{content:"\e090"}.icon-radioactive-1-filled:before{content:"\e091"}.icon-radioactive-2-filled:before{content:"\e092"}.icon-rain-filled:before{content:"\e093"}.icon-rain-thunder-filled:before{content:"\e094"}.icon-rank-army-1-filled:before{content:"\e095"}.icon-rank-army-2-filled:before{content:"\e096"}.icon-rank-army-3-filled:before{content:"\e097"}.icon-rank-army-star-1-filled:before{content:"\e098"}.icon-rank-army-star-2-filled:before{content:"\e099"}.icon-rank-army-star-badge-1-filled:before{content:"\e09a"}.icon-rank-army-star-badge-2-filled:before{content:"\e09b"}.icon-rank-army-star-badge-3-filled:before{content:"\e09c"}.icon-rank-army-star-badge-4-filled:before{content:"\e09d"}.icon-rank-army-star-badge-5-filled:before{content:"\e09e"}.icon-rank-army-star-badge-6-filled:before{content:"\e09f"}.icon-rank-army-star-badge-7-filled:before{content:"\e0a0"}.icon-receipt-1-filled:before{content:"\e0a1"}.icon-receipt-2-filled:before{content:"\e0a2"}.icon-receipt-3-filled:before{content:"\e0a3"}.icon-receipt-4-filled:before{content:"\e0a4"}.icon-record-button-filled:before{content:"\e0a5"}.icon-recycle-filled:before{content:"\e0a6"}.icon-redo-filled:before{content:"\e0a7"}.icon-reel-filled:before{content:"\e0a8"}.icon-reflect-copy-right-filled:before{content:"\e0a9"}.icon-register-machine-filled:before{content:"\e0aa"}.icon-remote-television-filled:before{content:"\e0ab"}.icon-remove-1-filled:before{content:"\e0ac"}.icon-remove-2-filled:before{content:"\e0ad"}.icon-remove-box-filled:before{content:"\e0ae"}.icon-remove-circle-filled:before{content:"\e0af"}.icon-remove-tab-filled:before{content:"\e0b0"}.icon-reply-all-filled:before{content:"\e0b1"}.icon-reply-filled:before{content:"\e0b2"}.icon-report-problem-circle-filled:before{content:"\e0b3"}.icon-report-problem-diamond-filled:before{content:"\e0b4"}.icon-report-problem-triangle-filled:before{content:"\e0b5"}.icon-rewind-button-filled:before{content:"\e0b6"}.icon-road-straight-filled:before{content:"\e0b7"}.icon-rocket-filled:before{content:"\e0b8"}.icon-rotate-left-filled:before{content:"\e0b9"}.icon-rotate-right-filled:before{content:"\e0ba"}.icon-rss-feed-box-filled:before{content:"\e0bb"}.icon-rss-feed-filled:before{content:"\e0bc"}.icon-ruler-1-filled:before{content:"\e0bd"}.icon-ruler-2-filled:before{content:"\e0be"}.icon-safe-1-filled:before{content:"\e0bf"}.icon-safe-2-filled:before{content:"\e0c0"}.icon-safety-buoy-filled:before{content:"\e0c1"}.icon-salt-pepper-filled:before{content:"\e0c2"}.icon-satellite-dish-filled:before{content:"\e0c3"}.icon-satellite-filled:before{content:"\e0c4"}.icon-saxophone-filled:before{content:"\e0c5"}.icon-scale-b-filled:before{content:"\e0c6"}.icon-scale-filled:before{content:"\e0c7"}.icon-scissors-1-filled:before{content:"\e0c8"}.icon-scissors-2-filled:before{content:"\e0c9"}.icon-screwdriver-filled:before{content:"\e0ca"}.icon-script-filled:before{content:"\e0cb"}.icon-scuba-diving-filled:before{content:"\e0cc"}.icon-sd-card-filled:before{content:"\e0cd"}.icon-search-filled:before{content:"\e0ce"}.icon-send-to-back-filled:before{content:"\e0cf"}.icon-server-add-filled:before{content:"\e0d0"}.icon-server-b-filled:before{content:"\e0d1"}.icon-server-block-filled:before{content:"\e0d2"}.icon-server-check-filled:before{content:"\e0d3"}.icon-server-download-filled:before{content:"\e0d4"}.icon-server-edit-filled:before{content:"\e0d5"}.icon-server-filled:before{content:"\e0d6"}.icon-server-lock-filled:before{content:"\e0d7"}.icon-server-network-1-filled:before{content:"\e0d8"}.icon-server-network-2-filled:before{content:"\e0d9"}.icon-server-network-filled:before{content:"\e0da"}.icon-server-refresh-filled:before{content:"\e0db"}.icon-server-remove-filled:before{content:"\e0dc"}.icon-server-setting-filled:before{content:"\e0dd"}.icon-server-subtract-filled:before{content:"\e0de"}.icon-server-sync-filled:before{content:"\e0df"}.icon-server-timeout-filled:before{content:"\e0e0"}.icon-server-upload-filled:before{content:"\e0e1"}.icon-server-view-filled:before{content:"\e0e2"}.icon-server-warning-filled:before{content:"\e0e3"}.icon-settings-filled:before{content:"\e0e4"}.icon-share-filled:before{content:"\e0e5"}.icon-shear-right-filled:before{content:"\e0e6"}.icon-shield-1-filled:before{content:"\e0e7"}.icon-shield-2-filled:before{content:"\e0e8"}.icon-shield-3-filled:before{content:"\e0e9"}.icon-shirt-filled:before{content:"\e0ea"}.icon-shopping-bag-1-filled:before{content:"\e0eb"}.icon-shopping-bag-2-filled:before{content:"\e0ec"}.icon-shopping-bag-3-filled:before{content:"\e0ed"}.icon-shopping-cart-1-filled:before{content:"\e0ee"}.icon-shopping-cart-2-filled:before{content:"\e0ef"}.icon-shopping-cart-3-filled:before{content:"\e0f0"}.icon-shopping-cart-bag-filled:before{content:"\e0f1"}.icon-shopping-cart-box-filled:before{content:"\e0f2"}.icon-shopping-cart-down-1-filled:before{content:"\e0f3"}.icon-shopping-cart-down-2-filled:before{content:"\e0f4"}.icon-shopping-cart-full-filled:before{content:"\e0f5"}.icon-shopping-cart-up-1-filled:before{content:"\e0f6"}.icon-shopping-cart-up-2-filled:before{content:"\e0f7"}.icon-show-curtain-filled:before{content:"\e0f8"}.icon-shrink-1-filled:before{content:"\e0f9"}.icon-shrink-diagonal-1-filled:before{content:"\e0fa"}.icon-shrink-diagonal-2-filled:before{content:"\e0fb"}.icon-shrink-filled:before{content:"\e0fc"}.icon-sign-filled:before{content:"\e0fd"}.icon-sign-handicap-filled:before{content:"\e0fe"}.icon-sign-hospital-filled:before{content:"\e0ff"}.icon-sign-none-smoking-area-filled:before{content:"\e100"}.icon-sign-smoking-area-filled:before{content:"\e101"}.icon-signal-antenna-1-filled:before{content:"\e102"}.icon-signal-antenna-2-filled:before{content:"\e103"}.icon-signal-around-filled:before{content:"\e104"}.icon-signal-person-filled:before{content:"\e105"}.icon-signal-tower-filled:before{content:"\e106"}.icon-sketchpad-filled:before{content:"\e107"}.icon-skull-1-filled:before{content:"\e108"}.icon-skull-2-filled:before{content:"\e109"}.icon-small-caps-filled:before{content:"\e10a"}.icon-smartphone-iphone-filled:before{content:"\e10b"}.icon-smiley-frown-filled:before{content:"\e10c"}.icon-smiley-smile-1-filled:before{content:"\e10d"}.icon-smiley-smile-2-filled:before{content:"\e10e"}.icon-smiley-smile-3-filled:before{content:"\e10f"}.icon-smiley-smile-4-filled:before{content:"\e110"}.icon-smiley-smile-5-filled:before{content:"\e111"}.icon-smiley-surprise-filled:before{content:"\e112"}.icon-smiley-wink-filled:before{content:"\e113"}.icon-sneakers-filled:before{content:"\e114"}.icon-snorkel-mask-filled:before{content:"\e115"}.icon-snow-filled:before{content:"\e116"}.icon-space-invader-filled:before{content:"\e117"}.icon-speakers-1-filled:before{content:"\e118"}.icon-speakers-2-filled:before{content:"\e119"}.icon-speakers-3-filled:before{content:"\e11a"}.icon-speech-stand-filled:before{content:"\e11b"}.icon-split-filled:before{content:"\e11c"}.icon-sport-player-filled:before{content:"\e11d"}.icon-spray-paint-filled:before{content:"\e11e"}.icon-spy-filled:before{content:"\e11f"}.icon-stamp-filled:before{content:"\e120"}.icon-steam-filled:before{content:"\e121"}.icon-stethoscope-filled:before{content:"\e122"}.icon-stop-button-filled:before{content:"\e123"}.icon-stopwatch-filled:before{content:"\e124"}.icon-store-filled:before{content:"\e125"}.icon-storm-filled:before{content:"\e126"}.icon-strikethrough-filled:before{content:"\e127"}.icon-subtract-1-filled:before{content:"\e128"}.icon-subtract-2-filled:before{content:"\e129"}.icon-subtract-box-filled:before{content:"\e12a"}.icon-subtract-circle-filled:before{content:"\e12b"}.icon-subtract-tab-filled:before{content:"\e12c"}.icon-sunny-filled:before{content:"\e12d"}.icon-surgeon-filled:before{content:"\e12e"}.icon-swipe-all-direction-filled:before{content:"\e12f"}.icon-swipe-down-filled:before{content:"\e130"}.icon-swipe-horizontal-filled:before{content:"\e131"}.icon-swipe-left-filled:before{content:"\e132"}.icon-swipe-right-filled:before{content:"\e133"}.icon-swipe-up-filled:before{content:"\e134"}.icon-swipe-vertical-filled:before{content:"\e135"}.icon-swtich-down-filled:before{content:"\e136"}.icon-swtich-up-filled:before{content:"\e137"}.icon-synchronize-1-filled:before{content:"\e138"}.icon-synchronize-2-filled:before{content:"\e139"}.icon-synchronize-3-filled:before{content:"\e13a"}.icon-synchronize-4-filled:before{content:"\e13b"}.icon-synchronize-5-filled:before{content:"\e13c"}.icon-synchronize-6-filled:before{content:"\e13d"}.icon-synchronize-time-filled:before{content:"\e13e"}.icon-synchronize-triangle-filled:before{content:"\e13f"}.icon-syncing-filled:before{content:"\e140"}.icon-syringe-filled:before{content:"\e141"}.icon-magic-wand-1-filled:before{content:"\e142"}.icon-magic-wand-2-filled:before{content:"\e143"}.icon-magnet-tool-filled:before{content:"\e144"}.icon-mailbox-1-filled:before{content:"\e145"}.icon-mailbox-2-filled:before{content:"\e146"}.icon-mailbox-3-filled:before{content:"\e147"}.icon-mailbox-4-filled:before{content:"\e148"}.icon-male-filled:before{content:"\e149"}.icon-man-filled:before{content:"\e14a"}.icon-map-direction-filled:before{content:"\e14b"}.icon-map-filled:before{content:"\e14c"}.icon-map-pin-1-filled:before{content:"\e14d"}.icon-map-pin-2-filled:before{content:"\e14e"}.icon-map-treasure-filled:before{content:"\e14f"}.icon-mask-double-filled:before{content:"\e150"}.icon-mask-frown-filled:before{content:"\e151"}.icon-mask-happy-filled:before{content:"\e152"}.icon-measuring-tape-filled:before{content:"\e153"}.icon-medal-1-filled:before{content:"\e154"}.icon-medal-2-filled:before{content:"\e155"}.icon-medal-3-filled:before{content:"\e156"}.icon-medal-4-filled:before{content:"\e157"}.icon-medical-box-filled:before{content:"\e158"}.icon-medical-cross-filled:before{content:"\e159"}.icon-medicine-capsule-1-filled:before{content:"\e15a"}.icon-medicine-filled:before{content:"\e15b"}.icon-megaphone-1-filled:before{content:"\e15c"}.icon-megaphone-2-filled:before{content:"\e15d"}.icon-microphone-1-filled:before{content:"\e15e"}.icon-microphone-2-filled:before{content:"\e15f"}.icon-microphone-3-filled:before{content:"\e160"}.icon-microscope-filled:before{content:"\e161"}.icon-milk-carton-filled:before{content:"\e162"}.icon-mining-cart-filled:before{content:"\e163"}.icon-missile-filled:before{content:"\e164"}.icon-mobile-phone-1-filled:before{content:"\e165"}.icon-mobile-phone-2-filled:before{content:"\e166"}.icon-mobile-phone-3-filled:before{content:"\e167"}.icon-mobile-phone-filled:before{content:"\e168"}.icon-mobile-phone-text-message-filled:before{content:"\e169"}.icon-mobile-phone-vibrate-filled:before{content:"\e16a"}.icon-modem-filled:before{content:"\e16b"}.icon-modules-filled:before{content:"\e16c"}.icon-money-bag-dollar-filled:before{content:"\e16d"}.icon-money-bag-euro-filled:before{content:"\e16e"}.icon-monocle-filled:before{content:"\e16f"}.icon-moon-first-quarter-filled:before{content:"\e170"}.icon-moon-full-filled:before{content:"\e171"}.icon-moon-last-quarter-filled:before{content:"\e172"}.icon-moon-waning-crescent-filled:before{content:"\e173"}.icon-moon-waning-gibbous-filled:before{content:"\e174"}.icon-moon-waxing-crescent-filled:before{content:"\e175"}.icon-moon-waxing-gibbous-filled:before{content:"\e176"}.icon-mortar-pestle-filled:before{content:"\e177"}.icon-mouse-filled:before{content:"\e178"}.icon-mouse-wireless-filled:before{content:"\e179"}.icon-moustache-monocle-filled:before{content:"\e17a"}.icon-move-back-filled:before{content:"\e17b"}.icon-move-down-1-filled:before{content:"\e17c"}.icon-move-down-2-filled:before{content:"\e17d"}.icon-move-left-1-filled:before{content:"\e17e"}.icon-move-left-2-filled:before{content:"\e17f"}.icon-move-left-right-filled:before{content:"\e180"}.icon-move-right-1-filled:before{content:"\e181"}.icon-move-right-2-filled:before{content:"\e182"}.icon-move-up-1-filled:before{content:"\e183"}.icon-move-up-2-filled:before{content:"\e184"}.icon-movie-clapboard-filled:before{content:"\e185"}.icon-movie-film-filled:before{content:"\e186"}.icon-mp3-player-filled:before{content:"\e187"}.icon-music-cd-filled:before{content:"\e188"}.icon-music-note-1-filled:before{content:"\e189"}.icon-music-note-2-filled:before{content:"\e18a"}.icon-music-note-3-filled:before{content:"\e18b"}.icon-navigation-before-filled:before{content:"\e18c"}.icon-navigation-down-filled:before{content:"\e18d"}.icon-navigation-left-filled:before{content:"\e18e"}.icon-navigation-next-1-filled:before{content:"\e18f"}.icon-navigation-next-2-filled:before{content:"\e190"}.icon-navigation-next-3-filled:before{content:"\e191"}.icon-navigation-right-filled:before{content:"\e192"}.icon-navigation-up-filled:before{content:"\e193"}.icon-necktie-filled:before{content:"\e194"}.icon-network-computers-1-filled:before{content:"\e195"}.icon-network-computers-2-filled:before{content:"\e196"}.icon-network-connecting-filled:before{content:"\e197"}.icon-network-filled:before{content:"\e198"}.icon-network-signal-filled:before{content:"\e199"}.icon-new-document-filled:before{content:"\e19a"}.icon-new-sticker-circle-filled:before{content:"\e19b"}.icon-new-sticker-square-filled:before{content:"\e19c"}.icon-news-article-filled:before{content:"\e19d"}.icon-newspaper-filled:before{content:"\e19e"}.icon-next-button-filled:before{content:"\e19f"}.icon-night-cloud-filled:before{content:"\e1a0"}.icon-notebook-bookmarked-filled:before{content:"\e1a1"}.icon-notebook-filled:before{content:"\e1a2"}.icon-notepad-1-filled:before{content:"\e1a3"}.icon-notepad-2-filled:before{content:"\e1a4"}.icon-notepad-add-filled:before{content:"\e1a5"}.icon-notepad-block-filled:before{content:"\e1a6"}.icon-notepad-check-filled:before{content:"\e1a7"}.icon-notepad-download-filled:before{content:"\e1a8"}.icon-notepad-edit-filled:before{content:"\e1a9"}.icon-notepad-favorite-filled:before{content:"\e1aa"}.icon-notepad-lock-filled:before{content:"\e1ab"}.icon-notepad-refresh-filled:before{content:"\e1ac"}.icon-notepad-remove-filled:before{content:"\e1ad"}.icon-notepad-subtract-filled:before{content:"\e1ae"}.icon-notepad-upload-filled:before{content:"\e1af"}.icon-notepad-view-filled:before{content:"\e1b0"}.icon-notepad-warning-filled:before{content:"\e1b1"}.icon-nurse-filled:before{content:"\e1b2"}.icon-outbox-b-filled:before{content:"\e1b3"}.icon-outbox-filled:before{content:"\e1b4"}.icon-oven-filled:before{content:"\e1b5"}.icon-pacman-filled:before{content:"\e1b6"}.icon-pacman-ghost-filled:before{content:"\e1b7"}.icon-page-down-filled:before{content:"\e1b8"}.icon-page-up-filled:before{content:"\e1b9"}.icon-paint-brush-1-filled:before{content:"\e1ba"}.icon-paint-brush-2-filled:before{content:"\e1bb"}.icon-paint-palette-filled:before{content:"\e1bc"}.icon-paint-roll-filled:before{content:"\e1bd"}.icon-painting-canvas-filled:before{content:"\e1be"}.icon-pan-fry-filled:before{content:"\e1bf"}.icon-pants-filled:before{content:"\e1c0"}.icon-paperclip-1-filled:before{content:"\e1c1"}.icon-paperclip-2-filled:before{content:"\e1c2"}.icon-paragraph-filled:before{content:"\e1c3"}.icon-paragraph-normal-filled:before{content:"\e1c4"}.icon-paragraph-spacing-filled:before{content:"\e1c5"}.icon-paragraph-two-columns-filled:before{content:"\e1c6"}.icon-parking-booth-filled:before{content:"\e1c7"}.icon-pause-button-filled:before{content:"\e1c8"}.icon-pen-1-filled:before{content:"\e1c9"}.icon-pen-2-filled:before{content:"\e1ca"}.icon-pen-3-filled:before{content:"\e1cb"}.icon-pen-4-filled:before{content:"\e1cc"}.icon-pen-tool-1-filled:before{content:"\e1cd"}.icon-pen-tool-2-filled:before{content:"\e1ce"}.icon-pencil-1-filled:before{content:"\e1cf"}.icon-pencil-2-filled:before{content:"\e1d0"}.icon-pencil-3-filled:before{content:"\e1d1"}.icon-pencil-circle-filled:before{content:"\e1d2"}.icon-pencil-fill-filled:before{content:"\e1d3"}.icon-pencil-ruler-filled:before{content:"\e1d4"}.icon-pencil-write-1-filled:before{content:"\e1d5"}.icon-percent-1-filled:before{content:"\e1d6"}.icon-percent-2-filled:before{content:"\e1d7"}.icon-percent-badge-filled:before{content:"\e1d8"}.icon-percent-box-filled:before{content:"\e1d9"}.icon-percent-circle-filled:before{content:"\e1da"}.icon-percent-increase-filled:before{content:"\e1db"}.icon-person-1-filled:before{content:"\e1dc"}.icon-person-2-filled:before{content:"\e1dd"}.icon-person-add-1-filled:before{content:"\e1de"}.icon-person-add-2-filled:before{content:"\e1df"}.icon-person-block-1-filled:before{content:"\e1e0"}.icon-person-block-2-filled:before{content:"\e1e1"}.icon-person-check-1-filled:before{content:"\e1e2"}.icon-person-check-2-filled:before{content:"\e1e3"}.icon-person-edit-1-filled:before{content:"\e1e4"}.icon-person-edit-2-filled:before{content:"\e1e5"}.icon-person-favorite-heart-1-filled:before{content:"\e1e6"}.icon-person-favorite-heart-2-filled:before{content:"\e1e7"}.icon-person-favorite-star-1-filled:before{content:"\e1e8"}.icon-person-favorite-star-2-filled:before{content:"\e1e9"}.icon-person-lock-1-filled:before{content:"\e1ea"}.icon-person-lock-2-filled:before{content:"\e1eb"}.icon-person-remove-1-filled:before{content:"\e1ec"}.icon-person-remove-2-filled:before{content:"\e1ed"}.icon-person-setting-1-filled:before{content:"\e1ee"}.icon-person-setting-2-filled:before{content:"\e1ef"}.icon-person-subtract-1-filled:before{content:"\e1f0"}.icon-person-subtract-2-filled:before{content:"\e1f1"}.icon-person-view-1-filled:before{content:"\e1f2"}.icon-person-view-2-filled:before{content:"\e1f3"}.icon-phone-1-filled:before{content:"\e1f4"}.icon-phone-2-filled:before{content:"\e1f5"}.icon-phone-3-filled:before{content:"\e1f6"}.icon-phone-4-filled:before{content:"\e1f7"}.icon-phone-5-filled:before{content:"\e1f8"}.icon-phone-book-1-filled:before{content:"\e1f9"}.icon-phone-book-2-filled:before{content:"\e1fa"}.icon-phone-book-filled:before{content:"\e1fb"}.icon-phone-call-1-filled:before{content:"\e1fc"}.icon-phone-call-2-filled:before{content:"\e1fd"}.icon-phone-call-24-hours-filled:before{content:"\e1fe"}.icon-phone-call-add-filled:before{content:"\e1ff"}.icon-phone-call-incoming-filled:before{content:"\e200"}.icon-phone-call-outgoing-filled:before{content:"\e201"}.icon-phone-call-reject-filled:before{content:"\e202"}.icon-phone-call-silent-filled:before{content:"\e203"}.icon-phone-call-subtract-filled:before{content:"\e204"}.icon-phone-circle-filled:before{content:"\e205"}.icon-phone-signal-full-filled:before{content:"\e206"}.icon-phone-signal-high-filled:before{content:"\e207"}.icon-phone-signal-low-filled:before{content:"\e208"}.icon-phone-signal-medium-filled:before{content:"\e209"}.icon-phone-signal-none-filled:before{content:"\e20a"}.icon-phone-signal-very-low-filled:before{content:"\e20b"}.icon-phone-silent-circle-filled:before{content:"\e20c"}.icon-piano-filled:before{content:"\e20d"}.icon-picture-1-filled:before{content:"\e20e"}.icon-picture-2-filled:before{content:"\e20f"}.icon-picture-3-filled:before{content:"\e210"}.icon-picture-bar-graph-filled:before{content:"\e211"}.icon-picture-frame-1-filled:before{content:"\e212"}.icon-picture-landscape-filled:before{content:"\e213"}.icon-picture-layer-filled:before{content:"\e214"}.icon-picture-line-graph-filled:before{content:"\e215"}.icon-picture-macro-filled:before{content:"\e216"}.icon-picture-portrati-filled:before{content:"\e217"}.icon-piggy-bank-filled:before{content:"\e218"}.icon-pin-1-filled:before{content:"\e219"}.icon-pin-2-filled:before{content:"\e21a"}.icon-pizza-filled:before{content:"\e21b"}.icon-play-button-1-filled:before{content:"\e21c"}.icon-play-button-filled:before{content:"\e21d"}.icon-playlist-1-filled:before{content:"\e21e"}.icon-playlist-2-filled:before{content:"\e21f"}.icon-playlist-3-filled:before{content:"\e220"}.icon-plug-1-filled:before{content:"\e221"}.icon-plug-2-filled:before{content:"\e222"}.icon-police-officer-filled:before{content:"\e223"}.icon-polo-shirt-filled:before{content:"\e224"}.icon-popcorn-filled:before{content:"\e225"}.icon-pound-sign-badge-filled:before{content:"\e226"}.icon-pound-sign-circle-filled:before{content:"\e227"}.icon-pound-sign-filled:before{content:"\e228"}.icon-pound-sign-ticket-filled:before{content:"\e229"}.icon-present-box-filled:before{content:"\e22a"}.icon-previous-button-filled:before{content:"\e22b"}.icon-print-text-filled:before{content:"\e22c"}.icon-printer-view-filled:before{content:"\e22d"}.icon-prisoner-filled:before{content:"\e22e"}.icon-profile-picture-filled:before{content:"\e22f"}.icon-projector-filled:before{content:"\e230"}.icon-projector-screen-filled:before{content:"\e231"}.icon-pulse-signal-1-filled:before{content:"\e232"}.icon-pulse-signal-2-filled:before{content:"\e233"}.icon-pulse-signal-3-filled:before{content:"\e234"}.icon-purse-1-filled:before{content:"\e235"}.icon-purse-2-filled:before{content:"\e236"}.icon-hail-filled:before{content:"\e237"}.icon-hamburger-filled:before{content:"\e238"}.icon-hammer-1-filled:before{content:"\e239"}.icon-hammer-2-filled:before{content:"\e23a"}.icon-hand-bag-1-filled:before{content:"\e23b"}.icon-hand-bag-2-filled:before{content:"\e23c"}.icon-hand-bag-3-filled:before{content:"\e23d"}.icon-hand-kindle-filled:before{content:"\e23e"}.icon-hand-remote-filled:before{content:"\e23f"}.icon-handheld-recorder-filled:before{content:"\e240"}.icon-hat-beanie-filled:before{content:"\e241"}.icon-hat-charlie-chaplin-filled:before{content:"\e242"}.icon-hat-chef-filled:before{content:"\e243"}.icon-hat-magician-filled:before{content:"\e244"}.icon-hat-sombrero-filled:before{content:"\e245"}.icon-hat-tall-filled:before{content:"\e246"}.icon-headphone-1-filled:before{content:"\e247"}.icon-headphone-2-filled:before{content:"\e248"}.icon-headphone-filled:before{content:"\e249"}.icon-heart-add-filled:before{content:"\e24a"}.icon-heart-angel-filled:before{content:"\e24b"}.icon-heart-beat-filled:before{content:"\e24c"}.icon-heart-broken-filled:before{content:"\e24d"}.icon-heart-circle-filled:before{content:"\e24e"}.icon-heart-filled:before{content:"\e24f"}.icon-heart-subtract-filled:before{content:"\e250"}.icon-helicopter-filled:before{content:"\e251"}.icon-helipad-circle-filled:before{content:"\e252"}.icon-helipad-square-filled:before{content:"\e253"}.icon-helmet-baseball-filled:before{content:"\e254"}.icon-helmet-bicycle-filled:before{content:"\e255"}.icon-helmet-construction-filled:before{content:"\e256"}.icon-helmet-football-filled:before{content:"\e257"}.icon-help-circle-filled:before{content:"\e258"}.icon-hide-filled:before{content:"\e259"}.icon-hierarchy-1-filled:before{content:"\e25a"}.icon-hierarchy-2-filled:before{content:"\e25b"}.icon-hierarchy-3-filled:before{content:"\e25c"}.icon-hierarchy-4-filled:before{content:"\e25d"}.icon-highlight-filled:before{content:"\e25e"}.icon-home-1-filled:before{content:"\e25f"}.icon-home-2-filled:before{content:"\e260"}.icon-home-3-filled:before{content:"\e261"}.icon-home-4-filled:before{content:"\e262"}.icon-hospital-1-filled:before{content:"\e263"}.icon-hospital-2-filled:before{content:"\e264"}.icon-hot-blue-filled:before{content:"\e265"}.icon-hot-topic-filled:before{content:"\e266"}.icon-hotdog-filled:before{content:"\e267"}.icon-hourglass-1-filled:before{content:"\e268"}.icon-hourglass-2-filled:before{content:"\e269"}.icon-html-five-filled:before{content:"\e26a"}.icon-ice-cream-1-filled:before{content:"\e26b"}.icon-ice-cream-2-filled:before{content:"\e26c"}.icon-ice-cream-3-filled:before{content:"\e26d"}.icon-id-card-1-filled:before{content:"\e26e"}.icon-id-card-2-filled:before{content:"\e26f"}.icon-id-card-3-filled:before{content:"\e270"}.icon-id-card-4-filled:before{content:"\e271"}.icon-id-card-double-filled:before{content:"\e272"}.icon-id-picture-1-filled:before{content:"\e273"}.icon-id-picture-2-filled:before{content:"\e274"}.icon-inbox-1-filled:before{content:"\e275"}.icon-inbox-b-filled:before{content:"\e276"}.icon-inbox-filled:before{content:"\e277"}.icon-inbox-text-filled:before{content:"\e278"}.icon-indent-decrease-1-filled:before{content:"\e279"}.icon-indent-decrease-2-filled:before{content:"\e27a"}.icon-indent-increase-1-filled:before{content:"\e27b"}.icon-indent-increase-2-filled:before{content:"\e27c"}.icon-indent-left-filled:before{content:"\e27d"}.icon-indent-right-filled:before{content:"\e27e"}.icon-infomation-circle-filled:before{content:"\e27f"}.icon-ipod-filled:before{content:"\e280"}.icon-italic-filled:before{content:"\e281"}.icon-jigsaw-filled:before{content:"\e282"}.icon-juicer-filled:before{content:"\e283"}.icon-key-1-filled:before{content:"\e284"}.icon-key-2-filled:before{content:"\e285"}.icon-key-hole-1-filled:before{content:"\e286"}.icon-key-hole-2-filled:before{content:"\e287"}.icon-keyboard-1-filled:before{content:"\e288"}.icon-keyboard-2-filled:before{content:"\e289"}.icon-kindle-filled:before{content:"\e28a"}.icon-king-filled:before{content:"\e28b"}.icon-lady-1-filled:before{content:"\e28c"}.icon-lady-2-filled:before{content:"\e28d"}.icon-lamp-1-filled:before{content:"\e28e"}.icon-lamp-2-filled:before{content:"\e28f"}.icon-lamp-3-filled:before{content:"\e290"}.icon-lamp-4-filled:before{content:"\e291"}.icon-layers-filled:before{content:"\e292"}.icon-layers-show-filled:before{content:"\e293"}.icon-layout-1-filled:before{content:"\e294"}.icon-layout-2-filled:before{content:"\e295"}.icon-layout-3-filled:before{content:"\e296"}.icon-layout-4-filled:before{content:"\e297"}.icon-layout-5-filled:before{content:"\e298"}.icon-layout-6-filled:before{content:"\e299"}.icon-layout-7-filled:before{content:"\e29a"}.icon-layout-8-filled:before{content:"\e29b"}.icon-layout-9-filled:before{content:"\e29c"}.icon-layout-10-filled:before{content:"\e29d"}.icon-layout-11-filled:before{content:"\e29e"}.icon-layout-12-filled:before{content:"\e29f"}.icon-layout-none-filled:before{content:"\e2a0"}.icon-leaf-filled:before{content:"\e2a1"}.icon-light-house-filled:before{content:"\e2a2"}.icon-lightbulb-1-filled:before{content:"\e2a3"}.icon-lightbulb-2-filled:before{content:"\e2a4"}.icon-line-spacing-filled:before{content:"\e2a5"}.icon-link-1-filled:before{content:"\e2a6"}.icon-link-2-filled:before{content:"\e2a7"}.icon-link-3-filled:before{content:"\e2a8"}.icon-link-broken-1-filled:before{content:"\e2a9"}.icon-link-broken-2-filled:before{content:"\e2aa"}.icon-list-bullets-1-filled:before{content:"\e2ab"}.icon-list-bullets-2-filled:before{content:"\e2ac"}.icon-list-bullets-3-filled:before{content:"\e2ad"}.icon-list-number-filled:before{content:"\e2ae"}.icon-loading-filled:before{content:"\e2af"}.icon-location-pin-1-filled:before{content:"\e2b0"}.icon-location-pin-2-filled:before{content:"\e2b1"}.icon-location-pin-3-filled:before{content:"\e2b2"}.icon-location-pin-4-filled:before{content:"\e2b3"}.icon-location-pin-5-filled:before{content:"\e2b4"}.icon-location-pin-6-filled:before{content:"\e2b5"}.icon-location-pin-7-filled:before{content:"\e2b6"}.icon-location-pin-8-filled:before{content:"\e2b7"}.icon-location-pin-9-filled:before{content:"\e2b8"}.icon-location-pin-10-filled:before{content:"\e2b9"}.icon-location-pin-11-filled:before{content:"\e2ba"}.icon-location-pin-add-1-filled:before{content:"\e2bb"}.icon-location-pin-add-2-filled:before{content:"\e2bc"}.icon-location-pin-add-3-filled:before{content:"\e2bd"}.icon-location-pin-add-4-filled:before{content:"\e2be"}.icon-location-pin-add-5-filled:before{content:"\e2bf"}.icon-location-pin-favorite-1-filled:before{content:"\e2c0"}.icon-location-pin-favorite-2-filled:before{content:"\e2c1"}.icon-location-pin-favorite-3-filled:before{content:"\e2c2"}.icon-location-pin-favorite-4-filled:before{content:"\e2c3"}.icon-location-pin-medium-filled:before{content:"\e2c4"}.icon-location-pin-remove-1-filled:before{content:"\e2c5"}.icon-location-pin-remove-2-filled:before{content:"\e2c6"}.icon-location-pin-remove-3-filled:before{content:"\e2c7"}.icon-location-pin-remove-4-filled:before{content:"\e2c8"}.icon-location-pin-subtract-1-filled:before{content:"\e2c9"}.icon-location-pin-subtract-2-filled:before{content:"\e2ca"}.icon-location-pin-subtract-3-filled:before{content:"\e2cb"}.icon-location-pin-subtract-4-filled:before{content:"\e2cc"}.icon-location-pin-subtract-5-filled:before{content:"\e2cd"}.icon-location-user-filled:before{content:"\e2ce"}.icon-lock-close-1-filled:before{content:"\e2cf"}.icon-lock-close-2-filled:before{content:"\e2d0"}.icon-lock-close-3-filled:before{content:"\e2d1"}.icon-lock-open-1-filled:before{content:"\e2d2"}.icon-lock-open-2-filled:before{content:"\e2d3"}.icon-logo-500px-filled:before{content:"\e2d4"}.icon-logo-about-me-filled:before{content:"\e2d5"}.icon-logo-adobe-filled:before{content:"\e2d6"}.icon-logo-aim-filled:before{content:"\e2d7"}.icon-logo-amazon-1-filled:before{content:"\e2d8"}.icon-logo-amazon-2-filled:before{content:"\e2d9"}.icon-logo-amazon-web-service-filled:before{content:"\e2da"}.icon-logo-app-store-filled:before{content:"\e2db"}.icon-logo-apple-filled:before{content:"\e2dc"}.icon-logo-ati-filled:before{content:"\e2dd"}.icon-logo-baidu-filled:before{content:"\e2de"}.icon-logo-basecamp-filled:before{content:"\e2df"}.icon-logo-bebo-filled:before{content:"\e2e0"}.icon-logo-behance-filled:before{content:"\e2e1"}.icon-logo-bing-1-filled:before{content:"\e2e2"}.icon-logo-bing-2-filled:before{content:"\e2e3"}.icon-logo-blackberry-filled:before{content:"\e2e4"}.icon-logo-blinklist-filled:before{content:"\e2e5"}.icon-logo-blogger-filled:before{content:"\e2e6"}.icon-logo-bnter-filled:before{content:"\e2e7"}.icon-logo-brightkite-filled:before{content:"\e2e8"}.icon-logo-circle-500px-filled:before{content:"\e2e9"}.icon-logo-circle-about-me-filled:before{content:"\e2ea"}.icon-logo-circle-adobe-filled:before{content:"\e2eb"}.icon-logo-circle-aim-filled:before{content:"\e2ec"}.icon-logo-circle-amazon-web-service-filled:before{content:"\e2ed"}.icon-logo-circle-apple-filled:before{content:"\e2ee"}.icon-logo-circle-appstore-filled:before{content:"\e2ef"}.icon-logo-circle-ati-filled:before{content:"\e2f0"}.icon-logo-circle-baidu-filled:before{content:"\e2f1"}.icon-logo-circle-basecamp-filled:before{content:"\e2f2"}.icon-logo-circle-beats-1-filled:before{content:"\e2f3"}.icon-logo-circle-beats-2-filled:before{content:"\e2f4"}.icon-logo-circle-bebo-filled:before{content:"\e2f5"}.icon-logo-circle-behance-filled:before{content:"\e2f6"}.icon-logo-circle-bing-2-filled:before{content:"\e2f7"}.icon-logo-circle-bing-filled:before{content:"\e2f8"}.icon-logo-circle-blackberry-filled:before{content:"\e2f9"}.icon-logo-circle-blinklist-filled:before{content:"\e2fa"}.icon-logo-circle-blogger-filled:before{content:"\e2fb"}.icon-logo-circle-bnter-filled:before{content:"\e2fc"}.icon-logo-circle-brightkite-filled:before{content:"\e2fd"}.icon-logo-circle-coroflot-filled:before{content:"\e2fe"}.icon-logo-circle-crunchyroll-filled:before{content:"\e2ff"}.icon-logo-circle-dailybooth-filled:before{content:"\e300"}.icon-logo-circle-daytum-filled:before{content:"\e301"}.icon-logo-circle-delicious-filled:before{content:"\e302"}.icon-logo-circle-design-bump-filled:before{content:"\e303"}.icon-logo-circle-design-float-filled:before{content:"\e304"}.icon-logo-circle-designmoo-filled:before{content:"\e305"}.icon-logo-circle-deviantart-filled:before{content:"\e306"}.icon-logo-circle-digg-filled:before{content:"\e307"}.icon-logo-circle-diigo-filled:before{content:"\e308"}.icon-logo-circle-dribbble-filled:before{content:"\e309"}.icon-logo-circle-dropbox-filled:before{content:"\e30a"}.icon-logo-circle-drupal-filled:before{content:"\e30b"}.icon-logo-circle-dzone-filled:before{content:"\e30c"}.icon-logo-circle-electronic-art-filled:before{content:"\e30d"}.icon-logo-circle-email-filled:before{content:"\e30e"}.icon-logo-circle-etsy-filled:before{content:"\e30f"}.icon-logo-circle-evernote-filled:before{content:"\e310"}.icon-logo-circle-facebook-filled:before{content:"\e311"}.icon-logo-circle-feed-burner-filled:before{content:"\e312"}.icon-logo-circle-ffffound-filled:before{content:"\e313"}.icon-logo-circle-filled:before{content:"\e314"}.icon-logo-circle-flickr-filled:before{content:"\e315"}.icon-logo-circle-food-spotting-filled:before{content:"\e316"}.icon-logo-circle-formspring-filled:before{content:"\e317"}.icon-logo-circle-forrst-filled:before{content:"\e318"}.icon-logo-circle-foursquare-filled:before{content:"\e319"}.icon-logo-circle-friend-star-filled:before{content:"\e31a"}.icon-logo-circle-friends-feed-filled:before{content:"\e31b"}.icon-logo-circle-gabbr-filled:before{content:"\e31c"}.icon-logo-circle-gdgt-filled:before{content:"\e31d"}.icon-logo-circle-github-1-filled:before{content:"\e31e"}.icon-logo-circle-github-2-filled:before{content:"\e31f"}.icon-logo-circle-github-3-filled:before{content:"\e320"}.icon-logo-circle-google-buzz-filled:before{content:"\e321"}.icon-logo-circle-google-drive-filled:before{content:"\e322"}.icon-logo-circle-google-filled:before{content:"\e323"}.icon-logo-circle-google-play-store-filled:before{content:"\e324"}.icon-logo-circle-google-plus-2-filled:before{content:"\e325"}.icon-logo-circle-google-plus-filled:before{content:"\e326"}.icon-logo-circle-google-talk-filled:before{content:"\e327"}.icon-logo-circle-gowalla-1-filled:before{content:"\e328"}.icon-logo-circle-gowalla-filled:before{content:"\e329"}.icon-logo-circle-gowalla-pin-filled:before{content:"\e32a"}.icon-logo-circle-grooveshark-filled:before{content:"\e32b"}.icon-logo-circle-hi-five-filled:before{content:"\e32c"}.icon-logo-circle-hyves-filled:before{content:"\e32d"}.icon-logo-circle-icon-dock-filled:before{content:"\e32e"}.icon-logo-circle-icq-filled:before{content:"\e32f"}.icon-logo-circle-identica-filled:before{content:"\e330"}.icon-logo-circle-imdb-filled:before{content:"\e331"}.icon-logo-circle-imessage-filled:before{content:"\e332"}.icon-logo-circle-instagram-filled:before{content:"\e333"}.icon-logo-circle-instapaper-filled:before{content:"\e334"}.icon-logo-circle-irc-galleria-filled:before{content:"\e335"}.icon-logo-circle-itune-filled:before{content:"\e336"}.icon-logo-circle-iwiw-filled:before{content:"\e337"}.icon-logo-circle-kik-filled:before{content:"\e338"}.icon-logo-circle-last-fm-filled:before{content:"\e339"}.icon-logo-circle-line-app-filled:before{content:"\e33a"}.icon-logo-circle-linkedin-filled:before{content:"\e33b"}.icon-logo-circle-magento-filled:before{content:"\e33c"}.icon-logo-circle-meetup-filled:before{content:"\e33d"}.icon-logo-circle-memori-filled:before{content:"\e33e"}.icon-logo-circle-meta-cafe-filled:before{content:"\e33f"}.icon-logo-circle-mixx-filled:before{content:"\e340"}.icon-logo-circle-mobile-me-filled:before{content:"\e341"}.icon-logo-circle-mr-wong-filled:before{content:"\e342"}.icon-logo-circle-msn-filled:before{content:"\e343"}.icon-logo-circle-mubi-filled:before{content:"\e344"}.icon-logo-circle-mylife-filled:before{content:"\e345"}.icon-logo-circle-myspace-filled:before{content:"\e346"}.icon-logo-circle-news-vine-filled:before{content:"\e347"}.icon-logo-circle-nexopia-filled:before{content:"\e348"}.icon-logo-circle-ning-filled:before{content:"\e349"}.icon-logo-circle-odnoklassniki-filled:before{content:"\e34a"}.icon-logo-circle-openid-filled:before{content:"\e34b"}.icon-logo-circle-orkut-filled:before{content:"\e34c"}.icon-logo-circle-osx-filled:before{content:"\e34d"}.icon-logo-circle-path-filled:before{content:"\e34e"}.icon-logo-circle-paypal-filled:before{content:"\e34f"}.icon-logo-circle-photobucket-filled:before{content:"\e350"}.icon-logo-circle-picasa-filled:before{content:"\e351"}.icon-logo-circle-pingchat-filled:before{content:"\e352"}.icon-logo-circle-pinterest-filled:before{content:"\e353"}.icon-logo-circle-plurk-filled:before{content:"\e354"}.icon-logo-circle-podcast-filled:before{content:"\e355"}.icon-logo-circle-qik-filled:before{content:"\e356"}.icon-logo-circle-quora-filled:before{content:"\e357"}.icon-logo-circle-rdio-filled:before{content:"\e358"}.icon-logo-circle-readernaut-filled:before{content:"\e359"}.icon-logo-circle-reddit-filled:before{content:"\e35a"}.icon-logo-circle-renren-filled:before{content:"\e35b"}.icon-logo-circle-retweet-filled:before{content:"\e35c"}.icon-logo-circle-rss-filled:before{content:"\e35d"}.icon-logo-circle-scribd-filled:before{content:"\e35e"}.icon-logo-circle-sina-weibo-filled:before{content:"\e35f"}.icon-logo-circle-skype-filled:before{content:"\e360"}.icon-logo-circle-slash-dot-filled:before{content:"\e361"}.icon-logo-circle-slide-share-filled:before{content:"\e362"}.icon-logo-circle-smug-mug-filled:before{content:"\e363"}.icon-logo-circle-soundcloud-filled:before{content:"\e364"}.icon-logo-circle-spotify-filled:before{content:"\e365"}.icon-logo-circle-squarespace-filled:before{content:"\e366"}.icon-logo-circle-squidoo-filled:before{content:"\e367"}.icon-logo-circle-stack-overflow-filled:before{content:"\e368"}.icon-logo-circle-students-circle-network-filled:before{content:"\e369"}.icon-logo-circle-stumble-upon-filled:before{content:"\e36a"}.icon-logo-circle-technorati-filled:before{content:"\e36b"}.icon-logo-circle-treehouse-filled:before{content:"\e36c"}.icon-logo-circle-tripit-filled:before{content:"\e36d"}.icon-logo-circle-tuenti-filled:before{content:"\e36e"}.icon-logo-circle-tumblr-filled:before{content:"\e36f"}.icon-logo-circle-twitter-bird-filled:before{content:"\e370"}.icon-logo-circle-twitter-filled:before{content:"\e371"}.icon-logo-circle-viddler-filled:before{content:"\e372"}.icon-logo-circle-vimeo-filled:before{content:"\e373"}.icon-logo-circle-vk-filled:before{content:"\e374"}.icon-logo-circle-vodafone-filled:before{content:"\e375"}.icon-logo-circle-wattpad-filled:before{content:"\e376"}.icon-logo-circle-wechat-filled:before{content:"\e377"}.icon-logo-circle-whatsapp-filled:before{content:"\e378"}.icon-logo-circle-wikipedia-filled:before{content:"\e379"}.icon-logo-circle-windows-filled:before{content:"\e37a"}.icon-logo-circle-xing-filled:before{content:"\e37b"}.icon-logo-circle-yahoo-filled:before{content:"\e37c"}.icon-logo-circle-yammer-filled:before{content:"\e37d"}.icon-logo-circle-youtube-clip-filled:before{content:"\e37e"}.icon-logo-circle-youtube-filled:before{content:"\e37f"}.icon-logo-circle-zootool-filled:before{content:"\e380"}.icon-logo-coroflot-filled:before{content:"\e381"}.icon-logo-crunchyroll-filled:before{content:"\e382"}.icon-logo-dailybooth-filled:before{content:"\e383"}.icon-logo-daytum-filled:before{content:"\e384"}.icon-logo-delicious-filled:before{content:"\e385"}.icon-logo-design-bump-filled:before{content:"\e386"}.icon-logo-design-float-filled:before{content:"\e387"}.icon-logo-designmoo-filled:before{content:"\e388"}.icon-logo-deviantart-filled:before{content:"\e389"}.icon-logo-digg-filled:before{content:"\e38a"}.icon-logo-diigo-filled:before{content:"\e38b"}.icon-logo-dribbble-filled:before{content:"\e38c"}.icon-logo-dropbox-filled:before{content:"\e38d"}.icon-logo-drupal-filled:before{content:"\e38e"}.icon-logo-dzone-filled:before{content:"\e38f"}.icon-logo-electronic-art-filled:before{content:"\e390"}.icon-logo-email-filled:before{content:"\e391"}.icon-logo-etsy-filled:before{content:"\e392"}.icon-logo-everynote-filled:before{content:"\e393"}.icon-logo-facebook-filled:before{content:"\e394"}.icon-logo-feed-burner-filled:before{content:"\e395"}.icon-logo-ffffound-filled:before{content:"\e396"}.icon-logo-flickr-filled:before{content:"\e397"}.icon-logo-food-spotting-filled:before{content:"\e398"}.icon-logo-formspring-filled:before{content:"\e399"}.icon-logo-forrst-filled:before{content:"\e39a"}.icon-logo-foursquare-filled:before{content:"\e39b"}.icon-logo-friend-star-filled:before{content:"\e39c"}.icon-logo-friends-feed-filled:before{content:"\e39d"}.icon-logo-gabbr-filled:before{content:"\e39e"}.icon-logo-gdgt-filled:before{content:"\e39f"}.icon-logo-github-filled:before{content:"\e3a0"}.icon-logo-google-buzz-filled:before{content:"\e3a1"}.icon-logo-google-drive-filled:before{content:"\e3a2"}.icon-logo-google-filled:before{content:"\e3a3"}.icon-logo-google-play-store-filled:before{content:"\e3a4"}.icon-logo-google-plus-1-filled:before{content:"\e3a5"}.icon-logo-google-talk-filled:before{content:"\e3a6"}.icon-logo-gowalla-1-filled:before{content:"\e3a7"}.icon-logo-gowalla-2-filled:before{content:"\e3a8"}.icon-logo-gowalla-pin-filled:before{content:"\e3a9"}.icon-logo-grooveshark-filled:before{content:"\e3aa"}.icon-logo-hi-five-filled:before{content:"\e3ab"}.icon-logo-hyves-filled:before{content:"\e3ac"}.icon-logo-icon-dock-filled:before{content:"\e3ad"}.icon-logo-icq-filled:before{content:"\e3ae"}.icon-logo-identica-filled:before{content:"\e3af"}.icon-logo-imdb-filled:before{content:"\e3b0"}.icon-logo-imessage-filled:before{content:"\e3b1"}.icon-logo-instagram-filled:before{content:"\e3b2"}.icon-logo-instapaper-filled:before{content:"\e3b3"}.icon-logo-irc-galleria-filled:before{content:"\e3b4"}.icon-logo-itunes-filled:before{content:"\e3b5"}.icon-logo-iwiw-filled:before{content:"\e3b6"}.icon-logo-kennt-filled:before{content:"\e3b7"}.icon-logo-kik-filled:before{content:"\e3b8"}.icon-logo-last-fm-filled:before{content:"\e3b9"}.icon-logo-line-app-filled:before{content:"\e3ba"}.icon-logo-linkedin-filled:before{content:"\e3bb"}.icon-logo-magento-filled:before{content:"\e3bc"}.icon-logo-memori-filled:before{content:"\e3bd"}.icon-logo-meta-cafe-filled:before{content:"\e3be"}.icon-logo-mettup-filled:before{content:"\e3bf"}.icon-logo-mixx-filled:before{content:"\e3c0"}.icon-logo-mobile-me-filled:before{content:"\e3c1"}.icon-logo-mr-wong-filled:before{content:"\e3c2"}.icon-logo-msn-filled:before{content:"\e3c3"}.icon-logo-mubi-filled:before{content:"\e3c4"}.icon-logo-my-space-filled:before{content:"\e3c5"}.icon-logo-mylife-filled:before{content:"\e3c6"}.icon-logo-news-vine-filled:before{content:"\e3c7"}.icon-logo-nexopia-filled:before{content:"\e3c8"}.icon-logo-ning-filled:before{content:"\e3c9"}.icon-logo-odnoklassniki-filled:before{content:"\e3ca"}.icon-logo-openid-filled:before{content:"\e3cb"}.icon-logo-orkut-filled:before{content:"\e3cc"}.icon-logo-osx-filled:before{content:"\e3cd"}.icon-logo-path-filled:before{content:"\e3ce"}.icon-logo-paypal-filled:before{content:"\e3cf"}.icon-logo-photobucket-filled:before{content:"\e3d0"}.icon-logo-picasa-filled:before{content:"\e3d1"}.icon-logo-pingchat-filled:before{content:"\e3d2"}.icon-logo-pinterest-filled:before{content:"\e3d3"}.icon-logo-plurk-filled:before{content:"\e3d4"}.icon-logo-podcast-filled:before{content:"\e3d5"}.icon-logo-qik-filled:before{content:"\e3d6"}.icon-logo-quora-filled:before{content:"\e3d7"}.icon-logo-rdio-filled:before{content:"\e3d8"}.icon-logo-readernaut-filled:before{content:"\e3d9"}.icon-logo-reddit-filled:before{content:"\e3da"}.icon-logo-renren-filled:before{content:"\e3db"}.icon-logo-retweet-filled:before{content:"\e3dc"}.icon-logo-rss-filled:before{content:"\e3dd"}.icon-logo-scribd-filled:before{content:"\e3de"}.icon-logo-sina-weibo-filled:before{content:"\e3df"}.icon-logo-skype-filled:before{content:"\e3e0"}.icon-logo-slash-dot-filled:before{content:"\e3e1"}.icon-logo-slide-share-filled:before{content:"\e3e2"}.icon-logo-smug-mug-filled:before{content:"\e3e3"}.icon-logo-soundcloud-filled:before{content:"\e3e4"}.icon-logo-spotify-filled:before{content:"\e3e5"}.icon-logo-squarespace-filled:before{content:"\e3e6"}.icon-logo-squidoo-filled:before{content:"\e3e7"}.icon-logo-stack-overflow-filled:before{content:"\e3e8"}.icon-logo-students-circle-network-filled:before{content:"\e3e9"}.icon-logo-stumble-upon-filled:before{content:"\e3ea"}.icon-logo-technorati-filled:before{content:"\e3eb"}.icon-logo-treehouse-filled:before{content:"\e3ec"}.icon-logo-tripit-filled:before{content:"\e3ed"}.icon-logo-tuenti-filled:before{content:"\e3ee"}.icon-logo-tumblr-filled:before{content:"\e3ef"}.icon-logo-twitter-bird-filled:before{content:"\e3f0"}.icon-logo-twitter-filled:before{content:"\e3f1"}.icon-logo-viddler-filled:before{content:"\e3f2"}.icon-logo-vimeo-filled:before{content:"\e3f3"}.icon-logo-virb-filled:before{content:"\e3f4"}.icon-logo-vk-filled:before{content:"\e3f5"}.icon-logo-vodafone-filled:before{content:"\e3f6"}.icon-logo-wattpad-filled:before{content:"\e3f7"}.icon-logo-wechat-filled:before{content:"\e3f8"}.icon-logo-whatsapp-filled:before{content:"\e3f9"}.icon-logo-wikipedia-filled:before{content:"\e3fa"}.icon-logo-windows-filled:before{content:"\e3fb"}.icon-logo-www-filled:before{content:"\e3fc"}.icon-logo-xing-filled:before{content:"\e3fd"}.icon-logo-yahoo-filled:before{content:"\e3fe"}.icon-logo-yammer-filled:before{content:"\e3ff"}.icon-logo-yelp-filled:before{content:"\e400"}.icon-logo-you-tube-filled:before{content:"\e401"}.icon-logo-youtube-clip-filled:before{content:"\e402"}.icon-logo-zootool-filled:before{content:"\e403"}.icon-logout-filled:before{content:"\e404"}.icon-loop-infinite-1-filled:before{content:"\e405"}.icon-loop-infinite-2-filled:before{content:"\e406"}.icon-luggage-key-filled:before{content:"\e407"}.icon-eco-globe-filled:before{content:"\e408"}.icon-eco-lightbulb-filled:before{content:"\e409"}.icon-eco-nature-filled:before{content:"\e40a"}.icon-eject-button-filled:before{content:"\e40b"}.icon-electricity-outlet-filled:before{content:"\e40c"}.icon-email-1-filled:before{content:"\e40d"}.icon-email-2-filled:before{content:"\e40e"}.icon-email-add-filled:before{content:"\e40f"}.icon-email-block-filled:before{content:"\e410"}.icon-email-check-1-filled:before{content:"\e411"}.icon-email-check-2-filled:before{content:"\e412"}.icon-email-circle-filled:before{content:"\e413"}.icon-email-compose-filled:before{content:"\e414"}.icon-email-delete-filled:before{content:"\e415"}.icon-email-download-filled:before{content:"\e416"}.icon-email-favorite-1-filled:before{content:"\e417"}.icon-email-favorite-filled:before{content:"\e418"}.icon-email-inbox-1-filled:before{content:"\e419"}.icon-email-lock-filled:before{content:"\e41a"}.icon-email-outbox-1-filled:before{content:"\e41b"}.icon-email-read-1-filled:before{content:"\e41c"}.icon-email-read-2-filled:before{content:"\e41d"}.icon-email-read-later-filled:before{content:"\e41e"}.icon-email-refresh-filled:before{content:"\e41f"}.icon-email-remove-filled:before{content:"\e420"}.icon-email-send-1-filled:before{content:"\e421"}.icon-email-send-2-filled:before{content:"\e422"}.icon-email-send-3-filled:before{content:"\e423"}.icon-email-setup-filled:before{content:"\e424"}.icon-email-target-filled:before{content:"\e425"}.icon-email-text-filled:before{content:"\e426"}.icon-email-upload-filled:before{content:"\e427"}.icon-email-warning-filled:before{content:"\e428"}.icon-envelope-1-filled:before{content:"\e429"}.icon-envelope-2-filled:before{content:"\e42a"}.icon-envelope-filled:before{content:"\e42b"}.icon-equaliser-1-filled:before{content:"\e42c"}.icon-equaliser-2-filled:before{content:"\e42d"}.icon-eraser-filled:before{content:"\e42e"}.icon-espresso-machine-filled:before{content:"\e42f"}.icon-ethernet-cable-filled:before{content:"\e430"}.icon-euro-sign-badge-filled:before{content:"\e431"}.icon-euro-sign-circle-filled:before{content:"\e432"}.icon-euro-sign-filled:before{content:"\e433"}.icon-euro-sign-ticket-filled:before{content:"\e434"}.icon-expand-1-b-filled:before{content:"\e435"}.icon-expand-1-filled:before{content:"\e436"}.icon-expand-2-b-filled:before{content:"\e437"}.icon-expand-2-filled:before{content:"\e438"}.icon-expand-3-filled:before{content:"\e439"}.icon-expand-corner-filled:before{content:"\e43a"}.icon-expand-diagonal-1-b-filled:before{content:"\e43b"}.icon-expand-diagonal-1-filled:before{content:"\e43c"}.icon-expand-diagonal-2-b-filled:before{content:"\e43d"}.icon-expand-diagonal-2-filled:before{content:"\e43e"}.icon-expand-diagonal-3-filled:before{content:"\e43f"}.icon-expand-diagonal-4-filled:before{content:"\e440"}.icon-expand-horizontal-1-filled:before{content:"\e441"}.icon-expand-horizontal-2-filled:before{content:"\e442"}.icon-expand-horizontal-3-filled:before{content:"\e443"}.icon-expand-horizontal-4-filled:before{content:"\e444"}.icon-expand-horizontal-5-filled:before{content:"\e445"}.icon-expand-horizontal-filled:before{content:"\e446"}.icon-expand-vertical-1-filled:before{content:"\e447"}.icon-expand-vertical-2-filled:before{content:"\e448"}.icon-expand-vertical-3-filled:before{content:"\e449"}.icon-expand-vertical-4-filled:before{content:"\e44a"}.icon-expand-vertical-5-filled:before{content:"\e44b"}.icon-expand-vertical-filled:before{content:"\e44c"}.icon-exposure-level-filled:before{content:"\e44d"}.icon-eye-dropper-1-filled:before{content:"\e44e"}.icon-eye-dropper-2-filled:before{content:"\e44f"}.icon-eye-dropper-3-filled:before{content:"\e450"}.icon-factory-filled:before{content:"\e451"}.icon-fastforward-button-filled:before{content:"\e452"}.icon-fax-machine-filled:before{content:"\e453"}.icon-female-filled:before{content:"\e454"}.icon-file-add-filled:before{content:"\e455"}.icon-file-arborescence-filled:before{content:"\e456"}.icon-file-badge-filled:before{content:"\e457"}.icon-file-block-filled:before{content:"\e458"}.icon-file-bookmark-filled:before{content:"\e459"}.icon-file-check-filled:before{content:"\e45a"}.icon-file-checklist-filled:before{content:"\e45b"}.icon-file-code-filled:before{content:"\e45c"}.icon-file-download-filled:before{content:"\e45d"}.icon-file-edit-filled:before{content:"\e45e"}.icon-file-favorite-filled:before{content:"\e45f"}.icon-file-graph-bar-filled:before{content:"\e460"}.icon-file-graph-line-filled:before{content:"\e461"}.icon-file-hand-1-filled:before{content:"\e462"}.icon-file-hand-2-filled:before{content:"\e463"}.icon-file-home-filled:before{content:"\e464"}.icon-file-image-filled:before{content:"\e465"}.icon-file-landscape-image-filled:before{content:"\e466"}.icon-file-landscape-new-filled:before{content:"\e467"}.icon-file-landscape-text-filled:before{content:"\e468"}.icon-file-lock-filled:before{content:"\e469"}.icon-file-module-filled:before{content:"\e46a"}.icon-file-music-filled:before{content:"\e46b"}.icon-file-new-1-filled:before{content:"\e46c"}.icon-file-new-2-filled:before{content:"\e46d"}.icon-file-new-filled:before{content:"\e46e"}.icon-file-refresh-filled:before{content:"\e46f"}.icon-file-remove-filled:before{content:"\e470"}.icon-file-setting-filled:before{content:"\e471"}.icon-file-subtract-filled:before{content:"\e472"}.icon-file-swap-filled:before{content:"\e473"}.icon-file-table-filled:before{content:"\e474"}.icon-file-time-filled:before{content:"\e475"}.icon-file-upload-filled:before{content:"\e476"}.icon-file-video-filled:before{content:"\e477"}.icon-file-view-filled:before{content:"\e478"}.icon-file-warning-filled:before{content:"\e479"}.icon-file-zip-filled:before{content:"\e47a"}.icon-files-1-filled:before{content:"\e47b"}.icon-files-2-filled:before{content:"\e47c"}.icon-files-3-filled:before{content:"\e47d"}.icon-files-landscape-filled:before{content:"\e47e"}.icon-filter-1-filled:before{content:"\e47f"}.icon-filter-2-filled:before{content:"\e480"}.icon-filter-filled:before{content:"\e481"}.icon-filter-text-filled:before{content:"\e482"}.icon-fire-camp-filled:before{content:"\e483"}.icon-fire-extinguisher-filled:before{content:"\e484"}.icon-firewall-filled:before{content:"\e485"}.icon-firewire-1-filled:before{content:"\e486"}.icon-firewire-2-filled:before{content:"\e487"}.icon-first-aid-plaster-filled:before{content:"\e488"}.icon-flag-1-filled:before{content:"\e489"}.icon-flag-2-filled:before{content:"\e48a"}.icon-flag-3-filled:before{content:"\e48b"}.icon-flag-square-1-filled:before{content:"\e48c"}.icon-flag-square-2-filled:before{content:"\e48d"}.icon-flag-square-3-filled:before{content:"\e48e"}.icon-flag-triangle-1-filled:before{content:"\e48f"}.icon-flag-triangle-2-filled:before{content:"\e490"}.icon-flash-1-filled:before{content:"\e491"}.icon-flash-2-filled:before{content:"\e492"}.icon-flash-tripod-filled:before{content:"\e493"}.icon-flashlight-filled:before{content:"\e494"}.icon-flick-all-direction-filled:before{content:"\e495"}.icon-flick-down-filled:before{content:"\e496"}.icon-flick-horizontal-filled:before{content:"\e497"}.icon-flick-left-filled:before{content:"\e498"}.icon-flick-right-filled:before{content:"\e499"}.icon-flick-up-filled:before{content:"\e49a"}.icon-flick-vertical-filled:before{content:"\e49b"}.icon-flippers-filled:before{content:"\e49c"}.icon-floppy-disk-filled:before{content:"\e49d"}.icon-flowchart-1-filled:before{content:"\e49e"}.icon-flowchart-2-filled:before{content:"\e49f"}.icon-flowchart-3-filled:before{content:"\e4a0"}.icon-flower-filled:before{content:"\e4a1"}.icon-focus-1-filled:before{content:"\e4a2"}.icon-focus-2-filled:before{content:"\e4a3"}.icon-folder-add-filled:before{content:"\e4a4"}.icon-folder-big-filled:before{content:"\e4a5"}.icon-folder-binders-filled:before{content:"\e4a6"}.icon-folder-block-filled:before{content:"\e4a7"}.icon-folder-bookmark-filled:before{content:"\e4a8"}.icon-folder-check-filled:before{content:"\e4a9"}.icon-folder-code-filled:before{content:"\e4aa"}.icon-folder-download-filled:before{content:"\e4ab"}.icon-folder-edit-filled:before{content:"\e4ac"}.icon-folder-favorite-filled:before{content:"\e4ad"}.icon-folder-filled:before{content:"\e4ae"}.icon-folder-home-filled:before{content:"\e4af"}.icon-folder-image-filled:before{content:"\e4b0"}.icon-folder-lock-filled:before{content:"\e4b1"}.icon-folder-medium-filled:before{content:"\e4b2"}.icon-folder-music-filled:before{content:"\e4b3"}.icon-folder-network-1-filled:before{content:"\e4b4"}.icon-folder-network-2-filled:before{content:"\e4b5"}.icon-folder-new-filled:before{content:"\e4b6"}.icon-folder-refresh-filled:before{content:"\e4b7"}.icon-folder-remove-filled:before{content:"\e4b8"}.icon-folder-setting-filled:before{content:"\e4b9"}.icon-folder-small-filled:before{content:"\e4ba"}.icon-folder-subtract-filled:before{content:"\e4bb"}.icon-folder-swap-filled:before{content:"\e4bc"}.icon-folder-upload-filled:before{content:"\e4bd"}.icon-folder-video-filled:before{content:"\e4be"}.icon-folder-view-filled:before{content:"\e4bf"}.icon-folder-warning-filled:before{content:"\e4c0"}.icon-folder-zip-filled:before{content:"\e4c1"}.icon-font-color-filled:before{content:"\e4c2"}.icon-food-dome-filled:before{content:"\e4c3"}.icon-food-dome-serving-filled:before{content:"\e4c4"}.icon-fork-knife-filled:before{content:"\e4c5"}.icon-fork-spoon-filled:before{content:"\e4c6"}.icon-forklift-filled:before{content:"\e4c7"}.icon-forward-box-filled:before{content:"\e4c8"}.icon-forward-filled:before{content:"\e4c9"}.icon-frying-machine-filled:before{content:"\e4ca"}.icon-fuel-dispenser-filled:before{content:"\e4cb"}.icon-game-controller-1-filled:before{content:"\e4cc"}.icon-game-controller-2-filled:before{content:"\e4cd"}.icon-game-controller-3-filled:before{content:"\e4ce"}.icon-gameboy-filled:before{content:"\e4cf"}.icon-garage-filled:before{content:"\e4d0"}.icon-gauge-b-filled:before{content:"\e4d1"}.icon-gauge-filled:before{content:"\e4d2"}.icon-gender-female-filled:before{content:"\e4d3"}.icon-gender-maile-filled:before{content:"\e4d4"}.icon-gender-male-female-filled:before{content:"\e4d5"}.icon-gentleman-filled:before{content:"\e4d6"}.icon-glass-soda-filled:before{content:"\e4d7"}.icon-glass-water-filled:before{content:"\e4d8"}.icon-glasses-filled:before{content:"\e4d9"}.icon-glasses-round-1-filled:before{content:"\e4da"}.icon-glasses-round-2-filled:before{content:"\e4db"}.icon-glasses-round-3-filled:before{content:"\e4dc"}.icon-globe-1-filled:before{content:"\e4dd"}.icon-globe-2-filled:before{content:"\e4de"}.icon-globe-filled:before{content:"\e4df"}.icon-google-plus-filled:before{content:"\e4e0"}.icon-google-plus-plus-one-filled:before{content:"\e4e1"}.icon-graduate-filled:before{content:"\e4e2"}.icon-grape-filled:before{content:"\e4e3"}.icon-graph-bar-decrease-filled:before{content:"\e4e4"}.icon-graph-bar-filled:before{content:"\e4e5"}.icon-graph-bar-increase-filled:before{content:"\e4e6"}.icon-graph-bar-line-filled:before{content:"\e4e7"}.icon-graph-filled:before{content:"\e4e8"}.icon-graph-line-filled:before{content:"\e4e9"}.icon-graph-pie-1-filled:before{content:"\e4ea"}.icon-graph-pie-2-filled:before{content:"\e4eb"}.icon-greek-column-filled:before{content:"\e4ec"}.icon-grid-filled:before{content:"\e4ed"}.icon-guitar-filled:before{content:"\e4ee"}.icon-gun-filled:before{content:"\e4ef"}.icon-cactus-filled:before{content:"\e4f0"}.icon-cake-slice-filled:before{content:"\e4f1"}.icon-calculator-1-filled:before{content:"\e4f2"}.icon-calculator-2-filled:before{content:"\e4f3"}.icon-calculator-3-filled:before{content:"\e4f4"}.icon-calendar-1-filled:before{content:"\e4f5"}.icon-calendar-2-filled:before{content:"\e4f6"}.icon-camera-1-filled:before{content:"\e4f7"}.icon-camera-2-filled:before{content:"\e4f8"}.icon-camera-3-filled:before{content:"\e4f9"}.icon-camera-4-filled:before{content:"\e4fa"}.icon-camera-5-filled:before{content:"\e4fb"}.icon-camera-box-filled:before{content:"\e4fc"}.icon-camera-circle-filled:before{content:"\e4fd"}.icon-camera-film-1-filled:before{content:"\e4fe"}.icon-camera-film-2-filled:before{content:"\e4ff"}.icon-camera-lens-filled:before{content:"\e500"}.icon-camera-live-view-off-filled:before{content:"\e501"}.icon-camera-live-view-on-filled:before{content:"\e502"}.icon-camera-polaroid-filled:before{content:"\e503"}.icon-camera-top-view-filled:before{content:"\e504"}.icon-camera-tripod-filled:before{content:"\e505"}.icon-camera-user-filled:before{content:"\e506"}.icon-can-filled:before{content:"\e507"}.icon-can-soda-1-filled:before{content:"\e508"}.icon-can-soda-2-filled:before{content:"\e509"}.icon-can-soda-3-filled:before{content:"\e50a"}.icon-candle-filled:before{content:"\e50b"}.icon-cane-filled:before{content:"\e50c"}.icon-cannabis-leaf-filled:before{content:"\e50d"}.icon-canon-filled:before{content:"\e50e"}.icon-cap-academic-filled:before{content:"\e50f"}.icon-cap-filled:before{content:"\e510"}.icon-car-1-filled:before{content:"\e511"}.icon-car-2-filled:before{content:"\e512"}.icon-car-3-filled:before{content:"\e513"}.icon-car-4-filled:before{content:"\e514"}.icon-car-pickup-filled:before{content:"\e515"}.icon-cards-1-filled:before{content:"\e516"}.icon-cards-2-filled:before{content:"\e517"}.icon-cards-diamond-filled:before{content:"\e518"}.icon-cassette-player-filled:before{content:"\e519"}.icon-cassette-recorder-filled:before{content:"\e51a"}.icon-cassette-tape-filled:before{content:"\e51b"}.icon-castle-filled:before{content:"\e51c"}.icon-caution-fence-filled:before{content:"\e51d"}.icon-cc-camera-1-filled:before{content:"\e51e"}.icon-cc-camera-2-filled:before{content:"\e51f"}.icon-cd-box-filled:before{content:"\e520"}.icon-cd-filled:before{content:"\e521"}.icon-center-point-filled:before{content:"\e522"}.icon-certificate-filled:before{content:"\e523"}.icon-chair-1-filled:before{content:"\e524"}.icon-chair-2-filled:before{content:"\e525"}.icon-chat-double-bubble-1-filled:before{content:"\e526"}.icon-chat-double-bubble-2-filled:before{content:"\e527"}.icon-chat-double-bubble-3-filled:before{content:"\e528"}.icon-chat-double-bubble-4-filled:before{content:"\e529"}.icon-check-1-filled:before{content:"\e52a"}.icon-check-2-filled:before{content:"\e52b"}.icon-check-badge-filled:before{content:"\e52c"}.icon-check-box-1-filled:before{content:"\e52d"}.icon-check-box-2-filled:before{content:"\e52e"}.icon-check-circle-1-filled:before{content:"\e52f"}.icon-check-circle-2-filled:before{content:"\e530"}.icon-check-list-b-filled:before{content:"\e531"}.icon-check-list-filled:before{content:"\e532"}.icon-check-shield-filled:before{content:"\e533"}.icon-checker-flag-1-filled:before{content:"\e534"}.icon-checker-flag-2-filled:before{content:"\e535"}.icon-cheese-filled:before{content:"\e536"}.icon-cheese-shredder-filled:before{content:"\e537"}.icon-cheeseburger-filled:before{content:"\e538"}.icon-chef-filled:before{content:"\e539"}.icon-cheque-filled:before{content:"\e53a"}.icon-clock-1-filled:before{content:"\e53b"}.icon-clock-2-filled:before{content:"\e53c"}.icon-clock-3-filled:before{content:"\e53d"}.icon-close-badge-filled:before{content:"\e53e"}.icon-close-filled:before{content:"\e53f"}.icon-close-shield-filled:before{content:"\e540"}.icon-clothes-hanger-filled:before{content:"\e541"}.icon-cloud-add-filled:before{content:"\e542"}.icon-cloud-b-filled:before{content:"\e543"}.icon-cloud-check-filled:before{content:"\e544"}.icon-cloud-double-filled:before{content:"\e545"}.icon-cloud-download-filled:before{content:"\e546"}.icon-cloud-filled:before{content:"\e547"}.icon-cloud-refresh-filled:before{content:"\e548"}.icon-cloud-remove-filled:before{content:"\e549"}.icon-cloud-subtract-filled:before{content:"\e54a"}.icon-cloud-sync-filled:before{content:"\e54b"}.icon-cloud-upload-filled:before{content:"\e54c"}.icon-clover-filled:before{content:"\e54d"}.icon-cocktail-1-filled:before{content:"\e54e"}.icon-cocktail-2-filled:before{content:"\e54f"}.icon-cocktail-3-filled:before{content:"\e550"}.icon-coffee-cup-1-filled:before{content:"\e551"}.icon-coffee-cup-2-filled:before{content:"\e552"}.icon-coffee-cup-3-filled:before{content:"\e553"}.icon-coffee-mug-1-filled:before{content:"\e554"}.icon-coffee-mug-2-filled:before{content:"\e555"}.icon-cog-double-1-filled:before{content:"\e556"}.icon-cog-double-2-filled:before{content:"\e557"}.icon-cog-filled:before{content:"\e558"}.icon-coin-bank-note-filled:before{content:"\e559"}.icon-coin-point-filled:before{content:"\e55a"}.icon-coin-receive-filled:before{content:"\e55b"}.icon-coin-star-filled:before{content:"\e55c"}.icon-coins-1-filled:before{content:"\e55d"}.icon-coins-2-filled:before{content:"\e55e"}.icon-coins-3-filled:before{content:"\e55f"}.icon-color-bucket-filled:before{content:"\e560"}.icon-compass-1-filled:before{content:"\e561"}.icon-compass-2-filled:before{content:"\e562"}.icon-computer-bug-1-filled:before{content:"\e563"}.icon-computer-bug-2-filled:before{content:"\e564"}.icon-computer-chip-filled:before{content:"\e565"}.icon-computer-disk-drive-filled:before{content:"\e566"}.icon-computer-harddisk-filled:before{content:"\e567"}.icon-computer-imac-1-filled:before{content:"\e568"}.icon-computer-imac-2-filled:before{content:"\e569"}.icon-computer-notebook-1-filled:before{content:"\e56a"}.icon-computer-notebook-2-filled:before{content:"\e56b"}.icon-computer-pc-filled:before{content:"\e56c"}.icon-computer-screen-1-filled:before{content:"\e56d"}.icon-computer-screen-2-filled:before{content:"\e56e"}.icon-computer-screen-3-filled:before{content:"\e56f"}.icon-control-eject-filled:before{content:"\e570"}.icon-control-fastforward-filled:before{content:"\e571"}.icon-control-next-filled:before{content:"\e572"}.icon-control-pause-filled:before{content:"\e573"}.icon-control-play-filled:before{content:"\e574"}.icon-control-previous-filled:before{content:"\e575"}.icon-control-record-filled:before{content:"\e576"}.icon-control-rewind-filled:before{content:"\e577"}.icon-control-stop-filled:before{content:"\e578"}.icon-cooking-timer-filled:before{content:"\e579"}.icon-copy-1-filled:before{content:"\e57a"}.icon-copy-2-filled:before{content:"\e57b"}.icon-copy-3-filled:before{content:"\e57c"}.icon-copy-paste-filled:before{content:"\e57d"}.icon-copy-right-filled:before{content:"\e57e"}.icon-couch-filled:before{content:"\e57f"}.icon-crate-filled:before{content:"\e580"}.icon-crate-trolley-filled:before{content:"\e581"}.icon-creative-cloud-filled:before{content:"\e582"}.icon-credit-card-amex-filled:before{content:"\e583"}.icon-credit-card-filled:before{content:"\e584"}.icon-credit-card-hand-filled:before{content:"\e585"}.icon-credit-card-lock-filled:before{content:"\e586"}.icon-credit-card-master-card-filled:before{content:"\e587"}.icon-credit-card-visa-filled:before{content:"\e588"}.icon-crop-area-filled:before{content:"\e589"}.icon-cross-over-filled:before{content:"\e58a"}.icon-crosshair-1-filled:before{content:"\e58b"}.icon-crosshair-2-filled:before{content:"\e58c"}.icon-crosshair-3-filled:before{content:"\e58d"}.icon-crown-1-filled:before{content:"\e58e"}.icon-crown-2-filled:before{content:"\e58f"}.icon-crown-3-filled:before{content:"\e590"}.icon-css-three-filled:before{content:"\e591"}.icon-cupboard-filled:before{content:"\e592"}.icon-cursor-1-filled:before{content:"\e593"}.icon-cursor-2-filled:before{content:"\e594"}.icon-cursor-add-filled:before{content:"\e595"}.icon-cursor-dial-filled:before{content:"\e596"}.icon-cursor-double-filled:before{content:"\e597"}.icon-cursor-finger-filled:before{content:"\e598"}.icon-cursor-hand-1-filled:before{content:"\e599"}.icon-cursor-hand-2-filled:before{content:"\e59a"}.icon-cursor-hold-1-filled:before{content:"\e59b"}.icon-cursor-hold-2-filled:before{content:"\e59c"}.icon-cursor-move-1-b-filled:before{content:"\e59d"}.icon-cursor-move-1-filled:before{content:"\e59e"}.icon-cursor-move-2-b-filled:before{content:"\e59f"}.icon-cursor-move-2-filled:before{content:"\e5a0"}.icon-cursor-move-left-right-1-filled:before{content:"\e5a1"}.icon-cursor-move-left-right-2-filled:before{content:"\e5a2"}.icon-cursor-move-up-down-1-filled:before{content:"\e5a3"}.icon-cursor-move-up-down-2-filled:before{content:"\e5a4"}.icon-cursor-select-area-filled:before{content:"\e5a5"}.icon-cursor-tap-filled:before{content:"\e5a6"}.icon-cursor-touch-1-filled:before{content:"\e5a7"}.icon-cursor-touch-2-filled:before{content:"\e5a8"}.icon-cut-here-filled:before{content:"\e5a9"}.icon-day-cloud-filled:before{content:"\e5aa"}.icon-delete-1-filled:before{content:"\e5ab"}.icon-delete-2-filled:before{content:"\e5ac"}.icon-design-mug-filled:before{content:"\e5ad"}.icon-diamond-filled:before{content:"\e5ae"}.icon-diamond-ring-filled:before{content:"\e5af"}.icon-dice-1-filled:before{content:"\e5b0"}.icon-dice-2-filled:before{content:"\e5b1"}.icon-direction-sign-filled:before{content:"\e5b2"}.icon-disk-1-filled:before{content:"\e5b3"}.icon-disk-2-filled:before{content:"\e5b4"}.icon-disk-3-filled:before{content:"\e5b5"}.icon-disk-player-filled:before{content:"\e5b6"}.icon-doctor-1-filled:before{content:"\e5b7"}.icon-doctor-2-filled:before{content:"\e5b8"}.icon-document-shredder-filled:before{content:"\e5b9"}.icon-dollar-sign-badge-filled:before{content:"\e5ba"}.icon-dollar-sign-circle-filled:before{content:"\e5bb"}.icon-dollar-sign-filled:before{content:"\e5bc"}.icon-dollar-sign-ticket-filled:before{content:"\e5bd"}.icon-door-filled:before{content:"\e5be"}.icon-door-sign-filled:before{content:"\e5bf"}.icon-download-1-filled:before{content:"\e5c0"}.icon-download-2-filled:before{content:"\e5c1"}.icon-download-3-filled:before{content:"\e5c2"}.icon-download-4-filled:before{content:"\e5c3"}.icon-download-5-filled:before{content:"\e5c4"}.icon-download-6-filled:before{content:"\e5c5"}.icon-download-7-filled:before{content:"\e5c6"}.icon-download-box-1-filled:before{content:"\e5c7"}.icon-download-box-2-filled:before{content:"\e5c8"}.icon-download-box-3-filled:before{content:"\e5c9"}.icon-download-circle-filled:before{content:"\e5ca"}.icon-download-computer-filled:before{content:"\e5cb"}.icon-download-harddrive-1-filled:before{content:"\e5cc"}.icon-download-harddrive-2-filled:before{content:"\e5cd"}.icon-drawer-1-filled:before{content:"\e5ce"}.icon-drawer-2-filled:before{content:"\e5cf"}.icon-drawer-3-filled:before{content:"\e5d0"}.icon-dumbell-filled:before{content:"\e5d1"}.icon-abacus-filled:before{content:"\e5d2"}.icon-account-circle-filled:before{content:"\e5d3"}.icon-account-find-1-filled:before{content:"\e5d4"}.icon-account-find-2-filled:before{content:"\e5d5"}.icon-account-group-1-filled:before{content:"\e5d6"}.icon-account-group-2-filled:before{content:"\e5d7"}.icon-account-group-3-filled:before{content:"\e5d8"}.icon-account-group-4-filled:before{content:"\e5d9"}.icon-account-group-5-filled:before{content:"\e5da"}.icon-add-1-filled:before{content:"\e5db"}.icon-add-2-filled:before{content:"\e5dc"}.icon-add-box-filled:before{content:"\e5dd"}.icon-add-circle-filled:before{content:"\e5de"}.icon-add-tab-filled:before{content:"\e5df"}.icon-airplane-arrival-filled:before{content:"\e5e0"}.icon-airplane-departure-filled:before{content:"\e5e1"}.icon-airplane-filled:before{content:"\e5e2"}.icon-airplane-flight-filled:before{content:"\e5e3"}.icon-alarm-clock-filled:before{content:"\e5e4"}.icon-alarm-filled:before{content:"\e5e5"}.icon-alarm-silent-filled:before{content:"\e5e6"}.icon-alarm-snooze-filled:before{content:"\e5e7"}.icon-alarm-sound-filled:before{content:"\e5e8"}.icon-align-center-filled:before{content:"\e5e9"}.icon-align-justify-filled:before{content:"\e5ea"}.icon-align-landscape-filled:before{content:"\e5eb"}.icon-align-left-filled:before{content:"\e5ec"}.icon-align-portrait-filled:before{content:"\e5ed"}.icon-align-right-filled:before{content:"\e5ee"}.icon-all-caps-filled:before{content:"\e5ef"}.icon-ambulance-filled:before{content:"\e5f0"}.icon-anchor-filled:before{content:"\e5f1"}.icon-angle-brackets-filled:before{content:"\e5f2"}.icon-apple-1-filled:before{content:"\e5f3"}.icon-apple-2-filled:before{content:"\e5f4"}.icon-armchair-1-filled:before{content:"\e5f5"}.icon-armchair-2-filled:before{content:"\e5f6"}.icon-arrow-bottom-left-filled:before{content:"\e5f7"}.icon-arrow-bottom-right-filled:before{content:"\e5f8"}.icon-arrow-box-down-1-filled:before{content:"\e5f9"}.icon-arrow-box-down-2-filled:before{content:"\e5fa"}.icon-arrow-box-down-3-filled:before{content:"\e5fb"}.icon-arrow-box-down-4-filled:before{content:"\e5fc"}.icon-arrow-box-down-5-filled:before{content:"\e5fd"}.icon-arrow-box-down-left-1-filled:before{content:"\e5fe"}.icon-arrow-box-down-left-2-filled:before{content:"\e5ff"}.icon-arrow-box-down-right-1-filled:before{content:"\e600"}.icon-arrow-box-down-right-2-filled:before{content:"\e601"}.icon-arrow-box-left-1-filled:before{content:"\e602"}.icon-arrow-box-left-2-filled:before{content:"\e603"}.icon-arrow-box-left-3-filled:before{content:"\e604"}.icon-arrow-box-left-4-filled:before{content:"\e605"}.icon-arrow-box-left-5-filled:before{content:"\e606"}.icon-arrow-box-right-1-filled:before{content:"\e607"}.icon-arrow-box-right-2-filled:before{content:"\e608"}.icon-arrow-box-right-3-filled:before{content:"\e609"}.icon-arrow-box-right-4-filled:before{content:"\e60a"}.icon-arrow-box-right-5-filled:before{content:"\e60b"}.icon-arrow-box-up-1-filled:before{content:"\e60c"}.icon-arrow-box-up-2-filled:before{content:"\e60d"}.icon-arrow-box-up-3-filled:before{content:"\e60e"}.icon-arrow-box-up-4-filled:before{content:"\e60f"}.icon-arrow-box-up-5-filled:before{content:"\e610"}.icon-arrow-circle-down-1-filled:before{content:"\e611"}.icon-arrow-circle-down-2-filled:before{content:"\e612"}.icon-arrow-circle-down-3-filled:before{content:"\e613"}.icon-arrow-circle-down-4-filled:before{content:"\e614"}.icon-arrow-circle-down-5-filled:before{content:"\e615"}.icon-arrow-circle-down-6-filled:before{content:"\e616"}.icon-arrow-circle-down-left-1-filled:before{content:"\e617"}.icon-arrow-circle-down-left-2-filled:before{content:"\e618"}.icon-arrow-circle-down-left-3-filled:before{content:"\e619"}.icon-arrow-circle-down-right-1-filled:before{content:"\e61a"}.icon-arrow-circle-down-right-2-filled:before{content:"\e61b"}.icon-arrow-circle-down-right-3-filled:before{content:"\e61c"}.icon-arrow-circle-left-1-filled:before{content:"\e61d"}.icon-arrow-circle-left-2-filled:before{content:"\e61e"}.icon-arrow-circle-left-3-filled:before{content:"\e61f"}.icon-arrow-circle-left-4-filled:before{content:"\e620"}.icon-arrow-circle-left-5-filled:before{content:"\e621"}.icon-arrow-circle-left-6-filled:before{content:"\e622"}.icon-arrow-circle-right-1-filled:before{content:"\e623"}.icon-arrow-circle-right-2-filled:before{content:"\e624"}.icon-arrow-circle-right-3-filled:before{content:"\e625"}.icon-arrow-circle-right-4-filled:before{content:"\e626"}.icon-arrow-circle-right-5-filled:before{content:"\e627"}.icon-arrow-circle-right-6-filled:before{content:"\e628"}.icon-arrow-circle-up-1-filled:before{content:"\e629"}.icon-arrow-circle-up-2-filled:before{content:"\e62a"}.icon-arrow-circle-up-3-filled:before{content:"\e62b"}.icon-arrow-circle-up-4-filled:before{content:"\e62c"}.icon-arrow-circle-up-5-filled:before{content:"\e62d"}.icon-arrow-circle-up-6-filled:before{content:"\e62e"}.icon-arrow-delete-filled:before{content:"\e62f"}.icon-arrow-double-down-filled:before{content:"\e630"}.icon-arrow-double-left-filled:before{content:"\e631"}.icon-arrow-double-right-filled:before{content:"\e632"}.icon-arrow-double-up-filled:before{content:"\e633"}.icon-arrow-down-1-filled:before{content:"\e634"}.icon-arrow-down-2-filled:before{content:"\e635"}.icon-arrow-down-3-filled:before{content:"\e636"}.icon-arrow-down-4-filled:before{content:"\e637"}.icon-arrow-down-5-filled:before{content:"\e638"}.icon-arrow-down-6-filled:before{content:"\e639"}.icon-arrow-down-7-filled:before{content:"\e63a"}.icon-arrow-down-8-filled:before{content:"\e63b"}.icon-arrow-down-9-filled:before{content:"\e63c"}.icon-arrow-down-10-filled:before{content:"\e63d"}.icon-arrow-down-11-filled:before{content:"\e63e"}.icon-arrow-down-12-filled:before{content:"\e63f"}.icon-arrow-down-13-filled:before{content:"\e640"}.icon-arrow-down-filled:before{content:"\e641"}.icon-arrow-down-left-1-filled:before{content:"\e642"}.icon-arrow-down-left-2-filled:before{content:"\e643"}.icon-arrow-down-left-3-filled:before{content:"\e644"}.icon-arrow-down-left-4-filled:before{content:"\e645"}.icon-arrow-down-left-5-filled:before{content:"\e646"}.icon-arrow-down-left-6-filled:before{content:"\e647"}.icon-arrow-down-left-7-filled:before{content:"\e648"}.icon-arrow-down-right-1-filled:before{content:"\e649"}.icon-arrow-down-right-2-filled:before{content:"\e64a"}.icon-arrow-down-right-3-filled:before{content:"\e64b"}.icon-arrow-down-right-4-filled:before{content:"\e64c"}.icon-arrow-down-right-5-filled:before{content:"\e64d"}.icon-arrow-down-right-6-filled:before{content:"\e64e"}.icon-arrow-down-right-7-filled:before{content:"\e64f"}.icon-arrow-enter-filled:before{content:"\e650"}.icon-arrow-forward-delete-filled:before{content:"\e651"}.icon-arrow-left-1-filled:before{content:"\e652"}.icon-arrow-left-2-filled:before{content:"\e653"}.icon-arrow-left-3-filled:before{content:"\e654"}.icon-arrow-left-4-filled:before{content:"\e655"}.icon-arrow-left-5-filled:before{content:"\e656"}.icon-arrow-left-6-filled:before{content:"\e657"}.icon-arrow-left-7-filled:before{content:"\e658"}.icon-arrow-left-8-filled:before{content:"\e659"}.icon-arrow-left-9-filled:before{content:"\e65a"}.icon-arrow-left-10-filled:before{content:"\e65b"}.icon-arrow-left-11-filled:before{content:"\e65c"}.icon-arrow-left-12-filled:before{content:"\e65d"}.icon-arrow-left-13-filled:before{content:"\e65e"}.icon-arrow-left-filled:before{content:"\e65f"}.icon-arrow-next-filled:before{content:"\e660"}.icon-arrow-previous-filled:before{content:"\e661"}.icon-arrow-return-filled:before{content:"\e662"}.icon-arrow-right-1-filled:before{content:"\e663"}.icon-arrow-right-2-filled:before{content:"\e664"}.icon-arrow-right-3-filled:before{content:"\e665"}.icon-arrow-right-4-filled:before{content:"\e666"}.icon-arrow-right-5-filled:before{content:"\e667"}.icon-arrow-right-6-filled:before{content:"\e668"}.icon-arrow-right-7-filled:before{content:"\e669"}.icon-arrow-right-8-filled:before{content:"\e66a"}.icon-arrow-right-9-filled:before{content:"\e66b"}.icon-arrow-right-10-filled:before{content:"\e66c"}.icon-arrow-right-11-filled:before{content:"\e66d"}.icon-arrow-right-12-filled:before{content:"\e66e"}.icon-arrow-right-13-filled:before{content:"\e66f"}.icon-arrow-right-filled:before{content:"\e670"}.icon-arrow-shift-filled:before{content:"\e671"}.icon-arrow-top-left-filled:before{content:"\e672"}.icon-arrow-top-right-filled:before{content:"\e673"}.icon-arrow-triple-down-filled:before{content:"\e674"}.icon-arrow-triple-left-filled:before{content:"\e675"}.icon-arrow-triple-right-filled:before{content:"\e676"}.icon-arrow-triple-up-filled:before{content:"\e677"}.icon-arrow-up-1-filled:before{content:"\e678"}.icon-arrow-up-2-filled:before{content:"\e679"}.icon-arrow-up-3-filled:before{content:"\e67a"}.icon-arrow-up-4-filled:before{content:"\e67b"}.icon-arrow-up-5-filled:before{content:"\e67c"}.icon-arrow-up-6-filled:before{content:"\e67d"}.icon-arrow-up-7-filled:before{content:"\e67e"}.icon-arrow-up-8-filled:before{content:"\e67f"}.icon-arrow-up-9-filled:before{content:"\e680"}.icon-arrow-up-10-filled:before{content:"\e681"}.icon-arrow-up-11-filled:before{content:"\e682"}.icon-arrow-up-12-filled:before{content:"\e683"}.icon-arrow-up-13-filled:before{content:"\e684"}.icon-arrow-up-filled:before{content:"\e685"}.icon-art-knife-filled:before{content:"\e686"}.icon-asterisk-1-filled:before{content:"\e687"}.icon-asterisk-2-filled:before{content:"\e688"}.icon-at-sign-circle-filled:before{content:"\e689"}.icon-at-sign-filled:before{content:"\e68a"}.icon-at-sign-stamp-filled:before{content:"\e68b"}.icon-atomic-bomb-filled:before{content:"\e68c"}.icon-auction-filled:before{content:"\e68d"}.icon-back-pack-filled:before{content:"\e68e"}.icon-badge-1-filled:before{content:"\e68f"}.icon-badge-2-filled:before{content:"\e690"}.icon-balloon-filled:before{content:"\e691"}.icon-bank-1-b-filled:before{content:"\e692"}.icon-bank-1-filled:before{content:"\e693"}.icon-bank-2-b-filled:before{content:"\e694"}.icon-bank-2-filled:before{content:"\e695"}.icon-bank-notes-1-filled:before{content:"\e696"}.icon-bank-notes-2-filled:before{content:"\e697"}.icon-bank-notes-3-filled:before{content:"\e698"}.icon-bank-notes-atm-filled:before{content:"\e699"}.icon-barbecue-stove-filled:before{content:"\e69a"}.icon-basket-1-filled:before{content:"\e69b"}.icon-basket-2-filled:before{content:"\e69c"}.icon-basket-3-filled:before{content:"\e69d"}.icon-basket-add-filled:before{content:"\e69e"}.icon-basket-subtract-filled:before{content:"\e69f"}.icon-battery-charge-filled:before{content:"\e6a0"}.icon-battery-full-filled:before{content:"\e6a1"}.icon-battery-high-filled:before{content:"\e6a2"}.icon-battery-low-filled:before{content:"\e6a3"}.icon-battery-medium-filled:before{content:"\e6a4"}.icon-beach-filled:before{content:"\e6a5"}.icon-bed-filled:before{content:"\e6a6"}.icon-beer-glass-filled:before{content:"\e6a7"}.icon-bellboy-filled:before{content:"\e6a8"}.icon-bench-filled:before{content:"\e6a9"}.icon-bicycle-cruiser-filled:before{content:"\e6aa"}.icon-bicycle-mountain-filled:before{content:"\e6ab"}.icon-bicycle-road-filled:before{content:"\e6ac"}.icon-bin-1-filled:before{content:"\e6ad"}.icon-bin-2-filled:before{content:"\e6ae"}.icon-binoculars-filled:before{content:"\e6af"}.icon-birthday-cake-filled:before{content:"\e6b0"}.icon-blood-drop-filled:before{content:"\e6b1"}.icon-bluetooth-filled:before{content:"\e6b2"}.icon-boat-b-filled:before{content:"\e6b3"}.icon-boat-filled:before{content:"\e6b4"}.icon-boil-filled:before{content:"\e6b5"}.icon-bold-filled:before{content:"\e6b6"}.icon-bomb-filled:before{content:"\e6b7"}.icon-book-1-filled:before{content:"\e6b8"}.icon-book-2-filled:before{content:"\e6b9"}.icon-book-address-filled:before{content:"\e6ba"}.icon-book-audio-filled:before{content:"\e6bb"}.icon-book-bookmarked-filled:before{content:"\e6bc"}.icon-book-contact-1-filled:before{content:"\e6bd"}.icon-book-contact-2-filled:before{content:"\e6be"}.icon-book-download-1-filled:before{content:"\e6bf"}.icon-book-download-2-filled:before{content:"\e6c0"}.icon-book-favorite-1-filled:before{content:"\e6c1"}.icon-book-favorite-2-filled:before{content:"\e6c2"}.icon-book-open-1-filled:before{content:"\e6c3"}.icon-book-open-2-filled:before{content:"\e6c4"}.icon-book-open-3-filled:before{content:"\e6c5"}.icon-book-open-4-filled:before{content:"\e6c6"}.icon-book-open-bookmarked-1-filled:before{content:"\e6c7"}.icon-book-open-bookmarked-2-filled:before{content:"\e6c8"}.icon-book-phone-1-filled:before{content:"\e6c9"}.icon-book-phone-2-filled:before{content:"\e6ca"}.icon-bookmark-1-filled:before{content:"\e6cb"}.icon-bookmark-2-filled:before{content:"\e6cc"}.icon-bookmark-3-filled:before{content:"\e6cd"}.icon-bookmark-4-filled:before{content:"\e6ce"}.icon-bookmark-5-filled:before{content:"\e6cf"}.icon-bookmark-add-filled:before{content:"\e6d0"}.icon-bookmark-all-1-filled:before{content:"\e6d1"}.icon-bookmark-all-2-filled:before{content:"\e6d2"}.icon-bookmark-article-filled:before{content:"\e6d3"}.icon-bookmark-subtract-filled:before{content:"\e6d4"}.icon-books-encyclopedia-1-filled:before{content:"\e6d5"}.icon-books-encyclopedia-2-filled:before{content:"\e6d6"}.icon-books-library-filled:before{content:"\e6d7"}.icon-border-all-1-filled:before{content:"\e6d8"}.icon-bottle-1-filled:before{content:"\e6d9"}.icon-bottle-2-filled:before{content:"\e6da"}.icon-bottle-3-filled:before{content:"\e6db"}.icon-bottle-4-filled:before{content:"\e6dc"}.icon-bowtie-filled:before{content:"\e6dd"}.icon-box-1-b-filled:before{content:"\e6de"}.icon-box-1-filled:before{content:"\e6df"}.icon-box-2-b-filled:before{content:"\e6e0"}.icon-box-2-filled:before{content:"\e6e1"}.icon-box-3-filled:before{content:"\e6e2"}.icon-box-4-filled:before{content:"\e6e3"}.icon-box-download-filled:before{content:"\e6e4"}.icon-box-upload-filled:before{content:"\e6e5"}.icon-boxes-1-filled:before{content:"\e6e6"}.icon-boxes-2-filled:before{content:"\e6e7"}.icon-bread-loaf-filled:before{content:"\e6e8"}.icon-brick-wall-filled:before{content:"\e6e9"}.icon-briefcase-filled:before{content:"\e6ea"}.icon-brightness-decrease-filled:before{content:"\e6eb"}.icon-brightness-increase-filled:before{content:"\e6ec"}.icon-bring-to-front-filled:before{content:"\e6ed"}.icon-bubble-chat-1-filled:before{content:"\e6ee"}.icon-bubble-chat-2-filled:before{content:"\e6ef"}.icon-bubble-chat-3-filled:before{content:"\e6f0"}.icon-bubble-chat-add-1-filled:before{content:"\e6f1"}.icon-bubble-chat-add-2-filled:before{content:"\e6f2"}.icon-bubble-chat-add-3-filled:before{content:"\e6f3"}.icon-bubble-chat-block-1-filled:before{content:"\e6f4"}.icon-bubble-chat-block-2-filled:before{content:"\e6f5"}.icon-bubble-chat-block-3-filled:before{content:"\e6f6"}.icon-bubble-chat-check-1-filled:before{content:"\e6f7"}.icon-bubble-chat-check-2-filled:before{content:"\e6f8"}.icon-bubble-chat-check-3-filled:before{content:"\e6f9"}.icon-bubble-chat-edit-1-filled:before{content:"\e6fa"}.icon-bubble-chat-edit-2-filled:before{content:"\e6fb"}.icon-bubble-chat-edit-3-filled:before{content:"\e6fc"}.icon-bubble-chat-exclamation-1-filled:before{content:"\e6fd"}.icon-bubble-chat-exclamation-2-filled:before{content:"\e6fe"}.icon-bubble-chat-favorite-star-1-filled:before{content:"\e6ff"}.icon-bubble-chat-favorite-star-2-filled:before{content:"\e700"}.icon-bubble-chat-favorite-star-3-filled:before{content:"\e701"}.icon-bubble-chat-heart-1-filled:before{content:"\e702"}.icon-bubble-chat-heart-2-filled:before{content:"\e703"}.icon-bubble-chat-information-1-filled:before{content:"\e704"}.icon-bubble-chat-information-2-filled:before{content:"\e705"}.icon-bubble-chat-question-1-filled:before{content:"\e706"}.icon-bubble-chat-question-2-filled:before{content:"\e707"}.icon-bubble-chat-quote-1-filled:before{content:"\e708"}.icon-bubble-chat-quote-2-filled:before{content:"\e709"}.icon-bubble-chat-remove-1-filled:before{content:"\e70a"}.icon-bubble-chat-remove-2-filled:before{content:"\e70b"}.icon-bubble-chat-remove-3-filled:before{content:"\e70c"}.icon-bubble-chat-smiley-1-filled:before{content:"\e70d"}.icon-bubble-chat-smiley-2-filled:before{content:"\e70e"}.icon-bubble-chat-subtract-1-filled:before{content:"\e70f"}.icon-bubble-chat-subtract-2-filled:before{content:"\e710"}.icon-bubble-chat-subtract-3-filled:before{content:"\e711"}.icon-bubble-chat-text-1-filled:before{content:"\e712"}.icon-bubble-chat-text-2-filled:before{content:"\e713"}.icon-bubble-chat-typing-1-filled:before{content:"\e714"}.icon-bubble-chat-typing-2-filled:before{content:"\e715"}.icon-bubble-chat-typing-3-filled:before{content:"\e716"}.icon-bubble-chat-warning-1-filled:before{content:"\e717"}.icon-bubble-chat-warning-2-filled:before{content:"\e718"}.icon-bubble-chat-warning-3-filled:before{content:"\e719"}.icon-bubble-chat-wink-1-filled:before{content:"\e71a"}.icon-bubble-chat-wink-2-filled:before{content:"\e71b"}.icon-bubble-thought-filled:before{content:"\e71c"}.icon-building-1-filled:before{content:"\e71d"}.icon-building-2-filled:before{content:"\e71e"}.icon-building-3-filled:before{content:"\e71f"}.icon-building-4-filled:before{content:"\e720"}.icon-building-5-filled:before{content:"\e721"}.icon-building-6-filled:before{content:"\e722"}.icon-building-7-filled:before{content:"\e723"}.icon-building-8-filled:before{content:"\e724"}.icon-building-pisa-tower-filled:before{content:"\e725"}.icon-building-tower-filled:before{content:"\e726"}.icon-bullet-filled:before{content:"\e727"}.icon-bus-1-filled:before{content:"\e728"}.icon-bus-2-filled:before{content:"\e729"}.icon-business-man-1-filled:before{content:"\e72a"}.icon-business-man-2-filled:before{content:"\e72b"}.icon-business-man-3-filled:before{content:"\e72c"}.icon-business-man-4-filled:before{content:"\e72d"}.icon-business-man-5-filled:before{content:"\e72e"}.icon-business-man-speech-filled:before{content:"\e72f"}.icon-button-alt-filled:before{content:"\e730"}.icon-button-backspace-filled:before{content:"\e731"}.icon-button-delete-filled:before{content:"\e732"}.icon-button-eject-filled:before{content:"\e733"}.icon-button-empty-filled:before{content:"\e734"}.icon-button-enter-filled:before{content:"\e735"}.icon-button-escape-filled:before{content:"\e736"}.icon-button-option-filled:before{content:"\e737"}.icon-button-power-1-filled:before{content:"\e738"}.icon-button-power-2-filled:before{content:"\e739"}.icon-button-power-3-filled:before{content:"\e73a"}.icon-button-shift-filled:before{content:"\e73b"}.icon-t-shirt:before{content:"\e73c"}.icon-tablet-ipad-1:before{content:"\e73d"}.icon-tablet-ipad-2:before{content:"\e73e"}.icon-tap-double:before{content:"\e73f"}.icon-tap-hold:before{content:"\e740"}.icon-tap-single:before{content:"\e741"}.icon-tap-swipe-all-direction:before{content:"\e742"}.icon-tap-swipe-down:before{content:"\e743"}.icon-tap-swipe-horizontal:before{content:"\e744"}.icon-tap-swipe-left:before{content:"\e745"}.icon-tap-swipe-right:before{content:"\e746"}.icon-tap-swipe-up:before{content:"\e747"}.icon-tap-swipe-vertical:before{content:"\e748"}.icon-target:before{content:"\e749"}.icon-task-1:before{content:"\e74a"}.icon-task-2:before{content:"\e74b"}.icon-task-add:before{content:"\e74c"}.icon-task-block:before{content:"\e74d"}.icon-task-check:before{content:"\e74e"}.icon-task-checklist:before{content:"\e74f"}.icon-task-edit:before{content:"\e750"}.icon-task-remove:before{content:"\e751"}.icon-task-subtract:before{content:"\e752"}.icon-tea-pot:before{content:"\e753"}.icon-telemarketer:before{content:"\e754"}.icon-television:before{content:"\e755"}.icon-temperature-high:before{content:"\e756"}.icon-temperature-low:before{content:"\e757"}.icon-temperature-medium:before{content:"\e758"}.icon-test-tube-1:before{content:"\e759"}.icon-test-tube-2:before{content:"\e75a"}.icon-tetris:before{content:"\e75b"}.icon-text:before{content:"\e75c"}.icon-text-bar:before{content:"\e75d"}.icon-text-input-1:before{content:"\e75e"}.icon-text-input-2:before{content:"\e75f"}.icon-text-input-area:before{content:"\e760"}.icon-thermometer:before{content:"\e761"}.icon-thief:before{content:"\e762"}.icon-this-way-up-sign:before{content:"\e763"}.icon-thumbs-down-1:before{content:"\e764"}.icon-thumbs-down-2:before{content:"\e765"}.icon-thumbs-up-1:before{content:"\e766"}.icon-thumbs-up-2:before{content:"\e767"}.icon-thunder-storm:before{content:"\e768"}.icon-ticket-1:before{content:"\e769"}.icon-ticket-2:before{content:"\e76a"}.icon-ticket-3:before{content:"\e76b"}.icon-timer-full-1:before{content:"\e76c"}.icon-timer-full-2:before{content:"\e76d"}.icon-timer-half-1:before{content:"\e76e"}.icon-timer-half-2:before{content:"\e76f"}.icon-timer-half-3:before{content:"\e770"}.icon-timer-half-4:before{content:"\e771"}.icon-timer-mode:before{content:"\e772"}.icon-timer-quarter-1:before{content:"\e773"}.icon-timer-quarter-2:before{content:"\e774"}.icon-timer-three-quarter-1:before{content:"\e775"}.icon-timer-three-quarter-2:before{content:"\e776"}.icon-toolbox:before{content:"\e777"}.icon-tools-driller:before{content:"\e778"}.icon-tools-shovel:before{content:"\e779"}.icon-tools-trowel:before{content:"\e77a"}.icon-torch:before{content:"\e77b"}.icon-touch-up-1:before{content:"\e77c"}.icon-touch-up-2:before{content:"\e77d"}.icon-traffic-cone:before{content:"\e77e"}.icon-traffic-light-1:before{content:"\e77f"}.icon-traffic-light-2:before{content:"\e780"}.icon-train:before{content:"\e781"}.icon-tram:before{content:"\e782"}.icon-transfer-1:before{content:"\e783"}.icon-transfer-2:before{content:"\e784"}.icon-transfer-3:before{content:"\e785"}.icon-transfer-4:before{content:"\e786"}.icon-transfer-box-1:before{content:"\e787"}.icon-transfer-box-2:before{content:"\e788"}.icon-transfer-box-3:before{content:"\e789"}.icon-transfer-circle:before{content:"\e78a"}.icon-transfer-computers-1:before{content:"\e78b"}.icon-transfer-computers-2:before{content:"\e78c"}.icon-transfer-file:before{content:"\e78d"}.icon-transfer-folder:before{content:"\e78e"}.icon-transfer-sign:before{content:"\e78f"}.icon-travel-bag-1:before{content:"\e790"}.icon-travel-bag-2:before{content:"\e791"}.icon-treasure-chest-close:before{content:"\e792"}.icon-treasure-chest-open:before{content:"\e793"}.icon-tree-big-1:before{content:"\e794"}.icon-tree-big-2:before{content:"\e795"}.icon-tree-small-1:before{content:"\e796"}.icon-tree-small-2:before{content:"\e797"}.icon-trophy:before{content:"\e798"}.icon-truck-1:before{content:"\e799"}.icon-truck-2:before{content:"\e79a"}.icon-truck-delivery-time:before{content:"\e79b"}.icon-tumpet:before{content:"\e79c"}.icon-turntable:before{content:"\e79d"}.icon-two-finger-swipe-all-direction:before{content:"\e79e"}.icon-two-finger-swipe-down:before{content:"\e79f"}.icon-two-finger-swipe-horizontal:before{content:"\e7a0"}.icon-two-finger-swipe-left:before{content:"\e7a1"}.icon-two-finger-swipe-right:before{content:"\e7a2"}.icon-two-finger-swipe-up:before{content:"\e7a3"}.icon-two-finger-swipe-vertical:before{content:"\e7a4"}.icon-two-finger-tap-double:before{content:"\e7a5"}.icon-two-finger-tap-hold:before{content:"\e7a6"}.icon-two-finger-tap-single:before{content:"\e7a7"}.icon-typewriter-1:before{content:"\e7a8"}.icon-typewriter-2:before{content:"\e7a9"}.icon-umbrella-open:before{content:"\e7aa"}.icon-underline:before{content:"\e7ab"}.icon-undo:before{content:"\e7ac"}.icon-upload-1:before{content:"\e7ad"}.icon-upload-2:before{content:"\e7ae"}.icon-upload-3:before{content:"\e7af"}.icon-upload-4:before{content:"\e7b0"}.icon-upload-box-1:before{content:"\e7b1"}.icon-upload-box-2:before{content:"\e7b2"}.icon-upload-box-3:before{content:"\e7b3"}.icon-upload-circle:before{content:"\e7b4"}.icon-upload-computer:before{content:"\e7b5"}.icon-upload-harddrive-1:before{content:"\e7b6"}.icon-upload-harddrive-2:before{content:"\e7b7"}.icon-usb:before{content:"\e7b8"}.icon-usb-1:before{content:"\e7b9"}.icon-usb-2:before{content:"\e7ba"}.icon-user-chat-1:before{content:"\e7bb"}.icon-user-chat-2:before{content:"\e7bc"}.icon-user-chat-3:before{content:"\e7bd"}.icon-user-chat-4:before{content:"\e7be"}.icon-user-chat-5:before{content:"\e7bf"}.icon-user-chat-6:before{content:"\e7c0"}.icon-user-chat-7:before{content:"\e7c1"}.icon-vector-line-curve:before{content:"\e7c2"}.icon-vector-square-1:before{content:"\e7c3"}.icon-vector-square-2:before{content:"\e7c4"}.icon-vespa:before{content:"\e7c5"}.icon-video-camera:before{content:"\e7c6"}.icon-video-camera-1:before{content:"\e7c7"}.icon-video-camera-2:before{content:"\e7c8"}.icon-video-clip-1:before{content:"\e7c9"}.icon-video-clip-2:before{content:"\e7ca"}.icon-video-clip-3:before{content:"\e7cb"}.icon-video-meeting-circle:before{content:"\e7cc"}.icon-video-meeting-square:before{content:"\e7cd"}.icon-video-player:before{content:"\e7ce"}.icon-view-1:before{content:"\e7cf"}.icon-view-2:before{content:"\e7d0"}.icon-view-headline:before{content:"\e7d1"}.icon-view-list:before{content:"\e7d2"}.icon-view-module:before{content:"\e7d3"}.icon-view-module-2:before{content:"\e7d4"}.icon-volume-down-1:before{content:"\e7d5"}.icon-volume-down-2:before{content:"\e7d6"}.icon-volume-low-1:before{content:"\e7d7"}.icon-volume-low-2:before{content:"\e7d8"}.icon-volume-max-1:before{content:"\e7d9"}.icon-volume-max-2:before{content:"\e7da"}.icon-volume-medium-1:before{content:"\e7db"}.icon-volume-medium-2:before{content:"\e7dc"}.icon-volume-off-1:before{content:"\e7dd"}.icon-volume-off-2:before{content:"\e7de"}.icon-volume-off-3:before{content:"\e7df"}.icon-volume-up-1:before{content:"\e7e0"}.icon-volume-up-2:before{content:"\e7e1"}.icon-wallet-1:before{content:"\e7e2"}.icon-wallet-2:before{content:"\e7e3"}.icon-wallet-3:before{content:"\e7e4"}.icon-watch-1:before{content:"\e7e5"}.icon-watch-2:before{content:"\e7e6"}.icon-watering-can:before{content:"\e7e7"}.icon-wave:before{content:"\e7e8"}.icon-webcam:before{content:"\e7e9"}.icon-weight:before{content:"\e7ea"}.icon-wifi-modem-1:before{content:"\e7eb"}.icon-wifi-modem-2:before{content:"\e7ec"}.icon-window-1:before{content:"\e7ed"}.icon-window-2:before{content:"\e7ee"}.icon-window-add:before{content:"\e7ef"}.icon-window-application-1:before{content:"\e7f0"}.icon-window-application-2:before{content:"\e7f1"}.icon-window-application-3:before{content:"\e7f2"}.icon-window-block:before{content:"\e7f3"}.icon-window-check:before{content:"\e7f4"}.icon-window-code-1:before{content:"\e7f5"}.icon-window-code-2:before{content:"\e7f6"}.icon-window-code-3:before{content:"\e7f7"}.icon-window-download-1:before{content:"\e7f8"}.icon-window-download-2:before{content:"\e7f9"}.icon-window-edit:before{content:"\e7fa"}.icon-window-favorite-star:before{content:"\e7fb"}.icon-window-heart:before{content:"\e7fc"}.icon-window-home:before{content:"\e7fd"}.icon-window-list-1:before{content:"\e7fe"}.icon-window-list-2:before{content:"\e7ff"}.icon-window-lock:before{content:"\e800"}.icon-window-medium:before{content:"\e801"}.icon-window-module:before{content:"\e802"}.icon-window-pulse-1:before{content:"\e803"}.icon-window-pulse-2:before{content:"\e804"}.icon-window-refresh:before{content:"\e805"}.icon-window-remove:before{content:"\e806"}.icon-window-search:before{content:"\e807"}.icon-window-setting:before{content:"\e808"}.icon-window-share:before{content:"\e809"}.icon-window-small:before{content:"\e80a"}.icon-window-subtract:before{content:"\e80b"}.icon-window-sync:before{content:"\e80c"}.icon-window-tabs-1:before{content:"\e80d"}.icon-window-tabs-2:before{content:"\e80e"}.icon-window-tabs-3:before{content:"\e80f"}.icon-window-timeout:before{content:"\e810"}.icon-window-upload-1:before{content:"\e811"}.icon-window-upload-2:before{content:"\e812"}.icon-window-warning:before{content:"\e813"}.icon-wine-glass:before{content:"\e814"}.icon-wine-glass-sparkling:before{content:"\e815"}.icon-wooden-fence:before{content:"\e816"}.icon-wrap-text-around:before{content:"\e817"}.icon-wrap-text-side:before{content:"\e818"}.icon-wrench:before{content:"\e819"}.icon-wrench-double:before{content:"\e81a"}.icon-yen-sign:before{content:"\e81b"}.icon-yen-sign-badge:before{content:"\e81c"}.icon-yen-sign-circle:before{content:"\e81d"}.icon-yen-sign-ticket:before{content:"\e81e"}.icon-yin-yang:before{content:"\e81f"}.icon-zoom-area-in:before{content:"\e820"}.icon-zoom-in:before{content:"\e821"}.icon-zoom-in-b:before{content:"\e822"}.icon-zoom-out:before{content:"\e823"}.icon-zoom-out-b:before{content:"\e824"}.icon-qr-code:before{content:"\e825"}.icon-quill:before{content:"\e826"}.icon-quill-ink:before{content:"\e827"}.icon-quote:before{content:"\e828"}.icon-radio-1:before{content:"\e829"}.icon-radio-2:before{content:"\e82a"}.icon-radioactive-1:before{content:"\e82b"}.icon-radioactive-2:before{content:"\e82c"}.icon-rain:before{content:"\e82d"}.icon-rain-thunder:before{content:"\e82e"}.icon-rank-army-1:before{content:"\e82f"}.icon-rank-army-2:before{content:"\e830"}.icon-rank-army-3:before{content:"\e831"}.icon-rank-army-star-1:before{content:"\e832"}.icon-rank-army-star-2:before{content:"\e833"}.icon-rank-army-star-badge-1:before{content:"\e834"}.icon-rank-army-star-badge-2:before{content:"\e835"}.icon-rank-army-star-badge-3:before{content:"\e836"}.icon-rank-army-star-badge-4:before{content:"\e837"}.icon-rank-army-star-badge-5:before{content:"\e838"}.icon-rank-army-star-badge-6:before{content:"\e839"}.icon-rank-army-star-badge-7:before{content:"\e83a"}.icon-receipt-1:before{content:"\e83b"}.icon-receipt-2:before{content:"\e83c"}.icon-receipt-3:before{content:"\e83d"}.icon-receipt-4:before{content:"\e83e"}.icon-record-button:before{content:"\e83f"}.icon-recycle:before{content:"\e840"}.icon-redo:before{content:"\e841"}.icon-reel:before{content:"\e842"}.icon-reflect-copy-right:before{content:"\e843"}.icon-register-machine:before{content:"\e844"}.icon-remote-television:before{content:"\e845"}.icon-remove-1:before{content:"\e846"}.icon-remove-2:before{content:"\e847"}.icon-remove-box:before{content:"\e848"}.icon-remove-circle:before{content:"\e849"}.icon-remove-tab:before{content:"\e84a"}.icon-reply:before{content:"\e84b"}.icon-reply-all:before{content:"\e84c"}.icon-report-problem-circle:before{content:"\e84d"}.icon-report-problem-diamond:before{content:"\e84e"}.icon-report-problem-triangle:before{content:"\e84f"}.icon-rewind-button:before{content:"\e850"}.icon-road-straight:before{content:"\e851"}.icon-rocket:before{content:"\e852"}.icon-rotate-left:before{content:"\e853"}.icon-rotate-right:before{content:"\e854"}.icon-rss-feed:before{content:"\e855"}.icon-rss-feed-box:before{content:"\e856"}.icon-ruler-1:before{content:"\e857"}.icon-ruler-2:before{content:"\e858"}.icon-safe-1:before{content:"\e859"}.icon-safe-2:before{content:"\e85a"}.icon-safety-buoy:before{content:"\e85b"}.icon-salt-pepper:before{content:"\e85c"}.icon-satellite:before{content:"\e85d"}.icon-satellite-dish:before{content:"\e85e"}.icon-saxophone:before{content:"\e85f"}.icon-scale:before{content:"\e860"}.icon-scale-b:before{content:"\e861"}.icon-scissors-1:before{content:"\e862"}.icon-scissors-2:before{content:"\e863"}.icon-screwdriver:before{content:"\e864"}.icon-script:before{content:"\e865"}.icon-scuba-diving:before{content:"\e866"}.icon-sd-card:before{content:"\e867"}.icon-search:before{content:"\e868"}.icon-send-to-back:before{content:"\e869"}.icon-server:before{content:"\e86a"}.icon-server-add:before{content:"\e86b"}.icon-server-b:before{content:"\e86c"}.icon-server-block:before{content:"\e86d"}.icon-server-check:before{content:"\e86e"}.icon-server-download:before{content:"\e86f"}.icon-server-edit:before{content:"\e870"}.icon-server-lock:before{content:"\e871"}.icon-server-network:before{content:"\e872"}.icon-server-network-1:before{content:"\e873"}.icon-server-network-2:before{content:"\e874"}.icon-server-refresh:before{content:"\e875"}.icon-server-remove:before{content:"\e876"}.icon-server-setting:before{content:"\e877"}.icon-server-subtract:before{content:"\e878"}.icon-server-sync:before{content:"\e879"}.icon-server-timeout:before{content:"\e87a"}.icon-server-upload:before{content:"\e87b"}.icon-server-view:before{content:"\e87c"}.icon-server-warning:before{content:"\e87d"}.icon-settings:before{content:"\e87e"}.icon-share:before{content:"\e87f"}.icon-shear-right:before{content:"\e880"}.icon-shield-1:before{content:"\e881"}.icon-shield-2:before{content:"\e882"}.icon-shield-3:before{content:"\e883"}.icon-shirt:before{content:"\e884"}.icon-shopping-bag-1:before{content:"\e885"}.icon-shopping-bag-2:before{content:"\e886"}.icon-shopping-bag-3:before{content:"\e887"}.icon-shopping-cart-1:before{content:"\e888"}.icon-shopping-cart-2:before{content:"\e889"}.icon-shopping-cart-3:before{content:"\e88a"}.icon-shopping-cart-bag:before{content:"\e88b"}.icon-shopping-cart-box:before{content:"\e88c"}.icon-shopping-cart-down-1:before{content:"\e88d"}.icon-shopping-cart-down-2:before{content:"\e88e"}.icon-shopping-cart-full:before{content:"\e88f"}.icon-shopping-cart-up-1:before{content:"\e890"}.icon-shopping-cart-up-2:before{content:"\e891"}.icon-show-curtain:before{content:"\e892"}.icon-shrink:before{content:"\e893"}.icon-shrink-1:before{content:"\e894"}.icon-shrink-diagonal-1:before{content:"\e895"}.icon-shrink-diagonal-2:before{content:"\e896"}.icon-sign:before{content:"\e897"}.icon-sign-handicap:before{content:"\e898"}.icon-sign-hospital:before{content:"\e899"}.icon-sign-none-smoking-area:before{content:"\e89a"}.icon-sign-smoking-area:before{content:"\e89b"}.icon-signal-antenna-1:before{content:"\e89c"}.icon-signal-antenna-2:before{content:"\e89d"}.icon-signal-around:before{content:"\e89e"}.icon-signal-person:before{content:"\e89f"}.icon-signal-tower:before{content:"\e8a0"}.icon-sketchpad:before{content:"\e8a1"}.icon-skull-1:before{content:"\e8a2"}.icon-skull-2:before{content:"\e8a3"}.icon-small-caps:before{content:"\e8a4"}.icon-smartphone-iphone:before{content:"\e8a5"}.icon-smiley-frown:before{content:"\e8a6"}.icon-smiley-smile-1:before{content:"\e8a7"}.icon-smiley-smile-2:before{content:"\e8a8"}.icon-smiley-smile-3:before{content:"\e8a9"}.icon-smiley-smile-4:before{content:"\e8aa"}.icon-smiley-smile-5:before{content:"\e8ab"}.icon-smiley-surprise:before{content:"\e8ac"}.icon-smiley-wink:before{content:"\e8ad"}.icon-sneakers:before{content:"\e8ae"}.icon-snorkel-mask:before{content:"\e8af"}.icon-snow:before{content:"\e8b0"}.icon-space-invader:before{content:"\e8b1"}.icon-speakers-1:before{content:"\e8b2"}.icon-speakers-2:before{content:"\e8b3"}.icon-speakers-3:before{content:"\e8b4"}.icon-speech-stand:before{content:"\e8b5"}.icon-split:before{content:"\e8b6"}.icon-sport-player:before{content:"\e8b7"}.icon-spray-paint:before{content:"\e8b8"}.icon-spy:before{content:"\e8b9"}.icon-stamp:before{content:"\e8ba"}.icon-steam:before{content:"\e8bb"}.icon-stethoscope:before{content:"\e8bc"}.icon-stop-button:before{content:"\e8bd"}.icon-stopwatch:before{content:"\e8be"}.icon-store:before{content:"\e8bf"}.icon-storm:before{content:"\e8c0"}.icon-strikethrough:before{content:"\e8c1"}.icon-subtract-1:before{content:"\e8c2"}.icon-subtract-2:before{content:"\e8c3"}.icon-subtract-box:before{content:"\e8c4"}.icon-subtract-circle:before{content:"\e8c5"}.icon-subtract-tab:before{content:"\e8c6"}.icon-sunny:before{content:"\e8c7"}.icon-surgeon:before{content:"\e8c8"}.icon-swipe-all-direction:before{content:"\e8c9"}.icon-swipe-down:before{content:"\e8ca"}.icon-swipe-horizontal:before{content:"\e8cb"}.icon-swipe-left:before{content:"\e8cc"}.icon-swipe-right:before{content:"\e8cd"}.icon-swipe-up:before{content:"\e8ce"}.icon-swipe-vertical:before{content:"\e8cf"}.icon-swtich-down:before{content:"\e8d0"}.icon-swtich-up:before{content:"\e8d1"}.icon-synchronize-1:before{content:"\e8d2"}.icon-synchronize-2:before{content:"\e8d3"}.icon-synchronize-3:before{content:"\e8d4"}.icon-synchronize-4:before{content:"\e8d5"}.icon-synchronize-5:before{content:"\e8d6"}.icon-synchronize-6:before{content:"\e8d7"}.icon-synchronize-time:before{content:"\e8d8"}.icon-synchronize-triangle:before{content:"\e8d9"}.icon-syncing:before{content:"\e8da"}.icon-syringe:before{content:"\e8db"}.icon-magic-wand-1:before{content:"\e8dc"}.icon-magic-wand-2:before{content:"\e8dd"}.icon-magnet-tool:before{content:"\e8de"}.icon-mailbox-1:before{content:"\e8df"}.icon-mailbox-2:before{content:"\e8e0"}.icon-mailbox-3:before{content:"\e8e1"}.icon-mailbox-4:before{content:"\e8e2"}.icon-male:before{content:"\e8e3"}.icon-man:before{content:"\e8e4"}.icon-map:before{content:"\e8e5"}.icon-map-direction:before{content:"\e8e6"}.icon-map-pin-1:before{content:"\e8e7"}.icon-map-pin-2:before{content:"\e8e8"}.icon-map-treasure:before{content:"\e8e9"}.icon-mask-double:before{content:"\e8ea"}.icon-mask-frown:before{content:"\e8eb"}.icon-mask-happy:before{content:"\e8ec"}.icon-measuring-tape:before{content:"\e8ed"}.icon-medal-1:before{content:"\e8ee"}.icon-medal-2:before{content:"\e8ef"}.icon-medal-3:before{content:"\e8f0"}.icon-medal-4:before{content:"\e8f1"}.icon-medical-box:before{content:"\e8f2"}.icon-medical-cross:before{content:"\e8f3"}.icon-medicine:before{content:"\e8f4"}.icon-medicine-capsule-1:before{content:"\e8f5"}.icon-megaphone-1:before{content:"\e8f6"}.icon-megaphone-2:before{content:"\e8f7"}.icon-microphone-1:before{content:"\e8f8"}.icon-microphone-2:before{content:"\e8f9"}.icon-microphone-3:before{content:"\e8fa"}.icon-microscope:before{content:"\e8fb"}.icon-milk-carton:before{content:"\e8fc"}.icon-mining-cart:before{content:"\e8fd"}.icon-missile:before{content:"\e8fe"}.icon-mobile-phone:before{content:"\e8ff"}.icon-mobile-phone-1:before{content:"\e900"}.icon-mobile-phone-2:before{content:"\e901"}.icon-mobile-phone-3:before{content:"\e902"}.icon-mobile-phone-text-message:before{content:"\e903"}.icon-mobile-phone-vibrate:before{content:"\e904"}.icon-modem:before{content:"\e905"}.icon-modules:before{content:"\e906"}.icon-money-bag-dollar:before{content:"\e907"}.icon-money-bag-euro:before{content:"\e908"}.icon-monocle:before{content:"\e909"}.icon-moon-first-quarter:before{content:"\e90a"}.icon-moon-full:before{content:"\e90b"}.icon-moon-last-quarter:before{content:"\e90c"}.icon-moon-waning-crescent:before{content:"\e90d"}.icon-moon-waning-gibbous:before{content:"\e90e"}.icon-moon-waxing-crescent:before{content:"\e90f"}.icon-moon-waxing-gibbous:before{content:"\e910"}.icon-mortar-pestle:before{content:"\e911"}.icon-mouse:before{content:"\e912"}.icon-mouse-wireless:before{content:"\e913"}.icon-moustache-monocle:before{content:"\e914"}.icon-move-back:before{content:"\e915"}.icon-move-down-1:before{content:"\e916"}.icon-move-down-2:before{content:"\e917"}.icon-move-left-1:before{content:"\e918"}.icon-move-left-2:before{content:"\e919"}.icon-move-left-right:before{content:"\e91a"}.icon-move-right-1:before{content:"\e91b"}.icon-move-right-2:before{content:"\e91c"}.icon-move-up-1:before{content:"\e91d"}.icon-move-up-2:before{content:"\e91e"}.icon-movie-clapboard:before{content:"\e91f"}.icon-movie-film:before{content:"\e920"}.icon-mp3-player:before{content:"\e921"}.icon-music-cd:before{content:"\e922"}.icon-music-note-1:before{content:"\e923"}.icon-music-note-2:before{content:"\e924"}.icon-music-note-3:before{content:"\e925"}.icon-navigation-before:before{content:"\e926"}.icon-navigation-down:before{content:"\e927"}.icon-navigation-left:before{content:"\e928"}.icon-navigation-next-1:before{content:"\e929"}.icon-navigation-next-2:before{content:"\e92a"}.icon-navigation-next-3:before{content:"\e92b"}.icon-navigation-right:before{content:"\e92c"}.icon-navigation-up:before{content:"\e92d"}.icon-necktie:before{content:"\e92e"}.icon-network:before{content:"\e92f"}.icon-network-computers-1:before{content:"\e930"}.icon-network-computers-2:before{content:"\e931"}.icon-network-connecting:before{content:"\e932"}.icon-network-signal:before{content:"\e933"}.icon-new-document:before{content:"\e934"}.icon-new-sticker-circle:before{content:"\e935"}.icon-new-sticker-square:before{content:"\e936"}.icon-news-article:before{content:"\e937"}.icon-newspaper:before{content:"\e938"}.icon-next-button:before{content:"\e939"}.icon-night-cloud:before{content:"\e93a"}.icon-notebook:before{content:"\e93b"}.icon-notebook-bookmarked:before{content:"\e93c"}.icon-notepad-1:before{content:"\e93d"}.icon-notepad-2:before{content:"\e93e"}.icon-notepad-add:before{content:"\e93f"}.icon-notepad-block:before{content:"\e940"}.icon-notepad-check:before{content:"\e941"}.icon-notepad-download:before{content:"\e942"}.icon-notepad-edit:before{content:"\e943"}.icon-notepad-favorite:before{content:"\e944"}.icon-notepad-lock:before{content:"\e945"}.icon-notepad-refresh:before{content:"\e946"}.icon-notepad-remove:before{content:"\e947"}.icon-notepad-subtract:before{content:"\e948"}.icon-notepad-upload:before{content:"\e949"}.icon-notepad-view:before{content:"\e94a"}.icon-notepad-warning:before{content:"\e94b"}.icon-nurse:before{content:"\e94c"}.icon-outbox:before{content:"\e94d"}.icon-outbox-b:before{content:"\e94e"}.icon-oven:before{content:"\e94f"}.icon-pacman:before{content:"\e950"}.icon-pacman-ghost:before{content:"\e951"}.icon-page-down:before{content:"\e952"}.icon-page-up:before{content:"\e953"}.icon-paint-brush-1:before{content:"\e954"}.icon-paint-brush-2:before{content:"\e955"}.icon-paint-palette:before{content:"\e956"}.icon-paint-roll:before{content:"\e957"}.icon-painting-canvas:before{content:"\e958"}.icon-pan-fry:before{content:"\e959"}.icon-pants:before{content:"\e95a"}.icon-paperclip-1:before{content:"\e95b"}.icon-paperclip-2:before{content:"\e95c"}.icon-paragraph:before{content:"\e95d"}.icon-paragraph-normal:before{content:"\e95e"}.icon-paragraph-spacing:before{content:"\e95f"}.icon-paragraph-two-columns:before{content:"\e960"}.icon-parking-booth:before{content:"\e961"}.icon-pause-button:before{content:"\e962"}.icon-pen-1:before{content:"\e963"}.icon-pen-2:before{content:"\e964"}.icon-pen-3:before{content:"\e965"}.icon-pen-4:before{content:"\e966"}.icon-pen-tool-1:before{content:"\e967"}.icon-pen-tool-2:before{content:"\e968"}.icon-pencil-1:before{content:"\e969"}.icon-pencil-2:before{content:"\e96a"}.icon-pencil-3:before{content:"\e96b"}.icon-pencil-circle:before{content:"\e96c"}.icon-pencil-fill:before{content:"\e96d"}.icon-pencil-ruler:before{content:"\e96e"}.icon-pencil-write-1:before{content:"\e96f"}.icon-percent-1:before{content:"\e970"}.icon-percent-2:before{content:"\e971"}.icon-percent-badge:before{content:"\e972"}.icon-percent-box:before{content:"\e973"}.icon-percent-circle:before{content:"\e974"}.icon-percent-increase:before{content:"\e975"}.icon-person-1:before{content:"\e976"}.icon-person-2:before{content:"\e977"}.icon-person-add-1:before{content:"\e978"}.icon-person-add-2:before{content:"\e979"}.icon-person-block-1:before{content:"\e97a"}.icon-person-block-2:before{content:"\e97b"}.icon-person-check-1:before{content:"\e97c"}.icon-person-check-2:before{content:"\e97d"}.icon-person-edit-1:before{content:"\e97e"}.icon-person-edit-2:before{content:"\e97f"}.icon-person-favorite-heart-1:before{content:"\e980"}.icon-person-favorite-heart-2:before{content:"\e981"}.icon-person-favorite-star-1:before{content:"\e982"}.icon-person-favorite-star-2:before{content:"\e983"}.icon-person-lock-1:before{content:"\e984"}.icon-person-lock-2:before{content:"\e985"}.icon-person-remove-1:before{content:"\e986"}.icon-person-remove-2:before{content:"\e987"}.icon-person-setting-1:before{content:"\e988"}.icon-person-setting-2:before{content:"\e989"}.icon-person-subtract-1:before{content:"\e98a"}.icon-person-subtract-2:before{content:"\e98b"}.icon-person-view-1:before{content:"\e98c"}.icon-person-view-2:before{content:"\e98d"}.icon-phone-1:before{content:"\e98e"}.icon-phone-2:before{content:"\e98f"}.icon-phone-3:before{content:"\e990"}.icon-phone-4:before{content:"\e991"}.icon-phone-5:before{content:"\e992"}.icon-phone-book:before{content:"\e993"}.icon-phone-book-1:before{content:"\e994"}.icon-phone-book-2:before{content:"\e995"}.icon-phone-call-1:before{content:"\e996"}.icon-phone-call-2:before{content:"\e997"}.icon-phone-call-24-hours:before{content:"\e998"}.icon-phone-call-add:before{content:"\e999"}.icon-phone-call-incoming:before{content:"\e99a"}.icon-phone-call-outgoing:before{content:"\e99b"}.icon-phone-call-reject:before{content:"\e99c"}.icon-phone-call-silent:before{content:"\e99d"}.icon-phone-call-subtract:before{content:"\e99e"}.icon-phone-circle:before{content:"\e99f"}.icon-phone-signal-full:before{content:"\e9a0"}.icon-phone-signal-high:before{content:"\e9a1"}.icon-phone-signal-low:before{content:"\e9a2"}.icon-phone-signal-medium:before{content:"\e9a3"}.icon-phone-signal-none:before{content:"\e9a4"}.icon-phone-signal-very-low:before{content:"\e9a5"}.icon-phone-silent-circle:before{content:"\e9a6"}.icon-piano:before{content:"\e9a7"}.icon-picture-1:before{content:"\e9a8"}.icon-picture-2:before{content:"\e9a9"}.icon-picture-3:before{content:"\e9aa"}.icon-picture-bar-graph:before{content:"\e9ab"}.icon-picture-frame-1:before{content:"\e9ac"}.icon-picture-landscape:before{content:"\e9ad"}.icon-picture-layer:before{content:"\e9ae"}.icon-picture-line-graph:before{content:"\e9af"}.icon-picture-macro:before{content:"\e9b0"}.icon-picture-portrati:before{content:"\e9b1"}.icon-piggy-bank:before{content:"\e9b2"}.icon-pin-1:before{content:"\e9b3"}.icon-pin-2:before{content:"\e9b4"}.icon-pizza:before{content:"\e9b5"}.icon-play-button:before{content:"\e9b6"}.icon-play-button-1:before{content:"\e9b7"}.icon-playlist-1:before{content:"\e9b8"}.icon-playlist-2:before{content:"\e9b9"}.icon-playlist-3:before{content:"\e9ba"}.icon-plug-1:before{content:"\e9bb"}.icon-plug-2:before{content:"\e9bc"}.icon-police-officer:before{content:"\e9bd"}.icon-polo-shirt:before{content:"\e9be"}.icon-popcorn:before{content:"\e9bf"}.icon-pound-sign:before{content:"\e9c0"}.icon-pound-sign-badge:before{content:"\e9c1"}.icon-pound-sign-circle:before{content:"\e9c2"}.icon-pound-sign-ticket:before{content:"\e9c3"}.icon-present-box:before{content:"\e9c4"}.icon-previous-button:before{content:"\e9c5"}.icon-print-text:before{content:"\e9c6"}.icon-printer-view:before{content:"\e9c7"}.icon-prisoner:before{content:"\e9c8"}.icon-profile-picture:before{content:"\e9c9"}.icon-projector:before{content:"\e9ca"}.icon-projector-screen:before{content:"\e9cb"}.icon-pulse-signal-1:before{content:"\e9cc"}.icon-pulse-signal-2:before{content:"\e9cd"}.icon-pulse-signal-3:before{content:"\e9ce"}.icon-purse-1:before{content:"\e9cf"}.icon-purse-2:before{content:"\e9d0"}.icon-hail:before{content:"\e9d1"}.icon-hamburger:before{content:"\e9d2"}.icon-hammer-1:before{content:"\e9d3"}.icon-hammer-2:before{content:"\e9d4"}.icon-hand-bag-1:before{content:"\e9d5"}.icon-hand-bag-2:before{content:"\e9d6"}.icon-hand-bag-3:before{content:"\e9d7"}.icon-hand-kindle:before{content:"\e9d8"}.icon-hand-remote:before{content:"\e9d9"}.icon-handheld-recorder:before{content:"\e9da"}.icon-hat-beanie:before{content:"\e9db"}.icon-hat-charlie-chaplin:before{content:"\e9dc"}.icon-hat-chef:before{content:"\e9dd"}.icon-hat-magician:before{content:"\e9de"}.icon-hat-sombrero:before{content:"\e9df"}.icon-hat-tall:before{content:"\e9e0"}.icon-headphone:before{content:"\e9e1"}.icon-headphone-1:before{content:"\e9e2"}.icon-headphone-2:before{content:"\e9e3"}.icon-heart:before{content:"\e9e4"}.icon-heart-add:before{content:"\e9e5"}.icon-heart-angel:before{content:"\e9e6"}.icon-heart-beat:before{content:"\e9e7"}.icon-heart-broken:before{content:"\e9e8"}.icon-heart-circle:before{content:"\e9e9"}.icon-heart-subtract:before{content:"\e9ea"}.icon-helicopter:before{content:"\e9eb"}.icon-helipad-circle:before{content:"\e9ec"}.icon-helipad-square:before{content:"\e9ed"}.icon-helmet-baseball:before{content:"\e9ee"}.icon-helmet-bicycle:before{content:"\e9ef"}.icon-helmet-construction:before{content:"\e9f0"}.icon-helmet-football:before{content:"\e9f1"}.icon-help-circle:before{content:"\e9f2"}.icon-hide:before{content:"\e9f3"}.icon-hierarchy-1:before{content:"\e9f4"}.icon-hierarchy-2:before{content:"\e9f5"}.icon-hierarchy-3:before{content:"\e9f6"}.icon-hierarchy-4:before{content:"\e9f7"}.icon-highlight:before{content:"\e9f8"}.icon-home-1:before{content:"\e9f9"}.icon-home-2:before{content:"\e9fa"}.icon-home-3:before{content:"\e9fb"}.icon-home-4:before{content:"\e9fc"}.icon-hospital-1:before{content:"\e9fd"}.icon-hospital-2:before{content:"\e9fe"}.icon-hot-blue:before{content:"\e9ff"}.icon-hot-topic:before{content:"\ea00"}.icon-hotdog:before{content:"\ea01"}.icon-hourglass-1:before{content:"\ea02"}.icon-hourglass-2:before{content:"\ea03"}.icon-html-five:before{content:"\ea04"}.icon-ice-cream-1:before{content:"\ea05"}.icon-ice-cream-2:before{content:"\ea06"}.icon-ice-cream-3:before{content:"\ea07"}.icon-id-card-1:before{content:"\ea08"}.icon-id-card-2:before{content:"\ea09"}.icon-id-card-3:before{content:"\ea0a"}.icon-id-card-4:before{content:"\ea0b"}.icon-id-card-double:before{content:"\ea0c"}.icon-id-picture-1:before{content:"\ea0d"}.icon-id-picture-2:before{content:"\ea0e"}.icon-inbox:before{content:"\ea0f"}.icon-inbox-1:before{content:"\ea10"}.icon-inbox-b:before{content:"\ea11"}.icon-inbox-text:before{content:"\ea12"}.icon-indent-decrease-1:before{content:"\ea13"}.icon-indent-decrease-2:before{content:"\ea14"}.icon-indent-increase-1:before{content:"\ea15"}.icon-indent-increase-2:before{content:"\ea16"}.icon-indent-left:before{content:"\ea17"}.icon-indent-right:before{content:"\ea18"}.icon-infomation-circle:before{content:"\ea19"}.icon-ipod:before{content:"\ea1a"}.icon-italic:before{content:"\ea1b"}.icon-jigsaw:before{content:"\ea1c"}.icon-juicer:before{content:"\ea1d"}.icon-key-1:before{content:"\ea1e"}.icon-key-2:before{content:"\ea1f"}.icon-key-hole-1:before{content:"\ea20"}.icon-key-hole-2:before{content:"\ea21"}.icon-keyboard-1:before{content:"\ea22"}.icon-keyboard-2:before{content:"\ea23"}.icon-kindle:before{content:"\ea24"}.icon-king:before{content:"\ea25"}.icon-lady-1:before{content:"\ea26"}.icon-lady-2:before{content:"\ea27"}.icon-lamp-1:before{content:"\ea28"}.icon-lamp-2:before{content:"\ea29"}.icon-lamp-3:before{content:"\ea2a"}.icon-lamp-4:before{content:"\ea2b"}.icon-layers:before{content:"\ea2c"}.icon-layers-show:before{content:"\ea2d"}.icon-layout-1:before{content:"\ea2e"}.icon-layout-2:before{content:"\ea2f"}.icon-layout-3:before{content:"\ea30"}.icon-layout-4:before{content:"\ea31"}.icon-layout-5:before{content:"\ea32"}.icon-layout-6:before{content:"\ea33"}.icon-layout-7:before{content:"\ea34"}.icon-layout-8:before{content:"\ea35"}.icon-layout-9:before{content:"\ea36"}.icon-layout-10:before{content:"\ea37"}.icon-layout-11:before{content:"\ea38"}.icon-layout-12:before{content:"\ea39"}.icon-layout-none:before{content:"\ea3a"}.icon-leaf:before{content:"\ea3b"}.icon-light-house:before{content:"\ea3c"}.icon-lightbulb-1:before{content:"\ea3d"}.icon-lightbulb-2:before{content:"\ea3e"}.icon-line-spacing:before{content:"\ea3f"}.icon-link-1:before{content:"\ea40"}.icon-link-2:before{content:"\ea41"}.icon-link-3:before{content:"\ea42"}.icon-link-broken-1:before{content:"\ea43"}.icon-link-broken-2:before{content:"\ea44"}.icon-list-bullets-1:before{content:"\ea45"}.icon-list-bullets-2:before{content:"\ea46"}.icon-list-bullets-3:before{content:"\ea47"}.icon-list-number:before{content:"\ea48"}.icon-loading:before{content:"\ea49"}.icon-location-pin-1:before{content:"\ea4a"}.icon-location-pin-2:before{content:"\ea4b"}.icon-location-pin-3:before{content:"\ea4c"}.icon-location-pin-4:before{content:"\ea4d"}.icon-location-pin-5:before{content:"\ea4e"}.icon-location-pin-6:before{content:"\ea4f"}.icon-location-pin-7:before{content:"\ea50"}.icon-location-pin-8:before{content:"\ea51"}.icon-location-pin-9:before{content:"\ea52"}.icon-location-pin-10:before{content:"\ea53"}.icon-location-pin-11:before{content:"\ea54"}.icon-location-pin-add-1:before{content:"\ea55"}.icon-location-pin-add-2:before{content:"\ea56"}.icon-location-pin-add-3:before{content:"\ea57"}.icon-location-pin-add-4:before{content:"\ea58"}.icon-location-pin-add-5:before{content:"\ea59"}.icon-location-pin-favorite-1:before{content:"\ea5a"}.icon-location-pin-favorite-2:before{content:"\ea5b"}.icon-location-pin-favorite-3:before{content:"\ea5c"}.icon-location-pin-favorite-4:before{content:"\ea5d"}.icon-location-pin-medium:before{content:"\ea5e"}.icon-location-pin-remove-1:before{content:"\ea5f"}.icon-location-pin-remove-2:before{content:"\ea60"}.icon-location-pin-remove-3:before{content:"\ea61"}.icon-location-pin-remove-4:before{content:"\ea62"}.icon-location-pin-subtract-1:before{content:"\ea63"}.icon-location-pin-subtract-2:before{content:"\ea64"}.icon-location-pin-subtract-3:before{content:"\ea65"}.icon-location-pin-subtract-4:before{content:"\ea66"}.icon-location-pin-subtract-5:before{content:"\ea67"}.icon-location-user:before{content:"\ea68"}.icon-lock-close-1:before{content:"\ea69"}.icon-lock-close-2:before{content:"\ea6a"}.icon-lock-close-3:before{content:"\ea6b"}.icon-lock-open-1:before{content:"\ea6c"}.icon-lock-open-2:before{content:"\ea6d"}.icon-logo-500px:before{content:"\ea6e"}.icon-logo-about-me:before{content:"\ea6f"}.icon-logo-adobe:before{content:"\ea70"}.icon-logo-aim:before{content:"\ea71"}.icon-logo-amazon-1:before{content:"\ea72"}.icon-logo-amazon-2:before{content:"\ea73"}.icon-logo-amazon-web-service:before{content:"\ea74"}.icon-logo-app-store:before{content:"\ea75"}.icon-logo-apple:before{content:"\ea76"}.icon-logo-ati:before{content:"\ea77"}.icon-logo-baidu:before{content:"\ea78"}.icon-logo-basecamp:before{content:"\ea79"}.icon-logo-bebo:before{content:"\ea7a"}.icon-logo-behance:before{content:"\ea7b"}.icon-logo-bing-1:before{content:"\ea7c"}.icon-logo-bing-2:before{content:"\ea7d"}.icon-logo-blackberry:before{content:"\ea7e"}.icon-logo-blinklist:before{content:"\ea7f"}.icon-logo-blogger:before{content:"\ea80"}.icon-logo-bnter:before{content:"\ea81"}.icon-logo-brightkite:before{content:"\ea82"}.icon-logo-circle-500px:before{content:"\ea83"}.icon-logo-circle-about-me:before{content:"\ea84"}.icon-logo-circle-adobe:before{content:"\ea85"}.icon-logo-circle-aim:before{content:"\ea86"}.icon-logo-circle-amazon-web-service:before{content:"\ea87"}.icon-logo-circle-apple:before{content:"\ea88"}.icon-logo-circle-appstore:before{content:"\ea89"}.icon-logo-circle-ati:before{content:"\ea8a"}.icon-logo-circle-baidu:before{content:"\ea8b"}.icon-logo-circle-basecamp:before{content:"\ea8c"}.icon-logo-circle-beats-1:before{content:"\ea8d"}.icon-logo-circle-beats-2:before{content:"\ea8e"}.icon-logo-circle-bebo:before{content:"\ea8f"}.icon-logo-circle-behance:before{content:"\ea90"}.icon-logo-circle-bing:before{content:"\ea91"}.icon-logo-circle-bing-2:before{content:"\ea92"}.icon-logo-circle-blackberry:before{content:"\ea93"}.icon-logo-circle-blinklist:before{content:"\ea94"}.icon-logo-circle-blogger:before{content:"\ea95"}.icon-logo-circle-bnter:before{content:"\ea96"}.icon-logo-circle-brightkite:before{content:"\ea97"}.icon-logo-circle-coroflot:before{content:"\ea98"}.icon-logo-circle-crunchyroll:before{content:"\ea99"}.icon-logo-circle-dailybooth:before{content:"\ea9a"}.icon-logo-circle-daytum:before{content:"\ea9b"}.icon-logo-circle-delicious:before{content:"\ea9c"}.icon-logo-circle-design-bump:before{content:"\ea9d"}.icon-logo-circle-design-float:before{content:"\ea9e"}.icon-logo-circle-designmoo:before{content:"\ea9f"}.icon-logo-circle-deviantart:before{content:"\eaa0"}.icon-logo-circle-digg:before{content:"\eaa1"}.icon-logo-circle-diigo:before{content:"\eaa2"}.icon-logo-circle-dribbble:before{content:"\eaa3"}.icon-logo-circle-dropbox:before{content:"\eaa4"}.icon-logo-circle-drupal:before{content:"\eaa5"}.icon-logo-circle-dzone:before{content:"\eaa6"}.icon-logo-circle-electronic-art:before{content:"\eaa7"}.icon-logo-circle-email:before{content:"\eaa8"}.icon-logo-circle-etsy:before{content:"\eaa9"}.icon-logo-circle-evernote:before{content:"\eaaa"}.icon-logo-circle-facebook:before{content:"\eaab"}.icon-logo-circle-feed-burner:before{content:"\eaac"}.icon-logo-circle-ffffound:before{content:"\eaad"}.icon-logo-circle-flickr:before{content:"\eaae"}.icon-logo-circle-food-spotting:before{content:"\eaaf"}.icon-logo-circle-formspring:before{content:"\eab0"}.icon-logo-circle-forrst:before{content:"\eab1"}.icon-logo-circle-foursquare:before{content:"\eab2"}.icon-logo-circle-friend-star:before{content:"\eab3"}.icon-logo-circle-friends-feed:before{content:"\eab4"}.icon-logo-circle-gabbr:before{content:"\eab5"}.icon-logo-circle-gdgt:before{content:"\eab6"}.icon-logo-circle-github-1:before{content:"\eab7"}.icon-logo-circle-github-2:before{content:"\eab8"}.icon-logo-circle-github-3:before{content:"\eab9"}.icon-logo-circle-google:before{content:"\eaba"}.icon-logo-circle-google-buzz:before{content:"\eabb"}.icon-logo-circle-google-drive:before{content:"\eabc"}.icon-logo-circle-google-play-store:before{content:"\eabd"}.icon-logo-circle-google-plus:before{content:"\eabe"}.icon-logo-circle-google-plus-2:before{content:"\eabf"}.icon-logo-circle-google-talk:before{content:"\eac0"}.icon-logo-circle-gowalla:before{content:"\eac1"}.icon-logo-circle-gowalla-1:before{content:"\eac2"}.icon-logo-circle-gowalla-pin:before{content:"\eac3"}.icon-logo-circle-grooveshark:before{content:"\eac4"}.icon-logo-circle-hi-five:before{content:"\eac5"}.icon-logo-circle-hyves:before{content:"\eac6"}.icon-logo-circle-icon-dock:before{content:"\eac7"}.icon-logo-circle-icq:before{content:"\eac8"}.icon-logo-circle-identica:before{content:"\eac9"}.icon-logo-circle-imdb:before{content:"\eaca"}.icon-logo-circle-imessage:before{content:"\eacb"}.icon-logo-circle-instagram:before{content:"\eacc"}.icon-logo-circle-instapaper:before{content:"\eacd"}.icon-logo-circle-irc-galleria:before{content:"\eace"}.icon-logo-circle-itune:before{content:"\eacf"}.icon-logo-circle-iwiw:before{content:"\ead0"}.icon-logo-circle-kennt:before{content:"\ead1"}.icon-logo-circle-kik:before{content:"\ead2"}.icon-logo-circle-last-fm:before{content:"\ead3"}.icon-logo-circle-line-app:before{content:"\ead4"}.icon-logo-circle-linkedin:before{content:"\ead5"}.icon-logo-circle-magento:before{content:"\ead6"}.icon-logo-circle-meetup:before{content:"\ead7"}.icon-logo-circle-memori:before{content:"\ead8"}.icon-logo-circle-meta-cafe:before{content:"\ead9"}.icon-logo-circle-mixx:before{content:"\eada"}.icon-logo-circle-mobile-me:before{content:"\eadb"}.icon-logo-circle-mr-wong:before{content:"\eadc"}.icon-logo-circle-msn:before{content:"\eadd"}.icon-logo-circle-mubi:before{content:"\eade"}.icon-logo-circle-mylife:before{content:"\eadf"}.icon-logo-circle-myspace:before{content:"\eae0"}.icon-logo-circle-news-vine:before{content:"\eae1"}.icon-logo-circle-nexopia:before{content:"\eae2"}.icon-logo-circle-ning:before{content:"\eae3"}.icon-logo-circle-odnoklassniki:before{content:"\eae4"}.icon-logo-circle-openid:before{content:"\eae5"}.icon-logo-circle-orkut:before{content:"\eae6"}.icon-logo-circle-osx:before{content:"\eae7"}.icon-logo-circle-path:before{content:"\eae8"}.icon-logo-circle-paypal:before{content:"\eae9"}.icon-logo-circle-photobucket:before{content:"\eaea"}.icon-logo-circle-picasa:before{content:"\eaeb"}.icon-logo-circle-pingchat:before{content:"\eaec"}.icon-logo-circle-pinterest:before{content:"\eaed"}.icon-logo-circle-plurk:before{content:"\eaee"}.icon-logo-circle-podcast:before{content:"\eaef"}.icon-logo-circle-qik:before{content:"\eaf0"}.icon-logo-circle-quora:before{content:"\eaf1"}.icon-logo-circle-rdio:before{content:"\eaf2"}.icon-logo-circle-readernaut:before{content:"\eaf3"}.icon-logo-circle-reddit:before{content:"\eaf4"}.icon-logo-circle-renren:before{content:"\eaf5"}.icon-logo-circle-retweet:before{content:"\eaf6"}.icon-logo-circle-rss:before{content:"\eaf7"}.icon-logo-circle-scribd:before{content:"\eaf8"}.icon-logo-circle-sina-weibo:before{content:"\eaf9"}.icon-logo-circle-skype:before{content:"\eafa"}.icon-logo-circle-slash-dot:before{content:"\eafb"}.icon-logo-circle-slide-share:before{content:"\eafc"}.icon-logo-circle-smug-mug:before{content:"\eafd"}.icon-logo-circle-soundcloud:before{content:"\eafe"}.icon-logo-circle-spotify:before{content:"\eaff"}.icon-logo-circle-squarespace:before{content:"\eb00"}.icon-logo-circle-squidoo:before{content:"\eb01"}.icon-logo-circle-stack-overflow:before{content:"\eb02"}.icon-logo-circle-students-circle-network:before{content:"\eb03"}.icon-logo-circle-stumble-upon:before{content:"\eb04"}.icon-logo-circle-technorati:before{content:"\eb05"}.icon-logo-circle-treehouse:before{content:"\eb06"}.icon-logo-circle-tripit:before{content:"\eb07"}.icon-logo-circle-tuenti:before{content:"\eb08"}.icon-logo-circle-tumblr:before{content:"\eb09"}.icon-logo-circle-twitter:before{content:"\eb0a"}.icon-logo-circle-twitter-bird:before{content:"\eb0b"}.icon-logo-circle-viddler:before{content:"\eb0c"}.icon-logo-circle-vimeo:before{content:"\eb0d"}.icon-logo-circle-vk:before{content:"\eb0e"}.icon-logo-circle-vodafone:before{content:"\eb0f"}.icon-logo-circle-wattpad:before{content:"\eb10"}.icon-logo-circle-wechat:before{content:"\eb11"}.icon-logo-circle-whatsapp:before{content:"\eb12"}.icon-logo-circle-wikipedia:before{content:"\eb13"}.icon-logo-circle-windows:before{content:"\eb14"}.icon-logo-circle-xing:before{content:"\eb15"}.icon-logo-circle-yahoo:before{content:"\eb16"}.icon-logo-circle-yammer:before{content:"\eb17"}.icon-logo-circle-youtube:before{content:"\eb18"}.icon-logo-circle-youtube-clip:before{content:"\eb19"}.icon-logo-circle-zootool:before{content:"\eb1a"}.icon-logo-coroflot:before{content:"\eb1b"}.icon-logo-crunchyroll:before{content:"\eb1c"}.icon-logo-dailybooth:before{content:"\eb1d"}.icon-logo-daytum:before{content:"\eb1e"}.icon-logo-delicious:before{content:"\eb1f"}.icon-logo-design-bump:before{content:"\eb20"}.icon-logo-design-float:before{content:"\eb21"}.icon-logo-designmoo:before{content:"\eb22"}.icon-logo-deviantart:before{content:"\eb23"}.icon-logo-digg:before{content:"\eb24"}.icon-logo-diigo:before{content:"\eb25"}.icon-logo-dribbble:before{content:"\eb26"}.icon-logo-dropbox:before{content:"\eb27"}.icon-logo-drupal:before{content:"\eb28"}.icon-logo-dzone:before{content:"\eb29"}.icon-logo-electronic-art:before{content:"\eb2a"}.icon-logo-email:before{content:"\eb2b"}.icon-logo-etsy:before{content:"\eb2c"}.icon-logo-everynote:before{content:"\eb2d"}.icon-logo-facebook:before{content:"\eb2e"}.icon-logo-feed-burner:before{content:"\eb2f"}.icon-logo-ffffound:before{content:"\eb30"}.icon-logo-flickr:before{content:"\eb31"}.icon-logo-food-spotting:before{content:"\eb32"}.icon-logo-formspring:before{content:"\eb33"}.icon-logo-forrst:before{content:"\eb34"}.icon-logo-foursquare:before{content:"\eb35"}.icon-logo-friend-star:before{content:"\eb36"}.icon-logo-friends-feed:before{content:"\eb37"}.icon-logo-gabbr:before{content:"\eb38"}.icon-logo-gdgt:before{content:"\eb39"}.icon-logo-github:before{content:"\eb3a"}.icon-logo-google:before{content:"\eb3b"}.icon-logo-google-buzz:before{content:"\eb3c"}.icon-logo-google-drive:before{content:"\eb3d"}.icon-logo-google-play-store:before{content:"\eb3e"}.icon-logo-google-plus-1:before{content:"\eb3f"}.icon-logo-google-talk:before{content:"\eb40"}.icon-logo-gowalla-1:before{content:"\eb41"}.icon-logo-gowalla-2:before{content:"\eb42"}.icon-logo-gowalla-pin:before{content:"\eb43"}.icon-logo-grooveshark:before{content:"\eb44"}.icon-logo-hi-five:before{content:"\eb45"}.icon-logo-hyves:before{content:"\eb46"}.icon-logo-icon-dock:before{content:"\eb47"}.icon-logo-icq:before{content:"\eb48"}.icon-logo-identica:before{content:"\eb49"}.icon-logo-imdb:before{content:"\eb4a"}.icon-logo-imessage:before{content:"\eb4b"}.icon-logo-instagram:before{content:"\eb4c"}.icon-logo-instapaper:before{content:"\eb4d"}.icon-logo-irc-galleria:before{content:"\eb4e"}.icon-logo-itunes:before{content:"\eb4f"}.icon-logo-iwiw:before{content:"\eb50"}.icon-logo-kennt:before{content:"\eb51"}.icon-logo-kik:before{content:"\eb52"}.icon-logo-last-fm:before{content:"\eb53"}.icon-logo-line-app:before{content:"\eb54"}.icon-logo-linkedin:before{content:"\eb55"}.icon-logo-magento:before{content:"\eb56"}.icon-logo-memori:before{content:"\eb57"}.icon-logo-meta-cafe:before{content:"\eb58"}.icon-logo-mettup:before{content:"\eb59"}.icon-logo-mixx:before{content:"\eb5a"}.icon-logo-mobile-me:before{content:"\eb5b"}.icon-logo-mr-wong:before{content:"\eb5c"}.icon-logo-msn:before{content:"\eb5d"}.icon-logo-mubi:before{content:"\eb5e"}.icon-logo-my-space:before{content:"\eb5f"}.icon-logo-mylife:before{content:"\eb60"}.icon-logo-news-vine:before{content:"\eb61"}.icon-logo-nexopia:before{content:"\eb62"}.icon-logo-ning:before{content:"\eb63"}.icon-logo-odnoklassniki:before{content:"\eb64"}.icon-logo-openid:before{content:"\eb65"}.icon-logo-orkut:before{content:"\eb66"}.icon-logo-osx:before{content:"\eb67"}.icon-logo-path:before{content:"\eb68"}.icon-logo-paypal:before{content:"\eb69"}.icon-logo-photobucket:before{content:"\eb6a"}.icon-logo-picasa:before{content:"\eb6b"}.icon-logo-pingchat:before{content:"\eb6c"}.icon-logo-pinterest:before{content:"\eb6d"}.icon-logo-plurk:before{content:"\eb6e"}.icon-logo-podcast:before{content:"\eb6f"}.icon-logo-qik:before{content:"\eb70"}.icon-logo-quora:before{content:"\eb71"}.icon-logo-rdio:before{content:"\eb72"}.icon-logo-readernaut:before{content:"\eb73"}.icon-logo-reddit:before{content:"\eb74"}.icon-logo-renren:before{content:"\eb75"}.icon-logo-retweet:before{content:"\eb76"}.icon-logo-rss:before{content:"\eb77"}.icon-logo-scribd:before{content:"\eb78"}.icon-logo-sina-weibo:before{content:"\eb79"}.icon-logo-skype:before{content:"\eb7a"}.icon-logo-slash-dot:before{content:"\eb7b"}.icon-logo-slide-share:before{content:"\eb7c"}.icon-logo-smug-mug:before{content:"\eb7d"}.icon-logo-soundcloud:before{content:"\eb7e"}.icon-logo-spotify:before{content:"\eb7f"}.icon-logo-squarespace:before{content:"\eb80"}.icon-logo-squidoo:before{content:"\eb81"}.icon-logo-stack-overflow:before{content:"\eb82"}.icon-logo-students-circle-network:before{content:"\eb83"}.icon-logo-stumble-upon:before{content:"\eb84"}.icon-logo-technorati:before{content:"\eb85"}.icon-logo-treehouse:before{content:"\eb86"}.icon-logo-tripit:before{content:"\eb87"}.icon-logo-tuenti:before{content:"\eb88"}.icon-logo-tumblr:before{content:"\eb89"}.icon-logo-twitter:before{content:"\eb8a"}.icon-logo-twitter-bird:before{content:"\eb8b"}.icon-logo-viddler:before{content:"\eb8c"}.icon-logo-vimeo:before{content:"\eb8d"}.icon-logo-virb:before{content:"\eb8e"}.icon-logo-vk:before{content:"\eb8f"}.icon-logo-vodafone:before{content:"\eb90"}.icon-logo-wattpad:before{content:"\eb91"}.icon-logo-wechat:before{content:"\eb92"}.icon-logo-whatsapp:before{content:"\eb93"}.icon-logo-wikipedia:before{content:"\eb94"}.icon-logo-windows:before{content:"\eb95"}.icon-logo-www:before{content:"\eb96"}.icon-logo-xing:before{content:"\eb97"}.icon-logo-yahoo:before{content:"\eb98"}.icon-logo-yammer:before{content:"\eb99"}.icon-logo-yelp:before{content:"\eb9a"}.icon-logo-you-tube:before{content:"\eb9b"}.icon-logo-youtube-clip:before{content:"\eb9c"}.icon-logo-zootool:before{content:"\eb9d"}.icon-logout:before{content:"\eb9e"}.icon-loop-infinite-1:before{content:"\eb9f"}.icon-loop-infinite-2:before{content:"\eba0"}.icon-luggage-key:before{content:"\eba1"}.icon-eco-globe:before{content:"\eba2"}.icon-eco-lightbulb:before{content:"\eba3"}.icon-eco-nature:before{content:"\eba4"}.icon-eject-button:before{content:"\eba5"}.icon-electricity-outlet:before{content:"\eba6"}.icon-email-1:before{content:"\eba7"}.icon-email-2:before{content:"\eba8"}.icon-email-add:before{content:"\eba9"}.icon-email-block:before{content:"\ebaa"}.icon-email-check-1:before{content:"\ebab"}.icon-email-check-2:before{content:"\ebac"}.icon-email-circle:before{content:"\ebad"}.icon-email-compose:before{content:"\ebae"}.icon-email-delete:before{content:"\ebaf"}.icon-email-download:before{content:"\ebb0"}.icon-email-favorite:before{content:"\ebb1"}.icon-email-favorite-1:before{content:"\ebb2"}.icon-email-inbox-1:before{content:"\ebb3"}.icon-email-lock:before{content:"\ebb4"}.icon-email-outbox-1:before{content:"\ebb5"}.icon-email-read-1:before{content:"\ebb6"}.icon-email-read-2:before{content:"\ebb7"}.icon-email-read-later:before{content:"\ebb8"}.icon-email-refresh:before{content:"\ebb9"}.icon-email-remove:before{content:"\ebba"}.icon-email-send-1:before{content:"\ebbb"}.icon-email-send-2:before{content:"\ebbc"}.icon-email-send-3:before{content:"\ebbd"}.icon-email-setup:before{content:"\ebbe"}.icon-email-target:before{content:"\ebbf"}.icon-email-text:before{content:"\ebc0"}.icon-email-upload:before{content:"\ebc1"}.icon-email-warning:before{content:"\ebc2"}.icon-envelope:before{content:"\ebc3"}.icon-envelope-1:before{content:"\ebc4"}.icon-envelope-2:before{content:"\ebc5"}.icon-equaliser-1:before{content:"\ebc6"}.icon-equaliser-2:before{content:"\ebc7"}.icon-eraser:before{content:"\ebc8"}.icon-espresso-machine:before{content:"\ebc9"}.icon-ethernet-cable:before{content:"\ebca"}.icon-euro-sign:before{content:"\ebcb"}.icon-euro-sign-badge:before{content:"\ebcc"}.icon-euro-sign-circle:before{content:"\ebcd"}.icon-euro-sign-ticket:before{content:"\ebce"}.icon-expand-1:before{content:"\ebcf"}.icon-expand-1-b:before{content:"\ebd0"}.icon-expand-2:before{content:"\ebd1"}.icon-expand-2-b:before{content:"\ebd2"}.icon-expand-3:before{content:"\ebd3"}.icon-expand-corner:before{content:"\ebd4"}.icon-expand-diagonal-1:before{content:"\ebd5"}.icon-expand-diagonal-1-b:before{content:"\ebd6"}.icon-expand-diagonal-2:before{content:"\ebd7"}.icon-expand-diagonal-2-b:before{content:"\ebd8"}.icon-expand-diagonal-3:before{content:"\ebd9"}.icon-expand-diagonal-4:before{content:"\ebda"}.icon-expand-horizontal:before{content:"\ebdb"}.icon-expand-horizontal-1:before{content:"\ebdc"}.icon-expand-horizontal-2:before{content:"\ebdd"}.icon-expand-horizontal-3:before{content:"\ebde"}.icon-expand-horizontal-4:before{content:"\ebdf"}.icon-expand-horizontal-5:before{content:"\ebe0"}.icon-expand-vertical:before{content:"\ebe1"}.icon-expand-vertical-1:before{content:"\ebe2"}.icon-expand-vertical-2:before{content:"\ebe3"}.icon-expand-vertical-3:before{content:"\ebe4"}.icon-expand-vertical-4:before{content:"\ebe5"}.icon-expand-vertical-5:before{content:"\ebe6"}.icon-exposure-level:before{content:"\ebe7"}.icon-eye-dropper-1:before{content:"\ebe8"}.icon-eye-dropper-2:before{content:"\ebe9"}.icon-eye-dropper-3:before{content:"\ebea"}.icon-factory:before{content:"\ebeb"}.icon-fastforward-button:before{content:"\ebec"}.icon-fax-machine:before{content:"\ebed"}.icon-female:before{content:"\ebee"}.icon-file-add:before{content:"\ebef"}.icon-file-arborescence:before{content:"\ebf0"}.icon-file-badge:before{content:"\ebf1"}.icon-file-block:before{content:"\ebf2"}.icon-file-bookmark:before{content:"\ebf3"}.icon-file-check:before{content:"\ebf4"}.icon-file-checklist:before{content:"\ebf5"}.icon-file-code:before{content:"\ebf6"}.icon-file-download:before{content:"\ebf7"}.icon-file-edit:before{content:"\ebf8"}.icon-file-favorite:before{content:"\ebf9"}.icon-file-graph-bar:before{content:"\ebfa"}.icon-file-graph-line:before{content:"\ebfb"}.icon-file-hand-1:before{content:"\ebfc"}.icon-file-hand-2:before{content:"\ebfd"}.icon-file-home:before{content:"\ebfe"}.icon-file-image:before{content:"\ebff"}.icon-file-landscape-image:before{content:"\ec00"}.icon-file-landscape-new:before{content:"\ec01"}.icon-file-landscape-text:before{content:"\ec02"}.icon-file-lock:before{content:"\ec03"}.icon-file-module:before{content:"\ec04"}.icon-file-music:before{content:"\ec05"}.icon-file-new:before{content:"\ec06"}.icon-file-new-1:before{content:"\ec07"}.icon-file-new-2:before{content:"\ec08"}.icon-file-refresh:before{content:"\ec09"}.icon-file-remove:before{content:"\ec0a"}.icon-file-setting:before{content:"\ec0b"}.icon-file-subtract:before{content:"\ec0c"}.icon-file-swap:before{content:"\ec0d"}.icon-file-table:before{content:"\ec0e"}.icon-file-time:before{content:"\ec0f"}.icon-file-upload:before{content:"\ec10"}.icon-file-video:before{content:"\ec11"}.icon-file-view:before{content:"\ec12"}.icon-file-warning:before{content:"\ec13"}.icon-file-zip:before{content:"\ec14"}.icon-files-1:before{content:"\ec15"}.icon-files-2:before{content:"\ec16"}.icon-files-3:before{content:"\ec17"}.icon-files-landscape:before{content:"\ec18"}.icon-filter:before{content:"\ec19"}.icon-filter-1:before{content:"\ec1a"}.icon-filter-2:before{content:"\ec1b"}.icon-filter-text:before{content:"\ec1c"}.icon-fire-camp:before{content:"\ec1d"}.icon-fire-extinguisher:before{content:"\ec1e"}.icon-firewall:before{content:"\ec1f"}.icon-firewire-1:before{content:"\ec20"}.icon-firewire-2:before{content:"\ec21"}.icon-first-aid-plaster:before{content:"\ec22"}.icon-flag-1:before{content:"\ec23"}.icon-flag-2:before{content:"\ec24"}.icon-flag-3:before{content:"\ec25"}.icon-flag-square-1:before{content:"\ec26"}.icon-flag-square-2:before{content:"\ec27"}.icon-flag-square-3:before{content:"\ec28"}.icon-flag-triangle-1:before{content:"\ec29"}.icon-flag-triangle-2:before{content:"\ec2a"}.icon-flash-1:before{content:"\ec2b"}.icon-flash-2:before{content:"\ec2c"}.icon-flash-tripod:before{content:"\ec2d"}.icon-flashlight:before{content:"\ec2e"}.icon-flick-all-direction:before{content:"\ec2f"}.icon-flick-down:before{content:"\ec30"}.icon-flick-horizontal:before{content:"\ec31"}.icon-flick-left:before{content:"\ec32"}.icon-flick-right:before{content:"\ec33"}.icon-flick-up:before{content:"\ec34"}.icon-flick-vertical:before{content:"\ec35"}.icon-flippers:before{content:"\ec36"}.icon-floppy-disk:before{content:"\ec37"}.icon-flowchart-1:before{content:"\ec38"}.icon-flowchart-2:before{content:"\ec39"}.icon-flowchart-3:before{content:"\ec3a"}.icon-flower:before{content:"\ec3b"}.icon-focus-1:before{content:"\ec3c"}.icon-focus-2:before{content:"\ec3d"}.icon-folder:before{content:"\ec3e"}.icon-folder-add:before{content:"\ec3f"}.icon-folder-big:before{content:"\ec40"}.icon-folder-binders:before{content:"\ec41"}.icon-folder-block:before{content:"\ec42"}.icon-folder-bookmark:before{content:"\ec43"}.icon-folder-check:before{content:"\ec44"}.icon-folder-code:before{content:"\ec45"}.icon-folder-download:before{content:"\ec46"}.icon-folder-edit:before{content:"\ec47"}.icon-folder-favorite:before{content:"\ec48"}.icon-folder-home:before{content:"\ec49"}.icon-folder-image:before{content:"\ec4a"}.icon-folder-lock:before{content:"\ec4b"}.icon-folder-medium:before{content:"\ec4c"}.icon-folder-music:before{content:"\ec4d"}.icon-folder-network-1:before{content:"\ec4e"}.icon-folder-network-2:before{content:"\ec4f"}.icon-folder-new:before{content:"\ec50"}.icon-folder-refresh:before{content:"\ec51"}.icon-folder-remove:before{content:"\ec52"}.icon-folder-setting:before{content:"\ec53"}.icon-folder-small:before{content:"\ec54"}.icon-folder-subtract:before{content:"\ec55"}.icon-folder-swap:before{content:"\ec56"}.icon-folder-upload:before{content:"\ec57"}.icon-folder-video:before{content:"\ec58"}.icon-folder-view:before{content:"\ec59"}.icon-folder-warning:before{content:"\ec5a"}.icon-folder-zip:before{content:"\ec5b"}.icon-font-color:before{content:"\ec5c"}.icon-food-dome:before{content:"\ec5d"}.icon-food-dome-serving:before{content:"\ec5e"}.icon-fork-knife:before{content:"\ec5f"}.icon-fork-spoon:before{content:"\ec60"}.icon-forklift:before{content:"\ec61"}.icon-forward:before{content:"\ec62"}.icon-forward-box:before{content:"\ec63"}.icon-frying-machine:before{content:"\ec64"}.icon-fuel-dispenser:before{content:"\ec65"}.icon-game-controller-1:before{content:"\ec66"}.icon-game-controller-2:before{content:"\ec67"}.icon-game-controller-3:before{content:"\ec68"}.icon-gameboy:before{content:"\ec69"}.icon-garage:before{content:"\ec6a"}.icon-gauge:before{content:"\ec6b"}.icon-gauge-b:before{content:"\ec6c"}.icon-gender-female:before{content:"\ec6d"}.icon-gender-maile:before{content:"\ec6e"}.icon-gender-male-female:before{content:"\ec6f"}.icon-gentleman:before{content:"\ec70"}.icon-glass-soda:before{content:"\ec71"}.icon-glass-water:before{content:"\ec72"}.icon-glasses:before{content:"\ec73"}.icon-glasses-round-1:before{content:"\ec74"}.icon-glasses-round-2:before{content:"\ec75"}.icon-glasses-round-3:before{content:"\ec76"}.icon-globe:before{content:"\ec77"}.icon-globe-1:before{content:"\ec78"}.icon-globe-2:before{content:"\ec79"}.icon-google-plus:before{content:"\ec7a"}.icon-google-plus-plus-one:before{content:"\ec7b"}.icon-graduate:before{content:"\ec7c"}.icon-grape:before{content:"\ec7d"}.icon-graph:before{content:"\ec7e"}.icon-graph-bar:before{content:"\ec7f"}.icon-graph-bar-decrease:before{content:"\ec80"}.icon-graph-bar-increase:before{content:"\ec81"}.icon-graph-bar-line:before{content:"\ec82"}.icon-graph-line:before{content:"\ec83"}.icon-graph-pie-1:before{content:"\ec84"}.icon-graph-pie-2:before{content:"\ec85"}.icon-greek-column:before{content:"\ec86"}.icon-grid:before{content:"\ec87"}.icon-guitar:before{content:"\ec88"}.icon-gun:before{content:"\ec89"}.icon-cactus:before{content:"\ec8a"}.icon-cake-slice:before{content:"\ec8b"}.icon-calculator-1:before{content:"\ec8c"}.icon-calculator-2:before{content:"\ec8d"}.icon-calculator-3:before{content:"\ec8e"}.icon-calendar-1:before{content:"\ec8f"}.icon-calendar-2:before{content:"\ec90"}.icon-camera-1:before{content:"\ec91"}.icon-camera-2:before{content:"\ec92"}.icon-camera-3:before{content:"\ec93"}.icon-camera-4:before{content:"\ec94"}.icon-camera-5:before{content:"\ec95"}.icon-camera-box:before{content:"\ec96"}.icon-camera-circle:before{content:"\ec97"}.icon-camera-film-1:before{content:"\ec98"}.icon-camera-film-2:before{content:"\ec99"}.icon-camera-lens:before{content:"\ec9a"}.icon-camera-live-view-off:before{content:"\ec9b"}.icon-camera-live-view-on:before{content:"\ec9c"}.icon-camera-polaroid:before{content:"\ec9d"}.icon-camera-top-view:before{content:"\ec9e"}.icon-camera-tripod:before{content:"\ec9f"}.icon-camera-user:before{content:"\eca0"}.icon-can:before{content:"\eca1"}.icon-can-soda-1:before{content:"\eca2"}.icon-can-soda-2:before{content:"\eca3"}.icon-can-soda-3:before{content:"\eca4"}.icon-candle:before{content:"\eca5"}.icon-cane:before{content:"\eca6"}.icon-cannabis-leaf:before{content:"\eca7"}.icon-canon:before{content:"\eca8"}.icon-cap:before{content:"\eca9"}.icon-cap-academic:before{content:"\ecaa"}.icon-car-1:before{content:"\ecab"}.icon-car-2:before{content:"\ecac"}.icon-car-3:before{content:"\ecad"}.icon-car-4:before{content:"\ecae"}.icon-car-pickup:before{content:"\ecaf"}.icon-cards-1:before{content:"\ecb0"}.icon-cards-2:before{content:"\ecb1"}.icon-cards-diamond:before{content:"\ecb2"}.icon-cassette-player:before{content:"\ecb3"}.icon-cassette-recorder:before{content:"\ecb4"}.icon-cassette-tape:before{content:"\ecb5"}.icon-castle:before{content:"\ecb6"}.icon-caution-fence:before{content:"\ecb7"}.icon-cc-camera-1:before{content:"\ecb8"}.icon-cc-camera-2:before{content:"\ecb9"}.icon-cd:before{content:"\ecba"}.icon-cd-box:before{content:"\ecbb"}.icon-center-point:before{content:"\ecbc"}.icon-certificate:before{content:"\ecbd"}.icon-chair-1:before{content:"\ecbe"}.icon-chair-2:before{content:"\ecbf"}.icon-chat-double-bubble-1:before{content:"\ecc0"}.icon-chat-double-bubble-2:before{content:"\ecc1"}.icon-chat-double-bubble-3:before{content:"\ecc2"}.icon-chat-double-bubble-4:before{content:"\ecc3"}.icon-check-1:before{content:"\ecc4"}.icon-check-2:before{content:"\ecc5"}.icon-check-badge:before{content:"\ecc6"}.icon-check-box-1:before{content:"\ecc7"}.icon-check-box-2:before{content:"\ecc8"}.icon-check-circle-1:before{content:"\ecc9"}.icon-check-circle-2:before{content:"\ecca"}.icon-check-list:before{content:"\eccb"}.icon-check-list-b:before{content:"\eccc"}.icon-check-shield:before{content:"\eccd"}.icon-checker-flag-1:before{content:"\ecce"}.icon-checker-flag-2:before{content:"\eccf"}.icon-cheese:before{content:"\ecd0"}.icon-cheese-shredder:before{content:"\ecd1"}.icon-cheeseburger:before{content:"\ecd2"}.icon-chef:before{content:"\ecd3"}.icon-cheque:before{content:"\ecd4"}.icon-clock-1:before{content:"\ecd5"}.icon-clock-2:before{content:"\ecd6"}.icon-clock-3:before{content:"\ecd7"}.icon-close:before{content:"\ecd8"}.icon-close-badge:before{content:"\ecd9"}.icon-close-shield:before{content:"\ecda"}.icon-clothes-hanger:before{content:"\ecdb"}.icon-cloud:before{content:"\ecdc"}.icon-cloud-add:before{content:"\ecdd"}.icon-cloud-b:before{content:"\ecde"}.icon-cloud-check:before{content:"\ecdf"}.icon-cloud-double:before{content:"\ece0"}.icon-cloud-download:before{content:"\ece1"}.icon-cloud-refresh:before{content:"\ece2"}.icon-cloud-remove:before{content:"\ece3"}.icon-cloud-subtract:before{content:"\ece4"}.icon-cloud-sync:before{content:"\ece5"}.icon-cloud-upload:before{content:"\ece6"}.icon-clover:before{content:"\ece7"}.icon-cocktail-1:before{content:"\ece8"}.icon-cocktail-2:before{content:"\ece9"}.icon-cocktail-3:before{content:"\ecea"}.icon-coffee-cup-1:before{content:"\eceb"}.icon-coffee-cup-2:before{content:"\ecec"}.icon-coffee-cup-3:before{content:"\eced"}.icon-coffee-mug-1:before{content:"\ecee"}.icon-coffee-mug-2:before{content:"\ecef"}.icon-cog:before{content:"\ecf0"}.icon-cog-double-1:before{content:"\ecf1"}.icon-cog-double-2:before{content:"\ecf2"}.icon-coin-bank-note:before{content:"\ecf3"}.icon-coin-point:before{content:"\ecf4"}.icon-coin-receive:before{content:"\ecf5"}.icon-coin-star:before{content:"\ecf6"}.icon-coins-1:before{content:"\ecf7"}.icon-coins-2:before{content:"\ecf8"}.icon-coins-3:before{content:"\ecf9"}.icon-color-bucket:before{content:"\ecfa"}.icon-compass-1:before{content:"\ecfb"}.icon-compass-2:before{content:"\ecfc"}.icon-computer-bug-1:before{content:"\ecfd"}.icon-computer-bug-2:before{content:"\ecfe"}.icon-computer-chip:before{content:"\ecff"}.icon-computer-disk-drive:before{content:"\ed00"}.icon-computer-harddisk:before{content:"\ed01"}.icon-computer-imac-1:before{content:"\ed02"}.icon-computer-imac-2:before{content:"\ed03"}.icon-computer-notebook-1:before{content:"\ed04"}.icon-computer-notebook-2:before{content:"\ed05"}.icon-computer-pc:before{content:"\ed06"}.icon-computer-screen-1:before{content:"\ed07"}.icon-computer-screen-2:before{content:"\ed08"}.icon-computer-screen-3:before{content:"\ed09"}.icon-control-eject:before{content:"\ed0a"}.icon-control-fastforward:before{content:"\ed0b"}.icon-control-next:before{content:"\ed0c"}.icon-control-pause:before{content:"\ed0d"}.icon-control-play:before{content:"\ed0e"}.icon-control-previous:before{content:"\ed0f"}.icon-control-record:before{content:"\ed10"}.icon-control-rewind:before{content:"\ed11"}.icon-control-stop:before{content:"\ed12"}.icon-cooking-timer:before{content:"\ed13"}.icon-copy-1:before{content:"\ed14"}.icon-copy-2:before{content:"\ed15"}.icon-copy-3:before{content:"\ed16"}.icon-copy-paste:before{content:"\ed17"}.icon-copy-right:before{content:"\ed18"}.icon-couch:before{content:"\ed19"}.icon-crate:before{content:"\ed1a"}.icon-crate-trolley:before{content:"\ed1b"}.icon-creative-cloud:before{content:"\ed1c"}.icon-credit-card:before{content:"\ed1d"}.icon-credit-card-amex:before{content:"\ed1e"}.icon-credit-card-hand:before{content:"\ed1f"}.icon-credit-card-lock:before{content:"\ed20"}.icon-credit-card-master-card:before{content:"\ed21"}.icon-credit-card-visa:before{content:"\ed22"}.icon-crop-area:before{content:"\ed23"}.icon-cross-over:before{content:"\ed24"}.icon-crosshair-1:before{content:"\ed25"}.icon-crosshair-2:before{content:"\ed26"}.icon-crosshair-3:before{content:"\ed27"}.icon-crown-1:before{content:"\ed28"}.icon-crown-2:before{content:"\ed29"}.icon-crown-3:before{content:"\ed2a"}.icon-css-three:before{content:"\ed2b"}.icon-cupboard:before{content:"\ed2c"}.icon-cursor-1:before{content:"\ed2d"}.icon-cursor-2:before{content:"\ed2e"}.icon-cursor-add:before{content:"\ed2f"}.icon-cursor-dial:before{content:"\ed30"}.icon-cursor-double:before{content:"\ed31"}.icon-cursor-finger:before{content:"\ed32"}.icon-cursor-hand-1:before{content:"\ed33"}.icon-cursor-hand-2:before{content:"\ed34"}.icon-cursor-hold-1:before{content:"\ed35"}.icon-cursor-hold-2:before{content:"\ed36"}.icon-cursor-move-1:before{content:"\ed37"}.icon-cursor-move-1-b:before{content:"\ed38"}.icon-cursor-move-2:before{content:"\ed39"}.icon-cursor-move-2-b:before{content:"\ed3a"}.icon-cursor-move-left-right-1:before{content:"\ed3b"}.icon-cursor-move-left-right-2:before{content:"\ed3c"}.icon-cursor-move-up-down-1:before{content:"\ed3d"}.icon-cursor-move-up-down-2:before{content:"\ed3e"}.icon-cursor-select-area:before{content:"\ed3f"}.icon-cursor-tap:before{content:"\ed40"}.icon-cursor-touch-1:before{content:"\ed41"}.icon-cursor-touch-2:before{content:"\ed42"}.icon-cut-here:before{content:"\ed43"}.icon-day-cloud:before{content:"\ed44"}.icon-delete-1:before{content:"\ed45"}.icon-delete-2:before{content:"\ed46"}.icon-design-mug:before{content:"\ed47"}.icon-diamond:before{content:"\ed48"}.icon-diamond-ring:before{content:"\ed49"}.icon-dice-1:before{content:"\ed4a"}.icon-dice-2:before{content:"\ed4b"}.icon-direction-sign:before{content:"\ed4c"}.icon-disk-1:before{content:"\ed4d"}.icon-disk-2:before{content:"\ed4e"}.icon-disk-3:before{content:"\ed4f"}.icon-disk-player:before{content:"\ed50"}.icon-doctor-1:before{content:"\ed51"}.icon-doctor-2:before{content:"\ed52"}.icon-document-shredder:before{content:"\ed53"}.icon-dollar-sign:before{content:"\ed54"}.icon-dollar-sign-badge:before{content:"\ed55"}.icon-dollar-sign-circle:before{content:"\ed56"}.icon-dollar-sign-ticket:before{content:"\ed57"}.icon-door:before{content:"\ed58"}.icon-door-sign:before{content:"\ed59"}.icon-download-1:before{content:"\ed5a"}.icon-download-2:before{content:"\ed5b"}.icon-download-3:before{content:"\ed5c"}.icon-download-4:before{content:"\ed5d"}.icon-download-5:before{content:"\ed5e"}.icon-download-6:before{content:"\ed5f"}.icon-download-7:before{content:"\ed60"}.icon-download-box-1:before{content:"\ed61"}.icon-download-box-2:before{content:"\ed62"}.icon-download-box-3:before{content:"\ed63"}.icon-download-circle:before{content:"\ed64"}.icon-download-computer:before{content:"\ed65"}.icon-download-harddrive-1:before{content:"\ed66"}.icon-download-harddrive-2:before{content:"\ed67"}.icon-drawer-1:before{content:"\ed68"}.icon-drawer-2:before{content:"\ed69"}.icon-drawer-3:before{content:"\ed6a"}.icon-dumbell:before{content:"\ed6b"}.icon-back-pack:before{content:"\ed6c"}.icon-badge-1:before{content:"\ed6d"}.icon-badge-2:before{content:"\ed6e"}.icon-balloon:before{content:"\ed6f"}.icon-bank-1:before{content:"\ed70"}.icon-bank-1-b:before{content:"\ed71"}.icon-bank-2:before{content:"\ed72"}.icon-bank-2-b:before{content:"\ed73"}.icon-bank-notes-1:before{content:"\ed74"}.icon-bank-notes-2:before{content:"\ed75"}.icon-bank-notes-3:before{content:"\ed76"}.icon-bank-notes-atm:before{content:"\ed77"}.icon-barbecue-stove:before{content:"\ed78"}.icon-basket-1:before{content:"\ed79"}.icon-basket-2:before{content:"\ed7a"}.icon-basket-3:before{content:"\ed7b"}.icon-basket-add:before{content:"\ed7c"}.icon-basket-subtract:before{content:"\ed7d"}.icon-battery-charge:before{content:"\ed7e"}.icon-battery-full:before{content:"\ed7f"}.icon-battery-high:before{content:"\ed80"}.icon-battery-low:before{content:"\ed81"}.icon-battery-medium:before{content:"\ed82"}.icon-beach:before{content:"\ed83"}.icon-bed:before{content:"\ed84"}.icon-beer-glass:before{content:"\ed85"}.icon-bellboy:before{content:"\ed86"}.icon-bench:before{content:"\ed87"}.icon-bicycle-cruiser:before{content:"\ed88"}.icon-bicycle-mountain:before{content:"\ed89"}.icon-bicycle-road:before{content:"\ed8a"}.icon-bin-1:before{content:"\ed8b"}.icon-bin-2:before{content:"\ed8c"}.icon-binoculars:before{content:"\ed8d"}.icon-birthday-cake:before{content:"\ed8e"}.icon-blood-drop:before{content:"\ed8f"}.icon-bluetooth:before{content:"\ed90"}.icon-boat:before{content:"\ed91"}.icon-boat-b:before{content:"\ed92"}.icon-boil:before{content:"\ed93"}.icon-bold:before{content:"\ed94"}.icon-bomb:before{content:"\ed95"}.icon-book-1:before{content:"\ed96"}.icon-book-2:before{content:"\ed97"}.icon-book-address:before{content:"\ed98"}.icon-book-audio:before{content:"\ed99"}.icon-book-bookmarked:before{content:"\ed9a"}.icon-book-contact-1:before{content:"\ed9b"}.icon-book-contact-2:before{content:"\ed9c"}.icon-book-download-1:before{content:"\ed9d"}.icon-book-download-2:before{content:"\ed9e"}.icon-book-favorite-1:before{content:"\ed9f"}.icon-book-favorite-2:before{content:"\eda0"}.icon-book-open-1:before{content:"\eda1"}.icon-book-open-2:before{content:"\eda2"}.icon-book-open-3:before{content:"\eda3"}.icon-book-open-4:before{content:"\eda4"}.icon-book-open-bookmarked-1:before{content:"\eda5"}.icon-book-open-bookmarked-2:before{content:"\eda6"}.icon-book-phone-1:before{content:"\eda7"}.icon-book-phone-2:before{content:"\eda8"}.icon-bookmark-1:before{content:"\eda9"}.icon-bookmark-2:before{content:"\edaa"}.icon-bookmark-3:before{content:"\edab"}.icon-bookmark-4:before{content:"\edac"}.icon-bookmark-5:before{content:"\edad"}.icon-bookmark-add:before{content:"\edae"}.icon-bookmark-all-1:before{content:"\edaf"}.icon-bookmark-all-2:before{content:"\edb0"}.icon-bookmark-article:before{content:"\edb1"}.icon-bookmark-subtract:before{content:"\edb2"}.icon-books-encyclopedia-1:before{content:"\edb3"}.icon-books-encyclopedia-2:before{content:"\edb4"}.icon-books-library:before{content:"\edb5"}.icon-border-all-1:before{content:"\edb6"}.icon-bottle-1:before{content:"\edb7"}.icon-bottle-2:before{content:"\edb8"}.icon-bottle-3:before{content:"\edb9"}.icon-bottle-4:before{content:"\edba"}.icon-bowtie:before{content:"\edbb"}.icon-box-1:before{content:"\edbc"}.icon-box-1-b:before{content:"\edbd"}.icon-box-2:before{content:"\edbe"}.icon-box-2-b:before{content:"\edbf"}.icon-box-3:before{content:"\edc0"}.icon-box-4:before{content:"\edc1"}.icon-box-download:before{content:"\edc2"}.icon-box-upload:before{content:"\edc3"}.icon-boxes-1:before{content:"\edc4"}.icon-boxes-2:before{content:"\edc5"}.icon-bread-loaf:before{content:"\edc6"}.icon-brick-wall:before{content:"\edc7"}.icon-briefcase:before{content:"\edc8"}.icon-brightness-decrease:before{content:"\edc9"}.icon-brightness-increase:before{content:"\edca"}.icon-bring-to-front:before{content:"\edcb"}.icon-bubble-chat-1:before{content:"\edcc"}.icon-bubble-chat-2:before{content:"\edcd"}.icon-bubble-chat-3:before{content:"\edce"}.icon-bubble-chat-add-1:before{content:"\edcf"}.icon-bubble-chat-add-2:before{content:"\edd0"}.icon-bubble-chat-add-3:before{content:"\edd1"}.icon-bubble-chat-block-1:before{content:"\edd2"}.icon-bubble-chat-block-2:before{content:"\edd3"}.icon-bubble-chat-block-3:before{content:"\edd4"}.icon-bubble-chat-check-1:before{content:"\edd5"}.icon-bubble-chat-check-2:before{content:"\edd6"}.icon-bubble-chat-check-3:before{content:"\edd7"}.icon-bubble-chat-edit-1:before{content:"\edd8"}.icon-bubble-chat-edit-2:before{content:"\edd9"}.icon-bubble-chat-edit-3:before{content:"\edda"}.icon-bubble-chat-exclamation-1:before{content:"\eddb"}.icon-bubble-chat-exclamation-2:before{content:"\eddc"}.icon-bubble-chat-favorite-star-1:before{content:"\eddd"}.icon-bubble-chat-favorite-star-2:before{content:"\edde"}.icon-bubble-chat-favorite-star-3:before{content:"\eddf"}.icon-bubble-chat-heart-1:before{content:"\ede0"}.icon-bubble-chat-heart-2:before{content:"\ede1"}.icon-bubble-chat-information-1:before{content:"\ede2"}.icon-bubble-chat-information-2:before{content:"\ede3"}.icon-bubble-chat-question-1:before{content:"\ede4"}.icon-bubble-chat-question-2:before{content:"\ede5"}.icon-bubble-chat-quote-1:before{content:"\ede6"}.icon-bubble-chat-quote-2:before{content:"\ede7"}.icon-bubble-chat-remove-1:before{content:"\ede8"}.icon-bubble-chat-remove-2:before{content:"\ede9"}.icon-bubble-chat-remove-3:before{content:"\edea"}.icon-bubble-chat-smiley-1:before{content:"\edeb"}.icon-bubble-chat-smiley-2:before{content:"\edec"}.icon-bubble-chat-subtract-1:before{content:"\eded"}.icon-bubble-chat-subtract-2:before{content:"\edee"}.icon-bubble-chat-subtract-3:before{content:"\edef"}.icon-bubble-chat-text-1:before{content:"\edf0"}.icon-bubble-chat-text-2:before{content:"\edf1"}.icon-bubble-chat-typing-1:before{content:"\edf2"}.icon-bubble-chat-typing-2:before{content:"\edf3"}.icon-bubble-chat-typing-3:before{content:"\edf4"}.icon-bubble-chat-warning-1:before{content:"\edf5"}.icon-bubble-chat-warning-2:before{content:"\edf6"}.icon-bubble-chat-warning-3:before{content:"\edf7"}.icon-bubble-chat-wink-1:before{content:"\edf8"}.icon-bubble-chat-wink-2:before{content:"\edf9"}.icon-bubble-thought:before{content:"\edfa"}.icon-building-1:before{content:"\edfb"}.icon-building-2:before{content:"\edfc"}.icon-building-3:before{content:"\edfd"}.icon-building-4:before{content:"\edfe"}.icon-building-5:before{content:"\edff"}.icon-building-6:before{content:"\ee00"}.icon-building-7:before{content:"\ee01"}.icon-building-8:before{content:"\ee02"}.icon-building-pisa-tower:before{content:"\ee03"}.icon-building-tower:before{content:"\ee04"}.icon-bullet:before{content:"\ee05"}.icon-bus-1:before{content:"\ee06"}.icon-bus-2:before{content:"\ee07"}.icon-business-man-1:before{content:"\ee08"}.icon-business-man-2:before{content:"\ee09"}.icon-business-man-3:before{content:"\ee0a"}.icon-business-man-4:before{content:"\ee0b"}.icon-business-man-5:before{content:"\ee0c"}.icon-business-man-speech:before{content:"\ee0d"}.icon-button-alt:before{content:"\ee0e"}.icon-button-backspace:before{content:"\ee0f"}.icon-button-delete:before{content:"\ee10"}.icon-button-eject:before{content:"\ee11"}.icon-button-empty:before{content:"\ee12"}.icon-button-enter:before{content:"\ee13"}.icon-button-escape:before{content:"\ee14"}.icon-button-option:before{content:"\ee15"}.icon-button-power-1:before{content:"\ee16"}.icon-button-power-2:before{content:"\ee17"}.icon-button-power-3:before{content:"\ee18"}.icon-button-shift:before{content:"\ee19"}.icon-abacus:before{content:"\ee1a"}.icon-account-circle:before{content:"\ee1b"}.icon-account-find-1:before{content:"\ee1c"}.icon-account-find-2:before{content:"\ee1d"}.icon-account-group-1:before{content:"\ee1e"}.icon-account-group-2:before{content:"\ee1f"}.icon-account-group-3:before{content:"\ee20"}.icon-account-group-4:before{content:"\ee21"}.icon-account-group-5:before{content:"\ee22"}.icon-add-1:before{content:"\ee23"}.icon-add-2:before{content:"\ee24"}.icon-add-box:before{content:"\ee25"}.icon-add-circle:before{content:"\ee26"}.icon-add-tab:before{content:"\ee27"}.icon-airplane:before{content:"\ee28"}.icon-airplane-arrival:before{content:"\ee29"}.icon-airplane-departure:before{content:"\ee2a"}.icon-airplane-flight:before{content:"\ee2b"}.icon-alarm:before{content:"\ee2c"}.icon-alarm-clock:before{content:"\ee2d"}.icon-alarm-silent:before{content:"\ee2e"}.icon-alarm-snooze:before{content:"\ee2f"}.icon-alarm-sound:before{content:"\ee30"}.icon-align-center:before{content:"\ee31"}.icon-align-justify:before{content:"\ee32"}.icon-align-landscape:before{content:"\ee33"}.icon-align-left:before{content:"\ee34"}.icon-align-portrait:before{content:"\ee35"}.icon-align-right:before{content:"\ee36"}.icon-all-caps:before{content:"\ee37"}.icon-ambulance:before{content:"\ee38"}.icon-anchor:before{content:"\ee39"}.icon-angle-brackets:before{content:"\ee3a"}.icon-apple-1:before{content:"\ee3b"}.icon-apple-2:before{content:"\ee3c"}.icon-armchair-1:before{content:"\ee3d"}.icon-armchair-2:before{content:"\ee3e"}.icon-arrow-bottom-left:before{content:"\ee3f"}.icon-arrow-bottom-right:before{content:"\ee40"}.icon-arrow-box-down-1:before{content:"\ee41"}.icon-arrow-box-down-2:before{content:"\ee42"}.icon-arrow-box-down-3:before{content:"\ee43"}.icon-arrow-box-down-4:before{content:"\ee44"}.icon-arrow-box-down-5:before{content:"\ee45"}.icon-arrow-box-down-left-1:before{content:"\ee46"}.icon-arrow-box-down-left-2:before{content:"\ee47"}.icon-arrow-box-down-right-1:before{content:"\ee48"}.icon-arrow-box-down-right-2:before{content:"\ee49"}.icon-arrow-box-left-1:before{content:"\ee4a"}.icon-arrow-box-left-2:before{content:"\ee4b"}.icon-arrow-box-left-3:before{content:"\ee4c"}.icon-arrow-box-left-4:before{content:"\ee4d"}.icon-arrow-box-left-5:before{content:"\ee4e"}.icon-arrow-box-right-1:before{content:"\ee4f"}.icon-arrow-box-right-2:before{content:"\ee50"}.icon-arrow-box-right-3:before{content:"\ee51"}.icon-arrow-box-right-4:before{content:"\ee52"}.icon-arrow-box-right-5:before{content:"\ee53"}.icon-arrow-box-up-1:before{content:"\ee54"}.icon-arrow-box-up-2:before{content:"\ee55"}.icon-arrow-box-up-3:before{content:"\ee56"}.icon-arrow-box-up-4:before{content:"\ee57"}.icon-arrow-box-up-5:before{content:"\ee58"}.icon-arrow-circle-down-1:before{content:"\ee59"}.icon-arrow-circle-down-2:before{content:"\ee5a"}.icon-arrow-circle-down-3:before{content:"\ee5b"}.icon-arrow-circle-down-4:before{content:"\ee5c"}.icon-arrow-circle-down-5:before{content:"\ee5d"}.icon-arrow-circle-down-6:before{content:"\ee5e"}.icon-arrow-circle-down-left-1:before{content:"\ee5f"}.icon-arrow-circle-down-left-2:before{content:"\ee60"}.icon-arrow-circle-down-left-3:before{content:"\ee61"}.icon-arrow-circle-down-right-1:before{content:"\ee62"}.icon-arrow-circle-down-right-2:before{content:"\ee63"}.icon-arrow-circle-down-right-3:before{content:"\ee64"}.icon-arrow-circle-left-1:before{content:"\ee65"}.icon-arrow-circle-left-2:before{content:"\ee66"}.icon-arrow-circle-left-3:before{content:"\ee67"}.icon-arrow-circle-left-4:before{content:"\ee68"}.icon-arrow-circle-left-5:before{content:"\ee69"}.icon-arrow-circle-left-6:before{content:"\ee6a"}.icon-arrow-circle-right-1:before{content:"\ee6b"}.icon-arrow-circle-right-2:before{content:"\ee6c"}.icon-arrow-circle-right-3:before{content:"\ee6d"}.icon-arrow-circle-right-4:before{content:"\ee6e"}.icon-arrow-circle-right-5:before{content:"\ee6f"}.icon-arrow-circle-right-6:before{content:"\ee70"}.icon-arrow-circle-up-1:before{content:"\ee71"}.icon-arrow-circle-up-2:before{content:"\ee72"}.icon-arrow-circle-up-3:before{content:"\ee73"}.icon-arrow-circle-up-4:before{content:"\ee74"}.icon-arrow-circle-up-5:before{content:"\ee75"}.icon-arrow-circle-up-6:before{content:"\ee76"}.icon-arrow-delete:before{content:"\ee77"}.icon-arrow-double-down:before{content:"\ee78"}.icon-arrow-double-left:before{content:"\ee79"}.icon-arrow-double-right:before{content:"\ee7a"}.icon-arrow-double-up:before{content:"\ee7b"}.icon-arrow-down:before{content:"\ee7c"}.icon-arrow-down-1:before{content:"\ee7d"}.icon-arrow-down-2:before{content:"\ee7e"}.icon-arrow-down-3:before{content:"\ee7f"}.icon-arrow-down-4:before{content:"\ee80"}.icon-arrow-down-5:before{content:"\ee81"}.icon-arrow-down-6:before{content:"\ee82"}.icon-arrow-down-7:before{content:"\ee83"}.icon-arrow-down-8:before{content:"\ee84"}.icon-arrow-down-9:before{content:"\ee85"}.icon-arrow-down-10:before{content:"\ee86"}.icon-arrow-down-11:before{content:"\ee87"}.icon-arrow-down-12:before{content:"\ee88"}.icon-arrow-down-13:before{content:"\ee89"}.icon-arrow-down-left-1:before{content:"\ee8a"}.icon-arrow-down-left-2:before{content:"\ee8b"}.icon-arrow-down-left-3:before{content:"\ee8c"}.icon-arrow-down-left-4:before{content:"\ee8d"}.icon-arrow-down-left-5:before{content:"\ee8e"}.icon-arrow-down-left-6:before{content:"\ee8f"}.icon-arrow-down-left-7:before{content:"\ee90"}.icon-arrow-down-right-1:before{content:"\ee91"}.icon-arrow-down-right-2:before{content:"\ee92"}.icon-arrow-down-right-3:before{content:"\ee93"}.icon-arrow-down-right-4:before{content:"\ee94"}.icon-arrow-down-right-5:before{content:"\ee95"}.icon-arrow-down-right-6:before{content:"\ee96"}.icon-arrow-down-right-7:before{content:"\ee97"}.icon-arrow-enter:before{content:"\ee98"}.icon-arrow-forward-delete:before{content:"\ee99"}.icon-arrow-left:before{content:"\ee9a"}.icon-arrow-left-1:before{content:"\ee9b"}.icon-arrow-left-2:before{content:"\ee9c"}.icon-arrow-left-3:before{content:"\ee9d"}.icon-arrow-left-4:before{content:"\ee9e"}.icon-arrow-left-5:before{content:"\ee9f"}.icon-arrow-left-6:before{content:"\eea0"}.icon-arrow-left-7:before{content:"\eea1"}.icon-arrow-left-8:before{content:"\eea2"}.icon-arrow-left-9:before{content:"\eea3"}.icon-arrow-left-10:before{content:"\eea4"}.icon-arrow-left-11:before{content:"\eea5"}.icon-arrow-left-12:before{content:"\eea6"}.icon-arrow-left-13:before{content:"\eea7"}.icon-arrow-next:before{content:"\eea8"}.icon-arrow-previous:before{content:"\eea9"}.icon-arrow-return:before{content:"\eeaa"}.icon-arrow-right:before{content:"\eeab"}.icon-arrow-right-1:before{content:"\eeac"}.icon-arrow-right-2:before{content:"\eead"}.icon-arrow-right-3:before{content:"\eeae"}.icon-arrow-right-4:before{content:"\eeaf"}.icon-arrow-right-5:before{content:"\eeb0"}.icon-arrow-right-6:before{content:"\eeb1"}.icon-arrow-right-7:before{content:"\eeb2"}.icon-arrow-right-8:before{content:"\eeb3"}.icon-arrow-right-9:before{content:"\eeb4"}.icon-arrow-right-10:before{content:"\eeb5"}.icon-arrow-right-11:before{content:"\eeb6"}.icon-arrow-right-12:before{content:"\eeb7"}.icon-arrow-right-13:before{content:"\eeb8"}.icon-arrow-shift:before{content:"\eeb9"}.icon-arrow-top-left:before{content:"\eeba"}.icon-arrow-top-right:before{content:"\eebb"}.icon-arrow-triple-down:before{content:"\eebc"}.icon-arrow-triple-left:before{content:"\eebd"}.icon-arrow-triple-right:before{content:"\eebe"}.icon-arrow-triple-up:before{content:"\eebf"}.icon-arrow-up:before{content:"\eec0"}.icon-arrow-up-1:before{content:"\eec1"}.icon-arrow-up-2:before{content:"\eec2"}.icon-arrow-up-3:before{content:"\eec3"}.icon-arrow-up-4:before{content:"\eec4"}.icon-arrow-up-5:before{content:"\eec5"}.icon-arrow-up-6:before{content:"\eec6"}.icon-arrow-up-7:before{content:"\eec7"}.icon-arrow-up-8:before{content:"\eec8"}.icon-arrow-up-9:before{content:"\eec9"}.icon-arrow-up-10:before{content:"\eeca"}.icon-arrow-up-11:before{content:"\eecb"}.icon-arrow-up-12:before{content:"\eecc"}.icon-arrow-up-13:before{content:"\eecd"}.icon-art-knife:before{content:"\eece"}.icon-asterisk-1:before{content:"\eecf"}.icon-asterisk-2:before{content:"\eed0"}.icon-at-sign:before{content:"\eed1"}.icon-at-sign-circle:before{content:"\eed2"}.icon-at-sign-stamp:before{content:"\eed3"}.icon-atomic-bomb:before{content:"\eed4"}.icon-auction:before{content:"\eed5"}.icon-delete-3:before{content:"\e849"}.ng-table th{text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ng-table th.sortable{cursor:pointer}.ng-table th.sortable .sort-indicator{padding-right:18px;position:relative}.ng-table th.sortable .sort-indicator:after,.ng-table th.sortable .sort-indicator:before{content:"";border-width:0 4px 4px;border-style:solid;border-color:#000 transparent;visibility:visible;right:5px;top:50%;position:absolute;opacity:.3;margin-top:-4px}.ng-table th.sortable .sort-indicator:before{margin-top:2px;border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000}.ng-table th.sortable .sort-indicator:hover:after,.ng-table th.sortable .sort-indicator:hover:before{opacity:1;visibility:visible}.ng-table th.sortable.sort-asc,.ng-table th.sortable.sort-desc{background-color:rgba(141,192,219,.25);text-shadow:0 1px 1px hsla(0,0%,100%,.75)}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-desc .sort-indicator:after{margin-top:-2px}.ng-table th.sortable.sort-asc .sort-indicator:before,.ng-table th.sortable.sort-desc .sort-indicator:before{visibility:hidden}.ng-table th.sortable.sort-asc .sort-indicator:after,.ng-table th.sortable.sort-asc .sort-indicator:hover:after,.ng-table th.sortable.sort-desc .sort-indicator:after{visibility:visible;-khtml-opacity:.6;-moz-opacity:.6;opacity:.6}.ng-table th.sortable.sort-desc .sort-indicator:after{border-bottom:none;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #000;box-shadow:none}.ng-table th.filter .input-filter{margin:0;display:block;width:100%;min-height:30px;box-sizing:border-box}.ng-table .ng-table-group-header th{text-align:left}.ng-table .ng-table-group-selector{display:block}.ng-table .ng-table-group-close,.ng-table .ng-table-group-toggle{float:right}.ng-table .ng-table-group-toggle{margin-right:5px}@media only screen and (max-width:800px){.ng-table-responsive{border-bottom:1px solid #999}.ng-table-responsive tr{border-top:1px solid #999;border-left:1px solid #999;border-right:1px solid #999}.ng-table-responsive td:before{position:absolute;padding:8px;left:0;top:0;width:50%;white-space:nowrap;text-align:left;font-weight:700}.ng-table-responsive thead tr th{text-align:left}.ng-table-responsive thead tr.ng-table-filters th{padding:0}.ng-table-responsive thead tr.ng-table-filters th form>div{padding:8px}.ng-table-responsive td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50%;white-space:normal;text-align:left}.ng-table-responsive td:before{content:attr(data-title-text)}.ng-table-responsive,.ng-table-responsive tbody,.ng-table-responsive td,.ng-table-responsive th,.ng-table-responsive thead,.ng-table-responsive tr{display:block}}.ng-table-pagination{margin-top:0}.filter:after,.filter:before,.ng-table-group-selector:after,.ng-table-group-selector:before{display:table;content:" ";
}

.filter:after,
.ng-table-group-selector:after {
  clear: both;
}

.filter>.filter-cell {
  float: left;
  box-sizing: border-box;
}

.filter-horizontal>.filter-cell {
  padding: 0 2px;
}

.filter-horizontal>.filter-cell:first-child {
  padding-left: 0;
}

.filter-horizontal>.filter-cell.last,
.filter-horizontal>.filter-cell:last-child {
  padding-right: 0;
}

.s12 {
  width: 100%;
}

.s11 {
  width: 91.66666666666666%;
}

.s10 {
  width: 83.33333333333334%;
}

.s9 {
  width: 75%;
}

.s8 {
  width: 66.66666666666666%;
}

.s7 {
  width: 58.333333333333336%;
}

.s6 {
  width: 50%;
}

.s5 {
  width: 41.66666666666667%;
}

.s4 {
  width: 33.33333333333333%;
}

.s3 {
  width: 25%;
}

.s2 {
  width: 16.666666666666664%;
}

.s1 {
  width: 8.333333333333332%;
}

@media all and (max-width:468px) {
  .s1,
  .s10,
  .s11,
  .s12,
  .s2,
  .s3,
  .s4,
  .s5,
  .s6,
  .s7,
  .s8,
  .s9 {
    width: 100%;
  }

  .filter>.filter-cell {
    padding: 0;
  }
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker>div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.new,
.datepicker table tr td.old {
  color: #999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: -ms-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
  background-image: -webkit-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: -o-linear-gradient(top,#fdd49a,#fdf59a);
  background-image: linear-gradient(top,#fdd49a,#fdf59a);
  background-repeat: repeat-x;
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #000!important;
}

.datepicker table tr td.today.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today[disabled] {
  background-color: #fdf59a;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -ms-linear-gradient(top,#08c,#04c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(top,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top,#08c,#04c);
  background-image: -ms-linear-gradient(top,#08c,#04c);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
  background-image: -webkit-linear-gradient(top,#08c,#04c);
  background-image: -o-linear-gradient(top,#08c,#04c);
  background-image: linear-gradient(top,#08c,#04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active[disabled] {
  background-color: #04c;
}

.datepicker table tr td span.old {
  color: #999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker tfoot tr:first-child th,
.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker tfoot tr:first-child th:hover,
.datepicker thead tr:first-child th:hover {
  background: #eee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: streamline-24px-filled-in;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
  content: '\e60e';
  color: #00a9e0;
}

.glyphicon-chevron-right:before {
  content: '\e60f';
  color: #00a9e0;
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 300;
  src: local('Ubuntu Light'),local('Ubuntu-Light'),url(/common/lib/bootstrap/fonts/ubuntu-light.woff) format('woff'),url(/common/lib/bootstrap/fonts/ubuntu-light.woff2) format('woff2');
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 400;
  src: local('Ubuntu Regular'),local('Ubuntu-Regular'),url(/common/lib/bootstrap/fonts/ubuntu-regular.woff) format('woff'),url(/common/lib/bootstrap/fonts/ubuntu-regular.woff2) format('woff2');
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  src: local('Ubuntu Medium'),local('Ubuntu-Medium'),url(/common/lib/bootstrap/fonts/ubuntu-medium.woff) format('woff'),url(/common/lib/bootstrap/fonts/ubuntu-medium.woff2) format('woff2');
}

@font-face {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 700;
  src: local('Ubuntu Bold'),local('Ubuntu-Bold'),url(/common/lib/bootstrap/fonts/ubuntu-bold.woff) format('woff'),url(/common/lib/bootstrap/fonts/ubuntu-bold.woff) format('woff2');
}

html {
  font-size: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3;
}

h1 {
  font-size: 34px;
  font-size: 3.4rem;
  color: #2f1d6e;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  color: #2f1d6e;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000005;
  font-weight: 700;
}

h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #2f1d6e;
}

.col-widget h4 {
  color: #fff;
  margin-top: 10px;
}

h5 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #2f1d6e;
}

a {
  color: #00809b;
}

a:focus,
a:hover {
  color: #2f1d6e;
}

ol,
ul {
  padding-left: 25px;
}

body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
}

body.landingBody {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

body.landingBody h1 {
  font-size: 36px;
}

body.landingBody .btn {
  font-size: 16px;
}

body.landingBody .copyRight {
  font-size: 13px;
}

.panel-title {
  color: #555;
}

.panel-heading {
  background-image: linear-gradient(to bottom,#eeefef 0,#e1e3e3 100%);
  border-radius: 3px;
}

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

.block {
  display: block;
}

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

.carousel-caption {
  width: 40%;
  right: auto;
  left: 51%;
  bottom: auto;
  top: 5%;
  text-align: left;
  padding: 0;
}

.carousel-title {
  text-shadow: none;
  font-size: 3rem;
  animation-delay: .2s;
}

.carousel-caption p {
  color: #000;
  text-shadow: none;
  font-size: 120%;
}

.carousel-text {
  animation-delay: .3s;
}

.carousel-cta {
  animation-delay: .5s;
}

.carousel-indicators li {
  box-shadow: 0 0 10px 0 rgba(0,0,0,.5);
  border: 2px solid #fff;
  margin: 0 5px!important;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background-color: rgba(0,0,0,.1);
}

.carousel-indicators li:hover {
  border: 2px solid #0077c8;
}

.carousel-indicators .active {
  background: 0 0;
  border-color: #2f1d6e;
  width: 16px;
  height: 16px;
}

.carousel-control {
  background: 0 0!important;
  filter: none!important;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
  height: auto;
}

@media only screen and (max-device-width:768px) {
  .carousel-title {
    font-size: 2.1rem;
  }

  .carousel-caption p {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .carousel-indicators {
    bottom: 0;
  }
}

@media only screen and (max-device-width:414px) {
  .carousel-control {
    display: none;
  }

  .carousel-inner {
    min-height: 300px;
  }

  .carousel-caption {
    position: static;
    width: auto;
    padding: 0 25px;
  }

  #callout .column {
    border-right: none!important;
  }

  .wellContainer div {
    min-height: 0!important;
    padding: 5px;
  }
}

#mh-content.globalNav2,
#mh-section.globalNav2,
#portalHeader.globalNav2 {
  background-image: url(../img/backgrounds/Header_Mosaic_Motif_A.png);
}

#mh-content,
#mh-section,
#portalHeader {
  background-position: right 146px;
  background-repeat: no-repeat;
}

#portalHeader {
  background-position: right bottom;
  background-repeat: no-repeat;
}

.mosaic {
  background-image: url(../img/backgrounds/Header_Mosaic_Motif_A.png);
  background-position: right 115px;
  background-repeat: no-repeat;
}

.mosaicClipboard {
  background-image: url(../img/backgrounds/mosaic_clipboard.png);
  background-position: right 75px;
  background-repeat: no-repeat;
}

.mosaicClipboard.sidebar {
  min-height: 350px;
}

.appName {
  background-image: url(../img/logos/MH_M.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 82px;
  display: inline-block;
  padding-left: 90px;
  padding-top: 25px;
  color: #2f1d6e;
  font-weight: 700;
  font-size: 35px;
  display: inline-block;
  margin-top: -20px;
}

.vidcardlogoMedicare {
  background-image: url(../img/logos/logo_medicare-partD_sm.png);
  background-repeat: no-repeat;
  width: 225px;
  height: 24px;
  margin: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.vidcardlogoCommercial {
  background-image: url(../img/logos/logo_mrxm_small.png);
  background-repeat: no-repeat;
  width: 189px;
  height: 47px;
  margin: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.landingMosaic {
  background-image: url(../img/backgrounds/Hero_Mosaic_Motif_A.png);
  background-repeat: no-repeat;
  background-position: 50% 285px;
  margin-top: -1px;
  padding: 0!important;
}

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

.landingContent h1 {
  margin-top: 40px;
}

.landingMosaic .wellContainer a:focus,
.landingMosaic .wellContainer a:hover {
  text-decoration: none;
}

.landingMosaic #callout .wellContainer p {
  margin: 20px 0 0 0;
  line-height: 1.5;
}

.landingMosaic #callout .lnkIcon h3 {
  color: #fff;
  margin: 0;
}

.landingMosaic #callout .lnkIcon:hover h3 {
  text-decoration: underline;
}

.landingMosaic #callout {
  margin-bottom: 0;
  border-radius: 0;
}

.landingMenu .landingMenuItem {
  padding: 10px 20px;
  border-bottom: 1px solid #ccc;
}

.landingMenu .landingMenuItem:last-child {
  border-bottom: none;
}

.landingMenu .landingMenuItem .icon {
  margin-right: 20px;
}

.carouselLanding {
  margin-top: 20px;
}

.carouselBg {
  background-color: #fff;
  background: #509e2f;
  background: -moz-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.9)),color-stop(100%,rgba(204,204,205,.9)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  border: 1px solid #bbbbbc;
  padding: 15px 0;
}

.wellContainer {
  width: 100%;
}

.wellContainer div {
  min-height: 170px;
}

.brandlogo {
  width: auto;
  height: 70px;
  margin: 5px 5px 10px 10px;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media (max-width:768px) {
  .brandlogo {
    background-image: url(../img/logos/logo_mrx.png);
    background-repeat: no-repeat;
    width: 225px;
    height: 24px;
  }

  .landingMosaic {
    background-position-y: 90px;
  }

  .landingContent h1 {
    margin-top: 0;
  }

  .landingMosaic {
    margin-top: 1px;
  }
}

.footerlogo {
  background-image: url(../img/logos/Magellan_Rx_Management.png);
  width: 137px;
  height: 35px;
  margin: 5px;
  margin-top: 10px;
}

.logo {
  background: transparent url(../img/logos/logo_mrx.png) left top no-repeat;
  width: 207px;
  height: 50px;
  float: left;
  margin-top: 30px;
}

.lnkContact {
  margin-top: 10px;
  color: #535b5e;
  height: 30px;
}

.lnkContact>span>ul>li>a {
  color: #00809b!important;
}

.lnkContact>span>ul>li>a:hover {
  color: #2f1d6e!important;
}

.headerContent>div>span>ul>li>a {
  color: #00809b!important;
}

#sectionOverview {
  margin-top: 20px;
  margin-right: -176px;
}

.pageContent {
  min-height: calc(100vh - 150px);
}

.pageContent .breadcrumb {
  border-radius: 0;
  color: #e7e7e8;
}

.emptyNav {
  border-bottom: 1px solid #000005!important;
  margin: 0;
  padding: 0;
  border-radius: 0;
  height: 58px!important;
}

.pageSpinner {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 3000;
}

.pageSpinner i {
  font-size: 80px;
  text-align: center;
  display: flex;
}

.pagination {
  margin: auto;
}

.ng-table-pager {
  text-align: center;
}

.ng-table-counts {
  display: none;
}

.required:before {
  font-family: all-streamline;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eeac';
  color: #d23052;
  font-size: 10px;
  margin-left: -20px;
  padding-top: 14px;
  float: left;
  line-height: 99%;
}

.requiredright:after {
  font-family: all-streamline;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eeac;';
  color: #d23052;
  font-size: 10px;
  margin-right: -15px;
  padding-top: 5px;
  float: right;
  line-height: 37px;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

input[type=radio] {
  margin-left: -15px!important;
  position: static!important;
  margin-right: 5px!important;
}

.radio {
  white-space: nowrap;
  display: table!important;
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: all-streamline;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.required .help-block {
  padding-top: 4px;
  color: #737373;
}

.help-block {
  color: #000005;
}

.link-help {
  display: block;
  clear: left;
}

.col-widget {
  min-height: 152px;
  background: #009ad5;
  background: -moz-linear-gradient(top,#009ad5 0,#1d76bc 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#009ad5),color-stop(100%,#1d76bc));
  background: -webkit-linear-gradient(top,#009ad5 0,#1d76bc 100%);
  background: -o-linear-gradient(top,#009ad5 0,#1d76bc 100%);
  background: -ms-linear-gradient(top,#009ad5 0,#1d76bc 100%);
  background: linear-gradient(to bottom,#009ad5 0,#1d76bc 100%);
  background-repeat: no-repeat;
  padding: 15px 10px 10px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.idcard {
  border-radius: 5px;
  border: 3px solid #0088ce;
  position: relative;
  margin: auto;
  background: #fff url(../img/backgrounds/Header_Mosaic_Motif_A.png) right top no-repeat;
  background-size: 40%;
  max-width: 480px;
  margin: 0 auto;
  float: none;
}

.customModal .modal-dialog {
  width: 480px;
}

.customModal .modal-dialog div[class^=col-] {
  padding-left: 2px;
  padding-right: 2px;
}

.customModal .modal-dialog .usericon {
  padding-left: 15px;
  padding-right: 15px;
}

.fa-user {
  color: #2f1d6e;
  background: #e3f0f6;
  border-radius: 70px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.col-widget-tall {
  min-height: 175px;
}

.col-widget a:hover {
  color: #fff;
}

.pageContentHomeUnsecured {
  padding-top: 20px;
}

.pnlLogin h2,
.pnlRegister h2 {
  font-size: 24px;
}

.center {
  text-align: center;
}

.table>thead>tr>th {
  color: #535b5e;
}

table.two-column thead>tr>th {
  width: 50%;
}

.table-two-column thead>tr>th {
  width: 50%;
}

table.three-column thead>tr>th {
  width: 33.33%;
}

.table-three-column thead>tr>th {
  width: 33.33%;
}

.table-center tbody tr td,
.table-center thead tr th {
  text-align: center;
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
  cursor: pointer;
}

.sl-red {
  color: #d23052;
}

.sl-blue {
  color: #2f1d6e;
}

.sl-blue-light {
  color: #5775f2;
}

.sl-page-stack {
  margin-right: 35px;
}

.sl-white {
  color: #fff;
}

.sl-black {
  color: #000005;
}

.sl-login,
.sl-register {
  left: 35px;
  top: 0;
}

.sl-acctsettings {
  left: 40px;
  top: -10px;
}

.sl-balances {
  left: 45px;
  top: -5px;
}

.sl-claims {
  left: 18px;
  top: -10px;
}

.sl-dlu {
  left: 18px;
  top: -10px;
}

.sl-findpharm {
  left: 7px;
  top: -5px;
}

.sl-id {
  left: 30px;
  top: -8px;
}

.sl-mail {
  left: 38px;
  top: -8px;
}

.sl-replaceid {
  left: 38px;
  top: -8px;
}

.icon-find-pharm {
  left: -32px;
  top: -12px;
}

.icon-pill-bottle {
  top: -5px;
}

.icon-claims-forms {
  top: -5px;
}

input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  background-color: transparent;
  border: none;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

select[disabled],
select[readonly] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea[readonly] {
  width: 90%;
  overflow: auto;
  height: 20px;
  margin-bottom: 5px;
  cursor: default;
  vertical-align: bottom;
}

input[disabled]:focus,
input[readonly]:focus,
select[disabled]:focus,
select[readonly]:focus,
textarea[disabled]:focus,
textarea[readonly]:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: transparent;
  padding: 6px 0;
}

#userSelectList.form-control[disabled],
#userSelectList.form-control[readonly],
fieldset[disabled] #userSelectList.form-control {
  cursor: not-allowed;
  background-color: transparent;
  padding: 0 0;
}

.form-control {
  height: 34px;
}

.form-group {
  margin-bottom: 3px;
}

.other-info-checkbox-wrapper {
  padding: 3px 0 10px;
}

.other-info-checkbox-wrapper .checkbox label {
  display: flex;
  text-align: left;
}

.btn {
  border-radius: 12px;
}

.btn-danger,
.btn-info,
.btn-primary,
.btn-success,
.btn-warning {
  background-image: none;
  filter: none;
  border: 0;
}

.btn-primary {
  background-color: #2f1d6e;
}

.btn-primary:hover {
  background-color: #bab3ff;
  color: #2f1d6e;
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #c7c8e5;
  color: #fff;
  background-image: none;
}

.external-link-modal>.modal-dialog {
  max-width: 600px;
  border-radius: 10px;
}

.external-link-modal>.modal-content>.modal-footer {
  border-top: none;
}

.external-modal-text {
  margin-top: 10px;
  font-size: 1.4rem;
}

.external-modal-close {
  font-size: 1.2rem;
  margin-top: -5px;
  margin-right: 10px;
}

.external-modal-close-icon {
  font-size: 1.2rem;
  margin-top: -5px;
  margin-right: 10px;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  line-height: 1;
  vertical-align: text-top;
  text-align: center;
}

.external-modal-title {
  font-size: 20px;
  color: #2f1d6e;
}

.external-modal-button {
  width: 130px;
  height: 34px;
}

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

.modal-body.other-info-descriptions {
  display: inline-block;
  height: 400px;
  overflow-x: auto;
}

.helpPanel {
  display: none;
}

.navbar-header {
  background-color: transparent;
}

.navbar-default .navMain>li>a {
  color: #000005;
}

.navbar {
  margin-bottom: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 0 5px 5px -3px #ccc;
  min-height: 40px;
}

.col-widget a,
.navbar li a {
  cursor: pointer;
}

.btnclose {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
}

.navbar-default {
  background-image: none;
  background-color: #fff;
  width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>a {
  background-repeat: no-repeat;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #000005;
  background-color: transparent;
  border-bottom: solid 3px #8c2d90;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #000005;
  border-bottom: solid 3px #8c2d90;
  background-color: #fff;
  background-repeat: no-repeat;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-collapse {
  border-bottom: 1px solid #000;
}

.navMain {
  clear: right;
  margin-top: 0!important;
  margin-bottom: 5px;
}

.dropdown-menu {
  font-size: 14px;
}

.left-border,
.navMain .nav {
  border-left: 1px solid #e1e5e8;
}

.navMain .nav>li>a,
.right-border {
  border-right: 1px solid #e1e5e8;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: #fff!important;
  background-color: #2f1d6e;
  background-repeat: no-repeat;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu>li>a {
  color: #000005;
}

.dropdown-menu.linked-account-ul {
  width: 250px;
}

.dropdown-menu.linked-account-ul li {
  padding: 10px 8px;
  display: flex;
}

.dropdown-menu.linked-account-ul li a {
  color: #007dc5;
  background: 0 0;
  padding-left: 5px;
  padding-right: 0;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 41px;
  font-size: 14px;
}

.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  text-decoration: underline;
  color: #fff;
}

.navbar-default .navbar-toggle {
  margin-top: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #000005;
}

.navbar-default .navbar-offcanvas,
.navmenu-default {
  background-color: #005f9e;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f2f1ef;
}

#footer {
  background-color: #f2f1ef;
  padding-top: 0;
}

.securityFooter {
  background-color: #6a737b;
  height: 50px!important;
}

#landingFooter {
  background-color: #fff;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 0;
  border: 1px solid #e7e7e8;
}

#landingFooter .copyRight p {
  margin: 0;
  padding: 0 0 8px 0;
}

#landingFooter .copyRight {
  padding-bottom: 15px;
}

#landingFooter .footerContent {
  padding-top: 30px;
}

#footer h5 {
  font-size: 150%;
  color: #e5f6fc;
}

#footer .breadcrumb {
  background-color: transparent;
}

#footer .breadcrumb a {
  color: #fff;
}

#footerBoxes {
  margin-bottom: 20px;
}

#socialIcons {
  padding-left: 5px;
}

#socialIcons div {
  display: inline;
}

#socialIcons {
  margin-top: -10px;
  text-align: center;
  padding-bottom: 10px;
}

.icon-logo-twitter-x-filled {
  display: inline-block;
  width: 26px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -1 16 16'%3E%3Cpath fill='white' d='M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07l-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z'/%3E%3C/svg%3E");
}

.icon-logo-linkedin-new {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAh4AAAIcCAYAAAC5C6dBAAAACXBIWXMAAC4jAAAuIwF4pT92AAAGoGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4xLWMwMDIgNzkuYTZhNjM5NjhhLCAyMDI0LzAzLzA2LTExOjUyOjA1ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjUuOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTktMDYtMTBUMTc6NTg6NDQtMDU6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDI0LTA4LTI5VDE3OjI0OjQ0LTA1OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDI0LTA4LTI5VDE3OjI0OjQ0LTA1OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyZWFiMTQ5Mi1mOTdjLTRjNjktOTFkYy0xNjY1MDQwZGM0ZGEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4MDBmYmJlZS04YjI4LTk2NGUtOTEzNS0xMGI5MDgzNGE5N2IiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1YzBjMjdmZC0zNjgzLTQyYmUtOWNjYi00NDIzNWU5YmFlOGQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjVjMGMyN2ZkLTM2ODMtNDJiZS05Y2NiLTQ0MjM1ZTliYWU4ZCIgc3RFdnQ6d2hlbj0iMjAxOS0wNi0xMFQxNzo1ODo0NC0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjkgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmE0M2ZjYWYxLWZmYmYtNDAwYy1hZjcyLTBiMDllNmQ4MWFhZCIgc3RFdnQ6d2hlbj0iMjAyNC0wOC0yOVQxNzoxMTo1Mi0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjkgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249InNhdmVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjJlYWIxNDkyLWY5N2MtNGM2OS05MWRjLTE2NjUwNDBkYzRkYSIgc3RFdnQ6d2hlbj0iMjAyNC0wOC0yOVQxNzoyNDo0NC0wNTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI1LjkgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+uEa/hQAAGUpJREFUeJzt3eFV3Na+xuFXd+W7ORVAKjCpwKSCcCowqeCS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);
  display: inline-block;
  height: 100%;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 6px;
}

.icon-control-play-new {
  background-image: url(data:image/png;base64,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);
  display: inline-block;
  height: 100%;
  width: 34px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 9px;
}

.ftr-nav-item {
  padding: 4px 7px;
  color: #fff;
  font-size: 82%;
  border-radius: 5px;
}

#footer .btn-primary {
  background-color: #007dc5;
}

.ftr-rt-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.ftr-rt-nav li {
  padding: 6px 0 6px 0;
  border-bottom: 1px dotted #e1e5e8;
  border-right: 0;
  border-left: 0;
}

.ftr-rt-nav i {
  float: right;
}

.ftr-rt-nav span {
  float: right;
}

.ftr-rt-nav li a {
  text-decoration: none;
  color: #fff;
}

.ftr-rt-nav li a:hover {
  text-decoration: none;
  color: #2b3336;
}

.ftr-rt-nav li a .fa {
  color: #007dc5;
}

#footerLogo {
  border-right: 1px solid #2b3336;
  padding-right: 15px;
}

#footerIcons {
  padding-left: 20px;
}

.footerLinks {
  margin-bottom: 60px;
}

.copyRight {
  clear: both;
  padding-top: 15px;
  text-align: left;
  background: #2f1d6e;
  color: #fff;
}

.copyRight a {
  color: #c7c7c7;
}

.mag-footer-btmtxt p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.copyRightDate {
  margin-left: 30px;
}

.box {
  height: 100%;
  border: 1px solid #f2f1ef;
  background-color: #fff;
  border-radius: 5px;
}

.box-header {
  background-color: #2f1d6e;
  padding: 0 30px 0 10px;
  border: 1px solid #2f1d6e;
  border-bottom: 1px solid #f2f1ef;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.box-header h3 {
  margin: 8px 0;
  display: inline-block;
  color: #fff;
}

.box-content {
  padding: 10px;
}

.box-content a {
  color: #00809b;
}

.box-content a:hover {
  color: #2f1d6e;
}

.box-header-btns {
  top: 12px;
  right: 15px;
  cursor: pointer;
  position: absolute;
}

.small-item {
  margin-top: -20px;
  margin-bottom: -10px;
}

#exportCsv {
  margin-bottom: 10px;
}

.mailOrderPanelColTitle {
  float: left;
  width: 20%;
  padding-left: 15px;
}

.mailOrderPanelColText1 {
  float: left;
  width: 54%;
}

.mailOrderPanelColBtn {
  float: right;
  margin-right: 15px;
  margin-top: 5px;
}

.mailOrderPanelColText2 {
  float: left;
  padding-left: 15px;
  width: 75%;
}

.text-warning {
  color: #f65835;
}

@media (max-width:767px) {
  body {
    margin-bottom: 0;
  }

  #portalHeader.globalNav2 {
    background-image: none;
  }

  .customModal .modal-dialog {
    width: auto;
  }

  #medicareHeader.globalNav2 {
    background-image: none;
  }

  #footer {
    position: relative;
    min-height: 265px;
    height: auto;
  }

  #footer>.container {
    margin-top: 0;
  }

  .mobileFooter {
    background-color: #000005;
    font-size: 20px;
    width: 100%;
  }

  .mobileFooter>ul {
    list-style: none;
    margin-left: -42px;
  }

  .mobileFooter>ul>li {
    border-bottom: 1px solid #9a9ea1;
    padding-bottom: 5px;
  }

  .mobileFooter>ul>li>a {
    color: #9a9ea1;
  }

  .navbar {
    min-height: 0;
    margin-bottom: 0;
  }

  .navMain {
    margin-top: 0;
  }

  .navbar-nav {
    margin: 0;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background-color: #fff;
    color: #000005;
    border-bottom: solid 1px #93c1e8;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #2f1d6e;
  }

  .navbar-default .navbar-nav>li>a {
    color: #000005;
    border-bottom: solid 1px #2f1d6e;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    color: #000005;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #000005;
    background-color: transparent;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    color: #000005;
    font-weight: 700;
    background-color: transparent;
  }

  .navbar-header {
    margin-top: -10px;
  }

  .navbar-collapse {
    background-color: #fff;
  }

  .dropdown-backdrop {
    position: static;
  }
}

.alert {
  margin-bottom: 10px;
}

.alert-message {
  background-color: #e5eef6;
  border-color: #7faed4;
  color: #777;
  padding: 10px;
  margin-top: 10px;
}

.alert-message h5 {
  color: #005daa;
  margin: 0;
  line-height: normal;
}

.alert-warning {
  color: #77777a;
}

.alert-info a {
  text-decoration: underline;
}

.alert-smaller {
  font-size: 80%;
}

#acctAddress {
  color: #2b3336;
  font-weight: 700;
  padding: 6px 0;
}

.drugFreq {
  text-align: center!important;
}

.highlight {
  color: red;
}

.drugFilterList {
  list-style: none;
}

.smFont {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.smFont button,
.smFont input,
.smFont input.form-control,
.smFont select.form-control,
.smFont textarea.form-control {
  font-size: 12px!important;
  font-size: 1.2rem!important;
}

.mdFont {
  font-size: 14px!important;
  font-size: 1.4rem!important;
}

.mdFont button,
.mdFont input,
.mdFont input.form-control,
.mdFont select.form-control,
.mdFont textarea.form-control {
  font-size: 14px;
  font-size: 1.4rem;
}

.lgFont {
  font-size: 16px!important;
  font-size: 1.6rem!important;
}

.lgFont button,
.lgFont input,
.lgFont input.form-control,
.lgFont select.form-control,
.lgFont textarea.form-control {
  font-size: 16px;
  font-size: 1.6rem;
}

.medicarered {
  background-color: transparent;
}

.btn-calendar {
  font-size: 14px;
}

.btn-calendar,
.dropdown-menu .btn {
  border-radius: 0;
  line-height: 20px;
}

.labelbutton:hover {
  text-decoration: underline;
  color: #f65835;
}

.labelButtonWelcome:hover {
  text-decoration: none;
}

.labelButtonWelcome {
  border: 0!important;
  font-weight: 400!important;
  background-color: transparent!important;
  display: inline-table;
  padding: 2px 0 0 0;
  font-weight: 700!important;
  color: #000;
  font-size: 20px;
}

.labelbutton {
  border: 0!important;
  font-weight: 400!important;
  background-color: transparent!important;
  display: inline;
  padding: 8px;
  font-weight: 700!important;
  color: #2f1d6e;
  font-size: 20px;
}

.tooltip.overDue .tooltip-inner {
  background-color: #fde9d2!important;
  border-color: #f65835;
  color: #f65835;
  box-shadow: 0 6px 12px rgba(0,0,0,1.175);
  text-align: center;
}

.tooltip.overDue a {
  text-decoration: none!important;
}

.overdue-link:focus,
.overdue-link:hover {
  text-decoration: none!important;
  cursor: pointer;
}

.tooltip.mailOrder .tooltip-inner {
  background-color: #eee6f3!important;
  border-color: #5c068c;
  color: #5c068c;
  box-shadow: 0 6px 12px rgba(0,0,0,1.175);
  text-align: center;
}

.tooltip-link,
.tooltip-link:focus,
.tooltip-link:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #bb0e83;
}

.tooltip.scriptStatus .tooltip-inner {
  background-color: #2f1d6e!important;
  border-color: #5775f2;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,1.175);
  text-align: center;
}

#scriptStatus {
  cursor: pointer;
  text-align: center;
}

.idCardRight {
  text-align: right;
}

.angucomplete-dropdown {
  overflow-y: auto;
  max-height: 200px;
}

.modify-search {
  display: inline;
  width: 100px!important;
}

.claimDetailsLabel {
  padding-top: 0!important;
}

.claimDetailsFormGroup {
  margin-bottom: 0!important;
}

.acctSettingsLabel {
  padding-top: 0!important;
}

.acctSettingsFormGroup {
  margin-bottom: 0!important;
}

.well {
  background: #f7f7f7;
  background: -moz-linear-gradient(top,#fff 0,#f7f7f7 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),color-stop(100%,#f7f7f7));
  background: -webkit-linear-gradient(top,#fff 0,#f7f7f7 100%);
  background: -o-linear-gradient(top,#fff 0,#f7f7f7 100%);
  background: -ms-linear-gradient(top,#fff 0,#f7f7f7 100%);
  background: linear-gradient(to bottom,#fff 0,#f7f7f7 100%);
  border: 1px solid #e1e5e8;
}

.well-callout {
  background: #009ad5;
  background: -moz-linear-gradient(rgba(47,29,110,.9) 53%,rgba(158,184,255,.9) 175%);
  background: -webkit-gradient(linear,left top,right top,color-stop(53%,rgba(47,29,110,.9)),color-stop(175%,rgba(158,184,255,.9)));
  background: -webkit-linear-gradient(rgba(47,29,110,.9) 53%,rgba(158,184,255,.9) 175%);
  background: -o-linear-gradient(rgba(47,29,110,.9) 53%,rgba(158,184,255,.9) 175%);
  background: -ms-linear-gradient(rgba(47,29,110,.9) 53%,rgba(158,184,255,.9) 175%);
  background: linear-gradient(rgba(47,29,110,.9) 53%,rgba(158,184,255,.9) 175%);
  border: 0;
  color: #fff;
}

#callout {
  padding: 0;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
}

#callout h2 {
  margin: 30px 15px 25px 15px;
  color: #fff;
  font-size: 28px;
}

#callout h3 {
  margin: 20px 0 0 15px;
}

#callout .column {
  padding: 12px 15px 20px 15px;
  border-right: 1px solid #2f1d6e;
}

.magBlueBkgrnd {
  background-color: #2f1d6e;
}

#callout a {
  color: #fff;
}

.magLtBlueBkgrnd {
  background-color: #f2f1ef;
}

.mag5BlackBkgrnd {
  background-color: #e1e5e8!important;
}

.externalModalHeader {
  background-color: #fde9d2;
  border-radius: 6px;
}

.bs-wizard {
  margin-top: 40px;
}

.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #2f1d6e;
  font-size: 16px;
  margin-bottom: -2px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  padding: 0 10px 0 10px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  background: #005f9e;
  top: 35px;
  left: 50%;
  margin-top: -12px;
  margin-left: -25px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
  content: ' ';
  width: 20px;
  height: 20px;
  background: #f1f1f1;
  border-radius: 50px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0;
  box-shadow: none;
  background: #8ebade;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar-step-5 {
  width: 0;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.angular-google-map-container {
  height: 400px;
}

.marker-labels {
  color: #2f1d6e;
  background-color: #fff;
  font-size: 8px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #0077c8;
  white-space: nowrap;
}

.disclaimerPadding {
  margin-bottom: 60px;
}

.cdphEmail {
  white-space: nowrap;
}

.userSelectionBGold {
  background-color: #fff;
  background: #509e2f;
  background: -moz-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,.9)),color-stop(100%,rgba(204,204,205,.9)));
  background: -webkit-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,.9) 0,rgba(204,204,205,.9) 100%);
  border: 1px solid #bbbbbc;
  padding: 10px;
  border-radius: 5px;
  margin: 0;
  background: #fff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#fff 0,#efefef 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(100%,#efefef));
  background: -webkit-linear-gradient(top,#fff 0,#efefef 100%);
  background: -o-linear-gradient(top,#fff 0,#efefef 100%);
  background: -ms-linear-gradient(top,#fff 0,#efefef 100%);
  background: linear-gradient(to bottom,#fff 0,#efefef 100%);
}

.alert.userSelectionBG {
  padding: 5px 10px 5px 10px;
}

.userSelectionBG label {
  font-weight: 400;
}

.userSelectionBG .form-control {
  width: auto;
}

.form-readonly .control-label {
  padding-top: 0;
}

.form-readonly .btn.btn-link {
  padding: 0;
}

.nav-tabs>li a {
  border: 1px solid #e7e7e8;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.nav-tabs>li a:hover {
  background-color: #e5f1f9;
}

.notification-badge {
  margin-left: 5px;
  background-color: #e7b419;
  color: #fff;
  font-weight: 300;
  box-shadow: 0 0 1px #ccc;
}

.btn-default {
  background-image: none;
  background-color: #fff;
  color: #333;
  border-color: #ccc;
}

.icon-delete-2-2:before {
  font-family: streamline-24px-filled-in!important;
}

ul.pillBottleInfo {
  list-style: none;
}

.editCreditCardMonth {
  width: 33%;
  float: left;
}

.editCreditCardYear {
  width: 40%;
  float: left;
}

.editCreditCardBtn {
  width: 27%;
  float: left;
}

.creditCardInfo {
  width: 25%;
}

.connectingProgress {
  margin-top: 5px;
  height: 5px;
}

.progressText {
  margin-top: 15px;
}

.alert-mailorder {
  background-color: #eee6f3;
  border-color: #eee6f3;
  color: #5c068c;
}

.btn-purp {
  background-color: #5c068c;
  border-color: #eee6f3;
  color: #fff;
}

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

.specialtyMailOrderIcon {
  font-size: .7em;
}

.overdue-warning {
  font-weight: 700;
}

@media (max-width:992px) {
  .mailOrderPanelColText2 {
    float: left;
    width: 65%;
  }

  .mailOrderPanelColText1 {
    float: left;
    width: 40%;
    padding-left: 15px;
  }

  .mailOrderPanelColTitle {
    padding-left: 5px;
  }

  .creditCardInfo {
    width: 33%;
  }

  .mailOrderPanelColBtn {
    float: left;
    width: 10%;
    padding-top: 20px;
  }

  .pillBottleList {
    width: 27%;
  }

  .tooltipInput {
    width: 48%!important;
  }

  .disclaimerPadding {
    margin-bottom: 215px!important;
  }
}

@media (max-width:767px) {
  body {
    margin-bottom: 0;
  }

  .creditCardInfo {
    width: 50%;
  }

  .pillBottleList {
    width: 34%;
  }

  .mailOrderPanelText {
    margin-left: 0!important;
  }

  .mailOrderPanelColTitle {
    padding-left: 5px;
  }

  #portalHeader.globalNav2 {
    background-image: none;
  }

  .customModal .modal-dialog {
    width: auto;
  }

  #medicareHeader.globalNav2 {
    background-image: none;
  }

  #footer {
    position: relative;
    min-height: 265px;
    height: auto;
  }

  #footer>.container {
    margin-top: 0;
  }

  .mobileFooter {
    background-color: #000005;
    font-size: 20px;
    width: 100%;
  }

  .mobileFooter>ul {
    list-style: none;
    margin-left: -42px;
  }

  .mobileFooter>ul>li {
    border-bottom: 1px solid #9a9ea1;
    padding-bottom: 5px;
  }

  .mobileFooter>ul>li>a {
    color: #9a9ea1;
  }

  .navbar {
    min-height: 0;
    margin-bottom: 0;
  }

  .navMain {
    margin-top: 0;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    background-color: #fff;
    color: #000005;
    border-bottom: solid 1px #93c1e8;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #007dc5;
  }

  .navbar-default .navbar-nav>li>a {
    color: #000005;
    border-bottom: solid 1px #0088ce;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:focus,
  .navbar-default .navbar-nav>.active>a:hover {
    color: #000005;
  }

  .navbar-default .navbar-nav>li>a:focus,
  .navbar-default .navbar-nav>li>a:hover {
    color: #000005;
    background-color: transparent;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:focus,
  .navbar-default .navbar-nav>.open>a:hover {
    color: #000005;
    font-weight: 700;
    background-color: transparent;
  }

  .navbar-header {
    margin-top: -10px;
  }

  .navbar-collapse {
    background-color: #fff;
  }

  .dropdown-backdrop {
    position: static;
  }

  .mailOrderPanelColTitle {
    float: left;
    width: 100%;
  }

  .mailOrderPanelColIcon {
    float: left;
    width: 100%;
  }

  .mailOrderPanelColText1 {
    float: left;
    width: 100%;
    padding-left: 5px;
  }

  .mailOrderPanelColBtn {
    float: left;
    width: 100%;
    padding-left: 5px;
  }

  .mailOrderPanelColText2 {
    float: left;
    width: 100%;
    padding-left: 5px;
  }

  .tooltipInput {
    width: 45%!important;
  }

  .disclaimerPadding {
    margin-bottom: 75px!important;
  }

  .feature-bar-benefits.right-border {
    border: none;
  }
}

.iconLogin:before {
  content: "\ea6a";
}

.iconRegister:before {
  content: "\e965";
}

.col-widget {
  background: 0 0;
}

.col-widget a:hover {
  color: #2f1d6e;
}

.col-widget .sl-white {
  color: #2f1d6e;
}

.col-widget h4 {
  color: #2f1d6e;
}

.help-block-login {
  color: #767679;
}

.col-widget .sl-stack {
  width: 3em;
  height: 3em;
  line-height: 3em;
}

.col-widget .sl-stack-2x {
  font-size: 3em;
}

#footer>.container.footerLinks {
  padding-left: 0;
  padding-right: 0;
}

.clickableImage {
  cursor: pointer;
}

.vucaLinkText {
  font-size: 14px;
}

.vucaVidIcon {
  position: relative;
  top: 5px;
}

.drugNameTitle {
  white-space: nowrap;
}

.cvgDeterminationText {
  margin-top: 2.5em;
}

.feature-bar {
  background: #0077c8;
  box-shadow: 0 0 15px rgba(0,0,0,.7);
  position: relative;
  z-index: 10;
  color: #fff;
}

.feature-bar-title {
  font-size: 1.8em;
}

.feature-bar-secondary-links {
  padding-top: .25em;
}

.text-white,
a.text-white {
  color: #fff;
}

.font-md {
  font-size: 1.2em;
}

.font-lg {
  font-size: 1.3em;
}

.gray {
  color: #666;
}

.feature-bar-primary,
.feature-bar-secondary {
  padding: 15px 0 15px;
}

.feature-bar-secondary {
  background: rgba(0,0,0,.15);
  opacity: .8;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.border-dark {
  border-color: rgba(0,0,0,.2);
}

.feature-bar-buttons {
  margin-top: 10px;
}

.feature-bar-widget {
  text-align: center;
  display: block;
  font-size: 1.1em;
  line-height: 1;
  padding: 20px 0;
  min-height: 130px;
  transition: transform .1s;
}

.feature-bar-widget .icon {
  display: inline-block;
  opacity: .7;
  vertical-align: middle;
}

.feature-bar-widget .icon+.icon {
  opacity: .45;
  margin-right: -1.1em;
  margin-left: .1em;
  font-size: 1.4em;
}

.feature-bar-widget .icon,
.feature-bar-widget .title {
  color: #fff;
  margin: 0;
}

.feature-bar-widget:focus,
.feature-bar-widget:hover {
  text-decoration: none;
}

.feature-bar-widget:hover {
  transform: scale(1.085);
}

.feature-bar-widget:focus {
  transform: scale(.95);
}

.hero-actions .btn {
  font-size: 1.2em;
  border-radius: 3px;
  line-height: 1;
  margin-bottom: 5px;
}

.hero-actions .btn:focus,
.hero-actions .btn:hover {
  text-decoration: none;
}

.hero-actions .btn .icon {
  font-size: 1.5em;
  line-height: 1;
}

.hero-actions .btn .icon:before {
  vertical-align: text-bottom;
}

.btn-xl {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 16px;
}

.hero-title {
  line-height: 1.1em;
  margin-top: 30px;
}

.btn-outline-warning {
  color: #f65835;
  background-image: none;
  background-color: transparent;
  border-color: #f65835;
}

.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #f65835;
  border-color: #f65835;
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open>.btn-outline-warning.dropdown-toggle.focus,
.open>.btn-outline-warning.dropdown-toggle:focus,
.open>.btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}

.featured-wrapper {
  background: linear-gradient(to bottom,#fff 87%,#f8f8f8 100%);
  position: relative;
  z-index: 10;
  padding: 20px 0;
}

.featured-wrapper__col-left {
  border-right: 1px solid #eee;
}

.featured-wrapper__col-right {
  border-left: 1px solid #eee;
  margin-left: -1px;
}

@media (max-width:767px) {
  .featured-wrapper__col-left {
    border-right: none;
  }

  .featured-wrapper__col-right {
    border-left: none;
    margin-left: 0;
  }
}

.featured-wrapper .carousel-control {
  width: auto;
  padding: 0 15px;
}

#pharmacyLogos {
  min-height: 70px;
}

.textfield--floating-label {
  position: relative;
  margin-top: 10px;
  margin-bottom: -10px;
  display: inline-block;
  box-sizing: border-box;
}

.textfield--floating-label .text-danger {
  visibility: hidden;
}

.textfield--floating-label .text-danger.show-me {
  visibility: visible;
}

.textfield__label {
  transition-duration: .07s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
  bottom: 0;
  color: rgba(0,0,0,.5);
  font-size: 13px;
  left: 23px;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 6px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.stay-focused.textfield__label:after,
.textfield--floating-label.is-focused .textfield__label:after {
  left: 0;
  visibility: visible;
  width: 100%;
}

.stay-focused.textfield__label,
.textfield--floating-label.is-focused .textfield__label {
  color: #999;
  font-size: 13px;
  top: -20px;
  left: 18px;
  visibility: visible;
}

.meddDocsMap,
.pharmacyLocatorMap {
  height: 450px;
}

#gps-location {
  font-size: 16px;
  color: #2f1d6e;
}

#gps-location:hover {
  color: #2f1d6e;
  transform: scale(1.085);
}

#pharmacyWidgetSearchBtn {
  margin-top: 22px;
}

.pharmacy-widget-zip-label {
  padding-top: 0;
}

#pharmacyWidgetDivider {
  margin-top: 10px;
}

#footerBoxes h5 {
  color: #eafaff;
}

.year-container label {
  display: block;
}

.year-container label span {
  position: absolute;
  line-height: 1.6;
}

.enroll-year {
  margin-left: 41px;
}

#nav-enroll-link-dropdown img {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}

#nav-enroll-link-dropdown .arrow {
  left: 79%;
}

.okta-comerciallogin-txt {
  line-height: 41px;
}

.okta-login-btn {
  background: #0077c8;
  border-radius: 11px;
  padding: 2px 29px;
  font-size: 14px;
  color: #fff;
  border: none;
  outline: 0;
  margin: 7px 0 0 15px;
  text-transform: uppercase;
}

.mag-oktaportallog-container {
  text-align: center;
  margin-top: 30px;
}

.mag-oktaportallog-container .mag-oktaportallog-formArea .form-group {
  margin-bottom: 5px;
}

.mag-oktaportallog-container .mag-oktaportallog-headcon .mag-oktaportallog-headTxt {
  font-size: 20px;
  font-weight: 500;
  color: #005398;
  letter-spacing: 0;
  line-height: 20px;
}

.mag-oktaportallog-container .mag-oktaportallog-formArea label {
  height: 34px;
  line-height: 34px;
  text-align: right;
  padding-top: 0;
  padding-right: 8px;
}

.mag-oktaportallog-container .mag-oktaportallog-formArea input {
  height: 34px;
}

.mag-oktaportallog-container .mag-oktaportallog-formArea .mag-oktaportallog-pass {
  margin-top: 20px;
}

.mag-oktaportallog-container .mag-oktaportallog-loginTxt {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
  color: #2f1d6e;
  letter-spacing: 0;
  line-height: 14px;
}

.mag-oktaportallog-container .mag-oktaportallog-supportTxt {
  margin-top: 15px;
  font-family: Ubuntu;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 19px;
}

.mag-oktaportallog-container .mag-oktaportallog-btn {
  background: #9b9b9b;
  border-radius: 11px;
  width: 130px;
  height: 34px;
  border: none;
  margin-top: 15px;
}

.mag-oktaportallog-container .mag-oktaportallog-btncon .mag-oktaportallog-regbtn {
  border: 1px solid #0077c8;
  border-radius: 10px;
  width: 298px;
  margin-top: 30px;
  background: #fff;
  font-weight: 500;
  font-size: 14px;
  color: #2f1d6e;
  letter-spacing: 0;
  outline: 0;
  padding: 4px 12px;
}

.mag-oktaportallog-container .mag-oktaportallog-btncon .btn-primary:active:hover {
  background: #fff;
  color: #2f1d6e;
  border: 1px solid #0077c8;
  box-shadow: none;
  outline: 0;
}

.mag-oktaportallog-container .mag-oktaportallog-footer {
  margin-top: 75px;
  margin-bottom: 50px;
  font-family: Ubuntu;
  font-size: 12px;
}

.mag-oktaportallog-container .mag-oktaportallog-footer .mag-okta-footline p {
  display: inline-block;
  margin: 0;
  border-left: 1px solid #000;
  color: #2f1d6e;
  padding: 0 3px 0 5px;
  line-height: 1;
}

.mag-oktaportallog-container .mag-oktaportallog-footer .mag-okta-footline p:last-child {
  border-right: 1px solid #000;
  padding-right: 5px;
}

.okta-login-pagewid #okta-sign-in.main-container {
  border: none!important;
  box-shadow: none!important;
  margin: 0 auto;
}

.okta-login-pagewid .auth-container:after,
.okta-login-pagewid .auth-container:before {
  border: none!important;
}

.okta-login-pagewid .okta-form-title {
  display: none;
}

.okta-login-pagewid .mag-oktaportallog-container .mag-oktaportallog-formArea {
  margin-top: 15px;
}

.okta-login-pagewid .o-form-input-name-username:before {
  text-align: left;
  margin-left: -45px;
  margin-top: 0;
}

.okta-login-pagewid .o-form-input-name-password:before {
  text-align: left;
  margin-left: -68px;
  margin-top: 0;
}

.okta-login-pagewid .o-form .o-form-input .o-form-input-name-password .input-icon+input,
.okta-login-pagewid .o-form .o-form-input .o-form-input-name-username .input-icon+input {
  position: absolute;
  margin-left: -120px;
  margin-top: -31px;
}

.login-mailNote-txt {
  padding-top: 15px;
  text-align: center;
  width: 45%;
  margin: 0 auto;
}

.login-mail-formlink {
  color: #2f1d6e;
  text-decoration: underline;
}

@media (max-width:767px) {
  .mag-oktaportallog-container {
    margin-top: 10px;
  }

  .mag-oktaportallog-container .mag-oktaportallog-headcon .mag-oktaportallog-headTxt {
    line-height: 31px;
    padding: 0 10%;
    margin-top: 20px;
  }

  .mag-oktaportallog-container .mag-oktaportallog-formArea label {
    text-align: left;
  }

  .mag-oktaportallog-container .mag-oktaportallog-formArea .mag-oktaportallog-pass {
    margin-top: 0;
  }

  .mag-oktaportallog-container .mag-oktaportallog-loginTxt {
    margin: 0 auto;
    line-height: 20px;
    margin-top: 10px;
  }

  .mag-oktaportallog-container .mag-oktaportallog-btn {
    margin-top: 25px;
  }

  .mag-oktaportallog-container .mag-oktaportallog-btncon {
    padding-left: 0;
    padding-right: 0;
  }

  .mag-oktaportallog-container .mag-oktaportallog-btncon .mag-oktaportallog-regbtn {
    width: 100%;
  }

  .okta-login-pagewid .o-form-fieldset-container {
    margin-top: 0;
  }

  .okta-login-pagewid .o-form-input-name-password:before,
  .okta-login-pagewid .o-form-input-name-username:before {
    text-align: left;
    margin-top: -30px;
    margin-left: 0;
  }

  .okta-login-pagewid .o-form .o-form-input .o-form-input-name-password .input-icon+input,
  .okta-login-pagewid .o-form .o-form-input .o-form-input-name-username .input-icon+input {
    position: relative;
    margin-left: 0;
    margin-top: -31px;
  }

  .mag-oktaportallog-container .mag-oktaportallog-footer {
    margin-bottom: 100px;
  }

  .login-mailNote-txt {
    width: 100%;
  }
}

@media (min-width:767px) and (max-width:1023px) {
  .mag-oktaportallog-container .mag-oktaportallog-headcon .mag-oktaportallog-headTxt {
    width: 100%;
    margin: 0 auto;
    line-height: 31px;
    text-align: center;
  }

  .mag-oktaportallog-container .mag-oktaportallog-formArea .form-group {
    margin-bottom: 20px;
  }

  .login-mailNote-txt {
    width: 71%;
  }
}

.year-container label {
  display: block;
}

.year-container label span {
  position: absolute;
  line-height: 1;
}

.message-center-icon {
  display: inline-block;
  height: 1.3em;
  line-height: 1;
  vertical-align: text-top;
  text-align: center;
  width: 1.5em;
}

#oktaLoaderContainer {
  display: none;
}

.pharmacy-other-info {
  white-space: nowrap;
}

.lang-links ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.lang-links ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.feedback-modal-title {
  color: #2f1d6e;
}

.options-description {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
}

.options-asterisk {
  color: #2f1d6e;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  top: -.1em;
}

.angucomplete-holder {
  position: relative;
}

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  margin-top: -6px;
  background-color: #fff;
}

.angucomplete-searching {
  color: #acacac;
  font-size: 14px;
}

.angucomplete-description {
  font-size: 14px;
}

.angucomplete-row {
  padding: 5px;
  color: #000;
  margin-bottom: 4px;
  clear: both;
}

.angucomplete-selected-row {
  background-color: #add8e6;
  color: #fff;
}

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px;
}

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px;
}

.angucomplete-image-default {
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px;
}